::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #888;
}

::-webkit-scrollbar-thumb {
	background: #D00;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: #B00;
}

* {
	scrollbar-width: thin;
	scrollbar-color: #D00 #888;
}

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../images/body_bg_trans.webp) repeat top center #000000;
	background-attachment: fixed;
}

body.tec_spec {
	background: none;
}

@keyframes king-animation {
	0% {
		background-image: url('../images/king01.webp?20240509');
	}

	50% {
		background-image: url('../images/king01.webp?20240509');
	}

	51% {
		background-image: url('../images/king02.webp?20240509');
	}

	100% {
		background-image: url('../images/king02.webp?20240509');
	}
}

#top-button {
	animation: king-animation 4s infinite;
	width: 61px;
	height: 75px;
	position: fixed;
	right: 10px;
	bottom: -100px;
	z-index: 100;
	cursor: pointer;
	transition: bottom 0.5s;
	background-color: #333;
	background-position: center 10px;
	background-size: 60%;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	border-radius: 10px;
	cursor: pointer;
}

#top-button::after {
	content: 'TOPへ';
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	white-space: nowrap;
}

#top-button.show {
	bottom: 10px;
}

main {
	background: url(../images/body_bg.webp);
}

/*--- 2024 ---*/
.z10 {
	position: relative;
	z-index: 10;
}

header {
	padding-top: 20px;
	position: relative;
}

header,
.menu-wrap menu,
.content-wrap article,
.summary {
	width: 860px;
	margin: auto;
}

header figure img {
	width: 100%;
}

header h1 {
	text-align: left;
}

header h1 img {
	width: 160px;
}

.red-text,
.red {
	color: red;
}

.white-text {
	color: #fff;
}

.center-text,
.center {
	text-align: center;
}

.menu-wrap {
	padding: 20px 0;
	position: relative;
}

.menu-wrap .arino-kacho {
	position: absolute;
	top: -300px;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
	height: 400px;
	background-size: 100% auto;
	background-image: url(../images/arino-kacho/sample01.png);
	background-repeat: no-repeat;
}

.menu-wrap menu {
	margin: auto;
	display: flex;
	list-style: none;
	overflow: hidden;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.menu-wrap menu li {
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
}

.menu-wrap menu li a {
	text-decoration: none;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}

.menu-wrap menu li a:hover {
	transform: translateY(10px);
}

.menu-wrap menu li.event a {
	background-image: url(../images/btn_event.png);
}

.menu-wrap menu li.goods a {
	background-image: url(../images/btn_goods.png);
}

.menu-wrap menu li.food a {
	background-image: url(../images/btn_food.png);
}

.menu-wrap menu li.ticket a {
	background-image: url(../images/btn_ticket.png);
}

.menu-wrap menu li.access a {
	background-image: url(../images/btn_access.png);
}

.menu-wrap menu li.attention a {
	background-image: url(../images/btn_attention.png);
}

.content-wrap {
	padding: 40px 0;
	text-align: left;
	font-size: 18px;
}

.content-wrap img {
	max-width: 100%;
}

.content-wrap .subject {
	background-color: #fff33f;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	padding: 40px 0;
	display: block;
	line-height: 100%;
	font-family: "Silkscreen", sans-serif;
}

.comingsoon {
	font-family: "Silkscreen", sans-serif;
	font-size: 100px;
	color: red;
	text-align: center;
	line-height: 100%;
}

.content-wrap article {
	background-color: #fff;
	padding: 30px 60px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}


.content-wrap h3 {
	font-size: 32px;
	padding: 30px 0;
	text-align: center;
}

.content-wrap h3 a {
	color: #fff33f;
}

.content-wrap h3 p {
	font-size: 18px;
}

.content-wrap .maru-list {
	list-style: none;
}

.content-wrap .maru-list li {
	padding: 10px 0;
	font-size: 24px;
}

.content-wrap ol.circle-num {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-wrap ol.circle-num li {
	list-style: none;
	padding-left: 26px;
	position: relative;
	margin-top: 10px;
}

.content-wrap ol.circle-num li::before {
	content: '①';
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 22px;
}

.content-wrap ul.star {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-wrap ul.star li {
	list-style: none;
	padding-left: 26px;
	position: relative;
	margin-top: 10px;
}

.content-wrap ul.star li p span {
	background: linear-gradient(transparent 60%, #ff6 60%);

}

.content-wrap ul.star li::before {
	content: '★';
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 22px;
}

.content-wrap ol.circle-num li:nth-child(1)::before {
	content: '①';
}

.content-wrap ol.circle-num li:nth-child(2)::before {
	content: '②';
}

.content-wrap ol.circle-num li:nth-child(3)::before {
	content: '③';
}

.content-wrap ol.circle-num li:nth-child(4)::before {
	content: '④';
}

.content-wrap ol.circle-num li:nth-child(5)::before {
	content: '⑤';
}

.content-wrap ol.circle-num li:nth-child(6)::before {
	content: '⑥';
}

.content-wrap ol.circle-num li:nth-child(7)::before {
	content: '⑦';
}

.content-wrap ol.circle-num li:nth-child(8)::before {
	content: '⑧';
}

.content-wrap ol.circle-num li p:nth-child(1) {
	font-size: 22px;
}

.content-wrap ol.circle-num {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content-wrap ul.circle li {
	list-style: none;
	padding-left: 26px;
	position: relative;
	margin-top: 10px;
}

.content-wrap ul.circle li::before {
	content: '〇';
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.note {
	list-style: none;
	padding: 10px 0;
}

ul.note li {
	position: relative;
	padding-left: 20px;
	display: list-item;
}

ul.note li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0px;
}

.summary {
	color: #fff;
	padding-bottom: 30px;
	margin: auto;
	position: relative;
}

.summary h3 {
	text-align: center;
}

.summary ul {
	font-size: 24px;
	list-style: none;
}

.summary p {
	font-size: 24px;
}

dl.ticket-info {
	width: 600px;
	border: 3px solid #fff33f;
	/*border-radius: 20px;*/
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
}

dl.ticket-info dt {
	background-color: #fff33f;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

dl.ticket-info dt::before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #000;
	position: absolute;
	top: -10px;
	left: -10px;
}

dl.ticket-info dt::after {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #000;
	position: absolute;
	top: -10px;
	right: -10px;
}

dl.ticket-info dd::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	position: absolute;
	bottom: -3px;
	left: -3px;
	border-top: 3px solid #fff33f;
	border-right: 3px solid #fff33f;
}

dl.ticket-info dd::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	position: absolute;
	bottom: -3px;
	right: -3px;
	border-top: 3px solid #fff33f;
	border-left: 3px solid #fff33f;
}

dl.ticket-info dd {
	padding: 20px 0;
	color: #fff;
	list-style: none;
}

dl.ticket-info dd a {
	padding: 10px 15px;
	display: inline-block;
	background-color: #666;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	margin-top: 20px;
}

dl.ticket-info dd a.comingsoon {
	background-color: burlywood;
}

dl.ticket-info dd a.reception {
	background-color: #f39800;
}

dl.ticket-info dd a.closed {
	background-color: burlywood;
}

dl.ticket-info dd ul {
	list-style: none;
}

dl.ticket-info dd ul li {
	padding-bottom: 10px;
}

dl.ticket-info dd ul li span {
	font-weight: bold;
}

table.schedule {
	width: 100%;
	box-sizing: border-box;
}

.parents-yellow,
.parents-white,
.parents-black {
	position: relative;
}

.parents-yellow::before,
.parents-white::before,
.parents-black::before {
	content: '';
	width: 20px;
	height: 32px;
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 0px;
	left: -30px;
}

.parents-yellow::after,
.parents-white::after,
.parents-black::after {
	content: '';
	width: 20px;
	height: 32px;
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	top: 0px;
	right: -30px;
}

.parents-yellow::before {
	background-image: url(../images/parents-left-yellow.png);
}

.parents-yellow::after {
	background-image: url(../images/parents-right-yellow.png);
}

.parents-white::before {
	background-image: url(../images/parents-left-white.png);
}

.parents-white::after {
	background-image: url(../images/parents-right-white.png);
}

.parents-black::before {
	background-image: url(../images/parents-left-black.png);
}

.parents-black::after {
	background-image: url(../images/parents-right-black.png);
}

.contain {
	border: 2px solid white;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.contain .item {
	position: relative;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 10px;
	display: inline-block;
	background-color: #333;
	border-radius: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}

.contain .item::before {
	content: '・';
	position: absolute;
	top: 0px;
	left: 0px;
}

.contain .item-white {
	position: relative;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	margin-bottom: 10px;
	font-size: 20px;
}

.bnr-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.bnr-wrap li {
	width: 400px;
	margin: 0 5px;
}

.bnr-wrap img {
	width: 100%;
	border: 1px solid #fff;
}

.links-wrap {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
}

.links-wrap a.banner img {
	width: 300px;
}

.links-wrap a.blank {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 20px;
	width: 160px;
}

.links-wrap .communism {
	padding-top: 40px;
	padding-bottom: 40px;
}

.links-wrap a.sns {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.youtube {
	background-image: url(../images/btn-sns_yt.png);
}

.x-twitter {
	background-image: url(../images/btn-sns_x.png);
}

.instagram {
	background-image: url(../images/btn-sns_inst.png);
}

table.schedule-row {
	width: 400px;
	margin: auto;
	margin-bottom: 30px;
	border-collapse: collapse
}

.schedule-row th,
.schedule-row td {
	border-bottom: 1px solid #666;
	padding: 15px;
	text-align: center;
}

br.sp {
	display: none;
}

ul.goods-wrap, ul.food-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 880px;
	margin: 0 auto 50px auto;
	list-style: none;
	position: relative;
}

ul.goods-wrap li {
	margin: 0 10px 20px 10px;
	width: calc((100% / 3) - 20px);
	box-sizing: border-box;
	border: #fff33f 2px solid;
}

ul.goods-wrap li figure {
	background-color: #fff;
	width: 100%;
}

ul.goods-wrap li figure img {
	vertical-align: bottom;
}

ul.goods-wrap li div {
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, .7);
	text-align: center;
}

ul.goods-wrap li div .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

ul.goods-wrap li div .price {
	color: #fff33f;
	font-size: 20px;
	padding-right: 20px;
}

ul.goods-wrap li div .price span {
	font-size: 12px;
	color: #fff33f;
}

@media screen and (max-width: 859px) {
	ul.goods-wrap, ul.food-wrap {
		width: auto;
		padding: 0 5px 0 5px;
		margin: 0 auto 20px auto;
	}
	
	ul.goods-wrap li {
		margin: 0 5px 10px 5px;
		width: calc((100% / 2) - 10px);
		box-sizing: border-box;
		border: #fff33f 2px solid;
	}

	ul.goods-wrap li div .name {
		font-size: 16px;
	}
	
	ul.goods-wrap li div .price {
		font-size: 16px;
	}
}

@media screen and (max-width: 859px) {
	br.sp {
		display: inline;
	}

	header {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	header,
	.menu-wrap menu,
	.content-wrap article,
	.summary {
		width: 100%;
		margin: auto;
	}

	header h1 img {
		width: 100px;
	}

	.menu-wrap {
		padding: 0;
		height: auto;
	}

	.menu-wrap menu {
		flex-wrap: wrap;
	}

	.menu-wrap menu li {
		width: calc(100% / 3);
		height: auto;
	}

	.menu-wrap menu li a {
		padding-bottom: 50%;
	}

	.content-wrap {
		padding: 20px 0;
	}

	.content-wrap .subject {
		padding: 20px 0;
		font-size: 40px;
	}

	.content-wrap article {
		padding: 10px 20px;
	}


	.content-wrap h3 {
		font-size: 24px;
		padding: 10px 0;
	}

	.content-wrap ol.circle-num li {
		font-size: 14px;
	}

	.content-wrap ol.circle-num li::before {
		font-size: 18px;
	}

	.summary p {
		font-size: 18px;
	}

	.contain {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 18px;
	}

	.item-wrap {
		padding-top: 10px;
		text-align: center;
	}

	.contain .item {
		font-size: 18px;
	}

	.summary ul {
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.summary ul li {
		font-size: 18px;
	}

	.content-wrap ul.star li {
		padding-left: 20px;
	}

	.content-wrap ul.star li::before {
		content: '★';
		position: absolute;
		top: 0px;
		left: 0px;
		font-size: 18px;
	}

	.comingsoon {
		font-size: 50px;
	}

	.parents-black {
		position: relative;
	}

	.parents-white,
	.parents-black {
		position: relative;
	}

	.parents-white::before,
	.parents-black::before {
		content: '';
		width: 20px;
		height: 32px;
		background-size: auto 55px;
		background-repeat: no-repeat;
		background-position: center left;
		position: absolute;
		top: -5px;
		left: -30px;
	}

	.parents-white::after,
	.parents-black::after {
		content: '';
		width: 20px;
		height: 32px;
		background-size: auto 55px;
		background-repeat: no-repeat;
		background-position: center right;
		position: absolute;
		top: -5px;
		right: -30px;
	}


	table.schedule-row {
		width: 100%;
		margin: auto;
		margin-bottom: 10px;
		border-collapse: collapse
	}

	.schedule-row th,
	.schedule-row td {
		padding: 5px;
		text-align: center;
	}


}


@media screen and (max-width: 599px) {
	dl.ticket-info {
		width: calc(100% - 20px);
		box-sizing: border-box;
	}
}

footer {
	padding-bottom: 40px;
}

footer p {
	color: #fff;
	text-align: center;
	font-family: "Silkscreen", sans-serif;
}

@media screen and (max-width: 599px) {
	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	footer p {
		font-size: 12px;
		color: #fff;
		text-align: center;
		font-family: "Silkscreen", sans-serif;
	}
}


#soldout {
	position: relative;
}

#soldout img {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
}

.yellow-phrase {
	background-color: #fff33f;
	color: #000;
	font-size: 24px;
	padding: 3px 3px 3px 3px;
	line-height: 150%;
}

.yellow-phrase.ttl {
	font-size: 24px;
}

.yellow-phrase.txt {
	font-size: 18px;
}

.yellow-phrase a {
	color: #000;
}

.black-border {
	border: 3px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#food-arino-area {
	width: 880px;
	margin: 0 auto 0 auto;
	position: relative;
}

#food article {
	margin-top: 30px;
}

ul.food-wrap {
	padding-top: 20px;
}

ul.food-wrap > li {
	width: calc(100% / 2);
	box-sizing: border-box;
	padding: 10px;
}

.food-allergy {
	text-align: center;
}

.food-allergy p a {
	color: #fff33f;
}

.food-allergy p.txt {
	font-size: 18px;
}
@media screen and (max-width: 859px) {
	ul.food-wrap > li {
		width: calc(100% / 1);
		box-sizing: border-box;
		padding: 10px;
	}
	#food-arino-area {
		width: auto;
	}
}

ul.food-wrap > li > dl {
	
}

ul.food-wrap > li > dl > dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 10px;
	position: relative;
}

ul.food-wrap > li > dl > dt::before {
	content: "\25B6";
	position: absolute;
	top: -12px;
	left: -5px;
	transform: translateY(50%);
}

ul.food-wrap > li > dl > dd {
	border: 2px solid #fff;
	position: relative;
}

ul.food-wrap > li > dl > dd::before {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

ul.food-wrap > li > dl > dd::after {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

ul.food-wrap > li > dl > dd figure::before {
	content: "";
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

ul.food-wrap > li > dl > dd figure::after {
	content: "";
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}

ul.food-wrap > li > dl > dd > figure {
	padding: 20px;
}

ul.food-wrap > li > dl > dd > figure > img {
	width: 100%;
}