@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

.inner {
	width: 100%;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner img {
	width: 100%;
	height: auto;
	display: block;
}

.svg_data {
	display: none;
}

@media screen and (max-width:699px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width:700px) {
	.sp {
		display: none !important;
	}
}

/* =====================================================================
*    ヘッダー
* =================================================================== */
#header {
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

#header h1 {
	width: 32.8125%;
	height: auto;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:700px) {
	#header h1 {
		width: 200px;
		padding-top: 15px;
	}

	#header > .inner {
		height: 80px;
	}
}

/* SNS */
#header .sns {
	width: 100%;
	padding-bottom: 3.125%;
}

#header .sns ul {
	letter-spacing: -.40em;
	text-align: right;
}

#header .sns ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
}

@media screen and (min-width:700px) {
	#header .sns {
		position: absolute;
		top: 50px;
		right: 0;
		padding-right: 10px;
	}

	#header .sns ul li {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		margin-right: 0;
	}
}


/* =====================================================================
*    コンテンツ
* =================================================================== */
.contents {
	background-color: #FFF;
	background: url(../images/common/bg_01.jpg) repeat center top;
	padding-top: 15px;
	padding-bottom: 60px;
}

@media screen and (min-width:700px) {
	.contents {
		padding-top: 15px;
		padding-bottom: 100px;
	}
}

/* =====================================================================
*    フッター
* =================================================================== */
#footer {
	background-color: #393631;
	position: relative;
}

#footer .fixsns {
	position: fixed;
	right: 0;
	top: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	width: calc(88 / 750 * 100%);
	padding: calc(20 / 750 * 100%) 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 100;
}

#footer .fixsns dt {
	width: calc(71 / 88 * 100%);
	margin-left: calc(9 / 88 * 100%);
}

#footer .fixsns dd {
	width: calc(62 / 88 * 100%);
	margin-top: calc(20 / 88 * 100%);
}

#footer .fixsns dd ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
}

#footer .fixsns dd ul li {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-top: calc(15 / 62 * 100%);
}

#footer .fixsns dd ul li:first-child {
	margin-top: 0;
}

#footer .fixsns dd ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
}

#footer .fixsns dd ul li a svg {
	width: calc(30 / 62 * 100%);
	aspect-ratio: 1 / 1;
	fill: #000000;
}

#footer .page_top {
	width: 60px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#footer .page_top a {
	width: 100%;
	height: 100%;
	display: block;
}

#footer .banner {
	padding-top: 9.375%;
	padding-bottom: 4.6875%;
}

#footer .banner li {
	width: 93.75%;
	height: auto;
	padding-bottom: 4.6875%;
	margin-left: auto;
	margin-right: auto;
}

#footer .copyright {
	width: 93.75%;
	color: #FFFFFF;
	display: block;
	border-top: 1px dotted #FFFFFF;
	text-align: center;
	word-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.125%;
	padding-bottom: 3.125%;
}

@media screen and (min-width:700px) {
	#footer .fixsns {
		width: 58px;
		padding: 2rem 0;
	}

	#footer .fixsns dd ul li a:hover {
		background-color: #fabe00;
	}

	#footer .page_top {
		width: 120px;
		height: 60px;
		top: -60px;
	}

	#footer .page_top a img {
		position: absolute;
		top: 0;
		left: 0;
	}

	#footer .page_top a:hover img {
		position: absolute;
		top: -60px;
		left: 0;
	}

	#footer .banner {
		letter-spacing: -.40em;
		text-align: center;
		padding-top: 3.75%;
		padding-bottom: 2.25%;
	}

	#footer .banner li {
		width: 41%;
		height: auto;
		display: inline-block;
		padding-bottom: 2%;
		padding-left: 1%;
		padding-right: 1%;
		margin-left: auto;
		margin-right: auto;
	}

	#footer .copyright {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* =====================================================================
*    カラーバリエーション
* =================================================================== */
/* ALL */
.all,
.all *:not(use) {
	color: #ff3300;
	border-color: #ff3300;
	background-color: #ff3300;
	fill: #ff3300;
}

@media screen and (min-width:700px) {

	#nav ul li.all:not(.active) a:hover,
	#nav ul li.all:not(.active) a:hover svg {
		background-color: #ff3300;
	}
}

/* ART */
.art,
.art *:not(use) {
	color: #ff9900;
	border-color: #ff9900;
	background-color: #ff9900;
	fill: #ff9900;
}

@media screen and (min-width:700px) {

	#nav ul li.art:not(.active) a:hover,
	#nav ul li.art:not(.active) a:hover svg {
		background-color: #ff9900;
	}
}

/* LIVE */
.live,
.live *:not(use) {
	color: #0033ff;
	border-color: #0033ff;
	background-color: #0033ff;
	fill: #0033ff;
}

@media screen and (min-width:700px) {

	#nav ul li.live:not(.active) a:hover,
	#nav ul li.live:not(.active) a:hover svg {
		background-color: #0033ff;
	}
}

/* STAGE */
.stage,
.stage *:not(use) {
	color: #009900;
	border-color: #009900;
	background-color: #009900;
	fill: #009900;
}

@media screen and (min-width:700px) {

	#nav ul li.stage:not(.active) a:hover,
	#nav ul li.stage:not(.active) a:hover svg {
		background-color: #009900;
	}
}

/* ETC */
.etc,
.etc *:not(use) {
	color: #666666;
	border-color: #666666;
	background-color: #666666;
	fill: #666666;
}

@media screen and (min-width:700px) {

	#nav ul li.etc:not(.active) a:hover,
	#nav ul li.etc:not(.active) a:hover svg {
		background-color: #666666;
	}
}

/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */
.bc_wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
	cursor: pointer;
}

.bc_wrapper .return_box {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.bc_wrapper .bc_movie_wrap {
	width: 100%;
	max-width: 700px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
	width: 100%;
	border: 4px solid #000;
	padding-top: 56.25%;
	position: relative;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

.bc_wrapper .btn_close {
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	font-family: 'Anton', sans-serif;
	text-align: center;
	letter-spacing: 0.07em;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
}

.bc_wrapper .btn_close:hover {
	color: #FFF100;
}



@media print {

	.slider img,
	.contents .image,
	.detail_wrap_right img {
		display: none;
	}
}
