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

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

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

.feature a img {
  transition: 0.3s;
}
.feature a img:hover {
  opacity: 0.7;
}

.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;
  transform: translateY(4rem);
  pointer-events: none;
  transition: opacity 1.5s ease, transform 1.5s ease;
}

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

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

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

.pc-left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left .main-visual {
  height: 100%;
}
.pc-left .main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pc-left .main-visual-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 6.5rem;
  margin-bottom: 13.3333333333rem;
}
.pc-left .main-visual-ttl .main-visual-txt1 {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #fff;
  display: block;
  font-weight: 400;
  margin-bottom: 2.1rem;
}
.pc-left .main-visual-ttl .main-visual-txt2 {
  font-size: 3.8333333333rem;
  line-height: 2.1;
  letter-spacing: 0.13em;
  color: #fff;
  display: block;
  font-weight: 400;
}

.pc-right {
  width: 50%;
  background: #E3E3E3;
}

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

.main-txt {
  text-align: center;
}
.main-txt .main-head {
  font-size: 3rem;
  line-height: 1.7766666667;
  letter-spacing: 0.12em;
}
.main-txt .main-ttl {
  font-size: 3.8rem;
  line-height: 2.0526315789;
  letter-spacing: 0.13em;
  margin-top: 2rem;
  font-weight: 500;
}
.main-txt .main-lead {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main-txt .main-lead.main-lead1 {
  margin-top: 3.5rem;
}
.main-txt .main-lead.main-lead2 {
  margin-top: 3.7rem;
}

.ph {
  position: relative;
}
.ph.ph1 {
  width: 62rem;
  margin: 0 auto;
  margin-top: 16.6rem;
  text-align: center;
}
.ph.ph1 .item-name {
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 6rem;
}
.ph.ph1 .item-description {
  font-family: jaf-bernina-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
  margin-top: 2.9rem;
}
.ph.ph2 {
  margin-top: 10.6rem;
}

.all-item {
  width: 54rem;
  margin: 0 auto;
  margin-top: 10rem;
  will-change: opacity;
}/*# sourceMappingURL=style.css.map */