/* Y'S GEAR : /e-shop/special/recommend/shared/css/base.css */


.contentsWidth * {
	box-sizing: border-box;
}

@media screen and (min-width: 569px) {
	.contentsWidth .sp {
		display: none !important;
	}
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth .pc {
		display: none !important;
	}
} /* */


/*======================================================================*
   [ mainBox ]
 *======================================================================*/

.mainBox {
	margin-bottom: 30px;
}
.mainBox dl {
	margin-top: 1px;
	padding: 30px 4%;
	background: url(../../img/main_bg.jpg) bottom center no-repeat;
	background-size: cover;
}
.mainBox dt {
	margin-bottom: 5px;
	color: #2b418d;
	font-size: 1.6rem;
	font-weight: bold;
}
.mainBox dd {
	display: inline-block;
	margin-top: 5px;
	padding: 0 1em;
	font-size: 1.4rem;
	font-weight: 500;
	text-indent: -1em;
}
.mainBox dd span {
	display: inline-block;
	text-indent: 0;
}

@media screen and (max-width: 980px) {
	.mainBox {
		margin: 0 -20px 20px;
	}
	.mainBox dl {
		padding: 30px 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.mainBox {
		margin: 0 -10px 20px;
	}
	.mainBox dl {
		padding: 15px 10px;
	}
	.mainBox dt {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	.mainBox dd {
		display: block;
		padding-right: 0;
		font-size: 1.2rem;
		line-height: 1.2;
	}
} /* */


/*======================================================================*
   [ productBox ]
 *======================================================================*/

.productBox {
	margin-bottom: 20px;
}

@media screen and (max-width: 568px) {
	.productBox {
		margin-bottom: 30px;
	}
} /* */


/*======================================================================*
   [ productBox h3 ]
 *======================================================================*/

.productBox h3 {
	display: flex;
	margin-bottom: 20px;
	padding: 12px 5px;
	border: 1px solid #cfcfcf;
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 50%,#f2f2f2 100%);
}
.productBox h3 > * {
	padding: 0 5px;
}
.productBox h3 b {
	width: 1em;
	color: #c62842;
	font-size: 3.2rem;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	text-align: center;
	line-height: 0.7;
}
.productBox h3 span {
	font-size: 2rem;
	line-height: 1.2;
}

@media screen and (max-width: 568px) {
	.productBox {
		margin-bottom: 30px;
	}
	.productBox h3 {
	margin-bottom: 15px;
		padding: 10px 5px;
	}
	.productBox h3 span {
		font-size: 1.8rem
	}
} /* */


/*======================================================================*
   [ productList ]
 *======================================================================*/

.productList {
	display: flex;
	flex-wrap: wrap;
}
.productList section {
	width: calc(33.33% - 13.33px);
	margin: 0 0 30px 20px;
}
.productList section:nth-child(3n+1) {
	margin-left: 0;
}
.productList a {
	display: block;
}
.productList figure {
	margin-bottom: 15px;
	text-align: center;
}
.productList div {
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #c62842;
}
.productList h4 {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.1;
}
.productList h4 span {
	display: inline-block;
}
.productList p {
	margin-top: 3px;
	color: #c62842;
	font-size: 1.1rem;
	line-height: 1.2;
}
.productList p * {
	display: inline-block;
}
.productList p b {
	font-size: 1.6rem;
	font-family: "Arial", "Verdana";
}
.productList p + p {
	padding-left: 1em;
	text-indent: -1em;
	color: #666;
}
.productList .btn {
	display: block;
	width: 9.5em;
	margin: 0 0 0 auto;
	padding: 4px 0 3px;
	border-radius: 5px;
	background: #c62842;
	color: #fff;
	line-height: 16px;
	text-align: center;
}
.productList .btn::before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -3px;
	vertical-align: middle;
	content: url(../../img/icon_cart.svg);
}
.productList a:hover .btn,
.productList a:active .btn {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.productList section {
		width: calc(50% - 10px);
		margin: 0 0 30px 20px;
	}
	.productList section:nth-child(3n+1) {
		margin-left: 20px;
	}
	.productList section:nth-child(2n+1) {
		margin-left: 0;
	}
} /* */

@media screen and (max-width: 568px) {
	.productList {
		display: block;
	}
	.productList section {
		width: 100%;
		margin: 0;
	}
	.productList section:nth-child(3n+1) {
		margin-left: 0;
	}
	.productList section + section {
		border-top: 1px solid #cfcfcf;
		margin-top: 10px;
		padding-top: 10px;
	}
	.productList a {
		display: flex;
		position: relative;
		justify-content: space-between;
	}
	.productList figure {
		display: flex;
		align-items: center;
		width: 35%;
		margin: 0;
		padding: 0 10px;
	}
	.productList div {
		width: 65%;
		margin: 0;
		padding-bottom: calc(5px + 24px);
	}
	.productList .btn {
		position: absolute;
		right: 0;
		bottom: 0;
	}
} /* */

