/* ------------------

共通 

--------------------*/
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-optical-sizing: auto;
	margin: 0;
	font-size: 16px;
	color: #484848;
	margin: 0 auto;
	background: #fff;
}

body,
body * {
	font-family: "Noto Sans JP", sans-serif !important;
}

.montserrat,
.montserrat * {
	font-family: "Montserrat", sans-serif !important;
}

.container {
	max-width: 395px;
	margin: 0 auto;
	background: #fff;
	color: #484848;
}

section.recommend,
section.feature,
section.steps,
section.voice,
section.qa,
section.profile {
	padding: 40px 0;
}

section.cta {
	padding: 0px 0 40px;
}

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

p {
	font-size: 16px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure.picture {
	margin: 20px;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

/* -----------------------

heading

-------------------------- */
.heading {
	text-align: center;
	position: relative;
}

.heading::before {
	position: absolute;
	content: "";
	background: url(../img/heading-item.png);
	background-size: contain;
	display: inline-block;
	width: 222px;
	height: 20px;
	background-repeat: no-repeat;
	bottom: -27px;
	left: 50%;
	transform: translatex(-50%);
}

.heading p {
	color: #EE6F8B;
	font-size: 14px;
	letter-spacing: 25%;
	font-weight: 400;
	margin-bottom: 0;
}

.heading h2 {
	font-size: 25px;
	letter-spacing: 18%;
	margin-top: 8px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 60px;
}

/* -----------------------

fv

-------------------------- */
section.fv {
	background-color: #F2EDEE;
	padding: 0 0 40px 0;
}

figure.picture.fv-img {
	margin: 0;
	margin-bottom: 40px;
}

/* 追従 */
.header-2 {
	position: fixed;
	left: 50%;
	bottom: 15px;
	width: 85%;
	max-width: 375px;
	display: flex;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 999;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.header-2.show {
	opacity: 1;
	visibility: visible;
}

.header-2 .line-btn {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
	-webkit-transform: none;
	width: 100%;
}

div#HEADER2 .line-btn {
	bottom: 0;
}

/* -----------------------

おすすめ

-------------------------- */
section.recommend {
	background: #FFF7F8;
	padding-bottom: 0;
}

.recommend-list {
	width: 90%;
	margin: 0 auto;
}

.recommend-item {
	background: #fff;
	padding: 1px;
	padding-left: 3.4em;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	margin-bottom: 18px;
	box-shadow: 0 0 5px #E1D1D4;
	border-radius: 6px;
	padding-right: 5px;
}

.recommend-item::before {
	position: absolute;
	content: "";
	background: url(../img/check_item.png);
	background-size: contain;
	display: inline-block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
}

.recommend-item p {
	margin: 10px 0;
}

p.recommend-text span {
	color: #EE6F8B;
}

.arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	margin: 30px 0;
}

.arrow span {
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #666;
}

h3.emphasis {
	text-align: center;
	font-size: 25px;
	letter-spacing: 5%;
	line-height: 1.5;
}

h3.emphasis span {
	background: #EE6F8B;
	color: #fff;
	padding: 0 5px;
	margin: 0 3px;
}

figure.picture.emphasis-img {
	margin: 0;
}

/* ---------------------

特徴

------------------------*/
.head-feature {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	margin-bottom: 50px;
}

.head-feature::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	width: 245px;
	height: 2px;
	background-image: repeating-linear-gradient(to right, #E58CA1 0, #E58CA1 8px, transparent 8px, transparent 16px);
}

.head-feature p {
	font-size: 28px;
	letter-spacing: 16%;
	font-weight: 600;
}

.head-feature img {
	width: 126px;
	height: 33px;
}

.feature-card {
	position: relative;
	border: 15px solid #E890A7;
	border-radius: 20px;
	background: #fff;
	margin: 30px auto;
	width: 90%;
}

.feature-num {
	position: absolute;
	top: 0;
	left: 0px;
	font-size: 91px;
	font-family: serif;
	color: rgba(232, 144, 167, .15);
	line-height: 1;
	margin-top: 0;
}

.feature-title {
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 25px;
	margin-top: 35px;
	letter-spacing: 5%;
}

.feature-title span {
	color: #EE6F8B;
}

.feature-text {
	margin: 20px 0;
	line-height: 1.8;
	font-weight: 500;
	padding: 0 15px;
}

p.feature-text span {
	font-weight: bold;
}

.feature-img img {
	width: 100%;
	display: block;
}

/* ---------------------

実現できること

------------------------*/
.steps {
	background: #FFF8FA;
}

.steps-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	color: #fff;
}

.steps-title span {
	display: inline-block;
	padding: 0px 10px;
	background: #E48797;
	letter-spacing: 5%;
	margin-bottom: 10px;
	color: #fff;
}

.steps-box {
	padding: 22px 14px;
	border-radius: 14px;
	background-color: #FFFDF8;
	background-image: linear-gradient(#F8F7F8 1px, transparent 1px), linear-gradient(90deg, #F8F7F8 1px, transparent 1px);
	background-size: 18px 18px;
	width: 85%;
	margin: 0 auto;
}

.step-item {
	display: flex;
	gap: 15px;
	align-items: baseline;
}

.step-label {
	flex: 0 0 66px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #70b6c4;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.step-label span {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #fff;
}

.step-label strong {
	margin-top: 4px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.step-content {
	flex: 1;
	padding-top: 6px;
}

.step-content h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	color: #333;
}

.steps-box p {
	margin: 0;
	font-weight: 500;
	line-height: 1.75;
	color: #222;
	margin-top: 6px;
}

.steps-box p span {
	color: #e87b91;
	font-weight: 700;
}

.step-line {
	width: 10px;
	height: 45px;
	margin: 10px auto;
	background-image: radial-gradient(circle, #7A7A7A 4px, transparent 3px);
	background-size: 10px 15px;
	background-repeat: repeat-y;
}

/* ---------------------

よくある質問

------------------------*/
section.qa {
	background: #FFF8FA;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
	width: 90%;
	margin: 0 auto;
}

.faq-item {
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}

.faq-question {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 7px;
	padding: 10px 15px 10px 10px;
	background: #E48797;
	color: #fff;
}

.faq-question span {
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 18%;
	color: #fff;
}

.faq-question p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 3%;
	color: #fff;
}

.faq-answer {
	padding: 13px;
	background: #fff;
}

.faq-answer p {
	margin: 0;
	font-weight: 500;
	line-height: 1.55;
	color: #333;
	letter-spacing: 5%;
}

section.profile {
	padding-bottom: 15px;
}

.cta-inner {
	position: relative;
}

a.line-btn.line-positon {
	position: absolute;
	bottom: 25px;
	width: 85%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
}

.line-btn {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.line-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 57px;
	padding: 0 18px;
	background: #06C755;
	border-radius: 999px;
	text-decoration: none;
}

.line-btn::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -30%;
	top: -50%;
	display: block;
	width: 40px;
	height: 140px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 50%, hsla(0, 0%, 100%, 0));
	-webkit-animation: shiny-data-v-2ae6b904 3s linear infinite;
	animation: shiny-data 3s linear infinite;
}

@keyframes shiny-data {
	0% {
		left: -30%;
	}

	20% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

.line-icon {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.line-text {
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 5%;
	text-align: center;
	line-height: 1.2;
}

.line-arrow {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	color: #06C755;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.line-arrow::before {
	content: "";
	border-left: 8px solid #06C755;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

/* ---------------------

footer

------------------------*/
footer.footer-lp {
	background: #F4E7E9;
	padding: 40px 0 30px;
}

figure.picture.footer-logo {
	width: 96px;
	margin: 0 auto 18px;
}

a.footer-link {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #484848;
	font-size: 14px;
	margin-bottom: 5px;
}