@charset "UTF-8";

/* CSS Document */

.sns_nav, .sns_nav_sp{
    display: none;
}

/* ************************************************ 
 *	共通設定
 * ************************************************ */

html{
    position: relative;
}

html,body{
    width: 100%;
    height: 100%;
}

body{
    opacity: 0;
    /*position: relative;*/
    position: absolute;
    margin: 0;
    padding: 0;
    font: 12px Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
    margin: 0;
    /* -webkit-text-size-adjust: 100%; */
    overflow-x: hidden;
}

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}

strong, em {
	font-weight:normal;
	font-style:normal;
}

li { list-style-type: none; }

img {
	border-style: none;
	vertical-align: bottom;
}

a:hover { text-decoration: none; }

.blue { color: #18328B; }
.orange { color: #C27108; }


#wrapper {
    width:100%;
    height: 100%;
    position: relative;
    margin: 0 auto;   /*全体の中央寄せ*/
}

#LogoBox{
    background-color: #000;
}

#headLogo{
    position: absolute;
    /*width: 170px;*/
    width: 130px;
    padding: 27px 25px;
    z-index: 3;
    right: 0;
}

#naviBox{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    /*overflow: hidden;*/
    pointer-events: none;
}

#naviInner{
    width: 100%;
    height: 70px;
    position: relative;
    background-color: #000;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    margin-top: -90px;
    /*margin-top: -170px;*/
    /*overflow: hidden;*/
    pointer-events: all;
}

#gNavi {
}

#gNavi ul {
    position: relative;
    left: 50%;
    float: left;
    padding: 17px 0;
}

#gNavi li {
    width: 95px;
    float: left;
    text-align: center;
    position: relative;
    left: -50%;
}

#gNavi a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding: 10px 0;
    letter-spacing: 1px;
	/*text-transform: lowercase;*/
}

#gNavi a:hover{
    opacity: 0.55;
}

.fixed{
    margin-top: 0px !important;
}

.sns{
    position: absolute;
    padding: 17px 25px;
    left: 0;
}

.sns li{
    width: 23px;
    float: left;
    border-radius: 50%;
    padding: 4px;
    margin: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sns li:hover{
    opacity: 0.55;
}

.bannerBox{
    overflow: hidden;
    width: 100%;
}

.sliderBn{
    background-color: #fff;
    padding: 15px 0 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: -105px;
    transition-delay: 0.2s;
}

.slickSlides{
    width: 250px;
    margin: 0 auto;
}

.fixed .bannerBox .sliderBn{
    margin-top: 0px !important;
}

#g_container {
    width:100%;
    /*max-width:1093px;*/
    margin: 0 auto;   /*中央寄せ*/
    /*float: left;*/
    position: relative;
    overflow: hidden;
    /*background: rgb(227, 226, 225);*/
}

#spNavi{
    overflow: hidden;
    height: 100%;
}

#spNavi ul{
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    margin-top: -500px;
    background-color: rgba(231, 0, 18, 0.8);
}

#spNavi ul li{
    text-align: center;
}
  
#spNavi ul li a{
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    letter-spacing: 1px;
}

#spNavi ul li:last-child a{
    display: inline-block;
}

.spNav-open{
    margin-top: 0 !important;
}


.frame-wrap{
    max-width: 1128px;
    margin: 0 auto;
}

.media {
    width: 240px;
    height: 240px;
    float: left;
    padding: 10px;
}
.media.x2 {
    width: 50%;
    height: auto;
}
.media.x3 {
    width: 75%;
    height: auto;
}
.media img {
    width: 100%;
    /*height: 100%;*/
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}
.media img:hover {
    /*filter: none;
    -webkit-filter: grayscale(0%);*/
}

.thumBox {
    width: 238px;
    height: 169px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.thumBox img {
    width: auto !important;
    height: auto !important;
    max-width: 238px;
    max-height: 169px;
}

.media > a{
    display: block;
    text-decoration: none;
    box-shadow: rgba(113, 135, 164, 0.12) 0px 0px 5px 2px;
    -webkit-box-shadow: rgba(113, 135, 164, 0.12) 0px 0px 5px 2px;
    -moz-box-shadow: rgba(113, 135, 164, 0.12) 0px 0px 5px 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #eaeaea;
}

.mediaInner{
    display: block;
}

.imgBox{
    display: block;
    /*height: 204px;*/
}

.mediaTxtbox{
    display: block;
    padding: 5px 0 10px;
}

.media_tt{
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.ttColor{
    padding: 0 10px;
    /*border-radius: 0 3px 3px 0;*/
}

.date{
    display: inline-block;
    text-indent: 0.7em;
    letter-spacing: 0.5px;
}

.artist > .mediaInner > .mediaTxtbox > .mLink > a{
    text-decoration: none;
}
.release > a > .mediaInner > .mediaTxtbox > p{
    text-align: center;
}

.news > a > .mediaInner > .mediaTxtbox > p{

}

.news > a, .artist > a, .release > a, .event > a{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.news > a:hover, .artist > a:hover, .release > a:hover, .event > a:hover{
    opacity: 0.55;
}

.mediaTxtbox > p{
    padding: 5px 10px 0;
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    position: relative;
}

.mediaTxtbox > p:after{
    content: "...";
    position: absolute;
    right: 0.3em;
    bottom: 0;
    background-color: #fff;
    padding: 1px 3px;
    font-weight: bold;
    font-size: 120%;
    line-height: 1;
    display: inline-block;
}

.mediaTxtbox > p > span{
    /*font-weight: bold;*/
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
height: 3em;*/
}

.imgWrap{
    display: table;
    max-width: 853px;
    max-height: 565px;
    margin: 0 auto;
}

.eventsImg, .releaseImg, .newsImg, .aboutImg{
    max-width: 853px;
    max-height: 565px;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.eventsImg img, .releaseImg img, .newsImg img, .aboutImg img{
    width: auto !important;
    height: auto !important;
    max-width: 853px;
    max-height: 565px;
}


#footer {
    width: 100%;
    /*background-color: #000;*/
    /*padding: 25px 0 40px;*/
}




#footerNavi {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
}

#footerNavi ul {
    position: relative;
    left: 50%;
    float: left;
}

#footerNavi li {
    /*width: 95px;*/
    float: left;
    text-align: center;
    position: relative;
    left: -50%;
    border-right: 1px solid #575757;
}

#footerNavi li:last-child{
    border-right: none;
}

#footerNavi a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    padding: 1px 20px;
    letter-spacing: 1px;
	/*text-transform: lowercase;*/
}

#footerNavi a:hover{
    opacity: 0.55;
}

.footerSns{
    clear: both;
    overflow: hidden;
    width: 86px;
    /*margin: 0 auto 20px;*/
    margin: 0 auto;
}

.footerSns li{
    width: 23px;
    float: left;
    padding: 5px;
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footerSns li:last-child{
    margin-right: 0;
}

.footerSns li:hover{
    opacity: 0.55;
}

#footerLogo{
}

#footerLogo a{
    display: block;
    width: 40px;
    margin: 0 auto 15px;
}

.footer_address{
    text-align: center;
    clear: both;
    font-size: 11px;
    letter-spacing: 1px;
}

#goTopBt {
	background-image: url(../img/common/goTopBt.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 40px;
	position: fixed;
	bottom: 0px;
	right: 30px;
        background-size: contain;
}

#movieBt {
	position: absolute;
	left: 100px;
	top: 10px;
}

.rslides{
    background: #000;
}
.rslides li{
    max-height: 876px;
    min-width: 1220px;
}


#contentInner h2{
    height: 1px;
    text-indent: -9999px;
}



/* SNSボタン
----------------------------------------------- */
.sns_nav{
    position: absolute;
    top: 10%;
    right: 2%;
    overflow: hidden;
}
.sns_nav ul{
    padding: 0 !important;
}
.sns_nav ul li{
    width:43px;
    height:43px;
    float: left;
    padding: 0 !important;
}
.sns_nav ul li a{
    display: block;
    padding: 7px;
}

.sns_nav_sp{
    overflow: hidden;
}
.sns_nav_sp ul{
    display: none;
    width: 232px;
    margin: 0 auto;
    overflow: hidden;
}
.sns_nav_sp ul li{
    width:40px;
    height:35px;
    float: left;
    padding: 15px;
}



/*スライドメニュー　NEW　作成中
================================*/
#slideMenu{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 3;
    overflow: hidden;
}

#slideMenuInner{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 90, 90, 0.3);
    /*margin-left: -460px; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



/* スライドメニュー
----------------------------------------------- */
/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  /*content: "CLOSE MENU";*/
  visibility: hidden;
  position: fixed;
  top: 45%;
  left: -5%;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  /*font-weight: bold;*/
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open {
    overflow: hidden;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(97, 97, 97, 0.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}
.overlay i{
    top: 45%;
    left: 8%;
    position: fixed;
    font-size: 30px;
    text-align: center;
    display: block;
    padding-top: 2px;
    border-radius: 5px;
    /*background-color: #000;*/
    font-weight: bold;
    line-height: 0.8;
    color: #fff;
    padding: 8px;
}
.side-open #slide-wrap {
    pointer-events: none;
}
.overlay i span{
    font-size: 16px;
}

/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  font-size: 13px;
  background: #000;
  z-index: 1;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 40px;
  height: 14px;
  padding: 7px 6px;
  /*background: #ccc;*/
  cursor: pointer;
  z-index: 4;
    border: 1px solid #fff;
    border-radius: 5px;
    pointer-events: all;
}
.side-menu-btn span{
    display: block;
    background: #fff;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.side-menu-btn span:first-child {
    top: 7px;
}
.side-menu-btn span:nth-child(2) {
    margin-top: -6px;
    top: 45%;
}
.side-menu-btn span:nth-child(3) {
    bottom: 21px;
}
.side-menu-btn p{
    color: #fff;
    text-align: center;
}
.side-menu ul{
    font-size: 110%;
    font-weight: bold;
    /*text-align: center;*/
    text-indent: 2em;
}

.side-menu ul li a{
    color: #fff;
    text-decoration: none;
    padding: 4%;
    display: block;
}
/* メインコンテンツ */
#slide-wrap {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  /*text-align: center;*/
  font-size: 13px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 2;
}

/* サイドメニューオープン */
/*.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}*/

.side-open #slide-wrap,
.side-open .overlay {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
.side-open .side-menu-btn span{
    background: #fff;
}
.side-open .side-menu-btn p{
    color: #fff;
}

.hideMedia{
    display: none;
}

.moreBtn{
    width: 50px;
    margin: 30px auto 0;
    text-align: center;
}

.moreBtn a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #676666;
}

.moreBtn a:hover{
    opacity: 0.55;
}

/*===============================================画面の横幅が1000pxまで====*/
@media screen and (max-width: 1000px){
}

/*===============================================画面の横幅が859pxまで====*/
@media screen and (max-width: 859px){
.side-menu-btn {
  display: block;
}
.sns_nav{
    top: 45%;
}
.sp {
  display: none !important;
}
#headLogo{
    padding: 19px 0 19px 17px !important;
}
#naviInner{
    height: auto !important;
    background: transparent;
}
}


/*================================================画面の横幅が549pxまで====*/
@media screen and (max-width: 549px){
.mediaTxtbox > p{
    height: 2.6em;
}
.thumBox {
    width: 148px;
    height: 105px;
}

.thumBox img {
    max-width: 148px;
    max-height: 105px;
}
}


/*================================================画面の横幅が640pxまで====*/
@media screen and (max-width: 640px){
#naviArrow{
  display: none;
}
#gNavi ul{
    padding: 3% 0 0;
}
#gNavi li{
    padding-left: 6%;
    width: 26%;
    display: block;
    float: left;
    text-align: center;
}
#gNavi a {
    padding: 3%;
    line-height: 2.4;
    display: block;
}
.sns_nav ul{
    display: none;
}
.sns_nav_sp ul{
    display: block;
    padding: 0px 0 60px;
}


#goTopBt{
    bottom: 45px;
    right: 15px;
}

#pager{
    padding-bottom: 40px !important;
}

#footer{
    padding: 0 0 40px;
}

#footer div:first-child{
    padding-top: 0 !important;
}

#footerNavi{
    margin-bottom: 15px;
}
#footerNavi ul {
    width: 100%;
}
#footerNavi li{
    width: 24.7%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#footerNavi li a{
    font-size: 10px;
    padding: 15px 0;
}
.footerSns{
    margin: 0 auto 15px;
}
.releaseImg img, .eventsImg img, .artistsImg img, .newsImg img, .aboutImg img{
    max-width: 100%;
    max-height: 100%;
}
#spNavi{
    position: relative;
}
.thumBox img{
    /*width: 100% !important;*/
}
}


/*=====================================画面の横向き====*/
@media only screen and (max-device-width:736px) and (orientation:landscape) {
.thumBox {
    width: 238px !important;
    height: 169px !important;
}

.thumBox img {
    max-width: 238px !important;
    max-height: 169px !important;
}
.eventsImg img, .releaseImg img, .newsImg img, .aboutImg img {
    max-width: 100%;
    max-height: 100%;
}
}