body {
	background-color: #261918;
	color: #fff;
	font-family: "Lato", "Noto Sans JP", serif;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff; /* 背景色を指定 */
	border: 2px solid #c09c33; /* ボーダーをカスタマイズ */
	color: #333;
}

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

.pc-nav-wrap {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	height: inherit;
	justify-content: space-between;
	width: 100%;
}

.pc-nav-wrap__language-change {
	margin-left: auto;
}

.pc-nav-wrap__sns-tel-icons {
	display: flex;
	gap: 0.625rem;
}

.wipeAnimation {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

.breadcrumb {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.breadcrumb span {
	color: #fff;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.contact-explain {
	background-image: url(../images/common/sp-red-velvet.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}

.contact-explain__text {
	padding-top: 3.25rem;
}

.contact-form-section {
	background-image: url(../images/common/sp-contact-section-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.contact-form-section.contact-form-section--application {
	background-image: url(../images/common/sp-reservation-bg.jpg);
}

.contact-form-section__h2 {
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.contact-form-section__form-wrapper {
	margin-top: 2.5rem;
}

.contact-form {
	background-color: rgba(91, 0, 110, 0.8);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2rem;
	width: 100%;
}

.cta-button-wrapper--footer {
	margin-top: 2rem;
}

.cta-button {
	align-items: center;
	background: linear-gradient(to right, #c09c33, #f5d061, #c09c33);
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 0.875rem;
	height: 1.75rem;
	justify-content: center; /*↓これをbeforeで作った光る線のために追加*/
	overflow: hidden;
	padding: 0.875rem 0.625rem;
	position: relative;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5); /* 文字に影をつける */
	width: 13.75rem;
}

/*↓beforeで光る線を追加する。まず初期状態の光ってない時の指定*/

.cta-button::before {
	background-color: rgba(255, 255, 255, 0.5);
	content: "";
	display: block;
	height: 80%;
	left: -6.25rem;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%) rotate(-45deg);
	transition: transform 0.6s ease;
	width: 5rem;
}

/*↓hoverしたらそれが走る*/

.cta-button:hover::before {
	transform: translate(500%, -50%) rotate(-45deg);
}

/* ========================================
  　コンタクトフォーム7のsendボタンのためのスタイル
  ======================================== */

/* 送信ボタンのデザイン */

.wpcf7-form-control.wpcf7-submit {
	align-items: center;
	background: linear-gradient(to right, #c09c33, #f5d061, #c09c33);
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 0.875rem;
	height: 2.5rem;
	justify-content: center;
	line-height: 0.8rem;
	margin-left: auto;
	margin-right: auto;
	outline: none;
	padding: 0.875rem 0.625rem;
	position: relative;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
	transition: background 0.3s ease-in-out;
	width: 13.75rem; /* ボタンの幅 */
}

/* ホバー時のエフェクト（シンプルな色変更） */

input.wpcf7-form-control.wpcf7-submit:hover {
	background: linear-gradient(to right, #d4af37, #ffdb7d, #d4af37);
}

.dancers__items {
	grid-row-gap: 2.5rem;
	align-items: center; /* 縦方向の中央揃え */
	display: grid;
	grid-template-columns: 1fr;
	height: auto;
	justify-items: center; /* 横方向の中央揃え */
	margin-left: auto;
	margin-right: auto;
	row-gap: 2.5rem; /* 隙間を調整 */
	width: 100%;
}

.dancers__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 19rem;
}

.dancers__photo-wrap {
	align-items: center;
	aspect-ratio: 304/431;
	display: flex;
	height: auto;
	justify-content: center;
	position: relative;
	width: 100%;
}

.dancers__photo-wrap::after {
	background-image: url(../images/common/photo-frame.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.dancers__photo-dancer {
	height: auto;
	max-width: 18.25rem;
	width: 100%;
}

.dancers__photo-dancer img {
	display: block;
	height: 100%;
	width: 100%;
}

.dancers__profile {
	background-image: url(../images/common/profile-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	flex-grow: 1;
	height: auto;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	padding: 0.875rem;
	padding: 0.75rem;
	width: 15.1875rem;
}

.dancers__topic {
	display: flex;
	flex-wrap: wrap;
}

.dancers__topic:not(:first-child) {
	margin-top: 0.25rem;
}

.dancers__topic dt,
.dancers__topic dd,
.dancers__topic p {
	color: #333;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	line-height: 1.2;
}

.dancers__topic a {
	color: #49bccc;
}

.dancers__topic dd {
	margin-left: 0.25rem;
}

.drawer-menu-nav-wrap {
	display: flex;
	flex-direction: column;
}

.drawer-menu-nav-wrap__language-change {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.drawer-menu-nav-wrap__sns-tel-icons {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.drawer-menu {
	background-color: rgba(38, 25, 24, 0.9);
	display: none;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.js-drawer-menu__overflow-hidden {
	overflow: hidden;
}

.drawer-menu__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	margin-top: 5rem;
	overflow-y: scroll;
	padding: 0;
	padding-bottom: 5rem;
	width: 100%;
}

.drawer-menu-nav-wrap__drawer-nav {
	margin-top: 4.5rem;
}

.drawer-nav__flexbox {
	display: flex;
}

.drawer-nav__flexbox-left,
.drawer-nav__flexbox-right {
	width: 50%;
}

.drawer-nav__flexbox-right {
	margin-left: 2rem;
}

.drawer-nav__item {
	display: block;
	font-size: 1.125rem;
}

.drawer-nav__item p {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
}

.drawer-nav__item:not(:first-child) {
	margin-top: 1rem;
}

.drawer-nav__item a {
	color: #fff;
	display: block;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-bottom: 0.5rem;
	width: 100%;
}

.drawer-nav__item a:hover {
	color: #c09c33;
	transition: color 0.3s ease-in;
}

.drawer-nav__drawer-accordion-list {
	margin-left: 0.75rem;
	margin-top: 0.5rem;
}

.drawer-nav__drawer-accordion-item:not(:first-child) {
	margin-top: 1.25rem;
}

.flex-lists-2col {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.flex-lists-2col__container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 2.5rem;
}

.flex-lists-2col__flex-item {
	border: 0.125rem solid #3771c8;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
	padding: 1.5rem;
	width: 100%;
}

.flex-lists-2col__flex-item:nth-child(2) {
	border-color: #8b0979;
	margin-top: 2.5rem;
}

.flex-lists-2col__text-wrap {
	flex-grow: 1;
}

.flex-lists-2col__title {
	font-size: 1.125rem;
}

.flex-lists-2col__lists {
	margin-top: 1.5rem;
}

.flex-lists-2col__list:not(:first-child) {
	margin-top: 0.5rem;
}

.flex-lists-2col__text {
	margin-top: 1.5rem;
}

.flex-lists-2col__img-wrap {
	aspect-ratio: 290/193;
	height: auto;
	margin-top: auto;
	width: 100%;
}

.flex-lists-2col__img-wrap img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer-access {
	background-image: url(../images/common/sp-footer-access-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.footer-access__wrapper {
	display: flex;
	flex-direction: column;
}

.footer-access__exits {
	margin-top: 2rem;
}

.footer-access__map {
	aspect-ratio: 345/273;
	margin-top: 2.5rem;
	position: relative;
	width: 100%;
}

.footer-access__map iframe {
	aspect-ratio: 345/273;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer-access__texts {
	line-height: 1.8;
}

.footer {
	background-image: url(../images/common/sp-footer-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 1.5rem;
	padding-top: 3rem;
}

.footer__logo {
	display: block;
	height: 4rem;
	margin-left: auto;
	margin-right: auto;
	width: 10.125rem;
}

.footer__logo img {
	height: 100%;
	width: 100%;
}

.footer__contents-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
}

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

.footer__item-title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-weight: 700;
}

.footer__item-content {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 0.875rem;
	margin-top: 0.125rem;
}

.footer__right {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.25rem;
}

.footer__icons {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	width: 9.375rem;
}

.footer__icon {
	display: block;
	height: 2rem;
	width: 2rem;
}

.footer__copyright {
	display: block;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 0.75rem;
	margin-top: 5rem;
	text-align: center;
}

.form-input input,
.form-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 0.125rem solid #c09c33;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1;
	padding: 0.5rem 1rem;
	width: 100%;
}

.form-input input:focus,
.form-input select:focus {
	box-shadow: none;
	outline: none;
}

/* `select` 専用のラッパー */

.wpcf7-select {
	display: block;
	position: relative;
}

/* select 自体のデザイン */

.wpcf7-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 0.125rem solid #c09c33;
	color: #333;
	padding-right: 2.5rem; /* 🔥 右側に余白を確保（矢印用） */
	width: 100%;
}

input[type=datetime-local] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* OSやブラウザのデフォルトデザインを無効化 */
	box-sizing: border-box; /* ボックスのサイズを `height` に含める */
	height: 2.5rem; /* 高さを固定 */
}

.form-radio {
	display: grid;
	grid-template-columns: 1fr;
}

.form-radio label:not(:first-child) {
	margin-top: 0.5rem;
}

.form-radio input {
	display: none;
}

.form-radio input + span {
	cursor: pointer;
	display: block;
	font-size: 1rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.form-radio input + span::before {
	background: #fff;
	border: 0.125rem solid #c09c33;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.form-radio input + span::after {
	background: #c09c33;
	border: 0.125rem solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5rem;
}

.form-radio input:checked + span::after {
	opacity: 1;
}

span.wpcf7-spinner {
	display: none !important;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 0.125rem solid #c09c33;
	border-radius: 0;
	font-size: 1rem;
	height: 9.375rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.form-textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

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

.form__label {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
}

.form__label span {
	background-color: #f33d3d;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	margin-left: 0.5rem;
	padding: 0.25rem 0.875rem;
}

.form__input,
.form__select,
.form__checkbox,
.form__textarea {
	margin-top: 0.625rem;
}

.form__radio {
	margin-top: 1.25rem;
}

.form__input,
.form__textarea,
.form__radio {
	flex-grow: 1;
}

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

/* inputフィールドの文字色を指定 */

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=select],
textarea {
	color: #333; /* 文字色を指定 */
	font-size: 1rem; /* フォントサイズも調整 */
}

/* inputフィールドがフォーカスされているときの文字色 */

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=select]:focus,
textarea:focus {
	border-color: #c09c33; /* フォーカス時の枠線の色 */
	color: #333; /* フォーカス時の文字色を変更 */
	outline: none; /* デフォルトのアウトラインを非表示に */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #333; /* 好きな色に変更 */
	opacity: 0.4; /* デフォルトの薄さを調整 */
}

input::placeholder,
textarea::placeholder {
	color: #333; /* 好きな色に変更 */
	opacity: 0.4; /* デフォルトの薄さを調整 */
}

input {
	background-color: inherit; /* 背景色のリセット */
	color: inherit; /* 文字色が初期化されるのを防止 */
	transition: none; /* アニメーションの影響を無効化 */
}

.form-textarea textarea {
	color: #333;
}

/* ========================================
  functions.phpに足して作ったdatetimeの指定
  ======================================== */

/* 🎨 どの状態でも `#333` を適用 */

input[type=datetime-local]::-webkit-datetime-edit {
	color: #333;
}

/* ---------
ここからcontact form 7のための記述
-------------------- */

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:not(:first-child) {
	margin-top: 0.375rem;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 0.125rem solid #f33d3d;
}

.wpcf7-form-control .wpcf7-select option {
	color: #333;
}

/* ボタンを包むラッパー */

.form__cta-wrap {
	align-items: center;
	display: flex;
	justify-content: center; /* ボタンを中央寄せ */
	width: 100%; /* フォームの幅に合わせる */
}

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

.header-nav {
	height: inherit;
}

.header-nav__items {
	display: flex;
	flex-direction: column;
	height: inherit;
}

.header-nav__nav-modal-wrap p {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-transform: uppercase;
}

.header-nav__nav-modal-wrap p:hover {
	color: #c09c33;
	cursor: pointer;
	height: inherit;
	transition: color 0.3s ease-in;
	width: 100%;
}

.header-nav__item {
	height: inherit;
	text-align: center;
}

.header-nav__item a {
	display: inline-block;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-transform: uppercase;
}

.header-nav__item a:hover {
	color: #c09c33;
	height: inherit;
	transition: color 0.3s ease-in;
	width: 100%;
}

.header-nav__nav-modal {
	background-color: #c09c33;
	left: -0.9375rem;
	max-width: 20rem;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 5rem;
	transform: translateY(-1.25rem);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s;
	visibility: hidden;
	width: 100%;
}

.header-nav__nav-modal-wrap:hover > .header-nav__nav-modal {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header-nav__nav-modal-item {
	border-bottom: 0.0625rem solid #fff;
}

.header-nav__nav-modal-item:last-child {
	border-bottom: none;
}

.header-nav__nav-modal-item a {
	color: #fff;
	display: block;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0 0.9375rem 2rem;
	position: relative;
	text-transform: uppercase;
}

.header-nav__nav-modal-item a:hover {
	background-color: #fff;
	color: #c09c33;
}

.header {
	background-color: #261918;
	height: 6.25rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-content: center;
	align-items: center;
	display: flex;
	height: inherit;
	padding-bottom: 0.625rem;
	padding-left: 0.9375rem;
	padding-top: 0.625rem;
	position: relative;
	width: 100%;
}

.header__logo-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 6000;
}

.header__logo {
	height: auto;
	width: 10rem;
}

.header__logo-link {
	display: block;
}

.header__logo img {
	aspect-ratio: 160/67;
	height: auto;
	width: 100%;
}

.header__logo-subtitle {
	text-wrap: nowrap;
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 0.625rem;
	line-height: 1;
	text-align: center;
}

.header__hamburger {
	cursor: pointer;
}

.hamburger {
	cursor: pointer;
	height: 1.59375rem;
	position: fixed;
	right: 0.59375rem;
	top: 1.71875rem;
	width: 2rem;
	z-index: 9999;
}

.hamburger.is-active {
	right: 0.59375rem;
	top: 1.71875rem;
}

.hamburger span {
	background-color: #c09c33;
	display: inline-block;
	height: 0.1125rem;
	left: 0;
	position: absolute;
	transition: 0.3s transform, 0.3s background-color;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 0.75rem;
	transition: 0.3s opacity;
}

.hamburger span:nth-child(3) {
	top: 1.53125rem;
}

.hamburger.is-active span {
	background-color: #c09c33;
}

.hamburger.is-active span:nth-child(1) {
	top: 0.875rem;
	transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	top: 0.875rem;
	transform: rotate(45deg);
}

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

.jetg-special {
	background-image: url(../images/common/sp-top-special-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.jetg-special__items-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	width: 100%;
}

.jetg-special__items {
	width: 100%;
}

.jetg-special__items.jetg-special__items--line01 {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	row-gap: 2.5rem;
}

.jetg-special__items.jetg-special__items--line02 {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	row-gap: 2.5rem;
}

.jetg-special__item {
	background-color: rgba(25, 38, 24, 0.85);
	border-radius: 0.9375rem;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.8125rem;
	padding: 2rem 1.25rem;
	position: relative;
	width: 100%;
}

.jetg-special__item::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "";
	height: 3.75rem;
	left: 50%;
	position: absolute;
	top: 1.875rem;
	transform: translateX(-50%);
	width: 3.75rem;
}

.jetg-special__item.jetg-special__item--venue::before,
.jetg-special__item.jetg-special__item--lady::before,
.jetg-special__item.jetg-special__item--sound::before,
.jetg-special__item.jetg-special__item--place::before,
.jetg-special__item.jetg-special__item--alcohol::before {
	background-position: center center;
	background-size: 3.75rem 3.75rem;
}

.jetg-special__item.jetg-special__item--venue::before {
	background-image: url(../images/common/venue-icon.png);
}

.jetg-special__item.jetg-special__item--lady::before {
	background-image: url(../images/common/lady-icon.png);
}

.jetg-special__item.jetg-special__item--sound::before {
	background-image: url(../images/common/mike-icon.png);
}

.jetg-special__item.jetg-special__item--place::before {
	background-image: url(../images/common/pindrop-icon.png);
}

.jetg-special__item.jetg-special__item--alcohol::before {
	background-image: url(../images/common/cocktail-icon.png);
}

.jetg-special__topic-title {
	text-wrap: nowrap;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.375rem;
	padding-top: 6.75rem;
	text-align: center;
}

.jetg-special__topic-lists {
	margin-top: 2.5rem;
}

.jetg-special__topic-list {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1rem;
	padding-left: 0.5rem;
}

.language-change {
	background-image: url(../images/common/global-icon.png);
	background-position: 0 0.375rem;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	padding-left: 1.25rem;
}

.language-change a {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.125rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.language-change a:hover {
	color: #c09c33;
	height: inherit;
	transition: color 0.3s ease-in;
	width: 100%;
}

.latest-news-section {
	background-color: #000;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.latest-news-section::before {
	background-image: url(../images/common/tonight.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.875rem;
	left: calc(50% - max(24.7vw, 9.5rem));
	position: absolute;
	top: 4rem;
	width: 7.5625rem;
}

.latest-news-section__inner {
	position: relative;
	z-index: 1;
}

.latest-news-section__text {
	text-align: center;
}

.latest-news-section__button-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.latest-news-section__button-wrap .cta-button:not(:first-child) {
	margin-top: 1.25rem;
}

.latest-news-section__button-wrap .cta-button {
	margin-left: auto;
	margin-right: auto;
}

.menu-swiper-section {
	position: relative;
}

.menu-swiper-section__swiper {
	margin-top: 1.4rem;
}

.not-found {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.not-found__text {
	text-align: center;
}

.party-introduction {
	padding-bottom: 5rem;
	position: relative;
}

.party-introduction::before {
	aspect-ratio: 417/424;
	background-image: url(../images/common/sp-party-top-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 18.75rem;
	position: absolute;
	width: 100%;
}

.party-introduction .breadcrumb {
	position: relative;
	z-index: 1;
}

.party-introduction__container {
	background-color: rgba(134, 11, 117, 0.8);
	margin-top: 5rem;
	padding: 2.5rem 1.5rem;
	position: relative;
	z-index: 1;
}

.party-introduction__sub-title {
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	text-align: center;
}

.party-introduction__explain-lists {
	margin-top: 2.5rem;
}

.party-introduction__explain-list:not(:first-child) {
	margin-top: 1.5rem;
}

.party-introduction__explain-title {
	font-size: 1.25rem;
	font-weight: 400;
}

.party-introduction__explain-items {
	margin-top: 0.875rem;
}

.party-introduction__explain-items.party-introduction__explain-items--dots .party-introduction__explain-item {
	list-style-position: outside; /* ✅ マーカーを外側に */
	list-style-type: square;
	margin-left: 1.25rem;
	padding-left: 0.5rem; /* ✅ マーカーとテキストの距離調整 */
}

.party-plan-cta {
	background-image: url(../images/common/feature-hips.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.party-plan-cta__text {
	text-align: center;
}

.photo-film-shooting-content {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.plans-section-flex-box {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.plans-section-flex-box.plans-section-flex-box--private {
	margin-top: 1.5rem;
}

.plans-section-flex-box__box-left.plans-section-flex-box__box-left--reverse {
	margin-top: 2.5rem;
}

.plans-section-flex-box__box-right {
	margin-top: 2.5rem;
}

.plans-section-flex-box__box-right picture,
.plans-section-flex-box__box-right img {
	-o-object-fit: cover;
	aspect-ratio: 297/190;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.plans-section-flex-box__h3 {
	font-size: 1.125rem;
	margin-top: 1.5rem;
}

.plans-section-flex-box__text-pickup {
	margin-top: 0.25rem;
}

.plans-section-flex-box__lists {
	margin-top: 1.5rem;
}

.plans-section-flex-box__list--center,
.plans-section-flex-box__text--center,
.plans-section__title--center {
	text-align: center;
}

.plans-section-flex-box__list:not(:first-child) {
	margin-top: 0.5rem;
}

.plans-section-flex-box__text {
	margin-top: 1.5rem;
}

.plans-section-flex-box__text.plans-section-flex-box__text--private {
	margin-top: 0;
}

.plans-section {
	margin-top: 3.75rem;
	padding-bottom: 5rem;
}

.plans-section__title {
	font-size: 1.25rem;
}

.plans-section__lists {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.plans-section__list {
	border: 0.125rem solid #f87c09;
	padding: 1.5rem;
}

.plans-section__list:nth-child(2) {
	border-color: #ffdd55;
}

.plans-section__list.plans-section__list--cancel {
	border-color: #c09c33;
}

.plans-section__list.plans-section__list--dj {
	border-color: #0ab3e8;
}

.private-hook-wrap__text {
	margin-top: 1.5rem;
}

.recruitment-contents {
	margin-bottom: 5rem;
	margin-top: 3.25rem;
}

.recruitment-contents h2 {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.recruitment-contents h3 + h2 {
	margin-top: 0.5rem;
}

.recruitment-contents h3 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.recruitment-contents p,
.recruitment-contents ul {
	margin-top: 1.5rem;
}

.recruitment-contents ul {
	list-style-position: outside; /* 🔥 デフォルト設定 */
	padding-left: 1.25rem; /* 🔥 リストマーカー分の余白を作る */
}

.recruitment-contents li {
	list-style-type: square;
	padding-left: 0.625rem; /* 🔥 調整用 */
	text-indent: -rem(10); /* 🔥 2行目以降をリストマーカーの位置に揃える */
}

.reservation-form-section {
	background-image: url(../images/common/sp-reservation-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 3.75rem;
}

.reservation-form-section__h2 {
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.reservation-form-section__form-wrapper {
	margin-top: 2.5rem;
}

.sns-tel-icons--header {
	display: flex;
}

.sns-tel-icons--header a {
	display: inline-block;
	height: 1rem;
	width: 1rem;
}

.sns-tel-icons__wrapper {
	display: flex;
	justify-content: center;
}

.sns-tel-icons--drawer .sns-tel-icons__icon {
	display: block;
	height: 1rem;
	width: 1rem;
}

.sns-tel-icons--drawer .sns-tel-icons__icon:not(:first-child) {
	margin-left: 0.9375rem;
}

.sns-tel-icons--header a img,
.sns-tel-icons--drawer a img {
	display: block;
	height: 100%;
	width: 100%;
}

.sub-basic-system__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sub-basic-system__container {
	width: 100%;
}

.sub-basic-system__h2 {
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.25rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.sub-basic-system__general-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 5rem;
}

.sub-basic-system__general-lists {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	width: 100%;
}

.sub-basic-system__general-list {
	background-color: #261918;
	width: 100%;
}

.sub-basic-system__general-list img {
	-o-object-fit: cover;
	aspect-ratio: 820/1023.25;
	display: block;
	height: 100%;
	margin-top: 1.4rem;
	object-fit: cover;
	text-align: center;
	width: 100%;
}

.sub-basic-system__menu-swiper-section {
	margin-top: 3.75rem;
}

.sub-basic-system__other-systems {
	margin-top: 6.25rem;
}

.sub-dancers__text-container {
	margin-top: 3.25rem;
}

.sub-dancers__dancers-container {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.sub-dancers__cpt-posts {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.sub-fv {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 28.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: relative;
	width: 100%;
}

.sub-fv__title {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 2.5rem;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sub-fv--basic-system {
	background-image: url(../images/common/sp-vip-fv.jpg);
}

.sub-fv--vip-service {
	background-image: url(../images/common/sp-basic-system-fv.jpg);
}

.sub-fv--contact {
	background-image: url(../images/common/sp-contact-fv-bg.jpg);
}

.sub-fv--recruitment {
	background-image: url(../images/common/sp-reqruit-fv.jpg);
}

.sub-fv--dancers {
	background-image: url(../images/common/sp-dancers-fv.jpg);
}

.sub-fv--gallery {
	background-image: url(../images/common/sp-gallery-fv.jpg);
}

/* ========================================
  　swiper基本
  ======================================== */

.swiper {
	width: 100%;
}

.swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ========================================
  　menu swiperのドットと矢印
  ======================================== */

.swiper-pagination.swiper-pagination--menu.menu-swiper-section__swiper__swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -3.75rem;
	position: absolute;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #c09c33;
}

.swiper-pagination-bullet {
	background-color: #fff;
	opacity: 0.8;
}

.swiper-button-prev.menu-swiper-section__swiper-button-prev::after,
.swiper-button-next.menu-swiper-section__swiper-button-next::after {
	display: none;
}

.swiper-button-prev.menu-swiper-section__swiper-button-prev::before,
.swiper-button-next.menu-swiper-section__swiper-button-next::before {
	border: 0.125rem solid currentColor;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
	content: "";
	display: inline-block;
	height: 0.75rem;
	position: absolute;
	width: 0.75rem;
}

.swiper-button-prev.menu-swiper-section__swiper-button-prev::before {
	left: 52%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-button-next.menu-swiper-section__swiper-button-next::before {
	left: 42%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.swiper-button-next,
.swiper-button-prev {
	background-color: rgba(192, 156, 51, 0.8);
	border-radius: 50%;
	cursor: pointer;
	height: 2rem;
	position: absolute;
	top: 57%;
	width: 2rem;
}

.swiper-button-next {
	right: 1.875rem;
}

.swiper-button-prev {
	left: 1.875rem;
}

/* ---------
   ここからTop-dancersのswiper
-------------------- */

.top-dancers-swiper .swiper-slide {
	aspect-ratio: 304/431;
	height: auto;
	width: 19rem;
}

.system-button-cta-set {
	background-image: url(../images/common/sp-system-btn-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.system-button-cta-set__plan-wrapper {
	display: flex;
	justify-content: center;
}

.system-button-cta-set__plans {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	flex-direction: column;
}

.system-button-cta-set__plans .cta-button:nth-child(n+2) {
	margin-top: 1.25rem;
}

.system-button-cta-set__reservation {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
	text-align: center;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--one-button {
	margin-top: 2.5rem;
}

.system-button-cta-set__reservation--top-system {
	margin-top: 2.5rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-other-system {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-other-system .cta-button:not(:first-child) {
	margin-top: 1.25rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-other-system .cta-button {
	margin-left: auto;
	margin-right: auto;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-system-each {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	bottom: 3%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.toTop {
	bottom: 1rem;
	position: fixed;
	right: 0.9375rem;
	z-index: 2;
}

.js-toTop {
	display: none; /* 最初は非表示にする */
}

.toTop a {
	background-color: #c09c33;
	background-image: url(../images/common/arrow-top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	border: 0.0625rem solid #fff;
	border-radius: 50%;
	display: block;
	height: 3rem;
	transition: background-color 0.5s ease-in-out;
	width: 3rem;
}

.toTop a:hover {
	background-color: #f5d061;
}

.top-dancers {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-dancers__cta-wrap {
	margin-top: 3rem;
}

.top-dancers__cta-wrap .cta-button {
	margin-left: auto;
	margin-right: auto;
}

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

.top-hook {
	background-image: url(../images/common/top-sp-hook.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-hook__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.5rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.top-hook__text {
	margin-top: 2.5rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.top-system {
	background-color: #000;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.top-system::before {
	background-image: url(../images/common/smorking.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.875rem;
	position: absolute;
	right: calc(50% - max(47.7vw, 8.46875rem));
	top: 11rem;
	width: 7.5625rem;
}

.top-system.top-system--others {
	background-image: url(../images/common/system-btn-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-system--others.top-system::before {
	display: none;
}

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

.top-title {
	color: #000;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 2rem;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(192, 156, 51, 0.5);
}

.top-title.top-title--gold {
	color: #c09c33;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5);
}

.top-vip-section {
	height: auto;
	padding-bottom: 5rem;
	position: relative;
}

.top-vip-section::before {
	aspect-ratio: 375/292;
	background-image: url(../images/common/sp-top-vip.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.top-vip-section__inner {
	left: 0;
	padding-top: 5rem;
	position: relative;
	top: 0;
	z-index: 1;
}

.top-vip-section__contents-wrapper {
	margin-top: 2.5rem;
}

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

.top-vip-section__contents-wrapper {
	margin-top: 2.5rem;
}

.top-vip-section__flyers {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.top-vip-section__flyer {
	aspect-ratio: 1070/1521;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	position: relative;
	width: 100%;
}

.top-vip-section__flyer img {
	display: block;
	height: 100%;
	width: 100%;
}

.video-container {
	aspect-ratio: 16/9; /* SP・PC共通でアスペクト比を固定 */
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* 動画のスタイル */

.video-container video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover; /* 画面いっぱいに広げる */
	width: 100%;
}

/* ロゴのスタイル */

.video-logo {
	left: 50%;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%);
	width: 9.375rem; /* ロゴのサイズ調整 */
}

.vip-cards {
	background-image: url(../images/common/sp-vip-bg.jpg);
	background-position: center top; /* 上中央から開始 */
	background-repeat: repeat-y; /* 縦方向にリピート */
	background-size: auto; /* 画像の元サイズを維持 */
	padding-bottom: 5rem;
	padding-top: 3.25rem;
}

.vip-cards__items {
	grid-row-gap: 2.5rem;
	display: grid;
	grid-template-columns: 1fr; /* スマホでは1列 */
	row-gap: 2.5rem;
}

.vip-cards__item {
	aspect-ratio: 1070/1521;
	height: auto;
	padding-bottom: 1.875rem;
	position: relative;
	width: 100%;
}

.vip-cards__card {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.vip-cards__card img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vip-cards__cta-wrap {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	bottom: 4%;
	display: flex;
	justify-content: center;
	left: 50%;
	margin-top: 2.5rem;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.vip-text {
	background-image: url(../images/common/sp-vip-text-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
}

.vip-text__catch-copy {
	color: #c09c33;
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding-top: 3.3125rem;
	text-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.5); /* 文字に影をつける */
}

.vip-text__text {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	margin-top: 1.5rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

.contact-explain {
	background-image: url(../images/common/pc-red-velvet.jpg);
	padding-bottom: 6.25rem;
}

.contact-explain__text {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	padding-top: 6.25rem;
}

.contact-form-section {
	background-image: url(../images/common/contact-section-bg.jpg);
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.contact-form-section.contact-form-section--application {
	background-image: url(../images/common/reservation-sec-bg.jpg);
}

.contact-form-section__h2 {
	font-size: 3.25rem;
}

.contact-form {
	max-width: 43.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2.5rem;
	width: 100%;
}

.cta-button-wrapper--footer {
	margin-top: 3.625rem;
}

.dancers__items {
	grid-template-columns: repeat(3, 19rem);
	justify-content: space-between;
}

.flex-lists-2col {
	align-items: stretch;
	flex-direction: row;
	justify-content: space-between;
}

.flex-lists-2col__flex-item {
	padding: 2.5rem;
	width: calc(50% - 1.25rem);
}

.flex-lists-2col__flex-item:nth-child(2) {
	margin-top: 0;
}

.flex-lists-2col__title {
	font-size: 1.25rem;
}

.flex-lists-2col__text {
	margin-top: 2rem;
}

.footer-access {
	background-image: url(../images/common/footer-access-bg.jpg);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.footer-access__wrapper {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.footer-access__map {
	aspect-ratio: 600/445;
	margin-left: 1.25rem;
	margin-top: 0;
	max-width: 55%;
}

.footer-access__map iframe {
	aspect-ratio: 600/445;
}

.footer-access__texts {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: 2.5rem;
}

.footer {
	background-image: url(../images/common/footer-bg.jpg);
	padding-bottom: 2rem;
	padding-top: 5rem;
}

.footer__logo {
	height: 5.4375rem;
	width: 13.765625rem;
}

.footer__contents-wrapper {
	flex-direction: row;
}

.footer__left {
	padding-left: 3.125rem;
	width: 50%;
}

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

.footer__item-title {
	font-size: 1.25rem;
}

.footer__item-content {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.footer__right {
	margin-top: 0;
	padding-left: 5rem;
	width: 50%;
}

.footer__icons {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.footer__copyright {
	font-size: 0.875rem;
	margin-top: 6.25rem;
}

.form-radio {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.5rem;
	white-space: nowrap;
}

.form-radio label:not(:first-child) {
	margin-top: 0;
}

.form-radio input + span {
	display: inline-block;
}

.form__wrap {
	align-items: flex-start;
	display: flex;
}

.form__wrap.form__wrap--textarea {
	align-items: flex-start;
}

.form__label {
	max-width: 15.25rem;
	width: 100%;
}

.form__wrap.form__wrap--textarea .form__label {
	margin-top: 0.625rem;
}

.form__input,
.form__select,
.form__checkbox,
.form__textarea {
	margin-top: 0;
}

.form__radio {
	margin-top: 0;
	width: 16.6875rem;
}

.wpcf7-form-control.wpcf7-radio {
	flex-direction: row;
	flex-wrap: wrap;
}

.wpcf7-list-item {
	margin-left: 0.5rem;
}

.wpcf7-list-item:nth-child(1),
.wpcf7-list-item:nth-child(4),
.wpcf7-list-item:nth-child(6),
.wpcf7-list-item:nth-child(8) {
	margin-left: 0rem;
}

.occupation-radio .wpcf7-list-item:nth-child(1),
.occupation-radio .wpcf7-list-item:nth-child(3),
.occupation-radio .wpcf7-list-item:nth-child(6) {
	margin-left: 0rem;
}

.occupation-radio .wpcf7-list-item:nth-child(4),
.occupation-radio .wpcf7-list-item:nth-child(8) {
	margin-left: 0.5rem;
}

.reservation-form-section--en .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	margin-left: 0.5rem;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:not(:first-child) {
	margin-top: 0;
}

.fv-margin {
	margin-top: 5.625rem;
}

.header-nav__items {
	align-items: center;
	flex-direction: row;
	margin-left: auto;
}

.header-nav__item {
	margin-left: 1.25rem;
}

.header-nav__item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
}

.header {
	height: auto;
	min-height: 5.625rem;
}

.header__inner {
	padding-bottom: 0.75rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.75rem;
}

.header__logo-wrap {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 12.5rem;
}

.header__logo {
	height: auto;
	margin-top: 0.25rem;
	width: 8.75rem;
}

.header__logo img {
	aspect-ratio: 140/55;
}

.header__pc-nav {
	display: flex;
	height: inherit;
	justify-content: flex-end;
	margin-left: auto;
}

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

.jetg-special {
	background-image: url(../images/common/top-features-bg.jpg);
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.jetg-special__items.jetg-special__items--line01 {
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
}

.jetg-special__items.jetg-special__items--line02 {
	-moz-column-gap: 1.75rem;
	align-items: center;
	column-gap: 1.75rem;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.jetg-special__item {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	max-width: 20.8125rem;
	width: 100%;
}

.jetg-special__item.jetg-special__item--place {
	margin-left: auto;
}

.language-change {
	margin-left: 1.25rem;
}

.latest-news-section::before {
	height: 4.875rem;
	left: calc(50% - min(16.7vw, 38.75rem));
	top: 4rem;
	width: 7.5625rem;
}

.latest-news-section__button-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	width: 32.5rem;
}

.latest-news-section__button-wrap .cta-button:not(:first-child) {
	margin-top: 0;
}

.menu-swiper-section {
	max-width: 51.25rem;
}

.menu-swiper-section__swiper {
	margin-top: 3.75rem;
}

.not-found {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.party-introduction {
	background-image: url(../images/common/party-introduction.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.party-introduction::before {
	display: none;
	position: relative;
}

.party-introduction__container {
	margin-bottom: 5rem;
}

.party-introduction__sub-title {
	background-color: transparent;
	background-color: initial;
	font-size: 2rem;
}

.party-introduction__explain-lists {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.5625rem;
	padding-left: 1.875rem;
	width: 100%;
}

.party-introduction__explain-list:not(:first-child) {
	margin-top: 2rem;
}

.party-introduction__explain-title {
	font-size: 1.5rem;
}

.party-introduction__explain-items {
	margin-left: 3rem;
}

.party-introduction__explain-items.party-introduction__explain-items--dots .party-introduction__explain-item {
	text-wrap: nowrap;
}

.photo-film-shooting-content {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.plans-section-flex-box {
	flex-direction: row;
	gap: 1.5rem;
	justify-content: space-between;
}

.plans-section-flex-box.plans-section-flex-box--reverse {
	flex-direction: row-reverse;
}

.plans-section-flex-box.plans-section-flex-box--private {
	margin-top: 2.5rem;
}

.plans-section-flex-box__box-left,
.plans-section-flex-box__box-right {
	max-width: 28.75rem;
	width: 50%;
}

.plans-section-flex-box__box-left {
	padding-right: 1.875rem;
}

.plans-section-flex-box__box-left.plans-section-flex-box__box-left--reverse {
	margin-top: 0;
}

.plans-section-flex-box__box-right {
	margin-top: 0;
}

.plans-section-flex-box__box-right picture,
.plans-section-flex-box__box-right img {
	aspect-ratio: initial;
}

.plans-section-flex-box__box-right.plans-section-flex-box__box-right--private picture {
	aspect-ratio: 460/682;
}

.plans-section-flex-box__h3 {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.plans-section-flex-box__lists {
	margin-top: 1.5rem;
}

.plans-section-flex-box__text-pickup.plans-section-flex-box__lists--dots {
	max-width: 39.0625rem;
}

.plans-section-flex-box__text {
	margin-top: 2.5rem;
}

.plans-section-flex-box__text.plans-section-flex-box__text--private {
	margin-top: 0;
}

.plans-section {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.plans-section__title {
	font-size: 1.5rem;
}

.plans-section__lists {
	gap: 5rem;
}

.plans-section__list {
	padding: 2.5rem;
}

.plans-section__list.plans-section__list--cancel {
	margin-left: auto;
	margin-right: auto;
	max-width: 39.0625rem;
	width: 100%;
}

.private-hook-wrap__text {
	margin-top: 2.5rem;
}

.recruitment-contents {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.recruitment-contents h2 {
	font-size: 2rem;
	margin-top: 2rem;
}

.recruitment-contents h3 + h2 {
	margin-top: 0.625rem;
}

.recruitment-contents h3 {
	font-size: 1.75rem;
	margin-top: 2rem;
}

.recruitment-contents p,
.recruitment-contents ul {
	margin-top: 2rem;
}

.reservation-form-section {
	background-image: url(../images/common/reservation-sec-bg.jpg);
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.reservation-form-section__h2 {
	font-size: 3.25rem;
}

.sns-tel-icons--header a {
	height: 1.5rem;
	width: 1.5rem;
}

.sub-basic-system__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 51.25rem;
}

.sub-basic-system__h2 {
	font-size: 2.5rem;
}

.sub-basic-system__general-info {
	margin-top: 8.75rem;
}

.sub-basic-system__general-lists {
	gap: 7.5rem;
}

.sub-basic-system__general-list img {
	margin-top: 2.5rem;
}

.sub-basic-system__other-systems {
	margin-top: 8.75rem;
}

.sub-dancers__text-container {
	margin-top: 6.25rem;
}

.sub-dancers__dancers-container {
	margin-top: 6.25rem;
}

.sub-dancers__cpt-posts {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.sub-fv {
	height: 34.25rem;
}

.sub-fv__title {
	font-size: 5rem;
}

.sub-fv--basic-system {
	background-image: url(../images/common/vip-fv.jpg);
}

.sub-fv--vip-service {
	background-image: url(../images/common/basic-system-fv.jpg);
}

.sub-fv--contact {
	background-image: url(../images/common/contact-fv-bg.jpg);
}

.sub-fv--recruitment {
	background-image: url(../images/common/recruit-fv.jpg);
}

.sub-fv--dancers {
	background-image: url(../images/common/dancers-fv.jpg);
}

.sub-fv--gallery {
	background-image: url(../images/common/gallery-fv.jpg);
}

.swiper-button-prev.menu-swiper-section__swiper-button-prev::before,
.swiper-button-next.menu-swiper-section__swiper-button-next::before {
	border: 0.25rem solid currentColor;
	border-bottom: 0;
	border-right: 0;
	height: 1.25rem;
	width: 1.25rem;
}

.swiper-button-next,
.swiper-button-prev {
	height: 3.75rem;
	width: 3.75rem;
}

.swiper-button-next {
	right: 2.5rem;
}

.swiper-button-prev {
	left: 2.5rem;
}

.system-button-cta-set {
	background-image: url(../images/common/system-btn-bg.jpg);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.system-button-cta-set__plans {
	flex-direction: row;
	justify-content: space-between;
}

.system-button-cta-set__plans .cta-button:nth-child(n+2) {
	margin-top: 0;
}

.system-button-cta-set__reservation {
	margin-top: 6.25rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--one-button {
	mask-type: 3.125rem;
}

.system-button-cta-set__reservation--top-system {
	margin-top: 5rem;
}

.top-system__system-button--others-section a:not(:first-child) {
	margin-left: 2.5rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-other-system {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	width: 32.5rem;
}

.system-button-cta-set__reservation.system-button-cta-set__reservation--top-other-system .cta-button:not(:first-child) {
	margin-top: 0;
}

.toTop {
	bottom: 1.25rem;
	right: 1.25rem;
}

.toTop a {
	background-position: center;
	height: 5rem;
	width: 5rem;
}

.top-dancers {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.top-dancers__cta-wrap {
	margin-top: 5rem;
}

.top-hook {
	background-image: url(../images/common/top-hook.jpg);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-hook__title {
	font-size: 2rem;
}

.top-system::before {
	height: 4.875rem;
	right: calc(50% - min(28.7vw, 38.75rem));
	top: 9rem;
	width: 7.5625rem;
}

.top-title {
	font-size: 3.25rem;
}

.top-vip-section {
	padding-bottom: 6.25rem;
}

.top-vip-section::before {
	aspect-ratio: 1440/641;
	background-image: url(../images/common/feature-hips.jpg);
}

.top-vip-section__inner {
	padding-top: 6.25rem;
}

.top-vip-section__contents-wrapper {
	margin-top: 3.75rem;
}

.top-vip-section__flyers {
	flex-direction: row;
	justify-content: space-between;
}

.top-vip-section__flyer {
	max-width: 20.8125rem;
}

.video-logo {
	width: 23.125rem;
}

.vip-cards {
	background-image: url(../images/common/vip-card-bg.jpg);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.vip-cards__items {
	-moz-column-gap: 3.75rem;
	column-gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr); /* PCでは2列 */
	justify-content: space-between;
	row-gap: 2.5rem;
}

.vip-cards__item {
	max-width: 32.4375rem;
}

.vip-cards__cta-wrap {
	bottom: 5%;
}

.vip-text {
	background-image: url(../images/common/vip-text-bg.jpg);
	padding-bottom: 6.25rem;
}

.vip-text__catch-copy {
	font-size: 2rem;
	padding-top: 6.25rem;
}

}

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

.pc-nav-wrap__sns-tel-icons {
	margin-left: auto;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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

/* 251116追記 */
.jetg-special {
	position: relative;
}

.jetg-special.jetg-special--en .vip-cards__cta-wrap {
	bottom: 1%;
}

@media screen and (min-width: 768px) {
	.jetg-special.jetg-special--en .vip-cards__cta-wrap {
		bottom: 2%;
	}
}
