body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	color: #111;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

body {
	overflow-x: hidden;
}

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

a:hover {
	opacity: 0.8;
}

*,
*::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: optimizeSpeed;
}

/* 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;
}

.c-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #111;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 1.875rem;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.c-btn:hover {
	opacity: 0.8;
}

.c-btn--accent {
	background-color: #8cff00;
	color: #fff;
}

.c-btn--outline {
	background-color: transparent;
	border: 0.0625rem solid #fff;
	color: #fff;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	-webkit-text-stroke: 0.0625rem #111;
	color: transparent;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.c-title--white {
	-webkit-text-stroke-color: #fff;
}

.l-footer {
	background-color: #fff;
	padding-top: 9.375rem;
	width: 100%;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease;
	width: 100%;
	z-index: 100;
}

.l-header.is-scrolled {
	background-color: rgba(0, 0, 0, 0.7);
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-access {
	background-color: #f3fdff;
	padding: 9rem 0 9.375rem;
	width: 100%;
}

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

.p-access__title picture,
.p-access__title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-access__lead {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 3.75rem;
}

.p-access__map {
	aspect-ratio: 1100/500;
	margin-top: 3.75rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-access__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.p-access__info {
	margin-top: 2.5rem;
}

.p-access__addr {
	color: #222;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-access__route {
	color: #222;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.p-brand {
	background-color: #111;
	color: #fff;
	overflow: hidden;
	padding: 8.375rem 0 8.375rem;
	position: relative;
	width: 100%;
}

.p-brand__video {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-brand::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-brand__inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-brand__logo {
	display: inline-block;
	height: auto;
	width: 12.75rem;
}

.p-brand__logo img,
.p-brand__logo svg {
	display: block;
	height: auto;
	width: 100%;
}

.p-brand__copy {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
}

.p-brand__btn {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 3.75rem;
	max-width: 21.25rem;
	opacity: 1;
	padding: 1.875rem 1.875rem;
	position: relative;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

.p-brand__btn:hover {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

.p-brand__btn::after {
	background-image: url("../images/common/icon-external-link.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.75rem;
	margin-left: 1.875rem;
	transition: filter 0.3s;
	width: 0.75rem;
}

.p-brand__btn:hover::after {
	filter: brightness(0) invert(1);
}

.p-brand__sns {
	margin-top: 3.75rem;
}

.p-brand__sns-title {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-brand__sns-title::before,
.p-brand__sns-title::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.0625rem;
	margin: 0 1.25rem;
	width: 7rem;
}

.p-brand__sns-icons {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	list-style: none;
	margin-top: 2.5rem;
	padding: 0;
}

.p-brand__sns-icons img,
.p-brand__sns-icons svg {
	display: block;
	height: 3.125rem;
	width: auto;
}

.p-cafe {
	background-color: #dffffd;
	overflow: hidden;
	padding: 9.375rem 0 9.375rem;
	position: relative;
	width: 100%;
}

.p-cafe::before {
	background-image: url("../images/common/cafe-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 23.625rem;
	width: 100%;
	z-index: 1;
}

.p-cafe__inner {
	position: relative;
	z-index: 1;
}

.p-cafe__bg-sp {
	display: none;
}

.p-cafe__title {
	max-width: 100%;
	width: 32.0625rem;
}

.p-cafe__title picture,
.p-cafe__title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-cafe__block {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 3.125rem;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.p-cafe__text {
	flex: 1;
	max-width: 35.875rem;
}

.p-cafe__sub {
	color: #000;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-cafe__desc {
	color: #222;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.p-cafe__tags {
	display: flex;
	flex-wrap: nowrap;
	gap: 1.25rem;
	list-style: none;
	margin-top: 2.5rem;
	padding: 0;
}

.p-cafe__tag {
	background-color: #fff;
	border: 0.0625rem solid #333;
	border-radius: 0.3125rem;
	color: #333;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem;
	white-space: nowrap;
}

.p-cafe__menu-box {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 0.3125rem;
	margin-top: 2.5rem;
	min-height: 17.5rem;
	padding: 1.875rem;
	width: 100%;
}

.p-cafe__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-cafe__menu-heading {
	border-bottom: 0.0625rem solid #ccc;
	color: #333;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem;
	text-align: left;
}

.p-cafe__menu-item {
	border-bottom: 0.0625rem solid #ccc;
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem;
}

.p-cafe__image {
	flex-shrink: 1;
	margin: 0;
	max-width: 29.125rem;
	min-width: 17.5rem;
	position: relative;
	width: 100%;
}

.p-cafe__image-inner {
	aspect-ratio: 450/350;
	overflow: hidden;
	width: 100%;
}

.p-cafe__image-inner img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-concept {
	background-color: #fff;
	padding: 9.375rem 0 9.1875rem;
}

.p-concept__title {
	max-width: 100%;
	width: 37.375rem;
}

.p-concept__title picture,
.p-concept__title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-concept__block {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 3.75rem;
	justify-content: space-between;
	margin-top: 3.75rem;
}

.p-concept__block--reverse {
	flex-direction: row-reverse;
}

.p-concept__block + .p-concept__block {
	margin-top: 7.5rem;
}

.p-concept__text {
	flex: 1;
	max-width: 35.875rem;
}

.p-concept__sub {
	color: #000;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-concept__desc {
	color: #222;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
}

.p-concept__desc + .p-concept__desc {
	margin-top: 3.75rem;
}

.p-concept__image {
	flex-shrink: 0;
	margin: 0;
	max-width: 29.125rem;
	position: relative;
	width: 100%;
}

.p-concept__image::before {
	aspect-ratio: 450/350;
	border-bottom: 0.0625rem solid #000;
	border-left: 0.0625rem solid #000;
	bottom: -0.75rem;
	content: "";
	left: -0.75rem;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-concept__image-inner {
	aspect-ratio: 450/350;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-concept__image-inner img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-cta {
	background-image: url("../images/common/cta-bg-pc.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 9.375rem 0;
	position: relative;
	width: 100%;
}

.p-cta::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-cta__inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-cta__lead {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-cta__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	border: 0.0625rem solid #e4c774;
	border-radius: 0.3125rem;
	color: #000;
	display: inline-flex;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 2.5rem;
	max-width: 31.0625rem;
	opacity: 1;
	padding: 2.5rem;
	position: relative;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
	width: 100%;
}

.p-cta__btn:hover {
	background: transparent;
	color: #e4c774;
	opacity: 1;
}

.p-cta__btn-main {
	font-size: 1.5rem;
}

.p-cta__btn-sub {
	font-size: 1.125rem;
}

.p-cta__btn::after {
	background-image: url("../images/common/icon-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	flex-shrink: 0;
	height: 1rem;
	margin-left: auto;
	transition: filter 0.3s;
	width: 1rem;
}

.p-cta {
	display: none;
}

.p-dance {
	background-blend-mode: lighten;
	background-color: #000;
	background-image: url("../images/common/dance-floor-bg.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 9.375rem 0;
	position: relative;
	width: 100%;
}

.p-dance__title {
	max-width: 100%;
	width: 28.25rem;
}

.p-dance__title picture,
.p-dance__title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-dance__head {
	margin-top: 3.75rem;
}

.p-dance__lead {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-dance__lead-sub {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.p-dance__desc {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
}

.p-dance__features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1.25rem;
	list-style: none;
	margin-top: 1.875rem;
	padding: 0;
}

.p-dance__feature {
	align-items: center;
	border: 0.0625rem solid #efefef;
	border-radius: 0.3125rem;
	color: #efefef;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.875rem 0.9375rem;
}

.p-dance__studios {
	display: flex;
	flex-direction: row;
	gap: 5rem;
	margin-top: 3.75rem;
}

.p-dance__studio {
	flex: 1;
	width: 100%;
}

.p-dance__studio-head {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	color: #fff;
	display: flex;
	height: 4.6875rem;
	justify-content: space-between;
	padding: 0.9375rem 1.25rem;
}

.p-dance__studio-name {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-dance__studio-name-main {
	font-size: 2rem;
}

.p-dance__studio-name-sub {
	font-size: 1.25rem;
}

.p-dance__studio-meta {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-dance__studio-meta-main {
	font-size: 1.5rem;
}

.p-dance__studio-meta-sub {
	font-size: 1.25rem;
}

.p-dance__studio-image {
	aspect-ratio: 510/340;
	margin-top: 2.5rem;
	overflow: hidden;
	width: 100%;
}

.p-dance__studio-image img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-dance__studio-desc {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.p-faq {
	background-color: #fff;
	padding: 9.375rem 0 9.375rem;
}

.p-faq__title {
	max-width: 100%;
	width: 7.625rem;
}

.p-faq__title picture,
.p-faq__title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-faq__sub {
	color: #222;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
}

.p-faq__list {
	background-color: #fff;
	margin-top: 3.75rem;
}

.p-faq__item {
	border-bottom: 0.0625rem dashed #000;
}

.p-faq__item:first-child {
	border-top: 0.0625rem dashed #000;
}

.p-faq__q {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 1.875rem 3.75rem 1.875rem 1.875rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-faq__q-mark {
	color: #aaa;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	margin-right: 0.9375rem;
}

.p-faq__q-text {
	color: #111;
	flex: 1;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.p-faq__q-icon {
	flex-shrink: 0;
	height: 1.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-faq__q-icon::before,
.p-faq__q-icon::after {
	background-color: #111;
	content: "";
	position: absolute;
}

.p-faq__q-icon::before {
	height: 0.125rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-faq__q-icon::after {
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: transform 0.2s;
	width: 0.125rem;
}

.p-faq__item.is-open .p-faq__q-icon::after {
	transform: translateX(-50%) scaleY(0);
}

.p-faq__a {
	align-items: flex-start;
	border-top: 0.0625rem dashed #000;
	display: none;
	padding: 1.875rem;
}

.p-faq__item.is-open .p-faq__a {
	display: flex;
}

.p-faq__a-mark {
	color: #aaa;
	flex-shrink: 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	margin-right: 0.9375rem;
}

.p-faq__a-text {
	color: #111;
	flex: 1;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.6;
	padding-top: 0.3125rem;
}

.p-footer {
	background-color: #fff;
	color: #111;
	padding: 9.375rem 0 2.5rem;
}

.p-footer__body {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.p-footer__left {
	flex-shrink: 0;
	text-align: left;
	width: 26.9375rem;
}

.p-footer__logo {
	display: block;
	height: auto;
	width: 6.625rem;
}

.p-footer__logo img,
.p-footer__logo svg {
	display: block;
	height: auto;
	width: 100%;
}

.p-footer__address {
	color: #222;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.p-footer__tagline {
	color: #222;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
}

.p-footer__sns {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: flex-start;
	list-style: none;
	margin-top: 3.3125rem;
	padding: 0;
}

.p-footer__sns img,
.p-footer__sns svg {
	display: block;
	height: 3.125rem;
	width: auto;
}

.p-footer__right {
	align-items: flex-start;
	display: flex;
	flex: 1;
	gap: 3.75rem;
	justify-content: flex-end;
	width: 100%;
}

.p-footer__col {
	width: 10.3125rem;
}

.p-footer__col + .p-footer__col {
	margin-top: 0;
	width: 13.1875rem;
}

.p-footer__col-title {
	border-bottom: 0.0625rem solid #111;
	color: #111;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	padding-bottom: 0.9375rem;
}

.p-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	list-style: none;
	margin-top: 1.5625rem;
	padding: 0;
}

.p-footer__nav li:nth-child(3),
.p-footer__nav li:nth-child(6),
.p-footer__nav li:nth-child(7) {
	display: none;
}

.p-footer__nav a {
	-webkit-text-decoration: none;
	color: #111;
	display: block;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-decoration: none;
}

.p-footer__contact {
	margin-top: 1.5625rem;
}

.p-footer__contact-row {
	align-items: baseline;
	display: flex;
	gap: 0.3125rem;
}

.p-footer__contact-row + .p-footer__contact-row {
	margin-top: 1.5625rem;
}

.p-footer__contact-label {
	color: #111;
	flex-shrink: 0;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 3.125rem;
}

.p-footer__contact-value {
	color: #111;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-footer__line-block {
	margin-top: 2.5rem;
}

.p-footer__line-text {
	color: #111;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-footer__line-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.625rem;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 1.25rem;
	opacity: 1;
	padding: 0.9375rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	width: 13.1875rem;
}

.p-footer__line-btn:hover {
	background-color: #111;
	color: #fff;
	opacity: 1;
}

.p-footer__line-icon {
	display: block;
	height: 1.25rem;
	transition: filter 0.3s;
	width: 1.3125rem;
}

.p-footer__line-btn:hover .p-footer__line-icon {
	filter: brightness(0) invert(1);
}

.p-footer__copyright {
	color: #222;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
	text-align: center;
}

.p-footer__line-block {
	display: none;
}

.p-header {
	color: #fff;
	padding: 1.875rem 2.4375rem;
	width: 100%;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-header__logo {
	flex-shrink: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
	margin: 0;
}

.p-header__logo a {
	display: block;
	height: 3.125rem;
	width: 8.3125rem;
}

.p-header__logo img,
.p-header__logo svg {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-header__btn {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	flex-shrink: 1;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: flex-start;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 10.375rem;
	opacity: 1;
	padding: 1.125rem 1.25rem;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.p-header__btn:hover {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

.p-header__line {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	flex-shrink: 1;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.6875rem;
	height: 3.125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	max-width: 8.6875rem;
	opacity: 1;
	padding: 0.9375rem 1.25rem;
	transition: background-color 0.3s, color 0.3s;
	white-space: nowrap;
}

.p-header__line:hover {
	background-color: transparent;
	color: #fff;
	opacity: 1;
}

.p-header__line-icon {
	fill: currentColor;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.3125rem;
}

.p-header__line-icon img {
	transition: filter 0.3s;
}

.p-header__line:hover .p-header__line-icon img {
	filter: brightness(0) invert(1);
}

.p-header__menu {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 3.125rem;
	justify-content: flex-end;
	padding: 0;
	position: relative;
	width: 2.375rem;
}

.p-header__menu.u-mobile {
	display: none;
}

.p-header__menu-bars {
	height: 1.5rem;
	position: relative;
	width: 2.375rem;
}

.p-header__menu-bars::before,
.p-header__menu-bars::after,
.p-header__menu-bars span {
	background-color: #fff;
	border-radius: 0.0625rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-header__menu-bars::before {
	top: 0;
}

.p-header__menu-bars span {
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

.p-header__menu-bars::after {
	bottom: 0;
}

.p-header__menu-label {
	color: #fff;
	display: block;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.8125rem;
	text-align: center;
}

.p-header__menu.is-active .p-header__menu-bars::before {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: top 0.2s ease, transform 0.2s ease 0.2s;
}

.p-header__menu.is-active .p-header__menu-bars span {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.p-header__menu.is-active .p-header__menu-bars::after {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: bottom 0.2s ease, top 0.2s ease, transform 0.2s ease 0.2s;
}

.p-header__menu.is-active .p-header__menu-label {
	display: none;
}

.p-header__menu-bars::before {
	transition: top 0.2s ease 0.2s, transform 0.2s ease;
}

.p-header__menu-bars span {
	transition: opacity 0.2s ease 0.2s;
}

.p-header__menu-bars::after {
	transition: bottom 0.2s ease 0.2s, transform 0.2s ease;
}

.p-header__btn,
.p-header__line {
	display: none;
}

.p-intro {
	background-image: url("../images/common/intro-bg-pc.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 6.25rem 0 7.0625rem;
	position: relative;
	width: 100%;
}

.p-intro__inner {
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-intro__title-en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	background-clip: text;
	color: transparent;
	display: inline-block;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	transform: skewX(-7deg);
}

.p-intro__title-jp {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	background-clip: text;
	color: transparent;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1.25rem;
}

.p-intro__cards {
	display: flex;
	flex-direction: row;
	gap: 1.5625rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.p-intro__card {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	border: 0.0625rem solid #fff;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	max-width: none;
	padding: 2.5rem;
	width: 21.875rem;
}

.p-intro__card-title {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-intro__card-price {
	align-items: baseline;
	display: flex;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0;
}

.p-intro__card-price-normal,
.p-intro__card-price-arrow,
.p-intro__card-price-num,
.p-intro__card-price-unit {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	background-clip: text;
	color: transparent;
}

.p-intro__card-price-normal {
	font-size: 1rem;
	font-weight: 600;
}

.p-intro__card-price-arrow {
	font-size: 1.5rem;
	font-weight: 600;
}

.p-intro__card-price-num {
	font-size: 3.75rem;
	font-weight: 700;
}

.p-intro__card-price-unit {
	font-size: 2rem;
	font-weight: 700;
}

.p-intro__card.p-intro__card--novelty {
	overflow: visible;
	padding: 2.5rem 1.875rem 1.875rem;
	position: relative;
}

.p-intro__card-badge {
	display: block;
	height: auto;
	left: 7.5rem;
	pointer-events: none;
	position: absolute;
	top: -3.0625rem;
	width: 6.25rem;
	z-index: 2;
}

.p-intro__card-badge img {
	display: block;
	height: auto;
	width: 100%;
}

.p-intro__card-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1.6875rem;
	justify-content: center;
	width: 100%;
}

.p-intro__card--novelty .p-intro__card-title {
	flex-shrink: 0;
	line-height: 1.4;
	text-align: left;
}

.p-intro__card-thumb {
	flex-shrink: 0;
	height: 6.25rem;
	width: 7.5rem;
}

.p-intro__card-thumb img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-intro__note {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 3.75rem;
	text-align: center;
}

.p-mv {
	color: #fff;
	height: 56.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-mv__slides {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.p-mv__slide {
	background-position: center;
	background-size: cover;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition: opacity 1.5s ease-in-out, transform 2s ease-out;
	will-change: opacity, transform;
}

.p-mv__slide.is-active {
	opacity: 1;
	transform: scale(1.08);
	transition: opacity 1.5s ease-in-out, transform 8s linear;
}

.p-mv__inner {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-mv__campaign {
	align-items: center;
	display: flex;
	height: 11.25rem;
	justify-content: center;
	left: 6.25rem;
	position: absolute;
	text-align: center;
	top: 11.1875rem;
	width: 11.25rem;
}

.p-mv__campaign-star {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__campaign-star img {
	display: block;
	height: 100%;
	width: 100%;
}

.p-mv__campaign-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	background-clip: text;
	color: transparent;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.625rem;
	position: relative;
}

.p-mv__copy {
	left: 50%;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 31.8125rem;
	transform: translateX(-50%);
	width: 100%;
}

.p-mv__lead {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-mv__grand {
	display: block;
	margin: 2.875rem auto 0;
	width: 49.625rem;
}

.p-mv__grand img {
	display: block;
	height: auto;
	width: 100%;
}

.p-mv__date {
	display: block;
	margin: 1.625rem auto 0;
	width: 36.875rem;
}

.p-mv__date img {
	display: block;
	height: auto;
	width: 100%;
}

.p-mv__campaign-sp {
	display: none;
}

.p-mv__cta-sp {
	display: none;
}

.p-mv__cta-btn {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 10rem;
}

.p-mv__cta-line {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.625rem;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	width: 10rem;
}

.p-mv__logo {
	height: 15.625rem;
	left: 50%;
	position: absolute;
	top: 11.1875rem;
	transform: translateX(-50%);
	width: 13.8125rem;
}

.p-mv__logo img,
.p-mv__logo svg {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-nav-menu {
	background-color: #000;
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

.p-nav-menu.is-open {
	opacity: 1;
	visibility: visible;
}

.p-nav-menu__inner {
	margin: 0 auto;
	max-width: 90rem;
	position: relative;
	width: 100%;
}

.p-nav-menu__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 2.4375rem;
}

.p-nav-menu__logo {
	flex-shrink: 0;
}

.p-nav-menu__logo a {
	display: block;
}

.p-nav-menu__logo-pc {
	display: block;
	height: 3.125rem;
	width: 8.3125rem;
}

.p-nav-menu__logo-sp {
	display: none;
}

.p-nav-menu__header-right {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-nav-menu__btn-reserve {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: flex-start;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.125rem 1.25rem;
	width: 10.375rem;
}

.p-nav-menu__btn-line {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 600;
	gap: 0.625rem;
	height: 3.125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 1.25rem;
	white-space: nowrap;
	width: 8.6875rem;
}

.p-nav-menu__btn-line-icon {
	display: inline-flex;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.3125rem;
}

.p-nav-menu__btn-line-icon img {
	height: 100%;
	width: 100%;
}

.p-nav-menu__close {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 3.125rem;
	justify-content: flex-end;
	padding: 0;
	width: 2.5625rem;
}

.p-nav-menu__close-icon {
	display: block;
	height: 1.75rem;
	position: relative;
	width: 1.75rem;
}

.p-nav-menu__close-icon::before,
.p-nav-menu__close-icon::after {
	background-color: #fff;
	border-radius: 0.0625rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2.25rem;
}

.p-nav-menu__close-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-nav-menu__close-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-nav-menu__close-label {
	color: #fff;
	display: block;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 0.5625rem;
}

.p-nav-menu__body {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	padding: 1.875rem 2.4375rem 0;
}

.p-nav-menu__nav {
	display: flex;
	flex: 1;
	gap: 2.5rem;
}

.p-nav-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-nav-menu__list--left {
	max-width: 33rem;
	width: 100%;
}

.p-nav-menu__list--right {
	max-width: 33rem;
	width: 100%;
}

.p-nav-menu__item {
	border-top: 0.0625rem dashed #fff;
	padding-bottom: 1.1875rem;
	padding-top: 1.1875rem;
}

.p-nav-menu__item:last-child {
	border-bottom: 0.0625rem dashed #fff;
}

.p-nav-menu__list--left .p-nav-menu__item:nth-child(4) {
	border-bottom: 0.0625rem dashed #fff;
}

.p-nav-menu__item--sp-only {
	display: none;
}

.p-nav-menu__item--hide-pre-launch {
	display: none;
}

.p-nav-menu__link {
	color: #fff;
	display: block;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.p-nav-menu__link:hover {
	opacity: 0.7;
}

.p-nav-menu__sns {
	align-items: flex-start;
	display: flex;
	flex-shrink: 0;
	gap: 2.5rem;
}

.p-nav-menu__sns-link {
	display: inline-flex;
	transition: opacity 0.3s ease;
}

.p-nav-menu__sns-link:hover {
	opacity: 0.7;
}

.p-nav-menu__sns .p-nav-menu__sns-link img {
	filter: brightness(0) invert(1);
	height: 3.125rem;
	width: auto;
}

.p-nav-menu__buttons {
	display: none;
}

.p-nav-menu__sp-btn-reserve {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 1.25rem;
	width: 10rem;
}

.p-nav-menu__sp-btn-line {
	align-items: center;
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #111;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.625rem;
	height: 3.125rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.625rem 1.25rem;
	white-space: nowrap;
	width: 10rem;
}

.p-nav-menu__sp-btn-line-icon {
	display: inline-flex;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.3125rem;
}

.p-nav-menu__sp-btn-line-icon img {
	height: 100%;
	width: 100%;
}

.p-nav-menu__sp-sns {
	display: none;
}

.p-nav-menu__sp-sns .p-nav-menu__sns-link img {
	filter: brightness(0) invert(1);
	height: 2.5rem;
	width: auto;
}

body.is-menu-open {
	overflow: hidden;
}

.p-nav-menu__btn-reserve,
.p-nav-menu__btn-line,
.p-nav-menu__sp-btn-reserve,
.p-nav-menu__sp-btn-line {
	display: none;
}

.p-sub-footer {
	background-color: #fff;
	margin-top: 9.375rem;
	padding: 0;
}

.p-sub-footer__list {
	display: flex;
	flex-direction: row;
	gap: 6.25rem;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.p-sub-footer__item {
	align-items: center;
	display: flex;
	height: 7.5rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: filter 0.3s ease, opacity 0.3s ease;
	width: 31.25rem;
}

.p-sub-footer__item:hover {
	filter: brightness(1.5) contrast(0.9);
	opacity: 0.9;
}

.p-sub-footer__item--listx {
	background-color: #111;
	background-image: url("../images/common/sub-footer-bg.png");
	background-position: center;
	background-size: cover;
}

.p-sub-footer__item--dleague {
	background-color: #140532;
}

.p-sub-footer__logo {
	position: static;
	z-index: 1;
}

.p-sub-footer__logo::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.p-sub-footer__item--listx .p-sub-footer__logo {
	height: 2.5rem;
	width: 10.1875rem;
}

.p-sub-footer__item--dleague .p-sub-footer__logo {
	height: 3.75rem;
	width: 14.5625rem;
}

.p-sub-footer__logo img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 1;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 2.5rem;
}

.l-footer {
	padding-top: 2.5rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-access {
	padding: 6.25rem 0 6.25rem;
}

.p-access__title {
	width: 10.25rem;
}

.p-access__lead {
	font-size: 1.5rem;
}

.p-access__map {
	aspect-ratio: 335/400;
	margin-top: 2.5rem;
}

.p-access__route {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.p-brand {
	padding: 7.25rem 0;
}

.p-brand__logo {
	width: 10.1875rem;
}

.p-brand__copy {
	font-size: 0.9375rem;
	text-align: left;
}

.p-brand__btn {
	font-size: 1rem;
	max-width: 19.625rem;
	padding: 1.5625rem 1.875rem;
}

.p-brand__sns-title::before,
.p-brand__sns-title::after {
	width: 3.8125rem;
}

.p-brand__sns-icons {
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.p-brand__sns-icons img,
.p-brand__sns-icons svg {
	height: 2.5rem;
}

.p-cafe {
	padding: 6.25rem 0 0;
}

.p-cafe::before {
	display: none;
}

.p-cafe__bg-sp {
	aspect-ratio: 375/320;
	background-image: url("../images/common/cafe-bg-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	margin-top: 3.75rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-cafe__title {
	width: 11rem;
}

.p-cafe__block {
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 3.125rem;
}

.p-cafe__text {
	flex: initial;
	max-width: none;
}

.p-cafe__sub {
	font-size: 1.5rem;
}

.p-cafe__tags {
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-cafe__tag {
	font-size: 0.75rem;
	padding: 0.625rem;
}

.p-cafe__image {
	flex-shrink: initial;
	margin: 0 auto;
	max-width: 20.9375rem;
	min-width: 0;
}

.p-concept {
	padding: 6.25rem 0 6.25rem;
}

.p-concept__title {
	width: 15.1875rem;
}

.p-concept__block {
	flex-direction: column;
	gap: 3.75rem;
}

.p-concept__block--reverse {
	flex-direction: column;
}

.p-concept__block + .p-concept__block {
	margin-top: 5.3125rem;
}

.p-concept__text {
	flex: initial;
	max-width: none;
}

.p-concept__sub {
	font-size: 1.5rem;
}

.p-concept__desc {
	margin-top: 2.5rem;
}

.p-concept__desc + .p-concept__desc {
	margin-top: 2.5rem;
}

.p-concept__image {
	flex-shrink: initial;
	margin: 0 0.625rem;
}

.p-concept__image-inner {
	aspect-ratio: 335/264;
}

.p-cta {
	background-image: url("../images/common/cta-bg-sp.jpg");
	padding: 6.25rem 0;
}

.p-cta__lead {
	font-size: 1rem;
}

.p-cta__btn {
	display: block;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 1.875rem auto 0;
	max-width: 20.9375rem;
	padding: 1.25rem 2.5rem;
	text-align: left;
}

.p-cta__btn-main {
	font-size: inherit;
}

.p-cta__btn-sub {
	font-size: inherit;
}

.p-cta__btn::after {
	margin-left: 0;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-dance {
	background-image: url("../images/common/dance-floor-bg-sp.jpg");
	padding: 6.25rem 0;
}

.p-dance__title {
	width: 18.875rem;
}

.p-dance__lead {
	font-size: 1.5rem;
}

.p-dance__desc {
	font-size: 0.9375rem;
	margin-top: 2.5rem;
}

.p-dance__features {
	gap: 0.625rem 0.625rem;
}

.p-dance__feature {
	font-size: 0.75rem;
	padding: 0.625rem;
}

.p-dance__studios {
	flex-direction: column;
	gap: 3.75rem;
}

.p-dance__studio {
	flex: initial;
}

.p-dance__studio-head {
	height: 4rem;
}

.p-dance__studio-name-main {
	font-size: 1.5rem;
}

.p-dance__studio-name-sub {
	font-size: 1rem;
}

.p-dance__studio-meta-main {
	font-size: 1.25rem;
}

.p-dance__studio-meta-sub {
	font-size: 1rem;
}

.p-dance__studio-image {
	aspect-ratio: 335/223;
	margin-top: 1.25rem;
}

.p-dance__studio-desc {
	margin-top: 1.25rem;
}

.p-faq {
	padding: 6.25rem 0 6.25rem;
}

.p-faq__title {
	width: 5.125rem;
}

.p-faq__sub {
	font-size: 0.9375rem;
}

.p-faq__list {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
}

.p-faq__q {
	padding: 1.25rem 3.4375rem 1.25rem 20px;
}

.p-faq__q-mark {
	font-size: 1.25rem;
}

.p-faq__q-text {
	font-size: 1rem;
	line-height: 1.7;
}

.p-faq__q-icon {
	right: 20px;
}

.p-faq__a {
	padding: 1.25rem 20px 1.875rem 20px;
}

.p-faq__a-mark {
	font-size: 1.25rem;
}

.p-faq__a-text {
	font-size: 0.9375rem;
}

.p-footer {
	padding: 7.5rem 0 1.875rem;
}

.p-footer__body {
	flex-direction: column;
	gap: 3.75rem;
}

.p-footer__left {
	flex-shrink: initial;
	text-align: center;
	width: 100%;
}

.p-footer__logo {
	display: inline-block;
}

.p-footer__address {
	font-size: 0.8125rem;
	text-align: left;
}

.p-footer__tagline {
	font-size: 0.8125rem;
	text-align: left;
}

.p-footer__sns {
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-footer__sns img,
.p-footer__sns svg {
	height: 2.5rem;
}

.p-footer__right {
	display: block;
	flex: initial;
}

.p-footer__col {
	width: 100%;
}

.p-footer__col + .p-footer__col {
	margin-top: 2.5rem;
	width: 100%;
}

.p-footer__nav {
	grid-gap: 1.5625rem 1.25rem;
	display: grid;
	gap: 1.5625rem 1.25rem;
	grid-template-columns: 1fr 1fr;
}

.p-footer__nav li:nth-child(1) {
	order: 1;
}

.p-footer__nav li:nth-child(2) {
	order: 3;
}

.p-footer__nav li:nth-child(4) {
	order: 5;
}

.p-footer__nav li:nth-child(5) {
	order: 7;
}

.p-footer__nav li:nth-child(8) {
	order: 2;
}

.p-footer__nav li:nth-child(9) {
	order: 4;
}

.p-footer__nav li:nth-child(10) {
	order: 6;
}

.p-footer__line-btn {
	width: 100%;
}

.p-footer__copyright {
	font-size: 0.6875rem;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: 6.25rem;
}

.p-header {
	padding: 1.25rem 20px;
}

.p-header__logo a {
	height: 2.5rem;
	width: 6.625rem;
}

.p-header__nav {
	display: none;
}

.p-header__menu {
	flex-direction: row;
	height: 1.875rem;
	justify-content: center;
	width: 2.5rem;
}

.p-header__menu.u-mobile {
	display: flex;
}

.p-header__menu-bars {
	height: 1.875rem;
	width: 2.5rem;
}

.p-header__menu-label {
	display: none;
}

.p-intro {
	padding: 6.25rem 0 5.8125rem;
}

.p-intro__title-en {
	font-size: 2.5rem;
}

.p-intro__title-jp {
	font-size: 1.5rem;
}

.p-intro__cards {
	flex-direction: column;
}

.p-intro__card {
	margin: 0 auto;
	max-width: 20.9375rem;
	padding: 1.5rem 1.875rem 2.9375rem;
	width: 100%;
}

.p-intro__card.p-intro__card--novelty {
	padding-top: 3.125rem;
}

.p-intro__card-badge {
	left: 7.375rem;
	top: -0.9375rem;
	width: 5rem;
}

.p-intro__note {
	font-size: 1rem;
	margin-top: 3.25rem;
}

.p-mv {
	height: 52.75rem;
}

.p-mv__campaign {
	display: none;
}

.p-mv__copy {
	padding: 0 20px;
	top: 21.8125rem;
}

.p-mv__lead {
	font-size: 1.375rem;
	line-height: 1.4;
}

.p-mv__grand {
	margin-top: 1.375rem;
	width: 16.25rem;
}

.p-mv__date {
	margin-top: 1.375rem;
	width: 15rem;
}

.p-mv__campaign-sp {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #f4cf75 0%, #f8f7ca 20%, #f5f4bb 30%, #e4c774 60%, #fff6e5 90%);
	background-clip: text;
	border-bottom: 0.0625rem solid #e4c774;
	border-top: 0.0625rem solid #e4c774;
	color: transparent;
	display: block;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 2.5rem auto 0;
	padding: 0.5625rem 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: -moz-max-content;
	width: max-content;
}

.p-mv__cta-sp {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 2.5rem;
	width: 100%;
}

.p-mv__logo {
	height: 12.5rem;
	top: 6.8125rem;
	width: 11.0625rem;
}

.p-nav-menu {
	height: 100%;
}

.p-nav-menu__inner {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.p-nav-menu__header {
	padding: 1.25rem 20px;
}

.p-nav-menu__logo-pc {
	display: none;
}

.p-nav-menu__logo-sp {
	display: block;
	height: 2.5rem;
	width: 6.625rem;
}

.p-nav-menu__header-right {
	gap: 0;
}

.p-nav-menu__btn-reserve {
	display: none;
}

.p-nav-menu__btn-line {
	display: none;
}

.p-nav-menu__close {
	height: 1.75rem;
	justify-content: center;
	width: 2.5rem;
}

.p-nav-menu__close-label {
	display: none;
}

.p-nav-menu__body {
	flex-direction: column;
	gap: 0;
	padding: 0 20px;
}

.p-nav-menu__nav {
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.p-nav-menu__list--left {
	max-width: none;
}

.p-nav-menu__list--right {
	max-width: none;
}

.p-nav-menu__list--left .p-nav-menu__item:nth-child(4) {
	border-bottom: none;
}

.p-nav-menu__item--hide-pre-launch {
	display: none;
}

.p-nav-menu__sns {
	display: none;
}

.p-nav-menu__buttons {
	display: flex;
	gap: 0.9375rem;
	justify-content: center;
	padding: 2.5rem 1.25rem 0;
}

.p-nav-menu__sp-sns {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	padding: 2.5rem 0 2.5rem;
}

.p-sub-footer {
	margin-top: 7.5rem;
	padding: 0;
}

.p-sub-footer__list {
	flex-direction: column;
	gap: 2.5rem;
}

.p-sub-footer__item {
	width: 100%;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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