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

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@keyframes lineanime {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    top: 100px;
    opacity: 0;
  }
}
.l-container {
  width: 100%;
}

.feature {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-feature-settings: "palt";
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
}

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

.feature img,
svg {
  width: 100%;
  height: auto;
}

.feature__inner {
  width: 1400px;
  margin: 0 auto;
  padding-top: 43px;
  padding-bottom: 112px;
}

.look-slider {
  margin-bottom: 0px !important;
  max-width: 942px;
  width: 100%;
  margin: 0 auto;
}
.look-slider .slide {
  width: 504px;
  height: 100%;
  margin: 0 10px;
}
.look-slider .slide img {
  transition: 0.3s ease;
}
.look-slider .slide:hover img {
  opacity: 0.7;
}
.look-slider .slide-arrow {
  width: 31px;
  cursor: pointer;
  z-index: 10;
}
.look-slider .slide-arrow.prev-arrow {
  position: absolute;
  top: 336px;
  left: 204px;
}
.look-slider .slide-arrow.next-arrow {
  position: absolute;
  top: 336px;
  right: 204px;
}
.look-slider.slider3 .prev-arrow {
  left: 202px;
}
.look-slider.slider3 .next-arrow {
  right: 205px;
}
.look-slider.slider4 .prev-arrow {
  top: 354px;
  left: 206px;
}
.look-slider.slider4 .next-arrow {
  top: 354px;
  right: 201px;
}

.mv {
  position: relative;
}
.mv__ttl {
  width: 303px;
  margin: 0 auto;
}
.mv__brand {
  width: 138px;
  margin: 0 auto;
  margin-top: 35px;
}
.mv__line {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.mv__line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  animation: lineanime 2.6s ease-in-out infinite;
}
.mv__img {
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section .price {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  margin-top: 23px;
}
section .section-deco {
  width: 18px;
  margin-top: 36px;
}
section .item-img {
  margin-top: 37px;
}
section.sec1 {
  margin-top: 179px;
}
section.sec1 .num {
  width: 107px;
}
section.sec1 .name {
  width: 406px;
  margin-top: 26px;
}
section.sec1 .item-img {
  width: 421px;
  margin-right: -10px;
  margin-bottom: 112px;
}
section.sec2 {
  margin-top: 251px;
}
section.sec2 .num {
  width: 112px;
}
section.sec2 .name {
  width: 405px;
  margin-top: 30px;
}
section.sec2 .item-img {
  width: 421px;
  margin-right: -10px;
  margin-bottom: 115px;
}
section.sec3 {
  margin-top: 251px;
}
section.sec3 .num {
  width: 113px;
}
section.sec3 .name {
  width: 352px;
  margin-top: 30px;
}
section.sec3 .item-img {
  width: 421px;
  margin-right: -10px;
  margin-bottom: 111px;
}
section.sec3 .section-deco {
  margin-top: 42px;
}
section.sec4 {
  margin-top: 251px;
}
section.sec4 .num {
  width: 114px;
}
section.sec4 .name {
  width: 482px;
  margin-top: 30px;
}
section.sec4 .price {
  margin-top: 14px;
}
section.sec4 .item-img {
  width: 421px;
  margin-right: -10px;
  margin-bottom: 114px;
}
section.sec5 {
  margin-top: 252px;
}
section.sec5 .num {
  width: 113px;
}
section.sec5 .name {
  width: 359px;
  margin-top: 31px;
  margin-left: 6px;
}
section.sec5 .item-img {
  width: 421px;
  margin-right: -10px;
  margin-bottom: 112px;
}

.outro {
  width: 1040px;
  margin: 0 auto;
  margin-top: 250px;
  display: flex;
  justify-content: space-between;
}
.outro a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  width: 480px;
  border: 1px solid #000;
  position: relative;
  box-sizing: border-box;
  padding: 19px 0 20px;
}
.outro a::before {
  content: "";
  display: block;
  background: url("../img/outro_deco.svg");
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.outro .allitems {
  padding-left: 106px;
}
.outro .allitems::before {
  margin-top: 30px;
  margin-right: 105px;
}
.outro .brand {
  padding-left: 84px;
}
.outro .brand::before {
  margin-top: 32px;
  margin-right: 84px;
}/*# sourceMappingURL=style.css.map */