body {
	background-color: #000;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

.all {
	font-family: "Noto Sans JP", sans-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;
}

input::-moz-placeholder {
	color: #929292;
	opacity: 1;
}

input::placeholder {
	color: #929292;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #333333;
	opacity: 1;
}

textarea::placeholder {
	color: #333333;
	opacity: 1;
}

/* ホバー */

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

.achievements__title-jp {
	margin-top: 1.3125rem;
}

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

.achievements__list {
	margin-top: 2.5rem;
}

.achievements__list--hit {
	margin-top: 1.875rem;
}

.achievements__item {
	background-image: url("../img/star.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22.875rem 8.4375rem;
	display: flex;
	flex-direction: column;
	font-family: "Hiragino Sans";
	justify-content: center;
	min-height: 8.4375rem;
	padding: 0.875rem 2.625rem 0.6875rem 0;
	position: relative;
	text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.achievements__round {
	font-size: 0.92875rem;
	font-weight: 600;
	line-height: 1.5714285714;
	margin-top: -0.125rem;
}

.achievements__price {
	font-size: 1.741875rem;
	font-weight: 600;
	line-height: 1.5555555556;
	margin-top: 1rem;
}

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

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

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

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

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

.contact__inner {
	padding: 0 1.5625rem;
}

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

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

.contact__form {
	margin-top: 1.875rem;
}

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

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

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

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

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

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

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

.btn__top {
	text-align: center;
}

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

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

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

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

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

.btn-submit {
	position: relative;
}

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

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

.credit__sentence {
	color: #fff;
	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
}

.credit__title {
	font-family: "Hiragino Sans";
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
}

.credit__text {
	font-family: "Hiragino Sans";
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.1875rem;
}

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

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

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

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

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

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

.credit__button {
	position: relative;
}

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

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

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

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

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

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

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

.credit__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #ffffff, 1.5px 0px 0px #ffffff, 0px -1.5px 0px #ffffff, 0px 1.5px 0px #ffffff, 0px 0px 10.33px #1B1B1B, 0px 0px 6.48px #1F1F1F, 0px 0px 6.48px #FFFFFF;
}

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

.credit__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #0D43CE 0%, #0344C0 30%, #132CAE 49%, #03146F 100%);
	color: transparent;
}

.credit__button-text--fill-red {
	background-image: linear-gradient(180deg, #EA2121 28%, #FF9292 31%, #EA2121 40%, #EA2121 79%);
}

.payment__button {
	position: relative;
}

.payment__button img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease; /* スムーズな変化 */
	width: 63.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: 45%; /* ここはあくまでラップの設定だけ */
}

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

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

.payment__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #ffffff, 1.5px 0px 0px #ffffff, 0px -1.5px 0px #ffffff, 0px 1.5px 0px #ffffff, 0px 0px 10.33px #1B1B1B, 0px 0px 6.48px #1F1F1F, 0px 0px 6.48px #FFFFFF;
}

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

.payment__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #EECB8E 0%, #9B7443 46%, #EFCC90 100%);
	color: transparent;
}

.card__button {
	position: relative;
}

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

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

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

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

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

.card__button-text {
	font-size: 1.471875rem;
	font-weight: 900;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

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

.card__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #ffffff, 1.5px 0px 0px #ffffff, 0px -1.5px 0px #ffffff, 0px 1.5px 0px #ffffff, 0px 0px 10.33px #1B1B1B, 0px 0px 6.48px #1F1F1F, 0px 0px 6.48px #FFFFFF;
}

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

.card__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%);
	color: transparent;
}

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

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

.cta-fixed__link img {
	transition: 0.3s;
	width: 21.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-member__menu-first img {
	margin-left: 5%;
	margin-top: 10%;
	width: 60%;
}

.footer-member__menu-second img {
	margin-left: 11%;
	margin-top: 10%;
	width: 57%;
}

.footer-member__menu-third img {
	margin-left: 13%;
	margin-top: 13%;
	width: 68%;
}

.footer-member__menu-four img {
	margin-left: 29%;
	margin-top: 14%;
	width: 58%;
}

.footer-member__menu-five img {
	margin-left: 33%;
	margin-top: 11%;
	width: 66%;
}

.footer-nonMember {
	background-image: url("../img/footer-nonMember.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.125rem 0 5.625rem;
}

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

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

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

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

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

.footer-nonMember__sentence {
	background-image: url("../img/footer-nonMember-sentence.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 2.5rem 0.625rem 0;
	padding: 1.25rem 0.96875rem 1.875rem;
}

.footer-nonMember__explanation {
	font-family: "Hiragino Sans";
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.6923076923;
}

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

.mail-details {
	padding-bottom: 2.225625rem;
}

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

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

.mail-details {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.mail-details__textarea {
	background-image: url("../img/mail-details-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 8px;
	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.625rem 1.125rem;
	visibility: hidden;
	white-space: pre-wrap;
}

.mail-details__editor {
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #333;
	font-size: 0.75rem;
	font-weight: 900;
	height: 97%;
	left: 0;
	outline: none;
	padding: 1.625rem 1.125rem;
	position: absolute;
	resize: none;
	top: 0;
	width: 100%;
}

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

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

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

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

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

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

.mail {
	padding-bottom: 3.75rem;
}

.mail__inner {
	padding: 0 1.5625rem;
}

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

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

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

.mail__head {
	align-items: center;
	background: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 46%, #EFCC90 100%);
	border-bottom: solid 2px #fff;
	border-top: 2px solid #fff;
	display: flex;
	gap: 0 0.6875rem;
	justify-content: flex-start;
	padding: 0.625rem 0.625rem 0.5rem;
}

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

.mail__title {
	font-family: "futura-pt", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
}

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

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

.mail__head--open {
	background: #D9D9D9;
}

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

.mail__text {
	color: #4D4D4D;
	font-family: "Hiragino Sans";
	font-size: 0.75rem;
	font-weight: 600;
}

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

.mali__pagenavi {
	margin-top: 1.625rem;
}

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

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

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

.header__logo img {
	height: 3.74625rem;
	width: 8.5rem;
}

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

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

.member-header__text {
	display: inline-block;
	font-family: "Hiragino Sans";
	font-size: 0.625rem;
	font-weight: bold;
	letter-spacing: 0.013em;
	text-align: right;
}

.member-header__letter {
	-webkit-background-clip: text; /* テキストのみに背景適用 */
	text-fill-color: transparent; /* 標準ブラウザ用 */
	-webkit-text-fill-color: transparent; /* テキストの色を透明に */
	background: linear-gradient(to bottom right, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%);
	background-clip: text; /* 標準ブラウザ用 */
	display: inline-block; /* inline要素にはbackground適用されないのでblock化 */
	font-style: italic;
}

.member-header__letter--gold {
	-webkit-background-clip: text; /* テキストのみに背景適用 */
	text-fill-color: transparent; /* 標準ブラウザ用 */
	-webkit-text-fill-color: transparent; /* テキストの色を透明に */
	background: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 48%, #EFCC90 100%);
	background-clip: text; /* 標準ブラウザ用 */
	display: inline-block; /* inline要素にはbackground適用されないのでblock化 */
	padding: 0 0.0625rem;
}

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

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

.member-hit__container {
	padding-top: 2.3125rem;
}

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

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

.member__bg--plan {
	padding-top: 4.8125rem;
}

.member__inner {
	padding: 0 1.65625rem;
}

.member__title img {
	margin-left: auto;
	margin-right: auto;
	width: 74.616%;
}

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

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

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

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

.nonMember-header__logo img {
	height: 3.75rem;
	width: 8.5rem;
}

.nonMember-header__img img {
	height: 2.4375rem;
	margin-left: auto;
	transition: transform 0.3s ease-in-out;
	width: 7.0625rem;
}

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

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

.nonMember-top__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/960;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nonMember-top__fv {
	margin-top: -3.75rem;
	position: relative;
}

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

.nonMember-top__want img {
	-o-object-fit: cover;
	aspect-ratio: 390/746;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nonMember-top__life img {
	-o-object-fit: cover;
	aspect-ratio: 390/165;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nonMember-top__smartphone {
	position: relative;
}

.nonMember-top__smartphone-form {
	left: 50%;
	position: absolute;
	top: 80.2%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease-out;
	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: 2.0625rem 0 4.1875rem;
}

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

.nonMember-top__achievements-btn {
	align-items: center;
	display: flex;
	justify-content: center; /* 中央揃え */
	margin-top: 1.875rem;
	text-align: center;
	width: 100%; /* 必要なら親幅を確保 */
}

.nonMember-top__number {
	position: relative;
}

.nonMember-top__number-form {
	left: 50%;
	position: absolute;
	top: 80%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease-out;
	width: 100%;
}

.nonMember__bg {
	background-color: #000;
	background-image: url("../img/sub-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 5.625rem;
}

.nonMember__inner {
	padding: 0 1.65625rem;
}

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

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

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

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

.normal__item--size {
	box-shadow: 0px 0px 15px #80C2FF;
}

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

.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, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%);
	color: white;
	display: flex;
	font-family: "Roboto";
	font-size: 1.375rem;
	font-weight: 900;
	height: 2.5rem;
	justify-content: center;
	opacity: 0.5;
	text-decoration: none;
	transition: 0.3s;
	width: 2.5rem;
}

.pagination a:hover,
.pagination a.active {
	background: linear-gradient(to bottom right, #1B1B1B 0%, #A0A0A0 42%, #5B5B5B 64%, #5A5A5A 83%, #3F3A32 100%);
	color: white;
	opacity: 1;
}

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

.plan__bg {
	padding: 1.25rem 0 2.875rem;
}

.plan__bg--padding {
	padding: 2.5rem 0 1.6875rem;
}

.plan__bg--padding-second {
	padding: 0.625rem 0 1.6875rem;
}

.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__subtitle {
	-webkit-background-clip: text; /* Safari対応 */
	background: linear-gradient(to bottom, #EECB8E 0%, #9B7443 46%, #EFCC90 100%); /* 画像のグラデーションに基づく色 */
	background-clip: text; /* 背景をテキストにクリップ */
	color: transparent; /* 文字色を透明に */
	font-family: "Hiragino Sans";
	font-size: 1.3125rem; /* フォントサイズ */
	font-weight: 800; /* 太字 */
	letter-spacing: 0.01em;
	text-align: center;
}

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

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

.plan__frame-bottom {
	margin-top: -1.25rem;
}

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

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

.plan__inner {
	padding: 0 2.1875rem;
}

.plan__images {
	margin-top: 2.5rem;
}

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

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

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

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

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

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

.label {
	background-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-family: "Hiragino Sans";
	font-size: 0.875rem;
	font-weight: 900;
	font-weight: bold;
	text-align: center;
	width: 29.5%;
}

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

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

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

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

.point__text {
	color: #fff;
	font-family: "Hiragino Sans";
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 0.625rem;
}

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

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

.point__buttons {
	margin-top: 2rem;
}

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

.point__button {
	position: relative;
}

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

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

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

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

.point__button-text--credit--font {
	font-size: 1.3125rem;
}

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

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

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

.point__button-text--stroke {
	color: #ffffff;
	text-shadow: -1.5px 0px 0px #ffffff, 1.5px 0px 0px #ffffff, 0px -1.5px 0px #ffffff, 0px 1.5px 0px #ffffff, 0px 0px 10.33px #1B1B1B, 0px 0px 6.48px #1F1F1F, 0px 0px 6.48px #FFFFFF;
}

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

.point__button-text--fill {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	background-image: linear-gradient(180deg, #0D43CE 0%, #0344C0 30%, #132CAE 49%, #03146F 100%);
	color: transparent;
}

.point__button-text--fill-red {
	background-image: linear-gradient(180deg, #EA2121 28%, #FF9292 31%, #EA2121 40%, #EA2121 79%);
}

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

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

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

.prediction__name {
	font-size: 1rem;
	font-weight: 700;
}

.prediction__contents {
	font-family: "Roboto";
	font-size: 1rem;
	font-weight: 700;
}

.privacy {
	margin-top: 1.25rem;
}

.privacy__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.4166666667;
}

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

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

.privacy__title {
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	padding-bottom: 1.1875rem;
	text-align: center;
}

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

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

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

.result__text {
	color: #fff;
	font-family: "Hiragino Sans";
	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: "Roboto";
}

.rogin {
	margin-top: 2.625rem;
	padding: 0 1.375rem 2.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;
	font-size: 1rem;
	font-weight: 700;
	height: 3.125rem;
	padding: 0.8125rem 0.875rem;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.setting__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.625;
	margin-top: 2.125rem;
	text-align: center;
}

.setting__flow {
	margin-top: 2.5rem;
}

.setting__flow img {
	margin-left: auto;
	margin-right: auto;
	width: 83.335%;
}

.setting__talk {
	margin-top: 0.625rem;
}

.setting__talk img {
	margin-left: auto;
	margin-right: auto;
	width: 93.59%;
}

.settlement {
	padding-top: 1.875rem;
}

.settlement__inner {
	padding: 0 0.53125rem;
}

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

.settlement__option {
	-o-border-image: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 48%, #EFCC90 100%) 1;
	align-items: center;
	background-image: url("../img/settlement-option-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 3px solid;
	border-image: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 48%, #EFCC90 100%) 1;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Roboto";
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.1666666667;
	padding: 0.9375rem 0.75rem 0.9375rem 0.6875rem;
	position: relative;
	transition: border 0.3s ease;
	width: 100%;
}

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

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

.settlement__option input {
	display: none;
}

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

.settlement__option input:checked + .settlement__circle {
	background: linear-gradient(to bottom right, #EECB8E 0%, #9B7443 48%, #EFCC90 100%);
	border-color: #fff;
	position: relative;
}

.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__list {
	margin-top: 2.0625rem;
	padding-bottom: 2.5rem;
}

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

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

.terms__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.4166666667;
	margin-top: 1.4375rem;
}

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

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

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

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

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

.top-form__inner {
	padding: 0 1.46875rem;
}

.top-form__contact {
	margin: -1.25rem auto 0;
	width: 93.01%;
}

.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-sizing: border-box;
	color: #929292;
	font-size: 1.074375rem;
	font-weight: 700;
	height: 3.125rem;
	padding: 0.75rem 0.9375rem;
	width: 100%;
}

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

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

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

.top-form__benefits {
	margin-top: -0.5rem;
}

.top-form__benefits img {
	margin-left: auto;
	margin-right: auto;
	width: 85.135%;
}

.top-form__benefits--setting {
	margin-top: -0.625rem;
}

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


.top-form__registration--setting {
	margin-top: -0.9375rem;
}

.top-form__registration--margin {
	margin-top: -6.25rem;
}

.setting__attention-content {
	margin: 0.625rem auto auto -0.84375rem;
	width: calc(100% + 1.6875rem);
}

.setting__attention {
	background-image: url("../img/setting-attention-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 15.625rem;
	padding: 1.875rem 1.875rem 1.875rem;
}

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

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

.top-form__contact--fv {
	margin: 0.9375rem auto 0;
}

.top-form__button--fv {
	margin-top: 1.875rem;
}

.trial {
	margin-top: 1.25rem;
}

.trial__list {
	padding-bottom: 1.25rem;
	padding-top: 1.4375rem;
}

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

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

.use__sentence {
	margin: 1.875rem auto 0;
	max-width: 20.625rem;
}

.use__sentence--center {
	text-align: center;
}

.use__text {
	color: #fff;
	font-family: "Hiragino Sans";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.use__download {
	align-items: center;
	display: flex;
	gap: 0 0.75rem;
	justify-content: center;
	margin-top: 0.375rem;
}

.use__store img,
.use__android img {
	height: 3rem;
	transition: transform 0.3s ease-in-out;
	width: 10rem;
}

.use__store img:hover,
.use__android img:hover {
	transform: scale(0.95);
}

.use__registration {
	margin-top: 1.875rem;
}

.use__flow1 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__triangle {
	margin: 1.875rem auto 0;
	width: 64.36%;
}

.use__flow2 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow3 img {
	margin: 1.875rem auto 0;
	width: 71.795%;
}

.use__flow4 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow5 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow6 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow7 {
	margin-top: 1.875rem;
	max-width: 20.625rem;
	padding: 0 1.875rem;
}

.use__flow7 img {
	height: 6.4375rem;
	width: 15.125rem;
}

.use__flow8 img {
	margin: 1.875rem auto 0;
	width: 71.795%;
}

.use__apps {
	margin-top: 1.875rem;
}

.use__flow9 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow10 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

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

.use__flow11 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow12 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow13 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

.use__flow14 img {
	margin: 1.875rem auto 0;
	width: 71.795%;
}

.use__flow15 img {
	margin-left: auto;
	margin-right: auto;
	width: 71.795%;
}

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

.use__btn img {
	margin-left: auto;
	margin-right: auto;
	transition: transform 0.3s ease-in-out;
	width: 63.335%;
}

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

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

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

.vip__content {
	margin-top: 4.606875rem;
}

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

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

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 2.0833333333vw;
}

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

}

@media (min-width: 768px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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