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

.all {
	font-family: "A-OTF Ryumin Pr6N", 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;
	position: relative;
	width: 100%;
	z-index: 2;
}

.achievements__list {
	margin-top: -7.5rem;
	position: relative;
	z-index: 3;
}

.achievements__list--margin {
	margin-top: 0rem;
}

.achievements__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23.125rem 12.5625rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 5.125rem 4.625rem 2.1875rem 3rem;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.achievements__time {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.achievements__round {
	font-size: 1.3125rem;
	margin-top: 0.375rem;
}

.achievements__price {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to bottom, #ffffff 0%, #fffaf0 10%, #fff3d5 20%, #ffeec0 30%, #ffe6a6 40%, #ffdc87 50%, #fcd96e 60%, #f5c95a 70%, #e8b846 80%, #dab038 90%, #cfa62a 100%);
	background-clip: text;
	display: inline-block;
	font-size: 2.125rem;
	letter-spacing: -0.05em;
	padding-left: 4.8rem;
	position: relative;
	text-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.4);
	top: 0.21875rem;
}

.achievements__price span {
	font-size: 1.625rem;
}

.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;
	margin-top: 3.125rem;
	padding-bottom: 3.75rem;
	text-align: center;
}

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

.company__item {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.4166666667;
}

.company__item dt {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #FFFFFF 0%, #7D7D7D 44%, #FFFFFF 90%);
	background-clip: text;
	display: inline-block;
}

.company__item dd {
	margin-top: 0.3125rem;
}

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

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

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

.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: #929292;
	font-size: 1.0625rem;
	font-weight: 700;
	height: 3.3125rem;
	line-height: 2;
	padding: 0.59375rem 1rem;
	width: 100%;
}

.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: 1.625rem;
	padding: 2.8125rem 2.1875rem;
	width: 100%;
}

.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;
	text-align: center;
	width: 100%;
}

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

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

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

.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: 120%;
	position: absolute;
	top: -5%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 96%;
	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: 2.375rem;
	padding-bottom: 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 {
	color: #fff;
	font-size: 0.75rem;
	line-height: 2;
}

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

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

.cta-fixed {
	background-image: url("../img/cta-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	display: none;
	left: 50%;
	max-width: 28.125rem;
	padding: 0.9375rem 0 0.3125rem;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}

.cta-fixed__wrapper {
	animation: pulse 1s infinite ease-in-out;
	display: inline-block;
	transform-origin: center;
}

.cta-fixed__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

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

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

.footer-member__menu-plan img {
	margin-left: 13%;
	margin-top: 13%;
	width: 67.46%;
}

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

.footer-member__menu-hit img {
	margin-left: 5%;
	margin-top: 14%;
	width: 72.95%;
}

.footer-member__menu-mail img {
	margin-left: 11%;
	margin-top: 15%;
	width: 60.8%;
}

.footer-member__menu-line img {
	margin-left: 8%;
	margin-top: 18%;
	width: 72.95%;
}

.footer {
	background-image: url("../img/footer-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	padding: 5.375rem 0 5.875rem;
	position: relative;
}

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

.footer__inner {
	padding: 0 2.25rem;
}

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

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

.footer__link {
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2;
	padding-left: 1.3125rem;
	text-shadow: 0 0 4px rgb(0, 0, 0);
	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: 1.25rem 0.625rem 0;
}

.footer__precautions-text {
	color: #fff;
	filter: drop-shadow(0px 0px 5.46px rgb(0, 0, 0));
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.8461538462;
	padding: 1.25rem 0.96875rem 1.875rem;
	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: 5rem;
}

.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-image: url("../img/non-member-contact-textarea.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: #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: 2.5rem auto 0;
	text-align: center;
	width: 85%;
}

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

.mail__item {
	background-color: #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-image: url("../img/mail-head-bg-open.webp");
}

.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: #000;
}

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

.mail__text--open {
	color: #323232;
}

.mali__pagenavi {
	margin-top: 1.5625rem;
}

.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.5rem;
	padding: 0 0.65625rem 0 1.3125rem;
}

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

.member-header__logo img {
	height: 2.5625rem;
	width: 6.9375rem;
}

.member-header__box {
	align-items: center;
	background-image: url("../img/member-box.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	gap: 1.0625rem;
	justify-content: space-between;
	padding: 0.125rem 0.7125rem 0.0625rem 1.125rem;
}

.member-header__box--point {
	gap: 0.4375rem;
}

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

.member-header__text {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.member-header__number {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #E7D8B1 0%, #F0E0B7 92%);
	background-clip: text;
	display: inline-block;
	font-family: "Hiragino Mincho Pro", serif;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.member-hit {
	overflow: hidden;
	padding-top: 3.5rem;
}

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

.member-hit__bg::before {
	background-image: url("../img/nonMember-achievements-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.875rem;
	left: 58%;
	position: absolute;
	top: -1.5%;
	transform: translate(-50%, 0%);
	width: 37.25rem;
	z-index: 1;
}

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

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

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

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

.nonMember-contact {
	margin-top: 3.125rem;
	padding-bottom: 5rem;
}

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

.nonMember-contact__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 2;
}

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

.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: 120%;
	position: absolute;
	top: -15%;
	transition: transform 0.3s ease; /* トランジションを追加 */
	width: 96%;
	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.5rem;
	padding: 0 0.75rem 0 1.3125rem;
}

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

.nonMember-header__logo img {
	height: 2.5625rem;
	width: 6.9375rem;
}

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

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

.nonMember-top {
	background-color: #000;
	margin-top: 3.5rem;
	overflow: hidden;
}

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

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

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

.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%;
	margin-top: -2.625rem;
	padding: 0rem 0 3.25rem;
}

.nonMember-top__achievements-bg {
	position: relative;
}

.nonMember-top__achievements-bg::before {
	background-image: url("../img/nonMember-achievements-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 18.875rem;
	left: 58%;
	position: absolute;
	top: -1%;
	transform: translate(-50%, 0%);
	width: 37.25rem;
	z-index: 1;
}

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

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

.nonMember-top__story {
	position: relative;
	text-align: center;
}

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

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

.nonMember__inner {
	padding: 0 1.65625rem;
}

.nonMember__head {
	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;
	padding: 1.125rem 0;
}

.normal__inner {
	padding: 0rem 1.5625rem;
}

.normal__head {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.normal__list {
	padding-top: 1rem;
}

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

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

.normal__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	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-image: url("../img/pagination-bg-white.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 1px #fff;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.375rem;
	font-weight: 700;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	opacity: 0.4;
	text-decoration: none;
	transition: 0.3s;
	width: 2.5rem;
}

.pagination a:hover,
.pagination a.active {
	background-image: url("../img/pagination-bg.webp");
	color: #fff;
	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.5rem;
}

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

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

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

.plan-picks__race {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	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.40625rem 1.0625rem 0.21875rem;
	vertical-align: middle; /* セル内のコンテンツを上下中央に配置 */
}

.label {
	background-image: url("../img/label-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	width: 29.5%;
}

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

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

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

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

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

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

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

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

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

.plan__heading {
	color: #fff;
	position: relative;
	text-align: center;
}

.plan__fade {
	left: 50%;
	position: absolute;
	top: 1%;
	transform: translate(-50%, 0%);
}

.plan__head {
	font-size: 1.1875rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 2;
	position: relative;
	text-shadow: 0 0 0.875rem rgb(255, 255, 255);
	z-index: 2;
}

.plan__frame-text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 1rem;
}

.plan__frame-text-buy {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.9166666667;
}

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

.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-size: 1.375rem;
	font-weight: 700;
	line-height: 1.1363636364;
	position: absolute;
	text-align: center;
	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 {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: 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%);
	background-clip: text;
	display: inline-block;
}

.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-size: 1.375rem;
	font-weight: 700;
	line-height: 1.1363636364;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

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

.prediction__item {
	align-items: center;
	background-image: url("../img/prediction-item-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	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, #E7D8B1 0%, #FFFAEE 48%, #F0E0B7 92%);
	background-clip: text;
	color: transparent;
}

.prediction__contents {
	color: #fff;
}

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

.privacy {
	color: #fff;
	margin-top: 3.125rem;
}

.privacy__text {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.8333333333;
}

.privacy__list {
	margin-top: 0.625rem;
	padding-bottom: 5rem;
}

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

.privacy__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 2;
	padding-bottom: 0.625rem;
	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-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 Pro", serif;
}

.rogin {
	margin-top: 5rem;
	padding: 0 1.375rem 4.375rem;
}

.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: #414141;
	font-family: "Hiragino Mincho Pro", serif;
	font-size: 1rem;
	font-weight: 600;
	height: 3.125rem;
	line-height: 1.5;
	padding: 0.875rem 0.8125rem;
	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: 2.25rem auto 0;
	max-width: 18.5625rem;
}

.rogin__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.8333333333;
}

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

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

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

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

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

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

.settlement {
	padding-top: 2.5rem;
}

.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;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: space-between;
	line-height: 2;
	padding: 0.75rem 0.8125rem 0.75rem 0.6875rem;
	position: relative;
	transition: border 0.3s ease;
}

.settlement__option:has(input:checked) {
	background-image: url("../img/settlement-option-bg--active.webp");
}

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

.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 {
	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: #D80202;
}

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

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

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

.terms__title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.375;
	text-align: center;
}

.terms__text {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.8333333333;
	margin-top: 1.25rem;
}

.thanks {
	margin-top: 6.25rem;
	padding-bottom: 7.5rem;
}

.thanks__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

.thanks__btn {
	margin-top: 5rem;
}

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

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

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

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

.top-form__sentence {
	background-image: url("../img/top-form-sentence-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0rem 0.9375rem rgb(0, 0, 0);
	margin: 0.625rem 0.625rem 0;
	padding: 1.125rem 1.8125rem 0.8125rem;
}

.top-form__sentence-text {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-align: left;
}

.top-form__sentence-text + .top-form__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: 1rem 0;
}

.trial__inner {
	padding: 0 1.5625rem;
}

.trial__head {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.trial__list {
	margin-top: 1.25rem;
}

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

.trial__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	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: 2rem;
	padding-top: 13.4375rem;
}

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

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

.vip__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	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;
}

}

@keyframes pulse {

0%,100% {
	transform: scale(1);
}

50% {
	transform: scale(1.05);
}

}


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