@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #000;
	background: #fff url(../images/bg.jpg) center top repeat-y;
	background-size: 100% auto;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

* {
	font-size: 1em;
	box-sizing: border-box;
	background-size: contain;
}

html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dd, dl, dt, div {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	border: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html { height: 100%; }
li { list-style-type: none; }
a {
	color: inherit;
	text-decoration: none;
}
a.underline { text-decoration: underline; }
.flex { display: flex; }
.none { display: none; }
.sp { display: none; }
.sp_ib { display: none; }
.sp_inline { display: none; }
.sp_flex { display: none; }
.pc { display: block; }
.pc_ib { display: inline-block; }
.pc_inline { display: inline; }
.pc_flex { display: flex; }
.mode { float: left; }
img { max-width: 100%; height: auto; max-height: none; }

/* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix { display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.tcenter { text-align: center; }
.tright { text-align: right; }

/* 選択色 */
a { color: #8f66a8; }
::selection {
	background: #8f66a8;
	color: #fff;
}

::-moz-selection {
	background: #8f66a8;
	color: #fff;
}

/* YouTube 埋め込み */
.YT {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.YT iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

body {
	padding: 0;
}
div.contents {
	padding: 0 1.5em;
}

/* header */
header ul.Gmenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: rgba(145,102,169,0.85);
	text-align: center;
	padding: 0.5em;
}
header ul.Gmenu li {
	display: inline-block;
	padding: 0 1em;
}
header ul.Gmenu li a { color: #fff; }

body { margin-top: 0; }

.mainIMG {
	width: 100%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
}
.mainIMG img { max-width: 100%; }

h1 {
	margin-bottom: 1em;
	padding-top: 70px;
	margin-top:-70px;
}
h1 img { width: 50%; }

h2 { margin: 2em 0; }
.pink { color: #ff00a7; }
.red { color: #e72a20; }
.blue { color: #2a63d3; }
.yellow { color: #ff0; }
.purple { color: #9166a9; }

/* contentsBox */
div.contentsBox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 1em;
	padding-top: 70px;
	margin-top:-70px;
}
div.contentsBox2 {
	max-width: 1000px;
	margin: 0 auto 1em;
	background: rgba(255,255,255,1);
	border-radius: 1.5em;
	padding: 2em;
}
.contentsBox2 h2.priceBox {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.25em;
	text-align: left;
}
.contentsBox2 h2.priceBox span {
	background: #9166a9;
	color: #fff;
	padding: 0 0.5em;
	margin-right: 0.5em;
	font-size: 0.8em;
}
.contentsBox2 h2.priceBox small {
	font-size: 0.5em;
	font-weight: normal;
	padding: 0 0.5em;
}
.contentsBox2 p.priceBox { text-align: left; }
.contentsBox2 .s { font-size: 0.85em; }

.contentsBox2 small {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.5;
}
.contentsBox2.ticketArea small { display: inline-block; }

div.contentsBox2 h3 {
	padding-top: 70px;
	margin-top:-70px;
	color: #9166a9;
	font-weight: bold;
	font-size: 3em;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,1));
}
div.contentsBox2 h3 img {
	height: 5em;
	margin-bottom: 1em;
}
div.contentsBox2 h4 {
	color: #ff00a7;
	font-size: 1.7em;
	font-weight: 700;
}

div.ttlBox {
	font-size: 1.5em;
	font-weight: 700;
}
div.ttlBox strong {
	font-size: 1.5em;
	color: #9166a9;
}
p.priceBox { margin-bottom: 0.5em;}
p.priceBox img { vertical-align: middle; }

ul.kome li {
	list-style:none;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	text-align: left;
}
ul.kome li:before { content:"※" }
ul.kome li.disc:before { content:"・" }
ul.kome li.square:before { content:"■" }
ul.kome li.none {
	list-style:none;
	padding: 0;
	text-indent: 0em;
}
ul.kome li.none:before { content:"" }
ul.kome li ul.kome li { font-size: 1em; }

/* NEWS LIST */
ul.news {
	width: 100%;
	max-width: 1000px;
	max-height: 27em;
	overflow: auto;
	background: #9166a9;
	border-radius: 1.5em;
	padding: 0 1em;
	margin: auto;
	z-index: 2;
}
div.newsBox {
}
ul.news li {
	padding: 1em 1em 1em 0;
	border-bottom: #fff dashed 1px;
	color: #fff;
}
ul.news li:last-child { border: 0; }
ul.news li p {
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	text-align: center;
}
ul.news li p:last-child {
	width: calc(100% - 5em);
	text-align: left;
}
ul.news li p:first-child {
	text-align: left;
	color: #fff100;
	padding: 0 1em;
	font-weight: 700;
}
ul.news li p:first-child span {
	display: block;
	width: 100%;
	font-size: 0.75em;
}
ul.news li a {
	color: #fff;
	text-decoration: underline;
}
ul.news li a:hover { color: #ff0; }
ul.news li:first-child p {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 1em;
	font-weight: 700;
}

div.rightBox,
div.leftBox {
	width: 47%;
	vertical-align: top;
	display: inline-block;
	text-align: left;
	padding: 0 1em;
}

/* TICKET */
.ticketBox {
	background: #9166a9;
	color: #fff;
	padding: 1.5em;
	margin: 1em auto;
	border-radius: 1em;
	text-align: left;
}
.contentsBox2 .ticketBox h4,
.ticketBox h2 {
	color: #ff0;
	font-size: 1.25em;
	font-weight: 700;
}
.ticketBox ul.btnBox {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0.5em auto;
}
.ticketBox ul.btnBox a {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	background: #fff;
	color: #9166a9;
	text-align: center;
	text-decoration: none;
	padding: 0.5em;
	margin: 0.5em;
	border-radius: 0.5em;
	font-weight: 700;
	font-size: 1.25em;
}
.ticketBox ul.btnBox a.blue{ background: #2a63d3; }
.ticketBox a { color: #ff0; }

/* footer */
footer {
	color: #000;
	text-align: center;
	padding: 2em;
	font-size: 0.8em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {
	border: solid 1px #fff;
	background: #ff00a7;
	color: #fff;
	padding: 0.5em 1em;
}
table td {
	border: solid 1px #ccc;
	background: #fff;
	padding: 0.5em 1em;
}
.YT_box {
	margin-top: 1em;
	z-index: 2;
	position: relative;
}

.contentsBox2 small.f8,
.f8 { font-size: 0.8em; }

div.contentsBox2 h4.purple {
	color: #fff;
	background: #9166a9;
	font-size: 1em;
	padding: 0.25em;
}

div.tokuten {
	background: #dfd1e7;
	padding: 1em;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
}
div.tokuten.pLine {
	background: #fff;
	border: #9166a9 solid 1px;
}
hr.purple {
	border: 0;
	border-top: #9166a9 solid 1px;	
}
.tleft { text-align: left; }

@media all and (max-width: 736px) {
	.sp { display: block; }
	.sp_ib { display: inline-block; }
	.sp_inline { display: inline; }
	.sp_flex { display: flex; }
	.pc { display: none; }
	.pc_ib { display: none; }
	.pc_inline { display: none; }
	.pc_flex { display: none; }

	body { font-size: 3vw; }
	header ul.Gmenu li {
		font-size: 1.25em;
		padding: 0 0.5em;
	}
body { margin-top: 0; }
	.mainIMG h1 { top: 1.5em; right: 0; }
	h1 img { width: 100%; }

	ul.news { width: 100%; }
	ul.news li { padding: 1em 0.5em; }
	ul.news li p,
	ul.news li p:last-child {
		width: 100%;
		text-align: left;
	}
	ul.news li p:first-child {
		font-size: 0.8em;
		padding: 0;
	}
	ul.news li p:first-child span {
		display: inline;
		font-size: 1em;
		padding: 0;
	}
	ul.news li p:first-child span:after { content:"."; }

	div.rightBox,
	div.leftBox {
		width: 100%;
		padding: 0 0 1em;
	}
	div.contentsBox2 h3 {
		padding-top: 20vw;
		margin-top: -20vw;
	}

	table td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	table {
		width: 100%;
	}
	table th,
	table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	table th { border: none; }
	div.contentsBox2 h3 img { height: 3.5em; }
	.ticketBox ul.btnBox a { font-size: 1em; }

	#YT { padding: 0 2em; }
	.spyt {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.spyt iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	.contentsBox2 h2.priceBox { font-size: 1.5em; }
	.f8 { text-align: left; }
}
.img-with-margin {
    margin-left: 20px; /* 左の余白を20ピクセルにする */
    margin-right: 20px; /* 右の余白を20ピクセルにする */
}