@charset "UTF-8";
html {
  font-size: 6.4px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4571428571vw;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  display: flex;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #000;
  text-decoration: none;
  will-change: opacity;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img, svg, video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: clip;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1.3s ease;
}
.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.js-blurscale {
  opacity: 0;
  filter: blur(10px);
  visibility: hidden;
  transition: opacity 1.3s ease, filter 1.3s ease;
  overflow: clip;
}
.js-blurscale img {
  scale: 1.1;
  transition: scale 1.3s ease;
}
.js-blurscale.is-show {
  opacity: 1;
  filter: blur(0);
  visibility: visible;
}
.js-blurscale.is-show img {
  scale: 1;
}

.js-blurscale-totop {
  visibility: hidden;
  transform: translateY(5rem);
  transition: transform 1.3s ease;
  overflow: clip;
}
.js-blurscale-totop img {
  opacity: 0;
  filter: blur(10px);
  scale: 1.1;
  transition: opacity 1.3s, filter 1.3s ease, scale 1.3s ease;
}
.js-blurscale-totop.is-show {
  transform: none;
  visibility: visible;
}
.js-blurscale-totop.is-show img {
  opacity: 1;
  filter: blur(0);
  scale: 1;
}

.js-blurscale-toleft {
  visibility: hidden;
  transform: translateX(5rem);
  transition: transform 1.3s ease;
  overflow: clip;
}
.js-blurscale-toleft img {
  opacity: 0;
  filter: blur(10px);
  scale: 1.1;
  transition: opacity 1.3s, filter 1.3s ease, scale 1.3s ease;
}
.js-blurscale-toleft.is-show {
  transform: none;
  visibility: visible;
}
.js-blurscale-toleft.is-show img {
  opacity: 1;
  filter: blur(0);
  scale: 1;
}

.js-blurscale-toright {
  visibility: hidden;
  transform: translateX(-5rem);
  transition: transform 1.3s ease;
  overflow: clip;
}
.js-blurscale-toright img {
  opacity: 0;
  filter: blur(10px);
  scale: 1.1;
  transition: opacity 1.3s, filter 1.3s ease, scale 1.3s ease;
}
.js-blurscale-toright.is-show {
  transform: none;
  visibility: visible;
}
.js-blurscale-toright.is-show img {
  opacity: 1;
  filter: blur(0);
  scale: 1;
}

section {
  scroll-margin-top: 100px;
}

.header {
  height: 80px;
  background: #000;
}

.feature {
  display: flex;
  justify-content: center;
}

.pc-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-bg img {
  position: sticky;
  top: 0;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-left {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 1;
  width: 71.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-left .pc-ttl {
  width: 33.65625rem;
  transform: translateY(6rem);
}
.pc-left .pc-ttl img {
  opacity: 1;
  transition: opacity 1.3s ease 0.3s;
}
.pc-left .pc-ttl.out img {
  opacity: 0;
  transition: opacity 1.3s ease 0.3s;
}

.pc-right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 3;
  width: 71.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-right .pc-all {
  width: 36.875rem;
  transform: translateY(6.6rem);
}
.pc-right .pc-all img {
  opacity: 1;
  transition: opacity 1.3s ease 0.3s;
}
.pc-right .pc-all.out img {
  opacity: 0;
  transition: opacity 1.3s ease 0.3s;
}

.pc-center {
  order: 2;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 12rem;
  background: #fff;
  overflow: clip;
}

.main-visual {
  position: relative;
}

.main-lead {
  text-align: center;
  margin-top: 8rem;
}
.main-lead--en {
  font-family: warbler-text, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.7676;
  color: #b391ac;
}
.main-lead--jp {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 5.8rem;
}

.coming-txt {
  width: 65rem;
  margin: 0 auto;
  margin-top: 7.3rem;
}

.feature__inner:has(#js-fixedbtn-start.on) .sp-fixed-btn {
  opacity: 1;
  visibility: visible;
}

.feature__inner:has(#js-fixedbtn-start.on):has(#js-fixedbtn-end.on) .sp-fixed-btn {
  opacity: 0;
  visibility: hidden;
}

.sp-fixed-btn {
  width: 22rem;
  height: 22rem;
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 1.3s ease;
}

.main-contents {
  position: relative;
}
.main-contents .ph {
  position: relative;
}
.main-contents .ph-box {
  position: relative;
}
.main-contents .ph-box .bg {
  width: 75rem;
  position: absolute;
  top: 0;
  left: 0;
}
.main-contents .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2.3rem;
  margin-top: 6.2rem;
}
.main-contents .credit li {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.6rem;
  text-decoration-color: #b2b2b2;
  width: -moz-fit-content;
  width: fit-content;
}
.main-contents .credit li a {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  letter-spacing: 0.025em;
}

.main-contents {
  margin-top: 17rem;
}
.main-contents .ph-box01 .bg01 {
  top: -6rem;
}
.main-contents .ph-box01 .ph01 {
  width: 71rem;
}
.main-contents .ph02 {
  width: 64rem;
  margin-left: auto;
  margin-top: 5.9rem;
}
.main-contents .ph02 .credit {
  width: 45rem;
}
.main-contents .ph03 {
  width: 70rem;
  margin-top: 18.3rem;
}
.main-contents .ph03 .credit {
  width: 46rem;
  margin-left: auto;
  justify-content: flex-end;
}
.main-contents .ph04 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 18.3rem;
}
.main-contents .ph05 {
  width: 70rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.main-contents .ph05 .credit {
  width: 65rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.main-contents .ph06 {
  width: 56rem;
  margin-top: 18.3rem;
}
.main-contents .ph07 {
  width: 75rem;
  margin-top: 6rem;
}
.main-contents .ph08 {
  width: 68rem;
  margin-left: auto;
  margin-top: 6rem;
}
.main-contents .ph08 .credit {
  width: 54rem;
}
.main-contents .ph09 {
  width: 40rem;
  margin-top: 18.3rem;
}
.main-contents .ph09 .credit {
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0.3rem;
  margin-right: -32.5rem;
  margin-top: 0;
}
.main-contents .ph10 {
  width: 75rem;
  margin-top: 18rem;
}
.main-contents .ph10 .credit {
  width: 38rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.main-contents .ph-box02 {
  margin-top: 18.3rem;
}
.main-contents .ph-box02 .bg02 {
  top: 18rem;
  width: 75.1rem;
  left: -0.1rem;
}
.main-contents .ph-box02 .ph11 {
  width: 70rem;
}
.main-contents .ph12 {
  width: 60rem;
  margin-left: auto;
  margin-top: 6rem;
}
.main-contents .ph13 {
  width: 64rem;
  margin: 0 auto;
  margin-top: 18.3rem;
}
.main-contents .ph14 {
  width: 75rem;
  margin-top: 6rem;
}
.main-contents .ph15 {
  width: 56rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.main-contents .ph15 .credit {
  width: 43rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.main-contents .ph16 {
  width: 68rem;
  margin: 0 auto;
  margin-top: 18.3rem;
}
.main-contents .ph16 .credit {
  width: 60.5rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.main-contents .ph17 {
  width: 60rem;
  margin-left: auto;
  margin-top: 28.3rem;
}
.main-contents .ph18 {
  width: 70rem;
  margin-top: 6rem;
}
.main-contents .ph18 .credit {
  width: 53rem;
  justify-content: flex-end;
  margin-left: auto;
}
.main-contents .ph19 {
  width: 66rem;
  margin: 0 auto;
  margin-top: 18.3rem;
}
.main-contents .ph20 {
  width: 75rem;
  margin-top: 6rem;
}
.main-contents .ph20 .credit {
  width: 55.5rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.main-contents .ph21 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 18.3rem;
}
.main-contents .ph21 .credit {
  width: 52rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.main-contents .ph22 {
  width: 75rem;
  margin-top: 18.3rem;
}
.main-contents .ph23 {
  width: 67rem;
  margin-top: 6rem;
}
.main-contents .ph23 .credit {
  width: 62rem;
  margin-left: auto;
  justify-content: flex-end;
}
.main-contents .ph24 {
  width: 42rem;
  margin-left: auto;
  margin-top: 18.3rem;
}
.main-contents .ph24 .credit {
  flex-direction: column;
}
.main-contents .ph25 {
  width: 71rem;
  margin-top: 18.3rem;
}
.main-contents .ph-box03 {
  margin-top: 12rem;
}
.main-contents .ph-box03 .bg-illust01 {
  width: 34rem;
  top: -6rem;
}
.main-contents .ph-box03 .ph26 {
  width: 68rem;
  margin-left: auto;
}
.main-contents .ph-box03 .credit {
  width: 45rem;
  margin-left: 7rem;
}
.main-contents .ph27 {
  width: 68rem;
  margin-top: 18.3rem;
  margin-left: auto;
}
.main-contents .ph28 {
  width: 66rem;
  margin-top: 6rem;
}
.main-contents .ph28 .credit {
  width: 45.8rem;
  justify-content: flex-end;
  margin-left: auto;
}
.main-contents .ph29 {
  width: 66rem;
  margin-top: 18.3rem;
}
.main-contents .ph30 {
  width: 71rem;
  margin-left: auto;
  margin-top: 6rem;
}
.main-contents .ph30 .credit {
  width: 54rem;
}
.main-contents .ph-box04 {
  margin-top: 18.3rem;
}
.main-contents .ph-box04 .bg03 {
  top: -6rem;
}
.main-contents .ph-box04 .ph31 {
  width: 64rem;
  margin-left: auto;
}
.main-contents .ph32 {
  width: 66rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.main-contents .ph32 .credit {
  width: 38rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.main-contents .ph32 .credit li:nth-of-type(1) {
  padding: 0 1rem;
}
.main-contents .ph33 {
  width: 68rem;
  margin-top: 18.3rem;
}
.main-contents .ph33 .credit {
  width: 53.5rem;
  margin-left: auto;
  justify-content: flex-end;
}
.main-contents .ph34 {
  width: 70rem;
  margin-left: auto;
  margin-top: 18.3rem;
}
.main-contents .ph35 {
  width: 65rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.main-contents .ph35 .credit {
  width: 52rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.main-contents .staff-credit {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.015em;
  color: #4f546e;
  text-align: center;
  margin-top: 17.5rem;
}
.main-contents .allitem {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #8a92a3;
  width: 66rem;
  height: 12.4rem;
  margin: 0 auto;
  margin-top: 5.4rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: right;
  bottom: 1.5rem;
  right: 1.3rem;
  z-index: 20;
}
.ph-slider .slick-dots li {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.75rem;
  padding: 0;
  border: 1px solid #fff;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #fff;
}/*# sourceMappingURL=style.css.map */