.subf_view::before {
	background:url(../images/bikes/bg_subf_bikes.jpg) no-repeat center / cover;
}

/*-------------------------------
	bikes list
-------------------------------*/

.bikes_list {
	margin:130px auto 50px;
	max-width:1000px;
}

.bikes_block {
	padding:40px;
	border:3px solid #ccc;
}

.bikes_block:not(:last-of-type) {
	margin-bottom:50px;
}

.bikes_block .affe_img {
	width:46%;
	max-width:420px;
	height:300px;
}

.sold_out {
	display: block;
	width:114px;
	height:40px;
	line-height:40px;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing: 0.075em;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	background: rgb(229,59,66);
	background: linear-gradient(45deg, rgba(198,23,30,1) 0%, rgba(233,37,44,1) 100%);
	text-align:center;
}

.bikes_block .affe_img figure {
	height:100%;
	position:relative;
}

.bikes_block .affe_txt {
	width:52%;
	max-width:470px;

}

.bikes_block .affe_txt h2 {
	border-bottom:1px solid #141414;
	margin-bottom:1em;
	padding:0.5em 0 1em;
}

.bikes_block .affe_txt h2 a {
	font-size:2.6rem;
	line-height:1.3em;
	color:#e21b23;
	display: inline-block;
	font-weight:bold;
}

.bikes_dl dt,
.bikes_dl dd {
	padding:20px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	
}

.bikes_dl dd {
	border-right:1px solid #cccccc;
}

.bikes_dl dt:last-of-type,
.bikes_dl dd:last-of-type {
	border-bottom:1px solid #cccccc;
}

.bikes_dl dt {
	width:30%;
	background:#1f1f1f;
	font-weight:bold;
	font-size:1.8rem;
	letter-spacing: 0.05em;
	color:#fff;
	text-align:center;
}

.bikes_dl dd {
	width:70%;
	font-size:1.6rem;
}

.bikes_dl .bikes_price {
	color:#e21b23;
	text-align:right;
	font-weight:bold;
	letter-spacing: 0.05em;
}

.bikes_dl .bikes_price span {
	font-size:2.4rem;
	color:#e21b23;
	font-weight:bold;
	padding-right:0.25em;
}

.bikes_dl dd p.js-text-overflow {
	line-height:1.375;
	height:calc(1.375em * 8);
}

.bikes_dl dd p.js-text-overflow.he_auto {
	height:auto;
	max-height:calc(1.375em * 8);
}

.bikes_btn {
	display: block;
	width:300px;
	height:60px;
	line-height:60px;
	background:#e21b23;
	color:#fff;
	border-radius: 30px;
	margin:30px auto 0;
	font-weight:bold;
	text-align: center;
	letter-spacing: 0.075em;
}

/*-------------------------------
	bikes detail
-------------------------------*/

#bikes_detail .article_sub .inner {
	max-width:1340px;
}

.sold_wrap .sold_out {
	position:relative;
	left:auto;
	top:auto;
	margin-bottom:10px;
}

.bikes_detail_top {
	margin-top:130px;
}

.bikes_detail_top h1 {
	font-size:3.6rem;
	line-height:1.25;
	padding-bottom:0.25em;
	margin-bottom:0.75em;
	letter-spacing: 0.05em;
	color:#e21b23;
	font-weight:bold;
	border-bottom:1px solid #141414;
}

.bikes_img_list {
	width:45%;
	max-width:540px;
}

.bikes_slider li {
	width:100%;
	height:380px;
}

.bikes_slider  {
	margin-bottom:20px;
}

.bikes_thumb li {
	width:100%;
	height:70px;
}

.bikes_thumb.slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap:10px;
	width:100%!important;
	transform: none!important;
}

.slick-track:before, .slick-track:after {
	display: none;
}

.bikes_thumb.slick-slider .slick-slide {
	float:none;
	width:18.45%!important;
	max-width:100%;
	height:70px;
}

.bikes_info_txt {
	width:50%;
	max-width:600px;
}

.bikes_info_txt .bikes_dl dt {
	width:27%;
}

.bikes_info_txt .bikes_dl dd {
	width:73%;
}

.bikes_info_txt .bikes_dl .bikes_price {
	text-align:left;
}

.bikes_info_txt .bikes_btn {
	margin:40px 0 0 0;
	font-size:2rem;
}

.bikes_info_txt .bikes_btn::before {
	left:30px;
}

.bikes_comment {
	margin:50px 0;
}

.bikes_comment .bikes_dl dt {
	width:200px;
	font-size:2.4rem;
}

.bikes_comment .bikes_dl dd {
	width:calc(100% - 200px);
}

.edit_comment {
	background:#fafafa;
	padding:70px 100px 50px;
}




/* ---------  ver.SmartPhone ------------ */

@media screen and (max-width:768px){

	/*-------------------------------
		bikes list
	-------------------------------*/
	
	.bikes_list {
		margin:12.5vw auto 7.5vw;
		max-width:100%;
	}
	
	.bikes_block {
		padding:5vw 5vw 7.5vw 5vw;
		border-width:0.75vw;
	}
	
	.bikes_block:not(:last-of-type) {
		margin-bottom:5vw;
	}
	
	.bikes_block .affe_img {
		width:100%;
		max-width:100%;
		height:50vw;
	}

	.sold_out {
		width:23.75vw;
		height:7.5vw;
		line-height:7.5vw;
		font-size:1.6rem;
	}	
	
	.sold_out::after {
		width:23.75vw;
		height:7.5vw;
		line-height:7.5vw;
		font-size:1.6rem;
	}

	.bikes_block .affe_txt {
		width:100%;
		max-width:100%;
	}
	
	.bikes_block .affe_txt h2 {
		padding:1em 0 0.5em;
	}
	
	.bikes_block .affe_txt h2 a {
		font-size:2.4rem;
		line-height:1.25;
	}
	
	.bikes_dl dt,
	.bikes_dl dd {
		padding:4vw;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;		
	}
		
	.bikes_dl dt {
		width:100%;
		font-size:1.6rem;
		border-bottom:none!important;
	}
	
	.bikes_dl dd {
		width:100%;
		font-size:1.6rem;
	}
	
	.bikes_dl .bikes_price {
		text-align:center;
	}

	.bikes_dl .bikes_price span {
		font-size:2.3rem;
	}

	.bikes_dl dd p.js-text-overflow {
		line-height:1.5;
		height:calc(1.5em * 8);
	}
	
	.bikes_dl dd p.he_auto.js-text-overflow {
		height:auto;
		max-height:calc(1.5em * 8);
	}

	.bikes_btn {
		width:75vw;
		height:15vw;
		line-height:15vw;
		border-radius: 7.5vw;
		margin:5vw auto 0;
		font-size:1.8rem;
	}

/*-------------------------------
	bikes detail
-------------------------------*/

#bikes_detail .article_sub .inner {
	max-width:100%;
}

.sold_wrap .sold_out {
	margin-bottom:1vw;
}

.bikes_detail_top {
	margin-top:12.5vw;
}

.bikes_detail_top h1 {
	font-size:2.4rem;
}

.bikes_img_list {
	width:100%;
	max-width:100%;
}

.bikes_slider li {
	height:57.5vw;
}

.bikes_slider  {
	margin-bottom:2.5vw;
}

.bikes_thumb li {
	width:100%;
	height:12vw;
}

.bikes_thumb.slick-slider .slick-track {
	gap:1.25vw;
	width:100%!important;
	transform: none!important;
}

.slick-track:before, .slick-track:after {
	display: none;
}

.bikes_thumb.slick-slider .slick-slide {
	float:none;
	width:18.8%!important;
	max-width:100%;
	height:12vw;
}

.bikes_info_txt {
	width:100%;
	max-width:100%;
	margin-top:5vw;
}

.bikes_info_txt .bikes_dl dt {
	width:100%;
	text-align: center;
}

.bikes_info_txt .bikes_dl dd {
	width:100%;
	text-align: center;
}

.bikes_info_txt .bikes_dl .bikes_price {
	text-align: center;
}

.bikes_info_txt .bikes_btn {
	margin:7.5vw auto 0;
	font-size:1.8rem;
}

.bikes_info_txt .bikes_btn::before {
	left:7.5vw;
	width:7.5vw;
	height:5.5vw;
}

.bikes_comment {
	margin:10vw 0 12.5vw;
}

.bikes_comment .bikes_dl dt {
	width:100%;
	font-size:1.6rem;
}

.bikes_comment .bikes_dl dd {
	width:100%;
}

#bikes_detail .edit_comment_wrap .inner {
	padding:0;
}

.edit_comment {
	padding:12.5vw 7.5vw 7.5vw;
}


}
