.fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
body#fs_CustomPage {
	margin: 0;
	overflow-x: hidden;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}
#header img {
	max-width: 100%;
}
.lp-simple-header {
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #e5edf3;
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
}
.lp-simple-header * {
	box-sizing: border-box;
}
.lp-simple-header .header_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.lp-simple-header .header_pagetitle_text {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.5;
}
.lp-simple-header .header_top_banner {
	width: 600px;
}
.lp-simple-header .header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.lp-simple-header .header__inner__logo {
	width: 180px;
}
.lp-simple-header .header__inner__menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lp-simple-header a {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}
.lp-simple-header .header__inner__information {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: right;
}
.lp-simple-header .header__inner__information__account,
.lp-simple-header .header__inner__guid {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.lp-simple-header .header--sp {
	display: none;
}
.fs-c-breadcrumb {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.fs-c-breadcrumb__list {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-c-breadcrumb__listItem {
	font-size: 12px;
	line-height: 1.5;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
	content: ">";
	margin-right: 10px;
	color: #777;
}

:root {
	--font-base: "Noto Sans JP", sans-serif;
	--blue: #0b74b8;
	--deep-blue: #00428c;
	--light-blue: #dff3ff;
	--pale-blue: #eff9ff;
	--pink: #e9508f;
	--light-pink: #ffe9f2;
	--ink: #14315c;
	--text: #333;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

.lp_wrap {
	margin: 0 auto;
	font-family: var(--font-base);
	font-weight: 400;
	color: var(--text);
	background: #fff;
}
.lp_wrap * {
	box-sizing: border-box;
}
.lp_wrap img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.lp_wrap #asettemo,
.lp_wrap #manzoku {
	scroll-margin-top: 30px;
}
.lp_wrap h1,
.lp_wrap h2,
.lp_wrap h3,
.lp_wrap p,
.lp_wrap figure,
.lp_wrap ul,
.lp_wrap dl,
.lp_wrap dd {
	margin: 0;
}
.lp_wrap ul {
	padding: 0;
	list-style: none;
}
.lp_wrap a {
	text-decoration: none;
}
.lp_wrap .content-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}

.lp-fv h1 {
	margin: 0;
}
.section-lead {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.section-title {
	margin-bottom: 50px;
	color: var(--ink);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

.lp-experience {
	background: #fff;
}
.lp-experience .content-wrap {
	max-width: 1200px;
	padding: 100px 0 100px;
}
.lp-experience .section-title {
	margin-bottom: 40px;
	color: #001f45;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.35;
}
.section-title-dotted {
	position: relative;
	display: inline-block;
}
.section-title-dotted::before,
.section-title-dotted::after {
	position: absolute;
	top: -10px;
	color: #65b7dc;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	content: "●";
}
.section-title-dotted::before {
	left: 20px;
}
.section-title-dotted::after {
	right: 15px;
}
.experience-list {
	display: flex;
	gap: 30px;
}
.experience-list li {
	width: calc((100% - 90px) / 4);
}
.experience-card {
	overflow: hidden;
	border: 1px solid #d1d1d1;
	border-radius: 15px;
	background: #fff;
	box-shadow: none;
}
.experience-card figcaption {
	padding: 20px 5px;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}
.experience-blue {
	color: #006096;
	font-weight: 500;
}

.lp-care {
	background: #fff url("../img/background.png") center top / 1920px auto no-repeat;
}
.lp-care .content-wrap {
	max-width: 1440px;
	padding: 100px 0 160px;
}
.lp_wrap .care-title {
	position: relative;
	margin: 0 0 100px;
	color: #00265d;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.care-title::before,
.care-title::after {
	position: absolute;
	bottom: 30px;
	display: block;
	width: 130px;
	border-top: 1px solid #00265d;
	content: "";
}
.care-title::before {
	left: 250px;
	transform: rotate(60deg);
}
.care-title::after {
	right: 250px;
	transform: rotate(-60deg);
}
.care-title-small,
.care-title-main {
	display: block;
}
.care-title-small {
	font-size: 44px;
	font-weight: 700;
}
.care-title-de {
	font-size: .82em;
	font-weight: 700;
}
.care-title-main {
	color: #0062b0;
	font-family: "Shippori Mincho", serif;
	font-size: 54px;
	font-weight: 700;
}
.care-card-list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
}
.care-card {
	position: relative;
	width: calc((100% - 40px) / 2);
	max-width: 700px;
	border-radius: 8px;
	overflow: hidden;
}
.care-caption {
	position: absolute;
	top: 34px;
	left: 40px;
	width: 340px;
	font-family: "Noto Sans JP", sans-serif;
}
.care-caption h3 {
	margin: 0 0 20px;
	color: #111;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.care-caption-asettemo h3 {
	color: #002d78;
	font-size: 31px;
	text-align: left;
}
.care-caption li {
	position: relative;
	padding: 10px 0 10px 70px;
	border-top: 1px solid #d5d5d5;
	color: #111;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
}
.care-caption li:last-child {
	border-bottom: 1px solid #d5d5d5;
}
.care-caption li::before {
	position: absolute;
	left: 10px;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: #111;
	font-size: 24px;
	line-height: 30px;
	content: "\00d7";
	transform: translateY(-50%);
}
.care-caption-asettemo li {
	padding-left: 50px;
	color: #002d78;
	font-size: 22px;
	font-weight: 700;
}
.care-caption-asettemo li::before {
	left: 4px;
	color: #002d78;
	content: "\2713";
}

.lp-type {
	background: linear-gradient(90deg, #eef9ff 0%, #fff6fb 100%);
}
.type-wrap {
	display: flex;
	align-items: stretch;
	gap: 40px;
}
.type-brand {
	display: flex;
	flex-direction: column;
	width: calc((100% - 320px - 80px) / 2);
	padding: 40px 20px;
	border-radius: 8px;
	background: #fff;
}
.type-brand-blue {
	border-top: 8px solid #27a8dc;
}
.type-brand-pink {
	border-top: 8px solid var(--pink);
}
.brand-name {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
}
.type-brand-blue .brand-name {
	color: #27a8dc;
}
.type-brand-pink .brand-name {
	color: var(--pink);
}
.type-brand p:not(.brand-name),
.type-brand li {
	font-size: 15px;
	line-height: 1.6;
}
.type-brand ul {
	margin: 20px 0;
}
.type-brand li {
	padding-left: 20px;
	position: relative;
}
.type-brand li::before {
	position: absolute;
	left: 0;
	content: "\30fb";
}
.type-brand img {
	margin-top: auto;
}
.type-table {
	width: 320px;
	padding: 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(30, 80, 120, .08);
}
.type-head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #d9e7f2;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.type-head span:first-child {
	color: #27a8dc;
}
.type-head span:last-child {
	color: var(--pink);
}
.type-table dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e8eef5;
}
.type-table dl:last-child {
	border-bottom: 0;
}
.type-table dt {
	width: 36%;
	color: var(--ink);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}
.type-table dd {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 64%;
	font-size: 13px;
	line-height: 1.5;
}
.type-table span {
	display: block;
}

.lp-type {
	background: linear-gradient(90deg, #eaf3ff 0%, #f6f3ff 50%, #fff0f6 100%);
}
.lp-type .content-wrap {
	max-width: 1810px;
	padding: 100px 0 80px;
}
.lp_wrap .type-title {
	margin: 0 0 70px;
	color: #00265d;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	text-align: center;
}
.type-title-small,
.type-title-main {
	display: block;
}
.type-title-small {
	font-family: "Shippori Mincho", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.type-title-small span {
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
}
.type-title-small span:first-child {
	box-shadow: inset 0 -.5em 0 #c8e8fb;
}
.type-title-small span:last-child {
	box-shadow: inset 0 -.5em 0 #f5cfda;
}
.type-title-main {
	font-size: 58px;
	font-weight: 800;
	line-height: 1.2;
}
.type-title-no {
	font-size: 34px;
	font-weight: 700;
	vertical-align: baseline;
}
.type-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 60px;
}
.type-panel {
	display: flex;
	flex-direction: column;
	width: 500px;
	padding-top: 30px;
}
.type-panel-manzoku {
	padding-top: 40px;
}
.type-logo img {
	width: auto;
	margin: 0 auto 20px;
}
.type-logo-asettemo img {
	max-width: 278px;
}
.type-logo-manzoku img {
	max-width: 201px;
}
.type-copy {
	margin-bottom: 30px;
	line-height: 1.4;
	text-align: center;
}
.type-copy-brand,
.type-copy-text {
	display: block;
}
.type-copy-brand {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
.type-copy-text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.type-copy-asettemo {
	color: #008fbd;
}
.type-copy-manzoku {
	color: #e75b8c;
}
.lp_wrap .type-point-list {
	width: 400px;
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.type-point-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #00265d;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
.type-point-list li::before {
	position: absolute;
	left: 0;
	top: .5em;
	color: #008fbd;
	font-size: 12px;
	line-height: 1;
	content: "\2022";
}
.type-panel-manzoku .type-point-list li::before {
	color: #e75b8c;
}
.type-image {
	margin-top: auto;
	border-radius: 8px;
	overflow: hidden;
}
.type-graph {
	width: 682px;
	padding-top: 0;
}
.care-caption li::before {
	content: "\00d7";
}
.care-caption-asettemo li::before {
	content: "\2713";
}

.lp-asettemo-detail {
	overflow: visible;
	font-family: "Noto Sans JP", sans-serif;
	color: #00265d;
	background: #e8f5ff;
}
.asettemo-hero {
	position: relative;
	z-index: 0;
	background-color: #bfe4ff;
	background-image: url("../img/asettemo_main.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px auto;
}
.asettemo-hero::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	padding-top: 90px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 90' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%23eaf3ff'/%3E%3Cstop offset='0.52' stop-color='%23f6f3ff'/%3E%3Cstop offset='1' stop-color='%23fff0f6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M0 0H1920V40C1540 68 1140 78 780 72C430 66 190 55 0 40V0Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
	content: "";
}
.asettemo-hero::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 760px;
	bottom: 0;
	z-index: 0;
	background: #fff;
	content: "";
}
.asettemo-hero .content-wrap {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	padding: 120px 0 80px;
}
.asettemo-hero-copy {
	width: 620px;
	margin-bottom: 40px;
}
.lp_wrap .asettemo-kana,
.lp_wrap .manzoku-kana {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 800;
}
.lp_wrap .asettemo-kana {
	color: #007db6;
}
.lp_wrap .manzoku-kana {
	color: #e94d87;
}
.lp_wrap .asettemo-logo-text,
.lp_wrap .manzoku-logo-text {
	margin-bottom: 30px;
	font-size: 66px;
	font-weight: 800;
	line-height: 1;
}
.lp_wrap .asettemo-logo-text {
	color: #007db6;
}
.lp_wrap .manzoku-logo-text {
	color: #ec4c86;
}
.lp_wrap .asettemo-lead,
.lp_wrap .manzoku-lead {
	margin-bottom: 30px;
	color: #00265d;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4;
}
.lp_wrap .asettemo-icon-list,
.lp_wrap .manzoku-icon-list {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
}
.asettemo-icon-list li,
.manzoku-icon-list li {
	width: 80px;
}
.asettemo-product-list,
.manzoku-product-list {
	display: flex;
	justify-content: center;
}
.asettemo-product-card,
.manzoku-product-card {
	position: relative;
	border-radius: 8px;
	background: #fff;
}
.asettemo-product-card h3,
.manzoku-product-card h3 {
	position: absolute;
	top: -30px;
	padding: 20px;
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	text-align: center;
}
.asettemo-product-body,
.manzoku-product-body {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 30px;
}
.manzoku-product-body {
	display: block;
	gap: 0;
	margin-bottom: 20px;
}
.lp_wrap .manzoku-product-card .manzoku-product-body {
	margin: 0 0 20px;
}
.manzoku-product-body img {
	width: 100%;
}
.asettemo-product-meta,
.manzoku-product-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.asettemo-color-row,
.manzoku-color-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.asettemo-size,
.manzoku-size {
	padding: 10px 20px;
	border-radius: 20px;
	color: #00265d;
	font-size: 13px;
}
.asettemo-price,
.manzoku-price {
	margin-bottom: 20px;
	color: #00265d;
	font-weight: 800;
}
.asettemo-price span,
.manzoku-price span {
	margin-right: 10px;
}
.asettemo-price small,
.manzoku-price small {
	font-size: 14px;
}
.lp_wrap .asettemo-button,
.lp_wrap .manzoku-button {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 280px;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
}
.lp_wrap .asettemo-button:link,
.lp_wrap .asettemo-button:visited,
.lp_wrap .asettemo-button:hover,
.lp_wrap .asettemo-button:active,
.lp_wrap .manzoku-button:link,
.lp_wrap .manzoku-button:visited,
.lp_wrap .manzoku-button:hover,
.lp_wrap .manzoku-button:active {
	color: #fff;
}
.asettemo-button::after,
.manzoku-button::after {
	content: ">";
}
.asettemo-product-list {
	gap: 60px;
}
.asettemo-product-card {
	width: calc((100% - 60px) / 2);
	padding: 60px 40px 40px;
	border: 1px solid rgba(24, 92, 149, .08);
	box-shadow: 0 10px 30px rgba(24, 92, 149, .08);
	text-align: center;
}
.asettemo-product-card h3 {
	left: 0;
	width: 340px;
	margin-left: 20px;
	background: #2fb9e9;
	font-size: 22px;
	line-height: 1.2;
}
.asettemo-product-card:nth-child(2) h3 {
	background: #5798ee;
}
.lp_wrap .asettemo-product-sub {
	margin-bottom: 20px;
	color: #007db6;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.5;
}
.asettemo-product-main {
	width: 45%;
}
.asettemo-product-info {
	width: 55%;
}
.asettemo-product-thumbs {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.asettemo-product-thumbs img {
	width: calc((100% - 10px) / 2);
}
.asettemo-product-points {
	text-align: left;
}
.asettemo-product-points li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #00265d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}
.lp_wrap .asettemo-product-points li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	border-radius: 50%;
	background: #44bdea;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	content: "\2713";
}
.asettemo-product-meta {
	justify-content: flex-start;
	gap: 30px;
}
.asettemo-color-row {
	color: #333;
	font-size: 13px;
	font-weight: 700;
}
.swatch {
	display: inline-block;
	width: 20px;
	padding-top: 20px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e6e6e6;
}
.swatch-white {
	background: #fff;
}
.swatch-beige {
	background: #e3c8bf;
}
.swatch-black {
	background: #000;
}
.asettemo-size {
	border: 1px solid #b9edf7;
	font-weight: 700;
}
.lp_wrap .asettemo-price {
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.2;
}
.asettemo-price span {
	font-size: 15px;
	font-weight: 700;
}
.asettemo-button {
	border-radius: 28px;
	background: #002f7e;
}
.asettemo-button::after {
	margin-left: 20px;
}
.asettemo-commit {
	position: relative;
	z-index: 1;
	background: #e8f5ff;
}
.asettemo-commit::before,
.asettemo-commit::after {
	position: absolute;
	left: 50%;
	display: block;
	content: "";
}
.asettemo-commit::before {
	top: -40px;
	width: 100%;
	padding-top: 160px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 160' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0H1920V20C1720 70 1520 75 1320 80C1040 90 790 86 560 62C360 42 160 58 0 90V0Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
	transform: translateX(-50%);
}
.asettemo-commit::after {
	left: 0;
	bottom: -50px;
	z-index: 2;
	width: 100%;
	padding-top: 100px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cpath fill='%23e8f5ff' d='M0 0H1920V18C1440 78 480 78 0 18V0Z'/%3E%3Cpath fill='%23fff' d='M0 18C480 78 1440 78 1920 18V58C1440 118 480 118 0 58V18Z'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
	pointer-events: none;
	transform: none;
}
.asettemo-commit .content-wrap {
	position: relative;
	z-index: 1;
	max-width: 1660px;
	padding: 120px 0 120px;
}
.lp_wrap .asettemo-commit-title {
	margin-bottom: 100px;
	color: #00265d;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.asettemo-commit-list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.asettemo-commit-card {
	position: relative;
	width: calc((100% - 120px) / 5);
	padding: 50px 20px 20px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}
.commit-number {
	position: absolute;
	left: 50%;
	top: -40px;
	color: #22bde6;
	font-family: "Shippori Mincho", serif;
	font-size: 62px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	transform: translateX(-50%);
}
.asettemo-commit-card h3 {
	margin-bottom: 20px;
	color: #00265d;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}
.lp_wrap .commit-text {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00265d;
	font-size: 14px;
	line-height: 1.7;
}
.commit-marker {
	background: #eaf7ff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.commit-subimage {
	display: block;
	width: 100%;
	margin-top: 0;
}
.lp_wrap .commit-subimage--narrow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.commit-test {
	margin-top: 0;
	color: #0070c5;
	font-weight: 800;
}
.commit-test-title {
	padding: 10px;
	margin-bottom: 10px;
	background: #0077d5;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}
.commit-test-labels {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 10px 0;
	color: #00265d;
}
.commit-test-labels span {
	color: #00265d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}
.commit-test-values {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 800;
}
.commit-test-values strong {
	font-size: 34px;
	font-style: italic;
	font-weight: 800;
	line-height: 1;
}
.lp_wrap .commit-arrow {
	width: 20px;
	flex: 0 0 auto;
}
.commit-value-after {
	color: #22bde6;
}
.commit-note {
	margin-top: 30px;
	color: #333;
	font-size: 12px;
	line-height: 1.7;
}

.lp-product {
	overflow: hidden;
}
.lp-asettemo {
	background: var(--light-blue);
}
.lp-manzoku {
	background: var(--light-pink);
}
.product-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 50px;
}
.product-copy {
	width: 54%;
}
.product-title {
	font-size: 54px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}
.product-title-blue {
	color: #0096d4;
}
.product-title-pink {
	color: var(--pink);
}
.product-text {
	margin-top: 10px;
	color: var(--ink);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.product-model {
	width: 38%;
	max-width: 420px;
}
.feature-icons {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}
.feature-icons li {
	width: calc((100% - 40px) / 5);
	max-width: 80px;
	text-align: center;
}
.feature-icons span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}
.product-list {
	display: flex;
	align-items: stretch;
	gap: 30px;
}
.product-list-asettemo .product-item {
	width: calc((100% - 30px) / 2);
}
.product-list-manzoku .product-item {
	width: calc((100% - 60px) / 3);
}
.product-card {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(30, 80, 120, .10);
}
.product-label {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 8px;
	color: #fff;
	background: var(--blue);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.lp-manzoku .product-label {
	background: var(--pink);
}
.product-media {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.product-img-main {
	width: 58%;
}
.product-img-sub {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 34%;
}
.product-name {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.6;
}
.product-price {
	margin-top: auto;
	margin-bottom: 20px;
	color: var(--ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.product-button {
	display: block;
	width: 220px;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 999px;
	color: #fff !important;
	background: var(--deep-blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	transition: background-color .2s ease;
}
.product-button:hover {
	background: #0067b1;
}
.commitment {
	margin-top: 90px;
}
.commitment h3 {
	margin-bottom: 30px;
	color: var(--ink);
	font-size: 30px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.commitment-list {
	display: flex;
	gap: 20px;
}
.commitment-list li {
	width: calc((100% - 80px) / 5);
	padding: 30px 20px;
	border-radius: 8px;
	background: #fff;
}
.commitment-list p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.lp-scene {
	background: #fff;
}
.scene-lead {
	margin-bottom: 20px;
	color: var(--blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.scene-list {
	display: flex;
	gap: 20px;
}
.scene-list li {
	width: calc((100% - 60px) / 4);
	text-align: center;
}
.scene-list img {
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(30, 80, 120, .10);
}
.scene-list span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
.scene-button-wrap {
	margin-top: 50px;
	text-align: center;
}
.scene-button {
	width: 330px;
}
.lp-manzoku-detail {
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	color: #00265d;
	background: #fff;
}
.manzoku-hero {
	position: relative;
	z-index: 0;
	background-color: transparent;
	background-image: url("../img/manzoku_main.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 724px;
}
.manzoku-hero::before {
	display: none;
	content: "";
}
.manzoku-hero::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 650px;
	bottom: 0;
	z-index: 0;
	background: #fff;
	content: "";
}
.manzoku-hero .content-wrap {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	padding: 140px 0 70px;
}
.manzoku-hero-copy {
	width: 560px;
	margin-bottom: 50px;
}
.manzoku-icon-list img {
	width: 100%;
}
.manzoku-product-list {
	gap: 50px;
}
.manzoku-product-card {
	display: flex;
	flex-direction: column;
	width: calc((100% - 100px) / 3);
	padding: 60px 20px 20px;
	border: 1px solid rgba(234, 115, 181, .35);
	box-shadow: 0 10px 30px rgba(168, 74, 112, .08);
}
.manzoku-product-card h3 {
	left: 20px;
	right: 20px;
	background: #ed92b5;
	font-size: 24px;
}
.manzoku-product-card:nth-child(2) h3 {
	background: #f08bef;
}
.manzoku-product-card:nth-child(3) h3 {
	background: #ea73b5;
}
.manzoku-product-main {
	width: 58%;
}
.manzoku-product-thumb {
	width: 42%;
	padding-top: 60px;
}
.manzoku-product-meta {
	justify-content: space-between;
	gap: 20px;
}
.manzoku-color-row {
	color: #222;
	font-size: 14px;
	font-weight: 800;
}
.manzoku-size {
	border: 1px solid #ddd;
	font-weight: 800;
}
.lp_wrap .manzoku-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #ee8eb4;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}
.manzoku-product-card:nth-child(2) .manzoku-label {
	background: #f28df0;
}
.manzoku-product-card:nth-child(3) .manzoku-label {
	background: #e96fab;
}
.lp_wrap .manzoku-copy {
	padding-top: 20px;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
}
.lp_wrap .manzoku-copy + .manzoku-price {
	padding-top: 20px;
}
.lp_wrap .manzoku-price {
	margin-top: auto;
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
}
.manzoku-price span {
	font-size: 16px;
}
.manzoku-button {
	border-radius: 30px;
	background: #002f7d;
}
.manzoku-button::after {
	margin-left: 30px;
}
.lp-proposal {
	position: relative;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 180' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='40' x2='0' y2='180' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23f2f2f2'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23g)' d='M0 28C420 78 760 92 960 92C1160 92 1500 78 1920 28V180H0V28Z'/%3E%3C/svg%3E") center top / 100% 180px no-repeat #fff;
}
.lp-proposal .content-wrap {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	padding: 160px 0 100px;
}
.lp_wrap .proposal-title {
	margin-bottom: 40px;
	color: #00265d;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.proposal-title-small,
.proposal-title-main {
	display: block;
}
.proposal-title-small {
	color: #00265d;
	font-size: 36px;
	font-weight: 800;
}
.proposal-title-main {
	color: #0062b0;
	font-size: 36px;
	font-weight: 800;
}
.proposal-title-main em {
	color: #37bee8;
	font-style: normal;
	font-weight: 800;
}
.proposal-lead {
	margin-bottom: 40px;
	color: #00265d;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}
.proposal-lead span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
	margin-bottom: 60px;
	background: linear-gradient(transparent 58%, #dceeff 58%);
	font-weight: 800;
}
.proposal-lead span::before,
.proposal-lead span::after {
	position: absolute;
	bottom: 15px;
	width: 40px;
	border-top: 1px solid #00265d;
	content: "";
}
.proposal-lead span::before {
	left: 0;
	transform: rotate(45deg);
}
.proposal-lead span::after {
	right: 0;
	transform: rotate(-45deg);
}
.proposal-scene-list {
	display: flex;
	gap: 30px;
}
.proposal-scene-list li {
	width: calc((100% - 90px) / 4);
	text-align: center;
}
.proposal-image-frame {
	position: relative;
	display: block;
	padding-top: 70%;
	overflow: hidden;
	border-radius: 8px;
	background: #f5f5f5;
	box-shadow: 0 10px 20px rgba(30, 80, 120, .10);
}
.proposal-image-frame img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
}
.proposal-scene-list figcaption {
	margin-top: 20px;
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.proposal-button-wrap {
	margin-top: 50px;
	text-align: center;
}
.lp_wrap .proposal-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 520px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 30px;
	background: #002f7d;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}
.lp_wrap .proposal-button:link,
.lp_wrap .proposal-button:visited,
.lp_wrap .proposal-button:hover,
.lp_wrap .proposal-button:active {
	color: #fff;
}
.proposal-button::after {
	margin-left: 30px;
	content: ">";
}
.lp-floating-nav {
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 130px;
	transition: opacity .2s, visibility .2s, transform .2s;
}
.lp-floating-nav.is-hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateX(20px);
}
.lp-floating-nav.is-asettemo-current a:first-child,
.lp-floating-nav.is-manzoku-current a:nth-child(2) {
	display: none;
}
.lp-floating-nav a {
	display: block;
	transition: opacity .2s;
}
.lp-floating-nav a:hover {
	opacity: .85;
}
.lp_wrap .lp-floating-nav img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.lp-simple-header .header_top,
	.lp-simple-header .header--pc {
		display: none;
	}
	.lp-simple-header .header--sp {
		display: block;
		padding: 20px;
	}
	.lp-simple-header .header__inner__logo {
		width: 150px;
		margin: 0 auto 20px;
	}
	.lp-simple-header .header__inner__menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 20px;
	}
	.lp-simple-header a {
		font-size: 12px;
	}
	.lp-floating-nav {
		top: 210px;
		width: 80px;
	}
	.fs-c-breadcrumb {
		padding: 20px;
	}
	.fs-c-breadcrumb__list {
		flex-wrap: wrap;
	}
	.lp_wrap .content-wrap {
		padding: 60px 20px;
	}
	.lp-fv img {
		width: 100%;
	}
	.section-lead {
		font-size: 16px;
	}
	.section-title {
		margin-bottom: 30px;
		font-size: 26px;
	}
	.lp-experience .section-title {
		font-size: 28px;
	}
	.lp_wrap .section-title-dotted::before,
	.lp_wrap .section-title-dotted::after {
		top: -12px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #65b7dc;
		color: transparent;
		font-size: 0;
	}
	.lp_wrap .section-title-dotted::before {
		left: 10px;
	}
	.lp_wrap .section-title-dotted::after {
		right: 10px;
	}
	.experience-list,
	.care-box,
	.type-wrap,
	.product-hero,
	.product-list,
	.commitment-list,
	.scene-list {
		flex-wrap: wrap;
	}
	.experience-list {
		gap: 20px;
	}
	.experience-list li {
		width: calc((100% - 20px) / 2);
	}
	.scene-list li {
		width: calc((100% - 20px) / 2);
	}
	.experience-card figcaption {
		padding: 20px 5px;
		font-size: 14px;
	}
	.care-column,
	.care-photo,
	.type-brand,
	.type-table,
	.product-copy,
	.product-model,
	.product-list-asettemo .product-item,
	.product-list-manzoku .product-item {
		width: 100%;
	}
	.care-column h3 {
		font-size: 18px;
	}
	.care-column li,
	.type-brand p:not(.brand-name),
	.type-brand li,
	.type-table dt,
	.type-table dd {
		font-size: 14px;
	}
	.lp-care {
		background-size: auto 420px;
	}
	.lp-care .content-wrap {
		padding: 60px 20px 80px;
	}
	.lp_wrap .care-title {
		margin-bottom: 40px;
	}
	.care-title::before,
	.care-title::after {
		bottom: 25px;
		width: 50px;
	}
	.care-title::before {
		left: -30px;
	}
	.care-title::after {
		right: -30px;
	}
	.care-title-small {
		font-size: 24px;
		font-weight: 700;
	}
	.care-title-main {
		font-size: 28px;
	}
	.care-card-list {
		flex-wrap: wrap;
		gap: 20px;
	}
	.care-card {
		width: 100%;
	}
	.lp-type .content-wrap {
		padding: 60px 20px 80px;
	}
	.lp_wrap .type-title {
		margin-bottom: 40px;
	}
	.type-title-small {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3;
		white-space: nowrap;
	}
	.type-title-small span {
		font-weight: 600;
	}
	.type-title-main {
		margin-top: 10px;
		font-size: 28px;
		line-height: 1.25;
		white-space: nowrap;
	}
	.type-title-no {
		font-size: 18px;
	}
	.type-content {
		flex-wrap: wrap;
		gap: 20px;
	}
	.type-panel {
		width: calc((100% - 20px) / 2);
		padding-top: 0;
	}
	.type-logo img {
		width: 100%;
		height: auto;
	}
	.type-logo-asettemo img {
		max-width: 150px;
	}
	.type-logo-manzoku img {
		max-width: 120px;
	}
	.type-graph {
		order: 3;
		width: 100%;
	}
	.type-panel-asettemo {
		order: 1;
	}
	.type-panel-manzoku {
		order: 2;
		padding-top: 0;
	}
	.type-copy {
		margin-bottom: 20px;
	}
	.type-copy-brand {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.type-copy-text {
		font-size: 16px;
	}
	.lp_wrap .type-point-list {
		width: 100%;
		margin-bottom: 30px;
	}
	.type-point-list li {
		font-size: 12px;
	}
	.asettemo-hero {
		background-image: url("../img/asettemo_main_sp.png");
		background-position: center top;
		background-size: 100% auto;
	}
	.asettemo-hero::after {
		top: 1040px;
		bottom: 0;
		padding-top: 0;
	}
	.asettemo-hero::before {
		top: 0;
		padding-top: 60px;
	}
	.asettemo-hero .content-wrap {
		padding: 70px 20px 60px;
	}
	.asettemo-hero-copy {
		width: 100%;
		margin-bottom: 40px;
	}
	.lp_wrap .asettemo-kana,
	.lp_wrap .manzoku-kana {
		font-size: 14px;
	}
	.lp_wrap .asettemo-logo-text,
	.lp_wrap .manzoku-logo-text {
		font-size: 34px;
	}
	.lp_wrap .asettemo-lead,
	.lp_wrap .manzoku-lead {
		width: 62%;
		margin-bottom: 30px;
		font-size: 16px;
	}
	.lp_wrap .manzoku-icon-list {
		flex-wrap: wrap;
		gap: 10px;
		width: 62%;
	}
	.manzoku-icon-list li {
		width: calc((100% - 20px) / 3);
	}
	.lp_wrap .asettemo-icon-list {
		flex-wrap: nowrap;
		gap: 10px;
		width: 100%;
	}
	.asettemo-icon-list li {
		width: calc((100% - 40px) / 5);
	}
	.asettemo-product-list,
	.manzoku-product-list {
		flex-wrap: wrap;
		gap: 60px;
	}
	.asettemo-product-card,
	.manzoku-product-card {
		width: 100%;
		padding: 60px 20px 40px;
	}
	.asettemo-product-card {
		padding: 30px 20px 30px;
	}
	.asettemo-product-card h3,
	.manzoku-product-card h3 {
		padding: 10px 20px;
		font-size: 18px;
	}
	.asettemo-product-body,
	.manzoku-product-body {
		gap: 20px;
	}
	.manzoku-product-body {
		margin-bottom: 20px;
	}
	.asettemo-product-body {
		flex-wrap: wrap;
		align-items: center;
		gap: 20px 10px;
	}
	.asettemo-product-card h3 {
		width: 260px;
	}
	.asettemo-product-main {
		width: 42%;
	}
	.asettemo-product-info {
		display: contents;
	}
	.asettemo-product-thumbs {
		width: calc(58% - 10px);
		margin-bottom: 0;
	}
	.asettemo-product-main img {
		width: 100%;
		margin: 0 auto;
	}
	.lp_wrap .asettemo-product-points {
		width: 100%;
		margin-bottom: 10px;
	}
	.asettemo-product-points li {
		padding-left: 24px;
		font-size: 14px;
	}
	.asettemo-product-points li::before {
		width: 16px;
		line-height: 16px;
	}
	.asettemo-product-meta,
	.manzoku-product-meta {
		flex-wrap: wrap;
		gap: 20px;
	}
	.asettemo-price,
	.manzoku-price {
		font-size: 30px;
	}
	.lp_wrap .manzoku-price {
		font-size: 30px;
		white-space: nowrap;
	}
	.lp_wrap .manzoku-price span {
		font-size: 15px;
	}
	.lp_wrap .manzoku-price small {
		font-size: 14px;
	}
	.lp_wrap .asettemo-button,
	.lp_wrap .manzoku-button {
		width: 100%;
		max-width: 260px;
		padding: 14px 10px;
		font-size: 13px;
	}
	.asettemo-button::after,
	.manzoku-button::after {
		margin-left: 10px;
	}
	.asettemo-commit::before {
		top: -30px;
		width: 100%;
		padding-top: 100px;
	}
	.asettemo-commit::after {
		bottom: -40px;
		padding-top: 80px;
	}
	.asettemo-commit .content-wrap {
		padding: 70px 20px 80px;
	}
	.lp_wrap .asettemo-commit-title {
		margin-bottom: 70px;
		font-size: 23px;
	}
	.asettemo-commit-list {
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 20px;
		padding: 30px 20px 10px;
		margin: 0 -20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}
	.asettemo-commit-card {
		flex: 0 0 calc((100vw - 70px) / 2.2);
		width: calc((100vw - 70px) / 2.2);
		padding: 40px 10px 20px;
		scroll-snap-align: start;
	}
	.commit-number {
		top: -30px;
		font-size: 48px;
	}
	.asettemo-commit-card h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.lp_wrap .commit-text,
	.commit-note,
	.commit-test-title,
	.commit-test-labels span {
		font-size: 14px;
	}
	.commit-test-values strong {
		font-size: 24px;
	}
	.commit-arrow {
		width: 18px;
	}
	.brand-name {
		font-size: 24px;
	}
	.product-hero {
		gap: 20px;
		margin-bottom: 30px;
	}
	.product-title {
		font-size: 38px;
	}
	.product-text {
		font-size: 18px;
	}
	.product-model {
		max-width: 240px;
		margin: 0 auto;
	}
	.feature-icons {
		flex-wrap: wrap;
	}
	.feature-icons li {
		width: calc((100% - 20px) / 3);
	}
	.product-label {
		font-size: 16px;
	}
	.product-name,
	.product-button {
		font-size: 14px;
	}
	.product-price {
		font-size: 18px;
	}
	.commitment {
		margin-top: 50px;
	}
	.commitment h3 {
		font-size: 24px;
	}
	.commitment-list li {
		width: calc((100% - 20px) / 2);
	}
	.commitment-list li:last-child {
		margin-left: auto;
		margin-right: auto;
	}
	.scene-lead {
		font-size: 16px;
	}
	.scene-list span,
	.commitment-list p,
	.feature-icons span {
		font-size: 12px;
	}
	.scene-button {
		width: 100%;
	}
	.manzoku-hero {
		background-image: url("../img/manzoku_main_sp.png");
		background-position: center top;
		background-size: 100% auto;
	}
	.manzoku-hero::after {
		top: 980px;
	}
	.manzoku-hero .content-wrap {
		padding: 70px 20px 60px;
	}
	.manzoku-hero-copy {
		width: 100%;
		margin-bottom: 50px;
	}
	.manzoku-icon-list b {
		font-size: 12px;
	}
	.manzoku-product-card h3 {
		left: 20px;
		right: 20px;
	}
	.manzoku-product-list {
		gap: 60px 20px;
	}
	.manzoku-product-card {
		width: calc((100% - 20px) / 2);
		padding: 50px 10px 20px;
	}
	.manzoku-product-card:nth-child(3) {
		margin-right: auto;
		margin-left: auto;
	}
	.manzoku-product-main {
		width: 58%;
	}
	.manzoku-product-thumb {
		width: 42%;
		padding-top: 40px;
	}
	.manzoku-product-meta {
		justify-content: flex-start;
	}
	.lp_wrap .manzoku-label {
		font-size: 14px;
	}
	.lp_wrap .manzoku-copy {
		font-size: 13px;
	}
	.lp-proposal {
		background: #fff;
	}
	.lp-proposal .content-wrap {
		padding: 80px 20px 80px;
	}
	.lp_wrap .proposal-title {
		margin-bottom: 30px;
	}
	.proposal-title-small,
	.proposal-title-main {
		font-size: 24px;
	}
	.proposal-lead {
		margin-bottom: 30px;
		font-size: 20px;
	}
	.proposal-lead span {
		padding: 0 30px;
	}
	.proposal-lead span::before,
	.proposal-lead span::after {
		width: 30px;
	}
	.proposal-scene-list {
		flex-wrap: wrap;
		gap: 30px 20px;
	}
	.proposal-scene-list li {
		width: calc((100% - 20px) / 2);
	}
	.proposal-scene-list figcaption {
		margin-top: 10px;
		font-size: 14px;
	}
	.proposal-button-wrap {
		margin-top: 40px;
	}
	.lp_wrap .proposal-button {
		width: 100%;
		padding: 20px 10px;
		font-size: 14px;
	}
}

.lp_wrap,
.lp_wrap *,
.lp_wrap *::before,
.lp_wrap *::after {
	font-family: "Noto Sans JP", sans-serif;
}

.lp_wrap .care-title,
.lp_wrap .care-title *,
.lp_wrap .type-title,
.lp_wrap .type-title * {
	font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
}

.lp_wrap .commit-number {
	font-family: "Shippori Mincho", serif;
}

.lp_wrap .care-title-main,
.lp_wrap .type-title-small,
.lp_wrap .type-title-small span {
	font-family: "Shippori Mincho", serif;
}
.lp_wrap .care-title-main {
	font-weight: 700;
}
.lp_wrap .type-title-small,
.lp_wrap .type-title-small span {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.lp_wrap .type-title-small,
	.lp_wrap .type-title-small span {
		font-weight: 600;
	}
}

@media screen and (max-width: 500px) {
	.lp_wrap .manzoku-product-list {
		gap: 60px;
	}
	.lp_wrap .manzoku-product-card {
		width: 100%;
		padding: 50px 20px 30px;
	}
	.lp_wrap .manzoku-product-card:nth-child(3) {
		margin-right: 0;
		margin-left: 0;
	}
	.lp_wrap .asettemo-commit-list {
		margin-left: 0;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.lp_wrap .asettemo-commit-card {
		flex: 0 0 calc(100vw - 140px);
		width: calc(100vw - 140px);
	}
}

@media screen and (max-width: 380px) {
	.lp_wrap .asettemo-commit-title {
		font-size: 22px;
	}
	.lp_wrap .lp-experience .section-title,
	.lp_wrap .type-title-main,
	.lp_wrap .care-title-main {
		font-size: 26px;
	}
	.lp_wrap .care-title::before,
	.lp_wrap .care-title::after {
		width: 40px;
	}
}
