.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;
}

:root {
	--noto: "Noto Sans JP", sans-serif;
	--flow-navy: #1e355c;
	--flow-blue: #3b5c9f;
	--flow-sky: #edf6ff;
	--flow-gray: #e5e5e5;
	--flow-text: #303030;
	--flow-pink: #e64c86;
	--flow-green: #5f9f4d;
	--flow-cream: #f1e7d8;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

.lp_wrap {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--noto);
	color: var(--flow-text);
}

.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
	box-sizing: border-box;
	font-family: inherit;
	font-feature-settings: "palt";
	letter-spacing: 0;
	line-height: 1.7;
}

.lp_wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.lp_wrap a,
.lp_wrap a:link,
.lp_wrap a:visited,
.lp_wrap a:hover,
.lp_wrap a:active {
	color: inherit;
	text-decoration: none;
}

.flow-relaxing {
	background-color: #fff;
	background-image: url("https://fukuskeonline.itembox.design/item/lp/flowrelaxing/img/background.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 1920px auto;
}

.flow-fv {
	margin: 0;
	background: var(--flow-cream);
}

.flow-fv-title {
	margin: 0 auto;
}

.flow-intro {
	padding: 55px 0 0;
}

.content_wrap {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.flow-relaxing .fadein {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity .8s ease, transform .8s ease;
}

.flow-relaxing .fadein.active {
	opacity: 1;
	transform: translateY(0);
}

.flow-lead {
	margin: 0;
	color: var(--flow-navy);
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}

.flow-section-title {
	margin: 55px 0 30px;
	color: var(--flow-navy);
	font-size: 38px;
	font-weight: 500;
	text-align: center;
}

.flow-section-title span {
	font-weight: 400;
}

.flow-reason {
	text-align: center;
}

.flow-reason + .flow-reason {
	margin: 105px 0 0;
}

.flow-materials {
	padding: 105px 0 0;
}

.flow-reason-title {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	margin: 0 0 25px;
	color: var(--flow-navy);
	font-size: 34px;
	font-weight: 700;
}

.flow-reason-title span {
	font-size: 75px;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
}

.flow-reason-text {
	margin: 0;
	color: var(--flow-navy);
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.flow-image {
	margin: 0 auto;
}

.flow-image img {
	object-fit: cover;
	background: var(--flow-sky);
}

.flow-image--technology {
	max-width: 550px;
	margin: 30px auto 35px;
}

.flow-image--technology img {
	aspect-ratio: 1 / 1;
}

.flow-note {
	margin: 0 0 20px;
	color: var(--flow-navy);
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}

.flow-image--terax {
	max-width: 550px;
}

.flow-image--terax img {
	aspect-ratio: 1 / 1;
}

.flow-category {
	margin: 55px 0 0;
	text-align: left;
}

.flow-feature-group + .flow-feature-group {
	margin: 70px 0 0;
}

.flow-feature-heading {
	margin: 0 0 35px;
	color: var(--flow-text);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.flow-feature-heading::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin: 20px 0 0;
	background: linear-gradient(to right, var(--flow-blue) 0 190px, var(--flow-gray) 190px 100%);
}

.flow-feature-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	padding: 0;
}

.flow-feature-card {
	flex: 0 0 calc((100% - 30px) / 2);
	min-width: 0;
}

.flow-season {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 10px;
	border-radius: 20px;
	background: #e1efff;
	color: var(--flow-navy);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.flow-season--summer {
	background: #e1efff;
}

.flow-season--all {
	background: #f6ecfa;
}

.flow-season--spring {
	background: #e6eed9;
}

.flow-season--autumn {
	background: #eee7d9;
}

.flow-feature-card h5 {
	margin: 0;
	color: var(--flow-navy);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}

.flow-feature-sub {
	margin: 0 0 25px;
	color: var(--flow-text);
	font-size: 18px;
}

.flow-feature-images {
	display: flex;
	gap: 5px;
	margin: 0 0 20px;
}

.flow-feature-images img {
	width: calc((100% - 5px) / 2);
	background: var(--flow-gray);
	pointer-events: none;
}

.flow-tag {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 15px;
	border: 2px solid var(--flow-green);
	border-radius: 8px;
	background: transparent;
	color: var(--flow-green);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.flow-tag--blue {
	border-color: #00a8e8;
	color: #00a8e8;
}

.flow-tag--yellow {
	border-color: #b88925;
	color: #b88925;
}

.flow-feature-text {
	margin: 0;
	color: var(--flow-text);
	font-size: 17px;
}

.flow-target-list {
	margin: 20px 0 0;
	border-top: 1px solid var(--flow-gray);
}

.flow-target-link,
.flow-target-link:link,
.flow-target-link:visited,
.flow-target-row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid var(--flow-gray);
	color: var(--flow-text);
	text-decoration: none;
}

.flow-target-link:hover,
.flow-target-link:active {
	color: var(--flow-text);
	text-decoration: none;
}

.flow-target-link--disabled {
	pointer-events: none;
	cursor: default;
}

.flow-target-gender {
	width: 85px;
	color: var(--flow-navy);
	font-size: 18px;
	font-weight: 700;
}

.flow-target-link--ladies .flow-target-gender,
.flow-target-gender--ladies {
	color: var(--flow-pink);
}

.flow-target-type {
	position: relative;
	color: var(--flow-text);
	font-size: 18px;
}

.flow-target-link .flow-target-type::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s ease;
}

.flow-target-link:hover .flow-target-type::after {
	transform: scaleX(1);
}

.flow-target-link--disabled .flow-target-type::after {
	display: none;
}

.flow-lineup {
	margin: 0;
	padding: 100px 0 120px;
}

.flow-lineup-label {
	margin: 0 0 5px;
	color: var(--flow-blue);
	font-size: 22px;
}

.flow-lineup-title {
	margin: 0 0 35px;
	color: var(--flow-text);
	font-size: 40px;
	font-weight: 700;
}

.flow-lineup-group {
	margin: 0 0 70px;
}

.flow-lineup-group:last-child {
	margin-bottom: 0;
}

.flow-lineup-note {
	margin: 0 0 5px;
	color: var(--flow-blue);
	font-size: 18px;
	font-weight: 700;
}

.flow-lineup-category {
	margin: 0 0 30px;
	color: var(--flow-navy);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.flow-lineup-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	max-width: 850px;
	margin: 0;
}

.flow-product-card {
	flex: 0 0 calc((100% - 50px) / 2);
	min-width: 0;
}

.flow-product-image {
	position: relative;
	margin: 0 0 20px;
}

.flow-product-image img {
	background: #efe8db;
}

.flow-product-gender {
	margin: 0;
	color: var(--flow-blue);
	font-size: 18px;
	font-weight: 700;
}
.ladies .flow-product-gender{
	color: var(--flow-pink);
}

.flow-product-card h4 {
	margin: 0;
	color: var(--flow-text);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.flow-product-copy {
	margin: 0 0 10px;
	color: var(--flow-text);
	font-size: 18px;
}

.flow-product-type {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 15px;
	border: 1px solid #999;
	border-radius: 8px;
	color: var(--flow-text);
	font-size: 16px;
}

.flow-product-price {
	margin: 0;
	color: var(--flow-text);
	font-size: 28px;
	line-height: 1.3;
}

.flow-product-button {
	display: block;
	margin: 20px 0 0;
	padding: 10px 35px;
	border: 1px solid #3b5c9f;
	border-radius: 25px;
	color: #3b5c9f;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background-color .3s ease, color .3s ease;
}
.ladies .flow-product-button{
	color: var(--flow-pink);
	border: 1px solid var(--flow-pink);
}

.lp_wrap .flow-product-button,
.lp_wrap .flow-product-button:link,
.lp_wrap .flow-product-button:visited {
	color: #3b5c9f;
}

.lp_wrap .flow-product-button:hover,
.lp_wrap .flow-product-button:active {
	background-color: #3b5c9f;
	color: #fff;
}
.lp_wrap .ladies .flow-product-button,
.lp_wrap .ladies .flow-product-button:link,
.lp_wrap .ladies .flow-product-button:visited {
	color: var(--flow-pink);
}

.lp_wrap .ladies .flow-product-button:hover,
.lp_wrap .ladies .flow-product-button:active {
	background-color: var(--flow-pink);
	color: #fff;
}

.lp_wrap .flow-product-button--disabled,
.lp_wrap .flow-product-button--disabled:hover,
.lp_wrap .flow-product-button--disabled:active,
.lp_wrap .ladies .flow-product-button--disabled,
.lp_wrap .ladies .flow-product-button--disabled:hover,
.lp_wrap .ladies .flow-product-button--disabled:active {
	border-color: #999;
	background: #fff;
	color: #777;
	cursor: default;
}

.flow-faq {
	margin: 0;
	padding: 10px 0 140px;
}

.flow-faq-title {
	position: relative;
	margin: 0 0 50px;
	color: var(--flow-navy);
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}

.flow-faq-title::after {
	content: "";
	display: block;
	width: 145px;
	height: 5px;
	margin: 15px auto 0;
	background: var(--flow-blue);
}

.flow-faq-list {
	margin: 0;
	padding: 0;
}

.flow-faq-item {
	padding: 25px 0;
	border-top: 1px solid var(--flow-gray);
}

.flow-faq-item:last-child {
	border-bottom: 1px solid var(--flow-gray);
}

.flow-faq-item dt,
.flow-faq-item dd {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin: 0;
	color: var(--flow-text);
	font-size: 18px;
	font-weight: 700;
}

.flow-faq-item dd {
	margin: 15px 0 0;
	font-weight: 500;
}

.flow-faq-mark {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 35px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #e8f1ff;
	color: var(--flow-navy);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.flow-faq-item dd .flow-faq-mark {
	background: #fff5df;
}

.flow-gift-popup {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
	width: 380px;
	max-width: calc(100% - 40px);
	box-shadow: 0 10px 35px rgba(0, 0, 0, .15);
}

.flow-gift-popup.is-hidden {
	display: none;
}

.flow-gift-popup-link {
	display: block;
	background: #fff;
}

.flow-gift-popup img {
	background: var(--flow-cream);
}

.flow-gift-popup-close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	padding: 0;
	border: 1px solid var(--flow-gray);
	border-radius: 50%;
	background: #fff;
	color: var(--flow-navy);
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}


	.flow-intro {
		padding: 45px 0 0;
	}

	.flow-relaxing {
		background-size: 1200px auto;
	}

	.content_wrap {
		padding: 0 20px;
	}

	.flow-lead {
		font-size: 16px;
	}

	.flow-section-title {
		margin: 45px 0 30px;
		font-size: 22px;
	}

	.flow-reason + .flow-reason {
		margin: 80px 0 0;
	}

	.flow-materials {
		padding: 80px 0 0;
	}

	.flow-reason-title {
		align-items: flex-end;
		gap: 15px;
		margin: 0 0 20px;
		font-size: 22px;
	}

	.flow-reason-title span {
		font-size: 60px;
	}

	.flow-reason-text,
	.flow-note {
		font-size: 16px;
	}

	.flow-image--technology {
		margin: 25px auto 30px;
	}

	.flow-category {
		margin: 50px 0 0;
	}

	.flow-feature-group + .flow-feature-group {
		margin: 55px 0 0;
	}

	.flow-feature-heading {
		margin: 0 0 25px;
		font-size: 22px;
	}

	.flow-feature-heading::after {
		margin: 15px 0 0;
		background: linear-gradient(to right, var(--flow-blue) 0 120px, var(--flow-gray) 120px 100%);
	}

	.flow-feature-card h5 {
		font-size: 20px;
	}

	.flow-feature-sub,
	.flow-season,
	.flow-tag,
	.flow-target-gender,
	.flow-target-type,
	.flow-product-gender,
	.flow-product-copy,
	.flow-product-button {
		font-size: 16px;
	}

	.flow-feature-text {
		font-size: 14px;
	}

	.flow-product-card h4,
	.flow-product-price {
		font-size: 20px;
	}

	.flow-feature-list {
		gap: 35px 20px;
	}

	.flow-feature-card {
		flex: 0 0 calc((100% - 20px) / 2);
	}

	.flow-lineup {
		padding: 75px 0;
	}

	.flow-lineup-title {
		font-size: 34px;
	}

	.flow-lineup-group {
		margin: 0 0 55px;
	}

	.flow-lineup-category {
		margin: 0 0 25px;
		font-size: 22px;
	}

	.flow-lineup-list {
		gap: 35px 20px;
	}

	.flow-product-card {
		flex: 0 0 calc((100% - 20px) / 2);
	}

	.flow-product-button {
		padding: 10px 10px;
	}

	.flow-faq {
		padding: 20px 0 100px;
	}

	.flow-faq-title {
		margin: 0 0 35px;
		font-size: 26px;
	}

	.flow-faq-item {
		padding: 20px 0;
	}

	.flow-faq-item dt,
	.flow-faq-item dd {
		gap: 10px;
		font-size: 16px;
	}

	.flow-gift-popup {
		right: 20px;
		bottom: 20px;
		width: calc(50% - 40px);
	}
}
@media screen and (max-width:520px){

	.flow-feature-card {
		flex: 0 0 calc((100% - 20px) / 2);
	}
	.flow-target-gender,
	.flow-target-type{
		font-size: 14px;
	}
}
