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

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

.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 1.2s ease;
}

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

.js-fade-blur {
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s, opacity 1s, transform 1s;
}

.js-fade-blur.is-show {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

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

.feature {
  background: #dfe8ef;
  display: flex;
}

.pc-left {
  order: 1;
  width: 100%;
  position: relative;
  height: auto;
}
.pc-left .pc-ttl {
  width: 13.0443229167vw;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 61rem;
}
.pc-left .pc-ttl img {
  margin-top: 225rem;
  margin-left: 15.6rem;
}
.pc-left .staff-credit {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875vw;
  line-height: 1.8101190476;
  letter-spacing: 0.18rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 20.5rem;
  margin-left: 14.2rem;
}

.pc-right {
  order: 3;
  width: 100%;
  position: relative;
  height: auto;
}
.pc-right .pc-all {
  width: 7.3422395833vw;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: 13.5rem;
  margin-bottom: 9.5rem;
}
.pc-right .pc-all .pc-all-link {
  margin-top: 223rem;
}

.feature__inner {
  width: 75rem;
  position: relative;
  padding-bottom: 7rem;
  background: #fff;
  order: 2;
  overflow: clip;
}

.main-visual {
  position: relative;
  width: 75.3rem;
  margin: 0 auto;
}
.main-visual .main-txt {
  width: 34.1746rem;
  position: absolute;
  top: 52rem;
  left: 1.3rem;
  right: 0;
  margin: auto;
}

.main-lead {
  position: relative;
  margin-top: 6.5rem;
}
.main-lead .lead-ttl {
  width: 34.1226rem;
  margin-left: 21rem;
}
.main-lead .lead-txt-l {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.512rem;
  line-height: 2.3915148064;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 8.8rem;
  margin-left: 2rem;
  text-shadow: 0 0 black;
}
.main-lead .lead-txt-s {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.55rem;
  line-height: 2.3137254902;
  text-align: center;
  margin-top: 1.4rem;
  text-shadow: 0 0 black;
}

.top-scroll {
  position: relative;
  width: 11.736rem;
  margin-top: 6.9rem;
  margin-left: 31.7rem;
}
.top-scroll .scroll-circle {
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s, opacity 1s;
}
.top-scroll .scroll-txt {
  width: 8.25rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5.2rem;
  margin-left: 1.8rem;
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s, opacity 1s;
  transition-delay: 0.5s;
}
.top-scroll .scroll-arrow {
  width: 0.43198rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -2rem;
  margin-left: 5.8rem;
  filter: blur(10px);
  opacity: 0;
  transition: filter 1s, opacity 1s;
  transition-delay: 1s;
}
.top-scroll.is-show .scroll-circle, .top-scroll.is-show .scroll-txt, .top-scroll.is-show .scroll-arrow {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.look-contents {
  position: relative;
  margin-top: 7rem;
}
.look-contents .look {
  position: relative;
  width: 61.7rem;
  margin: 0 auto;
}
.look-contents .look .sticky-num {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: -5rem;
}
.look-contents .look .sticky-num.even {
  left: auto;
  margin-left: auto;
  right: 0;
  margin-right: -5rem;
}
.look-contents .look .look-num {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.386rem;
  line-height: 1.7611064543;
  letter-spacing: 0.08em;
  position: absolute;
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 42rem;
  padding-bottom: 42rem;
}
.look-contents .look .credit {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  margin: 0 auto;
  margin-top: 2.8rem;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
.look-contents .look .credit li {
  position: relative;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.look-contents .look .credit li a {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.look-contents .look .credit li a .price {
  margin-left: 1rem;
}
.look-contents .look.look01 .ph02 {
  margin-top: 2.5rem;
}
.look-contents .look.look02 {
  margin-top: 21.5rem;
}
.look-contents .look.look02 .ph04 {
  margin-top: 2.8rem;
}
.look-contents .look.look02 .credit {
  margin-top: 3.4rem;
}
.look-contents .look.look03 {
  margin-top: 21.2rem;
}
.look-contents .look.look03 .ph06 {
  margin-top: 2.7rem;
}
.look-contents .look.look03 .credit {
  margin-top: 2.2rem;
  flex-direction: column;
}
.look-contents .look.look03 .slick-dots {
  bottom: -19.4rem;
}
.look-contents .look.look04 {
  margin-top: 24.6rem;
}
.look-contents .look.look04 .ph08 {
  margin-top: 2.8rem;
}
.look-contents .look.look04 .credit {
  margin-top: 2.7rem;
}
.look-contents .look.look04 .ph09 {
  margin-top: 29.5rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: right;
  bottom: -13.8rem;
  left: -0.4rem;
  z-index: 20;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.6rem;
}
.ph-slider .slick-dots li {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.5rem;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #000;
}/*# sourceMappingURL=style.css.map */