@charset "UTF-8";

#loading {
  position: fixed;
  inset: 0;
  /*  background: linear-gradient(-135deg, #af6d41, #ac9a81, #adc2b9, #d2e3de);*/
  background: linear-gradient(-135deg, #292328, #000, #1d021b, #000);
  z-index: 9999;
  background-size: 150% 200%;
  animation: gradientMove 8s ease infinite;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-area {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask-area {
  position: absolute;
  inset: 0;
  clip-path: inset(100% 0 0 0);
  overflow: hidden;
}

#maskImg {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(100%);
  filter: invert(1);
}

/*:root{ --moving-grad: linear-gradient(-135deg, #af6d41, #ac9a81, #adc2b9, #d2e3de); }*/
:root {
  --moving-grad: linear-gradient(-135deg, #292328, #000, #1d021b, #000);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: var(--moving-grad);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
}

body.layer::before {
  z-index: 3;
}

.image-layer::after {
  background-image: var(--moving-grad);
  background-size: 200% 200%;
  background-attachment: fixed;
  animation: gradientMove 6s ease infinite;
}

.image-layer {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 2;
  pointer-events: none;


}

.image-layer::after {
  position: absolute;
  content: '';
  padding-bottom: 100%;
  -webkit-mask-image: url('../imgs/mask-03a.webp');
  mask-image: url('../imgs/mask-03a.webp');
  width: 100%;
  top: 100vh;
  left: 0;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: center -100%;
  mask-position: center -100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;



}

@media (max-width: 768px) {
  .image-layer {
    -webkit-mask-size: 400% auto;
    mask-size: 400% auto;
    height: 100vh;
    margin: 20vh 0 0;
  }

  .image-layer::after {
    position: absolute;
    content: '';
    padding-bottom: 100%;
    -webkit-mask-image: url(../imgs/mask-03a.webp);
    mask-image: url(../imgs/mask-03a.webp);
    width: 100%;
    top: 70%;
    left: 0;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center -100%;
    mask-position: center -150%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
    animation: unset;

  }
}

#svgContainer img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}

#loading {
  z-index: 9999
}

#loading.is-view #svgContainer img {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .scen01 {
    padding: 0 20px;
    text-align: center;
  }

  #svgContainer img {
    width: 70%;
  }
}

.wrap-bg02 {
  position: relative;
  z-index: 3;
  /* margin: 100vh 0 0; */
}

/* .main{height: 120vh;} */
/* .wrap-bg{background: linear-gradient(-135deg, #af6d41 ,#ac9a81,#adc2b9, #d2e3de);
  background-size: 400% 400%;
  animation: gradientMove 6s ease infinite;} */
/* .wrap-bg::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(-135deg, #af6d41 ,#ac9a81,#adc2b9);
  animation: Grad 8s infinite alternate;
} */
.wrap-bg {
  margin: 100vh 0 0;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 0%;
  }
}



@media screen and (max-width: 768px) {
  .wrap-bg {
    margin: 0;
    background-image: var(--moving-grad);
    background-size: 400% 400%;
    background-attachment: fixed;
    animation: unset;
  }

  .wrap-bg.show-bg {
    animation: gradientMove 6s ease infinite;
  }

}

.topCV {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  -webkit-transform: translate(0, 200%);
  transform: translate(0, 200%);
  -webkit-transition: .6s;
  transition: .6s;
  width: 330px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .topCV {
    display: none;
  }
}

.topCV__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 768px) {
  .topCV__button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 0;
  }

  .topCV__button:hover {
    opacity: .7;
  }
}

.topCV__button:focus:not(:focus-visible) {
  outline: 0;
}

.topCV__button:after {
  color: #333333;
  content: '＞';
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

.topCV .topCV-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}

/* .pin-spacer{z-index: 5 !important;} */
.topCV .topCV-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  width: 6px;
}

.topCV .topCV-title__txt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.topCV .topCV-title__txt:not(:last-of-type) {
  margin-right: 5px;
}

.topCV .topCV-title__txt:not(:last-of-type):after {
  content: ' / ';
}

.topCV__logo {
  margin-left: 12px;
  width: 98px;
}

.topCV.is-new .topCV-title:before {
  opacity: 1;
}

.topCV.is-visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

.site-theme-black .topCV .topCV-title__txt {
  color: #ffffff;
}

.infoBox {
  background-color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBox {
    bottom: 0;
    height: 40px;
    max-width: 700px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .infoBox {
    height: 40px;
    width: 100%;
  }
}

.infoBox__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoBox__link {
    padding: 10px 65px;
  }

  .infoBox__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__link {
    padding: 5px 20px;
  }
}

.infoBox__link:after {
  color: #ffffff;
  content: '＞';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

.infoBox__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .infoBox__icon {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__icon {
    font-size: 20px;
    height: 25px;
    left: 20px;
    width: 25px;
  }
}

.infoBox__txt {
  -webkit-box-orient: vertical;
  color: #eeeeee;
  display: -webkit-box;
  letter-spacing: .15em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBox__txt {
    font-size: 14px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__txt {
    font-size: 12px;
    line-height: calc(36 / 24);
    padding-left: 40px;
  }
}

.contentGuide {
  overflow: hidden;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .contentGuide {
    display: none;
  }
}

.guidanceBlock {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.guidanceBlock:not(:last-of-type) {
  margin-bottom: 140px;
}

.guidanceBlock:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.guidanceBlock:nth-of-type(2n) .guidanceBlock__introduction {
  margin-right: 100px;
}

.guidanceBlock:nth-of-type(2n) .guidanceVisual__bg {
  left: 230px;
  right: unset;
}

.guidanceBlock__introduction {
  margin-left: 100px;
  width: 380px;
}

.guidanceBlock__introduction .introSection {
  color: #ffffff;
}

.guidanceBlock__introduction .introSection__title {
  font-size: 14px;
  letter-spacing: .09em;
  line-height: 2;
}

.guidanceBlock__introduction .introSection__title:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.guidanceBlock__introduction .introSection__title:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.guidanceBlock__introduction .introSection__title:before,
.guidanceBlock__introduction .introSection__title:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__heading {
  font-size: 24px;
  letter-spacing: .03em;
  margin-top: 10px;
  line-height: 1.5;
}

.guidanceBlock__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.guidanceBlock__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.guidanceBlock__introduction .introSection__heading:before,
.guidanceBlock__introduction .introSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 35px;
  line-height: 1.71429;
}

.guidanceBlock__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.71429) * .5em);
}

.guidanceBlock__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.71429) * .5em);
}

.guidanceBlock__introduction .introSection__txt:before,
.guidanceBlock__introduction .introSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__txt+.btn-view {
  margin-top: 35px;
}

.guidanceBlock__introduction .btn-view {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .guidanceBlock__introduction .btn-view:hover {
    background-color: #333333;
    color: #cccccc;
  }
}

.guidanceBlock__introduction .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}

.guidanceBlock.sai-animate .guidanceVisual__heroImg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.guidanceVisual {
  display: inline-block;
  padding: 80px 0;
  position: relative;
  width: 560px;
  z-index: 1;
}

.guidanceVisual__inner {
  overflow: hidden;
  position: relative;
}

.guidanceVisual__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
  transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guidanceVisual__capIn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.guidanceVisual__bg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  right: 130px;
  top: 0;
  width: 560px;
  z-index: -1;
}

.guidanceVisual__bgImg {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  height: 100%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  width: 100%;
}

.guideArea {
  padding: 40px 20px;
}

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

.guideCard {
  -webkit-box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  overflow: hidden;
  position: relative;
}

.guideCard:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__head {
  background-color: #333333;
  overflow: hidden;
  padding-bottom: 37.5px;
  position: relative;
}

.guideCard__head .capIn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.guideCard__introduction {
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  position: absolute;
  width: 100%;
}

.guideCard__introduction .introSection {
  color: #ffffff;
}

.guideCard__introduction .introSection__heading {
  display: block;
  font-size: 15px;
  letter-spacing: .03em;
  margin-top: 10px;
  text-align: center;
  line-height: 1.66667;
}

.guideCard__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.guideCard__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.guideCard__introduction .introSection__heading:before,
.guideCard__introduction .introSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__introduction .introSection__txt {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 25px;
  line-height: 1.90909;
}

.guideCard__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

.guideCard__introduction .introSection__txt:before,
.guideCard__introduction .introSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__body {
  background: #2f2f2f;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.guideCard__body--00 {
  max-height: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  will-change: transform;
}

.guideCard__inner {
  padding: 30px 30px 65px;
}

.guideCard__inner .detailSection:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__inner .detailSection__heading {
  font-size: 14px;
  letter-spacing: .09em;
  margin-top: 31px;
  line-height: 1.64286;
}

.guideCard__inner .detailSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.64286) * .5em);
}

.guideCard__inner .detailSection__heading:after {
  margin-bottom: calc((1 - 1.64286) * .5em);
}

.guideCard__inner .detailSection__heading:before,
.guideCard__inner .detailSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__inner .detailSection__txt {
  color: #cccccc;
  font-size: 11px;
  letter-spacing: .14em;
  margin-top: 20px;
  line-height: 1.90909;
}

.guideCard__inner .detailSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__inner .detailSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

.guideCard__inner .detailSection__txt:before,
.guideCard__inner .detailSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__inner .detailSection+.btn-view {
  margin-top: 40px;
}

.guideCard__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333333;
  bottom: 0;
  -webkit-box-shadow: 0 -15px 8px 0 #333333;
  box-shadow: 0 -15px 8px 0 #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}

.guideCard__close .arrowSVG {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15.5px;
}

.guideCard .photo {
  position: relative;
}

.guideCard .photo__capIn,
.guideCard .photo__capOut {
  position: absolute;
}

.guideCard .photo__capIn {
  bottom: 5px;
  right: 5px;
}

.guideCard .photo__capOut {
  right: 0;
  top: 100%;
}

.guideArea .guideCard__head .introSection__heading,
.guideArea .guideCard__head .introSection__txt {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.guideArea .guideCard__head .introSection__heading {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__head .introSection__txt {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
  transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__close {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
  transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard.sai-animate .guideCard__head .introSection__heading,
.guideArea .guideCard.sai-animate .guideCard__head .introSection__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.guideArea .guideCard.sai-animate .guideCard__heroImg {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.guideArea .guideCard.is-open .guideCard__close {
  background-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.guideArea .guideCard.is-open .guideCard__close .arrowSVG {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.guideArea .guideCard.is-open .guideCard__body {
  max-height: 3000px;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.guideArea .btn-view {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.guideArea .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
  transform: translate(0, -50%) scale(0.6, 1);
}


/*  */
.page-ttl {
  text-align: center;
  color: #ffffff;
}

.sub-page-ttl {
  color: #ffffff;
  font-size: 18px;
  margin: 8px 0 0;
  letter-spacing: 0.35em;
  line-height: 2;
}

.contents_inner {
  position: relative;
}

.contents {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.contents_w {
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.contents_w::after {
  width: 100%;
  height: 9.8958vw;
  content: '';
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
}

.contents_w .capIn {
  z-index: 1;
}

.overlay-left::before {
  width: 50%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.overlay-right::before {
  width: 50%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.overlay-top::before {
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 37%;
}


.inner_txt {
  position: absolute;
  top: 8.7142%;
  left: 5.7142%;
  color: #ffffff;
  z-index: 1;
  backface-visibility: hidden;
  transform-origin: center center;
  will-change: transform;
}

.inner_txt .m-tit01 {
  letter-spacing: 0.1em;
}

.inner_txt .sub-txt {
  letter-spacing: 0.35em;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
}

.inner_txt .m-desc {
  padding: 50px 0 0 50px;
  line-height: 2;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 16px;
  margin-top: 20px;
}

.inner_txt .m-desc sup {
  font-size: 12px;
}

.inner_txt .m-desc::before {
  position: absolute;
  content: '';
  height: 1px;
  transition: width 2s ease-in-out;
  width: 0%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner_txt .m-desc::after {
  position: absolute;
  content: '';
  width: 1px;
  transition: height 2s ease-in-out;
  height: 0%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner_txt .m-desc.is-view::before {
  width: 85%;
}

.inner_txt .m-desc.is-view::after {
  height: 120%;
}



.btn-more {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #ffffff;
  max-width: 360px;
  display: block;
  font-family: "Cinzel", serif;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 16px 14px;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.btn-more::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  mask: url('../common/imgs/icon-arrow.svg') no-repeat center center/100% 100%;
  width: 16px;
  height: 16px;
  background: #ffffff;
  -webkit-mask: url('../common/imgs/icon-arrow.svg') no-repeat center center/100% 100%;
  transition: all 0.4s ease-in-out;
}

.btn-more::after {
  height: 100%;
  background: #ffffff;
  width: 0%;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  transition: width 0.4s ease-in-out;
}

.btn-more.cs {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #ffffff;
  max-width: 360px;
  display: block;
  font-family: "Cinzel", serif;
  width: 100%;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 16px 16px 14px;
  font-size: 16px;
  letter-spacing: 0.2em;
  pointer-events: none;
  opacity: 0.4;
}

.btn-more.cs::before {
  z-index: 1;
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  mask: none;
  width: 16px;
  height: 16px;
  -webkit-mask: none;
  display: none;
}

.btn-more.cs::after {
  height: 100%;
  background: #ffffff;
  width: 0%;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  transition: width 0.4s ease-in-out;
}

.btn-more:hover::after {
  width: 100%;
}

.btn-more:hover {
  color: #000000;
}

.btn-more:hover::before {
  background: #000000;
}

.btn-more span {
  position: relative;
  z-index: 1;
}

/* concept */
.concept {
  text-align: center;
  color: #ffffff;
  padding: 240px 0 0;
  letter-spacing: 0.35em;
  position: relative;
  overflow: hidden;
}

.concept02 {
  opacity: 1;
}

.concept .concept-wrap {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

.concept .m-tit02 {
  margin: 0 0 35px;
}

.concept .intro-concept {
  font-size: 16px;
  line-height: 2.5;
}

.concept .intro-concept span {
  font-size: 26px;
}

.concept .s-tit {
  margin-top: 400px;
  font-size: 30px;
  line-height: 1.64;
}

.concept .concept-wrap::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 0%;
  transition: width 3s ease-in-out;
  top: -120px;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.concept .concept-wrap::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 0%;
  transition: height 3s ease-in-out;
  ;
  top: -120px;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.concept .concept-wrap.is-view::before {
  width: 75%;
}

.concept .concept-wrap.is-view::after {
  height: 75%;
}


@media screen and (max-width: 768px) {
  .concept {
    padding: 160px 0px 0;
  }

  .concept .intro-concept span {
    font-size: 20px;
  }

  .concept .intro-concept {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .concept .concept-wrap {
    padding: 0 0 0 20px;
  }

  .concept .concept-wrap::before,
  .concept .concept-wrap::after {
    top: -60px;
  }

  .concept .s-tit {
    margin-top: 100px;
  }

  .inner_txt .sub-txt {
    font-size: 14px;
  }

  .sub-page-ttl {
    font-size: 4vw;
    line-height: 1.4;
  }

}


/*  */

/* postion */

.news-info {
  margin-top: 35vh;
  position: relative;
  z-index: 1;
}

.news {
  padding: 160px 0 0;
  text-align: center;
  color: #ffffff;
  margin: 0 0 10px;
}

.news .en {
  text-transform: uppercase;
  display: inline-block;
}

/* entry */
.entry {
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.entry .ttl-entry {
  font-size: 29px;
  letter-spacing: 0.1em;
  margin: 0 0 35px;
}

.btn-entry {
  max-width: 460px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(-85deg, rgba(0, 0, 0, 1) 0%, #666666 45%, #363636 100%);
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 28px 0;
  box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}

.btn-entry:hover {
  box-shadow: none;
  transform: translateY(3px);
}

/* campaign */
.campaign {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 0 0;
  color: #ffffff;
}

.campaign .campaign__heading {
  font-family: "Cinzel", serif;
  font-size: 15px;
  margin: 0 0 25px;
}

.campaignGroup {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
}

.campaignCard a {
  transition: all 0.3s
}

.campaignCard a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 40px 0 0;
  }

  .campaign {
    padding: 60px 0 0;
  }

  .campaignGroup {
    padding: 0 37.5px;
  }

  .campaignCard {
    width: 275px;
    margin: 0 auto 15px;
    max-width: 49%;
  }

  .entry {
    padding: 40px 20px 60px;
  }

  .entry .ttl-entry {
    font-size: 27px;
  }
}


.bottomArea {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4rem;
  position: relative;
  z-index: 1;
}

.wrap-content-inner,
.pageDirection,
.footer {
  z-index: 3;
  position: relative;
}

.footer-corporateArea {
  background: #ffffff;
}

.currentPage--top .splitText span {
  position: relative;
  display: inline-block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 20);
  transition: .6s;
}

.currentPage--top .splitText.is-view span {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.block-page {
  min-height: 160vh;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.block-page.concept {
  z-index: 3;
}

.block-title .sub-page-ttl {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(20px);
}

.block-text {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: sticky;
  top: 0vh;
  z-index: 1;
  transition: filter 1s ease, opacity 1s ease, visibility 1s ease;
  opacity: 1;
  visibility: visible;
}

.block-text.blur {
  filter: blur(10px);
  opacity: 0;
  visibility: hidden;
}

.contents {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
  will-change: transform;
  transform-origin: center center;
  backface-visibility: hidden;
}

/*.design .inner_txt{left: 64%;}*/

.landscape .inner_txt {
  left: 0;
  padding: 0 5.7142%;
  width: 100%;
}

/* .plan .inner_txt {
  top: unset;
  bottom: 14.7142%;
} */

/* .plan .inner_txt {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 5.7142%;
  width: 100%;
} */

/* .plan .contents_w::after {
  height: 14.428vw;
} */

@media screen and (max-width: 768px) {
  .block-page {
    min-height: 170vh
  }

  .inner_txt {
    position: unset;
  }

  .inner_txt .m-tit01 {
    margin: 16px 0 0;
    font-size: 11vw;
  }

  .inner_txt .m-desc {
    padding: 30px 0 20px 20px;
    letter-spacing: unset;
  }

  .btn-more,
  .btn-more.cs {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 60px 0 0;
  }

  .landscape .inner_txt,
  .plan .inner_txt {
    display: block;
    padding: 0;
  }

  .overlay-left::before {
    display: none;
  }

  .overlay-right::before {
    display: none;
  }
}

.currentPage.is-fview {
  overflow: hidden;
  height: 100vh;
}


.fade-in {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.show-txt .fade-in {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}


.page-ttl span {
  display: inline-block;
  opacity: 0;
  transform: scale(2);
  filter: blur(20px);
  will-change: transform, filter;
  backface-visibility: hidden;
}

.entryFlow {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.entryFlow .entryFlowTit {
  font-size: 24px;
  margin-bottom: 20px;
}

.entryFlow .entryFlowtxt {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
}

.entryFlow .entryFlowList {
  max-width: 900px;
  margin: 60px auto 0;
  border-top: 1px solid #ccc;


}

.entryFlow .entryFlowList li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  padding: 30px 10px;
  align-items: center;
}

.entryFlow .entryFlowList li .step {
  font-size: 20px;
  flex-basis: 65%;
  text-align: left;
  line-height: 1.8;
}

.entryFlow .entryFlowList li:nth-child(2) .step {
  flex-basis: 100%;
}

.entryFlow .entryFlowList li .step span {
  display: inline-block;
  margin-right: 20px;
  color: #B29640;
  font-family: cinzel;
  font-size: 120%;
  letter-spacing: 0.1em;

}

.enrtyBtn,
.enrtyRClub {
  flex-basis: 35%;
}

.enrtyBtn a {
  max-width: 450px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(-85deg, rgba(0, 0, 0, 1) 0%, #666666 45%, #363636 100%);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 28px 40px;
  box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  width: 100%;

}


.enrtyRClub a {
  max-width: 450px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(-85deg, rgba(0, 0, 0, 1) 0%, #6e3a3a 45%, #991313 100%);
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 18px 40px;
  box-shadow: 0px 9px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  width: 100%;
}

.enrtyBtn a:hover,
.enrtyRClub a:hover {
  box-shadow: none;
  transform: translateY(3px);
}

@media screen and (max-width: 768px) {
  .entryFlow .entryFlowList li {
    flex-direction: column;
  }

  .entryFlow .entryFlowList li .step {
    text-align: center;
    margin-bottom: 15px;
  }

  .entryFlow .entryFlowList li .step span {
    display: block;
    margin-bottom: 15px;

  }

  .enrtyBtn,
  .enrtyRClub {
    width: 100%;
  }

}

/* mainVisual */

.mainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #000;
}

.mainVisual__inner {
  overflow: hidden;
  line-height: 0;
  height: 100vh;
}

.mainVisual__inner .hide {
  opacity: 0;
}

.mainVisual__inner .vid {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
  pointer-events: none;
}

#mvImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
}

#mvImg picture {
  width: 100%;
  height: 100%;
}

#mvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mvTxt {
  position: absolute;
  top: 15%;
  left: 5%;
  width: 26%;
}

#mvTxt img {
  width: 100%;
}

.mainVisual__capIn {
  bottom: 5px;
  position: absolute;
  left: 5px;
  z-index: 5;
}

@media screen and (orientation: portrait) {
  #vidPc {
    display: none;
    width: auto;
    height: 100%;
  }

  #mvImg img {
    object-position: center;
  }

  #mvTxt {
    top: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (orientation: landscape) {
  #vidSp {
    display: none;
  }

  #mvImg img {
    object-position: top left;
  }
}


#btnControl {
  position: absolute;
  top: 140px;
  right: 22px;
  z-index: 8;
}

.btnMv svg {
  width: 10px;
  height: 10px;
  top: -0.1em;
  position: relative;

}

.btnMv span {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 0 0 0 5px;
  margin-left: 2px;
  line-height: 1;
}

.btnMv:hover span {
  border-color: #000;
}

#btnControl .btnMv {
  width: 110px;
  padding: 5px 0;
  text-align: center;
  background: #333333;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  margin: 0 0 10px;

}

.btnMv:hover svg path,
.btnMv:hover svg rect {
  fill: #000;
}

#btnControl .btnMv:hover {
  background: rgba(255, 255, 255, 1);
  color: #000;
}


#btnReplay {
  display: none;
}

#btn-play {
  display: none;
}

@media (max-width: 768px) {

  .mainVisual__inner .vid {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    pointer-events: none;
  }

  #btnControl {
    right: 10px;
    /* top:calc(80% + 5px);
    display: flex;
    gap: 5px; */
  }

  .mainVisual__capIn {
    top: 80%;
    display: none;
  }

  #btnControl .btnMv {
    font-size: min(10px, 12px);
    padding: 5px 0;
    width: 80px;
    margin: 0 0 5px;

  }

  /* .mainVisual__inner .vid {max-width: 100%;position: unset;transform: unset;} */

  #btnControl .btnMv:focus,
  #btnControl .btnMv:focus,
  #btnControl .btnMv:hover,
  #btnControl .btnMv:hover {
    background: rgba(21, 21, 21, 0.8);
    color: #fff;
    outline: none;
  }

  #btnControl .btnMv:hover svg path,
  #btnControl .btnMv:hover svg rect {
    fill: #fff
  }

  .btnMv:hover span {
    border-color: #fff;
  }

  .mainVisual__inner {
    height: 100vh;
  }

}

/* end mainVisual */