@charset "euc-jp";

.custom-cap-size{
  padding-right: 15px;
}

.cell_1, .cell_2{
  font-size: 11px;
  font-weight: normal;
}
.cell_2 label{
  font-size: 11px;
}
/***** image cart *****/
.product-contents{
  padding: 0px;
}
.product_image_cart{
	display: flex;
	gap:40px;
	flex-wrap: wrap;
  justify-content: space-between;
	width: 100%;
	word-break: break-all;
}
.product-image {
  /*
  aspect-ratio: 1 / 1;
  */
  padding: 0;
  margin: 0 0 35px;
	width: 600px;
}
.product-cart {
  padding: 0 0 0 0;
  margin: 0 0 40px;
	width: calc(100% - 640px);
}
@media (max-width: 980px) {
	.product-image{
		width: 50%;
	}
	.product-cart{
		width: calc(50% - 40px);
	}
}
@media (max-width: 768px) {
	.product_image_cart{
		gap:20px;
	}
	.product-cart{
    padding: 0;
  }
}
@media (max-width: 600px) {
	.product-image{
		margin: 0 0 0;
		width: 100%;
	}
	.product-cart{
		width: 100%;
	}
}

/* image */
.product-image-main {
  aspect-ratio: 1 / 1;
	margin: 0 0 2.7%;
  text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*
.product-image-main img{
	width: 100%;
	max-width: 600px;
}
*/
.product-image-thumb {
	padding: 0 ;
}
.product-image-thumb li {
	padding: 0 2.7% 0 0;
	cursor: pointer;
	margin: 0 0 2.6%;
}
.product-image-thumb img {
	border: solid 1px rgba(228,228,228,1.00);
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.product-image-thumb img:hover {
	border: solid 1px rgba(50,191,171,1.00);
}
.custom-thumb{
  display: flex;
  flex-wrap: wrap;
  /*
	margin-right: -2.6%;
	*/
}
.custom-thumb li{
  box-sizing: border-box;
  list-style: none;
  min-height: 1px;
	width: 20%;
  word-break: break-all;
}
@media (max-width: 480px) {
	.product-image-thumb li {
    margin-bottom: 10px;
  }
}

/* cart */
.product-name{	
  font-size: 18px;
  margin: -0.2em 0 1.2em 0;
}
.product-order {
  margin: 0;
}
.product-order-spec{
	border-top: dotted #E7E7E7 1px;
	margin: 0 0 15px;
  table-layout: fixed;
}
.product-order-spec tr{
	border-bottom: dotted #E7E7E7 1px;
}
.product-order-spec th {
	font-weight: normal;
	border: none;
	padding: 10px 10px 10px 10px;
}
.product-order-spec td {
	width: 70%;
  /*
	white-space: nowrap;
  */
	border: none;
	text-overflow: ellipsis;
	padding: 10px 10px 10px 10px;
}
.price_order_salon{
	font-size: 1.3em;
}
.product-order-price {
  color: #999;
  text-align: left;
  font-size: 15px;
  margin: 0 0;
}
.product-order-regular {
	color: #abaaaa;
	text-decoration: line-through;
}
.product-order-discount {
	color: #E33D3D;
	font-weight: bold;
}
@media (max-width: 768px) {
   .product-order-spec th {
    width: 22%;
  }
  .product-order-spec td {
    width: 60%;
  }
}
@media (max-width: 480px) {  
  .product-order {
    width: 100%;
  }
  .product-order-exp{
    margin: 0 0 30px;
  }
}

/* option */
.product-option {
	padding: .2em 0 0;
}
.product-option-table{
 margin: 0 0 15px;
}
.product-option-table table{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: auto;
}
.product-option-table th,
.product-option-table td {
	padding: 10px 20px;
	text-align: left;
}
.product-option-table th{
	border-right: 1px dotted #ddd;
}
.product-option-table td input[type="radio"] {
margin-bottom: 5px;
}
.product-option-select {
position: relative;
}
.product-option-select .product-option-unit {
	clear: left;
	float: left;
	width: 100%;
}
.product-option-select .option-select-name {
	display: block;
	margin: 0 0 .5em;
}
 .product-option-select .product-option-unit select{
	 margin: 0 0 1em;
 }

.product-order-input {
  text-align: left;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
	padding-left: 10px;
}
.option-name{
  font-size: 13px;
  color: #aaa;
  margin: .5em 0 ;
}
.input-border{
  display: inline-block;
  overflow: hidden;
  border: solid 1px #ddd;
}
.product-order-input input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
	height: auto;
  line-height: 1.5;
  vertical-align: bottom;
  background: transparent;
  border: none;
}
@media (max-width: 768px) {
  	  #prd-opt-table{
    margin: 0;
  }
    .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }  .product-option-select {
    position: static;
    overflow: auto;
  }
	.product-option-select .product-option-wrapper {
		position: static;
		float: none;
	}
	.product-option-select .product-option-unit {
		position: static;
		float: none;
		margin-bottom: 1em;
		width: 100%;
	}
	.product-option-select .product-option-unit div {
		padding: 0;
	}
}

/* cart btn */
.btn-addcart {
	color: #fff;
  line-height: 24px;
	margin-left: auto;
	margin-right: auto;
}
.btn-addcart a:hover {
	color: rgba(50,191,171,1.00);
}
.btn-wrap i{
	 margin-right: 12px;
}
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}
.cart_loginbox{
	margin: 1em 0;
}
.cart_loginbox i{
	margin-right: 0.5em;
}
.cart_login{
	font-size: 1.2em;
	margin-bottom: 1em;
}
a.cart_signup{
	border-bottom: dotted 1px;
}
a.cart_signup_btn{
	border:#32bfab solid 1px;
	background-color: #32bfab;
	color: #fff;
	display: inline-block;
	margin-top: 1em;
	padding: 10px 20px;
}
a.cart_signup_btn:hover{
	background-color: #fff;
	color:#32bfab;
}
.cart_first{
	font-size: .9em;
}

.product-info-lst {
	text-align: left;
	margin: 0;
	font-size: 13px;
}
.product-info-lst li {
	padding: .5em 0;
}
.product-info-lst li::before {
	content:"\e27e";
	color: #aaa;
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	margin-right: 6px;
}
.product-info-lst a {
	color: #aaa;
}
.product-info-lst a:hover{
	color: #444;
}
.product-info-lst .social-share {
	display: block;
}
.social-share li {
	margin: 1em;
}
.detail_receipt{
	border: solid #aaa 1px;
	color: #969696;
	font-size: 13px;
	padding: 20px;
}
.detail_receipt_title{
	border-bottom: dotted #aaa 1px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	text-align: center;
}
@media (max-width: 900px) {
  .cart_loginbox{
  text-align: center;
  }
}
@media (max-width: 768px) {
	.btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
	.btn-addcart .btn-wrap {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

  .product-info-lst li {
    display: block;
  }
  .social-share a {
    display: inline;
    padding: .5em 0;
  }
}

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

/***** product exp *****/
.product-order-exp {
  padding: 0;
  margin: 0 auto 55px;
  line-height: 1.8;
	width: 100%;
	word-break: break-all;
}
.detail_explain{
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	max-width: 100%;
}
.detail_explain h4{
	background-color: rgba(170,170,170,.1);
	color: rgba(50,191,171,1);
	border-bottom: 2px dotted rgba(170,170,170,1.00);
	border-top: 4px solid rgba(170,170,170,1.00);
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 1em;
	padding: 20px 10px;
	text-align: center;
}
.detail_explain h5{
	border-bottom: 1px dotted rgba(50,191,171,1);
	color: rgba(50,191,171,1);
	font-size: 19px;
	padding: 0 10px 10px;
	text-align: center;
}
.detail_explain p strong.green{
	color: rgba(50,191,171,1);
}
.detail_explain a{
  border-bottom: dotted 1px;
}
.detail_explain a:hover{
  color: rgba(50,191,171,1.00);
}

.explain_photo{
	margin-bottom: 30px;
	text-align: center;	
}
.explain_photo img{
	margin-bottom: 10px;
}
.explain_photo iframe{
  max-width: 100%;
}
.flex_btw{
	display: flex;
	align-content: space-between;
}
.flex_btw .flex_item{
	width: 50%;
}
.explain_box{
	margin-bottom: 60px;
}
@media (max-width: 880px) {
	.explain_box{
		width: 100%;
	}
}

@media (max-width: 600px) {
  	.explain_box{
		margin-bottom: 30px;
	}
}

.detail_explain .box_pink{
	border: solid rgba(250,158,188,1.00) 2px;
	border-radius: 6px;
	margin-top: 2em;
	padding: 20px 20px 10px;
}
.detail_explain .notice_box,
.product-cart .notice_box{
	border: double 3px #DB5656;
	color: #DB5656;
	padding: 20px;
}
.product-cart .notice_box{
  font-size: 0.9em;
}
.product-cart .lemon_box{
  border: double 3px #DB7F56;
	color: #DB7F56;
  font-size: 0.8em;
	padding: 20px;
}
.detail_explain .box_bg_green{
  background-color: rgba(50,191,171,0.1);
  padding:10px 60px 40px;
}
.notice_box_head{
  background-color:  rgba(219,86,86,1.00);
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
.product-cart .notice_box_head{
 font-size: 1.2em;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.product-cart .lemon_box .notice_box_head{
  background-color: #DB7F56;
}

@media (max-width: 600px) {
  .detail_explain .box_bg_green{
    padding: 20px;
  }
  .notice_box_head{
  font-size: 1.2em;
  }
}
.explain_box .kome,.explain_box .notice{
	color: #DB5656;
}
.explain_box .kome_small{
	color: #DB5656;
	font-size: 80%;
}
.explain_item{
	margin-bottom: 30px;
}
a.outside::after{
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	margin-left: 0.5em;
}
.detail_explain .notice_blue{
	background-color: #ECF5F6;
	color:#41A4BC;
	padding: 30px 40px;
}
.notice_blue h4{
	background-color: transparent;
	color: #41A4BC;
	border-bottom: 2px dotted #41A4BC;
	border-top:none;
	margin-top: 0;
	padding: 0px 0 20px;
}

/* list */
ul.marker{	
	margin: 0 0 1em 0.5em;
}
.detail_explain ul.marker_pink li{
	font-size: 1.2em;
}
.detail_explain ul.marker_pink li::marker{
  color: rgba(250,158,188,1.00);
}
ol.marker_green li::marker,
ul.marker_green li::marker{
	color:rgba(50,191,171,1);
}
ul.marker_fa {
	list-style: none;
	margin: 0 0 1em 0.5em;
}
ul.marker_fa li,dl.marker_fa dt{
	padding-left: 1.5em;
	position:relative;
}
ul.marker_fa li:before,dl.marker_fa dt:before{
	font-family: "Font Awesome 6 Pro";
	left: 0;
	position: absolute;
	top: 0.04em;
}
ul.marker_fa.marker_fa_fs_130 li:before{
	top:4px;
}
ul.marker_green_circle li:before,
dl.marker_green_circle dt:before{
	content: "\f111";
	color: #32BFAB;
	font-weight: 900;
}
ul.marker_green_check li{
  padding-left: 2em;
}
ul.marker_green_check li:before{
  content: "\f00c";
	color: #32BFAB;
	font-weight: 900;
}
ul.marker_green_check li:after{
  border: solid 1px #CACACA;
  content: "";
  height: 1em;
  left: -3px;
  position: absolute;
  top: 0.6em;
  width: 1em;
}
.detail_explain ul.face-eyes-xmarks li{
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
}
.detail_explain ul.face-eyes-xmarks li:before{
	content: "\e374";
	font-weight: 900;
}

ul.marker_item {
	list-style: none;
	margin: 0 0 1em 0.5em;
}
ul.marker_item li{
	padding-left: 1.5em;
	position:relative;
}
ul.marker_item li::before{
	left: 0;	
	position: absolute;
	top: 0.04em;
}
ul.marker_item.kome_list{
	margin-left: 0;
}
ul.marker_item.kome_list li::before{
	content: "ви";
}

.detail_explain dl dt{
  line-height: 1.6;
	margin-bottom: 0.8em;	
}
.detail_explain dl dt.fc_green{
	font-weight: 400;
}
.detail_explain dl dd{
  line-height: 1.6;
	margin-bottom: 2em;	
}
.detail_explain li ul,
.detail_explain li ol{
	margin-left: 1.6em;
}

/* qa */
dl.qa dt{
  color: rgba(50,191,171,1);
  display: flex;
  font-size: 130%;
  font-weight: 300;
  padding: 0 10px;
}
dl.qa dt .qa_num{
  	font-family: 'Cinzel', serif;
  font-size: 110%;
  width: 50px;
}
dl.qa dt span:nth-child(2){
  width: calc(100% - 50px);
}
dl.qa dd{
  border-bottom: dotted 1px #9C9C9C;
  margin-bottom: 2.2em;
  margin-left: 0;
  padding: 0 10px 2em;    
}

/* /list */

.explain_table{
	border-top: solid #ddd 1px;
	margin-bottom: 40px;
  margin-top: 40px;
	width: 100%;
}
.explain_table caption{
	background-color: rgba(233,233,233,1.00);
	padding: 10px;
}
.explain_table tr{
	border-bottom: solid #ddd 1px;
}
.explain_table th,.explain_table td{
	padding: 20px;
}
.explain_table th{
	font-weight: 700;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.explain_table th.notice{
	color: #ED705B;
	font-weight: 700;
}

.explain_table td.notice,.explain_table td .notice{
	color: #ED705B;
}
.table_in_table {
	border-top: solid #ddd 1px;
	border-left: solid #ddd 1px;
}
.table_in_table th,.table_in_table td{
	border-right: solid #ddd 1px;
	padding: 10px;
}
@media (max-width: 600px) {
	.explain_table th,.explain_table td{
		display: block;
	}
	.explain_table th{
		padding:20px 10px 10px;
	}
	.explain_table td{
		padding: 10px;
	}
	.table_in_table th,.table_in_table td{
		display: table-cell;
		padding: 10px;
	}
	.detail_explain .notice_blue{
		padding: 20px 20px;
	}
}

.detail_bnr_bottom{
	margin-top: 30px;
	text-align: center;
}
.detail_bnr_bottom img{
	margin-bottom: 10px;
}

/* misirerlto bihin */
.misirelto_bihin{
	border: solid 4px rgba(204,204,204,1.00);
	padding: 20px 30px;
}
.misirelto_bihin_title{
	border-bottom: dotted 1px rgba(204,204,204,1.00);
	color:rgba(50,191,171,1);
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

/* tint flow */
.tint_flow_box{
  padding:0px 65px;
  }
.tint_flow_box_inner{
  background-color: #FBF4E4;
  padding: 30px 40px;
}
.detail_explain dl.tint_flow_list{  
  display: flex;
  margin-bottom: 1.8em;  
}
.detail_explain dl.tint_flow_list dt{
  font-size: 2em;
  margin-bottom: 0;
  width: 50px;
}
.detail_explain dl.tint_flow_list dd{
  margin-bottom: 0;
  width:calc(100% - 50px);
}
.tint_flow_photo{
  padding: 0 65px;
}
@media (max-width: 600px) {
  .tint_flow_box{
    padding:0;
  }
  .tint_flow_box_inner{
    padding: 20px 30px;
  }
  .detail_explain dl.tint_flow_list dt{
    width: 40px;
  }
  .detail_explain dl.tint_flow_list dd{
    width:calc(100% - 40px);
  }
  .tint_flow_photo{
    padding: 0 0px;
  }
}
/* / tint flow */

/* link thumbnail box */
h2.title_related{
  font-size: 28px;
  font-weight: 100;
  margin: 1.5em 0 1em;
  text-align: center;  
}
h2.title_related:before,
h2.title_related:after{
  content: "\2b\00a0\2b\00a0\2b";
  color: rgba(50,191,171,.4);
  font-family: "Font Awesome 6 pro";
  font-size: 16px;
  font-weight: 900;	
}
h2.title_related:before{
		margin-right: 20px;
	}
h2.title_related:after{
		margin-left: 20px;
	}
.link_thumb_box{
  display: flex;
  justify-content: center;
  gap:20px;
  flex-wrap: wrap;
}
.link_thumb_item{
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
    gap:10px;
  justify-content: flex-end;
  width: calc((100% - 80px)/3);
  max-width: 260px;
}
.link_thumb_name{
  text-align: center;
}
a.link_thumb{
  border: solid #E1E1E1 10px;
  display: block;
}
a.link_thumb:hover{
  border: solid rgba(50,191,171,.6) 10px;
}
.link_thumb_img img{
  width: 300px;
}
  
@media (max-width: 500px) {
  .link_thumb_item{
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    max-width: initial;
  }
  .link_thumb_img{
    order: 1;
    width: 100px;
  }
  a.link_thumb{
  border: solid #E1E1E1 6px;
  }
  a.link_thumb:hover{
  border: solid rgba(50,191,171,.6) 6px;
}
  .link_thumb_name{
    order: 2;
    text-align: left;
    width: calc(100% - 120px);
  }
}
/* /link thumbnail box */
.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.text-titles,
.password-field-wrap {
  margin: 0 0 1em;
}
.text-titles-list__name,
.password-field-list__name {
  display: block;
  margin: 0 0 .5em;
}
.text-titles-list__detail input,
.password-field-list__detail input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}
.icon-cart, .icon-paper_plane,.icon-circled_minus{
  vertical-align: -4px;
}