@charset "UTF-8";

/*
	Theme Name: ARF2018 1.0.0
	Description: Age Global Networks | エイジグローバルネットワークス株式会社
	Theme URI: http://aso-rockfes.com/
	Author: Age Global Networks | エイジグローバルネットワークス株式会社
	Author URI: http://aso-rockfes.com/
	Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/****************************************

          General Setting

*****************************************/
/* loader */
#preloader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
body{
color:#555;
background-color:#000;
margin: 0;
line-height: 1.6;
font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.marginbottom30 {
	margin-bottom:30px;	
}
.tos-close span:after, .tos-close span:before {
    width: 10px!important;
    height: 10px!important;
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    margin:0;
    z-index:999;    
}
#page-top a {
    text-decoration: none;
    font-size:20px;
    width: 50px;
    height:50px;
	padding:8px 15px;	
    text-align: center;
    display: block;
    background:#222;
    color:#fff;
}
#wrapper {
	width:100%;
	overflow:hidden;
    padding: 40px 0 0;
    background:#fff;
}
a.linklist {
	display:block;
	margin-bottom:30px;	
}
.secondhead {
	margin-top:40px;	
}
.secondhead02 {
	margin-top:0;	
}
.secondheader {
	background:#000;
	padding:15px 0;	
}
.secondheader h1 a {
	display:block;
}
.secondheader h1 {
	width:100%;	
}
.secondheader h1 a img {
	height:50px;	
	width:auto;
}
.logo_white {
	width:500px;
	max-width:100%;
	height:auto;	
}
section {
	padding:0 0 30px 0;
	background:#fff;		
}
section#bnrarea {
	padding:0 0 15px;
	background:#000;
	margin-bottom:30px;	
}
section#bnrarea ul {
	margin:0;	
}
section#bnrarea ul li {
	float:left;
	width:50%;	
}
section#bnrarea ul li a, section#bnrarea ul li span {
	display:block;
	margin-right:7.5px;	
}
section#bnrarea ul li:nth-child(even) a, section#bnrarea ul li:nth-child(even) span {
	margin-right:0;
	margin-left:7.5px;
}
section#bnrarea a, section#bnrarea span {
	display:block;
	margin-top:15px;	
}
section#gallery {
	padding:0 0 15px;
}
section#gallery a {
	display:block;	
}
section#gallery .slick-slide img {
	margin;0;
	padding:0;
	width:100%;
	height:auto;	
}
section.bg-black {
	background:#000;
	color:#fff;
}
section.bg-gray {
	background:#f8f8f8 url(img/bg.png) repeat top left;
}
#main_slide ul {
	margin:0;	
}

a {text-decoration: none; color: #eb001d;}
a:link {color: #eb001d;}
a:hover {color:#eb001d;ext-decoration: underline;}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 h1, h2, h3, h4 {
 	margin:0;
 }
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html br.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
img.responsiveimg {
	width:100%;
	height:auto;
}
img.marginimg {
	margin:15px 0;	
}
#wrap {
    width: 100%;
    height: 100%;
    display:table;
    background:url(img/bg.png) center center /cover no-repeat fixed;
}
#wrap a {
	display:block;	
}
.main {
	position:relative;
}
.mainbadge {
	display:block;
	position:absolute;
	width:150px;
	height:150px;
	bottom:15px;
	left:15px;	
}
.mainbadge {
	-webkit-animation-name:mainbadge;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:mainbadge;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes mainbadge {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes mainbadge {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
.logo {
	position:absolute;
	top:30px;
	width:100%;	
	text-align:center;	
}
.logo img {
	width:300px;
	height:auto;
}
.headerpc {
	margin:0;
	padding:0;
	box-shadow:0 5px 10px #222;
	background:#000;
}
ul.headerlist {
	margin:0;
	padding:0;	
	width:100%;
}
ul.headerlist li {
	width:15%;
	margin:0;
	padding:0;	
}
ul.headerlist li.navlogo {
	width:20%;
	padding:15px 30px;	
}
ul.headerlist li a {
	display:block;
	font-family: 'Roboto', sans-serif;
    font-weight:300;
	font-size:14px;
	padding:15px 0;
	letter-spacing:1px;
}
ul.headerlist li a:hover {
	text-decoration:none;
	color:#fff;
}
.navbar {
min-height: 0;
margin-bottom: 20px;
border: 1px solid transparent;
height:60px;
}
.navbar-default {
background: none;
border:none;
padding:0;
margin:0;
}
.navbar-collapse {
padding:0;
}
.navbar-toggle {
position: absolute;
padding: 10px 0;
top:12px;
right:15px;
margin:0;
background-color: transparent;
background-image: none;
border:none;
border-radius: 4px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .fixed .navbar-toggle {
border-color: #000;
}
h1 {
	height:30px;
	display:block;
	float:left;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	color:#fff;
	font-size:12px;
	margin:5px 1em;
	letter-spacing:2px;
	line-height:30px;
}
.secondnav h1 {
	-webkit-filter:none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;	
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.fixed.navbar-default .navbar-nav>li>a, .navbar-default.secondnav .navbar-nav>li>a {
    color: #777;
}
.fixed h1 {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);	
}
h1 a {
	display:block;
}
.fixed h1 a {
	height:30px;
	width:61px;
	display:block;
	-webkit-filter:none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}
h1 img {
	height:30px;
	width:auto;
	display:block;
	margin:0;
	float:left;
}
.navbar, .navbar-collapse {
}
ul.globalnav {
    float: right;
    margin: 5px 0 0;
    padding: 0;
}
.header {
	position:relative;
	color:#fff;
	z-index:1000;
	padding:15px 0;
}
.fixed {
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	position: fixed;
	top: 0px;
	z-index: 500;
	width:100%;
	background:rgba(255,255,255,.9);
}
a.btn {
	color:#eb001d;
	background:#eb001d;
	text-align:center;
	display:block;
	padding:0;
	font-size:16px;
	margin:30px 0;
}
a.btn_txt {
	padding:15px;
}
a.btn:hover {
	color:#eb001d;	
}
a.btn_red {
	background:#eb001d;
	color:#fff;	
}
a.btn_yellow {
	background:#fff000;
	color:#000;	
}
a.btn_red:hover {
	color:#fff;	
}
a.btn_yellow:hover {
	color:#000;	
}
span.red {
	color:#eb001d;	
}
a.btn span {
    position: relative;
    display: inline-block;
    padding:15px 20px;
}
a.btn span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_left.png) no-repeat center center;
	background-size:auto 120%;
}
a.btn span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_right.png) no-repeat center center;
	background-size:auto 120%;
}
a.btn.btn_yellow span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_left.png) no-repeat center center;
	background-size:auto 120%;
	filter: invert(100%);
}
a.btn.btn_yellow span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_right.png) no-repeat center center;
	background-size:auto 120%;
	filter: invert(100%);
}
ul.topbt {
	margin:0;
	padding:0;	
}
ul.topbt li {
	width:50%;
	float:left;	
}
.ttl {
position: absolute;
text-align: center;
top: 50%;
left: 50%;
display: none;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.ttl h2 {
color:#fff;
font-size:12px;
background:none
padding:10px;
border-radius:4px;
line-height:1.4;
font-weight:bold;
}
h2.title {
	margin:0;
	padding:15px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing:2px;
	font-size:20px;
	font-weight:500;
	margin-bottom:0;
	color:#fff;
	background:#000 url(img/dot.png) top left;
	text-align:center;
}
h2.title span {
    position: relative;
    display: inline-block;
    padding:0 20px;
}
h2.title span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_left.png) no-repeat center center;
	background-size:auto 100%;
}
h2.title span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_right.png) no-repeat center center;
	background-size:auto 100%;
}
h3.title {
	margin:0;
	padding:5px 10px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:2px;
	font-size:13px;
	font-weight:500;
	margin-bottom:0;
	color:#fff;
	background:#000;
	border-radius:4px;
	text-align:left;
	display:inline-block;
}

h2.title.margin {
	margin-top:30px;	
}
h2.secondtitle {
	font-size:26px;
	margin: 0 0 30px 0;
	padding:0 0 30px 0;
	border-bottom: 1px solid #222;
}
section.bg-black h2.title {
	color:#fff;	
}
.blackbg {
	background:#000;
	color:#fff;
	padding:15px;
}
.topcontents {
	margin:30px auto;
}
.contents {
	margin:15px 0 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 22px!important;
    height: 22px!important;
}
.gallery, .gallery_sp {
	margin-top:15px;	
}

ul.titlelist {
	margin:0;
}
ul.titlelist li {
	border-bottom:1px dotted #eee;
}
ul.titlelist li a {
	display:block;
	padding:15px 0;
	color:#000;
}
ul.titlelist li a:hover {
	color:#eb001d;
	text-decoration:none;
}
.topnewslist h2 {
	font-size:15px;
	margin:0;
	line-height:1.6;
	padding:5px 0 10px 0;
	color:#555;
	letter-spacing:1px;
	font-weight:300;
}
h2.newstitle {
	font-size:20px;
	margin:0;
	line-height:1.6;
	padding:10px 0;
	color:#eb001d;
	letter-spacing:1px;
	font-weight:300;
}
h2.artisttitle {
	font-size:26px;
	margin:0;
	line-height:1.6;
	padding:10px 0;
	color:#eb001d;
	letter-spacing:2px;
	font-weight:300;
	margin-bottom: 2em;	
	position: relative;
}
h2.artisttitle:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #eb001d;
}

.category-information h2.newstitle {
	background:none;
	border-top:1px dotted #eb001d;		
	border-bottom:1px dotted #eb001d;	
}

ul.contentslist li {
	padding:15px;
	font-weight:300;
	font-size:12px;	
}
ul.contentslist li:nth-child(odd){
	background: #eee;
}

.topnewslist span.entrytitle {
	display:block;
	margin-top:5px;	
}
.second .topnewslist {
	margin-bottom:30px;	
}
h2.newslist {
    border-bottom: 1px dotted #ccc;
    padding: 30px 0;
    margin: 0;
}
a.newslink {
	display:block;
	padding:0;
	width:100%;
	font-weight:300;
}
a.newslink:hover {
	text-decoration:none;	
}
a.newslink h2 {
	font-size:12px;
	font-weight:300;
	line-height:1.8;
	background:#eb001d;
	color:#201948;
	padding-left:15px;
	padding-right:15px;
}
.sidenav a.newslink h2 {
	font-size:15px;
	font-weight:300;
	line-height:1.8;
	background:none;
	color:#eb001d;
	padding-left:15px;
	padding-right:15px;
	margin:0;
}
.newsarchive a.newslink h2 {
	font-size:15px;
	font-weight:300;
	line-height:1.8;
	background:none;
	color:#201948;
	padding-left:15px;
	padding-right:15px;
}
a.newslink span.date {
	color:#eb001d;
	margin:0 0 5px;
	padding:0;
	display:block;	
}
.second a.newslink span.date, ul.sidenav a.newslink span.date {
	background:none;
	padding:0;
	display:block;
	color:#eb001d;
}
h2.newstitle span.date {
	background:none;
	padding:0;
	display:block;
}
a.more {
	display:block;
    letter-spacing: 2px;
    font-size: 13px;
    text-align:center;
    background:#ffff00;
    color:#000;
    padding:15px;
    border-radius:4px;
}
a:hover.more {
	color:#000;
	background:#eb001d;
	text-decoration:none;
}
.newswrap {
	padding-top:30px;	
}
.qabox {
	background:#eee;
	border:1px solid #aaa;
	padding:10px 0;
	border-left:none;
	border-right:none;
	font-size:13px;
	letter-spacing:1px;
	margin-top:30px;
}
.qatitle {
	color:#eb001d;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;	
	border-bottom:1px dotted #eb001d;
	margin:15px 0;
	padding:0 0 15px;
}
.qawrap p {
    margin: 0 0 30px;
}
.qawrap ul {
	margin:0;	
}
.qawrap ul li {
	border-top:1px dotted #eee;
	padding:15px;	
}
.qawrap .btn {
	margin:15px 0!important;
	color:#fff!important;
}
ul.snslist li {
	margin:0 15px;	
}
ul.snslist i {
	font-size:26px;
}
.contentstitle {
    font-size: 26px;	
	margin:0;
	padding:0 0 30px;
	color:#eb001d;
	letter-spacing:2px;
	font-weight:300;
	margin-bottom: 2em;	
	position: relative;
}
.contentstitle:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #eb001d;
}
.report {
    font-size: 26px;	
	margin:0;
	padding:0 0 30px;
	color:#555;
	margin-bottom: 2em;	
	position: relative;
}
.report p {
	font-size:13px;
	color:#555;	
}
.report:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #eb001d;
}
.report.campqahead {
	padding:3px 0 0;
	margin:0 0 5px;	
}
.report.campqahead:before {
		display:none;
		background-color:none;
}
h2.redtitle {
	font-size:13px;
	color:#fff;
	background:#eb001d;
	padding:15px;
	margin:30px 0 15px 0;	
}
h3 {
	background:#eee;
	font-size:13px;
	padding:10px;
	margin:15px 0;
}
.artistwrap .special a {
	font-size:13px;
}
.special ul {
	border-top:1px solid #fff;			
}
.special ul li {
	border-bottom:1px dotted #eb001d;
	font-size:15px;
}
.special ul.nav-tabs li {
	border:none;
}
.special ul.nav-tabs li a:hover {
	color:#eb001d;
}
.tab-pane ul li {
	width:50%;
	float:left;
	box-sizing: border-box;	
}
.tab-pane ul li p {
	margin:0;
	font-size:11px;
}
.tab-pane ul li a, .tab-pane ul li span {
	display:block;
	font-size:13px;
	margin-bottom:0;
	padding:15px 0;
}
.tab-content {
	padding:15px;
}
.eveoutline {
	margin:0 0 30px 0;
	font-size:13px;
}
ul.eveoutlinelist li {
	padding:10px 0;
	border-bottom:1px dotted #eee;
}
.eveentry ul.eveoutlinelist li {
	padding:10px 0;
	border-bottom:none;
}
h4 {
	font-size:13px;
	margin:0 0 10px;
	color:#eb001d;		
}
h3.toplinetitle {
	font-size:26px;
	margin:0;
	line-height:1.6;
	padding:20px 0 10px 0;
	color:#eb001d;
	letter-spacing:2px;
	font-weight:300;
	margin-top: 1em;	
	position: relative;
	background:none;
}
h3.toplinetitle:before {
content: '';
position: absolute;
top: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #eb001d;
}
a.tour, span.tour {
	max-width:90%;
	display:block;
	border-radius:10px;
	padding:30px;
	background:#fff000;
	color:#eb001d;	
	font-size:16px;
	margin:15px auto;
} 
a.tour:hover {
	background:#eb001d;
	color:#fff000;
	text-decoration:none;
}
a.tour span {
	position: relative;
    display: inline-block;
    padding: 0 40px;	
}
a.tour span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(img/bt_arrow.png) no-repeat center center;
    background-size: auto 100%;
}
a.tour:hover span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(img/bt_arrow2.png) no-repeat center center;
    background-size: auto 100%;
}
a.tour2, span.tour2 {
	max-width:100%;
	display:block;
	border-radius:10px;
	padding:30px;
	background:#fff000;
	color:#eb001d;	
	font-size:16px;
	margin:30px 0 0;
} 
.trekkingbox {
	margin:15px 0;	
}
.trekkingbox h3 {
    margin: 0;
    text-transform: uppercase;
    background: #000;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 15px;
    color: #fff;
    margin: 0;
}
.trekkingbox dl {
	padding:0;
	background:#eee;
	margn-top:0
	overflow: hidden;
	zoom: 1;
}
.trekkingbox dl dt {
display: block;
width: 20%;
clear: left;
float: left;
font-weight:normal;
margin-top:5px;
}
.trekkingbox dl dd {
display: block;
width: 80%;
float: left;
margin-top:5px;
}
.artistwrap a.btbox {
	background:#000;
	padding:15px;
	text-align:center;
	display:block;
	color:#fff000;
	font-size:12px;	
}
.artistwrap a:hover.btbox {
	text-decoration:none;	
	background:#fff000;
	color:#000;
}
ul.sp1 li {
	width:9%;
}
ul.sp1 {
	margin-top:30px;	
}
ul.sp2 {
	margin-top:15px;	
}
ul.sp2 li {
	width:13%;
}
ul.sp3 li {
	width:9%;
}
ul.sp3 {
	margin-top:15px;	
}
ul.sp1 li a, ul.sp2 li a, ul.sp3 li a {
	display:block;	
}
#footer {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
	overflow:hidden;	
}
#footer ul {
	margin:15px 0 0;	
}
#footer ul li {
	margin:0;
	width:33.3333%;
	float:left;
}
#footer ul li a {
	display:block;
	border:1px solid #fff;
	padding:10px;
	color:#fff;
	margin:0 10px;
	font-weight:bold;
}
#footer ul li a:hover {
	text-decoration:none;
	background:#fff;
	color:#000;	
}
#footer i {
	font-size:26px;
}
#footer .rightbox {
	text-align:right;
	padding-right:20px;
}
#footer.secondfooter {
	border-top:5px solid #eee;	
	padding:30px 0 0;	
}
.info {
	border-bottom:5px solid #eee;	
	padding:30px 0;	
}
.info h2.title {
	margin-bottom:30px;	
}
.info h3 {
	border-top:2px dotted #eee;
	border-bottom:2px dotted #eee;	
	padding:15px;
	margin-bottom:10px;
	font-size:12px;	
}
/*  GOODS */
.goodslist {
	margin-bottom:30px;	
}
.goodslist img {
	border:1px solid #eb001d;
}
h3.goodstitle {
	background:none;
	font-size:13px;
	color:#eb001d;
	padding:0;
	margin:10px 0 0;	
}
p.goodsprice {
	margin:5px 0 0;
	font-size:12px;	
}

#footer small {
	display:block;
	font-size:10px;
	margin: 0;
	color:#fff;
	padding:0;
	line-height:50px;
}
.newsbox {
	font-size:12px;
	letter-spacing:2px;
	margin:0 0 30px 0;
	padding:0 0 30px;
	border-bottom:1px dotted #eee;
}
.newsbox  li button {
	width:100%;
	text-align:left;
	white-space:normal;
	border:none;
	overflow:hidden;
	outline : none;
}
.newsbox  li a, .newsbox  li button {
	display:block;
	font-size:14px;
	line-height:1.8;
	letter-spacing:2px;
	padding:10px 30px 10px 0;
	border-top:1px dotted #eee;
	background:#fff;
}
.newsbox li p {
	font-size:12px;
	padding:15px;
}
.newsbox li .toplivebox {
	background:#f8f8f8;
	padding:15px;
}
.newsbox li .toplivebox a {
    display: inline;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
    padding: 0;
    background: none;
    border-top: none;
}
.newsbox  li a span.subdetail {
	font-size:12px;
	letter-spacing:1px;
	display:block;
	margin-top:5px;
}
.newsbox  li a:hover, .newsbox  li button:hover {
	color:#aaa;
	text-decoration:none;
	overflow:hidden;
	outline : none;
}
h2.toplivetitle {
	margin:0;
	font-size:14px;
	padding:10px 30px 10px 0;
	letter-spacing:2px;
	display:block;
	border-top:1px dotted #333;
}	
p.toplivedetail {
	border-bottom:1px dotted #333;
	padding:0;	
}
.list {
	margin-bottom:30px;	
}
a.newslist {
	background:#eee;
	text-align:center;
	display:block;
	padding:10px 30px 10px 0;
	border-radius:3px;
}
ul.newsbox {
	margin:0;
	padding:0;
}
a.newslist:hover {
	background-color:#ccc;
}
.newsbox span.date {
	font-size:12px;
	display:block;
}
.post a {
	color:#000000;
}
h2.newstitle span {
	margin:0;
	padding:10px 0 20px;
	font-size:20px;
	letter-spacing:2px;
	font-weight:200;
	color:#fff;
	display:block;
}


h2.newstitle a {
	margin:0;
	padding:10px 0 20px;
	font-size:20px;
	letter-spacing:2px;
	font-weight:200;
	display:block;
}
h2.newstitle a:hover {
	color:#aaa;
	text-decoration:none;	
}
h2.category {
	line-height:16px;
}
h4.title {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
}
#access p {
	margin:5px 0 20px;
}
#access p.last {
	margin-bottom:0;
}
.outline {
	margin-bottom:30px;
	font-size:15px;
}
.outlinehead {
  border-right: 1px solid #ccc;
}
p.coming {
	border:1px dotted #eb001d;
	background:#eee;
	color:#aaa;
	padding:10px;
	text-align:center;	
}
.prespecial {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 15px 30px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #eee;
	border-radius:8px;
}

.prespecial:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #eee;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.ticketdetail td img {
	height:60px;
	width:auto;	
	margin:10px 0;
}
.ticketdetail td.type {
	font-weight:bold;	
}
.ticketdetail td.type span {
	font-weight:normal;	
}
.ticketdetail td.price {
	font-size:13px;
	letter-spacing:1px;	
	line-height:1.6;
}
.ticketdetail td.price span {
	background:#000;
	width:10em;
	display:inline-block;
	padding:5px;
	margin-bottom:5px;
	color:#fff;
	font-size:14px;
}
.ticketdetail td.price span.sold {
	background:#ccc;
	text-decoration: line-through;	
	width:10em;
	display:inline-block;
	padding:5px;
	margin-bottom:5px;
	color:#fff;
	font-size:14px;
}
.ticketdetail td.price span.soldout {
	background:none;
	width:10em;
	display:inline-block;
	padding:5px;
	margin-bottom:5px;
	color:#ff0000;
	font-size:14px;
}
li.bnrnav {
	width:25%;
	float:left;
	list-style:none;	
}
li.bnrnav span {
	display:block;	
}
li.bnrnav a, li.bnrnav span {
	padding:15px 7px 0;	
}
.cd-primary-nav li.bnrnavbottom {
	float:none;	
	clear:both;
	padding-top:30px;	
}
.btticket {
	display:block;
	margin:15px 0 30px;	
}
.notice {
	background:#eee;
	padding:15px;	
	font-size:13px;
}
.campnotice {
	background:#eee;
	padding:30px;	
	font-size:13px;
	margin-top:60px;
}
.campnotice h3.qabox {
	margin:0;	
}
.campnotice ul {
	margin:0;	
}
.campnotice ul li {
	border-top:1px dotted #ccc;
	padding:15px;	
}
.campnotice ul li:first-child {
	border:none;	
}
.campnotice ul li.cap {
	margin-top:30px;
	background:#ccc;
}
.campnotice ul li h4 {
	margin:0;
	color:#555;
}
.campqatop {
	margin:0;	
}
.notice2 {
	padding:15px 0;	
	font-size:13px;
	margin:10px 0;
	border-top:1px solid #eb001d;
	border-bottom:1px solid #eb001d;	
	text-align:center;
}
.notice h3 {
	margin:0 0 15px;	
}
.notice h3 span {
	font-size:13px;
	font-weight:600;
	color:#eb001d;
	display:inline-block;
	padding-bottom:10px;
	margin:0 auto;
	border-bottom:3px solid #eb001d;	
}

/* BNR AREA */
.bnrarea {
	margin-top:30px;
}
/* NEW RELEASE  */
.release {
	margin-top:45px;
}
.releasebox {
	font-size:12px;
	margin-bottom:10px;
}
.releasebox .cap, .releasebox.date {
	font-size:11px;
	line-height:1;
}
.releasebox h2 {
	font-weight:bold;
	font-size:20px;
	margin:10px 0;
}
.releasebox .releasedetail {
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #000;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.nomenu {
	margin-top:40px;
}
/* SNS BLOCK */
.snsblock {
	background:#eee;
	padding:30px 0;
}
.instagram {
	margin:20px 0 30px;
}
.instagram ul.img {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.instagram ul.img li {
	width:10%;
	margin:0;
	float:left;
}
.instagram ul.img li a {
	display:block;
}
.instagram ul.img li a:hover img {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */	
}
.instagram ul.img a img {
	width:100%;
	height:auto;
}
.second {

}
.secondnext {
	border-top:1px solid #aaa;
	padding-top:20px;
	margin-top:20px;
}
h2.notfound {
	font-size:30px;
	color:#ccc;
	margin:60px 0;
	font-weight:bold;
}
h2.pagetitle {
	height:30px;
	overflow:hidden;
	margin:0 0 20px;
	display:block;
	text-indent:-9999px;
}
ul.category {
	list-style:none;
	padding:0;
	margin:20px 0 0;
	font-size:13px;
}
ul.category li a {
	display:block;
	padding:15px 0;
	border-bottom:1px dotted #eee;
	letter-spacing:2px;
	margin:1px 0 0;
	word-wrap: break-word
}
ul.category li a span.date {
	font-size:11px;
	letter-spacing:1px;
}
ul.category li a span.title {
	display:block;
}
ul.category li a:hover {
	color:#eb001d;
	text-decoration:none;
}
.entrycon {
	margin:30px 0;	
}
.thumbbox {
	background:#fff;
	display:block;
	padding:0;
	width:100%;
}
.thumbbox img {
	width:100%;
	height:auto;	
}
h2.title.artistlist {
	margin:0;
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	font-size:12px;
	font-weight:500;
	margin-bottom:0;
	color:#fff;
	background:#000 url(img/dot.png) top left;
	text-align:center;
}
h2.title.artistlist span {
    position: relative;
    display: inline-block;
    padding:0 20px;
}
h2.title.artistlist span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_left.png) no-repeat center center;
	background-size:auto 100%;
}
h2.title.artistlist span::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 12px;
	height: 24px;
	margin-top: -12px;
	background:url(img/thunder_right.png) no-repeat center center;
	background-size:auto 100%;
}
.artistwrap a {
	color:#eb001d;
	font-size:16px;	
}
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
@media (max-width: 1200px) {
h2.title.artistlist {
	margin:0;
	padding:10px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	font-size:11px;
	font-weight:500;
	margin-bottom:0;
	color:#fff;
	background:#000 url(img/dot.png) top left;
	text-align:center;
}
h2.title.artistlist span {
    position: relative;
    display: inline-block;
    padding:0 20px;
}
}
@media (max-width: 992px) {
.releasebox {
	font-size:12px;
	margin-bottom:20px;
}
ul.nav li {
	margin-left:0;
	margin-right:15px;	
}
ul.nav li a {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 11px;
    color: #fff;
}
ul.nav li:first-child {
	margin-left:0px;
}
.special ul li a {
	padding: 10px 15px;
	color: #eb001d;
}
.livedate .row {
	padding:0;
	margin:0;
}
.livedate .row div {
	padding-left: 5px;
	padding-right: 5px;
}
.releasebox {
	padding:0;
}
.row {
margin-right: 10px;
margin-left: 10px;
}
.sidecontents {
padding-right: 40px;
padding-left: 40px;
}
}
@media (max-width: 768px) {
a.btn {
	padding:30px 15px;
	border-radius:8px;	
	font-size:18px;
	font-weight:600;
}
a.btn span {
    position: relative;
    display: inline-block!important;
    padding:0 20px;
    color:#ffff00;
}
ul.topbt li {
	width:100%;
	display:block;
	float:none;	
}
.logo img {
	width:150px;
	height:auto;
}
.logo {
	position:absolute;
	top:15px;
	width:100%;	
	text-align:center;	
}	

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 270px;
}
.cal_wrapper {
  max-width: 960px; /* 最大幅 */
  min-width: 200px; /* 最小幅 */
  margin: 0 auto;
  height: 300px;  
}
#loader {
	width: 300px;
	height: 189px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -94px; /* heightの半分のマイナス値 */
	margin-left: -150px; /* widthの半分のマイナス値 */
	z-index: 100000;
}
h1 a {
display:block;
}
h1 a img {
	height:30px;
	width:auto;
	margin:0 auto;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #222;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .fixed .navbar-toggle .icon-bar {
    background-color: #000;
}
ul.nav, ul.sns {
	float:none;
	width:100%;
}
.header {
	padding:0;	
}
.container>.navbar-header {
	padding:15px 0;	
}
ul.nav li {
	width:100%;
	float:none;
	display:block;
	padding:0;
	border-bottom:1px solid #000;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-default .navbar-nav>li>a {
	padding:15px;
	color:#000;
}
.navbar-default .navbar-nav>li>a:hover {
background:#000;
color:#fff;
}
ul.nav {
	height:auto;
	background:rgba(255,255,255,.8);
}
ul.globalnav {
	border-top:1px solid #000;
    float: right;
    margin: 0;
    padding: 0;
}
ul.nav li {
    margin-left: 0;
}
ul.sns {
	position:relative;
	background:#222;
	text-align:center;
	padding:0;
	display:inline-block;
}
ul.sns li {
	display:inline-block;
	float:none;
	border:none;
}
ul.sns li a {
	border:none;
}
ul.sns li.nav_insta a {
}
ul.nav li a {
	border-left:none;
	text-indent:0px;
	color:#fff;
	font-size:12px;
}

.instagram ul.img li {
	width:20%;
	margin:0;
	float:left;
}
img.itemtop {
	margin-bottom:20px;
}
.fbbox {
	margin-bottom:30px;	
}
.post {
}
h2.artisttitle {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    padding: 0;
    color: #eb001d;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 2em;
    position: relative;
}
h2.artisttitle:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #eb001d;
}
h2.title.artistlist {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
    background: none;
    text-align: center;
}

.row {
margin-right: 0;
margin-left: 0;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
max-height: 100%;
margin-top:0;
border:none;
}
.inbox {
	margin-bottom:10px;
}
.gridcontents {
	height:auto;
}

.sidecontents {
padding-right: 0;
padding-left: 0;
}
#footer {
	text-align:center;
}

h2.news {
	margin:0 auto;
}
h2.media {
	margin:0 auto;
}
h2.live {
	margin:0 auto;
}
h2.bio {
	margin:0 auto;
}
h2.disco {
	margin:0 auto;
}
h2.store {
	margin:0 auto;
}
div.newsbox {
	padding:0 0 10px;
}
.news, .release, .bnrarea {
margin-right: 0;
}
.bio img {
	margin-top:30px;
}
.livewrap {
	margin-top:20px;
	}
.entryimgbox {
margin:0 0 20px;
}
.entryimg {
margin:5px 0 0 0;
width:100%;
height:auto;
}
/* Facebook Like Box width:100% */
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span, .fb iframe{
    width: 100%! important;
    margin:0 0 0 -12px;
}

.blackflag {
	padding:10px;
}
.livewrap {
	margin-top:20px;
	padding:0;
}
#wrapper.second {
    margin-top: 60px;
}
.concept_txt {
    text-align: center;
    line-height: 2em;
    font-size: 10px;
}
section {
	padding:0 0 15px 0;		
}
section#bnrarea {
	padding:0 0 10px;	
}
section#concept {
	padding:60px 0;	
}
#wrap.mainsp {
    width: 100%;
    height: 100%;
}
.mainbadge {
	display:block;
	position:absolute;
	width:150px;
	height:150px;
	top:auto;
	left:auto;
	bottom:15px;
	right:15px;	
}
.page-scroll {
	position:absolute;
	bottom:20px;
	text-align:center;
	width:100%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
#footer {
	height:auto;	
}
#footer ul li {
	margin:0;
	width:100%;
	float:none;
	display:block;
}
#footer ul {
	border-bottom:1px solid #fff;	
}
#footer ul li a {
	display:block;
	border:1px solid #fff;
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding:10px;
	color:#fff;
	margin:0;
	font-weight:bold;
}
#footer small {
	display:block;
	font-size:10px;
	margin: 0;
	color:#fff;
	padding:15px 50px;
	line-height:1.2;
}
.table {
	font-size:13px;	
}
.table td.price span {
	font-size:13px;
	background:none;
	color:#000;
	display:inline-block;
	width:100%;
}
.ticketdetail td.price span.sold {
	font-size:13px;
	background:none;
	color:#000;	
	text-decoration: line-through;	
}
.ticketdetail td.price span.soldout {
	font-size:13px;
	color:#ff0000;
}
.prespecial {
    margin-top: 0;
}
section#bnrarea .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
section#bnrarea ul li a, section#bnrarea ul li span {
	display:block;
	margin-right:5px;	
}
section#bnrarea ul li:nth-child(even) a, section#bnrarea ul li:nth-child(even) span {
	margin-right:0;
	margin-left:5px;
}
section#bnrarea a, section#bnrarea span {
	display:block;
	margin-top:10px;	
}
ul.titlelist {
	background:#eee;
	padding-left:10px;
	padding-right:10px;
}
a.more {
	margin-bottom:15px;
}
li.bnrnav {
	width:50%;
	float:left;
	list-style:none;	
}
h2.redtitle {
    margin: 15px 0 0;
}
.eveoutline {
    margin: 20px 0 0;
    font-size: 13px;
}
p {
    margin: 0 0 5px;
}
h4 {
    margin: 10px 0 5px;
}
.contentstitle {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
    color: #eb001d;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 2em;
    position: relative;
}
.contentstitle:before {
    width: 30px;
    height: 3px;
}
.report {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px;
    color: #eb001d;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 2em;
    position: relative;
}
.report:before {
    width: 30px;
    height: 3px;
}
.campqatop:before {
		display:none;
		background:none;
}
h3.toplinetitle {
	font-size:16px;
	margin:0;
	line-height:1.6;
	padding:0;
	color:#eb001d;
	letter-spacing:2px;
	font-weight:300;
	margin-top: 2em;	
	position: relative;
	background:none;
}
h3.toplinetitle:before {
    width: 30px;
    height: 3px;
}
.special ul.nav-tabs {
	margin-top:15px;
	border:none;
}

.special ul.nav-tabs li {
	border:none;
	padding:0;
	font-size:12px;
	letter-spacing:0;
	width:25%;
	text-align:center;	
	margin:0;
	float:left;
}
.special ul.nav-tabs li a {
	color: #eb001d;	
	padding:10px 0;	
	border-bottom:1px solid #ddd;
}
.special ul.nav-tabs li.active a {
    border-bottom: 1px solid #fff;	
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;	
    cursor: default;
}
.tab-pane ul li {
	width:100%;
	float:none;
}
.notice2 {
	text-align:left;
}
.campnotice {
	background:#eee;
	padding:15px;
}
.outline {
    margin-top: 0;
    font-size: 15px;
}
.outlinehead {
	border:none;
  border-bottom: 1px dotted #ccc;
  padding-bottom:10px;
  margin-bottom:10px;
  font-size:11px;
  margin-top:0;
}
ul.sp1 li {
	width:30%;
	margin-top:15px;
}
ul.sp2 li {
	width:30%;
	margin-top:15px;
}
ul.sp1 {
	margin-top:15px;	
}
ul.sp2 {
	margin-top:15px;	
}
ul.sp2 li {
	width:45%;
}
}
/* === SNS RESPONSIVE === */
/* twitter */
.TwitterWidget #twitter-widget-0 {
    width:100% !important;
}
/* Facebook Likebox */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{ width: 100%!important; }
.Facebook_LikeBox .fb-comments,
.Facebook_LikeBox .fb_iframe_widget,
.Facebook_LikeBox .fb_iframe_widget[style],
.Facebook_LikeBox .fb_iframe_widget iframe[style],
.Facebook_LikeBox .fbcomments iframe[style],
.Facebook_LikeBox .fb_iframe_widget span {
    width: 100% !important;
}
.facebook-comment {
    width: 100% !important;
}
.fb-comments, 
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments span[style] {
    width:100% !important; 
}

/* YouTube */
.YouTube  {
    overflow: hidden;
    position: relative;
    /* paddingで高さを出している */
    height: 0;
    padding-top:30px;
    padding-bottom:56.25%;
}
.YouTube iframe,
.YouTube object,
.YouTube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Google Map */
.GoogleMap {
    overflow: hidden;
    position: relative;
    margin:0;
    /* paddingで高さを出している */
    height: 0;
    padding-bottom: 40%;
}
.GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
