@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/WebSubsetFont-R.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/WebSubsetFont-B.woff") format("woff");
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #002b69;
	line-height: 2;
	background: #fff;
	letter-spacing: 0.05em;
	font-size: 15px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

div {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

section .section-full-inner {
	padding: 80px 0;
	width: 100%;
	position: relative;
	z-index: 20
}

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

section .section-inner,
footer .section-inner {
	padding: 80px 20px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 20
}

section .section-full-inner.no-padding-top {
	padding-top: 0;
}

section .section-full-inner.no-padding-bottom {
	padding-bottom: 0;
}

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



.center {
	text-align: center;
}

.gothic {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.mincho {
	font-family: "游明朝 Medium", "游明朝", "Yu Mincho Medium", YuMincho, "Noto Serif Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.red {
	color: #e3007f;
}

.lh11 {
	line-height: 1.1;
}

/*header*/


/*button*/


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

	section .section-inner,
	footer .section-inner {
		padding: 90px 0;
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	section .section-full-inner {
		padding: 90px 20px;
	}

}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}

	section .section-inner,
	footer .section-inner {
		padding: 70px 0;
		width: calc(100% - 30px);
		margin: 0 15px;
	}

	section .section-full-inner {
		padding: 70px 15px;
	}


	/*header*/

}

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



/*改行*/
@media screen and (min-width: 1024px) {
	.pc-br::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.tb-br::before {
		content: "\A";
		white-space: pre;
	}
}

@media screen and (max-width: 767px) {
	.sp-br::before {
		content: "\A";
		white-space: pre;
	}
}

/*******************************************************
effect
*******************************************************/
.ef-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: all .8s ease-out;
}

.ef-fade.on {
	opacity: 1;
	transform: translateY(0);
}

.delay-1 {
	transition-delay: 0.5s;
}

.delay-2 {
	transition-delay: 1s;
}

.delay-3 {
	transition-delay: 1.2s;
}

/*******************************************************
common header
*******************************************************/
.btn-type01 {
	font-size: 1.125rem;
	font-weight: 700;
	max-width: 350px;
	width: 100%;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border: none;
	padding: 10px;
	background-size: 200% 100%;
	background-image: linear-gradient(297deg, rgba(14, 169, 230, 1) 0%, rgba(129, 116, 179, 1) 40%, rgba(129, 116, 179, 1) 60%, rgba(14, 169, 230, 1) 100%);
	border-radius: 8px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-type01:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-type02 {
	font-weight: 700;
	width: 100%;
	color: #002b69;
	cursor: pointer;
	text-align: center;
	border: #002b69 1px solid;
	padding: 2px 10px;
	border-radius: 30px;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-type02:hover {
	color: #fff;
	background-color: #002b69;
}

/*font*/
.red {
	color: #f00;
}

.txt+.txt {
	margin-top: 0.8em;
}

.cmn-s-txt {
	font-size: 0.8125rem;
	line-height: 1.6;
}

/*Space*/
.m30-box+.m30-box {
	margin-top: 30px;
}

.mt-10 {
	margin-top: 10px;
}

/*table*/
.table-type01 th,
.table-type01 td {
	vertical-align: top;
	line-height: 1.6;
	padding: 0.5em 0;
}

.table-type01 th .t {
	background-color: #002b69;
	color: #fff;
	padding: 0 12px;
	border-radius: 3px;
}

.table-type01 td {
	padding-left: 10px;
}

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

	.table-type01 th,
	.table-type01 td {
		font-size: 0.9375rem;
	}

	.table-type01 th {
		width: 3em;
	}

	.table-type01 th .t {
		padding: 0 6px;
	}
}

/*******************************************************
top-01-sec
*******************************************************/
.top-01-sec {
	background: url(../img/bg.png) center top / cover no-repeat #fceef4;
	background-attachment: fixed;
}

.top-01-sec .fv-txt-box {
	text-align: center;
}

.top-01-sec .fv-txt-box .img01 {
	width: 100%;
	max-width: 500px;
	margin-bottom: 38px;
}

.top-01-sec .fv-txt-box .img02 {
	width: 100%;
	max-width: 1000px;
}

.top-01-sec .content01 {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 70px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.top-01-sec .content01 .g-box {
	background-color: #fff56d;
	padding: 20px 30px;
	border-radius: 10px;
}

.top-01-sec .content01 .g-box .soon {
	text-align: center;
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.top-01-sec .content01 .table {
	width: 100%;
}

.top-01-sec .content01 table th {
	vertical-align: top;
}

.top-01-sec .content01 table th,
.top-01-sec .content01 table td {
	padding: 6px 0;
	line-height: 1.5;
}

.top-01-sec .content01 .btn-box {
	text-align: center;
	margin-top: 20px;
}

/* Twitter用 */

.top-01-sec .x-wrap {
	margin: 46px auto 80px;
	max-width: 500px;
}

.top-01-sec .x-wrap img {
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}




@media screen and (max-width: 1000px) {
	.top-01-sec .section-full-inner {
		padding-top: 60px;
	}

	.top-01-sec .content01 {
		gap: 20px;
	}

	.top-01-sec .content01 .g-box {
		padding: 20px 15px;
	}

	.top-01-sec .content01 table th {
		width: 5em;
	}

}

@media screen and (max-width: 767px) {
	/* .top-01-sec {
		background: url(../img/top-01-bg-sp.png) center top / contain no-repeat #fceef4;
	} */

	.top-01-sec .fv-txt-box .img01 {
		width: 80%;
		margin-bottom: 15px;
	}

	.top-01-sec .content01 {
		margin: 50px auto;
		grid-template-columns: repeat(1, 1fr);
	}

	.top-01-sec .content01 table th {
		text-align: left;
	}
}

/* メインイベント */
.top-01-sec .content02 {
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 70px;
}

.top-01-sec .content02 .main-event-box {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;

}

.main-event-box+.main-event-box {
	margin-top: 40px;
}

.top-01-sec .content02 .main-event-box .event-title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 25px;
}

.top-01-sec .content02 .main-event-box .flex-box {
	gap: 40px;
}

.top-01-sec .content02 .main-event-box .img-box {
	width: 40%;
}

.top-01-sec .content02 .main-event-box .txt-box {
	width: calc(60% - 40px);
}

@media screen and (max-width: 1024px) {
	.top-01-sec .content02 .main-event-box .img-box {
		width: 100%;
	}

	.top-01-sec .content02 .main-event-box .txt-box {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.top-01-sec .content02 .main-event-box {
		padding: 18px;
	}

	.top-01-sec .content02 .main-event-box .event-title {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}

	.top-01-sec .content02 .main-event-box .flex-box {
		gap: 20px;
	}
}

/*******************************************************
footer
*******************************************************/
footer {
	background-color: #f6d3e2;
}

footer.prome {
	background-color: #dfcfe7;
}

footer .section-inner {
	padding-top: 65px;
	padding-bottom: 30px;
}

footer .box {
	margin-bottom: 1.5em;
}

footer .box .txt01 {
	font-size: 1.125rem;
}

footer .box .txt02 {}

footer .tw-txt {
	display: inline;
	font-size: 13px;
}

footer .link-box-wrap {
	margin-top: 30px;
}

footer .link-box-wrap img {
	display: block;
}

footer .link-box-wrap a {
	transition: .3s;
}

footer .link-box-wrap a:hover {
	opacity: 0.7;
}

footer .link-box-wrap .link-box01 {
	margin-bottom: 20px;
}

footer .link-box-wrap .link-box01 img {
	width: 100%;
	margin: 0 auto;
}

footer .link-box-wrap .link-box02 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}


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


	footer .box .txt01 {
		font-size: 15px;
		letter-spacing: 0;
	}

	footer .box .txt02 {
		font-size: 14px;
		letter-spacing: 0;
	}

	footer .link-box-wrap .link-box01 {
		margin-bottom: 10px;
	}

	footer .link-box-wrap .link-box02 {
		gap: 10px;
	}
}


/*******************************************************
下層
*******************************************************/
/*共通*/
.page-title.geki {
	background-color: #fceef4;
}

.page-title.prome {
	background-color: #ede1ef;
}

.event-date {
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

.event-date .title {
	max-width: 400px;
	width: 100%;
}

.event-date .date {
	position: absolute;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.event-section .section-inner {
	max-width: 800px;
	margin: 0 auto;
}

.event-section .event-box {
	padding: 30px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
}

.event-section .event-box+.event-box {
	margin-top: 50px;
}

.event-section .event-box .program-box {
	position: relative;
}

.event-section .event-box .program-box+.program-box {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px #ddd solid;
}

.event-section .event-box .img-box {
	margin-bottom: 20px;
}

.event-section .event-box .img-box img.tate {
	max-width: 380px;
	width: 100%;
}

.event-section .event-box .pay-icon {
	position: absolute;
	top: -30px;
	right: -15px;
	width: 95px;
	height: auto;
}

.event-section .event-box .palce {
	font-size: 1.3rem;
	border: #002b69 2px solid;
	padding: 8px 30px;
	border-radius: 50px;
	display: inline-block;
	margin-bottom: 30px;
}

.event-section .event-box .date {
	font-size: 1.5rem;
	color: #e3007f;
	margin: 0 0 13px;
}

/* .event-section.prome .event-box .date {
	color: #8a4590;
} */

.event-section .event-box .date .s {
	font-size: .8em;
	padding-left: .5em;
}

.event-section .event-box .program-title {
	font-size: 1.8rem;
	margin-bottom: 13px;
	line-height: 1.3;
}

.event-section .event-box .program-desc+.program-desc {
	margin-top: 1em;
}

.event-section .event-box .program-desc.actor {
	text-align: left;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.event-section .event-box .program-desc.actor::before {
	content: "出演：";
}

.event-section .event-box .program-desc-left {
	text-align: left;
	display: inline-block;
}

.event-section .event-box .btn-box {
	margin-top: 25px;
}

.cmn-menu-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.geki-01-sec .section-inner {
		padding: 50px 0 30px;
	}

	.prome-01-sec .section-inner {
		padding: 50px 0 30px;
	}

	.event-date .title {
		max-width: 300px;
	}

	.event-date .date {
		font-size: 1.5rem;
	}

	.event-section .event-box {
		padding: 30px 18px;
	}

	.event-section .event-box .pay-icon {
		top: -28px;
		right: -2px;
		width: 72px;
	}

	.event-section .event-box .palce {
		font-size: 1.125rem;
		padding: 8px 20px;
	}

	/* .event-section .event-box .date {
		font-size: 1.5rem;
	} */

	.event-section .event-box .program-title {
		font-size: 1.25rem;
	}

	.event-section .event-box .program-desc {
		font-size: .875rem;
	}

	.event-section .event-box .program-desc-left {
		font-size: .875rem;
	}

	.cmn-menu-box {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}

/*geki-fes*/
.geki-02-sec,
.geki-04-sec {
	background-color: #fceef4;
}

.geki-02-sec .section-inner,
.prome-02-sec .section-inner {
	padding-top: 0;
}

.geki-03-sec {
	background-color: #f6d3e2;
}

/*プロムナード*/
.prome-02-sec,
.prome-04-sec {
	background-color: #ede1ef;
}

.prome-03-sec {
	background-color: #dfcfe7;
}