@charset "UTF-8";

.c-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.c-bg--01 {
	background: url(../img/background/bg-back.png) center 0px;
	
    
}

.c-bg--02 {
    background: url(../img/background/bg-green.png) center 0px;
	
}

.c-bg--03 {    
	background: url(../img/background/bg-top.png) center 0px no-repeat;
	position:fixed;
}

.c-bg--04 {    
	background: url(../img/background/bg-top-one.png) center 0px no-repeat;
}





@media screen and (max-width: 767px) {
    .c-bg--02 {
        background-size: 125px auto;
        background-position: center 20px;
    }
	.c-bg--03 {
		background-size:960px auto;
		background-position:-480px 0px;
	}
	.c-bg--04{
		display:none;	
		
	}
}

	


/*@import url(c-sp-menu.css);*/
.c-sp-menu__inner {
    display: none;
}

.c-sp-menu__button {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-sp-menu.show .c-sp-menu__inner {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .c-sp-menu {}
    .c-sp-menu__item img {
       
        width:280px;
		height:auto;
    }
    .c-sp-menu__item {
        border-top: 1px solid #FFFFFF;
        background-color: #b0df58;
    }
    .c-sp-menu__item:first-child {
        /*border-top: none;*/
    }
	.c-sp-menu__item:last-child {
        border-bottom: 1px solid #FFFFFF;
    }
    .c-sp-menu__item:first-child img{
        
    }
    .c-sp-menu__link {
        display: block;
        padding: 3px 0 3px 20px;
        position: relative;
        box-sizing: border-box;
    }
    .c-sp-menu__item:first-child .c-sp-menu__link{
        padding: 3px 0 3px 20px;
    }
    .c-sp-menu__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #b0df58;
        opacity: 0.5;
    }
    .c-sp-menu__item__inner:after {
        content: "";
        width: 9px;
        height: 13px;
        background: url("../img/navigation/sp-menu-arrow.png") left top no-repeat;
        -webkit-background-size: 9px 13px;
        background-size: 9px 13px;
        display: block;
        z-index: 12;
        right: 40px;
        position: absolute;
        top: 50%;
        margin-top: -7px;
    }
    .c-sp-menu__contents {
        background-color: #b0df58;
        position: relative;
        padding-top: 44px;
    }
    .c-sp-menu__item__inner {
        display: block;
        /*width: 320px;*/
        margin: 0 auto;
        position: relative;
    }
    .c-sp-menu__button {
        display: block;
        position: absolute;
        right: -0;
        top: -0;
        z-index: 11;
        padding: 8px;
    }
    .c-sp-menu__button img {
        width: 25px;
        height: auto;
    }
}


/*@import url(c-container.css);*/
.c-container--contents{
    width: 960px;
    margin: 0 auto;
    background-color: #1a1a1a;
    color: #DCDCDC;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .c-container--contents{
        width: auto;
    }
}

/*@import url(c-heading-sidebar.css);*/
.c-heading-sidebar {
    background: url(../img/c-heading/bg-heading.png) left top repeat-x;
    padding: 15px 0 0 0;
}

.c-heading-sidebar__txt {
    border-bottom: 1px solid #535353;
    padding-bottom: 10px;
}

.c-heading-sidebar__txt img {
    height: 22px;
    width: auto;
}

.c-heading-sidebar--accordion {
    cursor: pointer;
    position: relative;
    border-bottom: 3px solid #3FB4B0;
    background-image: url(../img/c-heading/bg-heading.png), url(../../img/lineup-tit-bg.jpg) !important;
    background-repeat: repeat-x, repeat-x;
}

.c-heading-sidebar--accordion:after {
    content: "";
    width: 12px;
    height: 9px;
    background-image: url(../../img/ico-arrow-down.png);
    position: absolute;
    top: 22px;
    right: 10px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}

.c-heading-sidebar--accordion .c-heading-sidebar__txt {
    border: none;
}

.c-heading-sidebar__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/c-heading/ico-heading-arrow.png) left top no-repeat;
}

.c-heading-sidebar {
    padding: 15px 0 0 0;
    background: url(../img/c-heading/bg-heading.png) left top repeat-x;
}

.c-heading-sidebar__txt {
    border-bottom: 1px solid #535353;
    padding-bottom: 10px;
}

.c-heading-sidebar__txt img {
    height: 22px;
    width: auto;
}

.c-heading-sidebar--accordion .c-heading-sidebar__txt {
    border: none;
}

.c-heading-sidebar__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/c-heading/ico-heading-arrow.png) left top no-repeat;
}



/*@import url(c-heading-onair.css);*/
.c-heading-onair {
    padding: 20px 10px 10px 25px;
    position: relative;
    box-sizing: border-box;
    min-height: 127px;
}

.c-heading-onair__overlay {
    background: url(../img/c-heading/bg-heading.png) left top repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
    opacity: 0.8;
    z-index: 0;
}

.c-heading-onair__date {
    display: inline-block;
    background-color: #000;
    color: #40b4b3;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    margin-bottom: 3px;
    position: relative;
}

.c-heading-onair__title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 767px) {
    .c-heading-onair__overlay {}
    .c-heading-onair__title {
        font-size: 12px;
    }
    .c-heading-onair {
        min-height: 0;
        padding: 5px;
    }
}



/*@import url(c-heading-top.css);*/

.c-heading-top{
  padding: 14px 10px 0px 10px;
  position: relative;
}

.c-heading-top__inner{
  border-bottom: 2px solid #CCC;
  padding-left: 10px;
  padding-bottom: 10px;
}


.c-heading-top__txt img{
 
}


/*@import url(c-heading-contents.css);*/
.c-heading-contents {
    padding: 36px 10px 40px 25px;
    position: relative;
    border-bottom: 4px solid #40b4b1;
}

.c-heading-contents__banner {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 10px;
}

.c-heading-contents__banner img{
    width: 308px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .c-heading-contents {
        padding: 16px 0 16px 0;
        text-align: center;
        border-bottom: 2px solid #40b4b1;
    }
    .c-heading-contents__txt img {
        height: 13px;
        width: auto;
    }
    .c-heading-contents__banner {
        display: none;
    }
}


/*@import url(c-header.css);*/
.c-header {
    padding-top: 36px;
    padding-bottom: 23px;
}

.c-header__inner {
    text-align: center;
    width: 978px;
    margin: 0 auto;
}

.c-header__logo {
    margin-bottom: 18px;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.c-header__logo img {
    width: 100%;
    height: auto;
}

.c-header_schedule {
    margin-bottom: 28px;
}

.c-header__sns {
	width:660px;
    text-align: left;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#gigyaShare {
    position: static;
    width: auto;
}

.gig-bar-container {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    *display: inline;
    *zoom: 1;
}

@media screen and (max-width: 767px) {
    .c-header {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .c-header__inner {
        width: 320px;
    }
    .c-header__logo {
        margin-bottom: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header__sns {
        display: none;
    }
    .c-header_schedule {
        display: none;
    }
}



/*@import url(c-footer.css);*/
.c-footer {
    background-color: #b8e758;
}

.c-footer__inner {
    position: relative;
    width: 960px;
    height: 109px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

.c-footer__copyright {
    margin-top: -16px;
    margin-left: -12px;
    text-align: center;
}

.c-footer__copyright img {
    width: 294px;
    height: auto;
}

.c-footer__logo {
    position: absolute;
    top: 53px;
    right: 0;
}

.c-footer-logo img {
    width: 177px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__copyright {
        margin-top: -10px;
    }
    .c-footer__copyright img {
        width: 157px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}



/*@import url(p-navigator-list.css);*/
.c-navigator-item{
    box-sizing:border-box;
}


.c-navigator-item__thumb{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-navigator-item__name{
    background-color: #000;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.c-navigator-item--active .c-navigator-item__name{
    color: #40b4b3;
}

.p-navigator-list{
    overflow: hidden;
    padding: 8px 2px 2px 2px;;
}
.p-navigator-list .c-navigator-item{
    width: 50%;
    float: left;
    padding: 3px;
}

/*@import url(p-navigation.css);*/

.p-navigation{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    background-color: #000;
}


.p-navigation--contents {
    padding: 3px 10px 3px 10px;
}


.p-navigation__inner {
    width: 950px;
    margin: 0 auto;
}

.p-navigation--top{
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}


.p-navigation__item{
    width: 233px;
    float: left;
    margin-left: 5px;
}
.p-navigation__item--top{
    width: 208px;
        margin-left: 3px;
}
.p-navigation__item a{
    text-decoration: none;
}

.p-navigation__item a{
    text-decoration: none;
}

.p-navigation__item:first-child{
    margin-left: 0;
}

.p-navigation__item img{
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .p-navigation{
        display: none;
    }
}

/*@import url(layout.css);*/
.l-footer {
    margin-top: 0px;
}

.l-main {
    margin-top: 29px;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    .l-main {
        margin-top: 0px;
    }
    .l-footer {
        margin-top: 0;
    }
}


/*@import url(utility.css);*/
/*  CLEAR FIX 
---------------------------------------------- */

.clrfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clrfix:after {
    /*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

.u-sidebar-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.u-hover {
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

.u-hover:hover {
    opacity: 0.7;
}

#size-detect {
    font-family: pc;
    display: none;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: sp;
        display: none;
    }
}



html body{
    background: #000;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
    position: relative;
}



.c-select {
    position: relative;
    color: #222222;
}
.c-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}
.c-select__inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 0 12px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 32px;
    background: #DDDDDD;
    padding-left: 44px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #838383;
}
.c-select__inner:before,
.c-select__inner:after {
    content: '';
    position: absolute;
    display: block;
}
.c-select__inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 29px;
    background: #DDDDDD;

    border-right: 1px solid;
    margin: 4px 0;
}
.c-select__inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #838383;
    border-width: 5px 5px 0 5px;
}

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}