@charset "utf-8";


/*--------------------------------------
動画追加時に変更※他はjsonのみでOK　
--------------------------------------*/
.yt_list{
	transform: translateX(100%);/*動画1つ*/
	transform: translateX(50%);/*動画2つ*/
	transform: translateX(0%);/*動画3つ*/
}


/*--------------------------------------*/
iframe{
	border: none;
}

body{
	position:relative;
	width:100%;
	background:#fff;
	
	/*max-width: 1920px;*/
	margin: 0 auto;
}
#container,#move_area{
	position:relative;
	width:100%;
	overflow:hidden;
	transform-origin:center center;
	max-width: 1920px;
    margin: 0 auto;
	margin-top: -36px;
}
.min_width{
	min-width:1200px;
}
#img_base{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:-60px;
	width:1920px;
	height:1286px;
}
#top_fade{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 989;	
}

/*---------------
コメントウィジェット(下にPCのみの記述あり)
-----------------*/
#widget_wrap{
	background-color: #e34d17;
    background-image: repeating-linear-gradient(-45deg,#e23a13, #e23a13 5px,transparent 0, transparent 10px);
    background-size: auto;
	padding-top: 6%;
}

/*---------------
ナビ
-----------------*/
#top_navi_wrap{
	overflow: hidden;
	min-width: 1200px;
	position: relative;
	/*z-index: 10;*/
    height: 92px;
}
#top_navi{
	position: fixed;
    height: 56px;
    width: 1920px;
    margin: 0 auto;
    left: 50%;
    background: #e23a13;
    margin-left: -960px;
	z-index: 10;
}
.top_navi_list{
	position: absolute;
    padding-top: 4px;
    display: flex;
	justify-content: space-between;
    width: 1480px;
    left: 0;
    right: 0;
    margin: 0 auto;
	height: 48px;
}

.border{
	border-right: solid #ef8809 2px;
}

.comments_cp_bt,.news_bt,.gensaku_bt,.credit_bt,.tik_bt{
	cursor: pointer;
}

.top_bt{
	background: url("../img/navi/top_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.top_bt:hover img{
	opacity: 0;
}

.about_bt{
	background: url("../img/navi/about_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.about_bt:hover img{
	opacity: 0;
}

.prono_bt{
	background: url("../img/navi/prono_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.prono_bt:hover img{
	opacity: 0;
}

.music_bt{
	background: url("../img/navi/playlist_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.music_bt:hover img{
	opacity: 0;
}

.comments_cp_bt{
	background: url("../img/navi/comments_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.comments_cp_bt{
	background: url("../img/navi/comments_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.comments_cp_bt:hover img{
	opacity: 0;
}

.news_bt{
	background: url("../img/navi/news_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.news_bt:hover img{
	opacity: 0;
}

.media_bt{
	background: url("../img/navi/media_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.media_bt:hover img{
	opacity: 0;
}

.credit_bt{
	background: url("../img/navi/credit_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.credit_bt:hover img{
	opacity: 0;
}

.gensaku_bt{
	background: url("../img/navi/comics_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.gensaku_bt:hover img{
	opacity: 0;
}

.theater_bt{
	background: url("../img/navi/tickets_bt_over.jpg") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.theater_bt:hover img{
	opacity: 0;
}

.tw_bt img{
	margin-left: 0px;
	transition: 0.3s ease-in-out;
	transform-origin: center;
}
.tw_bt img:hover{
	transform: rotate(30deg);
}
.tik_bt img{
	margin-left: 13px;
	margin-top: 5px;
	transition: 0.3s ease-in-out;
	transform-origin: center;
}
.tik_bt img:hover{
	transform: rotate(30deg);
}


/*---------------
プレイヤー
-----------------*/
.player_music_wrap{
	width: 292px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 80px;
    overflow: hidden;
    z-index: 5;
}

#player_music{
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 292px;
	height: 292px;
	background: url("../img/player.png") no-repeat center top;
	opacity: 0;
	transition: 0.3s;
}

.player_spotify{
	position: absolute;
    bottom: 42px;
    width: 260px;
    height: 80px;
    left: 13px;
    z-index: 3;
    opacity: 0;
    transition: 0.3s;
}

.player_music_txt{
	text-indent:-9999px;
}
.player_txtbtn{
	position: absolute;
    bottom: 88px;
    left: 0;
    width: 275px;
	background: url("../img/player_txtbtn_over.png") no-repeat center left;
}
.player_txtbtn img{
	transition: 0.3s;
}




/*---------------
延期
-----------------*/
.enki{
	position: absolute;
	bottom: 94px;
	left: 80px;
	transition: 0.3s ease-in-out;
	opacity: 0;
	background: #fff;
}
.enki img{
	transition: 0.3s ease-in-out;
}
.enki img:hover{
	opacity: 0.8;
}

/*---------------
tw_bt
-----------------*/
#tw_bt{
	position: absolute;
	top: 7px;
    right: 80px;
	transition: 0.3s ease-in-out;
	transform-origin: center;
	opacity: 0;
}
#tw_bt:hover{
	transform: rotate(30deg);
}

/*---------------
lucky_bt
-----------------*/
.lucky_bt{
	position: absolute;
	top:-92px;
    right: 80px;
	z-index: 1;
	cursor: pointer;
	transform-origin: top;
}
.noren_anim{
	animation: noren_anim 1.5s ease-in-out infinite;
}
@keyframes noren_anim {
	0% {transform: rotateX(0deg)}
	50% {transform: rotateX(30deg)}
	100% {transform: rotateX(0deg)}
}
.noren_anim2{
	animation: noren_anim 0.2s ease-in-out infinite;
}
@keyframes noren_anim {
	0% {transform: rotateX(0deg)}
	50% {transform: rotateX(30deg)}
	100% {transform: rotateX(0deg)}
}


.lucky_one{
	position: absolute;
	top: -92px;
    right: 220px;
	opacity: 1;
	cursor: pointer;
	transform-origin: top right;
}
.lucky_back{
	position: absolute;
	top: -92px;
    right: 80px;
	opacity: 1;
	cursor: pointer;
	transform-origin: top left;
}
.lucky_1{
	position: absolute;
	top: 0px;
    right: 0;
	margin: 1000px auto;
	left: 0;
	width: 1100px;
	height: 901px;
	/*background: url("../img/lucky_img/lucky_2.png") no-repeat;*/
	background-size: 1100px auto;
}
.lucky_kirakira{
	position: absolute;
	top: -100px;
    right: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 1089px;
	background: url("../img/lucky_img/lucky_kirakira.png") no-repeat;
	background-size: 1920px auto;
	opacity: 0;
}
.lucky_logo{
	position: absolute;
    width: 790px;
    left: 50%;
	top: 0;
    margin-left: 320px;
	transform-origin: left;
	margin-top: 1000px;
}
.lucky_badge{
	position: absolute;
    width: 790px;
    left: 50%;
    top: 0;
    margin-left: 320px;
	transform-origin: left;
	margin-top: -170px;
}



/*---------------------
main
-----------------------*/
#main{
	position:relative;
	width:100%;
	height:901px;
	/*background: url("../img/bg_b.jpg") no-repeat top center;*/
}
#main_inner{
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}
.img_visual_wrap{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.img_visual{
	position: absolute;
    width: 100%;
    height: 967px;
	top: 0;
    overflow: hidden;
	opacity: 1;
	background: url(../img/bg_b.jpg) no-repeat top center;
}
.img_visual_re{
	position: absolute;
    width: 1000%;
    height: 967px;
	top: 0;
    overflow: hidden;
	opacity: 0;
	background: url(../img/bg_re.jpg) repeat-x top left;
	left: 50%;
	margin-left: -9810px;
}

#wrap{
	/*margin-top: 10px;*/
}
@media screen and (min-width: 801px) {
	/*---------------
	コメントウィジェット
	-----------------*/
	#widget_area{
		background: url(../img/news_bg.jpg) repeat-x center top -219px;
		background-size: 336px auto;
		padding-bottom: 100px;
	}
	#widget_wrap{
		width: 800px;
		padding-top: 30px;
		margin: 0 auto;
	}
	.widget_title{
		width: 480px;
		margin: 0 auto;
	}
	.up_anim{
		margin-top: -1400px;
	}
	.img_kome{
		background: url("../img/top/kome.png") no-repeat;
		position: absolute;
		width: 1920px;
		height: 591px;
		top: 649px;
		left: 50%;
		margin-left: -960px;
		opacity: 1;
	}
	.img_part1{
		background: url("../img/top/age_sono.png") no-repeat;
		position: absolute;
		width: 576px;
		height: 1041px;
		top: -95px;
		left: 50%;
		margin-left: -305px;
		opacity: 0;
		transform: scale(0.9);
		transform-origin: bottom center;
	}
	.sonoko_copy{
		background: url("../img/top/copy.png") no-repeat;
		position: absolute;
		width: 332px;
		height: 481px;
		top: 0;
		left: 50%;
		margin-left: -159px;
		opacity: 0;
		margin-top: 20px;
	}
	.cloud_mae{
		background: url(../img/top/cloudmae.png) no-repeat;
		position: absolute;
		width: 663px;
		height: 489px;
		top: 239px;
		left: 50%;
		margin-left: -312px;
		opacity: 0;
	}
	.img_part2{
		background: url(../img/top/cast2.png) no-repeat;
		position: absolute;
		width: 1306px;
		height: 1001px;
		top: 341px;
		left: 50%;
		margin-left: -564px;
		opacity: 0;
		transform: scale(0.9);
		transform-origin: bottom center;
	}
	.img_part3{
		background: url(../img/top/cast3.png) no-repeat;
		position: absolute;
		width: 1370px;
		height: 627px;
		top: 126px;
		left: 50%;
		margin-left: -693px;
		opacity: 0;
		transform-origin: top center;
		transform: scale(0.9);
	}
	.img_part4{
		background: url("../img/top/mae_kirakira.png") no-repeat;
		position: absolute;
		width: 1920px;
		height: 1186px;
		top: 0;
		left: 50%;
		margin-left: -960px;
		transform-origin: bottom center;
		transform: scale(0);
	}
	.img_part5{
		background: url("../img/top/bg_kirakira.png") no-repeat;
		position: absolute;
		width: 1920px;
		height: 1186px;
		top: 0px;
		left: 50%;
		margin-left: -960px;
		transform-origin: bottom center;
		transform: scale(0);
	}
	.scale_anim{
		opacity: 1;
		transition: 0.3s ease-in-out;
		transform: scale(1);
	}
	.img_part5_anim{
		opacity: 1;
		transition: 0.3s ease-in-out;
		transform: scale(1);
		margin-top: -20px;
	}
	.img_part6{
		background: url(../img/bg.jpg) no-repeat;
		position: absolute;
		width: 1920px;
		height: 965px;
		left: 50%;
		margin-left: -960px;
	}
}

.img_anim{
	animation: top_anime 2s ease-in-out infinite;
}
.img_anim2{
	animation: top_anime2 2s ease-in-out infinite;
}
.img_anim3{
	animation: top_anime3 2s ease-in-out infinite;
}
.img_anim4{
	animation: top_anime4 2s ease-in-out infinite;
}

@keyframes roop_bganim {
	0% {margin-left: 0}
	100% {margin-left: -1920px}
}
@keyframes top_anime {
	0% {transform: translateY(0px)}
	50% {transform: translateY(-20px)}
	100% {transform: translateY(0px)}
}
@keyframes top_anime2 {
	0% {transform: translateY(0px)}
	50% {transform: translateY(20px)}
	100% {transform: translateY(0px)}
}
@keyframes top_anime3 {
	0% {transform: translateY(0px)}
	50% {transform: translateY(10px)}
	100% {transform: translateY(0px)}
}
@keyframes top_anime4 {
	0% {transform: translateY(0px)}
	50% {transform: translateY(5px)}
	100% {transform: translateY(0px)}
}
.img_logo{
	position: absolute;
    width: 491px;
    left: 50%;
    top: 50px;
    margin-left: -598px;
    opacity: 0;
    transform: scale(2);
    transform-origin: center center;
}

.bnr_dvd{
    position: absolute;
    width: 790px;
    left: 50%;
    top: 682px;
    opacity: 0;
    margin-left: 273px;
	z-index: 9;
}
.bnr_dvd img{
	transition: 0.2s;
}
.bnr_dvd :hover{
	transform: scale(1.05);
}

.day{
	position: absolute;
    width: 790px;
    left: 50%;
    top: 748px;
    opacity: 0;
    margin-left: 443px;
    z-index: 0;
}
.trend{
    position: absolute;
    width: 790px;
    left: 50%;
    top: 26px;
    opacity: 0;
    margin-left: 320px;
}
.logo_start{
	animation: bnr_anime2 0.3s ease-in-out forwards;
}
@keyframes bnr_anime2 {
	0% {transform: scale(1.8);opacity:0;}
	65% {transform: scale(0.93);opacity:1;}
	100% {transform: scale(1);opacity:1;}
}


/*ハッシュタグ*/
.hash{
	position: absolute;
    width: 133px;
    height: 68px;
    bottom: 25px;
    z-index: 1;
    right: 5px;
}

/*ticketsボタン*/
.tickets_ico{
	position: absolute;
    bottom: 26px;
    right: 29px;
    z-index: 1;
}

/*bnr_shareボタン*/
.bnr_share{
    position: absolute;
    bottom: 58px;
    left: 50%;
    z-index: 1;
    margin-left: 40px;
	background: url("../img/bnr_share_over.png")no-repeat top center;
}



/*--------------------------
コメントページ
--------------------------*/
.comment_page{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    z-index: 10;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*max-width: 1920px;*/
}
.comment_page_inner{
    width: 790px;
    background: #fff;
    margin: 124px auto;
    height: auto;
    margin-top: 60px;
    padding: 0 105px 10px;
}
.g_close{
	position: fixed;
    left: 50%;
    top: 38px;
    margin-left: 433px;
    cursor: pointer;
}
.com_ilust{
	margin: 33px auto;
}
.com_name,.com_name2{
	font-weight: bold;
	font-size: 24px;
	color: #000;
	background: #fced00;
    text-align: center;
    padding: 11px 0 7px;
    margin: 0 auto;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 19px;
}
.com_name2{
	background: #fff99e;
}
.com_job{
	font-size: 12px;
	color: #e23a13;
	font-family: sans-serif;
}
.com_txt{
	font-size: 17px;
	font-weight: bold;
	margin: 30px auto 57px;
	line-height: 31px;
}

/*--------------------------
クレジットページ
--------------------------*/
.credit_page{
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    top: 0;
    z-index: 10;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*max-width: 1920px;*/
}
.credit_page_inner{
    width: 1100px;
    margin: 124px auto;
    height: auto;
    margin-top: 200px;
    padding: 0 105px 10px;
}

.credit_page .g_close{
	position: fixed;
    left: 50%;
    top: 177px;
    margin-left: 433px;
    margin-left: 483px;
    cursor: pointer;
}


/*---------------
コピー
-----------------*/
.giza_over{
    background: url("../img/giza_top.jpg") repeat-x right bottom,url(../img/giza_copy_over.png) no-repeat center top;
    width: 1920px;
    height: 119px;
    position: absolute;
    left: 50%;
    margin-left: -919px;
	z-index: 2;
	top: 856px;
}
.giza_over_agemono{
    background: url(../img/giza_copy_over_agemono.jpg) no-repeat center top;
    width: 998px;
    height: 64px;
    position: absolute;
    left: 50%;
    margin-left: -499px;
	z-index: 2;
	top: 901px;
	opacity: 0;
}
.copy_bg{
	background:url("../img/giza_top.jpg") repeat-x right bottom;
	position: relative;
	background-color: #e23a13;
	width: 1920px;
	height: 74px;
	margin: 0 auto;
}

/*---------------
劇場バナー
-----------------*/
.giza{
    background: url(../img/giza_copy.jpg) repeat-x left top;
    width: 1920px;
    height: 112px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	top: 965px;
	z-index: 1;
}
.tickets_bt{
	position: relative;
    margin: 19px auto 0;
    width: 334px;
	background: url("../img/tickets_bt_over.jpg") no-repeat bottom;
	cursor: pointer;
}
.tickets_bt img{
	transition: 0.1s;
}
.tickets_bt:hover img{
	opacity: 0;
}
/*---------------
trailer
-----------------*/
#youtube_wrap{
	position:relative;
	width:100%;
	overflow:hidden;
	background: url("../img/giza_bnr.png") repeat-x right bottom,url("../img/news_bg2.jpg") repeat-x right top;
	background-size: 1920px 11px,336px auto;
}
#youtube_area{
	position:relative;
	width:100%;
	height:368px;
	padding-top:0;
}
#yt_load_area{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1140px;
	overflow:hidden;
	height:100%;
}
#yt_load{
	position:absolute;
	top:0;
	left:0;
	width:2210px;
	display:flex;
}
.yt_list{
	position:relative;
	width:360px;
	margin:46px 10px 10px;
	cursor:pointer;
	overflow:hidden;
	/*transform: translateX(100%);*//*動画1つ*/
	/*transform: translateX(50%);*//*動画2つ*/
	/*transform: translateX(0%);*//*動画3つ*/
}
.yt_list_img{
	border:solid 4px #eeea38;
	box-sizing:border-box;
}
.yt_left{
	position:absolute;
	left:15px;
	top:137px;
	cursor:pointer;
	display:none;
}
.yt_right{
	position:absolute;
	right:15px;
	top:137px;
	cursor:pointer;
}
.yt_fade{
	position:absolute;
	width: 98%;
    padding-bottom: 55%;
    left: 4px;
    top: 4px;
	background:rgba(0,0,0,0.5) url(../img/yt_play0.png) no-repeat center 50px;
	background-size:90px 93px;
	transition:0.5s;
	transform-origin:center center;
}
.yt_fade:hover{
	background:rgba(0,0,0,0.2) url(../img/yt_play0_over.png) no-repeat center 50px;
	background-size:90px 93px;
}
.yt_title{
	position:relative;
	width:360px;
	text-align:center;
	color:#000000;
	font-size:14px;
	line-height:32px;
	margin-top:4px;
}

#yt_more{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:40px;
	width:206px;
	height:36px;
	margin-top:0;
}

#yt_more_over{
	position:relative;
	width:290px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/yt_more_over.png) no-repeat center top;
	background-size: 290px 40px;
	cursor:pointer;
}


/*---------------
bnr
-----------------*/
#bnr_wrap{
	position:relative;
	width:100%;
	background:#fce100;
	background:url("../img/giza.png") repeat-x right bottom,url(../img/bnr_bg_parts.jpg) repeat center top -2px;
	background-size: 1920px 11px,336px auto;
	min-height: 370px;
	padding: 50px 0;
}
#bnr_wrap a{
	color:#fff;
}
#bnr_wrap a:hover{
	text-decoration:underline;
}
#bnr_wrap a:hover .bnr_img{
	transform: translateY(5px);
}
.bnr_img{
transition: 0.1s;
}

.works_bnr{
    /*width: 260px;*/
    width: 255px;
	height: 265px;
    margin: 20px 10px;
    background: url(../img/bnr_bg.png) no-repeat;
    background-position: center 45px;
    background-size: 255px 220px;
}
#bnr_load_wrap{
	position:relative;
	width:100%;
	padding-top: 25px;
	padding-bottom: 45px;
	background: rgb(255, 244, 71);
    width: 1200px;
    margin: 0px auto;
    border-radius: 8px;
}
#bnr_load {
	/*position:relative;
	width:100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: rgb(255, 244, 71);
    width: 1200px;
    margin: 0px auto;
    border-radius: 8px;*/
}
.bnr_column{
	display: -webkit-flex;
	display: flex;
	width:1120px;
	width:1107px;
	margin:0 auto;
	display:none;
/*	justify-content: center;*/
}
#bnr_more{
	position:relative;
	width:290px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more_over.jpg) no-repeat center top;
	background-size: 290px 40px;
	margin-top: 20px;
	cursor:pointer;
	display:none;
}
.bnr_text{
	font-size:14px;
	line-height:22px;
	margin: 20px 0;
}

#bnr_sort{
	position:relative;
	width:100%;
	display:flex;
	justify-content: center;
	z-index: 1;
    bottom: -14px;
}
.bnr_category{
	margin:0 6px;
	position: relative;
}
.bnr_category{
	width:268px;
	height:71px;
	cursor:pointer;
}
.bnr_category:nth-child(1){
	background:url(../img/category/cate1.png) no-repeat left top;
}
.bnr_category:nth-child(2){
	background:url(../img/category/cate2.png) no-repeat left top;
}
.bnr_category:nth-child(3){
	background:url(../img/category/cate3.png) no-repeat left top;
}
.bnr_category:nth-child(4){
	background:url(../img/category/cate4.png) no-repeat left top;
}
.bnr_category img{
	opacity:0;
	transition:0.3s;
}
.bnr_category img:hover{
	opacity:1;
}

.category_target img{
	opacity:1;
}
.category_target img:hover{
	opacity:1;
}

/*.category_target::after{
	content: "";
	display: block;
	background: url(../img/category/cate_icon.gif) no-repeat left top;
	background-size: 100% auto;
	width: 27px;
	height: 13px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -13px;
    z-index: 1;
}*/
/*---------------
news
-----------------*/
#news_wrap{
	position: relative;
    width: 100%;
    padding: 94px 0 117px;
    background: url(../img/news_bg.jpg) repeat-x center top -219px;
    background-size: 336px auto;
}
#news_title{
	width:auto;
	position:relative;
	top:0;
	left:50%;
	margin-left:-550px;
	width:1100px;
	height:54px;
	background:url(../img/news.png) no-repeat center top;/*消す時コメントアウト*/
	background-size: 1100px auto;
}
.news_article{
	position:relative;
	display:flex;
	width:800px;
	margin:20px auto;
	padding-bottom:0;
	border-bottom:none;
	align-items: top;
}
.news_thumb{
	position:relative;
	width:120px;
	height:120px;
	overflow:hidden;
}
.news_thumb img{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:0;
}
.news_title{
	margin-left:30px;
	color:#FFF;
	font-size:14px;
	width:650px;
	line-height:20px;
	/*font-weight: bold;*/
}
.news_title span{
    padding-bottom: 10px;
    display: inline-block;
    font-size: 11px;
}
#credit{
	position:relative;
	left:50%;
	width:726px;
	padding-top:70px;/*ニュース消す時コメントアウト*/
	transform:translateX(-50%);
}
#news_more{
	position:relative;
	width:290px;
	height:40px;
	padding-top:0;
	left:50%;
	transform:translateX(-50%);
	background:url(../img/more2_over.png) no-repeat center top;
	background-size: 290px 40px;
	margin-top:30px;
	cursor:pointer;
}
.news_article a{
	color:#6f1500;
	font-weight: bold;
}
.news_article a:hover{
	color:#e23a13;
}

.page_top{
	position:fixed;
	width: 136px;
    height: auto;
	right:20px;
	bottom:20px;
	cursor:pointer;
	z-index:10;
	display:none;
	background: url(../img/pagetop_over.png) no-repeat center top;
	background-size: 136px auto;
}
.page_top img{
	transition: 0.2s;
}
.page_top:hover img{
	opacity: 0;
}

/*-------------------------
ムビチケ・メイジャー
--------------------------*/
#tickets{
	position:relative;
	width:302px;/*2枚*/
	/*width:146px;*//*1枚*/
	margin:60px auto 0;
}

#ma{
	position:relative;
	width:146px;
	height:auto;
}
#mv{
	position:absolute;
	right:0;
	top:0;
	width:146px;
	height:auto;
}


@media screen and (min-width: 0px) and (max-width: 1480px) {
	.top_navi_list{
		transform: scale(0.8);
	}
}
@media screen and (min-width: 0px) and (max-width: 1400px) {
	.lucky_bt{
		right: 0;
		transform: scale(0.9);
	}
	.lucky_one,.lucky_back{
		transform: scale(0.9);
	}
	.noren_anim{
		animation: noren_anim 1.5s ease-in-out infinite;
	}
	@keyframes noren_anim {
		0% {transform: rotateX(0deg)scale(0.9)}
		50% {transform: rotateX(30deg)scale(0.9)}
		100% {transform: rotateX(0deg)scale(0.9)}
	}
	
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
	.day{
		margin-left: 376px;
	}
	.lucky_bt{
		right: 0;
		transform: scale(0.9);
	}
	.lucky_one,.lucky_back{
		transform: scale(0.9);
	}
	.noren_anim{
		animation: noren_anim 1.5s ease-in-out infinite;
	}
	@keyframes noren_anim {
		0% {transform: rotateX(0deg)scale(0.9)}
		50% {transform: rotateX(30deg)scale(0.9)}
		100% {transform: rotateX(0deg)scale(0.9)}
	}
	
}

@media screen and (min-width: 801px){
    /*-----------------------
    footer
    ------------------------*/
    footer{
        position:relative;
        height: 350px;
        width: 100%;
        background: #FFF;
		min-width: 1200px;
    }
    /*.footer_in{
        height: 100px;
    }*/
    #official{
        position: absolute;
        left: 20px;
        bottom: 26px;
    }
    #official_title{
        color: #9fa0a0;
        font-size:10px;
        margin-bottom:10px;
    }   
    #official_set{
        display: flex;
    }




    .sns_icon{
        margin: 0 5px;
    } 
    .sns_icon{
        width:20px;
    }

    /*コピーライト*/
    .address{
        position: absolute;
        bottom: 35px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        font-style: normal;
        color: #9fa0a0;/*←コピーライトの文字色*/
        font-size: 11px;/*←コピーライトの文字サイズ*/
        font-size:10px;
    }
    /*-----------------------
    bnr
    ------------------------*/
	#t_bnr_wrap{
		display: flex;
		position: relative;
		width: 1040px;
		margin: 50px auto 0;
		height: 137px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#t_bnr_wrap2{
		display: flex;
		justify-content: space-between;
		position: relative;
		width: 200px;
		margin: 20px auto 0;
	}
	.bnr_all{
		width: 200px;
		height: auto;
		margin: 0 4px;
	}
	.rekobi img{
		border: solid 1px #ccc; 
		box-sizing: border-box;
	}
    /*-----------------------
    footer右側
    ------------------------*/
    .right{
        position: absolute;
        right: 30px;
        bottom: 35px;
    }

    /*クレジット・プライバシー方針・利用規則*/
    .links{
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 180px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    .links,.links a{
        color: #9fa0a0;/*←footerの文字色（クレジット・プライバシー方針・利用規則）*/
        font-size: 10px;/*←footerの文字サイズ（クレジット・プライバシー方針・利用規則）*/
    }
    #credit_bt:hover,.links a:hover{
        color: #9fa0a0;/*←footerのhover文字色（クレジット・プライバシー方針・利用規則）*/
    }
    /*クレジット文字ボタン*/
    #credit_bt{
        cursor: pointer;
    }

    /*-----------------------
    footer左側
    ------------------------*/

    .left{
        position: absolute;
        width:100%;
        bottom:90px;
        left:0;
    }
    /*shareボタン領域*/
    #sns_btns{
        display: flex;
        justify-content: center;
    }
    
    /*---------------------
    アニメバナー 3.26 add
    ----------------------*/
    .anim_bnr{
        position: absolute;
        width:170px;
        height: 170px;
        left:170px;
        top:664px;
        opacity: 0;
        transition:0.8s;
    }
    .anim_bnr:hover{
        opacity: 0.9;
    }
    .link_text{
        position: absolute;
        width:100%;
        height: 100%;
        left:0;
        top:0;
        background: url("../img/sp/anim_bnr.png") no-repeat left top;
        background-size:170px 170px;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        display: none;
        transform-origin: center center;
    }
    
    
}/**/

.bound{
	margin-top:0;
	animation: undefined-easeOutElastic 2s;

}

.rotate_play{
    animation: rotation_anim 0.5s linear;
}
@keyframes rotation_anim {
    0% {transform: rotateY(0deg);}
    25% {transform: rotateY(180deg);}
    50% {transform: rotateY(0deg);}
    75% {transform:rotateY(-180deg);}
    100% {transform: rotateY(0deg);}
}


@keyframes  undefined-easeOutElastic {
	 0% {transform：translateX（0%）; }

	 16% {transform：translateX（-132.27%）; }

	 28% {transform：translateX（-86.88%）; }

	 44% {transform：translateX（-104.63%）; }

	 59% {transform：translateX（-98.36%）; }

	 73% {transform：translateX（-100.58%）; }

	 88% {transform：translateX（-99.8%）; }

	 100% {transform：translateX（-100%）; }
}

/*映画館に行こう！追加&上書き*/
.bnr_gotoeigakan{
	position: relative;
	top: 30px;
	width: 160px;
	margin: 0 auto;
}
footer{
	height: 350px;	
}
.left{
	bottom: 82px;
}

