@charset "UTF-8";

.page-mv {
  background: url(../img/mv.webp) center top/cover no-repeat;
  color: #fff;
  height: 483px;
  padding: 120px 34px 0;
}

.page-mv__inner {
  flex-wrap: wrap;
  position: relative;
}

.page-mv .u-logo {
  padding-left: 100px;
  padding-top: 40px;
}

.page-mv .catch {
  padding-left: 100px;
  margin-top: 40px;
}

.enjoy-area {
  background: url(../img/bg.png.webp) 0 0 / 100% auto repeat, #f2f2f2;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
}

.enjoy-area:before {
  content: "";
  width: 1150px;
  aspect-ratio: 1150 / 709;
  position: absolute;
  background-image: url(../img/bg-deco-1.webp);
  background-size: 100%;
  top: 417px;
  right: 0;
}

.enjoy-area:after {
  content: "";
  width: 1134px;
  aspect-ratio: 1134 / 753;
  position: absolute;
  background-image: url(../img/bg-deco-2.webp);
  background-size: 100%;
  bottom: 550px;
  left: 0;
}

.enjoy-box {
  width: 1240px;
  padding: 75px 0 150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.enjoy-box h1 {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  position: relative;
}

.enjoy-box h1::before {
  content: "";
  margin-right: 14px;
  display: block;
  width: 22px;
  height: 4px;
  background: #7c7e89;
  flex-shrink: 0;
}

.enjoy-box>p {
  font-size: 2rem;
  line-height: 1.85;
  margin-bottom: 50px;
}

.check-area+.check-area {
  margin-top: 60px;
}

.check-area h2 {
  background: url(../img/bg_ttl.webp) 0 0 / cover no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px 0;
}

.check-area h2 span {
  font-size: 4.2rem;
  font-family: "Instrument Serif", serif;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
}

.check-area h2 span::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: 15px;
}

.check-box {
  background: #fff;
  margin-top: 7px;
  padding: 40px 75px 50px;
}

.check-area .fl-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.check-box .check-txt {
  width: 600px;
}

.check-box.fl-box figure {
  text-align: center;
  width: 442px;
}


.check-box dt img {
  margin-bottom: 15px;
}

.check-box dt span {
  display: inline;
  font-weight: bold;
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #fff7b2 70%);
}

.check-box dt i {
  font-weight: bold;
  font-size: 1.2rem;
}

.check-box dd {
  font-size: 1.6rem;
  line-height: 2;
  margin: 25px 0 0;
}

.stamp dl {
  text-align: center;
}

.stamp ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 50px;
  margin-top: 40px;
}

.stamp li {
  width: 47.6%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

.stamp li span {
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 1em;
}

.stamp li img {
  margin-bottom: 10px;
}

.app ul {
  display: flex;
  margin-top: 50px;
}

.app li+li {
  margin-left: 40px;
}

.ai .check-box {
  padding-bottom: 0;
}

.ai .check-box dl {
  padding-bottom: 50px;
}

.sns dd a {
  text-decoration: underline;
  color: #0079ff;
}

.sns .btn a {
  position: relative;
  margin-top: 35px;
  width: 274px;
  height: 60px;
  overflow: hidden;
  padding-right: 30px;
  background: url(/updata/2024/img/btn_bg.png), linear-gradient(to right, #015eea, #058bf5);
}

.sns .btn a>* {
  position: relative;
  z-index: 1;
}

.sns .btn a::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  aspect-ratio: 14 / 9;
  min-width: 0;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/updata/2024/common/img/ico_arrow.svg) 0 0 / cover no-repeat;
  z-index: 1;
}

.sns .btn a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  transition: .3s;
  top: 0;
  left: -100%;
  background: url(/updata/2024/img/btn_bg.png), linear-gradient(to right, #0000d2, #0066f5);
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
  .sns dd a:hover {
    text-decoration: none;
  }

  .btn a:hover {
    opacity: 1;
  }

  .btn a:hover::after {
    left: 0;
    opacity: 1;
  }
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .page-mv {
    padding-top: 20.3125vw;
    background: url(../img/mv--sp.webp) center top/cover no-repeat;
    height: 84.375vw;
  }

  .page-mv .inner {
    padding: 20vw 6.25vw;
  }

  .page-mv .w-logo {
    position: absolute;
    right: -2.34375vw;
  }

  .page-mv .u-logo {
    padding-left: 0px;
    padding-top: 4.6875vw;
    width: 53.4375vw;
  }

  .page-mv .catch {
    padding-left: 0px;
    margin-top: 4.6875vw;
    width: 70.9375vw;
  }

  .enjoy-area {
    background: url(../img/bg--sp.png.webp) 0 0/100% auto repeat-y, #f2f2f2;
    padding: 10.9375vw 3.59375vw 22vw 6.25vw;
    border-radius: 9.375vw 9.375vw 0 0;
    margin-top: -9.375vw;
  }

  .enjoy-area:before {
    background-image: url(../img/bg-deco-1--sp.webp);
    width: 100%;
    aspect-ratio: 640 / 430;
    top: 112.5vw;
  }

  .enjoy-area:after {
    background-image: url(../img/bg-deco-2--sp.webp);
    width: 100%;
    aspect-ratio: 640 / 452;
    bottom: 140.625vw;
  }

  .enjoy-box {
    width: 100%;
    padding: 0;
  }

  .enjoy-box h1 {
    width: 84.375vw;
    margin: 0 0 4.6875vw;
  }

  .enjoy-box h1::before {
    width: 4.0625vw;
    height: 0.625vw;
    margin-right: 2.5vw;
  }

  .enjoy-box>p {
    font-size: 3.75vw;
    line-height: 1.9;
    margin: 0 3.125vw 9.375vw 0;
  }

  .check-area {
    margin-right: 3.125vw;
  }

  .check-area+.check-area {
    margin-top: 9.375vw;
  }

  .check-area h2 {
    background-image: url(../img/bg_ttl_sp.webp);
    padding: 2.5vw 0 2.3vw;
  }

  .check-area h2 span {
    font-size: 7.5vw;
    margin: 0 1vw 0 0;
  }

  .check-area h2 span::after {
    width: 3.75vw;
    margin: 0 0 0 1vw;
  }

  .check-box {
    padding: 7.8125vw 4.6875vw;
  }

  .check-area .fl-box {
    display: block;
  }

  .check-box .check-txt,
  .check-box.fl-box figure {
    width: 100%;
  }

  .check-box dt {
    text-align: center;
  }

  .check-box dt img {
    margin: 0 auto 3.125vw;
    width: 31.71875vw;
  }

  .check-box dt span {
    text-align: center;
    font-size: 6.5625vw;
    line-height: 1.3333;
  }

  .check-box dt i {
    font-size: 3.9375vw;
  }

  .check-box dd {
    font-size: 3.75vw;
    margin-top: 4.5vw;
    letter-spacing: 0.04em;
  }


  .stamp h2 img {
    width: 38.59375vw;
  }

  .stamp dd {
    text-align: left;
  }

  .stamp ul {
    gap: 7.8125vw 0;
    margin-top: 7.5vw;
  }

  .stamp li {
    width: 100%;
    font-size: 3.75vw;
  }

  .stamp li span {
    font-size: 3.125vw;
  }

  .stamp li img {
    margin-bottom: 2.34375vw;
  }

  .app h2 img {
    width: 38.75vw;
  }

  .app ul {
    display: block;
    margin-top: 7.5vw;
  }

  .app li {
    text-align: center;
    margin: 0 auto 9.375vw;
  }

  .app li+li {
    margin-left: auto;
  }

  .app .apple {
    width: 37.1875vw;
  }

  .app .google {
    width: 46.09375vw;
  }

  .ai h2 span {
    transform: scale(0.96, 1);
    margin-right: 0;
  }

  .ai h2 img {
    width: 51.78175vw;
  }

  .ai .check-box dl {
    padding-bottom: 4.6875vw;
  }

  .sns h2 img {
    width: 46.875vw;
  }

  .sns .btn a {
    width: 73.4375vw;
    height: 15.625vw;
    margin: 6.25vw 0 9.375vw;
    padding-right: 4.6875vw;
  }

  .sns .btn a::before {
    width: 3.75vw;
    right: 6.25vw;
  }

  .sns .btn a img {
    width: 50.625vw;
  }
}

/*# sourceMappingURL=faq.css.map */