@charset "utf-8";

/*------------------------------------------------------------------*/
/*--PC設定----------------------------------------------------------------*/
/*------------------------------------------------------------------*/


@media screen and (min-width: 641px) {

/*基本設定--------------------------*/

body{ 
	margin: 0;
	padding: 0;
	background: url(../img/bg_pc.png);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	font-family: "メイリオ","arial","MeiryoKe_PGothic","Meiryo","sans-serif";
}

img{
	max-width: 100%;
	border-width: 0;
}

.wrapper{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}


.header{
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 0;
}


.main{
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}


.delay01{animation-delay: 0.5s;}
.delay02{animation-delay: 1.0s;}
.delay03{animation-delay: 1.5s;}
.delay04{animation-delay: 2.0s;}
.delay05{animation-delay: 2.5s;}


.defVeiw{opacity: 0;}

#animateSpeed-2s{ animation-duration: 2s;}
#animateSpeed-1{ animation-duration: 2s;}
#animateSpeed-2{ animation-duration: 2s;}

/*---header --------------------------------*/


.header .header_inner{
	display: flex;
	justify-content: center;
	align-items: center;  
	overflow: hidden;
	width: 100%;
	margin:0;
	padding: 10px 0 0 0;
}

.header .logo{ 
	float: left;
	width: 15%;
	margin: 0;
	padding: 0;
	vertical-align:middle;
}

.header .logo img{ 
	margin: 0;
	padding: 0;
	vertical-align:middle;
}

.header .navi{
	box-sizing: border-box;
	width: 70%;
	margin: 0;
	padding: 5px;

}

.header .navi ul{
	float: right;
	display: table;
	list-style: none;
	overflow: hidden;
	margin:0;
	padding: 0 15px 0 10px;
	border: 5px solid #fff;
	border-radius: 80px;
	text-align: right;
	background: rgba(255,255,255,0.85);
}

.header .navi li{
	display: table-cell;
	margin: 0;
	padding: 5px 15px 5px 15px;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	vertical-align:middle;
}

.header .navi li a{
	text-decoration: none;
	color: #000;	
}

.header .navi li a:hover{
	color: #2CBBD8;
}

.header .login{
	width: 11%;
	margin:0;
	padding: 0 0 0 1%;
}

.header .login .btn_login{
	box-sizing: border-box;
	width: 100%;
	margin:0;
	padding: 10px 0 10px 0;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(90deg, rgba(4,165,245,1) 0%, rgba(40,239,158,1) 100%);
}

.header .login .btn_login a{
	text-decoration: none;
	color: #fff;	
}


.btn_menus{display: none;}

/***スクローラー****************************************/


.marquee_wrap{
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	/*border-radius: 100px;*/
	background: #cacaca;
}

.marquee{
	overflow:hidden;
	position:relative;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
	/*border-radius: 100px;*/
	color: #fff;
	background: #cacaca;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding: 0 50px 0 0;
}

.marquee p {
	display:inline-block;
	margin:0;
	padding: 0 0 0 2000px;
	font-size: 1.5rem;
	font-weight: 700;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-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%);}
}




/****hero****************************************/

.hero{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: -1;
	text-align: center;
}

.hero img{
	display: block;
	margin: 0;
	padding: 0;
}

.entry{
	position: absolute;
	bottom: 200px;
	left: 0;
	width: 30%;
	margin: 0;
	padding: 15px 0 15px 0;
	border-radius: 0 80px 80px 0;
	background: url(../img/chara_intro_bg.png);
	background-position: center center;
	background-size: cover;
}

.btn_entry{
	width: 360px;
	margin: 0 auto 0 auto; 
	padding: 0;
	text-align: center;
}

.heroSlider{display: none !important;}

/****STORY****************************************/

.story{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 80px 0 100px 0;	

}

.story h2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #2CBBD8;
}

.story .story_text{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.story .story_text p{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 1.2rem;
	/*font-weight: 700;*/
	text-align: left;
	color: #017184;
}

.story .novel{
	list-style: none;
	overflow: hidden;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 40px 0 40px 1%;
}

.story .novel li{
	float: left;
	box-sizing: border-box;
	width: 48%;
	margin: 0 1% 10px 0;
	padding: 2px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

.story .novel li img{
	margin: 0;
	padding: 0;
	border-radius: 6px;
}

.story .novel li a{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}


/****CHARACTER****************************************/

.character{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 80px 0 100px 0;	
	height: 800px;
	background: #fff;
}

.character h2{
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #2CBBD8;
}

.character .character_inner{
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../img/character_inner_bg.png) no-repeat;
	background-position: center center;
}

.character .sliderWrap{
	position: relative;
	width: 1200px;
	margin: 0 auto 0 auto;
	padding: 0;
}


.character .pic{
	position: relative;
	margin: 0;
	padding: 0;
}

/*.character .pc{display: none;}*/
.character .sp{display: none;}

.character .chara_bg{
	width: 100%;
	margin: 0;
	padding: 0;
}

.character .chara_catch{
	position:absolute;
	top: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
}

.character .chara_pic{
	position:absolute;
	top: 20px;
	left: 600px;
	z-index: 30;
	margin: 0;
	padding: 0;
}	


.character .chara_1_pic{/*width: 15%;*/}	
.character .chara_2_pic{width: 15%;}
.character .chara_3_pic{width: 100%;}	
.character .chara_4_pic{width: 18%;}	
.character .chara_5_pic{width: 20%;}	
.character .chara_6_pic{width: 16%;}	
.character .chara_7_pic{width: 16%;}	

.character .chara_1{
	margin: 0;
	padding: 0;
	background: url(../img/chara_1_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_2{
	margin: 0;
	padding: 0;
	background: url(../img/chara_2_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_3{
	margin: 0;
	padding: 0;
	background: url(../img/chara_3_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_4{
	margin: 0;
	padding: 0;
	background: url(../img/chara_4_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_5{
	margin: 0;
	padding: 0;
	background: url(../img/chara_5_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_6{
	margin: 0;
	padding: 0;
	background: url(../img/chara_6_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .chara_7{
	margin: 0;
	padding: 0;
	background: url(../img/chara_7_bg.png);
	background-position: center center;
	background-size: cover;
}

.character .thumbnail{
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 100px;
}

.character .sub{
	overflow: hidden;
	width: 70px !important;
	margin: 0;
	padding: 0;
	border-radius: 0 16px 0 16px;
}

.character .voice{
	position:absolute;
	top: 0;
	left: 250px;
	z-index: 10000;
	margin: 0;
	padding: 0;
}

.character .btn_voice{
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px 10px 0 10px;
	border-radius: 50%;
	text-align: center;
	background: #2CBBD8;
}



.character .chara_text{
	position: absolute;
	top: 350px;
	left: 250px;
	z-index: 40;
	width: 400px;
	margin: 0;
	padding: 15px;
	border: 2px solid #11C1D4;
	border-radius: 0 24px 0 24px;
	background: url(../img/chara_intro_bg.png);
	background-position: center center;
	background-size: cover;
	/*background: rgba(255,255,255,0.7);*/
}

.character .chara_name{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #2CBBD8;
}


.character .chara_intro{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #017184;
}

/****NEWS****************************************/

.news{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 80px 0 100px 0;
}

.news h2{
	margin: 0;
	padding: 0;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	color: #2CBBD8;
}

.news .news_inner{
	width: 96%;
	margin: 0 auto 0 auto;
	padding: 0;
}

.news .news_inner p{
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

.news .twitter{
	overflow: hidden;
	width: 30%;
	margin: 0 auto 0 auto;
	padding: 0;
	border-radius: 8px;
	text-align: center;
}

.news .twitter img{display: block;}

.news .news_twitter{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}


.delete_bg_upper{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.delete_bg_bottom{
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	margin: 0;
	padding: 0;
}



/****app ****************************************/

.app{
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 100px 0 120px 0;	
	background: #2CBBD8;
}

.app_bg_upper{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
}

.app_bg_bottom{
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 0;
	margin: 0;
	padding: 0;
}


.app .app_inner{
	display: flex;
	width: 60%;
	margin: 0 auto 50px auto;
	padding: 0;
}

.app .app_data{
	overflow: hidden;
	width: 100%;	
	margin: 0 0 30px 0;
	padding: 0;
}

.app .plug{
	overflow-x: hidden; 
    overflow-y: auto;   
	position: relative;
	z-index: 1;
	width: 30%;	
	height: 500px;
	margin: 0;
	padding: 0;
	background: #fff;
}

.app .plug iframe{
	display: block;
    width: 100%;
    height: 100%;
    border: none;
  }


.app .app_icon{
	overflow: hidden;
	box-sizing: border-box;
	width: 150px;
	height: 150px;
	margin: 0 auto 30px auto;
	padding: 0;
	border-radius: 50%;
	line-height: 0;
}

.app .app_icon img{
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 50%;
}

.app .app_info{
	width: 95%;
	margin: 0 0 40px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.app .app_info tr{
	border: 1px solid #fff;
}

.app .app_info th{
	width: 25%;
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 14px;
	text-align: center;
	vertical-align:middle;
	color: #fff;
	/*background: #aaa;*/
}


.app .app_info td{
	width: 75%;
	margin: 0;
	padding: 0 0 0 15px;
	border: 1px solid #fff;
	font-size: 14px;
	text-align: left;
	vertical-align:middle;
	color: #fff;
}

.btn_line{
	width: 300px;
	margin: 0 auto 30px auto;
	padding: 10px 0 10px 0;
	border-radius: 50px;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #18ff00;
}

.btn_line a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.app ul{
	list-style: none;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 50%;
	margin: 0 0 0 30%;
	padding: 0;
}

.app ul li{
	float: left;
	box-sizing: border-box;
	margin: 0; 
  	padding: 0 15px 0 15px;
	font-size: 14px;
	text-align: center;	
}

.app ul li a{
	text-decoration: none;
	color: #fff;
}

.app ul li a:hover{
	text-decoration: none;
	color: #000;
}


/****footer ****************************************/


.footer{
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}


.footer_inner{
	clear: both;
	margin: 0;
	padding: 0;
}


.footer .copy{
	clear: both;
	margin: 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e6e6e6;
	font-size: 1.0rem;
	text-align: center;
	color: #0f0f0f;
}

}/*end*/