/* Y'S GEAR : /mc/wear/yamaharacing/css/yamaharacing.css */


.contentsWidth {
	overflow: hidden;
	color: #333;
	font-size: 1.6rem;
	font-family:
		"游ゴシック体", "Yu Gothic", YuGothic, 
		"メイリオ", Meiryo, 
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 
		"ＭＳ Ｐゴシック", "MS PGothic", 
		sans-serif;
	font-weight: 500;
}

.contentsWidth * {
	box-sizing: border-box;
}

.contentsWidth a,
.contentsWidth a img,
.contentsWidth a .btn { transition: all ease .5s; }

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
} /* */

/*======================================================================*
 *  [ mainImg ] 
 *======================================================================*/

.mainImg {
	margin-bottom: 30px;
}

@media screen and (max-width: 568px) {
	.mainImg {
		margin-bottom: 40px;
	}
} /* */

/*======================================================================*
 *  [ catNav ] 
 *======================================================================*/

.catNav {
	margin-bottom: 100px;
}

.catNav ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	row-gap: 15px;
}
.catNav li {
	margin: 0 !important;
}

.catNav a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 66px;
	background: #00357F;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.catNav a:hover,
.catNav a:active {
	background: #000;
	color: #fff !important;
	transform: translateY(-5px);
}
.catNav a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 15px;
	background: #fff;
	mask: url(../img/icon_nav.svg) center center / contain no-repeat;
	transform: translateY(-50%);
	content: "";
}

@media screen and (max-width: 980px) {
	.catNav {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 568px) {
	.catNav ul {
		grid-template-columns: 1fr;
	}

	.catNav a {
		max-width: 315px;
		height: 56px;
		margin: 0 auto;
		font-size: 2rem;
	}
	.catNav a::after {
		right: 20px;
		width: 20px;
		height: 13px;
	}
} /* */

/*======================================================================*
 *  [ itemSection ] 
 *======================================================================*/

.itemSection {
	margin-bottom: 100px;
}
.itemSection.apparel {
	background: linear-gradient(to right,  #ffffff 33%,#ebeff5 33%,#ebeff5 67%,#ffffff 67%);
}

/* [ タイトル ] */
.itemSection h2 {
	position: relative;
	padding: 150px 0 100px;
	background: #fff;
	color: #00357F;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.itemSection h2::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #000;
	content: "";
}

@media screen and (max-width: 768px) {
	.itemSection.apparel {
		background: none;
	}

	/* [ タイトル ] */
	.itemSection h2 {
		padding-bottom: 75px;
	}
} /* */

@media screen and (max-width: 568px) {
	/* [ タイトル ] */
	.itemSection h2 {
		font-size: 3rem;
	}
} /* */

/*======================================================================*
 *  [ apparelList / goodsList | 共通 ] 
 *======================================================================*/

/* [ 購入はこちらボタン ] */
.itemSection .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 190px;
	height: 60px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.itemSection .btn:hover,
.itemSection .btn:active {
	background: #00357F;
	color: #fff !important;
}
.itemSection .btn::before {
	display: block;
	width: 8px;
	height: 16px;
	background: #fff;
	mask: url(../img/icon_btn.svg) center center / contain no-repeat;
	content: "";	
}

@media screen and (max-width: 768px) {
	.itemSection .btn {
		transition: transform 0.3s ease;
	}
	.itemSection .btn:hover,
	.itemSection .btn:active {
		transform: translateY(-5px);
	}
} /* */

/*======================================================================*
 *  [ apparelList ] 
 *======================================================================*/

.apparelList {
	padding: 0 0 50px 0;
}

@media screen and (max-width: 768px) {
	.apparelList {
		padding: 0;
	}
} /* */

/* [ アイテム ] */
.apparelList .item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	margin-bottom: 20px;
}
.apparelList .item:nth-child(odd) {
	flex-direction: row-reverse;
}
.apparelList .item:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.apparelList .item {
		flex-direction: column !important;
		margin-bottom: 10px;
	}
} /* */


/* [ アイテム：背景 ] */
.apparelList .bg {
	position: absolute;
	top: 70px;
	width: 100%;
	aspect-ratio: 12/5;
	background: linear-gradient(157deg,  #d1dcec 0%,#a5b6d1 77%,#b8c6db 100%);
}
.apparelList .item:nth-child(even) .bg {
	background: linear-gradient(157deg,  #6A8CBE 0%,#335484 77%,#335484 100%);
}

@media screen and (max-width: 768px) {
	.apparelList .bg {
		height: calc(20px + 375px + 20px);
		aspect-ratio: auto;
	}
} /* */

/* [ アイテム：画像 ] */
.apparelList .img {
	position: relative;
	width: 52%;
	text-align: center;
	z-index: 1;
}
.apparelList .img .single,
.apparelList .img .glove {
	padding-top: 3.45%; 
}
.apparelList .img img {
	display: block;
	margin: 0 auto;
	padding: 0 4.9%;
}

@media screen and (max-width: 768px) {
	.apparelList .img {
		width: 100%;
	}
	.apparelList .img .single {
		padding-top: min(10.5%, 78px); 
	}
	.apparelList .img .glove {
		padding-top: 70px; 
	}
	.apparelList .img img {
		width: 100%;
		max-width: calc(375px + 10%);
		padding: 0 5%;
	}
} /* */

/* [ アイテム：テキスト ] */
.apparelList .txt {
	position: relative;
	width: 48%;
	margin-top: 21.6%;
	padding: 30px 20px;
	background: #fff;
	text-align: center;
	transition: transform 0.3s ease;
	z-index: 1;
}
.apparelList .txt:hover {
	transform: translateY(-5px);
}
.apparelList .txt h3 {
	margin-bottom: 20px;
	color: #00357F;
	font-size: 2.4rem;
}
.apparelList .txt h3 span {
	display: block;
	font-size: calc(1em - 0.4rem);
}
.apparelList .txt h3 b {
	display: inline-block;
}
.apparelList .txt h3 + p {
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.apparelList .txt p {
	margin-bottom: 30px;
	font-weight: 400;
}
.apparelList .txt p span {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.apparelList .txt {
		width: 100%;
		margin-top: 0;
	}
	.apparelList .txt:hover {
		transform: translateY(0);
	}
} /* */

@media screen and (max-width: 568px) {
	.apparelList .txt p {
		font-size: 1.4rem;
	}
} /* */

/*======================================================================*
 *  [ goodsList ] 
 *======================================================================*/

.goodsList {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 17.5px;
}

@media screen and (max-width: 980px) {
	.goodsList {
		padding: 0 20px;
	}
} /* */

@media screen and (max-width: 768px) {
	.goodsList {
		max-width: 690px;
		margin: 0 auto;
	}
} /* */

@media screen and (max-width: 568px) {
	.goodsList {
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}
} /* */

/* [ アイテム ] */
.goodsList .item {
	max-width: calc((100% - 35px) / 3);
	border: 1px solid #b8c6db;
	background: #fff;
	text-align: center;
	transition: transform 0.3s ease;
}
.goodsList .item:hover {
	transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
	.goodsList .item {
		max-width: calc((100% - 20px) / 2);
	}
	.goodsList .item:hover {
		transform: translateY(0);
	}
} /* */

@media screen and (max-width: 568px) {
	.goodsList .item {
		width: 100%;
		max-width: 315px;
	}
} /* */

/* [ アイテム：画像 ] */
.goodsList .img {
	position: relative;
	background: linear-gradient(135deg,  #d1dcec 0%,#a5b6d1 77%,#b8c6db 100%);
}
.goodsList .img .slick-dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.goodsList .img .slick-dots button {
	padding: 10px;
	border: none;
	border-radius: 5px;
	background: #4D6FA0;
	color: #fff;
	font-size: 0;
	cursor: pointer;
}
.goodsList .img .slick-dots .slick-active button {
	background: #fff;
	color: #333;
}
.goodsList .img .slick-dots button::before {
	font-size: 1.4rem;
	font-weight: bold;
}
.goodsList .img .slick-dots li:nth-child(1) button::before { content: "商品イメージ"; }
.goodsList .img .slick-dots li:nth-child(2) button::before { content: "着用イメージ"; }

/* [ アイテム：テキスト ] */
.goodsList .txt {
	padding: 20px 10px;
}
.goodsList .txt h3 {
	margin-bottom: 20px;
	color: #00357F;
	font-size: 2rem;
}
.goodsList .txt h3 span {
	display: block;
	font-size: calc(1em - 0.2rem);
}
.goodsList .txt h3 + p {
	font-weight: bold;
}
.goodsList .txt p {
	margin-bottom: 20px;
	font-weight: 400;
}
.goodsList .txt p span {
	display: inline-block;
}

@media screen and (max-width: 568px) {
	.goodsList .txt p {
		font-size: 1.4rem;
	}
} /* */
