body {
	background-color: #000;
	color: #000;
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.all {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
	margin: 0 auto;
	max-width: 450px;
}

html {
	opacity: 0;
	transition: opacity 0.3s ease-in-out; /* フェードイン効果 */
	visibility: hidden;
}

html.wf-active {
	opacity: 1;
	visibility: visible;
}

.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;
}

/* Set core body defaults */

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

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

.achievements__title img {
	margin-left: auto;
	margin-right: auto;
	width: 98.36%;
}

.achievements__list {
	margin-top: 2.375rem;
}

.achievements__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21.875rem 10rem;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Sans";
	justify-content: center;
	min-height: 10rem;
	padding: 1.5625rem 1.1875rem 1.25rem 0;
	position: relative;
	text-align: right;
}

.achievements__item--bible {
	background-image: url("../img/bible.webp");
}

.achievements__item--miracle {
	background-image: url("../img/miracle.webp");
}

.achievements__item--cupid-noon {
	background-image: url("../img/cupid-noon.webp");
	margin-top: 0.625rem;
}

.achievements__item--maria-noon {
	background-image: url("../img/maria-noon.webp");
}

.achievements__item--valkyrie-noon {
	background-image: url("../img/valkyrie-noon.webp");
}

.achievements__item--raphael-noon {
	background-image: url("../img/raphael-noon.webp");
}

.achievements__item--gabriel-noon {
	background-image: url("../img/gabriel-noon.webp");
}

.achievements__item--michael-noon {
	background-image: url("../img/michael-noon.webp");
}

.achievements__item--seraphim {
	background-image: url("../img/seraphim.webp");
}

.achievements__item--heavensGate {
	background-image: url("../img/heavensGate.webp");
}

.achievements__item--cupid-night {
	background-image: url("../img/cupid-night.webp");
	margin-top: 0.625rem;
}

.achievements__item--maria-night {
	background-image: url("../img/maria-night.webp");
}

.achievements__item--valkyrie-night {
	background-image: url("../img/valkyrie-night.webp");
}

.achievements__item--raphael-night {
	background-image: url("../img/raphael-night.webp");
}

.achievements__item--gabriel-night {
	background-image: url("../img/gabriel-night.webp");
}

.achievements__item--michael-night {
	background-image: url("../img/michael-night.webp");
}

.achievements__item + .achievements__item {
	margin-top: 0.5rem;
}

.achievements__time {
	color: #734C1A;
	font-size: 1.16125rem;
	font-weight: 600;
	line-height: 1.5555555556;
}

.achievements__time--silver {
	color: #4C4C4C;
}

.achievements__round {
	color: #402F00;
	font-size: 0.92875rem;
	font-weight: 600;
	line-height: 1.5714285714;
	padding-bottom: 1.3rem;
}

.achievements__round--silver {
	color: #303030;
}

.achievements__price {
	color: #734C1A;
	font-size: 1.741875rem;
	font-weight: 600;
	line-height: 1.5555555556;
	margin-top: -0.375rem;
}

.achievements__price--silver {
	color: #4C4C4C;
}

.company {
	margin-top: 0.8125rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

.company__item + .company__item {
	margin-top: 1.6875rem;
}

.company__item dt {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right bottom, #EECB8E 0%, #9B7443 46%, #EFCC90 100%);
	background-clip: text;
	background-size: cover;
	color: transparent;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
	position: relative;
}

.company__item dd {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
	margin-top: 0.4375rem;
}

.contact {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
}

.contact--member {
	padding-bottom: 3.75rem;
}

.contact__inner {
	padding: 0 1.5625rem;
}

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

.contact__text {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
}

.contact__form {
	margin-top: 1.875rem;
}

.contact__item {
	color: #fff;
	text-align: left;
}

.contact__item + .contact__item {
	margin-top: 1.65625rem;
}

.contact__item input {
	background-color: #fff;
	background-image: url("../img/contact-input.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 3.35625rem;
	box-sizing: border-box;
	color: #929292;
	font-size: 1.074375rem;
	font-weight: 600;
	height: 3.35625rem;
	padding: 0.75rem 1rem;
	width: 100%;
}

.contact__item input::-moz-placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.contact__item input::placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.contact__item-textarea {
	background-color: #fff;
	background-image: url("../img/contact-textarea.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	color: #333333;
	font-size: 0.75rem;
	font-weight: 600;
	height: 29.6875rem;
	margin-top: 2.5rem;
	padding: 1.625rem 1.125rem;
	width: 100%;
}

.contact__item-textarea textarea {
	min-height: 23.625rem;
	width: 100%;
}

.contact__item-textarea input::-moz-placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.contact__item-textarea input::placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

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

.contact__btn + .contact__btn {
	margin-top: 1.875rem;
}

.btn__top {
	text-align: center;
}

.btn-submit__body {
	align-items: center;
	cursor: pointer; /* カーソルをポインターに変更 */
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.btn-submit__body::before {
	background-image: url("../img/contact-btn.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 118%;
	position: absolute;
	top: -5%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 100%;
	z-index: -1;
}

.btn-submit__body--line {
	align-items: center;
	cursor: pointer; /* カーソルをポインターに変更 */
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
}

.btn-submit__body--line::before {
	background-image: url("../img/line-send-btn.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 118%;
	position: absolute;
	top: -5%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 100%;
	z-index: -1;
}

.btn-submit__body:hover::before {
	pointer-events: none; /* クリックなどのイベントを防止 */
	transform: scale(0.98); /* マウスオーバーで画像を拡大 */
}

.btn-submit {
	position: relative;
}

.btn-submit__body[type=submit] {
	cursor: pointer;
	max-width: 13.375rem;
	padding: 1.875rem 0rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.credit {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
}

.credit__sentence {
	color: #3C2A00;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
}

.credit__title {
	font-size: 1.625rem;
	line-height: 1.5;
	text-align: center;
}

.credit__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.1875rem;
}

.credit__buttons {
	margin: 2.5rem auto auto -1.65625rem;
	width: calc(100% + 3.3125rem);
}

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

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

.credit__button--card1 img:hover,
.credit__button--card2 img:hover {
	transform: scale(0.98); /* 画像を5%小さくする */
}

.credit__button--credit img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease; /* スムーズな変化 */
	width: 76.67%;
}

.credit__button--credit img:hover {
	transform: scale(0.98); /* 画像を5%小さくする */
}

.credit__button {
	position: relative;
}

.credit__button a {
	display: block;
	overflow: hidden;
	position: relative;
}

.credit__button-box {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.credit__button-box-credit {
	margin-top: 0.636875rem;
}

.credit__button-text-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 52%; /* ここはあくまでラップの設定だけ */
}

.credit__button-text-wrap--credit {
	top: 52%;
}

.credit__button-text {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.credit__button-text--font {
	font-size: 1.5rem;
}

/* 白い縁取りテキスト */

.credit__button-text--stroke {
	color: #ffffff;
	text-shadow: -2px 0px 0px #A5822B, 2px 0px 0px #A5822B, 0px -2px 0px #A5822B, 0px 2px 0px #A5822B, 0px 3px 7px #AC7B05;
}

/* 青グラデーションテキスト */

.credit__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: url("../img/point-button-text-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
}

.payment__button {
	position: relative;
}

.payment__button img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease; /* スムーズな変化 */
	width: 66.67%;
}

.payment__button img:hover {
	transform: scale(0.98); /* 画像を5%小さくする */
}

.payment__button a {
	display: block;
	overflow: hidden;
	position: relative;
}

.payment__button-box {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.payment__button-text-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 52%; /* ここはあくまでラップの設定だけ */
}

.payment__button-text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

/* 白い縁取りテキスト */

.payment__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #574516, 1.5px 0px 0px #574516, 0px -1.5px 0px #574516, 0px 1.5px 0px #574516;
}

/* 青グラデーションテキスト */

.payment__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #CDA548 0%, #CEA64A 0%, #CFA84C 1%, #CFA94D 1%, #D0AA4F 2%, #D1AC51 2%, #D2AD53 2%, #D3AF57 3%, #D4B158 3%, #D5B25A 4%, #D6B35C 4%, #D7B55E 5%, #D7B660 5%, #D8B761 5%, #D9B963 6%, #DAAB65 6%, #DBBB67 7%, #DBBD69 7%, #DCBE6B 7%, #DDBF6C 8%, #DECE16 8%, #DFC270 8%, #DFC372 9%, #E0C474 9%, #E1C76C 10%, #E2C777 10%, #E2C879 11%, #E3CA7B 11%, #E4CB7D 11%, #E5CC7F 12%, #E6CE81 12%, #E6CF82 12%, #E7D084 13%, #E8D286 13%, #E9D388 13%, #EAD48A 14%, #EAD58C 14%, #EBD78D 15%, #ECD88F 15%, #EDD991 15%, #EEDB93 16%, #EEDC95 16%, #EFDD96 17%, #F0DF98 17%, #F1E09A 18%, #F2E19C 18%, #F3E4A0 19%, #F4E5A1 19%, #F5E7A3 20%, #F6E8A5 20%, #F6E9A7 20%, #F7EAA9 21%, #F8ECAB 21%, #F9EDAC 21%, #FAEEAE 22%, #FAF0B0 22%, #FBF1B2 23%, #FCF2B4 23%, #FDF4B6 24%, #FDF2B3 24%, #FBF0B1 24%, #FAEEAF 24%, #F9ECAC 25%, #F7EAA9 25%, #F6E8A6 26%, #F5E6A3 26%, #F4E4A1 27%, #F3E29E 27%, #F1E09B 27%, #F0DE98 28%, #EFDC95 28%, #EDD993 29%, #EDD790 29%, #EBD58D 29%, #EAD38A 30%, #E9D187 30%, #E8CF85 30%, #E7CD82 30%, #E6CB7F 31%, #E4C97D 31%, #E3C779 32%, #E2C577 32%, #E1C374 32%, #E0C071 33%, #DEBE6E 33%, #DDBC6C 34%, #DCBA69 34%, #DBB866 34%, #DAB663 35%, #D8B460 35%, #D7B25E 36%, #D6B05B 36%, #D5AE58 37%, #D4AC55 37%, #D2A952 38%, #D1A750 38%, #D0A54D 39%, #CFA34A 39%, #CEA147 39%, #CD9F44 40%, #CB9D42 40%, #CA9B3F 41%, #C9993C 41%, #C89739 41%, #C79536 41%, #C59234 42%, #C49031 42%, #C38E2E 43%, #C28C2B 43%, #C18A28 43%, #BF8826 44%, #BE8623 44%, #BD8420 44%, #BC821D 45%, #BB801B 45%, #B97E18 46%, #B87B15 46%, #B77912 46%, #B6770F 47%, #B5760E 47%, #B4750C 48%, #B56F0E 48%, #B67810 48%, #B77B14 49%, #B97616 50%, #BA7E18 50%, #BB7F1A 50%, #BB811C 51%, #BC831E 51%, #BD8420 52%, #BE8623 52%, #BF8725 52%, #C08927 53%, #C18A29 53%, #C28C2B 54%, #C28D2D 54%, #C38F2F 54%, #C49031 54%, #C59233 55%, #C69435 55%, #C79537 56%, #C89739 56%, #C9983B 57%, #C99A3D 57%, #CA9B3F 57%, #CB9D41 58%, #CC9E43 58%, #CDA046 59%, #CEA148 59%, #CFA34A 59%, #D0A44C 60%, #D1A64E 60%, #D1A850 61%, #D2A952 61%, #D3AB54 61%, #D4AC56 62%, #D5AE58 62%, #D6AF5A 63%, #D7B15C 63%, #D8B25E 63%, #D8B460 64%, #D9B562 64%, #DAB764 64%, #DBB967 65%, #DCBA69 65%, #DCBC6B 65%, #DEBD6D 66%, #DFBF6F 66%, #DFC071 67%, #E0C273 67%, #E1C375 68%, #E2C577 68%, #E3C679 69%, #E4C87B 69%, #E5C97D 70%, #E6CB7F 70%, #E6CD81 70%, #E8D085 71%, #E9D187 71%, #EAD38A 71%, #EBD48C 72%, #ECD68E 72%, #EDD790 73%, #EDD992 73%, #EEDA94 73%, #EFDC96 74%, #F0DE98 74%, #F1DF9A 75%, #F2E19C 75%, #F3E29E 76%, #F4E4A0 76%, #F5E5A2 77%, #F5E7A4 77%, #F6E8A6 77%, #F7EAA8 78%, #F8EBAA 78%, #F9EDAD 79%, #FAEEAF 79%, #FBF0B1 79%, #FCF2B3 80%, #FCF3B5 80%, #FCF2B3 80%, #FBF1B1 80%, #FAEEAE 81%, #F8ECAB 81%, #F7E9A7 82%, #F5E7A4 82%, #F4E4A1 82%, #F2E29D 83%, #EFDD97 84%, #EEDA93 84%, #EDB890 84%, #EBD58D 85%, #EAD38A 85%, #E8D086 86%, #E7CE83 86%, #E5CB7F 86%, #E4C97C 86%, #E2C678 87%, #E1C475 87%, #E0C172 88%, #DEBE6E 88%, #DDBC6B 88%, #DBBA68 89%, #DAB764 89%, #D8B561 90%, #D7B25E 90%, #D6B05A 91%, #D4AD57 91%, #D3AB54 91%, #D1A850 92%, #D0A64D 92%, #CEA34A 93%, #CDA146 93%, #CB9E43 93%, #CA9C40 94%, #C9933C 94%, #C79339 95%, #C69435 95%, #C49232 95%, #C38F2F 95%, #C18D2B 96%, #C08A28 96%, #BF8825 96%, #BD8521 97%, #BC831E 97%, #BA801B 98%, #B97E17 98%, #B77B14 99%, #B67911 99%, #B4770D 100%, #B3740A 100%);
	color: transparent;
}

.card__button {
	position: relative;
}

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

.card__button img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease; /* スムーズな変化 */
	width: 76.67%;
}

.card__button img:hover {
	transform: scale(0.98); /* 画像を5%小さくする */
}

.card__button a {
	display: block;
	overflow: hidden;
	position: relative;
}

.card__button-box {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.card__button-text-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 52%; /* ここはあくまでラップの設定だけ */
}

.card__button-text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	position: absolute;
	text-align: center;
}

/* 白い縁取りテキスト */

.card__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #574516, 1.5px 0px 0px #574516, 0px -1.5px 0px #574516, 0px 1.5px 0px #574516;
	white-space: nowrap;
}

/* 青グラデーションテキスト */

.card__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #CDA548 0%, #CEA64A 0%, #CFA84C 1%, #CFA94D 1%, #D0AA4F 2%, #D1AC51 2%, #D2AD53 2%, #D3AF57 3%, #D4B158 3%, #D5B25A 4%, #D6B35C 4%, #D7B55E 5%, #D7B660 5%, #D8B761 5%, #D9B963 6%, #DAAB65 6%, #DBBB67 7%, #DBBD69 7%, #DCBE6B 7%, #DDBF6C 8%, #DECE16 8%, #DFC270 8%, #DFC372 9%, #E0C474 9%, #E1C76C 10%, #E2C777 10%, #E2C879 11%, #E3CA7B 11%, #E4CB7D 11%, #E5CC7F 12%, #E6CE81 12%, #E6CF82 12%, #E7D084 13%, #E8D286 13%, #E9D388 13%, #EAD48A 14%, #EAD58C 14%, #EBD78D 15%, #ECD88F 15%, #EDD991 15%, #EEDB93 16%, #EEDC95 16%, #EFDD96 17%, #F0DF98 17%, #F1E09A 18%, #F2E19C 18%, #F3E4A0 19%, #F4E5A1 19%, #F5E7A3 20%, #F6E8A5 20%, #F6E9A7 20%, #F7EAA9 21%, #F8ECAB 21%, #F9EDAC 21%, #FAEEAE 22%, #FAF0B0 22%, #FBF1B2 23%, #FCF2B4 23%, #FDF4B6 24%, #FDF2B3 24%, #FBF0B1 24%, #FAEEAF 24%, #F9ECAC 25%, #F7EAA9 25%, #F6E8A6 26%, #F5E6A3 26%, #F4E4A1 27%, #F3E29E 27%, #F1E09B 27%, #F0DE98 28%, #EFDC95 28%, #EDD993 29%, #EDD790 29%, #EBD58D 29%, #EAD38A 30%, #E9D187 30%, #E8CF85 30%, #E7CD82 30%, #E6CB7F 31%, #E4C97D 31%, #E3C779 32%, #E2C577 32%, #E1C374 32%, #E0C071 33%, #DEBE6E 33%, #DDBC6C 34%, #DCBA69 34%, #DBB866 34%, #DAB663 35%, #D8B460 35%, #D7B25E 36%, #D6B05B 36%, #D5AE58 37%, #D4AC55 37%, #D2A952 38%, #D1A750 38%, #D0A54D 39%, #CFA34A 39%, #CEA147 39%, #CD9F44 40%, #CB9D42 40%, #CA9B3F 41%, #C9993C 41%, #C89739 41%, #C79536 41%, #C59234 42%, #C49031 42%, #C38E2E 43%, #C28C2B 43%, #C18A28 43%, #BF8826 44%, #BE8623 44%, #BD8420 44%, #BC821D 45%, #BB801B 45%, #B97E18 46%, #B87B15 46%, #B77912 46%, #B6770F 47%, #B5760E 47%, #B4750C 48%, #B56F0E 48%, #B67810 48%, #B77B14 49%, #B97616 50%, #BA7E18 50%, #BB7F1A 50%, #BB811C 51%, #BC831E 51%, #BD8420 52%, #BE8623 52%, #BF8725 52%, #C08927 53%, #C18A29 53%, #C28C2B 54%, #C28D2D 54%, #C38F2F 54%, #C49031 54%, #C59233 55%, #C69435 55%, #C79537 56%, #C89739 56%, #C9983B 57%, #C99A3D 57%, #CA9B3F 57%, #CB9D41 58%, #CC9E43 58%, #CDA046 59%, #CEA148 59%, #CFA34A 59%, #D0A44C 60%, #D1A64E 60%, #D1A850 61%, #D2A952 61%, #D3AB54 61%, #D4AC56 62%, #D5AE58 62%, #D6AF5A 63%, #D7B15C 63%, #D8B25E 63%, #D8B460 64%, #D9B562 64%, #DAB764 64%, #DBB967 65%, #DCBA69 65%, #DCBC6B 65%, #DEBD6D 66%, #DFBF6F 66%, #DFC071 67%, #E0C273 67%, #E1C375 68%, #E2C577 68%, #E3C679 69%, #E4C87B 69%, #E5C97D 70%, #E6CB7F 70%, #E6CD81 70%, #E8D085 71%, #E9D187 71%, #EAD38A 71%, #EBD48C 72%, #ECD68E 72%, #EDD790 73%, #EDD992 73%, #EEDA94 73%, #EFDC96 74%, #F0DE98 74%, #F1DF9A 75%, #F2E19C 75%, #F3E29E 76%, #F4E4A0 76%, #F5E5A2 77%, #F5E7A4 77%, #F6E8A6 77%, #F7EAA8 78%, #F8EBAA 78%, #F9EDAD 79%, #FAEEAF 79%, #FBF0B1 79%, #FCF2B3 80%, #FCF3B5 80%, #FCF2B3 80%, #FBF1B1 80%, #FAEEAE 81%, #F8ECAB 81%, #F7E9A7 82%, #F5E7A4 82%, #F4E4A1 82%, #F2E29D 83%, #EFDD97 84%, #EEDA93 84%, #EDB890 84%, #EBD58D 85%, #EAD38A 85%, #E8D086 86%, #E7CE83 86%, #E5CB7F 86%, #E4C97C 86%, #E2C678 87%, #E1C475 87%, #E0C172 88%, #DEBE6E 88%, #DDBC6B 88%, #DBBA68 89%, #DAB764 89%, #D8B561 90%, #D7B25E 90%, #D6B05A 91%, #D4AD57 91%, #D3AB54 91%, #D1A850 92%, #D0A64D 92%, #CEA34A 93%, #CDA146 93%, #CB9E43 93%, #CA9C40 94%, #C9933C 94%, #C79339 95%, #C69435 95%, #C49232 95%, #C38F2F 95%, #C18D2B 96%, #C08A28 96%, #BF8825 96%, #BD8521 97%, #BC831E 97%, #BA801B 98%, #B97E17 98%, #B77B14 99%, #B67911 99%, #B4770D 100%, #B3740A 100%);
	color: transparent;
	white-space: nowrap;
}

.cta-fixed {
	background-color: rgba(255, 255, 255, 0.8); /* 白の透明 */
	bottom: 0;
	display: none; /* 最初は非表示 */
	left: 50%;
	max-width: 28.125rem;
	padding: 0.625rem 0;
	position: fixed;
	text-align: center;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: 1000;
}

.cta-fixed__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
}

.cta-fixed__link img {
	transition: 0.3s;
	width: 90%;
}

.cta-fixed__link img:hover {
	transform: scale(0.98);
}

.footer-member {
	background-image: url("../img/footer-member.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.875rem 0 25%;
}

.footer-member__inner {
	padding: 0 2.25rem;
}

.footer-member__item {
	border-bottom: solid 1px #fff;
	padding-bottom: 0.625rem;
}

.footer-member__item:not(:first-child) {
	margin-top: 0.625rem;
}

.footer-member__text {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-left: 1.3125rem;
	text-shadow: 0px 0px 4px #000;
	transition: transform 0.3s ease-in-out;
}

.footer-member__text:hover {
	transform: translateY(-2px);
}

.footer-member__sentence {
	margin: 5.25rem auto 3.875rem;
	width: 95%;
}

.footer-member__sentence img {
	-o-object-fit: cover;
	aspect-ratio: 370/280;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-member__menu {
	background-image: url("../img/footer-menu-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 0; /* 画面の最下部に配置 */
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	position: fixed; /* 固定配置 */
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: 1000; /* 他の要素より前面に */
}

.footer-member__menu-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0.375rem 0.8125rem 0.4375rem;
}

.footer-member__menu-item {
	width: 20%;
}

.footer-member__menu-plan img {
	margin-left: 7%;
	margin-top: 10%;
	width: 56.34%;
}

.footer-member__menu-point img {
	margin-left: 0%;
	margin-top: 10%;
	width: 69%;
}

.footer-member__menu-hit img {
	margin-left: 6%;
	margin-top: 9%;
	width: 74.2%;
}

.footer-member__menu-mail img {
	margin-left: 14%;
	margin-top: 14%;
	width: 68.7%;
}

.footer-member__menu-line img {
	margin-left: 20%;
	margin-top: 11%;
	width: 74.2%;
}

.footer {
	background-image: url("../img/footer-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 3.75rem 0 3.75rem;
	position: relative;
}

.footer__inner {
	padding: 0 2.25rem;
}

.footer__item {
	border-bottom: solid 1px #D5AE58;
	padding-bottom: 0.5rem;
}

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

.footer__text {
	color: #9B7443;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-left: 1.3125rem;
	transition: transform 0.3s ease-in-out;
}

.footer__text:hover {
	transform: translateY(-2px);
}

.footer__precautions {
	margin-top: 2.5rem;
	padding: 0 1.125rem;
}

.footer__precautions-margin {
	margin-bottom: 4.5%;
}

.footer__box {
	position: relative;
	width: 100%;
}

.footer__frame {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}

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

.footer__sentence {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 2.3125rem 1.5625rem;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 2;
}

.footer__sentence-inner {
	max-width: 100%;
}

.footer__sentence-text {
	color: #323232;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

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

.mail-details {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	padding-bottom: 3.75rem;
}

.mail-details__inner {
	padding: 0 1.5625rem;
}

.mail-details__content {
	margin-top: 1.875rem;
}

.nonMember-contact__item {
	color: #fff;
	text-align: left;
}

.mail-details__textarea {
	background-image: url("../img/mail-details-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.mail-details__dummy {
	word-wrap: break-word;
	word-wrap: break-word;
	font-size: 0.75rem;
	font-weight: 900;
	min-height: 23.6875rem;
	padding: 1.875rem 1.125rem;
	visibility: hidden;
	white-space: pre-wrap;
}

.mail-details__editor {
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	height: auto; /* 自動リサイズのために追加 */
	left: 0;
	line-height: 1.5;
	min-height: 23.6875rem; /* 必要に応じて調整 */
	outline: none;
	overflow: hidden; /* スクロール非表示 */
	padding: 1.625rem 1.125rem;
	position: absolute;
	resize: none;
	top: 0;
	width: 100%;
}

textarea::-moz-placeholder {
	color: #333; /* 好きな色に変更 */
	opacity: 1; /* 一部のブラウザでは透明度が低いので調整 */
}

textarea::placeholder {
	color: #333; /* 好きな色に変更 */
	opacity: 1; /* 一部のブラウザでは透明度が低いので調整 */
}

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

.btn-submit--line img {
	height: 100% !important;
	width: 67.5% !important;
}

.btn-submit--line img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease-in-out;
}

.btn-submit--line img:hover {
	transform: scale(0.98);
}

.mail {
	padding-bottom: 3.75rem;
}

.mail__inner {
	padding: 0 1.5625rem;
}

.mail__list {
	color: #fff;
	margin-top: 1.6875rem;
}

.mail__item {
	background-color: #fff;
}

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

.mail__head {
	align-items: center;
	background-image: url("../img/mail-head-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	gap: 0 0.6875rem;
	justify-content: flex-start;
	padding: 0.625rem 0.625rem 0.5rem;
}

.mail__head--open {
	background-image: url("../img/mail-head-open-bg.webp");
}

.mail__head img {
	height: 0.9375rem;
	width: 1.1875rem;
}

.mail__title {
	color: #B5760E;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
}

.mail__title--open {
	color: #4D3002;
}

.mail__box {
	min-height: 2.5625rem;
	padding: 0.75rem 2.5rem;
}

.mail__box--open {
	background-color: #E1E1E1;
}

.mail__head--open img {
	height: 1.125rem;
	width: 1.25rem;
}

.mail__text {
	color: #3C2A00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3333333333;
}

.mali__pagenavi {
	margin-top: 1.625rem;
}

.member-header {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.member-header__inner {
	background-image: url("../img/header-nonMember-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.75rem;
	padding-left: 0.625rem;
	padding-right: 0.6875rem;
}

.member-header__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__logo img {
	height: 3.625rem;
	width: 8.75rem;
}

.member-header__img img {
	height: 1.84375rem;
	margin-left: auto;
	width: 7.90625rem;
}

.member-header__box {
	align-items: center;
	background-image: url("../img/member-header-id.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	gap: 0 0.5625rem;
	height: 1.5625rem;
	justify-content: space-between;
	padding: 0 1.34375rem 0 1.4375rem;
	width: 9.25rem;
}

.member-header__box--point {
	background-image: url("../img/member-header-point.webp");
	padding: 0 0.7025rem 0 0.46875rem;
}

.member-header__box + .member-header__box {
	margin-top: 0.1875rem;
}

.member-header__text {
	display: inline-block;
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: right;
	white-space: nowrap;
}

.member-header__letter {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #eecb8e 0%, #9b7443 48%, #efcc90 100%);
	background-clip: text;
	display: inline-block;
}

.member-header__letter--point {
	position: relative;
	top: 0.075rem;
}

.member-hit {
	padding-top: 3.75rem;
}

.member-hit__bg {
	background-image: url("../img/member-hit-bg.webp");
	background-position: center calc(50% - 30px);
	background-repeat: no-repeat;
	background-size: 100% 193.75rem;
	position: relative;
}

.member-hit::before {
	background-image: url("../img/member-hit-bg-effect.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24.375rem;
	left: 50%;
	max-width: 28.125rem;
	position: absolute;
	top: 0%;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: 1;
}

.member-hit__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding: 0 1.375rem;
}

.member-hit__container {
	padding-top: 0.625rem;
	position: relative;
	z-index: 2;
}

.member-hit__pagenavi {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.member__bg {
	background-image: url("../img/nonMember-bg.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: 100%;
	padding-top: 5.625rem;
}

.member__bg--plan {
	margin-top: -1.25rem;
	padding-top: 5rem;
}

.member__inner {
	padding: 0 1.65625rem;
}

.member__head {
	margin-left: auto;
	margin-right: auto;
	width: 88.72%;
}

.nonMember-header {
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 28.125rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.nonMember-header__inner {
	background-image: url("../img/header-nonMember-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.75rem;
	padding: 0 0.625rem;
}

.nonMember-header__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.nonMember-header__logo img {
	height: 3.5625rem;
	width: 8.75rem;
}

.nonMember-header__login img {
	height: 2.164375rem;
	margin-left: auto;
	transition: transform 0.3s ease-in-out;
	width: 10.29625rem;
}

.nonMember-header__img img:hover {
	transform: scale(0.96);
}

.nonMember-top {
	background-color: #fff;
	margin-top: 3.75rem;
}

.nonMember-top__fv {
	position: relative;
}

.nonMember-top__form {
	left: 50%;
	position: absolute;
	top: 77%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.nonMember-top__specialist {
	margin-top: 1.25rem;
}

.nonMember-top__achievements {
	background-image: url("../img/nonMember-achievements-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -0.9375rem;
	padding: 1.875rem 0 5rem;
}

.nonMember-top__achievements-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.4375rem;
	padding: 0 1.375rem;
}

.nonMember-top__line {
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.nonMember-top__container {
	margin-top: -0.5rem;
}

.nonMember-top__profit {
	margin-top: -0.3125rem;
}

.nonMember-top__form-bottom {
	padding-bottom: 1.875rem;
}

.top-form__contact--form-bottom {
	margin-top: 0.3125rem;
}

.top-form__contact--form-bottom input {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nonMember__bg {
	background-image: url("../img/nonMember-bg.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: 100%;
	padding: 5.625rem 0 0 0;
}

.nonMember__inner {
	padding: 0 1.65625rem;
}

.nonMember__head img {
	margin-left: auto;
	margin-right: auto;
	width: 88.72%;
}

.normal {
	background-image: url("../img/normal-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.normal__inner {
	padding: 1.25rem 1.375rem 0.625rem;
}

.normal__list {
	padding-bottom: 1.875rem;
	padding-top: 0.875rem;
}

.pagenavi__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
}

.pagination {
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
}

.pagination a {
	-webkit-text-decoration: none;
	align-items: center;
	background-image: url("../img/pagination-open-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255, 255, 255, 0.4);
	display: flex;
	font-family: "Roboto";
	font-size: 1.375rem;
	font-weight: 900;
	height: 2.5rem;
	justify-content: center;
	opacity: 0.5;
	text-decoration: none;
	transition: 0.3s;
	width: 2.5rem;
}

.pagination a:hover,
.pagination a.active {
	background-image: url("../img/pagination-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	opacity: 1;
}

.plan-all {
	background-image: url("../img/plan-bg.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: 100% 100%;
	margin-top: 3.75rem;
}

.plan-all--night {
	background-image: url("../img/plan-bg-night.webp");
}

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

.plan__head::before {
	background-image: url("../img/plan-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 28.125rem;
	position: absolute;
	top: 46%;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: -1;
}

.plan__head--picks::before {
	background-image: none;
}

.plan__bg {
	padding: 2.5rem 0;
}

.plan__bg--padding-second {
	padding: 1.25rem 0 3.75rem;
}

.plan__bg--bottom {
	padding: 5rem 0;
	position: relative;
}

.plan__bg--bottom::before {
	background-image: url("../img/plan-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 28.125rem;
	position: absolute;
	top: 40%;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: 0;
}

.plan__subtitle {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 46%, #EFCC90 100%);
	color: transparent;
	font-size: 1.3125rem; /* フォントサイズ */
	font-weight: 600; /* 太字 */
	letter-spacing: 0.01em;
	position: relative;
	text-align: center;
	z-index: 1;
}

.plan__frame-text {
	color: #78572E;
	display: inline-block; /* 幅を内容に合わせる */
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.9166666667;
	text-align: left; /* テキストは左寄せ */
}

.plan__frame-sentence {
	align-items: center; /* 縦方向の中央寄せ（必要なら） */
	display: flex;
	justify-content: center; /* 親要素内で中央寄せ */
	margin-top: 1.1875rem;
	width: 100%; /* 必要に応じて親要素を幅いっぱいに */
}

.plan__logo-bg {
	position: relative;
	z-index: 2;
}

.plan__logo-bg::before {
	background-image: url("../img/plan-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 28.125rem;
	position: absolute;
	top: -50%;
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: -1;
}

.plan__inner {
	padding: 0 2.1875rem;
}

.plan__images {
	margin-top: 2.5rem;
}

.plan__list {
	margin-top: 2.3125rem;
}

.plan__bg-item + .plan__bg-item {
	margin-top: 0.3125rem;
}

.plan__race {
	color: #9B7443;
	font-family: "Hiragino Sans";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.plan__container {
	margin: 0 auto;
	padding: 0.3125rem 1.5625rem 0;
	width: 100%;
}

.plan__container--margin {
	padding: 1.25rem 1.5625rem 0;
}

table {
	border-spacing: 0 2px; /* 行の間に2pxのスペースを設定 */
	width: 100%;
}

td {
	padding: 0.3125rem 1.0625rem 0.25rem;
	vertical-align: middle; /* セル内のコンテンツを上下中央に配置 */
}

.label {
	background-color: #963B2B;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-family: "Hiragino Sans";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	width: 29.5%;
}

.label--yellow {
	background-color: #D7A334;
}

.label--blue {
	background-color: #2B5D96;
}

.value {
	background: #fff;
	font-family: "Hiragino Sans";
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
	width: 70.5%;
}

.value--red {
	color: #FF0000;
	font-size: 0.625rem;
}

.point {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
}

.point__text {
	color: #3C2A00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.point__button img {
	transition: transform 0.3s ease; /* スムーズな変化 */
}

.point__button img:hover {
	transform: scale(0.98); /* 画像を5%小さくする */
}

.point__buttons {
	margin-top: 1.5625rem;
}

.point__button + .point__button {
	margin-top: -2.1875rem;
}

.point__button {
	position: relative;
}

.point__button a {
	display: block;
	overflow: hidden;
	position: relative;
}

.point__button-box {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.point__button-text-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 48%; /* ここはあくまでラップの設定だけ */
}

.point__button-text-wrap--credit {
	top: 51%;
}

.point__button-text {
	font-size: 1.751875rem;
	font-weight: 900;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.point__button-text--credit {
	font-size: 1.375rem;
	line-height: 1.25;
}

/* 白い縁取りテキスト */

.point__button-text--stroke {
	color: #ffffff;
	text-shadow: -2px 0px 0px #A5822B, 2px 0px 0px #A5822B, 0px -2px 0px #A5822B, 0px 2px 0px #A5822B, 0px 3px 7px #AC7B05;
}

/* 青グラデーションテキスト */

.point__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: url("../img/point-button-text-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
}

.prediction__item {
	align-items: center;
	background-image: url("../img/prediction-item-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	padding: 1.125rem 1.125rem 1.125rem 1.25rem;
}

.prediction__item + .prediction__item {
	margin-top: 0.1875rem;
}

.prediction__name {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom right, #C99945 0%, #9B7443 46%, #E5D2B1 100%);
	background-clip: text;
	color: transparent;
}

.prediction__name {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.prediction__contents {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.privacy {
	margin-top: 1.875rem;
}

.privacy__text {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
}

.privacy__list {
	margin-top: 1.25rem;
	padding-bottom: 3.75rem;
}

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

.privacy__title {
	color: #583E00;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 1.1875rem;
	text-align: center;
}

.result__item + .result__item {
	margin-top: 0.9375rem;
}

.result__item {
	position: relative; /* 親要素を相対配置に */
}

.result__item img {
	height: auto; /* 画像の高さは自動調整 */
	width: 100%; /* 画像を親要素に合わせて調整 */
}

.result__text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	left: 50%; /* 水平中央 */
	position: absolute; /* 絶対配置でテキストを画像上に重ねる */
	text-align: center;
	top: 50%; /* 垂直中央 */
	transform: translate(-50%, -50%); /* 中央に完全に配置 */
	white-space: nowrap;
}

.result__text span {
	font-family: "Hiragino Sans";
}

.rogin {
	margin-top: 3.875rem;
	padding: 0 1.375rem 2.75rem;
}

.form__item {
	text-align: left;
}

.form__item + .form__item {
	margin-top: 1.125rem;
}

.form__item input {
	background-color: #fff;
	background-image: url("../img/contact-input.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 3.125rem;
	box-sizing: border-box;
	color: #929292;
	font-size: 1rem;
	font-weight: 700;
	height: 3.125rem;
	padding: 0.8125rem 0.875rem;
	width: 100%;
}

.form__item input::-moz-placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.form__item input::placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.rogin__sentence {
	margin: 2.5rem auto 0;
	max-width: 18.5625rem;
}

.rogin__text {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
}

.rogin__text + .rogin__text {
	margin-top: 1.125rem;
}

.rogin__buttons {
	margin-top: 1.875rem;
	text-align: center;
}

.rogin__btn img {
	display: block; /* 画像の隙間をなくす */
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease-in-out;
	width: 75.45%;
}

.rogin__btn--size img {
	margin-left: auto;
	margin-right: auto;
	width: 75.45%;
}

.rogin__btn + .rogin__btn {
	margin-top: 0.5rem;
}

.rogin__btn a {
	display: inline-block; /* 画像のサイズ調整を適切にする */
}

.rogin__btn:hover img {
	transform: scale(0.96);
}

.settlement {
	padding-top: 1.875rem;
}

.settlement__inner {
	padding: 0 0.53125rem;
}

.settlement__selection {
	display: flex;
	flex-direction: column;
}

.settlement__option {
	align-items: center;
	background-image: url("../img/settlement-option-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #9B7443;
	cursor: pointer;
	display: flex;
	font-family: "Roboto";
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1.1666666667;
	padding: 0.9375rem 0.75rem 0.9375rem 0.6875rem;
	position: relative;
	transition: border 0.3s ease;
	width: 100%;
}

.settlement__option + .settlement__option {
	margin-top: 0.5rem;
}

.settlement__option:hover {
	border-color: #fff;
}

.settlement__option input {
	display: none;
}

.settlement__circle {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 1.875rem;
	margin-right: 0.5625rem;
	position: relative;
	width: 1.875rem;
}

.settlement__option input:checked + .settlement__circle::after {
	background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23D5AE58%22%20d%3D%22M9%2019l-5-5%201.4-1.4L9%2016.2l9.6-9.6L20%208z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
	background-size: contain; /* アイコンが枠をはみ出さない */
	content: "";
	height: 2.625rem;
	left: 68%;
	position: absolute;
	top: 29%;
	transform: translate(-50%, -50%); /* 真ん中に配置 */
	width: 3.125rem; /* サイズ調整 */
}

.settlement__text {
	flex: 1;
}

.terms__list {
	margin-top: 2.0625rem;
	padding-bottom: 2.5rem;
}

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

.terms__title {
	color: #583E00;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.terms__text {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
	margin-top: 1.25rem;
}

.thanks {
	margin-top: 4.375rem;
	padding-bottom: 1.875rem;
}

.thanks__text {
	color: #583E00;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

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

.thanks__btn {
	margin-top: 4.625rem;
}

.thanks__btn a {
	display: inline-block; /* 画像のサイズ調整を適切にする */
}

.thanks__btn img {
	display: block; /* 画像の隙間をなくす */
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease-in-out;
	width: 62.65%;
}

.thanks__btn:hover img {
	transform: scale(0.96);
}

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

.top-form__contact input {
	background-color: #fff;
	background-image: url("../img/contact-input.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 3.35625rem;
	box-sizing: border-box;
	color: #929292;
	font-size: 1.074375rem;
	font-weight: 600;
	height: 3.3125rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8725rem 0.9375rem 0.85875rem;
	width: 82%;
}

.top-form__contact input::-moz-placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.top-form__contact input::placeholder {
	font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
}

.top-form__button {
	margin-top: 1.33125rem;
}

.top-form__button img {
	border-radius: 3.125rem;
	box-shadow: 0px 4px 22px rgba(255, 170, 43, 0.57);
	margin: 0.4375rem auto 0;
	transition: transform 0.3s ease-out;
	width: 93.59%;
}

.top-form__button img:hover {
	transform: scale(0.98);
}

.top-form__button-text {
	color: #764F0A;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: center;
}

.top-form__present {
	margin-top: -0.625rem;
}

.top-form__present img {
	margin-left: auto;
	margin-right: auto;
	width: 77.695%;
}

.top-form__present--line {
	margin-top: 0.6875rem;
}

.top-form__present--line img {
	margin-left: auto;
	margin-right: auto;
	width: 90.515%;
}

.top-form__contact--line {
	margin-top: 0.3125rem;
}

.top-line {
	background-image: url("../img/top-line-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-line__completed img {
	margin-left: auto;
	margin-right: auto;
	width: 82%;
}

.top-line__movie {
	margin-top: 1.25rem;
}

.top-line__movie img {
	margin-left: auto;
	margin-right: auto;
	width: 92.31%;
}

.top-line__step {
	margin-top: 1.875rem;
}

.top-line__step img {
	margin-left: auto;
	margin-right: auto;
	width: 94.875%;
}

.top-line__method {
	margin-top: 2.5rem;
}

.top-line__method img {
	margin-left: auto;
	margin-right: auto;
	width: 96.155%;
}

.top-line__guidance {
	margin-top: 1.875rem;
}

.top-line__guidance img {
	margin-left: auto;
	margin-right: auto;
	width: 84.616%;
}

.top-precautions {
	background-image: url("../img/top-precautions-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.25rem 1.125rem 2.9375rem;
}

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

.top-precautions__frame {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 1;
}

.top-precautions__frame img {
	display: block;
	height: auto;
	width: 100%;
}

.top-precautions__sentence {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 1.875rem 1.5625rem;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top-precautions__sentence-inner {
	max-width: 100%;
}

.top-precautions__sentence-text {
	color: #323232;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

.top-precautions__sentence-text + .top-precautions__sentence-text {
	margin-top: 0.875rem;
}

.trial {
	background-image: url("../img/trial-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1.25rem;
}

.trial__inner {
	padding: 0 1.375rem;
}

.trial__list {
	padding: 1.25rem 0;
}

.trial__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.vip {
	background-image: url("../img/vip-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 4.0625rem 0 0.9375rem;
}

.vip__head img {
	margin-left: auto;
	margin-right: auto;
	width: 93.85%;
}

.vip__content {
	margin-top: 0.625rem;
}

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

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

.vip__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 2.0833333333vw;
}

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

}

@media (min-width: 768px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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