@charset "utf-8";
/* ↓RESET */
body,
html {
  overflow-x: hidden;
}
body {
  background-color: #fff;
  position: relative;
}
img {
  vertical-align: bottom;
  width: 100%;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 834px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
@media (max-width: 833px) {
  a:active {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
a:after,
a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure {
  margin: 0;
}
@media (min-width: 834px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 833px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Noto Sans Japanese,
    ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic,
    sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 833px) {
  body {
    font-size: 0.75rem;
    line-height: 2;
  }
}
h1 {
  font-size: 36px;
  line-height: 1.3;
}
h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 833px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
dd,dl,dt,ol,ul {
  padding: 0;
  margin: 0;
}
li,ol {
  list-style: none;
}
a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* ↑RESET */


/* UTILITY */

img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

.u-fw-b {
    font-weight: 700;
}

.u-fc-gray {
    color: #646364;
}


.u-ls-0 {
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .u-pc-ta-c {
        text-align: center;
    }
    
    .u-pc-fs-14 {
      font-size: 14px;
    }
    .u-pc-fs-18 {
        font-size: 18px;
    }

    .u-pc-mgb-10 {
        margin-bottom: 10px;
    }
    .u-pc-mgb-20 {
        margin-bottom: 20px;
    }
    .u-pc-mgb-30 {
        margin-bottom: 30px;
    }
    .u-pc-mgb-40 {
        margin-bottom: 40px;
    }
    .u-pc-mgb-50 {
        margin-bottom: 50px;
    }
    .u-pc-mgb-100 {
        margin-bottom: 100px;
    }

    .u-pc-pdb-10 {
        padding-bottom: 10px;
    }
    .u-pc-pdb-20 {
        padding-bottom: 20px;
    }
    .u-pc-pdb-30 {
        padding-bottom: 30px;
    }
    .u-pc-pdb-40 {
        padding-bottom: 40px;
    }
    .u-pc-pdb-50 {
        padding-bottom: 50px;
    }
    .u-pc-pdb-60 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .u-sp-ta-c {
    text-align: center;
  }
  
  .u-sp-fs-12 {
    font-size: 12px;
  }
  .u-sp-fs-18 {
    font-size: 18px;
  }

  .u-sp-ta-c {
    text-align: center;
  }

  .u-sp-fs-14 {
    font-size: 14px;
  }
  .u-sp-fs-18 {
      font-size: 18px;
  }

  .u-sp-mgb-5 {
    margin-bottom: 5px;
  }
  .u-sp-mgb-10 {
      margin-bottom: 10px;
  }
  .u-sp-mgb-20 {
      margin-bottom: 20px;
  }
  .u-sp-mgb-25 {
    margin-bottom: 25px;
}
  .u-sp-mgb-30 {
      margin-bottom: 30px;
  }
  .u-sp-mgb-40 {
      margin-bottom: 40px;
  }
  .u-sp-mgb-50 {
      margin-bottom: 50px;
  }
  .u-sp-mgb-80 {
    margin-bottom: 80px;
  }
  .u-sp-mgb-100 {
      margin-bottom: 100px;
  }
}


/* 以下LP用のスタイル */
@media screen and (max-width: 767px) {

}

.main-visual {
}

.sec-01 {
  background-color: #CEE4ED;
  color: #48231E;
  padding: 82px 50px 141px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-01 {
    padding: 25px 15px 55px;
  }
}

.sec-01__bg {
  bottom: 32px;
  left: 50%;
  min-width: 1480px;
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec-01__bg {
    display: none;
  } 
}

.sec-01__fukidasi, .sec-01__02, .sec-01__03, .just-use {
  position: relative;
  z-index: 2;
}


.sec-01__fukidasi {
  margin: 0 auto;
  max-width: 1034px;
}

.sec-01__02 {
  margin: 0 auto;
  max-width: 752px;
}
@media screen and (max-width: 767px) {
  .sec-01__02 {
    margin: 0 -15px;
  }
}

.sec-01__03 {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .sec-01__03 {
    margin: -30px 0 30px;
  }
}

.sec-01__04 {
  padding-top: 116px;
}
@media screen and (max-width: 767px) {
  .sec-01__04 {
    padding-top: 57px;
  } 
}

.sec-01__04__ttl {
  margin: 0 auto 20px;
  max-width: 751px;
}

.text-box__tac {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-box__tac {
    font-size: 13px;
  }
}

.sec-01__04__inr {
  background-color: rgba(255, 255, 255, .7);
  border-radius: 100px;
  margin: 0 auto;
  max-width: 1050px;
  padding: 50px 70px;
}
@media screen and (max-width: 767px) {
  .sec-01__04__inr {
    border-radius: 50px;
    padding: 20px 15px 50px;
  }
}
.point-list > div {
  background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/dot-border.png) left bottom / 100% auto repeat-x;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point-list > div {
    background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/dot-border_sp.png) left bottom / 100% auto repeat-x;
    display: block;
    font-size: 14px;
  }
}
.point-list > div:nth-child(even) {
  flex-direction: row-reverse;
}
.point-list > div:nth-child(n+2) {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .point-list > div:nth-child(n+2) {
    padding-top: 20px;
  }
  .point-list > div:last-child {
    background: none;
  }
}
.point-list__item__ttl {
  margin-bottom: 10px;
}
.point-list__item__image {
  position: relative;
  width: 368px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .point-list__item__image {
    margin: 0 auto;
    padding: 20px 0;
    width: 200px;
  } 
}

@media screen and (min-width: 768px) {
  .point-list > .point-list__item--01 {
    background-position: left 95%;
  }
  .point-list__item--01 .point-list__item__ttl {
  margin-left: -10px;
  width: 410px;
  }
  .point-list__item--01 .point-list__item__top {
  padding-left: 30px;
  width: 500px;
  }
  
  .point-list__item--02 {
  padding-bottom: 40px;
  }
  .point-list__item--02 .point-list__item__ttl {
  margin-left: -10px;
  width: 280px;
  }
  .point-list__item--02 .point-list__item__top {
  padding-left: 30px;
  width: 500px;
  }
  .point-list__item--03 {
  padding-bottom: 40px;
  }
  .point-list__item--03 .point-list__item__ttl {
  margin-left: -10px;
  width: 455px;
  }
  .point-list__item--03 .point-list__item__top {
  padding-left: 30px;
  width: 455px;
  }
  .point-list > .point-list__item--04 {
  padding-bottom: 40px;
  justify-content: flex-end;
  }
  .point-list__item--04 .point-list__item__ttl {
  margin-left: -10px;
  width: 315px;
  }
  .point-list__item--04 .point-list__item__top {
  padding-left: 70px;
  width: 500px;
  }
  .point-list > .point-list__item--05 {
  background-position: left 95%;
  padding-bottom: 40px;
  justify-content: flex-end;
  }
  .point-list__item--05 .point-list__item__ttl {
  margin-left: -10px;
  width: 350px;
  }
  .point-list__item--05 .point-list__item__top {
  padding-left: 70px;
  width: 700px;
  }
  .point-list__item--05 .point-list__item__image {
  margin: 0 -50px 0 -130px;
  }
  .point-list__item--05__baroon {
  margin-top: 10px;
  width: 395px;
  }
  .point-list > .point-list__item--06 {
  padding-bottom: 40px;
  }
  .point-list__item--06 .point-list__item__ttl {
  margin-left: -10px;
  width: 385px;
  }
  .point-list__item--06 .point-list__item__top {
  padding-left: 70px;
  width: 700px;
  }
  .point-list > .point-list__item--07 {
  background: none;
  padding-bottom: 40px;
  }
  .point-list__item--07 .point-list__item__ttl {
  margin-left: -10px;
  width: 385px;
  }
  .point-list__item--07 .point-list__item__top {
  padding-left: 70px;
  max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .point-list__item--05  .point-list__item__image {
    width: 100%;
  }
}

.just-use {
  background-color: #FFF2B3;
  border-radius: 100px;
  padding: 180px 60px 70px;
  max-width: 1050px;
  margin: 157px auto 0;
  position: relative;
}
.just-use__ttl {
  left: 50%;
  margin-left: -233px;
  position: absolute;
  top: -50px;
  width: 467px;
}
@media screen and (max-width: 767px) {
  .just-use {
    border-radius: 50px;
    padding: 78px 30px 30px;
    max-width: 1050px;
    margin: 70px auto 0;
    position: relative;
  }
  .just-use__ttl {
    margin-left: -116px;
    top: -35px;
    width: 233px;
  }
}
.just-use__inr > div {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .just-use__inr > div {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .just-use__inr > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .just-use__inr > div:nth-child(even) .just-use__image {
    padding: 0 0 0 50px;
  }
}
.just-use__inr > div:nth-child(n+2) {
  border-top: 2px dotted #444344;
  margin-top: 40px;
  padding-top: 40px;
}
.just-use__image {
  padding-right: 50px;
  width: 340px;
}
.just-use__info {
  flex: 1;
  font-size: 22px;
  width: 100%;
}
.just-use__info__name {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .just-use__image {
    margin: 0 auto;
    padding-right: 0;
    width: 170px;
  }
  .just-use__info {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
  }
  .just-use__info__name {
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
  }
}

.products {
  background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/products-bg_pc.png) center 65px / 100% auto no-repeat;
  padding: 100px 50px 0;
}
.products__mainvisual {
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .products {
    background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/products-bg_sp.png) center 10px / 100% auto no-repeat;
    padding: 0 20px 0;
  }
  .products__mainvisual {
    margin: 0 -20px 20px;
    padding: 50px 0 0;
  }
}

.products__top {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.products__top__image {
  width: 500px;
}
.products__top .products__list__detail {
  min-width: 380px;
  padding-bottom: 30px;
}
.products__top .products__list__detail .notice {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .products__top {
    display: block;
    margin-bottom: 65px;
    padding: 0 30px;
  }
  .products__top__image {
    width: 100%;
  }
  .products__top .products__list__detail {
    min-width: 100%;
    padding-bottom: 0;
  }
  .products__top .products__list__detail .notice {
    font-size: 14px;
  }
}

.products__list {
  border: 2px solid #479BE3;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 70px;
}
.products__list > li {
  width: 50%;
}
.products__list > li:nth-child(odd) {
  padding-right: 60px;
}
.products__list > li:nth-child(even) {
  padding-left: 60px;
}
.products__list__image {
  height: calc((380 / 1440) * 100vw);
  max-height: 380px;
  margin-bottom: 20px;
  text-align: center;
}
.products__list__image img {
  height: 100%;
  width: auto;
}
.products__list__name {
  border-bottom: 2px dotted #444344;
  color: #444344;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .products__list {
    display: block;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .products__list > li {
    width: 100%;
  }
  .products__list > li:nth-child(n+2) {
    border-top: 1px solid #444344;
    margin-top: 30px;
    padding-top: 30px;
  }
  .products__list > li:nth-child(odd) {
    padding-right: 0;
  }
  .products__list > li:nth-child(even) {
    padding-left: 0;
  }
  .products__list__name {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .products__list__image {
    height: calc((485 / 828) * 100vw);
  }
}


.add-cart {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

.add-cart__select__wrap {
  align-items: center;
  display: flex;
  position: relative;
}
.add-cart__select__wrap::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  height: 5px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
  width: 5px;
}
#j-lp .add-cart__select {
  -webkit-appearance: none;
  appearance: none;
  border-color: #a3a3a3;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 35px 8px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .add-cart__select {
    -webkit-appearance: none;
    appearance: none;
    border-color: #a3a3a3;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 20px 5px 15px;
    position: relative;
  }
  .add-cart__select__wrap::after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    top: 40%;
    transform: translate(0, -50%) rotate(45deg);
  }
}

.cart-btn {
  background-color: #e16380;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 5px 40px;
  text-align: center;
}
.cart-btn > span {
    background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/cart.png) 0 0 / auto 100% no-repeat;
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .has-arrow-btn {
    font-size: 14px;
    min-width: 283px;
    padding: 10px 30px;
  }

  .cart-btn {
    font-size: 15px;
    padding: 8px 40px;
  }
  .cart-btn > span {
    background: url(https://shabon.life/shop/f/assets/img/lp/view/73212/cart.png) 0 0 / auto 100% no-repeat;
    padding-left: 20px;
  }

  .has-arrow-btn.has-arrow-btn--border-blue,
  .has-arrow-btn.has-arrow-btn--border-green {
    font-size: 14px;
    min-height: 35px;
  }
}

.common-price {
  color: #646364;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.special-price {
  color: #646364;
  font-size: 22px;
  font-weight: 700;
}
.special-price .num {
  color: #e46380;
  font-size: 48px;
}
.special-price .other {
  color: #e46380;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .common-price {
    font-size: 14px;
  }
  .special-price {
    font-size: 12px;
  }
  .special-price .num {
    font-size: 25px;
  }
  .special-price .other {
    font-size: 14px;
  }
}

.products__list--01, .products__list--02, .products__list--03 {
  margin: 0 auto 50px;
  max-width: 1050px;
  position: relative;
}
.products__list--01__deco, .products__list--02__deco, .products__list--03__deco {
  left: calc((-40 / 1440) * 100vw);
  max-width: 218px;
  position: absolute;
  top: -30px;
  width: calc((218 / 1440) * 100vw);
}
.products__list--01 .products__list {
  padding: 60px 70px 0;
}
.products__list--01 .products__list > li {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .products__list--03 .products__list {
    display: inline-block;
  }
  .products__list--03 .products__list > li {
    padding-right: 0;
    width: 100%;
  }
  .products__list--03 .products__list__image {
    padding-left:  calc((70 / 1440) * 100vw);
  }
}
@media screen and (min-width: 1025px) {
  .products__list--01__deco, .products__list--02__deco, .products__list--03__deco {
    left: -70px;
    top: -30px;
    width: 218px;
  }
}
@media screen and (max-width: 768px) {
  .products__list--01__deco, .products__list--02__deco, .products__list--03__deco {
    left: -10px;
    max-width: 109px;
    top: -30px;
    width: calc((218 / 828) * 100vw);
  }
  .products__list--01 .products__list {
    padding: 30px 20px 10px;
  }
  .products__list--01 .products__list > li {
    margin-bottom: 30px;
  }
}