body {
	background-color: #000;
	color: #000;
}

.all {
	font-family: "Toppan Bunkyu Midashi Mincho", 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: 61.75%;
}

.achievements__list {
	margin-top: 1.875rem;
}

.achievements__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21.25rem 10rem;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Mincho ProN", serif;
	justify-content: center;
	padding: 1.625rem 3.125rem 1.3125rem 0;
	position: relative;
	text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.achievements__time {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5;
}

.achievements__round {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.achievements__price {
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.6875rem;
	text-shadow: 0 0rem 0.25rem rgba(0, 0, 0, 0.25);
}

.closed {
	margin-top: -1.5rem;
	padding-bottom: 4rem;
}

.closed__inner {
	padding: 0 2.1875rem;
}

.closed__sentence {
	margin-top: 1.25rem;
	text-align: center;
}

.closed__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1rem;
	font-weight: 900;
}

.closed__list {
	margin-top: 2.5rem;
}

.closed__images {
	margin-top: 1.25rem;
}

.company {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	margin-top: 1.4375rem;
	padding-bottom: 5rem;
}

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

.company__item dt {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
}

.company__item dd {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
}

.contact {
	margin-top: 2rem;
	padding-bottom: 3.75rem;
}

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

.contact__inner {
	padding: 0 1.5625rem;
}

.contact__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 2.1;
}

.contact__text--margin {
	margin: 0.875rem 0;
}

.contact__form--member {
	margin-top: -5.625rem;
}

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

.contact__item input {
	background-color: #fff;
	background-image: url("../img/contact-input.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	color: #000;
	font-size: 0.875rem;
	font-weight: 600;
	height: 3.125rem;
	line-height: 1.5;
	padding: 0.59375rem 1rem;
	width: 100%;
}

.contact__item input::-moz-placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.contact__item input::placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.contact__item-textarea {
	background-image: url("../img/non-member-contact-textarea.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	font-size: 0.875rem;
	font-weight: 600;
	height: 29.6875rem;
	line-height: 1.5;
	margin-top: 0.625rem;
	padding: 2.8125rem 2.1875rem;
	width: 100%;
}

.contact__item-textarea--non {
	background-image: url("../img/non-member-contact-textarea.webp");
}

.contact__item-textarea textarea {
	color: #000;
	min-height: 15.625rem;
	width: 100%;
}

.contact__item-textarea textarea::-moz-placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.contact__item-textarea textarea::placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.contact__btn {
	margin: 1.875rem auto 0;
	padding-bottom: 6.25rem;
	text-align: center;
	width: 100%;
}

.contact__btn--nonMenber {
	padding-bottom: 0rem;
	width: 100%;
}

.contact__btn--member {
	margin: 1.25rem auto 0;
	width: 83%;
}

.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: 179%;
	position: absolute;
	top: -5%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 150%;
	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: 3.375rem;
	padding-bottom: 3.75rem;
}

.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 {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.75rem;
	line-height: 1.5;
}

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

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

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

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

.credit__button--bank {
	margin-top: 2.5rem !important;
}

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

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

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

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

.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: 10%;
	margin-top: 11%;
	width: 49.46%;
}

.footer-member__menu-point img {
	margin-left: 12%;
	margin-top: 9%;
	width: 50.95%;
}

.footer-member__menu-hit img {
	margin-left: 17%;
	margin-top: 4%;
	width: 65.95%;
}

.footer-member__menu-mail img {
	margin-left: 36%;
	margin-top: 5%;
	width: 50.8%;
}

.footer-member__menu-line img {
	margin-left: 26%;
	margin-top: 7%;
	width: 90.95%;
}

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

.footer--member {
	padding: 1.25rem 0 10%;
}

.footer__inner {
	padding: 0 2.25rem;
}

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

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

.footer__link {
	color: #fff;
	display: inline-block;
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-left: 1.3125rem;
	transition: transform 0.3s ease-in-out;
}

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

.footer__precautions {
	background-image: url("../img/footer-precautions.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 2.625rem 0.625rem 0;
}

.footer__precautions-text {
	color: #fff;
	filter: drop-shadow(0px 0px 5.46px rgb(0, 0, 0));
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.8461538462;
	padding: 1.25rem 0.96875rem;
	text-shadow: -1.5px -1.5px 0px #000, 1.5px -1.5px 0px #000, -1.5px 1.5px 0px #000, 1.5px 1.5px 0px #000; /* 黒の細い線を追加 */
}

.gacha {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-weight: 900;
	padding-bottom: 2.5rem;
}

.gacha__head {
	margin: 2.5rem auto 0;
	width: 75.556%;
}

.gacha__head img {
	-o-object-fit: cover;
	aspect-ratio: 340/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.gacha__box {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.6875rem;
}

.gacha__time {
	font-size: 1.1875rem;
	line-height: 1.5263157895;
}

.gacha__new {
	font-size: 1.375rem;
	line-height: 1.5;
}

.gacha__total {
	font-size: 1.25rem;
	line-height: 1.375;
	margin-top: 0.5rem;
	text-align: center;
}

.gacha__total-color {
	color: #FF0000;
}

.gacha__total-font {
	font-size: 1.75rem;
}

.gacha__hit {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: center;
}

.gacha__hit span {
	color: #FF0000;
}

.gacha__star-five,
.gacha__star-four,
.gacha__star-three,
.gacha__star-two,
.gacha__star-one {
	margin-top: 1.1875rem;
}

.gacha__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 1.1875rem;
	text-align: left;
}

.gacha__text {
	font-size: 1.25rem;
	line-height: 1.5;
}

.gacha__flex {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.1875rem;
}

.gacha__flex-text {
	font-size: 1.25rem;
	line-height: 1.5;
	max-width: 20.1875rem;
	text-align: left;
	width: 100%;
}

.gacha__flex-text + .gacha__flex-text {
	margin-top: 0.375rem;
}

.gacha__text span {
	color: #FF0000;
}

.gacha__remarks-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.1875rem;
}

.gacha__remarks-text {
	font-size: 0.75rem;
	line-height: 1.5;
	max-width: 20.625rem;
	text-align: left;
	width: 100%;
}

.gacha__button {
	margin: 1.25rem auto 0;
	width: 85%;
}

.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: 1.875rem;
}

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

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

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

.mail-details__textarea {
	background-color: #fff;
	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: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	height: auto; /* 自動リサイズのために追加 */
	left: 0;
	line-height: 1.5;
	min-height: 23.6875rem; /* 必要に応じて調整 */
	outline: none;
	overflow: hidden; /* スクロール非表示 */
	padding: 2rem;
	position: absolute;
	resize: none;
	top: 0;
	width: 100%;
}

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

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

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

.btn-submit--line img {
	height: 100% !important;
	width: 85.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: 3rem;
}

.mail__item {
	background-color: #fff;
	border-top: solid 1px #fff;
}

.mail__item--open {
	border: none;
}

.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-color: #1B1B1B;
	background-image: none;
}

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

.mail__title {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.mail__title--open {
	color: #939393;
}

.mail__box {
	background-image: url("../img/mail-box-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 2.5625rem;
	padding: 0.75rem 2.5rem;
}

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

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

.mail__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3333333333;
}

.mail__text--open {
	color: rgba(255, 255, 255, 0.5);
}

.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/nonMember-header-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.75rem;
	padding: 0 0.625rem;
}

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

.member-header__logo img {
	height: 2.875rem;
	width: 5.5625rem;
}

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

.member-header__box {
	align-items: center;
	background-image: url("../img/member-box.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	gap: 0 0.3125rem;
	justify-content: space-between;
	padding: 0.1875rem 0.625rem;
}

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

.member-header__text {
	-webkit-background-clip: text;
	background-clip: text;
	background-image: url("../img/text-bg.webp");
	background-position: -3.5rem 9.4375rem;
	color: transparent;
	display: inline-block;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.6875rem;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

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

.member-hit__bg {
	background-image: url("../img/member-hit-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

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

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

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

.member-top-fv {
	background-image: url("../img/member-top-fv.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 8px 8px -3px rgb(255, 255, 255), 0px -8px 8px -3px rgb(255, 255, 255);
	padding: 1.0625rem 0 1.9375rem;
}

.member-top-fv__content img {
	-o-object-fit: cover;
	aspect-ratio: 340/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.member-top {
	margin-top: 3.75rem;
}

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

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

.member__inner {
	padding: 0 1.65625rem;
}

.member__head {
	box-shadow: 0 0 1rem 0 #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 79.234%;
}

.nonMember-contact {
	margin-top: 1.4375rem;
	padding-bottom: 6.25rem;
}

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

.nonMember-contact__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.75rem;
	font-weight: 900;
}

.nonMember-contact__sentence {
	padding-bottom: 2.8125rem;
}

.nonMember-contact__form {
	margin-top: 2.8125rem;
}

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

.nonMember-contact__item + .nonMember-contact__item {
	margin-top: 2.5rem;
}

.nonMember-contact__item input {
	-o-border-image: linear-gradient(to right, #8A0DCE 0%, #7E5DD3 30%, #4D4AA5 49%, #3A3A90 100%) 1;
	background-color: #fff;
	border: 3px solid; /* ボーダーの太さを指定 */
	border-image: linear-gradient(to right, #8A0DCE 0%, #7E5DD3 30%, #4D4AA5 49%, #3A3A90 100%) 1;
	box-sizing: border-box;
	font-size: 0.875rem;
	font-weight: 900;
	height: 3.125rem;
	padding: 0.875rem 1.125rem;
	width: 100%;
}

.nonMember-contact__item-textarea {
	background-color: #fff;
	background-image: url("../img/nonMember-contact-textarea.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 95% 95%;
	box-sizing: border-box;
	font-size: 0.875rem;
	font-weight: 900;
	height: 29.6875rem;
	padding: 3.0625rem 2rem 3.0625rem 2.125rem;
	width: 100%;
}

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

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

.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: 179%;
	position: absolute;
	top: -15%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 150%;
	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;
	margin-top: 2.5rem;
	max-width: 15.375rem;
	padding: 1.875rem 0rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.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/nonMember-header-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 3.75rem;
	padding: 0 1.25rem 0 0.625rem;
}

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

.nonMember-header__logo img {
	height: 2.875rem;
	width: 5.5625rem;
}

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

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

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

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

.nonMember-second__form {
	margin-top: 2.1875rem;
}

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

.nonMember-top__fv {
	position: relative;
}

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

.nonMember-second__fv {
	position: relative;
}

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

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

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

.nonMember-top__turn {
	position: relative;
}

.nonMember-top__turn-form {
	left: 50%;
	position: absolute;
	top: 79%;
	transform: translate(-50%, 0%);
	width: 100%;
}

.nonMember-top__voice-form {
	margin-top: 1.875rem;
}

.nonMember-top__line {
	position: relative;
}

.nonMember-top__line-form {
	left: 50%;
	position: absolute;
	top: 91.7%;
	transform: translate(-50%, 0%);
	width: 100%;
}

.nonMember-top__decision {
	position: relative;
}

.nonMember-top__decision-form {
	left: 50%;
	position: absolute;
	top: 64%;
	transform: translate(-50%, 0%);
	width: 100%;
}

.nonMember-top__line--position {
	position: relative;
}

.nonMember-top__line-box {
	left: 50%;
	position: absolute;
	top: 16.6%;
	transform: translate(-50%, 0%);
}

.nonMember-top__line-registration img {
	height: 4.375rem;
	width: 11.25rem;
}

.nonMember__bg {
	background-image: url("../img/page-bg.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	padding: 5.25rem 0 0 0;
}

.nonMember__inner {
	padding: 0 1.65625rem;
}

.nonMember__head {
	box-shadow: 0 0 1rem 0 #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 87.18%;
}

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

.normal__inner {
	padding: 0rem 1.5625rem;
}

.normal__list {
	padding-bottom: 2.5rem;
	padding-top: 1.8125rem;
}

.normal__item {
	margin-left: auto;
	margin-right: auto;
	width: 87.18%;
}

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

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

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

.pagination {
	display: flex;
	gap: 0 1.25rem;
}

.pagination a {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(to bottom right, #8A0DCE 0%, #7E5DD3 30%, #4D4AA5 49%, #3A3A90 100%);
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1.375rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	line-height: 1.5;
	opacity: 0.4;
	text-decoration: none;
	transition: 0.3s;
	width: 2.5rem;
}

.pagination a:hover,
.pagination a.active {
	color: white;
	opacity: 1;
}

.plan-buy {
	margin-top: 3.75rem;
}

.plan-buy__bg {
	background-image: url("../img/plan-buy-bg-green.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: 100% 100%;
	padding: 5rem 0 6.8125rem;
}

.plan-buy__bg--red {
	background-image: url("../img/plan-buy-bg-red.webp");
}

.plan-buy__bg--gold {
	background-image: url("../img/plan-buy-bg-gold.webp");
}

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

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

.plan-picks {
	margin-top: 3.75rem;
}

.plan-picks__bg {
	background-image: url("../img/picks-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.3125rem 0 3.75rem;
}

.plan-picks__bg--red {
	background-image: url("../img/picks-bg-red.webp");
}

.plan-picks__bg--gold {
	background-image: url("../img/picks-bg-gold.webp");
}

.plan-picks__item + .plan-picks__item {
	margin-top: 0.3125rem;
}

.plan-picks__item--margin {
	margin-top: 0.9375rem;
}

.plan-picks__race {
	color: #fff;
	font-family: "Hiragino Mincho ProN", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.plan-picks__container {
	margin: 0 auto;
	padding: 0.3125rem 1.5625rem 0;
	width: 100%;
}

.plan-picks__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: linear-gradient(to right, #5FC01F 0%, #3CF808 100%);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	width: 29.5%;
}

.label--red {
	background: linear-gradient(to right, #FF4D00 0%, #FF9136 100%);
}

.label--gold {
	background: linear-gradient(to right, #FFBB00 0%, #EBDA5C 100%);
}

.value {
	background: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	width: 70.5%;
}

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

.plan {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.plan-all {
	margin-top: 3.75rem;
}

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

.plan__bg--gold {
	background-image: url("../img/normal-bg-gold.webp");
}

.plan__bg--padding {
	padding: 1.875rem 0 6.3125rem;
}

.plan__bg--picks {
	padding: 0.3125rem 0 1.25rem;
}

.plan__subtitle {
	-webkit-background-clip: text; /* Safari対応 */
	background: linear-gradient(to bottom, #EECB8E 20%, #9B7443 46%, #EFCC90 74%); /* 画像のグラデーションに基づく色 */
	background-clip: text; /* 背景をテキストにクリップ */
	color: transparent; /* 文字色を透明に */
	font-size: 1.3125rem; /* フォントサイズ */
	font-weight: 900; /* 太字 */
	letter-spacing: 0.01em;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
}

.plan__frame {
	margin-top: 0.625rem;
}

.plan__frame-top,
.plan__frame-bottom {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.plan__frame-text {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 900;
	line-height: 1.8461538462;
	margin-left: auto;
	margin-right: auto;
	max-width: 16.875rem;
}

.plan__inner {
	padding: 0 2.1875rem;
}

.plan__list {
	margin-top: 2.5rem;
}

.plan__images {
	margin-top: 1.25rem;
}

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

.plan__race {
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
}

.plan__container {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	padding: 0 1.5625rem;
	width: 100%;
}

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

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

.label {
	background: #434343;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 900;
	font-weight: bold;
	text-align: center;
	width: 29.5%;
}

.value {
	background: #D9D9D9;
	font-size: 0.75rem;
	text-align: left;
	width: 70.5%;
}

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

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

.point__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
	padding-left: 0.625rem;
}

.point__buttons {
	margin-top: 2rem;
}

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

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

.point__button img {
	display: block; /* 画像の隙間をなくす */
	transition: transform 0.3s ease-in-out;
}

.point__button:hover img {
	transform: scale(0.98);
}

.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: 50%;
}

.point__button-text {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1.35625rem;
	font-style: normal; /* italicは外す */
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.3;
	position: absolute;
	text-align: center;
	transform: skewX(-10deg); /* ←ここで浅い角度をコントロール！ */
	white-space: nowrap;
}

.point__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: url("../img/button-text-bg.webp"); /* ここを画像に変更！ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; /* 背景画像をぴったりフィット */
	color: transparent;
}

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

.point__button-text--stroke {
	color: #ffffff;
	text-shadow: -2px 0px 0px #5D1001, 2px 0px 0px #5D1001, 0px -2px 0px #5D1001, 0px 2px 0px #5D1001;
}

.point__button-text--stroke--credit {
	text-shadow: -2px 0px 0px #000A66, 2px 0px 0px #000A66, 0px -2px 0px #000A66, 0px 2px 0px #000A66;
}

.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: 51%;
}

.payment__button-text {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1rem;
	font-style: normal; /* italicは外す */
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.3;
	position: absolute;
	text-align: center;
	transform: skewX(-10deg); /* ←ここで浅い角度をコントロール！ */
	white-space: nowrap;
}

.payment__button-text--font {
	font-size: 0.91rem;
}

.payment__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: url("../img/button-text-bg.webp"); /* ここを画像に変更！ */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; /* 背景画像をぴったりフィット */
	color: transparent;
}

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

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

.prediction__item {
	-o-border-image: linear-gradient(90deg, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%) 1;
	align-items: center;
	background-color: #fff;
	border: 3px solid;
	border-image: linear-gradient(90deg, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%) 1;
	box-shadow: 0px 0px 9px 0px #AF7FFF;
	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, #8A0DCE 0%, #7E5DD3 30%, #4D4AA5 49%, #3A3A90 100%);
	background-clip: text;
	color: transparent;
}

.prediction__name,
.prediction__contents {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.5;
}

.privacy {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	margin-top: 1.4375rem;
}

.privacy__text {
	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 {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	text-align: left;
}

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

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

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

.result__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	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 Mincho ProN", serif;
}

.rogin {
	margin-top: 3.125rem;
	padding: 0 1.375rem 6.25rem;
}

.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-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1rem;
	font-weight: 600;
	height: 3.125rem;
	padding: 0.8125rem 0.875rem;
	width: 100%;
}

.form__item input::-moz-placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.form__item input::placeholder {
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

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

.rogin__text {
	color: #fff;
	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: 93.45%;
}

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

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

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

.settlement {
	padding-top: 2.3125rem;
}

.settlement__inner {
	padding: 0 0.53125rem;
}

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

.settlement__option {
	-o-border-image: linear-gradient(90deg, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%) 1;
	align-items: center;
	background-image: url("../img/settlement-option-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	border: 3px solid;
	border-image: linear-gradient(90deg, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%) 1;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: space-between;
	padding: 0.9375rem 0.8125rem 0.9375rem 0.6875rem;
	position: relative;
	transition: border 0.3s ease;
}

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

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

.settlement__option input {
	display: none;
}

.settlement__circle {
	background-color: #B3B3B3;
	border: 1px solid #6a6a6a;
	border-radius: 50%;
	display: inline-block;
	height: 1.875rem;
	margin-right: 0.5625rem;
	position: relative;
	width: 1.875rem;
}

.settlement__option input:checked + .settlement__circle {
	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%22red%22%20d%3D%22M9%2019l-5-5%201.4-1.4L9%2016.2l9.6-9.6L20%208z%22%2F%3E%3C%2Fsvg%3E") center/cover no-repeat;
	border-color: #F24822;
}

.settlement__text {
	flex: 1;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev,
.swiper-button-next {
	height: 2.3125rem;
	top: 52%;
	top: var(--swiper-navigation-top-offset, 52%);
	width: 2.3125rem;
}

.swiper-button-prev {
	left: 7px;
	left: var(--swiper-navigation-sides-offset, 7px);
}

.swiper-button-next {
	right: 7px;
	right: var(--swiper-navigation-sides-offset, 7px);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.5;
}

/* 前へ次への矢印カスタマイズ */

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.3125rem;
	margin: auto;
	width: 2.3125rem;
}

/* 前への矢印カスタマイズ */

.swiper-button-prev::after {
	background-image: url(../img/swiper-left.webp);
}

/* 次への矢印カスタマイズ */

.swiper-button-next::after {
	background-image: url(../img/swiper-right.webp);
}

/* 画像サイズ調整 */

.swiper-slide img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 87.18%;
}

.terms {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
}

.terms__list {
	margin-top: 3.375rem;
	padding-bottom: 5rem;
}

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

.terms__title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
}

.terms__text {
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
	margin-top: 0.625rem;
}

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

.thanks__text {
	color: #fff;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

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

.thanks__btn {
	margin-top: 3.875rem;
}

.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: 76.205%;
}

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

.top-form {
	text-align: center;
}

.top-form__text {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 0.96875rem;
	font-weight: 700;
	line-height: 1.2258064516;
	padding: 0.5rem 1.0625rem;
	text-align: center;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

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

.top-form__button img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s;
	width: 84.395%;
}

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

.top-form__button--second {
	margin-top: -1rem;
}

.top-form__button--second img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s;
	width: 96.395%;
}

.top-precautions {
	background-image: url("../img/top-precautions-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0.9375rem 1.875rem 1rem;
}

.top-precautions__sentence-text {
	color: #fff;
	font-family: "Hiragino Sans";
	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: 0.375rem;
}

.trial__inner {
	padding: 0 1.5625rem;
}

.trial__list {
	padding: 1.0625rem 0 1.6875rem;
}

.trial__item {
	margin-left: auto;
	margin-right: auto;
	width: 87.18%;
}

.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-bottom: 2.3125rem;
}

.vip__list {
	padding-top: 3.5625rem;
}

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

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

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

.voice {
	background-image: url("../img/voice-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	font-family: "Toppan Bunkyu Midashi Mincho", serif;
	padding: 1.875rem 0 1.5625rem;
	text-align: center;
}

.voice__inner {
	padding: 0 2.1875rem;
}

.nonMember-top__voice-title {
	height: 10rem;
	margin-left: auto;
	margin-right: auto;
	width: 20.375rem;
}

.voice__list {
	margin-top: 1.6875rem;
}

.voice__text {
	color: #fff;
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
	flex-grow: 0; /* 自動拡張を防ぐ */
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.625;
	margin-bottom: auto; /* 下の余白も自動調整 */
	margin-top: auto; /* 上部の余白を自動調整して中央寄せ */
	padding-top: 2.5rem;
	text-align: left;
	text-shadow: -0.5px -0.5px 0px #000, 0.5px -0.5px 0px #000, -0.5px 0.5px 0px #000, 0.5px 0.5px 0px #000; /* 黒の細い線を追加 */
}

.voice__text--second,
.voice__text--third {
	padding-top: 1.25rem;
}

.voice__human {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom, #FFFFFF, #5A4EEA); /* 上から下に変化 */
	background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 1rem; /* 必要に応じて調整 */
	font-weight: bold;
	line-height: 1.625;
	padding-bottom: 0.9375rem;
	position: relative;
	text-align: center;
}

.voice__human::before {
	color: black; /* 黒文字を影として配置 */
	content: "30代　女性　主婦"; /* ここを変更（JSを使えば動的にできる） */
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center; /* シャドウ効果を強調 */
	text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
	top: 0;
	width: 100%;
	z-index: -1;
}

.voice__human--second {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom, #FFFFFF, #5A4EEA); /* 上から下に変化 */
	background-clip: text;
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 1rem; /* 必要に応じて調整 */
	font-weight: bold;
	line-height: 1.625;
	padding-bottom: 0.9375rem;
	position: relative;
	text-align: center;
}

.voice__human--second::before {
	color: black; /* 黒文字を影として配置 */
	content: "20代　男性　サラリーマン"; /* ここを変更（JSを使えば動的にできる） */
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center; /* シャドウ効果を強調 */
	text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
	top: 0;
	width: 100%;
	z-index: -1;
}

.voice__human--third {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom, #FFFFFF, #5A4EEA); /* 上から下に変化 */
	background-clip: text;
	color: transparent;
	color: transparent;
	display: inline-block;
	font-size: 1rem; /* 必要に応じて調整 */
	font-weight: bold;
	line-height: 1.625;
	padding-bottom: 0.9375rem;
	position: relative;
	text-align: center;
}

.voice__human--third::before {
	color: black; /* 黒文字を影として配置 */
	content: "50代　男性　サラリーマン"; /* ここを変更（JSを使えば動的にできる） */
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center; /* シャドウ効果を強調 */
	text-shadow: -1px -1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, 1px 1px 0px #000;
	top: 0;
	width: 100%;
	z-index: -1;
}

.voice__container {
	display: inline-block;
	height: 18.375rem; /* 画像の高さに合わせる */
	position: relative;
	width: 20rem; /* 画像の幅に合わせる */
}

.voice__item-bg {
	-o-object-fit: cover;
	min-height: 18.375rem; /* 高さを固定 */
	object-fit: cover; /* 画像を適切にフィット */
	position: absolute;
	width: 20rem; /* 幅を固定 */
}

.voice__sentence {
	align-items: center; /* 中央揃え */
	display: flex;
	flex-direction: column;
	height: 100%; /* コンテナ全体をカバー */
	justify-content: space-between; /* 上下に要素を均等配置 */
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17.5rem; /* 必要に応じて調整 */
	z-index: 2;
}

.voice__btn {
	margin-top: 1.25rem;
}

@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 */
