
/*===================================================== */
/* TOP PAGE
======================================================= */


/* layout
-------------------------------------------------------- */

#container{
}
.contents{ 
}
#top h3{
	margin:0 0 10px;
}
#top .section{
	margin: auto;
}
#top section{
	margin: 0;
	padding: 0;
}
#contentsContainer{
	width:100%;
	margin:0 auto 60px;
}

/* --　mainArea
-------------------------------------------------------- */
#top section#mainArea{
	height: 70vh;
	background:none;
	text-align: center;
}


/* トップイベント
-------------------------------------------------------- */
#eventArea{
	position: relative;
	margin:0 0 20px;

	animation-fill-mode: forwards;
	-webkit-animation: bgin 2s linear 0s 1 normal;
	-moz-animation: bgin 2s linear 0s 1 normal;
	-o-animation: bgin 2s linear 0s 1 normal;
	animation: bgin 2s linear 0s 1 normal;	
}

@-webkit-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-o-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}



/* トップイベント
-------------------------------------------------------- */


/* slider */

#slidearea {
	position: relative;
	width:1200px !important;
	margin:0 auto 20px !important;
	overflow: hidden;
	text-align: center;
}
#slidearea ul{
	width:1200px;
	margin: auto;
}
@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/

	#slidearea {
		position: relative;
		width:100% !important;
		margin:0 auto 20px !important;
		overflow: hidden;
		text-align: center;
	}
	#slidearea ul{
		width:100% !important;
		margin: auto;
	}
}


/* swiper */

    .swiper-container {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/

    .swiper-container {
      width:100%;
      margin-left: auto;
      margin-right: auto;
    }
}
	
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .swiper-slide img{
		width:100%;
	}
    .gallery-top {
      height: 80%;
      width: 100%;
    }
	

	.gallery-thumbs {
		position: relative;
		width:80%;
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.9;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
	
	  .swiper-button-prev {
		left: -100%;
	  }

	  .swiper-button-next {
		right: -100%;
	  } 

	  .swiper-button-prev-a {
		background-image: url(../js/swiper/arrows_prev.png);
		position: absolute;
		top: calc(86% - 25px);
		right: auto;
		left: -5px;
		width: 40px;
		height: 40px;
	  }

	  .swiper-button-next-a {
		background-image: url(../js/swiper/arrows_next.png);
		position: absolute;
		top: calc(86% - 25px);
		left: auto;
		right: -5px;
		width: 40px;
		height: 40px;
		z-index: 999;
	  }
  
  .swiper-button-prev-a,
  .swiper-button-next-a {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	cursor: pointer;
  }
	

/* /swiper/ */




/* slider */
/*
#top #eventAera #slidearea {
	width:1100px;
	max-width:100%;
	position: relative;
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: center;
	z-index:9999;
}
#slidearea ul{
}
#slidearea ul li{
	background: #fff;
}
#slidearea ul li img{
	width:auto;
	max-width:100%;
}

#slidearea #pager{
	margin:0 0 25px;
}
*/
/* slider 2 */

#slidearea2 {
	width:100%;
	position: relative;
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: center;
}
#slidearea2 ul{
}

/* slider 3 */

#slidearea3 {
	width:100%;
	position: relative;
	margin: 0 auto 10px;
	overflow: hidden;
	text-align: center;
}
#slidearea3 ul{
}
/* normal */

#normalarea{
	width:100%;
	margin:auto;
}
#normalarea ul{
	margin: auto;
}
#normalarea ul li{
	margin:0 auto 10px;
	text-align: center;
}
#normalarea ul li img{
	width:auto;
	max-width:100%;
}



/* --即ヒメ
-------------------------------------------------------- */
#top #sokuhime{
	margin: 0 0 10px;
}
#top #sokuhime h3{
}
#top #sokuhime .inner{
	/*max-width:1340px;*/
	width:100%;
	background:#fef5f6;
}
/* --トップスケジュール
-------------------------------------------------------- */
#top #newface{
	padding:0;
}#top #newface .box{
	margin: 0 8px 20px;
}
/* --トップスケジュール
-------------------------------------------------------- */
#top #today_sch{

}
#top #today_sch h3{
}
/**/
#top #today_sch #dateArea{
	margin: 0 0 10px;
}
#top #today_sch #dateArea ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#top #today_sch #dateArea li{
	display: block;
	width:13%;
}

@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/


	#top #today_sch #dateArea{
		margin: 0 0 10px;
	}
	#top #today_sch #dateArea ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#top #today_sch #dateArea li{
		display: block;
		width:90px;
		margin: 0 1px;
	}
}


#top #today_sch #dateArea li a{
	display: block;
	padding:2%;
	background:#fb8396;
	color: #fff;
	text-align: center;
}



/**/

#top #today_sch .inner{
	/*max-width:1340px;*/
	width:100%;
}

/* underArea
-------------------------------------------------------- */

section#topUnderArea{
	width:100%;
	margin: auto;
	padding:0 ;
	
}
section#topUnderArea .inner {
	justify-content: space-between;
	width:100%;
	margin: 0;
	padding:0;
}

/* pickup
-------------------------------------------------------- */

#pickup{
	width:300px;
	margin:0 auto;
}
@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/

	#pickup{
		width:100%;
		margin:0 auto;
	}
	#pickup img{
		width:100%;
		margin:0 auto;
	}
}
/* info
-------------------------------------------------------- */

#info{
	width:620px;
	margin:0 auto;
}
@media (max-width: 768px) and (min-width: 100px) { /*タブレット*/

	#info{
		width:100%;
		margin:0 auto;
	}
}

#info h4{
	margin:0 0 0px;
	padding:8px 15px;
	background: rgba(251,131,150,0.78);
	color: #fff;
	border-radius:8px;
	font-size: 1.8rem;
	line-height: 1.5;
}
#info .inner{
	height: 400px;
	margin:0 auto 0px;
	padding:20px;
	box-sizing: border-box;
	overflow: auto;
	background:rgba(255,255,255,0.6);
}
#info .inner .section{
	margin: 0 0 30px;
	font-size: 14px;
	text-align: center;
}
#info .inner .section::after{
	display: inline-block;
	width:100%;
	height: 3px;
	margin: 0 0 10px;
	content:'';
	background:url(../images/top/info/separator.jpg) repeat-x;
	vertical-align: middle;
}

#info .inner .section .date{
	color:#af8d3b;
}
#info .inner h4{
	padding:0;
	margin:0 0 5px;
	font-size: 24px;
	color:#000000;
}
#info .inner .img{
	margin: 0 0 18px;
	vertical-align: top;
	text-align: center;
}

#info .inner .section .img .uploadImg{}
#info .inner .section .img .castImg{}
#info .inner .section .text{
	/*display: table-cell;*/
	vertical-align: top;
	padding-left:20px;
	color:#914f01;
	font-size: 15px;
	font-weight: bold;
}

/* banner area
-------------------------------------------------------- */
/*common.cssにて*/

/*===================================================== */
/* side
======================================================= */

#top #side{
	width:100%;
	padding: 0;
	margin-right: 0;
	
}
#top #side section{
	margin:0 0 10px;
}
#top #side section img{
	display: block;
}


/* recruit */

#side .recruit{
}

/* enquete */

#side .enquete{
}

/* twitter */

#side .twitter{
	width:100%;
	height: 620px;
	margin: 0 0 15px;
	box-sizing: border-box;
	border-radius:10px;
	overflow: auto;
}


/* mailmag */

#side .mailmag{
}

/* hotel */

#side .hotel{
}

/* card */

#side .card{
}






/* ブログヘッドライン */

#side #side_blog{
	padding:2px;
	margin:0 0 12px;
	border:1px solid #3a3535;	
}
#side #blog_headline{
}
#side #blog_headline h3{
}
#side #blog_headline ul{
	height:600px;
	overflow:auto;
}
#side #blog_headline ul li{
	padding:8px 8px;
	background:#171717;
	border-bottom:1px dotted #262525;
	color:#FFF;
}

#side #blog_headline ul li a{
	color:#f0f0f0;
}

#side #blog_headline ul li:nth-child(even){
	background:#292929;
}

#side #blog_headline ul li:hover{
	background:#333
}

#side #blog_headline ul li .blog_t{
	font-size:13px;
	margin:0 0 8px;
}
#side #blog_headline ul li .blog_date{
	margin:0 0 5px;
	font-size:12px;
}
#side #blog_headline ul li .blog_name{
	float:left;
	font-size:11px;
	color:#BBB;
}

#side #blog_headline ul li .cast_name{
	float:left;
	margin-left:12px;
	text-align:right;
}
#side #blog_headline ul li .blog_img{
	float:left;
	width:40px;
	margin-left:10px;
}
#side #blog_headline ul li img.photo{
	width:100%;
}

/* recruit */

#side #side_recruit{
	margin:0 0 25px !important;
}

/* group link */

#side #group_link{
	margin:0 0 15px;
}
#side #group_link li{
	width:220px;
	margin:0 0 1px;
}
#side #group_link li img{
	width:100%;
	border:1px solid #999;
	box-sizing: border-box;
}

/* group Link */ 

#side #groupLink{
	margin:0 0 20px;
}
