@charset "UTF-8";

/* body
-------------------------- */
/* 14px @ 768px increasing to 20px @ 1360px */
@media (min-width: 768px) {
	root {
		font-size: calc(0.875rem + ((1vw - 7.68px) * 1.0135));
	}
}
@media (min-width: 1360px) {
	:root {
		font-size: 20px;
	}
}
body {
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #333;
	background: #fff;
	font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .02em;
	text-align: left;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
::selection {
	background: #eca614;
	color: #fff;
}
a {
	color: #666;
	text-decoration: none;
}
body#info section a:not(.t_banner):not(.btn_type1):not(.mdl_close),
body#tickets section a:not(.t_banner):not(.btn_type1):not(.mdl_close),
body#hotelcamp section a:not(.t_banner):not(.btn_type1):not(.mdl_close),
body#artists p:not(.link) a,
#partner00 a {
	padding-bottom: 2px;
	border-bottom: 1px dotted;
}
a:hover {
	color: #eca614;
}
a,
a img,
.easing {
	transition: .3s ease-in-out;
	border: none;
	outline: none;
	position: relative;
}
a img.ov:hover {
	opacity: .7 !important;
}
a.btn_type1 {
	display: block;
	color: #333;
	background: linear-gradient(to bottom, #fde25c 0%, #ffc500 100%);
	border: 2px solid #ffc500;
	line-height: 1;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	padding: 1em 1.5em;
	margin: auto;
	border-radius: .5em;
	width: 100%;
	max-width: 160px;
}
a.btn_type1:hover {
	filter: brightness(120%);
}
a.end {
	background: #ededed;
	border: 2px solid #ddd;
	pointer-events: none;
	opacity: .75;
}
a.e_none {
	pointer-events: none !important;
	/*opacity: .75;*/
}
figure {
	text-align: center;
}
sup {
	font-size: 85%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -.25rem;
}
sub {
	font-size: 85%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	bottom: -.25rem;
}
hr {
	display: block;
	border: none;
	border-top: 1px solid #fff;
	margin: 1.5em 0;
}
/* responsive
-------------------------- */
.spSet {
	display: none !important;
}
.tbSet {
	display: none !important;
}
.pcSet {
	display: block !important;
}
@media (max-width: 900px) {
	.tbSet {
		display: block !important;
	}
}
/* base
-------------------------- */
.outer_wht {
	width: 100%;
	background: #fff;
}
.inner {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}
.head_mv:before {
	content: '';
	width: 100%;
	height: 100vh;
	background: url('../_img/img00.webp') no-repeat top -5vw center;
	background-size: 100%;
	position: fixed;
	top: 3em;
	z-index: -100;
}
.head_mv .outer_wht {
	margin-top: 40vw;
	z-index: -10;
}
main {
	width: 100%;
	max-width: 1360px;
	/*min-height: 68vh;*/
	margin: 4.5em auto 0;
}
section {
	padding: 3.5em 3em;
	text-align: center;
}
section:not(:first-of-type) {
	padding-top: 0;
}
section:last-of-type {
	padding-bottom: 6em !important;
}
section ul {
	width: 100%;
	max-width: 980px;
	font-size: .75em;
	text-align: left;
	margin: 0 auto 3em;
	padding-left: 1em;
}
section ul li {
	list-style: disc;
	line-height: 1.6;
	padding: .25em 0;
}
section ul li.note {
	list-style: none;
}
section ul li.note:before {
	content: "※ ";
	margin-left: -1em;
}
h2 {
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .04em;
	margin: 0 auto;
	padding: 1.5em 0 1em;
	text-align: center;
}
h2 span {
	display: block;
	font-size: .5em;
	font-weight: 400;
	padding: 0.25em 0 0;
	letter-spacing: .15em;
}
h3 {
	width: 100%;
	max-width: 980px;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .04em;
	margin: 0 auto;
	padding: 1.5em 0 1em;
	text-align: left;
}
h3 span {
	font-size: 1em;
	font-weight: 400;
	padding: 0 0 0 1em;
	letter-spacing: .02em;
}
h3.and_i {
	font-size: 1.25em;
	padding: 1em 0 .75em 3rem;
	position: relative;
}
h3.and_i span {
	font-size: .625em;
}
h3.and_i:before {
	content: '';
	width: 2em;
	height: 2em;
	border: 5px solid #ec8414;
	border-radius: 50%;
	background: url('../_img/icon_logo.png') no-repeat center;
	background-size: 96%;
	position: absolute;
	top: .75em;
	left: 0;
}
p {
	width: 100%;
	max-width: 980px;
	font-size: .8em;
	text-align: left;
	margin: 0 auto 1.5em;
}
p.ind_1em {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0 auto 1em;
	line-height: 1.75;
}
p.ind_1em:last-of-type {
	margin: 0 auto 3em;
}
dl {
	width: 100%;
	max-width: 980px;
	font-size: .8em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 3em;
}
dl dt {
	width: 20%;
	font-weight: 700;
	padding: 1.5em .25em;
	border-bottom: 1px solid #4c4354;
	z-index: 10;
}
dl dd {
	width: 80%;
	padding: 1.5em .25em;
	border-bottom: 1px solid #4c4354;
}
dl dt:first-of-type,
dl dd:first-of-type {
	border-top: 1px solid #4c4354;
}
dl.type01 dt {
	width: 100%;
	border-bottom: none;
	position: relative;
}
dl.type01 dt span {
	font-size: 125%;
	margin: 0 0 0 .5em;
}
dl.type01 dt:before {
	content: '';
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	top: 1.625em;
	left: -.375em;
	border-radius: 50%;
	background: #fde25c;
	z-index: -1;
}
dl.type01 dd {
	width: 100%;
	padding: 0 .25em 1.5em;
}
dl.type01 dt:first-of-type {
	border-top: 1px solid #4c4354;
}
dl.type01 dd:first-of-type {
	border-top: none;
}
ul.nav_sub {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	border-top: 1px solid #ededed;
	font-size: .75em;
	font-weight: 700;
}
ul.nav_sub>li {
	margin: 1em 3em;
}
ul.nav_sub>li a {
	display: block;
	width: 100%;
}
ul.nav_sub>li a:before {
	content: '-';
	margin-right: .5em;
}
ul.nav_sub>li.current a {
	color: #eca614;
}
a.btn {
	display: inline-block;
	font-size: 1em;
	color: #fff;
	background: #df6e2c;
	padding: .75em 3em;
	margin: 1.5em auto 0;
	letter-spacing: .06em;
}
a.btn:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid #df6e2c;
	z-index: -1;
	will-change: transform;
	transform: scale(1.25);
	opacity: 0;
	transition: transform ease .3s, opacity .3s;
}
a.btn:hover {
	color: #df6e2c;
	background: transparent;
}
a.btn:hover:before {
	will-change: transform;
	transform: scale(1);
	opacity: 1;
}
a.btn.line {
	min-width: 400px;
	background: #07b53b;
}
a.btn.line:before {
	border: 3px solid #07b53b;
}
a.btn.line:hover {
	color: #07b53b;
	background: transparent;
}
.wrap_youtube {
	position: relative;
	padding: 0 0 56.25%;
	margin: 1.5em 0 3em;
	height: 0;
	overflow: hidden;
}
.wrap_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
table.fee {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 1.5em;
	border-top: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
}
table.fee th,
table.fee td {
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	text-align: center;
	vertical-align: middle;
	padding: 1em;
	font-size: .8em;
	line-height: 1.5;
}
table.fee thead th {
	background: #406647;
	color: #fff;
	font-size: 1em;
	padding: .5em;
	line-height: 1.2;
}
/* modalBase ------------ */
.btn_mdl {
	cursor: pointer;
}
.mdl_box {
	position: fixed;
	display: none;
	z-index: 1000;
	width: 80%;
	max-width: 840px;
	height: auto;
	max-height: 75vh;
	margin: 0;
	padding: 60px 2vw 30px;
	border: 2px solid #ededed;
	background: #fff;
	font-size: .8rem;
	text-align: left;
	overflow: scroll;
}
.mdl_close {
	display: block;
	width: 3em;
	height: 3em;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.mdl_close:after {
	content: '×';
	display: block;
	line-height: 1;
	color: #333;
	font-size: 3em;
	text-align: center;
}
.mdl_bg {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, .75);
}
#artists .mdl_box img:first-of-type {
	width: 100%;
	max-width: 480px;
	/*height: 400px;
	object-fit: cover;
	object-position: top center;*/
	margin: 0 auto;
}
.mdl_box h4 {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.2;
	margin: 1.5em 0;
	text-align: center;
}
.mdl_box h4 span {
	font-size: 75%;
	opacity: 75%;
}
.mdl_box h5 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	padding: .5em;
	margin: 2em 0 1em;
	background: #ededed;
}
.mdl_box p {
	padding: 0 .75em;
}
.mdl_box .link a {
	display: block;
	line-height: 1.6;
	margin: .5em 0;
	word-break: break-all;
}
.mdl_box .wrap_youtube {
	margin: 1.5em 0 0;
}
.mdl_box iframe {
	width: 100%;
	z-index: 2000;
}
/* header
-------------------------- */
header {
	background: #27422b;
	width: 100%;
	z-index: 50;
	/*border-bottom: 1px solid #333;*/
}
header.fixed {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
header .inner {
	padding: .75em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header h1 a {
	display: block;
	width: 7.5em;
	margin: 0 .5em;
}
header h1 a img {
	object-fit: cover;
}
header h1 a img:hover {
	filter: invert(35%) sepia(100%) saturate(3600%) brightness(135%) contrast(85%);
}
header nav {
	margin: 0 .5em;
}
header nav>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header nav>ul>li {
	position: relative;
	/*text-align: center;*/
	/*width: 7.5em;*/
}
header nav>ul>li>a {
	display: block;
	width: 100%;
	font-size: .875em;
	font-weight: 700;
	margin: 0 .5em;
	padding: .25em;
	color: #fff;
	letter-spacing: .06em;
}
header nav>ul>li>ul {
	text-align: center;
	position: absolute;
	top: 2.5em;
	left: 50%;
	transform: translateX(-50%);
	width: 7.5em;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: all .4s ease;
}
header nav>ul>li>ul:before {
	content: '';
	border-right: .875em solid transparent;
	border-bottom: .875em solid #406647;
	border-left: .875em solid transparent;
	position: absolute;
	top: -.75em;
	left: 50%;
	transform: translateX(-50%)
}
header nav>ul>li li>a {
	display: block;
	font-size: .75em;
	padding: .5em .5em;
	color: #fff;
	background: #406647;
	white-space: nowrap;
	border-bottom: 1px solid #27422b;
}
header nav>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
}
/* footer
-------------------------- */
footer {
	background: #27422b;
	width: 100%;
}
footer nav {
	width: 100%;
	z-index: 50;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: .5em 3em;
}
footer nav a {
	display: block;
	font-size: 1em;
	font-weight: 700;
	margin: 0 .5em;
	padding: .5em;
	color: #fff;
	letter-spacing: .06em;
}
footer nav a:hover {
	color: #fff;
	opacity: .5;
}
.footer_bg {
	background: #406647;
	color: #fff;
	padding: 0 3em;
	margin: 0 auto;
}
.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2rem 0 1.5rem;
}
.sns li {
	list-style: none;
}
.sns li a {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 1em;
}
.sns li:nth-of-type(1) a {
	background: url('../_img/sns_line.svg') no-repeat center;
	background-size: contain;
	display: none;
}
.sns li:nth-of-type(2) a {
	background: url('../_img/sns_twitter.svg') no-repeat center;
	background-size: contain;
}
.sns li:nth-of-type(3) a {
	background: url('../_img/sns_facebook.svg') no-repeat center;
	background-size: contain;
}
.sns li:nth-of-type(4) a {
	background: url('../_img/sns_instagram.svg') no-repeat center;
	background-size: contain;
}
.sns li:last-of-type a {
	background: url('../_img/aff.png') no-repeat center;
	background-size: contain;
	width: 3.5em !important;
	pointer-events: none;
}
.sns li a:hover {
	opacity: .5;
}
footer a.org {
	width: 3rem;
	margin: 0 auto;
	display: block;
}
footer .copyright {
	font-size: .6em;
	text-align: center;
	letter-spacing: .04em;
	padding: 1.5rem 0 1rem;
	margin: 0 auto;
}
.to_top {
	cursor: pointer;
	position: fixed;
	right: .5rem;
	bottom: .5rem;
	width: 3rem;
	height: 3rem;
	background: #406647;
	display: none;
	z-index: 60;
	opacity: 1;
}
.to_top:after {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	top: .25rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	will-change: transform;
	transform: rotate(-45deg);
}
.to_top:hover {
	filter: brightness(125%);
}
/* top
-------------------------- */
#op_mov {
	width: 100vw;
	height: 100vh;
	position: absolute;
}
#op_mov .mdl_bg {
	display: block;
}
#op_mov .wrap_youtube {
	width: 80vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #fff;
	margin: 0;
}
#home header {
	display: none;
}
#home main {
	margin: 0 auto;
}
#home .mdl_box {
	max-width: 1000px;
	max-height: 95vh;
}
#home01 {
	position: relative;
	width: 100%;
	height: 38vw;
	max-height: 580px;
	background: url('../_img/bg_main.webp') no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
}
#home01 .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*border: 2px solid #fff;*/
}
#home01 h1 {
	width: 40%;
}
#home01 h2 {
	font-size: 1.5em;
	line-height: inherit;
	width: 60%;
	margin: 6em 0 0;
	padding: 0;
}
#home02 {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 3em .5em 4.5em !important;
}
#home02>a {
	width: calc(100% / 3 - 1.5em);
	/*border: 2px solid green;*/
	position: relative;
	overflow: hidden;
	margin: .75em;
}
#home02>a:before {
	content: '';
	display: block;
	padding-top: 100%;
}
#home02>a>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}
#home02>a:hover>img {
	filter: brightness(120%);
	transform: scale(1.2);
}
#home02>a>h3 {
	width: auto;
	line-height: inherit;
	font-size: .875em;
	font-weight: 700;
	padding: 0 .5em;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(39, 66, 43, .75);
}
/* information
-------------------------- */
#access01 iframe {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#info03 h3 span {
	font-size: .5em;
}
#info03 iframe {
	width: 100%;
	max-width: 980px;
}
#info01 {
	padding: .5em 3em 3.5em;
}
#news h3.and_i {
	margin-bottom: .5em;
}
article {
	background: #f5f5f7;
	padding: 1em;
	margin-bottom: 3em;
}
.flex_news {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.flex_news dl {
	width: calc(60% - 1em);
	margin: 0 1em 1em 0;
}
.flex_news dl dt {
	width: 35%;
}
.flex_news dl dd {
	width: 65%;
}
.flex_news img {
	display: block;
	width: calc(40% - 1em);
	margin: 0 0 1em 1em;
	border: 1px solid #333;
}
#date0908 a.btn_type1,
#date1017 a.btn_type1,
#date1025 a.btn_type1 {
	margin: .5em auto 0 0;
}
#date1004 .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#date1004 .flex p {
	width: calc(48em - 1em);
	margin: 0 1em 1em 0;
}
#date1004 a.btn_type1 {
	font-size: .8em;
	margin: 0 auto 1em 0;
}
/* artists
-------------------------- */
#artists section.stage {
	width: 100%;
	/*max-width: 1100px;*/
	display: flex;
	flex-wrap: wrap;
	padding: 0 3em 3em;
	margin: 0 auto;
}
#artists section.stage h3 {
	text-align: center;
	color: #fff;
	background: #406647;
	font-size: 1em;
	padding: .5em 0;
	margin: 0 auto 1em;
	max-width: inherit;
}
#artists section.stage>h4 {
	width: 100%;
	color: #ec8414;
	text-align: right;
	font-size: .75em;
	font-weight: 700;
	margin: .5em auto;
	padding: 0 1em;
	border-bottom: 4px solid #ec8414;
	border-image: linear-gradient(to right, #ffc500 0%, #ec8414 100%) 1;
}
.stage input[type="radio"] {
	display: none;
}
.stage label {
	width: calc(100% / 9 - 1%);
	display: flex;
	text-align: center;
	background: #f5f5f7;
	color: #333;
	padding: .5em;
	margin: .5em .5% 1.5em;
	cursor: pointer;
	font-size: .75em;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
	border: 1px solid #4c4354;
}
.stage input[type="radio"][id="stg01"]+label:hover,
.stage input[type="radio"][id="stg01"]:checked+label {
	background: #d93c5f;
	color: #fff;
}
.stage input[type="radio"][id="stg02"]+label:hover,
.stage input[type="radio"][id="stg02"]:checked+label {
	background: #061fc8;
	color: #fff;
}
.stage input[type="radio"][id="stg03"]+label:hover,
.stage input[type="radio"][id="stg03"]:checked+label {
	background: #5ca731;
	color: #fff;
}
.stage input[type="radio"][id="stg04"]+label:hover,
.stage input[type="radio"][id="stg04"]:checked+label {
	background: #fb872a;
	color: #fff;
}
.stage input[type="radio"][id="stg05"]+label:hover,
.stage input[type="radio"][id="stg05"]:checked+label {
	background: #d90000;
	color: #fff;
}
.stage input[type="radio"][id="date28"]+label:hover,
.stage input[type="radio"][id="date28"]:checked+label {
	background: darkgoldenrod;
	color: #fff;
}
.stage input[type="radio"][id="date29"]+label:hover,
.stage input[type="radio"][id="date29"]:checked+label {
	background: chocolate;
	color: #fff;
}
.stage input[type="radio"][id="date30"]+label:hover,
.stage input[type="radio"][id="date30"]:checked+label {
	background: sienna;
	color: #fff;
}
.stage input[type="radio"][id="reset"]+label:hover,
.stage input[type="radio"][id="reset"]:checked+label {
	background: #406647;
	color: #fff;
}
.stage input[type="radio"][id="stg01"]:checked~.stg02,
.stage input[type="radio"][id="stg01"]:checked~.stg03,
.stage input[type="radio"][id="stg01"]:checked~.stg04,
.stage input[type="radio"][id="stg01"]:checked~.stg05,

.stage input[type="radio"][id="stg02"]:checked~.stg01,
.stage input[type="radio"][id="stg02"]:checked~.stg03,
.stage input[type="radio"][id="stg02"]:checked~.stg04,
.stage input[type="radio"][id="stg02"]:checked~.stg05,

.stage input[type="radio"][id="stg03"]:checked~.stg01,
.stage input[type="radio"][id="stg03"]:checked~.stg02,
.stage input[type="radio"][id="stg03"]:checked~.stg04,
.stage input[type="radio"][id="stg03"]:checked~.stg05,

.stage input[type="radio"][id="stg04"]:checked~.stg01,
.stage input[type="radio"][id="stg04"]:checked~.stg02,
.stage input[type="radio"][id="stg04"]:checked~.stg03,
.stage input[type="radio"][id="stg04"]:checked~.stg05,

.stage input[type="radio"][id="stg05"]:checked~.stg01,
.stage input[type="radio"][id="stg05"]:checked~.stg02,
.stage input[type="radio"][id="stg05"]:checked~.stg03,
.stage input[type="radio"][id="stg05"]:checked~.stg04,

.stage input[type="radio"][id="date28"]:checked~.date29,
.stage input[type="radio"][id="date28"]:checked~.date30,

.stage input[type="radio"][id="date29"]:checked~.date28,
.stage input[type="radio"][id="date29"]:checked~.date30,

.stage input[type="radio"][id="date30"]:checked~.date28,
.stage input[type="radio"][id="date30"]:checked~.date29 {
	display: none;
}
#artists section.stage .part {
	width: calc((100% - 4em) / 4);
	padding: calc((100% - 4em) / 4) 0 0;
	margin: .5em;
	font-size: .8em;
	position: relative;
	animation: show .5s ease-in-out;
}
@keyframes show {
	0% {
		transform: scale(.8);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.part:before,
.part:after {
	content: '';
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	line-height: 1;
	z-index: 1;
	border-right: 5em solid transparent;
}
.part.stg01:before {
	width: 0;
	height: 0;
	border-top: 5em solid #d93c5f;
}
.part.stg02:before {
	width: 0;
	height: 0;
	border-top: 5em solid #061fc8;
}
.part.stg03:before {
	width: 0;
	height: 0;
	border-top: 5em solid #5ca731;
}
.part.stg04:before {
	width: 0;
	height: 0;
	border-top: 5em solid #fb872a;
}
.part.stg05:before {
	width: 0;
	height: 0;
	border-top: 5em solid #d90000;
}
.part.date28:after {
	content: '28fri';
	padding: 1em .25em;
}
.part.date29:after {
	content: '29sat';
	padding: 1em .25em;
}
.part.date30:after {
	content: '30sun';
	padding: 1em .25em;
}
#artists section.stage .part>a {
	overflow: hidden;
	background: #ededed;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
/*#artists section.stage .part.blank>a {
	background: none;
}*/
#artists section.stage .part>a span:before {
	content: none;
}
#artists section.stage .part>a:hover>img {
	filter: brightness(120%);
	transform: scale(1.05);
}
.i_new {
	display: inline !important;
}
.i_new:after {
	content: 'NEW';
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 10px;
	font-weight: 700;
	line-height: 3.05em;
	color: #fff;
	width: 2.875em;
	height: 2.875em;
	text-align: center;
	border-radius: 50%;
	background: rgba(39, 66, 43, .75);
}
.stage .block_stage {
	width: calc(100% / 5 - 1%);
	background: #f5f5f7;
	margin: 0 .5%;
	padding: 1.5em;
}
.stage .block_stage>span {
	width: 100%;
	display: block;
	background: #d93c5f;
	color: #fff;
	font-weight: bold;
	border: 1px solid #4c4354;
	margin: 0 auto 1.5em;
	font-size: .75em;
}
.stage .block_stage:nth-of-type(2)>span {
	background: #061fc8;
}
.stage .block_stage:nth-of-type(3)>span {
	background: #5ca731;
}
.stage .block_stage:nth-of-type(4)>span {
	background: #fb872a;
}
.stage .block_stage:nth-of-type(5)>span {
	background: #d90000;
}
.stage .block_stage ul {
	margin: 0 auto;
	font-weight: bold;
}
.stage .block_stage li>span {
	font-weight: 400;
	font-size: 75%;
	display: block;
}
/* hotelcamp
-------------------------- */
#hotelcamp00 {
	padding: 0 3em 1.5em;
}
#hotelcamp h3:not(.and_i) {
	text-align: center;
	color: #fff;
	background: #406647;
	font-size: 1em;
	padding: 0.5em 0;
	margin: 0 auto 1em;
}
#hotel01 {
	padding: 0 3em 3em;
}
#hotelcamp table.fee thead th {
	font-size: .75em;
	background: #df6e2c;
}
#hotelcamp table.fee thead th:not(:first-child) {
	width: 10%;
}
#hotelcamp a.t_banner {
	display: block;
}
#hotelcamp .mdl_box {
	max-width: 1000px;
	max-height: 95vh;
}
#hotelcamp table.fee+p {
	margin: -1.25em auto 2em;
	font-size: .75em;
	line-height: 1.5;
}
/* tickets
-------------------------- */
.arrowSet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 3em;
}
.arrowSet dl {
	padding: 1em 1em 1.5em;
	margin: 0 auto;
	border-radius: .5em;
	width: 34%;
	display: block;
	font-size: 115%;
	text-align: center;
}
.arrowSet dl:nth-of-type(1) {
	background: #ededed;
}
.arrowSet dl:nth-of-type(2) {
	background: #ffd300;
}
.arrowSet dl dt,
.arrowSet dl dd {
	width: 100%;
	padding: 0;
	border-top: none;
}
.arrow {
	position: relative;
	display: inline-block;
	width: 3em;
	height: 3em;
	background: #406647;
	clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
}
#tickets02 {
	padding: 0 3em 3em;
}
#tickets02 table.fee thead th:not(:first-child) {
	width: 28%;
}
#tickets02 .bd_org {
	width: 100%;
	max-width: 980px;
	border: 2px solid #ec8414;
	padding: 1em;
	margin: -1em auto 3em;
}
#tickets02 .bd_org h4 {
	font-weight: 700;
	margin: -1em -1em 1em;
	background: #ec8414;
	color: #fff;
}
#tickets01 {
	display: flex;
	flex-wrap: wrap;
}
#tickets01 p {
	font-size: .9em;
	max-width: inherit;
}
#tickets01 dl {
	width: calc(75% - 1em);
	margin: 0 1em 3em 0;
}
#tickets01 a.t_banner {
	display: block;
	width: calc(25% - 1em);
	margin: 0 0 3em 1em;
}
/* timetable
-------------------------- */
#timetable section {
	padding: 1.5em 3em;
	margin: 0 auto;
}
#timetable section:not(#timetable00) {
	max-width: 1100px;
}


/* style ------------------------ */
.w_half {
	width: 50% !important;
}
.bg_orange {
	background: #df6e2c !important;
}
.f_ss {
	font-size: 75% !important;
}
.f_s {
	font-size: 85% !important;
}
.f_l {
	font-size: 115% !important;
}
.f_nml {
	font-weight: 400 !important;
}
.f_bold {
	font-weight: 700 !important;
}
.t_center {
	text-align: center !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.dsp_block {
	display: block !important;
}
.dsp_inblock {
	display: inline-block !important;
}
.mg_none {
	margin: 0 !important;
}
.mb_none {
	margin-bottom: 0 !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}
.mb_half {
	margin-bottom: .5em !important;
}