@charset "UTF-8";
/* CSS Document */

/*
	　@media screen and (max-width:320px)

		@media screen and (min-width:321px) and (max-width:480px)

		@media screen and (min-width:481px) and (max-width:767px)

		@media screen and (min-width:768px) and (max-width:991px)

		@media screen and (min-width:992px)
*/


/* ************* 
@media screen and (max-width:320px){}

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

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

@media screen and (min-width:768px){
}
@media screen and (min-width:992px){
}
*/

/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/

@media screen and (max-width:479px){
	}
@media screen and (min-width:480px) and ( max-width:599px) { 
	}
@media screen and (min-width:600px) and ( max-width:960px) {
	}
@media screen and (min-width:960px) and ( max-width:1279px) {
	}
@media screen and (min-width:1280px) {
	}






html {
	font-size: 62.5%; /* -> 10px; */
}
img{
	display:blok;
	margin: 0 auto;
	padding: 0;
	}
div:after, ul:after {
	content: "";
	display: block;
	clear: both;
	}
	
.sv {
@media screen and  ( max-width:599px) 
	
}
.lv {
@media screen and (min-width:600px)	
}
	
	
/* Bootstrapのコンテンツエリアは最大1170px */
/*-----------------------------------------*/



body {
	min-width: 320px;
	max-width: 1170px;/*991*/
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow-x: hidden;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


a:link {
	color:white;
	text-decoration: none;
}
a:visited {
	color:white;
	text-decoration: none;
}
a:hover {
	color:#ff00d9;
	text-decoration: none;
}



@media screen and (max-width:479px){
	
	
.wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.background0 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2004.jpg");
  }
.background1 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2013-2.jpg");
	}
.background2 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2013.jpg");
	}
.background3 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2014.jpg");
	}
.background4 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2017.jpg");
	}
.background5 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2018.jpg");
	}
	
.naviwrapp {
	width: 70%;
	height: auto;
	position: absolute;
	top:65%;
	margin: 0;
	padding: 0;	
	background-color: rgba(0, 0, 0, 0.40);
    margin-left: 15%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}	
.naviwrapp img {
	text-align: center;
	width: 96%;
	margin-top: 10px;
	padding-top:0;
}	
.topnavi {
	display:block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0 14px 0;
	color:white;
	font-weight: 600;
	font-size: 1.4em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.40);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
	}
.topnavi p {
	text-underline-position:auto;
}
.topnavi .LP {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
	
.topnavi .totop {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
.topnavi .tomap {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:4px 0px 4px 13%;
	}
.topnavi .tore {
	text-align: left;
	padding:4px 0px 4px 13%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	}
}











@media screen and (min-width:480px) and ( max-width:599px) { 
.wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.background0 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2004.jpg");
  }
.background1 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2013-2.jpg");
	}
.background2 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2013.jpg");
	}
.background3 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2014.jpg");
	}
.background4 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2017.jpg");
	}
.background5 {
	background-image: url("../image/rs_image/comic/backglound/sp_comic2018.jpg");
	}
	
.naviwrapp {
	width: 60%;
	height: auto;
	position: absolute;
	top:70%;
	margin: 0;
	padding: 0;	
	background-color: rgba(0, 0, 0, 0.40);
    margin-left: 20%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}	
.naviwrapp img {
	text-align: center;
	width: 96%;
	margin-top: 10px;
	padding-top:0;
}	
.topnavi {
	display:block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0 14px 0;
	color:white;
	font-weight: 600;
	font-size: 1.7em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.40);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	}
.topnavi p {
	text-underline-position:auto;
}
.topnavi .LP {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
		
.topnavi .totop {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
.topnavi .tomap {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:4px 0px 4px 13%;
	font-size: 1.0em;
	}
.topnavi .tore {
	text-align: left;
	padding:4px 0px 4px 13%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	font-size: 1.0em;
	}
	
	
	
}

@media screen and (min-width:600px) and ( max-width:960px) {

.wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.background0{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2004.jpg");
  }
.background1{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2013-2.jpg");
	}
.background2{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2013.jpg");
	}
.background3{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2014.jpg");
	}
.background4{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2017.jpg");
	}
.background5{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2018.jpg");
	}
.naviwrapp {
	width: 40%;
	height: auto;
	position: absolute;
	top:70%;
	margin: 0;
	padding: 0;	
	background-color: rgba(0, 0, 0, 0.40);
    margin-left: 16%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}	
.naviwrapp img {
	text-align: center;
	width: 96%;
	margin-top: 10px;
	padding-top:0;
}	
.topnavi {
	display:block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0 14px 0;
	color:white;
	font-weight: 600;
	font-size: 1.7em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.40);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
	}
.topnavi p {
	text-underline-position:auto;
}
.topnavi .LP {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
		
.topnavi .totop {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:8px 10px 4px 13%;
	}
.topnavi .tomap {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:4px 0px 4px 13%;
	font-size: 1.0em;
	}
.topnavi .tore {
	text-align: left;
	padding:4px 0px 4px 13%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	font-size: 1.0em;
	}
}
	
@media screen and (min-width:960px) {
.wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.background0{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2004.jpg");
  }
.background1{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2013-2.jpg");
	}
.background2{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2013.jpg");
	}
.background3{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2014.jpg");
	}
.background4{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2017.jpg");
	}
.background5{
	background-image: url("../image/rs_image/comic/backglound/pc_comic2018.jpg");
	}
.naviwrapp {
	width: 35%;
	height: auto;
	position: absolute;
	top:70%;
	margin: 0;
	padding: 0;	
	background-color: rgba(0, 0, 0, 0.40);
    margin-left: 10%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}	
.naviwrapp img {
	text-align: center;
	width: 96%;
	margin-top: 10px;
	padding-top:0;
}	
.topnavi {
	display:flex;
	justify-content:flex-start;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 18px 0 0 10%;
	color:white;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.40);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;	
	}
.topnavi p {
	text-underline-position:auto;
}
.topnavi .LP {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding-bottom:20px;
	width: 27%;
	margin-left:-3%;
	}
		
.topnavi .totop {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding-bottom:20px;
	width: 20%;
	margin-left: 5%
	}
.topnavi .tomap {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	padding:0;
	font-size: 1.0em;
	width: 22%;
	}
.topnavi .tore {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) ;
	font-size: 1.0em;
	width: 100%;	}	
	}
