@charset "utf-8";

/* --------- --------- --------- --------- section.guide --------- */
section.guide img {
	display: block;
}
section.guide h2.guide_header {
	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.guide h2.guide_header {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 480px) {
	section.guide h2.guide_header {
		margin-top: 2rem;
	}
}
section.guide > .main .title div {
	font-size: .875rem;
	font-weight: 800;
}
section.guide > .main .title div span {
	margin-left: .5rem;
	font-size: .875rem;
	font-weight: 800;
}
section.guide > .main .title h1 {
	margin-top: .75rem;
	font-size: 1.75rem;
	font-weight: 800;
}
section.guide > .main .image {
	margin-top: 2rem;
	overflow: hidden;
	border-radius: 1rem;
}
section.guide > .main .iframe {
	display: flex;
	margin-top: 2.5rem;
	overflow: hidden;
	border-radius: 1rem;
}
@media screen and (max-width: 768px) {
	section.guide > .main .iframe {
		margin-top: 1.5rem;
	}
}
section.guide > .main .iframe iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/* --------- --------- --------- --------- section.common_guide --------- */
section.common_guide .pager {
	display: flex;
	width: 100%;
	margin-top: 8rem;
}
@media screen and (max-width: 768px) {
	section.common_guide .pager {
		margin-top: 4rem;
	}
}
section.common_guide .pager li {
	width: 50%;
	position: relative;
}
section.common_guide .pager li:first-child {
	text-align: left;
}
section.common_guide .pager li:last-child {
	text-align: right;
}
section.common_guide .pager li .pager_content {
	display: inline-flex;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 768px) {
	section.common_guide .pager li .pager_content {
		flex-direction: column;
	}
	section.common_guide .pager li:first-child a {
		align-items: flex-start;
	}
	section.common_guide .pager li:last-child a {
		align-items: flex-end;
	}
	section.common_guide .pager li:last-child .page {
		order: 2;
	}
	section.common_guide .pager li:last-child .next {
		order: 1;
		text-align: right;
	}
}
section.common_guide .pager li span.back,
section.common_guide .pager li span.next {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.4;
	position: relative;
}
section.common_guide .pager li span.back {
	margin-right: 2rem;
	padding-left: 1.25rem;
}
section.common_guide .pager li span.back::before {
	content: '▲';
	font-family: 'GenJyuuGothic', sans-serif;
	font-weight: 400;
	color: #523418;
	font-size: .75rem;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
}
section.common_guide .pager li span.next {
	margin-left: 2rem;
	padding-right: 1.25rem;
	position: relative;
}
section.common_guide .pager li span.next::after {
	content: '▲';
	font-family: 'GenJyuuGothic', sans-serif;
	font-weight: 400;
	color: #523418;
	font-size: .75rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
}
section.common_guide .pager li span.disabled,
section.common_guide .pager li span.disabled::before,
section.common_guide .pager li span.disabled::after {
	color: #ddd6ce;
}
section.common_guide .pager li span.page {
	flex: 1;
	color: #6c8c9d;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: underline;
	position: relative;
	top: 1px;
}
@media screen and (max-width: 480px) {
	section.common_guide .pager li span.page {
		font-size: .875rem;
	}
}
section.common_guide .guide_link {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
	text-align: center;
}
section.common_guide .guide_link ul {
	display: inline-flex;
	flex-direction: column;
}
section.common_guide .guide_link ul li {
	margin-top: 1.25rem;
	position: relative;
	text-align: left;
}
section.common_guide .guide_link ul li span {
	margin-right: 2.5rem;
	color: #523418;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
	position: relative;
	top: .125rem;
}
section.common_guide .guide_link ul li a {
	color: #6c8c9d;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: underline;
}
section.common_guide .guide_link ul li.header {
	margin-top: initial;
	margin-bottom: 2.5rem;
	text-align: center;
}
section.common_guide .guide_link ul li.header a {
	color: #6c8c9d;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: underline;
}
section.common_guide .guide_link ul li.active a {
	color: #523418;
	font-weight: 800;
	text-decoration: none;
	pointer-events: none;
}
section.common_guide .product_list_button {
	margin-top: 6rem;
}
section.common_guide .download_button {
	margin-top: 2.5rem;
}
section.common_guide .additional_information {
	margin-top: 6rem;
	margin-bottom: 10rem;
}
section.common_guide .additional_information .image {
	display: flex;
	gap: 1rem;
	margin-top: 2.5rem;
}
section.common_guide .additional_information .image img {
	width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 640px) {
	section.common_guide .additional_information .image {
		flex-direction: column;
		gap: initial;
	}
	section.common_guide .additional_information .image img {
		width: 100%;
	}
}
section.common_guide .additional_information .parts {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	width: 100%;
	margin-top: 2.5rem;
}
section.common_guide .additional_information .parts li {
	width: calc((100% - 2rem) / 5);
	font-size: .875rem;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	section.common_guide .additional_information .parts li {
		width: calc((100% - 1rem) / 3);
	}
}
@media screen and (max-width: 480px) {
	section.common_guide .additional_information .parts li {
		width: calc((100% - .5rem) / 2);
	}
}
