#chara_slider,#header nav .logo {
	display:none;	
}
@media only screen and (max-width: 767px) {

/* header設定
   =================================================================== */
#header {
    background: #fff;
    border-top: 2px solid #f485a2;
    height: auto;
	z-index:20;
}
#header h1 {
	background:url(../img/common/logo.png) no-repeat;
	background-size:53px auto;
    height: 18px;
    left: 9px;
    top: 7px;
    width: 53px;
	display:none;
}
#header.navOpen h1 {
	background:url(../img/common/logo.png) no-repeat 9px 7px #F8B6C8;
	background-size:53px auto;
    height: 32px;
    left: 0;
    top: 0;
    width: 100%;
}
#header #spmenu {
	width:45px;
	height:45px;
	border-radius:23px;
	background:#F485A2;
	border:2px solid #fff;
	overflow:hidden;
	cursor:pointer;
	position:fixed;
	right:8px;
	top:8px;
	z-index:30;
	display:block;
}
#header #spmenu img {
	width:100%;
	height:auto;	
}
#header nav {
	display:none;
	background:url(../img/common/logo.png) no-repeat center bottom 15px;
	background-size:53px auto;
	padding-bottom:41px;
	position:relative;
}
#header nav .logo {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	cursor:pointer;
	display:block;
}
#header .gnav {
    background: #fff;
    margin-top: 0;
    width: auto;
}
#header .gnav li {
	line-height:21px;
	float: none;
	display: block;
	border-bottom: 1px dotted #f485a2;
	width: auto !important;
	position: relative;
	background-position: 15px center !important;
}
#header .gnav li:first-child {
	border-top: 1px dotted #f485a2;
}
#header .gnav li a {
	background:none;	
}
#header .lang_nav {
    position: relative;
    right: auto;
    top: auto;
	margin:8px 15px;
}
#header .lang_nav li {
    display: block;
    float: left;
    margin-right: 2%;
    width: 48%;
	margin-left: 0;
}
#header .topics_container {
    background: #F8A5BA;
    border-radius: 5px;
    margin-top: 6px;
    padding: 12px 16px 22px;
    position: relative;
	margin:0 15px 20px;
	display:block;
}
#header .topics_container li {
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 15px;
    position: relative;
}
#header .topics_container li dt {
    border-radius: 10px;
    font-size: 9px;
    height: 20px;
    line-height: 21px;
    width: 58px;
    color: #F485A2;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
	background:#fff;
}
#header .topics_container li dd {
    font-size: 12px;
    margin-left: 69px;
}
#header .topics_container li dd a {
	color:#fff;
}
#header .topics_container .btn_link {
	position:absolute;
	bottom:-15px;
	left:0;
	width:100%;
	text-align:center;	
}
.spoverlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:19;
	background:rgba(255,255,255,0.9)	
}
/* list設定
   =================================================================== */
#chara_slider {
	position:fixed;
	right:-18px;
	top:79px;
	width:6px;
	border-radius:3px;
	background:rgba(255,255,255,0.5);
	height:300px;
	display:block;
	z-index: 10;
}
#chara_slider #slider_point {
	position:absolute;
	top:0;
	left:-26px;
	width:50px;
	height:50px;
}
#chara_slider #slider_point:after {
	content: " ";
	width:24px;
	height:24px;
	border-radius:14px;
	background:#F485A2;
	border:2px solid #fff;
	display:block;
	margin-left: 15px;
}
}