body {
	font-family: " 游ゴシック体 ", YuGothic, " 游ゴシックMedium ", " Yu Gothic Medium ", " 游ゴシック ", " Yu Gothic ", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	overflow-x: hidden;
	
}

/* support iOS */

html {
	height: -webkit-fill-available;
}

body {
	min-height: 100vh;
	min-height: 100dvh;
	min-height: -webkit-fill-available;
}

.u-desktop {
	display: none;
}


@font-face {
	src: url("../fonts/Savoye LET.ttc") format("truetype");
	font-family: "Savoye LET";
	font-weight: "400";
	font-weight: "500";
	font-weight: "700";
}

@font-face {
	src: url("../fonts/kunstler-script.ttf") format("truetype");
	font-family: "kunstler-script";
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
	overflow-x: hidden;
}

.c-page,
.c-single,
.c-archive {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.c-page h2,
.c-page h3,
.c-page h4,
.c-page ol,
.c-page ul,
.c-page p .wp-block-quote,
.c-single h2,
.c-single h3,
.c-single h4,
.c-single ol,
.c-single ul,
.c-single p .wp-block-quote,
.c-archive h2,
.c-archive h3,
.c-archive h4,
.c-archive ol,
.c-archive ul,
.c-archive p .wp-block-quote {
	margin: 3% 0;
}

.c-page p,
.c-single p,
.c-archive p {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.94;
	text-align: left;
}

.c-page h2,
.c-single h2,
.c-archive h2 {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}

.c-page h3,
.c-single h3,
.c-archive h3 {
	color: #000;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.83;
	text-align: left;
}

.c-page h4,
.c-single h4,
.c-archive h4 {
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: left;
}

.c-page ul,
.c-single ul,
.c-archive ul {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.44;
	list-style-type: disc;
	margin-left: 1em;
	text-align: left;
}

.c-page ol,
.c-single ol,
.c-archive ol {
	color: #000;
	counter-reset: item;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.44;
	list-style-type: none;
	text-align: left;
}

.c-page ol li:before,
.c-single ol li:before,
.c-archive ol li:before {
	content: counter(item) ") ";
	counter-increment: item;
	margin-right: 0.5em;
}

.c-page .wp-block-quote,
.c-single .wp-block-quote,
.c-archive .wp-block-quote {
	background: #f2f2f2;
	padding: 32px 24px;
	padding: 2rem 1.5rem;
}

.c-page .wp-block-quote p,
.c-page .wp-block-quote cite,
.c-single .wp-block-quote p,
.c-single .wp-block-quote cite,
.c-archive .wp-block-quote p,
.c-archive .wp-block-quote cite {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.94;
	padding: 6px 0 8px 16px;
	padding: 0.375rem 0 0.5rem 1rem;
	text-align: left;
}

.c-page .wp-block-quote p,
.c-single .wp-block-quote p,
.c-archive .wp-block-quote p {
	border-left: 4px solid #b3b3b3;
	border-left: 0.25rem solid #b3b3b3;
}

.c-page h2,
.c-page h3,
.c-page h4,
.c-page ol,
.c-page ul,
.c-page p .wp-block-quote,
.c-single h2,
.c-single h3,
.c-single h4,
.c-single ol,
.c-single ul,
.c-single p .wp-block-quote,
.c-archive h2,
.c-archive h3,
.c-archive h4,
.c-archive ol,
.c-archive ul,
.c-archive p .wp-block-quote {
	margin: 0;
}

.c-breadcrumb {
	display: none;
	height: 32px;
	height: 2rem;
}

.c-breadcrumb__container {
	margin-inline: auto;
	height: inherit;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 6px;
	padding: 0 0.375rem;
	width: 100%;
	width: 100%;
}

.c-breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: -14px;
	margin-left: -0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-breadcrumb__item {
	color: #323e48;
	font-size: 12px;
	font-size: 0.75rem;
	height: inherit;
	position: relative;
}

.c-breadcrumb__item:not(:last-of-type)::before {
	border-right: 1px solid #323e48;
	border-top: 1px solid #323e48;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: -2px;
	right: -0.125rem;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

.c-breadcrumb__item-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	padding: 0 9px;
	padding: 0 0.5625rem;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #9778b4;
	border-radius: 38.4px;
	color: #9778b4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 5px;
	letter-spacing: 0.3125rem;
	letter-spacing: 0.265em;
	line-height: 1.75;
	max-width: 388.5px;
	max-width: 24.28125rem;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.c-btn::before {
	content: "";
	display: inline-block;
	height: 64px;
	height: 4rem;
	vertical-align: middle;
}

.c-btn:hover {
	background: #9778b4;
	border: solid 1px #fff;
	color: #fff;
}

.c-card {
	cursor: pointer;
	display: block;
	max-width: 356.9px;
	max-width: 22.30625rem;
	width: 100%;
}

.c-card__head {
	max-width: 356.9px;
	max-width: 22.30625rem;
	position: relative;
	width: 100%;
}

.c-card__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #a680b8;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	left: -13.1px;
	left: -0.81875rem;
	max-width: 356.9px;
	max-width: 22.30625rem;
	overflow: hidden;
	padding: 0 13.1px;
	padding: 0 0.81875rem;
	padding: 0 13.1px;
	padding: 0 0.81875rem;
	position: absolute;
	text-align: left;
	text-overflow: ellipsis;
	top: 10px;
	top: 0.625rem;
	white-space: nowrap;
	z-index: 5;
}

.c-card__category::before {
	content: "";
	display: inline-block;
	height: 34px;
	height: 2.125rem;
	vertical-align: middle;
}

.c-card__head::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.c-card__img,
.c-card__head img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.c-card__body {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.c-card__title {
	color: #000;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.72;
	text-align: left;
}

.c-card__date {
	color: #a680b8;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: -0.06em;
	margin-top: 4.1px;
	margin-top: 0.25625rem;
	text-align: left;
}

.c-title {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-title__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #323e48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 9px;
	letter-spacing: 0.5625rem;
	line-height: 1.75;
	text-align: center;
}

.l-banner {
	background: #a680b8;
	bottom: 0;
	display: block;
	opacity: 0;
	position: fixed;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.l-banner.is-active {
	opacity: 1;
	visibility: visible;
}

.l-banner__container {
	padding: 8px 16px 10px;
	padding: 0.5rem 1rem 0.625rem;
}

.l-banner__media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, auto);
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}

.l-banner__media-img-set {
	max-width: 42px;
	max-width: 2.625rem;
	width: 100%;
}

.l-banner__media-img {
	margin-right: 4px;
	margin-right: 0.25rem;
	max-width: 42px;
	max-width: 2.625rem;
	width: 100%;
}

.l-banner__media-body {
	padding-top: 5.7px;
	padding-top: 0.35625rem;
}

.l-banner__media-text {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	overflow: hidden;
	text-align: left;
}

.l-banner__media-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #fff;
	border-radius: 18.51px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14.1px;
	font-size: 0.88125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.75;
	margin: 5px auto 0;
	margin: 0.3125rem auto 0;
	max-width: 159.4px;
	max-width: 9.9625rem;
	padding: 0 10px;
	padding: 0 0.625rem;
	text-align: center;
	width: 100%;
}

.l-banner__media-btn::before {
	content: "";
	display: inline-block;
	height: 30px;
	height: 1.875rem;
	vertical-align: middle;
}

.l-drawer-menu {
	background: rgba(238, 237, 252, .9);
	height: 100vh;
	max-width: 300px;
	max-width: 18.75rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 100;
}

.l-drawer-menu__container {
	padding: 35% 20px 20px 25px;
	padding: 35% 1.25rem 1.25rem 1.5625rem;
}

.l-drawer-menu.is-active {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-drawer-menu__nav {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.l-drawer-menu__nav-item:nth-of-type(n + 2) {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-drawer-menu__nav-item-link {
	color: #323e48;
	display: inline-block;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: left;
}

.l-drawer-menu__overlay {
	background: transparent;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 90;
}

.l-drawer-menu__overlay.is-active {
	display: block;
}

.drawer-menu__sns-img-instagram {
	width: 32px;
	width: 2rem;
}

.drawer-menu__sns-img-youtube {
	width: 39px;
	width: 2.4375rem;
}

.drawer-menu__sns-img-mail {
	width: 38px;
	width: 2.375rem;
}

.l-footer {
	background: #323e48;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
	width: 100%;
}

.l-footer__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-footer__content {
	width: 100%;
}

.l-footer__logo {
	width: 72px;
	width: 4.5rem;
}

.l-footer__logo-img-set {
	width: 72px;
	width: 4.5rem;
}

.l-footer__logo-img {
	margin-inline: auto;
	width: 72px;
	width: 4.5rem;
}

.l-footer__nav {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.l-footer__item-link {
	color: #fff;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 6px 0;
	padding: 0.375rem 0;
	text-align: left;
	white-space: nowrap;
}

.l-footer__copyright-wrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.l-footer__copyright {
	color: #fff;
	display: inline-block;
	font-family: "futura-pt", sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	text-align: center;
}

.l-footer_bottom-text {
	color: #7d8183;
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.l-hamburger {
	display: block;
	height: 40px;
	height: 2.5rem;
	height: inherit;
	padding: 10px;
	padding: 0.625rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 46%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
	width: 3.125rem;
	z-index: 160;
}

.l-hamburger-line {
	background: #323e48;
	display: block;
	height: 3px;
	height: 0.1875rem;
	max-width: 30px;
	max-width: 1.875rem;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	width: 100%;
}

.l-hamburger-line02,
.l-hamburger-line03 {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.l-hamburger.is-active .l-hamburger-line01 {
	-webkit-transform: translate(0px, 0.375rem) rotate(45deg);
	transform: translate(0px, 0.375rem) rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-hamburger.is-active .l-hamburger-line02 {
	display: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-hamburger.is-active .l-hamburger-line03 {
	-webkit-transform: translate(0px, -0.375rem) rotate(-45deg);
	transform: translate(0px, -0.375rem) rotate(-45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	z-index: 150;
}

.l-header.is-fixed {
	background: rgba(255, 255, 255, .5);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.l-header.is-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.l-header__container {
	padding: 12px 0 10px;
	padding: 0.75rem 0 0.625rem;
}

.l-header__logo {
	margin-inline: auto;
	position: relative;
	width: 68px;
	width: 4.25rem;
	z-index: 150;
}

.l-header__logo-link {
	display: block;
}

.l-header__logo-img {
	width: 68px;
	width: 4.25rem;
}

.l-header__nav {
	display: none;
}

.l-header__nav-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(4, auto);
}

.l-header__item-link {
	color: #323e48;
	display: block;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.l-inner {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-letter {
	background: #eeedfc;
	padding: 50px 0 80px;
	padding: 3.125rem 0 5rem;
}

.l-letter__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-letter__title {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.19;
	text-align: center;
}

.l-letter__lead {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 1.7;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: left;
}

.l-letter__btn-wrapper {
	margin-inline: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.l-letter__btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #a680b8;
	border-radius: 3.1px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	width: 225.2px;
	width: 14.075rem;
}

.l-letter__btn::before {
	content: "";
	display: inline-block;
	height: 47px;
	height: 2.9375rem;
	vertical-align: middle;
}

.l-letter__content p {
	line-height: 0;
}

.u-anime-fadeup {
	opacity: 0;
}

.u-anime-fadeup.is-fadeUp {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
}

.u-anime-fadeup1 {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.u-anime-fadeup2 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.u-anime-fadeup3 {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.u-anime-fadeup4 {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}

.u-anime-fadeup5 {
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
}

.u-anime-fadeup6 {
	-webkit-animation-duration: 5.5s;
	animation-duration: 5.5s;
}

.p-products__pagination-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.page-numbers.prev,
.page-numbers.next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

div > div > .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 2px #323e48;
	border: solid 0.125rem #323e48;
	border-color: #323e48;
	border-radius: 0;
	color: #323e48;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	height: 46px;
	height: 2.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 6px;
	margin-right: 0.375rem;
	text-align: center;
	width: 46px;
	width: 2.875rem;
}

div > div > .page-numbers.current {
	background: #323e48;
	color: #fff;
}

.nav-previous,
.nav-next {
	display: inline-block;
	margin: 10px 0;
	margin: 0.625rem 0;
	max-width: 302px;
	max-width: 18.875rem;
	width: 100%;
}

.nav-previous a,
.nav-next a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: solid 2px #323e48;
	color: #1a1a1a;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.15em;
	line-height: 1.18;
	max-width: 302px;
	max-width: 18.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.nav-previous a::before,
.nav-next a::before {
	content: "";
	display: inline-block;
	height: 60px;
	height: 3.75rem;
	vertical-align: middle;
}

.nav-previous a::after {
	border-right: 3px solid #323e48;
	border-right: 0.1875rem solid #323e48;
	border-top: 3px solid #323e48;
	border-top: 0.1875rem solid #323e48;
	content: "";
	height: 13px;
	height: 0.8125rem;
	left: 75px;
	left: 4.6875rem;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 13px;
	width: 0.8125rem;
}

.nav-next a::after {
	border-right: 3px solid #323e48;
	border-right: 0.1875rem solid #323e48;
	border-top: 3px solid #323e48;
	border-top: 0.1875rem solid #323e48;
	content: "";
	height: 13px;
	height: 0.8125rem;
	position: absolute;
	right: 75px;
	right: 4.6875rem;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 13px;
	width: 0.8125rem;
}

.nav-previous a:hover::after {
	-webkit-animation: slideOutX2 0.75s ease;
	animation: slideOutX2 0.75s ease;
}

.nav-next a:hover::after {
	-webkit-animation: slideOutX 0.75s ease;
	animation: slideOutX 0.75s ease;
}

.p-about-fv {
	background: #eaeaea;
}

.p-about-fv__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-fv__media {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.p-about-fv__media-body {
	margin-inline: auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 42px 20px 36px;
	padding: 1.5rem 1.25rem 2.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	width: 100%;
}

.p-about-fv__title {
	margin-inline: auto;
	display: block;
	line-height: 1;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-fv__title-main {
	width: 116px;
	width: 7.25rem;
}

.p-about-fv__title-img {
	width: 116px;
	width: 7.25rem;
}

.p-about-fv__media-text {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 3.4px;
	line-height: 0.8;
	white-space: nowrap;
}

.p-about-fv__media-text:nth-of-type(1) {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-about-fv__media-text:nth-of-type(n + 2) {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-about-fv__media-text-dot {
	position: relative;
}

.p-about-fv__media-text-dot::before {
	background: #323e48;
	border-radius: 50%;
	content: "";
	height: 6px;
	height: 0.375rem;
	left: 30%;
	position: absolute;
	top: -0.25em;
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
	width: 6px;
	width: 0.375rem;
}

/* Safariにのみ適用するCSS */

.p-about-fv__media-text-small1 {
	color: #323e48;
	display: inline-block;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 2px;
	line-height: 1;
	margin-left: 18px;
	margin-left: 1.125rem;
	text-align: left;
}

.p-about-fv__media-explain {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: left;
}

.p-about-fv__media-slide {
	height: 100%;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-fv__media-img {
	-o-object-fit: cover;
	height: 90vh;
	max-width: 600px;
	max-width: 37.5rem;
	object-fit: cover;
	width: 100%;
}

.p-about-makingSkin__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-about-makingSkin__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	width: 100%;
}

.p-about-makingSkin__media-description {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-about-makingSkin__media-imgWrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-makingSkin__media-imgSet {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-makingSkin__media-img {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-minimalPresure {
	background: #eaeaea;
	padding: 50px 0 60px;
	padding: 3.125rem 0 3.75rem;
}

.p-about-minimalPresure__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-about-minimalPresure__title {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-weight: 500;
	text-align: left;
}

.p-about-minimalPresure__title-main {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.46;
}

.p-about-minimalPresure__title-sub {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.55;
}

.p-about-minimalPresure__content {
	margin-inline: auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-minimalPresure__cards {
	width: 100%;
}

.p-about-minimalPresure__card {
	background: #fff;
	margin: 32px auto 0;
	margin: 2rem auto 0;
	max-width: 370.5px;
	max-width: 23.15625rem;
	padding: 18px 22px 12px;
	padding: 1.125rem 1.375rem 0.75rem;
	position: relative;
	width: 100%;
}

.p-about-minimalPresure__card-num {
	color: #000;
	display: inline-block;
	font-family: "kunstler-script", serif;
	font-size: 120px;
	font-size: 7.5rem;
	left: 12px;
	left: 0.75rem;
	line-height: 0.5;
	opacity: 0.2;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 5;
}

.p-about-minimalPresure__card-title {
	color: #000;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}

.p-about-minimalPresure__card-text {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 20.6px;
	margin-top: 1.2875rem;
	text-align: left;
}

.p-about-purple {
	background: #eeedfc;
	padding: 50px 0 60px;
	padding: 1.5rem 0 1rem;
}

.p-about-purple__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-about-purple__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-purple__media-imgWrapper {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-purple__media-imgSet {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about-purple__media-img {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-about__makingSkin {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-about__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-about__media-imgWrapper {
	margin-top: 36px;
	margin-top: 2.25rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-about__media-body {
	display: contents;
}

.p-about__media-mainTitle {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: left;
}

.p-about__media-description {
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.p-about__media-text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.7;
	max-width: 600px;
	max-width: 37.5rem;
	text-align: left;
	width: 100%;
}

.p-about__media-text:nth-of-type(n + 2) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-blogDetail {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-blogDetail__fv {
	margin-inline: auto;
	max-height: 90vh;
	max-width: 600px;
	max-width: 37.5rem;
	overflow: hidden;
	width: 100%;
}

.p-blogDetail__fv-container {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

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

.p-blogDetail__content {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px 40px;
	padding: 0 20px 2.5rem;
	width: 100%;
}

.p-blogDetail__head {
	border-bottom: solid 1px #323e48;
	margin-top: 42px;
	margin-top: 2.625rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-blogDetail__meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-blogDetail__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #323e48;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 0 10px;
	padding: 0 0.625rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-blogDetail__category::before {
	content: "";
	display: inline-block;
	height: 37.8px;
	height: 2.3625rem;
	vertical-align: middle;
}

.p-blogDetail__date {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
}

.p-blogDetail__title {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: left;
}

.p-blogDetail__body {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-blogDetail__interview {
	background: #eeedfc;
	padding: 20px 0 22px;
	padding: 2.5rem 0 2.625rem;
}

.p-blogDetail__interview-container {
	margin-inline: auto;
	height: inherit;
	max-width: 700px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-blogDetail__interview-title {
	display: none;
}

.p-blogDetail__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-blogDetail__media-imgWrapper {
	margin: 1.5rem calc(50% - 50vw) 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100vw;
}

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

.p-blogDetail__media-body {
	display: contents;
}

.p-blogDetail__media-title {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	text-align: left;
}

.p-blogDetail__media-text {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.94;
	margin-top: 29.7px;
	margin-top: 1.85625rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-align: left;
}

.p-blogDetail__foot {
	margin-top: 32px;
	margin-top: 2rem;
	padding-bottom: 75px;
	padding-bottom: 4.6875rem;
}

.p-blogDetail__foot-title {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-blogDetail__foot-content {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-blogDetail__foot-cards {
	grid-gap: 0px 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-blogDetail__foot-btn-wrapper {
	margin-top: 48px;
	margin-top: 3rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-blogDetail__foot-btn {
	margin-inline: auto;
}

.p-blogDetail__body h2,
.p-blogDetail__body h3,
.p-blogDetail__body h4,
.p-blogDetail__body ol,
.p-blogDetail__body ul,
.p-blogDetail__body p .wp-block-quote {
	margin: 3% 0;
}

.p-blogDetail__body p {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.94;
	text-align: left;
}

.p-blogDetail__body h2 {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}

.p-blogDetail__body h3 {
	color: #000;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.83;
	text-align: left;
}

.p-blogDetail__body h4 {
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.2;
	text-align: left;
}

.p-blogDetail__body ul {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.44;
	list-style-type: disc;
	margin-left: 1em;
	text-align: left;
}

.p-blogDetail__body ol {
	color: #000;
	counter-reset: item;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2.44;
	list-style-type: none;
	text-align: left;
}

.p-blogDetail__body ol li:before {
	content: counter(item) ") ";
	counter-increment: item;
	margin-right: 0.5em;
}

.p-blogDetail__body .wp-block-quote {
	background: #f2f2f2;
	padding: 32px 24px;
	padding: 2rem 1.5rem;
}

.p-blogDetail__body .wp-block-quote p,
.p-blogDetail__body .wp-block-quote cite {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.94;
	padding: 6px 0 8px 16px;
	padding: 0.375rem 0 0.5rem 1rem;
	text-align: left;
}

.p-blogDetail__body .wp-block-quote p {
	border-left: 4px solid #b3b3b3;
	border-left: 0.25rem solid #b3b3b3;
}

.p-blogs-fv__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-blogs-fv__slider {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-blogs-fv__slider .swiper-wrapper {
	overflow: hidden;
}

.p-blogs-fv__slide {
	display: block;
	max-width: 600px;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
}

.p-blogs-fv__slide-img-wrapper {
	max-width: 600px;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
}

.p-blogs-fv__slide-img {
	-o-object-fit: cover;
	height: 90vh;
	object-fit: cover;
	width: 100%;
}

.p-blogs-fv__slide-body {
	background: rgba(255, 255, 255, .7);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 50%;
	max-width: 600px;
	max-width: 37.5rem;
	overflow: hidden;
	padding: 20px 24px 24px;
	padding: 1.25rem 1.5rem 1.5rem;
	position: absolute;
	right: 0;
	width: 70%;
}

.p-blogs-fv__slide-category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #a680b8;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	padding: 0 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-blogs-fv__slide-category::before {
	content: "";
	display: inline-block;
	height: 37.8px;
	height: 2.3625rem;
	vertical-align: middle;
}

.p-blogs-fv__slide-title {
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: left;
}

.p-blogs-fv__slide-text {
	display: none;
}

.p-blogs-fv__slide-text p {
	display: none;
}

.p-blogs-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-blogs-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-blogs-fv .swiper-pagination-custom,
.p-blogs-fv .swiper-pagination-fraction {
	height: auto;
	position: absolute;
}

.p-blogs-fv .swiper-pagination-bullet {
	background: transparent;
	border: solid 1px #000;
	height: 12.8px;
	height: 0.8rem;
	width: 12.8px;
	width: 0.8rem;
}

.p-blogs-fv .swiper-pagination-bullet-active {
	background: #000;
}

.p-blogs a {
	color: inherit;
}

.p-blogs .swiper-slide {
	opacity: 0 !important;
}

.p-blogs .swiper-slide-active {
	opacity: 1 !important;
}

.p-blogs__content {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px 60px;
	padding: 0 1.25rem 3.75rem;
	width: 100%;
}

.p-blogs__head {
	border-bottom: 1px solid #323e48;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.p-blogs__head-title {
	margin-inline: auto;
	width: 186px;
	width: 11.625rem;
}

.p-blogs__head-title-img {
	width: 186px;
	width: 11.625rem;
}

.p-blogs__head-text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-blogs__content-cards {
	grid-gap: 1.5rem 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-blogs__btn-wrapper {
	margin-top: 52px;
	margin-top: 3.25rem;
}

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

.p-blogs__all-content {
	display: none;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-blogs__all-content .p-blogs__content-cards {
	margin-top: 0;
}

.p-entry-404__inner {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 20% 0;
	text-align: center;
}

.p-entry-404__head {
	color: #323e48;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
}

.p-entry-404__lead,
.p-entry-404__content {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 3%;
}

.p-lp-about__container {
	margin-inline: auto;
	height: inherit;
	max-width: 400px;
	max-width: 25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-lp-about__content {
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-lp-about__lead {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: normal;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: left;
}

.p-lp-about__cards {
	margin-top: 42px;
	margin-top: 2.625rem;
	width: 100%;
}

.p-lp-about__card {
	border: solid 1px #323e48;
	color: #000;
}

.p-lp-cta {
	background: #a680b8;
	padding: 60px 0;
	padding: 3.75rem 0;
}

.p-lp-cta__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-lp-cta__media {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 374px;
	max-width: 23.375rem;
	width: 100%;
}

.p-lp-cta__media-img-wrapper {
	margin-inline: auto;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 374px;
	max-width: 23.375rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	width: 100%;
}

.p-lp-cta__media-img-wrapper::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-lp-cta__media-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-lp-cta__media-body {
	color: #fff;
	display: contents;
	text-align: left;
}

.p-lp-cta__media-lead {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.57;
}

.p-lp-cta__media-title {
	font-family: "futura-pt", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.39;
	margin-top: 12px;
	margin-top: 0.75rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lp-cta__media-capacity {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lp-cta__media-price {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lp-cta__media-price-tax {
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lp-cta__media-btn-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-lp-cta__media-btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #a680b8;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 294px;
	max-width: 18.375rem;
	text-align: center;
	width: 100%;
}

.p-lp-cta__media-btn:before {
	content: "";
	display: inline-block;
	height: 56px;
	height: 3.5rem;
	vertical-align: middle;
}

.p-lp-feature__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-lp-fv__img-wrapper {
	height: 90vh;
	width: 100%;
}

.p-lp-fv__img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-lp-howUse__container {
	margin-inline: auto;
	height: inherit;
	max-width: 400px;
	max-width: 25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-lp-howUse__content {
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-lp-howUse__cards {
	width: 100%;
}

.p-lp-howUse__card {
	background: #323e48;
	color: #fff;
}

.p-lp-obsession__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-lp-price__content {
	margin-inline: auto;
}

.p-lp-price__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-lp-price__price {
	display: contents;
}

.p-lp-price__price-content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-lp-qa__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.p-lp-recommend {
	background: url(../images/lp/lp-recommend_bg.jpg) no-repeat center center/cover;
}

.p-lp-recommend__container {
	margin-inline: auto;
	height: inherit;
	max-width: 400px;
	max-width: 25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-lp-recommend__content {
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.p-lp-recommend__items {
	grid-gap: 1.73125rem 0px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: grid;
	grid-auto-rows: 1fr; /* すべての行の高さを1フラクションに設定 */
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
}

.p-lp-recommend__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #a680b8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	max-width: 400px;
	max-width: 25rem;
	padding: 8px 26.5px 6px;
	padding: 0.5rem 1.65625rem 0.375rem;
	text-align: left;
	width: 100%;
}

.p-lp-voice {
	background: #f4f4f4;
}

.p-lp-voice__container {
	margin-inline: auto;
	height: inherit;
	max-width: 640px;
	max-width: 40rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-lp-voice__content {
	margin-top: 24px;
	margin-top: 1.5rem;
	max-width: 600px;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
}

.p-lp-voice__items {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-lp-voice__item {
	grid-gap: 0px 1.25rem;
	background: #fff;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-items: center;
	max-width: 528px;
	max-width: 33rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-lp-voice__item-img {
	margin: auto;
	width: 50px;
	width: 3.125rem;
}

.p-lp-voice__item-name {
	color: #323e48;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: left;
}

.p-lp-voice__item-age {
	color: #323e48;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 12.8px;
	margin-left: 0.8rem;
	text-align: left;
}

.p-lp-voice__item-text {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.57;
	margin-top: 8.7px;
	margin-top: 0.54375rem;
	text-align: left;
}

.p-lp-voice .swiper-horizontal > .swiper-pagination-bullets,
.p-lp-voice .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-lp-voice .swiper-pagination-custom,
.p-lp-voice .swiper-pagination-fraction {
	border-radius: 50%;
	bottom: -36px;
	bottom: -2.25rem;
	height: auto;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 50;
}

.p-lp-voice .p-lp-voice__item-pagination .swiper-pagination-bullet {
	background: transparent;
	border: solid 1px #000;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	margin: 0;
	width: 8px;
	width: 0.5rem;
}

.p-lp-voice .p-lp-voice__item-pagination .swiper-pagination-bullet:not(:last-of-type) {
	margin: 0 13.6px 0 0;
	margin: 0 0.85rem 0 0;
}

.p-lp-voice .p-lp-voice__item-pagination .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}

.p-lp ul,
.p-lp ol {
	padding-left: 0;
}

.p-lp__about {
	padding: 16px 0 42px;
	padding: 1rem 0 2.625rem;
}

.p-lp__voice {
	padding: 42px 0 60px;
	padding: 2.625rem 0 3.75rem;
}

.p-lp__recommend {
	padding: 42px 0 60px;
	padding: 2.625rem 0 3.75rem;
}

.p-lp__feature {
	padding: 60px 0 0;
	padding: 3.75rem 0 0;
}

.p-lp__howUse {
	padding: 42px 0 60px;
	padding: 2.625rem 0 3.75rem;
}

.p-lp__qa {
	padding: 42px 0 0;
	padding: 2.625rem 0 0;
}

.p-lp__obsession {
	padding: 60px 0 60px;
	padding: 3.75rem 0 3.75rem;
}

.p-lp__price {
	padding: 42px 0 60px;
	padding: 2.625rem 0 3.75rem;
}

.p-lp__title {
	margin-inline: auto;
	max-width: 420px;
	max-width: 26.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	width: 100%;
}

.p-lp__title-main {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	text-align: left;
}

.p-lp__title-product-name {
	font-family: "futura-pt", sans-serif;
}

.p-lp__cards {
	grid-gap: 2.25rem 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
}

.p-lp__card {
	max-width: 370.54px;
	max-width: 23.15875rem;
	padding: 16px 22px 36px;
	padding: 1rem 1.375rem 2.25rem;
	width: 100%;
}

.p-lp__card-title {
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
}

.p-lp__card-text {
	font-size: 13.5px;
	font-size: 0.84375rem;
	line-height: 2.07;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: left;
}

.p-lp__media-content {
	margin-inline: auto;
	height: inherit;
	padding: 50px 0 80px;
	padding: 3.125rem 0 5rem;
	width: 100%;
}

.p-lp__media-content:nth-of-type(1) {
	background: #eeedfc;
}

.p-lp__media-content:nth-of-type(2) {
	background: #f9edf4;
}

.p-lp__media-content:nth-of-type(3) {
	background: #f9f4ed;
}

.p-lp__media-wrapper {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 0 20px;
	width: 100%;
}

.p-lp__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-lp__media-imgWrapper {
	display: block;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	width: 100%;
}

.p-lp__media-imgWrapper::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

.p-lp__media-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-lp__media-body {
	display: contents;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-lp__media-mainTitle {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-align: left;
}

.p-lp__media-description {
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 600px;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.p-lp__media-text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.7;
	max-width: 600px;
	max-width: 37.5rem;
	text-align: left;
	width: 100%;
}

.p-lp__question-item {
	border-bottom: solid 1px #323e48;
	cursor: pointer;
	padding: 16px 0 18px;
	padding: 1rem 0 1.125rem;
}

.p-lp__question-item.is-active .p-productsDetail__question-item-q::before {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.p-products {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-products__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-products__title {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-products__title-main {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 8.2px;
	text-align: center;
}

.p-products__content {
	margin-inline: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	width: 100%;
}

.p-products__head {
	border-bottom: 1px solid #323e48;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 18px;
	padding-bottom: 1.125rem;
}

.p-products__count {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}

.p-products__sort {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-products__sort-kind {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 12px;
	margin-right: 0.75rem;
	text-align: left;
}

.p-products__input-wrapper {
	position: relative;
	width: 158.3px;
	width: 9.89375rem;
}

.p-products__input-wrapper::before {
	border-right: 2px solid #323e48;
	border-right: 0.125rem solid #323e48;
	border-top: 2px solid #323e48;
	border-top: 0.125rem solid #323e48;
	content: "";
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
	width: 0.625rem;
}

.p-products__input-sort {
	background: #e6e6e6;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	padding: 6px 16px 5px 8px;
	padding: 0.375rem 1rem 0.3125rem 0.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.p-products__cards {
	grid-gap: 1.75rem 0.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 600px;
	max-width: 37.5rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	width: 100%;
}

.p-products__card {
	width: 100%;
}

.p-products__card-head {
	position: relative;
}

.p-products__card-head::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-products__card-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-products__card-body {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-products__card-title {
	color: #323e48;
	display: block;
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: left;
}

.p-products__card-price {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.p-products__pagination-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-products__card-date {
	display: none;
}

.p-productsDetail-gallery__main-slide {
	position: relative;
}

.p-productsDetail-gallery__main-slide::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-productsDetail-gallery__main-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-productsDetail-gallery__thumbnail {
	margin-top: 19.3px;
	margin-top: 1.20625rem;
}

.p-productsDetail-gallery__thumbnail-slide {
	cursor: pointer;
	position: relative;
}

.p-productsDetail-gallery__thumbnail-slide::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-productsDetail-gallery__thumbnail-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.p-productsDetail-gallery__thumbnail-img:hover {
	opacity: 0.5;
}

.p-productsDetail-info {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-productsDetail-info__content:nth-of-type(n + 2) {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-productsDetail-info__img-wrapper {
	margin-top: 18px;
	margin-top: 1.125rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-productsDetail-info__img {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-productsDetail-info__text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.7;
	text-align: left;
}

.p-productsDetail-info__text01 {
	margin-top: 45.7px;
	margin-top: 2.85625rem;
}

.p-productsDetail-info__list {
	margin-top: 10.1px;
	margin-top: 0.63125rem;
}

.p-productsDetail-info__text02 {
	padding-left: 25.6px;
	padding-left: 1.6rem;
	position: relative;
}

.p-productsDetail-info__text02::before {
	border-bottom: 2px solid #323e48;
	border-left: 2px solid #323e48;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	width: 13px;
	width: 0.8125rem;
}

.p-productsDetail-info__text03 {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-productsDetail-info__table {
	border: solid 1px #999;
	margin-top: 10.8px;
	margin-top: 0.675rem;
	max-width: 400.5px;
	max-width: 25.03125rem;
	width: 100%;
}

.p-productsDetail-info__table-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #999;
	display: grid;
	grid-template-columns: 1fr 3fr;
	justify-items: center;
	width: 100%;
}

.p-productsDetail-info__table-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e6e6e6;
	color: #323e48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	padding: 0.5rem;
	text-align: center;
	width: 100%;
}

.p-productsDetail-info__table-data {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: solid 1px #999;
	color: #323e48;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 100%;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	letter-spacing: -0.03em;
	padding: 8px;
	padding: 0.5rem;
	text-align: left;
	width: 100%;
}

.p-productsDetail-price {
	width: 100%;
}

.p-productsDetail-price__content {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-productsDetail-price__item:nth-of-type(n + 2) {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.p-productsDetail-price__price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: solid 1px #323e48;
	color: #323e48;
	display: grid;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 9.5px;
	padding-bottom: 0.59375rem;
	text-align: left;
}

.p-productsDetail-price__price-name {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-productsDetail-price__price-num {
	font-size: 22px;
	font-size: 1.375rem;
}

.p-productsDetail-price__price-tax {
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-productsDetail-price__btn-wrapper {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-productsDetail-price__btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #323e48;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 294.1px;
	width: 18.38125rem;
}

.p-productsDetail-price__btn + .p-productsDetail-price__btn {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-productsDetail-price__btn::before {
	content: "";
	display: inline-block;
	height: 56px;
	height: 3.5rem;
	vertical-align: middle;
}

.p-productsDetail-price__postage {
	color: #323e48;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 9.8px;
	margin-top: 0.6125rem;
	text-align: left;
}

.p-productsDetail-price__explain {
	color: #323e48;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: left;
}

.p-productsDetail-price__alert {
	color: #323e48;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.01em;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: left;
}

.p-productsDetail-voice {
	max-width: 528px;
	max-width: 33rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	position: relative;
	width: 100%;
}

.p-productsDetail-voice__items {
	height: auto;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-productsDetail-voice__item {
	grid-gap: 0px 1.25rem;
	background: #f4f4f4;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-items: center;
	max-width: 528px;
	max-width: 33rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-productsDetail-voice__item-img {
	margin: auto;
	width: 50px;
	width: 3.125rem;
}

.p-productsDetail-voice__item-name {
	color: #323e48;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
}

.p-productsDetail-voice__item-age {
	color: #323e48;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	margin-left: 12.8px;
	margin-left: 0.8rem;
	text-align: left;
}

.p-productsDetail-voice__item-text {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.57;
	margin-top: 8.7px;
	margin-top: 0.54375rem;
	text-align: left;
}

.p-productsDetail-voice .swiper-horizontal > .swiper-pagination-bullets,
.p-productsDetail-voice .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-productsDetail-voice .swiper-pagination-custom,
.p-productsDetail-voice .swiper-pagination-fraction {
	border-radius: 50%;
	bottom: 0;
	height: auto;
	left: 50%;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 50;
}

.p-productsDetail-voice .p-productsDetail-voice__item-pagination .swiper-pagination-bullet {
	background: #7a7a7a;
	border-radius: 50%;
	height: 8px;
	height: 0.5rem;
	margin: 0;
	width: 8px;
	width: 0.5rem;
}

.p-productsDetail-voice .p-productsDetail-voice__item-pagination .swiper-pagination-bullet:not(:last-of-type) {
	margin: 0 6px 0 0;
	margin: 0 0.375rem 0 0;
}

.p-productsDetail-voice .p-productsDetail-voice__item-pagination .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}

.p-productsDetail {
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-productsDetail__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-productsDetail__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-productsDetail__content-left {
	display: contents;
	max-width: 528px;
	max-width: 33rem;
	width: 100%;
}

.p-productsDetail__content-right {
	display: contents;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-productsDetail__gallery {
	margin: 2rem calc(50% - 50vw) 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-productsDetail__voice {
	margin-top: 36px;
	margin-top: 2.25rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.p-productsDetail__price {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-productsDetail__info {
	margin-top: 36px;
	margin-top: 2.25rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-productsDetail__title {
	color: #323e48;
	font-family: "futura-pt", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 500;
	text-align: left;
}

.p-productsDetail__title-section {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
}

.p-productsDetail__question {
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 600px;
	max-width: 37.5rem;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	width: 100%;
}

.p-productsDetail__question-title {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-productsDetail__question-items {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-productsDetail__question-item {
	border-bottom: solid 1px #323e48;
	cursor: pointer;
	padding: 16px 0 18px;
	padding: 1rem 0 1.125rem;
}

.p-productsDetail__question-item-q {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.75;
	padding-right: 38px;
	padding-right: 2.375rem;
	position: relative;
	text-align: left;
}

.p-productsDetail__question-item-q::before {
	background: #323e48;
	content: "";
	height: 18.7px;
	height: 1.16875rem;
	position: absolute;
	right: 12.35px;
	right: 0.771875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 1px;
}

.p-productsDetail__question-item.is-active .p-productsDetail__question-item-q::before {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.p-productsDetail__question-item-q::after {
	background: #323e48;
	content: "";
	height: 1px;
	position: absolute;
	right: 2px;
	right: 0.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18.7px;
	width: 1.16875rem;
}

.p-productsDetail__question-item-a {
	color: #323e48;
	display: none;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.92;
	padding: 12px 0 0;
	padding: 0.75rem 0 0;
	text-align: left;
}

.p-top-brandMessage {
	padding: 80px 0 70px;
	padding: 5rem 0 4.375rem;
}

.p-top-brandMessage__title {
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-brandMessage__title-main {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-align: center;
}

.p-top-brandMessage__title-en {
	color: #a680b8;
	font-family: "Savoye LET", serif;
	font-size: 80px;
	font-size: 5rem;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0.1;
	position: absolute;
	text-align: center;
	top: -5%;
	-webkit-transform: translate(-50%, -5%);
	transform: translate(-50%, -5%);
	white-space: nowrap;
	z-index: -1;
}

.p-top-brandMessage__content {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-brandMessage__text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0em;
	line-height: 2.17;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: left;
}

.p-top-brandMessage__text:first-of-type {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-brandMessage__text:not(:first-of-type) {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-top-brandMessage__btn-wrapper {
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.p-top-brandMessage__btn {
	margin-inline: auto;
}

.p-top-fv__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-fv__media {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.p-top-fv__media-body {
	background: #eaeaea;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 16px 20px 24px;
	padding: 1rem 1.25rem 1.5rem;
	width: 100%;
}

.p-top-fv__media-text {
	color: #323e48;
	font-family: YuMincho, " Yu Mincho ", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.94;
}

.p-top-fv__media-slider {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-fv__media-slide {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-fv__media-img {
	-o-object-fit: cover;
	height: 80vh;
	max-width: 600px;
	max-width: 37.5rem;
	object-fit: cover;
	width: 100%;
}

.p-top-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-top-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-fv .swiper-pagination-custom,
.p-top-fv .swiper-pagination-fraction {
	border-radius: 0;
	height: auto;
	left: 50%;
	max-width: 600px;
	max-width: 37.5rem;
	position: absolute;
	text-align: center;
	top: 75vh;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 50;
}

.p-top-fv .p-top-fv__media-pagination .swiper-pagination-bullet {
	background: #fff;
	border-radius: 0;
	height: 3px;
	opacity: 0.5;
	width: 12%;
}

.p-top-fv .p-top-fv__media-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.p-top-fv .p-top-fv__media-pagination-mobile {
	display: inline-block;
}

.p-top-fv .p-top-fv__media-pagination-desktop {
	display: none;
}

.p-top-kenohare {
	background: #eaeaea;
	padding: 40px 0 50px;
	padding: 2.5rem 0 3.125rem;
}

.p-top-kenohare__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-top-kenohare__title {
	text-align: center;
}

.p-top-kenohare__title-main {
	margin-inline: auto;
	width: 186px;
	width: 11.625rem;
}

.p-top-kenohare__title-img {
	width: 186px;
	width: 11.625rem;
}

.p-top-kenohare__title-sub {
	color: #040000;
	font-size: 20px;
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-top-kenohare__content {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-top-kenohare__lead {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.03em;
	text-align: center;
}

.p-top-kenohare__cards {
	grid-gap: 2rem 0px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-top-kenohare__btn-wrapper {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.c-btn.p-top-kenohare__btn {
	margin-inline: auto;
}

.p-top-news {
	padding: 100px 0 80px;
	padding: 6.25rem 0 5rem;
}

.p-top-news__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-top-news__title {
	position: relative;
	width: 100%;
}

.p-top-news__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #9778b4;
	border-radius: 22.8px;
	color: #9778b4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 12px 0 0 auto;
	margin: 0.75rem 0 0 auto;
	max-width: 180px;
	max-width: 11.25rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.p-top-news__btn::before {
	content: "";
	display: inline-block;
	height: 36px;
	height: 2.25rem;
	vertical-align: middle;
}

.p-top-news__btn-arrow {
	color: #9778b4;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 12px;
	margin-left: 0.75rem;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.p-top-news__btn:hover {
	background: #9778b4;
	color: #fff;
}

.p-top-news__btn:hover .p-top-news__btn-arrow {
	color: #fff;
}

.p-top-news__content {
	border-bottom: 1px solid #999;
	margin-top: 32px;
	margin-top: 2rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-news__items {
	border-top: 1px solid #999;
}

.p-top-news__item {
	grid-gap: 0.25rem 0px;
	cursor: pointer;
	display: grid;
	grid-template-columns: repeat(1, auto);
	padding: 10px 2px;
	padding: 0.625rem 0.125rem;
}

.p-top-news__item-date {
	color: #9778b4;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: -0.1em;
	text-align: left;
	width: 100%;
}

.p-top-news__item-title {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0em;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.p-top-products {
	background: #eeedfc;
	padding: 80px 0 70px;
	padding: 5rem 0 4.375rem;
	position: relative;
}

.p-top-products__container {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-top-products__content {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-products__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.p-top-products__media-imgWrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 600px;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-top-products__media-imgSet {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-products__media-img {
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-products__media-body {
	display: contents;
}

.p-top-products__media-text {
	color: #323e48;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	text-align: left;
}

.p-top-products__media-btn-wrapper {
	margin-top: 40px;
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-products__media-btn {
	margin-inline: auto;
}

@media not all and (min-resolution: 0.001dpcm) {

.p-about-fv__media-text-dot::before {
	height: 3px;
	top: -0.5em;
	width: 3px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.2403100775vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-page,
.c-single,
.c-archive {
	padding-top: 11rem;
}

.c-page p,
.c-single p,
.c-archive p {
	font-size: 1.125rem;
}

.c-page h2,
.c-single h2,
.c-archive h2 {
	font-size: 1.75rem;
}

.c-page h3,
.c-single h3,
.c-archive h3 {
	font-size: 1.5rem;
}

.c-page h4,
.c-single h4,
.c-archive h4 {
	font-size: 1.25rem;
}

.c-page ul,
.c-single ul,
.c-archive ul {
	font-size: 1.125rem;
}

.c-page ol,
.c-single ol,
.c-archive ol {
	font-size: 1.125rem;
}

.c-page ol li:before,
.c-single ol li:before,
.c-archive ol li:before {
	margin-right: 0.5em;
}

.c-page .wp-block-quote,
.c-single .wp-block-quote,
.c-archive .wp-block-quote {
	padding: 2.8125rem 3.00625rem 2.8125rem 2.53125rem;
}

.c-page .wp-block-quote p,
.c-page .wp-block-quote cite,
.c-single .wp-block-quote p,
.c-single .wp-block-quote cite,
.c-archive .wp-block-quote p,
.c-archive .wp-block-quote cite {
	font-size: 1.125rem;
	padding: 0.6125rem 0 0.6125rem 1.55rem;
}

.c-page .wp-block-quote p,
.c-single .wp-block-quote p,
.c-archive .wp-block-quote p {
	border-left: 0.3625rem solid #b3b3b3;
}

.c-breadcrumb {
	display: block;
	height: 2.5rem;
}

.c-breadcrumb__container {
	max-width: 75rem;
	padding: 0 0.5rem;
}

.c-breadcrumb__list {
	margin-left: -1.625rem;
}

.c-breadcrumb__item {
	font-size: 0.75rem;
}

.c-breadcrumb__item:not(:last-of-type)::before {
	height: 0.5rem;
	width: 0.5rem;
}

.c-breadcrumb__item-link {
	padding: 0 1.125rem;
}

.c-btn {
	font-size: 1.5625rem;
}

.c-btn::before {
	height: 4.7875rem;
}

.c-card__category {
	top: 1.0875rem;
}

.c-card__body {
	margin-top: 1.2rem;
}

.c-card__date {
	font-size: 1rem;
}

.c-title__main {
	font-size: 2.8125rem;
}

.l-banner {
	max-width: 28.76875rem;
	right: 5.2875rem;
}

.l-banner__container {
	padding: 2.58125rem 1.75rem 2.475rem;
}

.l-banner__media-img-set {
	max-width: 5.124375rem;
}

.l-banner__media-img {
	max-width: 5.124375rem;
}

.l-banner__media-text {
	font-size: 1.1125rem;
	font-weight: 500;
	line-height: 1.75;
}

.l-banner__media-btn {
	margin-top: 1.6875rem;
}

.l-banner__media-btn::before {
	height: 2.3125rem;
}

.l-drawer-menu {
	display: none;
}

.l-drawer-menu__overlay {
	display: none;
}

.l-footer {
	padding: 5.1875rem 0 4.0625rem;
}

.l-footer__container {
	max-width: 77.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.l-footer__content {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.l-footer__logo {
	padding-top: 0.5625rem;
	width: 9.25rem;
}

.l-footer__logo-img-set {
	width: 9.25rem;
}

.l-footer__logo-img {
	margin-inline: 0;
	width: 9.25rem;
}

.l-footer__nav {
	display: grid;
	grid-template-columns: repeat(3, auto);
	margin-top: 0;
	padding-right: 8.125rem;
}

.l-footer__nav-row:nth-of-type(1) {
	margin-right: 6.25rem;
}

.l-footer__nav-row:nth-of-type(2) {
	margin-right: 4.375rem;
}

.l-footer__item-link {
	font-size: 1rem;
	padding: 0.5625rem 0;
}

.l-footer__copyright-wrapper {
	margin-top: 4.6875rem;
}

.l-footer__copyright {
	font-size: 0.9375rem;
}

.l-footer_bottom-text {
	font-size: 0.6875rem;
}

.l-hamburger {
	display: none;
}

.l-header__container {
	padding: 2.5rem 6.2125rem 0.625rem 5.325rem;
}

.l-header__content {
	display: grid;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	width: 7.65625rem;
}

.l-header__logo-img {
	width: 7.65625rem;
}

.l-header__nav {
	display: block;
}

.l-header__item-link {
	font-size: 1.25rem;
	padding: 1.84375rem 1.25rem;
}

.l-inner {
	max-width: 750px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-letter {
	background: url(../images/common/letter_bg1.png) no-repeat left bottom/contain #eeedfc;
	padding: 5.0625rem 0 7.49375rem;
}

.l-letter__container {
	max-width: 46.725rem;
	padding-left: 25px;
	padding-right: 25px;
}

.l-letter__title {
	font-size: 1.625rem;
}

.l-letter__lead {
	font-size: 1.25rem;
	line-height: 2.2;
	margin-top: 3.75rem;
}

.l-letter__btn-wrapper {
	margin-top: 3.375rem;
}

.l-letter__btn {
	font-size: 1.375rem;
}

.l-letter__btn::before {
	height: 4.21875rem;
}

div > div > .page-numbers {
	border: solid 0.1875rem #323e48;
	font-size: 1.125rem;
	height: 3.75rem;
	margin-right: 1.25rem;
	width: 3.75rem;
}

.nav-previous,
.nav-next {
	margin: 0 0.9375rem;
}

.nav-previous a,
.nav-next a {
	max-width: 18.875rem;
}

.p-about-fv {
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(92.5201%, #eaeaea), color-stop(92.5201%, transparent), to(transparent));
	background: linear-gradient(to bottom, #eaeaea, #eaeaea 92.5201%, transparent 92.5201%, transparent);
	padding-top: 15.801875rem;
}

.p-about-fv__container {
	max-width: 120rem;
	padding-left: 5.3125rem;
	padding-right: 5.3125rem;
}

.p-about-fv__media {
	grid-gap: 0px 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-about-fv__media-body {
	margin-inline: 0;
	max-width: 29rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding: 0 0 7.8125vw;
}

.p-about-fv__title {
	display: none;
}

.p-about-fv__media-text {
	font-size: 1.5rem;
	line-height: 1.94;
}

.p-about-fv__media-text:nth-of-type(1) {
	margin-top: 0;
}

.p-about-fv__media-text:nth-of-type(n + 2) {
	margin-top: 1rem;
}

.p-about-fv__media-text-small1 {
	font-size: 0.875rem;
	margin-left: 4.90625rem;
}

.p-about-fv__media-explain {
	font-size: 0.875rem;
	line-height: 2.17;
	margin-top: 1rem;
}

.p-about-fv__media-slide {
	max-width: 64.61875rem;
	position: relative;
}

.p-about-fv__media-slide::before {
	content: "";
	display: block;
	padding-top: 83.0156%;
}

.p-about-fv__media-img {
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: 64.61875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-about-makingSkin__container {
	max-width: 101.775rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-about-makingSkin__content {
	max-width: 101.775rem;
	padding-bottom: 0;
	padding-left: 2.8125rem;
}

.p-about-makingSkin__media {
	grid-gap: 0px 2.5rem;
}

.p-about-makingSkin__media-description {
	margin-top: 3.3875rem;
}

.p-about-makingSkin__media-imgWrapper {
	margin-top: 0;
	max-width: 43.700625rem;
}

.p-about-makingSkin__media-imgSet {
	max-width: 43.700625rem;
}

.p-about-makingSkin__media-img {
	max-width: 43.700625rem;
}

.p-about-minimalPresure {
	padding: 4.8625rem 0 6.3875rem;
}

.p-about-minimalPresure__container {
	max-width: 1340px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-about-minimalPresure__title {
	text-align: center;
}

.p-about-minimalPresure__title-main {
	font-size: 2.5625rem;
	letter-spacing: 11px;
}

.p-about-minimalPresure__title-sub {
	font-size: 1.5rem;
	margin-top: 0.88125rem;
}

.p-about-minimalPresure__content {
	margin-top: 4.99375rem;
	max-width: 77.90625rem;
}

.p-about-minimalPresure__cards {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -2.68125rem 0 0 1.40625rem;
}

.p-about-minimalPresure__card {
	margin: 2.68125rem 2.8125rem 0 0;
	padding: 1.68125rem 2.0875rem 1.25rem;
}

.p-about-minimalPresure__card-num {
	font-size: 11.61875rem;
	left: 0;
}

.p-about-minimalPresure__card-title {
	font-size: 1.6875rem;
}

.p-about-minimalPresure__card-text {
	line-height: 2.07;
}

.p-about-purple {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(27.7292%, transparent), color-stop(27.7292%, #eeedfc), to(#eeedfc));
	background: linear-gradient(to right, transparent, transparent 27.7292%, #eeedfc 27.7292%, #eeedfc);
	padding: 4.61875rem 0 6.075rem;
}

.p-about-purple__container {
	max-width: 103.7375rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-about-purple__content {
	max-width: 103.7375rem;
	padding-right: 3.125rem;
}

.p-about-purple__media {
	grid-gap: 0px 2.5rem;
}

.p-about-purple__media-imgWrapper {
	max-width: 45rem;
}

.p-about-purple__media-imgSet {
	max-width: 45rem;
}

.p-about-purple__media-img {
	max-width: 45rem;
}

.p-about-purple__media-description {
	margin-top: 1.54375rem;
}

.p-about__purple {
	margin-top: 3.71875rem;
}

.p-about__makingSkin {
	margin-top: 13.61875rem;
}

.p-about__minimalPresure {
	margin-top: 7.88125rem;
}

.p-about__media {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: repeat(2, auto);
	justify-items: center;
}

.p-about__media-imgWrapper {
	margin-top: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-about__media-body {
	display: block;
}

.p-about__media-mainTitle {
	font-size: 2.5625rem;
	letter-spacing: 8.2px;
}

.p-about__media-description {
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-about__media-text {
	font-size: 1.125rem;
	line-height: 2.17;
	max-width: 37.83125rem;
}

.p-about__media-text:nth-of-type(n + 2) {
	margin-top: 2.375rem;
}

.p-blogDetail {
	padding-top: 11rem;
}

.p-blogDetail__fv {
	margin-top: 5.19375rem;
	max-height: none;
	max-width: 100.68125rem;
	padding: 0 1.5625rem;
}

.p-blogDetail__fv-container {
	max-width: 97.55625rem;
	position: relative;
}

.p-blogDetail__fv-container::before {
	content: "";
	display: block;
	padding-top: 62.4959%;
}

.p-blogDetail__fv-img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-blogDetail__content {
	max-width: 78.191875rem;
	padding: 0 25px 7.2125rem;
}

.p-blogDetail__head {
	margin-top: 4.15625rem;
	padding-bottom: 1.9125rem;
}

.p-blogDetail__category {
	font-size: 1.1125rem;
	padding: 0 0.8875rem;
}

.p-blogDetail__date {
	font-size: 1.1125rem;
}

.p-blogDetail__title {
	font-size: 1.875rem;
	line-height: 1.83;
	margin-top: 1.25625rem;
}

.p-blogDetail__body {
	padding-top: 2.25rem;
}

.p-blogDetail__interview {
	padding: 3.8125rem 0 4.19375rem;
}

.p-blogDetail__interview-container {
	max-width: 78.191875rem;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

.p-blogDetail__interview-title {
	color: #000;
	display: inline-block;
	font-size: 1.875rem;
	font-weight: 500;
	text-align: center;
}

.p-blogDetail__media {
	grid-gap: 0px 3.06875rem;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: 23.8125rem 48.125rem;
	justify-items: center;
	margin-top: 4.74375rem;
}

.p-blogDetail__media-imgWrapper {
	margin: 0;
	max-width: 23.8125rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	position: relative;
	width: 100%;
}

.p-blogDetail__media-imgWrapper::before {
	content: "";
	display: block;
	padding-top: 60.1049%;
}

.p-blogDetail__media-img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-blogDetail__media-body {
	display: block;
}

.p-blogDetail__media-title {
	padding-top: 0.375rem;
}

.p-blogDetail__media-text {
	font-size: 1.125rem;
	margin-top: 1.85625rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-blogDetail__foot {
	margin-top: 3.9375rem;
	padding-bottom: 7.79375rem;
}

.p-blogDetail__foot-title {
	font-size: 1.875rem;
}

.p-blogDetail__foot-content {
	margin: 3.625rem auto 0;
	max-width: 49.321875rem;
}

.p-blogDetail__foot-cards {
	grid-gap: 0px 4.59375rem;
}

.p-blogDetail__foot-btn-wrapper {
	margin-top: 5.0125rem;
	padding: 0;
}

.p-blogDetail__body p {
	font-size: 1.125rem;
}

.p-blogDetail__body h2 {
	font-size: 1.75rem;
}

.p-blogDetail__body h3 {
	font-size: 1.5rem;
}

.p-blogDetail__body h4 {
	font-size: 1.25rem;
}

.p-blogDetail__body ul {
	font-size: 1.125rem;
}

.p-blogDetail__body ol {
	font-size: 1.125rem;
}

.p-blogDetail__body ol li:before {
	margin-right: 0.5em;
}

.p-blogDetail__body .wp-block-quote {
	padding: 2.8125rem 3.00625rem 2.8125rem 2.53125rem;
}

.p-blogDetail__body .wp-block-quote p,
.p-blogDetail__body .wp-block-quote cite {
	font-size: 1.125rem;
	padding: 0.6125rem 0 0.6125rem 1.55rem;
}

.p-blogDetail__body .wp-block-quote p {
	border-left: 0.3625rem solid #b3b3b3;
}

.p-blogs-fv__container {
	max-width: 120rem;
}

.p-blogs-fv__slider {
	margin-top: 5.19375rem;
	max-width: 120rem;
	padding-bottom: 4.61875rem;
	padding-right: 6.7025rem;
	position: relative;
}

.p-blogs-fv__slider::before {
	background: #eaeaea;
	bottom: 0;
	content: "";
	height: 76.3468%;
	position: absolute;
	right: 0;
	width: 45.2083%;
}

.p-blogs-fv__slide {
	max-width: 113.2975rem;
}

.p-blogs-fv__slide-img-wrapper {
	margin-right: auto;
	max-width: 86.1046%;
}

.p-blogs-fv__slide-img-wrapper::before {
	content: "";
	display: block;
	padding-top: 62.4959%;
}

.p-blogs-fv__slide-img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-blogs-fv__slide-body {
	bottom: 12.2598%;
	height: 19.0875rem;
	max-width: 38.05625rem;
	padding: 1.5rem 2.25rem 2rem;
	width: 100%;
}

.p-blogs-fv__slide-category {
	font-size: 1.1125rem;
	padding: 0 0.9125rem;
}

.p-blogs-fv__slide-title {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 1.375rem;
	margin-top: 1.53125rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-blogs-fv__slide-text {
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: inline-block;
	display: -webkit-box;
	margin-top: 0.9125rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-blogs-fv__slide-text p {
	color: #000;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.125rem;
	line-height: 1.33;
	max-height: 100%;
	text-align: left;
}

.p-blogs-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-blogs-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-blogs-fv .swiper-pagination-custom,
.p-blogs-fv .swiper-pagination-fraction {
	bottom: 0;
	left: auto;
	right: 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-blogs-fv .swiper-pagination-bullet:not(:last-of-type) {
	margin: 0 1.0677083333vw 0 0;
}

.p-blogs {
	padding-top: 11rem;
}

.p-blogs__content {
	margin: 6.38125rem auto 0;
	max-width: 75.876875rem;
	padding: 0 0 5.9125rem;
}

.p-blogs__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 4.74375rem 2.7875rem 3.90625rem;
}

.p-blogs__head-title {
	margin-inline: 0;
	width: 14.914375rem;
}

.p-blogs__head-title-img {
	width: 14.914375rem;
}

.p-blogs__head-text {
	font-size: 1.25rem;
	margin-top: 0;
}

.p-blogs__content-cards {
	grid-gap: 2.91875rem 3.7875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.24375rem;
}

.p-blogs__btn-wrapper {
	margin-top: 5.9rem;
}

.p-blogs__all-content {
	margin-top: 2.91875rem;
}

.p-entry-404__inner {
	max-width: 87.5rem;
}

.p-entry-404__head {
	font-size: 3rem;
}

.p-entry-404__lead,
.p-entry-404__content {
	font-size: 1.5rem;
}

.p-lp-about__container {
	max-width: 78.25rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-lp-about__content {
	margin-top: 1.85rem;
	max-width: 75.125rem;
}

.p-lp-about__lead {
	font-size: 2rem;
	line-height: 1.75;
	padding: 0 1.5625rem;
	text-align: center;
}

.p-lp-about__cards {
	margin-top: 3.65rem;
}

.p-lp-cta {
	padding: 6.125rem 0;
}

.p-lp-cta__container {
	max-width: 52rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-lp-cta__media {
	margin-inline: 0;
	grid-gap: 0px 3.3125rem;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: 23.375rem auto;
	justify-items: center;
	max-width: none;
}

.p-lp-cta__media-img-wrapper {
	margin-inline: 0;
	margin-top: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-body {
	display: block;
}

.p-lp-cta__media-lead {
	font-size: 0.85rem;
}

.p-lp-cta__media-title {
	font-size: 2.0625rem;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-capacity {
	font-size: 0.9375rem;
	margin-top: 0.875rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-price {
	font-size: 1.625rem;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-price-tax {
	font-size: 0.9375rem;
	margin-left: 1.0625rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-btn-wrapper {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-cta__media-btn {
	margin-inline: 0;
}

.p-lp-feature__content {
	margin-top: 3.80625rem;
}

.p-lp-fv__img-wrapper {
	height: 75rem;
	position: relative;
}

.p-lp-fv__img-wrapper::before {
	content: "";
	display: block;
	padding-top: 62.5%;
}

.p-lp-fv__img {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-lp-howUse__container {
	max-width: 78.25rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-lp-howUse__content {
	margin-top: 3.44375rem;
	max-width: 75.125rem;
}

.p-lp-obsession__content {
	margin-top: 3.80625rem;
}

.p-lp-price__media {
	grid-gap: 0px 3.5625rem;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: 23.4625rem 24.89375rem;
	justify-items: center;
}

.p-lp-gallery {
	max-width: 23.4625rem;
	width: 100%;
}

.p-lp-gallery__main-slider {
	max-width: 23.4625rem;
	width: 100%;
}

.p-lp-price__price {
	display: block;
}

.p-lp-price__price-content {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp-qa__content {
	max-width: 75.125rem;
}

.p-lp-recommend__container {
	max-width: 56.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-lp-recommend__content {
	margin-top: 4.00625rem;
	max-width: 53.75rem;
}

.p-lp-recommend__items {
	grid-gap: 1.73125rem 1.50625rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-lp-recommend__item {
	font-size: 1.2875rem;
	max-width: 26.3875rem;
	padding: 0.6875rem 1.65625rem 0.5625rem;
}

.p-lp-voice__container {
	max-width: 78.41rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-lp-voice__content {
	margin-top: 2.1rem;
	max-width: 75.285rem;
}

.p-lp-voice__items {
	margin-top: 1.3rem;
}

.p-lp-voice__item {
	grid-gap: 0px 2.05rem;
	padding: 1.475rem 0.9375rem 1.175rem 2.05rem;
}

.p-lp-voice__item-img {
	margin: 0;
	padding-top: 3.00625rem;
	width: 3.85rem;
}

.p-lp-voice__item-name {
	font-size: 1.25rem;
}

.p-lp-voice__item-age {
	font-size: 1rem;
}

.p-lp-voice__item-text {
	font-size: 1rem;
	margin-top: 0.54375rem;
}

.p-lp-voice .swiper-horizontal > .swiper-pagination-bullets,
.p-lp-voice .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-lp-voice .swiper-pagination-custom,
.p-lp-voice .swiper-pagination-fraction {
	bottom: -3.8625rem;
}

.p-lp-voice .p-lp-voice__item-pagination .swiper-pagination-bullet {
	border-radius: 50%;
	height: 0.53125rem;
	opacity: 1;
	width: 0.53125rem;
}

.p-lp__about {
	padding: 2.6rem 0 4.48125rem;
}

.p-lp__voice {
	padding: 2.60625rem 0 6.49375rem;
}

.p-lp__recommend {
	padding: 3.96875rem 0 5.1125rem;
}

.p-lp__feature {
	padding: 4.58125rem 0 0;
}

.p-lp__howUse {
	padding: 4.50625rem 0 6.51875rem;
}

.p-lp__qa {
	padding: 4.63125rem 0 0;
}

.p-lp__obsession {
	padding: 5.74375rem 0 8.825rem;
}

.p-lp__price {
	padding: 5.63125rem 0 7.76875rem;
}

.p-lp__title {
	max-width: none;
	padding: 0 1.5625rem;
}

.p-lp__title-main {
	font-size: 2.5625rem;
	text-align: center;
}

.p-lp__cards {
	grid-gap: 0px 2.79375rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-lp__card {
	padding: 1.61875rem 2.0875rem 3.7125rem;
}

.p-lp__card-title {
	font-size: 1.6875rem;
}

.p-lp__card-text {
	margin-top: 1.35rem;
}

.p-lp__media-content {
	padding: 4.7375rem 0 7.175rem;
}

.p-lp__media-content:nth-of-type(n + 2) {
	margin-top: 6.08125rem;
}

.p-lp__media-content:nth-of-type(1) {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(27.7292%, transparent), color-stop(27.7292%, #eeedfc), to(#eeedfc));
	background: linear-gradient(to right, transparent, transparent 27.7292%, #eeedfc 27.7292%, #eeedfc);
}

.p-lp__media-content:nth-of-type(2) {
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(27.7292%, transparent), color-stop(27.7292%, #f9edf4), to(#f9edf4));
	background: linear-gradient(to left, transparent, transparent 27.7292%, #f9edf4 27.7292%, #f9edf4);
}

.p-lp__media-content:nth-of-type(3) {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(27.7292%, transparent), color-stop(27.7292%, #f9f4ed), to(#f9f4ed));
	background: linear-gradient(to right, transparent, transparent 27.7292%, #f9f4ed 27.7292%, #f9f4ed);
}

.p-lp__media-content:nth-of-type(1) .p-lp__media,
.p-lp__media-content:nth-of-type(3) .p-lp__media {
	padding-right: 3.75rem;
}

.p-lp__media-content:nth-of-type(2) .p-lp__media {
	padding-left: 3.75rem;
}

.p-lp__media-wrapper {
	max-width: 99.5275rem;
	padding: 0 25px;
}

.p-lp__media {
	grid-gap: 0px 5.1875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	justify-items: center;
}

.p-lp__media-imgWrapper {
	margin-top: 0;
	max-width: 45rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp__media-body {
	display: block;
	max-width: 37.875rem;
}

.p-lp__media-mainTitle {
	font-size: 2.5625rem;
	letter-spacing: 8.2px;
}

.p-lp__media-description {
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-lp__media-text {
	font-size: 1.125rem;
	line-height: 2.17;
	max-width: 37.83125rem;
}

.p-lp__question-item {
	padding: 1.0375rem 2.13125rem 1.4rem 0;
}

.p-products {
	padding-top: 11rem;
}

.p-products__container {
	max-width: 78.25rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-products__title-main {
	font-size: 2.5625rem;
}

.p-products__content {
	max-width: 78.25rem;
	padding-bottom: 6.225rem;
}

.p-products__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6.0625rem;
	padding-bottom: 1.625rem;
}

.p-products__count {
	font-size: 1.125rem;
	margin-right: 2.625rem;
}

.p-products__sort {
	margin-top: 0;
}

.p-products__sort-kind {
	font-size: 1.125rem;
	margin-right: 1.225rem;
}

.p-products__input-wrapper::before {
	top: 35%;
}

.p-products__input-sort {
	padding: 0.53125rem 1.5rem 0.41875rem 1.025rem;
}

.p-products__cards {
	grid-gap: 2.14375rem 2.43125rem;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 78.25rem;
	padding-top: 3.38125rem;
}

.p-products__card {
	max-width: 23.38125rem;
}

.p-products__card-body {
	margin-top: 0.94375rem;
}

.p-products__card-title {
	font-size: 1.25rem;
}

.p-products__card-price {
	font-size: 1.25rem;
	margin-top: 0;
	text-align: left;
}

.p-products__pagination-wrapper {
	margin-top: 5rem;
}

.p-productsDetail-gallery {
	max-width: 33rem;
	width: 100%;
}

.p-productsDetail-gallery__main {
	max-width: 33rem;
	width: 100%;
}

.p-productsDetail-gallery__main-slider {
	max-width: 33rem;
	width: 100%;
}

.p-productsDetail-gallery__main-slide {
	max-width: 33rem;
	width: 100%;
}

.p-productsDetail-gallery__thumbnail-slide {
	max-width: 5.76875rem;
	width: 100%;
}

.p-productsDetail-info {
	max-width: 38.2125rem;
}

.p-productsDetail-info__content:nth-of-type(n + 2) {
	margin-top: 3.125rem;
}

.p-productsDetail-info__img-wrapper {
	margin-top: 2.25625rem;
	max-width: 38.2125rem;
}

.p-productsDetail-info__img {
	max-width: 38.2125rem;
}

.p-productsDetail-info__text {
	line-height: 1.57;
}

.p-productsDetail-info__text01 {
	margin-top: 2.85625rem;
}

.p-productsDetail-info__text02 {
	padding-left: 1.6rem;
}

.p-productsDetail-info__text02::before {
	top: 0.4375rem;
}

.p-productsDetail-info__table {
	margin-top: 0.675rem;
}

.p-productsDetail-price {
	max-width: 38.2125rem;
}

.p-productsDetail-price__content {
	margin-top: 2.3875rem;
}

.p-productsDetail-price__item:nth-of-type(n + 2) {
	margin-top: 5.38125rem;
}

.p-productsDetail-price__price-name {
	font-size: 1.4375rem;
}

.p-productsDetail-price__price-num {
	font-size: 1.625rem;
}

.p-productsDetail-price__price-tax {
	font-size: 0.9375rem;
	margin-left: 0.51875rem;
}

.p-productsDetail-price__btn-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.p-productsDetail-price__btn-wrapper01 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-top: 1.59375rem;
}

.p-productsDetail-price__btn-wrapper02 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.11875rem;
}

.p-productsDetail-price__btn {
	margin-inline: 0;
}

.p-productsDetail-price__btn + .p-productsDetail-price__btn {
	margin-left: 0.79375rem;
	margin-top: 0;
}

.p-productsDetail-price__btn-wrapper02 .p-productsDetail-price__btn {
	letter-spacing: 0.01em;
}

.p-productsDetail-price__postage {
	text-align: right;
}

.p-productsDetail-price__explain {
	margin-top: 0.95rem;
}

.p-productsDetail-price__alert {
	margin-top: 1.04375rem;
}

.p-productsDetail-voice {
	padding-bottom: 0;
}

.p-productsDetail-voice__items {
	margin-top: 1.3rem;
}

.p-productsDetail-voice__item {
	grid-gap: 0px 2.05rem;
	padding: 1.475rem 0.9375rem 1.175rem 2.05rem;
}

.p-productsDetail-voice__item:nth-of-type(n + 2) {
	margin-top: 1.63125rem;
}

.p-productsDetail-voice__item-img {
	margin: 0;
	padding-top: 3.00625rem;
	width: 3.85rem;
}

.p-productsDetail-voice__item-name {
	font-size: 1.25rem;
}

.p-productsDetail-voice__item-age {
	font-size: 1rem;
}

.p-productsDetail-voice__item-text {
	font-size: 1rem;
	margin-top: 0.54375rem;
}

.p-productsDetail-voice .swiper-horizontal > .swiper-pagination-bullets,
.p-productsDetail-voice .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-productsDetail-voice .swiper-pagination-custom,
.p-productsDetail-voice .swiper-pagination-fraction {
	display: none;
}

.p-productsDetail {
	padding-top: 11rem;
}

.p-productsDetail__container {
	max-width: 78.191875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-productsDetail__content {
	grid-gap: 0px 3.8375rem;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: 33rem 38.2125rem;
	justify-items: center;
	margin-top: 4.49375rem;
}

.p-productsDetail__content-left {
	display: block;
	max-width: 33rem;
}

.p-productsDetail__content-right {
	display: block;
	max-width: 38.2125rem;
}

.p-productsDetail__gallery {
	margin: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-productsDetail__voice {
	margin-top: 5.23125rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-productsDetail__price {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-productsDetail__info {
	margin-top: 3.14375rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-productsDetail__title {
	text-align: left;
}

.p-productsDetail__title-section {
	font-size: 1.58125rem;
}

.p-productsDetail__question {
	margin-top: 4.99375rem;
	max-width: 75.06875rem;
	padding-bottom: 4.5375rem;
}

.p-productsDetail__question-items {
	margin-top: 2.5rem;
}

.p-productsDetail__question-item {
	padding: 1.0375rem 2.13125rem 1.4rem 0;
}

.p-productsDetail__question-item-q {
	font-size: 1.1875rem;
}

.p-productsDetail__question-item-q::before {
	right: 2.15625rem;
}

.p-productsDetail__question-item-q::after {
	right: 1.571875rem;
}

.p-productsDetail__question-item-a {
	font-size: 1rem;
	padding: 0.75rem 1.25rem 0;
}

.p-top-brandMessage {
	padding: 7.3125rem 0 6.25rem;
}

.p-top-brandMessage__title-main {
	font-size: 3.0125rem;
	line-height: 1.75;
}

.p-top-brandMessage__title-en {
	font-size: 12.00625rem;
	top: -30%;
	-webkit-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
}

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

.p-top-brandMessage__text:first-of-type {
	margin-top: 4.625rem;
}

.p-top-brandMessage__text:not(:first-of-type) {
	margin-top: 2.4375rem;
}

.p-top-brandMessage__btn-wrapper {
	margin-top: 4rem;
}

.p-top-fv {
	background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(92.5201%, #eaeaea), color-stop(92.5201%, transparent), to(transparent));
	background: linear-gradient(to bottom, #eaeaea, #eaeaea 92.5201%, transparent 92.5201%, transparent);
	padding-top: 15.801875rem;
}

.p-top-fv__container {
	max-width: 120rem;
	padding-left: 5.3125rem;
	padding-right: 5.3125rem;
}

.p-top-fv__media {
	grid-gap: 0px 4.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: repeat(2, auto);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-fv__media-body {
	background: none;
	max-width: 37.75rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding: 0 0 15.5729166667vw;
}

.p-top-fv__media-text {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.p-top-fv__media-slider {
	max-width: 64.61875rem;
}

.p-top-fv__media-slide {
	max-width: 64.61875rem;
	position: relative;
}

.p-top-fv__media-slide::before {
	content: "";
	display: block;
	padding-top: 83.0156%;
}

.p-top-fv__media-img {
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: 64.61875rem;
	position: absolute;
	right: 0;
	top: 0;
}

.p-top-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-top-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-fv .swiper-pagination-custom,
.p-top-fv .swiper-pagination-fraction {
	bottom: 4.375rem;
	height: auto;
	left: 6.3rem;
	text-align: start;
	top: auto;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-fv .p-top-fv__media-pagination .swiper-pagination-bullet {
	background: transparent;
	border: solid 1px #000;
	border-radius: 50%;
	height: 0.8rem;
	opacity: 1;
	width: 0.8rem;
}

.p-top-fv .p-top-fv__media-pagination .swiper-pagination-bullet:not(:last-of-type) {
	margin: 0 1.25rem 0 0;
}

.p-top-fv .p-top-fv__media-pagination .swiper-pagination-bullet-active {
	background: #000;
}

.p-top-fv .p-top-fv__media-pagination-mobile {
	display: none;
}

.p-top-fv .p-top-fv__media-pagination-desktop {
	display: inline-block;
}

.p-top-kenohare {
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(12.8354%, transparent), color-stop(12.8354%, #eaeaea), to(#eaeaea));
	background: linear-gradient(to left, transparent, transparent 12.8354%, #eaeaea 12.8354%, #eaeaea);
	padding: 4.325rem 0 7.0875rem;
}

.p-top-kenohare__container {
	max-width: 79.625rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-top-kenohare__title-main {
	width: 14.914375rem;
}

.p-top-kenohare__title-img {
	width: 14.914375rem;
}

.p-top-kenohare__title-sub {
	font-size: 1.375rem;
	margin-top: 1.125rem;
}

.p-top-kenohare__content {
	margin-top: 3.25rem;
}

.p-top-kenohare__lead {
	font-size: 1.25rem;
}

.p-top-kenohare__cards {
	grid-gap: 0px 4.66875rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.58125rem;
}

.p-top-kenohare__btn-wrapper {
	margin-top: 4.95rem;
}

.p-top-news {
	padding: 10rem 0 8.0625rem;
}

.p-top-news__container {
	max-width: 78.2125rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-top-news__btn {
	font-size: 0.875rem;
	margin: 0;
	max-width: 12.84375rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-top-news__btn::before {
	height: 2.85625rem;
}

.p-top-news__content {
	margin-top: 2.875rem;
	max-width: 78.2125rem;
}

.p-top-news__item {
	grid-gap: 0px 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: repeat(2, -webkit-max-content);
	grid-template-columns: repeat(2, max-content);
	padding: 1.89375rem 1.875rem 1.79375rem 0.125rem;
}

.p-top-news__item-date {
	font-size: 1rem;
	max-width: 5.6875rem;
}

.p-top-news__item-title {
	max-width: 62.9625rem;
}

.p-top-products {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(12.8354%, transparent), color-stop(12.8354%, #eeedfc), to(#eeedfc));
	background: linear-gradient(to right, transparent, transparent 12.8354%, #eeedfc 12.8354%, #eeedfc);
	padding: 7.75rem 0 6.3125rem;
}

.p-top-products__container {
	max-width: 86.25rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-top-products__content {
	margin-top: 5.625rem;
	max-width: 85.0375rem;
}

.p-top-products__media {
	grid-gap: 0px 3.125rem;
	display: grid;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: repeat(2, auto);
	justify-items: center;
}

.p-top-products__media-imgWrapper {
	margin-top: 0;
	max-width: 31.48125rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	padding-top: 0.75rem;
}

.p-top-products__media-imgSet {
	max-width: 31.48125rem;
}

.p-top-products__media-img {
	max-width: 31.48125rem;
}

.p-top-products__media-body {
	display: block;
}

.p-top-products__media-text {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 2.2;
	padding-left: 0.5rem;
}

.p-top-products__media-btn-wrapper {
	margin-top: 4.125rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-top-products__media-btn {
	margin-inline: 0;
}

}

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

.p-about-fv__media {
	padding-left: 1.25rem;
}

.p-about-fv__media-text {
	font-size: 1.8125rem;
}

.p-about-fv__media-text:nth-of-type(n + 2) {
	margin-top: 1.875rem;
}

.p-about-fv__media-text-small1 {
	font-size: 1rem;
}

.p-about-fv__media-explain {
	font-size: 1rem;
	margin-top: 1.75rem;
}

.p-about-makingSkin__content {
	padding-left: 5.64375rem;
}

.p-about-makingSkin__media {
	grid-gap: 0px 3.75rem;
}

.p-about-purple__content {
	padding-right: 6.38125rem;
}

.p-about-purple__media {
	grid-gap: 0px 3.75rem;
}

.p-lp__media-content:nth-of-type(1) .p-lp__media,
.p-lp__media-content:nth-of-type(3) .p-lp__media {
	padding-right: 6.25rem;
}

.p-lp__media-content:nth-of-type(2) .p-lp__media {
	padding-left: 6.25rem;
}

.p-productsDetail-price__btn-wrapper02 .p-productsDetail-price__btn {
	letter-spacing: normal;
}

.p-top-fv__media {
	padding-left: 1.25rem;
}

.p-top-fv__media-text {
	font-size: 1.8125rem;
}

.p-top-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-top-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-fv .swiper-pagination-custom,
.p-top-fv .swiper-pagination-fraction {
	bottom: 6.25rem;
}

}

@media (min-width: 1290px) {

html {
	font-size: 16px;
}

}

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

.p-about-fv__media {
	grid-gap: 0px 4.625rem;
	padding-left: 2.3875rem;
}

.p-about-fv__media-text {
	font-size: 2.125rem;
}

.p-about-fv__media-text:nth-of-type(n + 2) {
	margin-top: 3.75rem;
}

.p-about-fv__media-text-small1 {
	font-size: 1.125rem;
}

.p-about-fv__media-explain {
	font-size: 1.0625rem;
	margin-top: 1.875rem;
}

.p-about-makingSkin__content {
	padding-left: 11.7875rem;
}

.p-about-makingSkin__media {
	grid-gap: 0px 5.33125rem;
}

.p-about-purple__content {
	padding-right: 12.7625rem;
}

.p-about-purple__media {
	grid-gap: 0px 5.01875rem;
}

.p-blogs-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-blogs-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-blogs-fv .swiper-pagination-custom,
.p-blogs-fv .swiper-pagination-fraction {
	right: 2.475rem;
}

.p-blogs-fv .swiper-pagination-bullet {
	height: 0.8rem;
	width: 0.8rem;
}

.p-lp__media-content:nth-of-type(1) .p-lp__media,
.p-lp__media-content:nth-of-type(3) .p-lp__media {
	padding-right: 8.75rem;
}

.p-lp__media-content:nth-of-type(2) .p-lp__media {
	padding-left: 9.375rem;
}

.p-top-fv__media {
	grid-gap: 0px 4.625rem;
	padding-left: 2.3875rem;
}

.p-top-fv__media-text {
	font-size: 2.125rem;
}

.p-top-fv .swiper-horizontal > .swiper-pagination-bullets,
.p-top-fv .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-fv .swiper-pagination-custom,
.p-top-fv .swiper-pagination-fraction {
	bottom: 7.875rem;
}

.p-top-products__media {
	margin-left: 4rem;
}

}

@media (min-width: 1920px) {

.p-about-fv__media-body {
	padding-bottom: 9.375rem;
}

.p-about-fv__media-text:nth-of-type(n + 2) {
	margin-top: 5.78125rem;
}

.p-about-fv__media-text-small1 {
	font-size: 1.25rem;
}

.p-about-fv__media-explain {
	font-size: 1.125rem;
	margin-top: 2.3125rem;
}

.p-lp__media-content:nth-of-type(1) .p-lp__media,
.p-lp__media-content:nth-of-type(3) .p-lp__media {
	padding-right: 11.68125rem;
}

.p-lp__media-content:nth-of-type(2) .p-lp__media {
	padding-left: 12.625rem;
}

.p-top-fv__media-body {
	padding-bottom: 18.6875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@-webkit-keyframes slideOutX {

from {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(45deg);
	transform: translateX(0) rotate(45deg);
}

to {
	opacity: 0;
	-webkit-transform: translateX(0.5rem) rotate(45deg);
	transform: translateX(0.5rem) rotate(45deg);
}

}

@keyframes slideOutX {

from {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(45deg);
	transform: translateX(0) rotate(45deg);
}

to {
	opacity: 0;
	-webkit-transform: translateX(0.5rem) rotate(45deg);
	transform: translateX(0.5rem) rotate(45deg);
}

}

@-webkit-keyframes slideOutX2 {

from {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(-135deg);
	transform: translateX(0) rotate(-135deg);
}

to {
	opacity: 0;
	-webkit-transform: translateX(-0.5rem) rotate(-135deg);
	transform: translateX(-0.5rem) rotate(-135deg);
}

}

@keyframes slideOutX2 {

from {
	opacity: 1;
	-webkit-transform: translateX(0) rotate(-135deg);
	transform: translateX(0) rotate(-135deg);
}

to {
	opacity: 0;
	-webkit-transform: translateX(-0.5rem) rotate(-135deg);
	transform: translateX(-0.5rem) rotate(-135deg);
}

}

.c-page eye-catch {
display: none;
}


/*# sourceMappingURL=styles.css.map */
