@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
a {
	transition: .3s;
}
a:link, a:visited {
	color: #0952a4;
}
a:hover {
	opacity: 0.7;
}
:root {
	--snavy: #004d9f;
	--sbeige: #fefaef;
	--sorange: #ec903b;
	--srorange: #ffc28a;
	--sgreen: #4db4b0;
	--srgreen: #6dd4d0;
	--syellow: #fff366;
	--subFont1: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	--subFont2: "Zen Kaku Gothic New", sans-serif;
	--subFont3: Arial, Helvetica, "sans-serif";
	--subFont4: "Prompt", sans-serif;
	--yellow: #ffff00;
	--yellowRGB: 255 255 0;
	--red: #ff0000;
}
article img {
	width: 100%;
}
article b {
	font-size: 1.2em;
}
article mark {
	background: linear-gradient(transparent 48%, var(--yellow) 48% 90%, transparent 90%);
}
.red {
	color: #FF0000;
}
.noWrap {
	white-space: nowrap;
}
.breakWord {
	word-break: break-word;
}
.textCenter {
	text-align: center;
}
.tab-switch {
	display: none; /* ラジオボタン非表示 */
}
.small {
	font-size: .8em;
}
ul.midpoint > li, ul.kome > li, ul.square > li {
	line-height: 1.4;
	padding-top: .25em;
	text-indent: -1em;
	margin-left: 1em;
}
ul.kome > li:before {
	content: '※';
}
ul.square > li:before {
	content: '■';
	padding-right: .1em;
}
ul.midpoint > li:before {
	content: '●';
	font-size: .8em;
	padding-right: .1em;
	vertical-align: middle;
}
article .inner {
	max-width: 970px;
	margin: 0 auto;
	padding: 4em clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
}
/*背景色設定*/
section:nth-of-type(odd) {
	background: var(--sbeige);
}
section:nth-of-type(even) {
	background: linear-gradient(to bottom, #fff 0%, #f4f4f6 10%, var(--syellow) 70%, var(--srorange) 100%);
}
section#intro {
	background: #fff;
}
/*タイトル共通*/
.maintitle {
	max-width: fit-content;
	font-family: var(--subFont2);
	font-size: clamp(1.313rem, 0.82rem + 2.46vw, 2.313rem);
	line-height: 1;
	letter-spacing: -.04em;
	font-weight: 700;
	margin: 0 auto 1em;
	position: relative;
	padding: 0 1.2em .1em 1.2em;
	border-bottom: 2px solid var(--sorange);
}
.maintitle::before, .maintitle::after {
	content: "";
	position: absolute;
	width: .9em;
	height: .9em;
	bottom: 2px;
}
.maintitle::before {
	background: url(../images/im_musicor.png) no-repeat center / contain;
	left: 0;
}
.maintitle::after {
	background: url(../images/im_cutleryor.png) no-repeat center / contain;
	right: 0;
}
.subtitle {
	font-family: var(--subFont2);
	font-size: 2em;
	text-align: center;
	font-weight: 700;
}
/*ボタン共通*/
.Btn a {
	display: block;
	background: var(--sgreen);
	color: #fff;
	font-family: var(--subFont1);
	font-weight: 700;
	padding: .5em 1.5em .3em 1em;
	position: relative;
	font-size: 1.2em;
	align-content: center;
	border-radius: 5px;
	outline: solid 2px var(--srgreen);
	outline-offset: -5px;
}
.Btn a::after {
	content: "";
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: rotate(45deg);
	translate: 0 -50%;
	transition: all .2s;
}
.Btn a:hover::after {
	translate: 80% -50%;
}
.btnWrap {
	display: grid;
	gap: 1em;
	margin: 1.3em auto .5em;
}
#attention .Btn, #tabiwaticket .Btn {
	text-align: center;
}
/*販売前ボタン＋ボタン非活性コード*/
.beforeSale .Btn a {
	pointer-events: none;
}
.beforeSale .Btn a::before {
	display: grid;
	place-items: center;
	position: absolute;
	font-size: 1.2em;
	background: #000;
	z-index: 100;
	inset: 0px;
	border-radius: 5px;
	outline: solid 2px #999;
	outline-offset: -5px;
}
.beforeSale .Btn a::before {
	content: "coming soon!";
	color: #d3d3d3;
}
.Btn a + span {
	display: block;
	width: fit-content;
	margin: .5em auto 0;
	font-size: 1.05em;
	text-align: center;
}
/*販売終了ボタン＋ボタン非活性コード*/
.ended .Btn a {
	background: #999;
	pointer-events: none;
}
/*メインビジュアル#title*/
#title {
	background: var(--sorange);
	position: relative;
}
.btnWrap2 {
	max-width: 1080px;
	margin: auto;
	padding: 0 .5em .6em .5em;
}
.Btn2 a {
	display: block;
	background: var(--sgreen);
	color: #ffffff;
	font-family: var(--subFont2);
	font-weight: 600;
	padding: .5em;
	position: relative;
	font-size: clamp(0.875rem, 0.511rem + 1.82vw, 1.375rem);
	text-align: center;
	align-content: center;
	border-radius: 5px;
	outline: solid 2px var(--srgreen);
	outline-offset: -5px;
}
.Btn2 a::after {
	content: "";
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: rotate(45deg);
	translate: 0 -50%;
	transition: all .2s;
}
.Btn2 a:hover::after {
	translate: 80% -50%;
}
/*pageNavi*/
.pNav {
	max-width: fit-content;
	margin: auto;
	padding: .2em 0;
	text-align: center;
}
.pNav a {
	color: var(--sorange);
}
.pNav a span {
	display: inline-block;
	padding: 0 .5em 1px;
	margin: 2px 0;
	font-weight: 600;
}
.pNav a:not(:last-of-type)::after {
	content: '|';
	font-size: 1.2em;
	vertical-align: top;
}
/*導入#intro/*/
#intro .inner {
	padding: 2em clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
}
#intro h2 {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.6;
	font-weight: 800;
	color: var(--snavy);
	font-family: var(--subFont2);
}
#intro h2 > b {
	font-family: var(--subFont4);
	font-weight: 700;
}
#intro .inner > p {
	color: var(--snavy);
	font-family: var(--subFont2);
	margin: .3em 0 0 0;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: 700;
}
.eventPoint {
	padding: 1em;
	margin: 2.5em auto 0;
	border-radius: 5px;
	background: linear-gradient(to bottom, #5faddc 0%, var(--snavy) 50%, var(--snavy) 100%);
}
.eventPoint h3 {
	max-width: fit-content;
	font-size: 1.7em;
	color: #fff;
	font-weight: 900;
	margin: .3em auto .5em;
	position: relative;
	padding: 0 1.2em 0 1.5em;
	line-height: 1.4;
	text-align: center;
	border-bottom: 2px solid #fff;
}
.eventPoint h3::before, .eventPoint h3::after {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	bottom: .2em;
}
.eventPoint h3::before {
	background: url(../images/im_cutlery.png) no-repeat center / contain;
	left: -.05em;
}
.eventPoint h3::after {
	background: url(../images/im_drink.png) no-repeat center / contain;
	right: -.2em;
}
.eventPoint p {
	font-size: 1.2em;
	color: #fff;
	line-height: 1.7;
}
.Dticket {
	background: #fff;
	color: var(--snavy);
	font-weight: 800;
	padding: 2px .3em;
	font-size: 1.1em;
	margin: 0 0 0 .5em;
}
.Dticket b {
	font-size: 1.3em;
	vertical-align: -.02em;
}
/*公演概要#overview*/
#overview .inner {
	max-width: 1080px;
}
#overview h2 {
	font-size: 1.4em;
	font-family: var(--subFont2);
	font-weight: 700;
}
#overview h2 b {
	font-size: 1.2em;
	font-weight: 800;
}
.imgBox {
	width: 90%;
	margin: 0 auto 1.25em;
}
#overview blockquote {
	font-family: var(--subFont2);
	line-height: 2.2;
	font-size: 1.2em;
	letter-spacing: .02em;
	margin: 1.2em auto 0;
	font-weight: 700;
}
#overview blockquote + p {
	margin-top: 1em;
	font-size: .9em;
}
#overview .subtitle {
	padding: 2.5em 0 0;
}
.detailsBox1 {
	margin: 3em 0 0;
	font-weight: 500;
}
.detailsBox1 figure {
	width: 60%;
	margin: 0 auto 1.25em;
}
.detailsBox1 dl {
	display: grid;
	grid-template-columns: 6.5em 1fr;
	line-height: 2;
	font-size: 1.1em;
	gap: .3em 0;
}
.detailsBox1 dt {
	font-weight: 500;
}
.square dt::before {
	content: '■';
	padding-right: -.1em;
}
.colon dd::before {
	content: '：';
	margin-left: -1em;
}
.detailsBox1 p {
	margin-top: .4em;
}
#overview h4 {
	margin: 1.5em 0 .6em 0;
}
#overview h4 span {
	display: inline-block;
	font-size: 1.2em;
	background: #000;
	color: #fff;
	line-height: 1.5;
	margin: 0 .5em 0 0;
	padding: 0 .5em 0 1.5em;
	position: relative;
}
h4.music span::before {
	content: "";
	position: absolute;
	bottom: .3em;
	left: 8px;
	background: url(../images/im_music.png) center center / contain no-repeat;
	width: .9em;
	height: .9em;
}
h4.life span::before {
	content: "";
	position: absolute;
	bottom: .3em;
	left: 8px;
	background: url(../images/im_cutlery.png) center center / contain no-repeat;
	width: .9em;
	height: .9em;
}
.spnone2 {
	display: none;
}
@media screen and (min-width: 600px) {
	.spnone2 {
		display: block;
	}
	.imgBox {
		float: right;
		width: 38%;
		margin: 0 0 .5em 2em
	}
	.detailsBox1 {
		display: flex;
		flex-direction: row-reverse;
	}
	.detailsBox1 figure {
		width: 38%;
		margin: 0 0 0 1em;
	}
	.detailsBox1 div {
		width: 70%;
	}
}
/*プラン詳細＆お申込み#plan*/
#plan [role="tablist"] {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1em 3%;
}
#plan [role="tab"] {
	font-family: var(--subfont);
	font-size: 1.3em;
	font-weight: 700;
	border: #fff solid 1px;
	text-align: center;
	padding: .8em 2%;
	border-radius: 5px;
	line-height: 1.2;
	position: relative;
	color: #fff;
	background: #ffffff15;
}
#plan [role="tab"]:focus-visible {
	outline: 2px solid #000;
	outline-offset: -4px;
}
#plan [role="tab"][aria-selected="true"] {
	color: var(--sorange);
	background: #fff;
	outline: solid 1px var(--sorange);
	outline-offset: -3px;
}
#plan [role="tab"][aria-selected="true"]::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 9px solid transparent;
	border-top: 7px solid #fff;
	width: 0;
	height: 0;
}
#plan [role="tabpanel"][hidden] {
	display: none !important;
}
.plandetail {
	background: linear-gradient(to bottom, var(--srorange) 0%, var(--sorange) 3%, var(--sorange) 100%);
	padding: 1em;
}
.planname {
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	margin-top: 15px;
	font-weight: 700;
	background: #000;
	padding: .2em;
	border: .5em solid #fff;
}
.plandetail .planBox {
	background: #fff;
	padding: 0 clamp(0.188rem, -0.705rem + 4.46vw, 2rem) 1em;
}
.plandetail h4 {
	text-align: center;
	font-size: 1.5em;
	padding: 1em 0 .5em;
	line-height: 1.8;
	font-weight: 700;
	color: var(--snavy);
}
.planBox h4:nth-of-type(2) {
	margin: 1em 0 0 0;
	border-top: solid 1px #999;
}
.note2 {
	display: inline-block;
	background: var(--snavy);
	color: #fff;
	line-height: 1.4;
	padding: 0 .3em;
	margin-right: .5em;
	font-size: .9em;
}
.example {
	font-size: 1.2em;
	text-align: center;
}
.price {
	font-family: var(--subFont3);
	margin: 1em 0;
	color: red;
}
.price b {
	font-size: 2.1em;
}
.example + p {
	margin: .5em 0 0 0;
	text-align: center;
}
.planBox .kome {
	width: fit-content;
	margin: auto;
}
.note1 {
	padding: 0 clamp(0.5rem, 0.254rem + 1.23vw, 1rem) 1.5em;
	border-radius: 0 0 15px 15px;
	color: #fff;
}
.note1 h3 {
	font-size: 1.2em;
	text-align: center;
	margin-top: .5em;
}
.note1 a {
	text-decoration: underline;
}
.slashNone {
	max-width: max-content;
	margin: -.5em auto 1em;
	font-size: 1.35em;
	font-weight: 800;
	color: red;
}
/*ご案内 #attention*/
#attention .innerWrapper {
	font-size: .95em;
	padding: clamp(0.8rem, 0.455rem + 1.72vw, 1.5rem);
	background: #FFF;
	border-radius: 5px;
	margin-top: 1em;
}
.attention {
	padding: .8em;
	border: 2px #F00 solid;
	background: #FFF;
}
#attention h3 {
	background: #000;
	font-size: 1.1em;
	font-weight: 500;
	color: #fff;
	padding: .2em .5em .2em .5em;
	margin: 1.5em auto .6em;
	text-align: center;
}
#attention h4 {
	padding-top: 1em;
	font-size: 1.05em;
	font-weight: 700;
	border-bottom: 2px solid #999;
	margin-bottom: 2px;
}
#attention .Btn {
	margin-top: 2em;
}
/*tabiwaチケット#tabiwaticket*/
section#tabiwaticket {
	font-weight: 700;
}
.slash {
	max-width: max-content;
	margin: 0 auto .2em;
	font-size: clamp(1rem, 0.631rem + 1.85vw, 1.75rem);
	font-weight: 900;
	font-family: var(--subFont2);
}
.slash::before, .slash::after {
	content: '/';
	padding: 0 0 0 .5em;
}
.slash::before {
	display: inline-block;
	transform: scale(-1, 1);
}
@media screen and (max-width: 759.9px) {
	.spnone {
		display: none !important;
	}
	/*メインビジュアル*/
	.titlePc, .titlePc2 {
		display: none;
	}
	article nav, section {
		font-size: 13px;
		line-height: 1.4;
	}
	/*	以下削除不可====================================================*/
	#newsImportant {
		margin: 0 5px 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#dirPathBlock, #anchorLinkBlock {
		font-size: 12px;
		margin: 1%;
	}
	main h1 {
		font-size: 12px;
		margin: 0 1%;
	}
	/*.inner {
	width: 98%;
	margin: 0 1%;
	padding: 5% 0;
}*/
	/*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 10px;
		bottom: 10px;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 3em;
		height: 3em;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
}
@media screen and (min-width: 760px), print {
	.pcnone {
		display: none !important;
	}
	.titlePc2 {
		display: block;
	}
	.titleSp, .titlePc {
		display: none;
	}
	.titleSp {
		display: none;
	}
	.pNav {
		padding: .2em 0;
	}
	.pNav a span {
		padding: 0 .8em 1px;
	}
	.btnWrap {
		grid-template-columns: repeat(2, 1fr);
	}
	section {
		line-height: 1.6;
	}
	#intro .inner {
		padding: 4em clamp(0.8rem, 0.702rem + 0.49vw, 1rem);
	}
	.eventPoint p {
		text-align: center;
	}
	#plan [role="tablist"] {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 2%;
	}
	/*以下削除不可==================================================== */
	#newsImportant {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto 5px;
		display: flex;
		font-size: 12px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 1px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 3px 3px 3px 12px;
		position: relative;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}
	#dirPathBlock, #anchorLinkBlock {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto;
		font-size: 12px;
	}
	main h1 {
		font-size: 12px;
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto 5px;
	}
	/*.inner {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
	padding: 25px 0;
}*/ /*pagetop*/
	#pagetop {
		display: none;
		position: fixed;
		right: 50px;
		bottom: 50px;
		cursor: pointer;
		z-index: 100;
	}
	#pagetop a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .5);
		border: solid 1px #152a8c;
		border-radius: 50vh;
	}
	#pagetop a::after {
		content: '';
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #152a8c transparent;
	}
	#pagetop a:hover {
		background-color: #152a8c;
	}
	#pagetop a:hover::after {
		border-width: 0 6px 9px 6px;
		border-color: transparent transparent #fff transparent;
	}
}
@media screen and (min-width: 1100px), print {
	/*メインビジュアル*/
	.titlePc {
		display: block;
	}
	.titlePc img {
		min-height: 550px;
		object-fit: cover;
		object-position: center;
	}
	.titleSp, .titlePc2 {
		display: none;
	}
	.btnWrap2 {
		position: absolute;
		width: 385px;
		bottom: 5px;
		right: 0;
		left: 0;
		transform: translateX(330px);
		margin: auto;
		padding: 0;
	}
	.Btn2 a {
		padding: 11px .5em 11px .5em;
		font-size: 22px;
		text-align: center;
		align-content: center;
		border-radius: 5px;
		outline: solid 2px var(--srgreen);
		outline-offset: -5px;
	}
	.Btn2 a::after {
		content: "";
		border-top: solid 3px #fff;
		border-right: solid 3px #fff;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: rotate(45deg);
		translate: 0 -50%;
		transition: all .2s;
	}
	.Btn2 a:hover::after {
		translate: 40% -50%;
	}
}