.l-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000 0%, transparent 100%);
}
.l-header .-logoW {
  display: none;
}
.l-header .-logoN {
  display: block;
}
.l-header .l-header__btns__btn--sub {
  color: #fff;
}
.l-header .l-header__hamburger::before,
.l-header .l-header__hamburger::after {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header.is-act .l-header__hamburger::before, .l-header.is-act .l-header__hamburger::after {
    color: #FFF;
  }
}
.l-header.is-act .-logoW {
  display: block;
}
.l-header.is-act .-logoN {
  display: none;
}

.l-container {
  padding-top: 0 !important;
}

.p-mv {
  position: relative;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 769px) {
  .p-mv {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .p-mv__img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img img {
    width: 100%;
  }
}
.p-mv__img figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 2px #000, 0 0 2px #000;
}

.p-mv__scroll {
  position: absolute;
  right: clamp(16px, 3vw, 48px);
  top: 80vh;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-mv__scroll::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -195px;
  width: 1px;
  height: 180px;
  margin: auto;
  background-color: #fff;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}
@media screen and (max-width: 768px) {
  .p-mv__scroll {
    right: 16px;
    bottom: 120px;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.p-point {
  background-image: url(../img/top/bg.webp);
  padding-block: 30px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-point {
    background-size: cover;
  }
}

.p-point__text {
  max-width: 1182px;
  margin-right: auto;
  margin-left: auto;
}

.p-intro {
  background-color: #eeede9;
  padding-top: 22px;
  padding-bottom: 110px;
}

.p-intro__cap {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .p-intro__cap {
    text-align: left;
  }
}

.p-intro__heading {
  text-align: center;
  color: #afa17a;
  margin-top: 70px;
  font-size: clamp(34.4px, 3.098vw, 51.6px);
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-intro__heading {
    font-size: clamp(25.6px, 8.533vw, 38.4px);
  }
}

.p-intro__text {
  text-align: center;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-top: 10px;
    line-height: 1.7;
  }
}

.infoArea {
  text-align: center;
  padding: 100px 0px 30px;
}
@media screen and (max-width: 768px) {
  .infoArea {
    padding: 40px 10px 0px;
  }
}

.infoArea__title {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .infoArea__title {
    font-size: 20px;
  }
}

.infoArea__text {
  font-size: 17px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .infoArea__text {
    font-size: 14px;
  }
}

.infoArea__button a {
  background: #afa17a;
  width: 440px;
  height: 70px;
  font-size: 20px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .infoArea__button a {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
}
.infoArea__button a:hover {
  opacity: 0.6;
}

.top .js-top-fullview {
  height: 100vh;
}
.top .js-top-fullview figure {
  height: 100%;
}
.top .js-top-fullview figure > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .js-top-fullview figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  .top .js-top-fullview.p-child figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
  }
  .top .js-top-fullview.p-child figure img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

.js-top-fullview.-is-ready .p-genten__text-area {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-top-fullview.-is-ready .p-child__text-area,
.js-top-fullview.-is-ready .p-shinka__text {
  opacity: 0;
  -webkit-transform: translateY(calc(-50% + 12px));
          transform: translateY(calc(-50% + 12px));
}
@media screen and (max-width: 768px) {
  .js-top-fullview.-is-ready .p-child__text-area,
  .js-top-fullview.-is-ready .p-shinka__text {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
.js-top-fullview.-is-ready .p-genten__text-area,
.js-top-fullview.-is-ready .p-shinka__text {
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.7s ease, transform 0.2s ease;
  transition: opacity 0.7s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.js-top-fullview.-is-ready .p-child__text-area {
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.18s ease-out;
  transition: opacity 0.35s ease-out, transform 0.18s ease-out;
  transition: opacity 0.35s ease-out, transform 0.18s ease-out, -webkit-transform 0.18s ease-out;
}
.js-top-fullview.is-current .p-genten__text-area, .js-top-fullview.is-text-shown .p-genten__text-area {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-top-fullview.is-current .p-child__text-area,
.js-top-fullview.is-current .p-shinka__text, .js-top-fullview.is-text-shown .p-child__text-area,
.js-top-fullview.is-text-shown .p-shinka__text {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .js-top-fullview.is-current .p-child__text-area,
  .js-top-fullview.is-current .p-shinka__text, .js-top-fullview.is-text-shown .p-child__text-area,
  .js-top-fullview.is-text-shown .p-shinka__text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-genten {
  position: relative;
  background: #000;
}

.p-genten__text-area {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 110px 40px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  max-width: 694px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 36.1458333333%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-genten__text-area {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 50px 24px 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 2;
  }
}

.p-genten__heading {
  max-width: 459px;
}
@media screen and (max-width: 768px) {
  .p-genten__heading {
    max-width: min(72vw, 300px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px) {
  .p-genten__img {
    position: static !important;
  }
}
@media screen and (max-width: 768px) {
  .p-genten__img {
    height: auto !important;
  }
}
.p-genten__img figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media screen and (max-width: 768px) {
  .p-genten__img figcaption {
    left: auto;
    right: 10px;
    bottom: 5% !important;
  }
}

.p-genten__text {
  font-size: clamp(10.4px, 0.937vw, 15.6px);
  line-height: 2.15;
  letter-spacing: 0.07em;
  margin-top: clamp(48px, 5vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-genten__text {
    margin-top: 24px;
    font-size: clamp(8.8px, 2.933vw, 13.2px);
    line-height: 1.9;
    text-align: center;
  }
}

.p-genten__cap {
  margin-top: clamp(24px, 2.188vw, 42px);
}
@media screen and (max-width: 768px) {
  .p-genten__cap {
    margin-top: 10px;
    font-size: clamp(8px, 2.667vw, 12px);
    line-height: 1.7;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 768px) {
  .p-genten.js-top-fullview.-bg-active figure > img {
    -webkit-animation: none;
            animation: none;
  }
}

@media screen and (max-width: 768px) {
  .p-child.js-top-fullview.-bg-active figure > img {
    -webkit-animation: none;
            animation: none;
  }
}

.p-child {
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-child figure figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.p-child__text-area {
  color: #fff;
  position: absolute;
  top: calc(51% + 20px);
  left: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-child__text-area {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    background-color: #000;
    padding-block: 20px 70px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-child__heading {
  color: #afa17a;
  font-size: clamp(40px, 3.602vw, 60px);
  letter-spacing: 0.04em;
  font-family: "EB Garamond", serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-child__heading {
    font-size: clamp(28px, 9.333vw, 42px);
  }
}

.p-child__text {
  margin-top: 40px;
  font-size: clamp(20px, 1.801vw, 30px);
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-child__text {
    margin-top: 15px;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}

.p-child__link {
  display: block;
  margin-top: 40px;
  text-align: right;
  font-size: clamp(17.6px, 1.585vw, 26.4px);
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  position: relative;
  max-width: 431px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 768px) {
  .p-child__link {
    margin-top: 20px;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-child__link::after {
  content: "";
  display: block;
  height: 2px;
  width: 109px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.p-shinka {
  position: relative;
}
.p-shinka img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-shinka figure {
    height: 100%;
  }
}
.p-shinka figure figcaption {
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.p-shinka__text {
  color: #fff;
  font-size: clamp(40px, 3.602vw, 60px);
  line-height: 1.6;
  letter-spacing: 0.07em;
  position: absolute;
  top: 50%;
  right: 9.8958333333%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-shinka__text {
    top: 60px;
    font-size: clamp(20px, 6.667vw, 30px);
    line-height: 1.6;
    right: auto;
    left: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-shinka__text sup {
  font-size: 11px;
  position: relative;
  top: -20px;
  vertical-align: center;
}
@media screen and (max-width: 768px) {
  .p-shinka__text sup {
    font-size: 10px;
    top: -8px;
  }
}

.top-cap {
  font-size: clamp(8.8px, 0.793vw, 13.2px);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .top-cap {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-top-fullview.-is-ready .p-genten__text-area,
  .js-top-fullview.-is-ready .p-child__text-area,
  .js-top-fullview.-is-ready .p-shinka__text {
    -webkit-transition: none;
    transition: none;
  }
}
/*# sourceMappingURL=top.css.map */