body {
	background-color: #000;
	color: #000;
	font-family: "Hiragino Sans";
}

.all {
	font-family: "Hiragino Sans";
	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: 88.75%;
}

.achievements__list {
	margin-top: 0.625rem;
}

.achievements__item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23.375rem 11.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.3rem 2.625rem 1.25rem 0;
	position: relative;
	text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.achievements__round {
	color: #5FC01F;
	font-size: 0.92875rem;
	font-weight: 600;
	line-height: 1.5714285714;
	padding-bottom: 0.875rem;
}

.achievements__round--red {
	color: #FF4D00;
}

.achievements__round--gold {
	color: #BC831E;
}

.achievements__price {
	color: #fff;
	font-size: 1.741875rem;
	font-weight: 600;
	line-height: 1.5555555556;
}

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

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

.company__item dt {
	color: #FF4D00;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4166666667;
	position: relative;
}

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

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

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

.contact__inner {
	padding: 0 1.5625rem;
}

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

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

.contact__form {
	margin-top: 1.875rem;
}

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

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

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

.contact__item input::-moz-placeholder {
	font-family: "Hiragino Sans";
}

.contact__item input::placeholder {
	font-family: "Hiragino Sans";
}

.contact__item-textarea {
	background-image: url("../img/contact-textarea.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	font-size: 0.75rem;
	font-weight: 600;
	height: 23.6875rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding: 4rem 1.125rem;
	width: 100%;
}

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

.contact__item-textarea textarea::-moz-placeholder {
	color: #fff;
	font-family: "Hiragino Sans";
}

.contact__item-textarea textarea::placeholder {
	color: #fff;
	font-family: "Hiragino Sans";
}

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

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

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

.btn__top {
	text-align: center;
}

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

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

.btn-submit__body: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;
}

.contact__btn {
	margin-left: auto;
	margin-right: auto;
	width: 63%;
}

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

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

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

.credit__text {
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.5;
}

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

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

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

.credit__button--credit {
	margin-top: -1.875rem;
}

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

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

.credit__button {
	position: relative;
}

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

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

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

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

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

.credit__button-text {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1.549375rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

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

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

.credit__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.13px 0px 0px #15A303, 1.13px 0px 0px #15A303, 0px -1.13px 0px #15A303, 0px 1.13px 0px #15A303, 0px 0px 19.63px #fff;
}

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

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

.payment__button {
	position: relative;
}

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

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

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

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

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

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

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

.payment__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.13px 0px 0px #15A303, 1.13px 0px 0px #15A303, 0px -1.13px 0px #15A303, 0px 1.13px 0px #15A303, 0px 0px 19.63px #fff;
}

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

.card__button {
	position: relative;
}

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

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

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

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

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

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

.card__button-text {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 1.22125rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.25;
	position: absolute;
	text-align: center;
}

.card__button-text--bank {
	font-size: 1.549375rem;
}

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

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

.card__button-text--stroke-bank {
	text-shadow: -1.13px 0px 0px #15A303, 1.13px 0px 0px #15A303, 0px -1.13px 0px #15A303, 0px 1.13px 0px #15A303;
}

.cta-fixed {
	background-color: rgba(255, 255, 255, 0.8); /* 白の透明 */
	bottom: 0;
	left: 50%;
	max-width: 28.125rem;
	padding: 0.625rem 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: 50%;
}

.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: 16%;
	margin-top: 6%;
	width: 54.95%;
}

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

.footer-member__menu-mail img {
	margin-left: 16%;
	margin-top: 3%;
	width: 83.8%;
}

.footer-member__menu-line img {
	margin-left: 32%;
	margin-top: 9%;
	width: 65.95%;
}

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

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

.footer__inner {
	padding: 0 2.25rem;
}

.footer__list {
	margin-top: 3.125rem;
}

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

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

.footer__link {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-left: 1.3125rem;
	transition: transform 0.3s ease-in-out;
}

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

.footer__sentence {
	margin: 1.875rem auto 0;
	max-width: 450px;
	padding: 0 0.9375rem 2.5rem;
}

.footer__border {
	-o-border-image: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	background-color: #fff;
	border: 6.23px solid;
	border-image: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	border-image-slice: 1;
}

.footer__text {
	color: #F96800;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.6;
	padding: 0.97375rem 1.375rem 1.91125rem;
}

.footer__right-arrow {
	margin-right: 1.375rem;
}

.footer__left-arrow {
	margin-left: 1.375rem;
}

.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: 2.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/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: 4rem 1.125rem;
	position: absolute;
	resize: none;
	top: 0;
	width: 100%;
}

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

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

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

.btn-submit--line img {
	height: 100% !important;
	width: 65.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 {
	-o-border-image: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	background-color: #fff;
	border: 2px solid;
	border-image: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	border-image-slice: 1;
}

.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-open-bg.webp");
}

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

.mail__title {
	color: #fff;
	font-family: "Avenir", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

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

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

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

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

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

.mali__pagenavi {
	margin-top: 1.625rem;
}

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

.member-header__inner {
	background-color: #000;
	height: 3.75rem;
	padding-left: 1.6875rem;
	padding-right: 0.9375rem;
}

.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-header-id.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 1.34375rem;
	justify-content: space-between;
	padding: 0 1.09375rem 0 0.625rem;
	width: 9.375rem;
}

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

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

.member-header__letter {
	color: #fff;
	font-size: 0.6775rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.member-header__letter,
.member-header__number {
	font-style: italic;
}

.member-header__number {
	color: #501F00;
	font-family: "Avenir", sans-serif;
	font-size: 0.6775rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: relative;
	top: 0.040625rem;
}

.member-header__number--point {
	color: #323232;
}

.member-header__letter--point {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	background-clip: text;
	color: transparent;
	font-size: 0.6775rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.member-header__number span {
	color: #FF4D00;
	font-size: 0.6775rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

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

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

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

.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-color: #000;
	height: 3.75rem;
	padding: 0 0.625rem 0 1.6875rem;
}

.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: 3.3125rem;
	margin-left: auto;
	transition: transform 0.3s ease-in-out;
	width: 8.96875rem;
}

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

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

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

.nonMember__inner {
	padding: 0 1.65625rem;
}

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

.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 {
	margin-top: -39%;
	padding-bottom: 1.25rem;
}

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

.normal__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0px 15px rgb(255, 77, 0);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pagenavi {
	position: relative;
	z-index: 100;
}

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

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

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

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

.pagenavi--hit a:hover,
.pagenavi--hit a.active {
	background-image: url("../img/pagination-bg-green.webp");
}

.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-kaku-gothic-pron", sans-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 {
	background-image: url("../img/plan-bg.webp");
	background-position: center;
	background-repeat: repeat;
	background-size: 100% 100%;
	margin-top: 3.75rem;
}

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

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

.plan__inner {
	padding: 0 2.1875rem;
}

.plan__title img {
	box-shadow: 0 0 8px rgb(178, 255, 54);
}

.plan__title--red img {
	box-shadow: 0 0 18px rgb(249, 104, 0);
}

.plan__title--gold img {
	box-shadow: 0 0 18px rgb(236, 199, 127);
}

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

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

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

.plan__images {
	margin-top: 2.5rem;
}

.plan__list {
	margin-top: 2.3125rem;
}

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

.prediction__item--red {
	background-image: url("../img/prediction-item-bg-red.webp");
}

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

.prediction__name {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom right, #5FC01F 0%, #B2FF36 51%, #3CF808 100%);
	background-clip: text;
	color: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.prediction__name--red {
	-webkit-background-clip: text;
	background: linear-gradient(to bottom right, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	background-clip: text;
	color: transparent;
}

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

.privacy {
	color: #fff;
	margin-top: 2.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: 1rem;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 1.25rem;
	text-align: center;
}

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

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

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

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

.result__text span {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

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

.form__item {
	text-align: left;
}

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

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

.form__item input::-moz-placeholder {
	font-family: "Hiragino Sans";
}

.form__item input::placeholder {
	font-family: "Hiragino Sans";
}

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

.rogin__btn--line img {
	margin-left: auto;
	margin-right: auto;
	width: 75.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.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;
	background-size: 100% 100%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Avenir", sans-serif;
	font-size: 1.125rem;
	font-weight: 800;
	justify-content: space-between;
	line-height: 1.3888888889;
	padding: 0.9375rem 0.75rem 0.9375rem 0.6875rem;
	position: relative;
	transition: border 0.3s ease;
	width: 100%;
}

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

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

.settlement__option input {
	display: none;
}

.settlement__circle {
	background: linear-gradient(90deg, #FF4D00 0%, #FF9136 51%, #F80808 100%);
	border-radius: 50%;
	display: inline-block;
	height: 1.875rem;
	margin-right: 0.5625rem;
	position: relative;
	width: 1.875rem;
}

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

.settlement__text {
	flex: 1;
}

.terms {
	color: #fff;
}

.terms__list {
	margin-top: 2.4375rem;
	padding-bottom: 3.75rem;
}

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

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

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

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

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

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

.thanks__btn {
	margin-top: 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: 63.205%;
}

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

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

.top-form__contact input {
	background-color: #fff;
	background-image: url("../img/contact-input.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 3.125rem;
	box-shadow: 0 0 28px rgb(255, 136, 0);
	box-sizing: border-box;
	color: #929292;
	font-size: 1.125rem;
	font-weight: 500;
	height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0.8725rem 0.9375rem 0.85875rem;
	width: 82%;
}

.top-form__contact--second input {
	box-shadow: 0 0 24px #F96800;
}

.top-form__contact input::-moz-placeholder {
	font-family: "Hiragino Sans";
}

.top-form__contact input::placeholder {
	font-family: "Hiragino Sans";
}

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

.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 {
	padding: 1.25rem 0.9375rem 2.5rem;
}

.top-precautions--second {
	padding: 0.625rem 0.9375rem 2.125rem;
}

.top-precautions--third {
	margin-top: 1.25rem;
	padding: 0 0.9375rem;
}

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

.top-precautions__frame {
	position: relative;
	z-index: 1;
}

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

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

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

.top-precautions__sentence-text {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.6;
}

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

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

.trial__inner {
	padding: 0 1.5625rem;
}

.trial__head {
	margin-top: -36%;
}

.trial__list {
	margin-top: -37%;
	padding: 0rem 0 1.5625rem 0;
}

.trial__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0 14px rgb(60, 248, 8);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

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

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

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

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

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

.vip__item img {
	-o-object-fit: cover;
	aspect-ratio: 340/160;
	box-shadow: 0 0 15px rgb(208, 162, 30);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 2.0833333333vw;
}

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

}

@media (min-width: 768px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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