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;
	scroll-padding-top: 110px;
}

/* 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-list-link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #aaa;
	border: 0.0625rem solid transparent;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-flex;
	gap: 0.625rem;
	height: 3.4375rem;
	justify-content: space-between;
	min-width: 10.3125rem;
	padding: 0 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.c-list-link:hover {
	background-color: transparent;
	border-color: #aaa;
	color: #aaa;
}

.c-list-link:hover .c-list-link__arrow {
	filter: brightness(0.667);
}

.c-list-link__text {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.c-list-link__arrow {
	background-image: url("../images/common/icon-arrow-circle-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 0.875rem;
	transition: filter 0.3s ease;
	width: 0.875rem;
}

.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 {
	background-color: rgba(0, 0, 0, 0);
	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: clip;
	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.webp");
	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-dance {
	background-blend-mode: lighten;
	background-color: #000;
	background-image: url("../images/common/dance-floor-bg.webp");
	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-events-archive {
	width: 100%;
}

.p-events-archive__hero {
	align-items: center;
	background-image: url("../images/common/events-hero-pc.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 33.375rem;
	justify-content: center;
	width: 100%;
}

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

.p-events-archive__inner {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-events-archive__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-events-archive__breadcrumb-item {
	align-items: center;
	color: #666;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 2;
}

.p-events-archive__breadcrumb-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #666;
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;
}

.p-events-archive__breadcrumb-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-events-archive__breadcrumb-home {
	height: 0.75rem;
	width: 0.6875rem;
}

.p-events-archive__breadcrumb-item + .p-events-archive__breadcrumb-item::before {
	background-image: url("../images/common/icon-breadcrumb-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.625rem;
	width: 0.3125rem;
}

.p-events-archive__heading {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 5.3125rem;
	text-align: center;
}

.p-events-archive__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.75rem;
}

.p-events-archive__card {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	display: flex;
	gap: 1.25rem;
	padding: 1.875rem;
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.p-events-archive__card:hover {
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
	transform: translateY(-0.25rem);
}

.p-events-archive__card-image {
	background-color: #ccc;
	flex-shrink: 0;
	height: 12.5rem;
	overflow: hidden;
	width: 18.6875rem;
}

.p-events-archive__card-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-events-archive__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	position: relative;
}

.p-events-archive__card-texts {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-events-archive__card-date {
	color: #666;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-events-archive__card-title {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-events-archive__card-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #222;
	display: -webkit-box;
	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.4;
	overflow: hidden;
}

.p-events-archive__card-arrow {
	background-image: url("../images/common/icon-arrow-circle-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 1.5625rem;
	position: absolute;
	right: 0;
	width: 1.5625rem;
}

.p-events-archive__empty {
	color: #666;
	font-size: 0.9375rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-events-archive__item.is-hidden {
	display: none;
}

.p-events-archive__pager {
	margin-top: 3.75rem;
}

.p-events-archive__loadmore {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #aaa;
	border: none;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 3.4375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 1.25rem;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-events-archive__loadmore:hover {
	opacity: 0.8;
}

.p-events-single {
	width: 100%;
}

.p-events-single__inner {
	padding-bottom: 7.5rem;
	padding-top: 10.625rem;
}

.p-events-single__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-events-single__breadcrumb-item {
	align-items: center;
	color: #666;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 2;
	min-width: 0;
}

.p-events-single__breadcrumb-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #666;
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;
}

.p-events-single__breadcrumb-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-events-single__breadcrumb-home {
	height: 0.75rem;
	width: 0.6875rem;
}

.p-events-single__breadcrumb-item[aria-current=page] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-events-single__breadcrumb-item + .p-events-single__breadcrumb-item::before {
	background-image: url("../images/common/icon-breadcrumb-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 0.625rem;
	margin-right: 0.625rem;
	width: 0.3125rem;
}

.p-events-single__eyecatch {
	aspect-ratio: 1100/619;
	background-color: #ccc;
	margin-top: 5.625rem;
	overflow: hidden;
}

.p-events-single__eyecatch img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-events-single__article {
	margin-top: 3.75rem;
}

.p-events-single__date {
	color: #666;
	display: block;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

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

.p-events-single__body {
	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-events-single__body > * + * {
	margin-top: 2.5rem;
}

.p-events-single__body p {
	color: #222;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.p-events-single__body h2,
.p-events-single__body h3,
.p-events-single__body h4 {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-events-single__body h2 + *,
.p-events-single__body h3 + *,
.p-events-single__body h4 + * {
	margin-top: 1.875rem;
}

.p-events-single__body img {
	height: auto;
	max-width: 100%;
}

.p-events-single__body a {
	-webkit-text-decoration: underline;
	color: #111;
	text-decoration: underline;
}

.p-events-single__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-events {
	background-color: #fff;
	padding: 7.5rem 0;
	width: 100%;
}

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

.p-events__list {
	display: flex;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-events__card {
	flex: 1 1 0;
	min-width: 0;
}

.p-events__card-link {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	display: block;
	height: 100%;
	padding: 1.875rem;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.p-events__card-link:hover {
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
	transform: translateY(-0.25rem);
}

.p-events__card-image {
	aspect-ratio: 280/187;
	background-color: #ccc;
	border-radius: 0.125rem;
	overflow: hidden;
	width: 100%;
}

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

.p-events__card-body {
	margin-top: 1.25rem;
}

.p-events__card-date {
	color: #666;
	display: block;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-events__card-heading {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.p-events__card-arrow {
	background-image: url("../images/common/icon-arrow-circle-black.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1.875rem;
	height: 1.5625rem;
	position: absolute;
	right: 1.875rem;
	width: 1.5625rem;
}

.p-events__more {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.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 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-header {
	color: #fff;
	padding: 1.875rem 2.4375rem;
	width: 100%;
}

.l-header.p-header--dark {
	background-color: #000;
	transition: none;
}

.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-instructor {
	color: #fff;
	padding: 1.875rem 0 9.375rem;
	position: relative;
	width: 100%;
}

.p-instructor__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.p-instructor__title {
	max-width: 100%;
	width: 27.6875rem;
}

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

.p-instructor__grid {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 1.875rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 17.8125rem);
	list-style: none;
	margin-top: 2.6875rem;
	row-gap: 1.875rem;
}

.p-instructor__item {
	border-radius: 0.3125rem;
	height: 21.25rem;
	overflow: hidden;
	position: relative;
	width: 17.8125rem;
}

.p-instructor__trigger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}

.p-instructor__thumb {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.p-instructor__thumb picture {
	display: block;
	height: 100%;
	width: 100%;
}

.p-instructor__thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.p-instructor__trigger:hover .p-instructor__thumb img,
.p-instructor__trigger:focus-visible .p-instructor__thumb img {
	transform: scale(1.06);
}

.p-instructor__thumb::after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgb(0, 0, 0) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-instructor__name {
	bottom: 1.25rem;
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	left: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	z-index: 2;
}

.p-instructor__plus {
	border: 1px solid #fff;
	bottom: 1.25rem;
	height: 1.875rem;
	position: absolute;
	right: 1.25rem;
	width: 1.875rem;
	z-index: 2;
}

.p-instructor__plus::before,
.p-instructor__plus::after {
	background-color: #fff;
	border-radius: 0.125rem;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
}

.p-instructor__plus::before {
	height: 0.125rem;
	transform: translate(-50%, -50%);
	width: 1.125rem;
}

.p-instructor__plus::after {
	height: 1.125rem;
	transform: translate(-50%, -50%);
	width: 0.125rem;
}

.p-instructor__item--soon {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
}

.p-instructor__soon-text {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.p-intro {
	background-image: url("../images/common/intro-bg-pc.webp");
	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-lesson-detail {
	color: #222;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-lesson-detail__hero {
	align-items: center;
	background-image: url("../images/common/lesson-detail-bg.jpg");
	background-position: center 75%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 33.375rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-lesson-detail__hero::before {
	background-color: #004091;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-lesson-detail__hero-title {
	position: relative;
	width: 15.625rem;
	z-index: 2;
}

.p-lesson-detail__hero-title img {
	display: block;
	height: auto;
	width: 100%;
}

.p-lesson-detail__breadcrumb {
	margin: 2.5rem auto 0;
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-lesson-detail__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-lesson-detail__breadcrumb-item {
	color: #666;
	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: 2;
	position: relative;
}

.p-lesson-detail__breadcrumb-item a {
	-webkit-text-decoration: none;
	color: #666;
	text-decoration: none;
}

.p-lesson-detail__breadcrumb-item a::before {
	background-image: url("../images/common/icon-breadcrumb-home.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-right: 0.3125rem;
	vertical-align: -0.1em;
	width: 0.6875rem;
}

.p-lesson-detail__breadcrumb-item + .p-lesson-detail__breadcrumb-item::before {
	background-image: url("../images/common/icon-breadcrumb-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.625rem;
	width: 0.3125rem;
}

.p-lesson-detail__heading {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 5.25rem;
	text-align: center;
}

.p-lesson-detail__inner {
	margin-top: 3.4375rem;
	padding-bottom: 9.375rem;
}

.p-lesson-detail__body {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.p-lesson-detail__block + .p-lesson-detail__block {
	margin-top: 6.25rem;
}

.p-lesson-detail__title {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: left;
}

.p-lesson-detail__cards {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.p-lesson-detail__card {
	align-items: center;
	background-color: #e0fffd;
	border: 0.0625rem solid #111;
	border-radius: 0.3125rem;
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
	padding: 0.9375rem 1.25rem;
}

.p-lesson-detail__card-title {
	color: #222;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	width: 14.5rem;
}

.p-lesson-detail__card-title-small {
	font-size: 1rem;
}

.p-lesson-detail__price-list {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-lesson-detail__price-row {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
}

.p-lesson-detail__price-freq {
	color: #222;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-lesson-detail__price-amount {
	align-items: baseline;
	color: #222;
	display: inline-flex;
	white-space: nowrap;
}

.p-lesson-detail__price-value {
	align-items: baseline;
	display: inline-flex;
	white-space: nowrap;
}

.p-lesson-detail__price-label {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-right: 0.625rem;
}

.p-lesson-detail__price-yen {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-lesson-detail__price-num {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-lesson-detail__price-tax {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

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

.p-lesson-detail__schedule {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}

.p-lesson-detail__schedule-row {
	align-items: center;
	border-bottom: 0.0625rem solid #111;
	display: flex;
	flex-direction: row;
	gap: 18.75rem;
	padding: 1.25rem 0;
}

.p-lesson-detail__schedule-row:first-child {
	border-top: 0.0625rem solid #111;
}

.p-lesson-detail__schedule-day {
	color: #222;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	min-width: 3.875rem;
	white-space: nowrap;
}

.p-lesson-detail__schedule-text {
	color: #222;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-lesson-detail__schedule-note {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-lesson-detail__reserve {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 3.75rem auto 0;
	max-width: 50rem;
	width: 100%;
}

.p-lesson-detail__reserve-text {
	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;
	text-align: center;
}

.p-lesson-detail__reserve-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 0.3125rem;
	display: inline-flex;
	gap: 2.875rem;
	justify-content: center;
	padding: 1.875rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.p-lesson-detail__reserve-btn:hover {
	background-color: #111;
}

.p-lesson-detail__reserve-btn-text {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
}

.p-lesson-detail__reserve-btn:hover .p-lesson-detail__reserve-btn-text {
	color: #fff;
}

.p-lesson-detail__reserve-btn-icon {
	background-color: #111;
	border-radius: 50%;
	flex-shrink: 0;
	height: 1rem;
	position: relative;
	transition: background-color 0.3s ease;
	width: 1rem;
}

.p-lesson-detail__reserve-btn:hover .p-lesson-detail__reserve-btn-icon {
	background-color: #fff;
}

.p-lesson-detail__reserve-btn-icon::before {
	border-right: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-60%, -50%) rotate(45deg);
	transition: border-color 0.3s ease;
	width: 0.3125rem;
}

.p-lesson-detail__reserve-btn:hover .p-lesson-detail__reserve-btn-icon::before {
	border-color: #111;
}

.p-lesson-info {
	background-color: #003058;
	color: #fff;
	overflow: hidden;
	padding: 9.375rem 0;
	position: relative;
	width: 100%;
}

.p-lesson-info__title {
	max-width: 100%;
	width: 15.4375rem;
}

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

.p-lesson-info__body {
	margin: 7.5rem auto 0;
	max-width: 42rem;
	width: 100%;
}

.p-lesson-info__block + .p-lesson-info__block {
	margin-top: 6.25rem;
}

.p-lesson-info__heading {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
}

.p-lesson-info__cards {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.p-lesson-info__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: row;
	gap: 0.625rem;
	justify-content: space-between;
	padding: 0.9375rem 1.25rem;
}

.p-lesson-info__card-title {
	color: #fff;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	max-width: 14.5rem;
	width: 100%;
}

.p-lesson-info__card-title-small {
	font-size: 1rem;
}

.p-lesson-info__price-list {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	max-width: 20.5625rem;
	padding: 0;
	width: 100%;
}

.p-lesson-info__price-row {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	justify-content: space-between;
}

.p-lesson-info__price-freq {
	color: #fff;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-lesson-info__price-amount {
	align-items: baseline;
	color: #fff;
	display: inline-flex;
}

.p-lesson-info__price-label {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-right: 0.625rem;
}

.p-lesson-info__price-yen {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
}

.p-lesson-info__price-num {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-lesson-info__price-tax {
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.p-lesson-info__notes {
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	width: 100%;
}

.p-lesson-info__schedule {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
}

.p-lesson-info__schedule-row {
	align-items: center;
	border-bottom: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
	display: flex;
	flex-direction: row;
	gap: 11.25rem;
	padding: 1.25rem 0;
}

.p-lesson-info__schedule-row + .p-lesson-info__schedule-row {
	border-top: none;
}

.p-lesson-info__schedule-day {
	color: #fff;
	flex-shrink: 0;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	min-width: 3.875rem;
	white-space: nowrap;
}

.p-lesson-info__schedule-text {
	color: #fff;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.p-lesson-info__schedule-note {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-lesson {
	color: #fff;
	padding: 9.375rem 0;
	position: relative;
	width: 100%;
}

.p-lesson__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.p-lesson__title {
	max-width: 100%;
	width: 15.375rem;
}

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

.p-lesson__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	width: 100%;
}

.p-lesson__head {
	align-items: center;
	display: flex;
	flex-direction: column;
}

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

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

.p-lesson__cards {
	display: flex;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
	width: 100%;
}

.p-lesson__card {
	background-color: #fff;
	border-radius: 0.3125rem;
	display: flex;
	flex: 0 1 21.875rem;
	flex-direction: column;
	gap: 2.5rem;
	padding: 2.5rem;
}

.p-lesson__card-title {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}

.p-lesson__card-text {
	color: #111;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: left;
}

.p-lesson__foot {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	width: 100%;
}

.p-lesson__note {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}

.p-lesson__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 0.3125rem;
	display: inline-flex;
	gap: 1.875rem;
	margin-top: 2.5rem;
	padding: 1.875rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.p-lesson__btn:hover {
	background-color: #111;
}

.p-lesson__btn-text {
	color: #111;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
}

.p-lesson__btn:hover .p-lesson__btn-text {
	color: #fff;
}

.p-lesson__btn-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5C1 12.6421 4.35786 16 8.5 16C12.6421 16 16 12.6421 16 8.5C16 4.35786 12.6421 1 8.5 1C4.35786 1 1 4.35786 1 8.5Z' fill='black'/%3E%3Cpath d='M8.675 12L12.5 8L8.675 4V6.65L4 6.65V9.225L8.675 9.225V12Z' fill='white'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1rem;
	transition: filter 0.3s ease;
	width: 1rem;
}

.p-lesson__btn:hover .p-lesson__btn-icon {
	filter: invert(1);
}

.p-modal {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 1000;
}

.p-modal.is-open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-modal__overlay {
	background-color: #000;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-modal__dialog {
	color: #fff;
	max-height: 90vh;
	max-width: 62.5rem;
	position: relative;
	transform: translateY(1rem);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 1;
}

.p-modal.is-open .p-modal__dialog {
	transform: translateY(0);
}

.p-modal__scroll {
	-webkit-overflow-scrolling: touch;
	max-height: 90vh;
	overflow-y: auto;
	padding: 2.5rem 3.125rem 3.125rem;
}

.p-modal__close-x {
	display: none;
}

.p-modal__close-x-bar {
	background-color: #fff;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2.5rem;
}

.p-modal__close-x-bar:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__close-x-bar:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__head {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 56.25rem;
}

.p-modal__thumb {
	border-radius: 0.3125rem;
	flex: 0 0 auto;
	height: 26.125rem;
	overflow: hidden;
	width: 21.875rem;
}

.p-modal__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-modal__body {
	flex: 0 0 auto;
	width: 30.625rem;
}

.p-modal__name-row {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: flex-start;
}

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

.p-modal__sns {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	height: 1.875rem;
	justify-content: center;
	transition: opacity 0.2s ease;
	width: 1.875rem;
}

.p-modal__sns:hover {
	opacity: 0.7;
}

.p-modal__sns--placeholder {
	cursor: default;
}

.p-modal__sns svg {
	height: 100%;
	width: 100%;
}

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

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

.p-modal__schedule {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-modal__schedule-item {
	align-items: center;
	border: 1px solid #efefef;
	border-radius: 0.3125rem;
	color: #efefef;
	display: flex;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	min-height: 2.8125rem;
	padding: 0.9375rem;
}

.p-modal__career {
	margin: 3.75rem auto 0;
	max-width: 56.25rem;
}

.p-modal__career-title {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-modal__career-rule {
	background: none;
	border: none;
	border-top: 1px dotted rgba(255, 255, 255, 0.6);
	height: 0;
	margin-top: 0.9375rem;
}

.p-modal__career-block {
	margin-top: 1.875rem;
}

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

.p-modal__career-heading::before {
	color: #666666;
	content: "▶";
	margin-right: 0.375rem;
}

.p-modal__career-list {
	margin-top: 0.25rem;
}

.p-modal__career-item {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.7;
	padding-left: 0.875rem;
	position: relative;
}

.p-modal__career-item::before {
	content: "・";
	left: 0;
	position: absolute;
	top: 0;
}

.p-modal__footer {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-modal__dialog--small .p-modal__footer {
	margin-top: 5rem;
}

.p-modal__close {
	align-items: center;
	background-color: #888;
	border: 1px solid #000;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 600;
	height: 2.6875rem;
	justify-content: center;
	letter-spacing: 0.05em;
	transition: opacity 0.2s ease;
	width: 7.75rem;
}

.p-modal__close:hover {
	opacity: 0.8;
}

.is-modal-open {
	overflow: hidden;
}

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

.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: 32.9375rem;
	width: 100%;
}

.p-nav-menu__item {
	border-top: 0.0625rem dashed #fff;
	padding-bottom: 1.25rem;
	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-news-archive {
	width: 100%;
}

.p-news-archive__hero {
	align-items: center;
	background-image: url("../images/common/news-hero-pc.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 33.375rem;
	justify-content: center;
	width: 100%;
}

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

.p-news-archive__inner {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
}

.p-news-archive__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-news-archive__breadcrumb-item {
	align-items: center;
	color: #666;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 2;
}

.p-news-archive__breadcrumb-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #666;
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;
}

.p-news-archive__breadcrumb-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-news-archive__breadcrumb-home {
	height: 0.75rem;
	width: 0.6875rem;
}

.p-news-archive__breadcrumb-item + .p-news-archive__breadcrumb-item::before {
	background-image: url("../images/common/icon-breadcrumb-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.625rem;
	margin-right: 0.625rem;
	width: 0.3125rem;
}

.p-news-archive__heading {
	color: #111;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 5.3125rem;
	text-align: center;
}

.p-news-archive__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.p-news-archive__row {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	display: flex;
	gap: 1rem;
	min-height: 3.5rem;
	padding: 0.625rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-news-archive__row:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.p-news-archive__row-texts {
	align-items: baseline;
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

.p-news-archive__date {
	color: #666;
	flex-shrink: 0;
	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.7;
	margin-right: 2.5rem;
	width: 5.3125rem;
}

.p-news-archive__row-title {
	color: #111;
	flex: 1 1 auto;
	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;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-news-archive__row-arrow {
	background-image: url("../images/common/icon-arrow-circle-news.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1rem;
	margin-left: 1rem;
	width: 1rem;
}

.p-news-archive__empty {
	color: #666;
	font-size: 0.9375rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-news-archive__item.is-hidden {
	display: none;
}

.p-news-archive__pager {
	margin-top: 3.75rem;
}

.p-news-archive__loadmore {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #aaa;
	border: none;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 3.4375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 1.25rem;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-news-archive__loadmore:hover {
	opacity: 0.8;
}

.p-news-single {
	width: 100%;
}

.p-news-single__inner {
	padding-bottom: 7.5rem;
	padding-top: 10.625rem;
}

.p-news-single__breadcrumb-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-news-single__breadcrumb-item {
	align-items: center;
	color: #666;
	display: flex;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 2;
	min-width: 0;
}

.p-news-single__breadcrumb-item a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #666;
	display: inline-flex;
	gap: 0.3125rem;
	text-decoration: none;
}

.p-news-single__breadcrumb-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-news-single__breadcrumb-home {
	height: 0.75rem;
	width: 0.6875rem;
}

.p-news-single__breadcrumb-item[aria-current=page] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-news-single__breadcrumb-item + .p-news-single__breadcrumb-item::before {
	background-image: url("../images/common/icon-breadcrumb-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 0.625rem;
	margin-right: 0.625rem;
	width: 0.3125rem;
}

.p-news-single__eyecatch {
	aspect-ratio: 1100/619;
	background-color: #ccc;
	margin-top: 5.625rem;
	overflow: hidden;
}

.p-news-single__eyecatch img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-news-single__article {
	margin-top: 3.75rem;
}

.p-news-single__date {
	color: #666;
	display: block;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

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

.p-news-single__body {
	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-news-single__body > * + * {
	margin-top: 2.5rem;
}

.p-news-single__body p {
	color: #222;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.p-news-single__body h2,
.p-news-single__body h3,
.p-news-single__body h4 {
	color: #000;
	font-family: "Murecho", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 3.75rem;
}

.p-news-single__body h2 + *,
.p-news-single__body h3 + *,
.p-news-single__body h4 + * {
	margin-top: 2.5rem;
}

.p-news-single__body img {
	height: auto;
	max-width: 100%;
}

.p-news-single__body a {
	-webkit-text-decoration: underline;
	color: #111;
	text-decoration: underline;
}

.p-news-single__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-news {
	background-color: #fff;
	padding: 7.5rem 0;
	width: 100%;
}

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

.p-news__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.p-news__item-link {
	-webkit-text-decoration: none;
	align-items: center;
	border: 1px solid #111;
	border-radius: 0.3125rem;
	color: #111;
	display: flex;
	gap: 1rem;
	min-height: 3.5rem;
	padding: 0.875rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 100%;
}

.p-news__item-link:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.p-news__item-date {
	color: #666;
	flex-shrink: 0;
	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;
	width: 5.3125rem;
}

.p-news__item-heading {
	word-wrap: anywhere;
	color: #111;
	flex: 1 1 auto;
	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.5;
	margin-left: 1.5rem;
	min-width: 0;
}

.p-news__item-arrow {
	background-image: url("../images/common/icon-arrow-circle-news.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 1rem;
	margin-left: auto;
	width: 1rem;
}

.p-news__more {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-parallax {
	background-color: #004091;
	position: relative;
	width: 100%;
}

.p-parallax__bg {
	background-color: #004091;
	background-image: url("../images/common/lesson-teaser-bg.jpg");
	background-position: center 30%;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	position: sticky;
	top: 0;
	z-index: 0;
}

.p-parallax__bg::before {
	background-color: rgba(0, 64, 145, 0.4);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-parallax__content {
	margin-top: -100vh;
	position: relative;
	z-index: 1;
}

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

html {
	scroll-padding-top: 80px;
}

.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.webp");
	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.webp");
	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-events-archive__hero {
	background-image: url("../images/common/events-hero-sp.jpg");
	height: 24.0625rem;
}

.p-events-archive__hero-title {
	font-size: 2.5rem;
}

.p-events-archive__inner {
	padding-bottom: 4.375rem;
	padding-top: 1.875rem;
}

.p-events-archive__heading {
	font-size: 1.5rem;
	margin-top: 3.125rem;
}

.p-events-archive__list {
	gap: 1.875rem;
	margin-top: 2.5rem;
}

.p-events-archive__card {
	flex-direction: column;
}

.p-events-archive__card-image {
	aspect-ratio: 275/184;
	height: auto;
	width: 100%;
}

.p-events-archive__card-arrow {
	margin-left: auto;
	margin-top: 1.25rem;
	position: static;
}

.p-events-archive__pager {
	margin-top: 2.5rem;
}

.p-events-single__inner {
	padding-bottom: 4.375rem;
	padding-top: 6.875rem;
}

.p-events-single__eyecatch {
	aspect-ratio: 335/224;
	margin-top: 4.375rem;
}

.p-events-single__article {
	margin-top: 2.75rem;
}

.p-events-single__title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.p-events-single__body {
	margin-top: 2.5rem;
}

.p-events-single__back {
	margin-top: 6.25rem;
}

.p-events {
	padding: 4.375rem 0;
}

.p-events__title {
	font-size: 2.5rem;
}

.p-events__list {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.p-events__card {
	flex: none;
}

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

.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__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-instructor {
	padding: 6.25rem 0;
}

.p-instructor__inner {
	align-items: flex-start;
}

.p-instructor__title {
	width: 14.5rem;
}

.p-instructor__grid {
	-moz-column-gap: 0;
	column-gap: 0;
	grid-template-columns: 1fr;
	margin-top: 3.75rem;
	row-gap: 1.25rem;
	width: 100%;
}

.p-instructor__item {
	height: 14.6875rem;
	width: 100%;
}

.p-instructor__item--pc-only {
	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-lesson-detail__hero {
	height: 24.0625rem;
}

.p-lesson-detail__hero-title {
	width: 10.4375rem;
}

.p-lesson-detail__breadcrumb {
	margin-top: 1.875rem;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-lesson-detail__heading {
	font-size: 1.5rem;
	margin-top: 2.75rem;
}

.p-lesson-detail__inner {
	margin-top: 2.75rem;
	padding-bottom: 6.25rem;
}

.p-lesson-detail__body {
	max-width: none;
}

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

.p-lesson-detail__card {
	align-items: stretch;
	flex-direction: column;
	gap: 1.25rem;
}

.p-lesson-detail__card-title {
	width: auto;
}

.p-lesson-detail__price-row {
	justify-content: space-between;
}

.p-lesson-detail__price-freq {
	font-size: 1rem;
}

.p-lesson-detail__price-amount {
	flex-shrink: 0;
}

.p-lesson-detail__price-label {
	font-size: 1rem;
}

.p-lesson-detail__price-yen {
	font-size: 1.25rem;
}

.p-lesson-detail__price-num {
	font-size: 1.75rem;
	line-height: 1;
}

.p-lesson-detail__price-tax {
	font-size: 0.8125rem;
}

.p-lesson-detail__schedule-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.9375rem;
	padding: 1.25rem 0;
}

.p-lesson-detail__schedule-text {
	font-size: 1rem;
}

.p-lesson-detail__schedule-note {
	font-size: 0.8125rem;
}

.p-lesson-detail__reserve {
	gap: 1.875rem;
	margin-top: 2.75rem;
}

.p-lesson-detail__reserve-text {
	text-align: left;
}

.p-lesson-info {
	padding: 6.25rem 0;
}

.p-lesson-info__title {
	width: 10.3125rem;
}

.p-lesson-info__body {
	margin-top: 3.75rem;
	max-width: none;
}

.p-lesson-info__heading {
	font-size: 1.5rem;
}

.p-lesson-info__card {
	align-items: stretch;
	flex-direction: column;
	gap: 1.25rem;
}

.p-lesson-info__price-list {
	max-width: 100%;
}

.p-lesson-info__price-freq {
	font-size: 1rem;
}

.p-lesson-info__price-label {
	font-size: 1rem;
}

.p-lesson-info__price-yen {
	font-size: 1.25rem;
}

.p-lesson-info__price-num {
	font-size: 1.75rem;
	line-height: 1;
}

.p-lesson-info__price-tax {
	font-size: 0.8125rem;
}

.p-lesson-info__notes {
	max-width: 20.9375rem;
}

.p-lesson-info__schedule-row {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.9375rem;
}

.p-lesson-info__schedule-text {
	font-size: 1rem;
}

.p-lesson-info__schedule-note {
	font-size: 0.75rem;
}

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

.p-lesson__inner {
	align-items: flex-start;
}

.p-lesson__title {
	width: 10.25rem;
}

.p-lesson__body {
	align-items: flex-start;
	margin-top: 3.75rem;
}

.p-lesson__head {
	align-items: flex-start;
}

.p-lesson__heading {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}

.p-lesson__lead {
	margin-top: 2.5rem;
	text-align: left;
}

.p-lesson__cards {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-lesson__card {
	flex: 1 1 auto;
	gap: 1.875rem;
	padding: 2.5rem 1.875rem;
}

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

.p-lesson__note {
	text-align: left;
}

.p-modal__dialog {
	height: 100%;
	max-height: 100%;
	max-width: none;
	width: 100%;
}

.p-modal__scroll {
	height: 100%;
	max-height: 100vh;
	padding: 6.25rem 1.25rem 2.5rem;
}

.p-modal__close-x {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	height: 1.75rem;
	padding: 0;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 1.75rem;
	z-index: 3;
}

.p-modal__head {
	flex-direction: column;
	gap: 2.5rem;
	max-width: 100%;
}

.p-modal__thumb {
	aspect-ratio: 335/400;
	height: auto;
	width: 100%;
}

.p-modal__body {
	width: 100%;
}

.p-modal__name-row {
	gap: 1rem;
	justify-content: space-between;
}

.p-modal__name {
	font-size: 2rem;
}

.p-modal__sns {
	height: 2.5rem;
	width: 2.5rem;
}

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

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

.p-modal__schedule-item {
	line-height: 1.4;
	min-height: 4.5rem;
}

.p-modal__career {
	margin-top: 3.75rem;
	max-width: 100%;
}

.p-modal__career-item {
	line-height: 1.6;
}

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

.p-modal__dialog--small .p-modal__footer {
	margin-top: 3.75rem;
}

.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.625rem 20px 0;
}

.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-news-archive__hero {
	background-image: url("../images/common/news-hero-sp.jpg");
	height: 24.0625rem;
}

.p-news-archive__hero-title {
	font-size: 2.5rem;
}

.p-news-archive__inner {
	padding-bottom: 4.375rem;
	padding-top: 1.875rem;
}

.p-news-archive__heading {
	font-size: 1.5rem;
	margin-top: 3.125rem;
}

.p-news-archive__list {
	margin-top: 1.875rem;
}

.p-news-archive__row {
	align-items: flex-end;
	padding: 1.25rem;
}

.p-news-archive__row-texts {
	flex-direction: column;
	gap: 0.9375rem;
}

.p-news-archive__date {
	margin-right: 0;
	width: auto;
}

.p-news-archive__row-title {
	overflow: visible;
	white-space: normal;
}

.p-news-archive__pager {
	margin-top: 2.5rem;
}

.p-news-single__inner {
	padding-bottom: 4.375rem;
	padding-top: 6.875rem;
}

.p-news-single__eyecatch {
	aspect-ratio: 335/224;
	margin-top: 4.375rem;
}

.p-news-single__article {
	margin-top: 2.75rem;
}

.p-news-single__title {
	font-size: 1.5rem;
	margin-top: 1.875rem;
}

.p-news-single__body {
	margin-top: 2.5rem;
}

.p-news-single__back {
	margin-top: 6.25rem;
}

.p-news {
	padding: 4.375rem 0;
}

.p-news__title {
	font-size: 2.5rem;
}

.p-news__list {
	gap: 1rem;
	margin-top: 1.875rem;
}

.p-news__item-date {
	width: 4.5rem;
}

.p-news__item-heading {
	font-size: 0.875rem;
	margin-left: 0.75rem;
}

.p-news__more {
	margin-top: 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 */
