@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

body {
  color: #333333;
  font-family: Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  /* line-height: 1.5; */
  position: relative;
  background-color: #000;
}

h1, h2, h3, h4, h5, h6, #youtubeLive .txt_pr {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000000;
}

@media screen and (min-width: 860px) {
  .imgalpha {
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
    cursor: pointer;
  }
}
@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------------
module
----------------------------------------- */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------------
commmon
----------------------------------------- */
body {
  background-image: url(../img/mv_bg01_pc.png);
  background-size: 1440px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 860px) {
  body {
    background-image: url(../img/mv_bg01_sp.png);
    background-position: center 0vw;
    background-size: 100%;
  }
}
body * {
  box-sizing: border-box;
  text-align: justify;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
@media screen and (max-width: 860px) {
  .inner {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.in_bl {
  display: inline-block;
}

.txt_blue {
  color: #00a0e9;
}

/* ----------------------------------------
新規ここから
----------------------------------------- */
/* ----------------------------------------
mv
----------------------------------------- */
.mv {
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 22px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .mv {
    padding-top: 11.3333333333vw;
    background: none;
    height: auto;
  }
}
.mv .mv_ttl {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.mv .inner {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 860px) {
  .mv .mv_ttl {
    width: 86%;
    margin: 0 auto 1.3333333333vw;
  }
}
.mv .mv_object {
  width: 506px;
  margin-top: 216px;
  margin-left: 78px;
  margin-bottom: 44px;
}
@media screen and (max-width: 860px) {
  .mv .mv_object {
    width: 52%;
    margin-left: 6%;
    margin-bottom: 6%;
    margin-top: 126px;
  }
}

/* ----------------------------------------
privilegePresent
----------------------------------------- */
.privilegePresent {
  padding: 40px 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .privilegePresent {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 860px) {
  .privilegePresent {
    padding: 20px 0;
  }
}
.privilegePresent .privilegePresent_ttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 44px;
  color: #F2BA03;
}
.privilegePresent .privilegePresent_ttl span {
  display: inline;
  width: auto;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #F2BA03;
}
@media screen and (max-width: 860px) {
  .privilegePresent .privilegePresent_ttl {
    font-size: 26px;
    margin-bottom: 26px;
  }
  .privilegePresent .privilegePresent_ttl span {
    text-align: center;
    padding-bottom: 0.1rem;
    line-height: 1.6;
  }
}
.privilegePresent .privilegePresent_img {
  max-width: 1171px;
  margin: 0 8px 0 auto;
}
@media screen and (max-width: 860px) {
  .privilegePresent .privilegePresent_img {
    width: 100%;
    margin-right: 0;
  }
  .privilegePresent .privilegePresent_img img {
    width: 100%;
  }
}

/* ----------------------------------------
foot
----------------------------------------- */
.foot {
  background-color: #d3edfb;
  padding: 45px 0 40px;
}
@media screen and (max-width: 860px) {
  .foot {
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
}
.foot .foot_txt {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  line-height: 1.32;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .foot .foot_txt {
    font-size: 19px;
    line-height: 1.4;
  }
}
.foot .foot_btn {
  max-width: 470px;
  transition: opacity 0.2s ease-in-out;
  font-size: 18px;
  padding: 26px 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-color: #00a0e9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.26);
  color: #fff;
  display: block;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (max-width: 860px) {
  .foot .foot_btn {
    margin-top: 2vw;
    font-size: 13px;
    line-height: 1;
    padding: 15px 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .foot .foot_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.foot .foot_btn::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 860px) {
  .foot .foot_btn::before {
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
  }
}
/* ----------------------------------------
privilegePresent
----------------------------------------- */
.considerations {
  max-width: 1116px;
  background-color: #ffe3e9;
  border-radius: 8px;
  padding: 34px 22px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 860px) {
  .considerations {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 860px) {
  .considerations {
    padding: 16px;
  }
}
.considerations .bottom {
  margin-top: 36px;
}
.considerations .considerations_boxTtl {
  font-size: 26px;
  color: #333333;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .considerations .considerations_boxTtl {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.considerations .considerations_boxTtl::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d82c7b;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .considerations .considerations_boxTtl::after {
    top: 0.4vw;
  }
}
.considerations .considerations_boxTxt {
  font-size: 16px;
  color: #333333;
  line-height: 1.625;
}
.considerations .considerations_boxTxt a {
  text-decoration: underline;
}
.considerations .considerations_boxTxt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .considerations .considerations_boxTxt {
    font-size: 15px;
    line-height: 1.5;
  }
}
.considerations .considerations_boxTxt.indent {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 860px) {
  .considerations .considerations_boxTxt.indent {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0.4em;
  }
}

/* ----------------------------------------
campaignBox
----------------------------------------- */
.campaignBox {
  max-width: 1000px;
  margin: 0 auto;
}
.campaignBox .campaignBox_Cont {
  padding: 25px 40px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 860px) {
  .campaignBox .campaignBox_Cont {
    padding: 3.3333333333vw 2.6666666667vw;
    border-radius: 0 0 4vw 4vw;
  }
}
.campaignBox .campaignBox_ContLead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .campaignBox .campaignBox_ContLead {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.53;
  }
}
.campaignBox .campaignBox_ContTtl {
  text-align: center;
  margin-bottom: 30px;
}

footer {
  height: 135px;
  font-size: 12px;
  color: #424242;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
@media screen and (max-width: 860px) {
  footer {
    height: 18vw;
    font-size: 2.9333333333vw;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #000000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 860px) {
  .pagetop {
    height: 6.6666666667vw;
    width: 6.6666666667vw;
    right: 4vw;
    bottom: 4vw;
  }
}

.pagetop__arrow {
  display: block;
  height: 20px;
  width: 20px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 860px) {
  .pagetop__arrow {
    height: 2.6666666667vw;
    width: 2.6666666667vw;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

.mv_ttl {
  opacity: 0;
  transform: scale(1.4);
}

.mv_object {
  opacity: 0;
  transform: scale(0.4);
}

.privilegePresent {
  opacity: 0;
  transform: translate(0px, 3%);
}/*# sourceMappingURL=style.css.map */