@charset "utf-8";

/* --------- --------- --------- --------- ride --------- */
section.common_section img {
	display: block;
}
section.common_section.ride_main_visual {
	width: 100%;
	max-width: initial;
	margin-top: initial;
	padding: 0;
	position: relative;
}
section.ride_main_visual > .main_visual {
	width: 100%;
	position: relative;
}
section.ride_main_visual > .main_visual::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('{{ 'pages_ride_main_visual.jpg' | asset_url }}');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	filter: blur(8px);
	position: absolute;
	opacity: .5;
}
section.ride_main_visual > .main_visual .image {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
section.ride_main_visual > .main_visual .image img {
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	section.ride_main_visual > .main_visual .image img {
		height: 480px;
	}
}
@media screen and (max-width: 768px) {
	section.ride_main_visual > .main_visual .image img {
		height: 360px;
	}
}
@media screen and (max-width: 480px) {
	section.ride_main_visual > .main_visual .image img {
		height: 320px;
	}
}
section.ride {
	margin-top: 2.5rem;
}
section.ride > .main h1 {
	margin-top: 5rem;
	padding: 1rem;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.4;
	border-radius: 1rem;
	background-color: #523418;
}
@media screen and (max-width: 768px) {
	section.ride > .main h1 {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 480px) {
	section.ride > .main h1 {
		margin-top: 2rem;
	}
}
section.ride > .main .caption {
	margin-top: 2.5rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
section.ride > .main nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.5rem;
}
section.ride > .main nav a {
	display: flex;
	justify-content: center;
	width: calc((100% - 3.75rem) / 4);
	height: 4rem;
	text-align: center;
	font-size: 1rem;
	font-weight: 800;
	line-height: calc(4rem - 2px);
	border: 2px solid #523418;
	border-radius: 2rem;
	transition: opacity .2s;
}
@media screen and (max-width: 768px) {
	section.ride > .main nav a {
		width: calc((100% - 1.25rem) / 2);
	}
}
@media screen and (max-width: 480px) {
	section.ride > .main nav a {
		height: 3.5rem;
		padding: 0 0 1px 0;
		font-size: .875rem;
		line-height: calc(3.5rem - 2px);
	}
}
section.ride > .main nav a:hover {
	opacity: .75;
}
section.ride > .guide {
	margin-top: 2.5rem;
}
section.ride > .guide h2 {
	margin-top: 2.5rem;
	padding-bottom: .125rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}
section.ride > .guide h2::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #523418;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
section.ride > .guide ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
}
section.ride > .guide ul li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 3.75rem) / 3);
}
@media screen and (max-width: 640px) {
	section.ride > .guide ul li {
		width: 100%;
	}
}
section.ride > .guide ul li .image_wrapper {
	margin-top: 1.25rem;
	position: relative;
}
section.ride > .guide ul li .image_wrapper .image {
	overflow: hidden;
	border-radius: 1rem;
}
section.ride > .guide ul li .image_wrapper span {
	padding: .25rem .75rem;
	font-size: .875rem;
	font-weight: 700;
	background-color: #ffffff;
	border: 2px solid #523418;
	border-radius: .5rem;
	position: absolute;
	right: .5rem;
	bottom: -.875rem;
}
section.ride > .guide ul li .image_wrapper span:before {
	content: '';
	position: absolute;
	bottom: -.75rem;
	left: 90%;
	margin-left: -1rem;
	border: .375rem solid transparent;
	border-top: .375rem solid #FFF;
	z-index: 2;
}
section.ride > .guide ul li .image_wrapper span:after {
	content: '';
	position: absolute;
	bottom: -1rem;
	left: 90%;
	margin-left: -1.125rem;
	border: .5rem solid transparent;
	border-top: .5rem solid #523418;
	z-index: 1;
}
section.ride > .guide ul li .title {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 700;
}
section.ride > .guide ul li .text {
	margin-top: .625rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
}
section.ride > .guide .tips {
	margin-top: 3.75rem;
	padding: 1.75rem 1.25rem 1rem 1.25rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	border: 2px solid #523418;
	border-radius: 1rem;
	position: relative;
}
section.ride > .guide .tips::before {
	content: 'サポートのコツ';
	display: inline-block;
	padding: .5rem 1rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	background-color: #523418;
	border-radius: 1rem;
	position: absolute;
	top: -1rem;
	left: 1rem;
}
@media screen and (max-width: 768px) {
	section.common_section .product_list_button {
		margin-top: 3rem;
	}
	section.common_section .download_button {
		margin-top: 3rem;
	}
}