@charset "utf-8";

/*------------------------------

【outrage3】

@top.css

------------------------------*/
#top{
	
}

#contents{
	padding: 50px 0 0 0;
}

.banner0{
	position: absolute;
	z-index: 3;
 left: -2px;
    bottom: 130px;

}

.banner1{
	position: absolute;
	z-index: 3;
	left: 210px;
    bottom: 150px;
}
.banner1 img{
	width:190px;
}

.banner2{
	position: absolute;
    z-index: 3;
    right: 305px;
    top: 14px;
}

.banner2 img{
	width: 9vw;
}

#eigaland-banner{
  position: absolute;
  z-index: 3;
  bottom: 70px;
  left: 240px;
}


.banner0:hover,.banner1:hover,.banner2:hover,#eigaland-banner:hover{
	opacity: 0.6;
}


/*------------------------------

#top-main

------------------------------*/
#top-main{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#top-tweet-container {
    position: absolute;
    z-index: 5;
	width: 320px;
    top: 20px;
    left: -320px;
    display: block;
	background: #e40073;
}

#top-tweet-container-btn{
	position: absolute;
	z-index: 1;
	top: 0px;
	right: -40px;
}

#top-tweet-container-btn2{
	position: absolute;
	z-index: 1;
	top: 160px;
	right: -40px;
}

.twitter-widget-box0{
  display: block;
	padding: 10px;
	background: #e40073;
}

.twitter-widget-box1{
  display: none;
	padding: 10px;
	background: #bb9567;
}

/*---------------
#top-main-center
---------------*/
#top-main-center{
	position: relative;
	z-index: 1;
}

#top-main-img{
	line-height: 0em;
	position: relative;
}

.main0{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

.main1{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}

.main2{
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/top/main/bg_pt.png) repeat-x;
	background-size: 1px 100%;
	top: 0px;
	left: 0px;
}

#top-main-img:after{
	content: "";
	position: absolute;
	top: 0px;
	left: calc((100vw - 100%)/-2);
	background: url(../img/top/main/bg_pt.png) repeat-x;
	background-size: 1px 100%;
	width: calc((100vw - 100%)/2);
	height: 100%;
}

#top-main-img:before{
	content: "";
	position: absolute;
	top: 0px;
	right: calc((100vw - 100%)/-2);
	background: url(../img/top/main/bg_pt.png) repeat-x;
	background-size: 1px 100%;
	width: calc((100vw - 100%)/2);
	height: 100%;
}

#top-main-img img{
	position: absolute;
	opacity: 0;
}

#top-main-img.show img{
  -webkit-animation: mainShow 2s forwards;
  animation: mainShow 2s forwards;
}

@-webkit-keyframes mainShow {
	0% {
		opacity: 1;
		-webkit-filter: blur(6px);
		-webkit-transform:scale(0.9);

	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-webkit-transform:scale(1);
	}
}
@keyframes mainShow {
	0% {
		opacity: 1;
     filter: blur(6px);
		transform: scale(0.9);

	}
	100% {
		opacity: 1;
		filter: blur(0px);
		transform: scale(1);
	}
}

#top-main-billing img{
	position: absolute;
	z-index: 2;
}

#top-main-copy img{
	position: absolute;
	z-index: 2;
	opacity: 0;
}


#top-main-copy img.show{
  -webkit-animation: copyShow 0.8s forwards;
  animation: copyShow 0.8s forwards;
}

#top-main-copy img.show:nth-child(1){
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#top-main-copy img.show:nth-child(2){
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#top-main-copy img.show:nth-child(3){
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#top-main-copy img.show:nth-child(4){
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}


@-webkit-keyframes copyShow {
	0% {
		opacity: 1;
		-webkit-filter: blur(6px);

	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
	}
}
@keyframes copyShow {
	0% {
		opacity: 1;
     filter: blur(6px);

	}
	100% {
		opacity: 1;
     filter: blur(0px);
	}
}


#top-main-ttl img{
	position: absolute;
	z-index: 3;
}

#top-main-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	background: #fff url(../img/top/main/bg.jpg) no-repeat;
	background-size: cover;
	opacity: 0.8;
}

#venezia img{
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

/*---------------
#top-main-right
---------------*/
#top-main-right-container{
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 0px;
	width: 290px;
	
}


/**
trailer-box
**/
#trailer-box{
	width: 280px;
	height: 158px;
	margin: 0 0 20px 0;
	background: #e40073;
	position: relative;
	cursor: pointer;
	/*box-shadow: 5px 5px 0px rgba(228,0,115,1);*/
}


#trailer-box:hover #trailer-box-inner:before{
	opacity: 0.8;
}

#trailer-box-inner{
	width: 280px;
	height: 158px;
	background: #000;
	position: absolute;
	top: -5px;
	left: -5px;
}

#trailer-box-inner:after{
	content: "";
	display: block;
	width: 280px;
	height: 158px;
	border: 1px solid #000;
/*	background: url(../img/common/bg_pt.png) repeat;
*/	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

#trailer-box-inner:before{
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: url(../img/common/movie_start.png) no-repeat;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: 0;
}

#trailer-ttl{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	padding: 6px;
	border: 1px solid #000;
	background: rgba(228,0,115,0.84);
	z-index: 2;
}

#trailer-box-txt{
	width: 100%;
	height: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 30px;
	font-size: 13px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#trailer-box-txt p{
	white-space: nowrap;
	float: left;
	padding-left: 100%;
	-webkit-animation-name: ticker-animation;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 15s;

  animation-name: ticker-animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
	animation-delay: 2s;
  animation-duration: 15s;
}

@-webkit-keyframes ticker-animation {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-110%);}
}

@keyframes ticker-animation {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-110%);}
}

#youtube-frame{
	width: 280px;
	height: 158px;
	overflow: hidden;
}

#youtube-frame #player{
	margin-top: 0px;
}


/**
news-box
**/
#news-box{
	width: 280px;
	height: 120px;
	margin: 0 0 30px 0;
	background: #e40073;
	position: relative;
}


#news-box-inner{
	width: 280px;
	height: 120px;
	overflow-y: scroll;
	background: #000;
	position: absolute;
	top: -5px;
	left: -5px;
}

#news-ttl{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	padding: 6px;
	border: 1px solid #000;
	background: rgba(228,0,115,0.84);
	z-index: 2;
}


.tumblr-post-list{
	padding: 40px 15px 0 15px;
	
}


.tumblr-post-list li{
	padding: 0 0 15px 0;
}

.tumblr-post-list li a{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.tumblr-post-list li a:hover{
	color: #e40073;
}


.tumblr-post-list li a .date{
	display: inline-block;
   margin: 0 0 5px 0;
   padding: 0 0 2px 0;
	border-bottom: 1px solid #e40073;
}

.tumblr-post-list li a .ttl{
	display: block;
	line-height: 1.4em;
}

/**
sindan-box
**/
#sindan-box{
	width: 280px;
	height: 114px;
	margin: 0 0 30px 0;
	background: #e40073;
	position: relative;
}


#sindan-box-inner{
	width: 280px;
	height: 118px;
	background: #000;
	position: absolute;
	top: -10px;
	left: -5px;
}


#sindan-slide-container{
	width: 280px;
	height: 118px;
	position: relative;
}


/**
banner-box
**/
#banner-box{
	width: 280px;
	height: 118px;
	margin: 0 0 20px 0;
	background: #e40073;
	position: relative;
}


#banner-box-inner{
	width: 280px;
	height: 118px;
	background: #000;
	position: absolute;
	top: -15px;
	left: -5px;
}


#banner-slide-container{
	width: 280px;
	height: 118px;
	position: relative;
}

#banner-slide-container--2{
	width: 280px;
	height: 118px;
	position: relative;
}


.banner-slide-box{
	/*position: absolute;
	display: none;*/
}


.banner-slide-box:first-child{
	display: block;
}


.banner-slide-box a{
	display: block;
	position: relative;
}


.banner-slide-box a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 2px solid #343434;
	box-sizing: border-box;
}


.banner-slide-box a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	border: 0px solid #e40073;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}


.banner-slide-box a:hover:after {
	border: 2px solid #e40073;
}


.banner-slide-box a img{
	width: 280px;
	height: auto;
}


/**
share-box
**/
#share-box{
	width: 280px;
	height: 40px;
	background: #e40073;
	position: relative;
}


#share-box-inner{
	width: 280px;
	height: 40px;
	background: #000;
	position: absolute;
	top: -5px;
	left: -5px;
}



/*------------------------------

#top-main-footer

------------------------------*/
#top-main-footer{
	background: #000;
	position: relative;
	padding: 10px 0 0;
}


#top-main-footer:after{
	content: "";
	display: block;
	width: 100%;
	height: 138px;
	background: url(../img/top/footer_bg.png) no-repeat top center;
	position: absolute;
	bottom: -138px;
	left: 0px;
	right: 0px;
}


/**
buzzes
**/
#buzzes-telop-container{
	height: 40px !important;
	position: absolute !important;
	bottom: 0px;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	overflow: initial !important;
	background: #000;
}


#buzzes-telop-container:after{
	content: "";
	display: block;
	width: 237px;
	height: 15px;
	position: absolute;
	z-index: 1;
	top: -18px;
	left: 3px;
	background: url(../img/top/buzzes_ttl.png) no-repeat;
}


/**
movie-list-container
**/
#movie-list-container{
	margin: 20px 0 40px 0;
	
}


#movie-ttl{
	text-align: center;
	padding: 0 0 10px 0;
}


#movie-list-container .control{
	
}


#movie-list-container-inner{
	display: flex;
	justify-content: center;
	height: 162px;
}


.movie-list-box{
	width: 388px;
	height: 162px;
	cursor: pointer;
	margin: 0 10px;
}


.movie-list-box a{
	display: block;
	position: relative;
}

.movie-list-box a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 4px solid #343434;
	box-sizing: border-box;
}


.movie-list-box a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	border: 0px solid #e40073;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}


.movie-list-box a:hover:after {
	border: 4px solid #e40073;
}


.movie-list-name{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;

	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
}


.movie-list-thumb{
	position: relative;
	z-index: 0;
}

.movie-list-thumb img{
	width: 388px;
	height: auto;
}



.movie-list-thumb:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_pt.png) repeat;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}


/**
link-list-container0
**/
#link-list-container0{
	margin: 0 0 20px 0;
}


#link-ttl{
	text-align: center;
	padding: 0 0 10px 0;
}


#link-list-container0-inner{
	display: flex;
	justify-content: center;

}


.link-list-box0{
	width: 380px;
	height: 160px;
	margin: 0 10px;
}


.link-list-box0 a{
	display: block;
	position: relative;
}

.link-list-box0 a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 4px solid #343434;
	box-sizing: border-box;
}


.link-list-box0 a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	border: 0px solid #e40073;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}


.link-list-box0 a:hover:after {
	border: 4px solid #e40073;
}


/**
link-list-container1
**/
#link-list-container1{
	
}


#link-ttl{
	text-align: center;
	padding: 0 0 10px 0;
}


#link-list-container1-inner{
	display: flex;
	justify-content: center;

}


.link-list-box1{
	width: 180px;
	height: 60px;
	position: relative;
	margin: 0 10px;
}

.link-list-box1:hover{
	opacity: 0.6;
}



/*.link-list-box1:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 4px solid #343434;
	box-sizing: border-box;
}


.link-list-box1:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	border: 0px solid #e40073;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}


.link-list-box1:hover:after {
	border: 4px solid #e40073;
}*/

.link-list-box1 a img{
	width: 180px;
	height: 60px;
}



.slick-prev{
	margin: 0 20px 0 0;
	background: url(../img/common/slider_back_btn.gif) no-repeat;
	min-width:30px;
	height:162px;
	border:0;
	outline: none;
	cursor: pointer;
}
.slick-next{
	margin: 0 0 0 20px;
	background: url(../img/common/slider_next_btn.gif) no-repeat;
	min-width:30px;
	height:162px;
	border:0;
	outline: none;
	cursor: pointer;
}


/*------------------------------

#top-contents

------------------------------*/
#top-contents{
	width: 100%;
	/*background: #fff;*/
	/*padding: 138px 0;*/
}


.contents-box{
	width: 100%;
	min-height: 100vh;
}

/*------------------------------

#outrage-container

------------------------------*/
#outrage-container{
	/*background: #ccc;*/
	padding: 138px 0 0 0;
	position: relative;
	overflow: hidden;
}


#outrage-ttl{
	position: absolute;
	top:20px;
	left:80px;
	z-index: 10;
}


#outrage-txt-container{
	position: absolute;
	z-index: 10;
}


#outrage-txt-inner{
	color:#FFF;
}


/*テキスト全体*/
#outrage-txt-inner ul{
	position:absolute;
}


#outrage-txt-inner ul li{
	display: block;
	float: left;
	margin: 0 100px 0 0;
	width:561px;
	height:191px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
}


#outrage-txt-inner ul li:first-child{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}


#outrage-txt-inner ul li:last-child{
	margin: 0;
}


#outrage-txt-back-btn{
	display: block;
	cursor: pointer;
	position: absolute;
	top:70px;
	left:-100px;
	opacity: 0.5;
	display: none;
}


#outrage-txt-next-btn{
	display: block;
	cursor: pointer;
	position: absolute;
	top:70px;
	left:570px;
	opacity: 0.5;
}


#outrage-navi-container{
	width:100%;
	position: absolute;
	left:0;
	top:90%;
	z-index: 100;
}


#outrage-navi-container-inner{
	width:350px;
	margin: 0 auto;
	position: relative;
}


#outrage-navi-container ul{
	width:350px;
	margin: 0 auto;
}


#outrage-navi-container ul li{
	float: left;
	padding: 0 91px 0 0;
	display: block;
}


#outrage-navi-container ul li:nth-last-child(1){
	padding: 0;
}


#outrage-navi-arrow{
	position: absolute;
	top:4px;
	left:52px;
}


.navi-arrow-h img{
	position: absolute;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
}


.navi-arrow-h img:nth-child(1){
	top:0;
	left:0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}


.navi-arrow-h img:nth-child(2){
	top:0;
	left:6px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}


.navi-arrow-h img:nth-child(3){
	top:0;
	left:12px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}


#outrage-navi-arrow-v{
	position: absolute;
	top:710px;
	left:4px;
}


.navi-arrow-v img{
	position: absolute;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
}


.navi-arrow-v img:nth-child(1){
	top:0;
	left:0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;

}


.navi-arrow-v img:nth-child(2){
	top:6px;
	left:0;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}


.navi-arrow-v img:nth-child(3){
	top:12px;
	left:0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}


@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.navi-line{
	width:100%;
	display: block;
	border-bottom:1px solid #FFF;
	margin: -25px 0 0;
}


#outrage-vertical-line{
	position: absolute;
	z-index: 11;
	top: 92px;
	left:50px;
	height:100%;
}


.navi-v-line{
	width:1px;
	height:100%;
	display: block;
	border-left:1px solid #FFF;
}


#outrage-vertical-line p:first-child{
	position: absolute;
	top:120px;
	left:-9px;
}


#outrage-bg-container{
	width: 4300px;
	height: 760px;
	position: absolute;
	/*left: : 98% ;*/ /* IE8以下とAndroid4.3以下用フォールバック */
   /*left : -webkit-calc(50% - 960px) ;
   left : calc(50% - 960px) ;*/
	left: 0;
	z-index: 1;
	top: calc((100vh - 760px)/2);
	transition: all 0.5s ease-in-out;
}


#outrage-bg-container div p{
	position: absolute;
	width: 500px;
	height: 210px;
}


#outrage-bg-container div p:nth-child(1){
	top:205px;
	left:15px;
	z-index: 10;
}


#outrage-bg-container div p:nth-child(2){
	top:48px;
	left:379px;
}


#outrage-bg-container div p:nth-child(3){
	top:505px;
	left:161px;
	z-index: 8;
}


#outrage-bg-container div p:nth-child(4){
	top:552px;
	left:629px;
	z-index: 11;
}


#outrage-bg-container div p:nth-child(5){
	top:142px;
	left:845px;
	z-index: 1;
}


#outrage-bg-container div p:nth-child(6){
	top:511px;
	left:1095px;
	z-index: 9;
}


#outrage-bg-container div p:nth-child(7){
	top:79px;
	left:1250px;
}

#outrage-bg-container div p:nth-child(8){
	top:170px;
	left:1760px;
}

#outrage-bg-container div p:nth-child(9){
	top:462px;
	left:1650px;
}

#outrage-bg-container div p:nth-child(10){
	top:523px;
	left:2090px;
}

#outrage-bg-container div p:nth-child(11){
	top:78px;
	left:2232px;
}

#outrage-bg-container div p:nth-child(12){
	top:122px;
	left:2714px;
}

#outrage-bg-container div p:nth-child(13){
	top:494px;
	left:2667px;
}

#outrage-bg-container div p:nth-child(14){
	top:70px;
	left:3250px;
}

#outrage-bg-container div p:nth-child(15){
	top:544px;
	left:3111px;
}


/*------------------------------

#outrage2-container

------------------------------*/
#outrage2-container{
	/*background: #ccc;*/
	padding: 0;
	position: relative;
	overflow: hidden;
}


#outrage2-ttl{
	position: absolute;
	top:0px;
	left:80px;
	z-index: 10;
}


#outrage2-txt-container{
	position: absolute;
	z-index: 10;
}


#outrage2-txt-inner{
	color:#FFF;
}


/*テキスト全体*/
#outrage2-txt-inner ul{
	position:absolute;
}


#outrage2-txt-inner ul li{
	display: block;
	float: left;
	margin: 0 100px 0 0;
	width:709px;
	height:180px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
}


#outrage2-txt-inner ul li:first-child{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}


#outrage2-txt-inner ul li:last-child{
	margin: 0;
}


#outrage2-txt-back-btn{
	display: block;
	cursor: pointer;
	position: absolute;
	top:70px;
	left:-150px;
	opacity: 0.5;
	display: none;
}


#outrage2-txt-next-btn{
	display: block;
	cursor: pointer;
	position: absolute;
	top:70px;
	left:720px;
	opacity: 0.5;
}


#outrage2-navi-container{
	width:100%;
	position: absolute;
	left:0;
	top:90%;
	z-index: 100;
}


#outrage2-navi-container-inner{
	width:350px;
	margin: 0 auto;
	position: relative;
}


#outrage2-navi-container ul{
	width:350px;
	margin: 0 auto;
}


#outrage2-navi-container ul li{
	float: left;
	padding: 0 91px 0 0;
	display: block;
}


#outrage2-navi-container ul li:nth-last-child(1){
	padding: 0;
}


#outrage2-navi-arrow{
	position: absolute;
	top:4px;
	left:52px;
}


#outrage2-navi-arrow-v{
	position: absolute;
	top:550px;
	left:4px;
}


.navi-active{
	width: 11px;
	height: 11px;
	background: #e40073;
	border-radius: 6px;
	position: absolute;
	top: 4px;
	left: 4px;
	transition: all 0.3s ease;
	transition-delay: 0.2s;
}


.navi-active:after{
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border: 1px solid #e40073;
	border-radius: 8px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	left: -3px;
	box-sizing: border-box;
  -webkit-animation: circleFlash 1.5s infinite;
  animation: circleFlash 1.5s infinite;
}


@-webkit-keyframes circleFlash {
	0% {
		opacity: 0;

	}
	50% {
		opacity: 1;

	}
	100% {
		opacity: 0;
	}
}
@keyframes circleFlash {
	0% {
		opacity: 0;

	}
	50% {
		opacity: 1;

	}
	100% {
		opacity: 0;
	}
}


#outrage2-bg-container{
	position: absolute;
	width: 5000px;
	height: 950px;
	position: absolute;
	/*left: : 98% ;*/ /* IE8以下とAndroid4.3以下用フォールバック */
   /*left : -webkit-calc(50% - 960px) ;
   left : calc(50% - 960px) ;*/
	left: 0;
	z-index: 1;
	top: calc((100vh - 950px)/2);
	transition: all 0.5s ease-in-out;
}


#outrage2-bg-container div p{
	position: absolute;
	width: 500px;
	height: 210px;
}


#outrage2-bg-container div p:nth-child(1){
	top:152px;
	left:46px;
}


#outrage2-bg-container div p:nth-child(2){
	top: 567px;
    left: 15px;
    z-index: 1;
}


#outrage2-bg-container div p:nth-child(3){
	top:235px;
	left:523px;
}


#outrage2-bg-container div p:nth-child(4){
	top:509px;
	left:497px;
}


#outrage2-bg-container div p:nth-child(5){
	top:123px;
	left:899px;
}


#outrage2-bg-container div p:nth-child(6){
	top:563px;
	left:976px;
}


#outrage2-bg-container div p:nth-child(7){
	top:68px;
	left:1415px;
}


#outrage2-bg-container div p:nth-child(8){
	top:473px;
	left:1456px;
}


#outrage2-bg-container div p:nth-child(9){
	top:118px;
	left:1878px;
}


#outrage2-bg-container div p:nth-child(10){
	top:548px;
	left:1928px;
}


#outrage2-bg-container div p:nth-child(11){
	top:215px;
	left:2333px;
}


#outrage2-bg-container div p:nth-child(12){
	top:534px;
	left:2438px;
}


#outrage2-bg-container div p:nth-child(13){
	top:34px;
	left:2614px;
}


#outrage2-bg-container div p:nth-child(14){
	top:192px;
	left:3033px;
}


#outrage2-bg-container div p:nth-child(15){
	top:497px;
	left:2907px;
}


#outrage2-bg-container div p:nth-child(16){
	top:266px;
	left:3491px;
}


#outrage2-bg-container div p:nth-child(17){
	top:552px;
	left:3443px;
}


#outrage2-vertical-line{
	position: absolute;
	z-index: 11;
	top: 0;
	left:50px;
	height:100%;
}


#outrage2-vertical-line p:first-child{
	position: absolute;
	top:48px;
	left:-9px;
}


#outrage2-navi-arrow-v{
	position: absolute;
	top:707px;
	left:4px;
}


/*------------------------------

#top-thumbnail

------------------------------*/
#outrage3-container-inner{
	
}


#outrage3-ttl{
	padding: 30px 0 0 70px;
}


#outrage3-thumb-container{
	width: 1170px;
    height: 1440px;
    margin: 80px auto;
}


#outrage3-thumb-container li {
	display: block;
	position: absolute;
}


#outrage3-thumb-container li a{
	display: block;
	position: relative;
}


#outrage3-thumb-container li a:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	border: 4px solid #343434;
	box-sizing: border-box;
}


#outrage3-thumb-container li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	border: 0px solid #e40073;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

#outrage3-thumb-container li a:hover:after {
	border: 4px solid #e40073;
}





#outrage3-thumb-container li a img{
	/*
	width: 100%;
	height: auto;
	*/
}


#outrage3-thumb-container li:nth-child(1){
	top:0;
	left:0;
}


#outrage3-thumb-container li:nth-child(2){
	top:0;
	left:590px;
}


#outrage3-thumb-container li:nth-child(3){
	top:0;
	left:885px;
}


#outrage3-thumb-container li:nth-child(4){
	top:130px;
	left:590px;
}


#outrage3-thumb-container li:nth-child(5){
	top:250px;
	left:0;
}


#outrage3-thumb-container li:nth-child(6){
	top:380px;
	left:295px;
}


#outrage3-thumb-container li:nth-child(7){
	top: 380px;
    left: 885px;
}


#outrage3-thumb-container li:nth-child(8){
	top:505px;
	left:0;
}


#outrage3-thumb-container li:nth-child(9){
	top:630px;
	left:0;
}


#outrage3-thumb-container li:nth-child(10){
	top: 630px;
    left: 590px;
}


#outrage3-thumb-container li:nth-child(11){
	top:880px;
	left:0;
}


#outrage3-thumb-container li:nth-child(12){
	top:880px;
	left:590px;
}


#outrage3-thumb-container li:nth-child(13){
	top: 1010px;
    left: 295px;
}

#outrage3-thumb-container li:nth-child(14){
	top: 1010px;
    left: 885px;
}


#outrage3-thumb-container li:nth-child(15){
	top:1135px;
	left:885px;
}


#outrage3-vertical-line{
	position: absolute;
	z-index: 11;
	top: 0;
	left:50px;
	height:64px;
}


#outrage3-vertical-line p:first-child{
	position: absolute;
	top:50px;
	left:-9px;
}


#outrage3-navi-arrow-v{
	position: absolute;
	top:90px;
	left:4px;
}


/*------------------------------

#top-movie-container

------------------------------*/
#top-movie-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 0;
	opacity: 0.4;
}


.movie-cover {
	position: absolute;
	top: 0;
	/* left: 0; */
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	background: #e40073 url(../img/common/movie_cover.png);
	opacity: 0.8;
	z-index: -99;
	mix-blend-mode: overlay;
}


#top-movie {
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}



/*------------------------------

賞

------------------------------*/ 
.syou {
    display: block;
    text-align: center;
    color: #b59067;
	font-weight: bold;
	font-size:1em;
    line-height: 1.5em;
    position: relative;
    background: #000;
}

.syou p{
display: block;
    position: relative;
    top: -2.5vw;
    z-index: 10;	
}

.marquee {
/*    background: url(../img/top/syou_ttl.png) no-repeat center/contain;
*/	width: 100%;/* padding:0.5em 0; */overflow:hidden;background-color: #000000;color: #9a7a55;font-weight:  bold; font-size: 1.2em;margin: 0 auto;position:relative;}


.marquee p {
	padding: 0.8em;
margin:0;
padding-left:1100px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:50s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:50s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:50s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:50s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:50s;
	animation-iteration-count:infinite;
}


.marquee:before{
/*  content: url(../img/top/syou_ttl.png);
  display: block; 
	margin: 0 auto;*/
}

@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}