﻿/* Y'S GEAR : /mc/wear/offroad/css/offroad_70th.css */


.contentsWidth {
	position: relative;
	overflow: hidden;
	padding-bottom: 14px;
	background: #F9F6F6;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.contentsWidth::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	border-top: 6px solid #CC0000;
	border-bottom: 6px solid #000;
	background: #fff;
	box-sizing: border-box;
	content: "";
}

.contentsWidth *,
.contentsWidth *::before,
.contentsWidth *::after {
	box-sizing: border-box;
}

.contentsWidth a,
.contentsWidth a img,
.contentsWidth a div { transition: all ease .3s; }

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
} /* */

/*======================================================================*
 *  [ mainWrap ] 
 *======================================================================*/

.mainWrap > picture {
	position: relative;
	display: block;
	padding-bottom: 14px;
}
.mainWrap > picture::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	border-top: 6px solid #CC0000;
	border-bottom: 6px solid #000;
	background: #fff;
	box-sizing: border-box;
	content: "";
}

.mainWrap > div {
	padding: 40px 50px;
	text-align: center;
}
.mainWrap .catch {
	margin-bottom: 40px;
	text-align: center;
}
.mainWrap .catch + p {
	margin-bottom: 30px;
}
.mainWrap .note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: calc(1em - 0.2rem);
}

/* SP */
@media screen and (max-width: 568px) {
	.mainWrap > div {
		padding: 40px 20px 30px;
		text-align: left;
	}
} /* */


/*======================================================================*
 *  [ 商品一覧 ] 
 *======================================================================*/

.itemWrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
	padding: 0 50px;
}

.itemWrap .item {
	display: flex;
	width: calc(50% - 10px);
}
.itemWrap .item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 20px;
	background: #fff;
	color: #000;
	text-align: center;
}
.itemWrap .item h2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	padding: 0 20px;
}
.itemWrap .item h2 b {
	position: relative;
	padding-top: 25px;
	color: #CC0000;
}
.itemWrap .item h2 b::before {
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 7px;
	border-top: 3px solid #CC0000;
	border-bottom: 3px solid #000;
	content: "";
}
.itemWrap .item h2 span {
	color: #000;
	font-size: 2rem;
}
.itemWrap .item h2 + p {
	flex: 1;
	padding: 0 20px;
	color: #000;
}
.itemWrap .item div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: min(176px, 100%);
	height: 47px;
	background: #CC0000;
	color: #fff;
	font-size: 1.7rem;
}
.itemWrap .item div::before {
	display: block;
	width: 8px;
	height: 16px;
	background: url(../img/icon_arrow.svg) center center / contain no-repeat;
	content: "";
}

@media (hover: hover) {
	.itemWrap .item a:hover {
		transform: translateY(-10px);
	}
	.itemWrap .item a:hover div {
		opacity: 0.6;
	}
}

/* Tablet */
@media screen and (max-width: 768px) {
	.itemWrap .item {
		width: min(400px, 100%);
	}
} /* */

/* SP */
@media screen and (max-width: 568px) {
	.itemWrap {
		padding: 0 20px;
	}

	.itemWrap .item {
		width: min(380px, 100%);
	}
	.itemWrap .item a {
		gap: 15px;
	}
	.itemWrap .item h2 {
		padding: 0 15px;
	}
	.itemWrap .item h2 b {
		padding-top: 20px;
	}
	.itemWrap .item h2 span {
		font-size: 1.8rem;
	}
	.itemWrap .item h2 + p {
		padding: 0 15px;
	}
	.itemWrap .item div {
		width: min(146px, 100%);
		height: 37px;
		font-size: 1.4rem;
	}
	.itemWrap .item div::before {
		display: block;
		width: 8px;
		height: 16px;
		background: url(../img/icon_arrow.svg) center center / contain no-repeat;
		content: "";
	}
} /* */
