@charset "utf-8";
/* mv ************************************************************/
.mv {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  margin-top: -25%;
  overflow: hidden;
}
.mv::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv-text.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  animation: aniMvText 0.5s ease-out forwards;
  transform: scale(0.85);
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv-bg.png") no-repeat center;
  animation: aniMvBg 4s ease-in-out infinite;
  background-size: cover;
  z-index: -1;
}
@keyframes aniMvText {
  100% {
    transform: scale(1);
  }
}
@keyframes aniMvBg {
  50% {
    transform: scale(1.08);
  }
}
.mvCntBox img {
  position: relative;
  z-index: 2;
}
/* common ************************************************************/
#index {
  background: #f9f2df;
}
/* swiper ************************************************************/
.swiper-wrapper {
  width: 100%;
}
.swiper-pagination-bullets {
  width: 100px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 10px 10px 0 !important;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1a1a1a;
}
.swiper-pagination {
  bottom: 18px !important;
  width: 60% !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.swiper-button-prev,
.swiper-button-next {
  height: 75px;
  width: 75px;
  top: initial;
  bottom: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 75px;
  margin: auto;
  width: 75px;
}
/* introBtn ************************************************************/
#reserveBtn {
  z-index: 20;
  opacity: 0;
  position: fixed;
  bottom: 10px;
  right: unset;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(20px);
  width: 768px;
  max-width: 100%;
  height: auto;
}
#reserveBtn.show {
  opacity: 1;
  transform: translateY(0);
}
#reserveBtn.hide {
  opacity: 0;
  transform: translateY(20px);
}

/* intro ************************************************************/
.intro {
  position: relative;
  z-index: 1;
  margin-top: -11%;
}
/* concept ************************************************************/
.concept {
  position: relative;
  z-index: 0;
  margin-top: -15%;
}
/* scene ************************************************************/
.scene {
  padding-bottom: 100px;
  background: #69c0d5;
}
.sw-scene {
  padding-bottom: 100px;
}
.sw-sceneCnt {
  position: relative;
}
.sw-scenePop {
  position: absolute;
  top: 23%;
  left: 49.8%;
  transform: translateX(-50%);
  width: 80.8%;
}
.sw-scenePop button {
  border-radius: 0;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.sw-scenePlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}
.sw-scenePop button:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.sw-scene .swiper-button-prev::after {
  background-image: url("../img/scene-prev.png");
}
.sw-scene .swiper-button-next::after {
  background-image: url("../img/scene-next.png");
}
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
  padding: 2%;
  box-sizing: border-box;
}
.modal-content {
  width: auto;
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -38px;
}
.modal-close {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
  font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #fff;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*  */
iframe {
  min-width: 468px !important;
  height: 638px;
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  iframe {
    min-width: 368px !important;
    height: 514px !important;
  }
}
@media screen and (max-width: 468px) {
  iframe {
    min-width: 320px !important;
    height: 454px !important;
  }
}
@media screen and (max-width: 368px) {
  iframe {
    min-width: 300px !important;
    height: 428px !important;
  }
}
.videoBox {
  position: relative;
  padding: 0 0 148%;
  overflow: hidden;
  cursor: pointer;
}
.videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* for YouTube */
/* .video {
  width: 375px;
  aspect-ratio: 9/16;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.video iframe.videoCnt {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .video {
    width: 280px !important;
  }
} */

/*  */

/* activity ************************************************************/
.activity {
  background: #20ac52;
}
.sw-activity {
  padding-bottom: 100px;
  margin-top: 50px;
}
.sw-activity .swiper-button-prev::after {
  background-image: url("../img/activity-prev.png");
}
.sw-activity .swiper-button-next::after {
  background-image: url("../img/activity-next.png");
}
/* access ************************************************************/
.access {
  background: #f9f2df;
}
.access .inBox iframe {
  margin: 25px 0;
}
/* price ************************************************************/
.price {
  background-color: #fff;
}
.price-notice {
  padding-bottom: 75px;
  box-sizing: border-box;
  font-size: 0.9em;
}
.price-notice li {
  position: relative;
  padding-left: 1.1em;
  box-sizing: border-box;
  margin: 3px 0;
}
.price-notice li::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.price-notice li a {
  color: #ff974a;
}
/* faq ************************************************************/
.faq {
  background: #f9f2df;
  margin: 0 auto 50px;
}
.accordion-area {
  width: 100%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 18px 0;
  background: #fff;
  border: solid 2px #ff974a;
}
.faq-acTitle {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 22px 40px;
  transition: all 0.5s ease;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: bold;
}
.faq-acQ {
  position: absolute;
  top: 35px;
  left: 15px;
  transform: translateY(-50%);
  color: #ff974a;
  font-size: 1.2em;
}
.dli-chevron-down {
  position: absolute;
  top: 47%;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #ff974a;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.faq-acTitle.close .dli-chevron-down {
  transform: rotate(-45deg);
}
.faq-acBox {
  display: none;
  margin: 0 auto;
  margin: 0 40px;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1.1em;
  font-weight: bold;
  border-top: dotted 1px #ff974a;
  position: relative;
}
.faq-acA {
  position: absolute;
  top: 32px;
  left: -23px;
  transform: translateY(-50%);
  color: #ff974a;
  font-size: 1.2em;
}
.faq-acBox p {
  margin: 8px 0;
}
.faq-colon li {
  position: relative;
  padding-left: 12px;
  box-sizing: border-box;
  margin: 12px 0;
  background: transparent;
  border: none;
}
.faq-colon li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1a1a1a;
}

/* btn */
.faq-btn {
  text-align: center;
  margin: 2rem 0 3rem;
}
.faq-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  row-gap: 0;
  column-gap: 0.5rem;
  width: 320px;
  max-width: 80%;
  margin: 0 auto;
  background: #1ead52;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 30px;
  box-shadow: 0px 5px 0 #0d7131;
}
.faq-btn a i {
  font-size: 0.9rem;
}
/* voice ************************************************************/
.voice {
  background: #ecd6b4;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.voice-row {
  width: 100%;
  margin: 0 auto 25px;
}
.voice-row:last-child {
  margin: 0 auto;
}
.voice-cmt {
  padding: 5% 6%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", "Arial",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
}
.voice-cmt img {
  width: 120px;
  max-width: 25%;
}
.voice-cmtTitle {
  font-size: 1.8rem;
  margin: 12px 0 6px;
}
.voice-user {
  font-size: 1.2rem;
  color: #999;
}
.voice-cmtDesc {
  font-size: 1.25rem;
  margin: 18px auto 0;
}
.voice-cmtDesc p {
  margin: 4px auto;
  line-height: 1.4;
}
/* cta ************************************************************/
.cta {
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(50, 50, 50, 0.5),
    rgba(0, 0, 0, 0) 30%
  );
}
.cta-link {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 650px;
  max-width: 90%;
}
.cta-link li {
  margin: 25px auto;
}
@media screen and (max-width: 600px) {
  /* voice ************************************************************/
  .voice {
    padding-bottom: 60px;
  }
  .voice-row {
    width: 100%;
    margin: 0 auto 20px;
  }
  .voice-row:last-child {
    margin: 0 auto;
  }
  .voice-cmt img {
    width: 120px;
    max-width: 25%;
  }
  .voice-cmtTitle {
    font-size: 1.4rem;
    margin: 10px 0 4px;
  }
  .voice-user {
    font-size: 1.1rem;
  }
  .voice-cmtDesc {
    font-size: 1.15rem;
    margin: 14px auto 0;
  }
  .voice-cmtDesc p {
    margin: 4px auto;
  }
}
@media screen and (max-width: 468px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 50px;
    width: 50px;
    top: initial;
    bottom: 0px;
  }
  /* price ************************************************************/
  .price-notice {
    font-size: 0.75em;
  }
  /* faq ************************************************************/
  .faq {
    background: #f9f2df;
    margin: 0 auto 50px;
  }
  .accordion-area li {
    margin: 12px 0;
  }
  .faq-acTitle {
    font-size: 0.95rem;
    padding: 15px 27px;
  }
  .faq-acQ {
    top: 25px;
    left: 9px;
    font-size: 0.95rem;
  }
  .dli-chevron-down {
    position: absolute;
    top: 47%;
    right: 9px;
    width: 0.5rem;
    height: 0.5rem;
  }
  .faq-acBox {
    margin: 0 30px;
    padding: 7px 0;
    font-size: 0.95rem;
  }
  .faq-acA {
    top: 23px;
    left: -21px;
    transform: translateY(-50%);
    font-size: 1rem;
  }
  .faq-acBox p {
    margin: 4px 0;
  }
  /* btn */
  .faq-btn {
    text-align: center;
    margin: 2rem 0 3rem;
  }
  .faq-btn a {
    width: 200px;
    max-width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    border-radius: 25px;
  }
  .faq-btn a i {
    font-size: 0.8rem;
  }
  /* voice ************************************************************/
  .voice {
    padding-bottom: 50px;
  }
  .voice-row {
    margin: 0 auto 18px;
  }
  .voice-row:last-child {
    margin: 0 auto;
  }
  .voice-cmt {
    padding: 6% 7%;
  }
  .voice-cmtTitle {
    font-size: 1.2rem;
    margin: 8px 0 2px;
  }
  .voice-user {
    font-size: 0.95rem;
    color: #999;
  }
  .voice-cmtDesc {
    font-size: 1rem;
    margin: 14px auto 0;
  }
}
