@charset "utf-8";

/*

http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* COMMON */

body {
	color: #000000;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 18px;
	letter-spacing: 0.1em;
	font-feature-settings : "palt" 1;
	background:
		url(../images/bg_t_top.svg) no-repeat left top,
		url(../images/bg_t_center.svg) no-repeat right center,
		url(../images/bg_t_bottom.svg) no-repeat right bottom
	;
	background-size: 75%, 60%, 100%;
}

a { color: #ff7800; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

img { line-height: 0; vertical-align: top; }

h1, h2, h3, h4, h5, h6 {

}

input,
select,
textarea {

}

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

b { font-weight: bold; }

h3 {
	font-weight: bold;
	line-height: 150%;
}

h4 {
	padding: 0 0 10px 0;
	font-size: 120%;
	line-height: 150%;
}

.fadeinup {
  opacity: 0;
  transform: translate(0px, 30px);
}

.is-active .fadeinup {
	opacity: 1;
	transform: translate(0px, 0px);
	transition: opacity 0.6s linear, transform 0.8s cubic-bezier(.1,1,.5,1);
}

.is-active .delay2000ms { transition-delay: 1s; }
.is-active .delay1800ms { transition-delay: 0.9s; }
.is-active .delay1600ms { transition-delay: 0.8s; }
.is-active .delay1400ms { transition-delay: 0.7s; }
.is-active .delay1200ms { transition-delay: 0.6s; }
.is-active .delay1000ms { transition-delay: 0.5s; }
.is-active .delay800ms { transition-delay: 0.4s; }
.is-active .delay600ms { transition-delay: 0.3s; }
.is-active .delay400ms { transition-delay: 0.2s; }
.is-active .delay200ms { transition-delay: 0.1s; }

/* HEADER, FOOTER */

header {
	padding: 45px 0 60px 0;
}

header h1 img {
	display: block;
	width: 66.6%;
	margin: 20px auto;
}

footer {
	padding: 60px 0 30px 0;
	text-align: right;
}

footer .share ul {
}

footer .share ul li {
	display: inline-block;
	padding: 0 0 15px 15px;
}

footer .share ul li a img {
	width: 60px;
	height: 60px;
}

/* MAIN */

section {
	max-width: 980px;
	margin: 0 auto;
}

.section-inner {
	padding: 0 20px;
}

article {
	position: relative;
}

.with_t:before {
	content: "";
	display: block;
	padding-top: 85%;
}

.triangle {
	width: 85%;
	height: 85%;
	height: auto;
}

.triangle img {
	width: 100%;
	height: auto;
}

.t_l {
	position: absolute;
	top: 0;
	left: -20px;
}

.t_r {
	position: absolute;
	top: 0;
	right: -20px;
}

#schedule {
	margin: 0 0 60px 0;
}

#schedule .content {
	position: absolute;
	bottom: -5px;
	left: 0;
}

#schedule ul li {
	display: inline-block;
	padding: 15px 0 0 0;
	font-size: 120%;
}

#schedule ul li a {
	text-decoration: none;
}

#schedule ul li a:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 0;
	height: 4px;
	background: #ff7800;
	transition: 0.1s cubic-bezier(.1,1,.5,1);
}

#schedule ul li a:hover { color: #ff7800; }

#schedule ul li a:hover:before {
	width: 100%;
}

#schedule p {
	padding: 11px 0 0 0;
}

#anthem .youtube {
	padding: 0 0 45px 0;
}

#anthem img {
	width: 100%;
	height: auto;
}

#anthem ul { padding: 15px 0 60px 0; }

#anthem ul li {
	width: 50%;
	padding: 0 0 15px 0;
}
#anthem ul li:nth-child(odd) { float: left; padding-right: 7px; }
#anthem ul li:nth-child(even) { float: right; padding-left: 7px; }

#anthem ul li a {
	display: block;
	width: 100%;
	height: 60px;
	color: #ffffff;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	background-color: #ff7800;
}

#anthem ul li span {
	display: block;
	width: 100%;
	height: 60px;
	color: #ffffff;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	background-color: #afafaf;
}

#member img {
	padding: 15px 0 60px 0;
}

#detail .osaka,
#detail .nagoya,
#detail .tokyo,
#detail .okinawa {
	position: relative;
	padding: 0 0 60px 0;
}

#detail .align_r {
	text-align: right;
}

#detail .content {
	padding: 50% 0 0 0;
	width: 100%;
}

#detail .content p {
	padding: 10px 0 0 0;
}

#detail .content .guest {
	color: #5a00ff;
	font-weight: bold;
}

#sell ul.goods,
#sell ul.ticket { padding: 0 0 30px 0;}

#sell ul.goods li,
#sell ul.ticket li {
	padding: 15px 0 0 0;
}

#sell ul.goods li a,
#sell ul.ticket .set a {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	background-color: #ff7800;
}

#sell ul.goods li a img,
#sell ul.ticket .set a img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 120px;
	background-color: #000000;
}

#sell ul.goods li a b,
#sell ul.ticket .set a b {
	position: absolute;
	top: 25px;
	left: 140px;
}

#sell ul.ticket .set a b {
	top: 40px;
	right: 20px;
	font-size: 120%;
	line-height: 150%;
	text-align: right;
}

#sell ul.goods li a span {
	position: absolute;
	bottom: 25px;
	left: 140px;
}

#sell ul.ticket li a {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	color: #ffffff;
	line-height: 60px;
	text-decoration: none;
	background-color: #ff7800;
}

#sell ul.ticket li a b {
	position: absolute;
	top: 0;
	left: 15px;
}

#sell ul.ticket li a span {
	position: absolute;
	top: 0;
	right: 15px;
}

.outside {
	padding: 15px 0 0 0;
	font-size: 120%;
}

/* OTHER */

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

	body {
		font-size: 24px;
		line-height: 42px;
		overflow-x: hidden;
	}

	h3 {
		font-weight: normal;
		line-height: 150%;
	}

	h4 {
		padding: 0 0 30px 0;
		font-size: 150%;
		font-weight: normal;
		line-height: 180%;
	}

	header {
		width: 100%;
		height: 97.5vh;
		background: url(../images/header.svg) no-repeat center 45%;
		background-size: 100%;
	}

	header div { display: none; }

	footer {
		font-size: 80%;
		line-height: 150%;
	}

	.section-inner {
		padding: 0;
	}

	.with_t:before {
		content: "";
		display: block;
		padding-top: 120%;
	}

	.triangle {
		width: 120%;
		height: 120%;
		height: auto;
	}

	.t_l {
		position: absolute;
		top: 0;
		left: -52%;
	}

	.t_r {
		position: absolute;
		top: 0;
		right: -52%;
	}

	#schedule .content {
		position: absolute;
		bottom: 15%;
		left: 0;
		font-size: 150%;
		line-height: 180%;
	}

	#schedule .content b { font-weight: normal; }

	#anthem .youtube {
		padding: 0 0 90px 0;
	}

	#anthem ul { padding: 30px 0 90px 0; }

	#member img {
		padding: 15px 0 120px 0;
	}

	#detail .osaka,
	#detail .nagoya,
	#detail .tokyo,
	#detail .okinawa {
		padding: 0 0 120px 0;
	}

	#detail .content p {
		padding: 20px 0 0 0;
	}

	#detail .content .guest {
		color: #5a00ff;
		font-weight: bold;
	}

	#sell ul.goods,
	#sell ul.ticket { padding: 15px 0 90px 0;}

	#sell ul.goods li,
	#sell ul.ticket li {
		padding: 15px 0 0 0;
	}

	#sell ul.goods li a,
	#sell ul.ticket .set a {
		position: relative;
		display: block;
		width: 100%;
		height: 160px;
		color: #ffffff;
		line-height: 150%;
		text-decoration: none;
		background-color: #ff7800;
	}

	#sell ul.goods li a img,
	#sell ul.ticket .set a img {
		height: 160px;
	}

	#sell ul.goods li a b,
	#sell ul.ticket .set a b {
		top: 25px;
		left: 200px;
		font-weight: normal;
	}

	#sell ul.ticket .set a b {
		top: 42px;
		right: 30px;
		font-size: 100%;
		line-height: 150%;
	}

	#sell ul.goods li a span {
		bottom: 25px;
		left: 200px;
	}

	#sell ul.ticket li a {
		height: 90px;
		padding: 0 30px;
		line-height: 90px;
	}

	#sell ul.ticket li a b {
		left: 30px;
		font-size: 80%;
		font-weight: normal;
	}

	#sell ul.ticket li a span {
		right: 30px;
	}

	#sell ul.goods li a,
	#sell ul.ticket li a,
	#sell ul.ticket .set a {
		transition: all 0.5s cubic-bezier(.1,1,.5,1);
	}

	#sell ul.goods li a:hover,
	#sell ul.ticket li a:hover,
	#sell ul.ticket .set a:hover { background-color: #000000; }

	#sell ul.ticket .set a:hover img { background-color: #ff7800; }

}
