/*COMMON*/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp_contents {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  color: #202124;
}
.lp_contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp_contents img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
.lp_contents a.disabled,
.lp_contents a.disabled:hover,
.lp_contents a.disabled:focus,
.lp_contents a.disabled:active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  user-select: none;
  touch-callout: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-touch-callout: none;
  -ms-user-select: none;
  -ms-touch-callout: none;
}
.lp_contents a.disabled span {
  border-bottom: none;
}
.lp_contents .pc {
  display: inline;
}
.lp_contents .sp {
  display: none;
}
.lp_contents a {
  text-decoration: none;
  color: currentColor;
}
.lp_contents {
  /*itemcredit*/
}
.lp_contents .itemcredit {
  margin: 35px auto 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.lp_contents .itemcredit li {
  margin: 0 0 12px 0;
}
.lp_contents .itemcredit .itemprice {
  margin: 0 0 0 10px;
}
.lp_contents .itemcredit span.buybutton {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  border: 1px solid #333333;
  padding: 0px 18px;
  margin: 0 0 0 30px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lp_contents .itemcredit span.buybutton:hover {
  border: 1px solid #ffffff;
  background-color: #333333;
  color: #ffffff;
}
.lp_contents .itemcredit .small-text {
  font-size: 13px;
}
.lp_contents {
  /* mainvisual */
}
.lp_contents .mainvisual {
  margin: 0;
}
.lp_contents .mainvisual h1 {
  text-align: center;
  margin: 0;
}
.lp_contents {
  /*lead*/
}
.lp_contents .lead {
  margin-bottom: 100px;
  padding: 80px 0 5px;
}
.lp_contents .lead::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f5f5;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  z-index: -1;
}
.lp_contents .lead_box {
  width: 90%;
  max-width: 1000px;
  margin: 120px auto 130px;
  text-align: center;
}
.lp_contents .lead_image {
  width: 645px;
  max-width: 100%;
  margin: 30px auto;
}
.lp_contents .lead_image video {
  width: 100%;
}
.lp_contents .lead_images {
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lp_contents .lead_images > * {
  width: calc((100% - 10px) / 2);
  display: inline-block;
}
.lp_contents .lead_box .lead_ttl {
  margin: 20px auto 0;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #202124;
  font-weight: 500;
}
.lp_contents .lead_text {
  max-width: 640px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}
.lp_contents {
  /*item*/
}
.lp_contents .itemdetails_ttl {
  margin: 40px auto 80px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
.lp_contents .item_wrap {
  width: 90%;
  margin: 0 auto 120px;
}
.lp_contents .itemdetails_box {
  max-width: 1040px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
}
.lp_contents .itemdetails_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lp_contents .itemdetails_box_image {
  width: 48%;
}
.lp_contents .itemdetails_box_text {
  width: 48%;
  max-width: 400px;
  text-align: left;
}
.lp_contents .itemdetails_box_text .cont_text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.lp_contents {
  /* slide */
}
.lp_contents .slide-arrow {
  width: 16px;
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
}
.lp_contents .slick-prev {
  width: 25px;
  height: 25px;
  border-top: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 48%;
  z-index: 1000;
  display: block;
}
.lp_contents .slick-prev::before {
  display: none;
}
.lp_contents .slick-next {
  width: 25px;
  height: 25px;
  border-top: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 48%;
  z-index: 1000;
  display: block;
}
.lp_contents .slick-next::before {
  display: none;
}
.lp_contents {
  /* novelty */
}
.lp_contents .novelty {
  width: 1040px;
  max-width: 90%;
  margin: 180px auto;
  padding: 40px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7%;
}
.lp_contents .novelty_image {
  width: 48%;
}
.lp_contents .novelty_text {
  width: 45%;
  padding: 0 5%;
}
.lp_contents .novelty_title {
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
}
.lp_contents .novelty_date {
  margin: 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 21px;
}
.lp_contents .novelty_date .small {
  font-size: 0.8em;
}
.lp_contents .novelty_text .cont_text {
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.lp_contents {
  /* feature */
}
.lp_contents .feature-sec {
  margin: 170px auto 0;
  width: 1000px;
  max-width: 100%;
}
.lp_contents .feature-sec_title {
  margin: 0 auto 60px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.lp_contents .feature-sec .feature-list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
}
.lp_contents .feature-list li {
  width: 290px;
  max-width: 30%;
}
.lp_contents .feature-list li p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.lp_contents {
  /*item-sec*/
}
.lp_contents .item-sec {
  width: 90%;
  max-width: 980px;
  margin: 20px auto 150px;
  padding: 20px 0;
}
.lp_contents .item-sec h3 {
  margin: 60px auto 60px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}
.lp_contents .item-sec .item-list {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
.lp_contents .item-sec .item-list li {
  width: 22%;
}
.lp_contents .item-sec .item-list li img {
  margin: 0 0 5px;
}
.lp_contents .item-sec .item-list li p {
  line-height: 160%;
  margin: 0;
}
.lp_contents .item-sec .item-list li p.item-name {
  margin: 0;
}
.lp_contents .item-sec .item-list li a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .lp_contents {
    margin-bottom: 80px;
  }
  .lp_contents .pc {
    display: none;
  }
  .lp_contents .sp {
    display: inline;
  }
  .lp_contents .lead {
    padding: 50px 20px;
    margin-bottom: 80px;
  }
  .lp_contents {
    /* lead */
  }
  .lp_contents .lead_box {
    width: 100%;
    margin: 60px auto 30px;
  }
  .lp_contents .lead_box .lead_ttl {
    font-size: 18px;
    font-weight: 500;
    margin: 20px auto 10px;
    text-align: center;
  }
  .lp_contents .lead_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp_contents .lead_images > * {
    width: 100%;
  }
  .lp_contents {
    /* item */
  }
  .lp_contents .itemdetails_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .lp_contents .item_wrap {
    margin: 0 auto 70px;
  }
  .lp_contents .itemdetails_box {
    width: 100%;
    margin: 0 auto 80px;
    display: block;
  }
  .lp_contents .itemdetails_box_image {
    width: 100%;
  }
  .lp_contents .itemdetails_box_text {
    width: 100%;
    margin: 0 auto 60px;
  }
  .lp_contents .itemcredit {
    margin-top: 20px;
  }
  .lp_contents {
    /* slide */
  }
  .lp_contents .slick-slide {
    height: auto;
  }
  .lp_contents .slick-prev {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  .lp_contents .slick-next {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .lp_contents {
    /* novelty */
  }
  .lp_contents .novelty {
    margin: 120px auto 100px;
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .lp_contents .novelty_image {
    width: 100%;
  }
  .lp_contents .novelty_text {
    width: 100%;
  }
  .lp_contents .novelty_title {
    font-size: 22px;
  }
  .lp_contents .novelty_date {
    font-size: 17px;
  }
  .lp_contents .novelty_text .cont_text {
    margin-top: 20px;
    font-size: 13px;
  }
  .lp_contents {
    /* feature */
  }
  .lp_contents .feature-sec {
    width: 85%;
    margin: 80px auto 0;
  }
  .lp_contents .feature-sec_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .lp_contents .feature-sec .feature-list {
    width: 100%;
    gap: 10px 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lp_contents .feature-sec .feature-list li {
    width: 48%;
    max-width: none;
  }
  .lp_contents {
    /* item-sec */
  }
  .lp_contents .item-sec {
    margin-bottom: 60px;
    padding-bottom: 0;
  }
  .lp_contents .item-sec h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .lp_contents .item-sec .item-list li {
    width: 48%;
    margin: 0 0 8%;
  }
}/*# sourceMappingURL=style.css.map */