body {
	color: #776F6E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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 */

/* Set core body defaults */

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

/* 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: 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;
}

picture {
	display: block;
}

/* ホバー */

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

.access {
	background-color: #F0F0F0;
	padding-top: 5.625rem;
}

.access__inner {
	padding-bottom: 12.25rem;
	position: relative;
}

.access__images {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.625rem;
}

.access__image-item {
	position: relative;
}

.access__image-caption {
	background-color: #fff;
	bottom: 0;
	font-size: 1rem;
	padding: 0.125rem 1.5625rem;
	position: absolute;
	right: 0;
}

.access__content {
	display: flex;
	justify-content: space-between;
	margin-top: 3.625rem;
}

.access__info {
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
	letter-spacing: 0.05em;
}

.access__info-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.access__info-title span {
	border-bottom: 0.0625rem solid;
	display: inline-block;
	padding-bottom: 0.25rem;
}

.access__info-text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.access__info-text table {
	border: 1px solid #776F6E;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 30rem;
	text-align: center;
	width: 100%;
}

.access__info-text table tr {
	border: 1px solid #776F6E;
}

.access__info-text table tr th {
	background-color: #9B9291;
	border: 1px solid #776F6E;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.375rem 0.375rem 0.375rem 0.875rem;
}

.access__info-text table tr th:nth-child(1) {
	padding: 0.375rem 0.375rem 0.375rem 0.875rem;
	text-align: left;
}

.access__info-text table tr th:not(:nth-child(1)) {
	padding: 0.375rem;
}

.access__info-text table tr td {
	background-color: #fff;
	border: 1px solid #776F6E;
	font-size: 1rem;
	padding: 0.375rem 0.375rem 0.375rem 0.875rem;
	text-align: left;
	text-align: center;
}

.access__info-text table tr td:nth-child(1) {
	text-align: left;
}

.access__info-text table tr td:not(:nth-child(1)) {
	padding: 0.375rem;
}

.access__info-text span {
	display: block;
	font-size: 0.875rem;
}

.access__info-note {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 0.625rem;
}

.access__info-text--access {
	display: flex;
	gap: 0.375rem;
}

.access__info-text-icon {
	height: 1.25rem;
	margin-top: 0.375rem;
	width: 1.25rem;
}

.access__exterior {
	max-width: 23.125rem;
}

.access__info-text--tel a {
	align-items: center;
	color: #776F6E;
	display: flex;
	gap: 0.25rem;
	line-height: 1;
}

.access__info-text--tel a span:first-of-type {
	font-size: 1.375rem;
	font-weight: 600;
}

.access__info-text--tel a span:last-of-type {
	font-size: 1rem;
	font-weight: 500;
}

.access__info-item--time .access__info-text {
	line-height: 1.2;
}

.access__map {
	height: 23.75rem;
	margin-top: 4rem;
	max-width: 62.5rem;
}

.access__map iframe {
	height: 100%;
	width: 100%;
}

.access__contents {
	margin-top: 4rem;
}

.access__cta {
	margin-top: 1.625rem;
}

.access__page-top {
	bottom: 1.5625rem;
	position: absolute;
	right: 1.5625rem;
}

.coupon {
	background-image: url(../images/common/coupon-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 8rem;
	padding-top: 8rem;
}

.menu__cta {
	margin-top: 1.625rem;
}

.director {
	background-image: url(../images/common/director-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.director__title {
	text-align: center;
}

.director__profile {
	margin-top: 3.375rem;
}

.director__profile-item {
	background-color: #fff;
	border: 0.0625rem solid #776F6E;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	padding: 2.25rem 2.5rem;
}

.director__profile-name {
	border-bottom: 0.125rem solid #776F6E;
	color: #685856;
	padding-bottom: 0.625rem;
}

.director__profile-position {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.director__profile-fullname {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
}

.director__profile-content {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 22.625rem;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.director__profile-qualifications li {
	font-size: 1rem;
	line-height: 2.25;
}

.director__profile-history-title {
	color: #685856;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1.25rem;
	position: relative;
}

.director__profile-history-title::before {
	background-color: #776F6E;
	content: "";
	height: 0.0625rem;
	left: 2.875rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.director__profile-history {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 0.875rem;
}

.director__message {
	margin-top: 3.125rem;
}

.director__message-title {
	color: #352A2A;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
}

.director__message-text {
	font-size: 1rem;
	line-height: 2.25;
	margin-left: auto;
	margin-right: auto;
	max-width: 51.25rem;
}

.director__message-text:nth-of-type(1) {
	margin-top: 2.5rem;
}

.director__message-text + .director__message-text {
	margin-top: 0.625rem;
}

.director__content {
	margin-top: 5.125rem;
}

.faq__head {
	background-color: #776F6E;
	padding: 3.5rem 0 3.125rem;
	position: relative;
	text-align: center;
}

.faq__head::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #776F6E;
	bottom: -2.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 2.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
	z-index: 2;
}

.faq__title span {
	color: #fff;
	text-align: center;
}

.faq__wrapper {
	background-image: url(../images/common/faq-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.faq__item-question {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #E2DCDC;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.875rem;
	padding: 1.375rem 3.25rem;
	position: relative;
}

.faq__item-question::before,
.faq__item-question::after {
	background-color: #776F6E;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 1.75rem;
}

.faq__item-question-q {
	width: 0.8125rem;
}

.faq__item-answer {
	font-size: 1rem;
	line-height: 2;
	padding: 1.625rem 2.875rem 1.125rem;
}

.faq__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq__item-question::after {
	transform: rotate(90deg);
}

.faq__item-answer {
	display: none;
}

.feature {
	background-color: rgba(226, 220, 220, 0.45);
}

.feature__title {
	text-align: center;
}

.feature__graph-wrapper {
	margin-top: 2.5rem;
}

.feature__graph {
	width: 100%;
}

.feature__text {
	color: #776F6E;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 3.125rem;
}

.feature__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.feature__list {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.feature__item {
	display: flex;
	gap: 6%;
}

.feature__item-image {
	width: 48.8333333333%;
}

.feature__item:nth-of-type(odd) .feature__item-image {
	order: 2;
}

.feature__item:nth-of-type(even) .feature__item-image {
	order: 1;
}

.feature__item-body {
	width: 45%;
}

.feature__item:nth-of-type(odd) .feature__item-body {
	order: 1;
}

.feature__item:nth-of-type(even) .feature__item-body {
	order: 2;
}

.feature__item-title {
	color: #352A2A;
	font-size: 1.375rem;
	font-weight: 700;
}

.feature__item-text-wrapper {
	margin-top: 1.625rem;
	position: relative;
}

.feature__item .feature__item-text-wrapper::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1.875rem;
	content: "";
	position: absolute;
	right: 0;
	z-index: -1;
}

.feature__item:nth-of-type(1) .feature__item-text-wrapper::before {
	background-image: url(../images/common/feature-01@2x.webp);
	height: 5.625rem;
	width: 6.125rem;
}

.feature__item:nth-of-type(2) .feature__item-text-wrapper::before {
	background-image: url(../images/common/feature-02@2x.webp);
	height: 5.6875rem;
	width: 6.875rem;
}

.feature__item-text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.feature__item-text:not(:first-of-type) {
	margin-top: 0.625rem;
}

.feature__item-list {
	margin-top: 2rem;
}

.feature__item-list li {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-left: 1.25rem;
	position: relative;
}

.feature__item-list li::before {
	aspect-ratio: 1;
	background-color: #DD705E;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 0.5rem;
	width: 0.75rem;
}

.flow {
	background-color: #C1C1C1;
}

.flow__title .section-title__en,
.flow__title .section-title__jp {
	color: #fff;
}

.flow__list {
	grid-gap: 2.625rem 2.5rem;
	display: grid;
	gap: 2.625rem 2.5rem;
	grid-template-columns: 1fr 1fr;
	margin-top: 3.75rem;
}

.flow__item {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	color: #776F6E;
	display: flex;
	flex-direction: column;
	padding: 2.875rem 3.375rem;
	position: relative;
}

.flow__item-number {
	aspect-ratio: 1;
	left: -1.875rem;
	position: absolute;
	top: -1.25rem;
	width: 5.625rem;
}

.flow__item-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.125rem;
}

.flow__item-title {
	font-size: 1.375rem;
	font-weight: 700;
}

.flow__item-text {
	flex: 1;
	font-size: 1rem;
	line-height: 2.125;
}

.fv__inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.fv__badges {
	background-color: rgba(239, 225, 202, 0.3);
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	padding: 0.875rem 0;
}

.fv__badge {
	max-width: 14.75rem;
}

.fv__badge img {
	height: auto;
	width: 100%;
}

.painful-experience {
	background-image: url(../images/common/painful-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 6rem;
	position: relative;
}

.painful-experience__inner.inner {
	display: flex;
	justify-content: space-between;
	max-width: calc(1424px + 3.125rem);
	position: relative;
}

.painful-experience__content {
	color: #776F6E;
	width: min(44.875rem, 47.8666666667vw);
}

.painful-experience__content-wrapper {
	margin-left: auto;
	width: min(40rem, 42.6666666667vw);
}

.painful-experience__title .section-title__en {
	font-size: min(4.5625rem, 4.8666666667vw);
}

.painful-experience__title .section-title__jp {
	font-size: min(1.375rem, 1.4666666667vw);
}

.painful-experience__list {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	margin-top: 2.125rem;
	padding: 6.6852367688% 5.5710306407% 6.6852367688% 6.9637883008%;
	width: min(36.25rem, 38.6666666667vw);
}

.painful-experience__list-item {
	color: #685856;
	font-size: max(0.875rem, min(1.2vw, 1.125rem));
	font-weight: 700;
	line-height: 2.6666666667;
	padding-left: 1.75rem;
	position: relative;
}

.painful-experience__list-item::before {
	background-image: url(../images/common/check-mark@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.painful-experience__list-item + .painful-experience__list-item {
	margin-top: 0.25rem;
}

.painful-experience__summary-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 2.875rem;
}

.painful-experience__summary {
	font-size: max(0.75rem, min(1.0666666667vw, 1rem));
	letter-spacing: 0em;
	line-height: 2.25;
	width: min(37.5rem, 40vw);
}

.painful-experience__image-wrapper {
	padding-right: 2.25rem;
	width: min(39.625rem, 42.2666666667vw);
}

.painful-experience__main-image {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	margin-left: auto;
	max-width: 39.625rem;
	width: 100%;
}

.painful-experience__sub-image {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-top: 0.625rem;
	max-width: 26.5rem;
	width: min(26.5rem, 28.2666666667vw);
}

.reason {
	background-image: url(../images/common/reason-bg@2x.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5.375rem;
	padding-top: 5.375rem;
}

.reason__head {
	background-color: #D2B99F;
	height: 9.6875rem;
	padding-top: 4.75rem;
	position: relative;
}

.reason__head::before {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #D2B99F;
	bottom: -8.0625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 8.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.reason__head-title {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 700;
	gap: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 1.25;
	position: relative;
	text-align: center;
	z-index: 2;
}

.reason__head-title span {
	border-bottom: 0.0625rem solid #fff;
	padding-bottom: 0.25rem;
}

.reason__title {
	align-content: center;
	background-color: #776F6E;
	color: #fff;
	display: grid;
	font-size: 1.75rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	max-width: 100%;
	place-content: center;
}

.reason__list {
	background-color: #776F6E;
	display: flex;
	gap: 1.5rem;
	margin-top: 2.75rem;
	padding: 1.5rem;
}

.reason__item {
	display: flex;
	flex-direction: column;
	width: 29.125rem;
}

.reason__text {
	color: #776F6E;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.reason__text:first-of-type {
	margin-top: 1.75rem;
}

.reason__text:not(:first-of-type) {
	margin-top: 0.5625rem;
}

.recommendation {
	background-image: url(../images/common/recommendation-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.625rem;
}

.recommendation__title-wrapper {
	background-color: #9B9291;
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.recommendation__title-wrapper::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #9B9291;
	bottom: -1.25rem;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 1.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.5rem;
}

.recommendation__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.recommendation__title span {
	position: relative;
}

.recommendation__title span::before {
	background-color: #F7F0B2;
	bottom: -0.25rem;
	content: "";
	height: 0.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.recommendation__content {
	padding-top: 3.625rem;
}

.recommendation .recommendation__slider {
	padding-left: 1.5625rem;
}

.recommendation .swiper,
.recommendation .swiper-wrapper {
	height: auto;
}

.recommendation .swiper-wrapper {
	transition-timing-function: linear !important;
}

.recommendation .swiper-slide {
	aspect-ratio: 1;
	width: 9.75rem;
}

.recommendation__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.shop-image {
	background-image: url(../images/common/shop-image@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 26.875rem;
	width: 100%;
}

.testimonials {
	background-image: url(../images/common/testimonials-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials__title {
	text-align: center;
}

.testimonials__slider.swiper-container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	overflow: hidden;
	padding-bottom: 0.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.testimonials__slider {
	margin-top: 3rem;
	position: relative;
}

.testimonials__slider.swiper-wrapper { /* スライドの高さを揃える */
	align-items: stretch;
}

.testimonials__slider .swiper-slide {
	height: auto !important;
}

.testimonials__slider .swiper-slide {
	max-width: 36.75rem;
}

.testimonials__card {
	background-color: #fff;
	border: 1px solid #94938F;
	color: #776F6E;
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 36.75rem;
	overflow: hidden;
}

.testimonials__card-head {
	grid-gap: 2.25rem;
	align-items: center;
	display: grid;
	gap: 2.25rem;
	grid-template-columns: 9.375rem 1fr;
	padding: 2rem 2rem 0;
	text-align: left;
}

.testimonials__card-profile-star {
	color: #F4837A;
	font-size: 1.75rem;
	line-height: 1;
}

.testimonials__card-profile-name {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 0.75rem;
}

.testimonials__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 2rem 2.5rem;
	text-align: left;
}

.testimonials__card-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.testimonials__card-description {
	font-size: 1rem;
	line-height: 2;
}

.testimonials__card-text + .testimonials__card-description {
	margin-top: 1.25rem;
}

.testimonials__card-description + .testimonials__card-description {
	margin-top: 0.75rem;
}

.testimonials__pagination.swiper-pagination {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.875rem;
	position: relative;
}

.testimonials__pagination.swiper-pagination .swiper-pagination-bullet {
	background-color: #e0e0e0;
	height: 0.9375rem;
	opacity: 1;
	transition: background-color 0.3s;
	width: 0.9375rem;
}

.testimonials__pagination.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #D2B99F;
	opacity: 1;
}

.testimonials__review-inner.inner {
	margin-top: 3.125rem;
	max-width: 1250px;
}

.testimonials__review-head {
	align-content: center;
	background-color: #D2B99F;
	display: grid;
	height: 7.875rem;
	justify-content: center;
	place-content: center;
}

.testimonials__review-head-title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.6428571429;
	text-align: center;
}

.testimonials__review-list {
	grid-gap: 1.625rem 1.875rem;
	display: grid;
	gap: 1.625rem 1.875rem;
	grid-template-columns: 1fr 1fr;
	position: relative;
}

.testimonials__review-list::before {
	background-image: url(../images/common/testimonials-document@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.5rem;
	content: "";
	height: 13.0625rem;
	position: absolute;
	right: 0.625rem;
	width: 28.8125rem;
}

.testimonials__review-item {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	color: #776F6E;
	display: flex;
	flex-direction: column;
	padding: 2.125rem 2.875rem 2.875rem;
}

.testimonials__review-header {
	grid-gap: 1.25rem;
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 4.375rem 1fr;
}

.testimonials__review-title {
	color: #685856;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7777777778;
}

.testimonials__review-comment {
	flex: 1;
	font-size: 1rem;
	line-height: 2;
}

.testimonials__review-comment:nth-of-type(1) {
	margin-top: 1.5rem;
}

.testimonials__review-comment + .testimonials__review-comment {
	margin-top: 0.625rem;
}

.swiper-button-prev.testimonials__button-prev,
.swiper-button-next.testimonials__button-next {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.125rem;
	width: 3.125rem;
}

.swiper-button-prev.testimonials__button-prev {
	background-image: url(../images/common/slider-button-prev@2x.webp);
	left: 0;
	right: auto;
	right: initial;
}

.swiper-button-next.testimonials__button-next {
	background-image: url(../images/common/slider-button-next@2x.webp);
	left: auto;
	left: initial;
	right: 0;
}

.swiper-button-next.testimonials__button-next:after,
.swiper-button-prev.testimonials__button-prev:after {
	display: none;
}

.coupon-contents {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: 1fr;
}

.coupon-contents__item {
	max-width: 100%;
	position: relative;
}

.special-coupon-contents__item {
    max-width: 100%;
    position: relative;
}

.coupon-contents__item:nth-child(1)::before {
	background-image: url(../images/common/coupon-label@2x.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5rem;
	left: -1.375rem;
	position: absolute;
	width: 9.125rem;
}

.coupon-contents__item:nth-child(2) {
	background-color: #fff;
	border: 0.0625rem solid #776F6E;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	padding: 1.625rem 3.125rem;
}

.coupon-contents__item-wrapper {
	grid-gap: 3.75rem;
	display: grid;
	gap: 3.75rem;
	grid-template-columns: 14.25rem 37.5rem;
}

.coupon-contents__image {
	max-width: 14.25rem;
}

.coupon-contents__image picture {
	box-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.15);
}

.coupon-contents__description {
	text-align: center;
}

.coupon-contents__title {
	color: #685856;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.special.coupon-contents__title {
	color: #685856;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4;
}


.coupon-contents__note {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 1rem;
}

.coupon-contents__text {
	color: #685856;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
}

.special.coupon-contents__text {
	color: #685856;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
}


.coupon-contents__text span {
	border-bottom: 0.375rem solid #F2ECC2;
	padding-bottom: 0.125rem;
}

.coupon-contents__link-wrapper--sp {
	display: none;
}

.coupon-contents__link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 23.75rem;
}

.coupon-contents__text-bottom {
	font-size: 0.875rem;
	line-height: 1;
	margin-top: 0.625rem;
}

.cta {
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	position: relative;
}

.cta__link {
	bottom: 2.625rem;
	height: 6rem;
	position: absolute;
	right: 16%;
	width: 23.75rem;
}

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-show {
	opacity: 1;
}

.footer {
	background-color: #665D5C;
	color: #fff;
	padding-bottom: 2.25rem;
	padding-top: 2.625rem;
}

.footer__list {
	display: flex;
	justify-content: center;
}

.footer__item {
	position: relative;
}

.footer__item:not(:last-child)::after {
	background-color: #fff;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer__link {
	display: inline-block;
	font-size: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.footer__copyright {
	display: block;
	font-size: 0.875rem;
	margin-top: 3.375rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
	height: 5.25rem;
	left: 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.header__logo-wrapper a {
	height: inherit;
}

.header__logo {
	max-width: 13.0625rem;
}

.header__logo-text {
	display: flex;
	flex-direction: column;
	margin-top: 0.0625rem;
}

.header__contact {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.header__tel a {
	display: block;
	transition: opacity 0.3s;
	width: 12.25rem;
}

.header__line-link {
	display: block;
	width: 12.25rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.marker {
	background-color: #F7F0B2;
	color: #776F6E;
	color: #685856;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.page-top {
	aspect-ratio: 1;
}

.page-top--pc {
	display: none;
	width: 4.75rem;
}

.page-top--sp {
	display: none;
}

.page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.section-title {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.section-title__en {
	color: #9B9291;
	font-family: "Oswald", sans-serif;
	font-size: 4.5625rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1;
}

.section-title__jp {
	color: #685856;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.section {
	padding-bottom: 5.375rem;
	padding-top: 5.375rem;
}

.test {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1000px;
	width: 100px;
}

.title-jp {
	margin-top: 1.5rem;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

}

@media (max-width: 1025px) {

html {
	font-size: 1.5609756098vw;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 4.2105263158vw;
}

.access {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.access__inner {
	padding-bottom: 0;
}

.access__images {
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.access__image-caption {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.access__content {
	flex-direction: column;
	gap: 2.375rem;
	margin-top: 2rem;
}

.access__info-title {
	font-size: 0.9375rem;
}

.access__info-text {
	font-size: 0.875rem;
}

.access__info-text span {
	font-size: 0.75rem;
}

.access__info-text--access p {
	font-size: 0.875rem;
	line-height: 1.8571428571;
	max-width: 18.75rem;
}

.access__exterior {
	width: 100%;
}

.access__info-text--tel a {
	cursor: pointer;
	gap: 0;
	pointer-events: auto;
}

.access__map {
	height: 17.5rem;
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
	margin-top: 2rem;
}

.access__contents {
	margin-top: 2.5rem;
}

.access__cta {
	margin-top: 1.375rem;
}

.coupon {
	background-image: url(../images/common/coupon-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.menu__cta {
	margin-top: 1.375rem;
}

.director {
	background-image: url(../images/common/director-bg-sp@2x.webp);
}

.director__profile-item {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1rem;
}

.director__profile-name {
	display: inline;
	margin-top: 1rem;
	order: 2;
	padding-bottom: 0;
}

.director__profile-position {
	font-size: 0.875rem;
}

.director__profile-fullname {
	font-size: 1.125rem;
}

.director__profile-content {
	display: contents;
}

.director__profile-info {
	margin-top: 0.75rem;
	order: 3;
}

.director__profile-qualifications li {
	font-size: 0.9375rem;
	line-height: 1.3333333333;
}

.director__profile-qualifications li {
	padding-left: 0.5rem;
	text-indent: -0.5rem;
}

.director__profile-qualifications li + li {
	margin-top: 0.75rem;
}

.director__profile-history-title {
	font-size: 1.125rem;
}

.director__profile-history {
	font-size: 0.8125rem;
	line-height: 1.5384615385;
}

.director__profile-history li {
	padding-left: 0.375rem;
	text-indent: -0.375rem;
}

.director__profile-history li + li {
	margin-top: 0.25rem;
}

.director__profile-image {
	order: 1;
}

.director__message-title {
	font-size: 1.1875rem;
	letter-spacing: 0em;
	line-height: 1.9473684211;
}

.director__message-text {
	font-size: 0.9375rem;
	line-height: 2;
}

.director__message-text:nth-of-type(1) {
	margin-top: 1.25rem;
}

.director__content {
	margin-top: 3.75rem;
}

.faq__head {
	padding: 1.75rem 0 1.75rem;
}

.faq__wrapper {
	background-image: url(../images/common/faq-bg-sp@2x.webp);
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.faq__list {
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.faq__item-question {
	align-items: flex-start;
	font-size: 0.9375rem;
	gap: 0.625rem;
	padding: 1rem 2.5rem 1rem 1rem;
}

.faq__item-question::before,
.faq__item-question::after {
	right: 0.625rem;
	width: 1.125rem;
}

.faq__item-question-q {
	margin-top: 0.5rem;
	width: 0.625rem;
}

.faq__item-question span {
	display: block;
	width: 15.375rem;
}

.faq__item-answer {
	font-size: 0.9375rem;
	line-height: 2;
	padding: 1rem 0 1.25rem;
}

.feature__graph-wrapper {
	margin-top: 1.5rem;
	overflow-x: auto;
	white-space: nowrap;
}

.feature__graph {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.375rem;
	width: 33.375rem;
}

.feature__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.feature__contents {
	margin-top: 3.125rem;
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.feature__list {
	gap: 1.75rem;
}

.feature__item {
	flex-direction: column;
	gap: 1.125rem;
}

.feature__item-image {
	width: 100%;
}

.feature__item:nth-of-type(odd) .feature__item-image {
	order: 1;
}

.feature__item:nth-of-type(even) .feature__item-image {
	order: 1;
}

.feature__item-body {
	width: 100%;
}

.feature__item:nth-of-type(odd) .feature__item-body {
	order: 2;
}

.feature__item:nth-of-type(even) .feature__item-body {
	order: 2;
}

.feature__item-title {
	font-size: 1rem;
}

.feature__item-text-wrapper {
	margin-top: 1.125rem;
}

.feature__item .feature__item-text-wrapper::before {
	bottom: auto;
	bottom: initial;
	top: -2.5rem;
}

.feature__item-text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.125rem;
}

.feature__item-list {
	margin-top: 1.125rem;
}

.feature__item-list li {
	font-size: 0.75rem;
	line-height: 2;
	padding-left: 0.875rem;
}

.feature__item-list li::before {
	top: 0.5rem;
	width: 0.5rem;
}

.flow__list {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.flow__item {
	padding: 0;
}

.flow__item-number {
	left: -1.25rem;
	top: -1.25rem;
	width: 3.625rem;
}

.flow__item-body {
	gap: 1rem;
	margin-top: 0;
	padding: 1.125rem 1.125rem 1.75rem;
}

.flow__item-title {
	font-size: 1rem;
}

.flow__item-text {
	font-size: 0.9375rem;
	line-height: 2;
}

.fv__badges {
	align-items: center;
	flex-wrap: wrap;
	gap: 0.625rem;
	padding: 1rem 0;
	position: relative;
}

.fv__badge {
	max-width: 9.625rem;
}

.painful-experience {
	background-image: url(../images/common/painful-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.painful-experience__inner.inner {
	flex-direction: column;
	max-width: 100%;
}

.painful-experience__content {
	width: 100%;
}

.painful-experience__content-wrapper {
	margin-left: 0;
	width: 100%;
}

.painful-experience__title .section-title__en {
	font-size: 2.375rem;
}

.painful-experience__title .section-title__jp {
	font-size: 0.9375rem;
}

.painful-experience__list {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	margin-top: 1.75rem;
	padding: 1.875rem 1.375rem;
	width: 100%;
}

.painful-experience__list-item {
	font-size: 1rem;
	line-height: 1.75;
	padding-left: 1.25rem;
}

.painful-experience__list-item::before {
	top: 0.75rem;
	transform: translateY(0);
}

.painful-experience__list-item + .painful-experience__list-item {
	margin-top: 0.75rem;
}

.painful-experience__summary {
	font-size: 0.9375rem;
	line-height: 2;
	width: 100%;
}

.painful-experience__image-wrapper {
	margin-top: 2rem;
	padding-right: 0;
	width: 100%;
}

.painful-experience__main-image {
	margin-left: 0;
	max-width: 100%;
}

.painful-experience__sub-image {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	margin-left: 0;
	margin-top: 1.375rem;
	max-width: 100%;
	width: 100%;
}

.reason {
	background-image: url(../images/common/reason-bg-sp@2x.webp);
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.reason__head {
	height: 6.25rem;
	height: 7.5rem;
	padding-top: 2.25rem;
}

.reason__head::before {
	background-color: #D0B89C;
	bottom: -3.1875rem;
	height: 3.25rem;
}

.reason__head-title {
	font-size: 1.25rem;
	gap: 0.25rem;
	line-height: 1.9;
}

.reason__head-title span {
	padding-bottom: 0;
}

.reason__inner.inner {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.reason__title {
	font-size: 1rem;
	height: 2.75rem;
}

.reason__list {
	flex-direction: column;
	margin-top: 1rem;
	padding: 0.9375rem;
}

.reason__item {
	width: 100%;
}

.reason__text {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.reason__text:first-of-type {
	margin-top: 1.5rem;
}

.recommendation {
	background-image: url(../images/common/recommendation-bg-sp@2x.webp);
}

.recommendation__title-wrapper {
	padding-bottom: 1.625rem;
	padding-top: 1.25rem;
}

.recommendation__title {
	font-size: 1.375rem;
	line-height: 1.5909090909;
}

.recommendation__title span::before {
	bottom: -0.0625rem;
}

.recommendation__content {
	padding-top: 2.5rem;
}

.recommendation .recommendation__slider {
	padding-left: 0;
}

.recommendation .swiper-slide {
	width: 7.5rem;
}

.shop-image {
	height: 12.5rem;
}

.testimonials {
	background-image: url(../images/common/testimonials-bg-sp@2x.webp);
}

.testimonials__slider.swiper-container {
	max-width: 100%;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.testimonials__slider {
	margin-top: 1.625rem;
}

.testimonials__slider .swiper-slide {
	height: auto;
	height: initial;
	max-width: none;
	max-width: initial;
}

.testimonials__card {
	max-width: 100%;
}

.testimonials__card-head {
	gap: 0.875rem;
	grid-template-columns: 6.25rem 1fr;
	padding: 1.4375rem 1.125rem 0;
}

.testimonials__card-profile-star {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.testimonials__card-profile-name {
	font-size: 1rem;
	line-height: 2;
	margin-top: 0.25rem;
}

.testimonials__card-body {
	padding: 1.25rem 1.5rem;
}

.testimonials__card-text {
	font-size: 1rem;
	line-height: 1.3125;
}

.testimonials__card-description {
	font-size: 0.9375rem;
	line-height: 2;
}

.testimonials__card-text + .testimonials__card-description {
	margin-top: 1.125rem;
}

.testimonials__card-description + .testimonials__card-description {
	margin-top: 0.5rem;
}

.testimonials__review-head {
	height: 5rem;
}

.testimonials__review-head-title {
	font-size: 1.5rem;
	line-height: 1.625;
}

.testimonials__review-list {
	gap: 1.625rem;
	grid-template-columns: 1fr;
	padding-bottom: 10.625rem;
}

.testimonials__review-list::before {
	bottom: 0;
	height: 8.9375rem;
	left: 50%;
	right: auto;
	right: initial;
	transform: translateX(-50%);
	width: 18.375rem;
}

.testimonials__review-item {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
	padding: 1.5rem 1.375rem 2.5rem;
}

.testimonials__review-header {
	gap: 0.625rem;
	grid-template-columns: 3.875rem 1fr;
}

.testimonials__review-title {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
	margin-top: 0.5rem;
}

.testimonials__review-comment {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1rem;
}

.swiper-button-prev.testimonials__button-prev,
.swiper-button-next.testimonials__button-next {
	height: 2.5rem;
	width: 2.5rem;
}

.coupon-contents {
	gap: 1.5rem;
}

.coupon-contents__item:nth-child(1)::before {
	background-image: url(../images/common/coupon-label-sp@2x.webp);
	height: 2.1875rem;
	left: 50%;
	top: -0.875rem;
	transform: translateX(-50%);
	width: 10.25rem;
}

.coupon-contents__item:nth-child(2) {
	padding: 1.25rem 1rem;
}

.coupon-contents__item-wrapper {
	gap: 0.625rem;
	grid-template-columns: 6.625rem auto;
}

.coupon-contents__title {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.6;
}

.special.coupon-contents__title {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6;
}

.coupon-contents__note {
	font-size: 0.625rem;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.coupon-contents__text {
	font-size: 0.7rem;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.special.coupon-contents__text {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.coupon-contents__text span {
	border-bottom: 0.1875rem solid #F2ECC2;
	padding-bottom: 0;
}

.coupon-contents__link-wrapper--pc {
	display: none;
}

.coupon-contents__link-wrapper--sp {
	display: block;
}

.coupon-contents__link {
	margin-top: 1.25rem;
	max-width: 100%;
}

.coupon-contents__text-bottom {
	font-size: 0.625rem;
	line-height: 1.4;
	margin-top: 0.25rem;
	text-align: center;
}

.cta {
	box-shadow: 0.25rem 0.25rem 0.3125rem rgba(0, 0, 0, 0.15);
}

.cta__link {
	aspect-ratio: 295/70;
	bottom: 2.25rem;
	height: auto;
	left: 1rem;
	right: 1rem;
	width: auto;
}

.footer {
	padding-bottom: 1rem;
	padding-top: 2rem;
}

.footer__list {
	flex-direction: column;
	gap: 0.25rem;
}

.footer__item:not(:last-child)::after {
	display: none;
}

.footer__link {
	font-size: 0.875rem;
	padding-left: 0;
}

.footer__copyright {
	font-size: 0.625rem;
	margin-top: 2.125rem;
}

.header {
	height: 3.75rem;
}

.header__inner.inner {
	padding-left: 0.9375rem;
	padding-right: 0;
}

.header__logo {
	max-width: 11.625rem;
}

.header__logo-text {
	margin-top: 0.25rem;
}

.header__contact {
	gap: 0;
	justify-content: flex-end;
}

.header__tel a {
	align-content: center;
	aspect-ratio: 1/1;
	background-color: #675856;
	cursor: pointer;
	display: grid;
	justify-content: center;
	place-content: center;
	pointer-events: auto;
	width: 3.75rem;
}

.header__line-link {
	align-content: center;
	aspect-ratio: 1/1;
	background-color: #6FA274;
	display: grid;
	justify-content: center;
	place-content: center;
	width: 3.75rem;
}

.inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.marker {
	background-color: #F6EFAD;
}

.page-top--pc {
	display: none;
}

.page-top--sp {
	bottom: 1.25rem;
	display: block;
	opacity: 0;
	position: fixed;
	right: 0.625rem;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 4.75rem;
	z-index: 1000;
}

.section-title {
	gap: 0.625rem;
}

.section-title__en {
	font-size: 2.375rem;
}

.section-title__jp {
	font-size: 0.9375rem;
}

.section {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.title-jp {
	margin-top: 1rem;
}

}



.movie{
	padding: 80px 0;
	text-align: center;
}

.movie p{
	margin-bottom: 20px;
	font-size: 1.4rem;

	}

.movie_wrap{
	  position: relative;
	  aspect-ratio: 16 / 9;
	  width: 65%;
	  margin: 0 auto;
}


.read{
background-color: #F0F0F0;
padding-bottom:5.375rem;
}

.special_coupon{
background-color: #F0F0F0;
padding:5.375rem 0;
}

.special_coupon .access__info{
	margin-bottom:2rem;
	text-align: center;
}


.read .access__content{
	margin-top: 12.8125rem;
	max-width: 900px;
}


.special_coupon .coupon-contents__item, .read .coupon-contents__item {
    background-color: #fff;
    border: 0.0625rem solid #776F6E;
    box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.15);
    padding: 1.625rem 3.125rem;
}

.special_coupon .coupon-contents__item:nth-child(1)::before, .read .coupon-contents__item:nth-child(1)::before {
	display: none;
}

.read .director__content {
    margin-top: 3.125rem;
}

.subject {
background-image: url(../images/common/reason-bg@2x.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5.375rem;
    padding-top: 5.375rem;

}

.subject_image {
    flex: 0 0 35%; 
    text-align: center;
}

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

.subject_wrap{
flex: 1 1 65%; 
}

.subject__content {
    display: flex;
    justify-content: space-between;
    gap:40px;
}


.subject_info {
    border: 3px solid #dd705e;
    padding: 30px 40px;
    position: relative; 
    max-width: 600px; 
    margin: 20px auto; 
}


.subject_info_title {
    background-color: #dd705e; 
    color: white; 
    font-size: 1.1rem;
    font-weight: bold;
    padding: 8px 30px; 
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%); 
    white-space: nowrap; 
}

.subject_info_list {
    list-style: none; 
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.subject_info_list .subject_info_category {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
}

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

.subject_info_list ul li {
    font-size: 1rem;
    padding-left: 15px; 
    position: relative;
    line-height: 1.8; 
}

.subject_info_list ul li::before {
    content: "・"; 
    color: #776f6e; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.subject_info {
    border: 3px solid #dd705e;
    padding: 30px 40px;
    position: relative; 
    max-width: 600px; 
    margin: 20px auto; 
}


.subject_info_title {
    background-color: #dd705e; 
    color: white; 
    font-size: 1.1rem;
    font-weight: bold;
    padding: 8px 30px; 
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%); 
    white-space: nowrap; 
}

.subject_info_list {
    list-style: none; 
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.subject_info_list .subject_info_category {
    font-size: 1.1rem;
    font-weight: bold;
    color: #776f6e;
    margin-top: 20px;
    margin-bottom: 8px;
}

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

.subject_info_list ul li {
    font-size: 1rem;
    padding-left: 15px; 
    position: relative;
    line-height: 2; 
}

.subject_info_list ul li::before {
    content: "・"; 
    color: #776f6e; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}



.subject_notapplicable {
    border: 3px solid #776f6e;
    padding: 30px 40px;
    position: relative; 
    max-width: 600px; 
    margin: 40px auto; 
}


.subject_notapplicable_title {
    background-color: #776f6e; 
    color: white; 
    font-size: 1.1rem;
    font-weight: bold;
    padding: 8px 30px; 
    position: absolute;
    top: -20px; 
    left: 50%;
    transform: translateX(-50%); 
    white-space: nowrap; 
}

.subject_notapplicable_list {
    list-style: none; 
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.subject_notapplicable_list .subject_notapplicable_category {
    font-size: 1.1rem;
    font-weight: bold;
    color: #776f6e;
    margin-top: 20px;
    margin-bottom: 8px;
}

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

.subject_notapplicable_list ul li {
    font-size: 1rem;
    padding-left: 15px; 
    position: relative;
    line-height:2; 
}

.subject_notapplicable_list ul li::before {
    content: "・"; 
    color: #776f6e; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.subject_text{
	line-height: 2;
	margin-bottom:40px;
}

.subject_point{
    background-color: white; 
    padding: 50px 40px;
    max-width: 600px; 
    margin: 20px auto; 
}

.subject_point-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #776f6e; 
    text-align: center; 
    margin-bottom: 30px; 
    position: relative;
    display: inline-block; 
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 8px; 
}

.subject_point-title::after {
    content: '';
    display: block;
    width: 100%; 
    height: 10px;
    background-color: #f7e6a7; 
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: -1;
}

.subject_point-list {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.subject_point-list li {
    font-size: 1rem;
    line-height: 2; 
    padding-left: 15px; 
    position: relative;
    margin-bottom: 10px; 
}

.subject_point-list li::before {
    content: '・'; 
    color: #333;
    font-size: 1.2em; 
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

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

	.movie{
	padding: 40px 0;
}

.movie p{
	margin-bottom: 20px;
	font-size: 1rem;

	}

	.movie_wrap{
	  width: 90%;
	  margin: 0 auto;
}

.read{
	padding-bottom: 3.125rem;
}

.read .access__content {
    margin-top: 5.8125rem;
    }

.read .coupon-contents__item-wrapper {
        gap: 0.625rem;
        grid-template-columns: 6.625rem auto;
    }

.special_coupon .coupon-contents__item, .read .coupon-contents__item {
        padding: 1.25rem 1rem;
    }

.read .director__content {
    margin-top: 1.75rem;
}
.special_coupon {

	padding: 3.125rem 0;
}

.special_coupon .access__info {
    text-align: left;
}

.subject{
	padding: 3.125rem 0;
}

.subject__content {
	display: block;
	}

.subject_info,.subject_notapplicable {
	margin: 40px auto;
	padding: 30px 20px;
}

.subject_point{
    padding: 30px 20px;
}

}
/*# sourceMappingURL=style.css.map */
