body{
	min-width: 0;
	height: auto;
}

.pconly{
	display: none !important;
}

.sponly{
	display: block !important;
}

body{
	width: 100%;
	float: none;
}

.inner,
.box-inner{
	width: 100% !important;	
	box-sizing: border-box;
	padding: 0 10px;
}


.page_header img,
.page_contents img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
}

.floatleft{
	float: none;
	margin: 0 auto;
}


/*  */

.logo{
	top: 16px;
	position: relative;
	left: auto;
	text-align: center;
}

.logo_tnsms{
	display: none;
}

/**/

#gn-sp{
    position: fixed;
   	font-family: 'Pirulen', sans-serif;
   	top: 0;
   	left: 0;	
 }
 
 #gn-sp.on{
	 width: 100%;
	 height: 100%;
 }

.menu-switch{
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 75px;
    height: 64px;
    padding: 0 0 0 20px;
    color: #fff;
    z-index: 110;
}

.menu-switch:hover{
	cursor: pointer;
}

.menu-switch-btn{
	position: relative;
	top: 2px;
}

.menu-switch-btn {
    display: block;
    width: 42px;
    height:42px;
    position: relative;
    top: 5px;
    right: 15px;
    z-index: 3;
    background: #000;
    border-radius: 50%;
    border: 1px #353535 solid;
    }
    
.menu-switch-btn span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.menu-switch-btn span:first-child {
    top: 12px;
}
.menu-switch-btn span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.menu-switch-btn span:last-child {
    bottom: 12px;
}
.menu-switch-btn.on span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.menu-switch-btn.on span:nth-child(2) {
    opacity: 0;
}
.menu-switch-btn.on span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


#gn-sp .sp-nav{
	display: none;
	border-top: 1px #484848 solid;
	padding: 0;		

	width: 100%;
	height: 100%;
	
	box-sizing: border-box;
	background: rgba(0,0,0,.9);
	z-index: 100;
	
}

#gn-sp .sp-nav li {
	position: relative;
	display: block;
	width: 100%;
	height: auto !important;
	border-bottom: solid #8b8482 1px;

	color: #fff;
	text-align: right;
    font-size: 20px;
	margin: 0;
	padding: 0;
}

#gn-sp .sp-nav li > a
{
	background: rgba(0,0,0,.8);
	padding: 15px 25px;
	color: #fff; 
	display: block;
	text-decoration: none;
}

#gn-sp .sp-nav li > a:hover{
	text-decoration: none;
	color: #fff;
	background: rgba(70,70,70,.8);
}

#gn-sp .sp-nav li.gn_sns > a{
	background: rgba(60,60,60,.8);	
}

.links{
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

/* Page header */

.page_header{
	height: 43%;
}

.page_header h1{
	margin-top: 20px;
	margin-bottom: 10px;
}

.page_header h1 img{
	max-width: 90%;
	height: auto;
}

.page_nav {
    font-size: 1em;
   }

.page_nav a{
	padding: 5px 15px;
}

/* Footer */

.foot_logo{
	width: auto;
	float: none;
	text-align: center;
	margin: 0 0 10px 0;
}

.foot_info{
	width: auto;
	float: none;
}


.foot_logo_tnms{
	text-align: center;
	margin: 2em 0 1em 0;
}

.copyright{
	width: auto;
}

.copyright span{
	    padding: 10px 15px 0 15px;
    box-sizing: border-box;
}

.copyright img{
	    width: 100%;
    height: auto;
}

.foot_info dl{
	display: block;
}

.foot_info dt,
.foot_info dd{
	width: 100%;
	margin: 0;
}
.foot_info dt{
	margin-bottom: 10px;
}


.line{
	display: inline-block !important;
}


/*  */

.a2btw,
.a2btk{
	margin-bottom: 1em;
}

.a2btw::before,
.a2btw::after,
.a2btk::before,
.a2btk::after{
	display: none;
}

.a2bh4{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.a2bh4.sml{
	padding: 10px 5px;
	font-size: 1em;
}

/* Story */

.story_txt{
	margin: 0;
	padding: 10px 15px;
}

/* Character */

.chara_img,
.chara_desc{
	width: auto;
	float: none !important;
}

.chara_img{
    padding-top: 110px;
}

.character .chara_name{
	bottom: auto !important;
	top: 0 !important;
	left:0 !important;
}

.character .chara_name::before{
	bottom: auto !important;
	top: -40px !important;
	left:-10px !important;	
	
	border-width:280px 280px 0 0 !important;
	border-color:#ce1b1b transparent transparent transparent;
}


#chara_blue .chara_name::before{
	border-color:#2711cf transparent transparent transparent !important;
	
}

#chara_blue.character .chara_name{
	right: auto;
}

#chara_blue.character .chara_name img{
}


#chara_murasaki .chara_name::before{
	border-color:#40004a transparent transparent transparent;
	
}

#chara_kuro .chara_name::before{
	border-color:#1b1b18 transparent transparent transparent;
	
}

#chara_ao .chara_name::before{
	border-color:#0f0e77 transparent transparent transparent;
	
}

#chara_dr .chara_name::before{
	border-color:#8f4109 transparent transparent transparent;
	
}


/* gtop */

.news_date{
	display: block;
	margin-bottom: 5px;
}

#news ul{
    max-height: 500px;
}

#cover{
	width: 100%;
	min-height: 520px;
	max-height: 600px;
    height: calc( 100vh - 30px );
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#cover_movie{
	display: none;
}

#cha_copy{
	display: none;
}

#cha_aka{
	margin-left: -250px;	
}

#cha_aka img{
	width: 520px;
	height: auto;
}

#cha_blue{
    margin-left: -100px;	
}

#cha_blue img{
	width: 370px;
	height: auto;
}

#cha_logo {
	width: 100%;
	top: auto;
	bottom: 50px;
	left: auto;
	margin: 0;
	text-align: center;
}

#cha_logo h1 img{
	width: 260px;
	height: 164.5px;
}

#cha_logo img{
	max-width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.swiper-slide{
	padding: 40px 30px;
}

.swiper-slide .img{
	float: none;
	margin: 0;
	transform: rotate(0);
}

.swiper-slide .img img{
	max-width: 80%;
}

.swiper-slide .subtitle {
	font-size: 22px;
}

.swiper-slide .text{
	font-size: 14px;
}

.swiper-slide .swiper-slide-txt{
    width: auto;
    float: none;
    }
   
.foot_contact li{
	margin-bottom: 5px;
	line-height: 1em;
}

.button {
	width: 193px;
}

.button.icon{
	width: 61px;
}

.snstl{
	width: 100%;
}

/* =Tips
-------------------------------------------------------------- */

#tips h2 img{
	max-width: 100%;
}

#tips h3{
	font-size: 1.3em;
}

#tips p{
	font-size: 1em;
	text-align: left;
	}

#tips img{
	max-width: 100%;
	}