﻿@charset "UTF-8";


/*//////////////////////////////////////////////////

common add css 

//////////////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	footer ul {
		width: 820px;
	}
}

header .orangeBtns {
	display: flex;
}
header .orangeBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 60px;
	margin: 0 5px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	background-color: #F8AC2A;
	border-radius: 0 0 10px 10px;
}
header .orangeBtn:hover {
	color: #fff;
	background-color: #F38E00;
}



/*//////////////////////////////////////////////////

index add css 

//////////////////////////////////////////////////*/

/* main-visual
----------------------------------*/
.main-visual a {
	display: block;
	line-height: 0;
}


/* charmarea
----------------------------------*/
.charmarea {
	position: relative;
	background-color: transparent !important;
	border: none !important;
	padding-bottom: 16px;
}
.charmarea > * {
	position: relative;
	z-index: 2;
}
.charmarea:before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 80%;
	/* background: url(../img/index/pc/charmarea_bg.jpg); */
	background: #fff9b1;
	border-radius: 20px;
}
.charmarea-main img {
	width: 100%;
}
.charmarea-slider {
	margin: -5% 10px 0;
	padding: 20px 0;
	background-color: #fff;
	border: #BE2528 solid 2px;
}
@media screen and (max-width: 750px) {
	.charmarea:before {
		border-radius: 2rem;
	}
	.charmarea-slider {
		margin: 0 7px;
		padding: 10px 0;
		border: #BE2528 solid 1px;
	}
}

/* is-main-slide */
.charmarea-slider .is-main-slide .swiper-slide {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 6px;
}
.charmarea-slider .is-main-slide .swiper-slide .in-ajust {
	position: relative;
	width: 100%;
	height: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 69.268%;
}
.charmarea-slider .is-main-slide .swiper-slide figure {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 70%;
	transform: translateY(-50%);
	transition: height 0.3s;
	z-index: 2;
}
.charmarea-slider .is-main-slide .swiper-slide-active figure {
	height: 100%;
}
.charmarea-slider .is-main-slide .swiper-slide figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.charmarea-slider .is-main-slide .swiper-slide .in-text {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transform: translateY(100%);
	transition: transform 0.3s;
	z-index: 5;
}
.charmarea-slider .is-main-slide .swiper-slide-active .in-text {
	transform: translateY(0);
}
.charmarea-slider .is-main-slide .swiper-arws {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	background: #fff;
	margin: 0;
	transform: translateY(-50%);
}
.charmarea-slider .is-main-slide .swiper-arws:before {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	transform: rotate(45deg);
	margin-top: -9px;
	cursor: pointer;
}
.charmarea-slider .is-main-slide .swiper-button-prev {
	left: 0;
}
.charmarea-slider .is-main-slide .swiper-button-prev:before {
	margin-left: -6px;
	border-left: #BE2528 solid 3px;
	border-bottom: #BE2528 solid 3px;
}
.charmarea-slider .is-main-slide .swiper-button-next {
	right: 0;
}
.charmarea-slider .is-main-slide .swiper-button-next:before {
	margin-left: -12px;
	border-right: #BE2528 solid 3px;
	border-top: #BE2528 solid 3px;
}
@media screen and (max-width: 750px) {
	.charmarea-slider .is-main-slide .swiper-slide {
		padding: 0 3px;
	}
	.charmarea-slider .is-main-slide .swiper-slide .in-text,
	.charmarea-slider .is-main-slide .swiper-arws {
		display: none;
	}
}

/* is-text-slide */
.charmarea-slider .is-text-slide {
	display: none;
}
@media screen and (max-width: 750px) {
	.charmarea-slider .is-text-slide {
		/* display: block; */
		margin: 8px 8px 0;
		color: #fff;
		background-color: #000;
	}
	.charmarea-slider .is-text-slide .swiper-slide {
		box-sizing: border-box;
		padding: 8px;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}



/* charmarea-btn */
.charmarea-btn {
	display: flex;
	justify-content: center;
	margin: 0 10px;
	padding: 10px;
	background-color: #BE2528;
}
.charmarea-btn a {
	position: relative;
	background-image: linear-gradient(to bottom, #fff, #a7bcc3);
	border: 1px solid #a7bcc3;
	border-radius: 5px;
	color: #000;
	padding: 5px 45px 5px 20px;
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.charmarea-btn a::after {
	position: absolute;
	top: 0;
	background: url(../img/index/pc/ico_red_arrow.png) no-repeat center / auto 100%;
	content: '';
	display: block;
	height: 100%;
	right: 5px;
	width: 36px;
}
.charmarea-btn a:hover {
	background: #a7bcc3;
}
@media screen and (max-width: 750px) {
	.charmarea-btn {
		margin: 0 7px;
		padding: 12px 7px;
	}
	.charmarea-btn a {
		padding: 8px 34px 8px 15px;
		font-size: min(4.5vw,18px);
	}
	.charmarea-btn a::after {
		right: 2px;
		width: 30px;
	}
}




/* charmarea2
----------------------------------*/
.charmarea2 {
	position: relative;
	background-color: transparent !important;
	border: none !important;
	padding-bottom: 16px;
}
.charmarea2 > * {
	position: relative;
	z-index: 2;
}
.charmarea2:before {
	position: absolute;
	top: 20%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 80%;
	/* background: url(../img/index/pc/charmarea2_bg.jpg); */
	background-color: #fff9b1;
	border-radius: 20px;
}
.charmarea2-main img {
	width: 100%;
}
.charmarea2-slider {
	margin: 0 10px 0;
	padding: 20px 0;
	background-color: #fff;
	border: #007B45 solid 2px;
}
@media screen and (max-width: 750px) {
	.charmarea2:before {
		border-radius: 2rem;
	}
	.charmarea2-slider {
		margin: 0 7px;
		padding: 10px 0;
		border: #007B45 solid 1px;
	}
}

/* is-main-slide */
.charmarea2-slider .is-main-slide .swiper-slide {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 6px;
}
.charmarea2-slider .is-main-slide .swiper-slide .in-ajust {
	position: relative;
	width: 100%;
	height: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	padding-bottom: 69.268%;
}
.charmarea2-slider .is-main-slide .swiper-slide figure {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 70%;
	transform: translateY(-50%);
	transition: height 0.3s;
	z-index: 2;
}
.charmarea2-slider .is-main-slide .swiper-slide figure .is_soldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.6) url(../img/sale/detail/pc/label_soldout.png) no-repeat center center / 70% auto;
	z-index: 5;
}

.charmarea2-slider .is-main-slide .swiper-slide-active figure {
	height: 100%;
}
.charmarea2-slider .is-main-slide .swiper-slide figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.charmarea2-slider .is-main-slide .swiper-slide figure .in_label {
	position: absolute;
	top: 0;
	left: 0;
	width: 19.512%;
	height: auto;
	margin: 2% 0 0 2%;
	object-fit: contain;
	z-index: 2;
}
.charmarea2-slider .is-main-slide .swiper-slide .in-text {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	background-color: rgba(0, 0, 0, 0.6);
	overflow: hidden;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
	transform: translateY(100%);
	transition: transform 0.3s;
	z-index: 5;
}
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text {
	transform: translateY(0);
}
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text .pricearea1 {
	display: inline-flex;
	align-items: center;
}
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text .pricearea1 .label {
	margin-right: 0.5em;
	padding: 0 3px;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	background-color: #fff;
	line-height: 1.3;
}
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text .pricearea1 .txt strong {
	color: #FF0000;
	font-size: 22px;
	line-height: 1.1;
}
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text .pricearea1 .txt small,
.charmarea2-slider .is-main-slide .swiper-slide-active .in-text .pricearea1 .txt span {
	font-size: 12px;
}
.charmarea2-slider .is-main-slide .swiper-arws {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	background: #fff;
	margin: 0;
	transform: translateY(-50%);
}
.charmarea2-slider .is-main-slide .swiper-arws:before {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	transform: rotate(45deg);
	margin-top: -9px;
	cursor: pointer;
}
.charmarea2-slider .is-main-slide .swiper-button-prev {
	left: 0;
}
.charmarea2-slider .is-main-slide .swiper-button-prev:before {
	margin-left: -6px;
	border-left: #007B45 solid 3px;
	border-bottom: #007B45 solid 3px;
}
.charmarea2-slider .is-main-slide .swiper-button-next {
	right: 0;
}
.charmarea2-slider .is-main-slide .swiper-button-next:before {
	margin-left: -12px;
	border-right: #007B45 solid 3px;
	border-top: #007B45 solid 3px;
}
@media screen and (max-width: 750px) {
	.charmarea2-slider .is-main-slide .swiper-slide {
		padding: 0 3px;
	}
	.charmarea2-slider .is-main-slide .swiper-slide .in-text,
	.charmarea2-slider .is-main-slide .swiper-arws {
		display: none;
	}
}

/* is-text-slide */
.charmarea2-slider .is-text-slide {
	display: none;
}
@media screen and (max-width: 750px) {
	.charmarea2-slider .is-text-slide {
		display: block;
		margin: 8px 8px 0;
		color: #fff;
		background-color: #000;
	}
	.charmarea2-slider .is-text-slide .swiper-slide {
		box-sizing: border-box;
		padding: 8px;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.charmarea2-slider .is-text-slide .swiper-slide-active .in-text .pricearea1 {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 5px;
	}
	.charmarea2-slider .is-text-slide .swiper-slide-active .in-text .pricearea1 .label {
		margin-right: 0.5em;
		padding: 0 3px;
		color: #000;
		font-weight: 400;
		font-size: 12px;
		background-color: #fff;
		line-height: 1.3;
	}
	.charmarea2-slider .is-text-slide .swiper-slide-active .in-text .pricearea1 .txt strong {
		color: #FF0000;
		font-size: 22px;
		line-height: 1.1;
	}
	.charmarea2-slider .is-text-slide .swiper-slide-active .in-text .pricearea1 .txt small,
	.charmarea2-slider .is-text-slide .swiper-slide-active .in-text .pricearea1 .txt span {
		font-size: 12px;
	}
}


/* charmarea2-btn */
.charmarea2-btn {
	display: flex;
	justify-content: center;
	margin: 0 10px;
	padding: 10px;
	background-color: #007B45;
}
.charmarea2-btn a {
	position: relative;
    background-image: linear-gradient(to bottom, #fff, #a7bcc3);
    border: 1px solid #a7bcc3;
    border-radius: 5px;
    color: #000;
	padding: 5px 45px 5px 20px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}
.charmarea2-btn a::after {
	position: absolute;
	top: 0;
    background: url(../img/index/pc/ico_red_arrow.png) no-repeat center / auto 100%;
    content: '';
    display: block;
    height: 100%;
    right: 5px;
    width: 36px;
}
.charmarea2-btn a:hover {
	background: #a7bcc3;
}
@media screen and (max-width: 750px) {
	.charmarea2-btn {
		margin: 0 7px;
		padding: 12px 7px;
	}
	.charmarea2-btn a {
		padding: 8px 34px 8px 15px;
		font-size: min(4.5vw,18px);
	}
	.charmarea2-btn a::after {
		right: 2px;
		width: 30px;
	}
}

/* charmarea2-makers */
.charmarea2-makers {
	margin: 0 10px;
	padding: 25px 20px 20px;
	border-top: #fff solid 1px;
	background-color: #007B45;
}
.charmarea2-makers .in-ttl {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.charmarea2-makers ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.charmarea2-makers li {
	display: flex;
	width: calc(50% - 8px);
	margin-top: 16px;
}
.charmarea2-makers li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	width: 100%;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	background-color: #fff;
	border-radius: 6px;
}

.charmarea2-makers li.in-wide {
	width: 100%;
}
.charmarea2-makers li.in-wide a {
	position: relative;
	min-height: 40px;
}
.charmarea2-makers li.in-wide a:after {
	position: absolute;
	top: 0;
	background: url(../img/index/pc/arw1.png) no-repeat center / auto 100%;
	content: '';
	display: block;
	height: 100%;
	right: 10px;
	width: 36px;
}
@media screen and (max-width: 750px) {
	.charmarea2-makers {
		margin: 0 5px;
		padding: 2.5rem 2rem 2rem;
	}
	.charmarea2-makers .in-ttl {
		font-size: 4rem;
	}
	.charmarea2-makers ul {
		display: block;
	}
	.charmarea2-makers li {
		width: auto;
		margin-top: 2rem;
	}
	.charmarea2-makers li a {
		min-height: 0;
		width: 100%;
		font-size: 4rem;
		border-radius: 4px;
	}
	
	.charmarea2-makers li.in-wide {
		width: 100%;
	}
	.charmarea2-makers li.in-wide a {
		position: relative;
		min-height: 40px;
	}
	.charmarea2-makers li.in-wide a:after {
		top: 50%;
		height: 90%;
		right: 1rem;
		width: 7rem;
		background-position: right center;
		background-size: contain;
		transform: translateY(-50%);
	}
}


/*//////////////////////////////////////////////////

sale detail add css 

//////////////////////////////////////////////////*/
#detail.salebike_style section .layout .speclist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#detail.salebike_style section .layout .speclist > dl {
	width: calc(50% - 13px);
	display: flex;
	padding: 3px 0;
	border-bottom: #000 dotted 1px;
}
#detail.salebike_style section .layout .speclist dt {
	width: 125px;
}
#detail.salebike_style section .layout .speclist dd {
	width: calc(100% - 125px);
}
#detail.salebike_style section .layout .left .sec1 .content ul li {
	box-sizing: border-box;
	width: calc(100% / 6);
	margin: 0 !important;
	padding: 10px;
}
#detail.salebike_style section .layout .left .sec2 .wrap.btnwrap {
	text-align: center;
	background-color: #007B45;
}
#detail.salebike_style section .layout .left .sec2 .wrap a.btn.isformbtn {
	width: 365px;
}
#detail.salebike_style section .layout .left .sec1 h4,
#detail.salebike_style section .layout .left .sec1 .head span {
	background-color: #B9992E;
}
#detail.salebike_style section .layout .left .sec1 h4 {
	line-height: 1.4;
}
#detail.salebike_style section .layout .left .sec2 .content ul li {
	background: url(../img/sale/detail/pc/bg_check_blue.png) no-repeat top;
	background-size: contain;
	padding: 0 0 15px 0;
}
#detail.salebike_style .reserve-form .content h4 {
	background-image: url(../img/sale/pc/bg_check_green.png);
}
@media screen and (min-width: 751px) {
	#detail.salebike_style section .layout .speclist > dl:nth-child(1),
	#detail.salebike_style section .layout .speclist > dl:nth-child(2) {
		border-top: #000 dotted 1px;
	}
}
@media screen and (max-width: 750px) {
	#detail.salebike_style section .layout .left .sec1 .head {
		flex-wrap: wrap;
		height: auto;
		background-size: cover;
		background-position: left center;
	}
	#detail.salebike_style section .layout .left .sec1 .head > * {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	#detail.salebike_style section .layout .left .sec1 .head span {
		margin-left: auto;
	}
	#detail.salebike_style section .layout .left .sec1 .content ul {
		margin: 0 -7px;
	}
	#detail.salebike_style section .layout .left .sec1 .content ul li {
		width: calc(100% / 3);
		padding: 7px;
	}
	#detail.salebike_style section .layout .speclist {
		display: block;
	}
	#detail.salebike_style section .layout .speclist > dl {
		width: 100%;
		padding: 3px 0;
		font-size: 2.2rem;
	}
	#detail.salebike_style section .layout .speclist > dl:first-child {
		border-top: #000 dotted 1px;
	}
	#detail.salebike_style section .layout .speclist dt {
		width: 22rem;
	}
	#detail.salebike_style section .layout .speclist dd {
		width: calc(100% - 22rem);
	}
	#detail.salebike_style section .layout .left .sec2 .content ul li {
		background: url(../img/sale/detail/sp/bg_check_blue.png) no-repeat top;
		background-size: contain;
		padding: 0 0 2rem 0;
	}
	#detail.salebike_style section .layout .left .sec2 .wrap a.btn.isformbtn {
		width: auto;
		padding: .9rem 5rem .9rem 2rem;
	}
	#detail.salebike_style .reserve-form .content h4 {
		background-image: url(../img/sale/sp/bg_check_green.png);
	}
}



/* prices */
#detail.salebike_style section .layout .pricearea1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
#detail.salebike_style section .layout .pricearea1 .label {
	margin: 4px 8px 0;
	padding: 0 10px;
	color: #fff;
	font-size: 20px;
	background-color: #000;
}
#detail.salebike_style section .layout .pricearea1 .txt {
	margin: 4px 8px 0;
	font-size: 18px;
}
#detail.salebike_style section .layout .pricearea1 .txt strong {
	color: #E30000;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}
#detail.salebike_style section .layout .pricearea1 .txt strong small {
	font-size: 20px;
}
#detail.salebike_style section .layout .pricearea2 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding: 5px 0;
	border-top: #707070 solid 1px;
	border-bottom: #707070 solid 1px;
	font-size: 18px;
	line-height: 1.3;
}
#detail.salebike_style section .layout .pricearea2 .inblock {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
#detail.salebike_style section .layout .pricearea2 .inblock:nth-child(odd) {
	padding-right: 20px;
}
#detail.salebike_style section .layout .pricearea2 .inblock:nth-child(even) {
	padding-left: 20px;
	border-left: #707070 solid 1px;
}
#detail.salebike_style section .layout .pricearea2 .price2 {
	display: flex;
	align-items: center;
}
#detail.salebike_style section .layout .pricearea2 .price2 .icon {
	margin-right: 10px;
	line-height: 0;
}
#detail.salebike_style section .layout .pricearea2 .price2 .txt > * {
	display: inline-block;
}
#detail.salebike_style section .layout .pricearea2 .price2 .txt span:first-child {
	margin-right: 20px;
}

#detail.salebike_style section .layout .pricearea2 .price3 {
	display: flex;
	flex-wrap: wrap;
}
#detail.salebike_style section .layout .pricearea2 .price3 strong {
	color: #E30000;
	font-weight: 400;
}
#detail.salebike_style section .layout .pricecap {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 750px) {
	#detail.salebike_style section .layout .pricearea1 {
		margin-top: 4rem;
	}
	#detail.salebike_style section .layout .pricearea1 .label {
		margin: 0.8rem 0.8rem 0 0;
		padding: 0 2rem;
		font-size: 2.4rem;
	}
	#detail.salebike_style section .layout .pricearea1 .txt {
		margin: 0.8rem 0 0 0.8rem;
		font-size: 3.2rem;
	}
	#detail.salebike_style section .layout .pricearea1 .txt strong {
		font-size: 5.6rem;
	}
	#detail.salebike_style section .layout .pricearea1 .txt strong small {
		font-size: 3.2rem;
	}
	#detail.salebike_style section .layout .pricearea2 {
		margin-top: 2rem;
		padding: 0.5rem 0;
		font-size: 3rem;
	}
	#detail.salebike_style section .layout .pricearea2 .inblock {
		display: flex;
		align-items: center;
		padding: 5px 0;
	}
	#detail.salebike_style section .layout .pricearea2 .inblock:nth-child(odd) {
		padding-right: 2rem;
	}
	#detail.salebike_style section .layout .pricearea2 .inblock:nth-child(even) {
		padding-left: 2rem;
	}
	#detail.salebike_style section .layout .pricearea2 .price2 {
		display: flex;
		align-items: center;
	}
	#detail.salebike_style section .layout .pricearea2 .price2 .icon {
		margin-right: 1.5rem;
		width: 3.4rem;
	}
	#detail.salebike_style section .layout .pricearea2 .price2 .icon img {
		width: 100%;
	}
	#detail.salebike_style section .layout .pricearea2 .price2 .txt span:first-child {
		margin-right: 0;
	}
	#detail.salebike_style section .layout .pricearea2 .price3 {
		display: block;
		text-align: center;
	}
	#detail.salebike_style section .layout .pricearea2 .price3 strong {
		color: #E30000;
		font-weight: 400;
	}
	#detail.salebike_style section .layout .pricecap {
		margin-top: 1rem;
		font-size: 2.2rem;
	}
}


#detail.salebike_style .reserve-form .content .form .bg {
	margin-bottom: 25px;
	border-color: #D6C077;
	background-color: #EFE6C9;
}
#detail.salebike_style .reserve-form .content .form .bg dl.non {
	height: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
#detail.salebike_style .reserve-form .content .form .bg dl span {
	color: #000;
}
#detail.salebike_style .reserve-form .content .form .bg .wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

#detail.salebike_style .reserve-form .content .form .radioflexs {
	display: flex;
	margin-top: 15px;
}
#detail.salebike_style .reserve-form .content .form .radioflexs input {
	margin: 0;
}
#detail.salebike_style .reserve-form .content .form .radioflexs dt {
	width: 140px;
}
#detail.salebike_style .reserve-form .content .form .radioflexs dd {
	width: calc(100% - 140px);
}
#detail.salebike_style .reserve-form .content .form .radioflexs .radioflexsinner {
	display: flex;
	flex-wrap: wrap;
}
#detail.salebike_style .reserve-form .content .form .radioflexs .is_item {
	margin-left: 15px;
}
@media screen and (max-width: 750px) {

	#detail.salebike_style .reserve-form .content .form .bg {
		margin-bottom: 5rem;
	}
	#detail.salebike_style .reserve-form .content .form .radioflexs {
		margin-top: 3rem;
		font-size: 2.6rem;
	}
	#detail.salebike_style .reserve-form .content .form .radioflexs dt {
		width: 28rem;
	}
	#detail.salebike_style .reserve-form .content .form .radioflexs dd {
		width: calc(100% - 28rem);
	}
}



main.salebike_style .sidebar ul.top li,
main.salebike_style .sidebar ul.top .child {
	background-color: #E6D9AD;
	border-color: #D6C077;
}
main.salebike_style .sidebar ul.top li a {
	border-color: #D6C077;
}
main.salebike_style .sidebar ul.top .child li {
	background-color: #EFE6C9;
}
main.salebike_style .sidebar ul.top li span,
main.salebike_style .sidebar ul.top .child li::before {
	background-color: #D6C077;
}




#detail.salebike_style .is_mainimage {
	position: relative;
}
#detail.salebike_style .is_mainimage .in_label {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 80px;
	z-index: 2;
}
#detail.salebike_style .is_mainimage .is_soldout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.6) url(../img/sale/detail/pc/label_soldout.png) no-repeat center center / 70% auto;
	z-index: 5;
}

@media screen and (max-width: 750px) {
	#detail.salebike_style .is_mainimage .in_label {
		top: 10px;
		left: 10px;
		width: 60px;
	}
}





/*//////////////////////////////////////////////////

sale index add css 

//////////////////////////////////////////////////*/
#bike.salebike_style section .layout .left .sec1 .head {
	background-position: left center;
}
#bike.salebike_style  section .layout .left .sec1 .head h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	text-shadow: 3px 3px 3px #000, -3px -3px 3px #000,
	-3px 3px 3px #000, 3px -3px 3px #000,
	0px 3px 3px #000,  0 -3px 3px #000,
	-3px 0 0 #000, 3px 0 0 #000;
	line-height: 1.3;
}
#bike.salebike_style section .layout .left .sec1 ul li {
	background-color: #EFE6C9;
}
#bike.salebike_style section .layout .left .sec1 ul li .is_label {
	padding: 2px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-left: #000000 solid 5px;
}
#bike.salebike_style section .layout .left .sec1 ul li .is_label.is_base {
	background-color: #C88200;
}
#bike.salebike_style section .layout .left .sec1 ul li .is_label.is_sumi {
	background-color: #7E9A3F;
}
#bike.salebike_style section .layout .left .sec1 ul li .image a {
	text-align: center;
}
#bike.salebike_style section .layout .left .sec1 ul li .details h3 {
	background-color: #D6C077;
}
#bike.salebike_style section .layout .left .sec1 ul li .is_image {
	position: relative;
}
#bike.salebike_style section .layout .left .sec1 ul li .is_image .is_soldout  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	background: rgba(0, 0, 0, 0.4) url(../img/sale/detail/pc/label_soldout.png) no-repeat center center / 70% auto;
	z-index: 5;
}

#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 {
	padding: 10px 10px 0;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .label {
	display: flex;
	margin-bottom: 3px;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .label span {
	display: block;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	background-color: #000;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt {
	font-size: 15px;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt > * {
	display: inline-block;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt strong {
	color: #E30000;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt strong small {
	font-size: 16px;
}
#bike.salebike_style section .layout .left .sec1 ul li.no_data {
	box-sizing: border-box;
	padding: 10px;
	line-height: 0;
}
#bike.salebike_style  section .layout .left .sec1 .container .note {
	display: flex;
	align-items: center;
	padding: 12px;
}
#bike.salebike_style section .layout .left .sec1 .container {
	display: flex;
}
#bike.salebike_style section .layout .left .sec1 .container .text dl dd {
	position: relative;
	padding-left: 1em;
}
#bike.salebike_style section .layout .left .sec1 .container .text dl dd:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}

@media screen and (min-width: 751px) {
	#bike.salebike_style section .layout .left .sec1 {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#bike.salebike_style  section .layout .left .sec1 .head h2 {
		font-size: 3.3rem;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 {
		padding: 2rem 2rem 0;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .label {
		margin-bottom: 0.7rem;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .label span {
		padding: 0.4rem 1rem;
		color: #fff;
		font-size: 2.2rem;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt {
		font-size: 2.8rem;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt strong {
		font-size: 4rem;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .pricearea1 .txt strong small {
		font-size: 3.2rem;
	}
	#bike.salebike_style section .layout .left .sec1 .container .note {
		padding: 0 1rem;
		flex-direction: column;
		justify-content: center;
	}
	#bike.salebike_style section .layout .left .sec1 ul li .is_image img {
		width: 100%;
	}
}







#bike.salebike_style section .layout #insurance {
	position: relative;
	z-index: 2;
}
#bike.salebike_style section .layout .left .sec2 h2 {
	margin-bottom: 25px;
	background-color: #00763F;
}
#bike.salebike_style section .layout .left .sec2 .content .wrap h3 {
	background-image: url(../img/sale/pc/bg_check_green2.png);
}
#bike.salebike_style  section .layout .left .sec2 .content .wrap h4 {
	background-color: #D7C172;
}
#bike.salebike_style section .layout #insurance .liststyle02 {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
#bike.salebike_style section .layout #insurance .liststyle02 ul {
	width: 48%;
}
#bike.salebike_style section .layout #insurance .liststyle02 li {
	position: relative;
	padding-left: 1em;
	font-size: 14px;
}
#bike.salebike_style section .layout #insurance .liststyle02 li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '◆';
}
#bike.salebike_style section .layout #insurance .wrap + .wrap {
	margin-top: 20px;
}
#bike.salebike_style section .layout #insurance .list_image {
	margin: 50px 0 25px;
	text-align: center;
}
#bike.salebike_style section .layout #insurance .is_tarmbtns {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 30px;
}
#bike.salebike_style section .layout #insurance .is_tarmbtns .is_txt {
	font-size: 14px;
	margin-right: 15px;
}
#bike.salebike_style section .layout #insurance .is_tarmbtns .is_btn a {
	position: relative;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 190px;
	border: 1px solid #A7BCC3;
	background-image: linear-gradient(to bottom, #fff, #a7bcc3 150%);
	padding-left: 20px;
}
#bike.salebike_style section .layout #insurance .is_tarmbtns .is_btn a::after {
	content: '';
	position: absolute;
	background: url(../img/bike/pc/icon_arrow.png) no-repeat;
	width: 20px;
	height: 100%;
	right: 5px;
}



@media screen and (max-width: 750px) {
	#bike.salebike_style section .layout .left .sec2 .content .wrap h3 {
		background-image: url(../img/sale/sp/bg_check_green.png);
	}
	#bike.salebike_style section .layout #insurance .liststyle02 {
		display: block;
		margin-top: 1.5rem;
	}
	#bike.salebike_style section .layout #insurance .liststyle02 ul {
		width: auto;
	}
	#bike.salebike_style section .layout #insurance .liststyle02 li {
		font-size: 2.2rem;
	}
	#bike.salebike_style section .layout #insurance .list_image {
		margin: 4rem 0 2rem;
	}
	#bike.salebike_style section .layout #insurance .is_tarmbtns {
		display: block;
		padding-bottom: 3rem;
	}
	#bike.salebike_style section .layout #insurance .is_tarmbtns .is_txt {
		font-size: 2.2rem;
		margin: 0 0 2rem;
		text-align: center;
	}
	#bike.salebike_style section .layout #insurance .is_tarmbtns .is_btn a {
		position: relative;
		display: block;
		font-size: 3.1rem;
		width: 36rem;
		border: 0.1rem solid #A7BCC3;
		background-image: linear-gradient(to bottom, #fff, #a7bcc3 150%);
		margin: 1.5rem auto;
		padding: 0.3rem 3rem 0 1rem;
		text-align: center;
	}
	#bike.salebike_style section .layout #insurance .is_tarmbtns .is_btn a::after {
		content: '';
		position: absolute;
		background: url(../img/bike/sp/icon_arrow.png) no-repeat;
		background-size: contain;
		width: 3.5rem;
		height: 5.5rem;
		right: 1rem;
		top: 0;
	}
}