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

@media screen and (min-width: 1400px) {
  html {
    font-size: 6.5333333333px;
  }
}
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;
  background: #f0eeea;
}

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

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

.js-fade-tobtm {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: opacity 1s ease, transform 1s ease;
}

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

.js-fade-tor {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-3rem);
  transition: opacity 1s ease, transform 1s ease;
}

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

.js-fade-tol {
  opacity: 0;
  visibility: hidden;
  transform: translateX(3rem);
  transition: opacity 1s ease, transform 1s ease;
}

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

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

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

.pc-left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left a {
  height: 100%;
}
.pc-left .main-visual {
  position: relative;
  height: 100%;
}
.pc-left .main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pc-left .pc-mv-txt {
  width: 26.7857142857vw;
  position: absolute;
  top: 3.5vw;
  left: 2.3vw;
  pointer-events: none;
}
.pc-left .pc-mv-txt2 {
  width: 27.6428571429vw;
}

.pc-right {
  width: 50%;
  overflow: clip;
}

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

.lead {
  position: relative;
  margin-top: 8.3rem;
  text-align: center;
}
.lead .schedule {
  position: relative;
  width: 28rem;
  height: 3.6rem;
  background: #ffcc80;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lead .schedule .schedule-txt {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  padding-top: 0.5rem;
}
.lead .lead-txt {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 3.4rem;
  font-weight: 500;
}
.lead .lead-txt span {
  display: inline-block;
}
.lead .lead-txt span:nth-of-type(1) {
  margin-bottom: 3.6rem;
}
.lead .lead-txt span:nth-of-type(2) {
  margin-bottom: 3.6rem;
}

.section {
  position: relative;
}
.section .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.section .credit li {
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.section .credit li a {
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.section .item-block .item-list {
  display: flex;
  justify-content: center;
}
.section .item-block .item-list.is-show .item-ph {
  transform: none;
  opacity: 1;
}
.section .item-block .item-list .item-ph {
  width: 20rem;
  transform: translateY(3rem);
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}
.section .item-block .item-list .item-ph:nth-of-type(2) {
  transition-delay: 0.4s;
}
.section .item-block .item-list .item-ph:nth-of-type(3) {
  transition-delay: 0.8s;
}
.section .item-block .item-list .item-ph:nth-of-type(4) {
  transition-delay: 1.2s;
}
.section .item-block .item-color {
  display: flex;
  justify-content: center;
  gap: 9rem;
  margin-top: 1.9rem;
}
.section .item-block .item-color .color {
  width: 11rem;
  height: 2.6rem;
  border: 1px solid #d9926c;
  font-family: "mencken-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  color: #d9926c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .item-block .item-name {
  font-family: "mencken-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #d9926c;
  font-size: 5.2rem;
  line-height: 1.1923076923;
  text-align: center;
  margin-top: 3.8rem;
}
.section .item-block .item-name span {
  font-size: 4.6rem;
  line-height: 1.347826087;
}
.section .item-block .item-price {
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.92;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
}
.section .item-block .item-price::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.section .item-block .item-price::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
}
.section.sec01 {
  margin-top: 12.6rem;
}
.section.sec01 .item-detail {
  width: 41.35rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}
.section.sec01 .ph-block .ph01 {
  width: 70rem;
  margin-top: 10rem;
}
.section.sec01 .ph-block .credit {
  width: 40rem;
  margin-left: 4rem;
  justify-content: flex-start;
}
.section.sec01 .ph-block .ph02 {
  width: 56.3rem;
  margin: 0 auto;
  margin-top: 9.9rem;
  position: relative;
  z-index: 1;
}
.section.sec01 .ph-block .ph03 {
  width: 75rem;
  margin-top: -9rem;
}
.section.sec02 {
  margin-top: 16rem;
}
.section.sec02 .item-list {
  width: 81.2rem;
}
.section.sec02 .item-list .item-ph:nth-of-type(1) img {
  transform: translateX(0.5rem);
}
.section.sec02 .item-list .item-ph:nth-of-type(2) img {
  transform: translateX(-1.5rem);
}
.section.sec02 .item-list .item-ph:nth-of-type(3) {
  width: 21.2rem;
}
.section.sec02 .item-list .item-ph:nth-of-type(3) img {
  transform: translateX(-3.5rem);
}
.section.sec02 .item-list .item-ph:nth-of-type(4) img {
  transform: translateX(-6.7rem);
}
.section.sec02 .item-color {
  gap: 7rem;
  margin-top: 1.6rem;
}
.section.sec02 .item-price {
  margin-top: 1.5rem;
}
.section.sec02 .item-detail {
  width: 22.45rem;
  margin: 0 auto;
  margin-top: 3.2rem;
}
.section.sec02 .ph-block {
  margin-top: 10.1rem;
}
.section.sec02 .ph-block .ph-box {
  position: relative;
  width: 58rem;
  margin: 0 auto;
  margin-top: 10rem;
}
.section.sec02 .ph-block .ph-box .ph02 {
  position: relative;
  z-index: 1;
}
.section.sec02 .ph-block .ph-box .ph-catch {
  width: 18rem;
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  z-index: 2;
  pointer-events: none;
}
.section.sec02 .ph-block .ph-box .ph-bg {
  width: 30rem;
  position: absolute;
  top: 1.5rem;
  right: -1.5rem;
}
.section.sec02 .ph-block .credit {
  width: 43rem;
}
.section.sec02 .ph-block .ph03 {
  width: 56rem;
  margin-left: auto;
  margin-top: 15rem;
  position: relative;
  z-index: 1;
}
.section.sec02 .ph-block .ph04 {
  width: 70rem;
  margin-top: -6rem;
}
.section.sec02 .ph-block .credit:nth-of-type(2) {
  width: 66rem;
  margin-left: 4rem;
  justify-content: flex-start;
}
.section.sec02 .ph-block .ph05 {
  width: 56.3rem;
  margin: 0 auto;
  margin-top: 12rem;
  position: relative;
  z-index: 1;
}
.section.sec02 .ph-block .ph06 {
  margin-top: -27rem;
}
.section.sec02 .ph-block .credit:nth-of-type(3) {
  width: 54rem;
}
.section.sec02 .outro-schedule {
  position: relative;
  background: #ffcc80;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 13rem;
}
.section.sec02 .outro-schedule::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.section.sec02 .outro-schedule::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
}
.section.sec02 .outro-schedule span.txt-b {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
}
.section.sec02 .outro-schedule span.txt-m {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 500;
}
.section.sec02 .outro-schedule span.txt1 {
  padding-top: 4rem;
}
.section.sec02 .outro-schedule span.txt2 {
  padding-top: 0.6rem;
}
.section.sec02 .outro-schedule span.txt3 {
  padding-top: 4.2rem;
}
.section.sec02 .outro-schedule span.txt4 {
  padding-top: 0.5rem;
}
.section.sec02 .all {
  width: 54rem;
  margin: 0 auto;
  margin-top: 13rem;
}
.section.sec02 .staff-credit {
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.1818181818;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8.5rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-slide {
  margin-right: 2rem;
}
.ph-slider .slick-list {
  padding-right: 23rem;
}/*# sourceMappingURL=style.css.map */