@charset "utf-8";

:root{
	--blue:#0426dc;
	--gray01:#808488;
	--gray02:#d4d4d4;
}

.gnav_list li{
	display: none;
}
@media print, screen and (min-width : 769px){
	#side_navigation{
		display: none;
	}
}

#global_navigation_inner .gnav_ico{
	display: none;
}

.cta{
	max-width: 100%;
	background: #000;
}

#contents_area .teaser_wrap{
	font-family: "HondaGlobalFontJP-Regular", sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	color: #fff;
	background: #000;
}

#contents_area .teaser_wrap img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media print, screen and (min-width : 769px){
	#contents_area .switch_pc {
		display: block !important;
	}

	#contents_area .switch_sp {
		display: none !important;
	}
}
@media print, screen and (max-width : 768px){
	#contents_area .switch_pc {
		display: none !important;
	}

	#contents_area .switch_sp {
		display: block !important;
	}
}


.border_wrap{
	margin: 0 auto;
	padding: 4px;
	background: linear-gradient(to right , #fff 0%, rgba(255, 255, 255, 0.4) 100%);
}
@media print, screen and (max-width : 768px){
	.border_wrap{
		padding: 2px;
	}
}

.border_cont{
	text-align: center;
	width: 100%;
	padding: 30px;
	background: #000;
	box-sizing: border-box;
}

	/* lead */

#lead_wrap{
	margin-top: 60px;
	padding: 0 30px ;
}

#lead_wrap h1{
	max-width: 534px;
	margin: 0 auto;
}
@media print, screen and (max-width : 768px){
	#lead_wrap h1{
		max-width: 230px;
	}
}

#lead_wrap .border_wrap{
	font-size: 1.75rem;
	max-width: 732px;
	margin-top: 120px;
	box-sizing: border-box;
}
@media print, screen and (max-width : 768px){
	#lead_wrap .border_wrap{
		font-size: 1.25rem;
		line-height: 1.75rem;
		margin-top: 60px;
	}
}

#lead_wrap .border_cont{
	padding: 60px 30px;
}

#lead_wrap .border_cont h2{
	max-width: 412px;
	margin: 0 auto 3rem;
}
@media print, screen and (max-width : 768px){
	#lead_wrap .border_cont h2{
		max-width: 212px;
		margin: 0 auto 3rem;
	}
}

#rs_black_edition_wrap h2{
	max-width: 785px;
	margin: 80px auto;
}
@media print, screen and (max-width : 768px){
	#rs_black_edition_wrap h2{
		max-width: 315px;
		margin: 40px auto;
	}
}

.rs_black_edition_item{
	max-width: 1640px;
	margin: 0 auto 80px;
	padding: 0 20px;
}
@media print, screen and (max-width : 768px){
	.rs_black_edition_item{
		margin: 0 auto 40px;
		padding: 0 ;
	}
}

.rs_black_edition_item .note{
	font-size: 0.875rem;
	text-align: right;
	max-width: 980px;
	margin: 1rem auto 0;
}
@media print, screen and (max-width : 768px){
	.rs_black_edition_item .note{
		font-size: 0.75rem;
		line-height: 1.5rem;
		padding:0 30px;
	}
}

/*accessories_wrap*/
#accessories_wrap{
	padding: 0 30px;
}

#accessories_wrap .border_wrap{
	max-width: 1080px;
}

#accessories_wrap .border_cont{
	font-size: 1rem;
	padding: 80px 60px;
}
@media print, screen and (max-width : 768px){
	#accessories_wrap .border_cont{
		font-size: 0.875rem;
		padding: 50px 30px;
	}
}

#accessories_wrap .border_wrap h2{
	max-width: 312px;
	margin: 0 auto 60px;
}
@media print, screen and (max-width : 768px){
	#accessories_wrap .border_wrap h2{
		max-width: 234px;
		margin: 0 auto 50px;
	}
}

@media print, screen and (min-width : 769px){
	#accessories_wrap .border_flexbox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 40px;
	}

	#accessories_wrap .border_flexbox .border_flexitem{
		width: calc(50% - 20px);
	}
}

@media print, screen and (max-width : 768px){
	#accessories_wrap .border_flexbox .border_flexitem{
		margin-bottom: 40px;
	}
	#accessories_wrap .border_flexbox .border_flexitem:last-child{
		margin-bottom: 0px;
	}
}

#accessories_wrap .border_flexbox .border_flexitem p{
	line-height: 1.5rem;
	margin-top: 1rem;
}

#accessories_wrap .border_flexbox .border_flexitem p > * {
    width: 100%;
    display: inline-block;
}

#accessories_wrap .border_flexbox .border_flexitem p > strong{
	font-size: 1.25rem;
}
@media print, screen and (max-width : 768px){
	#accessories_wrap .border_flexbox .border_flexitem p > strong{
		font-size: 1.125rem;
	}
	#accessories_wrap .border_flexbox .border_flexitem p > span{
		font-size: 0.875rem;
	}
}


#styling_wrap{
	margin-top: 120px;
	padding: 0 50px;
}

@media print, screen and (max-width : 768px){
	#styling_wrap{
		margin-top: 80px;
		padding: 0 30px;
	}
}

#styling_wrap h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 4rem;
}
@media print, screen and (max-width : 768px){
	#styling_wrap h2{
		font-size: 1.5rem;
		line-height: 2.5rem;
		margin-bottom: 1.5rem;
	}
}


@media print, screen and (min-width : 769px){
	.styling_frexwrap{
		max-width: 980px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.styling_frexwrap .styling_frexitem{
		font-size: 0.875rem;
		line-height: 1.5em;
		text-align: center;
		width: calc(50% - 30px);
	}
}
.styling_logo{
	width: 63%;
	margin: 0 auto ;
}
@media print, screen and (max-width : 768px){
	.styling_logo{
		width: 80%;
	}
}
@media print, screen and (max-width : 768px){
	.styling_frexwrap .styling_frexitem{
		font-size: 0.75rem;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 30px;
	}
	.styling_frexwrap .styling_frexitem:last-child{
		margin-bottom: 0;
	}
}

.styling_frexwrap .styling_frexitem .thum{
	margin: 1rem 0;
}

.styling_frexwrap .styling_frexitem p:last-child{
	text-align: right;
}

/*caution_wrap*/
#caution_wrap{
	margin-top: 70px;
	padding:0 50px;
}
@media print, screen and (max-width : 768px){
	#caution_wrap{
		margin-top: 60px;
		padding: 0 30px;
	}
}

#caution_wrap ul{
	font-size: 0.75rem;
	max-width: 980px;
	margin: 0 auto;
}

.obs_ani{
	opacity: 0;
	transition: .5s;
	transform: translateY(10px);
}

.obs_ani.in{
	opacity: 1;
	transform: translateY(0px);
}