@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.top-mv {
  aspect-ratio: 2880/1600;
  background-image: url(../../img/top/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 820px) {
  .top-mv {
    aspect-ratio: 820/1100;
    background-position: 1% 50%;
    background-size: auto 120%;
  }
}
.top-mv__wrap {
  background-color: rgba(22, 25, 22, 0.44);
  position: absolute;
  top: 11.6666666667vw;
  right: 8.3333333333vw;
  padding: 3.3333333333vw 2.7777777778vw 1.5277777778vw 3.0555555556vw;
  box-sizing: border-box;
  width: 50.625vw;
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-position: 55% 0;
  mask-size: 250% 100%;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s, mask-position 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 820px) {
  .top-mv__wrap {
    top: 37.3333333333vw;
    right: 50%;
    padding: 8vw 5.3333333333vw;
    width: 90.6666666667vw;
    transform: translateX(50%);
    background-color: rgba(22, 25, 22, 0.8);
  }
}
.top-mv__wrap.is_show {
  mask-position: 0 0;
  opacity: 1;
}
.top-mv__wrap .ttl {
  width: 42.4305555556vw;
}
@media (max-width: 820px) {
  .top-mv__wrap .ttl {
    width: 100%;
  }
}
.top-mv__wrap .ttl img {
  display: block;
  width: 100%;
}
.top-mv__wrap .list {
  margin-top: 3.2638888889vw;
}
@media (max-width: 820px) {
  .top-mv__wrap .list {
    margin-top: 8vw;
  }
}
.top-mv__wrap .list > li {
  font-size: 1.7361111111vw;
  font-weight: 400;
  line-height: 1.96;
  color: #fff;
  position: relative;
  padding-left: 1.3888888889vw;
}
@media (max-width: 820px) {
  .top-mv__wrap .list > li {
    font-size: 4vw;
    padding-left: 3.2vw;
  }
}
.top-mv__wrap .list > li:before {
  content: "*";
  display: block;
  width: 2.4305555556vw;
  aspect-ratio: 70/66;
  position: absolute;
  top: 0.3472222222vw;
  left: 0;
}
@media (max-width: 820px) {
  .top-mv__wrap .list > li:before {
    width: 5.3333333333vw;
    top: 0.8vw;
  }
}
.top-mv__wrap .reserve {
  font-size: 1.875vw;
  line-height: 1.4444444444;
  margin-top: 1.5972222222vw;
  color: #fff;
  margin-left: -0.35em;
}
@media (max-width: 820px) {
  .top-mv__wrap .reserve {
    font-size: 4vw;
    margin-top: 6.1333333333vw;
  }
}

.top-info {
  padding-top: 109px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .top-info {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.top-info__ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4666666667;
  text-align: center;
}
@media (max-width: 768px) {
  .top-info__ttl {
    font-size: 5.8666666667vw;
  }
}
.top-info__list {
  margin: 56px auto 0;
  width: 880px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .top-info__list {
    margin-top: 10.6666666667vw;
  }
}
.top-info__list > .group {
  margin-top: 56px;
}
@media (max-width: 768px) {
  .top-info__list > .group {
    margin-top: 12.8vw;
  }
}
.top-info__list > .group:first-of-type {
  margin-top: 0;
}
.top-info__list > .group dt {
  padding-bottom: 17px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 768px) {
  .top-info__list > .group dt {
    padding-bottom: 4.2666666667vw;
  }
}
.top-info__list > .group dt .date {
  color: #117258;
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 768px) {
  .top-info__list > .group dt .date {
    font-size: 3.7333333333vw;
  }
}
.top-info__list > .group dt .infoTtl {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4210526316;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .top-info__list > .group dt .infoTtl {
    font-size: 4.8vw;
    margin-top: 4.2666666667vw;
  }
}
.top-info__list > .group dd {
  font-size: 16px;
  line-height: 1.6875;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .top-info__list > .group dd {
    font-size: 4vw;
    margin-top: 4.2666666667vw;
  }
}

.top-menu {
  padding-top: 111px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top-menu {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.top-menu__list {
  margin-top: 67px;
}
@media (max-width: 768px) {
  .top-menu__list {
    margin-top: 13.3333333333vw;
  }
}
.top-menu__list > li {
  margin-top: 67px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-menu__list > li {
    margin-top: 17.0666666667vw;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.top-menu__list > li:before {
  content: "";
  display: block;
  width: 31.75%;
  aspect-ratio: 381/316;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .top-menu__list > li:before {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-menu__list > li:first-of-type {
  margin-top: 0;
}
.top-menu__list > li:first-of-type:before {
  background-image: url(../../img/top/img_menu01.webp);
}
.top-menu__list > li:nth-of-type(2):before {
  background-image: url(../../img/top/img_menu02.webp);
}
.top-menu__list > li:nth-of-type(3):before {
  background-image: url(../../img/top/img_menu03.webp);
}
.top-menu__list > li:nth-of-type(4):before {
  background-image: url(../../img/top/img_menu04.webp);
}
.top-menu__list > li:nth-of-type(5):before {
  background-image: url(../../img/top/img_menu05.webp);
}
.top-menu__list > li:nth-of-type(6):before {
  background-image: url(../../img/top/img_menu06.webp);
}
.top-menu__list > li:last-of-type:before {
  background-image: url(../../img/top/img_menu07.webp);
}
.top-menu__list > li .menuWrap {
  width: 64.4166666667%;
}
@media (max-width: 768px) {
  .top-menu__list > li .menuWrap {
    width: 100%;
  }
}
.top-menu__list > li .menuTtl {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4090909091;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .top-menu__list > li .menuTtl {
    font-size: 5.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.top-menu__list > li .pointList > li {
  font-size: 16px;
  line-height: 1.6875;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .top-menu__list > li .pointList > li {
    font-size: 4vw;
  }
}
.top-menu__list > li .pointList > li:before {
  content: "・";
  min-width: 1em;
  height: 1.6875em;
  position: absolute;
  top: 0;
  left: 0;
}
.top-menu__list > li .cautionList > li {
  font-size: 16px;
  line-height: 1.6875;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .top-menu__list > li .cautionList > li {
    font-size: 4vw;
  }
}
.top-menu__list > li .cautionList > li:before {
  content: "※";
  min-width: 1em;
  height: 1.6875em;
  position: absolute;
  top: 0;
  left: 0;
}
.top-menu__list > li .borderBottom {
  position: relative;
}
.top-menu__list > li .borderBottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .top-menu__list > li .borderBottom:after {
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
.top-menu__list > li .desc {
  font-size: 16px;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .top-menu__list > li .desc {
    font-size: 3.7333333333vw;
  }
}

.top-slide {
  margin-top: 100px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../../img/top/bg_slide.webp);
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 768px) {
  .top-slide {
    margin-top: 21.3333333333vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.top-slide__wrap {
  width: 1094px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
@media (max-width: 768px) {
  .top-slide__wrap {
    max-width: 85%;
  }
}
.top-slide__list > li {
  padding-left: 42px;
  padding-right: 31px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-slide__list > li {
    padding: 8vw 6.4vw;
    flex-direction: column;
    gap: 6.4vw;
  }
}
.top-slide__list > li .txtWrap {
  width: 56.7091087169%;
  padding-top: 44px;
  padding-bottom: 44px;
}
@media (max-width: 1024px) {
  .top-slide__list > li .txtWrap {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .top-slide__list > li .txtWrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-slide__list > li .txtWrap .slideTtl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4666666667;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .top-slide__list > li .txtWrap .slideTtl {
    font-size: 5.8666666667vw;
    margin-bottom: 3.2vw;
  }
}
.top-slide__list > li .txtWrap .slideDesc {
  font-size: 16px;
  line-height: 1.6875;
  margin-top: 1.6875em;
}
@media (max-width: 768px) {
  .top-slide__list > li .txtWrap .slideDesc {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.top-slide__list > li .txtWrap .slideDesc.mt0 {
  margin-top: 0;
}
.top-slide__list > li img {
  display: block;
  width: 40.2546523017%;
}
@media (max-width: 1200px) {
  .top-slide__list > li img {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  .top-slide__list > li img {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .top-slide__list > li img {
    width: 75%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-slide .swiper-button-prev {
  width: 80px;
  height: auto;
  aspect-ratio: 80/158;
  background-image: url(../../img/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: -112px;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .top-slide .swiper-button-prev {
    width: 56px;
    left: -4%;
  }
}
@media (max-width: 768px) {
  .top-slide .swiper-button-prev {
    width: 8.5333333333vw;
    left: -5.3333333333vw;
  }
}
.top-slide .swiper-button-prev:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .top-slide .swiper-button-prev:hover {
    opacity: 1;
  }
}
.top-slide .swiper-button-prev:after {
  content: none;
}
.top-slide .swiper-button-next {
  width: 80px;
  height: auto;
  aspect-ratio: 80/158;
  background-image: url(../../img/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  right: -112px;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  .top-slide .swiper-button-next {
    width: 56px;
    right: -4%;
  }
}
@media (max-width: 768px) {
  .top-slide .swiper-button-next {
    width: 8.5333333333vw;
    right: -5.3333333333vw;
  }
}
.top-slide .swiper-button-next:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .top-slide .swiper-button-next:hover {
    opacity: 1;
  }
}
.top-slide .swiper-button-next:after {
  content: none;
}

.top-arcana {
  padding-top: 162px;
}
@media (max-width: 768px) {
  .top-arcana {
    padding-top: 21.3333333333vw;
  }
}
.top-arcana__img {
  margin-top: 91px;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .top-arcana__img {
    margin-top: 10.6666666667vw;
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
}
.top-arcana .m-subTtl.great {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .top-arcana .m-subTtl.great {
    margin-top: 21.3333333333vw;
  }
}
.top-arcana .m-subTtl.small {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .top-arcana .m-subTtl.small {
    margin-top: 26.6666666667vw;
  }
}
.top-arcana__wrap {
  margin-top: 123px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 115px 8.6666666667%;
}
@media (max-width: 768px) {
  .top-arcana__wrap {
    margin-top: 16vw;
    row-gap: 21.3333333333vw;
  }
}
.top-arcana__wrap .list {
  width: 44.8333333333%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 16px 18px 38px 20px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.5625;
  position: relative;
}
@media (max-width: 1024px) {
  .top-arcana__wrap .list {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .top-arcana__wrap .list {
    width: 90%;
    padding: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.top-arcana__wrap .list:before {
  content: "";
  display: block;
  width: 124.907063197%;
  height: calc(100% + 112px);
  background-image: url(../../img/top/bg_arcana.webp);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
  z-index: -1;
}
@media (max-width: 768px) {
  .top-arcana__wrap .list:before {
    width: 124%;
    height: calc(100% + 24.5333333333vw);
    transform: translate(-50%, -50.5%);
  }
}
.top-arcana__wrap .list:after {
  content: "";
  display: block;
  width: 124.907063197%;
  height: calc(100% + 112px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%) scale(-1);
  background-image: linear-gradient(270deg, transparent 35%, #fff 60%, #fff);
  background-position: 0 0;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  transition: background-position 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.top-arcana__wrap .list.is_show:after {
  background-position: 100% 0;
}
.top-arcana__wrap .list.num {
  counter-reset: listnum -1;
}
.top-arcana__wrap .list.num > dt:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
.top-arcana__wrap .list.continue {
  counter-reset: listnum 10;
}
.top-arcana__wrap .list:nth-of-type(2n):after {
  transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .top-arcana__wrap .list:nth-of-type(2n):after {
    transition-delay: 0s;
  }
}
.top-arcana__wrap .list > dd {
  padding-left: 1em;
  text-indent: -1em;
}

.top-contact {
  padding-top: 194px;
  padding-bottom: 89px;
}
@media (max-width: 768px) {
  .top-contact {
    padding-top: 37.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.top-contact .m-inner {
  margin-top: 67px;
  background-image: url(../../img/top/bg_contact.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 107px;
  padding-bottom: 129px;
}
@media (max-width: 768px) {
  .top-contact .m-inner {
    margin-top: 10.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.top-contact__wrap {
  width: 880px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.top-contact__wrap.input {
  display: block;
}
.is_form_confirm .top-contact__wrap.input {
  display: none;
}
.is_form_thanks .top-contact__wrap.input {
  display: none;
}
.top-contact__wrap.confirm {
  display: block;
}
.is_form_input .top-contact__wrap.confirm {
  display: none;
}
.is_form_thanks .top-contact__wrap.confirm {
  display: none;
}
.top-contact__wrap.thanks {
  display: block;
}
.is_form_input .top-contact__wrap.thanks {
  display: none;
}
.is_form_confirm .top-contact__wrap.thanks {
  display: none;
}
.top-contact__group {
  margin-top: 53px;
}
@media (max-width: 768px) {
  .top-contact__group {
    margin-top: 10.6666666667vw;
  }
}
.top-contact__group:first-of-type {
  margin-top: 0;
}
.top-contact__group dt {
  font-size: 16px;
  line-height: 1.4375;
}
@media (max-width: 768px) {
  .top-contact__group dt {
    font-size: 4vw;
  }
}
.top-contact__group dd {
  margin-top: 13px;
}
@media (max-width: 768px) {
  .top-contact__group dd {
    margin-top: 4.2666666667vw;
  }
}
.top-contact__group dd.is_error .input,
.top-contact__group dd.is_error .textarea {
  box-shadow: 0px 0px 0px 1px #FF0000;
}
.top-contact__group dd .input {
  display: block;
  border: none;
  background-color: #fff;
  line-height: 2;
  font-size: 16px;
  padding: 0 12px;
  height: 50px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-contact__group dd .input {
    font-size: 4.2666666667vw;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    height: 13.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.top-contact__group dd .textarea {
  display: block;
  border: none;
  background-color: #fff;
  line-height: 1.5;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  height: 200px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .top-contact__group dd .textarea {
    font-size: 4.2666666667vw;
    padding: 3.2vw;
    height: 53.3333333333vw;
    border-radius: soze_sp(10);
  }
}
.top-contact__group dd .privacyWrap {
  background-color: #fff;
  height: 139px;
  overflow-y: scroll;
  padding: 16px 26px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .top-contact__group dd .privacyWrap {
    height: 34.6666666667vw;
    padding: 3.2vw;
    border-radius: soze_sp(10);
  }
}
.top-contact__group dd .privacyWrap .desc {
  font-size: 16px;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .top-contact__group dd .privacyWrap .desc {
    font-size: 3.7333333333vw;
  }
}
.top-contact__group dd .policyLabel {
  margin: 83px auto 0;
  display: block;
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-contact__group dd .policyLabel {
    margin-top: 16vw;
    font-size: 3.7333333333vw;
  }
}
.top-contact__group dd .policyLabelWrap {
  display: flex;
  align-items: center;
}
.top-contact__group dd .error_msg {
  color: #FF0000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4166666667;
  margin-top: 4px;
  display: none;
}
@media (max-width: 768px) {
  .top-contact__group dd .error_msg {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
  }
}
.top-contact__group dd .error_msg.is_error_msg {
  display: block;
}
.top-contact__group dd .error_msg:before {
  content: "※";
}
.top-contact__group .req {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .top-contact__group .req {
    gap: 3.2vw;
  }
}
.top-contact__group .req:after {
  content: "必須";
  display: block;
  width: 40px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #527C77;
}
@media (max-width: 768px) {
  .top-contact__group .req:after {
    width: 10.6666666667vw;
    height: 4.8vw;
    font-size: 3.2vw;
  }
}
.top-contact .btnWrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .top-contact .btnWrap {
    margin-top: 10.6666666667vw;
    gap: 3.2vw;
  }
}
.top-contact .btnWrap .btn {
  all: unset;
  cursor: pointer;
  min-width: 142px;
  background-color: #527C77;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 47px;
  border: 1px solid #527C77;
}
@media (max-width: 768px) {
  .top-contact .btnWrap .btn {
    min-width: 26.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 12.5333333333vw;
  }
}
.top-contact .btnWrap .btn.back {
  background-color: #fff;
  color: #527C77;
}
.top-contact .btnWrap .btn.back:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .top-contact .btnWrap .btn.back:hover {
    color: #527C77;
  }
}
.top-contact .btnWrap .btn:hover {
  background-color: #117258;
}
@media (max-width: 768px) {
  .top-contact .btnWrap .btn:hover {
    background-color: #527C77;
  }
}
.top-contact__confirmTxt {
  font-size: 16px;
  line-height: 1.4375;
  word-break: break-all;
}
@media (max-width: 768px) {
  .top-contact__confirmTxt {
    font-size: 4vw;
  }
}
.top-contact__thanksText {
  font-size: 16px;
  line-height: 1.4375;
  text-align: center;
}
@media (max-width: 768px) {
  .top-contact__thanksText {
    font-size: 4vw;
  }
}

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