@charset "utf-8";

/* プロダクトページ */
#bnr_product p {
	padding-top: 16%;
	background-size: contain;
	background-repeat: no-repeat;
}
article.product {
	padding-bottom: 80px;
}
article.product header {
	padding: 0 30px;
}
article.product header h2 {
	font-size: 2em;
	line-height: 1.6;
	color: #4a5a95;
	font-style: italic;
	float: left;
	width: 60%;
}
article.product header p {
	float: right;
	width: 40%;
	padding-top: 6px;
}
article.product header p a {
	display: block;
	float: right;
	width: 230px;
	border-radius: 3px;
	background-color: #c9e4e4;
	padding: 6px 30px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #4a5a95;
}
article.product > p {
	width: 80%;
	margin: 0.5em auto;
	color: #4a5a95;
}
article.product ul {
	list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 5px 30px;
}
article.product ul li {
	float: left;
	width: 24%;
	margin-top: 2px;
	margin-right: 1.33%;
	margin-bottom: 2px;
	margin-left: 0;
	font-size: 0.8em;
	box-sizing: border-box;
}
article.product ul li:nth-child(4n) {
	margin-right: 0;
}
article.product ul li.now {
	background-color: #deb527;
	font-weight: bold;
	color: #fff;
	border-radius: 12px;
	padding: 3px 8px;
}
article.product ul li.now::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 4px;
}
article.product ul li a {
	display: block;
	background-color: #eee;
	border-radius: 12px;
	padding: 3px 8px;
	text-decoration: none;
	color: #000;
}

article.product ul li a::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	background-color: #e00;
	border-radius: 50%;
	margin-right: 4px;
}
article.product ul li a:hover {
	background-color: #ec3;
}
article.product section {
	padding: 0 30px;
	box-sizing: border-box;
}
.productBox {
	width: 49%;
	float: left;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #e7e3e5;
}
.productBox:not(:nth-child(2n)) {
	margin-right: 2%;
}
.productBox .headerBox {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.productBox .headerBox h3 {
	width: 50%;
}
.productBox .headerBox p {
	width: 45%;
	text-align: right;
}
.productBox .headerBox p img:not(.act) {
	opacity: 0.1;
}
.productBox .mainBox {
	margin-top: 10px;
}
.productBox .mainBox .imgBox {
	float: left;
	width:30%;
}
.productBox .mainBox .imgBox img {
	width: 100%;
}
.productBox .mainBox .descriptionBox {
	float: right;
	width:70%;
	padding-left: 20px;
	box-sizing: border-box;
}
.productBox .mainBox .descriptionBox p {
	font-size: 0.8em;
	line-height: 1.4;
}
.productBox .mainBox .descriptionBox ol {
	list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	line-height: 1.8;
}
.productBox .mainBox .descriptionBox ol li.howto {
	width: 100%;
	font-weight: bold;
}
.productBox .mainBox .descriptionBox ol li.detail a {
	display: block;
	text-decoration: none;
	background-color: #deb527;
	/* font-weight: bold; */
	color: #000;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #999;
	padding: 3px 20px 0;
}
.productBox .mainBox .descriptionBox ol li.detail a:hover {
	background-color: #ec3;
}
.productBox .mainBox .descriptionBox ol li img {
	width: 30px;
}
.productBox .footerBox {
	list-style: none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/* -ms-flex-wrap: wrap;
	flex-wrap: wrap; */
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}
.productBox .footerBox p {
	width: 46%;
	box-sizing: border-box;
}
.productBox .footerBox p a {
	display: block;
	/* text-align: center; */
	/* text-decoration: none;
	border: 2px solid;
	border-radius: 10px 0; */
	box-shadow: 1px 1px 2px #999;
	/* font-weight: bold; */
}
.productBox .footerBox p a:hover {
	background-color: #fff;
	opacity: 0.6;
}
.productBox .footerBox p a img {
	width: 100%;
}
/*
.productBox .footerBox p:first-child a {
	border-color: #cdb6ce;
	color: #cdb6ce;
}
.productBox .footerBox p:last-child a {
	border-color: #fcc238;
	color: #fcc238;
}
.productBox .footerBox p a img {
	width: 30px;
}
*/
article.product aside p,
article.cart aside p {
	margin-top: 10px;
	text-align: center;
	/* font-size: 0.8em; */
}
article.product aside table,
article.cart aside table {
	margin: 20px auto 0 auto;
}
/* article.product aside.aboutby {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: -100;
	display: none;
	color: #4a5a95;
	color: #fff;
	width: 480px;
	padding: 30px;
	border: 1px solid #cdb6ce;
	border-radius: 10px;
	background-color: #333;
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 200ms ease;
}
article.product aside.aboutby.open {
	display: block;
	z-index: 1;
	opacity: 1;
} */

/* カートページ */
article.cart {
	padding-bottom: 100px;
}
article.cart header {
	padding: 0 30px;
}
article.cart header h2,
article.certification header h2,
article.creditConfirm header h2,
article.registration header h2 {
	font-size: 2em;
	line-height: 1.6;
	color: #4a5a95;
	font-style: italic;
	/* float: left; */
	/* width: 50%; */
}
article.cart section,
article.certification section,
article.creditConfirm section {
	padding: 30px;
	box-sizing: border-box;
	font-size: 0.9em;
}
article.cart section div::after {
	content: "";
	display: block;
	clear: both;
	/* border-collapse: collapse; */
	/* border-right: 1px solid #efefef; */
}
article.cart section div:not(:last-of-type) {
	border-bottom: 2px solid #cdb6ce;
}
article.cart section div:nth-last-of-type(2),
article.cart section div:nth-last-of-type(3),
article.cart section div:nth-last-of-type(4) {
	border-bottom: none;
}
article.cart section div span {
	/* border-left: 1px solid #efefef; */
	display: block;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
article.cart section div:first-child span {
	/* width: 35%; */
	font-weight: bold;
	/* color: #4a5a95; */
}
article.cart section div span:first-child {
	width: 35%;
	font-weight: bold;
	color: #4a5a95;
}
article.cart section div span:nth-child(2) {
	width: 10%;
	text-align: center;
}
article.cart section div span:nth-child(3) {
	width: 15%;
	text-align: right;
}
article.cart section div span:nth-child(4) {
	width: 15%;
	text-align: center;
}
article.cart section div span:nth-child(5) {
	width: 5%;
}
article.cart section div span:last-child {
	width: 20%;
	text-align: right;
}

article.cart section div:last-of-type span,
article.cart section div:nth-last-of-type(2) span,
article.cart section div:nth-last-of-type(3) span,
article.cart section div:nth-last-of-type(4) span {
	width: 30%;
	text-align: right;
	font-weight: bold;
}
article.cart section div:last-of-type span.endTtl,
article.cart section div:nth-last-of-type(2) span.endTtl,
article.cart section div:nth-last-of-type(3) span.endTtl,
article.cart section div:nth-last-of-type(4) span.endTtl {
	/* text-align: right; */
	/* font-weight: bold; */
	width: 70%;
}
article.cart section div span:nth-last-of-type(3) a {
	display: block;
	float: right;
}

/* アップデート */
article.cart section table {
	width: 100%;
	border-collapse: collapse;
}
article.cart section table th,
article.cart section table td {
	padding: 10px;
	border: 1px solid #ccc;
}
article.cart section form[name="update"] p {
	text-align: center;
	padding: 15px 30px;
	/* margin: 30px auto; */
}
article.cart section form[name="update"] input {
	padding: 5px 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
article.cart section div p {
	text-align: center;
	padding-top: 20px;
	/* margin: 30px auto; */
}
article.cart section form button {
	padding: 5px 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
article.cart section form.cartConfirm {
	padding-top: 50px;
}
article.cart section form.cartConfirm p {
	float: left;
	width: 50%;
}
article.cart section form.cartConfirm p:last-child {
	text-align: right;
}
article.cart section form.cartConfirm p button {
	padding: 5px 20px;
	border-radius: 5px;
}
article.cart section form.cartConfirm p:first-child button{
	background-color: #c9e4e4;
}
article.cart section form.cartConfirm p:last-child button {
	background-color: #deb527;

}


/* 決済確認画面 */
article.cart section dl::after {
	content: "";
	display: block;
	clear: both;
	/* border-collapse: collapse; */
	/* border-right: 1px solid #efefef; */
}
article.cart section dl:first-of-type {
	border-top: 2px solid #cdb6ce;
}
article.cart section dl:not(:last-of-type) {
	border-bottom: 2px solid #cdb6ce;
}
article.cart section dl:nth-last-of-type(2),
article.cart section dl:nth-last-of-type(3),
article.cart section dl:nth-last-of-type(4) {
	border-bottom: none;
}
article.cart section dl dd,
article.cart section dl dt {
	/* border-left: 1px solid #efefef; */
	/* display: block; */
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
article.cart section dl dt {
	width: 40%;
	font-weight: bold;
	color: #4a5a95;
}
article.cart section dl dd:first-of-type {
	width: 10%;
	text-align: center;
}
article.cart section dl dd:nth-of-type(2) {
	width: 15%;
	text-align: right;
}
article.cart section dl dd:nth-of-type(3) {
	width: 5%;
	text-align: center;
}
article.cart section dl dd:last-of-type {
	width: 30%;
	text-align: right;
}
article.cart section dl:last-of-type  dt,
article.cart section dl:nth-last-of-type(2) dt,
article.cart section dl:nth-last-of-type(3) dt,
article.cart section dl:nth-last-of-type(4) dt {
	width: 70%;
	text-align: right;
}
article.cart section dl:last-of-type dd,
article.cart section dl:nth-last-of-type(2) dd,
article.cart section dl:nth-last-of-type(3) dd,
article.cart section dl:nth-last-of-type(4) dd {
	/* text-align: right; */
	/* font-weight: bold; */
	width: 30%;
	text-align: right;
	font-weight: bold;
}
article.cart section form.confirm p {
	text-align: center;
	padding: 30px;
}
article.cart section form.confirm p button {
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	background-color: #deb527;
}
article.cart p.rtBtn {
	text-align: center;
	border-radius: 5px;
	margin-top: 40px;
}
article.cart p.rtBtn button {
	border-radius: 5px;
	padding: 5px;
}
article.cart section.return h3 {
	width:500px;
	text-align:center;
	background-color:#f99;
	color:#fff;
	margin: 30px auto;
	border-radius: 5px;
	padding: 20px;
}
article.cart section.return h3.cancel {
	background-color:#66f;
}
article.cart section.return p {
	width:600px;
	text-align:center;
	margin: 30px auto;
	color:#4a5a95;
	font-size:1.2em;
	line-height:1.8;
}
article.cart section.return p a {
	color:#99f;
}

/*20211229仕様追加*/
article.cart section .cardBox {
	width: 50%;
	text-align: center;
	margin: 0 0 0 auto;
	position: relative;
	top:-221px;
}
article.cart section .cardBox p {
	padding: 0;
	margin: 1em;
}
article.cart section .cardBox button {
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #c9e4e4;
}
article.cart section .cardBox aside img {
	border: 1px solid #999;
	border-radius: 5px;
}
article.cart section form.confirm .paypalBox {
	width: 50%;
	padding-top: 50px;
	text-align: center;
}
article.cart section form.confirm .paypalBox p {
	padding: 0;
	margin: 1em;
}
article.cart section .paypalBox button{
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #deb527;

}
article.certification section,
article.creditConfirm section,
article.registration section {
	width: 60%;
	margin: 0 auto;
	
}
article.certification section form dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}

article.certification section form dl.personReg  {
	border-bottom: 1px solid #ccc;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 50px;
}

article.certification section form dl dt {
	width: 40%;
	margin-top: 20px;
}
article.certification section form dl dd {
	margin-top: 20px;
	width: 60%;
	
}
article.certification section form dl.personReg dt {
	width: 30%;
	border-top: 1px solid #ccc;
}
article.certification section form dl.personReg dd {
	width: 70%;
	border-top: 1px solid #ccc;
	background-color: #fff;
}
article.certification section form dl dd input {
	width: 90%;
	
}
article.certification section form dl.personReg dd input {
	width: 100%;
	
}
article.certification section form dl.personReg dd input#pass {
	width: 80%;
	
}
article.certification section form div {
	text-align: center;
	padding-bottom: 80px;
}
article.certification section form div p {
	padding-bottom: 20px;
	text-align: left;
}
article.certification section form div.sec p {
	text-align: center;
}
article.certification section form div.sec p a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	padding: 5px 10px;
	background-color:#666;
	color: #fff;
	/* font-weight: bold; */
	font-size: 0.8em;
}
article.certification section form div.sec button {
	cursor: pointer;
}
article.certification section form div.sec button[disabled] {
	background-color:#efefef;
}
article.certification section form div p.ermess {
	padding: 10px;
	text-align: center;
	border: 1px solid #f96;
	color: #f96;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 20px;
}
article.certification section form button,
article.creditConfirm section form button,
article.registration button {
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #c9e4e4;
	/* font-size: 1.2em; */
	font-weight: bold;
	text-align: center;
}
article.certification section form:first-of-type button {
	background-color: #deb527;
}
article.certification section form:last-of-type button {
	background-color:#d32f2f;
	color: #fff;
}

article.creditConfirm section dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 50px;
}

article.creditConfirm section dl dt,
article.creditConfirm section dl dd {
	border-top: 1px solid #999;
}
article.creditConfirm section dl dt {
	width: 30%;
	padding: 10px 5px;
	box-sizing: border-box;
}
article.creditConfirm section dl dd {
	width: 70%;
	background-color: #fff;
	padding: 10px 5px;
	box-sizing: border-box;
}
article.creditConfirm section div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
article.creditConfirm section div form {
	width: 33.33%;
	text-align: center;
}
article.creditConfirm section div form:first-of-type button,
article.creditConfirm section div form:nth-of-type(2) button {
	background-color:#d32f2f;
	color: #fff;
}
article.creditConfirm section div form:last-of-type button {
	background-color: #deb527;
}
article.creditConfirm section p.atention {
	width: 80%;
	margin: 0 auto 50px;
	padding: 20px;
	line-height: 1.4;
	font-size: 0.8em;
	border: 1px solid #f96;
}
article.creditConfirm section p.creditDiscription {
	width: 33.33%;
	margin: 10px 0 0 auto;
	font-size: 0.8em;
}
article.registration header h2 {
	font-size: 2em;
	line-height: 1.6;
	color: #4a5a95;
	font-style: italic;
	float: left;
	width: 70%;
}
article.registration header p {
	float: right;
	width: 30%;
	padding-top: 6px;
	text-align: right;
}
article.registration form {
	background-color: #efefef;
	padding: 5%;
	width: 90%;
	margin-bottom: 40px;
}
article.registration section form dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 10px 0;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
article.registration section form dl dt,
article.registration section form dl dd {
	border-top: 1px solid #999;
}
article.registration section form dl dt {
	width: 30%;
	padding: 10px 0;
}
article.registration section form dl dd {
	width: 70%;
	padding: 10px 0;
	
}
article.registration section form dl dd input {
	width: 100%;
	
}
article.registration section form:first-of-type div {
	text-align: center;
}
article.registration section form:first-of-type div button {
	background-color: #deb527;
}

article.registration section div.deliveryBox ul,
article.registration section div.deliveryBox div.deliveryList,
article.registration section div.deliveryBox div.deliveryList dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
article.registration section div.deliveryBox {
	overflow-y: scroll;
	height:400px;
	border:1px solid #ccc;
	/* padding: 10px 0; */
	border: 1px solid #999;
	margin-bottom: 30px;
}
article.registration section div.deliveryBox ul {
	position: sticky;
	top: 0;
	background-color: #333;
	opacity: 0.8;
	font-size: 0.6em;
}
article.registration section div.deliveryBox ul li {
	list-style: none;
	width:20%;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	box-sizing: border-box;
}
article.registration section div.deliveryBox ul li:not(:last-child) {
	border-right: 1px solid #fff;
	width:10%;
}
article.registration section div.deliveryBox ul li:nth-child(2) {
	width: 70%;
}
article.registration section div.deliveryBox div.deliveryList {
	background-color: #efefef;
	font-size: 0.8em;
	border-top: 1px solid #999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
article.registration section div.deliveryBox div.deliveryList div {
	width: 10%;
	text-align: center;
}

article.registration section div.deliveryBox div.deliveryList div p.deliveryMainOff {
	display: inline-block;
	padding: 6px;
	border: 1px solid #666;
	border-radius: 6px;
	background-color: #fff;
}
article.registration section div.deliveryBox div.deliveryList div p.deliveryMainOn {
	display: inline-block;
	padding: 2px;
	border: 1px solid #666;
	border-radius: 8px;
	background-color: #fff;
}
article.registration section div.deliveryBox div.deliveryList div p.deliveryMainOn::before {
	display: block;
	content: "";
	padding: 4px;
	/* border: 1px solid #666; */
	border-radius: 4px;
	background-color: #000;
}
article.registration section div.deliveryBox div.deliveryList dl {
	width: 70%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px 0;
	box-sizing: border-box;
	margin: 1px 0;
}
article.registration section div.deliveryBox div.deliveryList dl dt {
	width: 40%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px;
	box-sizing: border-box;
}
article.registration section div.deliveryBox div.deliveryList dl dd {
	width: 60%;
	border-right: 1px solid #ccc;
	background-color: #f6f6f6;
	padding: 0 5px;
	box-sizing: border-box;
}

article.registration section div.deliveryList > p {
	width: 20%;
	text-align: center;
}
article.registration section p.returBtn {
	text-align: center;
	padding-bottom: 50px;
}
