@charset "UTF-8";
html {
  font-size: 6.4px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4571428571vw;
  }
}
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: #fff6e6;
  display: flex;
}

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

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

.js-to-top {
  opacity: 0;
  visibility: visible;
  transform: translateY(3rem);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

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

.js-to-right {
  opacity: 0;
  visibility: visible;
  transform: translateX(-3rem);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

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

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

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

.pc-left {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 1;
  width: 71.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-left .pc-ttl {
  width: 36.71875rem;
}

.pc-right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  order: 3;
  width: 71.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-right .pc-all {
  width: 51.5625rem;
  margin-top: 3rem;
}

.pc-center {
  order: 2;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20rem;
  overflow: clip;
  background: #fff;
}

.main-contents {
  position: relative;
}
.main-contents .look-block {
  position: relative;
}
.main-contents .ph-box {
  position: relative;
  display: flex;
}
.main-contents .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
}
.main-contents .credit li {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}
.main-contents .credit li a {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
}

.main-contents {
  margin-top: 12rem;
}
.main-contents .look-block.look-block01 .ph01 {
  width: 64rem;
  margin: 0 auto;
}
.main-contents .look-block.look-block01 .ph-box {
  width: 84rem;
  flex-wrap: wrap;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8.6rem;
  background: #fefbf6;
}
.main-contents .look-block.look-block01 .ph-box .ph {
  width: 42rem;
  opacity: 0;
  visibility: hidden;
}
.main-contents .look-block.look-block01 .ph-box.is-show .ph {
  opacity: 1;
  visibility: visible;
}
.main-contents .look-block.look-block01 .ph-box .ph02 {
  transition: opacity 1.2s ease;
}
.main-contents .look-block.look-block01 .ph-box .ph03 {
  transition: opacity 1.2s ease 0.6s;
}
.main-contents .look-block.look-block01 .ph-box .ph04 {
  margin-left: auto;
  transition: opacity 1.2s ease 1.2s;
}
.main-contents .look-block.look-block01 .ph-box .credit {
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 2.3rem;
  margin-left: 7.5rem;
}
.main-contents .look-block.look-block01 .ph-box .look-decolation {
  width: 34rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 30rem;
  margin-left: 6.2rem;
}
.main-contents .look-block.look-block02 {
  margin-top: 16rem;
}
.main-contents .look-block.look-block02 .ph02 {
  width: 52rem;
  margin: 0 auto;
  margin-top: -10rem;
}
.main-contents .look-block.look-block02 .ph02 .slider-dots {
  margin-bottom: 2rem;
}
.main-contents .look-block.look-block02 .ph03 {
  width: 52rem;
  margin: 0 auto;
}
.main-contents .look-block.look-block02 .credit {
  width: 40rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.main-contents .look-block.look-block03 {
  margin-top: 11.3rem;
  padding-top: 10rem;
  padding-bottom: 9.3rem;
  background: #0e2646;
}
.main-contents .look-block.look-block03 .ph01 {
  width: 54rem;
  position: relative;
  z-index: 2;
}
.main-contents .look-block.look-block03 .ph02 {
  width: 66rem;
  margin-left: auto;
  margin-top: -4.6rem;
  margin-right: -0.1rem;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block03 .credit {
  width: 67rem;
  margin-left: 9rem;
  margin-top: 3rem;
  justify-content: flex-start;
}
.main-contents .look-block.look-block03 .credit li {
  color: #fff;
}
.main-contents .look-block.look-block03 .credit li a {
  color: #fff;
}
.main-contents .look-block.look-block03 .look-decolation01 {
  width: 25.8rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2rem;
  margin-right: -1.4rem;
}
.main-contents .look-block.look-block03 .look-decolation02 {
  width: 25.8rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 57.1rem;
  margin-left: -12.4rem;
}
.main-contents .look-block.look-block04 {
  margin-top: 16rem;
}
.main-contents .look-block.look-block04 .ph02 {
  width: 58rem;
  margin: 0 auto;
  margin-top: 6.5rem;
}
.main-contents .look-block.look-block04 .credit {
  width: 58rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.main-contents .look-block.look-block05 {
  margin-top: 15.2rem;
  padding-top: 6.5rem;
  background: #fefbf6;
}
.main-contents .look-block.look-block05 .look-head {
  width: 61.5rem;
  margin: 0 auto;
}
.main-contents .look-block.look-block05 .ph-box {
  width: 80rem;
  flex-wrap: wrap;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.5rem;
}
.main-contents .look-block.look-block05 .ph-box .ph {
  width: 40rem;
  opacity: 0;
  visibility: hidden;
}
.main-contents .look-block.look-block05 .ph-box.is-show .ph {
  opacity: 1;
  visibility: visible;
}
.main-contents .look-block.look-block05 .ph-box .ph01 {
  transition: opacity 1.2s ease;
}
.main-contents .look-block.look-block05 .ph-box .ph02 {
  transition: opacity 1.2s ease 0.6s;
}
.main-contents .look-block.look-block05 .ph-box .ph03 {
  transition: opacity 1.2s ease 1.2s;
}
.main-contents .look-block.look-block05 .ph-box .credit {
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 2.2rem;
  margin-right: 14.8rem;
}
.main-contents .look-block.look-block06 {
  margin-top: 32rem;
  padding-top: 10rem;
  padding-bottom: 10.4rem;
  background: #0e2646;
}
.main-contents .look-block.look-block06 .ph-wrap {
  position: relative;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .ph01 {
  width: 66rem;
  margin-top: -26rem;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .ph02 {
  width: 48rem;
  margin-left: auto;
  margin-top: -4.4rem;
  margin-right: -0.1rem;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .ph02 .slider-dots {
  left: auto;
  margin-bottom: 2rem;
  margin-right: 1.4rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .credit {
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1.3rem;
  margin-left: 3rem;
  z-index: 1;
  width: 30rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .credit li {
  color: #fff;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .credit li a {
  color: #fff;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .credit li:nth-last-of-type(1) .price {
  margin-right: 10rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap01 .look-decolation {
  width: 44.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 41.2rem;
  margin-left: -18rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 {
  margin-top: 16rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 .ph-wrap-sticky {
  position: sticky;
  top: 100px;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 .ph-wrap-sticky .look-head {
  width: 40rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  z-index: 2;
  pointer-events: none;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 .ph-wrap-sticky .look-decolation {
  width: 44.4rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 61.7rem;
  margin-right: -18rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 .ph-wrap-sticky .ph01 {
  width: 69rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap02 .ph02 {
  width: 54rem;
  margin: 0 auto;
  padding-bottom: 9rem;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap03 {
  margin-top: 5.5rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap03 .look-txt {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap03 .look-txt .txt-m {
  display: inline-block;
  margin-bottom: 2rem;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap03 .look-txt .txt-s {
  font-size: 2.2rem;
  line-height: 1.8333333333;
}
.main-contents .look-block.look-block06 .ph-wrap.ph-wrap03 .look-decolation {
  width: 44.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 41.2rem;
  margin-right: -18rem;
}
.main-contents .look-block.look-block07 {
  margin-top: 16rem;
}
.main-contents .look-block.look-block07 .ph-box {
  width: 80rem;
  flex-wrap: wrap;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.5rem;
}
.main-contents .look-block.look-block07 .ph-box .ph {
  width: 40rem;
  opacity: 0;
  visibility: hidden;
}
.main-contents .look-block.look-block07 .ph-box.is-show .ph {
  opacity: 1;
  visibility: visible;
}
.main-contents .look-block.look-block07 .ph-box .ph01 {
  transition: opacity 1.2s ease;
}
.main-contents .look-block.look-block07 .ph-box .ph02 {
  transition: opacity 1.2s ease 0.6s;
}
.main-contents .look-block.look-block07 .ph-box .ph03 {
  transition: opacity 1.2s ease 1.2s;
}
.main-contents .look-block.look-block07 .ph-box .ph04 {
  transition: opacity 1.2s ease 1.8s;
}
.main-contents .look-block.look-block07 .credit {
  width: 55rem;
  margin: 0 auto;
  margin-top: 3rem;
}
.main-contents .look-block.look-block07 .credit li:last-of-type {
  width: 65%;
  white-space: nowrap;
}
.main-contents .look-block.look-block08 {
  margin-top: 15.3rem;
}
.main-contents .look-block.look-block08 .look-decolation {
  width: 50.7rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20rem;
  margin-right: -7rem;
}
.main-contents .look-block.look-block08 .ph01 {
  width: 50rem;
  position: relative;
  z-index: 2;
}
.main-contents .look-block.look-block08 .ph01 .slider-dots {
  top: 0;
  bottom: auto;
  right: auto;
  margin-top: 1.1rem;
  margin-left: 1.4rem;
}
.main-contents .look-block.look-block08 .ph02 {
  width: 66rem;
  margin-left: auto;
  margin-top: -9rem;
  margin-right: -0.1rem;
  position: relative;
  z-index: 1;
}
.main-contents .look-block.look-block08 .credit {
  width: 65rem;
  margin-top: 3rem;
  margin-left: 9rem;
  justify-content: flex-start;
}
.main-contents .look-block.look-block08 .allitem {
  width: 55rem;
  margin: 0 auto;
  margin-top: 12.3rem;
}

.ph-slider {
  position: relative;
}
.ph-slider .slider-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.ph-slider .slider-dots li {
  display: inline-block;
  width: 6.6rem;
  margin: 0 0.6rem;
}
.ph-slider .slider-dots button {
  position: relative;
  width: 100%;
  height: 0.3rem;
  border: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
}
.ph-slider .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.ph-slider.is-show .slider-dots .slick-active button:after {
  background: white;
  animation: progress 3.5s linear forwards;
}
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */