.unit {
  font-size: 12px;
}

.section {
  margin-top: 55px;
}

.section_title {
  height: 24px;
  font-size: 18px;
}

.section_content {
  margin: 25px 0px 10px 0px;
}

.section_content p {
  font-size: 14px;
}

.breadcrumb_category {
  margin: 0;
  padding: 0;
}

.breadcrumb_category .breadcrumb_item {
  padding: 0px 0px;
}

.breadcrumb_item+.breadcrumb_item::before {
  padding: 0 10px;
  color: #6c757d;
  content: "";
}

.thumb_item {
  width: 97px;
  height: 97px;
}
.product_reivew_images{
  height: 450px;
  margin: 0 0 30px;
}
/*
.product_reivew_images:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
*/
.product_reivew_images img {
  padding: 15px;
/*   width: 100%; */
}

.product_review_images{
  height: 130px;
}

.product_feature_images img{
/*
  width: 100px;
  height: 100px;
*/
  border: 1px solid rgba(160, 160, 160, .5);
}

.product_feature_images img:hover{
  border: 1px solid rgba(160, 160, 160, 1);
}

.product_feature_images .active{
  outline: 1px solid #e62e8b;
}
.pswp--zoom-allowed .pswp__img {
  height: auto !important;
  width: auto !important;
  max-height: 90%;
  max-width: 100%;
}

.hint {
  background: url('../../images/online/ico_comment_left.svg') center no-repeat;
  background-size: 100% 100%;
  bottom: 2px;
  right: 90px;
  padding: 15px 43px 15px 50px;
  font: 11px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
}

.hint  {
  font: 11px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 4px 30px;
  background: #FFF;
  border: solid 1px #E72E8B;
  box-sizing: border-box;
  left: 0;
  border-radius: 2px;
  margin: 0 0 0 30px;
}

.hint:before {
  content: "";
  position: absolute;
  top: 65%;
  left: -14px;
  margin-top: -12px;
  border: 7px solid transparent;
  border-right: 7px solid #FFF;
  z-index: 2;
}
.hint:after {
  content: "";
  position: absolute;
  top: 65%;
  left: -18px;
  margin-top: -14px;
  border: 9px solid transparent;
  border-right: 9px solid #E72E8B;
  z-index: 1;

}

@media screen and (max-width: 877px) and (min-width: 768px){
  .hint{
    margin: 14px 0 20px 30px;
  }
  .hint:before {
    top: -2px;
    left: 22%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFF;
  }
  .hint:after {
    top: -4px;
    left: 22%;
    margin-left: -17px;
    border: 9px solid transparent;
    border-bottom: 9px solid #E72E8B;
  }
}
@media screen and (max-width: 992px){
  .thumb_item{
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px){

  .section {
    margin-top: 40px;
  }
  .product_reivew_images:before{
    padding-top: 50%;
  }
}

@media screen and (max-width: 480px){
  .product_reivew_images{
    height: 300px;
  }
  .thumb_item{
    width: 70px;
    height: 70px;
  }
  .section_title {
    font-size: 16px;
  }
  .product_reivew_images:before{
    padding-top: 64%;
  }
}
@media screen and (max-width: 474px){
  .hint{
    margin: 14px 0 20px 30px;
  }
  .hint:before {
    top: -2px;
    left: 22%;
    margin-left: -15px;
    border: 7px solid transparent;
    border-bottom: 7px solid #FFF;
  }
  .hint:after {
    top: -4px;
    left: 22%;
    margin-left: -17px;
    border: 9px solid transparent;
    border-bottom: 9px solid #E72E8B;
  }
}

/** Product card START **/
.item_name {
  margin: 0 0 20px;
}
.area_money_info{
  margin: 30px 0;
}

.product_card .item_box {
  padding: 15px 0;
}

.product_brand_block {
/*   line-height: 3.5em; */
}
.product_brand_block.quantity_box,
.product_brand_block.product_note{
  margin: 0 0 16px;
}

.out_of_stock{
  color: #CC0339;
  font: 600 16px/1.6em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif !important;
}

.product_brand_block .money_info {
  margin: 10px 0 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.money_info.regular_price{
  color: #d2d2d2;
  display: inline-block;
  margin: 0;
  position: relative;
}
.money_info.regular_price:before{
  content: "";
  background: #d2d2d2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quantity_box .qty {
  padding: 10px;
}

.money_info span.coin {
  font-weight: bold;
}
.product_brand_block .money_info .hint{
  display: inline-block;
}

.money_info span.hint span.beauty_coin {
  font-size: 18px;
  padding-left: 15px;
}

.product_options select {
  width: 57%;
  background-color: #F4F7FA;
}

.card_box {
  color: #FFFFFF;
  display: flex;
}

.card_box img {
  padding-right: 15px;
}

.card_box .btn {
  margin-right: 5px;
  padding: 6px 5px 6px 20px;
}

.card_box .btn_add_to_cart {
  margin-top: 30px;
  padding: 6px 50px;
  border-radius: 0;
}

.add_to_wishlist, .email_address {
  margin-top: 30px;
  background-color: #F8F8F8;
  width: 60px !important;
  background-size: 55% 100% !important;
}

.product_detail .section_content {
  padding: 28px;
  background-color: #F9FAFC;
}

.list_item_detail{
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.list_item_detail > li{
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding: 5px 0;
}
.list_item_detail .ttl{
  position: relative;
  flex: 0 0 100px;
  margin: 0;
}
.list_item_detail .ttl:before{
  content: "：";
  position: absolute;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
}
.list_item_detail .cnt{
  flex: 1 1 auto;
  min-width: 10px;
  margin: 0;
}

.product_detail .section_content .lbl_form {
  width: 70px;
}

.product_detail .section_content .lbl_val {
  margin-left: 10px;
}


@media screen and (max-width: 768px){
  .item_name {
    margin: 20px 0;
  }
  .product_card .item_box {
    padding: 15px 0;
  }
  .list_item_detail > li{
    width: 100%;
  }
  .card_box .add_to_wishlist {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .card_box .add_to_wishlist img{
    padding: 0;
  }
  .card_box .btn_add_to_cart {
    padding: 6px 20px;
    flex: 1 1 auto;
    min-width: 10px;
  }
  .item_name span {
    font: 600 21px/1.4em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif !important;
  }

}
@media screen and (max-width: 576px){
  .area_money_info{
    margin: 20px 0;
  }
  .list_item_detail > li p{
    font-size: 13px;
  }
  .list_item_detail > li{
    flex-direction:column;
  }
  .list_item_detail > li + li{
    margin: 20px 0 0;
  }
  .list_item_detail .ttl{
    flex: 0 0 auto;
    margin: 0 0 4px;
  }
  .list_item_detail .ttl:before{
    right: -20px;
  }
  .card_box .btn_add_to_cart{
    font-size: 16px;
  }
  .card_box img {
    padding-right: 8px;
  }
  .item_name {
    line-height: 1em;
    margin: 16px 0;
  }
  .item_name span{
    font: 600 18px/1.4em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif !important;
  }
  .product_brand_block.quantity_box,
  .product_brand_block.product_note{
    margin: 0 0 10px;
  }
  .card_box .btn{
    height: 56px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px){
  .product_detail .section_content {
    padding: 20px;
  }
  .list_item_detail > li + li{
    margin: 14px 0 0;
  }
}

/** Product card END **/

/** Review START **/

.progress {
  width: 94px;
  display: inline-block;
  height: 10px;
  margin: 3px;
  vertical-align: middle;
}

.progress_bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media screen and (max-width: 768px){
  .product_reivews .review_summary{
    margin: 0 0 40px;
  }
}

/** Review END **/

/** product_related START **/


/** product_related END **/


/** 美コインで購入したモデル会員様 START **/
.list_buyer_product{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px;
}
.list_buyer_product > li{
  width: 20%;
  padding: 10px;
}
.list_buyer_product p{
  margin: 0;
}
.list_buyer_product article{
  display: flex;
  align-items: flex-start;
  position: relative;
}
.list_buyer_product article > a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.list_buyer_product [class*="img_"]{
  flex: 0 0 50px;
  margin: 0 16px 0 0;
}
.list_buyer_product .name{
  font: bold 16px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 0 0 6px;
}
.list_buyer_product .name:after{
  content: "様";
  font: 500 14px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 0 0 0 6px;
}
.list_buyer_product article:hover .name{
  text-decoration: underline;
}
.list_buyer_product .date{
  color: #666;
  font: 500 13px/1.3em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 4px 0 0;
}
.list_buyer_product .date:before{
  content: "購入日：";
  font: 500 12px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 0 6px 0 0;
}
@media screen and (max-width: 1080px){
  .list_buyer_product > li{
    width: 25%;
  }
}
@media screen and (max-width: 960px){
  .list_buyer_product > li{
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px){
  .list_buyer_product [class*="img_"]{
    margin: 0 10px 0 0;
  }
  .list_buyer_product .name{
    font-size: 14px;
    margin: 0 0 6px;
  }
  .list_buyer_product .name:after{
    font-size: 12px;
  }
}
@media screen and (max-width: 680px){
  .list_buyer_product > li{
    width: 50%;
  }
}
@media screen and (max-width: 440px){
  .list_buyer_product{
    margin: -5px;
  }
  .list_buyer_product > li{
    padding: 5px;
  }
  .list_buyer_product [class*="img_"]{
    flex: 0 0 40px;
    margin: 0 6px 0 0;
  }
  .list_buyer_product article{
    align-items: flex-start;
  }
  .list_buyer_product .date{
    margin: 0;
  }
  .list_buyer_product .date:before{
    margin: 0 3px 0 0;
  }
}

/** 美コインで購入したモデル会員様 END **/


/* ! 回数券特別割引 ============================== */
.label_discount{
  color: #fff;
  font: 500 13px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  background: #E72E8B;
  padding: 4px 10px;
}
.label_discount span{
  font: 600 15px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif; 
  padding: 0 3px;
}



