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

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

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

.look-ph a, .ph-slider a {
  background: #fff;
}
.look-ph a img, .ph-slider a img {
  transition: opacity 0.3s;
}
.look-ph a:hover, .ph-slider a:hover {
  opacity: 1;
}
.look-ph a:hover img, .ph-slider a:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.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;
  filter: blur(10px);
  transform: scale(1.01);
  visibility: hidden;
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}

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

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

.feature {
  display: flex;
}

.pc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pc-bg::before {
  content: "";
  display: block;
  background: url(../img/pc_bg_v2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.pc-left {
  order: 1;
  width: 100%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left .pc-txt {
  width: 23.8748571429vw;
  position: absolute;
  top: 8rem;
  left: 7rem;
}
@media screen and (min-width: 1400px) {
  .pc-left .pc-txt {
    width: 334.248px;
  }
}

.pc-right {
  order: 3;
  width: 100%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-right .pc-all {
  width: 15.1041666667vw;
  position: absolute;
  bottom: 6.7rem;
  right: 6.7rem;
}
@media screen and (min-width: 1400px) {
  .pc-right .pc-all {
    width: 290px;
  }
}

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

.hero {
  width: 75rem;
  position: relative;
  text-align: center;
}
.hero .main-lead {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.18em;
  margin-top: 9rem;
}

.look-contents {
  position: relative;
  margin-top: 21rem;
}
.look-contents .look {
  position: relative;
}
.look-contents .look-wrap {
  position: relative;
}
.look-contents .credit {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 0;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.look-contents .credit li {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.75;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  letter-spacing: 0.05em;
}
.look-contents .credit li a {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.75;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  letter-spacing: 0.05em;
}
.look-contents .outro-all {
  width: 67rem;
  margin: 0 auto;
  margin-top: 15.3rem;
}

.look-contents .look01 .look-bg {
  width: 69rem;
  position: absolute;
  top: -6rem;
  left: 0;
}
.look-contents .look01 .look-wrap {
  width: 69rem;
  margin-left: auto;
}
.look-contents .look01 .look-wrap .credit {
  width: 65rem;
}
.look-contents .look02 {
  margin-top: 15.5rem;
}
.look-contents .look02 .look-wrap {
  width: 67rem;
  margin: 0 auto;
}
.look-contents .look02 .look-wrap .credit {
  width: 65rem;
}
.look-contents .look03 {
  margin-top: 15.4rem;
}
.look-contents .look03 .look-bg {
  width: 55rem;
  position: absolute;
  top: 47rem;
  right: 0;
}
.look-contents .look03 .look-wrap {
  width: 59rem;
}
.look-contents .look04 {
  margin-top: 4rem;
}
.look-contents .look04 .look-wrap {
  width: 67rem;
  margin: 0 auto;
}
.look-contents .look04 .look-wrap .credit {
  width: 42rem;
}
.look-contents .look05 {
  width: 75rem;
  margin-top: 15.3rem;
}
.look-contents .look05 .credit {
  margin-left: 4rem;
}
.look-contents .look06 {
  margin-top: 15.3rem;
}
.look-contents .look06 .look-wrap {
  width: 59rem;
  margin: 0 auto;
}
.look-contents .look06 .look-wrap .credit {
  width: 61rem;
}
.look-contents .look07 {
  margin-top: 15.3rem;
}
.look-contents .look07 .look-wrap {
  width: 59rem;
}
.look-contents .look08 {
  margin-top: 4.1rem;
}
.look-contents .look08 .look-wrap {
  width: 67rem;
  margin-left: auto;
}
.look-contents .look08 .look-wrap .credit {
  width: 60rem;
}
.look-contents .look09 {
  margin-top: 22.5rem;
}
.look-contents .look09 .look-bg {
  width: 69rem;
  position: absolute;
  top: -7.2rem;
  left: 0;
}
.look-contents .look09 .look-wrap {
  width: 69rem;
  margin-left: auto;
}
.look-contents .look09 .look-wrap .credit {
  width: 40rem;
}
.look-contents .look10 {
  margin-top: 15.5rem;
}
.look-contents .look10 .look-bg {
  width: 29rem;
  position: absolute;
  top: 45rem;
  right: 0;
}
.look-contents .look10 .look-wrap {
  width: 59rem;
}
.look-contents .look11 {
  margin-top: 4rem;
}
.look-contents .look11 .look-wrap {
  width: 67rem;
  margin: 0 auto;
}
.look-contents .look11 .look-wrap .credit {
  width: 38rem;
}

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