@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
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: hidden;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #555555;
  font-weight: 500;
  font-style: normal;
  background: #e4e4e4;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: 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: hidden;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(2.4rem);
  transition: all 2s ease;
}

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

.feature__inner {
  width: 140rem;
  margin: 0 auto;
  padding-top: 5.8rem;
  padding-bottom: 12rem;
}

.main-visual {
  position: relative;
  width: 90rem;
  margin: 0 auto;
  text-align: center;
}
.main-visual .main-lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
  margin-top: 5.4rem;
}

.main-contents {
  width: 66rem;
  margin: 0 auto;
  margin-top: 10.5rem;
}
.main-contents .block .flex-box {
  display: flex;
  justify-content: space-between;
}
.main-contents .block .block-catch {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 500;
}
.main-contents .block .txt-detail {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.main-contents .block .lineup {
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.main-contents .block .lineup::before {
  content: "";
  display: block;
  background: #555555;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4.3rem;
  transition: 1.8s ease 0.5s;
}
.main-contents .block .item-name {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.main-contents .block .item-name span {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.main-contents .block.block1 .block-catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateX(4px);
}
.main-contents .block.block1 .block-catch::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2rem;
  background: #555555;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.5rem;
  margin-left: -2.4rem;
  transform: rotate(-30deg);
}
.main-contents .block.block1 .block-catch::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 2rem;
  background: #555555;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.5rem;
  margin-right: -2rem;
  transform: rotate(30deg);
}
.main-contents .block.block1 .flex-box {
  margin-top: 5.2rem;
}
.main-contents .block.block1 .ph {
  width: 28.5rem;
}
.main-contents .block.block1 .txt-box {
  width: 31.5rem;
}
.main-contents .block.block1 .txt-box .txt-detail:nth-of-type(1) {
  margin-top: 2rem;
}
.main-contents .block.block1 .txt-box .txt-detail:nth-of-type(2) {
  margin-top: 1.7rem;
}
.main-contents .block.block1 .txt-box .txt-detail:nth-of-type(3) {
  margin-top: 1.6rem;
}
.main-contents .block.block2 {
  margin-top: 13rem;
}
.main-contents .block.block2 .ph {
  width: 33rem;
  margin: 0 auto;
  margin-top: 4.2rem;
}
.main-contents .block.block2 .item-name {
  text-align: center;
  margin-top: 4rem;
}
.main-contents .block.block2.is-show .lineup::before {
  width: 100%;
}
.main-contents .block.block3 {
  margin-top: 3.7rem;
}
.main-contents .block.block3 .ph {
  width: 33rem;
}
.main-contents .block.block3 .txt-box {
  width: 28.5rem;
  margin-top: 12.2rem;
}
.main-contents .block.block4 {
  margin-top: 12rem;
}
.main-contents .block.block4 .ph {
  width: 33rem;
  margin: 0 auto;
}
.main-contents .block.block4 .item-name {
  text-align: center;
  margin-top: 3.9rem;
}
.main-contents .block.block5 {
  margin-top: 3.8rem;
}
.main-contents .block.block5 .ph {
  width: 33rem;
}
.main-contents .block.block5 .txt-box {
  width: 28.5rem;
  margin-top: 13.5rem;
}

.all-item {
  width: 44rem;
  margin: 0 auto;
  margin-top: 12rem;
}/*# sourceMappingURL=style.css.map */