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

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: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #000;
  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;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}

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

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

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

.feature {
  display: flex;
}

.pc-left {
  position: sticky;
  top: 80px;
  order: 1;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background: #F9F7F2;
}
.pc-left .txt-season {
  width: 13.634464752vw;
  transform: translateX(-11.7rem);
}

.pc-right {
  position: sticky;
  top: 80px;
  order: 3;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F9F7F2;
}
.pc-right .txt-ttl {
  width: 11.4882506527vw;
  transform: translateX(11rem);
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5rem;
  order: 2;
  background: #fff;
}

.main-lead {
  position: relative;
  background: #EAE5D6;
  width: 100%;
  height: 106.1rem;
  margin-top: 1.2rem;
}
.main-lead .lead-ttl {
  width: 67.45rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 4.2rem;
}
.main-lead .lead-txt {
  width: 64.96rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5.3rem;
  margin-left: 5.7rem;
}

.main-contents {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.main-contents .look {
  position: relative;
}
.main-contents .look.look-item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.main-contents .look.look-item .look-ph-item {
  margin: 0 auto;
}
.main-contents .look:hover .look-link {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look:hover .credit {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look.open .look-link {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look.open .credit {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look .look-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look .credit {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.main-contents .look .credit li {
  position: relative;
}
.main-contents .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%);
}
.main-contents .look .credit li a {
  font-family: "solano-gothic-pro-mvb", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1.537826087;
  letter-spacing: 0.04em;
  color: #fff;
  will-change: opacity;
}
.main-contents .look .credit .line-end::after, .main-contents .look .credit li:last-child::after {
  display: none;
}

.main-contents .look.look03 {
  margin-top: 17.2rem;
}
.main-contents .look.look05 {
  margin-top: 17.3rem;
}
.main-contents .look.look05 .look-ph-item {
  width: 55.5rem;
}
.main-contents .look.look05 .catch01 {
  width: 37.67rem;
  position: absolute;
  top: -4rem;
  left: 0;
}
.main-contents .look.look05 .catch02 {
  width: 21.28rem;
  position: absolute;
  bottom: -4.5rem;
  right: -0.4rem;
}
.main-contents .look.look06 {
  margin-top: 21rem;
}
.main-contents .look.look08 {
  margin-top: 17.3rem;
}
.main-contents .look.look08 .look-ph-item {
  width: 52.2rem;
}
.main-contents .look.look08 .catch01 {
  width: 52.1rem;
  position: absolute;
  bottom: -9.1rem;
  left: 0;
}
.main-contents .look.look09 {
  margin-top: 27.1rem;
}
.main-contents .look.look10 {
  margin-top: -0.5rem;
}
.main-contents .look.look13 {
  margin-top: 17.2rem;
}
.main-contents .look.look16 {
  margin-top: 22rem;
}
.main-contents .look.look16 .look-ph-item {
  width: 60.9rem;
}
.main-contents .look.look16 .catch01 {
  width: 43.78rem;
  position: absolute;
  top: -4rem;
  left: 0;
}
.main-contents .look.look18 {
  margin-top: 23.8rem;
}
.main-contents .look.look19 {
  margin-top: 0.7rem;
}
.main-contents .look.look22 {
  margin-top: 17rem;
}
.main-contents .look.look24 {
  margin-top: 20.7rem;
}
.main-contents .look.look24 .look-ph-item {
  width: 52.5rem;
}
.main-contents .look.look24 .catch01 {
  width: 25.99rem;
  position: absolute;
  top: -3.8rem;
  left: 0;
}
.main-contents .look.look24 .catch02 {
  width: 30.74rem;
  position: absolute;
  bottom: -4.3rem;
  right: 0;
}
.main-contents .look.look25 {
  margin-top: 21.7rem;
}
.main-contents .look.look26 {
  margin-top: -0.3rem;
}
.main-contents .look.look27 {
  margin-top: 16.5rem;
}
.main-contents .look.look31 {
  margin-top: 19rem;
}
.main-contents .look17 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.main-contents .look17 .look-ph-item {
  width: 60.9rem;
}
.main-contents .look17 .catch01 {
  width: 38.19rem;
  position: absolute;
  bottom: -7.3rem;
  right: 0;
}
.main-contents .outro {
  position: relative;
  margin-top: 1.7rem;
}
.main-contents .outro .outro-txt01 {
  width: 66.66rem;
  margin: 0 auto;
}
.main-contents .outro .outro-txt02 {
  width: 63.36rem;
  margin-top: 3rem;
  margin-left: 3.7rem;
}
.main-contents .outro .staff-credit {
  width: 45.2rem;
  margin-top: 50.6rem;
  margin-left: 3.3rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=style.css.map */