@charset "UTF-8";



/*----------------------------------------------*/
/*----------------------------------------------*/
/*CUSTOMIZE ARENA [INDEX]*/
/*----------------------------------------------*/
/*Created: 2015.01.01*/
/*Last Update:	2015.01.21*/
/*----------------------------------------------*/




/*INDEX*/

/*DEFAULT*/

/*HEADER*/

/*FOOTER*/

/*CONTENT*/
/*/// Present ///*/
/*/// Special Live ///*/
/*/// Program ///*/
/*/// Event ///*/












/*----------------------------------------------*/
/*DEFAULT*/
/*----------------------------------------------*/

body {
margin:0;
padding:0;
background:#FFF;
font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Lato", sans-serif;
letter-spacing: .07rem;
}

/* Clearfix */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
.cf {
zoom:1;
}

/*Image Setting*/
img {
margin:0;
padding:0;
vertical-align:bottom;
}


/*未掲載の場合*/
.none {
display:none;
}




/*Container*/
#container {
width:auto;
height:auto;
margin:0;
padding:0;
}









/*----------------------------------------------*/
/*HEADER*/
/*----------------------------------------------*/

header {
width:auto;
height:583px;
margin:0;
padding:0;
display: flex;
align-items: center;
background: url(../images/bg_musicpit.png), linear-gradient(45deg, #ffb8b8, #ffe6e8);
background-position: center;
background-repeat: repeat;
}

header hgroup {
width:auto;
height:auto;
margin:0 auto;
}

.title-logo {
	display: grid;grid-template-columns: 1fr 1fr;
	justify-content: space-evenly;
    max-width: 1200px;
}


@media screen and (max-width:640px) {
.title-logo {
	grid-template-columns: 1fr;
}
header hgroup {
margin:0;
padding:0 12px 20px;
}

header hgroup .img-free {
width:30%;
margin:0 auto;
}

}

.sl-date img {
	max-width: 200px;
}








/*----------------------------------------------*/
/*FOOTER*/
/*----------------------------------------------*/

footer {
width:auto;
height:auto;
margin:0;
padding:25px 0;
text-align:center;
background:#111;
}

footer .copyright {
font-size:1em;
line-height:1.4em;
margin:0;
padding:0;
color:#FFF;
}
footer .copyright a {
color:#FFF;
text-decoration:underline;
}
footer .copyright a:hover {
color:#DDD;
text-decoration:none;
}


/*Page Btn*/
ul.fNavi {
width:auto;
height:auto;
margin:0;
padding:0;
list-style:none;
position: fixed;
bottom: 45px;
right: 20px;
}
ul.fNavi li {
margin:0;
padding:0;
}
ul.fNavi li.fb-ptop a {
width: 64px;
height:64px;
padding: 0;
margin:0;
text-indent:-9999px;
text-decoration: none;
display: block;
overflow:hidden;
z-index:500;
background:url(../images/btn_pagetop_b.png) no-repeat 0 0;
}
ul.fNavi li.fb-ptop a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


@media screen and (max-width:640px) {

footer {
padding:18px 0;
}

footer .copyright {
font-size:.8em;
}


ul.fNavi {
bottom: 12px;
right: 12px;
}
ul.fNavi li.fb-ptop a {
width: 32px;
height:32px;
background:url(../images/btn_pagetop_b.png) no-repeat 0 0;
background-size:32px auto;
-webkit-background-size:32px auto;
-moz-background-size:32px auto;
}
ul.fNavi li.fb-ptop a:hover {
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}

}










/*----------------------------------------------*/
/*CONTENT*/
/*----------------------------------------------*/

#content {
width:auto;
height:auto;
margin:0;
padding:0;
}
/*/// Present ///*/
#content.c-present {
background:url(../images/bg_a.gif) repeat;
}
/*/// Special Live ///*/
#content.c-splive {
background:url(../images/bg_b.gif) repeat;
}
/*/// Program ///*/
#content.c-program {
	background: linear-gradient(45deg, #ffb8b8, #ffe6e8) no-repeat center;
}
/* #content.c-program {
background:url(../images/bg_c.gif) repeat;
} */

/*/// Event ///*/
#content.c-event {
background:url(../images/bg2.jpg) no-repeat center;
background-size:cover;
}

#content .c-inner {
max-width:1200px;
height:auto;
margin:0 auto;
padding:30px 0 45px;
}


@media screen and (max-width:950px) {

#content .c-inner {
width:auto;
margin:0;
padding:20px 12px 35px;
}

}


@media screen and (max-width:640px) {

#content .c-inner {
padding:20px 10px 20px;
}

}




/*Content Title*/
#content .c-title {
text-align:center;
margin:0 0 1em;
padding:0;
font-size:2.4em;
font-weight: 900;
color: #e8340c;
}

/*Content Catch*/
#content .c-catch {
text-align:center;
font-weight: bold;
line-height: 1.9rem;
margin:0 0 1.8em;
padding:0;
}

/*Button Basic*/
.btn,.non-btn {
clear:both;
width:auto;
height:auto;
margin:0;
padding:0 0;
list-style:none;
}
.btn li,.non-btn li {
max-width:645px;
height:auto;
margin:0 auto;
padding:0;
font-size:1.2em;
}
.btn li a,.non-btn li a {
width:auto;
height:auto;
margin:0;
padding:12px 10px;
text-align:center;
font-weight:bold;
display:block;
text-decoration:none;
overflow:hidden;
}
.btn li a:hover {
	opacity: 0.7;
}
/*(Pink)*/
.b-pink a { color:#FFF; border-bottom:8px solid #D4145A; background:#ED1E79; }
/*(Blue)*/
.b-blue a { color:#FFF; border-bottom:8px solid #0055AA; background:#0071BC; }
/*(Red)*/
.b-red a { color:#FFF; border-bottom:8px solid #C1272D; background:#ED1C24; }
/*(Gray)*/
.b-gray { color:#FFF; background:#999; -webkit-border-radius: 6px;
        border-radius: 6px; text-align: center; font-size: 80%; pointer-events: none;}
.b-gray span {font-size: 80%;}

/*(red-white)*/
.b-red-white a {
	position: relative;
	top: 0;
	color: #e8340c;
	background-color: #ffffff;
	box-shadow: 0 9px #e8340c;
	border-radius: 5px;
	border: 2px solid #e8340c;
	font-size: 22px;
	color: #e8340c;
	transition: .2s ease-in-out;
}
.btn li.b-red-white a:hover {
	top: 9px; /* 元の位置から9px分下げる */
	box-shadow: 0 0 #4C0F13; /* 影を0pxにする */
 }


/*(Short)*/
.btn.short li {
float:left;
font-size:1em;
}
.btn.short li a {
padding:12px 3em;
}


/*[Content Box]*/
.c-box {
width:auto;
height:auto;
padding:22px 20px;
border:1px solid #ECECEC;
box-sizing:border-box;
background:#FFF;
max-width: 800px; 
margin: 2rem auto;
}
/*((( No Decoration )))*/
.c-box.no-deco {
border:none;
padding:0;
}
/*(Image)*/
.c-box .box-img {
width:auto;
height:auto;
}
/*(Title)*/
.c-box .box-ttl {
font-size:1.1em;
line-height:1.6em;
font-weight:bold;
}
/*(Text)*/
.c-box .box-txt {
font-size:1em;
line-height:1.5em;
}
/*(Catch)*/
.c-box .box-catch {
font-size:1.1em;
line-height:1.6em;
}
/*(Detail)*/
.c-box .box-detail {
width:auto;
height:auto;
margin:0;
padding:0 0 0 1.2em;
list-style-type:disc;
}
.c-box .box-detail li {
font-size:1em;
line-height:1.5em;
margin-bottom:.2em;
}
.c-box .box-detail li:last-child {
margin-bottom:0;
}
/*(Rogo)*/
.c-box .box-rogo {
text-align:center;
margin-bottom:1em;
}
/*(Info)*/
.c-box .box-info {
width:auto;
height:auto;
margin:0;
padding:0;
}
.c-box .box-info dt,
.c-box .box-info dd {
font-size:1em;
line-height:1.5em;
margin-bottom:12px;
}
.c-box .box-info dt {
width:120px;
float:left;
}
.c-box .box-info dd {
margin-left:120px;
}
.c-box .box-info dd span {
	color: #F90;
	font-size: 80%;
}

.goods a:hover {
	opacity: 0.7;
}


@media screen and (max-width:640px) {

#content .c-title {
margin:0 0 .3em;
}

#content .c-catch {
font-size:1em;
font-weight:bold;
text-align:left;
margin:0 0 .8em;
padding:0;
}

.btn {
padding:12px 0 0;
}
.btn li {
font-size:1.1em;
}
.btn li a {
padding:10px 8px;
}
/*(Pink)*/
.b-pink a { border-bottom:5px solid #D4145A;}
.btn li.b-pink a:hover { border-bottom:5px solid #D4145A; margin-top:0;}
/*(Blue)*/
.b-blue a { border-bottom:5px solid #0055AA; }
.btn li.b-blue a:hover { border-bottom:5px solid #0055AA; margin-top:0;}
/*(Red)*/
.b-red a { border-bottom:5px solid #C1272D;  }
.btn li.b-red a:hover { border-bottom:5px solid #C1272D;  margin-top:0;}

.btn.short li {
float:none;
font-size:.85em;
}
.btn.short li a {
padding:10px 1em;
}

.c-box {
padding:18px 15px;
}
.c-box .box-ttl {
font-size:1.0em;
line-height:1.5em;
}
.c-box .box-txt {
font-size:.9em;
line-height:1.4em;
}
.c-box .box-catch {
font-size:1.0em;
line-height:1.5em;
}
.c-box .box-detail li {
font-size:.9em;
line-height:1.5em;
margin-bottom:.1em;
}
.c-box .box-rogo {
text-align:center;
margin-bottom:.6em;
}
.c-box .box-info dt,
.c-box .box-info dd {
font-size:.9em;
}
.c-box .box-info dt {
margin-bottom:5px;
}
.c-box .box-info dd {
margin-bottom:12px;
}
.c-box .box-info dt {
width:auto;
float:none;
}
.c-box .box-info dd {
margin-left:0;
}

}


@media screen and (max-width:480px) {

#content .c-catch {
font-size:.9em;
margin:0 0 .5em;
}

}



/*/// Present /// */
/*[Content Box]*/
.c-box.box-present {
background:#FFF;
}
/*(Image)*/
.for-present .box-img {
float:right;
}
/*(Title)*/
.for-present .box-ttl {
color:#e8340c;
padding-top:.5em;
margin-bottom:.7em;
}

@media screen and (max-width:640px) {

.for-present .box-img {
float:none;
width:70%;
text-align:center;
margin:0 auto .8em;
}
/*(Title)*/
.for-present .box-ttl {
padding-top:.0;
margin-bottom:.5em;
}

}





/*/// Sp Live ///*/
.d-inner {
width:auto;
height:auto;
margin:0;
padding:0;
}
.d-box {
height:auto;
padding:0;
padding-top:4rem;
text-align:center;
}
.d-inner .d-box:last-child {
margin:0;
}

/*(List)*/
/*(List)*/
.d-box .a-list {width:auto;height:auto;margin:0;padding:0;list-style:none;display: grid;grid-template-columns: repeat(3, 1fr);}
.d-box .a-list li {text-align:center;margin: .3em 0 .3em 0;padding:0;
	display: flex;
    align-items: center;
    justify-content: center;}

/*(List Inner)*/
.a-list li a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.list-inner {
width:auto;
height:auto;
margin:0;
padding:0;
position:relative;
padding: 1.2rem;
}


/*(New Icon)*/
.list-inner span {
 position:absolute;
 top:-8px;
 left:-5px;
}

/*(Icon)*/
.icon-contents {
	display: flex;
	justify-content: center;
	padding-top: 1.5rem;
}
.icon-talk {
	background: #0c74e8;
    color: white;
    width: 85px;
    margin: .4rem;
}
.icon-live {
	background: #e8790c;
    color: white;
    width: 85px;
    margin: .4rem;
}
.icon-talk-2 {
	color: #e8340c;
	font-weight: bold;
    width: 85px;
    margin: .4rem;
    border: 2px solid;
}
.icon-live-2 {
	color: #e8340c;
	font-weight: bold;
    width: 85px;
    margin: .4rem;
    font-weight: bold;
    border: 2px solid;
}
.icon-802ccl {
	background: #e8340c;
    color: white;
	width: 117px;
    margin: .4rem .9rem 1.4rem .9rem;
    border-radius: .3rem;
}
.icon-dj {
	background: #202020;
    color: white;
    width: 130px;
    margin: .4rem;
	padding: .2rem;
}
.icon-time {
	background: #202020;
    color: white;
    width: 170px;
    margin: .4rem 0.9rem 0.4rem 0.9rem;
    position: absolute;
    top: 9.7rem;
    right: -2rem;
	display: grid;
	align-items: center;
	padding: .3rem;
}

.time-border {
	position: relative;
    padding: 1rem;
    color: #e8340c;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
	width: 130px;
}
.time-border:before,
.time-border:after {
    position: absolute;
    top: 48%;
    width: 2rem;
    border-top: 2px dashed;
    content: '';
}

.time-border:before {
    left: -1rem;
}

.time-border:after {
    right: -1rem;
}


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

.d-box .a-list {
	grid-template-columns: 1fr;
}
.d-box {
width:auto;
margin:0 10% .5em;
float:none;
border-bottom:1px solid #CCC;
}
.d-inner .d-box:last-child {
margin:0 10%;
border-bottom:none;
}

}





/*/// Program /// */
.c-box.for-prog {
background:#FFF;
}
/*(Image)*/
.for-prog .box-img {
float:right;
}
/*Program Name*/
.for-prog .box-prog-name {
font-size:1em;
line-height:1.4em;
margin:0;
padding:0;
}
/*(Title)*/
.for-prog .box-ttl {
color:#0071BC;
font-size:1.1em;
padding-top:.5em;
margin-bottom:.7em;
}
/*(Text)*/
.for-prog .box-txt {
margin-bottom:.5em;
}

.txt-name {
	font-size: 1.2rem;
    font-weight: bold;
}
.txt-name small {
	font-size: medium;
}


@media screen and (max-width:640px) {

.for-prog .box-img {
float:none;
width:auto;
margin:0 auto 1.5em;
text-align:center;
}
.for-prog .box-prog-name {
font-size:.85em;
line-height:1.3em;
}
.for-prog .box-ttl {
font-size:.95em;
padding-top:.2em;
margin-bottom:.5em;
}
.for-prog .box-txt {
margin-bottom:.3em;
}

}





/*/// Event /// */
.c-box.for-event {
background:rgba(0,0,0,0.50);
}

.event-customize {
border:1px solid #DDD;
padding:22px 20px;
background:#FFF;
margin-bottom:2em;
}
/*(Catch)*/
.event-customize .box-catch {
text-align:center;
color:#ED1C24;
font-weight:bold;
margin-bottom:1.5em;
}

/*(Info)*/
.c-box.for-event .box-info {
color:#DDD;
}
/*(Info)*/
.c-box.for-event .event-customize .box-info {
color:#111;
}

/*(New)*/
.new {color:#FF0000;}

.map {
width:40%;
margin-left:20px;
float:right;
}
.map iframe {
width:100%;
height:220px;
}


@media screen and (max-width:640px) {

.event-customize {
padding:18px 15px;
margin-bottom:1.5em;
}
.event-customize .box-catch {
margin-bottom:1em;
}

.map {
width:100%;
margin-left:0;
margin-bottom:.8em;
float:none;
}
.map iframe {
width:100%;
height:200px;
}

}

/* 20170118 yoshida hack */
.new_icn {
	position: absolute;
	bottom: 30px;
	right: -10px;
	width: 40px;
	height: auto;
}

/* 20191212 yoshida hack */
.c-art {}
.c-art h2.c-title {
	color: #000 !important;
	font-size: 240% !important;
	font-weight: bold !important;
}
.n-left {
	float: left;
	width: 36%;
	padding: 2%;
}
.n-left img {
	width: 100%;
	height: auto;
}
.n-right {
	float: left;
	width: 56%;
	padding: 2%;
}
.n-right h3 {
	font-size: 200%;
	line-height: 200%;
}

@media screen and (max-width:640px) {
	.n-left,.n-right {
		float: none;
		width: 96%;
		padding: 2%;
	}

}
