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

html {
  font-size: 10px;
}

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: #3A2108;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #3A2108;
  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 {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  filter: blur(30px) brightness(1.1);
  transition: opacity 0.5s ease-out, clip-path 1s ease-out, filter 0.5s ease-out 0.5s;
}

.js-fade.is-show {
  visibility: visible;
  pointer-events: inherit;
  opacity: 1;
  clip-path: inset(0);
  filter: blur(0) brightness(1);
}

.feature:has(.sec01.on) {
  background: #392106;
  transition: 0.5s ease;
}

.feature:has(.sec02.on) {
  background: #A7A7AA;
  transition: 0.5s ease;
}

.feature:has(.sec03.on) {
  background: #DBD8D6;
  transition: 0.5s ease;
}

.feature:has(.sec04.on) {
  background: #937961;
  transition: 0.5s ease;
}

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

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

.brand-logo {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transition: opacity 0.7s ease;
}
.brand-logo.fadeout {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  overflow: clip;
}

.movie-wrap {
  position: relative;
}
.movie-wrap .sound-btn {
  background: url(../img/sound_off.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2.2rem;
  right: 2.2rem;
  width: 3.9rem;
  height: 3.9rem;
  z-index: 10;
}
.movie-wrap .sound-btn.on {
  background: url(../img/sound_on.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2.2rem;
  right: 2.2rem;
  width: 3.9rem;
  height: 3.9rem;
}

.section {
  position: sticky;
  background: #fff;
}
.section .season {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.1272727273;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3.1rem;
}
.section .section-color {
  margin-top: 23.5rem;
}
.section .section-color .colors {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.section .section-color .colors .color {
  width: 1.4rem;
  height: 2.4rem;
}
.section .section-color .colors-txt {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.926rem;
  line-height: 1.4994807892;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.1rem;
  margin-bottom: 4rem;
}
.section .look {
  position: relative;
  cursor: pointer;
}
.section .look.open .look-link {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.section .look.open .credit {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.section .look .look-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.section .look .credit {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 3rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.section .look .credit li {
  position: relative;
}
.section .look .credit li::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1.3rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7714285714;
  transform: translateY(-50%);
}
.section .look .credit li a {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7714285714;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  will-change: opacity;
}
.section .look .credit .line-end::after, .section .look .credit li:last-child::after {
  display: none;
}

.section.sec01 .section-color .colors .color.color01 {
  background: #3A2108;
}
.section.sec01 .section-color .colors .color.color02 {
  background: #C3A983;
}
.section.sec01 .section-color .colors .color.color03 {
  background: #700018;
}
.section.sec01 .section-color .colors .color.color04 {
  background: #EFE5AB;
}
.section.sec01 .look01 .credit {
  width: 34rem;
}
.section.sec01 .look02 {
  margin-top: 11.4rem;
}
.section.sec01 .look02 .credit {
  width: 57rem;
}
.section.sec01 .look03 {
  margin-top: 11.5rem;
}
.section.sec01 .look03 .credit {
  width: 32rem;
}
.section.sec01 .look04 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec01 .look04 .credit {
  width: 32rem;
}
.section.sec01 .look05 {
  margin-top: 11.5rem;
}
.section.sec01 .look05 .credit:nth-of-type(1) {
  width: 36rem;
  bottom: 10.2rem;
}
.section.sec01 .look05 .credit:nth-of-type(1):before {
  content: "";
  width: 2.9rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.section.sec01 .look05 .credit:nth-of-type(2) {
  width: 47rem;
}
.section.sec01 .between-bg {
  background: #3A2108;
  padding-top: 11.8rem;
  padding-bottom: 11.5rem;
}
.section.sec01 .look06 {
  width: 63rem;
  margin: 0 auto;
}
.section.sec01 .look06 .credit {
  width: 48rem;
}
.section.sec01 .look06 .credit li:first-of-type {
  margin-left: 4rem;
}
.section.sec01 .look07 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec01 .look07 .credit {
  width: 36rem;
}
.section.sec02 .section-color {
  margin-top: 28.1rem;
  margin-bottom: 4.3rem;
}
.section.sec02 .section-color .colors .color.color01 {
  background: #33202B;
}
.section.sec02 .section-color .colors .color.color02 {
  background: #ACADAF;
}
.section.sec02 .section-color .colors .color.color03 {
  background: #172125;
}
.section.sec02 .section-color .colors .color.color04 {
  background: #CDE8E3;
}
.section.sec02 .look01 .credit {
  width: 27rem;
}
.section.sec02 .look02 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.4rem;
}
.section.sec02 .look02 .credit {
  width: 13rem;
}
.section.sec02 .look03 {
  margin-top: 11.5rem;
}
.section.sec02 .look03 .credit {
  width: 24rem;
}
.section.sec02 .between-bg {
  background: #172125;
  padding-top: 11.6rem;
  padding-bottom: 11.8rem;
}
.section.sec02 .look04 {
  width: 63rem;
  margin: 0 auto;
}
.section.sec02 .look04 .credit {
  width: 40rem;
}
.section.sec02 .look05 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec02 .look05 .credit {
  width: 33rem;
}
.section.sec03 .section-color {
  margin-top: 28.7rem;
  margin-bottom: 4.3rem;
}
.section.sec03 .section-color .colors .color.color01 {
  background: #33202B;
}
.section.sec03 .section-color .colors .color.color02 {
  background: #DACAB9;
}
.section.sec03 .section-color .colors .color.color03 {
  background: #793B1B;
}
.section.sec03 .section-color .colors .color.color04 {
  background: #10A2B5;
}
.section.sec03 .look01 .credit {
  width: 32rem;
}
.section.sec03 .look02 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.4rem;
}
.section.sec03 .look02 .credit {
  width: 13rem;
}
.section.sec03 .look03 {
  margin-top: 11.4rem;
}
.section.sec03 .look03 .credit:nth-of-type(1) {
  width: 50rem;
  bottom: 10.2rem;
}
.section.sec03 .look03 .credit:nth-of-type(1):before {
  content: "";
  width: 2.9rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.section.sec03 .look03 .credit:nth-of-type(2) {
  width: 45rem;
}
.section.sec03 .look04 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec03 .look04 .credit {
  width: 51rem;
}
.section.sec03 .look04 .credit li:nth-of-type(1), .section.sec03 .look04 .credit li:nth-of-type(2), .section.sec03 .look04 .credit li:nth-of-type(3) {
  width: 25.1%;
}
.section.sec03 .look04 .credit li:nth-of-type(2) a {
  text-align: center;
}
.section.sec03 .look05 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec03 .look05 .credit {
  width: 35rem;
}
.section.sec03 .look06 {
  margin-top: 11.5rem;
}
.section.sec03 .look06 .credit {
  width: 40rem;
}
.section.sec03 .between-bg {
  background: #793B1B;
  padding-top: 11.6rem;
  padding-bottom: 11.8rem;
}
.section.sec03 .look07 {
  width: 63rem;
  margin: 0 auto;
}
.section.sec03 .look07 .credit {
  width: 14rem;
}
.section.sec03 .look08 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec03 .look08 .credit {
  width: 38rem;
}
.section.sec04 .section-color {
  margin-top: 29.4rem;
  margin-bottom: 4.1rem;
}
.section.sec04 .section-color .colors .color.color01 {
  background: #38171D;
}
.section.sec04 .section-color .colors .color.color02 {
  background: #B78F63;
}
.section.sec04 .section-color .colors .color.color03 {
  background: #0A1517;
}
.section.sec04 .section-color .colors .color.color04 {
  background: #ECB3BB;
}
.section.sec04 .look01 .credit {
  width: 32rem;
}
.section.sec04 .look02 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.4rem;
}
.section.sec04 .look02 .credit {
  width: 13rem;
}
.section.sec04 .look03 {
  margin-top: 11.8rem;
}
.section.sec04 .look03 .credit {
  width: 38rem;
}
.section.sec04 .between-bg {
  background: #545251;
  padding-top: 11.6rem;
  padding-bottom: 12.1rem;
}
.section.sec04 .look04 {
  width: 63rem;
  margin: 0 auto;
}
.section.sec04 .look04 .credit {
  width: 30rem;
}
.section.sec04 .look05 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.5rem;
}
.section.sec04 .look06 .credit {
  width: 23rem;
}
.section.sec04 .look07 {
  width: 63rem;
  margin: 0 auto;
  margin-top: 11.6rem;
}
.section.sec04 .look07 .credit {
  width: 24rem;
}
.section.sec04 .staff-credit {
  margin-top: 30.8rem;
}
.section.sec04 .staff-credit .staff-txt {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.926rem;
  line-height: 0.8826583593;
  letter-spacing: 0.04em;
  color: #010F12;
  text-transform: uppercase;
}
.section.sec04 .staff-credit .staff {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.926rem;
  line-height: 0.8826583593;
  letter-spacing: 0.04em;
  color: #010F12;
  margin-top: 2.3rem;
  text-transform: uppercase;
}
.section.sec04 .look08 .credit {
  bottom: 35rem;
  right: 16rem;
  left: auto;
}
.section.sec04 .allitems {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.217rem;
  line-height: 0.8827244023;
  letter-spacing: 0.04em;
  color: #fff;
  width: 25.8rem;
  height: 6.1rem;
  border: solid 0.1rem #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 9.6rem;
}/*# sourceMappingURL=style.css.map */