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

html,
body {
	margin: 0;
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

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

ol,
ul {
	list-style: none;
	list-style-type: none;
}

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

body {
	color: #333;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
}

html {
	font-size: 16px;
}

html {
	scroll-behavior: smooth;
}

.is-sp {
	display: none;
}

.l-inner {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 1080px;
}

/*
.s-inner
------------------------------------*/

.s-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 50.625rem;
}

/*
.m-inner
------------------------------------*/

.m-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 59.375rem;
}

.c-logo {
	height: auto;
	width: 15.625rem;
}

.c-logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

/*
.c-nav-item
------------------------------------*/

.c-nav-item {
	align-items: center;
	background-color: #262859;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 1rem;
	transition: opacity 0.2s ease 0s;
	width: 13.75rem;
}

.c-nav-item:hover {
	opacity: 0.8;
}

.c-nav-item--line {
	background-color: #06C554;
}

.c-nav-item--store {
	background-color: #70695F;
}

.c-nav-item__micro {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 0.8125rem;
	line-height: 1;
}

.c-nav-item__text {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	margin-left: 0.25rem;
}

/*
.c-sec-block
------------------------------------*/

.c-sec-block {
	padding-bottom: 6.75rem;
	padding-top: 5.5rem;
}

/*
.c-sec-title
------------------------------------*/

.c-sec-title {
	text-align: center;
}

.c-sec-title--white {
	color: #fff;
}

.c-sec-title__en {
	display: block;
	font-size: 2.625rem;
	font-weight: 900;
}

.c-sec-title__ja {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
}

.c-btn-tel {
	align-items: center;
	background-color: #70695F;
	border-radius: 30px;
	color: #fff;
	display: block;
	display: flex;
	font-size: 1.5rem;
	font-weight: 600;
	justify-content: center;
	padding: 0.75rem 0.75rem 0.8125rem;
	transition: transform 0.2s ease 0s;
	width: 100%;
}

.c-btn-tel:hover {
	transform: translateY(-4px);
}

.c-btn-tel__icon {
	height: 1.75rem;
	margin-right: 0.625rem;
	width: 1.75rem;
}

.c-btn-tel__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*
.c-btn
------------------------------------*/

.c-btn {
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	max-width: 100%;
	padding: 2rem;
	text-align: center;
	width: 31.25rem;
}

.c-btn--line {
	background-color: #fff;
	border: 4px solid #06C554;
	border-radius: 60px;
	color: #06C554;
	position: relative;
	transition: all 0.2s ease 0s;
}

.c-btn--line:hover {
	background-color: #06C554;
	color: #fff;
}

.c-btn__arrow-green {
	display: block;
	height: 2rem;
	position: absolute;
	right: 2.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-btn__arrow-green img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-drawer {
	background-color: #000;
	display: block;
	height: 100%;
	padding: 1.875rem 1rem;
	position: fixed;
	right: -23.75rem;
	top: 0;
	transition: right 0.4s ease;
	width: 23.4375rem;
	z-index: 100;
}

.c-drawer.add-active {
	right: 0;
}

.c-drawer__overlay {
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 80;
}

.c-drawer__overlay.add-active {
	opacity: 1;
	visibility: visible;
}

.c-drawer__header {
	display: flex;
}

.c-drawer-menu__items {
	margin-top: 2.5rem;
	padding-left: 1.25rem;
}

.c-drawer-menu__item:not(:first-child) {
	margin-top: 2.5rem;
}

.c-drawer__header-title {
	font-size: 1.875rem;
	font-weight: 600;
	text-align: center;
}

.c-drawer__header-title-sub {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 0.625rem;
}

.c-drawer-menu__item-link {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.c-drawer-menu__item-img {
	width: 3.125rem;
}

.c-drawer-menu__item-text {
	margin-left: 1.25rem;
}

.c-hamburger {
	cursor: pointer;
	display: none;
	height: 1.875rem;
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
	width: 2.5rem;
	z-index: 200;
}

.c-hamburger span {
	background: blue;
	border-radius: 30px;
	display: block;
	height: 0.25rem;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: ease 0.3s;
	transition: all 0.4s ease;
}

.c-hamburger span:nth-child(1) {
	top: 0rem;
	width: 2.5rem;
}

.c-hamburger span:nth-child(2) {
	top: 1.0625rem;
	width: 2.5rem;
}

.c-hamburger span:nth-child(3) {
	top: 2.125rem;
	width: 2.5rem;
}

.c-hamburger.add-active span {
	background: #000;
	right: 23.75rem;
}

.c-hamburger.add-active span:nth-child(1) {
	top: 1.0625rem;
	transform: rotate(135deg);
	width: 2.5rem;
}

.c-hamburger.add-active span:nth-child(2) {
	top: 1.0625rem;
	transform: rotate(135deg);
	width: 2.5rem;
}

.c-hamburger.add-active span:nth-child(3) {
	top: 1.0625rem;
	transform: rotate(45deg);
	width: 2.5rem;
}

/*
.p-header
------------------------------------*/

.p-header {
	padding: 1.5625rem 0;
	width: 100%;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 87.5rem;
}

.p-header__nav-list {
	display: flex;
}

.p-header__nav-item:not(:first-child) {
	margin-left: 1rem;
}

/*
.p-fv
------------------------------------*/

.p-fv {
	background: url("../img/fv-bg.jpg") no-repeat top center/cover;
	height: auto;
	padding-bottom: 2.5rem;
	width: 100%;
}

.p-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	width: 75rem;
}

.p-fv__content {
	margin-left: auto;
	padding-top: 2.5rem;
	text-align: center;
	width: 64%;
}

.p-fv__top-text {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0 1rem;
}

.p-fv__top-text span {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.p-fv__middle-text {
	color: #fff;
	font-size: 2.75rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.p-fv__main {
	height: auto;
	margin-top: 0.5rem;
	width: 100%;
}

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

.p-fv__main1 {
	font-size: 4.5rem;
}

.p-fv__main2 {
	font-size: 5rem;
}

.p-fv__medals {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.p-fv__medal {
	height: auto;
	width: 32%;
}

.p-fv__medal img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

/*
.p-ba
------------------------------------*/

.p-ba {
	background: url("../img/section-bg-gray.jpg") no-repeat center center/cover;
	width: 100%;
}

.p-ba__list {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}

.p-ba__item {
	width: 32%;
}

/*
.p-ba-item
------------------------------------*/

.p-ba-item {
	background-color: #fff;
	border-radius: 16px;
	filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
	min-height: 25rem;
	padding: 1rem 1rem 1.5rem;
}

.p-ba-item__top {
	display: flex;
	justify-content: space-between;
}

.p-ba-item__img {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	height: auto;
	width: 48%;
}

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

.p-ba-item__label {
	background-color: #9E9E9E;
	border-radius: 30px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.5rem;
	padding: 0.125rem 1.25rem 0.25rem;
	text-align: center;
}

.p-ba-item__label--navy {
	background-color: #262859;
}

.p-ba-item__body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.125rem;
	margin-top: 1rem;
}

/*
.p-photo
------------------------------------*/

.p-photo {
	background-color: #fff;
	width: 100%;
}

.p-photo__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4rem;
}

.p-photo__item {
	width: 18%;
}

.p-photo__item:nth-child(n+6) {
	margin-top: 1.5rem;
}

.p-photo__item-img {
	height: auto;
	width: 100%;
}

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

/*
.p-offer
------------------------------------*/

.p-offer {
	background: url("../img/section-bg-gray-long.jpg") no-repeat center center/cover;
	width: 100%;
}

/*
.p-worries
------------------------------------*/

.p-worries {
	background: url("../img/worries-bg.jpg") no-repeat top left/cover;
	padding: 5.375rem 5.25rem;
	width: 100%;
}

.p-worries__title {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.p-worries__title span {
	display: block;
	font-size: 2rem;
}

.p-worries__sub-title {
	color: #fff;
	font-size: 1.5rem;
	margin-top: 2.125rem;
	text-align: center;
}

.p-worries__list {
	margin-top: 1.125rem;
}

.p-worries__item {
	background-color: #fff;
	display: flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.8125rem 1.875rem;
	width: 100%;
}

.p-worries__item:not(:first-child) {
	margin-top: 1rem;
}

.p-worries__list-icon {
	flex-shrink: 0;
	height: 1.875rem;
	margin-right: 1rem;
	width: 1.875rem;
}

.p-worries__list-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*
.p-price
------------------------------------*/

.p-price {
	height: auto;
	width: 100%;
}

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

/*
.p-cta
------------------------------------*/

.p-cta {
	background: url("../img/cta-bg.jpg") no-repeat center center/cover;
	padding: 3.5rem 5rem;
	width: 100%;
}

.p-cta__title {
	text-align: center;
}

.p-cta__title-micro {
	display: inline-block;
	font-size: 2rem;
	font-weight: 500;
	position: relative;
}

.p-cta__title-micro::before,
.p-cta__title-micro::after {
	background-color: #333;
	content: "";
	height: 2.25rem;
	position: absolute;
	top: 50%;
	width: 1px;
}

.p-cta__title-micro::before {
	left: -1.5rem;
	transform: rotate(-30deg) translateY(-50%);
}

.p-cta__title-micro::after {
	right: -1.5rem;
	transform: rotate(30deg) translateY(-50%);
}

.p-cta__title {
	font-size: 3.5rem;
	font-weight: 600;
}

.p-cta__btns {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.p-cta__btn {
	display: block;
	height: auto;
	transition: transform 0.2s ease 0s;
	width: 100%;
}

.p-cta__btn:hover {
	transform: translateY(-4px);
}

.p-cta__btn:not(:first-child) {
	margin-top: 1rem;
}

.p-cta__btn img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-cta__stores {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.p-cta__store {
	width: 48%;
}

/*
.p-cta-store
------------------------------------*/

.p-cta-store {
	background-color: #fff;
	border-radius: 8px;
}

.p-cta-store__img {
	height: auto;
	width: 100%;
}

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

.p-cta-store__body {
	padding: 0.75rem 1rem 1.25rem;
}

.p-cta-store__title {
	color: #5F574C;
	font-size: 2.375rem;
	font-weight: 600;
	text-align: center;
}

.p-cta-store__closed {
	color: #5F574C;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
}

.p-cta-store__btn {
	margin-top: 1rem;
}

/*
.p-efficacy
------------------------------------*/

.p-efficacy {
	background: url("../img/section-bg-brown.jpg") no-repeat center center/cover;
	width: 100%;
}

.p-efficacy__list {
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
	width: 100%;
}

.p-efficacy__item {
	width: 29%;
}

.p-efficacy__img {
	height: auto;
	width: 100%;
}

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

.p-efficacy__body {
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 1rem;
}

.p-efficacy__title {
	border-bottom: 1px solid #fff;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 0.625rem;
	text-align: center;
}

.p-efficacy__text {
	margin-top: 0.625rem;
}

/*
.p-reason
------------------------------------*/

.p-reason {
	background-color: #fff;
	width: 100%;
}

.p-reason__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.p-reason__item {
	height: auto;
	width: 32%;
}

.p-reason__item:nth-child(n+4) {
	margin-top: 1.5rem;
}

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

/*
.p-method
------------------------------------*/

.p-method {
	background: url("../img/method-bg.jpg") no-repeat center center/cover;
	width: 100%;
}

.p-method__title-appeal {
	border-bottom: 1px solid #897225;
	border-top: 1px solid #897225;
	color: #897225;
	display: block;
	font-size: 2rem;
	margin-bottom: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	max-width: 100%;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	width: 31.25rem;
}

.p-method__list {
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.p-method__item {
	width: 30%;
}

/*
.p-method-item
------------------------------------*/

.p-method-item__img {
	height: auto;
	width: 100%;
}

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

.p-method-item__body {
	margin-top: 1.25rem;
}

.p-method-item__title {
	color: #897225;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.p-method-item__text {
	margin-top: 1.25rem;
}

/*
.p-appeal
------------------------------------*/

.p-appeal__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: 50rem;
}

.p-appeal__title-img {
	height: auto;
	width: 100%;
}

.p-appeal__title-img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-appeal__title-medal {
	height: 13.8125rem;
	left: -6.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 13.8125rem;
}

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

.p-appeal__message {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 100%;
	width: 38.5rem;
}

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

.p-appeal__top-text {
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 0.5rem;
	text-align: center;
}

.p-appeal__visual {
	height: auto;
	margin-top: 1rem;
	max-width: 100%;
	width: 53.125rem;
}

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

.p-appeal__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3.75rem;
	width: 100%;
}

.p-appeal__item {
	text-align: center;
	width: 47%;
}

.p-appeal__item:nth-child(n+3) {
	margin-top: 2.5rem;
}

.p-appeal__img {
	height: auto;
	width: 100%;
}

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

.p-appeal__img--s {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.p-appeal__item-title {
	color: #E1B131;
	font-size: 1.5rem;
	font-weight: 800;
	margin-top: 0.5rem;
	text-align: center;
}

.p-appeal__item-label {
	border: 2px solid #E1B131;
	border-radius: 30px;
	color: #E1B131;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 800;
	padding: 0.0625rem 2.1875rem;
}

/*
.p-voice
------------------------------------*/

.p-voice {
	background: url("../img/section-bg-brown.jpg") no-repeat center center/cover;
	width: 100%;
}

.p-voice__flame {
	background-color: #fff;
	border: 10px solid #CCB158;
	height: 37.5rem;
	margin-top: 3.75rem;
	overflow-y: scroll;
	padding: 3.75rem;
	width: 100%;
}

.p-voice__item:not(:first-child) {
	margin-top: 2.5rem;
}

/*
.p-voice-item
------------------------------------*/

.p-voice-item {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.p-voice-item__top {
	border-bottom: 1px solid #CCB158;
	padding-bottom: 0.5rem;
}

.p-voice-item__name {
	color: #D9B02A;
}

.p-voice-item__review {
	align-items: center;
	display: flex;
	font-weight: 600;
}

.p-voice-item__stars {
	display: flex;
}

.p-voice-item__stars img {
	-o-object-fit: contain;
	height: 1.25rem;
	object-fit: contain;
	width: 1.25rem;
}

.p-voice-item__body {
	line-height: 1.6;
	margin-top: 0.5rem;
}

/*
.p-flow
------------------------------------*/

.p-flow {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-flow__container {
	margin-top: 3.75rem;
}

.p-flow__arrow {
	height: 1.5rem;
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 4rem;
}

.p-flow__arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*
.p-flow-item
------------------------------------*/

.p-flow-item {
	align-items: center;
	background: linear-gradient(94deg, #F4EDD4 0.96%, #FFFBEC 100%);
	display: flex;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

.p-flow-item__img {
	height: auto;
	width: 30%;
}

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

.p-flow-item__body {
	flex-shrink: 1;
	margin-left: 1.5rem;
	width: 100%;
}

.p-flow-item__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-flow-item__title img {
	-o-object-fit: contain;
	height: 2.75rem;
	margin-right: 0.25rem;
	object-fit: contain;
	width: 2.75rem;
}

.p-flow-item__text {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	margin-top: 1rem;
}

/*
.p-faq
------------------------------------*/

.p-faq__container {
	margin-top: 3.75rem;
}

.p-faq__item:not(:first-child) {
	margin-top: 2rem;
}

.p-faq__btn {
	margin-top: 3.75rem;
	text-align: center;
}

/*
.p-faq-item
------------------------------------*/

.p-faq-item {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.p-faq-item__dt {
	background-color: #F0EDED;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.375rem;
	font-weight: 700;
	padding: 1.5rem 4.5rem;
	position: relative;
}

.p-faq-item__q-icon {
	height: 2.6875rem;
	left: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.625rem;
}

.p-faq-item__q-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-faq-item__arrow {
	height: 0.75rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50);
	width: 1.25rem;
}

.p-faq-item__arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-faq-item__dd {
	display: none;
	font-size: 1.125rem;
	padding: 1.25rem 2rem;
}

.spacer {
	height: 500px;
	width: 100%;
}

/*
.p-message
------------------------------------*/

.p-message {
	background: url("../img/message-bg.jpg") no-repeat center center/cover;
	width: 100%;
}

.p-message__title-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-message__title-visual {
	height: 19.0625rem;
	margin-left: 8%;
	width: 19.0625rem;
}

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

.p-message__flame {
	-o-border-image: linear-gradient(to right, #DEC267, #FFE48D);
	background-color: #fff;
	border: 10px solid;
	border-color: #DEC267;
	border-image: linear-gradient(to right, #DEC267, #FFE48D);
	border-image-slice: 1;
	margin-top: 2.5rem;
	padding: 4.375rem;
}

.p-message__text p:not(:first-child) {
	margin-top: 1rem;
}

.p-message__sign {
	font-weight: 500;
	margin-left: auto;
	margin-top: 1.5rem;
	text-align: right;
}

.p-message__sign--name {
	font-size: 1.375rem;
}

.p-message__sign--store {
	margin-top: 0.25rem;
}

/*
.p-stores
------------------------------------*/

.p-stores__title {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 50rem;
}

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

.p-stores__members {
	height: auto;
	margin-top: 2.125rem;
	width: 100%;
}

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

.p-stores__bottom-line {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 100%;
	width: 37.5rem;
}

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

.p-stores__list {
	display: flex;
	justify-content: center;
	padding-top: 3.75rem;
}

.p-stores__item {
	max-width: 100%;
	width: 22.5rem;
}

.p-stores__item:not(:first-child) {
	margin-left: 1.5rem;
}

/*
.p-stores-item
------------------------------------*/

.p-stores-item__img {
	height: auto;
	width: 100%;
}

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

.p-stores-item__bg {
	background: url("../img/stores-item-bg.png") no-repeat center center/cover;
	border-radius: 0 0 8px 8px;
	padding-top: 0.4375rem;
	width: 100%;
}

.p-stores-item__content {
	border-top: 1px solid #6F6C6C;
	color: #fff;
	padding: 0.4375rem 2.5rem 1.25rem;
	text-align: center;
}

.p-stores-item__title {
	font-size: 2.375rem;
	font-weight: 600;
}

.p-stores-item__day {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.p-stores-item__btn {
	display: block;
	height: auto;
	transition: transform 0.2s ease 0s;
	width: 100%;
}

.p-stores-item__btn:hover {
	transform: translateY(-4px);
}

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

.p-stores-item__time {
	margin-top: 0.5rem;
}

.p-stores-item__content-bottom {
	border-top: 1px solid #888;
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: left;
}

/*
.p-gallery
------------------------------------*/

.p-gallery {
	background: url("../img/gallery-bg.jpg") no-repeat center center/cover;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	width: 100%;
}

.p-gallery__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	width: 87.5rem;
}

.p-gallery__list {
	display: flex;
	justify-content: space-between;
}

.p-gallery__item {
	height: auto;
	width: 31%;
}

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

/*
.p-sp-cta
------------------------------------*/

.p-sp-cta {
	background-color: rgba(255, 255, 255, 0.2);
	bottom: 0;
	left: 0;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-sp-cta__inner {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-sp-cta__list {
	display: flex;
	justify-content: space-between;
}

.p-sp-cta__item {
	width: 32%;
}

.p-footer {
	background-color: #262859;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	width: 100%;
}

.p-footer__container {
	color: #fff;
	display: flex;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 0.875rem;
	justify-content: space-between;
}

.mt40 {
	margin-top: 2.5rem;
}

@media (max-width: 1130px) {

html {
	font-size: 1.4159292035vw;
}

}

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

.c-nav-item {
	flex-direction: column;
}

.c-nav-item__text {
	font-size: 1.5rem;
	margin-left: 0;
	margin-top: 0.25rem;
}

}

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

html {
	font-size: 4.2666666667vw;
}

.is-pc {
	display: none;
}

.is-sp {
	display: inline-block;
}

.m-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.c-logo {
	width: 6.875rem;
}

.c-nav-item {
	width: 100%;
}

.c-nav-item__micro {
	font-size: 0.75rem;
}

.c-nav-item__text {
	font-size: 1rem;
}

.c-sec-block {
	padding-bottom: 4.5rem;
	padding-top: 4rem;
}

.c-sec-title__en {
	font-size: 1.5rem;
}

.c-sec-title__ja {
	font-size: 1.125rem;
}

.c-btn-tel {
	font-size: 1.125rem;
}

.c-btn-tel__icon {
	height: 1.25rem;
	width: 1.25rem;
}

.c-btn {
	font-size: 1.125rem;
	padding: 1.25rem;
}

.c-btn__arrow-green {
	height: 1.5rem;
	right: 1.5rem;
	width: 1.5rem;
}

.c-hamburger {
	display: block;
}

.p-header {
	padding: 1rem 0;
}

.p-header__nav {
	display: none;
}

.p-header__inner {
	justify-content: center;
}

.p-fv {
	background: url("../img/fv-bg_sp.jpg") no-repeat center center/cover;
	height: 45.625rem;
	position: relative;
}

.p-fv__content {
	margin-left: none;
	padding-top: 1rem;
	text-align: left;
	width: 100%;
}

.p-fv__top-text {
	font-size: 1.25rem;
	letter-spacing: 0.19em;
	padding: 0;
}

.p-fv__top-text span {
	font-size: 1.75rem;
}

.p-fv__middle-text {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-fv__main {
	margin-top: 0.25rem;
}

.p-fv__main1 {
	font-size: 2.5rem;
}

.p-fv__main2 {
	font-size: 2.75rem;
	letter-spacing: -0.03em;
}

.p-fv__medals {
	bottom: 1.25rem;
	left: 50%;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-fv__medals {
	margin-top: 1rem;
}

.p-ba__list {
	flex-direction: column;
	margin-top: 2rem;
}

.p-ba__item {
	width: 100%;
}

.p-ba__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-ba-item {
	min-height: 22.5rem;
}

.p-ba-item__body {
	font-size: 1rem;
}

.p-photo__list {
	margin-top: 2rem;
}

.p-photo__item:nth-child(n+6) {
	margin-top: 0;
}

.p-photo__item {
	width: 48%;
}

.p-photo__item:nth-child(n+3) {
	margin-top: 1rem;
}

.p-worries {
	padding: 2.5rem 1.5rem;
}

.p-worries__title span {
	font-size: 1.125rem;
}

.p-worries__title {
	font-size: 1.5rem;
}

.p-worries__sub-title {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.p-worries__list {
	margin-top: 1rem;
}

.p-worries__item {
	font-size: 1rem;
	line-height: 1.2;
	padding: 1rem;
}

.p-worries__item:not(:first-child) {
	margin-top: 0.5rem;
}

.p-worries__list-icon {
	height: 1rem;
	margin-right: 0.5rem;
	width: 1rem;
}

.p-cta {
	padding: 2.5rem 1.5rem;
}

.p-cta__title-micro {
	font-size: 1.125rem;
}

.p-cta__title-micro::before,
.p-cta__title-micro::after {
	height: 1.125rem;
}

.p-cta__title {
	font-size: 1.75rem;
}

.p-cta__btns {
	margin-top: 1rem;
}

.p-cta__btn:not(:first-child) {
	margin-top: 0.5rem;
}

.p-cta__stores {
	flex-direction: column;
}

.p-cta__store {
	width: 100%;
}

.p-cta__store:not(:first-child) {
	margin-top: 1.125rem;
}

.p-cta-store__body {
	padding: 0.5rem 0.75rem 1rem;
}

.p-cta-store__title {
	font-size: 1.25rem;
}

.p-cta-store__closed {
	font-size: 1rem;
}

.p-cta-store__btn {
	margin-top: 0.5rem;
}

.p-efficacy__list {
	align-items: center;
	flex-direction: column;
	margin-top: 2.5rem;
}

.p-efficacy__item {
	width: 80%;
}

.p-efficacy__item:not(:first-child) {
	margin-top: 2rem;
}

.p-efficacy__body {
	margin-top: 0.5rem;
}

.p-efficacy__title {
	font-size: 1.125rem;
	padding-bottom: 0.25rem;
}

.p-efficacy__text {
	font-size: 0.9375rem;
	margin-top: 0.25rem;
}

.p-reason__list {
	margin-top: 2.5rem;
}

.p-reason__item:nth-child(n+4) {
	margin-top: 0;
}

.p-reason__item {
	width: 48%;
}

.p-reason__item:nth-child(n+3) {
	margin-top: 1rem;
}

.p-method__title-appeal {
	font-size: 1.125rem;
}

.p-method__list {
	align-items: center;
	flex-direction: column;
	margin-top: 2.5rem;
}

.p-method__item {
	width: 80%;
}

.p-method__item:not(:first-child) {
	margin-top: 2.375rem;
}

.p-method-item__body {
	margin-top: 0.75rem;
}

.p-method-item__title {
	font-size: 1.125rem;
}

.p-method-item__text {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.p-appeal__title-img {
	margin-left: auto;
	width: 88%;
}

.p-appeal__title-medal {
	height: 6.875rem;
	width: 6.875rem;
}

.p-appeal__title-medal {
	left: -1.25rem;
}

.p-appeal__top-text {
	font-size: 1.5rem;
}

.p-appeal__list {
	margin-top: 2.5rem;
}

.p-appeal__item:nth-child(n+3) {
	margin-top: 2rem;
}

.p-appeal__item-title {
	font-size: 1.125rem;
}

.p-appeal__item-label {
	font-size: 0.9375rem;
	padding: 0.0625rem 0.5rem;
	width: 100%;
}

.p-voice__flame {
	height: 25rem;
	margin-top: 2.5rem;
	padding: 2rem 1.5rem;
}

.p-voice-item__body {
	font-size: 0.875rem;
}

.p-flow__container {
	margin-top: 2.5rem;
}

.p-flow-item {
	flex-direction: column-reverse;
}

.p-flow-item__img {
	width: 50%;
}

.p-flow-item__body {
	margin-left: 0;
	width: auto;
}

.p-flow-item__title {
	font-size: 1.25rem;
}

.p-faq__container {
	margin-top: 2.5rem;
}

.p-faq__item:not(:first-child) {
	margin-top: 1.5rem;
}

.p-faq__btn {
	margin-top: 2.5rem;
}

.p-faq-item__dt {
	font-size: 1rem;
	padding: 1rem 2.5rem;
}

.p-faq-item__q-icon {
	height: 1.5rem;
	left: 1rem;
	width: 1rem;
}

.p-faq-item__arrow {
	height: 0.375rem;
	right: 1.25rem;
	width: 0.875rem;
}

.p-faq-item__dd {
	font-size: 0.9375rem;
	padding: 0.75rem 1.5rem;
}

.p-message__title-wrap {
	flex-direction: column;
}

.p-message__title-visual {
	height: 10rem;
	margin-left: 0;
	margin-top: 1rem;
	width: 10rem;
}

.p-message__flame {
	margin-top: 1.5rem;
	padding: 1.5rem 1.125rem;
}

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

.p-stores__members {
	margin-top: 1.25rem;
}

.p-stores__bottom-line {
	margin-top: 0.75rem;
}

.p-stores__list {
	flex-direction: column;
	padding-top: 2.5rem;
}

.p-stores__item:not(:first-child) {
	margin-left: 0;
	margin-top: 1rem;
}

.p-stores-item__title {
	font-size: 1.5rem;
}

.p-stores-item__day {
	font-size: 1rem;
}

.p-gallery__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-gallery__list {
	flex-direction: column;
}

.p-gallery__item {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.p-gallery__item:not(:first-child) {
	margin-top: 2rem;
}

.p-footer {
	padding-bottom: 6.25rem;
}

}

