﻿/* Y'S GEAR : /mc/wear/offroad/css/offroad.css */


.contentsWidth {
	overflow: hidden;
	color: #fff;
	font-weight: 500;
}

.contentsWidth * {
	box-sizing: border-box;
}

/*
.contentsWidth a,
.contentsWidth a img { transition: all ease .3s; }
*/

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
} /* */

/*======================================================================*
 *  [ mainWrap ] 
 *======================================================================*/

.bg-gray {
	background: #333;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.mainWrap picture img {
	display: block;
	width: 100%;
}
.mainWrap > div {
	position: relative;
}
.mainWrap > div::before {
	position: absolute;
	display: inline-block;
	content: "";
	max-width: 980px;
	width: 100%;
	height: 100%;
	aspect-ratio: 98 / 53;
	background: url("../img/main_logo.svg") top center / 100% auto no-repeat;
}
.mainWrap > div + div {
	padding: 30px 30px 0;
}
.mainWrap > div + div::before {
	content: none;
}
.mainWrap p {
	margin-bottom: 30.5px;
	color: #fff;
	text-align: center;
}
.mainWrap p span {
	display: inline-block;
}
.mainWrap .catch {
	max-width: 745.64px;
	width: 100%;
	margin: 0 auto 20px;
}
.mainWrap .catch + p {
	font-size: 2.4rem;
	line-height: 3.0rem;
	margin-bottom: 43px;
}
.mainWrap .catch + p + p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3.0rem;
}

/* [ 取扱店舗 ] */
.mainWrap .note {
	width: fit-content;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.6rem;
	text-align: left;
	margin: 30px auto 0;
	padding: 10px 5px 10px 10px;
	border: 1px solid #888;
	background: #595959;
}

/* SP */
@media screen and (max-width: 568px) {
	.mainWrap > div::before {
		content: none;
	}
	.mainWrap > div + div {
		padding: 45px 10px 0;
	}
	.mainWrap p {
		margin-bottom: 20px;
	}
	.mainWrap .catch + p {
		font-size: 1.8rem;
		margin-bottom: 35.5px;
	}
	.mainWrap .catch + p + p {
		font-size: 1.6rem;
		padding: 0 20px;
	}
	.mainWrap .catch {
		width: 100%;
	}
	.mainWrap .note {
		margin-left: 30px;
		margin-right: 30px;
	}
}


/*======================================================================*
 *  [ 商品 ] 
 *======================================================================*/

section {
	margin-top: 100px;
}
section#jersey {
	margin-top: 50px!important;
}
section > div + div p {
	text-align: left!important;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 4.0rem;
}
section > div + div p:has(span) b {
	display: block;
	font-size: 2.0rem;
	line-height: 2.4rem;
}
section > div + div p + p {
	font-weight: 400;
	line-height: 3.0rem;
}
section > div + div a.btn {
	display: block;
	position: relative;
	width: 195.63px;
	background: url("../img/btn_moreb.svg") center / 100% auto no-repeat;
	color: #000!important;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.4rem;
	padding: 33.6px 42.6px 30.6px 55px;
	margin: 20px 0 0 auto;
}
section > div + div a.btn::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 15px;
	top: 37.1px;
	left: 34.5px;
	background: url("../img/icon_arrow.svg") center / contain no-repeat;
}
@media (hover: hover) {
	section > div + div a.btn:hover {
		color: #000!important;
		background: url("../img/btn_morea.svg") center / 100% auto no-repeat;
	}
}
@media (hover: none) {
	section > div + div a.btn:hover {
		color: #000!important;
		background: url("../img/btn_morea.svg") center / 100% auto no-repeat;
	}
}

/* PC */
@media screen and (min-width: 769px) {
	section {
		display: flex;
		align-items: flex-start;
		gap: 4.5%;
		background: url("../img/bg_r.png") right top / 71.32% auto no-repeat;
	}
	section:nth-of-type(even) {
		gap: 0;
		flex-direction: row-reverse;
		background: url("../img/bg_l.png") left top / 69.9% auto no-repeat;
	}
	section > div {
		position: relative;
		flex-basis: 44%;
		padding-top: 7px;
	}
	section:nth-of-type(even) > div {
		flex-basis: 47.551%;
	}
	section > div img.itemname {
		position: absolute;
		top: 40px;
		right: 30px;
	}
	section > div img.itemname.shadow {
		-webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
		filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.5));
	}
	section:nth-of-type(even) > div img.itemname {
		right: 22px;
	}
	section > div + div {
		flex-basis: calc(100% - 44% - 4.5%);
		text-align: center;
		padding-top: 30px;
		padding-right: 50px;
	}
	section:nth-of-type(even) > div + div {
		flex-basis: calc(100% - 47.551%);
		padding-right: 0;
		padding-left: 50px;
	}
	section > div + div img {
		max-width: 460px;
	}
	section > div + div p {
		margin-top: 35px;
	}
	section > div + div p + p {
		font-size: 1.8rem;
		margin-top: 20px;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	section > div {
		display: flex;
		justify-content: space-around;
	}
	section:nth-of-type(even) > div {
		flex-direction: row-reverse;
	}
	section > div img {
		width: 50%;
	}
	section > div img + img {
		padding: 0 30px 0 16.9px;
	}
	section:nth-of-type(even) > div img + img {
		padding: 0 16.9px 0 30px;
	}
	section > div + div {
		display: flex;
		flex-flow: column;
		margin-top: 20.5px;
		padding: 0 30px;
		background: url("../img/bg_r.png") right top 26% / 125% auto no-repeat;
	}
	section:nth-of-type(even) > div + div {
		display: flex;
		flex-flow: column;
		background: url("../img/bg_l.png") left top 26% / 125% auto no-repeat;
	}
	section > div + div img {
		order: 1;
		width: 100%;
		margin-top: 20px;
	}
	section > div + div p {
		margin-top: 0;
	}
	section > div + div p + p {
		order: 2;
		font-size: 1.6rem;
		margin-top: 32.7px;
	}
	section > div + div p + p + a.btn {
		order: 2;
	}
}


/*======================================================================*
 *  [ コンテンツバナー ] 
 *======================================================================*/

.bunnerArea {
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 50px;
}

.bunnerArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.bunnerArea li {
	width: calc((940px - 20px) / 3);
}

.bunnerArea li img {
	width: 100%;
}

/* SP */
@media screen and (max-width: 768px) {
	.bunnerArea {
		margin: 0 -10px 50px;
	}
	.bunnerArea ul {
		gap: 20px;
	}
	.bunnerArea li {
		width: 100%;
	}
}


/* PC */
@media screen and (min-width: 769px) {
	.pcnone { display: none; }
}