@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* ゴシックフォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ---------------------------
  メインビジュアル
--------------------------- */
.mv video {
  width: 100vw;
  height: auto;
}

/* ---------------------------
  worries
--------------------------- */
.worries {
  background: url(../img/bg02.jpg) no-repeat center center/cover;
  -webkit-box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.34);
          box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.34);
  width: 100%;
  height: 100%;
  z-index: -2;
  position: relative;
}
.worries__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 40.625vw;
  padding: 4.6875vw 0;
  gap: 3.125vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .worries__container {
    gap: 6rem;
    max-width: 78rem;
    padding: 9rem 0;
  }
}
@media screen and (max-width: 768px) {
  .worries__container {
    padding-top: 9vw;
    padding-bottom: 11.6vw;
    gap: 7.8vw;
    max-width: 100%;
  }
}
.worries__container::before {
  content: "";
  position: absolute;
  background: url(../img/bg01.jpg) no-repeat center center/cover;
  height: 100%;
  width: 135rem;
  right: 0;
  top: 0;
  z-index: -1;
}
.worries__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .worries__ttl {
    margin-left: 4vw;
  }
}
.worries__ttl-small {
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.9427720807;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1920px) {
  .worries__ttl-small {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__ttl-small {
    font-size: 4.6vw;
  }
}
.worries__ttl-big {
  font-size: 1.934375vw;
  font-weight: 700;
  line-height: 1.5813139472;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1920px) {
  .worries__ttl-big {
    font-size: 3.714rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__ttl-big {
    font-size: 5.7vw;
  }
}
.worries__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875vw;
  position: relative;
  z-index: 100;
  width: 27.3125vw;
}
@media screen and (min-width: 1920px) {
  .worries__lists {
    gap: 3.6rem;
    width: 510px;
  }
}
@media screen and (max-width: 768px) {
  .worries__lists {
    gap: 1.8vw;
    width: 81vw;
  }
}
.worries__list {
  font-weight: 700;
  line-height: 2.2971698113;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #062546;
  background-color: rgba(255, 255, 255, 0.549);
  font-size: 1.4354166667vw;
  gap: 0.5729166667vw;
  height: 2.9166666667vw;
  padding: 0.6770833333vw 0.2083333333vw 0.6770833333vw 0.8333333333vw;
}
@media screen and (min-width: 1920px) {
  .worries__list {
    font-size: 2.756rem;
    height: 5.6rem;
    padding: 1.3rem 0.4rem 1.3rem 1.6rem;
    gap: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__list {
    font-size: 4.2vw;
    gap: 1.8vw;
    height: 8.5vw;
    padding: 2.1vw 1.6vw 2.1vw 6.2vw;
    margin-left: -1.6vw;
  }
}
.worries__check {
  width: 1.40625vw;
  height: 1.40625vw;
  display: block;
}
@media screen and (min-width: 1920px) {
  .worries__check {
    width: 2.7rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__check {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.worries__img {
  position: absolute;
  left: 19.1666666667vw;
  width: 52.9166666667vw;
  height: 20.4166666667vw;
  top: -2.34375vw;
}
@media screen and (min-width: 1920px) {
  .worries__img {
    left: 36.8rem;
    width: 101.6rem;
    height: 39.2rem;
    top: -4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__img {
    width: 56.6vw;
    height: 75.9vw;
    right: -1.6vw;
    left: initial;
    top: -4.5vw;
  }
}
.worries__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.2916666667vw;
  padding: 2.2395833333vw 0 3.3333333333vw;
}
@media screen and (min-width: 1920px) {
  .worries__arrow {
    gap: 4.4rem;
    padding: 4.3rem 0 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__arrow {
    padding-top: 9.3vw;
    padding-bottom: 5.7vw;
  }
}
.worries__lead {
  font-size: 1.7578125vw;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .worries__lead {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__lead {
    font-size: 4.5vw;
  }
}
.worries__arrow-down {
  width: 3.1770833333vw;
  height: 3.8541666667vw;
}
@media screen and (min-width: 1920px) {
  .worries__arrow-down {
    width: 6.1rem;
    height: 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .worries__arrow-down {
    width: 6.1vw;
    height: 7.4vw;
  }
}

/* ---------------------------
  in Cruises
--------------------------- */
.cruises {
  background: url(../img/image02.jpg) no-repeat center center/cover;
  width: 100%;
  height: 54.21875vw;
}
@media screen and (min-width: 1920px) {
  .cruises {
    height: 104.1rem;
  }
}
@media screen and (max-width: 768px) {
  .cruises {
    background: url(../img/image02-sp.jpg) no-repeat center center/cover;
    height: 167.5vw;
    z-index: -2;
  }
}
.cruises__lead {
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #00142a;
  font-weight: 700;
  font-size: 2.1875vw;
  margin-top: 6.40625vw;
}
@media screen and (min-width: 1920px) {
  .cruises__lead {
    margin-top: 12.3rem;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cruises__lead {
    margin-top: 13.1vw;
    font-size: 4.2vw;
  }
}
.cruises__ttl {
  width: 19.6875vw;
  height: 3.8020833333vw;
  margin-top: 1.8229166667vw;
}
@media screen and (min-width: 1920px) {
  .cruises__ttl {
    width: 37.8rem;
    height: 7.3rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cruises__ttl {
    width: 37.3vw;
    height: auto;
  }
}

/* ---------------------------
  5つの特徴
--------------------------- */
.features {
  margin-top: -6.3541666667vw;
  padding-bottom: 11.6666666667vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .features {
    margin-top: -12.2rem;
    padding-bottom: 22.4rem;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-top: -70vw;
  }
}
.features::before {
  content: "";
  position: absolute;
  background: url(../img/image03.png) no-repeat center center/cover;
  width: 47.03125vw;
  height: 64.3229166667vw;
  right: 0;
  top: 0.5208333333vw;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .features::before {
    width: 90.3rem;
    height: 123.5rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .features::before {
    background: url(../img/image03-sp.png) no-repeat center center/cover;
    width: 56.3vw;
    height: 123.2vw;
    top: 0.3vw;
  }
}
.features::after {
  content: "";
  position: absolute;
  background: url(../img/image04.png) no-repeat center center/cover;
  width: 36.9791666667vw;
  height: 56.7708333333vw;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .features::after {
    width: 71rem;
    height: 109rem;
  }
}
@media screen and (max-width: 768px) {
  .features::after {
    background: url(../img/image04-sp.png) no-repeat center center/cover;
    width: 52.8vw;
    height: 106.5vw;
  }
}
.features__wrapper {
  max-width: 127rem;
}
.features__ttl {
  font-size: 2.3958333333vw;
  line-height: 1.3260869565;
  color: #ffedc9;
  font-weight: 400;
  background: url(../img/features_ttl-bg.png) no-repeat center center/cover;
  text-align: center;
  width: 100%;
  height: 4.8958333333vw;
  padding: vw-sp(12);
}
@media screen and (min-width: 1920px) {
  .features__ttl {
    font-size: 4.6rem;
    height: 9.4rem;
    padding: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .features__ttl {
    background: url(../img/features_ttl-bg-sp.png) no-repeat center center/cover;
    font-size: 5.4vw;
    padding: 0;
    height: 15.1vw;
  }
}
.features__ttl-en {
  font-size: 2.7083333333vw;
  line-height: 1.1730769231;
}
@media screen and (min-width: 1920px) {
  .features__ttl-en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .features__ttl-en {
    font-size: 6.1vw;
  }
}
.features__ttl-no {
  font-size: 3.8020833333vw;
  line-height: 0.7397260274;
}
@media screen and (min-width: 1920px) {
  .features__ttl-no {
    font-size: 7.3rem;
  }
}
@media screen and (max-width: 768px) {
  .features__ttl-no {
    font-size: 8.5vw;
    line-height: 0.6;
  }
}
.features__ttl-sub {
  margin-top: 0.9375vw;
  width: 12.9166666667vw;
  height: 2.5vw;
}
@media screen and (min-width: 1920px) {
  .features__ttl-sub {
    margin-top: 18px;
    width: 24.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .features__ttl-sub {
    margin-top: 2.8vw;
    width: 24.8vw;
    height: 4.8vw;
    min-width: 24.8vw;
  }
}
.features__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 43.75vw;
  gap: 4.1666666667vw;
  margin-top: 6.25vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .features__container {
    gap: 8rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .features__container {
    margin-top: 7.1vw;
    gap: 8.4vw;
    max-width: 80vw;
  }
}
.features__container::before {
  content: "";
  position: absolute;
  background: url(../img/bg_PremiumCruiseTravel.png) no-repeat center center/cover;
  z-index: -1;
  left: -23.9583333333vw;
  top: 13.0208333333vw;
  width: 43.3333333333vw;
  height: 13.28125vw;
}
@media screen and (min-width: 1920px) {
  .features__container::before {
    left: -46rem;
    top: 25rem;
    width: 83.2rem;
    height: 25.5rem;
  }
}
@media screen and (max-width: 768px) {
  .features__container::before {
    width: 83.2vw;
    min-width: 83.2vw;
    height: 25.5vw;
    left: -9vw;
    top: 85.5vw;
  }
}
.features__container::after {
  content: "";
  position: absolute;
  background: url(../img/bg_NowWithinReach.png) no-repeat center center/cover;
  z-index: -1;
  left: 7.8125vw;
  bottom: -2.3958333333vw;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 60.78125vw;
  height: 5.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .features__container::after {
    left: 15rem;
    bottom: -4.6rem;
    width: 116.7rem;
    height: 10.6rem;
  }
}
@media screen and (max-width: 768px) {
  .features__container::after {
    background: url(../img/bg_NowWithinReach-sp.png) no-repeat center center/cover;
    width: 73.4vw;
    height: 24.5vw;
    min-width: 73.4vw;
    bottom: 57vw;
    left: initial;
    right: -9vw;
  }
}
.features__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.71875vw;
  color: #164475;
}
@media screen and (min-width: 1920px) {
  .features__item {
    gap: 3.3rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item {
    gap: 6.8vw;
  }
}
.features__item:nth-of-type(even) .features__item-ttl {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .features__item:nth-of-type(even) .features__item-ttl {
    text-align: center;
  }
}
.features__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 1.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .features__item-head {
    gap: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .features__item:nth-of-type(even) .features__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.features__item-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46875vw;
  font-size: 1.875vw;
  line-height: 1.1666666667;
  font-weight: 400;
  text-shadow: -10px 10px 10px #FFF, 10px -10px 10px #FFF, -10px -10px 10px #FFF, 10px 10px 10px #FFF;
}
@media screen and (min-width: 1920px) {
  .features__item-point {
    font-size: 3.6rem;
    gap: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-point {
    font-size: 4.4vw;
    gap: 1.5vw;
  }
}
.features__item-point--no {
  font-size: 4.0104166667vw;
  line-height: 0.7532467532;
  font-weight: 400;
  text-shadow: -10px 10px 10px #FFF, 10px -10px 10px #FFF, -10px -10px 10px #FFF, 10px 10px 10px #FFF;
}
@media screen and (min-width: 1920px) {
  .features__item-point--no {
    font-size: 7.7rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-point--no {
    font-size: 9.4vw;
  }
}
.features__item-ttl {
  font-size: 2.03125vw;
  line-height: 1.1538461538;
  font-weight: 400;
  text-shadow: -10px 10px 10px #FFF, 10px -10px 10px #FFF, -10px -10px 10px #FFF, 10px 10px 10px #FFF;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .features__item-ttl {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-ttl {
    text-align: center;
    font-size: 4.8vw;
  }
}
.features__item-ttl::before {
  content: "";
  position: absolute;
  background: #164475;
  width: 100%;
  height: 1.72px;
  bottom: -0.8333333333vw;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .features__item-ttl::before {
    bottom: -1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-ttl::before {
    bottom: -1.6vw;
  }
}
.features__item-txt {
  font-size: 1.40625vw;
  line-height: 2.037037037;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-shadow: -5px 5px 10px #FFF, 5px -5px 10px #FFF, -5px -5px 10px #FFF, 5px 5px 10px #FFF;
}
@media screen and (min-width: 1920px) {
  .features__item-txt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .features__item-txt {
    font-size: 3.8vw;
    line-height: 1.4473684211;
  }
}

/* ---------------------------
  人気のクルーズプラン
--------------------------- */
.plan__ttl {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #164475;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .plan__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ttl {
    font-size: 5.3vw;
  }
}
.plan__ttl-sub {
  margin-top: 0.9375vw;
  width: 16.1458333333vw;
  height: 3.3854166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__ttl-sub {
    margin-top: 18px;
    width: 31rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ttl-sub {
    line-height: 1.5671641791;
    margin-top: 0;
    width: 31vw;
    height: 6.5vw;
    min-width: 31vw;
  }
}
.plan__container {
  max-width: 192rem;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6.25vw;
  padding-bottom: 6.25vw;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .plan__content {
    margin-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content {
    margin-top: 10.4vw;
    padding-bottom: 15vw;
  }
}
.plan__content::before {
  content: "";
  position: absolute;
  right: 0;
  top: 35.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .plan__content::before {
    top: 67.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content::before {
    top: 44.2vw;
  }
}
.plan__heading {
  width: 100%;
  -webkit-box-shadow: 0px 10px 29px 0px rgba(49, 49, 49, 0.45);
          box-shadow: 0px 10px 29px 0px rgba(49, 49, 49, 0.45);
}
@media screen and (max-width: 768px) {
  .plan__heading {
    display: none;
  }
}
.plan__item {
  max-width: 51.0416666667vw;
  width: 100%;
  padding: 7.8125vw 0 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .plan__item {
    max-width: 98rem;
    padding: 15rem 0 8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__item {
    max-width: 100%;
    padding-top: 9.5vw;
    padding-bottom: 7vw;
  }
}
.plan__item-ttl {
  font-size: 2.65625vw;
  line-height: 1.3137254902;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #062546;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: -10px 10px 5px #FFF, 10px -10px 5px #FFF, -10px -10px 5px #FFF, 10px 10px 5px #FFF;
}
@media screen and (min-width: 1920px) {
  .plan__item-ttl {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__item-ttl {
    font-size: 5.6vw;
    width: 100%;
    text-align: center;
  }
}
.plan__item-ttl span {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.3958333333;
  letter-spacing: -0.08em;
  text-shadow: -7px 7px 7px #FFF, 7px -7px 7px #FFF, -7px -7px 7px #FFF, 7px 7px 7px #FFF;
}
@media screen and (min-width: 1920px) {
  .plan__item-ttl span {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__item-ttl span {
    font-size: 5.3vw;
  }
}
.plan__ship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.34375vw;
  margin-left: 1.0416666667vw;
  gap: 1.8229166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__ship {
    gap: 3.5rem;
    margin-top: 4.5rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ship {
    margin-top: 24vw;
    margin-left: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.plan__ship-name {
  width: 9.3229166667vw;
  height: 1.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__ship-name {
    width: 17.9rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ship-name {
    width: 24vw;
    height: 4.7vw;
  }
}
.plan__ship-txt {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan__ship-txt {
    display: block;
    font-size: 2.7vw;
    line-height: 1.1481481481;
    letter-spacing: 0.02em;
    color: #062546;
    padding-bottom: 1.9vw;
    position: relative;
  }
  .plan__ship-txt::before {
    content: "";
    position: absolute;
    height: 0.144vw;
    background: #2b5a8d;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.plan__ship-name.disney {
  width: 9.375vw;
  height: 2.5vw;
}
@media screen and (min-width: 1920px) {
  .plan__ship-name.disney {
    width: 18rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ship-name.disney {
    width: 25vw;
    height: 7vw;
  }
}
.plan__ship-name.oceania {
  width: 10.2604166667vw;
  height: 2.03125vw;
}
@media screen and (min-width: 1920px) {
  .plan__ship-name.oceania {
    width: 19.7rem;
    height: 3.9rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ship-name.oceania {
    width: 30.2vw;
    height: 6vw;
  }
}
.plan__ship-star {
  width: 10vw;
  height: 1.875vw;
}
@media screen and (min-width: 1920px) {
  .plan__ship-star {
    width: 19.2rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__ship-star {
    width: 22.7vw;
    height: 4.3vw;
  }
}
.plan__route {
  margin-top: 2.03125vw;
  font-size: 1.25vw;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #062546;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .plan__route {
    margin-top: 3.9rem;
    font-size: 2.4rem;
  }
}
.plan__route.sp-only {
  background: url(../img/plan_route-bg-sp.png) no-repeat center center/cover;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.4vw;
  line-height: 1.2352941176;
  letter-spacing: 0.02em;
  padding: 1.8vw 11.4vw;
  margin-top: 5.5vw;
  display: none;
}
@media screen and (max-width: 768px) {
  .plan__route.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .plan__price {
    padding-left: 6.4vw;
  }
}
.plan__market-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  gap: 1.9791666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .plan__market-price {
    gap: 3.8rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__market-price {
    gap: 3.5vw;
    margin-top: 4vw;
  }
}
.plan__market-price dt {
  font-size: 1.3541666667vw;
  line-height: 0.9615384615;
  font-weight: 700;
  width: 11.6145833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  padding: 0 0.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .plan__market-price dt {
    width: 223px;
    font-size: 2.6rem;
    padding: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__market-price dt {
    font-size: 2.4vw;
    padding: 0;
    width: 11.9vw;
  }
}
.plan__market-price dt span {
  display: block;
  margin-left: auto;
  background: #fffafa;
  padding: 0.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .plan__market-price dt span {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__market-price dt span {
    padding: 0.4vw 1.1vw;
    -webkit-box-shadow: 6px 6px 4px 0px rgba(12, 12, 116, 0.17);
            box-shadow: 6px 6px 4px 0px rgba(12, 12, 116, 0.17);
  }
}
.plan__market-price dd {
  font-size: 2.1875vw;
  line-height: 1.5476190476;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .plan__market-price dd {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__market-price dd {
    font-size: 3.9vw;
  }
}
.plan__market-price dd span {
  font-size: 2.1875vw;
  line-height: 1.5476190476;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1920px) {
  .plan__market-price dd span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__market-price dd span {
    font-size: 3.9vw;
  }
}
.plan__market-price dd::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  left: -5%;
  top: 50%;
  background: #ff0000;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.plan__member-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9791666667vw;
  margin-top: 1.6145833333vw;
}
@media screen and (min-width: 1920px) {
  .plan__member-price {
    gap: 3.8rem;
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price {
    gap: 3.5vw;
    margin-top: 2.7vw;
  }
}
.plan__member-price dt {
  color: #fff;
  font-weight: 700;
  background: #164475;
  padding: 0 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1920px) {
  .plan__member-price dt {
    padding: 0 2.4rem;
  }
}
.plan__member-price dd {
  font-size: 2.8125vw;
  line-height: 0.8703703704;
}
@media screen and (min-width: 1920px) {
  .plan__member-price dd {
    font-size: 5.4rem;
  }
}
.plan__member-price small {
  font-size: 0.9375vw;
  line-height: 1;
  color: #062546;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .plan__member-price small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price small {
    font-size: 1.7vw;
  }
}
.plan__member-price--wrapper {
  color: #fff;
  font-weight: 700;
  background: #164475;
  padding: 0 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--wrapper {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--wrapper {
    -webkit-box-shadow: 6px 6px 4px 0px rgba(12, 12, 116, 0.11);
            box-shadow: 6px 6px 4px 0px rgba(12, 12, 116, 0.11);
  }
}
.plan__member-price--detail {
  font-size: 2.8125vw;
  line-height: 0.8703703704;
  color: #ff0000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--detail {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--detail {
    font-size: 5vw;
  }
}
.plan__member-price--detail span {
  font-size: 1.6666666667vw;
  line-height: 1.1875;
  letter-spacing: 0.02em;
  color: #ff0000;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--detail span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--detail span {
    font-size: 3vw;
  }
}
.plan__member-price--en {
  font-size: 1.5625vw;
  line-height: 1.2;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--en {
    font-size: 2.8vw;
  }
}
.plan__member-price--ja {
  font-size: 1.3020833333vw;
  line-height: 1.44;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--ja {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--ja {
    font-size: 2.4vw;
  }
}
.plan__member-price--attention {
  font-size: 0.9375vw;
  line-height: 1;
  color: #062546;
  display: block;
  margin-top: 0.5208333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .plan__member-price--attention {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__member-price--attention {
    font-size: 1.7vw;
    margin-top: 1vw;
  }
}
.plan__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6770833333vw;
  padding: o 1.8229166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__gallery {
    padding: 0 3.5rem;
    gap: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__gallery {
    display: none;
  }
}
.plan__gallery-img img {
  -webkit-box-shadow: 0px 10px 29px 0px rgba(49, 49, 49, 0.45);
          box-shadow: 0px 10px 29px 0px rgba(49, 49, 49, 0.45);
}
.plan__gallery-grid {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan__gallery-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 36.7vw 1fr;
    gap: 1.6vw;
    padding: 0 2.7vw;
  }
}
.plan__gallery-img01 {
  grid-row: 1/2;
  grid-column: 1/2;
}
.plan__gallery-img01 img {
  -webkit-box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
          box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
}
.plan__gallery-img02 {
  grid-row: 2/3;
  grid-column: 1/2;
}
.plan__gallery-img02 img {
  -webkit-box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
          box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
}
.plan__gallery-img03 {
  grid-row: 1/3;
  grid-column: 2/3;
}
.plan__gallery-img03 img {
  -webkit-box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
          box-shadow: 0px 7px 8px 0px rgba(29, 42, 58, 0.39);
}
@media screen and (max-width: 768px) {
  .plan__content.Alaska {
    background: url(../img/bg03-sp.png) no-repeat center center/cover;
  }
}
.plan__content.Alaska::before {
  background: url(../img/Alaska02.png) no-repeat center center/cover;
  width: 53.59375vw;
  height: 42.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Alaska::before {
    width: 102.9rem;
    height: 80.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Alaska::before {
    background: url(../img/Alaska02-sp.png) no-repeat center center/cover;
    width: 67.4vw;
    height: 61.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Alaska .plan__market-price {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Alaska .plan__market-price dt {
    width: 25vw;
  }
}
.plan__content.Alaska .plan__member-price--attention {
  margin-left: 16.9270833333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Alaska .plan__member-price--attention {
    margin-left: 32.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Alaska .plan__member-price--attention {
    margin-left: 27vw;
  }
}
.plan__content.Italy {
  background: url(../img/bg03.png) no-repeat center center/cover;
  padding-top: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Italy {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy {
    background: none;
  }
}
.plan__content.Italy::before {
  top: 40.8333333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Italy::before {
    top: 78.4rem;
  }
}
.plan__content.Italy .plan__item {
  padding: 7.8125vw 0 6.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Italy .plan__item {
    padding: 15rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__ship {
    margin-top: 14.3vw;
    margin-left: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__market-price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__market-price dt span {
    margin-left: initial;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__market-price dd {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__member-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__member-price--wrapper {
    width: 28.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__member-price--detail {
    margin-left: 2.5vw;
  }
}
.plan__content.Italy .plan__member-price--attention {
  margin-left: 15.8854166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Italy .plan__member-price--attention {
    margin-left: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy .plan__member-price--attention {
    margin-left: 0;
  }
}
.plan__content.Italy::before {
  background: url(../img/Italy02.png) no-repeat center center/cover;
  width: 44.7916666667vw;
  height: 43.59375vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Italy::before {
    width: 86rem;
    height: 83.7rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Italy::before {
    background: url(../img/Italy02-sp.png) no-repeat center center/cover;
    width: 61.5vw;
    height: 68.5vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia {
    background: url(../img/bg03-sp.png) no-repeat center center/cover;
  }
}
.plan__content.Australia .plan__item {
  padding: 7.8125vw 0 6.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Australia .plan__item {
    padding: 15rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__route.sp-only {
    width: 83.9vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw 17vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__ship {
    margin-top: 14.3vw;
    margin-left: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__market-price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__market-price dt span {
    margin-left: initial;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__market-price dd {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__member-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__member-price--wrapper {
    width: 28.5vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__member-price--detail {
    margin-left: 2.5vw;
  }
}
.plan__content.Australia .plan__member-price--attention {
  margin-left: 15.8854166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Australia .plan__member-price--attention {
    margin-left: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia .plan__member-price--attention {
    margin-left: 0;
  }
}
.plan__content.Australia::before {
  background: url(../img/Australia02.png) no-repeat center center/cover;
  width: 48.125vw;
  height: 44.6875vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Australia::before {
    width: 92.4rem;
    height: 85.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Australia::before {
    background: url(../img/Australia02-sp.png) no-repeat center center/cover;
    width: 65.5vw;
    height: 61.1vw;
  }
}
.plan__content.Asia {
  background: url(../img/bg03.png) no-repeat center center/cover;
  padding-top: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Asia {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia {
    background: none;
  }
}
.plan__content.Asia::before {
  top: 38.3333333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Asia::before {
    top: 73.6rem;
  }
}
.plan__content.Asia .plan__item {
  padding: 7.8125vw 0 6.7708333333vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Asia .plan__item {
    padding: 15rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia .plan__route.sp-only {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia .plan__ship {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia .plan__market-price dt {
    width: 25vw;
  }
}
.plan__content.Asia::before {
  background: url(../img/Asia02.png) no-repeat center center/cover;
  width: 49.53125vw;
  height: 45.625vw;
  right: initial;
  left: 0;
}
@media screen and (min-width: 1920px) {
  .plan__content.Asia::before {
    width: 95.1rem;
    height: 87.6rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia::before {
    background: url(../img/Asia02-sp.png) no-repeat center center/cover;
    width: 76.3vw;
    height: 66.4vw;
  }
}
.plan__content.Asia .plan__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .plan__content.Asia .plan__price {
    padding-right: 5.6vw;
  }
}
.plan__content.Asia .plan__member-price--attention {
  margin-left: 15.8854166667vw;
}
@media screen and (min-width: 1920px) {
  .plan__content.Asia .plan__member-price--attention {
    margin-left: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__content.Asia .plan__member-price--attention {
    margin-left: 27vw;
  }
}
.plan__bottom {
  padding-top: 12.6041666667vw;
  background: url(../img/image05.png) no-repeat 0px -82px/cover;
  width: 100vw;
  max-width: 192rem;
  height: 65.1041666667vw;
  margin-bottom: -2.3vw;
}
@media screen and (min-width: 1920px) {
  .plan__bottom {
    height: 125rem;
    margin-bottom: -230px;
    padding-top: 24.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__bottom {
    padding-top: 12.5vw;
    height: 61vw;
    margin-bottom: 0;
    background: url(../img/image05-sp.png) no-repeat center top/cover;
  }
}
.plan__bottom-lead {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .plan__bottom-lead {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__bottom-lead {
    font-size: 2.8vw;
  }
}
.plan__bottom-ttl {
  font-size: 2.8645833333vw;
  line-height: 1.1818181818;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1920px) {
  .plan__bottom-ttl {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__bottom-ttl {
    font-size: 3.4vw;
  }
}
.plan__bottom-ttl .big {
  font-size: 3.3958333333vw;
  line-height: 1.1809815951;
  color: #e3ddbf;
  display: inline-block;
  background: #062546;
  padding: 0 2vw;
  margin-top: 2.2395833333vw;
  margin-right: 1.0416666667vw;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.34);
          box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.34);
}
@media screen and (min-width: 1920px) {
  .plan__bottom-ttl .big {
    font-size: 6.52rem;
    padding: 0 2rem;
    margin-top: 4.3rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan__bottom-ttl .big {
    font-size: 4vw;
    padding: 0.5vw;
    margin-top: 2.6vw;
    -webkit-box-shadow: 0.6vw 0.6vw 0px 0px rgba(255, 255, 255, 0.34);
            box-shadow: 0.6vw 0.6vw 0px 0px rgba(255, 255, 255, 0.34);
  }
}

/* ---------------------------
  船内サービス
--------------------------- */
.service__wrapper {
  max-width: 69.7916666667vw;
}
@media screen and (min-width: 1920px) {
  .service__wrapper {
    max-width: 134rem;
  }
}
@media screen and (max-width: 768px) {
  .service__wrapper {
    max-width: 85.6vw;
  }
}
.service__ttl {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #164475;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .service__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__ttl {
    font-size: 5.3vw;
  }
}
.service__ttl-attention {
  font-size: 1.3020833333vw;
  line-height: 1.2;
  color: #164475;
  margin-top: 1.40625vw;
}
@media screen and (min-width: 1920px) {
  .service__ttl-attention {
    font-size: 2.5rem;
    margin-top: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .service__ttl-attention {
    font-size: 2.5vw;
    margin-top: 2.7vw;
  }
}
.service__ttl-sub {
  margin-top: 0.9375vw;
  width: 10.5729166667vw;
  height: 2.5520833333vw;
}
@media screen and (min-width: 1920px) {
  .service__ttl-sub {
    margin-top: 18px;
    width: 20.3rem;
    height: 4.9rem;
  }
}
@media screen and (max-width: 768px) {
  .service__ttl-sub {
    line-height: 1.5671641791;
    margin-top: 0;
    width: 20.3vw;
    height: 4.9vw;
    min-width: 20.3vw;
  }
}
.service__container {
  margin-top: 9.2708333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .service__container {
    margin-top: 17.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service__container {
    margin-top: 11.8vw;
  }
}
.service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.service__content-img {
  width: 43.0208333333vw;
  height: 22.7604166667vw;
  -webkit-box-shadow: 0px 9px 24px 0px rgba(49, 49, 49, 0.57);
          box-shadow: 0px 9px 24px 0px rgba(49, 49, 49, 0.57);
}
@media screen and (min-width: 1920px) {
  .service__content-img {
    width: 82.6rem;
    height: 43.7rem;
  }
}
.service__content-img--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.service__content-img {
  margin-top: 6.875vw;
}
@media screen and (min-width: 1920px) {
  .service__content-img {
    margin-top: 13.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content-img {
    width: 82.6vw;
    height: 56.4vw;
    margin-top: 9.6vw;
    aspect-ratio: 826/564;
  }
}
.service__content-item {
  width: 100%;
  max-width: 95rem;
  position: relative;
}
.service__content-ttl {
  font-size: 2.6041666667vw;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .service__content-ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content-ttl {
    font-size: 6.3vw;
  }
}
.service__content-txt {
  font-size: 1.40625vw;
  line-height: 1.8518518519;
  letter-spacing: 0.02em;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .service__content-txt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content-txt {
    font-size: 3.5vw;
    line-height: 1.6285714286;
  }
}
.service__content01 {
  padding-bottom: 5.8854166667vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .service__content01 {
    padding-bottom: 11.3rem;
  }
}
.service__content01::before {
  content: "";
  position: absolute;
  background: #4f4f4f;
  height: 97%;
  width: 100vw;
  right: -8.75vw;
  top: 0;
  z-index: -1;
}
.service__content01-item {
  margin-top: 7.8125vw;
}
@media screen and (min-width: 1920px) {
  .service__content01-item {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content01-item {
    margin-top: 0;
  }
}
.service__content01-ttl {
  color: #fff;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .service__content01-ttl {
    color: #a2a2a2;
  }
}
.service__content01-ttl::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 29.4791666667vw;
  top: 50%;
  right: -2.1875vw;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (min-width: 1920px) {
  .service__content01-ttl::before {
    right: -4.2rem;
    width: 56.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content01-ttl::before {
    height: 0.2vw;
    width: 17.9vw;
  }
}
.service__content01-lead {
  font-size: 2.6041666667vw;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #e3ddbf;
  position: absolute;
  content: "";
  top: 6.875vw;
  right: 11.1979166667vw;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .service__content01-lead {
    font-size: 5rem;
    top: 13.2rem;
    right: 21.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content01-lead {
    display: none;
  }
}
.service__content01-lead--sp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 5.7vw;
  font-weight: 400;
  line-height: 1.649122807;
  color: #e3ddbf;
  display: none;
}
@media screen and (max-width: 768px) {
  .service__content01-lead--sp {
    display: block;
    margin-left: auto;
    padding-top: 15vw;
    position: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto;
  }
}
.service__content01-txt {
  color: #fff;
  margin-top: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .service__content01-txt {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content01-txt {
    margin-top: 8.2vw;
  }
}
@media screen and (max-width: 768px) {
  .service__content01-img--wrapper.pc-only {
    display: none;
  }
}
.service__content01-img--wrapper.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .service__content01-img--wrapper.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 70vw);
    margin-bottom: -11.3vw;
  }
}
.service__content02 {
  width: 100%;
  padding-top: 8.3333333333vw;
  padding-bottom: 12.2916666667vw;
}
@media screen and (min-width: 1920px) {
  .service__content02 {
    padding-top: 16rem;
    padding-bottom: 23.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content02 {
    padding-top: 21.1vw;
  }
}
.service__content02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__content02-item {
    margin-left: 14vw;
  }
}
.service__content02-ttl {
  color: #062546;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .service__content02-ttl {
    font-size: 5.7vw;
    letter-spacing: 0.02em;
  }
}
.service__content02-ttl::before {
  content: "";
  position: absolute;
  background: #164475;
  width: 0.1041666667vw;
  height: 26.6666666667vw;
  left: 50%;
  bottom: -4.375vw;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (min-width: 1920px) {
  .service__content02-ttl::before {
    height: 51.2rem;
    width: 0.2rem;
    bottom: -8.4rem;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 768px) {
  .service__content02-ttl::before {
    height: 14.5vw;
    width: 0.2vw;
    bottom: 2.5vw;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.service__content02-img--wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .service__content02-img--wrapper {
    margin-left: calc(50% - 70vw);
  }
}
@media screen and (max-width: 768px) {
  .service__content02-img {
    margin-top: 11.8vw;
  }
}
.service__content02-txt {
  color: #164475;
  margin-left: 6.5625vw;
}
@media screen and (min-width: 1920px) {
  .service__content02-txt {
    margin-left: 12.6rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content02-txt {
    margin-left: 8vw;
    padding-top: 5.5vw;
  }
}
.service__content03 {
  padding-bottom: 5.8854166667vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .service__content03 {
    padding-bottom: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03 {
    margin-top: -24.6vw;
  }
}
.service__content03::before {
  content: "";
  position: absolute;
  background: #4f4f4f;
  height: 100%;
  width: 100vw;
  left: -8.75vw;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .service__content03::before {
    right: -16.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03::before {
    right: -7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-img--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 31.2vw;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-img {
    margin-top: 12.7vw;
  }
}
.service__content03-item {
  margin-top: 7.8125vw;
  max-width: 100rem;
}
@media screen and (min-width: 1920px) {
  .service__content03-item {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-item {
    margin-top: 12.7vw;
  }
}
.service__content03-lead {
  font-size: 2.6041666667vw;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #e3ddbf;
  position: absolute;
  content: "";
  top: 6.875vw;
  right: 8.59375vw;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .service__content03-lead {
    font-size: 5rem;
    top: 13.2rem;
    right: 16.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-lead {
    position: initial;
    font-size: 5.7vw;
  }
}
.service__content03-ttl {
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .service__content03-ttl {
    color: #a2a2a2;
    display: block;
  }
}
.service__content03-ttl::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 0.1041666667vw;
  width: 12.2916666667vw;
  top: 50%;
  right: -2.1875vw;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (min-width: 1920px) {
  .service__content03-ttl::before {
    height: 2px;
    width: 23.6rem;
    right: -4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-ttl::before {
    top: initial;
    bottom: -5.3vw;
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.service__content03-txt {
  color: #fff;
  margin-top: 4.4270833333vw;
}
@media screen and (min-width: 1920px) {
  .service__content03-txt {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service__content03-txt {
    margin-top: 10.9vw;
  }
}
.service__content04-img--wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 3.6458333333vw;
}
@media screen and (max-width: 768px) {
  .service__content04-img--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 70vw);
    margin-bottom: -17vw;
  }
}

/* ---------------------------
  あじわう
--------------------------- */
.dining {
  margin-top: 5.1041666667vw;
}
@media screen and (min-width: 1920px) {
  .dining {
    margin-top: 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .dining {
    margin-top: 25vw;
  }
}
.dining__heading {
  background: url(../img/image06.jpg) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  height: 100%;
  padding-top: 20.1041666667vw;
  padding-bottom: 19.53125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .dining__heading {
    padding-top: 38.6rem;
    padding-bottom: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__heading {
    background: url(../img/image06-sp.jpg) no-repeat center center/cover;
    padding-top: 40.9vw;
    padding-bottom: 35.4vw;
  }
}
.dining__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 76.5rem;
  width: 100%;
}
.dining__ttl {
  font-size: 3.125vw;
  line-height: 1.1833333333;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .dining__ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__ttl {
    font-size: 6vw;
    padding-left: 14vw;
  }
}
.dining__en {
  width: 15.625vw;
  height: 2.0833333333vw;
  margin-top: 1.09375vw;
}
@media screen and (min-width: 1920px) {
  .dining__en {
    width: 30rem;
    height: 4rem;
    margin-top: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__en {
    margin-top: 1.7vw;
    margin-left: 14vw;
    width: 30vw;
    height: 4vw;
    min-width: 30vw;
  }
}
.dining__lead {
  font-size: 2.8645833333vw;
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  color: #164475;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.7708333333vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .dining__lead {
    font-size: 5.5rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__lead {
    font-size: 5.5vw;
    padding-bottom: 3.4vw;
  }
}
.dining__lead::before {
  content: "";
  position: absolute;
  background: url(../img/underline.png) no-repeat center center/cover;
  width: 65.2rem;
  height: 1.2rem;
  width: 33.9583333333vw;
  height: 0.625vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1920px) {
  .dining__lead::before {
    width: 65.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__lead::before {
    width: 65.2vw;
    height: 1.2vw;
  }
}
.dining__message {
  background: url(../img/image07.png) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  padding-top: 9.4270833333vw;
  padding-bottom: 19.84375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .dining__message {
    padding-top: 18.1rem;
    padding-bottom: 38.1rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__message {
    background: url(../img/image07-sp.png) no-repeat center center/cover;
    padding-top: 13.1vw;
    padding-bottom: 25.2vw;
  }
}
.dining__txt {
  text-align: center;
  font-size: 1.5625vw;
  color: #164475;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  margin-top: 4.8958333333vw;
  text-shadow: -4px 4px 8px #FFF, 4px -4px 8px #FFF, -4px -4px 8px #FFF, 4px 4px 8px #FFF;
}
@media screen and (min-width: 1920px) {
  .dining__txt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .dining__txt {
    font-size: 3.5vw;
  }
}

/* ---------------------------
  たのしむ
--------------------------- */
@media screen and (max-width: 768px) {
  .entertainment {
    margin-top: 16vw;
  }
}
.entertainment__heading {
  background: url(../img/image08.jpg) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  height: 100%;
  padding-top: 20.1041666667vw;
  padding-bottom: 19.53125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .entertainment__heading {
    padding-top: 38.6rem;
    padding-bottom: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__heading {
    background: url(../img/image08-sp.jpg) no-repeat center center/cover;
    padding-top: 40.9vw;
    padding-bottom: 35.4vw;
  }
}
.entertainment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 85.6rem;
  width: 100%;
}
.entertainment__ttl {
  font-size: 3.125vw;
  line-height: 1.1833333333;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .entertainment__ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__ttl {
    font-size: 6vw;
    padding-left: 14vw;
  }
}
.entertainment__en {
  width: 11.6666666667vw;
  height: 1.4583333333vw;
  margin-top: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .entertainment__en {
    width: 22.4rem;
    height: 2.8rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__en {
    margin-top: 1.7vw;
    margin-left: 14vw;
    width: 22.4vw;
    height: 2.8vw;
    min-width: 22.4vw;
  }
}
.entertainment__lead {
  font-size: 2.8645833333vw;
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  color: #164475;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.7708333333vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .entertainment__lead {
    font-size: 5.5rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__lead {
    font-size: 5.5vw;
    padding-bottom: 3.4vw;
  }
}
.entertainment__lead::before {
  content: "";
  position: absolute;
  background: url(../img/underline.png) no-repeat center center/cover;
  width: 33.9583333333vw;
  height: 0.625vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1920px) {
  .entertainment__lead::before {
    width: 65.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__lead::before {
    width: 62.7vw;
    height: 1.2vw;
  }
}
.entertainment__message {
  background: url(../img/image09.png) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  padding-top: 9.4270833333vw;
  padding-bottom: 19.84375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .entertainment__message {
    padding-top: 18.1rem;
    padding-bottom: 38.1rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__message {
    background: url(../img/image09-sp.png) no-repeat center center/cover;
    padding-top: 18.8vw;
    padding-bottom: 17.9vw;
  }
}
.entertainment__txt {
  text-align: center;
  font-size: 1.5625vw;
  color: #164475;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  margin-top: 4.8958333333vw;
  text-shadow: -4px 4px 8px #FFF, 4px -4px 8px #FFF, -4px -4px 8px #FFF, 4px 4px 8px #FFF;
}
@media screen and (min-width: 1920px) {
  .entertainment__txt {
    font-size: 3rem;
    margin-top: 9.4rem;
  }
}
@media screen and (max-width: 768px) {
  .entertainment__txt {
    font-size: 3.5vw;
  }
}

/* ---------------------------
  くつろぐ
--------------------------- */
@media screen and (max-width: 768px) {
  .relaxation {
    margin-top: 10.8vw;
  }
}
.relaxation__heading {
  background: url(../img/image10.jpg) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  height: 100%;
  padding-top: 20.1041666667vw;
  padding-bottom: 19.53125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1920px) {
  .relaxation__heading {
    padding-top: 38.6rem;
    padding-bottom: 37.5rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__heading {
    background: url(../img/image10-sp.jpg) no-repeat center center/cover;
    padding-top: 40.9vw;
    padding-bottom: 35.4vw;
  }
}
.relaxation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 97.9rem;
  width: 100%;
}
.relaxation__ttl {
  font-size: 3.125vw;
  line-height: 1.1833333333;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  .relaxation__ttl {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__ttl {
    font-size: 6vw;
    padding-left: 14vw;
  }
}
.relaxation__en {
  width: 16.6145833333vw;
  height: 2.1354166667vw;
  margin-top: 0.9895833333vw;
}
@media screen and (min-width: 1920px) {
  .relaxation__en {
    width: 31.9rem;
    height: 4.1rem;
    margin-top: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__en {
    margin-top: 1.7vw;
    margin-left: 14vw;
    width: 31.9vw;
    height: 4.1vw;
    min-width: 31.9vw;
  }
}
.relaxation__lead {
  font-size: 2.8645833333vw;
  line-height: 1.1818181818;
  letter-spacing: 0.02em;
  color: #164475;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1.7708333333vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .relaxation__lead {
    font-size: 5.5rem;
    padding-bottom: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__lead {
    font-size: 5.5vw;
    padding-bottom: 3.4vw;
  }
}
.relaxation__lead::before {
  content: "";
  position: absolute;
  background: url(../img/underline.png) no-repeat center center/cover;
  width: 33.9583333333vw;
  height: 0.625vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1920px) {
  .relaxation__lead::before {
    width: 65.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__lead::before {
    width: 65.2vw;
    height: 1.2vw;
  }
}
.relaxation__message {
  background: url(../img/image11.png) no-repeat center center/cover;
  width: 100vw;
  max-width: 192rem;
  padding-top: 9.4270833333vw;
  padding-bottom: 19.84375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .relaxation__message {
    background: url(../img/image11-sp.png) no-repeat center center/cover;
    padding-top: 18vw;
    padding-bottom: 24.8vw;
  }
}
.relaxation__txt {
  text-align: center;
  font-size: 1.5625vw;
  color: #164475;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  margin-top: 4.8958333333vw;
  text-shadow: -4px 4px 8px #FFF, 4px -4px 8px #FFF, -4px -4px 8px #FFF, 4px 4px 8px #FFF;
}
@media screen and (min-width: 1920px) {
  .relaxation__txt {
    font-size: 3rem;
    margin-top: 9.4rem;
  }
}
@media screen and (max-width: 768px) {
  .relaxation__txt {
    font-size: 3.5vw;
  }
}

/* ---------------------------
  実際のinCruses体験談
--------------------------- */
.voice {
  background: url(../img/bg04.png) repeat-y center center/cover;
  width: 100vw;
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .voice {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 17vw;
    background: url(../img/bg04-sp.png) repeat-y center center/cover;
  }
}
.voice__wrapper {
  max-width: 65.625vw;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .voice__wrapper {
    max-width: 126rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__wrapper {
    max-width: 100%;
  }
}
.voice__ttl {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #164475;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .voice__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__ttl {
    font-size: 5.3vw;
  }
}
.voice__ttl-sub {
  margin-top: 0.9375vw;
  width: 7.5520833333vw;
  height: 2.5vw;
}
@media screen and (min-width: 1920px) {
  .voice__ttl-sub {
    margin-top: 1.8rem;
    width: 14.5rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__ttl-sub {
    line-height: 1.5671641791;
    margin-top: 2.8vw;
    width: 14.5vw;
    height: 4.8vw;
    min-width: 14.5vw;
  }
}
.voice__container {
  margin-top: 7.4479166667vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .voice__container {
    margin-top: 14.3rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__container {
    margin-top: 14.7vw;
  }
}
.voice__content {
  width: 100%;
}
.voice__img {
  position: absolute;
  content: "";
  -webkit-box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.31);
          box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.31);
  width: 73.3854166667vw;
  height: 30.3645833333vw;
  display: block;
  left: 10.6770833333vw;
  top: 0;
  z-index: 5;
}
@media screen and (min-width: 1920px) {
  .voice__img {
    width: 140.9rem;
    height: 58.3rem;
    left: 20.5rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__img {
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    height: auto;
    position: initial;
  }
}
.voice__img::before {
  content: "";
  position: absolute;
  background: #e3ddbf;
  z-index: -1;
  left: -1.1458333333vw;
  bottom: -1.25vw;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.31);
          box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.31);
}
.voice__items {
  margin-top: 22.1354166667vw;
  padding-top: 11.3020833333vw;
  padding-right: 8.3333333333vw;
  padding-left: 7.1354166667vw;
  padding-bottom: 3.125vw;
  background: #fff;
  -webkit-box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.34);
          box-shadow: 0px 10px 13px 0px rgba(40, 40, 40, 0.34);
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .voice__items {
    margin-top: 42.5rem;
    padding-top: 21.7rem;
    padding-right: 16rem;
    padding-left: 13.7rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__items {
    width: 88vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 3.4vw;
    padding-bottom: 6.7vw;
    margin-left: auto;
    margin-top: -16vw;
    z-index: 1;
    position: relative;
  }
}
.voice__cover {
  display: none;
}
@media screen and (max-width: 768px) {
  .voice__cover {
    font-size: 3.5vw;
    line-height: 1.2;
    color: #fff;
    background: #062546;
    padding: 0.8vw 5vw;
    display: inline;
  }
}
.voice__lead {
  font-size: 2.0833333333vw;
  font-weight: 400;
  color: #164475;
  line-height: 1.85;
  letter-spacing: 0.02em;
  padding-bottom: 2.0833333333vw;
  border-bottom: 2px solid #164475;
}
@media screen and (min-width: 1920px) {
  .voice__lead {
    font-size: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__lead {
    margin-top: 6vw;
    padding-left: 4vw;
    font-size: 4.7vw;
    padding-bottom: 6vw;
  }
}
.voice__txt {
  font-size: 1.40625vw;
  font-weight: 400;
  line-height: 1.8518518519;
  letter-spacing: 0.02em;
  color: #164475;
  padding-top: 2.0833333333vw;
}
@media screen and (min-width: 1920px) {
  .voice__txt {
    font-size: 2.7rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .voice__txt {
    font-size: 3.2vw;
    padding-left: 4vw;
    line-height: 1.78125;
    padding-top: 6.5vw;
  }
}
.voice .cta {
  padding-top: 15.5729166667vw;
  padding-bottom: 24.4791666667vw;
}
@media screen and (min-width: 1920px) {
  .voice .cta {
    padding-top: 29.9rem;
    padding-bottom: 47rem;
  }
}
@media screen and (max-width: 768px) {
  .voice .cta {
    padding-top: 24.3vw;
    padding-bottom: 18.4vw;
  }
}

/* ---------------------------
  実際のinCruses体験談
--------------------------- */
.receive {
  padding-top: 8.6979166667vw;
  padding-bottom: 12.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .receive {
    padding-top: 16.7rem;
    padding-bottom: 24.7rem;
  }
}
@media screen and (max-width: 768px) {
  .receive {
    padding-top: 15vw;
  }
}
.receive__wrapper {
  max-width: 59.1145833333vw;
}
@media screen and (min-width: 1920px) {
  .receive__wrapper {
    max-width: 113.5rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__wrapper {
    max-width: 100%;
  }
}
.receive__ttl {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #164475;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .receive__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__ttl {
    font-size: 5.3vw;
  }
}
.receive__ttl-sub {
  margin-top: 0.9375vw;
  width: 14.4270833333vw;
  height: 2.5vw;
}
@media screen and (min-width: 1920px) {
  .receive__ttl-sub {
    margin-top: 18px;
    width: 27.7rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__ttl-sub {
    line-height: 1.5671641791;
    margin-top: 2.8vw;
    width: 27.7vw;
    height: 4.8vw;
    min-width: 27.7vw;
  }
}
.receive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 6.3020833333vw;
  gap: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .receive__container {
    margin-top: 12.1rem;
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__container {
    margin-top: 13.3vw;
    gap: 25.3vw;
  }
}
.receive__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 4.0104166667vw;
}
@media screen and (min-width: 1920px) {
  .receive__items {
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(odd) {
    position: relative;
    padding-left: 7.4vw;
    padding-right: 7.4vw;
  }
  .receive__items:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    background: #ebf2fb;
    left: -4vw;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.receive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5416666667vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .receive__item {
    gap: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__item {
    width: 100%;
    padding-left: 31.3vw;
  }
}
.receive__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12.8645833333vw;
  line-height: 1.1821862348;
  color: #e3ddbf;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 1920px) {
  .receive__item::before {
    font-size: 24.7rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__item::before {
    opacity: 1;
    right: initial;
    bottom: initial;
    left: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 21.6vw;
    line-height: 0.6;
  }
}
.receive__items:nth-of-type(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 7.4vw;
    padding-right: 7.4vw;
  }
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(even) .receive__item {
    padding-right: 23.9vw;
    padding-left: 0;
  }
}
.receive__items:nth-of-type(3) {
  gap: 8.5416666667vw;
}
@media screen and (min-width: 1920px) {
  .receive__items:nth-of-type(3) {
    gap: 16.4rem;
  }
}
.receive__items:nth-of-type(1) .receive__item::before {
  content: "01";
  -webkit-transform: translate(18%, 50%);
          transform: translate(18%, 50%);
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(1) .receive__item::before {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.receive__items:nth-of-type(2) .receive__item::before {
  content: "02";
  -webkit-transform: translate(8%, 30%);
          transform: translate(8%, 30%);
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(2) .receive__item::before {
    -webkit-transform: translate(0);
            transform: translate(0);
    color: #e3ddbf;
    right: 0;
    left: initial;
  }
}
.receive__items:nth-of-type(3) .receive__item::before {
  content: "03";
  -webkit-transform: translate(37%, 41%);
          transform: translate(37%, 41%);
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(3) .receive__item::before {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.receive__item-ttl {
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #164475;
  font-size: 2.34375vw;
}
@media screen and (min-width: 1920px) {
  .receive__item-ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__item-ttl {
    font-size: 4.5vw;
  }
}
.receive__txt {
  font-size: 1.7708333333vw;
  line-height: 1.7352941176;
  letter-spacing: 0.02em;
  color: #164475;
  font-weight: 400;
  max-width: 55.4rem;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .receive__txt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .receive__txt {
    font-size: 3.4vw;
  }
}
.receive__img {
  -webkit-box-shadow: 0px 23px 16px 0px rgba(18, 18, 18, 0.16);
          box-shadow: 0px 23px 16px 0px rgba(18, 18, 18, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .receive__img {
    width: 90vw;
    height: 50.5vw;
    z-index: 1;
    margin-left: auto;
    margin-bottom: -4vw;
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw);
  }
}
@media screen and (max-width: 768px) {
  .receive__items:nth-of-type(2) .receive__img {
    margin-right: auto;
    margin-left: initial;
    -webkit-transform: translateX(-7.4vw);
            transform: translateX(-7.4vw);
  }
}

/* ---------------------------
  よくあるご質問
--------------------------- */
.qa {
  padding-top: 14.0104166667vw;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .qa {
    padding-top: 26.9rem;
  }
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 14.6vw;
  }
}
.qa::before {
  content: "";
  position: absolute;
  background: #e3ddbf;
  height: 100%;
  width: 100vw;
  left: 8.5416666667vw;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .qa::before {
    left: -16.4rem;
  }
}
@media screen and (max-width: 768px) {
  .qa::before {
    right: 4vw;
    left: initial;
  }
}
.qa__wrapper {
  max-width: 68.2291666667vw;
}
@media screen and (min-width: 1920px) {
  .qa__wrapper {
    max-width: 131rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__wrapper {
    max-width: 100%;
  }
}
.qa__ttl {
  font-size: 2.34375vw;
  line-height: 1.1777777778;
  color: #164475;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .qa__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__ttl {
    font-size: 4.5vw;
  }
}
.qa__ttl-sub {
  margin-top: 0.9375vw;
  width: 8.28125vw;
  height: 3.5416666667vw;
}
@media screen and (min-width: 1920px) {
  .qa__ttl-sub {
    margin-top: 18px;
    width: 15.9rem;
    height: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__ttl-sub {
    line-height: 1.5671641791;
    margin-top: 0;
    width: 15.9vw;
    height: 6.8vw;
    min-width: 15.9vw;
  }
}
.qa__container {
  margin-top: 6.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5.2083333333vw;
}
@media screen and (min-width: 1920px) {
  .qa__container {
    margin-top: 11.6rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__container {
    margin-top: 11.6vw;
    gap: 0;
  }
}
.qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.1666666667vw;
  padding: 2.5vw 3.4375vw 4.1666666667vw 1.5625vw;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .qa__list {
    gap: 8rem;
    padding: 4.8rem 6.6rem 8rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__list {
    padding: 4.8vw;
    gap: 5.8vw;
  }
}
.qa__list:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100vw;
  right: 0;
  top: 0;
  z-index: -1;
}
.qa__list:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: -1;
}
.qa__q {
  font-size: 2.0833333333vw;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #164475;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 1920px) {
  .qa__q {
    font-size: 4rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__q {
    font-size: 4vw;
    gap: 3.4vw;
    position: relative;
  }
  .qa__q::before {
    content: "";
    position: absolute;
    background: #c2cdd8;
    height: 0.2vw;
    width: 80.6vw;
    bottom: -3vw;
    right: 0;
  }
}
.qa__a {
  font-size: 1.7708333333vw;
  line-height: 1.7352941176;
  letter-spacing: 0.1em;
  color: #164475;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3020833333vw;
}
@media screen and (min-width: 1920px) {
  .qa__a {
    font-size: 3.4rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .qa__a {
    font-size: 4vw;
    line-height: 1.475;
    gap: 3.4vw;
    white-space: nowrap;
  }
}
.qa .en {
  font-size: 4.53125vw;
  line-height: 0.5057471264;
  color: #164475;
  opacity: 0.5;
}
@media screen and (min-width: 1920px) {
  .qa .en {
    font-size: 8.7rem;
  }
}
@media screen and (max-width: 768px) {
  .qa .en {
    font-size: 8.7vw;
  }
}
.qa .cta {
  padding-top: 10.2083333333vw;
  padding-bottom: 10.8854166667vw;
}
@media screen and (min-width: 1920px) {
  .qa .cta {
    padding-top: 19.6rem;
    padding-bottom: 20.9rem;
  }
}
@media screen and (max-width: 768px) {
  .qa .cta {
    padding-top: 15vw;
    padding-bottom: 19vw;
  }
}

/* ---------------------------
  特定商取引法に基づく表記
--------------------------- */
.sctl {
  background: #e3ddbf;
}
.sctl__wrapper {
  max-width: 66.5625vw;
  padding: 10.4166666667vw 0;
}
@media screen and (min-width: 1920px) {
  .sctl__wrapper {
    max-width: 127.8rem;
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .sctl__wrapper {
    padding: 0;
    max-width: 89.6vw;
  }
}
.sctl__container {
  background: #fff;
  padding: 7.2916666667vw 7.8125vw 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .sctl__container {
    padding: 14rem 15rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sctl__container {
    padding: 16vw 5.5vw 17vw;
  }
}
.sctl__lists {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .sctl__lists {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sctl__lists {
    margin-top: 7vw;
  }
}
.sctl__list {
  padding: 2.96875vw 0;
  border-bottom: 0.15625vw solid #e3ddbf;
}
@media screen and (min-width: 1920px) {
  .sctl__list {
    padding: 5.7rem 0;
    border-bottom: 0.3rem solid #e3ddbf;
  }
}
@media screen and (max-width: 768px) {
  .sctl__list {
    padding: 5.5vw 0;
    border-bottom: 0.3vw solid #e3ddbf;
  }
}
.sctl__list dt {
  font-size: 2.0833333333vw;
  line-height: 1.25;
  font-weight: 900;
  color: #062546;
}
@media screen and (min-width: 1920px) {
  .sctl__list dt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sctl__list dt {
    font-size: 3.9vw;
  }
}
.sctl__list dd {
  font-size: 2.0833333333vw;
  line-height: 1.25;
  font-weight: 400;
  color: #062546;
  padding-left: 0.4166666667vw;
}
@media screen and (min-width: 1920px) {
  .sctl__list dd {
    font-size: 4rem;
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sctl__list dd {
    font-size: 3.9vw;
    padding-left: 0.8vw;
  }
}
.sctl__attention {
  font-weight: 400;
  font-size: 1.6145833333vw;
  line-height: 1.6129032258;
  letter-spacing: 0.02em;
  color: #062546;
}
@media screen and (min-width: 1920px) {
  .sctl__attention {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .sctl__attention {
    font-size: 3vw;
  }
}

/* ---------------------------
  プライバシーポリシー
--------------------------- */
.policy {
  background: #fff;
}
.policy__wrapper {
  max-width: 66.5625vw;
  padding: 10.4166666667vw 0;
}
@media screen and (min-width: 1920px) {
  .policy__wrapper {
    max-width: 127.8rem;
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .policy__wrapper {
    padding: 0;
    max-width: 89.6vw;
  }
}
.policy__container {
  background: #e3ddbf;
  padding: 7.2916666667vw 3.125vw 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .policy__container {
    padding: 14rem 6rem 16rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__container {
    padding: 16vw 4.3vw 17vw;
  }
}
.policy__contents {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 1920px) {
  .policy__contents {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__contents {
    margin-top: 7vw;
  }
}
.policy__txt {
  font-size: 1.8229166667vw;
  line-height: 1.7142857143;
  color: #062546;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .policy__txt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__txt {
    font-size: 3.5vw;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.policy__lists {
  margin-top: 3.2291666667vw;
}
@media screen and (min-width: 1920px) {
  .policy__lists {
    margin-top: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__lists {
    margin-top: 5.5vw;
  }
}
.policy__list {
  padding: 2.34375vw 0;
  list-style: auto;
  font-size: 1.6666666667vw;
  line-height: 1.71875;
  letter-spacing: 0.02em;
  color: #062546;
}
@media screen and (min-width: 1920px) {
  .policy__list {
    font-size: 3.2rem;
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .policy__list {
    font-size: 3.2vw;
    padding: 4.7vw 0;
    letter-spacing: 0;
  }
}
.policy__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6666666667vw;
  padding: 2.8125vw 4.1666666667vw;
  background: #f6f2dd;
  max-width: 48.0208333333vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8645833333vw;
}
@media screen and (min-width: 1920px) {
  .policy__list ul {
    padding: 5.4rem 8rem;
    max-width: 92.2rem;
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__list ul {
    max-width: 80.8vw;
    padding: 4.7vw 7vw;
    margin-top: 4vw;
    gap: 2.9vw;
  }
}
.policy__list li {
  font-size: 1.6666666667vw;
  line-height: 0.875;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1920px) {
  .policy__list li {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__list li {
    font-size: 2.8vw;
  }
}
.policy__list li::before {
  content: "■";
}
.policy__attention {
  font-weight: 400;
  font-size: 1.6145833333vw;
  line-height: 1.6129032258;
  letter-spacing: 0.02em;
  color: #062546;
}
@media screen and (min-width: 1920px) {
  .policy__attention {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 768px) {
  .policy__attention {
    font-size: 3vw;
  }
}

/* ---------------------------
  画面固定CTA
--------------------------- */
.fixed-cta {
  position: fixed;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 100;
}
@media screen and (min-width: 1920px) {
  .fixed-cta {
    top: 4rem;
    right: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    top: initial;
    bottom: 4vw;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fixed-cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  .fixed-cta__wrapper {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3vw;
  }
}
.fixed-cta__btn {
  width: 15.3125vw;
  height: 3.0729166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: 700;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(8, 8, 98, 0.34);
          box-shadow: 0px 2px 38px 0px rgba(8, 8, 98, 0.34);
  border-radius: 5px;
}
@media screen and (min-width: 1920px) {
  .fixed-cta__btn {
    width: 29.4rem;
    height: 5.9rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn {
    font-size: 4vw;
    width: 90vw;
    height: 9vw;
    -webkit-box-shadow: 0px 19px 18px 0px rgba(8, 8, 98, 0.34);
            box-shadow: 0px 19px 18px 0px rgba(8, 8, 98, 0.34);
  }
}
.fixed-cta__btn.download {
  background: url(../img/cta_download-bg.png) no-repeat center center/cover;
  line-height: 1.1;
  color: #282828;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn.download {
    letter-spacing: -0.34em;
  }
}
.fixed-cta__btn.line {
  background: url(../img/line_bg.png) no-repeat center center/cover;
  color: #fff;
  gap: 1rem;
  gap: 0.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .fixed-cta__btn.line {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn.line {
    gap: 1.7vw;
  }
}
.fixed-cta__btn-icon {
  width: 1.4583333333vw;
  height: 1.40625vw;
}
@media screen and (min-width: 1920px) {
  .fixed-cta__btn-icon {
    width: 2.8rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .fixed-cta__btn-icon {
    width: 6vw;
    height: 5.7vw;
  }
}

/* ---------------------------
  ダウンロードサンクス
--------------------------- */
.thanks {
  background: #fff;
}
.thanks__wrapper {
  padding: 10.4166666667vw 0;
  background: url(../img/bg_05.png) no-repeat center bottom/contain;
  width: 100vw;
  max-width: none;
}
@media screen and (min-width: 1920px) {
  .thanks__wrapper {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .thanks__wrapper {
    padding: 15vw 0;
  }
}
.thanks__ttl {
  font-size: 2.34375vw;
  line-height: 2.0888888889;
  letter-spacing: 0.02em;
  color: #164475;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .thanks__ttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__ttl {
    font-size: 6vw;
    line-height: 1.5666666667;
  }
}
.thanks__ttl-sub {
  display: block;
  width: 37.7083333333vw;
  height: 3.4895833333vw;
  max-width: 72.4rem;
}
@media screen and (min-width: 1920px) {
  .thanks__ttl-sub {
    width: 72.4rem;
    height: 6.7rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__ttl-sub {
    width: 72.4vw;
    height: 6.7vw;
    max-width: 72.4vw;
    margin-top: 4.8vw;
  }
}
.thanks__contents {
  max-width: 127.8rem;
  margin-top: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .thanks__contents {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__contents {
    margin-top: 12vw;
    max-width: 100%;
  }
}
.thanks__content {
  max-width: 48.28125vw;
  padding: 5.2083333333vw 2.4479166667vw 3.125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .thanks__content {
    padding: 10rem 4.7rem 6rem;
    max-width: 92.7rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__content {
    max-width: 100%;
    padding: 8.8vw 7.3vw 7.3vw;
  }
}
.thanks__content.link {
  background: #e3ddbf;
}
.thanks__content:nth-of-type(2) {
  padding-top: 9.84375vw;
}
@media screen and (min-width: 1920px) {
  .thanks__content:nth-of-type(2) {
    padding-top: 18.9rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__content:nth-of-type(2) {
    padding-top: 18.9vw;
  }
}
.thanks__content:nth-of-type(3) {
  padding-top: 3.125vw;
}
@media screen and (min-width: 1920px) {
  .thanks__content:nth-of-type(3) {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__content:nth-of-type(3) {
    padding-top: 9.4vw;
  }
}
.thanks__copy {
  font-size: 2.34375vw;
  line-height: 2.0888888889;
  letter-spacing: 0.02em;
  color: #062546;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .thanks__copy {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__copy {
    font-size: 4.5vw;
  }
}
.thanks__arrow {
  max-width: 26.1rem;
  width: 13.59375vw;
  height: 2.2395833333vw;
  margin-top: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  .thanks__arrow {
    width: 26.1rem;
    height: 4.3rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__arrow {
    width: 26.1vw;
    height: 4.3vw;
    margin-top: 7.2vw;
  }
}
.thanks__pdf-link {
  font-size: 2.34375vw;
  line-height: 2.0888888889;
  letter-spacing: 0.02em;
  color: #062546;
  text-align: center;
  font-weight: 400;
  margin-top: 2.8125vw;
}
@media screen and (min-width: 1920px) {
  .thanks__pdf-link {
    font-size: 4.5rem;
    margin-top: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__pdf-link {
    font-size: 4.1vw;
    margin-top: 4.5vw;
  }
}
.thanks__content.phone .thanks__copy {
  font-size: 2.0833333333vw;
  line-height: 1.775;
}
@media screen and (min-width: 1920px) {
  .thanks__content.phone .thanks__copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__content.phone .thanks__copy {
    font-size: 4vw;
  }
}
.thanks__qr {
  width: 23.4375vw;
  height: 23.125vw;
  max-width: 45rem;
  margin-top: 5.3125vw;
}
@media screen and (min-width: 1920px) {
  .thanks__qr {
    width: 45rem;
    height: 44.4rem;
    margin-top: 10.2rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks__qr {
    width: 42.6vw;
    height: 42vw;
    margin-top: 8vw;
  }
}
.thanks .cta__btn {
  font-size: 1.8229166667vw;
  line-height: 1.1714285714;
  letter-spacing: 0.06em;
  gap: 0.9375vw;
  width: 26.71875vw;
  height: 5.3645833333vw;
  margin-top: 2.7083333333vw;
}
@media screen and (min-width: 1920px) {
  .thanks .cta__btn {
    font-size: 3.5rem;
    gap: 1.8rem;
    margin-top: 5.2rem;
    width: 51.3rem;
    height: 10.3rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks .cta__btn {
    margin-top: 4.4vw;
    font-size: 4.3vw;
    gap: 3.6vw;
    width: 67.3vw;
    height: 10.3vw;
  }
}
.thanks .cta__btn-icon {
  width: 2.5520833333vw;
  height: 2.4479166667vw;
}
@media screen and (min-width: 1920px) {
  .thanks .cta__btn-icon {
    width: 4.9rem;
    height: 4.7rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks .cta__btn-icon {
    width: 6.9vw;
    height: 6.6vw;
  }
}
