
.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 {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

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

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "a-otf-ryumin-pr6n", serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}

*/

/* DAILY満足 renewal LP */
.lp_wrap,
.lp_wrap * {
	box-sizing: border-box !important;
}
.lp_wrap {
	--lp_text: #2f2a2a;
	--lp_mocha: #a48680;
	--lp_brown: #9b8468;
	--lp_pink: #e6007e;
	--lp_bg: #f1ece8;
	--lp_soft: #faf8f7;
	overflow: hidden;
	color: var(--lp_text);
	background: #fff;
	font-size: 16px;
	line-height: 1.8;
}
.lp_wrap * {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0;
}
.lp_wrap a {
	text-decoration: none;
	transition: opacity .25s ease, background-color .25s ease, color .25s ease;
}
.lp_wrap a:hover {
	opacity: .75;
}
.lp_wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}
.lp_wrap ul,
.lp_wrap ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lp_wrap p,
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap h4,
.lp_wrap figure {
	margin: 0;
}
.lp_visually_hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.lp_wrap .content_wrap {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}
.fv {
	margin: 0;
	background: #fff;
}
.fv img {
	width: 100%;
}
.section_title {
	color: var(--lp_mocha);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .08em;
}
.fadein {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .8s ease, transform .8s ease;
}
.fadein.active {
	opacity: 1;
	transform: translateY(0);
}

.intro {
	background: var(--lp_bg);
	padding: 130px 0 120px;
}
.intro .content_wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 452px;
	gap: 120px;
	align-items: center;
}
.intro_text {
	width: 630px;
	padding-top: 60px;
}
.intro_text p {
	font-size: 18px;
}
.intro_text .intro_lead {
	margin-bottom: 60px;
	color: var(--lp_mocha);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.7;
	text-wrap: nowrap;
}
.intro_pickup {
	color: var(--lp_pink);
}
.intro_side {
	align-self: start;
}
.intro_award {
	max-width: 360px;
	width: 100%;
}
.intro_card {
	border-radius: 36px;
	background: #fff;
	padding: 40px 50px 50px;
}
.intro_card h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-decoration: underline;
	color: var(--lp_mocha);
	font-size: 23px;
	font-weight: 700;
	line-height: 1.6;
}
.intro_card p {
	font-size: 17px;
}
.intro_card p + p {
	margin-top: 5px;
}

.feature {
	background: var(--lp_soft);
	padding: 110px 0 165px;
}
.lp_wrap .feature_points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 60px;
}
.feature_points li {
	display: grid;
	grid-template-columns: 148px 1fr;
	gap: 25px;
	align-items: center;
}
.feature_points img {
	width: 148px;
}
.feature_points h3 {
	color: var(--lp_mocha);
	font-size: 20px;
	font-weight: 700;
}
.feature_points p {
	margin-top: 10px;
	font-size: 18px;
}
.feature_box {
	display: grid;
	grid-template-columns: 36% 1fr;
	gap: 35px;
	width: min(1048px, 100%);
	margin: 90px auto 0;
	border-radius: 34px;
	background: #fff;
	padding: 0 60px 55px 20px;
}
.feature_model {
	display: flex;
	align-items: flex-end;
}
.feature_model img {
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
	display: block;
}
.feature_detail {
	padding-top: 70px;
}
.feature_copy {
	color: var(--lp_mocha);
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.feature_copy span{
	color: var(--lp_mocha);
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.lp_wrap .feature_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
	margin-top: 30px;
}
.feature_grid li {
	text-align: center;
}
.feature_grid span {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto -20px;
	border-radius: 999px;
	background: var(--lp_mocha);
	color: #fff;
	font-size: 16px;
	z-index: 2;
	padding: 5px 0;
}
.feature_grid img {
	width: 169px;
	margin: 0 auto;
}
.feature_grid p {
	font-size: 16px;
	line-height: 1.85;
}

.new {
	background: #fff;
	padding: 120px 0 115px;
}
.new .content_wrap {
	display: grid;
	grid-template-columns: 410px minmax(0, 1fr);
	gap: 70px;
	align-items: center;
}
.new_text h2 {
	margin-bottom: 30px;
	color: var(--lp_mocha);
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5;
}
.new_text p {
	font-size: 18px;
}
.package_change {
	display: flex;
	align-items: center;
	gap: 45px;
	margin-top: 50px;
}
.package_change figure {
	position: relative;
	width: 142px;
}
.package_change figcaption {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
.package_arrow {
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid var(--lp_pink);
}
.package_new {
	width: 148px;
}
.package_new span {
	position: absolute;
	top: -28px;
	right: -30px;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border-radius: 50%;
	background: var(--lp_pink);
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}
.new_visual img {
	width: 100%;
	min-width: 660px;
}

.lineup {
	background: #fff;
	padding: 25px 0 140px;
}
.lineup > .content_wrap {
	width: 100%;
}
.lineup .section_title {
	margin-bottom: 60px;
}
.lineup_group + .lineup_group {
	margin-top: 120px;
}
.lineup_heading {
	width: 100%;
	margin-left: 0;
	background: var(--lp_brown);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 72px;
	text-align: center;
	letter-spacing: .04em;
}
.lineup_heading span {
	display: inline-block;
	margin-left: 15px;
	border-radius: 999px;
	background: #fff;
	color: var(--lp_brown);
	padding: 0 20px;
	font-size: 22px;
	line-height: 41px;
	vertical-align: 3px;
}
.lp_wrap .lineup_list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 40px;
	width: min(1200px, calc(100% - 48px));
	margin: 80px auto 0;
}
.lp_wrap .lineup_list_six {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}
.lineup_item {
	text-align: center;
}
.lp_wrap .lineup_label {
	display: block;
	margin-bottom: 25px;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 44px;
}
.label_pink {
	background: var(--lp_pink);
}
.label_purple {
	background: #3b2585;
}
.label_blue {
	background: #008ed3;
}
.label_gray {
	background: #5b5b5b;
}
.label_red {
	background: #e51700;
}
.label_teal {
	background: #009aa6;
}
.label_green {
	background: #18a417;
}
.lineup_item img {
	width: auto;
	height: 323px;
	margin: 0 auto 25px;
}
.lineup_list_six .lineup_item img {
	height: 346px;
	margin-bottom: 25px;
}
.lineup_item h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2ddd9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}
.lineup_list_six .lineup_item h4 {
	padding-bottom: 0px;
	border-bottom: 0px solid #e2ddd9;
}
.short{
	padding-bottom: 10px;
	border-bottom: 1px solid #e2ddd9;
	color: #967f62;
}
.lineup_item h4 span {
	font-weight: 700;
	font-size: 16px;
}
.lineup_item p:not(.lineup_label) {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
}
.lineup_list_six .lineup_item p:not(.lineup_label):first-of-type {
	color: var(--lp_brown);
	font-size: 16px;
	line-height: 1.5;
}
.lineup_item a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 102px;
	height: 30px;
	margin-top: 20px;
	border: 1px solid var(--lp_pink);
	border-radius: 999px;
	color: var(--lp_pink);
	font-size: 16px;
	line-height: 1;
}
.lineup_item a:hover {
	background: var(--lp_pink);
	color: #fff;
	opacity: 1;
}

@media screen and (max-width: 1100px) {
	.intro .content_wrap,
	.new .content_wrap {
		grid-template-columns: 1fr;
		gap: 55px;
	}
	.intro_text {
		width: 100%;
		padding-top: 0;
	}
	.intro_side {
		width: min(452px, 100%);
		margin: 0 auto;
	}
	.feature_box {
		grid-template-columns: 1fr;
		padding: 40px 40px 55px;
	}
	.feature_model img {
		width: min(300px, 70%);
	}
	.feature_detail {
		padding-top: 0;
	}
	.new_visual img {
		min-width: 0;
	}
	.lp_wrap .lineup_list,
	.lp_wrap .lineup_list_six {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.lp_wrap {
		font-size: 15px;
	}
	.lp_wrap .content_wrap {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}
	.section_title {
		font-size: 28px;
	}
	.intro {
		padding: 70px 0 75px;
	}
	.intro_text p,
	.intro_card p,
	.new_text p {
		font-size: 15px;
	}
	.intro_text .intro_lead {
		margin-bottom: 35px;
		font-size: 20px;
		text-wrap: unset;
	}
	.intro_text p + p {
		margin-top: 20px;
	}
	.intro_award {
		width: min(300px, 82%);
	}
	.intro_card {
		border-radius: 24px;
		padding: 30px 25px 35px;
	}
	.intro_card h2 {
		font-size: 20px;
	}
	.feature {
		padding: 70px 0 85px;
	}
	.feature_model img {
		display: none;
	}
	.lp_wrap .feature_points {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-top: 35px;
	}
	.feature_points li {
		grid-template-columns: 96px 1fr;
		gap: 20px;
	}
	.feature_points img {
		width: 96px;
	}
	.feature_points h3 {
		font-size: 19px;
	}
	.feature_points p {
		font-size: 15px;
	}
	.feature_box {
		width: auto;
		margin-top: 60px;
		border-radius: 24px;
		padding: 35px 20px 40px;
	}
	.feature_copy {
		font-size: 24px;
	}
	.feature_copy span{
		font-size: 18px;
	}
	.lp_wrap .feature_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.feature_grid span {
		font-size: 13px;
	}
	.feature_grid img {
		width: min(128px, 100%);
	}
	.feature_grid p {
		font-size: 13px;
	}
	.new {
		padding: 70px 0 80px;
	}
	.new_text h2 {
		font-size: 24px;
	}
	.package_change {
		justify-content: center;
		gap: 25px;
		margin-top: 40px;
	}
	.package_change figure {
		width: 112px;
	}
	.package_new {
		width: 116px;
	}
	.package_new span {
		width: 52px;
		height: 52px;
		font-size: 15px;
	}
	.new_visual {
		overflow: hidden;
	}
	.new_visual img {
		max-width: 520px;
		width: 100%;
		margin-left: 0px;
	}
	.lineup {
		padding: 10px 0 85px;
	}
	.lineup .section_title {
		margin-bottom: 40px;
	}
	.lineup_group + .lineup_group {
		margin-top: 75px;
	}
	.lineup_heading {
		width: auto;
		margin-left: 0;
		padding: 15px 20px;
		font-size: 18px;
		line-height: 1.7;
	}
	.lineup_heading span {
		margin-left: 10px;
		padding: 0 15px;
		font-size: 14px;
		line-height: 30px;
		vertical-align: 1px;
	}
	.lp_wrap .lineup_list,
	.lp_wrap .lineup_list_six {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 40px 20px;
		width: min(100% - 32px, 520px);
		margin-top: 50px;
	}
	.lineup_label {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 36px;
	}
	.lineup_item img,
	.lineup_list_six .lineup_item img {
		height: 250px;
		margin-bottom: 20px;
	}
	.lineup_item h4 {
		min-height: 36px;
		font-size: 18px;
	}
	.lineup_item h4 span {
		display: block;
		font-size: 14px;
	}
	.lineup_item p:not(.lineup_label) {
		font-size: 15px;
	}
	.lineup_item a {
		min-width: 92px;
	}
	.lp_wrap .lineup_label{
		font-size: 16px;
	}
}

@media screen and (max-width: 430px) {
	.lineup_item img,
	.lineup_list_six .lineup_item img {
		height: auto;
		max-height: 330px;
	}
}
