.product-image {
  padding-bottom: 30px;
  text-align: center;
}

.product-image img {
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.product-image-main {
  margin-bottom: 30px;
}

.product-image-main img {
  border: 1px solid #b2a487;
}

.product-image-thumb ul {
  margin: 0;
}
.content-wrap{
  padding:0 15px;
}
.product-image-thumb li {
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
  width: 150px;
  display: inline-block;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
}

.product-information {
  background: #fff;
  padding: 0;
}

.product-order.fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left; 0;
  margin: auto;
  z-index: 10;
  display: flex; 
  justify-content: center;
  align-items: center; 
  height: auto!important;
  margin: 0;
  padding: 1em; background: rgba(0,0,0,.7);
}
.product-order.fixed * { margin: 0; }
.product-order.fixed .product-order-input {
  min-width: 18em;

  margin-left: 1em;
}
.product-option-table table {
  margin: 0 auto;
}

table.product-order-spec:empty { display: none; }
.product-option-table th,
.product-option-table td {
  text-align: center;
}

.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

@media screen and (min-width: 991px) {
  .product-order.fixed table.product-order-spec tbody { display: flex; justify-content: space-between; }
  .product-order.fixed table.product-order-spec tr { width: 48%; display: flex; align-items: center; }
  .product-order.fixed table.product-order-spec th { border: none;  width: 30%; }
  .product-order.fixed table.product-order-spec td { border: none;  width: 70%; } 
}

.product-order-price {
  margin: .5em 0;
  text-align: center;
  font-size: 45px;
  line-height: 1;
  color: #C43737; 
}

.product-order-price li {
  margin: 0 10px;
}
.product-order-price .tax { font-size: .6em; }

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  margin: 20px 0;
  text-align: center;
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}

.input-prepend {
  display: inline-block;
  margin: 0;
}

.input-prepend .btn {
  padding: 9px;
}

.product-order-select {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
}

input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart {
  line-height: 24px;
    width: 100%;
      width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}
.stock_error:empty {
  display: none; 
}
.product-order-exp {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 4px double #b2a487;
  border-bottom: 4px double #b2a487;
  line-height:1.8em;
}

.product-order-spec {
  margin: 0 0 20px;
  border: 2px solid #ccc;
  background: #fff;
}

.product-order-spec th {
  width: 40%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding: 10px;
}

.product-order-spec td {
  border-top: 1px solid #ccc;
  width: 60%;
}
span.disable_cartin {
    display: block;
    width: 100%;
}
.btn-addcart,
.btn-addcart:active {
  background: linear-gradient(to bottom, #D83D3D,#471414);
  border-radius:10px; 
  color: #fff;
  transition: background .3s; 
}
.btn-addcart:hover { 
	background: linear-gradient(to bottom, #7E3131, #000);	
  color: #FFF;
}
.product-info-lst {
  text-align: center;
}

.product-info-lst li {
  display: inline;
  margin: 1em;
}

.product-info-lst .social-share {
  display: block;
}

.social-share a {
  margin: 1em;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

@media (max-width: 991px) {
  .product-order.fixed {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto!important;
    left: 0;
    z-index: 99;
    flex-direction: column; 
    background: none;
  }
  .product-order-spec {
    margin-bottom: 10px; 
  }
  .product-order.fixed .product-order-spec,
  .product-order.fixed .product-order-input {
 	margin-top: 1em;
    margin-left: 0;
  }
  .product-order-spec td {
  	text-align: center; 
  }
  
  .product-order-input {
    margin: 0; 
    display: flex;
    flex-direction: column-reverse;
    width: 100%; 
  }
  .product-order-input::before,
  .product-order-input::after {
    display: none;
  }
  .product-order .quantitiy {
    display: flex;
    width: 100%;
  }
  .product-order-select {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    padding: 0 10px;
  }
  input.product-init-num {
  	padding: 5px;
  }
  .input-prepend .btn {
  	padding: 10px 5px 0;
  }
  .btn-addcart  {
    margin: 0;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }

  .btn-addcart,
  .btn-quick {
    display: block;
  }

  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .product-order-spec th {
    width: 40%;
    padding: 0 .5em;
  }

  .product-order-spec td {
    width: 60%;
  }

  .product-info-lst li {
    display: block;
    margin: 0;
  }

  .product-info-lst a {
    display: block;
    padding: .5em;
  }

  .social-share a {
    display: inline;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .product-information {
    padding: 0;
    background: transparent;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}


input.product-init-num {
    height: auto;
    font-size: 16px;
    padding: 9px 10px;
}

a.btn.btn-01.visible-phone {
    background: #1b1b1b;
}

a.btn.btn-01 {
    background: #1b1b1b;
}

@media (min-width: 992px){
  .detailRow{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    max-width: 1179px;
    margin: auto;
  }
  .detailRow > *{
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/******************************/
/* Product */
/******************************/
.p-product-img {
  width: 530px;
}
@media screen and (max-width: 1030px) {
  .p-product-img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }
}
.p-product-img__main {
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-img__main {
    width: auto;
  }
}
.p-product-img__main-item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-img__main-item {
    text-align: center;
  }
}
.p-product-img__main-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-img__main-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product-img__main-item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.p-product-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
  list-style-type: none;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.p-product-thumb-list__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item {
    margin-right: 5px;
    width: 60px;
  }
}
.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__item img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__item img {
    width: 60px;
  }
}
.p-product-thumb-list__img {
  /* overflow用 */
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .p-product-thumb-list__img {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-thumb-list__img {
    width: 60px;
    text-align: center;
  }
}
.p-product-thumb-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-thumb-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
/* 商品画像 slider */
.p-product-img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-product-img__main .slick-prev, .p-product-img__main .slick-next {
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev, .p-product-img__main .slick-next {
    width: 45px;
    height: 45px;
  }
}
.p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before, .p-product-img__main .slick-next:before {
    top: 15px;
  }
}
.p-product-img__main .slick-prev {
  left: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev {
    left: 0px;
  }
}
.p-product-img__main .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-prev:before {
    left: 17px;
  }
}
.p-product-img__main .slick-next {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next {
    right: 0px;
  }
}
.p-product-img__main .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-product-img__main .slick-next:before {
    left: 13px;
  }
}

.slick-arrow:before{
	content:""!important;
}

@media only screen and (min-width: 768px) {
a.btn.btn-01 {
    width: 80px;
  }}

strong {
    font-size: 1.2rem;
}

/* レビュー */
.p-product-review {
  margin-bottom: 60px;
  max-width: 1179px;
  margin: auto;
}
.p-product-review__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 40px;
  background: #f8f8f8;
  max-width: 380px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-product-review__item {
    padding: 20px;
  }
.p-product-review {
  max-width: 380px;
  }
}
.p-product-review__heading {
  margin-bottom: 15px;
}
.p-product-review__ttl {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  height:40px;
}
.p-product-review-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-product-review-info__item {
  display: inline-block;
  font-size: 12px;
}
.p-product-review-info__item.is-type {
  margin-right: 20px;
  margin-left: 20px;
}
.p-product-review__img {
  margin-bottom: 15px;
  text-align: center;
}
.p-product-review__body {
  margin-top: 15px;
  line-height: 2;
}
.p-product-review__rates {
  display: flex;
  flex-wrap: wrap;
}
.p-product-review__rate {
  width: 18px;
  height: 18px;
  vertical-align: -0.3em;
  fill: currentColor;
  fill: #d8d8d8;
}
.p-product-review__rate.is-color {
  fill: #000000;
}
/* レビュー 返信 */
.p-product-review-reply {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.p-product-review-reply__ttl {
  font-weight: bold;
}
.p-product-review-reply__body {
  font-size: 12px;
}
.p-product-review-reply__date {
  font-size: 12px;
}
.p-product-review__btn {
  margin: 10px 0px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-review__btn {
     margin: 10px 0px 50px;
  }
  .product-order-exp.clearfix ul {
    text-align: center;
  }
}

.icon_star {
  width: 75px;
  overflow: hidden;
  display: inline-block;
}
.icon_star img {
  max-width: inherit;
}

/* パンクズ */
.footstamp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.5em;
}

/* SNSシェアボタン */
.p-product-sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-product-sns-list__item {
  margin-right: 10px;
}

/* 金丸モデル動画 */
.content_movie {
    padding: 4%;
    max-width: 1000px;
    text-align: center;
    margin: 50px auto;
    background-color: #111;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 85%;
}
.content_movie h3{
    color: #fff;
    margin: 0px;
}
.video {
  aspect-ratio: 9 / 16;
}
p.pstory {
    color: #fff;
    margin: 10px;
}

.pstory span {
    font-size: 80%;
}

/*ボタン*/
.button {
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  min-width: 256px;
  padding: .5em 1em;
  font-size: 16px;
  background: white;
  letter-spacing: .5px;
  position: relative;
}
.button:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background: none;
  transform: translate(0, -50%) rotate(45deg);
  transition: .2s;
}
.button.btn_reverse{
  background: #000;
  border-color: #000;
  color: #fff;
}
.button.btn_reverse:after{
  border-color: #fff;
}
.button:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.button:hover:after {
  border-color: #fff;
  right: 6%;
}
.button.btn_reverse:hover{
  background: #fff;
  border-color: #000;
  color: #000;
}
.button.btn_reverse:hover:after{
  border-color: #000;
}

/* 商品タイトル */
.func-box {
    background: #f6f6f6;
    padding: 0px 20px 20px 20px;
    margin-top: 10px;
}

h3.detail_title{
    text-align: left;
    padding-top: 30px;
}

h3.detail_title2{
  margin-top: 2em;
    padding: 10px;
    background-color: #232336;
    color: #fff;
}

span.t_line {
    width: 60px;
    height: 3px;
    background: #b2a487;
    display: inline-table;
    margin: 0 20px 5px 10px;
  }
@media screen and (max-width: 767px) {
span.t_line {
    width: 20px;
  }
}

/* 商品スペック */
.data-box {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.data-box table {
    width: 100%;
    margin: 0;
    table-layout: auto;
    border-spacing: 0;
    empty-cells: show;
    border-right: 1px solid #c3c3c3;
}

.data-box table th span {
    background: #232336;
    display: block;
    text-align: center;
    padding: 20px;
    letter-spacing: 0.3em;
    font-size: 0.9em;
    box-sizing: border-box;
}

.data-box table th {
    color: #fff;
    vertical-align: middle;
    width: 50px;
    background-color: #232336;
}

.data-box table td {
    text-align: center;
    border-left: 1px solid #c3c3c3;
    background: #f6f6f6;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 0.9em;
}

.data-box table td span {
    display: block;
    padding: 10px;
}

/*ケアプログラム*/
ul.care_pro {
  margin-bottom: 1em; 
}
ul.care_pro li {
    list-style: disc;
    text-align: left;
    margin-left: 20px;
  line-height: 1.5;
}


.p-product-bnr__btn {
  margin-bottom: .5em;
}
.yellm-detail {
  counter-reset:listnum;
  border-top: double 4px #BAA26D;
}
.yellm-detail > li {counter-increment: listnum; margin: 0; }
.yellm-detail .title {
  border-bottom: 2px solid #BAA26D;
  position: relative;
  padding: 1em 0 1em 3em;
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.yellm-detail .title::before {
  content: counter(listnum);
  color: #FFF;
  background: #BAA26D;
  text-align: center;
  width: 3rem;
  height: 3rem; 
  line-height: 3rem;
  position: absolute; left: 0; top: 0; bottom: 0; margin: auto; 
}
.yellm-detail .title span { display: block; width: 100%; padding-right: 2rem; }
.yellm-detail .title span::before,
.yellm-detail .title span::after { content: ''; width: .8rem; height: 2px; background: #232335; display: block;
position: absolute; top: 0; bottom: 0; right:.5em; margin: auto; }
.yellm-detail .title span::after { transform: rotate(90deg); transition: transform .3s; }
.yellm-detail .title.open span::after { transform: rotate(0deg); }
.yellm-detail .conts-wrap{
  display: none;
}
.yellm-detail .conts{
 display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.yellm-detail .conts .img{
  width: 45%;
}
.yellm-detail .conts .text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .yellm-detail .title { font-size: 1rem; padding-left: 2.5rem;}
  .yellm-detail .title::before { width: 2rem ;height: 2rem; line-height: 2rem; }
}

.yen { font-size: .8em; margin-right: .2em; 