@charset "UTF-8";
/* =======================================
 ecforceデフォルトcss打ち消し用
 ======================================= */
.u-color__text--main {
  overflow: visible;
}

.p-product_content__inner {
  max-width: 100%;
}

.p-product_content__inner__info {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.c-product_info__price {
  margin-bottom: 0;
}

/* =======================================
 PRODUCT
 ======================================= */
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 3.4722222222%;
}
@media only screen and (max-width: 719px) {
  .product {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 51.1805555556%;
}
@media only screen and (max-width: 719px) {
  .product__img {
    width: 100%;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__img__main {
  width: 82.3609226594%;
}
@media only screen and (min-width: 720px) {
  .product__img__main .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 719px) {
  .product__img__main {
    width: 100%;
  }
}
.product__img__main__slide img {
  border-radius: 5px;
}
.product__img__thumb {
  width: 10.854816825%;
  position: sticky;
  top: 20px;
}
@media only screen and (min-width: 720px) {
  .product__img__thumb .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 719px) {
  .product__img__thumb {
    width: 100%;
    position: static;
  }
}
.product__img__thumb .product__img__slide {
  cursor: pointer;
  position: relative;
}
.product__img__thumb .product__img__slide::before {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.56);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 720px) {
  .product__img__thumb .product__img__slide.is-active::before {
    opacity: 1;
  }
}
@media only screen and (max-width: 719px) {
  .product__img__thumb .product__img__slide {
    width: calc(20% - 4.8px);
    margin-right: 6px;
  }
  .product__img__thumb .product__img__slide.swiper-slide-thumb-active::before {
    opacity: 1;
  }
}
.product__img__thumb .product__img__slide img {
  border-radius: 5px;
}
.product__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 719px) {
  .product__info {
    width: 100%;
    position: static;
  }
}
.product__info__txt {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--color-gold);
  margin-top: 30px;
  line-height: 1.5;
}
.product__info__txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.product__info__txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .product__info__txt {
    font-size: 12px;
    margin-top: 20px;
  }
}
.product__info__name {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4;
  font-family: var(--font-en);
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 8px;
}
@media only screen and (max-width: 719px) {
  .product__info__name {
    font-size: 26px;
    margin-top: 4px;
  }
}
.product__info__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 22px 0 30px;
}
.product__info__desc::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.product__info__desc::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .product__info__desc {
    font-size: 13px;
    margin: 16px 0 30px;
  }
}
.product__info__price {
  margin-top: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .product__info__price {
    margin-top: 36px;
  }
}
.product__info__price__num {
  font-size: 24px !important;
}
.product__info__price__num {
  font-weight: bold;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.01em;
}
.product__info__price__yen {
  padding: 0 8px 0 0;
}
.product__info__price__note {
  margin-left: 8px;
}
.product__info__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  gap: 12px;
}
@media only screen and (max-width: 719px) {
  .product__info__size {
    margin-top: 20px;
  }
}
.product__info__size dt {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.product__info__size dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--color-secondary-dark);
  border-radius: 3px;
}
.product__info__size dd button {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.product__info__size dd button img {
  width: auto;
}
.product__info__size dd span {
  width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-left: 1px solid var(--color-secondary-dark);
  border-right: 1px solid var(--color-secondary-dark);
}
.product__info .c-product_info__form__quantity {
  margin: 0 0 20px;
}
.product__info__note {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  border: 1px solid #bc1313;
  padding: 15px;
  margin-top: 30px;
}
.product__info__note a {
  color: #bc1313;
  text-decoration: underline;
}
.product__info__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 370px;
  height: 74px;
  margin-top: 40px;
  font-size: 14px;
  color: var(--color-secondary);
  font-weight: 600;
  gap: 15px;
  padding-top: 1px;
  letter-spacing: 0.06em;
  cursor: pointer;
  background-color: var(--color-primary);
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 719px) {
  .product__info__btn {
    height: 70px;
    margin-top: 36px;
  }
}
.product__info__btn:hover {
  opacity: 0.8;
}
.product__info__btn::before {
  content: "";
  width: 16px;
  aspect-ratio: 20/22;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_cart.svg) no-repeat;
  background-size: cover;
}
.product__info__btn.--login {
  gap: 11px;
  background-color: var(--color-all-dark);
}
.product__info__btn.--login::before {
  aspect-ratio: 20/22;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_cart.svg);
}
.product__info__btn.--sample {
  gap: 11px;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-text);
  color: var(--color-text);
}
.product__info__btn.--sample::before {
  aspect-ratio: 20/22;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_cart_black.svg);
}
.product__info__subtxt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 20px;
  line-height: 1.6;
}
.product__info__subtxt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.product__info__subtxt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .product__info__subtxt {
    font-size: 10px;
    line-height: 1.5;
  }
  .product__info__subtxt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .product__info__subtxt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
}
.product__info__subtxt a {
  text-decoration: underline;
}
.product__info__subtxt a:hover {
  text-decoration: none;
}
.product__info__subtxt.--login {
  max-width: 370px;
  text-align: center;
}
.product__info__sample {
  display: block;
  max-width: 450px;
  margin-top: 15px;
}
.product__info__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  gap: 40px;
}
@media only screen and (max-width: 719px) {
  .product__info__sec {
    margin-top: 50px;
  }
}
.product__info__sec__ttl {
  line-height: 1;
  color: var(--color-all-dark);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 719px) {
  .product__info__sec__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.product__info__sec__tbl {
  width: 100%;
  border-top: 1px solid var(--color-secondary-dark);
}
.product__info__sec__tbl th {
  width: 125px;
  padding: 25px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  vertical-align: top;
  background-color: var(--color-secondary-darker);
  border-bottom: 1px solid var(--color-secondary-dark);
}
@media only screen and (max-width: 719px) {
  .product__info__sec__tbl th {
    width: 92px;
    padding: 20px 10px 20px 13px;
    line-height: 1.35;
  }
}
.product__info__sec__tbl td {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 25px 0 25px 20px;
  vertical-align: top;
  border-bottom: 1px solid var(--color-secondary-dark);
}
@media only screen and (max-width: 719px) {
  .product__info__sec__tbl td {
    padding: 20px 0 20px 13px;
    line-height: 1.35;
  }
}
.product__info__sec__tbl td.en {
  font-family: var(--font-en);
}
.product__info__sec__txt {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 27px 0 38px;
  border-top: 1px solid var(--color-secondary-dark);
  border-bottom: 1px solid var(--color-secondary-dark);
}
@media only screen and (max-width: 719px) {
  .product__info__sec__txt {
    padding: 17px 0 28px;
  }
}
.product__info__sec__txt strong {
  font-weight: bold;
}
.product__info__cartbox {
  border: 1px solid #dbd5c5;
  max-width: 450px;
  margin-bottom: 15px;
}
.product__info__cartbox__ttl {
  border-bottom: 1px solid #dbd5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
}
.product__info__cartbox__ttl .ttl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.product__info__cartbox__ttl .link {
  font-size: 10px;
  font-weight: 500;
}
.product__info__cartbox__ttl .link img {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
}
.product__info__cartbox__ttl .product__info__price {
  margin: 0;
}
.product__info__cartbox__in {
  padding: 20px 18px 24px;
}
.product__info__cartbox__in .product__info__price {
  margin: 0 0 18px;
}
.product__info__cartbox__in .product__info__btn {
  margin: 0;
}
.product__info__cartbox.cartbox02 {
  background: #e9e4d7;
  border-radius: 5px;
  border: none;
}
.product__info__cartbox.cartbox02 .product__info__cartbox__ttl {
  border-bottom: none;
  padding: 18px 20px 0;
}

/* =======================================
 RECOM
 ======================================= */
.recommend {
  width: 100%;
  margin-top: 100px;
  color: var(--color-secondary);
  padding: 90px 0 200px;
  background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/product/bg_recommend.webp) no-repeat 50%;
  background-size: cover;
}
.no-webp .recommend {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/product/bg_recommend.jpg);
}
@media only screen and (max-width: 719px) {
  .recommend {
    padding: 90px 0 164px;
    margin-top: 70px;
    background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/product/bg_recommend_sp.webp);
    background-size: contain;
    background-position: 0;
    background-repeat: repeat;
  }
  .no-webp .recommend {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/product/bg_recommend_sp.jpg);
  }
}

.u-icon--heart_blank:before,
.u-icon--heart:before {
  color: var(--color-text);
}