@charset "utf-8";



/* =============================================================================
   Basic portion 
   ========================================================================== */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

article,aside,dialog,figure,footer,header,nav,section{
	display: block;
	font-size: 100%;
}

body{
	font-size: small;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body{
	animation: bodyFadeIn 3s ease 0s 1 normal;
	-webkit-animation: bodyFadeIn 3s ease 0s 1 normal;
}

@keyframes bodyFadeIn {
	0% {opacity: 0.1}
	100% {opacity: 1}
}

@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0.1}
	100% {opacity: 1}
}

a{color: #333;}

a img.linkimg{
	background: none!important;
}

a:hover img.linkimg{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: none!important;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

#maincont{
	width: 100%;
	margin: 0 auto;
}

#content{
	width: 1280px;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px 5px;
}

.clearfix {
	display: inline-block;
}

/* Dreamweaverバグ用 */
.clearfix {
	overflow: hidden;
}

/* MacIE用 */
*+html .clearfix {height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* パンくず */
.syncer-brcb {overflow: hidden ;list-style-type:none;font-size:10px;text-align:left;margin:10px 0 10px 15px;color:#fff;}
.syncer-brcb a{color:#C7B994;}
.syncer-brcb li {float: left ;font-weight:20;}
.syncer-brcb li:after {content: ">" ;padding: 0 8px ;font-weight:20;}
/* パンくず 一番最後の[li] */
.syncer-brcb li:last-child:after {content: none ;}



/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes fuwafuwa(2) {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
 
.anime-fuwafuwa(2) {
  animation: 2s fuwafuwa(2) infinite;
}



/* =============================================================================
   header 
   ========================================================================== */
header{
	width: 100%;
	height: 720px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

header h1{
	z-index: 2;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px 5px 5px 5px;
}

header h1 a{color: #fff;}

#main-gallery{width: 100%;height: 720px;background: #666;}
#main-gallery .gallery-cell {width: 1280px;height: 720px;counter-increment: gallery-cell;}
#main-gallery img{max-width: 1280px;height: 720px;display: block;opacity: 0.2;}
#main-gallery .is-selected img{opacity: 1.0;}

/* =============================================================================
   top_jq
   ========================================================================== */
#memberbox{
	float: left;
	width: 370px;
	height: 208px;
	margin: 10px 17px 10px 15px;
}

#memberbox img{
	width: 370px;
	height: 208px;
	box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

/* =============================================================================
   nav 
   ========================================================================== */
.nav_menu{
	width: 100%;
	height: 80px;
	margin: 0 auto 0 auto;
	background: rgba(0,0,0,0.9);
	z-index: 1000;
}

.nav_menu ul{
	width: 1280px;
	height: 80px;
	text-align: center;
	margin: 0 auto 0 auto;
	box-sizing: border-box;
}

.nav_boder{
	width: 128px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	color: #C7B994;
}

.nav_boder a{width: 128px;height: 80px;display: block;border-left: 3px double rgba(245,178,178,0.3);color: #C7B994;}
.nav_boder a:hover {color: #CACAC8;}

.nav_boder_right{
	width: 128px;
	height: 80px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	color: #C7B994;
}

.nav_boder_right a{width: 128px;height: 80px;display: block;border-right: 3px double rgba(245,178,178,0.3);border-left: 3px double rgba(245,178,178,0.3);color: #C7B994;}
.nav_boder_right a:hover {color: #CACAC8;}

.nav_boder span{font-size: 10px;line-height: 7px;display: block;color: #C7B994;}
.nav_boder_right span{font-size: 10px;line-height: 7px;display: block;color: #C7B994;}

.nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* =============================================================================
   main 
   ========================================================================== */
.Temporary_area{
	width: 1190px;
	height: auto;
	box-sizing: border-box;
	margin: 15px auto 15px auto;
	text-align: center;
}

.top_pickupview_box{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 10px auto 10px auto;
	text-align: center;
}

.top_movie_view{
	width: 642px;
        height: 350px;
	float: left;
	padding: 15px;
	background-image: url(../img/top_moviebf_view.png);
	margin: 10px 10px 10px 40px;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.top_movie_view:hover{transform: translateY(-15px);}

#pickup_movie{
	width: 466px;
	margin: 37px 95px 0 auto;
}

.top_pickup_view{
	width: 500px;
        height: 350px;
	float: left;
	padding: 15px;
	background-image: url(../img/top_pickup_viewimg_bg.png);
	margin: 10px 10px 10px 60px;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.top_pickup_view:hover{transform: translateY(-15px);}

.pickf{
	width: 227px;
        height: 343px;
	float: left;
	margin: 0px 0px 0px 0px;
}

.pickf img{
	width: 250px;
        height: 375px;
	margin: -15px 0 0 -28px;
}

.top_banner_s{
	width: 611.5px;
	float: left;
	margin: 20px 10px 20px 40px;
}

.top_banner_s ul{
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.top_banner_s ul li{
	float: left;
	width: 48%;
	margin: 0px auto 10px auto;
}

.top_banner_s ul li img{
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.top_banner_s ul li img:hover{transform: scale(1.1, 1.1);}

.top_newsarea{
	width: 580px;
        height: 390px;
	float: left;
	padding: 15px;
	background-image: url(../img/top_newsBg.png);
	margin: 20px 10px 20px 0;
	background-repeat: no-repeat;
}

.top_newsarea_linkbox{
	width: 225px;
	height: 20px;
	float: left;
	margin: 43px 0 -75px 25px;
	position: relative;
	display: block;
}

.top_newsarea_linkbox a{
	font-weight: bold;
	display: block;
	color: #fff;
	font-size: 17px;
}

.top_newsarea_inner{
	height: 265px;
	margin: 85px 0 0 4px;
	width: 100%;
	text-align: left;
	float: left;
	overflow-y: auto;
	padding: 15px;
	word-break: break-word;
	line-height: 21px;
	color: #fff;
}

.pick_right{
	width: 214px;
	height: 343px;
	line-height: 1.5;
	margin: -11px 0 0 29px ;
	font-size: 16px;
	text-align: center;
	float: left;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}

.pickup_time_top{
	padding-top: 70px;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	margin: 0 auto 0 auto;
	font-size: 15px;
	color: #c0c0c0;
	font-weight: bold;
	width: 97%;
}

.pickup_time_top p {
	line-height: 22px;
	float: left;
	margin-left: 10px;
}

.pickup_icon_top{
	width: 100%;
	float: left;
	padding-top: 12px;
	margin: 0 auto;
	text-align: center;
}

.pickcome{
	color: #000;
	height: 105px;
	line-height: 1.5;
	margin: -7px 0 0 17px;
	padding: 1px;
	width: 180px;
	font-size: 12px;
	text-align: left;
	float: left;
	background: #fff;
	overflow-y: auto;
}

.pickup_name_top{
	font-size: 28px;
	color: #fff;
	margin: 0px auto 0px 40px;
	float: left;
	text-align: center;
	width: 60%;
	line-height: 1;
}

.pickup_age_top{
	font-size: 12px;
	color: #fff;
	margin: 0px auto 0px 40px;
	float: left;
	text-align: center;
	width: 60%;
	line-height: 1;
}

.pickup_size_top{
	font-size: 13px;
	color: #fff;
	margin: 0px auto 0px 24px;
	float: left;
	text-align: center;
	width: 75%;
	line-height: 4;
}

.pickup_enter_top{
	width: 100%;
	float: left;
	padding-top: 16px;
	margin: 0 auto;
	text-align: center;
}

.Top_area_banner{
	width: 1220px;
	height: auto;
	box-sizing: border-box;
	margin: 50px auto 15px auto;
	text-align: center;
}

.Top_area_banner ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.Top_area_banner ul li{
	width: 100%;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin-top: 45px;
}

.Top_area_banner ul li:hover{transform: translateY(-15px);}

.Top_area_banner_s{
	width: 1220px;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto 15px auto;
	text-align: center;
}

.Top_area_banner_s ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 45px;
}

.Top_area_banner_s ul li{
	width: 33.3%;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	float: left;
}

.Top_area_banner_s ul li:hover{transform: translateY(-15px);}

.Top_area_banner_m{
	width: 1220px;
	height: auto;
	box-sizing: border-box;
	margin: 0 auto 15px auto;
	text-align: center;
}

.Top_area_banner_m ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
}

.Top_area_banner_m ul li{
	width: 49.8%;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	float: left;
}

.Top_area_banner_m ul li:hover{transform: translateY(-15px);}

.special_contentsBox {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 85px auto 85px auto;
	border-top: 1px solid #C7B994;
	padding-top: 65px;
}

#mainarea{
	width: 1220px;
	margin: 10px 0px 15px 30px;
	box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.35) 2px 2px 5px 2px;
	background: #000;
}

#mainarea #information{
	width: 1220px;
	height: 70px;
	float: left;
	margin: 15px 0px 0px 0px;
	background-image: url(../img/Top_today_titleBg.jpg);
	background-repeat: no-repeat;
}

#mainarea #information h2{
	font-size: 18px;
	line-height: 1.6em;
	padding-top: 23px;
	padding-left: 975px;
	color: #C7B994;
}

.todays{
	width: 100%;
	height: auto;
	margin: 10px auto 10px auto;
	text-align: center;
}

.todays ul{
	width: 99%;
	height: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 20px auto 20px auto;
	text-align: center;
	box-sizing: border-box;
}

.todays ul li.todayslist_main{
	width: 19.5%;
	height: 525px;
	float:left;
	margin: 5px auto 10px 5px;
	text-align: center;
	line-height:16.5px;
	border: 1px solid #C7B994;
	background-image: url(../img/back.jpg);
	color: #C7B994;
	position: relative;
}

.todays .cast_imageBox{
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.todays ul li img.cast_image{
	width: 100%;
	transition: 1s all;
	object-fit: cover;
}

.todays ul li img.cast_image:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
}

.list_genre_icon{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}

.todays li a{
	color: #C7B994;
	line-height: 26px;
	font-size: 15px;
	transition: 1s;
}

.todays li a:hover{
	color: #fff;
	transition: 1s;
}

.list_icon{
	width: 100%;
	height: auto;
	margin: -20px auto 30px auto;
	text-align: center:
}

.list_icon ul{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center:
}

.list_icon ul li{
	width: 25%;
	float: left;
	margin: 0 auto 0 auto;
	text-align: center:
}

.list_icon ul li img{
	width: 95%;
	border:1px solid #C7B994;
}

.list_more_btn{
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
	transition-duration: 1.0s;
	transition-timing-function: ease;
	transition-delay: 0s;
	padding-top: 17px;
}

.list_more_btn:hover{
	transform: translateY(-15px);
}

.imagepoint_icon{position: absolute;}

.imagepoint_icon img{
	width: 60px;
	position: absolute;
	top: -232px;
	left: 168px;
}

.syukkin_tim_disp{
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 18px;
	color: #EC5578;
	left: 0;
	float: left;
	top: 440px;
}

/* 点滅 */
.blinking{
	color: #fff;
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
	-moz-animation:blink 0.7s ease-in-out infinite alternate;
	animation:blink 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}

@-moz-keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}

@keyframes blink{
	0% {opacity: 0.2;}
	100% {opacity: 1;}
}



/* =============================================================================
   footer 
   ========================================================================== */
.scroll_top_area{
	height: 200px;
	margin: 120px auto 0 auto;
	padding: 10px 0;
	width: 100%;
}

.scroll_top_area p#page-top {
	background: #C7B994;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow:hidden;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.scroll_top_area p#page-top:hover{
	transform: scale(1.3, 1.3);
}

.scroll_top_area p#page-top a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	padding-top: 40px;
	font-weight: bold;
	line-height: 23px;
	font-size: 22px;
}

#qrlist{
	float: left;
	text-align: right;
	width: 250px;
	height: 250px;
	margin: 0 0 0 25px;
	padding: 30px 0px 0px 0px;
	color: #C7B994;
	font-size: 15px;
	line-height: 20px;
}

#qrlist img{
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#qrlist img:hover{transform: scale(1.1, 1.1);}

footer{
	bottom: 0;
	width: 100%;
	height: auto;
	background: #222;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	border-top: 5px solid #C7B994;
}

#footerbox{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

#footerbox h1{
 	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0 25px;
}

.copyright{
	width: 1250px;
	float: left;
	text-align: right;
	padding-top: 55px;
	color: #C7B994;
}

.copyright a{
	color: #C7B994;
}

#shopname{
	float: left;
	width: 450px;
        height: auto;
        padding: 25px 25px 5px 10px;
        color: #C7B994;
	text-align: left;
        line-height: 19px;
}

.navlist{
	float: left;
	text-align: left;
	width: 250px;
	height: auto;
	padding: 30px 0px 0px 10px;
	color: #C7B994;
}

.navlist li a{
	line-height: 30px;
}

.navlist ul p{
	line-height: 30px;
	float: left;
}

.navlist a{
	color: #C7B994;
}

#footerbox li{}