@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 {
  -webkit-box-sizing: border-box;
  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-ttl {
  font-size: 2.2rem;
  line-height: 2.0909090909;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 7rem;
}
.main-visual .main-lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
  margin-top: 2rem;
}

.main-contents {
  width: 66rem;
  margin: 0 auto;
  margin-top: 11.2rem;
}
.main-contents .block.flex-block {
  display: flex;
  justify-content: space-between;
}
.main-contents .block .ph-txt {
  width: 29.5rem;
}
.main-contents .block .ph-txt .tag {
  width: 11.6rem;
  margin: 0 auto;
}
.main-contents .block .ph-txt .item-name {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.main-contents .block .ph-txt .item-lineup {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
.main-contents .block .ph-txt .item-price {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.085em;
}
.main-contents .block .item-detail {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: justify;
  margin-top: 2.1rem;
}
.main-contents .block .block-ttl {
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: center;
}
.main-contents .block .ph-ttl {
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  position: relative;
}
.main-contents .block .ph-ttl::before {
  content: "";
  display: block;
  background: #555555;
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4.4rem;
  transition: 1.8s ease 0.5s;
}
.main-contents .block .detail-ttl {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.main-contents .block .block-lead {
  font-size: 1.3rem;
  line-height: 2.1538461538;
  letter-spacing: 0.07em;
  text-align: center;
}
.main-contents .block.block1 .ph {
  width: 32rem;
}
.main-contents .block.block1 .ph-txt {
  text-align: center;
  width: 32rem;
}
.main-contents .block.block1 .ph-txt .tag {
  margin-top: 7.3rem;
}
.main-contents .block.block1 .ph-txt .item-name {
  margin-top: 2.2rem;
}
.main-contents .block.block1 .ph-txt .item-lineup {
  margin-top: 2.5rem;
}
.main-contents .block.block1 .ph-txt .item-price {
  margin-top: 2.7rem;
}
.main-contents .block.block2 {
  margin-top: 9rem;
}
.main-contents .block.block2 .ph-slider {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.main-contents .block.block2 .ph-slider .ph {
  width: 20rem;
}
.main-contents .block.block2.is-show .ph-ttl::before {
  width: 100%;
}
.main-contents .block.block3 {
  margin-top: 8rem;
  flex-direction: row-reverse;
  align-items: center;
}
.main-contents .block.block3 .ph {
  width: 32rem;
}
.main-contents .block.block4 {
  margin-top: 8rem;
  align-items: center;
}
.main-contents .block.block4 .ph {
  width: 32rem;
}
.main-contents .block.block5 {
  margin-top: 7.9rem;
  flex-direction: row-reverse;
  align-items: center;
}
.main-contents .block.block5 .ph {
  width: 32rem;
}
.main-contents .block.block6 {
  margin-top: 4.8rem;
}
.main-contents .block.block6 .block-lead {
  margin-top: 0.5rem;
}
.main-contents .block.block6 .detail-img {
  width: 66rem;
  margin-top: 2rem;
}
.main-contents .block.block7 {
  margin-top: 8rem;
  align-items: center;
}
.main-contents .block.block7 .ph {
  width: 32rem;
}
.main-contents .block.block8 {
  margin-top: 11.2rem;
}
.main-contents .block.block8 .item-detail {
  width: 58rem;
  margin: 0 auto;
  letter-spacing: 0.11em;
}
.main-contents .block.block8 .ph {
  width: 24rem;
  margin: 0 auto;
  margin-top: 3.3rem;
}

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