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

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: 400;
  font-style: normal;
  color: #000;
}

.feature a {
  display: block;
  color: #000;
}
.feature a:hover {
  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 0.8s;
}

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

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

.feature {
  display: flex;
  padding-bottom: 22rem;
}

.pc-left {
  width: 52.380952381%;
}
.pc-left__inner {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left__inner .pc-img {
  width: auto;
  height: 74%;
  overflow: hidden;
}
.pc-left__inner .pc-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-left__inner .contents-head {
  font-family: "magister", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.380952381vw;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 7.5rem;
  margin-left: 6.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}
.pc-left__inner .contents-head span {
  font-size: 3rem;
  line-height: 1.3443333333;
  margin-top: 3.3rem;
  letter-spacing: 0.08em;
  display: block;
}
.pc-left__inner.is-show .contents-head {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.pc-right {
  width: 47.619047619%;
}

.feature__inner {
  width: 75rem;
  margin: 0 auto;
  position: relative;
}

.main-contents {
  position: relative;
  width: 73rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-contents .look {
  position: relative;
}
.main-contents .look::before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.6s ease;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.main-contents .look .credit {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1.5rem;
  margin-left: 1.8rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
  z-index: 2;
}
.main-contents .look .credit li a {
  font-family: "magister", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  will-change: opacity;
}
.main-contents .look .credit li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.main-contents .look .creditBtn {
  display: block;
  bottom: 2rem;
  right: 2.1rem;
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  z-index: 10;
}
.main-contents .look .creditBtn:hover {
  cursor: pointer;
}
.main-contents .look .creditBtn span {
  display: block;
  opacity: 0.8;
  position: relative;
  height: 100%;
  width: 100%;
}
.main-contents .look .creditBtn span::before, .main-contents .look .creditBtn span::after {
  background: #fff;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 1px;
  width: 100%;
}
.main-contents .look .creditBtn span::after {
  transition: transform 0.6s ease, opacity 0.6s ease;
  height: 100%;
  width: 1px;
}
.main-contents .look.open::before {
  opacity: 1;
}
.main-contents .look.open .credit {
  opacity: 1;
  visibility: visible;
}
.main-contents .look.open .creditBtn span::after {
  transform: rotate(-90deg);
}
.main-contents .flex-box {
  display: flex;
  justify-content: space-between;
}
.main-contents .flex-box .look {
  width: 36rem;
}
.main-contents .flex-box .txt-wrap {
  font-family: "magister", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.main-contents .flex-box .txt-wrap .txt-catch {
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.main-contents .flex-box .txt-wrap .txt-catch span {
  opacity: 0;
  transition: 0.2s;
  will-change: opacity;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(1) {
  transition-delay: 0s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(2) {
  transition-delay: 0.08s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(3) {
  transition-delay: 0.16s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(4) {
  transition-delay: 0.24s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(5) {
  transition-delay: 0.32s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(6) {
  transition-delay: 0.4s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(7) {
  transition-delay: 0.48s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(8) {
  transition-delay: 0.56s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(9) {
  transition-delay: 0.64s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(10) {
  transition-delay: 0.72s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(11) {
  transition-delay: 0.8s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(12) {
  transition-delay: 0.88s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(13) {
  transition-delay: 0.96s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(14) {
  transition-delay: 1.04s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(15) {
  transition-delay: 1.12s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(16) {
  transition-delay: 1.2s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(17) {
  transition-delay: 1.28s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(18) {
  transition-delay: 1.36s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(19) {
  transition-delay: 1.44s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(20) {
  transition-delay: 1.52s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(21) {
  transition-delay: 1.6s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(22) {
  transition-delay: 1.68s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(23) {
  transition-delay: 1.76s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(24) {
  transition-delay: 1.84s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(25) {
  transition-delay: 1.92s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(26) {
  transition-delay: 2s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(27) {
  transition-delay: 2.08s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(28) {
  transition-delay: 2.16s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(29) {
  transition-delay: 2.24s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(30) {
  transition-delay: 2.32s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(31) {
  transition-delay: 2.4s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(32) {
  transition-delay: 2.48s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(33) {
  transition-delay: 2.56s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(34) {
  transition-delay: 2.64s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(35) {
  transition-delay: 2.72s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(36) {
  transition-delay: 2.8s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(37) {
  transition-delay: 2.88s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(38) {
  transition-delay: 2.96s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(39) {
  transition-delay: 3.04s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(40) {
  transition-delay: 3.12s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(41) {
  transition-delay: 3.2s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(42) {
  transition-delay: 3.28s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(43) {
  transition-delay: 3.36s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(44) {
  transition-delay: 3.44s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(45) {
  transition-delay: 3.52s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(46) {
  transition-delay: 3.6s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(47) {
  transition-delay: 3.68s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(48) {
  transition-delay: 3.76s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(49) {
  transition-delay: 3.84s;
}
.main-contents .flex-box .txt-wrap .txt-catch span:nth-of-type(50) {
  transition-delay: 3.92s;
}
.main-contents .flex-box .txt-wrap .txt-catch.is-show span {
  opacity: 1;
}
.main-contents .flex-box.flex-box04 .txt-wrap .txt-catch {
  font-size: 3rem;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
}
.main-contents .flex-box.js-in .look {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}
.main-contents .flex-box.js-in .look:nth-of-type(2) {
  transition-delay: 0.2s;
}
.main-contents .flex-box.js-in.is-show .look {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
.main-contents .allitems {
  font-family: "magister", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 17.1rem;
  position: relative;
  transition: 0.3s;
  will-change: opacity;
}
.main-contents .allitems:hover {
  opacity: 0.7;
}
.main-contents .allitems::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -2rem;
  transition: width 1s ease;
}
.main-contents .allitems.is-show::before {
  width: 16rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: left;
  bottom: -2.7rem;
  left: 1.5rem;
  z-index: 20;
}
.ph-slider .slick-dots li {
  width: 4rem;
  height: 0.2rem;
  margin: 0 0.4rem;
  padding: 0;
  background: #CECECE;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #000;
}/*# sourceMappingURL=style.css.map */