@charset "utf-8";
html {
	overflow: auto;
	height: 100%;
}
body.modal-open {
	overflow: hidden;
	height: 100%;
}
body{
	font: 14px/1.6 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0;
	background: #fff;
	color: #000;
	width: 100%;
}
img{
	outline: none;
	border-style: none;
}
h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
h2.fs { font-size: 4.6vw; }
h2.fm { font-size: 8vw; }
h2.fl { font-size: 9vw; font-weight: 900; letter-spacing: -0.1vw; line-height: 5vh; }
h2.fxl { font-size: 13vw; font-weight: 900; line-height: 8vh; }
h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
a { outline: none; }
p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.siteTitle {
	letter-spacing: -0.1vw;
}
.left { float: left:}
.right { float: right; }
.t-center { text-align: center!important; margin-left: auto!important; margin-right: auto!important; }
.t-right { text-align: right; }
.t-left { text-align: left; }
.mlr5 { padding-left: 5%; padding-riglt: 5%;}
.mb15 { padding-bottom: 15px;}
.mt30 { padding-top: 30px;}
.mb10 { margin-bottom: 10px!important;}
.-mb30 { margin-bottom: -30px!important;}
.mnone { margin: 0 auto!important; }

#performer,
#member {
	padding-top: 70px;
	margin-top: -50px;
}
#credit {
	padding: 70px 0;
	margin-top: 0;
}
#archive {
	padding-top: 70px;
	margin-top: -70px;
}
.subPage {
	padding-top: 5vh!important;
	margin-top: 0!important;
}

/* -- LIST ----------------- */
ul.half {
	width: 100%;
	margin: 0;
}
ul.half img {
	width: 100%;
	vertical-align: top;
}
ul.half li.performerBnr {
	position: relative;
	width: 100%;
	margin: 0;
}
ul.half li.performerBnr .btn-name {
	position: absolute;
	width: 100%;
	bottom: 5px;
	right: 5px;
	font-size: 8.5vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: right;
}
ul.half li.performerBnr .btn-name img {
	width: 8vw!important;
	height: auto;
	margin-left: 15px;
	margin-top: 2vh!important;
}
ul.half li.performerBnr .btn-name span {
	font-size: 5vw;
}
ul.half li.prof {
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 0 0 5px 0;
	padding: 0;
	background: #f8f8f8;
}
ul.half li.prof a {
	width: 100%;
	color: #000;
	display: inline-block;
}
ul.half li.prof .profImage {
	float: left;
	width: 50%;
	margin: 0;
}
ul.half li.prof .profImage img {
	width: 100%;
}
ul.half li.prof .profName {
	float: right;
	width: 49%;
	margin: auto;
}
ul.half li.prof .profName h3 {
	font-size: 4.4vw;
	margin-top: 45%;
}
ul.bnr {
	width: 100%;
	margin: 0;
}
ul.bnr li {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 1vh;
	border-bottom: 1px #fff solid;
}
ul.bnr li img {
	width: 100%;
}
.sponsorship ul {
	width: 100%;
	margin: 0;
}
.sponsorship ul li {
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: top;
	line-height: 1vh;
	width: auto;
	height: 4.2vh;
}
.sponsorship ul li img {
	height: 100%;
}
ul.breadcrumb {
	padding-left:0;
	margin: 0 auto 50px auto;
	width: 95%;
	text-align: left;
}
ul.breadcrumb li {
	display:inline;
	list-style: none;
}
ul.breadcrumb li:after {
	content: '>';
	padding: 0 3px;
	color: #555;
}
ul.breadcrumb li:last-child:after {
	content: '';
}
ul.breadcrumb li a {
	text-decoration: none;
	color: #8F00A2;
}
ul.breadcrumb li a:hover {
	text-decoration: underline;
}

/* -- BUTTON ----------------- */
.btn {
	display: inline-block;
	color: #fff;
	margin: 3vh auto;
	width: 40%;
	background: #000;
	z-index: 9999;
}
.btn img {
	margin-top: 3px;
	width: 5vw;
	height: auto;
}
.btn-r {
	float: right;
	width: 48%;
}
.btn-l {
	float: left;
	width: 48%;
}
.btn-r img,
.btn-l img {
	margin-top: 3px;
	width: 5vw!important;
	height: auto;
}
.btn-l img {
	padding-left: 3vw;
}
.btn a {
	display: inline-block;
	width: 90%;
	color: #fff;
	font-size: 3.5vw;
	padding: 5px 0;
	text-align: center;
	padding-left: 3vw;
	text-decoration: none;
}
.btn-l a {
	padding-left: 0!important;
}
.btn img.right {
	float: right;
}
.btn img.left {
	float: left;
}
.two-line a {
	line-height: 3vh;
}
.two-line img {
	margin-top: -10px!important;
	width: 5vw!important;
	height: auto;
}

/* -- HEADER ----------------- */
header {
	display: block;
	position: fixed;
	width: 100%;
	margin: 0;
	color: #fff;
	z-index: 999;
	background: #000;
}
header .head_inner {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
header h1 {
	position: relative;
	background: url("../img/logo.png") no-repeat;
	text-indent: -9999px;
	background-size: contain;
	width: 30%;
	margin: 12px auto;
	height: 0;
	padding-top: 4%;
	z-index: 999;
}
header h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
header .lang {
	position: absolute;
	margin: 0;
	right: 12px;
	top: 25%;
	z-index: 3;
	font-size: 4vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
header .lang a {
	color: #666666;
	text-decoration: none;
}

/* -- NAVIGATION ----------------- */
nav {
	position: fixed;
	z-index: 3;
	top: 7vh;
	left: 0;
	background-size: auto 100%;
	background-color: rgb(255,0,255,0);
	color: #000;
	text-align: left;
	transform: translateX(-100%);
	transition: all 0.5s;
	opacity: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
}
nav ul {
	width: 90%;
	margin: 23% auto 23% auto;
	text-align: center;
}
nav li {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
nav li img {
	width: 100%;
}
nav li a {
	display: block;
	width: 100%;
}
nav.active {
	opacity: 1;
	transform: translateY(0%);
	background-color: rgba(0,0,0,1);
}
.navToggle {
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
	width: 30px;
	height: 35px;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 1px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0;
}
.navToggle span:nth-child(1) {
	top: 14px;
}
.navToggle span:nth-child(2) {
	top: 24px;
}
.navToggle.active {
	position: fixed;
	right: 10%;
	top: 10px;
}
.navToggle.active span:nth-child(1) {
	top: 18px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid 1px #fff;
}
.navToggle.active span:nth-child(2) {
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid 1px #fff;
}
.globalMenuSp {
	color: #fff;
}
.globalMenuSp ul li {
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 6vw;
	margin: 8px auto;
}
.globalMenuSp ul li a {
	width: auto;
	padding: 2px 15px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.globalMenuSp ul li.ticket a {
	border: 1px #fff solid;
}

/* -- MAIN ----------------- */
.maincontent {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.maincontent .content {
	position: relative;
	width: 100%;
	margin: 0 auto 5vh auto;
}
.maincontent .main h2 {
	margin: 3vh auto;
}
.maincontent .credit h3 {
	font-size: 4vw;
	margin: 2vh 3% -1.6vh 3%;
	text-align: left;
}
.maincontent .main p,
.maincontent .credit p {
	font-size: 3.8vw;
	margin: 2vh 5%;
	text-align: left;
	line-height: 3.8vh;
}
.maincontent .main .mainVisual {
	position: relative;
}
.maincontent .main .mainVisual img {
	width: 100%;
}
.maincontent .credit {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 2.5vh 0;
	background: #eeeeee;
}
.maincontent .sponsorship {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 2.5vh 0;
}

#contents .img {
	display: inline-block;
	margin-bottom: 20px;
}
#contents .img:after {
	content: "";
	display: block;
	clear: both;
}
#contents .img li {
	margin: 0 10px 10px 0;
	float: left;
}
#contents .txt {
	display: inline-block;
}
#contents .txt:after {
	content: "";
	display: block;
	clear: both;
}
#contents .txt li {
	margin-right: 20px;
	float: left;
}


#page-about,
#page-performer01,
#page-performer02,
#page-member01,
#page-member02,
#page-member03,
#page-member04,
#page-sae,
#page-opm,
#page-ta {
	display: none;
	background: #ffffff;
	padding: 30px 0 30px 0;
}
#modal-win {
	width: 90%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	box-sizing: border-box;
	z-index: 9999;
}
#modal-win-inner {
	margin: auto;
	padding: 0;
	position: relative;
	z-index: 101;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
.modal-close {
	position: absolute;
	top: -15px;
	right: 5px;
	width: 35px;
}
img.close-btn {
	width: 100%!important;
}
.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;
}
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
.scloll {
	max-height: 70vh;
	overflow: auto;
}
.scloll .conTtl {
	text-align: left;
	margin: 2vw 5% -5vw 5%;
	font-size: 4vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.scloll h2 {
	margin: 2vw 5%;
}
.scloll h2 span {
	font-size: 2vh;
}
.box h2 {
	margin: 2vw 5%!important;
	text-align: left;
}
.scloll p {
	margin: 24px 5% 0 5%;
	font-size: 3.8vw;
	margin: 2vh 5%;
	text-align: left;
	line-height: 3.6vh;
}
.scloll .headImg {
	width: 100%;
}
.scloll .headImg img {
	width: 100%;
}
.scloll p a {
	color: #8f00a2;
}
.box img {
	width: 100%;
}

/* -- FOOTER ----------------- */
footer {
	display: block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	color: #fff;
	z-index: 999;
	background: #000;
}
footer p {
	margin: 0 5%;
	text-align: left;
}
footer .copyright {
	font-size: 3vw;
	margin: 30px auto 0 auto;
	text-align: center;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	h2.fs { font-size: 20px; }
	h2.fm { font-size: 40px; }
	h2.fl { font-size: 50px; }
	h2.fxl { font-size: 80px;letter-spacing: -0.05em }

	/* -- HEADER ----------------- */
	header .head_inner {
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
	}
	header h1 {
		width: 20%;
		height: 0;
		padding-top: 3%;
		z-index: 999;
	}
	header .lang {
		right: 12px;
		top: 20px;
		font-size: 18px;
	}
	/* -- NAVIGATION ----------------- */
	nav {
		position: fixed;
		z-index: 3;
		top: 5.5%;
		left: 0;
		background-size: auto 100%;
		background-color: rgb(255,0,255,0);
		color: #000;
		text-align: left;
		transform: translateX(100%);
		transition: all 0.5s;
		opacity: 0;
		width: 100%;
		height: 100vh;
	}
	nav ul {
		width: 100%;
		margin: 20vh auto 0 auto;
	}
	nav li {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	nav.active {
		opacity: 1;
		transform: translateY(0%);
		background-color: rgba(0,0,0,0.9);
	}
	.navToggle {
		position: absolute;
		left: 0;
		top: 12px;
		width: 30px;
		height: 35px;
	}
	.navToggle span:nth-child(1) {
		top: 14px;
	}
	.navToggle span:nth-child(2) {
		top: 24px;
	}
	.navToggle.active {
		position: absolute;
		left: 0;
		top: 15px;
	}
	.maincontent .credit h3 {
		width: 90%;
		font-size: 16px;
		margin: 2vh auto -1.6vh auto;
	}
	.maincontent .main p {
		max-width: 90%;
		font-size: 16px;
		margin: 2vh auto;
		line-height: 32px;
	}
	.maincontent .credit p {
		width: 90%!important;
		font-size: 16px;
		margin: 2vh auto!important;
		line-height: 32px;
		margin: 0 auto;
	}
	.maincontent .main .box p {
		max-width: 90%!important;
		font-size: 16px;
		margin: 2vh auto;
		line-height: 32px;
	}
}
@media screen and (min-width:1024px) {
	h2.fs { font-size: 20px; }
	h2.fm { font-size: 40px; }
	h2.fl { font-size: 50px; }
	h2.fxl { font-size: 80px;letter-spacing: -0.05em }
	h2 { width: 60%; margin-left: auto; margin-right: auto; }

	#performer,
	#member {
		padding-top: 80px;
		margin-top: -80px;
	}
	#credit {
		padding-top: 80px;
		margin-top: 0;
	}
	#archive {
		padding-top: 80px;
		margin-top: 0;
	}
	.subPage {
		padding-top: 20px!important;
	}

	/* -- HEADER ----------------- */
	header .head_inner {
		position: relative;
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
	}
	header h1 {
		width: 12%;
		height: 0;
		padding-top: 2%;
		z-index: 999;
	}
	header .lang {
		right: 12px;
		top: 20px;
		font-size: 18px;
	}

	/* -- NAVIGATION ----------------- */
	nav {
		position: fixed;
		z-index: 3;
		top: 5.5%;
		left: 0;
		background-size: auto 100%;
		background-color: rgb(255,0,255,0);
		color: #000;
		text-align: left;
		transform: translateX(100%);
		transition: all 0.5s;
		opacity: 0;
		width: 100%;
		height: 100vh;
	}
	nav ul {
		width: 30%;
		margin: 28.5vh auto 0 auto;
	}
	nav li {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	nav.active {
		opacity: 1;
		transform: translateY(0%);
		background-color: rgba(0,0,0,0.9);
	}
	.navToggle {
		position: absolute;
		left: 0;
		top: 10px;
		width: 30px;
		height: 35px;
	}
	.navToggle span:nth-child(1) {
		top: 14px;
	}
	.navToggle span:nth-child(2) {
		top: 24px;
	}
	.navToggle.active {
		position: absolute;
		left: 0;
		top: 10px;
	}
	/* -- MAIN ----------------- */
	.maincontent {
		top: 3vh;
	}
	section.content h2.mmb {
		line-height: 44px;
	}
	.maincontent .main p {
		max-width: 580px;
		font-size: 16px;
		margin: 2vh auto;
		line-height: 32px;
	}
	.maincontent .credit {
		width: 100%;
		margin: 0 auto;
		padding: 2.5vh 0;
	}
	.maincontent .credit h3 {
		width: 55%;
		font-size: 16px;
		margin: 2vh auto -1.6vh auto;
	}
	.maincontent .credit p {
		width: 55%!important;
		font-size: 16px;
		margin: 2vh auto!important;
		line-height: 32px;
		margin: 0 auto;
	}
	.maincontent .main .box p {
		max-width: 55%!important;
		font-size: 16px;
		margin: 2vh auto;
		line-height: 32px;
	}
	.globalMenuSp ul li {
		font-size: 35px;
		margin: 8px auto;
	}
	.globalMenuSp ul li.ticket {
		margin-top: 40px!important;
	}
	#modal-win {
		max-width: 50%;
	}
	.modal-close {
		position: absolute;
		top: -20px;
		width: 40px;
	}
	.scloll {
		max-height: 80vh;
		overflow: auto;
	}
	.scloll .conTtl {
		text-align: left;
		margin: 2vw 5% -10px 5%!important;
		font-size: 22px;
	}
	.scloll h2 {
		margin: 0 5%;
	}
	.scloll h2 span {
		font-size: 14px;
	}
	.box h2 {
		margin: 2vw auto!important;
		text-align: center;
	}
	.scloll p {
		margin: 24px 5% 0 5%;
		font-size: 16px;
		margin: 2vh 5%;
		line-height: 32px;
	}

	/* -- LIST ----------------- */
	ul.half {
		width: 100%;
		margin: 0;
	}
	ul.half img {
		width: 100%;
		vertical-align: top;
	}
	ul.half li.performerBnr {
		display: inline-block;
		width: 50%;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
	ul.half li.performerBnr .btn-name {
		width: 100%!important;
		font-size: 40px;
	}
	ul.half li.performerBnr .btn-name img {
		width: 30px!important;
		margin-left: 15px;
		margin-top: 1.6vh!important;
	}
	ul.half li.performerBnr .btn-name span {
		font-size: 20px;
	}
	ul.half li.prof {
		position: relative;
		display: inline-block;
		max-width: 44.5%;
		margin: 0 25px 15px 15px;
		padding: 0;
		background: #f8f8f8;
		cursor: pointer;
	}
	ul.half li.prof .profImage {
		float: left;
		width: 45%;
		margin: 0;
	}
	ul.half li.prof .profImage img {
		width: 100%;
	}
	ul.half li.prof .profName {
		float: right;
		width: 54%;
		margin: auto;
	}
	ul.half li.prof .profName h3 {
		font-size: 20px;
		margin-top: 33%;
		text-align: center;
	}
	ul.prof-half {
		width: 58%;
		margin: 0 auto;
		text-align: left;
	}
	ul.prof-half li {
		position: relative;
		display: inline-block;
		margin: 0 20px 15px 20px!important;
		padding: 0;
	}
	ul.bnr {
		width: 100%;
		margin: 30px 0 60px 0;
	}
	ul.bnr li {
		width: 30%;
		margin: 0 auto;
		vertical-align: top;
		line-height: 0.1vh;
	}
	.sponsorship ul {
		width: 100%;
		margin: 0;
	}
	.sponsorship ul li {
		line-height: 1vh;
		height: 42px;
	}
	ul.breadcrumb {
		padding-left:0;
		margin: 0 auto 50px auto;
		width: 95%;
		text-align: left;
	}
	ul.breadcrumb li {
		display:inline;
		list-style: none;
	}
	ul.breadcrumb li:after {
		content: '>';
		padding: 0 3px;
		color: #555;
	}
	ul.breadcrumb li:last-child:after {
		content: '';
	}
	ul.breadcrumb li a {
		text-decoration: none;
		color: #8F00A2;
	}
	ul.breadcrumb li a:hover {
		text-decoration: underline;
	}


	/* -- BUTTON ----------------- */
	.btn {
		margin: 3vh auto;
		width: 130px;
	}
	.btn img {
		margin-top: 2px;
		width: 18px;
		height: auto;
	}
	.btn-r {
		float: right;
		width: 150px!important;
	}
	.btn-l {
		float: left;
		width: 150px!important;
	}
	.btn-r img,
	.btn-l img {
		margin-top: 2px;
		width: 18px!important;
		height: auto;
	}
	.btn-l img {
		padding-left: 5px;
	}
	.btn a {
		display: block;
		width: 126px;
		color: #fff;
		font-size: 14px;
		padding: 5px 0;
		text-align: center;
		padding-left: 3px;
		text-decoration: none;
		cursor: pointer;
	}
	.btn-r a {
		width: 145px;
	}
	.btn img.left {
		margin-left: 10px;
	}
	.btn img.right {
		margin-right: 0;
	}

	.box .headImg {
		width: 100%;
		background: #000;
	}
	.box .headImg img {
		width: auto;
	}
	ul.breadcrumb {
		margin: 30px auto 60px auto;
		width: 70%;
	}
	.two-line a {
		line-height: 22px!important;
	}

	/* -- FOOTER ----------------- */
	footer {
		display: block;
		width: 100%;
		margin: 0;
		padding: 30px 0;
		color: #fff;
		z-index: 999;
		background: #000;
	}
	footer p {
		width: 55%;
		margin: 0 auto;
		text-align: left;
	}
	footer .copyright {
		font-size: 12px;
	}
}

/* Youtube ──────────────────── */
.yt-mov {
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}
.yt-mov iframe {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	/* Youtube ──────────────────── */
	.yt-mov {
		position: relative;
		height: 0;
		padding: 30px 0 56.25%;
		overflow: hidden;
	}
	.yt-mov iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
	}
}