/* Y'S GEAR : /mc/custom/yzf-r_70th/css/yzf-r_70th.css */


body {
	/* overflow-x: hidden; */
	/* margin: 0 auto !important; */
}

.contentsWidth {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.contentsWidth * { box-sizing: border-box; }
.contentsWidth a,
.contentsWidth a::before,
.contentsWidth a::after {
	color: #000;
	transition: all 0.3s ease;
}
.contentsWidth a img { transition: all 0.3s ease; }

.contentsWidth figure img { width: 100%; }

.contentsWidth p span { display: inline-block; }

@media screen and (max-width: 980px) {
	.contentsWidth {
		padding: 0 !important;
	}
} /* */

@media screen and (min-width: 569px) {
	.contentsWidth .sp { display: none; }
} /* */

@media screen and (max-width: 568px) {
	.contentsWidth {
		font-size: 1.4rem;
	}
	.contentsWidth .pc { display: none; }
} /* */


/*======================================================================*
 *  [ Main ] 
 *======================================================================*/

.yzfMain {
	margin-bottom: 100px;
	text-align: center;
}

/* [ 線 ] */
.yzfMain .line {
	display: block;
	width: 100%;
	height: 12px;
	object-fit: cover;
	object-position: left top;
}

/* [ タイトル ] */
.yzfMain .ttl {
	margin-bottom: 40px;
	padding: 0 20px;
}

/* [ テキスト・注釈 ] */
.yzfMain .txt {
	margin-bottom: 30px;
	padding: 0 20px;
	font-size: 1.8rem;
}
.yzfMain .note {
	width: fit-content;
	margin: 0 auto;
	padding: 0 20px;
	color: #555;
	font-size: 1.4rem;
	text-align: left;
}
.yzfMain .note li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 568px) {
	.yzfMain {
		margin-bottom: 80px;
	}

	/* [ テキスト・注釈 ] */
	.yzfMain .txt {
		font-size: 1.6rem;
	}
	.yzfMain .note {
		font-size: 1.2rem;
	}
} /* */


/*======================================================================*
 *  [ yzfItem ] 
 *======================================================================*/

.yzfItem {
	margin-bottom: 100px;
}

/* [ 見出し ] */
.yzfItem h2 {
	margin-bottom: 15px;
}
.yzfItem .line {
	display: block;
	width: 100%;
	height: 12px;
	object-fit: cover;
	object-position: left top;
}

/* [ 灰色背景 ] */
.yzfItem .inner {
	padding: 50px;
	background: #F9F6F6;
}

/* [ Arai説明 ] */
.yzfItem .arai {
	display: flex;
	align-items: center;
	gap: 20px;
	width: fit-content;
	margin: -20px auto 30px;
}
.yzfItem .arai p {
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
}

/* [ 商品 ] */
.yzfItem .items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.yzfItem .item {
	display: flex;
	gap: 20px;
	position: relative;
	background: #fff;
}
.yzfItem .item:hover,
.yzfItem .item:active {
	transform: translateY(-5px);
}
.yzfItem .item:hover section,
.yzfItem .item:active section {
	opacity: 0.8;
}
.yzfItem .item:hover img,
.yzfItem .item:active img {
	opacity: 1;
}
.yzfItem .items.col1 {
	flex-direction: column;
	align-items: center;
}
.yzfItem .items.col1 .item section {
	display: flex;
	align-items: center;
}
.yzfItem .items.col1 .item section .img {
	width: 50%;
}
.yzfItem .items.col1 .item section div {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 50%;
	padding: 20px;
}
.yzfItem .items.col2 .item {
	width: calc(50% - 10px);
	padding: 0 20px 20px;
}
.yzfItem .items.col2 .item div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.yzfItem .item section {
	transition: all 0.3s ease;
}
.yzfItem .item .ribbon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: +5;
}
.yzfItem .item .type {
	color: #CC1A00;
	font-size: 1.6rem;
	font-weight: bold;
}
.yzfItem .item h3 {
	color: #000;
	font-size: 2.3rem;
}
.yzfItem .item h3 span {
	display: inline-block;
}
.yzfItem .item dl {
	width: 100%;
	padding: 10px;
	background: #EDEDED;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.yzfItem .item dd span {
	display: inline-block;
}
.yzfItem .item .end {
	color: #CC1A00;
	font-size: 1.6rem;
	font-weight: bold;
}
.yzfItem .item .btn {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 180px;
	margin: 0 auto;
	padding: 12px 20px;
	background: #CC0000;
	color: #fff;
	font-size: 1.7rem;
	transition: all 0.3s ease;
}
.yzfItem .item .btn::before {
	width: 10px;
	height: 17px;
	background: url(../img/btn_arrow.svg) center center no-repeat;
	content: "";
}

@media screen and (max-width: 768px) {
	/* [ 商品 ] */
	.yzfItem .items.col1 .item {
		width: min(430px, 100%);
		padding: 0 20px 20px;
	}
	.yzfItem .items.col1 .item section {
		display: block;
	}
	.yzfItem .items.col1 .item section .img {
		width: min(350px, 100%);
	}
	.yzfItem .items.col1 .item section div {
		width: 100%;
		padding: 0;
	}
	.yzfItem .items.col2 {
		flex-direction: column;
		align-items: center;
	}
	.yzfItem .items.col2 .item {
		width: min(430px, 100%);
	}
} /* */

@media screen and (max-width: 568px) {
	.yzfItem {
		margin-bottom: 80px;
	}

	/* [ 見出し ] */
	.yzfItem h2 img {
		width: 180px;
	}

	/* [ 灰色背景 ] */
	.yzfItem .inner {
		padding: 50px 20px;
	}

	/* [ Arai説明 ] */
	.yzfItem .arai {
		flex-direction: column;
		gap: 20px;
		width: 100%;
		/* margin: -20px auto 30px; */
	}
	.yzfItem .arai p {
		/* font-size: 2rem; */
		font-size: 1.8rem;
		text-align: center;
	}
	.yzfItem .item .ribbon {
		width: 80px;
		height: 73px;
	}
	.yzfItem .item .type {
		font-size: 1.4rem;
	}
	.yzfItem .item h3 {
		font-size: 2rem;
	}
	.yzfItem .item .end {
		font-size: 1.4rem;
	}
	.yzfItem .item .btn {
		font-size: 1.6rem;
	}
} /* */




