@charset "utf-8";

.btnSubmit {
    max-width: 420px;
	width: 90%;
	margin-top: 4rem;
}

.contents h2 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}


@media (max-width: 768px) {
	.contents h2 {
		font-size: min(6vw, 3.2rem);
		margin-bottom: 4rem;
	}
}


.box {
	margin-bottom: 6rem;
}

.box .border {
	border: 1px solid #000;	
}

.box .borderRow:not(:last-child) {
	border-bottom: 1px solid #000;
}

.box .borderRow:last-child {
	padding: 2rem;
}

.box .borderRow select {
	max-width: 450px;
	width: 100%;
}

.titBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;

	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2rem;
	margin-bottom: 2rem;

}

.titBox span {
	font-size: 1.2rem;
	background: #aa442f;
	color: #fff;
	line-height: 1;
	padding: 5px 5px;
	text-align: center;
	display: inline-block;
}

@media (max-width: 768px) {	
	.titBox {
		font-size: 2rem;
	}
}


/* productBox */
.productBox .productList {
	justify-content: flex-start;
}

.productList .product {
	width: 32.5%;
	margin: 0 1.25% 1.25% 0;
	border: 1px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
}

.productList .product .flexBox {
	align-items: center;
}

.productList .product:nth-child(3n) {
	margin-right: 0;
}

.productList .product figure {
	width: 38.3%;
}

.productList .product label {
	cursor: pointer;
	transition: 0.3s;
}

.productList .product .radioTxt {
	width: 61.7%;
	padding-left: 8%;
}

.productList .product .radioTxt input[type=radio] {
	margin-right: 1rem;
	cursor: pointer;
	transform: scale(1.2);
}

.productBox p a {
	text-decoration: underline;
	text-decoration-color: #d7d7d7;
}

.productBox p a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.productList .product {
		width: 100%;
		margin: 0 0 1rem !important;
	}

}


.capRed {
	font-size: 1.8rem;
	margin: 5rem 0 0;
	padding: 3rem;
	font-weight: bold;
	text-align: center;
	background: #f5f5f7;
	color: #aa442f;
}

.capRed a {
	text-decoration: underline;
	text-decoration-color: #aa442f;
}

.capRed a:hover {
	text-decoration: none;
}

@media (max-width: 768px) {
	.capRed {
		font-size: min(4vw, 1.6rem);
	}
}

/* widthBox */
.widthBox .border {
	align-items: stretch;
}

.widthBox select {
	margin-bottom: 2rem;
}

.widthBox p {
	margin-bottom: 5px;
}

.widthBox p a {
	text-decoration: underline;
	transition: 0.2s;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.widthBox p a:hover {
	text-decoration: none;
}

.widthBox p a i {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/common/arrow-right-long.svg) no-repeat center center / 100% 100%;
}

.widthBox .colL {
	width: 67%;
	border-right: 1px solid #000;
	padding: 2rem;
}

.widthBox .colR {
	width: 33%;
	text-align: center;
	padding: 3rem 1rem;
}

@media (max-width: 768px) {
	.widthBox .colL {
		width: 100%;
		padding: 2rem;
		border: 0;
	}

	.widthBox .colR {
		border-top: 1px solid #000;
		width: 100%;
		padding: 2rem;
		text-align: center;
	}

	.widthBox p a {
		position: relative;
		padding-right: 30px;
	}

	.widthBox p a i {
		position: absolute;
		top: 0;
		right: 0;
	}
}







/* styleBox */
.styleBox ul li {
	padding: 3rem 1rem;
	width: 33.33333%;
	border-right: 1px solid #000;
	text-align: center;
}

.styleBox ul li:nth-child(3) {
	border-right: 0;
}

.styleBox select {
	max-width: 450px;
	width: 100%;
}

@media (max-width: 768px) {
	.styleBox ul li {
		width: 100%;
		text-align: center;
		padding: 3rem !important;
		border: 0;
		border-bottom: 1px solid #000;
	}

	.styleBox ul li:last-child {
		border-bottom: 0;
	}
}


/* shapeBox */
.shapeBox .borderRow {
	padding: 3rem;	
}

.shapeBox .borderRow ul {
	justify-content: flex-start;
	gap: 10px;
}

.shapeBox .borderRow .shapeBg {
	background: #dddddd;
	padding: 2rem;
	justify-content: space-between;	
	gap: unset;
}

.shapeBox .borderRow .shapeBg li {
	width: 15%;
}

@media (max-width: 768px) {
	.shapeBox .borderRow {
		padding: 2rem;
	}

}





/* lengthBox */
.lengthBox ul li {
	padding: 2rem 1rem;
	width: 33.33333%;
	border-right: 1px solid #000;
	text-align: center;
}

.lengthBox ul li:last-child {
	border-right: 0;
}

.lengthBox ul li figure {
	min-height: 212px;
	align-content: center;	
}

.lengthBox ul li p {
	font-size: 1.3rem;
	margin-top: 2rem;
	text-align: left;
}

.lengthBox ul li .cap {
	font-size: 1.1rem;
	margin-top: 0;
}

@media (max-width: 768px) {
	.lengthBox ul li {
		width: 100%;
		padding: 2rem;
		border: 0 !important;
		border-bottom: 1px solid #000 !important;
		text-align: center;
	}

	.lengthBox ul li:last-child {
		border-bottom: 0 !important;
	}

	.lengthBox ul li figure {
		min-height: unset;
	}
}




/* quantityBox */
.quantityBox .border {
	padding: 2rem;
	border: 1px solid #000;
}

.quantityBox .border select {
	max-width: 450px;
	width: 100%;
}

@media (max-width: 768px) {
	.quantityBox .border {
		padding: 2rem;
	}
}



/* amountBox */
.amountBox {
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
	background: #f0f0f0;
	padding: 4rem 0;
	position: relative;
	margin-bottom: 2rem;
}

.amountBox::before {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	border-color: transparent;
	border-top-color: #ccc;
	border-style: solid;
	border-width: 10px 30px 0;
	width: 0;
	height: 0;
	line-height: 0;
}

.amountBox p:nth-child(1) {
	font-size: 1.8rem;
	border: 1px solid #000;
	padding: 5px 10px;
}

.amountBox p:nth-child(1) {
	font-size: 1.8rem;
	border: 1px solid #000;
	padding: 5px 10px;
}

.amountBox p:nth-child(2) {
	margin: 0 7rem 0 4rem;
}

.amountBox p:nth-child(3) span {
	color: #9e1f00;
	font-weight: 900;
	font-size: 4rem;
}

.amountBox p:nth-child(4) {
	font-size: 1.8rem;
}

.amountBox p:nth-child(4) span {
	/*color: #9e1f00;*/
	font-weight: 900;
	font-size: 3.2rem;
}

@media (max-width: 768px) {
	.amountBox {
		display: block;
		padding: 2rem;
		text-align: center;
	}

	.amountBox p:nth-child(1) {
		max-width: 150px;
		text-align: center;
		margin: 0 auto;
	}

	.amountBox p:nth-child(2) {
		width: 100%;
		margin: 1rem 0 0;
	}	
}

/* spec id */
#spec03 .styleBox ul li {
	width: calc(100% / 3);
	border-right: 1px solid #000 !important;
}

#spec03 .styleBox ul li:last-child {
	border-right: 0 !important;
}

#spec04 .widthBox01 .colL {
	width: 100%;
	border-right: 0;
}

#spec04 .widthBox01 .colL select {
	max-width: 450px;
	width: 100%;
}

#spec04 .shapeBox .borderRow ul li {
	width: 13%;
}

#spec05 .shapeBox .borderRow ul {
	justify-content: flex-start;
	gap: 10px;
}

#spec05 .shapeBox .borderRow .shapeBg {
	background: #dddddd;
	padding: 2rem;
	justify-content: space-between;	
	gap: unset;
}

#spec05 .shapeBox .borderRow .shapeBg li {
	width: 15%;
}

#spec05 .widthBox h6 {
	text-align: center;
	margin: 0 0 2rem;
	font-size: 2rem;
}

#spec05 .widthBox .colL {
	width: 50%;
}

#spec05 .widthBox .colR {
	width: 50%;
}

#spec05 .widthBox .group {
	display: none;		
}

#spec05 .widthBox .group ul {
	justify-content: center;
	gap: 2rem;
}

#spec05 .widthBox .group ul li {
	width: 37%;
}

#spec05 .widthBox .group .img {
	position: relative;
}

#spec05 .widthBox .group .img img {
	width: 100%
}

#spec05 .widthBox .group .lb {
	position: absolute;
	top: -14%;
	right: -22%;
	width: 38%;
}

#spec05 .widthBox .group p {
	text-align: center;
	margin: 5px 0 0;
}

#spec05 .widthBox #spec05Gr01 {
	display: block;
}

@media (max-width: 768px) {
	#spec03 .styleBox ul li {
		width: 50%;
		text-align: center;
		border-right: 1px solid #000 !important;
		border-bottom: 1px solid #000;
		padding: 2rem !important;
	}

	#spec03 .styleBox ul li:nth-child(3) {
		border-bottom: 0;
		border-right: 1px solid #000 !important;
	}

	#spec03 .styleBox ul li:nth-child(2n) {
		border-right: 0 !important;
	}

	#spec04 .shapeBox .borderRow ul {
		gap: unset;
	}

	#spec04 .shapeBox .borderRow ul li {
		width: 32%;
		margin: 0 2% 2% 0;
	}

	#spec04 .shapeBox .borderRow ul li:nth-child(3n) {
		margin-right: 0;
	}

	#spec05 .shapeBox .borderRow .shapeBg {
		padding: 1rem;
	}
	
	#spec05 .shapeBox .borderRow .shapeBg li {
		width: 32%;
		margin: 0 2% 2% 0 !important;
	}

	#spec05 .shapeBox .borderRow .shapeBg li:nth-child(3n) {
		margin-right: 0 !important;
	}

	#spec05 .shapeBox .borderRow .shapeBg li {
		padding: 0.5rem;
	}

	#spec05 .widthBox .colL {
		width: 100%;
	}

	#spec05 .widthBox .colR {
		width: 100%;
	}

	#spec05 .widthBox .colR img {
		width: 80%;
		max-width: 437px;
	}

	#spec05 .widthBox .group ul {
		gap: 0;
		justify-content: space-between;
	}

	#spec05 .widthBox .group ul li {
		width: 48%;
	}

	#spec05 .widthBox .group .lb {
		right: -10px;
		max-width: 74px;
	}

	#spec05 .widthBox h6 {
		font-size: 1.8rem;
	}

	#spec05 .widthBox .group p {
		font-size: 1.2rem;
	}
}


/* btnShowMore*/
.btnShowMore {
	max-width: 420px;
}

.btnShowMore i {
    background-image: url(../img/common/arrow-down-long-white.svg) !important;
}

.btnShowMore:hover i {
    background-image: url(../img/common/arrow-down-long.svg) !important;
}

.btnShowMore.active i {
    background-image: url(../img/common/arrow-top-long-white.svg) !important;
}

.btnShowMore.active:hover i {
	background-image: url(../img/common/arrow-top-long.svg) !important;
}

@media (max-width: 768px) {
	
}



/* form */
form .row {
	border: 1px solid #000;
	border-bottom: 0;
	align-items: center;
}

form .row:last-of-type {
	border-bottom: 1px solid #000;
}

form .row ul li:first-child {
	width: 28%;
	padding: 2rem;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background: #f0f0f0;
}

form .row ul li:first-child span {
	font-size: 1.2rem;
	color: #ffffff;
	background: #9e1f00;
	padding: 5px 5px;
	line-height: 1;
	margin-left: 5px;
}

form .row ul li:last-child {
	width: 72%;
	padding: 2rem;
	border-left: 1px solid #000;
}

form .row:last-child ul li:first-child {
	align-items: flex-start;
}

form .zip input[type=text] {
	width: 110px;
}

form .zip input[type=text].wFull {
	width: 100%;
	margin-top: 2rem;
}

form .delivery-date select {
	width: 110px;
	margin-left: 20px;
}

form .delivery-date select:first-child {
	margin-left: 0;
}

form .alignTop {
	align-items: flex-start !important;
}


@media (max-width: 768px) {
	form .row ul li {
		width: 100% !important;
		padding: 2rem !important;
	}

	form .row ul li:last-child {
		border: 0 !important;
		border-top: 1px solid #000 !important;
	}

	form .zip input[type=text] {
		width: 80px;
	}

	form .delivery-date select {
		width: 60px;
	}
}

.contents .hidden {
	display: none;
	padding-top: 6rem;
}

.capBox {
	font-size: 1.2rem;
	margin: 0 0 6rem;
}

@media (max-width: 768px) {
	.capBox {
		margin: 0 0 4rem;
	}

}