*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

body {
	color: #565956;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.64px;
	line-height: 1.5;
}

.drop-menu-bg {
	background: rgba(86, 89, 86, 0.56);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 48px;
	transition: 0.5s;
	width: 100%;
}

.drop-menu-bg.is-checked {
	opacity: 1;
	z-index: 20;
}

a:hover {
	cursor: pointer;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-inline: 10px;
}

.l-mv__inner {
	height: 100%;
	position: relative;
}

.l-inner {
	margin-inline: auto;
	max-width: 1240px;
	padding-inline: 16px;
}

.l-pb {
	padding-block: 56px;
}

.l-cta {
	padding-block: 56px;
}

.l-promise {
	padding-block: 88px;
}

.l-achievement {
	padding-block: 18px;
}

.l-achievement__inner {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
	position: relative;
}

.l-solution {
	padding-block: 56px 112px;
}

.l-ideal {
	padding-block: 240px 53px;
}

.l-feature {
	padding-block: 55px 56px;
}

.l-qa__inner {
	max-width: 1244px;
}

.l-footer {
	padding-block: 32px;
}

.l-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 72px;
}

.c-header {
	background: #fff;
	padding-block: 12px;
	z-index: 50;
}

.c-header__logo {
	transition: 0.3s;
	width: 52px;
}

.c-header__logo:hover {
	opacity: 0.56;
}

.c-header__right {
	display: contents;
}

.c-header-nav__list {
	display: flex;
	gap: 18px;
}

.c-header-nav__item {
	align-items: center;
	display: flex;
	gap: 4px;
}

.c-header-nav__item:hover .c-header-nav__link {
	color: #b1b6af;
}

.c-header-nav__item:hover .c-header-nav__icon svg {
	transform: rotate(180deg);
}

.c-header-nav__item:hover .c-header-nav__icon path {
	fill: #b1b6af;
}

.c-header-nav__link {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
	transition: all 0.3s;
}

.c-header-nav__icon svg,
.c-header-nav__icon path {
	transition: 0.3s;
}

.c-header__icons {
	align-items: center;
	display: flex;
	gap: 16px;
}

.c-header__login-icon {
	transition: 0.3s;
	width: 24px;
}

.c-header__login-icon:hover {
	opacity: 0.56;
}

.c-header__cart {
	transition: 0.3s;
	width: 24px;
}

.c-header__cart:hover {
	opacity: 0.56;
}

.c-heading {
	display: flex;
	flex-direction: column;
	font-size: 24px;
	letter-spacing: 0.96px;
	text-align: center;
}

.c-heading-ja {
	font-weight: 700;
	padding-bottom: 32px;
	position: relative;
}

.c-heading-ja::after {
	background-color: #565956;
	bottom: 16px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 160px;
}

.c-heading-en {
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.c-button {
	background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
	border-radius: 16px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: 20px 65px 20px 24px;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.c-button::after {
	background: url(../img/icon-arrow-right.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	position: absolute;
	right: 63px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.c-button:hover {
	opacity: 0.56;
}

.c-button__type2 {
	background: #fff;
	border: 1px solid #565956;
	border-radius: 24px;
	color: #565956;
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
	padding: 7px;
	text-align: center;
	transition: all 0.3s;
	width: 170px;
}

.c-button__type2:hover {
	background: #565956;
	color: #fff;
}

.c-button__type3 {
	background: #609484;
	border-radius: 38px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin-inline: auto;
	padding: 20px 40px 20px 56px;
	position: relative;
	transition: all 0.3s;
	width: 305.2496px;
}

.c-button__type3::after {
	background: url(../img/icon-arrow-triangle.svg) no-repeat center center/contain;
	content: "";
	height: 14.999px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 11.25px;
}

.c-button__type3:hover {
	opacity: 0.56;
}

.c-footer {
	background: #565956;
}

.c-footer-nav {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.c-footer-nav__list-head {
	color: #fff;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding-bottom: 8px;
	position: relative;
}

.c-footer-nav__list-head::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 72.028px;
}

.c-footer-nav__items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.c-footer-nav__link {
	color: #fff;
	transition: 0.3s;
}

.c-footer-nav__link:hover {
	opacity: 0.56;
}

.c-sns__icons {
	display: flex;
	gap: 20px;
}

.c-sns__icon {
	transition: 0.3s;
	width: 32px;
}

.c-sns__icon:hover {
	opacity: 0.56;
}

.c-footer-bottom {
	color: #fff;
}

.c-footer__text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.48px;
}

.c-footer__copyright {
	font-size: 10px;
	letter-spacing: 0.4px;
	margin-top: 16px;
}

.p-drop-menu__list {
	background: #fff;
	border-radius: 8px;
	display: none;
	left: 50%;
	padding: 17px 16px 16px;
	position: absolute;
	top: calc(100% + 7px);
	transform: translateX(-50%);
	width: 343px;
}

.p-drop-menu__genre {
	font-weight: 700;
}

.p-drop-menu__items {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	margin-top: 22px;
}

.p-drop-menu__item {
	border-bottom: 2px solid #F2F4F1;
	display: block;
	padding-bottom: 4px;
	transition: all 0.5s;
	width: 143px;
}

.p-drop-menu__item:hover {
	border-color: #609484;
}

.p-drop-menu__link {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
}

.p-mv {
	height: 790px;
	position: relative;
}

.p-mv__bg {
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-mv__bg img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-mv__wrap {
	position: absolute;
	top: 38.5%;
}

.p-mv__head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-mv__heading {
	background: #fff;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1.12px;
	padding: 4px 24px;
}

.p-mv__text {
	background: #fff;
	display: inline-block;
	font-weight: 700;
	margin-top: 24px;
	padding: 8px 24px;
}

.p-cta {
	background: #F2F4F1;
}

.p-cta__container {
	background: #fff;
	border-radius: 16px;
	margin-inline: auto;
	max-width: 500px;
	padding: 32px 16px;
}

.p-cta__top {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	gap: 8px;
	position: relative;
	text-align: center;
}

.p-cta__now {
	background: #565956;
	color: #fff;
	margin-inline: auto;
	padding-inline: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-cta__text {
	align-self: stretch;
}

.p-cta__lead {
	font-size: 28px;
	letter-spacing: 1.12px;
}

.p-cta__lists {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 24px;
}

.p-cta__list {
	background: #565956;
	border-radius: 16px;
	color: #fff;
	font-weight: 700;
	padding: 16px;
	text-align: center;
}

.p-cta__bottom {
	margin-top: 24px;
}

.p-cta__step {
	background: #F2F4F1;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-inline: auto;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 84%;
}

.p-cta__step::before {
	background: url(../img/icon-polygon-down.svg) no-repeat center center/contain;
	bottom: -16px;
	content: "";
	height: 19px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 11px;
}

.p-cta__register {
	margin-top: 32px;
}

.p-promise__lists {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 64px;
}

.p-promise__list {
	margin-inline: auto;
}

.p-reason__card {
	max-width: 168px;
}

.p-reason-card__label {
	background: #948260;
	color: #fff;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-inline: auto;
	max-width: 144px;
	padding: 4px;
	text-align: center;
}

.p-reason-card__text {
	text-align: center;
}

.p-achievement {
	background: url(../img/bg-achievement.webp) no-repeat center center/cover;
}

.p-achievement__deco-right {
	transform: scaleX(-1);
}

.p-achievement__deco-right,
.p-achievement__deco-left {
	width: 56px;
}

.p-achievement__text {
	font-weight: 700;
	text-align: center;
}

.p-achievement__emphasis {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.28px;
	text-align: center;
}

.p-voice__cards {
	margin-top: 64px;
}

.p-voice__cards .p-voice__card:nth-of-type(2) .p-voice-card__body {
	background: #fff;
}

.p-voice-card__label {
	background: #609484;
	color: #fff;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 600;
	left: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 122px;
}

.p-voice-card__img {
	position: relative;
}

.p-voice-card__img img {
	aspect-ratio: 343/192;
}

.p-voice-card__body {
	background: #F2F4F1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

.p-voice-card__heading {
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 20px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.8px;
}

.p-voice-card__heading-text {
	background: #948260;
	padding: 4px 10px;
}

.p-voice-card__text {
	align-self: stretch;
}

.p-solution {
	background: url(../img/bg-solution.webp) no-repeat center/cover;
	position: relative;
}

.p-solution__cards {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-top: 32px;
}

.p-solution__card {
	background: #fff;
	border-radius: 32px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 28px 50px;
}

.p-solution-card__icon {
	width: 32px;
}

.p-solution-card__text {
	font-size: 20px;
	letter-spacing: 0.8px;
}

.p-solution-card__flex {
	display: contents;
}

.p-solution__bottom {
	bottom: -125px;
	left: 50%;
	max-width: 1180px;
	position: absolute;
	transform: translateX(-50%);
	width: 91.4%;
}

.p-solution__lead {
	position: relative;
}

.p-solution__lead::before {
	border: 1px solid #333;
	content: "";
	height: 86%;
	left: 0;
	position: absolute;
	top: 6%;
	width: 100%;
}

.p-solution__lead::after {
	border-right: 1px solid #333;
	border-top: 3px solid #609484;
	content: "";
	height: 90px;
	left: 47%;
	position: absolute;
	top: 91%;
	transform: skew(-5deg);
	width: 21px;
}

.p-solution__lead-text {
	background-color: #609484;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-inline: 16px;
	padding: 30px 24px;
	text-align: center;
}

.p-ideal__line-up {
	margin: 80px auto 0;
	max-width: 998px;
}

.p-line-up__heading {
	display: flex;
	flex-direction: column;
	font-size: 20px;
	gap: 8px;
	letter-spacing: 0.8px;
	text-align: center;
}

.p-line-up-heading__ja {
	font-weight: 700;
	position: relative;
}

.p-line-up-heading__ja::before,
.p-line-up-heading__ja::after {
	background: #565956;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9.5%;
}

.p-line-up-heading__ja::before {
	left: 0;
}

.p-line-up-heading__ja::after {
	right: 0;
}

.p-line-up-heading__en {
	color: #b1b6af;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.p-line-up__cards {
	display: flex;
	flex-direction: column;
	gap: 49px;
	margin-top: 24px;
}

.p-line-up__card {
	margin-inline: auto;
	max-width: 400px;
	width: 87.7%;
}

.p-line-up-card__body {
	background: #F2F4F1;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	height: 150px;
	padding: 24px;
}

.p-line-up-card__heading {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.p-line-up-card__text {
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 600;
	margin-top: 8px;
}

.p-ideal__container {
	display: flex;
	flex-direction: column;
	gap: 75px;
	margin-top: 41px;
}

.p-ideal__scene {
	position: relative;
}

.p-ideal__scene-num {
	font-weight: 600;
	left: 12px;
	position: absolute;
	top: -12px;
}

.p-ideal-contents__wrap {
	margin-top: 24px;
}

.reverse {
	flex-direction: row-reverse;
}

.reverse .p-ideal__images {
	margin-inline: 0 -10px;
}

.p-ideal__contents {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	padding: 0 16px 32px 16px;
}

.p-ideal-contents__lead {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-ideal-contents__lead-text {
	background: #948260;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.96px;
	padding: 4px 8px;
	white-space: nowrap;
}

.p-ideal-contents__body {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 36px;
}

.p-ideal-contents__heading {
	align-items: center;
	display: flex;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	gap: 24px;
	letter-spacing: 0.8px;
}

.p-ideal-contents__heading span {
	border-top: solid 1px #565956;
	flex-grow: 1;
}

.p-ideal-contents__text {
	margin-top: 16px;
}

.p-ideal-contents__img {
	margin-top: 16px;
}

.p-ideal-contents__img img {
	width: 100%;
}

.p-ideal__images {
	display: none;
}

.p-ideal-image__left {
	margin-top: 85px;
	width: 284px;
}

.p-ideal-image__right {
	margin-bottom: 95px;
	width: 299px;
}

.p-feature {
	background: url(../img/bg-feature.webp) no-repeat center center/cover;
}

.p-feature__cards {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 52px;
}

.p-feature__cards .p-feature__card:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-feature__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 34px 16px 32px;
}

.p-feature-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.p-feature-card__label {
	background: #948260;
	color: #fff;
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	padding: 4px;
	text-align: center;
	width: 113px;
}

.p-feature-card__heading {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.p-feature-card__heading span {
	color: #948260;
	font-size: 24px;
	letter-spacing: 0.96px;
}

.p-feature-card__text {
	align-self: stretch;
}

.p-how-to-use__cards {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 32px;
}

.p-how-to-use__card {
	margin-inline: auto;
}

.p-how-to-use-card__heading-wrap {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 25px;
}

.p-how-to-use-card__num {
	color: #609484;
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
}

.p-how-to-use-card__heading {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.p-how-to-use-card__text {
	margin-top: 11px;
}

.p-qa__container {
	margin-top: 32px;
}

.p-qa__contents {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.p-qa__q {
	align-items: center;
	border-bottom: solid 1px #565956;
	display: flex;
	gap: 24px;
	padding: 0 48px 22px 0;
	position: relative;
}

.p-qa__q.is-checked {
	border-bottom: none;
}

.p-qa__q.is-checked .p-qa-q__toggle::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.p-qa__q-icon {
	font-family: Inter;
}

.p-qa-icon {
	color: #948260;
	font-size: 18px;
}

.p-qa-q__toggle {
	height: 24px;
	position: absolute;
	right: 0;
	width: 24px;
}

.p-qa-q__toggle::before,
.p-qa-q__toggle::after {
	background: #948260;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s;
	width: 16px;
}

.p-qa-q__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-qa__a {
	display: flex;
	font-weight: 400;
	gap: 24px;
}

.p-qa__a-icon {
	font-family: "Futura PT";
}

.p-qa__a-text {
	font-size: 18px;
}

.p-qa__button {
	margin-top: 32px;
}

.u-separate {
	margin-block: 24px;
}

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

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

.drop-menu-bg {
	top: 60px;
}

.l-inner {
	padding-inline: 24px;
}

.l-ideal {
	padding-block: 138px 110px;
}

.c-header__logo {
	width: 80px;
}

.c-header__right {
	align-items: center;
	display: flex;
	gap: 32px;
}

.c-button {
	max-width: 233px;
	padding-right: 48px;
	text-align: left;
}

.c-button::after {
	right: 24px;
}

.c-footer-nav {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-footer-nav__list {
	width: 45%;
}

.p-drop-menu__list {
	top: calc(100% + 16px);
	width: 600px;
}

.p-drop-menu__item {
	width: 25%;
}

.p-cta__container {
	max-width: 719px;
	padding-inline: 48px;
}

.p-cta__lists {
	flex-direction: row;
	justify-content: center;
}

.p-cta__list {
	padding-inline: 10px;
	width: 33.3333333333%;
}

.p-cta__bottom {
	align-items: center;
	display: flex;
	gap: 34px;
	justify-content: center;
	margin-top: 56px;
}

.p-cta__step {
	margin-inline: 0;
	width: 260px;
}

.p-cta__step::before {
	height: 29px;
	left: auto;
	right: -19px;
	top: 28%;
	transform: rotate(-89.832deg);
	width: 18px;
}

.p-cta__register {
	margin-top: 0;
	width: 233px;
}

.p-promise__lists {
	flex-direction: row;
	gap: 16px;
	justify-content: space-between;
}

.p-promise__list {
	margin-inline: 0;
	width: 20%;
}

.p-achievement__deco-right,
.p-achievement__deco-left {
	width: 100px;
}

.p-voice__cards {
	margin-inline: auto;
	max-width: 730px;
}

.p-solution__card {
	flex-direction: row;
}

.p-solution__bottom {
	bottom: -78px;
}

.p-solution__lead::before {
	height: 82%;
	top: 10%;
}

.p-solution__lead::after {
	border-top: 4px solid #609484;
	height: 44px;
	top: 90%;
	transform: skew(-30deg);
	width: 60px;
}

.p-line-up-heading__ja::before,
.p-line-up-heading__ja::after {
	width: 20%;
}

.p-line-up__cards {
	flex-direction: row;
	gap: 28px;
	margin-top: 23px;
}

.p-ideal__scene-num {
	font-size: 28px;
	top: -20px;
}

.p-ideal-contents__wrap {
	align-items: center;
	display: flex;
	margin-top: 48px;
}

.p-ideal__contents {
	width: 53%;
}

.p-ideal__images {
	display: flex;
	gap: 27px;
	margin-left: -10px;
	max-width: 610px;
	width: 50%;
}

.p-feature__card {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.p-feature-card__img {
	flex-shrink: 0;
	max-width: 446px;
	width: 50%;
}

.p-feature-card__body {
	flex-grow: 1;
	margin-top: 0;
	max-width: 445px;
}

.p-how-to-use__cards {
	grid-template-columns: repeat(2, 1fr);
}

.p-how-to-use-card__num {
	font-family: "Jost", "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing: 0.96px;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1240px) {

.drop-menu-bg {
	top: 69.5px;
}

.l-header__inner {
	padding-inline: 30px;
}

.l-inner {
	padding-inline: 30px;
}

.l-pb {
	padding-block: 88px;
}

.l-cta {
	padding-block: 48px;
}

.l-achievement__inner {
	gap: 0;
}

.l-solution {
	padding-top: 88px;
}

.l-feature {
	padding-block: 80px;
}

.l-footer {
	padding-top: 56px;
}

.c-header__logo {
	width: 113px;
}

.c-header-nav__list {
	gap: 32px;
}

.c-header-nav__item {
	gap: 8px;
}

.c-header-nav__link {
	font-size: 16px;
	letter-spacing: 0.64px;
}

.c-header__icons {
	gap: 40px;
}

.c-header__cart {
	width: 32px;
}

.c-footer-nav__list {
	width: auto;
}

.p-drop-menu__list {
	padding: 25px 40px 22px 40px;
	width: 1180px;
}

.p-drop-menu__genre {
	font-size: 20px;
}

.p-drop-menu__items {
	gap: 48px 32px;
	margin-top: 24px;
}

.p-drop-menu__item {
	padding-bottom: 7px;
	width: 192px;
}

.p-drop-menu__link {
	font-size: 16px;
	letter-spacing: 0.64px;
}

.p-mv {
	height: 545.5px;
}

.p-mv__wrap {
	left: 30px;
	top: 36.2%;
}

.p-mv__heading {
	font-size: 40px;
	letter-spacing: 1.6px;
}

.p-mv__text {
	font-size: 24px;
	letter-spacing: 0.96px;
}

.p-cta {
	background: #F2F4F1 url(../img/cta-bg.webp) no-repeat center center/contain;
}

.p-cta__container {
	margin-inline: auto;
	padding: 56px 64px;
}

.p-cta__now {
	left: 24px;
	position: absolute;
	top: -11px;
	transform: rotate(-29.317deg);
}

.p-cta__text {
	font-size: 24px;
	letter-spacing: 0.96px;
}

.p-cta__bottom {
	gap: 37px;
	padding-inline: 22px;
}

.p-promise__lists {
	gap: 0;
}

.p-achievement__deco-right,
.p-achievement__deco-left {
	width: 158px;
}

.p-achievement__text {
	font-size: 24px;
	letter-spacing: 0.96px;
}

.p-achievement__emphasis {
	font-size: 64px;
	letter-spacing: 2.56px;
}

.p-voice__cards {
	display: flex;
	max-width: 100%;
}

.p-voice__card {
	width: 33.3333333333%;
}

.p-voice-card__img img {
	aspect-ratio: 393/221;
}

.p-voice-card__body {
	padding-inline: 48px;
}

.p-voice-card__text {
	height: 240px;
}

.p-solution__cards {
	margin-top: 64px;
}

.p-solution__card {
	gap: 31px;
}

.p-solution-card__flex {
	display: flex;
	gap: 24px;
}

.p-solution-card__flex .p-solution__card {
	width: 50%;
}

.p-solution__lead::after {
	left: 46.5%;
	width: 75px;
}

.p-solution__lead-text {
	font-size: 24px;
	letter-spacing: 0.96px;
	padding-inline: 40px;
}

.p-solution__lead-text {
	margin-inline: 32px;
}

.p-line-up-heading__ja::before,
.p-line-up-heading__ja::after {
	width: 240px;
}

.p-line-up-heading__ja::before {
	left: 4px;
}

.p-line-up-heading__ja::after {
	right: 4px;
}

.p-line-up__cards {
	gap: 49px;
}

.p-ideal__container {
	gap: 164px;
	margin-top: 93px;
}

.p-ideal__scene-num {
	font-size: 40px;
	left: 39px;
	letter-spacing: 1.6px;
	top: -32px;
}

.reverse .p-ideal__images {
	margin-right: -18px;
}

.p-ideal__contents {
	padding: 64px;
}

.p-ideal-contents__body {
	padding-right: 30px;
}

.p-ideal__images {
	margin-left: -48px;
	width: 52%;
}

.p-feature__cards {
	gap: 33px;
}

.p-feature__card {
	justify-content: space-between;
	padding: 32px 103px 32px 106px;
}

.p-how-to-use__cards {
	gap: 36px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 64px;
}

.p-how-to-use-card__text {
	margin-top: 15px;
}

.p-qa__container {
	margin-top: 63px;
}

.p-qa__contents {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px 24px;
}

.p-qa__list {
	width: 48.9%;
}

.p-qa__q {
	padding: 0px 22px 20px 22px;
}

.p-qa-q__toggle {
	right: 22px;
}

.p-qa__button {
	margin-top: 65px;
}

.u-hidden-pc {
	display: none;
}

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

}

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

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

}

