@charset "UTF-8";

/* ====================================
  Base Settings
==================================== */
html {
  cursor: default;
  font-size: 5.33px;
  overflow-x: hidden;
  color: #514943;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 375px) {
  html {
    font-size: 31.25%;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33vw;
  }
}

body {
  font-feature-settings: "palt";
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ====================================
  Font Families
==================================== */
.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.shippori-mincho {
  font-family: "Shippori Mincho", serif;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", serif;
}

.zen-kaku-gothic-antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}


/* ====================================
  Common Layout
==================================== */
.sp-wrap {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 40px 0px rgba(171, 163, 147, 0.3);
}

@media screen and (max-width: 750px) {
  .sp-wrap {
    width: 100%;
  }
}

.pc-bg {
  display: none;
}


@media (min-width: 400px) {
  .pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/pc_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .pc-bg picture,
  .pc-bg picture img {
    width: 100%;
    height: 100%;
  }
}


/* ====================================
  Header
==================================== */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  z-index: 999;
  text-align: center;
}

.header .logo {
  width: 31.6rem;
  height: 10rem;
}

@media (max-width: 750px) {
  .header {
    max-width: 100%;
  }
}


/* ====================================
  Hamburger Menu
==================================== */
.menu {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
  list-style: none;
  clear: both;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility 0s linear .5s;
}

.menu .top_logo {
  padding: 0;
  background-color: #fff;
}

.menu .manu__logo__img {
  width: 33.6rem;
  height: 18rem;
  margin: auto;
}

.menu a {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: -.2rem;
  text-decoration: none;
  text-transform: capitalize;
  color: #bc9e53;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease 0.1s, visibility 0s linear 0s;
}

.menu li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #bc9e53;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease 0.1s, visibility 0s linear 0s;
}

.menu .under_line {
  width: 90%;
}

.menu li:first-child,
.menu li:last-child {
  border: none;
}

.menu-btn {
  display: none;
}

.menu-btn:checked~.menu {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s ease, visibility 0s linear 0s;
}

.menu-icon {
  position: relative;
  display: inline-block;
  padding: 3.5rem 3rem;
  cursor: pointer;
  z-index: 100;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  position: relative;
  display: block;
  width: 5rem;
  height: .3rem;
  background: #bc9e53;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #bc9e53;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 1.3rem;
}

.navicon:after {
  bottom: 1.3rem;
}

@media (min-width: 1000px) {
  .navicon {
    display: none !important;
  }
}

.menu-btn:checked~.menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu-btn:checked~.menu-icon .navicon:before {
  top: 0;
  transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
  bottom: 0;
  transform: rotate(45deg);
}


/* ====================================
  PC Navigation
==================================== */
.body .main .nav,
.body .main .copy {
  display: none;
}

@media (min-width: 1000px) {
  .body .main .nav {
    position: fixed;
    left: 3.5vw;
    display: block;
    width: 390px;
    margin-top: 3rem;
  }

  .body .main .nav__list {
    background: rgb(255 255 255 / 65%);
    padding: 0 4% 7% 4%;
  }


  .body .main .nav__list .logo {
    width: 340px;
    margin: 0 auto;
  }

  .body .main .nav__list__item {
    margin-left: 2rem;
    border-bottom: .1rem solid #bc9e53;
  }

  .body .main .nav__list__item:first-child {
    margin-top: 8px;
  }

  .body .main .nav__list__item:last-child {
    margin-bottom: 2px;
  }

  .body .main .nav__list__item a {
    position: relative;
    display: block;
    padding-top: 4rem;
    padding-bottom: 1.3rem;
    padding-left: .7rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.41rem;
    transition: .3s;
  }

  .body .main .nav__list__item a:hover {
    opacity: .5;
  }

  .body .main .nav__list__item a::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
    border: .15rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    vertical-align: middle;
    color: #bc9e53;
    line-height: 1;
    box-sizing: border-box;
    transform: translateY(-30%) rotate(135deg);
  }

  .body .main .copy {
    position: fixed;
    bottom: 3vw;
    right: 4.5vw;
    display: block;
  }

  .body .main .copy .logo__img {
    width: 25vw;
    max-width: 411px;
    margin: 0 auto -8rem;
  }

  .body .main .copy .cv__btn__img {
    width: 19vw;
    max-width: 272px;
    margin: 5rem auto 0;
    transition: .3s;
  }

  .body .main .copy .cv__btn__img:hover {
    opacity: .7;
  }

  .body .main .copy .btn {
    width: 42rem;
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  .body .main .nav {
    width: 25.5vw;
  }

  .body .main .nav__list__item a {
    font-size: 1.15vw;
  }
}


/* ====================================
  CTA (Call To Action)
==================================== */
.cta {
  position: fixed;
  top: 87dvh;
  left: 0;
  right: 0;
  margin: auto;
  height: 15rem;
  z-index: 999;
  opacity: 0;
  filter: blur(4px);
  transition: .3s;
}

.cta.active {
  opacity: 1;
  filter: blur(0);
}

@media screen and (min-width: 1100px) {
  .cta {
    display: none;
  }
}

.cta_wrap .cta_btn {
  width: 69rem;
  height: 15rem;
  background: linear-gradient(to right, #FF848C, #D64D74);
}

.cta_wrap .cv_btn {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  width: 65rem;
  z-index: 999;
  transition: .3s;
}

.cta_wrap .cv_btn img {
  width: 100%;
}

.cta_wrap .cv_btn:hover {
  opacity: .7;
}


/* ====================================
  Animations
==================================== */
.item {
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.showup_blur-long {
  filter: blur(4px) brightness(150%);
  -webkit-filter: blur(4px) brightness(150%);
  transition: .8s;
}

.active {
  opacity: 1;
  filter: blur(0) brightness(100%);
  -webkit-filter: blur(0) brightness(100%);
  transform: translate(0) rotate(0deg) scale(1);
  will-change: transform;
}

@keyframes fadeIn_hanabira {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes swing {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  20% {
    opacity: 1;
    transform: rotate(4deg);
  }

  40% {
    opacity: 1;
    transform: rotate(-4.5deg);
  }

  60% {
    opacity: 1;
    transform: rotate(3deg);
  }

  80% {
    opacity: 1;
    transform: rotate(-3.5deg);
  }

  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

@keyframes revealImage {
  0% {
    clip-path: inset(0 0 100% 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes revealImage_left {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: blur(3rem);
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-20%);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(20%);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

@keyframes glowFadeIn {
  0% {
    opacity: 0;
    filter: brightness(1.5) blur(8px);
  }

  100% {
    opacity: 1;
    filter: brightness(1) blur(0);
  }
}

@keyframes ZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  70% {
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}



/* ====================================
  MV (Main Visual)
==================================== */
.mv {
  position: relative;
}

.mv .item.ttl_img {
  top: 19.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 63rem;
}

.mv .item.ttl_img.active {
  animation: ZoomIn .4s ease-out 1s forwards;
  animation-fill-mode: backwards;
}

.mv_item01 {
  right: 6.5rem;
  top: 58.5rem;
  width: 15.3rem;
  opacity: 0;
}

.mv_item01.active {
  animation: fadeIn .4s ease-out 2.4s forwards;
}

.mv_item02 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
  width: 68.5rem;
  opacity: 0;
}

.mv_item02.active {
  animation: fadeIn .5s ease-out 1.5s forwards;
}

.mv_item03 {
  right: 1rem;
  bottom: 25.9rem;
  width: 24.4rem;
  opacity: 0;
}

.mv_item03.active {
  animation: swing .8s ease-in-out 2s forwards;
}

.mv_item04 {
  left: 1rem;
  top: 6.9rem;
  width: 24.4rem;
  opacity: 0;
}

.mv_item05 {
  width: 20rem;
  top: 39rem;
  right: -6rem;
  opacity: 0;
}

.mv_item06 {
  width: 26.5rem;
  bottom: -5rem;
  left: 1rem;
  opacity: 0;
}

.mv_item04.active,
.mv_item05.active,
.mv_item06.active {
  animation: swing .8s ease-in-out 2.4s forwards;
}

/* ====================================
  Campaign Period
==================================== */
.campaign_period_wrap {
  position: relative;
  width: 70rem;
  margin: 9rem auto;
  padding: 3rem 4rem 6rem;
  border: 2px solid #D3C185;
  opacity: 0;
}

.campaign_period_wrap.active {
  animation: fadeInUp 0.45s ease-out 0s forwards;
}



.campaign__period {
  margin-bottom: 4rem;
}

.campaign_period_wrap .period__title {
  width: 26rem;
  margin: 0 auto .5rem;
  padding: .4rem 1rem .7rem;
  border-radius: 5rem;
  background: linear-gradient(to right, #c5ac6b, #dacaa0);
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}

.campaign_period_wrap .period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.5rem;
  font-weight: 400;
}

.wedding_period .period {
  font-size: 4.9rem;
  font-weight: 400;
}

.campaign__period .day_img,
.wedding_period .day_img {
  width: 6.3rem;
  margin: 2rem .5rem 0;
}

.campaign_period_wrap .kazari {
  margin-top: 1.5rem;
  font-weight: 400;
}


/* ====================================
  reason
==================================== */
.reason {
  position: relative;
  background-color: #fffde9;
}

.reason_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}

.reason_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8rem;
}

.reason_ttl {
  width: 66.1rem;
  margin: 12rem auto 0;
}

.reason_card {
  width: 69rem;
  margin: 3rem auto 0;
  box-shadow: 0 .8rem 3rem rgba(171, 163, 147, 0.25);
  opacity: 0;
}

.reason_card.active {
  animation: ZoomIn 0.45s ease-out 0s forwards;
}


.reason_card:first-of-type {
  margin-top: 5rem;
}

.reason_txt {
  width: 46.8rem;
  margin: 4rem auto 0;
}



/* ====================================
  benefits01　特典１
==================================== */
.benefits01 {
  position: relative;
  margin-top: 16rem;
}

.benefits01_inner {
  position: relative;
  width: 100%;
}

.benefits01_bg {
  display: block;
  width: 100%;
  height: auto;
}


.benefits01_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6rem 0 0;
  text-align: center;
}


.benefits01_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits01_top {
  width: 18rem;
  margin: -18rem auto 0;
  opacity: 0;
}

.benefits01_top.active {
  animation: swing 0.45s ease-out 0s forwards;
}


.benefits01_ttl_lead {
  width: 57.4rem;
  margin: 6rem auto 0;
  opacity: 0;
}

.benefits01_ttl_lead.active {
  animation: glowFadeIn 0.5s ease-out 0.2s forwards;

}

.benefits01_sub {
  width: 52.4rem;
  margin: 3.5rem auto 0;
}


.benefits01_btn {
  display: block;
  width: 57.5rem;
  margin: 4rem auto 0;
}

.benefits01_btn img {
  transition: opacity .3s ease;
}

.benefits01_btn:hover img {
  opacity: .8;
}

.benefits01_about {
  width: 66.9rem;
  margin: 5rem auto 0;
}

.benefits01_about_anime{
  opacity: 0;
}
.benefits01_about_anime.active {
  animation: fadeIn 1s ease-out 0s forwards;
}



/* ====================================
  benefits02　特典２
==================================== */
.benefits02 {
  margin-top: -25rem;
  z-index: 10;
  position: relative;
}

.benefits02_container {
  padding-bottom: 0rem;
  position: relative;
  background-color: #c0e2fc;
}

.benefits02_container-okinawa {
  background-color: #fff;
}

.benefits02_slide_wrap {
  position: relative;
}

.benefits02_slide_sub-ttl {
  display: flex;
  align-items: center;
  background-color: #c5ac6b;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  padding: 1rem 0;
  justify-content: center;
}

.benefits02_slide_sub-txt {
  font-size: 2.3rem;
  padding-right: 1rem;
}

.benefits02_slide_sub-txt::before {
  content: "";
  position: absolute;
  right: 18%;
  top: 12%;
  display: block;
  width: 23rem;
  height: 0.3rem;
  background-color: #ef2b2b;
  transform: rotate(-8deg);
}

.benefits02_slide-02_sub-price {
  font-size: 2.9rem;
  padding-top: 1rem;
  padding-left: 1rem;
}

.benefits02_slide_txt-area {
  position: absolute;
  bottom: -1rem;
  left: 7.7rem;
}

.benefits02_slide_price-area {
  display: flex;
  justify-content: center;
  padding: 5rem 0 6rem;
  font-family: "Zen Old Mincho", serif;
}

.benefits02_slide_price-parts {
  width: 14.7rem;
}

.benefits02_slide_price-ttl {
  font-size: 2.8rem;
  padding-left: 3rem;
}

.benefits02_slide_price-red {
  color: #b7132a;
}

.benefits02_slide_price {
  font-size: 10rem;
  font-style: italic;
  line-height: 1;
}

.benefits02_slide_price-amount {
  font-size: 3.6rem;
  margin-left: -2rem;
  font-style: normal;
}

/* 画像個別配置 */
.benefits02_hawai_slide_parts01 {
  position: absolute;
  width: 29.7rem;
  bottom: 45rem;
  right: -1rem;
}

.benefits02_hawai_slide_parts02 {
  position: absolute;
  width: 32.1rem;
  bottom: 33rem;
  right: 21rem;
}

.benefits02_hawai_slide02_parts01 {
  position: absolute;
  width: 36rem;
  bottom: 45rem;
  right: -1rem;
}

.benefits02_hawai_slide02_parts02 {
  position: absolute;
  width: 27rem;
  bottom: 36rem;
  right: 28rem;
}

.benefits02_guam_slide_parts01 {
  position: absolute;
  width: 44.5rem;
  right: -1rem;
  bottom: 36rem;
}

.benefits02_guam_slide_parts02 {
  position: absolute;
  width: 27.5rem;
  left: -4rem;
  bottom: 27rem;
}

.benefits02_guam_slide_parts03 {
  position: absolute;
  width: 14.7rem;
  right: -1rem;
  bottom: 36rem;
}

.benefits02_guam_slide_parts04 {
  position: absolute;
  width: 13.1rem;
  right: 4rem;
  bottom: -3rem;
  z-index: 2;
}

.benefits02_slide-okinawa {
  background-color: #fff;
}

.benefits02_okinawa_slide_parts01 {
  position: absolute;
  width: 34.3rem;
  left: 0rem;
  bottom: 46rem;
  z-index: 2;
}

.benefits02_okinawa_slide_parts02 {
  position: absolute;
  width: 25.5rem;
  left: 31rem;
  bottom: 34rem;
}

.benefits02_okinawa_slide_parts03 {
  position: absolute;
  width: 8rem;
  left: 13rem;
  bottom: 29rem;
  transform: rotate(-21deg);
}

.benefits02_okinawa_slide_parts04 {
  position: absolute;
  width: 5rem;
  bottom: 19rem;
  right: 14rem;
}

.benefits02_okinawa_slide02_parts01,
.benefits03_okinawa_slide03_parts01,
.benefits02_okinawa_slide04_parts01 {
  position: absolute;
  width: 32rem;
  bottom: 42rem;
  left: 0rem;
  z-index: 1;
}

.benefits02_okinawa_slide02_parts02,
.benefits03_okinawa_slide03_parts02,
.benefits02_okinawa_slide04_parts02 {
  position: absolute;
  width: 25.5rem;
  bottom: 33rem;
  left: 29rem;
}

.benefits02_slide_plan-note{
  width: 65rem;
    margin: 0 auto;
    padding: 9rem 0 3rem;
}



/* ==========================================================================
  ページネーション飛行機
   ========================================================================== */
.benefits02_container .swiper-pagination,
.benefits02_slide_plan .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits02_container .swiper-pagination-bullet,
.benefits02_slide_plan .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  position: relative;
  display: inline-block;
  margin: 0 .8rem;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}

.benefits02_container .bullet-circle,
.benefits02_slide_plan .bullet-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-color: #ccd6db;
  border-radius: 50%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
}

.benefits02_container .swiper-pagination-bullet-active .bullet-circle,
.benefits02_slide_plan .swiper-pagination-bullet-active .bullet-circle {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

.benefits02_container .bullet-svg,
.benefits02_slide_plan .bullet-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.benefits02_container .swiper-pagination-bullet-active .bullet-svg,
.benefits02_slide_plan .swiper-pagination-bullet-active .bullet-svg {
  opacity: 1;
  transform: scale(1);
}


/* ==========================================================================
  benefits02_plan
   ========================================================================== */
.benefits02_slide_plan {
  position: relative;
}

.benefits02_slide_plan .swiper-pagination.plan-pagination {
  position: absolute;
  bottom: 32rem;
  z-index: 10;
  left: 0;
  right: 0;
}

.benefits02_container {
  position: relative;
}

.benefits02_container .swiper-pagination {
  position: absolute;
  bottom: 19rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.benefits02_slide_plan {
  background-image: url(../img/benefits02_plan_bg@2x.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.benefits02_plan_sub-ttl {
  width: 39rem;
  margin: 0 auto;
  padding: 18rem 0 2.5rem;
  display: block;
  clip-path: inset(0 0 100% 0);
}

.benefits02_plan_sub-ttl.active {
  animation: revealImage_left .5s ease-out .3s forwards;

}

.benefits02_plan_ttl {
  width: 50rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 3rem;
  opacity: 0;
}

.benefits02_plan_ttl.active {
  animation: swing .8s ease-out .5s forwards;

}


.benefits02_plan_slide {
  width: 65rem;
  margin: 3rem auto 16rem;
  display: block;
}

.benefits02_slide_plan .swiper-button-prev::after,
.benefits02_slide_plan .swiper-button-next::after {
  display: none;
}

.benefits02_slide_plan .swiper-button-prev,
.benefits02_slide_plan .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 97rem;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  z-index: 10;
}

.benefits02_slide_plan .swiper-button-prev img,
.benefits02_slide_plan .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefits02_slide_plan .swiper-button-prev {
  left: 2rem;
}

.benefits02_slide_plan .swiper-button-next {
  right: 2rem;
}

.benefits02_plan_parts {
  position: absolute;
  width: 15.7rem;
  top: 42rem;
  left: -2rem;
  z-index: 10;
}


/* ====================================
  benefits02_other（ほかにもお得な会場）
==================================== */
.benefits02_other {
  position: relative;
  width: 100%;
  text-align: center;
}

.benefits02_other_bg {
  display: block;
  width: 100%;
  height: auto;
}

.benefits02_other_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 6rem;
}

.benefits02_other_ttl {
  width: 56.8rem;
  margin: 0 auto;
  padding-top: 9.5rem;
}

.benefits02_other_ttl_anime {
  clip-path: inset(0 0 100% 0);
}

.benefits02_other_ttl_anime.active {
  animation: revealImage_left .8s ease-out 0s forwards;
}


.benefits02_other_carousel {
  position: relative;
  width: 75rem;
  margin-top: 3rem;
}

.benefits02_other_carousel .swiper-slide img {
  width: 100%;
  height: auto;
}

.benefits02_other_foot {
  position: relative;
  width: 100%;
  margin-top: 7rem;
}

.benefits02_other_foot .benefits02_other_pagination {
  position: static;
  width: 100%;
  text-align: center;
}

.benefits02_other_pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 1rem !important;
  background-color: #ba8e54;
  opacity: .4;
}

.benefits02_other_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ====================================
  benefits02 intro(ハワイ人気ホテルのご紹介)
==================================== */
.benefits02_intro {
  width: 100%;
  padding: 6rem 0 9rem;
  background-color: #e9d9c7;
  background-image: url(../img/benefits02_intro_bg@2x.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  text-align: center;
}

.benefits02_intro_ttl {
  width: 62.1rem;
  margin: 0 auto 2.5rem;
}
.benefits02_intro_ttl_img{
  opacity: 0;
}
.benefits02_intro_ttl_img.active{
    animation: fadeInUp .8s ease-out 0s forwards;
}

.benefits02_hotel {
  position: relative;
  width: 68rem;
  margin: 0 auto;
  padding: 3rem 0 5.5rem;
  background-color: #fff;
  box-shadow: 0 1rem 2rem rgba(171, 163, 147, 0.3);
}

.benefits02_hotel+.benefits02_hotel {
  margin-top: 3rem;
}

.benefits02_hotel_ttl {
  width: 53.3rem;
  margin: 0 auto;
}

.benefits02_hotel_ttl-2 {
  width: 54.1rem;
}

.benefits02_hotel_ttl-3 {
  width: 47.1rem;
}

.benefits02_hotel_txt {
  position: relative;
  z-index: 2;
  width: 50.7rem;
  margin: -2rem auto 0;
}

.benefits02_hotel_txt-hotel1 {
  width: 63.2rem;
  margin: -2rem auto 4rem;
}

.benefits02_hotel_txt-hotel1_2 {
  width: 50.7rem;
  margin: -2rem auto 0;
}

.benefits02_hotel_txt-hotel2 {
  width: 55.7rem;
  margin: 3rem auto 0;
}

.benefits02_hotel_txt-hotel3 {
  width: 54.1rem;
  margin: 3rem auto 0;
}

.benefits02_hotel_img {
  width: 57.6rem;
  margin: 3rem auto 0;
}

.benefits02_hotel_hero {
  margin-top: 4rem;
}

.benefits02_slider {
  position: relative;
  width: 57.5rem;
  margin: 2rem auto 0;
}

.benefits02_slider .swiper,
.benefits02_slider .swiper-wrapper,
.benefits02_slider .swiper-slide {
  height: 100%;
}

.benefits02_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefits02_slider-hotel1 {
  width: 57.5rem;
  height: 35.6rem;
}

.benefits02_slider-hotel1_2 {
  width: 57.5rem;
  height: 29.3rem;
}

.benefits02_slider-hotel2 {
  width: 57.5rem;
  height: 38.4rem;
}

.benefits02_slider-hotel3 {
  width: 57.5rem;
  height: 38.4rem;
}

.benefits02_slider .swiper-pagination {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.benefits02_slider .swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 .6rem;
  background-color: #fff;
  opacity: .6;
}

.benefits02_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.benefits02_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.38rem;
  height: 4.38rem;
  background-image: url(../img/benefits02_intro_arrow@2x.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}

.benefits02_nav_prev {
  left: -2rem;
  transform: translateY(-50%) scaleX(-1);
}

.benefits02_nav_next {
  right: -2rem;
}

.benefits02_nav.swiper-button-disabled {
  opacity: .35;
}


/* ====================================
  benefits03
==================================== */
.benefits03 {
  margin-top: 14rem;
  position: relative;
}

.benefits03_bg {
  display: block;
  width: 100%;
  height: auto;
}

.benefits03_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.benefits03_top {
  width: 18rem;
  margin: -10rem auto 0;
  opacity: 0;
}

.benefits03_top.active {
  animation: swing 0.45s ease-out 0s forwards;
}

.benefits03_ttl {
  width: 62rem;
  margin: 6rem auto 0;
}


/* 写真カルーセル */
.benefits03_photo {
  width: 69rem;
  margin: 5rem 0 0;
}

.benefits03_photo .swiper-slide img {
  width: 100%;
}


.benefits03_photo .swiper-pagination {
  margin: 3.8rem auto 0;
}

.benefits03_photo .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: .8rem !important;
  background: #fff;
}

.benefits03_photo .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background: #ccc;
}

.benefits03_ttl_anime {
  opacity: 0;
}

.benefits03_ttl_anime.active {
  animation: glowFadeIn 0.5s ease-out .3s forwards;
}

.benefits03_txt {
  width: 58rem;
  margin: 6rem auto 0;
  opacity: 0;
}

.benefits03_txt.active {
  animation: glowFadeIn 0.5s ease-out 0s forwards;
}


.benefits03_note {
  margin: 3rem auto 4.5rem;
  font-size: 2.7rem;
  line-height: 1.55;
  text-align: center;
  color: #514943;
}


.benefits03_period_wrap {
  position: relative;
  width: 69rem;
  margin: 0 auto;
  padding: 3rem 4rem 3rem;
  border: 0.3rem solid #d3c185;
  background-color: #fff;
}

.benefits03_period_wrap .period_title {
  width: 26rem;
  margin: 0 auto 1rem;
  padding: .5rem 1rem;
  border-radius: 5rem;
  background-color: #4161c9;
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}

.benefits03_period_wrap .period {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 6.5rem;
  font-weight: 400;
  color: #514943;
}

.benefits03_period_wrap .period span {
  font-size: 4.2rem;
  margin-bottom: .5rem;
  margin-left: .4rem;
}


/* ====================================
  Korean Brand
==================================== */
.korean_brand {
  position: relative;
  padding-top: 10rem;
}

.korean_brand_ttl {
  width: 65rem;
  margin: 0 auto;
  opacity: 0;
}

.korean_brand_ttl.active {
  animation: fadeInRight .8s ease-out 0s forwards;
}


.korean_brand .item {
  width: 4.1rem;
  clip-path: inset(0 0 100% 0);
}

.korean_brand .item01 {
  top: 26%;
  right: 5%;
}


.korean_brand .item02 {
  top: 31%;
  right: 13%;
}

.korean_brand .item01.active {
  animation: revealImage 1.15s .5s ease-in-out forwards;
}

.korean_brand .item02.active {
  animation: revealImage 1.15s .8s ease-in-out forwards;
}

.korean_brand_txt {
  padding: 4.5rem 0 7rem;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}

.korean_brand_wrapper {
  background-image: url('../img/korean_brand_bg.webp');
  background-position: top center;
  background-size: contain;
}


.korean_brand .swiper__wrap {
  opacity: 0;
}

.korean_brand .swiper__wrap.active {
  animation: fadeInUp .8s .2s ease-in-out forwards;
}

.slide_korean_brand .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 44.8rem;
}

.slide_korean_brand .swiper-slide p {
  padding: 2rem 0 0;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: -.15rem;
  text-align: center;
  color: #000;
}

.slide_korean_brand .swiper-slide span {
  display: block;
  margin-bottom: .5em;
}

.slide_korean_brand img {
  width: 100%;
  height: auto;
}

.korean_brand_wrapper .swiper-pagination {
  bottom: 12rem;
}

.korean_brand_wrapper .swiper-pagination-bullet {
  background: #cbcbcb;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem !important;
}

.korean_brand_wrapper .swiper-pagination-bullet-active {
  background: #606060;
}

.korean_brand .attention {
  margin-right: 2rem;
  margin-top: 15rem;
  font-size: 2rem;
  text-align: right;
  color: #000;
  column-rule-color: #000;
  padding-bottom: 4rem;
}

.korean_brand .korean-swiper-button-next,
.korean_brand .korean-swiper-button-prev {
  position: absolute;
  top: 40%;
  width: 6rem;
  height: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}

.korean_brand .korean-swiper-button-next {
  right: 13rem;
  background-image: url('../img/korean_brand_arrowbtn.png');
}

.korean_brand .korean-swiper-button-prev {
  left: 13rem;
  background-image: url('../img/korean_brand_arrowbtn.png');
  transform: translateY(-50%) rotate(180deg);
}


/* ====================================
  FAQ
==================================== */
.faq {
  background-color: #fff0f3;
}

.faq_ttl {
  text-align: center;
  padding: 12rem 0 3rem;
}

.faq_ttl__sub {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.3rem;
  font-weight: lighter;
  margin-bottom: 2rem;
}

.faq_ttl__main {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 8.5rem;
  padding: 0 5.5rem 1rem;
  font-weight: 400;
}

.faq_list {
  padding: 0 2rem 5rem;
}

.faq_item {
  border-radius: 3rem;
  margin: 2rem 0;
  background: #fff;
}

.faq_q {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 3rem;
  cursor: pointer;
  list-style: none;
}

.faq_q::-webkit-details-marker {
  display: none;
}

.faq_icon {
  width: 3.6rem;
  flex-shrink: 0;
}

.faq_q-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  color: #5a5a5a;
  flex: 1;
  font-style: normal;
  line-height: normal;
}

.faq_chevron {
  position: relative;
  flex-shrink: 0;
  width: 2rem;
  height: 1rem;
}

.faq_chevron::before,
.faq_chevron::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #f2a0b4;
  border-radius: 0.1rem;
  transition: transform 0.3s ease;
}

.faq_chevron::before {
  left: 0;
  transform-origin: 0% 50%;
  transform: rotate(40deg);
}

.faq_chevron::after {
  right: 0;
  transform-origin: 100% 50%;
  transform: rotate(-40deg);
}

details[open] .faq_chevron::before {
  transform: rotate(-40deg);
}

details[open] .faq_chevron::after {
  transform: rotate(40deg);
}

.faq_hr {
  position: relative;
  border: none;
  height: .1rem;
  background-color: #F2A0B4;
  margin: 0 4rem;
  opacity: 0.4;
}

.faq_a-inner {
  display: flex;
  align-items: flex-start;
  gap: 2.1rem;
  padding: 3rem;
}

.faq_a-inner .faq_icon {
  margin-top: 0.5rem;
}

.faq_a-text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.5rem;
  color: #5a5a5a;
  flex: 1;
  line-height: normal;
}

.faq_a-text .note {
  font-size: 2rem;
}

/* ====================================
  Shop List
==================================== */
.shop_list_wrap {
  padding: 10rem 0 1rem;
  text-align: center;
}

.shop_list_wrap .shop_list_title {
  position: relative;
  font-weight: 700;
  color: #155e86;
}

.shop_list_wrap .shop_list_title::before,
.shop_list_wrap .shop_list_title::after {
  content: "";
  position: absolute;
  top: 70%;
  display: block;
  width: 15rem;
  height: 1px;
  background-color: #155e86;
}

.shop_list_wrap .shop_list_title::before {
  left: 3rem;
}

.shop_list_wrap .shop_list_title::after {
  right: 3rem;
}

.shop_list_wrap .shop_list_title .sub_txt {
  font-size: 3rem;
}

.shop_list_wrap .shop_list_title .main_txt {
  margin-top: 1rem;
  font-size: 7rem;
}

.shop_list_title_txt {
  margin: 5rem auto 3rem;
  font-size: 2.8rem;
  line-height: 1.5;
  color: #000;
}

.shop_list_wrap .ac {
  margin-bottom: .3rem;
}

.ac-parent {
  position: relative;
  cursor: pointer;
}

.shop_list_wrap .ac_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop_list_wrap .shop_list_menu {
  width: 69rem;
  margin: auto;
}

.shop_list_wrap .ac_title,
.shop_list_wrap .ac_child {
  padding: 0;
}

.shop_list_wrap .ac_title .shop_area {
  display: flex;
  width: 100%;
  height: 12rem;
  margin: auto;
  padding: 0 3rem;
  background-color: #e2ebf0;
  font-size: 3.5rem;
  line-height: 12rem;
  color: #000;
}

.shop_list_wrap .plus::before {
  position: absolute;
  right: 3rem;
  top: 33%;
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/shop_list_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: initial;
  transform: translateY(-50%);
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.shop_list_wrap .plus.open::before {
  transform: translateY(-50%) scaleY(-1);
  transform: rotate(0deg);
}

.shop_list_wrap .shop_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33rem;
  padding: 4.5rem 0;
}

.shop_list_wrap .shop_box a {
  text-decoration: none;
  color: #000;
}

.shop_list_wrap .shop_box .shop_name {
  margin-top: 2.5rem;
  font-size: 3.4rem;
  font-weight: 400;
}

.shop_list_wrap .shop_box .shop_name span {
  display: block;
  font-size: 2.5rem;
}

.shop_list_wrap .shop_box .shop_name.one_lines {
  margin-bottom: 2.5rem;
}

.shop_list_wrap .shop_box .shop_name.two_lines {
  margin-bottom: 1.5rem;
}

.shop_list_wrap .shop_box .ilnk_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.shop_list_wrap .shop_box .shop_btn {
  margin-bottom: 2rem;
  transition: .3s;
}

.shop_list_wrap .shop_box .shop_btn:hover {
  opacity: .6;
}




/* ====================================
  CM Wrap
==================================== */
.cm_wrap {
  margin-top: 8rem;
}

.cm_wrap .tel_bunner {
  display: block;
  width: 69rem;
  margin: auto;
  transition: .3s;
}

.cm_wrap .tel_bunner:hover {
  opacity: .7;
}





/* ====================================
  Footer
==================================== */
footer {
  position: relative;
  padding: 12rem 0 5rem;
}

footer .footer__menu {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: center;
}

footer .footer__menu li {
  margin-bottom: 6rem;
}

footer .copyright {
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 12rem 0 20rem;
  }
}