html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	box-sizing: border-box;
	line-height: 1.8;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-image: url(./img/bg04.png);
	background-repeat: repeat;
	background-size: 1920px 1080px;
	background-position: center;
	background-attachment: fixed;
	background-color: #EAC000;
	/* background-image:
		repeating-linear-gradient(120deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 2px, transparent 1px, transparent 60px),
		repeating-linear-gradient(60deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 2px, transparent 1px, transparent 60px),
		linear-gradient(60deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .1)),
		linear-gradient(120deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .1) 75%, rgba(0, 0, 0, .1)); */
	background-size: 40px 75px;
}

body.noscroll {
	overflow: hidden;
	position: relative;
}

.noscroll:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ECB200;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

body * {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "Noto Sans Japanese", 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #323232;
	color: #000;
}

@media only screen and (min-width: 785px) {
	.left_content {
		/* background-color: #000; */
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		width: calc((100% - 375px) / 2);
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.left_content img {
		max-width: 672px;
		padding: 0 20px;
	}

	.right_content {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 0;
		display: block;
		width: calc((100% - 375px) / 2);
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.right_content img {
		max-width: 430px;

	}
}

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

	.right_content,
	.left_content {
		display: none;
	}
}

main {
	width: 100%;
	max-width: 375px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ticket-btn {
	width: calc(100vw - 10px);
	max-width: 320px;
	height: 74px;
	border-radius: 40px;
	border: 3px solid #000;
	box-shadow: 0px 8px 0px 0px #000;
	background-color: #E33C0B;
	overflow: hidden;
	transition: 0.5s;
}

.ticket-btn:hover {
	box-shadow: 0px 0px 0px 0px #000;
	transition: 0.5s;
}

.ticket-btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ticket-btn a img {
	max-width: 282px;
}

.fixed-btn {
	position: fixed;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.menu-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	top: 26px;
	right: calc((100% - 375px) / 2 + 15px);
	z-index: 20;
	cursor: pointer;
}

.menu-btn .open-image {
	position: absolute;
	z-index: 5;
}

.scrolltop-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	bottom: 110px;
	right: calc((100vw - 375px) / 2 + 15px);
	/* left:calc( 100% - 65px ); */
	z-index: 10;
	cursor: pointer;
	display: none;
}
.no-link {
	pointer-events:none;
}

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

	.menu-btn,
	.scrolltop-btn {
		right: 15px;
	}
}

.scrolltop-btn.bottomed {
	position: absolute;
	bottom: auto;
	top: -25px;
	right: 15px;
}

.copyright_pc {
	color: #000;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 30px;
	writing-mode: vertical-rl;
	text-align: center;
	position: fixed;
	top: 50%;
	left: calc(50vw + 900px);
	transform: translate(-50%, -50%);
}

.copyright_pc span {
	display: inline-block;
	transform: rotate(90deg);
}

header {
	width: calc(100% - 30px);
	max-width: 345px;
	height: 50px;
	border-radius: 25px;
	position: fixed;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	z-index: 10;
}

header .inner {
	width: 100%;
	max-width: 345px;
	height: 50px;
	border-radius: 25px;
	background-color: #fff;
	border: 3px solid #000;
	box-shadow: 0px 3px 0px 0px #000;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .inner img {
	width: auto;
	height: 25px;
}

header .menu-listwrap {
	padding: 40px 10px 25px 25px;
	width: 100%;
	height: auto;

	max-height: calc(100lvh - 170px);
	background-color: #F0F0F0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 3px solid #000;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: -1;
	display: none;
	/* overflow: hidden; */
}

header .menu-list {
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: center;
	height: auto;
	max-height: calc(100lvh - 245px);
	padding-right: 10px;
}

@media (max-width:768px) {
	header .menu-listwrap {
	max-height: calc(100lvh - 220px);

	}

	header .menu-list {
	max-height: calc(100lvh - 285px);

	}
}

header .menu-list::-webkit-scrollbar {
	width: 5px;
}

header .menu-list::-webkit-scrollbar-track {
	background-color: #ccc;
	border-radius: 25px;
}

header .menu-list::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 25px;
}

header .menu-list h2 {
	line-height: 1;
}
header .menu-list h2 img{
	max-width: 246px;
}

header .menu-list ul {
	margin-top: 15px;
}

header .menu-list ul li {
	background-color: #fff;
	border-radius: 25px;
	border: 2px solid #000;
	overflow: hidden;
}

header .menu-list ul li:not(:first-of-type) {
	margin-top: 5px;
}

header .menu-list ul li a {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 46px;
	display: block;
}

header .menu-list ul li.btn_yellow {
	background-color: #FFEC00;
}

header .menu-list ul li.btn_yellow a {
	line-height: 41px;
}

header .menu-list ul li.btn_yellow.p02 {
	margin-top: 42px;
	position: relative;
	overflow: visible;
}

header .menu-list ul li.btn_yellow.p02::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: -23px;
	left: 0;
}

header .menu-list ul li.close-btn {
	cursor: pointer;
	margin: 20px auto;
	background-color: #fff;
}

header .menu-list ul li.close-btn a {
	line-height: 41px;
	pointer-events: none;
}

.container {
	width: 100%;
	max-width: 345px;
	padding: 40px 12px 50px;
	margin: 0 auto;
}

.container h2 {
	text-align: center;
}

.container h2 img {
	width: auto;
	height: 45px;
	height: 58px;
}

.section-keyvisual {
	position: relative;
	/* padding-bottom:35px; */
	/* padding-top: 200px; */
}

.section-keyvisual .bg_image {
	display: block;
}

.section-keyvisual .container {
	padding: 100px 0 30px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.section01,
.section04 {
	background-color: #FFFACD;
}

.section01 .info-area {
	width: 100%;
	height: 270px;
	padding: 20px;
	border-radius: 15px;
	border: 3px solid #000;
	background-color: #fff;
}

.section01 .info-area ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px;
}

.section01 .info-area ul::-webkit-scrollbar {
	width: 12px;
}

.section01 .info-area ul::-webkit-scrollbar-track {
	background-color: #EBEBEB;
	border-radius: 6px;
}

.section01 .info-area ul::-webkit-scrollbar-thumb {
	background-color: #B2B2B2;
	border-radius: 6px;
}

.section01 .info-area ul li a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	border-bottom: 1px solid #646464;
	display: block;
	width: 100%;
	padding: 14px 0 11px;
}

.section01 .info-area ul li:first-of-type a {
	padding-top: 0;
}

.section01 .info-area ul li a span {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: block;
	width: 100px;
	margin-bottom: 7px;
	border-radius: 12px;
	background-color: #FFEC00;
}

table,
table tbody,
table tr,
table tr th,
table tr td {
	display: block;
	width: 100%;
}

table {
	border-radius: 15px;
	border: 3px solid #000;
	overflow: hidden;
}

table tr:not(:first-ob-type) {
	border-top: 3px solid #000;
}

table tr th {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 24px;
	text-align: left;
	padding: 15px 20px;
	background-color: #FFEC00;
}

table tr th.bt {
	border-top: 3px solid #000;
}

table tr th.th-sub {
	letter-spacing: 0;
	background-color: #FFFACD;
	display: block;
}

table tr td {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 30px;
	text-align: left;
	padding: 10px 20px;
	position: relative;
}
table tr td sup {
	font-size:10px;
	vertical-align:text-top;
}
table tr td sup + span {
	font-size:12px;
	letter-spacing:0;
	line-height:16px;
	text-indent:-1em;
	padding-left:1em;
	position:absolute;
	top:50%;
	left:45%;
	transform:translateY(-50%);
}
table tr td.td-price {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: -10px;
}

table tr td.td-price .price {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
}

table tr th.th-sub sub {
	font-size: 12px;
	font-weight: normal;
	vertical-align: text-bottom;
	margin-left: 10px;
}

table tr.schedule td.td-price .price {
	display: inline-block;
}

/* table tr td span {
	font-size:12px;
	letter-spacing:0;
	line-height:16px;
	text-indent:-1em;
	padding-left:1em;
	position:absolute;
	top:50%;
	left:45%;
	transform:translateY(-50%);
} */
.section02 {
	background-color: #fff;
}

.section02 .map-area {
	height: 180px;
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.sub-header {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
}

.section03 p {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	margin: 15px auto 25px;
}

.section03 p .large {
	font-size: 40px;
	line-height: 53px;
	display: block;
}

.section03 p .small {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	display: block;
}

.section04 .sub-header {
	background-color: #FFEC00;
}

.section04 p {
	letter-spacing: 0;
	line-height: 24px;
}

.image-area {
	width: 100%;
	height: 90px;
	margin: 15px auto;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-area img {
	width: 200px;
}

.section04 .image-area p.yoshimoto {
	line-height: 1;
}

.section04 .sub-header:not(:first-of-type) {
	margin-top: 30px;
	position: relative;
}

.section04 .sub-header span {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.section04 .flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 10px -5px -5px;
}

.section04 .flex-container .flex-item {
	width: calc(50% - 10px);
	margin: 5px;
}

.section04 .flex-container .flex-item.main_logo {
	width: calc(100% - 10px);
	margin: 5px;
}
.section04 .flex-container .flex-item.main_logo p:not(:last-of-type) {
margin-bottom: 10px;
}
.section04 .flex-container .flex-item .image-area {
	margin: 0 auto 5px;
}

.section04 .flex-container .flex-item .image-area img.main {
	width: 200px;
	height:58px;
	object-fit:contain;
}

.section04 .flex-container .flex-item .image-area img {
	width: 123px;
	height:58px;
	object-fit: contain;
}

.section05 {
	background-color: #fff;
}

.section05 table tr th {
	line-height: 28px;
	text-align: center;
	padding: 15px 10px;
}

.section05 table tr td {
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 20px 5px 25px;
}

.section05 table tr td span {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	display: block;
	margin-top: 10px;
}

.section-faq {
	background-color: #fff;
}

.section-faq .faq_dl {
	margin-bottom: 15px;
	border-radius: 15px;
	border: 3px solid #000;
	overflow: hidden;
}

.section-faq .faq_dl:last-of-type {
	margin-bottom: 0;
}

.section-faq .faq_dl dt {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	padding: 15px 35px 15px 40px;
	background-color: #EBEBEB;
	position: relative;
}

.section-faq .faq_dl dt::before {
	text-align: center;
	content: "Q.";
	display: block;
	width: 15px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.section-faq .faq_dl dd {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	padding: 20px 20px 25px;
}

footer {
	background-color: #000;
	position: relative;
}

footer * {
	color: #fff;
}

footer p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

footer .image-area {
	margin-bottom: 35px;
}

footer a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 50px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}

footer .copyright {
	text-align: center;
	background-color: #3C3C3C;
}

footer .copyright small {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 40px;
}

@media screen and (min-width:750px) {
	.menu-btn {
		width: 90px;
		height: 90px;
		position: fixed;
		top: 40px;
		right: 50px;
	}

	.scrolltop-btn,
	.scrolltop-btn.bottomed {
		width: 90px;
		height: 90px;
		position: fixed;
		top: auto;
		bottom: 40px;
		right: 50px;
	}
}

@media screen and (min-width:1921px) {

	.menu-btn,
	.scrolltop-btn,
	.scrolltop-btn.bottomed {
		right: calc(50vw - 910px);
	}
}