@charset "utf-8";
/* CSS Document */

#myCanvas.top { position:absolute;  top:0; left:0; width:100%; height:100%; }

body{
	width: 100%;
	background-image: url("../images/tmp/bg_002_01.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

#main{
}

#container{
  position:relative;
  width: 100%;
  height:auto;
  margin:20px auto;
  z-index:5;
  color:#FFF;
}

#container p img{
	border: 10px solid #FFFFFF;
	width:880px;
}

.container_top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/tmp/stars01.png");
    background-position:top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    filter: saturate(230%);
}

.container_top_c2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/tmp/stars01_down.png");
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    filter: saturate(120%);
}






.star_top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/tmp/stars2.png");
    background-position:top;
    background-repeat:no-repeat;
    background-size: 100% auto;
}


/* -----------------------------------------
   流れ星
   -----------------------------------------*/


.move_starop_wrap{
   display: none;
}

@keyframes nagareboshiop {
    0% {left:-10px; top:0px;opacity:1;}
    4% {left:100%; top: 80%; opacity:0;}
}
.move_starop {
    animation: nagareboshiop 1s infinite;
    animation-duration: 25s;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
		position: absolute;
		width: 1.5%;
		opacity: 0;
		z-index: 51;
}




@keyframes nagareboshi01 {
    0% {left:-10px; top:30% ;opacity:1;}
    10% {left:100%; top: 60%; opacity:0;}
}
.move_star01 {
    animation: nagareboshi01 10s infinite;
    animation-duration: 10s;
		animation-delay: 10s;
		position: absolute;
		width: 1%;
		opacity: 0;
		z-index: 51;
}


@keyframes nagareboshi02 {
    0% {left:-10%; top:10%;opacity:1;}
    10% {left:100%; top: 45%; opacity:0;}
}
.move_star02 {
    animation: nagareboshi02 10s infinite;
    animation-duration: 10s;
		animation-delay: 5s;
		position: absolute;
		width: 1.5%;
		opacity: 0;
		z-index: 52;
}

.ms_m{
	left: -10%;
}

/* -------------------------------------------------------------------------
   
   -------------------------------------------------------------------------*/


.test{
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: rgba(255,0,4,1.00);
	top: 0;
	left: 0;
	z-index: 10000;
}



.output_wrap{
	position: fixed;
	top: 0;
	left: 0;
	color: rgba(255,255,255,1.00);
text-shadow: 
    black 2px 0px 2px, black -2px 0px 2px,
    black 0px -2px 2px, black -2px 0px 2px,
    black 2px 2px 2px, black -2px 2px 2px,
    black 2px -2px 2px, black -2px -2px 2px,
    black 1px 2px 2px, black -1px 2px 2px,
    black 1px -2px 2px, black -1px -2px 2px,
    black 2px 1px 2px, black -2px 1px 2px,
    black 2px -1px 2px, black -2px -1px 2px,
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;}


.op_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 110;
	background-image: url("../images/tmp/bg_003.jpg");
	background-size: 100% auto;
    background-color: rgba(1,4,45,1.00);
    background-repeat: no-repeat;
}

.op_logo{
	width: 40%;
	margin: auto;
	padding-top: 20%;
}

.op_load{
   text-align: center;
   width: 100px;
   margin: auto;
   color: rgba(255,255,255,1.00);
   font-weight: 600;
}




.wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.top_upper_wrap{
    position: relative;
    overflow: hidden;
    min-width:1150px;
    max-width: 1500px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding: 3% 2% 0 2%;
    box-sizing: border-box;
    z-index: 58;
}


.visual_wrap{
	position: relative;
	width: 55%;
}


.kvimage{
	position: relative;
    overflow: hidden;
	width: 100%;
}

.kvimage .waku{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.kvimage .ch01{
    position: absolute;
    width: 6%;
    top: 4%;
    right: 2.4%;
}


.top_right_wrap{
    position: relative;
    width: 45%;
}


.top_logo{
    width: 95%;
    margin: 0 auto 1% auto;
}

.top_ch01{
    width: 90%;
    margin: 2% auto 8% auto;

}


.menu{
    position: relative;
    width: 85%;
    margin: auto;
    margin-bottom: 7%;
}

.menu .hoshi{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.hoshi_on{
    animation: menuhoshi 1.8s ease-out;
    animation-fill-mode: forwards;
}

@keyframes menuhoshi {
  0%  {transform: rotate(-60deg);}
  100%  {transform: rotate(0deg);}
}

.menu_content{
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
}

.menu_content .menu_i01{
    width: 22%;
    margin: auto;
    margin-bottom: 0;
}

.menu_content .k01{
    width: 60%;
    margin: auto;
    margin-bottom: 2%;
}

.menu_wrap{
    width: 36%;
    margin: auto;
}

.menu_wrap li{
    margin-bottom: 2%;
}



.movie_wrap{
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: auto;
    margin-top: 1%;
}

.movie_wrap .pv{
    position: absolute;
    top: 18%;
    left: 5%;
    width: 90%;
}

.movie_wrap .pv_play{
    position: absolute;
    top: 20%;
    left: 7%;
    width: 85%;
    background-color: rgba(0,0,0,0.30);
    border-radius: 10px;
    cursor: pointer;
}

.movie_wrap .pv_play:hover{
    background-color: rgba(0,0,0,0.00);
}


.waku_wrap{
	position: relative;
	border: rgba(255,255,255,1.00) 2px solid;
	padding: 5px;
	margin: 10px;
    box-sizing: border-box;
}

.waku_inner{
	border: rgba(199,203,212,1.00) 1px solid;
	background-color: rgba(30,46,85,0.80);
}

.waku_wrap .k01{
	position: absolute;
	top:-18px;
	left: -8px;
	width: 15px;
}

.waku_wrap .k02{
	position: absolute;
	top:-18px;
	right: -8px;
	width: 15px;
}

.waku_wrap .k03{
	position: absolute;
	bottom: -8px;
	left: -8px;
	width: 15px;
}

.waku_wrap .k04{
	position: absolute;
	bottom:-8px;
	right: -8px;
	width: 15px;
}




.info_wrap{
	width: 70%;
	margin: auto;
    margin-top: 9%;
	display: flex;
	justify-content: space-between;
}

.news_wrap{
	width: 49%;
}

.news_wrap .nh{
	height: 250px;
}

.b_more{
	width: 60%;
	margin-left: 35%;
}


.title_wrap{
	width: 98%;
	border-bottom: rgba(255,255,255,1.00) 3px dotted;
	margin: 1% auto 1% auto;
}

.title_wrap2{
	width: 96%;
	border-bottom: rgba(255,255,255,1.00) 3px dotted;
	margin: 1% auto 1% auto;
}


.i_staff{
	width: 18%;
	margin: auto;
	margin-bottom: 1%;
}

.i_news{
	width: 45%;
	margin: auto;
	margin-bottom: 2%;
}

.news_inner{
	position: relative;
	overflow: auto;
	width: 95%;
	box-sizing: border-box;
	margin: 10px auto 10px auto;
	height: 180px;
}

.news_sys .day{
	color: rgba(225,240,255,1.00);
	font-size: 75%;
}

.news_sys .title{
	line-height: 1.4;
	font-size: 75%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: rgba(0,136,255,1.00) 1px dashed;
}

.news_sys .title a{
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-weight: 400;
}

.twitter_wrap{
	width: 48%;
	border: rgba(0,0,0,1.00) 8px solid;
	box-sizing:border-box;
	background-color: rgba(0,155,255,1.00);
}



.txt_staff{
	width: 80%;
	margin: 3% 0 4% 3%;;
}



.gensaku_wrap{
  position: relative;
  overflow: hidden;
	width: 68%;
	margin:  40px auto 30px auto;
	background-color: rgba(46,109,167,0.80);
	border-radius: 16px;
	border: rgba(255,255,255,1.00) 2px solid;
}

.gensaku_content_wrap{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 40px;
	display: flex;
	justify-content: space-between;
   flex-wrap: wrap;
}

.gensaku_content_wrap .shoei{
	width: 55%;
}

.gensaku_content_wrap .txt01{
	width: 40%;
}

.comics_v4box{
   width: 100%;
   display: flex;
   justify-content: space-between;
}

.comics_v4box .v4_left{
   width: 28%;
}

.comics_v4box .v4_right{
   width: 69%;
   display: flex;
   flex-wrap: wrap;
}

.v4_right .v4box01{
   width: 100%;
}

.v4_right .v4box02{
   width: 100%;
}

.v4box02 .v4shoei_wrap{
   display: flex;
   justify-content: space-between;
}

.v4box02 .v4shoei_wrap .v4shoei{
   width: 31.5%;
   margin: 0 0.5%;
}


.tw_box{
  position: relative;
  width: 90%;
	height: 200px;
  margin: 2% auto 2% auto;
  padding: 0;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}



.gensaku_wrap .index{
	width: 95%;
	margin: 1% auto;
	border-bottom: rgba(255,255,255,1.00) 1px solid;
}


.gensaku_content_wrap .left{
	width: 50%;
	float: left;
}

.gensaku_content_wrap .right{
	width: 50%;
	padding-top: 5%;
	float: right;
}

.gensaku_content_wrap .center{
	width: 100%;
}

.gensaku_wrap .pic01{
	width: 100%;
	margin: 4% auto auto auto;
}

.gensaku_wrap .chosaku{
	width: 80%;
	margin: auto;
}

.under_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -8%;
	background-image: url("../images/tmp/bg_002.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 105;
}

.under_wrap .link{
	width: 141px;
	height: 60px;
	margin: 15px auto 0px auto;
}

.under_wrap .copy{
	width: 500px;
	margin: auto;
	margin-bottom: 80px;
	font-size: 90%;
	text-align: center;
	color: rgba(114,214,255,1.00);
}


.star_wrap01{
	position: absolute;
	top: 21%;
	left: 6.4%;
	width: 5%;
	height: 5%;
	z-index: 50;
}

.nagare_wrap01{
	position: absolute;
}




.v_u_t02_upper{
	position: fixed;
	width: 25%;
	left: 2%;
	top: 2%;
	display: none;
}



/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/

.share_wrap{
	position:relative;
	width:200px;
	font-size:100%;
  padding: 3px;
	margin: auto;
	margin-top: 20px;

}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

body{
	background-image: url("../images/tmp/bg_002m.png");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: repeat-y;
  font-size: 77%;
}


#main{
    display: block;
}

.wrap{
	position: relative;
	width: 100%;
	height: auto;
	background-image: none;
}

.visual_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	right: auto;
}

.visual_wrap img{
	width: 100%;
	height: auto;
}

.left_wrap{
	position: relative;
	width: 100%;
	top: auto;
	left: auto;
}

.logo{
	width: 75%;
	margin: auto;
	margin-top: 2%;
}


.news_wrap{
  position: relative;
  overflow: hidden;
	width: 95%;
	margin:auto;
	margin-bottom: 20px;
}

.news_wrap .w_top{
	width: 100%;
}

.news_wrap .w_inner{
  position: relative;
  overflow: hidden;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

.news_wrap .index{
	width: 90%;
	margin: auto;
}

.news_wrap .w_center{
  position: relative;
  overflow: hidden;
	width: 100%;
	background-image: url("../images/top/waku/w01_center.png");
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 0;
}

.news_sys .day{
	font-size: 90%;
}

.news_sys .title{
	font-size: 90%;
}


.news_wrap .w_under{
	width: 100%;
	font-size:0;
}


.gensaku_wrap{
  position: relative;
  overflow: hidden;
	width: 90%;
	margin:  15px auto;
	background-color: rgba(46,109,167,0.80);
	border-radius: 16px;
	border: rgba(255,255,255,1.00) 2px solid;
}

.gensaku_content_wrap{
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 10px;
	display: block;
}

.gensaku_content_wrap .shoei{
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}

.gensaku_content_wrap .txt01{
	width: 100%;
}


.comics_v4box{
   width: 100%;
   display: flex;
   justify-content: space-between;
}

.comics_v4box .v4_left{
   width: 34%;
}

.comics_v4box .v4_right{
   width: 64%;
   display: flex;
   flex-wrap: wrap;
}

.v4_right .v4box01{
   width: 100%;
}

.v4_right .v4box02{
   width: 100%;
}

.v4box02 .v4shoei_wrap{
   display: flex;
   justify-content: space-between;
}

.v4box02 .v4shoei_wrap .v4shoei{
   width: 31.5%;
}



.twitter_content{
	height: 200px;
	overflow: auto;
	 -webkit-overflow-scrolling: touch;
}




.under_wrap{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: auto;
	background-image: none;
}

.under_wrap .link{
	width: 141px;
	height: 60px;
	margin: 30px auto 0px auto;
}

.under_wrap .copy{
	width: 100%;
	margin: auto;
	margin-bottom: 100px;
	font-size: 90%;
	text-align: center;
	color: rgba(114,214,255,1.00);
}


.ms_m{
	left: auto;
}





.movie_wrap{
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 40px;
}

.movie_wrap .pv{
    position: absolute;
    top: 18%;
    left: 5%;
    width: 90%;
}

.movie_wrap .pv_play{
    position: absolute;
    top: 20%;
    left: 7.5%;
    width: 85%;
    background-color: rgba(0,0,0,0.00);
    border-radius: 10px;
    cursor: pointer;
}

.movie_wrap .pv_play:hover{
    background-color: rgba(0,0,0,0.00);
}



.staff_wrap{
	width: 98%;
	margin: auto;
	margin-top: 20px;
}

.staff_bg{
	background-image: url("../images/top/002/bg_info.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

.waku_wrap{
	position: relative;
	border: rgba(255,255,255,1.00) 2px solid;
	padding: 5px;
	margin: 10px;
}




.info_wrap{
	width: 98%;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.news_wrap{
	width: 100%;
	margin: auto;
	margin-top: 20px;
}

.news_wrap .nh{
	height: 250px;
}

.b_more{
	width: 80%;
	margin: auto;
}

.title_wrap{
	width: 98%;
	border-bottom: rgba(255,255,255,1.00) 3px dotted;
	margin: 1% auto 1% auto;
}

.title_wrap2{
	width: 96%;
	border-bottom: rgba(255,255,255,1.00) 3px dotted;
	margin: 1% auto 1% auto;
}


.i_staff{
	width: 38%;
	margin: auto;
	margin-bottom: 2%;
}

.i_news{
	width: 45%;
	margin: auto;
	margin-bottom: 2%;
}

.txt_staff{
	width: 90%;
	margin: 3% 0 4% 3%;;
}

/* -----------------------------------------
   シェアボタン
   -----------------------------------------*/

.share_wrap{
	position:relative;
	width:200px;
	margin: auto;
	right: auto;
	top: auto;
	font-size:100%;
  padding: 3px;

}

}

