/* ============================ */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================ */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
	color: #0A3B6D;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 700;
	line-height: 175%;
}

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

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

/* ============================ */

/* ============================ */

/* ============================
header
 ========================= */

.l-header {
	height: 5.625rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.l-header__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1232px;
	padding: 0 1rem;
	width: 100%;
}

.l-header__logo {
	width: clamp(5rem, 4.1477272727rem + 3.6363636364vw, 6.875rem);
}

/* ============================ */

/* ============================
main
 ========================= */

/* inner1200px */

.l-main__inner {
	margin: 0 auto;
	max-width: 1226px;
	padding: 0 0.5rem;
	width: 100%;
}

/* ============================ */

.l-footer {
	background-color: #0A3B6D;
}

.l-footer__inner {
	color: #fff;
	padding: clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem) 0.625rem clamp(1.5rem, 1.2727272727rem + 0.9696969697vw, 2rem);
}

.l-footer__inner small {
	display: block;
	font-size: clamp(0.625rem, 0.5113636364rem + 0.4848484848vw, 0.875rem);
	font-weight: 500;
	text-align: center;
}

.l-footer__logo-link {
	margin: 0 auto;
	width: clamp(5.625rem, 5.0568181818rem + 2.4242424242vw, 6.875rem);
}

.l-footer__nav {
	margin-bottom: 1.5rem;
}

.l-footer__list {
	-moz-column-gap: 1.5rem;
	align-items: center;
	column-gap: 1.5rem;
	display: flex;
	justify-content: center;
}

.l-footer__item {
	font-size: 1rem;
	font-weight: 700;
}

.l-footer__small-link {
	display: inline;
	text-decoration: underline;
}

/*/* ============================ */

/* ============================ */

/* ============================
ボタン
 ========================= */

.c-button {
	background-color: #fff;
	border: 3px solid;
	border-radius: 6.25rem;
	font-size: 0.875rem;
	font-weight: 700;
	font-weight: 700;
	letter-spacing: 1.96px;
	margin: 0 auto;
	max-width: clamp(15.625rem, 13.3947215777rem + 4.6403712297vw, 16.875rem);
	overflow: hidden;
	padding: 0.5rem 0.875rem 0.625rem 0.875rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.c-button::before {
	border-radius: 0 0 6.25rem 6.25rem;
	bottom: 0;
	content: "";
	height: 1.875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.c-button.--cta {
	background: #F5C63B;
	border: 0.1875rem solid #FFF;
	font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
	max-width: 350px;
	padding: clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem) 1rem;
	position: relative;
	width: 100%;
}

.c-button.--cta::before {
	background: linear-gradient(0deg, #DBA400 0%, #F5C63B 91.35%);
}

.c-button.--cta::after {
	background: url(../img/svg/arrow-white.svg) no-repeat center center/cover;
	content: "";
	height: clamp(0.875rem, 0.7045454545rem + 0.7272727273vw, 1.25rem);
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.875rem, 0.7045454545rem + 0.7272727273vw, 1.25rem);
}

.c-button__icon {
	flex-shrink: 0;
	height: 1.5rem;
	margin-left: auto;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.c-button__icon img {
	display: block;
}

.c-button.--cta.--blue {
	background-color: #69A6E4;
}

.c-button.--cta.--blue::before {
	background: linear-gradient(0deg, rgba(10, 59, 109, 0.6) 0%, rgba(10, 59, 109, 0) 91.35%);
}

.c-button.--green {
	border-color: #06C755;
	margin: 0;
}

/* ============================ */

/* ============================
c-heading_セクションタイトル
 ========================= */

.c-heading {
	font-size: clamp(1.5rem, 1.4431818182rem + 0.2424242424vw, 1.625rem);
	font-weight: 700;
	letter-spacing: 1.04px;
	line-height: 130%;
	margin-bottom: clamp(1.5rem, 1.2727272727rem + 0.9696969697vw, 2rem);
	text-align: center;
}

.c-heading br.--sp {
	display: none;
}

.c-heading.--features .--small {
	font-size: clamp(1rem, 0.8863636364rem + 0.4848484848vw, 1.25rem);
}

/* 〜口コミを作成！ */

.c-heading.--about {
	padding-bottom: 2rem;
}

/* 漫画 */

.c-heading.--comics {
	margin-left: auto;
	margin-right: auto;
	max-width: 239px;
	width: 100%;
}

/* お悩み */

.c-heading.--worry .--small {
	font-size: clamp(1.125rem, 1.0681818182rem + 0.2424242424vw, 1.25rem);
}

/* 使い方 */

/* ============================ */

/* ============================
c-list
 ========================= */

.c-list li {
	letter-spacing: 0.392px;
	line-height: 150%;
	padding-left: clamp(0.6875rem, 0.6306818182rem + 0.2424242424vw, 0.8125rem);
	position: relative;
}

.c-list li:not(:last-of-type) {
	margin-bottom: clamp(0.5rem, 0.4431818182rem + 0.2424242424vw, 0.625rem);
}

.c-list li::before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: clamp(0.25rem, 0.1931818182rem + 0.2424242424vw, 0.375rem);
	left: 0;
	position: absolute;
	top: clamp(0.5625rem, 0.5056818182rem + 0.2424242424vw, 0.6875rem);
	width: clamp(0.25rem, 0.1931818182rem + 0.2424242424vw, 0.375rem);
}

/* ============================ */

/* ============================
白背景
 ========================= */

.c-box {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem) 0.5rem;
}

/* ============================ */

/* ============================
c-video
 ========================= */

.c-video.--sp {
	aspect-ratio: 30/61;
	position: relative;
}

.c-video.--sp::after {
	background: url(../img/pic/mock-up.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.c-video__content {
	display: flex;
	overflow: hidden;
}

.c-video__content video {
	width: 100%;
}

.c-video__content.--sp {
	border-radius: 4.375rem;
}

.c-video.--roulette,
.c-video.--foreign {
	display: grid;
	justify-items: center;
}

.c-video.--roulette .c-video__content.--sp,
.c-video.--foreign .c-video__content.--sp {
	border-radius: 2.5rem;
}

.c-video.--foreign .c-video__content {
	max-width: 18.75rem;
}

/* ============================ */

/* ============================ */

/* ============================
p-top-fv
 ========================= */

.p-top-fv {
	background: url(../img/bg/fv-bg_pc.webp) no-repeat center center/cover;
	padding: clamp(1.5rem, 0.4772727273rem + 4.3636363636vw, 3.75rem) 1rem 2.5rem;
}

.p-top-fv__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1306px;
	width: 100%;
}

/* ============================
p-top-cta
 ========================= */

.p-top-cta {
	background-color: #0A3B6D;
	color: #fff;
	padding: 1rem 0.625rem;
}

.p-top-cta__inner {
	margin: 0 auto;
	max-width: 778px;
	padding: 0 1rem;
	width: 100%;
}

.p-top-cta__button {
	-moz-column-gap: clamp(1rem, -3.906612529rem + 10.2088167053vw, 3.75rem);
	column-gap: clamp(1rem, -3.906612529rem + 10.2088167053vw, 3.75rem);
	display: flex;
	justify-content: center;
}

.p-top-cta__button-item {
	display: flex;
	flex: 1;
	flex-direction: column;
	row-gap: 0.375rem;
}

.p-top-cta__button-item p {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-size: 0.875rem;
	justify-content: center;
	line-height: 140%;
	text-align: center;
}

/* ============================
p-top-comics
 ========================= */

.p-top-comics {
	background-color: #F1F8FF;
	padding-top: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
}

.p-top-comics__content {
	margin: 0 auto;
	max-width: 800px;
	padding-left: clamp(0.5rem, -10.5398781903rem + 22.969837587vw, 6.6875rem);
	padding-right: clamp(0.5rem, -10.5398781903rem + 22.969837587vw, 6.6875rem);
	width: 100%;
}

/* ============================
p-top-about
 ========================= */

.p-top-about {
	background-color: #F1F8FF;
	padding-bottom: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
	padding-top: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
}

.p-top-about__content {
	-moz-column-gap: clamp(0.625rem, -3.6125290023rem + 8.8167053364vw, 3rem);
	align-items: center;
	column-gap: clamp(0.625rem, -3.6125290023rem + 8.8167053364vw, 3rem);
	display: flex;
	padding-left: clamp(0.5rem, -10.5398781903rem + 22.969837587vw, 6.6875rem);
	padding-right: clamp(0.5rem, -10.5398781903rem + 22.969837587vw, 6.6875rem);
}

.p-top-about__merit {
	max-width: 528px;
	width: 100%;
}

.p-top-about__merit-item {
	background-color: #fff;
	border: clamp(0.09375rem, 0.0795454545rem + 0.0606060606vw, 0.125rem) solid #0A3B6D;
	border-radius: 5px;
	padding: 2.5rem clamp(0.75rem, 0.6363636364rem + 0.4848484848vw, 1rem) 1.5rem;
	position: relative;
}

.p-top-about__merit-item:not(:last-of-type) {
	margin-bottom: 2.625rem;
}

.p-top-about__merit-item-heading {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: clamp(15.4375rem, 13.5625rem + 8vw, 19.5625rem);
}

.p-top-about__merit-item-icon {
	margin: 0 auto 1.5rem;
	width: clamp(5.4375rem, 3.7897727273rem + 7.0303030303vw, 9.0625rem);
}

.p-top-about__merit-item-text {
	font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
}

/* ============================
p-top-worry
 ========================= */

.p-top-worry {
	background-color: #0A3B6D;
	padding-bottom: clamp(1.25rem, 0.6818181818rem + 2.4242424242vw, 2.5rem);
	padding-top: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
}

.p-top-worry__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	row-gap: 2.5rem;
	width: 100%;
}

.p-top-worry__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	width: calc(33.3% - 26.6666666667px);
}

.p-top-worry__item-heading {
	background-color: #0A3B6D;
	border-radius: 40px;
	color: #FFF;
	font-size: clamp(0.8125rem, 0.2549303944rem + 1.1600928074vw, 1.125rem);
	font-weight: 700;
	letter-spacing: 0.392px;
	line-height: 130%;
	padding: 0.625rem 0.25rem 0.75rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-top-worry__item-heading::after {
	border-color: #0A3B6D transparent transparent transparent;
	border-style: solid;
	border-width: 8px 9.5px 0 9.5px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.p-top-worry__item-pic {
	border-radius: 0.8125rem;
	overflow: hidden;
}

.p-top-worry__item-description .--small {
	color: #6F89A4;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.392px;
	line-height: 160%;
	margin-top: 0.5rem;
}

.p-top-worry__item-description-text {
	letter-spacing: 0.392px;
	line-height: 150%;
}

/* ============================
p-top-features
 ========================= */

.p-top-features {
	background-color: #0A3B6D;
	padding-bottom: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
	padding-top: clamp(1.25rem, 0.6818181818rem + 2.4242424242vw, 2.5rem);
}

.p-top-features__list {
	margin: 0 auto;
	max-width: 1116px;
	width: 100%;
}

.p-top-features__item {
	background-color: #F1F8FF;
	border-radius: 1.25rem;
	padding: clamp(1.5rem, 1.0454545455rem + 1.9393939394vw, 2.5rem) clamp(0.5rem, -0.6363636364rem + 4.8484848485vw, 3rem);
}

.p-top-features__item:not(:last-of-type) {
	margin-bottom: 2.5rem;
}

.p-top-features__item-flex {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	justify-content: space-between;
}

.p-top-features__item-flex:nth-of-type(2) {
	margin-top: clamp(2rem, 1.7727272727rem + 0.9696969697vw, 2.5rem);
}

.p-top-features__item-content {
	display: flex;
	flex-direction: column;
	max-width: 450px;
	row-gap: 1.5rem;
	width: 100%;
}

.p-top-features__item-heading {
	-moz-column-gap: clamp(0.625rem, 0.2272727273rem + 1.696969697vw, 1.5rem);
	align-items: center;
	column-gap: clamp(0.625rem, 0.2272727273rem + 1.696969697vw, 1.5rem);
	display: flex;
}

.p-top-features__item-point {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: clamp(1.75rem, 0.7272727273rem + 4.3636363636vw, 4rem);
	line-height: 1;
}

.p-top-features__item-point span {
	font-size: clamp(0.75rem, 0.4090909091rem + 1.4545454545vw, 1.5rem);
	text-transform: capitalize;
}

.p-top-features__item-title {
	font-size: clamp(1.25rem, 1.1363636364rem + 0.4848484848vw, 1.5rem);
}

.p-top-features__item-description {
	letter-spacing: 0.392px;
}

.p-top-features__item-list {
	background-color: #FFF;
	border: clamp(0.075rem, 0.0522727273rem + 0.096969697vw, 0.125rem) solid #0A3B6D;
	border-radius: 0.3125rem;
	padding: clamp(0.875rem, 0.5909090909rem + 1.2121212121vw, 1.5rem) clamp(0.375rem, -0.1363636364rem + 2.1818181818vw, 1.5rem);
}

.p-top-features__item-list li {
	font-size: clamp(0.875rem, 0.8181818182rem + 0.2424242424vw, 1rem);
}

.p-top-features__item-img {
	max-width: 500px;
	width: 100%;
}

.p-top-features__item-img img {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.p-top-features__item-img.--roulette {
	margin: 0 auto;
	max-width: 300px;
}

.p-top-features__item-other {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	justify-content: space-between;
	margin-top: clamp(0.875rem, 0.5909090909rem + 1.2121212121vw, 1.5rem);
}

.p-top-features__item-other-content {
	background-color: #FFF;
	border: clamp(0.075rem, 0.0522727273rem + 0.096969697vw, 0.125rem) solid #0A3B6D;
	border-radius: 0.3125rem;
	padding: clamp(0.875rem, 0.5909090909rem + 1.2121212121vw, 1.5rem) clamp(1rem, 0.7727272727rem + 0.9696969697vw, 1.5rem);
}

.p-top-features__item-other-heading {
	font-size: clamp(0.875rem, 0.7045454545rem + 0.7272727273vw, 1.25rem);
	line-height: 150%;
	margin-bottom: 0.875rem;
	text-align: center;
}

.p-top-features__item-other-img img {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

/* ============================
p-top-howto
 ========================= */

.p-top-howto {
	background-color: #F1F8FF;
	padding-bottom: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
	padding-top: clamp(2.5rem, 1.3636363636rem + 4.8484848485vw, 5rem);
}

.p-top-howto__content {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.875rem 1.6875rem clamp(1.8125rem, 1.3863636364rem + 1.8181818182vw, 2.75rem);
}

.p-top-howto__list {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1.5rem;
	max-width: 1032px;
	width: 100%;
}

.p-top-howto__item {
	align-items: center;
	background-color: #F1F8FF;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 0;
	width: calc(33.3% - 0.75rem);
}

.p-top-howto__item-step {
	align-items: center;
	background-color: #0A3B6D;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	height: clamp(3.75rem, 3.5227272727rem + 0.9696969697vw, 4.25rem);
	justify-content: center;
	letter-spacing: 0.589px;
	line-height: 1;
	width: clamp(3.75rem, 3.5227272727rem + 0.9696969697vw, 4.25rem);
}

.p-top-howto__item-step span {
	font-size: 1.5rem;
	letter-spacing: 1.68px;
}

.p-top-howto__item-icon {
	margin-bottom: 1rem;
}

.p-top-howto__item-content {
	padding: 0 1rem;
}

.p-top-howto__item-content p {
	font-size: clamp(0.75rem, 0.6931818182rem + 0.2424242424vw, 0.875rem);
	letter-spacing: 1.26px;
	line-height: 140%;
}

.p-top-howto__item-heading {
	font-size: clamp(1rem, 0.9431818182rem + 0.2424242424vw, 1.125rem);
	letter-spacing: 1.62px;
	line-height: 116%;
	margin-bottom: clamp(0.5rem, 0.4431818182rem + 0.2424242424vw, 0.625rem);
}

.p-top-howto__item-heading br {
	display: none;
}

.p-top-howto__item-heading br.--pc {
	display: block;
}

.p-top-howto__button {
	margin: 0 auto;
	max-width: 778px;
	width: 100%;
}

.p-top-howto__button a {
	color: #fff;
}

/* ============================ */

/* ============================ */

.u-font { /* カラー */
}

.u-font--bold {
	font-weight: 700;
}

.u-font--black {
	font-weight: 900;
}

.u-font--marker {
	background: linear-gradient(transparent 50%, #FFF9C8 50%);
}

/* ============================ */

/* ========================================== */

/* セクション余白 */

/* ============================
u-spacing
 ========================= */

/* 各ページディスクリプション共通余白 */

.u-spacing__description {
	padding-bottom: 2.5rem;
	padding-top: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem);
}

/* セクション共通余白 */

.u-spacing-section {
	padding-bottom: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem);
	padding-top: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem);
}

/* セクション共通余白パターン２ */

.u-spacing-section--secondary {
	padding-bottom: clamp(5rem, 3.6363636364rem + 5.8181818182vw, 8rem);
	padding-top: clamp(3.75rem, 3.1818181818rem + 2.4242424242vw, 5rem);
}

/* ============================ */

/* ========================================== */

.u-display--sp {
	display: none;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

html {
	font-size: max(1.3333333333vw, 14px);
}

}

@media screen and (max-width: 768px) {

html {
	font-size: max(4.2666666667vw, 14px);
	scroll-padding-top: 60px;
}

.l-header {
	box-shadow: none;
	height: 4.375rem;
}

.l-footer__list {
	flex-direction: column;
	row-gap: 0.5rem;
}

.c-button {
	max-width: 90%;
}

.c-button.--cta {
	max-width: 90%;
}

.c-heading br.--pc {
	display: none;
}

.c-heading br.--sp {
	display: block;
}

.c-heading.--features {
	font-size: 1.375rem;
}

.c-heading.--about {
	padding-bottom: 0;
}

.c-heading.--comics {
	max-width: 180px;
}

.c-heading.--howto {
	padding-bottom: 1rem;
}

.c-list li {
	letter-spacing: 0.392px;
}

.p-top-fv {
	background-image: url(../img/bg/fv-bg_sp.webp);
}

.p-top-fv__inner {
	flex-direction: column;
}

.p-top-cta {
	padding: 1.5rem 1rem;
}

.p-top-cta__inner {
	padding: 0;
}

.p-top-cta__button {
	flex-direction: column;
	row-gap: 1.5rem;
}

.p-top-about__content {
	flex-direction: column-reverse;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	row-gap: 3rem;
}

.p-top-about__merit {
	max-width: 100%;
}

.p-top-worry__item {
	width: 100%;
}

.p-top-worry__item-heading {
	font-size: 1.125rem;
}

.p-top-features__list {
	padding: 0;
}

.p-top-features__item-flex {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	row-gap: 0.875rem;
}

.p-top-features__item-content {
	display: contents;
}

.p-top-features__item-heading {
	order: 1;
}

.p-top-features__item-description {
	letter-spacing: 0.392px;
	order: 2;
}

.p-top-features__item-list {
	order: 4;
	width: 100%;
}

.p-top-features__item-img {
	max-width: 100%;
	order: 3;
}

.p-top-features__item-img.--roulette {
	max-width: 100%;
}

.p-top-features__item-other {
	flex-direction: column;
	row-gap: 0.625rem;
}

.p-top-howto__content {
	padding: 2.5rem 1rem;
}

.p-top-howto__list {
	flex-direction: column;
	margin-bottom: 2.5rem;
	row-gap: 1.5rem;
}

.p-top-howto__item {
	width: 100%;
}

.p-top-howto__item-content p {
	letter-spacing: 0.9px;
	line-height: 130%;
}

.p-top-howto__item-content p br {
	display: none;
}

.p-top-howto__item-heading {
	letter-spacing: 1.24px;
	line-height: 117%;
}

.p-top-howto__item-heading br {
	display: block;
}

.p-top-howto__item-heading br.--pc {
	display: none;
}

.p-top-howto__button p {
	font-size: 0.75rem;
}

.u-display--sp {
	display: block;
}

}

@media screen and (max-width: 480px) {

.c-button {
	max-width: 100%;
	width: 16.875rem;
}

}

@media screen and (max-width: 374px) {

.c-button.--cta {
	font-size: 0.75rem;
}

.c-heading {
	font-size: 1.125rem;
}

}

