@charset "UTF-8";

/*----------------------------------------------------
	☆  /contact/
----------------------------------------------------*/

h2.orderH2{
	font-size:2em;
	margin-bottom:40px;
	margin-top:40px;
	text-align:center;
	font-weight:normal;
	}
	
	
.orderUnder{
	text-align:center;
	/* color:#13b5b1; */
	margin-bottom:80px;
	}


.orderBox{
	max-width:900px;
	box-sizing:border-box;
	margin:0 auto;
	padding-bottom:80px;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
	
	}
	
.orderBox table{
	border-collapse:collapse;
/*	border-top:1px solid #000000;
	border-left:1px solid #000000;*/
	box-sizing:border-box;
	width:100%;
	margin-bottom:80px;
	}
.orderBox table th,
.orderBox table td{
/*	border-bottom:1px solid #000000;
	border-right:1px solid #000000;*/
	vertical-align:middle;
	box-sizing:border-box;
	line-height:1.7;
	}	
	
.orderBox table th{
	width:30%;
	padding:20px 30px 20px 10px;
	font-size:14px;
	text-align:right;
	}

.orderBox table th.mustTH{
	position:relative;
	}
	
.orderBox table th.mustTH:after{
	position:absolute;
	content:"※";
	color:#FF0004;
	font-size:14px;
	right:10px;
	top:50%;
	margin-top:-12px;
	}

.orderBox table td{
	padding:20px 10px 20px 45px;
	}	
.orderBox table td p{
	margin-bottom:10px;
	}	
	
.orderBox table label{
	margin-right:20px;
	margin-bottom:10px;
	display:inline-block;
	}	

/*.orderBox table label *{
		vertical-align:bottom;
	}*/

.orderBox table input[type=radio]	{
	margin-right:5px;
	}
	
.orderBox table select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	background:url(../../lib/cmn_img/img_arrow.png) right 5px center no-repeat;
	width:120px;
	border:none;
	background-color:#dddddd;
	border-radius:5px;
	margin:0 4px;
	padding:5px 10px;
	text-align:left;
	} 	
.w100{
	width:100%;
	box-sizing:border-box;
	}	
.orderBox table input[type=text]{
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
	border:none;
	background-color:#dddddd;
	}
	
.orderBox table input:focus,
.orderBox table select:focus,
.orderBox table textarea:focus{
	background-color:#96e5fc;
}
	
.orderBox table textarea{
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
	border:none;
	background-color:#dddddd;
	height:80px;
	width:100%;
	}

.subBtnBox{
	text-align:center;
	}

.subBtnBox .btnWrapper{
	display:inline-block;
	margin:0 10px;
	width:260px;
	}



.subBtnBox .btnWrapper.color01 input{
	background-color:#13b5b1;
	}

.subBtnBox .btnWrapper.color01:before{
	background-color:#0e8784;
}

.subBtnBox .btnWrapper.color02 input{
	background-color:#ff0000;
	}

.subBtnBox .btnWrapper.color02:before{
	background-color:#ff7575;
	}
.subBtnBox .btnWrapper.color01 input:disabled{
	background-color:#d3d3d3;
	color: #000!important;
	}


.subBtnBox .btnWrapper.color01:has(input:disabled)::before {
  background-color: #696969;
}
.subBtnBox .btnWrapper.color01 input:disabled:hover{
	top: 0;
	left: 0;
}
/* button */
.btnWrappers {
	width: 360px;
	margin: 0 auto 5px;
	position: relative;
	height: 56px;
}
.btnWrappers a {
	display: block;
	box-sizing: border-box;
	height: 56px;
	width: 100%;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: bold;
	padding-top: 18px;
	background-color: #b3a937;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.btnWrappers input {
	display: block;
	box-sizing: border-box;
	height: 56px;
	width: 100%;
	text-align: center;
	color: #FFFFFF !important;
	font-size: 16px;
	font-weight: normal;
	background-color: #b3a937;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	border:none;
	font-size:15px;
}


.btnWrappers:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #8d8524;
	z-index: 2;
	box-sizing: border-box;
	border-radius: 4px;
}

.btnWrappers a:hover {
	top: 2px;
	left: 2px;
}

.btnWrappers input:hover {
	top: 2px;
	left: 2px;
}

.top_textbox .btnWrappers {
	width: 45%;
	height: 40px;
	margin-right: 2%;
	margin-left: 0;
	display: inline-block;
}
.top_textbox .btnWrappers a {
	height: 40px;
	padding-top: 10px;
}
.top_textbox .btnWrappers.amazonBtn {
	width: 22%;
}
.top_textbox .btnWrappers.amazonBtn:before {
	background-color: #ca5633;
}
.top_textbox .btnWrappers.amazonBtn a {
	background-color: #FF7627;
}
.top_textbox .btnWrappers.rakutenBtn {
	width: 22%;
}
.top_textbox .btnWrappers.rakutenBtn:before {
	background-color: #C1191C;
}
.top_textbox .btnWrappers.rakutenBtn a {
	background-color: #FF292D;
}
/* top_textbox */
.top_textbox{
	text-align: center;
	border: 1px solid #434343;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.top_textbox .text_big{
	font-size: 24px;
	font-weight: bold;
}

.top_textbox .pdf a,
.return_top_box .return_top a{
	display:block;
	width:330px;
	margin: 40px auto;
	line-height:1 !important; 
	color:#FFFFFF;
	font-size:1.53em;
	text-align:center;
	padding:15px 0 12px;
	background-color:#434343;
	border:2px solid #434343;
	box-sizing:border-box;
	background-image:url(../images/arrow01.png);
	background-repeat:no-repeat;
	background-position:96% center;
}
.top_textbox .pdf a:hover,
.return_top_box .return_top a:hover{
	background-color:#ffffff;
	color:#434343;
	background-image:url(../images/arrow02.png);
		transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-webkit-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
}
.top_textbox .btnbox_bottom{
	width: 530px;
	margin:40px auto 0;
}
.bottom_textbox{
	text-align: center;
	border: 1px solid #434343;
	width: 100%;
	margin: 0 auto;
	padding: 60px 20px;
	box-sizing: border-box;
	margin-bottom: 100px;	
}
.bottom_textbox h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bottom_textbox ul{
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
.bottom_textbox ul li{
	text-indent: -1em;
  padding-left: 1em;
}
.privacy_check{
	text-align: center;
	margin-bottom: 20px;
}
.privacy_check a{
	text-decoration: underline;
}
.privacy_check a:hover{
	text-decoration: none;
}
.return_top_box{
	text-align: center;
}
/* form */
.orderexanple{
	display: block;
}
.orderexanple.gray{
	color:#BCBBBB;
}
/* product_number */
.product_number_box{
	width: 1200px;
	margin: 0 auto 100px;
}
.product_number_box .title{
	font-size: 24px;
	margin-bottom: 20px;
}
.product_number_box .text{
	margin-bottom: 20px;
}
.product_number_box .product_number_list{
	display: flex;
	flex-wrap: wrap; /* 折返し可 */ 
	justify-content: space-between;
}
.product_number_box .product_number_list:after{
	content: "";
  display:block;
	width: 24%;
}
.product_number_box .product_number_list li{
	width: 24%;
	margin-bottom: 45px;
}
.product_number_box .product_number_list li:nth-last-of-type(-n+4){
	margin-bottom: 0;
}
.product_number_box .product_number_list li .image{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #434343;
	/* box-shadow: 0px 5px 15px 0px rgba(67, 67, 67, 0.4); */
}
.product_number_box .product_number_list li .image.none{
	position: relative;
}
.product_number_box .product_number_list li .image.none::after{
	content: "";
	width: 100%;
	height: 100%;
	background:rgba(67, 67, 67, 0.4);
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	z-index: 1;
}
.product_number_box .product_number_list li img{
	display: block;
	width: 100%;
}
.product_number_box .product_number_list li .title_list{
	font-size: 18px;
	margin:10px 0;
}
.product_number_box .product_number_list li .list_input{
	margin-bottom: 5px;
}
.product_number_box .product_number_list li .list_input:last-of-type{
	margin-bottom: 0;
}
.product_number_box .product_number_list li .list_input input[type="number"]{
	padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  background-color: #dddddd;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	font-size: 17px;
}
.product_number_box .product_number_list li .list_input .wnumber{
	width: 100px;
}
.product_number_box .product_number_list li .list_input.circle{
	padding-left:40px;
	position: relative;
}
.product_number_box .product_number_list li .list_input.circle:after{
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	margin: auto;
}
.product_number_box .product_number_list li .list_input.circle.color01:after{
	background:#F744A0;
}
.product_number_box .product_number_list li .list_input.circle.color02:after{
	background:#F7F47F;
}
.product_number_box .product_number_list li .list_input.circle.color03:after{
	background:#E57511;
}
.product_number_box .product_number_list li .list_input.circle.color04:after{
	background:#61C9EE;
}

.p-qty {
  position: relative;
  display: inline-block;
}
.p-qty > .__arrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  transform: translate(0px, -50%);
  display: inline-block;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 12px solid #555555;
  border-top: 0;
  cursor: pointer;
}
.p-cart_detail .p-qty > .__arrow {
  top: calc(50% - 7px);
  border-width: 5px 3px;
  border-style: solid;
  border-color: transparent transparent rgb(0, 0, 0);
}
.p-qty > .__arrow.__down {
  top: calc(50% + 8px);
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid #555555;
  border-bottom: 0;
}
.p-cart_detail .p-qty > .__arrow.__down {
  border-bottom: 5px solid transparent;
  border-top: 5px solid rgb(0, 0, 0);
  top: calc(50% + 7px);
}
.p-qty__input {
  width: 91px;
  height: 40px;
  border: 1px solid rgb(112, 112, 112);
  border-radius: 5px;
  padding-left: 25px;
}
.out_of_stock{
	font-weight: bold;
	margin-top:20px;
}