﻿@charset "utf-8";

body{
	background-color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; sans-serif;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-size: 1.1em;
	color: #fff;
	}

a {
	color: #ffae00;
	text-decoration: none;
	cursor: pointer;
	}
a:visited	{color: #ffae00;}
a:hover		{color: #ffff00;}
a:focus, *:focus { outline:none; }

rt {font-size: 0.4em}

h1 {margin: 0;padding: 0;}
h1 img {display:block;margin: 0 auto;width:90%;max-width: 440px;padding: 350px 0 0;}

h2{
	box-sizing: border-box;
	padding: 0 0 5px;
	margin: 5px;
	font-size: 1.6em;
	line-height: 1.2;
	color:#00e2ff;
	flex-basis: 100%;
	border-bottom: 2px #00e2ff dotted;
	}

h2 span {font-size: 0.8em;}

h3 {
	width: 98%;
	color:#fff;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0 auto;
	padding: 1em 0 0 0.5em;
	flex-basis: 100%;
	border-bottom: 1px #fff solid;
	}

h4{
	font-size: 1.1em;
	line-height: 1.2;
	margin: 2em 0.5em 1em;
	padding: 0.5em;
	border-bottom: 1px #fff dotted;	
	}

h5 {
	margin: 0 0.5em;
	font-size: 1em;
	}

p {
	padding: 20px 20px 0 20px;
	line-height: 1.6;
	font-size: 0.9em;
	margin: 0;
	}

dl {}

dt {font-weight: bold;
	margin: 0px;
	}

dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 0.5em; line-height: 1.6em;}

ul.readme {
	float: right;
	font-size: 0.9em;
	}

ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

table {
	border: none;
	border-collapse: collapse;
	margin: 1em auto 1em;
	}

th, td {
	border: none;
	padding: 5px 10px;
	vertical-align: top;
	}

th {
	word-break: keep-all;
	text-align: right;
	}

th:after{
	content: "：";
}


strong, .errorTxt {color:#ff0;}


/*フェード*/
a, .chronology h3, .modal img, #openBtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

/*MS Edgeのバグ対応とりあえず*/
@supports (-ms-ime-align: auto) {
	a{transition: none;}
	}


/*上へもどる*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	z-index: 999;
	}

#pageTop a {
	display: block;
	height: 68px;
	width: 68px;
	width: 68px;
	background: url(../images/event/img_181120_arrow.svg) no-repeat center center;
	background-color: #ffae00;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	color: #fff;
	}

#pageTop a:hover {
	margin-bottom: 5px;
	background-color: #ffff00;
	}


/*汎用ボタン*/
.button {padding: 0;margin: 10px auto 0;}
.button a {
	display: block;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto;
	background-color: #ffae00;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #000;
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.2);
	/*background-color: rgb(245,165,50);
	background-image: -moz-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(245,115,21) 0%, rgb(245,165,50) 100%);
	border: 1px #f47516 solid;
	text-shadow: 0px 2px 3px rgba(11, 3, 6, 0.5);
	box-shadow: 0px 2px 3px 1px rgba(11, 3, 6, 0.3) ,inset 0 1px #fff;
	opacity: 0.8;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 10px 0;
	color: #fff;*/
	}

.button a span {font-size:0.8em;font-weight: normal;}

.button.tweet a {
	background-color: #1da1f2;
	color: #fff;
	}
.button.disabled a {
	background-color: #666;
	}

.button a:hover {background-color: #ffff00;}
.button.disabled a:hover {opacity:1;cursor:default;}


.map .button {
	display: inline-block;
	margin: 0;
	vertical-align:baseline;
	}

.map .button a {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0;
	width: 4em;
	line-height: 1.6;
	}

.artist .button a {
	font-size: 0.8em;
	font-weight: normal;
	padding: 7px 10px;
	width: 11.5em;
	margin: 0 0 0 auto;
	}



.twitterLink {
	margin-top: 0px;
	margin-bottom: 60px;
	}

.twitterLink a{
	max-width: 900px;
	margin: 0 auto 0;
	font-size: 1em;
	}

/*記事用*/
.small	{font-size: 0.7em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.8em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.attention {color: #FF0000;}
.clear {clear: both;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}
.price {font-size: 1.4em;font-weight: bold;}
.sponly {display:none;}
.nosp{display:inherit;}

/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}

/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}

/*大枠*/
.primaryContainer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.6;
	}

/*ヘッダ*/
header {
	box-sizing: border-box;
	width: 1280px;
	margin: 0 auto;
	min-height: 1100px;
	background: url(../images/event/img_181119_sigroovy_bg.jpg) no-repeat center top;
	position: relative;
	}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 1280px;
    display: block;
	overflow: hidden;
	}

section {
	margin: 0 auto 40px;
	align-items: flex-start;
	flex-wrap: wrap;
	}

section img {
	display: block;
	width: 100%;
	margin: 5px;
	}


.taito, .si40th {position: absolute;padding: 0;}
.taito img, .si40th img  {display: block;width: 100%;}
.taito	{width:150px;left:30px;top:20px;}
.si40th {width:100px;right:20px;top:20px;}

.caption {margin:320px 0 0;font-size: 1.2em;color:#ffea00;text-align: center;text-shadow: 0px 0px 3px #000,0px 0px 3px #000,0px 0px 5px #000;}

/*アーチスト情報専用*/
.artist h2 {
	border-color: #ff9e00;
	color: #ff9e00;
	}

.artist>div {margin-top: 1em; }

.artist>div>div {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	}

.artist>div>div h3, .artist>div>div p, .artist>div>div img {
	flex-basis: 94%;
	margin: 0 3%;
	}

.artist>div>div img {order: 1;}
.artist>div>div p	{order: 3;font-size: 0.7em;padding: 1em 0.5em;}

.artist>div>div h3 {
	font-size: 0.9em;
	text-align: center;
	min-height: 3em;
	padding: 0.5em 0;
	order: 2;
	}

.youtube {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.youtube iframe {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
	}


/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 0;
	clear: both;
	padding: 0 2px 0;
	text-align: center;
	}

	.shareButtons {
		width: auto;
		height: auto;
		margin: 0px auto;
		clear: none;
		display: inline-block;
		}

	.shareButtons div {
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 10px;
		}

	.shareButtons div:last-child {
		margin-right: 0;
		}

		.fb-like {
			float: left;
			}

		.googleBtn {
			float: left;
			width: 52px;
			overflow: hidden;
			}

/*オリジナルボタン化*/
		.tweetBtn, .lineBtn {
			float: left;
			border-radius: 2px;
			}

		.tweetBtn {
			background: url(../images/ico_sns_twitter.png) left top no-repeat #1b95e0;
			background-size: contain;
			}

		.lineBtn {
			background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
			background-size: contain;
			display: none;
			}

		.tweetBtn a, .lineBtn a {
				display: inline-block;
				color: #fff;
				line-height: 20px;
				text-align: right;
				vertical-align: middle;
				}

		.tweetBtn a {
				width: 57px;
				padding: 0 5px 0 5px;
				font-size: 0.6em;
				}

		.lineBtn a {
			width: 67px;
			padding: 0 5px 0 5px;
			font-size: 0.5em;
			}


footer {
	padding: 50px 0 20px;
	background-color: #000;
	text-align: center;
	color: #fff;
	}


footer p.taito img {
	width: 40%;
	max-width: 200px;
	}

footer p.copyright {
	margin: auto;
	font-size: 0.6em;
	}

footer ul {
	flex: 1;
	height: 1em;
	padding: 0;
	margin: 10px auto;
	text-align: center;
	font-size: 0.8em;
	}

footer ul li {
	display: inline-block;
	list-style-type: none;
	border-right: 1px #666 solid;
	padding: 0 5px;
	text-align: center;
	line-height: 1;
	}

footer ul li:last-child {
	border: none;
	}






@media only screen and (max-width: 768px) {
header {width: 100%; min-height: inherit;background-size: contain;}
main {width:100%;}
rt {font-size: 0.5em}
h2 {font-size:1.2em;}
h3 {font-size:1em;}
.taito	{width:15%;left:1%;top:1%;}
.si40th {width:10%;right:1%;top:1%;}
	.caption {margin:30px 0 30px;font-size: 1em;}

.lineBtn {display: block;}

.button {padding: 0;margin: 10px auto 0;}
.button.fixed {position:inherit;width: 95%;margin: 20px auto 40px;}

.sub p {text-align: center;}
}


@media only screen and (max-width: 480px) {
h2 {font-size:1.2em;text-align: center;}
h3 {width: 95%;text-align: center;}
table {font-size: 0.8em;}
.nosp {display:none;}
.sponly {display: block;}
.shareButtons div {margin-right: 10px;}
.artist>div>div h3 {font-size: 0.8em;}
footer {padding-bottom: 100px;}
footer p.copyright {font-size: 0.6em;}
}





/*FlexBox*/
.flexBox {
	display: flex;
	box-sizing: border-box;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	}

	.flexBox>div, .flexBox>p {
		display: block;
		box-sizing: border-box;
		flex-basis: 25%;
		height: auto;
		padding: 0;
		margin: 0 0 20px;;
		word-break: break-all;
		}

.flexBox>div img {
	display: block;
	width: 95%;
	height: 95%;
	margin: 2.5%;
	}

.boxset5>div {flex-basis: 20%;}
.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}


@media only screen and (max-width: 768px){
.boxset5>div {flex-basis: 33.3%;}
.boxset4>div {flex-basis: 50%;}
.boxset3>div {flex-basis: 50%;}
.boxset2>div {flex-basis: 100%;}
}

@media only screen and (max-width: 480px){
.boxset5>div {flex-basis: 50%;}
.boxset4>div {flex-basis: 100%;}
.boxset3>div {flex-basis: 100%;}
.boxset2>div {flex-basis: 100%;}	
}



