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

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

.feature a {
  transition: 0.3s;
  display: block;
  color: #333333;
  text-decoration: none;
}
.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;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}

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

.js-fade-up {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1.5s;
}

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

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

.header {
  height: 80px;
  background: #000;
}

.footer {
  height: 300px;
  background: #000;
}

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

.pc-left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left .main-visual {
  position: relative;
}
.pc-left .main-all {
  width: 21.6vw;
  position: absolute;
  top: 41.9285714286vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc-right {
  width: 50%;
}

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

.main-lead {
  font-family: sawarabi-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 1.8461538462;
  text-align: center;
  margin-top: 9rem;
}
.main-lead .insta_link {
  display: inline-block;
}

.main-contents {
  position: relative;
  margin-top: 11.8rem;
}
.main-contents .item-block {
  position: relative;
}
.main-contents .item-block .item-name {
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.005em;
  width: 63rem;
  height: 14.7rem;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1.5rem;
}
.main-contents .item-block .item-description {
  text-align: center;
  margin-top: 2rem;
}
.main-contents .item-block .item-description .item-price {
  font-family: sawarabi-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 0.8214285714;
  letter-spacing: 0.05em;
}
.main-contents .item-block .item-description .item-txt {
  font-family: sawarabi-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.875;
  margin-top: 2.4rem;
}
.main-contents .item-block .color-block {
  position: relative;
}
.main-contents .item-block .color-block .item-color {
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  position: absolute;
  top: 0;
  right: 6rem;
}
.main-contents .item-block .color-block .item-color::before {
  content: "";
  display: block;
  background: #333333;
  width: 1px;
  height: 4.6rem;
  position: absolute;
  top: 0;
  left: -1rem;
}
.main-contents .item-block .color-block .ph {
  position: relative;
}

.item-block.item-block01 .color-block01 {
  margin-top: 4.5rem;
}
.item-block.item-block01 .color-block01 .ph01 {
  width: 48rem;
}
.item-block.item-block01 .color-block01 .ph02 {
  width: 39rem;
  margin-left: auto;
  margin-top: -20rem;
}
.item-block.item-block01 .color-block02 {
  margin-top: 8rem;
}
.item-block.item-block01 .color-block02 .item-color {
  top: 0.5rem;
}
.item-block.item-block01 .color-block02 .ph01 {
  width: 40.5rem;
  margin-left: 6rem;
}
.item-block.item-block01 .color-block02 .ph02 {
  width: 48rem;
  margin-left: auto;
  margin-right: 6rem;
  margin-top: 1.5rem;
}
.item-block.item-block01 .color-block03 {
  margin-top: 8rem;
}
.item-block.item-block01 .color-block03 .item-color {
  top: 0.5rem;
  right: 13rem;
}
.item-block.item-block01 .color-block03 .ph01 {
  width: 48rem;
}
.item-block.item-block01 .color-block03 .ph02 {
  width: 39rem;
  margin-left: auto;
  margin-top: -20rem;
}
.item-block.item-block02 {
  margin-top: 15.2rem;
}
.item-block.item-block02 .item-name {
  height: 7.7rem;
  padding-bottom: 0.1rem;
}
.item-block.item-block02 .color-block.js-in .ph01 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
.item-block.item-block02 .color-block.js-in .ph02 {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
  transition-delay: 0.6s;
}
.item-block.item-block02 .color-block.js-in.is-show .ph {
  visibility: visible;
  opacity: 1;
}
.item-block.item-block02 .color-block01 {
  margin-top: 4.5rem;
}
.item-block.item-block02 .color-block01 .item-color {
  top: 0.5rem;
  right: 16rem;
}
.item-block.item-block02 .color-block01 .ph01 {
  width: 45rem;
  z-index: 1;
}
.item-block.item-block02 .color-block01 .ph02 {
  width: 35rem;
  margin-left: auto;
  margin-top: -27.5rem;
}
.item-block.item-block02 .color-block02 {
  margin-top: 8rem;
}
.item-block.item-block02 .color-block02 .item-color {
  top: 0.2rem;
  right: 1rem;
}
.item-block.item-block02 .color-block02 .ph01 {
  width: 45rem;
  z-index: 1;
}
.item-block.item-block02 .color-block02 .ph02 {
  width: 35rem;
  margin-left: auto;
  margin-top: -27.5rem;
}
.item-block.item-block02 .color-block03 {
  margin-top: 8rem;
}
.item-block.item-block02 .color-block03 .item-color {
  right: 7rem;
}
.item-block.item-block02 .color-block03 .ph01 {
  width: 45rem;
  z-index: 1;
}
.item-block.item-block02 .color-block03 .ph02 {
  width: 35rem;
  margin-left: auto;
  margin-top: -27.5rem;
}/*# sourceMappingURL=style.css.map */