/*====================================================================================================
  HEADER
====================================================================================================*/
#header{ position: absolute; top:0; left: 0; width: 100%; background: none; border-bottom:none;}
#header .h_bg {
	position: relative;
	padding-bottom:15%;
	background:url(../img/mainimg.png) no-repeat center bottom;
	background-size: cover;
	z-index:9999 !important;
}
#header .h_box {margin: auto; width:1000px;}
#header .h_box:after { /*float_clear*/ display:block; clear:both; content:"";}
#header .wave {
	position:absolute;
	width:100%;
	height:291px;
	text-indent:-1;
	bottom:0;
	left: 0;
	background-image:url(../img/mainimg_bg.png);
	background-size: 100% auto;
	z-index:9;
}
.wave {
	-webkit-animation-name:wave;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-name:wave;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease-in-out;
}
@-webkit-keyframes wave {
	0% {-webkit-transform:translate (0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes wave {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}



figure{
	width: 250px;
/*	height: 320px;		 ������1��ΤȤ� */
/*	height: 160px;	*/ /* ������2��ΤȤ� */
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.sm figure{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}




figure::before {
	position: absolute;
	top: 0;
	left: -80%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.senbatsu {
	float: left;
	text-align: right;
	padding-top: 140px;
}

.senbatsu div , .senbatsu_sm{
	border: solid 1px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 40px #FFFFFF;
}
.senbatsu figure img {
    width : 100%;
}
/* ���ޡ��ȥե����� ������2�粣�¤Ӥˤ���Ȥ� */
/*
.senbatsu_sm{
	width: 47.5%;
	float: left;
}
*/

/*** LOGO ******************************************************************/
#header h1,
#header h1 a { display: block; height:auto; /* text-align: center; */ text-align: left}
#header h1 { float: none; width:100%; font-size:87px; line-height:100%;}
#header h1 small { font-size: 29px;}
#header h1 a {}
#header .topcome {/* margin:0 auto; */ padding: 50px 0; max-width: 610px;}
#header .topcome { color: #FFF; font-weight: bold;}

/*** NAV *******************************************************************/
ul.Nav {
	float:none;
	padding: 30px 0;
	width:100%;
}
ul.Nav li {padding-top:0 !important;}
ul.Nav li a { padding-top:30px !important; height:135px;}
ul.Nav li:nth-child(1) { font-size: 25px;}
ul.Nav li:nth-child(2) { font-size: 23px;}
ul.Nav li:nth-child(3) { font-size: 27px;}
ul.Nav li:nth-child(4) { font-size: 26px;}


/*====================================================================================================
  TOPPAGE
====================================================================================================*/
#content {padding-top:690px;}
#toppage {}

/*** MANGA KOUSHIEN ***********************************************************/
#toppage .koushien {
	padding:20% 0 150px;
	background:#ECDC41 url(../img/bg1.jpg) no-repeat center top;
	background-size: 100% auto;
}
#toppage .koushien .cont {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding:0 50px 50px;
	border: 14px solid #000;
	background: #FFF;
	transform:skew(0deg, -4deg);
}
#toppage .koushien .cont:before {
	display:block;
	clear:both;
	content:"";
	position: absolute;
	left:-14px;
	top:-60px;
	width:100%;
	height:85px;
	border-top:14px solid #000;
	border-left:14px solid #000;
	border-right:14px solid #000;
	background: #FFF;
	transform:skew(0deg, 4deg);
}
#toppage .koushien .cont:after { /*float_clear*/ display:block; clear:both; content:"";}
#toppage .koushien .photo,
#toppage .koushien .come {transform:skew(0deg, 4deg);}
#toppage .koushien .photo { position: absolute; top:-10px; right:20px;}
#toppage .koushien .come,
#toppage .koushien h2 { position: relative; margin-bottom: 2%; z-index:0;}
#toppage .koushien .come { float: left; width:45%; overflow: hidden;}
#toppage .koushien h2 { font-family: 'Bowlby One SC', cursive; font-size: 65px; font-weight: normal; line-height:110%;}

/* MORE BTN */
#toppage .koushien .more,
#toppage .koushien .more a { display: block; width: 108px; height: 107px;}
#toppage .koushien .more { position: absolute; bottom: -50px; right: -30px; transition: all 0.5s;}
#toppage .koushien .more a {
	text-indent: -9999px;
	background:url(../../img/read1.png) no-repeat center center;
}
#toppage .koushien .more:hover { bottom:-70px;}


/*** MANSAI *******************************************************************/
#toppage .mansai { position: relative; padding:10px 0 120px;}
#toppage .mansai:before {
	display:block;
	clear:both;
	content:"";
	position: absolute;
	top:-70px;
	left: 0;
	width:100%;
	height:150%;
	background:url(../img/bg2.jpg);
	transform:skew(0deg, -4deg); 
}	

#toppage .mansai .cont {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding:50px 50px 0;
	border: 14px solid #000;
	background: #FFF;
	transform:skew(0deg, -4deg);
}
#toppage .mansai .cont:before {
	display:block;
	clear:both;
	content:"";
	position: absolute;
	left:-14px;
	bottom:-50px;
	width:100%;
	height:85px;
	border-bottom:14px solid #000;
	border-left:14px solid #000;
	border-right:14px solid #000;
	background: #FFF;
	transform:skew(0deg, 4deg);
}
#toppage .mansai .cont:after { /*float_clear*/ display:block; clear:both; content:"";}
#toppage .mansai .photo,
#toppage .mansai .come {transform:skew(0deg, 4deg);}
#toppage .mansai .photo { position: absolute; top:10px; left:20px;}
#toppage .mansai .come,
#toppage .mansai h2 { position: relative; margin-bottom: 2%;  z-index:0; overflow: hidden;}
#toppage .mansai .come { float:right; width:48%; overflow: hidden;}
#toppage .mansai h2 { font-family: 'Monoton', cursive; font-size: 44px; font-weight: normal; line-height:120%;}

/* MORE BTN */
#toppage .mansai .more,
#toppage .mansai .more a { display: block; width: 108px; height: 107px;}
#toppage .mansai .more { position: absolute; bottom: -70px; right: 490px; transition: all 0.5s;}
#toppage .mansai .more a {
	text-indent: -9999px;
	background:url(../../img/read2.png) no-repeat center center;
}
#toppage .mansai .more:hover { bottom:-100px;}


/*** DAIKAIGI *****************************************************************/
#toppage .daikaigi {
	position: relative;
	padding: 80px 0;
	background:#FFF url(../img/bg3.jpg) no-repeat center top;
	background-size: 100% auto;
	z-index: 99;
}
#toppage .daikaigi .cont {
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding:50px;
	min-height:530px;
	border: 14px solid #000;
	background: #FFF;
}
#toppage .daikaigi .cont:after { /*float_clear*/ display:block; clear:both; content:"";}
#toppage .daikaigi .photo { position: absolute; top:20px; right:20px;}
#toppage .daikaigi .come,
#toppage .daikaigi h2 { position: relative; margin-bottom: 2%; z-index:0;}
#toppage .daikaigi .come { float: left; width:40%; overflow: hidden;}
#toppage .daikaigi h2 { font-family: 'Righteous', cursive; font-size: 65px; font-weight: normal; line-height:110%;}

/* MORE BTN */
#toppage .daikaigi .more,
#toppage .daikaigi .more a { display: block; width: 108px; height: 107px;}
#toppage .daikaigi .more { position: absolute; bottom: -50px; right: 520px; transition: all 0.5s;}
#toppage .daikaigi .more a {
	text-indent: -9999px;
	background:url(../../img/read3.png) no-repeat center center;
}
#toppage .daikaigi .more:hover { bottom:-70px;}


/*** TOURIST SPOT *************************************************************/
#toppage .spot { 
	padding:150px 0 200px;
	background: url(../img/bg4.jpg);
	background-size:cover;
}
#toppage .spot .cont { position:relative; margin: auto;  max-width:550px; color: #FFF;}
#toppage .spot .cont:before,
#toppage .spot .cont:after {
	display:block;
	clear:both;
	content:"";
	position: absolute;
}
#toppage .spot .cont:before {
	top:-50px;
	left:-300px;
	width:408px;
	height:487px;
	background:url(../../img/top_fuki1.png) no-repeat;
}
#toppage .spot .cont:after {
	top:-50px;
	right:-250px;
	width:317px;
	height:473px;
	background:url(../../img/top_fuki2.png) no-repeat;
}
#toppage .spot h3 { 
	margin-bottom:40px;
	font-family: 'Barlow', sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
}
#toppage .spot .come { margin-bottom: 20px;}
#toppage .spot .more,
#toppage .spot .more a { display: block; width: 197px; height:53px;}
#toppage .spot .more { margin: auto;}
#toppage .spot .more a {
	padding-top:17px;
	font-family: 'Barlow', sans-serif;
	color: #00C2C2;
	text-align: center;
	text-decoration: none;
	font-size:25px;
	background: url(../../img/read4.png) no-repeat;
	box-sizing: border-box;
}


/*** BANNER *******************************************************************/
#toppage .banner { margin: auto; padding: 70px 0; max-width: 1000px;}
#toppage .banner:after { /*float_clear*/ display:block; clear:both; content:"";}
#toppage .banner p { float: left;}
#toppage .banner p+p { margin-left: 2%;}


/*** TOPICS *******************************************************************/
#toppage .topics { padding:100px 0; background: url(../img/bg5.jpg);}
#toppage .topics h3 { 
	margin-bottom:40px;
	font-family: 'Barlow', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #000222;
	text-align: center;
}
#toppage .topics .topics_list {margin: auto; /* max-width: 800px; */ max-width: 950px;}

/* #toppage .topics .topics_list p, */
#toppage .topics .topics_list div
/* #toppage .topics .topics_list > div */ {
	padding:3%;
	padding-bottom:50px;
	font-weight: bold;
	background: #FFF;
	box-shadow:0px 0px 2px 1px rgba(0,0,0,0.20);
}

#toppage .topics .topics_list div p.photo {
	height: 100%;
	float: left;
	padding-right: 20px;
}

#toppage .topics .topics_list a:hover > div.fadein {
	/* background-color: #1DA7B2; */
	/* background-color: rgba(29, 167, 167, 0.5); */
	background-color: #A2D7D4;
}

#toppage .topics .topics_list a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}



#toppage .topics .topics_list div p.come {
	font-weight: normal;
}

/* #toppage .topics .topics_list p+p, */
#toppage .topics .topics_list,
#toppage .topics .topics_list div+div { margin-top: 20px;}


#toppage .topics .topics_list p small {
	display: block;
	color: rgba(0,0,0,0.50);
	font-size: 110%;
	font-weight:normal;
}

@media only screen and (max-width:700px){
#header_sm .h1_tit { display: none;}
#header_sm,
#header_sm .h1_tit,
#header_sm .h1_tit a { height:auto !important;}

/*** NAV *******************************************************************/
ul.Nav { display: none;}

/*====================================================================================================
  TOPPAGE
====================================================================================================*/
#content { padding-top:0;}

/*** PHONE TOP ***************************************************************/
#sm_top {}
#sm_top .mainimg {
	background: url(../img/mainimg_sm.png) no-repeat center bottom;
	background-size: cover;
}
#sm_top .logo { 
/*	padding:50px 0 120px;	*/
	font-family: 'Barlow', sans-serif;
	text-align: center;
	font-size:330%;
	color: #FFF;
	line-height: 100%;
}
#sm_top .logo small { display: block; font-size:40%;}
#sm_top .topcome{ padding:5%;}
	
/*** MANGA KOUSHIEN ***********************************************************/
#toppage .koushien { padding:25% 5%;}
#toppage .koushien .cont { width:100%; padding:5%; border:7px solid #000;}
#toppage .koushien .cont:before {
	left:-7px;
	border-top:7px solid #000;
	border-left:7px solid #000;
	border-right:7px solid #000;
}
#toppage .koushien .cont:after { display: none;}
#toppage .koushien .photo { position:static; margin-top:-50px;}
#toppage .koushien .photo img { margin-bottom: 20px; width: 100%; height: auto;}
#toppage .koushien .come { float:none; width:100%;}
#toppage .koushien h2 { font-size:30px;}

/* MORE BTN */
#toppage .koushien .more,
#toppage .koushien .more a { width:70px; height:70px;}
#toppage .koushien .more { right:20px; bottom:-40px;}
#toppage .koushien .more a { background-size: cover;}
#toppage .koushien .more:hover { bottom:-70px;}


/*** MANSAI *******************************************************************/
#toppage .mansai { padding:4% 5% 22%;}
#toppage .mansai:before {}	
#toppage .mansai .cont { width:100%; padding:5%; border:7px solid #000;}
#toppage .mansai .cont:before {
	left:-7px;
	border-bottom:7px solid #000;
	border-left:7px solid #000;
	border-right:7px solid #000;
}
#toppage .mansai .cont:after { display: none;}
#toppage .mansai .photo { position:static;}
#toppage .mansai .photo img { margin-bottom: 20px; width: 100%; height: auto;}
#toppage .mansai .come { float:none; width:100%;}
#toppage .mansai h2 { font-size: 25px;}

/* MORE BTN */
#toppage .mansai .more,
#toppage .mansai .more a { width:70px; height:70px;}
#toppage .mansai .more { right:20px; bottom:-70px;}
#toppage .mansai .more a {background-size: cover;}
#toppage .mansai .more:hover { bottom:-100px;}


/*** DAIKAIGI *****************************************************************/
#toppage .daikaigi { padding:14% 5% 14%;}
#toppage .daikaigi .cont { width:100%; padding:5%; border:7px solid #000;}
#toppage .daikaigi .cont:after {display: none;}
#toppage .daikaigi .photo { position:static;}
#toppage .daikaigi .photo img { margin-bottom: 20px; width: 100%; height: auto;}
#toppage .daikaigi .come {  float:none; width:100%;}
#toppage .daikaigi h2 { font-size:33px;}

/* MORE BTN */
#toppage .daikaigi .more,
#toppage .daikaigi .more a { width:70px; height:70px;}
#toppage .daikaigi .more { right:20px; bottom:-50px;}
#toppage .daikaigi .more a {background-size: cover;}
#toppage .daikaigi .more:hover { bottom:-70px;}


/*** TOURIST SPOT *************************************************************/
#toppage .spot { position:relative; padding:14% 5%;}
#toppage .spot h3 { margin-bottom:5%; font-size:30px;}
#toppage .spot .more a { font-size:20px;}
#toppage .spot .cont:before,
#toppage .spot .cont:after {display:none;}


/*** BANNER *******************************************************************/
#toppage .banner { padding:5%;}
#toppage .banner p { float: left; margin: 2%; width: 46%;}
#toppage .banner p+p { margin-left: 2%;}
#toppage .banner p img { width: 100%; height: auto;}

/*** TOPICS *******************************************************************/
#toppage .topics { padding:14% 5%;}
#toppage .topics h3 { margin-bottom:5%; font-size:30px;}


}


