@charset "utf-8";

/* パンくず */
.g_free_bread_lst {
  max-width: 1000px;
  margin: 30px 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 85px;
}
.g_free_bread_lst_itm {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000;
  line-height: 1;
}
.g_free_bread_lst_itm:not(:last-child) {
  margin-bottom: 0 !important;
}
.g_free_bread_lst_itm a {
  text-decoration: none;
}
.g_free_bread_lst_itm + .g_free_bread_lst_itm {
  position: relative;
  padding-left: 30px;
}
.g_free_bread_lst_itm + .g_free_bread_lst_itm::before {
  content: "＞";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.g_main_cont {
  max-width: 750px;
  margin: auto;
}
.g_deg {
  font-size: 12px;
}
.u_alignC {
  text-align: center;
}
.mt_20 {
  margin-top: 20px !important;
}
@media (max-width: 719px) {
  .g_free_bread_lst {
    margin: 10px auto !important;
  }
  .g_free_img_min {
    width: 92%;
    margin: auto;
  }
}

/* レイアウト調整 */
.p-page_content__inner {
  max-width: 1200px;
}

/* 商品概要 */
.p-product__flex {
  display: flex;
}
.p-product__img {
  width: 38.5%;
  max-width: 462px;
  margin-right: 6.6%;
}
.p-product__thumbnail {
  margin-top: 40px;
  margin-bottom: 20px;
}
.p-product__thumbnail .slick-slide {
  margin: 5px;
}
.p-product__body {
  width: 54.8%;
  max-width: 658px;
}
.p-product__body h2 {
  margin-bottom: 10px;
  color: #888888;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.p-product .p-product__copy {
  margin: 10px 0;
  color: #B08F49;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
}
.p-product .p-product__brief {
  color: #888888;
  font-size: 16px;
  line-height: 1.7;
}
.p-product__brief  + .p-product__brief {
  margin-top: 10px;
}
.p-product__component {
  margin-bottom: 70px;
}
.p-product__component dt {
  position: relative;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 20px;
  padding: 30px 20px;
  color: #888888;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.p-product__component dt:hover {
  cursor: pointer;
}
.p-product__component dt::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.p-product__component dt.is-open::before {
  top: 58%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.p-product__component dd {
  padding: 20px 10px;
  color: #888888;
  font-size: 16px;
  line-height: 1.87;
}
@media screen and (max-width: 719px) {
  .p-product__flex {
    display: block;
  }
  .p-product__img {
    width: 100%;
    margin-right: 0;
  }
  .p-product__thumbnail {
    margin-top: 20px;
  }
  .p-product__body {
    width: 100%;  
  }
  .p-product__body h2 {
    font-size: 18px;
  }
  .p-product .p-product__copy {
    font-size: 14px;
  }
  .p-product .p-product__brief {
    font-size: 12px;
  }
  .p-product__component {
    margin-bottom: 30px;
  }
  .p-product__component dt {
    font-size: 14px;
  }
  .p-product__component dd {
    font-size: 12px;
  }
}

/* ボタン */
.p-product__cart {
  padding: 35px 45px;
}
.p-product__brief + .p-product__cart {
  margin-top: 70px;
}
.p-product__cart.-subsc,
.p-product__cart.-sets {
  background: #FFFCF6;
}
.p-product__cart.-regular {
  background: #F6F6F6;
}
.p-product__name {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;  
}
.p-product__price {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.p-product__price span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.p-product__price > div span:nth-child(1) {
  display: inline-block;
  color: #000;
  min-width: 125px;
}
.p-product__price > div span:nth-child(2) {
  font-size: 40px;
  color: #CE4545;
}
.p-product__price > div span:nth-child(3) {
  color: #000;
  margin-right: 10px;
}
.p-product .p-product__text {
  border-left: 4px solid #B08F49;
  margin-bottom: 30px;
  padding: 0 10px;
  color: #B08F49;
}
.p-product__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 65px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 99rem;
  text-decoration: none !important;
}
.p-product__cart.-subsc .p-product__btn {
  background: #B08F49;
}
.p-product__cart.-regular .p-product__btn {
  background: #888888;
}
.p-product__cart.-sets .p-product__btn {
  background: #BB6F16;
}
@media screen and (max-width: 1210px) {
  .p-product__cart {
    margin: 0 -15px;
    padding: 40px 25px;
  }  
  .p-product__brief + .p-product__cart {
    margin-top: 30px;
  }
  .p-product__name {
    margin-bottom: 10px;
  }
  .p-product__price {
    display: block;
  }
  .p-product__price > div span:nth-child(1) {
      min-width: 100px;
  }
  .p-product__price > div span:nth-child(2) {
    font-size: 33px;
  }
  .p-product__price > div span:nth-child(3) {
    margin-right: 0;
    font-size: 14px;
  }
  .p-product__price div:nth-child(2) {
    text-align: right;
  }
  .p-product__btn {
    font-size: 16px;
    width: 250px;
    height: 50px;
  }
}

/* 商品詳細 */
.p-product__caution {
  margin: 80px 0 0;
  padding: 30px 20px;
  background: #FFFCF6;
}
.p-product__caution dt {
  position: relative;
  color: #888888;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-product__caution dt:hover {
  cursor: pointer;
}
.p-product__caution dt::after {
  content: "";
  position: absolute;
  top: 12px;
  left: calc(50% + 80px);
  width: 10px;
  height: 10px;
  border-top: 3px solid #888888;
  border-right: 3px solid #888888;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.p-product__caution dt.is-open::after {
  top: 15px;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.p-product__caution dt span {
  font-size: 12px;
  color: #888888;
  font-weight: normal;
}
.p-product__caution dd {
  margin-top: 40px;
  color: #888888;
  line-height: 1.5;
}
.p-product__pr {
  margin-top: 70px;
  margin-bottom: 95px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
}
.p-product__pr h3 {
  padding: 15px 0;
  background: #B08F49;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.p-product__prImg {
  max-width: 750px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 719px) {
  .p-product__pr {
    margin-bottom: 35px;
  }
  .p-product__prImg {
    padding: 20px;
  }
}

/* FAQ */
.p-product__faq {
  margin-bottom: 120px;
}
.p-product__faq h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #888888;
  text-align: center;
}
.p-product__faq h3 span {
  font-size: 12px;
  font-weight: normal;
  color: #B08F49;
}
.p-product__faq dt {
  position: relative;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid #D9D9D9;
  color: #888888;
  font-weight: 700;
}
.p-product__faq dt:hover {
  cursor: pointer;
}
.p-product__faq dt::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #888888;
  border-right: 3px solid #888888;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}
.p-product__faq dt.is-open::after {
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}
.p-product__faq dd {
  padding: 20px;
  border-top: 1px solid #D9D9D9;
  background: #F6F6F6;
  color: #888888;
}
.p-product__faq dt:last-of-type {
  border-bottom: 1px solid #D9D9D9;
}
.p-product__faq dd:last-of-type {
  border-top: none;
  border-bottom: 1px solid #D9D9D9;
}
.p-product__faqFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 720px;
  margin: 80px auto 0;
  padding: 25px 40px;
  background: #F6F6F6;
}
.p-product__faqFooter p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.p-product__faqFooter a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 66px;
  margin-left: 20px;
  background: #B08F49;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
}
@media screen and (max-width: 719px) {  
  .p-product__faq {
    margin-bottom: 35px;
  }
  .p-product__faqFooter {
    display: block;
    margin-top: 40px;
  }
  .p-product__faqFooter p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .p-product__faqFooter a {
    margin-left: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

/* お客様の声・フッター */
.p-product__review {
  margin-top: 120px;
  scroll-margin: 220px;
}
.p-product__review h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #888888;
  text-align: center;
}
.p-product__review h3 span {
  font-size: 12px;
  font-weight: normal;
  color: #B08F49;
}

.p-product__footer td {
  padding: 40px 20px;
  font-size: 14px;
  color: #888888;
  line-height: 1.4;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.p-product__footer td:first-child {
  width: 23.3%;
  text-align: center;
}
.p-product__footer td + td {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 719px) {
  .p-product__review {
    margin-top: 35px;
    scroll-margin: 90px;
  }
  .p-product__footer td:first-child {
    width: 30%;
  } 
}

/* お客様の声UI */
.p-product__scroll {
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 15px;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: #B08F49;
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  writing-mode: vertical-rl;
  text-decoration: none !important;
  color: #B08F49;
  background: #fff;
  line-height: 1;
}