@charset "UTF-8";
html {
  font-size: 0.6666666667vw;
}

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;
}

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

.slide02 a {
  background: #fff;
}
.slide02 a img {
  transition: opacity 0.3s;
}
.slide02 a:hover {
  opacity: 1;
}
.slide02 a:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.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;
  transition: opacity 1s ease-in;
}

.js-fade.is-show {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.js-clip {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1000ms, opacity 400ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden;
  transform: translateZ(0);
}

.js-clip.is-show {
  clip-path: inset(0 0 0 0);
}

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

.header {
  height: 80px;
}

.footer {
  height: 500px;
}

.pc-contents {
  display: flex;
}
.pc-contents .pc-bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-contents .pc-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.pc-left {
  width: 100%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature__inner, .pc-right {
  width: 75rem;
  margin: 0 auto;
  position: relative;
}

.js-position {
  position: sticky;
}

.hero .movie {
  aspect-ratio: 1200/671;
}
.hero .movie-area {
  width: 100%;
  position: relative;
}
.hero .movie-area .sound-btn {
  background: url(../img/sound_off.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2rem;
  right: 2.3rem;
  height: 3.9rem;
  width: 3.9rem;
  z-index: 10;
}
.hero .movie-area .sound-btn.on {
  background: url(../img/sound_on.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2rem;
  right: 2.3rem;
  height: 3.9rem;
  width: 3.9rem;
}
.hero .hero-ttl {
  width: 71.083rem;
  margin: 0 auto;
  margin-top: 1.7rem;
}

.pc-contents .item-wrap {
  position: relative;
}
.pc-contents .item-wrap .item-wrap-inner {
  position: relative;
  overflow: clip;
  width: 55rem;
  height: 70rem;
  margin: 0 auto;
}
.pc-contents .item-wrap .item-wrap-inner .i__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 55rem;
}
.pc-contents .look-wrap {
  position: relative;
  width: 75rem;
}
.pc-contents .look-wrap .credit {
  position: absolute;
  bottom: 5rem;
  left: 3.5rem;
}
.pc-contents .credit {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  position: relative;
  z-index: 2;
}
.pc-contents .credit::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-image: radial-gradient(ellipse 1.5px 1.5px, #fff 100%, transparent 100%);
  background-size: 7px;
  background-repeat: repeat-x;
  background-position: 0 center;
  z-index: 1;
}
.pc-contents .credit li {
  position: relative;
  font-family: "swiss-721-bt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.42rem;
  line-height: 1.6612676056;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  letter-spacing: 0.05em;
  color: #fff;
}
.pc-contents .credit li a {
  font-family: "swiss-721-bt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.42rem;
  line-height: 1.6612676056;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  letter-spacing: 0.05em;
  color: #fff;
}
.pc-contents .credit.is-show .js-span span {
  opacity: 1;
  transform: none;
}
.pc-contents .js-span {
  overflow: clip;
}
.pc-contents .js-span span {
  opacity: 0;
  transform: translateY(100%);
  display: inline-block;
  transition: 0.1s;
}
.pc-contents .js-span span:nth-of-type(1) {
  transition-delay: 0s;
}
.pc-contents .js-span span:nth-of-type(2) {
  transition-delay: 0.1s;
}
.pc-contents .js-span span:nth-of-type(3) {
  transition-delay: 0.2s;
}
.pc-contents .js-span span:nth-of-type(4) {
  transition-delay: 0.3s;
}
.pc-contents .js-span span:nth-of-type(5) {
  transition-delay: 0.4s;
}
.pc-contents .js-span span:nth-of-type(6) {
  transition-delay: 0.5s;
}
.pc-contents .js-span span:nth-of-type(7) {
  transition-delay: 0.6s;
}
.pc-contents .js-span span:nth-of-type(8) {
  transition-delay: 0.7s;
}
.pc-contents .js-span span:nth-of-type(9) {
  transition-delay: 0.8s;
}
.pc-contents .js-span span:nth-of-type(10) {
  transition-delay: 0.9s;
}
.pc-contents .js-span span:nth-of-type(11) {
  transition-delay: 1s;
}
.pc-contents .js-span span:nth-of-type(12) {
  transition-delay: 1.1s;
}
.pc-contents .js-span span:nth-of-type(13) {
  transition-delay: 1.2s;
}
.pc-contents .js-span span:nth-of-type(14) {
  transition-delay: 1.3s;
}
.pc-contents .js-span span:nth-of-type(15) {
  transition-delay: 1.4s;
}
.pc-contents .js-span span:nth-of-type(16) {
  transition-delay: 1.5s;
}
.pc-contents .js-span span:nth-of-type(17) {
  transition-delay: 1.6s;
}
.pc-contents .js-span span:nth-of-type(18) {
  transition-delay: 1.7s;
}
.pc-contents .js-span span:nth-of-type(19) {
  transition-delay: 1.8s;
}
.pc-contents .js-span span:nth-of-type(20) {
  transition-delay: 1.9s;
}
.pc-contents .js-span span:nth-of-type(21) {
  transition-delay: 2s;
}
.pc-contents .js-span span:nth-of-type(22) {
  transition-delay: 2.1s;
}
.pc-contents .js-span span:nth-of-type(23) {
  transition-delay: 2.2s;
}
.pc-contents .js-span span:nth-of-type(24) {
  transition-delay: 2.3s;
}
.pc-contents .js-span span:nth-of-type(25) {
  transition-delay: 2.4s;
}
.pc-contents .js-span span:nth-of-type(26) {
  transition-delay: 2.5s;
}
.pc-contents .js-span span:nth-of-type(27) {
  transition-delay: 2.6s;
}
.pc-contents .js-span span:nth-of-type(28) {
  transition-delay: 2.7s;
}
.pc-contents .js-span span:nth-of-type(29) {
  transition-delay: 2.8s;
}
.pc-contents .js-span span:nth-of-type(30) {
  transition-delay: 2.9s;
}

.feature.on .pc-contents02 .item-wrap-txt01 {
  opacity: 0;
}
.feature.on .pc-contents02 .pc-staff-credit {
  opacity: 1 !important;
}

.pc-contents.pc-contents02 .pc-left .item-wrap-txt01 {
  width: 19.694vw;
  position: relative;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.pc-contents.pc-contents02 .pc-left .checkall {
  width: 3.9414083333vw;
  position: absolute;
  bottom: 5rem;
  left: 6rem;
}
.pc-contents.pc-contents02 .pc-left .pc-staff-credit {
  width: 20.25275vw;
  position: absolute;
  bottom: 28rem;
  left: 6rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.pc-contents .item-wrap01 .item-wrap-inner {
  width: 27.4166666667vw;
  height: auto;
}
.pc-contents .item-wrap01 .item-wrap-inner .i__img {
  width: 27.4166666667vw;
  position: relative;
  top: 0;
  left: 0;
}
.pc-contents .item-wrap01 .item-wrap-inner .credit {
  position: absolute;
}
.pc-contents .item-wrap01 .item-wrap-inner .credit:nth-of-type(1) {
  top: 27.5rem;
  right: 3.5rem;
  width: 13rem;
}
.pc-contents .item-wrap01 .item-wrap-inner .credit:nth-of-type(2) {
  bottom: 10.6rem;
  right: 4.8rem;
  width: 11.8rem;
}
.pc-contents .item-wrap01 .item-wrap-txt01 {
  width: 19.694vw;
  margin: 0 auto;
  margin-top: 3rem;
}
.pc-contents .look-wrap01 .credit {
  width: 29.5rem;
}
.pc-contents .look-wrap02 .credit {
  width: 38.2rem;
}
.pc-contents .item-wrap02 {
  margin-top: 20rem;
  margin-bottom: 19rem;
}
.pc-contents .item-wrap02 .item-wrap-inner .credit {
  position: absolute;
  top: 40rem;
  left: 30rem;
}
.pc-contents .look-wrap03 .credit {
  width: 48.3rem;
  bottom: 5rem;
}
.pc-contents .look-wrap03 .ph-slide-deco {
  bottom: auto;
  left: 3.5rem;
  top: -6.2rem;
}
.pc-contents .look-wrap03 .ph-slider {
  top: calc(80px + 9rem);
}
.pc-contents .look-wrap04 .credit {
  width: 46.9rem;
  bottom: 5rem;
}
.pc-contents .item-wrap03 {
  margin-top: 18rem;
  margin-bottom: 16rem;
}
.pc-contents .item-wrap03 .item-wrap-inner .credit {
  position: absolute;
  top: 35.6rem;
  left: 10rem;
}
.pc-contents .look-wrap05 .credit {
  width: 54.7rem;
  bottom: 4rem;
}
.pc-contents .look-wrap05 .credit li:nth-of-type(3) {
  margin-right: 8rem;
}
.pc-contents .look-wrap05 .ph-slide-deco {
  bottom: auto;
  left: 3.5rem;
  top: -6.2rem;
}
.pc-contents .look-wrap05 .ph-slider {
  top: calc(80px + 9rem);
}
.pc-contents .look-wrap06 .credit {
  width: 46.9rem;
  bottom: 5rem;
}
.pc-contents .item-wrap04 {
  margin-top: 19.2rem;
  margin-bottom: 18rem;
}
.pc-contents .item-wrap04 .item-wrap-inner .credit {
  position: absolute;
  top: 35.6rem;
  left: 10rem;
}
.pc-contents .look-wrap07 .credit {
  width: 39rem;
  bottom: 5.5rem;
}
.pc-contents .look-wrap08 .credit {
  width: 46.9rem;
  bottom: 5.5rem;
}
.pc-contents .look-wrap09 {
  margin-top: 27rem;
  margin-bottom: 20.5rem;
}
.pc-contents .look-wrap09 .look-flex {
  width: 63rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.pc-contents .look-wrap09 .look-flex .c__img {
  width: 30.9rem;
}
.pc-contents .look-wrap09 .credit {
  position: absolute;
}
.pc-contents .look-wrap09 .credit li {
  color: #1a1a1a;
}
.pc-contents .look-wrap09 .credit li a {
  color: #1a1a1a;
}
.pc-contents .look-wrap09 .credit:nth-of-type(1) {
  width: 42rem;
  top: -7.8rem;
  left: 6rem;
  bottom: auto;
}
.pc-contents .look-wrap09 .credit:nth-of-type(2) {
  width: 40rem;
  bottom: -6.7rem;
  right: 6rem;
  justify-content: flex-end;
  left: auto;
}
.pc-contents .look-wrap10 .credit {
  width: 38.5rem;
  bottom: 4rem;
}
.pc-contents .item-wrap05 {
  margin-top: 17.3rem;
  margin-bottom: 17.3rem;
}
.pc-contents .look-wrap11 .credit {
  width: 38.5rem;
  bottom: 5rem;
}
.pc-contents .item-wrap06 {
  margin-top: 22.2rem;
  margin-bottom: 20rem;
}
.pc-contents .item-wrap06 .item-wrap-inner .credit {
  position: absolute;
  top: 23.6rem;
  left: 10rem;
}
.pc-contents .look-wrap13 {
  z-index: 1;
}
.pc-contents .look-wrap13 .credit {
  width: 59rem;
  bottom: 4.5rem;
}
.pc-contents .look-wrap14 {
  margin-top: -2rem;
}
.pc-contents .item-wrap07 {
  margin-top: 20rem;
  margin-bottom: 17.5rem;
}
.pc-contents .item-wrap07 .item-wrap-inner .credit {
  position: absolute;
}
.pc-contents .item-wrap07 .item-wrap-inner .credit:nth-of-type(1) {
  top: 23.5rem;
  left: 25rem;
}
.pc-contents .item-wrap07 .item-wrap-inner .credit:nth-of-type(2) {
  bottom: 26rem;
  right: 7.8rem;
}
.pc-contents .look-wrap15 {
  margin-bottom: 24rem;
}
.pc-contents .look-wrap15 .credit {
  width: 50rem;
  bottom: 4rem;
}
.pc-contents .look-wrap15 .slick-next {
  position: absolute;
}
.pc-contents .look-wrap15 .checkall {
  width: 11.3rem;
  margin-top: 31rem;
  margin-left: auto;
  margin-right: 7rem;
}
.pc-contents .item-wrap08 {
  margin-bottom: -1rem;
}
.pc-contents .item-wrap08 .item-wrap-inner {
  width: 75rem;
  height: 100%;
}
.pc-contents .item-wrap08 .item-wrap-inner .i__img {
  width: 75.2rem;
  position: relative;
}
.pc-contents .item-wrap08 .item-wrap-inner .credit {
  position: absolute;
  top: 50rem;
  left: 47.3rem;
}
.pc-contents .outro {
  margin-top: 26rem;
}
.pc-contents .outro .txt-staff {
  width: 63.92rem;
  margin: 0 auto;
}
.pc-contents .outro .txt-staff-credit {
  width: 36.4rem;
  margin-top: 6.5rem;
  margin-left: 5.8rem;
}

.ph-slide-container {
  height: 200vh;
  position: relative;
}
.ph-slide-container .ph-slider {
  position: sticky;
  top: 80px;
}
.ph-slide-container .ph-slider .slide02 {
  position: absolute;
  top: 0;
  right: 0;
}
.ph-slide-container .ph-slide-deco {
  width: 2.96rem;
  height: 3.7rem;
  pointer-events: none;
  position: absolute;
  bottom: -6.2rem;
  left: 3.5rem;
}/*# sourceMappingURL=style.css.map */