.fs-l-main,
.fs-l-main,
.fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
	padding: 0;
}

.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--serif: "Shippori Mincho", serif;
}

.lp_wrap {
	font-size: 10px;
	margin: 0 0 15em;
	font-weight: 400;
}

.lp_wrap * {
	font-size: 10px;
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--serif);
	color: #645447;
}

.lp_wrap img {
	width: 100%;
	display: block;
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.lp_wrap {
		font-size: 0.8vw;
	}
	.lp_wrap * {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 768px) {
	.lp_wrap {
		font-size: 1.3333vw;
	}
	.lp_wrap * {
		font-size: 1.3333vw;
	}
}
.lp_wrap .about {
	padding: 10em 0;
	background: url(https://fukuskeonline.itembox.design/item/lp/kihada/2404/images/about_bg.jpg) no-repeat center/cover;
}
.lp_wrap .about div {
	width: 120em;
	margin: auto;
	padding: 8em 0;
	background: #fff;
	filter: drop-shadow(0 0 2em rgba(132, 126, 127, 0.2));
}
@media screen and (max-width: 768px) {
	.lp_wrap .about div {
		width: 92%;
		padding: 8em 3.5em;
	}
}
.lp_wrap .about div h2 {
	font-size: 3em;
	line-height: 2em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
	padding: 0 0 1.3333em;
	margin: 0 0 1.3333em;
	position: relative;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about div h2 {
		font-size: 3.2em;
	}
}
.lp_wrap .about div h2::after {
	content: "";
	width: 2em;
	height: 1px;
	background: #86796e;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lp_wrap .about div p {
	font-size: 2.2em;
	line-height: 2em;
	text-align: center;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.lp_wrap .about div p {
		font-size: 2.6em;
	}
	.lp_wrap .about div p + p {
		margin: 5em 0 0;
	}
}
.lp_wrap .about div p + p {
	margin: 1em 0 0;
}
.lp_wrap .lineup {
	padding: 10em 0;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup {
		padding: 8em 0;
	}
}
.lp_wrap .lineup .item {
	width: 120em;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup .item {
		width: 92%;
	}
}
.lp_wrap .lineup .item > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup .item > li {
		flex-direction: column;
		gap: 7.5em;
	}
}
.lp_wrap .lineup .item > li + li {
	margin: 12em 0 0;
}
.lp_wrap .lineup .item > li > img{
    width: 100%;
}
.lp_wrap .lineup .item > li > .lineup-img {
	width: 54em;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup .item > li > .lineup-img {
		width: 100%;
	}
}
.lp_wrap .lineup .item > li > div {
	width: 62em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup .item > li > div {
		width: 100%;
	}
}
.lp_wrap .lineup .item > li > div section + section {
	margin: 5rem 0 0;
}
.lp_wrap .lineup .item > li > div h4 {
	font-size: 3.2em;
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-weight: 700;
	position: relative;
}
.lp_wrap .lineup .item > li > div h4::after {
	content: "";
	width: 2em;
	height: 1px;
	background: #86796e;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lp_wrap .lineup .item > li > div p {
	font-size: 2.2em;
	line-height: 2em;
	font-weight: 500;
}
.lp_wrap .lineup .item > li > div ul {
	margin: 3em 0 0;
	display: flex;
	justify-content: space-between;
}
.lp_wrap .lineup .item > li > div ul li {
	width: 48%;
}
.lp_wrap .lineup .item > li > div ul li a {
	aspect-ratio: 297/70;
	font-size: 1.9em;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #645447;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.lp_wrap .lineup .item > li > div ul li a {
		font-size: 2.1em;
	}
}
.lp_wrap .lineup .item > li > div ul li a::before {
	content: "";
	width: 1.2105em;
	height: 1px;
	background: #645447;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 0.9473em;
}
.lp_wrap .lineup .item > li > div ul li a::after {
	content: "";
	width: 0.6em;
	height: 1px;
	background: #645447;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(30deg);
	transform-origin: 100% 100%;
	right: 0.9473em;
}
.lp_wrap .lineup .item > li > div ul li a:hover {
	color: #fff;
	background: #645447;
}
.lp_wrap .lineup .item > li > div ul li a:hover::before {
	background: #fff;
}
.lp_wrap .lineup .item > li > div ul li a:hover::after {
	background: #fff;
}
.lp_wrap .more {
	padding: 15em 0;
	background: url(https://fukuskeonline.itembox.design/item/lp/kihada/2404/images/more_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
	.lp_wrap .more {
		padding: 8em 0;
	}
}
.lp_wrap .more a {
	font-size: 2.2em;
	width: 26.8181em;
	margin: auto;
	aspect-ratio: 590/80;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-weight: 500;
	color: #645447;
	position: relative;
	text-decoration: none;
}
.lp_wrap .more a::before {
	content: "";
	width: 1.2105em;
	height: 1px;
	background: #645447;
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	right: 0.9473em;
}
.lp_wrap .more a::after {
	content: "";
	width: 0.6em;
	height: 1px;
	background: #645447;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(30deg);
	transform-origin: 100% 100%;
	right: 0.9473em;
}
.lp_wrap .more a:hover {
	color: #fff;
	background: #645447;
	text-decoration: none;
}
.lp_wrap .more a:hover::before {
	background: #fff;
}
.lp_wrap .more a:hover::after {
	background: #fff;
}/*# sourceMappingURL=styles.css.map */