@charset "utf-8";
/*@import url(https://fonts.googleapis.com/css?family=Rajdhani);*/
/* CSS Document */

/*------------------------------------------
base
------------------------------------------*/


:root {
	--radius: 14px;
	--padding: 14px;
	--maxwidth: 1280px;
	--width: 1024px;
	--color: #fff;
	--bg: #000;
	--pink: #e83472;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


body{
	background:var(--bg) url("../../images/back.gif");
	color: var(--color);
	font-size: 16px;
	line-height: 250%;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", sans-serif;
}




@media all and (min-width: 1024px) {
	.pc{display: block !important;}
	.sp{display: none !important;}
}

@media all and (max-width: 1023px) {
	body{
		font-size: 14px;
		line-height: 200%;
	}
	img{max-width: 100%;}
	.sp{display: block !important;}
	.pc{display: none !important;}
}


p{
    margin-bottom: 1.5em;
}

.row{
	padding-left: 0;
	padding-right: 0;
}

small{
	/*display: block;*/
	line-height: 150%;
    font-size: 0.7em;
}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.object-fit-img {
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;'
}


.svg-icon{
	display: none;
}


.big{
	font-size: 150%;
}

.btn_fade{
	transition: 0.2s;
}

.btn_fade:hover{
	opacity: 0.5;
}

#container{
    padding: 10em 0;
}

/*-------------------------------------
btn_p
-------------------------------------*/
.btn_p{
}

.btn_p a , .btn_p a:visited , .btn_p input{
	display: inline;
	text-align: center;
	/*display: block;*/
    position: relative;

    background: var(--color);
    
    box-shadow: 0px 0px 0px 0px rgba(255,255,255,1) inset;

	border-radius: 26px;
    height: 52px;
    line-height: 52px;
	padding: 0.8em 3em;
    
	color: var(--bg);
	font-weight: bold;
	text-decoration: none;
    
    transition: all .2s;
}
.btn_p a:hover , .btn_p input:hover{
    background: var(--bg);  
    box-shadow: 0px 0px 0px 2px rgba(41,41,41,1) inset;
    color: var(--color);
}
.btn_p a .glyphicon{
    color: #fff;
    position: absolute;
    right: 20px;
    top: 35%;
    bottom: 50%;
}
.btn_p a:hover .glyphicon {
    color: var(--main-color);
}



.btn_box{
    margin: 1em 0;
    text-align:center;
}


@media all and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */
    .btn_p{
        width: 90%;
        display: block;
        margin-left:auto;
        margin-right:auto;
    }
    .btn_p a , .btn_p input{
        display: block;
        padding: 0;
        font-size: 1.2em;
    }
    
    .btn_p input{
        width: 100%;
    }
}





/*-------------------------------------
x_btn
---------------------------------------*/


.x_btn {
	text-align: center;
	margin: 40px 0;
}
.x_btn a{
	max-width: 420px;
	display: block;
	border-top: #000 solid 4px;
	border-bottom: #000 solid 4px;
	box-shadow: 0 4px var(--pink), 0 -4px var(--pink);
	margin: 0 auto;
	background: var(--pink);
	text-align: center;
	padding: 20px var(--padding);
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	transform: skewX(-15deg);
}

.x_btn a span{
	display: block;
	transform: skewX(15deg);
}



.x_btn a:hover{
	text-decoration: none;
}



@media all and (max-width: 1023px) {
	.x_btn a{
		/*max-width: 90%;*/
		font-size: 2rem;
	}
}


/*-------------------------------------
line
---------------------------------------*/
hr.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#2ea7e0 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#2ea7e0 50%,transparent 100%);
}



/*-------------------------------------
flexbox
---------------------------------------*/
.flexbox{
    display: flex;
    flex-wrap: wrap;
}




/*-------------------------------------
tablebox
---------------------------------------*/
.tablebox{
	display: table;
}

.tablebox .box{
	display:table-cell;
}
.tablebox .box.vertical_middle {
	vertical-align: middle;
}


/*-------------------------------------
table
---------------------------------------*/

.table1{
	border-collapse:collapse;
	margin:40px auto;
}
.table1 th{
	min-width: 150px;
}

.table1 td,.table1 th{
	border-top:1px solid #666;
	padding:10px;
}
.table1 tr:last-child td,
.table1 tr:last-child th{
	border-bottom:1px solid #666;  
}




/*------------------------------------
dl1
--------------------------------------*/
.dl1 dd{
	margin-bottom: 20px;
}





/*-------------------------------------
padding_inner
-------------------------------------*/
.padding_inner{
    padding: 1em;
}

.padding_inner ul{
    margin: 0;
    padding-left:1.5em;
}

.small_text{
    font-size: 0.9em;
    line-height: 1.5em;
}


/*-----------------------------------
inner2
------------------------------------*/

#container .inner2 .thum_left{
    float: left;
    width: 20%;
}

#container .inner2 h4,
#container .inner2 .text_box{
    float: right;
    width: 78%;
}
@media all and (max-width: 1023px) {
    #container .inner2 .thum_left{width: 30%;}
    #container .inner2 h4{width: 68%;}
    #container .inner2 .text_box{
        width: 100%;
    }
}

/*------------------------------------
span.orange
------------------------------------*/
span.orange{
    color: #d25f3b;
}





/*------------------------------------
radius
------------------------------------*/
img.radius{
	border-radius: var(--radius);
}


/*------------------------------------------
LoadingのためのCSS


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　

#splash {
    /*fixedで全面に固定
	position: fixed;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background:var(--blue);
	text-align:center;
	color:#fff;
	top:0;
	left: 0;
}

/* Loadingバー中央配置　
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: 'Montserrat', serif;
	font-weight: 500;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください
#splash_text svg{
    height: 2px;
}

------------------------------------------*/



/*-------------------------------------
loding
-------------------------------------*/
#loding{
	position: fixed;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background:var(--bg);
	text-align:center;
	color:var(--color);
	top:0;
	left: 0;
}


#loding{
	/*animation:loding_delet 1s ease-in-out 0.5s 1 normal forwards;*/
	animation:loding_delet 0.5s ease-in-out 1s 1 normal forwards;
}


@keyframes loding_delet{
	/*0%{ opacity: 1;}
	100%{ opacity: 0; display: none; }*/
	
	0%{ opacity: 1; top: 0; }
	100%{ opacity: 0; top: -1000px; display: none; }
}





@keyframes loding_delet_logo{
	0%{ margin-top: 0px;}
	100%{ margin-top: -100px;}
}



#loding .loding_p{
	display: flex;
	justify-content: center;
	gap:20px;
	font-family: "Orbitron", sans-serif;
	
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	animation:pop 1.5s ease-in 0s infinite alternate forwards running;
}




@keyframes pop{
	0%{ opacity: 1;}
	50%{ opacity: 0;}
	100%{ opacity: 1;}
}




@media all and (max-width: 1023px) {

}
	
	

/*-------------------------------------
header
-------------------------------------*/
header{
	z-index: 50;
}



header.content{
	height: 90px;
}
	
header.content nav{
	display: none;
}
 
/*  logo
/--------------------------------- */
@media all and (min-width: 1024px) {
	header {
		margin: auto;
        padding: 20px;
	}
	
	header .inner{
        float:left;
	}
    
    header .inner h1{
        /*font-size: 0.5em;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 3em;
        left:3em;*/
		padding: 0;
		margin: 0;
    }
	
	header .inner h1 svg{
		height: 60px;
		width: 100px;
		fill:var(--blue);
	}

    
    header#content_header{
        background: #fff;
        /*position:fixed;*/
        height: 90px;
    }

}



@media all and (max-width: 1023px) {
	header h1{
		margin: 0;
		position:fixed;
		z-index: 1040;
		top: 0;
	
	}
	header h1 svg{
		height: 50px;
		width: 72px;
		padding: 6px 0 0 6px;
		fill:var(--blue);
        zoom:0.8;
	}
}







/*  nav_sp
/*--------------------------------- */

#nav_sp {
	cursor: pointer;
	position: relative;
	z-index: 1000;
}
#nav_sp #border{
	position: fixed;
	top: 20px;
	right: 10px;
	width: 40px;
	z-index: 110;
}

#nav_sp #border .line{
	position: fixed;
	right: 40px;
	margin: 0;
	width: 40px;
	height: 2px;
	background: var(--color);
	transition: 0.5s;
	
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
}

#nav_sp #border .line:nth-child(1){
	top:40px;
}
#nav_sp #border .line:nth-child(2){
	top: 50px;
}

#nav_sp #border .line:nth-child(1).show{
	transform: rotate(20deg);
}
#nav_sp #border .line:nth-child(2).show{
	top: 40px;
	transform: rotate(-20deg);
}



#nav_sp #border .text{
	position: absolute;
	top: 40px;
	right: 20px;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 2rem;
	
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

#nav_sp_open{
	position: fixed;
	height: 100vh;
	width: 300px;
	right: 0;
	top: 0;
	background:var(--bg);
	z-index: 100;
	
	right: -300px;
}

#nav_sp_open ul{
	margin: 0;
	padding: 0;
	padding: 150px 20px 0 20px;
}

#nav_sp_open ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 10px 0;
}




@media all and (min-width: 1024px) {
	#nav_sp #border{
		display: none;
	}

}

@media all and (max-width: 1023px) {
	#nav_sp #border{
		display: block;
		
		width: 100px;
		height: 80px;
	}
	
	#nav_sp_open ul{
		padding-top: 100px;
	}
	
	#nav_sp_open ul li img{
		height: 80px;
	}

}




/*  nav
/*--------------------------------- */



header .container-fluid>.navbar-header{
	margin-left: 0;
	margin-right: 0;
}
header .navbar{
	background: none;
	border: none;
}
 
header .navbar-nav {
	float: none;
}
 
header .navbar-nav > li {
    text-align: right;
}
 
header.index .navbar-default .navbar-nav>li>a {
}

header .navbar-nav > li img{
	height: 50px;
}

@media all and (min-width: 1024px) {

		header .navbar {
			height: auto;
			padding: 0;
			margin: 0;
		}
		header .navbar-nav {
			display: flex;
			flex-flow: wrap;
			justify-content: center;
			width: 100%;

		}
		header .navbar-nav > li {
			display: table-cell;
			float: none;
		}
		header .navbar-nav > li a{
			/*padding: 1em 1em 0.5em 1.5em;*/
		}
	
	
}
header .navbar-nav > li a:hover{
	background: none;
}

@media all and (max-width: 1023px) {
	header .navbar-nav{
		display: none;
	}

}



@media all and (max-width: 991px) {
/* 991pxまでの幅の場合に適応される */

}





/*------------------------------------
main_img
------------------------------------*/

/*---main_img------------------------*/
#main_img{
    position: relative;
	/*width: 90%;*/
	margin: 0 auto;
}

	



#main_img.content,
#main_img.content #main_img2{
    height: 350px;
}

#main_img #main_img2{
    background: url(../../images/header.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	width: 0%;
    height: 100%;
	left: 50%;
    bottom: 0;
    overflow: hidden;
	
    z-index: 1;
	animation:main_img_open 0.5s ease-in-out 2s 1 normal forwards;
}



@keyframes main_img_open{
	0%{ width:0%; left: 50%}
	100%{ width:100%; left: 0%}
}


#main_img.content_main_img{
    margin-top: 50px;
    height: 190px;
}



/*---main_img inner-----------------*/

#main_img .inner h1 img{
	width: 30vw;
	max-width: 720px;
	margin: 0 auto;
}

#main_img .inner{
    z-index: 2;
	
	opacity:0; padding-top: 20px;
	
	animation:main_text_open 1s ease-in-out 4s 1 normal forwards;
	
}



@keyframes main_text_open{
	0%{ opacity:0; padding-top: 20px;}
	100%{ opacity:1; padding-top: 0px;}
}



#main_img .inner .text_p{
	margin: 0;
	text-align: center;
	font-weight: 800;
	font-size: 2rem;
	color: var(--bg);
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}


#main_img{
	/*height: 1116px;*/
	width: 100%;
	aspect-ratio: 4 / 3;
}
	




@media all and (min-width: 1024px) {
	
	#main_img .inner{
		position:absolute;

		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);

	}

}

@media all and (max-width: 1023px) {


	#main_img.index{
		margin-top: 0;		
		aspect-ratio:1 / 2;
		/*height: 100vh !important;*/
		height: auto;
		width: 100vw;
	}
    #main_img.content_main_img .inner{
        padding-top:5em;
    }
	
	#main_img #main_img2{
		background: url("../../images/header_sp.jpg") center no-repeat;
		background-size: cover;
		border-radius: 0;
	}
	
	@keyframes main_img_open_sp{
		0%{ width:0%; left: 50%}
		100%{ width:100%; left: 0%}
	}

	
	
	
	#main_img .inner{
		position: static;
		width: 100%;
	}
	
	#main_img .inner h1{
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
	}
	#main_img .inner h1 img{
		width: 80%;
	}
	
	#main_img .inner .text_p{
		position: absolute;
		bottom: 120px;
		width: 100%;
	}
	#main_img .inner .x_btn{
		position: absolute;
		bottom: 0;
		width: 100%;
		zoom:0.8;
	}
	
	#main_img .inner .top_app_list{
		position: absolute;
		bottom: 0;
		width: 100%;
		zoom:0.8;
	}
}





/*------------------------------------
container
------------------------------------*/
#container {
    position: relative;
    z-index: 10;
}

#container.content {
   /* background: #fbfbfb;*/
	padding-top: 0;
}

#container .container{
	padding: 3em 1em;
	max-width: var(--maxwidth);
}

/*
#container .container:last-child{
	padding-bottom: 0;
}*/

#container section article{
	padding: 0.5em;
}



#container section article.box{
	padding-top: 5em;
}

#container section article em{
	font-weight: bold;
	color: #e09b57;
	font-style:normal;
}




#container .link{
    font-size: 1.1em;
    color: #196ac5;
    font-weight: bold
}

#container .link a:hover{
    text-decoration: none;
}


#container section{
    /*padding-bottom: 5em;*/
}

#container section:last-child{
	/*padding-bottom: 0;*/
}






/* h
---------------------------------------*/


.section_h2{
	margin-top: 0;
    font-weight: 900;
	display: block;
    transform: skewX(-15deg);
	
    font-size: 6rem;
	line-height: 0.8em;
	font-weight: 900;
	margin-bottom: 1em;
	text-align: center;
	
	font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section_h2 span{
	padding-top: 20px;
	font-family: "ab-lineboard-bold", sans-serif;
}

.section_h2.black{
	color: #000;
}



.section_h2_2{
	font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6rem;
	margin: 0;
	padding-bottom: 20px;
}

@media all and (max-width: 1023px) {
	.section_h2_2{
		font-size: 4rem;
	}
}



.section_h3{
	font-weight: bold;
    font-size: 1.5em;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 2em;
}


.section_h2 span,
.section_h3 span{
	font-size: 0.5em;	
}

ection .section_h4{
    font-weight: bold;
}
#container section .section_h4 img{
    vertical-align:bottom;
    padding-right: 0.5em;
}


#container h4 .small{
    font-weight: bold;
    color: #252525;
    font-style: normal;
}


#container h4.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em;
}
#container h4.cp_h1title::before,
#container h4.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
#container h4.cp_h1title:before{
	border-bottom: 4px solid #2ea7e0;
	width: 100%;
}
#container h4.cp_h1title:after{
	border-bottom: 4px solid #a2dcf7;
	width: 100%;
}



@media all and (max-width: 1023px) {
    #container section .section_h2{
        font-size: 10vw;
		margin-bottom: 0.5em;
    }
}




/* grid_box
----------------------------------*/


.grid_box{
	display: grid;
    gap: var(--padding);
}


.grid_box.grid_box_1-1{
	grid-template-columns: 1fr 1fr;
}

.grid_box.grid_box_05-1{
	grid-template-columns: 0.5fr 1fr;
}
.grid_box.grid_box_1{
	grid-template-columns: 1fr;
}
.grid_box.grid_box_2{
	grid-template-columns: 1fr 1fr;
}

.grid_box.grid_box_4{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}









/* radius_box
-----------------------------------*/
.radius_box{
	border-radius: var(--radius);
}



/* white_box
-----------------------------------*/
section.white_box{
	background: #fff;
	color: #171717;
	padding: 40px;
	margin-bottom: 80px;
}

.white_box h3{
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 40px;
}

.white_box h3 span{
	font-size: 0.8em;
}


.white_box .thum_box{
	text-align: center;
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
}

.white_box .thum_box p{
	margin: 0;
	padding: var(--main-padding);
}

.white_box .thum_box p img{
	/*max-width: 50%;*/
}


.white_box .infolist_box img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.white_box .infolist_box .box{
	padding-bottom: calc(var(--main-padding) * 2);
}
.white_box .infolist_box p{
	margin: 0;
	line-height: 1em;
}
.white_box .infolist_box .thum{
	padding-bottom: var(--main-padding);
}
.white_box .infolist_box .date{
	font-size: 0.8em;
}


@media all and (max-width: 1023px) {
	section.white_box{
		padding: 5%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.white_box .thum_box{
		display: block;
	}
	.white_box .thum_box p img{
		max-width: 100%;
	}
}



/* news
--------------------------------*/
.top_p,
.bottom_p{
	margin: 0;
	text-align: center;
	width: 100%;
}
.top_p img,
.bottom_p img{
	margin: 0 auto;
}

.bottom_p img{
	transform: scale(1, -1);
}

#news{
	max-width: 994px !important;
	background: var(--color);
	color: var(--bg);
	text-align: center;
	/*padding: 40px !important;*/
}



#news .text_p{
	font-weight: bold;
	font-size: 2rem;
}

#news .x_box{
	width: 90%;
	margin: 0 auto;
}


#news .x_box .twitter-tweet{
	margin: 0 auto;
}

#news .img_p img{
	width: 100%;
	margin: 0 auto;
}



#news .footer_x{
	margin-top: 0;
}





@media all and (max-width: 1023px) {
	
	#news,
	.top_p,
	.bottom_p{
		width: 90%;
		margin: 0 auto;
	}
	
	#news .back{
		padding-bottom: 4em;
	}
	
	#news h2{
		font-size: 8vw;
	}
	
	#news .x_box{
		/*width: 90%;*/
		width: 100%;
	}
	
	#news .x_btn{
		zoom:0.8;
	}
	
	
	#news .footer_x{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		
	}
}



.app_list{
	display: flex;
	padding-top: 40px;
	grid-gap: 10px;
	padding: 10px;
}

@media all and (max-width: 1023px) {
	
	.app_list{
		width: 90%;
		justify-content:center;
		flex-wrap: wrap;
  		align-items: center;
		margin: 30px auto;
		text-align: center;
	}
	
	.app_list div{
		padding-top: 10px;
	}
}





/* character
--------------------------------*/
.character_line{
	height: 24px;
	background: url("../../images/green_line_top.png") repeat-x;
}
.character_line.top{
	margin-top: 160px;
}
.character_line.bottom{
	transform: scale(1, -1);
	/*margin-bottom: 160px;*/
}


#character{
	background: var(--pink);
}


#character .character_box{
	max-width: 960px;
	margin: 0 auto;
}

#character .character_box .character_show{
	position: relative;
	height: 650px;
}

#character .character_box .character_show .circle{
	background: url("../../images/character_back.png") top left no-repeat;
	background-size:contain;
	width: 600px;
	height: 600px;
	
	position: absolute;
	top: 0;
	left: 0;
}

#character .character_box .character_show .character_img {
	/*position: relative;*/
	z-index: 10;
	/*display: flex;
	grid-gap: 40px;
	justify-content: end;*/
	max-width: 700px;
	margin: 0 auto;
	
	display: none;
}


#character .character_box .character_show .character_img#character_1 {
	/*display: flex;**/
	display: block;
}


#character .character_box .character_show .character_img .img{
	height: 650px;
	/*width: calc(100% - 350px - 40px);*/
	/*padding-top: 50px;*/
	position: absolute;
	bottom: 0;
	left: 150px;
}

#character .character_box .character_show .character_img .img img{
	height: 100%;
	width: auto;
	margin: 0 auto;
	max-width: none;
}

#character .character_box .character_show .character_img .text_div {
	width: 350px;
	/*padding-top: 200px;*/
	line-height: 1.5em;
	font-style: italic;
	
	position: absolute;
	top: 200px;
	right: 150px;
	z-index: 5;
	
	text-shadow: 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink), 0 0 3px var(--pink);
}

#character .character_box .character_show .character_img .text_div .name_box{
	font-weight: bold;
}


#character .character_box .character_show .character_img .text_div .name_box h3{
	font-size: 3.5rem;
	font-weight: 900;
}


#character .character_thum{
	margin: 0;
	margin-top: 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	justify-content: center;
}

#character .character_thum li{
	display: block;
	list-style: none;
	width: 120px;
	height: 60px;
	background: #fff;
	cursor: pointer;
	aspect-ratio: 2 / 1;
	position: relative;
	margin-bottom: 20px;
}

#character .character_thum li span{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 0;
}

#character .character_thum li img{
	width: 120px;
	height: 60px;
	object-fit: cover;
}

#character .character_thum li img.on{
	background: #000;
}

#character .character_thum li span.on{
	background: #000;
}



@media all and (max-width: 1023px) {
	#character .character_box .character_show .circle{
		max-width: 100%;
		max-height: 100%;
	}
	
	#character .character_box .character_show .character_img{
		grid-gap: 0;
		max-width: 100%;
		justify-content:center;
	}
	


	#character .character_box .character_show .character_img .img {
		/*left: 10%;*/
		left: 0;
	}
	
	
		
	
	#character .character_box .character_show .character_img .text_div {
		right: 0;
		top: 300px;
		width: 80%;
	}
	
	/*
	#character .character_thum li img{
		width: 100%;
	}
	#character .character_thum li{
		width: calc(100% / 3);
	}*/
}





/* system
---------------------------------*/

#system .system_show{
	text-align: center;
	position: relative;
}
#system .system_box{
	/*height: 900px;*/
	height: auto;
}

#system .system_show .system_img{
	display: none;
	margin-bottom: 40px;
}

#system .system_show .system_img#system_1{
	display: block;
}

#system .system_show .system_img img{
	margin: 0 auto;
	/*box-shadow: #00000042 0 0 30px;*/
}


#system .system_show .system_nav li{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 350px;
	
	width: 100px;
	height: 100px;
	border-radius: 50%;
	
	cursor: pointer;
}
#system .system_show .text_div h3{
	font-weight: 900;
}


#system .system_show .system_nav li.prev{
	left: 200px;
}
#system .system_show .system_nav li.next{
	right: 200px;
}

#system .system_show .system_nav li.prev img{
	margin-right: 8px;
}

#system .system_show .system_nav li.next img{
	transform: scale(-1, 1);
	margin-left: 8px;
}



#system .system_show .system_nav li img{
	height: 60px;
	margin-top: 26px;
}



#system .system_thum{
	margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 10px;
    justify-content: center;	
}



#system .system_thum li{
	list-style: none;
	cursor: pointer;
}

#system .system_thum li{
	transition: 0.2s;
}

#system .system_thum li:hover{
	opacity: 0.5;
}

#system .system_thum li img{
	transition: 0.5s;
}
#system .system_thum li.system_1{
	background:url("../../images/system_btn1_on.png");
	background-size: cover;
}
#system .system_thum li.system_2{
	background:url("../../images/system_btn2_on.png");
	background-size: cover;
}
#system .system_thum li.system_3{
	background:url("../../images/system_btn3_on.png");
	background-size: cover;
}
#system .system_thum li img.on{
	opacity: 0;
}





@media all and (max-width: 1023px) {
	#system .system_box{
		/*height: 700px;*/
		height: auto;
	}
	#system .system_show .system_img .img{
		width: 80%;
		margin: 0 auto;
	}
	#system .system_show .system_nav li{
		zoom:0.5;
		top: 600px;
	}
	#system .system_show .system_nav li.prev{
		left: 5px;
	}
	#system .system_show .system_nav li.next{
		right: 5px;
	}
}


/* footer_x
-------------------------------*/
.footer_x{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
	
	border: var(--pink) solid 4px;
	background: url("../../images/check_back.gif") #fff !important;
}


@media all and (max-width: 1023px) {
	.footer_x{
		width: 90%;
	}
}






/* yoyaku
-----------------------------------*/

.yoyaku{
	text-align: center;
}

.yoyaku img{
	max-width: 200px;
	margin: 0 auto;
}

.yoyaku.android{
	display: none;
}


@media all and (max-width: 1023px) {
	.yoyaku img{
		max-width: 120px;
	}
}

/* text_grow
-----------------------------------*/

.text_grow{
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 6px #fff;
}



/* text_bold
-----------------------------------*/
.text_bold{
	font-weight: 900;
}




/*----------------------------------
js-animation
------------------------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*------------------------------------
footer
------------------------------------*/


.footer_line{
	height: 32px;
	margin: 0;
}

footer{
	position: relative;
	margin: 0 auto;
	background: #272727;
	padding-top: 80px;
}


footer .app{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 20px;
	font-weight: 900;
	line-height: 1.5em;
}


footer .app .icon img{
	width: 70px;
}

footer .share{
	text-align: center;
	border: var(--color) solid 1px;
	max-width: 300px;
	margin: 80px auto;
}

footer .share p{
	font-weight: 900;
	font-size: 2.5rem;
	margin: 0;
	margin-top: -0.8em;
	text-shadow: 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727, 0 0 3px #272727;
}

footer .share ul{
	margin: 0;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 20px;
}

footer .share ul li{
	list-style: none;
}


footer .share ul li a{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	width: 60px;
	height: 60px;
	
	transform: skewX(-15deg);
}

footer .share ul li a img{
	max-width: 30px;
	max-height: 30px;
	margin: 0 auto;
	
	transform: skewX(15deg);
}


footer .footer_link{
	margin: 80px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .footer_link li{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .footer_link li a{
	color: var(--color);
	font-weight: 900;
}
footer .footer_link li:after{
	content: "　/　";
}
footer .footer_link li:last-child:after{
	content: "";
}




footer .footer_banner ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .footer_banner li{
	list-style: none;
	width: 150px;
}

footer .footer_banner li a{
	display: table;
	vertical-align: middle;
}

footer .footer_banner li img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border: #ccc solid 1px;
	padding: 10px;
}

footer #copy{
	display: block;
	text-align: center;
	margin: 0;
	font-size: 1rem;
}




@media all and (max-width: 1023px) {
	footer{
		padding-bottom: 200px;
	}
	footer .app{
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	footer .app .icon img{
		/*width: 50%;*/
		max-width: 300px;
	}
}


/*-----pageup----------*/
#pageup {
	margin: 0;
    letter-spacing: 0;
    display: block;
    position: fixed;
	z-index: 1200;
    bottom: 10px;
    right: 10px;
	z-index: 1100;
	
	display:none;
}

#pageup a{
	display: block;
}



@media all and (max-width: 1023px) {
    #pageup{
		zoom:0.55;
        bottom:50px;
    }
}


/*-----------------------
loading
--------------------------*/
#loading{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    
    display: none;
}


/*----
----------*/

.top_app_list{
	display: flex;
	grid-gap: 10px;
	place-items: center;
	margin: 30px auto;
	

}
	.yoyaku_top{
		
	}
	
	.yoyaku_top img{
	max-width: 100px;
	
}

.yoyaku_top.android{
	display: none;
}

@media all and (max-width: 1023px) {
	
	.top_app_list{
		width: 90%;
		justify-content: center;
  		align-items: center;
		margin: 30px auto;
		padding:0 10px 0 10px;
		text-align: center;
	}

	
	
}




.text_big{
	font-family: "ab-lineboard-bold", sans-serif;
	font-style: normal;
	font-size: 5rem;
	margin: 0;
	padding: 10px 0px;
	color:#e83572;
	
	
}




