.bg_green {
  background: #187A41;
}
.bg_green h2 {
  color: #fff;
}
.bg_green .newitem__slider--itemTitle {
  color: #fff;
}
.bg_green .more__btn {
  margin: 50px auto 0;
  background-color: #fff;
  color: #187A41 !important;
  border: 1px solid #fff;
  width: 230px;
  text-align: center;
  background-image: url(../img/common/icon_arrow_right_gl.svg);
  background-repeat: no-repeat;
  background-position: 92%;
}
.bg_green .more__btn:hover {
  background-color: #187A41;
  color: #fff !important;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 92%;
}

.fv {
  padding: 50px 40px 100px;
  background: url(../img/lp/fv-bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 44.5333333333vw 0 5.3333333333vw 8vw;
    background: url(../img/lp/fv-bg-sp.png) no-repeat;
    background-size: cover;
  }
}
.fv__contents {
  width: 52%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .fv__contents {
    width: 100%;
  }
}
.fv__icon {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__icon {
    margin-bottom: 10px;
  }
}
.fv__text {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .fv__text {
    gap: 12px;
    margin-bottom: 15px;
    padding-right: 8vw;
  }
}
.fv__text > span {
  padding: 17px 20px;
  border: 1px solid #187A41;
  font-size: 18px;
  color: #187A41;
}
@media screen and (max-width: 768px) {
  .fv__text > span {
    padding: 10px;
    font-size: 12px;
  }
}
.fv__text > span span {
  font-weight: bold;
}
.fv__text p {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .fv__text p {
    font-size: 14px;
  }
}
.fv .cartBtn {
  width: 430px;
  margin-left: 40px;
  max-width: 90%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fv .cartBtn {
    width: 100%;
    margin-left: 0;
  }
}
.fv .cartBtn:hover {
  opacity: 0.8;
}

#bread-crumb {
  background: #F4F4F4;
  padding: 10px 0 5px;
  margin-bottom: 0;
}

.intro {
  overflow: hidden;
}
.intro__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.intro__inner {
  padding: 65px 40px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .intro__inner {
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
}
.intro__inner h2 {
  text-align: center;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .intro__inner h2 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.intro__inner .gold {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.intro__inner .gold p {
  color: #CB9B0C;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold p {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }
}
.intro__inner .gold h3 {
  color: #CB9B0C;
  font-weight: 500;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold h3 {
    margin-top: 10px;
    font-size: 4.8vw;
  }
}
.intro__inner .gold h3 span {
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold h3 span {
    font-size: 11.2vw;
  }
}
.intro__inner .gold > span {
  display: block;
  text-align: center;
  color: #CB9B0C;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold > span {
    font-size: 3.2vw;
    margin-top: 8px;
  }
}
.intro__inner .gold::before {
  content: "";
  position: absolute;
  left: -80px;
  width: 63px;
  height: 100%;
  background: url(../img/lp/ashirai-title-01.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold::before {
    display: none;
  }
}
.intro__inner .gold::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 0;
  width: 63px;
  height: 100%;
  background: url(../img/lp/ashirai-title-02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .intro__inner .gold::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .product__index--list {
    text-align: left !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}

.product__index--list {
  background-position: right !important;
}

.strong {
  background: #F7F7EF;
  position: relative;
  margin-top: 80px;
}
.strong__inner {
  overflow: hidden;
  padding: 80px 0 150px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .strong__inner {
    padding: 10.6666666667vw 6.4vw 26.6666666667vw;
  }
}
.strong::before {
  content: "";
  width: 176px;
  height: 176px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #F7F7EF;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .strong::before {
    width: 126px;
    height: 126px;
  }
}
.strong::after {
  content: "";
  width: 35px;
  height: 38px;
  background: url(../img/lp/ashirai-foot.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.strong__title {
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .strong__title {
    margin-top: -15px;
  }
}
.strong__title > span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .strong__title > span {
    font-size: 4.2666666667vw;
  }
}
.strong__title h2 {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .strong__title h2 {
    font-size: 7.4666666667vw;
  }
}
.strong__title h2 span {
  color: #187A41;
}
.strong__lists {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .strong__lists {
    margin-top: 6.6666666667vw;
  }
}
.strong__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .strong__list {
    display: block;
  }
}
.strong__list--img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .strong__list--img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.strong__list--img .icon {
  position: absolute;
  width: 250px;
  bottom: 0;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .strong__list--img .icon {
    width: 99px;
  }
}
.strong__list--contents {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .strong__list--contents {
    width: 100%;
    text-align: center;
  }
}
.strong__list--contents::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -40px;
  width: 361px;
  height: 239px;
  background: url(../img/lp/ashirai-point-title.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .strong__list--contents::after {
    width: 206px;
    height: 136px;
    right: -20px;
    background-position: right -40px;
  }
}
.strong__list--contents h3 {
  line-height: 1.6;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strong__list--contents h3 {
    margin-bottom: 4vw;
    font-size: 6.9333333333vw;
  }
}
.strong__list--contents h3 span {
  background: linear-gradient(transparent 70%, #FFFB80 30%);
}
.strong__list--contents p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strong__list--contents p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.strong__list--contents .detail {
  padding: 10px 25px;
  border: 1px solid #187A41;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strong__list--contents .detail {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.strong__list--contents .detail .contents {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .strong__list--contents .detail .contents {
    width: 100%;
  }
}
.strong__list--contents .detail .img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .strong__list--contents .detail .img {
    width: 40%;
    margin: 0 auto 10px;
  }
}
.strong__list--contents .detail h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.strong__list--contents .detail p {
  font-size: 14px;
  margin-bottom: 0;
}
.strong__list--num {
  width: 93px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .strong__list--num {
    text-align: center;
    margin: 0 auto;
  }
}
.strong__list:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-top: 65px;
}
.strong .strong__list01 .strong__list--img {
  margin-left: -40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .strong .strong__list01 .strong__list--img {
    margin-left: -24px;
  }
}
.strong .strong__list01 .strong__list--contents::after {
  top: -240px;
}
.strong .strong__list02 .strong__list--img {
  transform: translateX(40px);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .strong .strong__list02 .strong__list--img {
    width: 100%;
    transform: translateX(24px);
  }
}
.strong .strong__list02 .strong__list--contents::after {
  top: -260px;
  right: unset;
  left: -80px;
}

.aitep {
  padding: 65px 40px;
  background: url(../img/lp/brand-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .aitep {
    padding: 18.6666666667vw 6.4vw;
    background: url(../img/lp/brand-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.aitep__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.aitep__logo {
  text-align: center;
  margin-bottom: 20px;
}
.aitep__title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .aitep__title {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.aitep__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aitep__text {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}

.size {
  background: url(../img/lp/size-bg.png) repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .size {
    padding-right: 6.6666666667vw !important;
    padding-left: 6.6666666667vw !important;
    padding-bottom: 29.3333333333vw !important;
  }
}
.size::before {
  content: "";
  width: 176px;
  height: 176px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: url(../img/lp/size-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.size::after {
  content: "";
  width: 35px;
  height: 38px;
  background: url(../img/lp/ashirai-foot-wh.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.size__title {
  text-align: center;
  line-height: 1.1;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .size__title {
    margin-top: -25px;
  }
}
.size__title > span {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .size__title > span {
    font-size: 4.2666666667vw;
  }
}
.size__title h2 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .size__title h2 {
    font-size: 7.4666666667vw;
  }
}
.size__title h2 span {
  color: #FFFB80;
}
.size__title h2 span span {
  font-size: 73px;
}
@media screen and (max-width: 768px) {
  .size__title h2 span span {
    font-size: 9.6vw;
  }
}
.size__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .size__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.size__list {
  padding: 45px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .size__list {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.size__list--title {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 13px;
  border-bottom: 1px solid #187A41;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .size__list--title {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    gap: 10px;
  }
}
.size__list--title.regular {
  color: #0079A4;
}
.size__list--title.wide {
  color: #D30036;
}
.size__list--title.superwide {
  color: #FF8A8A;
}
.size__list--quantity {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .size__list--quantity {
    font-size: 14px;
  }
}
.size__list--top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .size__list--top {
    margin-bottom: 10px;
  }
}
.size__list--top .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  background-image: url(../img/lp/ashirai-foot-op.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top 25px right 25px;
}
@media screen and (max-width: 768px) {
  .size__list--top .circle {
    width: 105px;
    height: 105px;
    font-size: 16px;
  }
}
.size__list--top .circle.regular {
  background-color: #0079A4;
}
.size__list--top .circle.wide {
  background-color: #D30036;
}
.size__list--top .circle.superwide {
  background-color: #FF8A8A;
}
.size__list--top .img {
  max-width: 50%;
}
.size__list--top .img img {
  height: 192px;
}
@media screen and (max-width: 768px) {
  .size__list--top .img img {
    height: 112px;
  }
}
.size__list--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.size__list--bottom .text {
  line-height: 1.5;
  width: 35%;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .size__list--bottom .text {
    font-size: 12px;
    width: 44%;
  }
}
.size__list--bottom .img {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .size__list--bottom .img {
    width: 54%;
  }
}
.size__list .more__btn {
  margin: 50px auto 0;
  background-color: #fff;
  color: #187A41 !important;
  border: 1px solid #187A41;
  width: 230px;
  text-align: center;
  background-image: url(../img/common/icon_arrow_right_g.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 7px;
  padding-right: 10px;
}
.size__list .more__btn:hover {
  background-color: #187A41;
  color: #fff !important;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
}

.secret {
  position: relative;
  padding: 80px 40px 100px;
}
@media screen and (max-width: 768px) {
  .secret {
    padding: 10.6666666667vw 6.6666666667vw 18.6666666667vw;
  }
}
.secret::before {
  content: "";
  width: 176px;
  height: 176px;
  position: absolute;
  top: -53px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .secret::before {
    width: 126px;
    height: 126px;
  }
}
.secret::after {
  content: "";
  width: 35px;
  height: 38px;
  background: url(../img/lp/ashirai-foot.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.secret__title {
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .secret__title {
    margin-top: -15px;
    margin-bottom: 140px;
  }
}
.secret__title > span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .secret__title > span {
    font-size: 4.2666666667vw;
  }
}
.secret__title h2 {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .secret__title h2 {
    font-size: 7.4666666667vw;
  }
}
.secret__title h2 span {
  color: #187A41;
}
.secret__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.secret__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 190px 60px;
}
@media screen and (max-width: 768px) {
  .secret__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 130px;
  }
}
.secret__list {
  position: relative;
}
.secret__list--img {
  width: 218px;
  margin: 0 auto;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .secret__list--img {
    width: 160px;
    top: -100px;
  }
}
.secret__list--contents {
  padding: 80px 40px 40px;
  background: #F7F7EF;
  border: 1px solid #187A41;
}
@media screen and (max-width: 768px) {
  .secret__list--contents {
    padding: 65px 20px 20px;
  }
}
.secret__list--contents h3 {
  font-size: 26px;
  font-weight: bold;
  color: #187A41;
  margin-bottom: 15px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .secret__list--contents h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.secret__list--contents p {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .secret__list--contents p {
    font-size: 14px;
  }
}

.lp__faq {
  padding: 80px 40px;
  background: #F7F7EF;
}
@media screen and (max-width: 768px) {
  .lp__faq {
    padding: 18.6666666667vw 6.6666666667vw;
  }
}
.lp__faq--inner {
  max-width: 1200px;
  margin: 0 auto;
}
.lp__faq .section__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lp__faq .section__title {
    margin-bottom: 6.6666666667vw;
  }
}
.lp__faq--item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.lp__faq--item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.lp__faq--item .title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.lp__faq--item .title span {
  line-height: 1.5;
  color: #187A41;
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #187A41;
}
.lp__faq--item .text {
  display: flex;
  gap: 10px;
}
.lp__faq--item .text p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 5px;
  color: #000;
}
.lp__faq--item .text span {
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

#to-cart a {
  pointer-events: none !important;
  background: url(../img/lp/topBtn.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  background-color: #fff !important;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #to-cart a {
    width: 62px;
    height: 62px;
  }
}

[id] {
  scroll-margin-top: 150px !important;
}/*# sourceMappingURL=lp.css.map */


.itemDetail-wrap #itemDetail-cont {
display:none !important;
}
.itemDetail-wrap .description {
  margin-top: 0 !important;
}
.itemThumb ul {
display:grid !important;
}