.fa-2xl {
	font-size: 32px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html,
body {
	overflow-x: hidden;
}

body {
	background-attachment: fixed;
	color: #333333;
	font-family: "Noto Sans", "NotoSansjp", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
}

body::before {
	background: url(../img/bg_body_pc.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	/* 他の要素の背面に配置 */
}

html {
	font-size: 16px;
	margin-top: 0 !important;
}

html:has(dialog[open]) {
	overflow: hidden;
}

main {
	position: relative;
}

main .totop__imgarea {
	bottom: 5%;
	display: none;
	position: fixed;
	right: 5%;
	width: -moz-fit-content;
	width: fit-content;
	width: 80px;
}

main .totop__imgarea.active {
	display: block;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
}

.overall {
	overflow-x: hidden;
}

h2 {
	color: var(--gray, #333);
	font-family: "Noto Serif JP";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: normal;
	text-align: center;
}

.l-header {
	background: transparent;
	padding: 40px 0 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.l-top {
	padding-top: 140px;
}

.l-inner.header {
	height: 100%;
	margin-inline: auto;
	max-width: 1800px;
	width: calc(1800 / 1920 * 100%);
}

.l-inner.top {
	margin-bottom: 215px;
	margin-inline: auto;
	max-width: 1362px;
	width: calc(1362 / 1920 * 100%);
}

.l-inner.top.en {
	margin-bottom: 4em;
}

.l-inner.juels {
	margin-inline: auto;
	overflow-x: hidden;
	width: 1920px;
}

.l-inner.performers {
	margin-inline: auto;
	max-width: 1207px;
	padding-bottom: 215px;
	width: calc(1207 / 1920 * 100%);
}

.l-inner.performers.en {
	padding-bottom: 4em;
}

.l-inner.program {
	margin-inline: auto;
	max-width: 984px;
	max-width: 984px;
	padding: 0 5%;
	padding-bottom: 140px;
	width: calc(984 / 1920 * 100%);
	width: 100%;
}

.l-inner.program.en, .l-inner.ticket.en {

	padding-bottom: 3em;
}

.l-inner.ticket {
	margin-inline: auto;
	max-width: 822px;
	padding-bottom: 135px;
	width: calc(822 / 1920 * 100%);
}

.l-inner.ticket.en {
	width: 100%;
}

.l-inner.access {
	margin-inline: auto;
	max-width: 1176px;
	padding: 0 5% 100px 5%;
	width: 100%;
}

.l-inner.footer {
	margin-inline: auto;
}

.c-btn-apply {
	align-items: center;
	background-color: #034495;
	color: var(--White, #FFF);
	display: flex;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	line-height: normal;
	padding: 16px 0 16px 0px;
	position: relative;
	transition: all 0.5s 0s ease;
	width: 292px;
}

.c-btn-apply span {
	position: relative;
}

.c-btn-apply span::before {
	aspect-ratio: 24/24;
	background: url(../img/icn_header_mail_pc.png) no-repeat center center/cover;
	content: "";
	height: auto;
	left: -10px;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 24px;
}

.c-btn-apply span::after {
	aspect-ratio: 24/24;
	background: url(../img/icn_header_arrowtoright_pc.png) no-repeat center center/cover;
	content: "";
	height: auto;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(100%, -50%);
	transition: all 0.5s 0s ease;
	width: 17px;
}

.c-btn-apply:hover {
	opacity: 0.7;
}

.c-btn {
	align-items: center;
	background: #034495;
	border: 1px solid #034495;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	line-height: 100%;
	padding: 19px 0 16px;
	position: relative;
	transition: all 0.5s 0s ease;
	width: 220px;
}

.c-btn::after {
	aspect-ratio: 17/17;
	background: url(../img/icn_header_arrowtoright_pc.png) no-repeat center center/cover;
	content: "";
	height: auto;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s 0s ease;
	width: 17px;
}

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

.c-underline {
	background: linear-gradient(transparent 70%, #FFD965 70%);
	display: inline;
	padding: 0 1px 0px;
}

.p-heading {
	margin-inline: auto;
	width: 500px;
}

.c-heading1 {
	padding: 0 65px;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-heading1::before {
	background: #000;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
}

.c-heading1 span {
	background: #fff;
	padding: 0 1em;
	position: relative;
}

/* 左右に斜め線(両端を丸く) */

.c-heading2 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.c-heading2::before,
.c-heading2::after {
	background-color: #1e90ff;
	/* 線の色 */
	border-radius: 5px;
	content: "";
	/* 線の両端を丸く */
	content: "";
	height: 5px;
	/* 線の高さ */
	width: 40px;
	/* 線の長さ */
}

.c-heading2::before {
	content: "";
	margin-right: 10px;
	transform: rotate(60deg);
}

.c-heading2::after {
	content: "";
	margin-left: 10px;
	/* 文字との余白 */
	transform: rotate(-60deg);
	/* 傾ける */
}

.c-item {
	background-color: #fff;
	position: relative;
}

.c-item::after {
	background: #D3DBE1;
	bottom: -8px;
	content: "";
	height: 100%;
	position: absolute;
	right: -8px;
	width: 100%;
	z-index: -1;
}

.c-hovop {
	transition: all 0.5s 0s ease;
}

.c-hovop:hover {
	opacity: 0.7;
}

.c-secttl {
	margin-bottom: 52px;
	margin-inline: auto;
	max-width: 300px;
	width: 100%;
}

.p-header {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.p-header__logo {
	align-items: center;
	display: flex;
	height: auto;
	width: 230px;
}

.p-header__logo img {
	aspect-ratio: 230/70.7;
	display: block;
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-header__btnwrap {
	display: flex;
	align-items: center;
	justify-content: center;

}

.p-header__btn__imgarea {
	align-items: center;
	display: flex;
	height: auto;
	width: 180px;

	margin-left: 0.5em;
}

.p-header__btn__imgarea.lang {
	width: 180px;
}

.p-header__btn__img {
	aspect-ratio: 241/54;
	display: block;
	height: auto;
	width: 100%;
}


.demo-ttl {
	background-color: transparent;
}

.demo-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.demo-mask {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-mask-image: url(../img/txt_top_ttl.png);
	mask-image: url(../img/txt_top_ttl.png);
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: left top;
	mask-position: left top;
}

.demo-hikari {
	animation-delay: 3s;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 3;
	animation-name: demo_kirari;
	animation-timing-function: linear;
	background-image: radial-gradient(circle, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0%;
	transform: skewX(30deg);
	width: 80%;
	will-change: left, opacity;
}

.reflection {
	display: block;
	line-height: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.reflection:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	width: 5%;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 5s ease-in-out 3;
}

.p-top__ttlwrap {
	font-size: 100px;
	margin-bottom: 85px;
	margin-inline: auto;
	margin-top: 70px;
	width: 100%;
}

.p-top__ttlwrap.en {
	margin-bottom: 0.5em;

}

.p-top__ttlwrap img {
	display: block;
	width: 100%;
}

.p-top__subttl {
	font-size: 36px;
	line-height: 0;
	margin-bottom: 65px;
	margin-inline: auto;
	width: 53.7%;
}

.p-top__catch {
	background-color: #fff;
	color: #333;
	font-size: 36px;
	line-height: 0;
	margin-bottom: 74px;
	margin-inline: auto;
	width: 52.5%;
}

.p-top__date__imgarea {
	margin-bottom: 75px;
	text-align: center;
}

.p-top__textwrap {
	color: #000;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	text-align: center;
}

.p-top__textwrap .p-top__text {
	font-weight: 400;
	text-align: center;
}

.p-top__textwrap .p-top__text:nth-child(1),
.p-top__textwrap .p-top__text:nth-child(2) {
	margin-bottom: 0px;
}

.p-juels .juel {
	animation: float 1.4s 1.4s infinite alternate ease-in-out;
	height: auto;
	opacity: 0.79;
	position: absolute;
	position: fixed;
	z-index: -1;
}

.p-juels img {
	display: block;
	width: 100%;
}

.p-juels .ju-01 {
	animation: float 1.6s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 424/643;
	max-width: 424px;
	/* opacity: 0.79; */
	right: 2%;
	top: -81px;
	width: 26.5%;
}

.p-juels .ju-02 {
	animation: float 1.1s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 368/680;
	left: -3%;
	max-width: 368px;
	top: 174px;
	width: 21.5%;
}

.p-juels .ju-03 {
	animation: float 1.5s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 269/453;
	left: 19%;
	max-width: 453px;
	top: 771px;
	width: 14%;
}

.p-juels .ju-04 {
	animation: float 1.2s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 163/317;
	max-width: 163px;
	right: 3%;
	top: 759px;
	width: 11%;
}

.p-juels .ju-05 {
	animation: float 1.3s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 257/480;
	max-width: 257px;
	right: 7%;
	top: 1207px;
	width: 21%;
}

.p-juels .ju-06 {
	animation: float 1.4s 1.4s infinite alternate ease-in-out;
	aspect-ratio: 148/262;
	left: 3%;
	max-width: 148px;
	top: 1200px;
	width: 10%;
}

.p-shines .shine {
	height: auto;
	position: absolute;
	position: fixed;
	z-index: -1;
}

.p-shines .shine01 {
	aspect-ratio: 579/576;
	left: 9%;
	max-width: 30%;
	top: 0;
	transform: translate(0, -29%);
	width: 579px;
}

.p-shines .shine02 {
	aspect-ratio: 597/597;
	left: 36%;
	max-width: 597px;
	top: 0;
	transform: translate(0, -23%);
	width: 31%;
}

.p-shines .shine03 {
	aspect-ratio: 803/803;
	left: 0%;
	max-width: 803px;
	top: 0;
	transform: translate(-4%, 40%);
	width: 42%;
}

.p-shines .shine04 {
	aspect-ratio: 803/803;
	max-width: 803px;
	right: 0%;
	top: 0;
	transform: translate(60%, 11%);
	width: 42%;
}

.p-shines .shine05 {
	aspect-ratio: 925/924;
	left: 0%;
	max-width: 925px;
	top: 0;
	transform: translate(0%, 72%);
	width: 48%;
}

.p-shines .shine06 {
	aspect-ratio: 803/803;
	max-width: 803px;
	right: 0%;
	top: 0;
	transform: translate(30%, 117%);
	width: 42%;
}

.p-performers__ttlwrap {
	margin-bottom: 110px;
}

.p-performers__itemlist {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	transform: rotate(-45deg);
	width: 68%;
}

.p-performers__itemlist .p-performers__item {
	position: relative;
	width: 75%;
}

.p-performers__itemlist .p-performers__item:nth-of-type(1):before {
	aspect-ratio: 777/777;
	background: url(../img/img_perform_shadow1.png) no-repeat center center/cover;
	bottom: -29%;
	content: "";
	height: auto;
	left: 35%;
	pointer-events: none;
	position: absolute;
	transform: translate(0%, 0%);
	transform: rotate(45deg);
	width: 114.5%;
	z-index: -1;
}

.p-performers__itemlist .p-performers__item:nth-of-type(2):before {
	aspect-ratio: 777/777;
	background: url(../img/img_perform_shadow2.png) no-repeat center center/cover;
	content: "";
	height: auto;
	pointer-events: none;
	position: absolute;
	right: 45%;
	top: -29%;
	transform: translate(0%, 0%);
	transform: rotate(45deg);
	width: 114.5%;
	z-index: -1;
}

.p-performers__itemlist .p-performers__item:nth-of-type(3):before {
	aspect-ratio: 777/777;
	background: url(../img/img_perform_shadow1.png) no-repeat center center/cover;
	content: "";
	height: auto;
	left: 35%;
	pointer-events: none;
	position: absolute;
	top: -29%;
	transform: translate(0%, 0%);
	transform: rotate(45deg);
	width: 114.5%;
	z-index: -1;
}

.p-performers__itemlist .p-performers__item:nth-of-type(4):before {
	aspect-ratio: 777/777;
	background: url(../img/img_perform_shadow2.png) no-repeat center center/cover;
	content: "";
	height: auto;
	pointer-events: none;
	position: absolute;
	right: 35%;
	top: -29%;
	transform: translate(0%, 0%);
	transform: rotate(45deg);
	width: 114.5%;
	z-index: -1;
}

.p-performers__itemlist .p-performers__item.odd {
	align-self: flex-end;
}

.p-performers__itemlist .p-performers__item.even {
	align-self: flex-start;
}

.p-performers__item__textwrap {
	font-size: 24px;
	padding: 40px 0 40px 44px;
	/* position: absolute; */
	transform: rotate(45deg);
	width: -moz-fit-content;
	width: fit-content;
}

.p-performers__img {
	width: 50%;
}

.p-performers__host {
	height: auto;
	margin-bottom: 85px;
	margin-inline: unset;
	margin-left: auto;
	margin-top: -30%;
	max-width: 462px;
	width: 23.8vw;
}

.p-performers__conductor {
	height: auto;
	margin-bottom: 85px;
	margin-inline: unset;
	margin-top: -17%;
	max-width: 462px;
	width: 26.8vw;
}

.p-performers__conductor .p-performers__conductor__imgarea, .p-performers__host .p-performers__host__imgarea {
	aspect-ratio: 462/465;
	margin-bottom: 17px;
}

.p-performers__orchestra {
	height: auto;
	margin-inline: auto;
	margin-top: 0;
	max-width: 672px;
	width: 100%;
}

.p-performers__orchestra__imgarea {
	aspect-ratio: 672/379;
	margin-bottom: 10px;
}

.p-performers__conductor__namewrap {
	transform: translateX(-36%);
}

.p-performers__conductor__namewrap.en, .p-performers__host__namewrap.en {
	transform: translateX(0%);
}

.p-performers__host__namewrap {
	transform: translateX(-10%);
}

.p-performers__conductor__namewrap,
.p-performers__orchestra__namewrap,
.p-performers__host__namewrap {
	color: #000;
	display: flex;
	flex-direction: column;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-performers__conductor__name,
.p-performers__orchestra__name,
.p-performers__host__name {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-performers__conductor__copyright,
.p-performers__orchestra__copyright,
.p-performers__host__copyright {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: right;
}

.p-performers__conductor__copyright.en, .p-performers__host__copyright.en {
	text-align: center;
}

.p-program__itemlist {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 53px;
}

.p-program__item__song {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	text-align: center;
}

.p-program__item__song.en {
	font-size: clamp(0.75rem, calc(0.464rem + 1.221vw), 1.563rem);
}

.p-program__item__performer {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.p-ticket__overview__imgarea {
	margin-bottom: 79px;
	margin-inline: auto;
	text-align: center;
}

.p-ticket__overview__imgarea.en img {
	width: 100%;
}

.p-ticket__overview__imgarea img {
	display: block;
	margin-inline: auto;
	width: 83%;
}

.p-ticket__itemlist {
	display: flex;
	flex-direction: column;
	margin-bottom: 58px;
	row-gap: 30px;
}

.p-ticket__itemlist.en {
	row-gap: 51px;
}

.p-ticket__item {
	text-align: center;
}

.p-ticket__item__notewrap {
	font-weight: 300;
	font-size: 20px;
	color: #000;
	font-size: clamp(0.875rem, calc(0.784rem + 0.388vw), 1.25rem);
}

.p-ticket__item__note {
	text-align: center;

}

.p-ticket__item__publish {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 24px;
	text-align: center;
}

.p-ticket__item__name {
	color: #000;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-ticket__item__name, .p-ticket__item__name.en {
	font-size: clamp(1.063rem, calc(0.93rem + 0.563vw), 1.438rem);
}

.p-ticket__item__info {
	font-size: 33px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.p-ticket__item__info.en {
	font-size: clamp(1.313rem, calc(1.048rem + 1.127vw), 2.063rem);
}

.p-ticket__textwrap {
	font-family: "Noto Sans", "NotoSansjp", sans-serif;
	font-size: 15px;
}

.p-ticket__textwrap p {
	text-align: center;
}

.p-ticket__textwrap.en {
	font-family: "Hiragino Kaku Gothic ProN";
	font-size: clamp(0.875rem, calc(0.853rem + 0.094vw), 0.938rem);
}

.p-ticket__textwrap.en p {
	text-align: center;

}

.p-ticket__border {


	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: clamp(0.938rem, calc(0.563rem + 1.596vw), 2rem);
	text-align: center;
	color: #000;
	width: 90%;
	margin-inline: auto;

}

.p-ticket__border::before, .p-ticket__border::after {
	color: #000;

	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}

.p-ticket__border::before {
	margin-right: 1rem;
}

.p-ticket__border::after {
	margin-left: 1rem;
}

.p-access__ttlwrap {
	margin-bottom: 70px;
}

.p-access__contentwrap {
	display: flex;
	-moz-column-gap: 10%;
	column-gap: 10%;
	justify-content: space-between;
}

.p-access__textwrap {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	width: 50%;
}

.p-access__mapwrap {
	width: 65%;
}

.p-access__mapwrap iframe {
	aspect-ratio: 492/424;
	display: block;
	height: auto;
	margin-bottom: 50px;
	margin-inline: auto;
	width: 95%;
}

.p-access__mapwrap .p-access__mapwrap__btn {
	display: block;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-access__dl .p-access__dt {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: flex;
	font-size: 23px;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 11px;
	padding: 5px 0px;
	width: 146px;
}

.p-access__dl.venue .p-access__dt {
	margin-bottom: 10px;
}

.p-access__dl.venue .p-access__dd {
	font-size: 35px;
	font-weight: 700;
}

.p-access__dl.address .p-access__dd {
	font-size: 26px;
	font-weight: 500;
}

.p-access__dl.access .p-access__dd {
	font-size: 26px;
	font-weight: 500;
}

.p-access__mapwrap__btn {
	border: 1px #000 solid;
	border-radius: 40px;
	font-size: 0.6em;
	padding: 5px 45px;
	transition: all 0.5s 0s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.p-access__mapwrap__btn.en {
	font-size: clamp(0.813rem, calc(0.526rem + 1.221vw), 1.625rem);
}

.p-access__mapwrap__btn:hover {
	background-color: #000;
	color: #fff;
}

.movetext {
	opacity: 0;
}

.movetext span {
	display: inline-block;
	opacity: 0;
}

.modal__btn {
	cursor: pointer;
}

.dialog {
	border: none;
	height: 90%;
	max-height: 770px;
	max-width: 1040px;
	padding: 0;
	width: 80%;
}

.dialog.en {
	max-width: 1149px;
	max-height: 820px;

}

.dialog.pattern2 {
	max-height: 660px;
	max-width: 1139px;
	width: 80%;
}

dialog:-internal-dialog-in-top-layer::backdrop {
	background: rgba(0, 0, 0, 0.7);
}

.p-modal {
	background: rgba(250, 255, 121, 0.19);
	height: initial;
	min-height: 100%;
}

.p-modalinner {
	height: 100%;
	margin-inline: auto;
	padding: 75px 0 50px;
	position: relative;
	width: 90%;
}

.p-modalinner.pattern2 {
	padding: 75px 0;
	width: 95%;
}

.p-modalinner .closebtn {
	all: unset;
	cursor: pointer;
	position: absolute;
	right: 2%;
	top: 2%;
	width: 60px;
}

.p-modal__name {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.p-modal__name span {
	font-size: 25px;
}

.p-modal__songtitle {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: left;
}

.p-modal__border {
	background: #707070;
	height: 2px;
	margin-bottom: 18px;
	width: 100%;
}

.p-modal__time {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 40px;
}

.p-modal__time.en {

	font-size: clamp(0.625rem, calc(0.515rem + 0.469vw), 0.938rem);
}


.p-modal__featurewrap {
	display: flex;
	-moz-column-gap: 5%;
	column-gap: 5%;
}

.p-modal__featurewrap.en {
	margin-bottom: 20px;
}



.p-modal__feature__figure {
	flex-shrink: 0;
	width: 40%;
}

.p-modal__feature__figure .p-modal__feature__figure__img {
	margin-bottom: 5.5px;
}

.p-modal__feature__figure figcaption {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	position: relative;
	right: 1%;
	text-align: right;
}

.p-modal__feature__textwrap {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	width: 60%;
}

.p-modal__feature__textwrap.en {
	font-size: clamp(0.75rem, calc(0.618rem + 0.563vw), 1.125rem);
	line-height: 28px;
}

.p-modal__feature__textwrap.pettern2 {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 28px;
	width: 100%;
}

.p-modal__profile__heading {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 9px;
}

.p-modal__profile__heading.en {
	font-size: clamp(0.688rem, calc(0.599rem + 0.376vw), 0.938rem);

}

.p-modal__profile__text {
	color: #000;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
}

.p-modal__profile__text.en {
	font-size: 18px;
	font-size: clamp(0.75rem, calc(0.618rem + 0.563vw), 1.125rem);
	line-height: 30px;

}

@media (max-width: 767px) {
	.p-modal__profile__text.en {
		line-height: 18px;

	}
}


.p-modal2 {
	background: rgba(250, 255, 121, 0.19);
	height: auto;
	min-height: 100%;
}

.p-modal2__imgarea__copyright {
	align-self: flex-end;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	right: 2%;
}

.p-modal2__name__wrap {
	display: flex;
	-moz-column-gap: 2%;
	column-gap: 2%;
	margin-bottom: 32px;
	min-height: 300px;
}

.p-modal2__name__imgarea {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 50%;
}

.p-modal2__name__imgarea.en {
	justify-content: center;
}

.p-modal2__name__textwrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
}

.p-modal2__name__textwrap__ps {
	display: flex;
	-moz-column-gap: 0.6em;
	align-items: center;
	column-gap: 0.6em;
}

.p-modal2__name__text {
	color: #000;
	font-weight: bold;
}

.p-modal2__name__text.jp {
	font-size: 25px;
}

.p-modal2__name__text.en {
	font-size: 25px;
}

.p-footer__dlwrap {
	margin-bottom: 40px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__dl {
	display: flex;
}

.p-footer__dt,
.p-footer__dd {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	letter-spacing: 0.05em;
	text-align: left;
}

.p-footer__dt {
	flex-shrink: 0;
}

.p-footer__copyright {
	background-color: #000000;
	padding: 8px 0;
}

.p-footer__copyright__text {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

.u-mt48 {
	margin-top: 48px;
}

.u-mt200 {
	margin-top: 200px;
}

.u-mt600 {
	margin-top: 600px;
}

.u-mt1200 {
	margin-top: 1200px;
}

.u-mb8 {
	margin-bottom: 8px;
}

.u-mb15 {
	margin-bottom: 15px;
}

.u-mb46 {
	margin-bottom: 46px;
}

.u-mb48 {
	margin-bottom: 48px;
}

.u-mb12 {
	margin-bottom: 12px;
}

.u-mb15 {
	margin-bottom: 15px;
}

.u-mb30 {
	margin-bottom: 30px;
}

.u-mb32 {
	margin-bottom: 32px;
}

.u-mb44 {
	margin-bottom: 44px;
}

.u-mb46 {
	margin-bottom: 46px;
}

.u-mb58 {
	margin-bottom: 58px;
}

.u-mb60 {
	margin-bottom: 60px;
}

.u-mb80 {
	margin-bottom: 58px;
}

.u-mt1 {
	margin-top: 1px;
}

.u-mt2 {
	margin-top: 2px;
}

.u-mt3 {
	margin-top: 3px;
}

.u-mt4 {
	margin-top: 4px;
}

.u-mt5 {
	margin-top: 5px;
}

.u-mt6 {
	margin-top: 6px;
}

.u-mt7 {
	margin-top: 7px;
}

.u-mt8 {
	margin-top: 8px;
}

.u-mt9 {
	margin-top: 9px;
}

.u-mt10 {
	margin-top: 10px;
}

.u-mt11 {
	margin-top: 11px;
}

.u-mt12 {
	margin-top: 12px;
}

.u-mt13 {
	margin-top: 13px;
}

.u-mt14 {
	margin-top: 14px;
}

.u-mt15 {
	margin-top: 15px;
}

.u-mt16 {
	margin-top: 16px;
}

.u-mt17 {
	margin-top: 17px;
}

.u-mt18 {
	margin-top: 18px;
}

.u-mt19 {
	margin-top: 19px;
}

.u-mt20 {
	margin-top: 20px;
}

.u-mt21 {
	margin-top: 21px;
}

.u-mt22 {
	margin-top: 22px;
}

.u-mt23 {
	margin-top: 23px;
}

.u-mt24 {
	margin-top: 24px;
}

.u-mt25 {
	margin-top: 25px;
}

.u-mt26 {
	margin-top: 26px;
}

.u-mt27 {
	margin-top: 27px;
}

.u-mt28 {
	margin-top: 28px;
}

.u-mt29 {
	margin-top: 29px;
}

.u-mt30 {
	margin-top: 30px;
}

.u-mt31 {
	margin-top: 31px;
}

.u-mt32 {
	margin-top: 32px;
}

.u-mt33 {
	margin-top: 33px;
}

.u-mt34 {
	margin-top: 34px;
}

.u-mt35 {
	margin-top: 35px;
}

.u-mt36 {
	margin-top: 36px;
}

.u-mt37 {
	margin-top: 37px;
}

.u-mt38 {
	margin-top: 38px;
}

.u-mt39 {
	margin-top: 39px;
}

.u-mt40 {
	margin-top: 40px;
}

.u-mt41 {
	margin-top: 41px;
}

.u-mt42 {
	margin-top: 42px;
}

.u-mt43 {
	margin-top: 43px;
}

.u-mt44 {
	margin-top: 44px;
}

.u-mt45 {
	margin-top: 45px;
}

.u-mt46 {
	margin-top: 46px;
}

.u-mt47 {
	margin-top: 47px;
}

.u-mt48 {
	margin-top: 48px;
}

.u-mt49 {
	margin-top: 49px;
}

.u-mt50 {
	margin-top: 50px;
}

.u-mt51 {
	margin-top: 51px;
}

.u-mt52 {
	margin-top: 52px;
}

.u-mt53 {
	margin-top: 53px;
}

.u-mt54 {
	margin-top: 54px;
}

.u-mt55 {
	margin-top: 55px;
}

.u-mt56 {
	margin-top: 56px;
}

.u-mt57 {
	margin-top: 57px;
}

.u-mt58 {
	margin-top: 58px;
}

.u-mt59 {
	margin-top: 59px;
}

.u-mt60 {
	margin-top: 60px;
}

.u-mt61 {
	margin-top: 61px;
}

.u-mt62 {
	margin-top: 62px;
}

.u-mt63 {
	margin-top: 63px;
}

.u-mt64 {
	margin-top: 64px;
}

.u-mt65 {
	margin-top: 65px;
}

.u-mt66 {
	margin-top: 66px;
}

.u-mt67 {
	margin-top: 67px;
}

.u-mt68 {
	margin-top: 68px;
}

.u-mt69 {
	margin-top: 69px;
}

.u-mt70 {
	margin-top: 70px;
}

.u-mt71 {
	margin-top: 71px;
}

.u-mt72 {
	margin-top: 72px;
}

.u-mt73 {
	margin-top: 73px;
}

.u-mt74 {
	margin-top: 74px;
}

.u-mt75 {
	margin-top: 75px;
}

.u-mt76 {
	margin-top: 76px;
}

.u-mt77 {
	margin-top: 77px;
}

.u-mt78 {
	margin-top: 78px;
}

.u-mt79 {
	margin-top: 79px;
}

.u-mt80 {
	margin-top: 80px;
}

.u-mt81 {
	margin-top: 81px;
}

.u-mt82 {
	margin-top: 82px;
}

.u-mt83 {
	margin-top: 83px;
}

.u-mt84 {
	margin-top: 84px;
}

.u-mt85 {
	margin-top: 85px;
}

.u-mt86 {
	margin-top: 86px;
}

.u-mt87 {
	margin-top: 87px;
}

.u-mt88 {
	margin-top: 88px;
}

.u-mt89 {
	margin-top: 89px;
}

.u-mt90 {
	margin-top: 90px;
}

.u-mt91 {
	margin-top: 91px;
}

.u-mt92 {
	margin-top: 92px;
}

.u-mt93 {
	margin-top: 93px;
}

.u-mt94 {
	margin-top: 94px;
}

.u-mt95 {
	margin-top: 95px;
}

.u-mt96 {
	margin-top: 96px;
}

.u-mt97 {
	margin-top: 97px;
}

.u-mt98 {
	margin-top: 98px;
}

.u-mt99 {
	margin-top: 99px;
}

.u-mt100 {
	margin-top: 100px;
}

.u-pt48 {
	padding-top: 48px;
}

.u-pt75 {
	padding-top: 75px;
}

.u-pl130 {
	padding-left: 130px;
}

.u-pr130 {
	padding-right: 130px;
}

.u-pt80 {
	padding-top: 80px;
}

.u-pb48 {
	padding-bottom: 48px;
}

.u-pb32 {
	padding-bottom: 32px;
}

.u-pb80 {
	padding-bottom: 80px;
}

.u-pb32 {
	padding-bottom: 32px;
}

.u-br-sp {
	display: none;
}

.u-br-sponly {
	display: none;
}

.u-br-tb {
	display: none;
}

.u-br-pc {
	display: block;
}

.u-br-pconly {
	display: block;
}

.u-dn-pc {
	display: none;
}

.u-dn-sp {
	display: block;
}

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

	.c-secttl {
		max-width: 250px;
	}

	.p-performers__itemlist {
		margin-bottom: 38px;
		transform: unset;
		width: 100%;
	}

	.p-performers__itemlist .p-performers__item {
		width: 85%;
	}

	.p-performers__itemlist .p-performers__item:nth-of-type(1):before {
		width: 108.5%;
	}

	.p-performers__itemlist .p-performers__item:nth-of-type(2):before {
		background: url(../img/img_perform_shadow1.png) no-repeat center center/cover;
		left: 50%;
		top: 30%;
		width: 108.5%;
	}

	.p-performers__itemlist .p-performers__item:nth-of-type(3):before {
		background: url(../img/img_perform_shadow2.png) no-repeat center center/cover;
		left: -50%;
		width: 108.5%;
	}

	.p-performers__itemlist .p-performers__item:nth-of-type(4):before {
		background: url(../img/img_perform_shadow1.png) no-repeat center center/cover;
		left: 55%;
		width: 108.5%;
	}

	.p-performers__item__textwrap {
		transform: unset;
	}

	.p-performers__noninst {
		display: flex;
		flex-direction: column;
	}

	.p-performers__noninst .p-performers__host {
		order: 3;
	}

	.p-performers__noninst .p-performers__orchestra {
		order: 2;
	}


	.p-performers__conductor, .p-performers__host {
		margin-bottom: 37.8px;
		margin-inline: auto;
		margin-top: unset;
		width: 56%;
	}


	.p-performers__host {
		width: 48%;
	}

	.p-performers__conductor .p-performers__conductor__imgarea, .p-performers__host .p-performers__host__imgarea {
		margin-bottom: unset;
	}

	.p-performers__orchestra {
		transform: unset;
		width: 78%;
		margin-bottom: 37.8px;

	}

	.p-performers__orchestra__imgarea {
		margin-bottom: 10px;
	}

	.p-performers__conductor__namewrap, .p-performers__host__namewrap {
		transform: unset;
	}

	.p-ticket__overview__imgarea img {
		width: 100%;
	}

	.p-access__contentwrap {
		flex-direction: column;
		row-gap: 28px;
	}

	.p-access__textwrap {
		row-gap: 14px;
		width: 100%;
	}

	.p-access__textwrap.en {
		row-gap: 22px;
	}

	.p-access__mapwrap {
		width: 100%;
	}

	.p-access__mapwrap iframe {
		width: 100%;
	}

	.dialog {
		max-height: calc(100% - 4em - 6px);
		max-width: calc(100% - 3em - 6px);
	}

	.p-modalinner {
		padding: 40px 18px 30px;
		width: 95%;
	}

	.p-modal2__imgarea__copyright {
		font-size: 12px;
		position: relative;
		right: 2%;
		text-align: right;
		transform: unset;
	}

	.p-modal2__name__wrap {
		flex-direction: column-reverse;
		margin-bottom: 20px;
		min-height: unset;
	}

	.p-modal2__name__imgarea {
		display: block;
		width: 100%;
	}

	.p-modal2__name__textwrap {
		align-items: center;
		width: 100%;
	}

	.p-modal2__name__textwrap__ps {
		display: block;
	}

	.p-modal2__name__text.en {
		margin-bottom: 11px;
		text-align: center;
		font-size: 18px;
	}

	.p-modal__border.pettern2 {
		margin-bottom: 23px;
	}



	.u-br-sp {
		display: none;
	}

	.u-br-sponly {
		display: none;
	}

	.u-br-tb {
		display: block;
	}

	.u-br-pc {
		display: none;
	}

	.u-br-pconly {
		display: none;
	}


	.u-dn-pc {
		display: block;
	}

	.u-dn-sp {
		display: none;
	}

}

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

	body {
		overflow-x: hidden;
	}

	main .totop__imgarea {
		width: 61px;
	}

	h2 {
		font-size: 24px;
	}

	.l-header {
		height: auto;
		padding: 16px 0 20px 0;
	}

	.l-top {
		padding-top: 90px;
	}


	.l-top.en {
		padding-top: 20vw;
	}

	.l-inner.header {
		width: calc(345 / 375 * 100%);
	}

	.l-inner.top, .l-inner.top.en {
		width: calc(360 / 375 * 100%);
	}

	.l-inner.top, .l-inner.top.en {
		margin-bottom: 34px;
	}

	.l-inner.performers, .l-inner.performers.en {
		width: calc(335 / 375 * 100%);
	}

	.l-inner.performers, .l-inner.performers.en {
		padding-bottom: 32.5px;
	}

	.l-inner.program, .l-inner.program.en {
		width: calc(360 / 375 * 100%);
	}

	.l-inner.program, .l-inner.program.en {
		padding: 0 0%;
		padding-bottom: 20px;
	}

	.l-inner.program.en {
		padding-bottom: 60px;
	}

	.l-inner.ticket {
		width: calc(335 / 375 * 100%);
		padding-bottom: 27px;

	}

	.l-inner.ticket.en {
		padding-bottom: 3em;
	}


	.l-inner.access {
		padding: 0 5% 50px 5%;
	}

	.l-inner.access.en {
		padding: 0 5% 22px 5%;
	}


	.l-inner.footer {
		padding: 0px 15px 0px;
		width: 100%;
	}

	.c-btn-apply {
		font-size: 18px;
	}

	.c-secttl {
		width: 43%;
	}

	.p-header__logo {
		align-items: center;
		display: flex;
		max-width: 230px;
	}

	.p-header__logo, .p-header__logo.en {
		width: 42%;
	}

	.p-header__logo img {
		aspect-ratio: 77/23;
	}

	.p-header__btnwrap, .p-header__btnwrap.en {
		justify-content: flex-end;
	}


	.p-header__btn__imgarea {
		display: flex;
		max-width: 241px;
		width: 35%;
	}

	.p-header__btn__imgarea.en {

		width: 35%;
	}

	.p-header__btn__img {
		aspect-ratio: 94/23;
	}

	.demo-mask {
		-webkit-mask-image: url(../img/txt_top_ttl_sp.png);
		mask-image: url(../img/txt_top_ttl_sp.png);
	}

	.reflection:after {
		width: 10%;
	}

	.p-top__ttlwrap {
		line-height: 0;
		margin-bottom: unset;
		margin-bottom: 18px;
		margin-top: unset;
		width: 75%;
	}

	.p-top__ttlwrap.en {
		margin-bottom: 0.3em;

	}

	.p-top__subttl {
		font-size: 18px;
		margin-bottom: 25px;
		margin-bottom: 30px;
		width: 75%;
	}

	.p-top__subttl.en {
		margin-bottom: 25px;
	}

	.p-top__catch {
		font-size: 18px;
		margin-bottom: 36.3px;
		margin-inline: auto;
		width: 73%;
	}

	.p-top__date__imgarea {
		margin-bottom: 40px;
		margin-inline: auto;
		width: 74%;
	}

	.p-top__date__imgarea.en {
		margin-bottom: 30px;

	}

	.p-top__textwrap {
		margin-inline: auto;
	}

	.p-top__textwrap.en {
		width: 90%;
	}

	.p-top__textwrap .p-top__text {
		font-size: 13px;
	}

	.p-top__textwrap .p-top__text:nth-child(1),
	.p-top__textwrap .p-top__text:nth-child(2) {
		margin-bottom: 0px;
	}

	.p-juels .ju-01 {
		top: -9px;
		width: 35%;
	}

	.p-juels .ju-02 {
		top: 56px;
		width: 26.5%;
	}

	.p-juels .ju-03 {
		top: 350px;
		width: 27.5%;
	}

	.p-juels .ju-04 {
		top: 400px;
		width: 27.5%;
	}

	.p-juels .ju-05 {
		top: 700px;
		width: 27.5%;
	}

	.p-juels .ju-06 {
		top: 700px;
		width: 27.5%;
	}

	.p-performers__ttlwrap {
		margin-bottom: 50px;
	}

	.p-performers__conductor__name,
	.p-performers__orchestra__name,
	.p-performers__host__name {
		font-size: 13px;
	}

	.p-performers__conductor__copyright,
	.p-performers__orchestra__copyright,
	.p-performers__host__copyright {
		font-size: 7px;
	}

	.p-program__ttlwrap {
		margin-bottom: 20px;
	}

	.p-program__itemlist {
		row-gap: 26px;
	}

	.p-program__item__song {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.p-program__item__song.en {
		letter-spacing: 0;
	}

	.p-program__item__performer {
		font-size: 12px;
	}

	.p-ticket__ttlwrap {
		margin-bottom: 22px;
	}

	.p-ticket__overview__imgarea {
		margin-bottom: 33px;
		width: 80.5%;
	}

	.p-ticket__itemlist {
		margin-bottom: 25px;
		row-gap: 24.9px;
	}

	.p-ticket__itemlist.en {
		row-gap: 20.9px;
	}

	.p-ticket__item__publish {
		font-size: 0.5em;
		margin-bottom: 12px;
	}

	.p-ticket__item__name {
		font-size: 0.6em;

	}

	.p-ticket__item__name.en {
		letter-spacing: 0;

	}

	.p-ticket__item__info {
		display: block;
		font-size: 0.5em;
		line-height: 0.75;
		margin-block: 12px;
		margin-inline: auto;
		text-align: center;
		width: -moz-fit-content;
		width: fit-content;
	}

	.p-ticket__textwrap {
		font-size: 10px;

	}

	.p-ticket__textwrap.en {
		width: 78%;
		margin-inline: auto;
	}

	.p-ticket__item__notewrap.en {
		font-weight: 300;
		letter-spacing: -0.01em;
	}

	.p-access__ttlwrap {
		margin-bottom: 22px;
	}

	.p-access__mapwrap iframe {
		display: none;
	}

	.p-access__dl .p-access__dt {
		font-size: 14px;
		margin-bottom: 9px;
		margin-inline: auto;
		padding: 3px 0;
		width: 72px;
	}

	.p-access__dl .p-access__dd {
		line-height: 1.2;
		text-align: center;
	}

	.p-access__dl .p-access__dd.en {
		line-height: 1.5;
	}


	.p-access__dl.venue .p-access__dt {
		margin-bottom: 6px;
	}

	.p-access__dl.venue .p-access__dd {
		font-size: 17px;
	}

	.p-access__dl.address .p-access__dd {
		font-size: 14px;
		line-height: 1.2;
	}

	.p-access__dl.access .p-access__dd {
		font-size: 14px;
	}

	.p-access__mapwrap__btn {
		font-size: 0.75em;
		padding: 3px 18px;
	}

	.dialog.pattern2 {
		max-height: calc(100% - 6em - 6px);
		max-width: calc(100% - 2em - 6px);
	}

	.dialog {
		max-height: calc(100% - 2em - 6px);
		max-width: calc(100% - 2em - 6px);
	}

	.p-modalinner.pattern2 {
		padding: 41px 18px 24.4px;
	}

	.p-modalinner .closebtn {
		display: flex;
		right: 1.5%;
		top: 1.5%;
		width: 26px;
	}

	.p-modal__name {
		font-size: 13px;
		margin-bottom: 14px;
		text-align: center;
	}

	.p-modal__name span {
		font-size: 18px;
	}

	.p-modal__songtitle {
		font-size: 12px;
		margin-bottom: 20px;
		text-align: center;
	}

	.p-modal__songtitle.en {
		margin-bottom: 5px;
	}

	.p-modal__feature__textwrap.en {
		line-height: 18px;
	}

	.p-modal__border {
		height: 1px;
		margin-bottom: 8px;
	}

	.p-modal__time {
		font-size: 12px;
		margin-bottom: 20px;
		text-align: center;
	}

	.p-modal__time.en {
		text-align: left;
	}

	.p-modal__featurewrap {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.p-modal__feature__figure {
		margin-bottom: 30px;
		width: 100%;
	}

	.p-modal__feature__figure figcaption {
		font-size: 8px;
		right: unset;
		text-align: center;
	}

	.p-modal__feature__figure.en {
		text-align: center;
	}

	.p-modal__feature__figure.en figcaption {
		font-size: 8px;
		right: 2%;
		text-align: right;
	}

	.p-modal__feature__textwrap {
		font-size: 13px;
		line-height: 1.75em;
		width: 100%;
	}

	.p-modal__feature__textwrap.pettern2 {
		font-size: 13px;
	}

	.p-modal__profile__heading {
		font-size: 12px;
	}

	.p-modal__profile__heading.en {
		margin-bottom: 0;
	}

	.p-modal__profile__text {
		font-size: 12px;
		line-height: 1.5em;
	}



	.p-modal2__name__text.jp {
		font-size: 18px;
		text-align: center;
	}


	.p-footer__dlwrap {
		margin-bottom: 24px;
	}

	.p-footer__dt,
	.p-footer__dd {
		font-size: 8px;
	}

	.p-footer__copyright {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}

	.p-footer__copyright__text {
		font-size: 8px;
	}

	.u-br-sp {
		display: block;
	}

	.u-br-sponly {
		display: block;
	}

	.u-br-tb {
		display: block;
	}

	.u-br-pc {
		display: none;
	}

	.u-br-pconly {
		display: none;
	}

	.u-dn-pc {
		display: block;
	}

	.u-dn-sp {
		display: none;
	}

}

@keyframes demo_kirari {

	0% {
		left: -60%;
		opacity: 0;
	}

	50% {
		left: 50%;
		opacity: 1;
	}

	100% {
		left: 100%;
		opacity: 0;
	}

}

@keyframes reflection {

	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}

}

@keyframes float {

	0% {
		transform: translate(0px, 0px);
	}

	100% {
		transform: translate(0px, 10px);
	}

}