@charset "utf-8";



/* archive
----------------------------------------------------------- */

.archive{
	width: 100%;
	overflow:hidden;
}
.archive ul{
	width: 105%;
	zoom:1;
}
.archive ul:after{
	content:"";
	display:block;
	clear:both;
}
.archive li{
	float: left;
	width: 30.35%;
	margin:0 2% 2% 0;
}
.archive li:nth-of-type(3n + 1){
	clear:left;
}
.archive li img{
	display:block;
	width: 100%;
}


/* main
----------------------------------------------------------- */

body.top #main {
	padding-top: 0;
}
#main img { width:100%; }

#slider { display:none; }
/*
.movie-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom:2%;
}
.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/* -----------------------------------------------------------
#content
----------------------------------------------------------- */

.spbnr{
	display:none;
}
.spbnr li{
	width:100%;
	margin-bottom: 4%;
}
.spbnr li:first-child{
	margin-top: 6%;
}

/* TOP tab content */
#htab { margin:0; }
#htab #newsRTC{ width: 100%; overflow:hidden; }
#htab .boxWrap { width: 102%; padding:0 0 3% 0; }

#htab .itemBox, #htab .itemBox2 {
	display: inline-block; float:left;
	cursor: pointer;
	width:47.95%;
	background-size:1.1% auto;
	color:#333;
	margin:0 2% 1.5% 0;
	position:relative;
	font-size: 15px;
	line-height: 24px;
	vertical-align: top;
	overflow:hidden;
}
#htab .itemBox + .itemBox2{
	clear:both;
}

#htab .itemBox2 {
	height: 23.5em;
	text-align: left;
}

#htab .boxWrap.column1w{
	display: none;
}

#htab .itemBox .inner, #htab .itemBox2 .inner {
	padding:5% 5% 0% 5%;
	text-align:left;
	height: 6.3em;
}
#htab .itemBox .ticket { background:url(../img/top/ico_ticket2.png) no-repeat top left; background-size:4% auto; }
#htab .itemBox .schedule { background:url(../img/top/ico_schedule2.png) no-repeat top left; background-size:4% auto; }
#htab .itemBox .info { background:url(../img/top/ico_info2.png) no-repeat top left; background-size:4% auto; }
#htab .itemBox .movie { background:url(../img/top/ico_movie2.png) no-repeat top left; background-size:4% auto; }
#htab .itemBox .program { background:url(../img/top/ico_program2.png) no-repeat top left; background-size:4% auto; }

#htab .ticket { border-bottom:4px solid #96d01c;  }
#htab .schedule { border-bottom:4px solid #56adf0; }
#htab .info { border-bottom:4px solid #e37630; }
#htab .movie { border-bottom:4px solid #eb75a9; }
#htab .program { border-bottom:4px solid #4dd4d9; }



#htab .itemBox2 .ticket { border-top:5px solid #96d01c;  }
#htab .itemBox2 .schedule { border-top:5px solid #56adf0; }
#htab .itemBox2 .info { border-top:5px solid #e37630; }
#htab .itemBox2 .movie { border-top:5px solid #eb75a9; }
#htab .itemBox2 .program { border-top:5px solid #4dd4d9; }

#htab .itemBox2 .inner{
	border-bottom: none;
	box-sizing:border-box;
	z-index:1;
}

#htab img.ico { position:absolute; bottom:0%; right:0; }

#htab .itemBox span { font-size:14px; }
#htab .itemBox p { margin-top:1%; }
#htab .new {
	background:url(../img/top/ico_new.png) no-repeat center right;
	background-size:39% auto;
	padding-right: 65px;
}

#htab .itemBox2 {
	/*height: auto;*/
	height:6em;	/*iwasaki 20150803*/
	position: relative;
	padding-top: 34%;
	padding-bottom: 5%;
}

#htab .itemBox2 .pic {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding-top: 71.3%;
	overflow: hidden;
	background-color: #000;
}

#htab .itemBox2 .pic img {
	position: absolute;
	max-width: none;
}

#htab .itemBox2 .pic img.fitW {
	left: 0;
	top: 50%;
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate3d(0%,-50%,0);
    transform: translate3d(0%, -50%,0);
/*	transform: translate(0%, -50%);*/
	width: 100%;
	height: auto;
}

#htab .itemBox2 .pic img.fitH {
	height: 100%;
	width: auto;
	left: 50%;
	top: 0%;
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate3d(-50%,0%,0);
	transform: translate(-50%, 0%);
}

#htab .itemBox2 .inner span { }

#htab .itemBox2 img.ico { display:block; position:absolute; top:-24px; right: -1px; width:auto; }

#htab .btn { padding-top:2%; position:relative; }
#htab .column1w .btn{
	text-align:center;
}
#htab .column1w .btn a{
	display:block;
	position:relative;
	padding:20px 0;
	line-height:1;
	background: url(../img/common/bg_more_sp.png) top left repeat #e0b037;
	background-size:10px;
}
#htab .column1w .btn a:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	width: 4.5%;
	background: url(../img/common/history_icon_01_sp.png) left center no-repeat;
	background-size: contain;
}
#htab .column1w .btn img{
	width: 64px;
	line-height:1;
	vertical-align:top;
}

#htab .itemBox a, #htab .itemBox2 a { color:#333; }
#htab .hover{  }
#htab .itemBox2.hover .inner { }

#htab .itemBox, #htab .itemBox2 {
    background:url(../img/common/bg_item.png) repeat 0 0 #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#htab .itemBox:hover,#htab .itemBox2:hover,
#htab .itemBox:focus,#htab .itemBox2:focus {
    background:url(../img/common/bg_item.png) repeat 0 0 /*#F9FECB*/#f9fbe3;
}

#htab .itemBox:hover a,#htab .itemBox2:hover a {
    text-decoration:underline;
}
#htab p#nonews{
    font-size: 16px;
    text-align: center;
    padding: 70px 0;
}

/* TOP SNS */
#snsBox a { color:#333; }
/* #snsBox .clr { background:#FFF; } */

#twitterTimeline { background:#000!important; width:49.85%;float:left; position:relative; line-height:1; }


iframe.twitter-timeline { width:50%; height:450px!important; background:#fff; }
iframe.twitter-timeline .stream { height: 316px !important; }

/*iframe#twitter-widget-0 { position:absolute!important;top:3%;right:3%;z-index:10; }*/

#yahooTimeline { width:100%; position:relative; margin-top:0.3%; }
#yahooTimeline > p { line-height:1; }
#yahooTimeline a#blogLink { position:absolute; z-index:1; top:5%; right:2%; color:#fff; font-weight:bold; }
#yahooTimeline #blog { overflow-y:scroll; height:350px; background:#fff; line-height:1; }
#yahooTimeline #blog li { padding:1% 3%; border-bottom:1px solid #ccc; line-height:1.8;}
#yahooTimeline #blog span { display:block; }


#yahooTimeline #blog li:hover{
	cursor:pointer;
}
#yahooTimeline #blog li:hover a{
	text-decoration:underline;
}
#yahooTimeline #blog blogtb{
	display:table;
	padding-top: 5px;
}
#yahooTimeline #blog p{   
    width: 60px;
    position: relative;
    vertical-align: bottom;
   }
#yahooTimeline #blog p span.imgctr{
	float:left;
	overflow:hidden;
	width:60px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#yahooTimeline #blog p span img{
    max-width: none;
    text-align: left;
    float: left;
}
    
#yahooTimeline #blog dl{
    display: inline-block;
    padding-left: 2%;
     padding-top: 1px;
     width:80%;
}
#yahooTimeline #blog dl dt{ width: 100%;font-weight:bold;}
#yahooTimeline #blog dl dd{ line-height:1.4; width: 100%; text-wrap:none;white-space: nowrap;max-width:540px;}
#yahooTimeline #blog div span.blogdate{ text-align:right;width:100%;line-height:1.4;padding-bottom: 2px;}


#fbBox { width:49.8%; float:right; background:#000; /*padding:0 0 2%;*/ }
.fb-page { width:99.9%!important; }
.fb_iframe_widget iframe {
    width:100%!important;
    margin:0 auto;
}
#fbBox p.title img { width:auto; }

#twitterTimeline p.title img ,#fbBox p.title img{ max-width:auto!important; }

#twitterTimeline .title{
  position:relative;
}
#twitterTimeline .boxtwbtn{
	position: absolute;
  top: 0;
  bottom:0;
  right: 10px;
  height: 20px;
  margin:auto;
}
#twitterTimeline .boxtwbtn a{
	display:block;
	position:relative;
	border: 1px solid #CCC;
	border-radius:3px;
	padding:4px 0.75em 3px 25px;
	font-size: 11px;
	color:#333;
	font-weight: bold;
	line-height:1;
	text-decoration:none;
	white-space:nowrap;
	background:#eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe),to(#dfdfdf));
    background: linear-gradient(#fefefe, #dfdfdf);
	overflow:hidden;
}
#twitterTimeline .boxtwbtn a:hover{
	text-decoration:none;
}
#twitterTimeline .boxtwbtn a:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:3px;
	width:19px;
	background:url(../img/common/twitterlogo.png) left center no-repeat;
	background-size:19px;
}

#snsBox .fbBlogBnr{
  margin-top: 2%;
}
#snsBox .fbBlogBnr ul{
  width: 100%;
}
#snsBox .fbBlogBnr ul:after{
  content:"";
  display:block;
  clear:both;
}
#snsBox .fbBlogBnr li{
  float: left;
  margin: 0;
  padding: 0;
}
#snsBox .fbBlogBnr li:nth-of-type(1){
  width: 78%;
}
#snsBox .fbBlogBnr li:nth-of-type(2){
  width: 19%;
  margin-left: 3%;
}
#snsBox .fbBlogBnr li img{
  vertical-align:top;
}


/* -----------------------------------------------------------
	media queries　追加
----------------------------------------------------------- */
@media only screen and  (max-width:845px) {
	.archive li{
		width: 46.55%;
	}
	.archive li:nth-of-type(3n + 1){
		clear: none;
	}
	.archive li:nth-of-type(odd){
		clear: left;
	}
}

@media only screen and  (max-width:845px) {
	#htab .boxWrap{
		width: 100%;
	}
	ul.resp-tabs-list,
	#htab .boxWrap.column2w{
		display:none !important;
	}
	#htab .boxWrap.column1w{
		display:block !important;
	}
	#htab .itemBox, #htab .itemBox2 {
        width: 100%;
        margin-right: 0;
    }
	#htab .itemBox .inner, #htab .itemBox2 .inner {
		height: auto;
		min-height: 6.3em;
	}
	#htab .itemBox .inner {
        padding: 7% 5% 4%;
    }

	#htab .itemBox, #htab .itemBox2 { width:100%; margin:0 0 4%; }
	#htab .itemBox:nth-child(even), #htab .itemBox2:nth-child(even) { margin-left:0%; }
	#htab .new { background-size:36% auto; }
	#htab .itemBox span,#htab .itemBox2 span { font-size:14px; }

	#htab .itemBox2 {
        height: auto;
        position: relative;
        padding-top: 71%;
    }

	#htab .itemBox2 .inner {
        padding: 5%;
    }
}

@media only screen and  (max-width:900px) {
	p.number { font-size:18px; line-height:110%; width:30%; }
	p.number span { font-size:42px; line-height:110%; }
	#htab .itemBox span,#htab .itemBox2 span { font-size:12px; }
	#yahooTimeline a#blogLink { top:3%; }
	iframe#twitter-widget-0 { top:1%; }
	
	#twitterTimeline .boxtwbtn a{
		font-size: 9px;
	}
}

@media only screen and  (max-width: 640px) {

	body.top #main { padding-top:18%;}/*#main { padding-top:16.0%;}*/
	
	.archive ul{ width: 100%;}
	.archive li{ width: 100%; margin:0 0 2% 0;}

	#status_sp { padding:0; position:relative; margin-top:0; }
	p.girl { width:25.625%; position:relative; left:3%!important; bottom:-1%!important; }
	p.number { background: url("../img/common/img_number.png") no-repeat scroll left top / 35% auto; font-size:28px!important; line-height:110%; margin-top:1%; padding:4% 0 0; position:absolute; left:30%!important; top:55%; width:70%!important; }
	p.number span { font-size:55px!important; line-height:110%; }


	#status_sp { padding:8% 0 0; background:url(../img/top/bg_status_sp.png) no-repeat bottom left; background-size:100% auto; position:relative; /*margin-top:-4%;*/ }
	#status_sp{padding:0;}
	#status_sp ul {width: 45.3125%; margin:0 auto; padding:4% 0; }
	#status_sp ul li { float: left; width: 31.3%; margin-right: 2%;	}
	#status_sp_sns { left: 41%; width: 45.3125%; }
	#status_sp_sns li { float: left; width: 31.3%; margin-right: 2%; }
	
	.centerBtn { padding:10% 0 7%!important;background:none!important; }
	.centerBtn ul { margin:0 auto!important;width:65%!important; position:static!important; top:0!important; left:0!important; }
	.centerBtn ul li { float:left; width:31%!important; margin-right:2%;}
	.centerBtn ul li img { width:100%; }
	
	/*add iwasaki*/
	.centerBtn.smsize {	padding: 4% 0 5%!important;}
	.centerBtn.smsize ul { width:50%!important; position:static!important; top:0!important; left:0!important; }
	.centerBtn.smsize ul li{	margin-right:8%!important;    width: 28%!important;	}
	.centerBtn.smsize ul li:last-child {	margin-right:0%!important;	}

	ul#gnav_sp { margin:0 auto 5% auto; /*border-top:1px solid #414141; border-bottom:1px solid #414141;*/ }
	ul#gnav_sp li { width:43.8%; float:left; text-align:center; border-top:1px solid #414141; border-bottom:1px solid #414141; padding:3%; }
	ul#gnav_sp li:nth-child(even) { border-left:1px solid #414141; }
	ul#gnav_sp li:nth-child(3),ul#gnav_sp li:nth-child(4) { border-top:0; border-bottom:0; }
	ul#gnav_sp li img { width:80%; }
	ul#gnav_sp li a { display:block; width:100%; /*border:1px solid red; iwasaki 20150803*/ }

	h2#news { margin-bottom:1.2%; text-align:center; }
	h2#news img { width:29%; }


	#content { width:90%!important; }
	.spbnr{ display:block;}
	#htab .boxWrap { padding:1% 0 0% 0; }
	
	/*20150804 iwasaki delete
	#htab #boxWrapP1 .itemBox:nth-child(n+5),
	#htab #boxWrapP1 .itemBox2:nth-child(n+5){ display:none; }*/
	#htab .itemBox2:first-child { /*border:2px solid red;*/ }

	
	#side { margin-top:5%; }

	#fbBox,#yahooTimeline { display:none; }
  
  #snsBox{
    margin-top: 5%;
    overflow:hidden;
  }
  #twitterTimeline{
    width: 100%;
    float: none;
  }
  #twitterTimeline > .title{
    background-color: #67ade1;
  }
  #twitterTimeline > iframe{
    width: 100% !important;
  }



}


@media only screen and  (max-width: 320px) {

	#status_sp { /*margin-top:-8%;*/ }
	p.number { font-size:18px!important; line-height:110%; }
	p.number span { font-size:45px!important; line-height:110%; }

	ul#gnav_sp li { width:43.8%;  }

}
