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

@media screen and (min-width: 1400px) {
  html {
    font-size: 6.4px;
  }
}
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: 500;
  font-style: normal;
  color: #000;
}

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

.ph-slider a img, .ph-slider2 a img {
  transition: 0.3s;
}
.ph-slider a img:hover, .ph-slider2 a img:hover {
  opacity: 0.7;
}

.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 img {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 1s;
}

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

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

.feature {
  display: flex;
}

.pc-left {
  width: 50vw;
}
.pc-left .main-visual {
  position: sticky;
  top: 80px;
}
.pc-left .main-visual::before {
  background: #DADE82;
}
.pc-left .main-visual .main-side {
  width: 5.7142857143vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-left .main-visual .main-side .main-season {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1vw;
  letter-spacing: 0.25em;
  color: #DADE82;
  writing-mode: vertical-lr;
}
.pc-left .main-visual .main-ph img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-left .main-visual .main-catch {
  font-family: "gamay-wide", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.8571428571vw;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: end;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 8.4vw;
  margin-right: 2vw;
}

.pc-right {
  width: 50vw;
  display: flex;
  justify-content: center;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 13rem;
}

.main-lead {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 23.7rem;
}

.ph-block {
  position: relative;
}

@keyframes anime_mask {
  0% {
    left: 0;
    width: 0;
  }
  35% {
    left: 0;
    width: 100%;
  }
  70% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.ph-mask {
  position: relative;
  overflow: hidden;
}
.ph-mask::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: anime_mask 1s;
  animation-play-state: paused;
}
.ph-mask .ph-mask-inner {
  opacity: 0;
  transition: opacity 0s;
  transition-delay: 0.4s;
}
.ph-mask.is-show::before {
  animation-play-state: running;
}
.ph-mask.is-show .ph-mask-inner {
  opacity: 1;
}

.ph-mask {
  position: relative;
}

.ph {
  position: relative;
}

.ph-catch {
  font-family: "gamay-wide", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  pointer-events: none;
}
.ph-catch.wt {
  color: #fff;
}

.credit {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
  margin-top: 3.2rem;
}
.credit li {
  position: relative;
}
.credit li::before {
  content: "/";
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: -2.2rem;
}
.credit li a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.ph-block.ph-block01 {
  margin-top: 18.7rem;
}
.ph-block.ph-block01::before {
  content: "";
  display: block;
  background: #DADE82;
  width: 60rem;
  height: 60rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4rem;
}
.ph-block.ph-block01 .ph-mask {
  width: 71rem;
  margin-left: 4rem;
}
.ph-block.ph-block01 .ph-mask::before {
  background: #DADE82;
}
.ph-block.ph-block01 .ph-mask .ph-catch.col {
  color: #DADE82;
}
.ph-block.ph-block01 .ph-mask .ph-catch.ph-catch1 {
  font-size: 2.2rem;
  top: 6.6rem;
  right: 16.3rem;
}
.ph-block.ph-block01 .ph-mask .ph-catch.ph-catch2 {
  font-size: 4.2rem;
  top: 20rem;
  right: 4.3rem;
}
.ph-block.ph-block01 .ph-mask .ph-catch.ph-catch3 {
  font-size: 3.3rem;
  top: 42.6rem;
  left: 6.1rem;
}
.ph-block.ph-block01 .ph-mask .ph-catch.ph-catch4 {
  font-size: 2.2rem;
  bottom: 23.4rem;
  left: 3.5rem;
}
.ph-block.ph-block01 .ph-mask .ph-catch.ph-catch5 {
  font-size: 3.3rem;
  bottom: 19.3rem;
  left: 7rem;
}
.ph-block.ph-block02 {
  margin-top: 14rem;
}
.ph-block.ph-block02 .ph-mask {
  width: 75rem;
}
.ph-block.ph-block02 .ph-mask::before {
  background: #DADE82;
}
.ph-block.ph-block02 .credit li:not(:nth-of-type(1)):not(:nth-of-type(2))::before {
  content: none;
}
.ph-block.ph-block03 {
  margin-top: 25.3rem;
}
.ph-block.ph-block03::before {
  content: "";
  display: block;
  background: #B79F74;
  width: 60rem;
  height: 60rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -6rem;
}
.ph-block.ph-block03 .ph-mask {
  width: 63rem;
  margin: 0 auto;
}
.ph-block.ph-block03 .ph-mask::before {
  background: #B79F74;
}
.ph-block.ph-block03 .ph-mask .ph-catch.col {
  color: #B79F74;
}
.ph-block.ph-block03 .ph-mask .ph-catch.ph-catch1 {
  font-size: 2rem;
  top: 5rem;
  left: 19.1rem;
}
.ph-block.ph-block03 .ph-mask .ph-catch.ph-catch2 {
  font-size: 3rem;
  top: 27rem;
  left: 3.2rem;
}
.ph-block.ph-block03 .ph-mask .ph-catch.ph-catch3 {
  font-size: 2rem;
  bottom: 32.8rem;
  left: 8.5rem;
}
.ph-block.ph-block03 .ph-mask .ph-catch.ph-catch4 {
  font-size: 2rem;
  bottom: 29.6rem;
  left: 14.8rem;
}
.ph-block.ph-block03 .ph-mask .ph-catch.ph-catch5 {
  font-size: 1.6rem;
  bottom: 4.3rem;
  right: 2.8rem;
}
.ph-block.ph-block04 .ph-mask {
  width: 63rem;
  margin: 0 auto;
}
.ph-block.ph-block04 .ph-mask::before {
  background: #B79F74;
}
.ph-block.ph-block04 .credit li:not(:nth-of-type(1)):not(:nth-of-type(2))::before {
  content: none;
}
.ph-block.ph-block05 {
  margin-top: 19.3rem;
}
.ph-block.ph-block05::before {
  content: "";
  display: block;
  background: #969696;
  width: 60rem;
  height: 100rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -4rem;
}
.ph-block.ph-block05 .ph-mask {
  width: 75rem;
  margin: 0 auto;
}
.ph-block.ph-block05 .ph-mask::before {
  background: #969696;
}
.ph-block.ph-block05 .ph-mask .ph-catch.col {
  color: #969696;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch1 {
  font-size: 1.6rem;
  top: 2.8rem;
  right: 4.6rem;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch2 {
  font-size: 1.162rem;
  font-size: 1.6rem;
  top: 5.2rem;
  right: 7.2rem;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch3 {
  font-size: 3rem;
  top: 9rem;
  left: 7rem;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch4 {
  font-size: 2rem;
  bottom: 6.4rem;
  right: 17rem;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch5 {
  font-size: 1.6rem;
  bottom: 8.3rem;
  left: 11.4rem;
}
.ph-block.ph-block05 .ph-mask .ph-catch.ph-catch6 {
  font-size: 1.6rem;
  bottom: 5.8rem;
  left: 16.1rem;
}
.ph-block.ph-block06 {
  margin-top: 3.9rem;
}
.ph-block.ph-block06 .ph-mask {
  width: 75rem;
  margin: 0 auto;
}
.ph-block.ph-block06 .ph-mask::before {
  background: #969696;
}
.ph-block.ph-block06 .credit li:not(:nth-of-type(1))::before {
  content: none;
}
.ph-block.ph-block07 {
  margin-top: 19.3rem;
}
.ph-block.ph-block07::before {
  content: "";
  display: block;
  background: #C84449;
  width: 60rem;
  height: 60rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4rem;
}
.ph-block.ph-block07 .ph-mask {
  width: 60rem;
  margin-left: 4rem;
}
.ph-block.ph-block07 .ph-mask::before {
  background: #C84449;
}
.ph-block.ph-block08 {
  margin-top: -0.1rem;
}
.ph-block.ph-block08::before {
  content: "";
  display: block;
  background: #C84449;
  width: 50rem;
  height: 50rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4rem;
  z-index: -1;
}
.ph-block.ph-block08 .ph-mask {
  width: 60rem;
  margin-left: auto;
}
.ph-block.ph-block08 .ph-mask::before {
  background: #C84449;
}
.ph-block.ph-block08 .ph-mask .ph-catch.col {
  color: #C84449;
}
.ph-block.ph-block08 .ph-mask .ph-catch.ph-catch1 {
  font-size: 2rem;
  top: 7.1rem;
  right: 5.6rem;
}
.ph-block.ph-block08 .ph-mask .ph-catch.ph-catch2 {
  font-size: 3rem;
  top: 22.7rem;
  left: 7.6rem;
}
.ph-block.ph-block08 .ph-mask .ph-catch.ph-catch3 {
  font-size: 2rem;
  top: 37.1rem;
  right: 9.8rem;
}
.ph-block.ph-block08 .ph-mask .ph-catch.ph-catch4 {
  font-size: 2rem;
  top: 39.8rem;
  right: 3.8rem;
}
.ph-block.ph-block08 .ph-mask .ph-catch.ph-catch5 {
  font-size: 1.6rem;
  bottom: 26.8rem;
  left: 3.3rem;
}
.ph-block.ph-block08 .credit li:not(:nth-of-type(1))::before {
  content: none;
}

.ph-box {
  margin-top: 19.3rem;
  display: flex;
  flex-wrap: wrap;
}
.ph-box .ph-block {
  width: 37.5rem;
}
.ph-box .ph-block.ph-block09 .ph-mask {
  width: 37.5rem;
}
.ph-box .ph-block.ph-block09 .ph-mask::before {
  background: #B79F74;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.col {
  color: #B79F74;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.ph-catch1 {
  font-size: 1.8rem;
  top: 4.1rem;
  right: 4.6rem;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.ph-catch2 {
  font-size: 1.2rem;
  top: 15.3rem;
  left: 2.2rem;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.ph-catch3 {
  font-size: 1.2rem;
  top: 17.4rem;
  left: 6.2rem;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.ph-catch4 {
  font-size: 1.2rem;
  bottom: 15.2rem;
  right: 3.8rem;
}
.ph-box .ph-block.ph-block09 .ph-mask .ph-catch.ph-catch5 {
  font-size: 1.2rem;
  bottom: 13.1rem;
  right: 1.7rem;
}
.ph-box .ph-block.ph-block10 .ph-mask {
  width: 37.5rem;
}
.ph-box .ph-block.ph-block10 .ph-mask::before {
  background: #B79F74;
}
.ph-box .ph-block.ph-block11 .ph-mask {
  width: 37.5rem;
}
.ph-box .ph-block.ph-block11 .ph-mask::before {
  background: #B79F74;
}
.ph-box .ph-block.ph-block12 .ph-mask {
  width: 37.5rem;
}
.ph-box .ph-block.ph-block12 .ph-mask::before {
  background: #B79F74;
}
.ph-box .ph-block.ph-block12 .ph-mask .ph-catch.col {
  color: #B79F74;
}
.ph-box .ph-block.ph-block12 .ph-mask .ph-catch.ph-catch1 {
  font-size: 1.8rem;
  top: 4rem;
  left: 4.4rem;
}
.ph-box .ph-block.ph-block12 .ph-mask .ph-catch.ph-catch2 {
  font-size: 1.2rem;
  top: 11rem;
  right: 2.8rem;
}
.ph-box .ph-block.ph-block12 .ph-mask .ph-catch.ph-catch3 {
  font-size: 1.2rem;
  bottom: 15.6rem;
  left: 2.3rem;
}
.ph-box .ph-block.ph-block12 .ph-mask .ph-catch.ph-catch4 {
  font-size: 1.2rem;
  bottom: 13.8rem;
  left: 3.6rem;
}
.ph-box .credit {
  width: 45rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}
.ph-box .credit li:not(:nth-of-type(1)):not(:nth-of-type(3))::before {
  content: none;
}

.allitem {
  width: 48rem;
  margin: 0 auto;
  margin-top: 11.4rem;
}/*# sourceMappingURL=style.css.map */