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

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.u-desktop {
	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 */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

/* Set core body defaults */

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

body.is-scrollRock {
	overflow: hidden;
}

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

/* ホバー */

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

.layout-about {
	margin-top: 3.25rem;
}

.layout-catalog {
	margin-top: 3.75rem;
}

.layout-faq {
	margin-top: 3.75rem;
	padding-bottom: 3.125rem;
}

.layout-header {
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.layout-introduction {
	margin-top: 3.75rem;
}

.layout-news {
	margin-top: 5rem;
}

.layout-point {
	margin-top: 5rem;
}

.layout-review {
	margin-top: 4.625rem;
}

.layout-schedule {
	margin-top: 3.125rem;
}

.about-list__item {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.4375rem;
}

.about-list__item + .about-list__item {
	margin-top: 1.5625rem;
}

.about-list__item-img {
	aspect-ratio: 375/134;
	width: 100%;
}

.about-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about-list__item-text-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 31.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.about-list__item-title {
	color: #AE9B4F;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.about-list__item-text {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.about__guidance {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.about {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.about.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.about__list {
	margin-top: 0.8125rem;
}

.about__guidance {
	margin-top: 4rem;
}

.btn-layout {
	background-color: #FAF7F3;
	border-bottom: 1px solid #AE9B4F;
	border-top: 1px solid #AE9B4F;
	margin-left: auto;
	margin-right: auto;
	padding: 1.875rem 0 2.3125rem;
	text-align: center;
	width: 100%;
}

.btn-layout .btn {
	margin-left: auto;
	margin-right: auto;
}

.btn {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.btn::before {
	background-image: url(../../assets/images/common/bubble.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 3.75rem;
	color: #FFFFFF;
	content: "無料";
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 3.4375rem;
	left: -0.4375rem;
	padding: 0.8125rem 0;
	position: absolute;
	text-align: center;
	top: -0.8125rem;
	width: 2.875rem;
	z-index: 10;
}

.btn a {
	background-color: #AE9B4F;
	border: 1px solid #AE9B4F;
	border-radius: 3.75rem;
	box-shadow: 0 0.375rem 0 #81702B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.8125rem 2.6875rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.2s;
}

.btn a::after {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	content: "";
	display: block;
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
	width: 0.5rem;
}

.catalog {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.catalog.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.catalog__head {
	margin-top: 0.5rem;
}

.catalog__pop {
	margin-left: auto;
	margin-right: auto;
	max-width: 13.625rem;
	transform: translateY(0.5625rem);
	width: 60%;
}

.catalog__message {
	background: #AE9B4F;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.875rem;
	position: sticky;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.catalog__message + .catalog__message {
	margin-top: 0.625rem;
}

.catalog__youtube {
	aspect-ratio: 335/223;
	margin-top: 1.875rem;
	width: 100%;
}

.catalog__youtube-note {
	color: #333333;
	display: inline-block;
	font-size: 0.625rem;
	line-height: 1.8;
	margin-top: 0.3125rem;
}

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

.catalog__contents {
	margin-top: 2.25rem;
	text-align: center;
}

.catalog__item + .catalog__item {
	margin-top: 1.25rem;
}

.catalog__item-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	position: relative;
}

.catalog__item-title::after {
	background-color: #AE9B4F;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2rem;
}

.catalog__imgs {
	display: flex;
	gap: 0.59375rem;
	margin-top: 1.375rem;
}

.catalog__img {
	width: calc((100% - 0.59375rem) / 2);
}

.catalog__text {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.0625rem;
	text-align: left;
}

.catalog__bottom {
	margin: 1.875rem auto 0;
}

.contact {
	background: #f2f2f2;
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.contact .-error input {
	border-color: #FF0000;
}

.contact .-error select {
	border-color: #FF0000;
	color: #FF0000;
}

.contact .-error::after {
	color: #FF0000;
	content: attr(data-error);
	display: block;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.contact.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.contact__inner,
.contact__form-inner {
	margin: auto;
	max-width: 37.5rem;
	width: 100%;
}

.contact__title {
	padding-top: 3.0625rem;
}

.contact__head {
	margin-top: 2.6875rem;
}

.contact__text {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.contact__form-wrap.-name {
	margin-top: 2rem;
}

.contact__form-wrap + .contact__form-wrap {
	border-top: 1px solid #dedede;
	margin-top: 1.5625rem;
	padding-top: 0.625rem;
}

.contact__form-label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
}

.contact__form-label.-error span {
	color: #FF0000;
}

.contact__form-label span {
	font-size: 0.8125rem;
	font-weight: 300;
	margin-left: 0.4375rem;
}

.contact__form-label--sub {
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 1rem;
}

.contact__form-label sup {
	color: #FF0000;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 0.1875rem;
}

.contact__form-input,
.contact__form-select {
	margin-top: 0.8125rem;
}

.contact__form-input input,
.contact__form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFFFFF;
	background-image: none;
	border: none;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.625rem 0.9375rem;
	width: 100%;
}

.contact__form-select select {
	padding: 0.84375rem 0.9375rem;
	position: relative;
}

.contact__form-select {
	position: relative;
}

.contact__form-select::before {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	content: "";
	display: block;
	height: 0.5rem;
	position: absolute;
	right: 1.0625rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
	z-index: 1;
}

.contact__form-input--address {
	align-items: center;
	display: flex;
	gap: 3%;
}

.contact__form-input--address input {
	width: 62%;
}

.contact__form-input input:focus {
	outline: none;
}

.contact__form-input input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input input::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact__form-input-gender {
	display: flex;
	width: 100%;
}

.contact__form-input-gender label {
	display: inline-block;
	position: relative;
}

.contact__form-input-gender input + span {
	margin-left: 2rem;
	margin-right: 0.5rem;
}

.contact__form-input-gender input:checked + span::after {
	opacity: 1;
}

.contact__form-input-gender input + span::before {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3.125rem;
	content: "";
	display: block;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.contact__form-input-gender input + span::after {
	background: #AE9B4F;
	border: 1px solid #dedede;
	border-radius: 3.125rem;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 0.4rem;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.contact__form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #333333;
	border-left: 0.1875rem solid #333333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.3125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-checkbox {
	grid-gap: 1rem 0;
	display: grid;
	gap: 1rem 0;
	grid-template-columns: repeat(3, 1fr);
	justify-content: start;
	margin-top: 2rem;
}

.contact__form-checkbox label:nth-last-child(3) {
	grid-column: span 2;
}

.contact__form-checkbox label {
	display: block;
	position: relative;
}

.contact__form-checkbox label::before {
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.875rem;
	left: 2rem;
	position: absolute;
	top: 0.375rem;
	width: 0.875rem;
}

.contact__form-checkbox label:nth-of-type(1)::before {
	background-color: #ea3d2e;
}

/* アカ */

.contact__form-checkbox label:nth-of-type(2)::before {
	background-color: #c0462e;
}

/* レンガ */

.contact__form-checkbox label:nth-of-type(3)::before {
	background-color: #742d32;
}

/* ボルドー */

.contact__form-checkbox label:nth-of-type(4)::before {
	background-color: #ac5066;
}

/* ローズ */

.contact__form-checkbox label:nth-of-type(5)::before {
	background-color: #cc7592;
}

/* ピンク */

.contact__form-checkbox label:nth-of-type(6)::before {
	background-color: #ef9846;
}

/* キャメル */

.contact__form-checkbox label:nth-of-type(7)::before {
	background-color: #372124;
}

/* チャ */

.contact__form-checkbox label:nth-of-type(8)::before {
	background-color: #282a4e;
}

/* コン */

.contact__form-checkbox label:nth-of-type(9)::before {
	background-color: #3e497f;
}

/* マリンブルー */

.contact__form-checkbox label:nth-of-type(10)::before {
	background-color: #7e70e0;
}

/* ムラサキ */

.contact__form-checkbox label:nth-of-type(11)::before {
	background-color: #c0dcfc;
}

/* サックスブルー */

.contact__form-checkbox label:nth-of-type(12)::before {
	background-color: #285972;
}

/* フォレストブルー */

.contact__form-checkbox label:nth-of-type(13)::before {
	background-color: #264036;
}

/* モスグリーン */

.contact__form-checkbox label:nth-of-type(14)::before {
	background-color: #bab8b9;
}

/* グレー */

.contact__form-checkbox label:nth-of-type(15)::before {
	background-color: #232125;
}

/* クロ */

.contact__form-checkbox label:nth-of-type(16)::before {
	background-color: #97d7d0;
}

/* ライトグリーン */

.contact__form-checkbox label:nth-of-type(17)::before {
	background-color: #b8b6e2;
}

/* ラベンダー */

.contact__form-checkbox label:nth-of-type(18)::before {
	background-color: #272727;
}

/* ボルサデニムクロ(牛革) */

.contact__form-checkbox label:nth-of-type(19)::before {
	background-color: #384153;
}

/* ボルサデニムコン(牛革) */

.contact__form-checkbox input {
	display: none;
}

.contact__form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0 0 0 3.125rem;
	position: relative;
}

.contact__form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.contact__form-checkbox input:disabled + span::before {
	background: #dedede;
}

.contact__form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #333333;
	border-left: 0.1875rem solid #333333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.3125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-checkbox input:checked + span::after {
	opacity: 1;
}

.contact__form-color {
	border-radius: 50%;
	height: 0.875rem;
	width: 0.875rem;
}

.contact__form-privacy {
	margin-top: 1.5rem;
}

.contact__form-privacy input {
	display: none;
}

.contact__form-privacy input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	padding: 0 0 0 1.625rem;
	position: relative;
}

.contact__form-privacy input + span::before {
	background: #fff;
	border: 1px solid #dedede;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.contact__form-privacy input + span::after {
	border-bottom: 0.1875rem solid #333333;
	border-left: 0.1875rem solid #333333;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.1875rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.375rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.contact__form-privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact__form-privacy input:checked + span::after {
	opacity: 1;
}

.contact__form-privacy sup {
	color: #FF0000;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 0.1875rem;
}

.contact__form-privacy sup {
	color: #FF0000;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	margin-left: 0.1875rem;
}

.contact__form-announcement {
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.contact__form-announcement a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.contact__form-submit {
	margin: 1.4375rem auto 0;
	max-width: 17.5rem;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.contact__form-submit input {
	-webkit-text-decoration: none;
	background-color: transparent;
	background-image: none;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.25rem 0;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.contact__form-submit input:hover,
.contact__form-submit input:focus {
	outline: none;
}

.contact__form-submit::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.contact__form-submit-bg {
	background-color: #333333;
	border-radius: 3.75rem;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.contact__form-note {
	font-size: 0.6875rem;
}

.contact__btn {
	align-items: center;
	background-color: #AE9B4F;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	font-size: 0.75rem;
	height: 2.6875rem;
	justify-content: center;
	padding: 0.5625rem 0;
	width: 35%;
}

.contact__form-description {
	background: #FFFFFF;
	border: 1px solid #dedede;
	font-size: 0.875rem;
	height: 7.5rem;
	margin-top: 0.625rem;
	overflow-y: scroll;
	padding: 0.875rem 1rem;
}

.contact__form-description .contact__form-privacy {
	text-align: center;
}

.contact__form-wrap--privacy {
	margin-top: 3.125rem;
}

.contact__form-policy {
	font-size: 0.875rem;
}

.content {
	display: flex;
	gap: 3%;
}

.content__details {
	margin-top: 1.25rem;
	width: 39%;
}

.content__title {
	font-size: 0.875rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
	position: relative;
}

.content__title::after {
	background: linear-gradient(to right, #AE9B4F 15%, #DEDEDE 15%, #DEDEDE 100%);
	background: linear-gradient(to right, #AE9B4F 15%, #DEDEDE 15% 100%); /* グラデーション下線 */
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.content__title:nth-of-type(2) {
	margin-top: 0.9375rem;
}

.content__list {
	margin-top: 0.3125rem;
}

.content__list-item {
	font-size: 0.8125rem;
	margin-bottom: 5px;
	padding-left: 0.625rem;
	position: relative;
}

.content__list-item::before {
	background-color: #AE9B4F;
	content: "";
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.content__date {
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
}

.content__images {
	position: relative;
	text-align: center;
	width: 58%;
}

.content__note {
	display: inline-block;
	font-size: 9px;
	margin-top: 1rem;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.content__images img:last-of-type {
	margin-left: -12%;
	margin-top: -20%;
	width: 88%;
}

.content__badge {
	background-color: #EF6F6F;
	border-radius: 50%;
	bottom: 19%;
	color: white;
	font-size: 0.875rem;
	padding: 0.9375rem 0.8125rem;
	position: absolute;
	position: absolute;
	right: 0;
}

.contact__variation {
	margin-top: 1.875rem;
}

.faq-list__item {
	padding-bottom: 0.625rem;
}

.faq-list__item + .faq-list__item {
	padding-top: 1.25rem;
}

.faq-list__item:not(:first-child) {
	border-top: 1px solid #DEDEDE;
}

.faq-list__item-question {
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.9375rem;
	padding: 0 2.5rem 0 1.375rem;
	position: relative;
}

.faq__img {
	background: #AE9B4F;
	border-radius: 50%;
	height: 2.1875rem;
	position: relative;
	width: 2.1875rem;
}

.faq__img::after {
	background-image: url(../../assets/images/common/faq.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.875rem;
}

.faq__text {
	width: 15.3125rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #CCCCCC;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 1.25rem;
	top: 0.8125rem;
	transition: 0.3s;
	width: 1.125rem;
}

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

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

.faq-list__img {
	width: 2.1875rem;
}

.faq-list__item-answer {
	display: none;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	padding: 0.625rem 1.375rem 0;
}

.faq-list__item:first-child .faq-list__item-answer {
	display: block; /* 最初の要素だけ表示にする */
}

.faq {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.faq.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.faq__list {
	margin-top: 2.5rem;
}

.footer {
	background: #F2F2F2;
	padding: 2.4375rem 0;
}

.footer__copy {
	font-family: "Poppins", sans-serif;
	font-size: 0.6875rem;
	text-align: center;
}

.guidance-title {
	background: #AE9B4F;
	clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.6875rem 0;
	text-align: center;
}

.guidance-box {
	display: flex;
	gap: 1.25rem;
	margin-top: 1.125rem;
}

.guidance__img {
	width: 44%;
}

.guidance__contents {
	width: 56%;
}

.guidance__container {
	background: #FAF7F3;
	padding: 0.9375rem 1.25rem 1.625rem;
}

.guidance__message {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.125rem;
}

.guidance__item {
	font-size: min(0.6875rem, 2.8vw);
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.guidance__item + .guidance__item {
	margin-top: 0.8125rem;
}

.guidance__left {
	color: #AE9B4F;
	display: block;
	font-weight: 700;
}

.guidance__right.-link {
	display: inline-block;
	position: relative;
	transition: opacity 0.3s;
}

.guidance__right.-link:after {
	background-color: #000;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: opacity 0.3s;
	width: 100%;
}

.guidance__btn {
	margin: 2.5rem auto 0;
	text-align: center;
}

.guidance__btn a {
	background: #333333;
	border-radius: 3.75rem;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 17.5rem;
	padding: 1rem 0.4375rem;
	transition: 0.3s;
	width: 100%;
}

.header {
	height: 9rem;
	position: fixed;
	transition: 0.3s;
}

.header.is-scroll {
	height: 3.75rem;
}

.header__inner {
	align-items: flex-start;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0.625rem 0.9375rem 0;
	position: relative;
}

.header__inner::before {
	background-color: #FFFFFF;
	border-radius: 50%;
	bottom: 1rem;
	content: "";
	display: block;
	height: 20.4375rem;
	left: 50%;
	min-width: 42.5625rem;
	position: absolute;
	transform: translateX(-50%);
	width: 120%;
}

.header__inner.is-scroll::before {
	border-radius: 0%;
}

.header__logo {
	height: 2.5rem;
	max-width: 3.6875rem;
	position: relative;
	width: 100%;
	z-index: 999;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.header__nav {
	display: none;
	margin: 3.75rem auto 0;
}

.header__nav-item > a {
	align-items: center;
	color: #333333;
	display: flex;
	font-size: max(0.8125rem, 9.5px);
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0.875rem 0 0.875rem 0rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.header__nav-item a::before {
	background-color: #333333;
	bottom: -0.0625rem;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.header__nav-item a:hover::before {
	transform: scale(1, 1);
}

.header__center {
	margin-top: 0.75rem;
	z-index: 10;
}

.header__title {
	margin: 0 auto;
	padding-left: 0.625rem;
	transition: 0.3s;
	width: 87%;
}

.header__title.is-scroll {
	opacity: 0;
}

.header__right {
	display: flex;
	height: 2.5rem;
	position: relative;
	z-index: 999;
}

.header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: inherit;
	outline: none;
	padding: 0;
	transition: 0.3s;
	width: 2.5rem;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #333333;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.25rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.3125rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.3125rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: #FFFFFF;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	max-width: 100%;
	overflow-y: scroll;
	padding: 5rem 0;
	position: absolute;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.header__drawer-item > a {
	color: #333333;
	display: block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 1.375rem 0;
	text-align: center;
}

.header__btn {
	display: flex;
	justify-content: center;
	margin: 40px auto 0;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.introduction {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.introduction.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.introduction__inner {
	overflow: hidden;
	position: relative;
}

.introduction__container {
	display: flex;
	flex-direction: column;
	gap: 2.1875rem;
}

.introduction__top {
	margin-top: 3rem;
	text-align: center;
}

.introduction__head {
	color: #AE9B4F;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.introduction__message {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 1.5rem;
	position: relative;
}

.introduction__inner::before {
	background-image: url(../../assets/images/common/toyama-logo.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 33.5625rem;
	left: 46%;
	position: absolute;
	position: absolute;
	top: 5rem;
	transform: translateX(-50%);
	width: 144%;
}

.introduction__bottom {
	position: relative;
}

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

.introduction__img:nth-child(1) {
	aspect-ratio: 298/187;
	width: 88%;
}

.introduction__img:nth-child(2) {
	aspect-ratio: 105/105;
	bottom: 30%;
	position: absolute;
	right: 0;
	width: 31%;
}

.introduction__img:nth-child(3) {
	aspect-ratio: 142/139;
	transform: translate(3.1875rem, -1.375rem);
	width: 45%;
}

.introduction__movie {
	margin: 1.25rem auto 0;
	position: relative;
}

.introduction__movie::before {
	background-image: url(../../assets/images/common/movie.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 4.375rem;
	left: -0.75rem;
	position: absolute;
	top: -1.875rem;
	width: 8.6875rem;
}

.introduction__movie-play {
	bottom: 3%;
	height: auto;
	position: absolute;
	right: 4%;
	width: 6.1875rem;
}

.thumb__youtube .-radius {
	-o-object-fit: cover;
	border-radius: 25px;
	object-fit: cover;
}

.letter__topic {
	-moz-column-gap: 0.9375rem;
	align-items: flex-end;
	column-gap: 0.9375rem;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}

.letter__topic::before,
.letter__topic::after {
	background: url(../../assets/images/common/deco_letter.svg) 50% 90%/contain no-repeat;
	content: "";
	display: inline-block;
	height: 4.125rem;
	width: 1.5rem;
}

.letter__topic::after {
	transform: scaleX(-1);
}

.letter__list {
	margin-top: 1.5rem;
}

.letter__item {
	align-items: center;
	background-color: #fffff9;
	border: 1px solid #AE9B4F;
	display: flex;
	gap: 6.9%;
	justify-content: center;
	min-height: 47vw;
	padding: 1.5rem;
}

.letter__img {
	width: 94%;
}

.letter__img:not(.-imgOnly) {
	aspect-ratio: 90/120;
	width: 40.9%;
}

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

.letter__contents {
	width: 52.2%;
}

.letter__message {
	font-size: 0.625rem;
}

.modal__button {
	bottom: 9.2%;
	left: 0;
	position: absolute;
	z-index: 3;
}

.modal {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: visibility 0.3s, opacity 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.modal.is-visible {
	opacity: 1;
	visibility: visible;
}

.modal__inner {
	height: 100%;
	position: relative;
}

.modal__content { /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	height: 100%; /*Firefoxへの対応*/
	scrollbar-width: none;
}

.modal__content.-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

/*Google Chrome、Safariへの対応*/

.modal__content::-webkit-scrollbar {
	display: none;
}

.modal__contentInner {
	background-color: #fff;
	height: calc(100% - 4rem);
	margin: 0 auto;
	max-width: 768px;
	padding: 2rem 0.5rem 1rem;
	position: relative;
	width: 90%;
}

.modal__contentListWrap {
	height: calc(100% - 4rem);
	overflow: hidden;
	padding-bottom: 1rem;
}

.modal__contentMainTitle {
	align-items: center;
	display: flex;
	font-size: 2rem;
	padding: 0 0.5rem;
}

.modal__contentMainTitle .-en {
	color: #AE9B4F;
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-left: 0.8rem;
	transform: translateY(0.5rem);
}

.-standard .modal__contentMainTitle {
	align-items: flex-start;
	flex-direction: column;
}

.-standard .modal__contentMainTitle .-en {
	margin-left: 0;
}

.modal__contentList {
	height: 100%;
	margin-top: 1rem;
	overflow-y: scroll;
	padding: 0 0.5rem;
}

.modal__contentTitle {
	background-color: #AE9B4F;
	color: #fff;
	display: inline-block;
	font-size: 0.9rem;
	padding: 0 0.7rem;
}

.modal__contentDetail {
	margin-top: 1rem;
}

.modal__contentDetail + .modal__contentTitle {
	margin-top: 2rem;
}

.modal__contentDetailList {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.modal__contentDetailItem {
	text-align: center;
	width: calc((100% - 1rem) / 2);
}

.modal__contentDetailText {
	font-size: 0.7rem;
	margin-top: 0.3rem;
}

.modal__image {
	border-radius: 0.5rem;
	height: auto;
	width: 100%;
}

.modal__close {
	cursor: pointer;
	position: absolute;
	right: 23px;
	top: 8px;
	transform: translateX(50%);
	z-index: 2;
}

.modal__close-inner {
	display: block;
	height: 30px;
	position: relative;
	width: 30px;
}

.modal__close::before,
.modal__close::after {
	background: #acacac;
	content: ""; /* 共通設定 */
	height: 30px; /* 棒の高さ */
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2px; /* 棒の幅（太さ） */
}

.modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.mv {
	position: relative;
	z-index: 1;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
}

.mv__title-wrap {
	align-items: center;
	bottom: 2rem;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 50%;
	padding: 1.375rem 1.5625rem 1.6875rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.mv__title-wrap::before {
	background-color: #2d2608;
	clip-path: polygon(7% 0, 93% 0, 100% 13%, 100% 88%, 93% 100%, 7% 100%, 0 88%, 0 13%);
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	opacity: 0.6;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 95%;
	z-index: -1;
}

.mv__main-title {
	font-size: 2.5rem;
}

.mv__sub-title {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.mv__swiper {
	height: 100%;
	min-height: inherit;
}

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

.mv__title-top {
	display: flex;
	gap: 0.5rem;
}

.mv__title-contents {
	align-items: center;
	border: 1px solid #FFFFFF;
	display: flex;
	font-size: 0.75rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.125rem 0.5rem;
}

.mv__title-center {
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	padding-bottom: 0.4375rem;
	position: relative;
}

.mv__title-center::after {
	background-image: url(../../assets/images/common/nami.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	width: 100%;
}

.mv__title-center span {
	display: block;
	font-size: 0.875rem;
}

.mv__btn {
	margin-top: 0.625rem;
}

.mv__btn a::before {
	display: none;
}

.mv__text {
	display: none;
}

.news {
	opacity: 0;
	overflow-x: hidden;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.news.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.news__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.news__topic {
	-moz-column-gap: 0.3125rem;
	align-items: flex-end;
	column-gap: 0.3125rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 0.3125rem;
	text-align: center;
}

.news__topic::before,
.news__topic::after {
	background: url(../../assets/images/common/deco_letter.svg) 50% 80%/contain no-repeat;
	content: "";
	display: inline-block;
	height: 2.5rem;
	width: 0.875rem;
}

.news__topic::after {
	transform: scaleX(-1);
}

.news__group {
	background: linear-gradient(to bottom, #fffefb, #ffffff, #fffef9);
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
	margin: 1.5625rem 0 0.5rem;
	padding: 1.875rem 1.25rem;
	text-align: center;
}

.news__title {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	font-size: 0.9375rem;
	font-weight: bold;
	gap: 0.625rem;
}

.news__title::after {
	background: #ae9b4f;
	content: "";
	height: 1px;
	width: 2rem;
}

.news__lead {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin: 1.25rem 0 1.5625rem;
}

.news__img {
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	max-width: 25.875rem;
}

.pc-ctn {
	display: none;
}

.pc-ctn__btn {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.pc-ctn__btn::before {
	background-image: url(../../assets/images/common/bubble.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 3.75rem;
	color: #FFFFFF;
	content: "無料";
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3rem;
	left: -2.0625rem;
	padding: 0.875rem 0;
	position: absolute;
	text-align: center;
	top: -0.9375rem;
	width: 3.75rem;
	z-index: 10;
}

.pc-ctn__btn a {
	background-color: #AE9B4F;
	border: 1px solid #AE9B4F;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0.375rem 0 #81702B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	height: 14.375rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
	padding: 1.875rem 0.625rem 1.0625rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.2s;
	writing-mode: vertical-rl;
}

.pc-ctn__btn a:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.375rem);
}

.pc-ctn__btn a::after {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	bottom: 0.8125rem;
	content: "";
	display: block;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 0.625rem;
}

.point-list {
	counter-reset: point-counter;
}

.point-list__item {
	counter-increment: point-counter;
	position: relative;
}

.point-list__item + .point-list__item {
	margin-top: 2.9375rem;
}

.point-list__item::after {
	color: #AE9B4F;
	content: "POINT 0" counter(point-counter);
	display: block;
	font-size: 0.875rem;
	height: 5rem;
	letter-spacing: 0.05em;
	position: absolute;
	right: -0.6875rem;
	top: 0;
	width: 0.625rem;
	writing-mode: vertical-rl;
}

.point-list__item:nth-of-type(even)::after {
	left: 0;
}

.point-list__item-img {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.point-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 335/223;
	object-fit: cover;
	width: 89%;
}

.point-list__item:nth-of-type(even) .point-list__item-img img {
	margin-left: auto;
}

.point-list__item-content-bg {
	background-color: rgba(238, 233, 226, 0.95);
	margin: -2.5rem auto 0;
	padding: 1.5625rem 1.5rem 1rem;
	position: relative;
	width: 100%;
}

.point-list__item-title {
	border-left: 2px solid #AE9B4F;
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 0.5rem;
}

.point-list__item-text {
	color: #333333;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.8125rem;
}

.point-list__item-button {
	background: #AE9B4F;
	color: #fff;
	font-size: 1rem;
	margin-top: 1rem;
	padding: 0.5rem 0;
	transition: opacity 0.3s;
	width: 100%;
}

.point-list__item-button:hover {
	opacity: 0.8;
}

.point {
	opacity: 0;
	overflow-x: hidden;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.point.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.point__inner {
	margin: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.point__lead {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.875rem;
	text-align: center;
}

.point__list {
	margin-top: 2.5rem;
}

.review-list__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.review-list__item + .review-list__item {
	margin-top: 1.5625rem;
}

.review-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.review-list__item-img {
	width: 26.8%;
}

.review-list__item-img img {
	-o-object-fit: contain;
	aspect-ratio: 80/80;
	object-fit: contain;
	width: 88%;
}

.review-list__item:nth-of-type(even) .review-list__item-img img {
	margin-left: auto;
}

.review-list__item-text-wrap {
	width: 68%;
}

.review-list__item:nth-of-type(even) .review-list__item-text-wrap {
	margin-left: 0;
}

.review-list__item-text {
	border: 1px solid #AE9B4F;
	font-size: 0.8125rem;
	font-weight: 700;
	padding: 0.8125rem 0.9375rem 0.5625rem;
	position: relative;
}

.review-list__item-text:after,
.review-list__item-text:before {
	border: solid transparent;
	content: "";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
}

.review-list__item-text:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 8px 14px;
	margin-top: -8px; /* 上下のバランスを調整 */
}

.review-list__item-text:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #AE9B4F;
	border-width: 9px 16px;
	margin-top: -9px; /* 上下のバランスを調整 */
}

.review-list__item-name {
	color: #434343;
	font-size: 0.8125rem;
	margin-top: 0.1875rem;
	text-align: center;
}

.review-list__item:nth-of-type(even) .review-list__item-text:before,
.review-list__item:nth-of-type(even) .review-list__item-text:after {
	border-right-color: transparent;
	left: 100%;
}

.review-list__item:nth-of-type(even) .review-list__item-text:before {
	border-left-color: #AE9B4F;
}

.review-list__item:nth-of-type(even) .review-list__item-text:after {
	border-left-color: #ffffff;
}

.review-list__item-point {
	color: #AE9B4F;
}

.review__slide {
	margin-top: 4.0625rem;
}

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

.review {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.review.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.review__list {
	margin-top: 2.1875rem;
}

.review__letter {
	margin-top: 3rem;
}

.review__controller {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 1.5625rem 1rem 0;
}

.review__button {
	cursor: pointer;
	height: 2.3125rem;
	position: relative;
	width: 2.3125rem;
}

.review__button::before {
	background: url(../../assets/images/common/arrow_slider.svg) 50% 50%/contain no-repeat;
	content: "";
	height: calc(100% - 1rem);
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
}

.review__button-prev::before {
	transform: translate(-50%, -50%);
}

.review__button-next::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.review__pagination.swiper-pagination-bullets {
	width: auto;
	width: initial;
}

.review__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 0.625rem;
	margin: 0 0.5rem;
	width: 0.625rem;
}

.review__pagination .swiper-pagination-bullet-active {
	background-color: #AE9B4F;
}

.schedule {
	opacity: 0;
	transform: translate(0, -50px);
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.schedule.is-scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.schedule__contents {
	border: 1px solid #dedede;
	margin-top: 1.625rem;
}

.schedule__item {
	align-items: center;
	border-bottom: 1px solid #dedede;
	display: flex;
	gap: 3%;
	padding: 1.125rem 0.25rem;
}

.schedule__item:last-of-type {
	border-bottom: none;
}

.schedule__head {
	color: #AE9B4F;
	text-align: center;
	width: 27%;
}

.schedule__year {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
}

.schedule__number {
	font-family: "Poppins", sans-serif;
	font-size: 1.5rem;
}

.schedule__month {
	font-size: 1.0625rem;
	font-weight: 700;
}

.schedule__supplement {
	font-size: 0.75rem;
	font-weight: 700;
}

.schedule__list {
	width: 70%;
}

.schedule__message {
	font-size: 0.8125rem;
	font-weight: 700;
	padding-left: 0.625rem;
	position: relative;
}

.schedule__message:before {
	background: #AE9B4F;
	border-radius: 50%;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0.6em;
	width: 5px;
}

.schedule__bottom {
	margin-top: 3.75rem;
}

.section-title {
	color: #333333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
	font-size: 1.3125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-align: center;
}

.section-title span {
	color: #AE9B4F;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	margin-top: 0.3125rem;
}

.sp-ctn {
	background-color: rgba(45, 38, 8, 0.5);
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	padding: 1.25rem 0 1.25rem;
	position: fixed;
	text-align: center;
	transform: translate(0, 50px);
	transition-duration: 600ms;
	transition-property: opacity, transform;
	width: 100%;
}

.sp-ctn.is-hidden {
	opacity: 0 !important;
}

.sp-ctn.is-hidden {
	visibility: visible;
}

.sp-ctn.is-fixed {
	opacity: 1;
	transform: translate(0, 0);
}

.sp-ctn__btn {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.sp-ctn__btn::before {
	background-image: url(../../assets/images/common/bubble.svg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 3.75rem;
	color: #FFFFFF;
	content: "無料";
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	height: 3.4375rem;
	left: -0.4375rem;
	padding: 0.8125rem 0;
	position: absolute;
	text-align: center;
	top: -0.8125rem;
	width: 2.875rem;
	z-index: 10;
}

.sp-ctn__btn a {
	background-color: #AE9B4F;
	border: 1px solid #AE9B4F;
	border-radius: 3.75rem;
	box-shadow: 0 0.375rem 0 #81702B;
	color: #FFFFFF;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0.8125rem 2.6875rem;
	position: relative;
	text-transform: uppercase;
	transition: 0.2s;
}

.sp-ctn__btn a::after {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	content: "";
	display: block;
	height: 0.5rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
	width: 0.5rem;
}

.variation__title {
	border: 1px solid #AE9B4F;
	color: #AE9B4F;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0.375rem 0;
	text-align: center;
}

.variation__list {
	grid-gap: 1.5625rem 0.5rem;
	display: grid;
	gap: 1.5625rem 0.5rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.0625rem;
}

.variation__img {
	aspect-ratio: 75/72;
	border-radius: 0.5rem;
	overflow: hidden;
}

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

.variation__name {
	font-size: 0.625rem;
	line-height: 1.2;
	margin-top: 0.3125rem;
	text-align: center;
}

.variation__buttonWrap {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.variation__button {
	align-items: center;
	background: #AE9B4F;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	justify-content: center;
	margin-top: 1rem;
	padding: 0.5rem 0;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.variation__button:hover {
	opacity: 0.8;
}

@media (hover: hover) {

.guidance__right.-link:hover {
	opacity: 0.7;
}

.guidance__right.-link:hover::after {
	opacity: 0.7;
}

.thumb__youtube:hover {
	opacity: 0.8;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4414414414vw;
}

.layout-about {
	margin-top: 6.25rem;
}

.layout-catalog {
	margin-top: 6.25rem;
}

.layout-faq {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.layout-header {
	right: auto;
	right: initial;
}

.layout-introduction {
	margin: 6.25rem auto 0;
}

.layout-news {
	margin-top: 6rem;
}

.layout-point {
	margin-top: 6rem;
}

.layout-review {
	margin-top: 6.25rem;
}

.layout-schedule {
	margin-top: 6.25rem;
}

.about-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
}

.about-list__item {
	align-items: center;
	flex-direction: row-reverse;
	gap: 1.5625rem;
	justify-content: center;
}

.about-list__item + .about-list__item {
	margin-top: 3.5625rem;
}

.about-list__item:nth-of-type(even) {
	flex-direction: row;
}

.about-list__item-img {
	aspect-ratio: 502/180;
	width: 51%;
}

.about-list__item-text-wrap {
	margin-top: 0;
	padding: 0;
	width: calc(49% - 1.5625rem);
}

.about-list__item:nth-of-type(even) .about-list__item-text-wrap {
	margin-left: 0;
}

.about-list__item-title {
	font-size: 1.25rem;
	text-align: left;
}

.about-list__item-title span {
	display: inline-block;
}

.about-list__item-text {
	font-size: 1rem;
	max-width: 27.75rem;
}

.about__guidance {
	max-width: 52.5rem;
}

.about__list {
	margin-top: 2.75rem;
}

.about__guidance {
	margin-top: 6.5rem;
}

.about__inner {
	padding: 0 1.25rem;
}

.btn-layout {
	border: 1px solid #AE9B4F;
	max-width: 62.4375rem;
	width: 95%;
}

.btn::before {
	font-size: 0.875rem;
	height: 3rem;
	padding: 0.875rem 0;
	top: -0.9375rem;
	width: 3.75rem;
}

.btn a {
	font-size: 1.125rem;
	padding: 1.25rem 3.75rem 1.0625rem;
}

.btn a:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.375rem);
}

.btn a::after {
	height: 0.625rem;
	right: 1.875rem;
	width: 0.625rem;
}

.catalog__head {
	margin-top: 1.6875rem;
}

.catalog__message {
	font-size: 1.875rem;
	padding: 0 1.5625rem;
}

.catalog__youtube {
	aspect-ratio: 710/398;
	margin: 2.8125rem auto;
	max-width: 44.375rem;
}

.catalog__youtube-note {
	font-size: 0.6875rem;
}

.catalog__contents {
	margin: 3.375rem auto 0;
	max-width: 62.5rem;
}

.catalog__list {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.catalog__item {
	width: calc((100% - 2.5rem) / 2);
}

.catalog__item + .catalog__item {
	margin-top: 0;
}

.catalog__item-title {
	font-size: 1.25rem;
}

.catalog__imgs {
	margin-top: 2.0625rem;
}

.catalog__text {
	font-size: 1rem;
	margin-top: 0.375rem;
}

.catalog__bottom {
	margin-top: 3.125rem;
}

.contact__inner,
.contact__form-inner {
	max-width: 100%;
}

.contact__title {
	padding-top: 5.3125rem;
}

.contact__head {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	max-width: 52.5rem;
}

.contact__form-body {
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
}

.contact__text {
	margin-top: 2.5rem;
	text-align: center;
}

.contact__form-wrap {
	display: flex;
	margin-top: 0.3125rem;
}

.contact__form-wrap.-name {
	margin-top: 3rem;
}

.contact__form-wrap.contact__form-wrap--checkbox,
.contact__form-wrap.contact__form-wrap--textarea {
	align-items: flex-start;
}

.contact__form-wrap + .contact__form-wrap {
	margin-top: 1.125rem;
	padding-top: 1.125rem;
}

.contact__form-label {
	font-size: 1rem;
	max-width: 15rem;
	width: 100%;
}

.contact__form-input-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact__form-label span {
	display: block;
	line-height: 1.5;
	margin-left: 0;
	margin-top: 1rem;
}

.contact__form-label--sub:first-child {
	margin-top: 0;
}

.contact__form-box {
	width: 100%;
}

.contact__form-wrap.contact__form-wrap--checkbox .contact__form-label,
.contact__form-wrap.contact__form-wrap--textarea .contact__form-label {
	padding-top: 0.3125rem;
}

.contact__form-label sup {
	font-size: 0.875rem;
}

.contact__form-input,
.contact__form-select {
	flex-grow: 1;
	margin-top: 0;
	margin-top: initial;
}

.contact__form-input input,
.contact__form-select select {
	font-size: 0.875rem;
	padding: 0.3125rem 0.9375rem;
}

.contact__form-select select {
	padding: 0.625rem 0.75rem;
}

.contact__form-select {
	width: 35%;
}

.contact__form-select::before {
	right: 0.625rem;
}

.contact__form-input--address input {
	width: 21%;
}

.contact__form-checkbox {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 0;
	margin-top: initial;
}

.contact__form-checkbox label:nth-last-child(3) {
	grid-column: initial;
}

.contact__form-checkbox input + span {
	font-size: 0.75rem;
}

.contact__form-privacy {
	margin-top: 3.75rem;
	margin-top: 1.375rem;
	text-align: center;
}

.contact__form-privacy input + span {
	font-size: 0.8125rem;
	padding-left: 2.1875rem;
}

.contact__form-privacy input + span::before {
	height: 1.5rem;
	top: -0.1875rem;
	width: 1.5rem;
}

.contact__form-privacy input + span::after {
	left: 0.3125rem;
}

.contact__form-privacy sup {
	font-size: 0.875rem;
}

.contact__form-privacy sup {
	font-size: 0.875rem;
}

.contact__form-announcement {
	margin-top: 3.75rem;
	text-align: center;
}

.contact__form-submit {
	margin-top: 1.5rem;
}

.contact__form-submit:hover {
	opacity: 0.8;
}

.contact__form-note {
	margin-top: 0.3125rem;
}

.contact__btn {
	height: 2.0625rem;
	transition: 0.3s;
	width: 15%;
}

.contact__btn:hover {
	opacity: 0.8;
}

.contact__form-wrap--privacy {
	flex-direction: column;
	margin-top: 3.125rem;
}

.content {
	gap: 0;
}

.content__details {
	margin-top: 2rem;
	width: 48%;
}

.content__title {
	font-size: 1.25rem;
}

.content__title::after {
	background: linear-gradient(to right, #AE9B4F 7%, #DEDEDE 7%, #DEDEDE 100%);
	background: linear-gradient(to right, #AE9B4F 7%, #DEDEDE 7% 100%); /* グラデーション下線 */
}

.content__title:nth-of-type(2) {
	font-size: 1.25rem;
}

.content__list {
	display: flex;
	margin-top: 0.9375rem;
}

.content__list-item {
	font-size: 1rem;
	width: 40%;
}

.content__date {
	font-size: 1rem;
	margin-top: 0.9375rem;
}

.content__images {
	text-align: right;
	width: 52%;
}

.content__note {
	text-align: right;
}

.content__images img:last-of-type {
	margin-top: -32%;
	margin-top: -32%;
	min-width: 13.125rem;
	width: 23rem;
}

.content__badge {
	bottom: 10%;
	font-size: 1.15rem;
	padding: 1.875rem 1.625rem;
	right: 8%;
}

.contact__variation {
	margin-top: 2.1875rem;
}

.faq-list__item-question {
	align-items: center;
	font-size: 1.125rem;
	gap: 1.375rem;
	padding: 0 3.75rem 0.875rem 0;
}

.faq__img {
	height: 2.625rem;
	width: 2.75rem;
}

.faq__img::after {
	height: 1.3125rem;
	width: 1.1875rem;
}

.faq__text {
	width: 100%;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	top: 1.5rem;
	width: 1.25rem;
}

.faq-list__item-answer {
	font-size: 1.125rem;
	font-size: 1rem;
	padding: 0;
}

.faq-list__item:first-child .faq-list__item-answer {
	font-size: 1rem;
}

.faq {
	margin-left: auto;
	margin-right: auto;
	max-width: 65rem;
	width: 95%;
}

.faq__inner {
	padding: 0 1.25rem;
}

.footer {
	margin-left: 15rem;
	padding-top: 7rem;
}

.footer__copy {
	font-size: 0.75rem;
}

.guidance-title {
	clip-path: polygon(1% 0, 99% 0, 100% 100%, 0% 100%);
	font-size: 1.25rem;
}

.guidance-box {
	gap: 4%;
	margin-top: 0;
}

.guidance__img {
	width: 46%;
}

.guidance__contents {
	width: 50%;
}

.guidance__container {
	padding: 3.4375rem 2.5rem 3.0625rem;
}

.guidance__message {
	font-size: 1rem;
	font-size: min(1rem, 1.4vw);
	max-width: 100%;
}

.guidance__list {
	margin-top: 1.25rem;
}

.guidance__item {
	align-content: flex-start;
	display: flex;
	font-size: 1rem;
	justify-content: flex-start;
}

.guidance__left {
	display: inline-block;
	width: 30%;
}

.guidance__right.-link:after {
	width: 100%;
}

.guidance__btn {
	margin-top: 3.125rem;
}

.guidance__btn a {
	padding: 1.25rem 2.3125rem;
}

.guidance__btn a:hover {
	opacity: 0.8;
}

.header {
	background-color: #FFFFFF;
	height: 100vh;
	min-height: 37.5rem;
	padding-left: 25px;
	padding-right: 25px;
	position: fixed;
	width: 15.25rem;
}

.header::-webkit-scrollbar {
	display: none;
}

.header__inner {
	display: block;
	height: inherit;
	min-height: inherit;
	padding: 1.25rem 0 0;
}

.header__inner::before {
	display: none;
}

.header__logo {
	height: auto;
	height: initial;
	margin: auto;
	max-width: 109px;
	width: 6.8125rem;
}

.header__logo a {
	height: auto;
	height: initial;
}

.header__nav {
	display: block;
	margin-top: 3.75rem;
}

.header__center {
	display: none;
}

.header__right {
	display: none;
}

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

.introduction {
	max-width: 65.625rem;
}

.introduction__container {
	flex-direction: row;
	gap: 7%;
	justify-content: space-between;
	margin-top: 4.8125rem;
}

.introduction__top {
	margin-top: 0;
	text-align: left;
	width: 43%;
}

.introduction__head {
	font-size: 2.25rem;
}

.introduction__message {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.introduction__inner::before {
	top: 3rem;
}

.introduction__bottom {
	width: 50%;
}

.introduction__img:nth-child(2) {
	bottom: 22%;
}

.introduction__img:nth-child(3) {
	transform: translate(4.5rem, -1.375rem);
}

.introduction__movie {
	width: 71%;
}

.introduction__movie::before {
	height: 11.375rem;
	left: -5.75rem;
	top: -4.375rem;
	width: 19.6875rem;
}

.introduction__movie-play {
	bottom: 8%;
	right: 4%;
	width: 8.75rem;
}

.letter__topic {
	font-size: 1.25rem;
}

.letter__list {
	margin-top: 2.5rem;
}

.letter__item {
	min-height: 260px;
}

.letter__message {
	font-size: 1rem;
}

.main {
	margin-left: 15rem;
}

.modal__contentInner {
	height: auto;
	padding: 1rem 1rem 0;
}

.modal__contentListWrap {
	height: 65vh;
	max-height: 600px;
	padding-bottom: 2rem;
}

.modal__contentMainTitle {
	padding: 0 1rem;
}

.-standard .modal__contentMainTitle {
	align-items: center;
	flex-direction: row;
}

.-standard .modal__contentMainTitle .-en {
	margin-left: 0.8rem;
}

.modal__contentList {
	padding: 0 1rem 1rem;
}

.modal__contentDetailList {
	gap: 1.5rem;
}

.modal__contentDetailItem {
	width: calc((100% - 4.5rem) / 4);
}

.modal__contentDetailText {
	font-size: 0.7rem;
}

.modal__close {
	right: 36px;
	top: 20px;
}

.mv {
	height: auto;
	height: initial;
	padding-top: 0;
}

.mv__inner {
	max-height: inherit;
}

.mv__title-wrap {
	bottom: 0.8125rem;
	flex-direction: row;
	justify-content: space-between;
	left: 50%;
	max-width: 50rem;
}

.mv__title-wrap::before {
	clip-path: polygon(3% 0, 97% 0, 100% 25%, 100% 75%, 97% 100%, 3% 100%, 0 75%, 0 25%);
	width: 100%;
}

.mv__main-title {
	font-size: 3.75rem;
}

.mv__sub-title {
	font-size: 2.1875rem;
}

.mv__slide:not(.-per1) {
	width: 50%;
}

.mv__slide.-per1 {
	width: 100%;
}

.mv__title-top {
	flex-direction: column;
}

.mv__title-contents {
	font-size: min(0.8125rem, 1vw);
	padding: 0.125rem 0.3125rem;
}

.mv__title-center {
	font-size: 1.25rem;
	margin-top: 0;
}

.mv__title-center span {
	font-size: 0.9375rem;
}

.mv__btn {
	font-size: 0.75rem;
	margin-top: 0;
}

.mv__btn::before {
	left: -1.25rem;
}

.mv__btn a {
	font-size: 0.75rem;
	padding: 0.8125rem 2.5rem;
}

.mv__btn a::after {
	right: 1.25rem;
}

.mv__text {
	display: block;
	left: 50%;
	position: absolute;
	top: 0.9375rem;
	transform: translateX(-50%);
	width: 20.9375rem;
	z-index: 2;
}

.mv__background {
	background: #FFFFFF;
	border-radius: 50%;
	height: 17.875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 31.5rem;
	z-index: 1;
}

.news__inner {
	max-width: 65.625rem;
	padding: 0 1.5625rem;
}

.news__topic::before,
.news__topic::after {
	height: 3.3125rem;
	width: 1.1875rem;
}

.news__topic {
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	font-size: 1.5rem;
}

.news__group {
	margin: 2.5rem 0 0.5rem;
	padding: 2.5rem 1.25rem 3.75rem;
}

.news__title {
	font-size: 1.25rem;
	margin-top: 1.5625rem;
}

.news__lead {
	font-size: 1rem;
	margin: 1.5625rem 0 1.875rem;
}

.pc-ctn {
	display: block;
	height: 3rem;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 4.5rem;
	transform: translate(50px, 0);
	transition-duration: 600ms;
	transition-property: opacity, transform;
	width: 3.75rem;
}

.pc-ctn.is-fixed {
	opacity: 1;
	transform: translate(0, 0);
}

.point-list__item {
	align-items: center;
	display: flex;
}

.point-list__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.point-list__item + .point-list__item {
	margin-top: 3.4375rem;
}

.point-list__item::after {
	font-size: 1.25rem;
	height: 6.875rem;
	left: 3.375rem;
}

.point-list__item:nth-of-type(even)::after {
	left: auto;
	left: initial;
	right: 4.375rem;
}

.point-list__item-img {
	margin: 0;
	margin: initial;
	margin-left: 4.5625rem;
	max-width: 53.75rem;
	width: 100%;
	width: 70%;
}

.point-list__item:nth-of-type(even) .point-list__item-img {
	margin-left: 0;
	margin-right: 6.5625rem;
}

.point-list__item-img img {
	aspect-ratio: 600/399;
	width: 100%;
}

.point-list__item-content-bg {
	margin-left: -3.125rem;
	margin-right: 4.9375rem;
	margin-top: 0;
	padding: 3.125rem 1.875rem;
	padding: 3.125rem 3.5625rem 2.5rem;
	width: 49%;
}

.point-list__item:nth-of-type(even) .point-list__item-content-bg {
	margin-left: 2.9375rem;
	margin-right: -3.125rem;
}

.point-list__item-content {
	max-width: 37.5rem;
	width: 100%;
}

.point-list__item:nth-of-type(even) .point-list__item-content {
	margin-left: auto;
}

.point-list__item-title {
	font-size: min(1.25rem, 1.7vw);
	line-height: 1.3;
	padding-left: 0.9375rem;
}

.point-list__item-text {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.point__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.point__lead {
	font-size: 1.25rem;
	margin-top: 2.5rem;
}

.point__list {
	margin-top: 2.875rem;
}

.review-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5625rem;
	justify-content: center;
	margin: 0 auto;
	width: 65%;
}

.review-list__item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: start;
	width: calc((100% - 2.5625rem) / 2);
}

.review-list__item + .review-list__item {
	margin-top: 0;
}

.review-list__item:nth-of-type(even) {
	flex-direction: column-reverse;
}

.review-list__item-img {
	margin-top: 1.5rem;
	max-width: 5.8125rem;
	width: 100%;
}

.review-list__item-text-wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	margin-top: 0;
	width: 100%;
}

.review-list__item:nth-of-type(even) .review-list__item-text-wrap {
	margin-left: 0;
}

.review-list__item-text {
	flex-grow: 1;
	font-size: 1rem;
	margin-top: 0;
	padding: 1.375rem 1.375rem 0.75rem;
}

.review-list__item-text:after,
.review-list__item-text:before {
	left: 50%;
	top: 100%;
}

.review-list__item-text:after {
	border-right-color: transparent;
	border-top-color: #FFFFFF;
	border-width: 8px 8px;
	margin-left: -8px; /* 上下のバランスを調整 */
	margin-top: 0;
}

.review-list__item-text:before {
	border-right-color: transparent;
	border-top-color: #AE9B4F;
	border-width: 9px 9px;
	margin-left: -9px; /* 上下のバランスを調整 */
	margin-top: 0;
}

.review-list__item-name {
	margin-top: 0.625rem;
}

.review-list__item:nth-of-type(even) .review-list__item-text:before,
.review-list__item:nth-of-type(even) .review-list__item-text:after {
	left: 50%;
	top: 100%;
}

.review-list__item:nth-of-type(even) .review-list__item-text:before {
	border-left-color: transparent;
}

.review-list__item:nth-of-type(even) .review-list__item-text:after {
	border-left-color: transparent;
}

.review__slide {
	margin-top: 5.75rem;
}

.review {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
}

.review__list {
	margin-top: 3rem;
}

.review__letter {
	margin-top: 3.75rem;
}

.review__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
}

.schedule {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
}

.schedule__contents {
	display: flex;
	justify-content: center;
	margin: 2.8125rem auto 0;
	width: 66.6666666667%;
}

.schedule__item {
	border-bottom: none;
	border-right: 1px solid #dedede;
	flex-direction: column;
	gap: 1.375rem;
	padding: 1.5rem 1.8125rem;
	width: 50%;
}

.schedule__item:last-of-type {
	border-right: none;
}

.schedule__head {
	line-height: 1.2;
	width: 100%;
}

.schedule__year {
	font-size: 1.125rem;
}

.schedule__number {
	font-size: 2.125rem;
}

.schedule__month {
	font-size: 1.25rem;
}

.schedule__list {
	line-height: 1.7;
	width: 100%;
}

.schedule__message {
	font-size: 1rem;
}

.schedule__bottom {
	margin-top: 3.3125rem;
}

.section-title {
	font-size: 2rem;
}

.section-title span {
	font-size: 1.125rem;
}

.sp-ctn {
	display: none;
}

.variation__title {
	font-size: 1.125rem;
	padding: 0.8125rem 0;
}

.variation__list {
	grid-template-columns: repeat(10, 1fr);
	margin-top: 2.5rem;
}

.variation__buttonWrap {
	flex-direction: row;
	gap: 1rem;
}

}

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

.content__note {
	font-size: 10px;
	padding-left: 0;
	text-indent: 0;
}

.header__nav {
	margin-top: 8.4375rem;
}

.mv__title-wrap {
	gap: 1.875rem;
	max-width: 50rem;
	padding: 1.1875rem 1.9375rem;
}

.mv__text {
	top: 1.625rem;
	width: 25.9375rem;
}

.mv__background {
	height: 22.875rem;
	width: 38.5rem;
}

}

@media (min-width: 1110px) {

html {
	font-size: 16px;
}

}

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

.mv__title-wrap {
	max-width: 56.875rem;
}

.mv__title-center {
	font-size: 1.5rem;
}

.mv__btn a {
	font-size: 0.9375rem;
	padding: 0.8125rem 2.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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