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

html, body { 
/*	height: 100%; */
	-webkit-overflow-scrolling: touch
}

body{
	color:#000;
	background:#fff;
	font-family:'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','游ゴシック',YuGothic,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height:2;
	font-size:14px;
	line-height:1.6;
	margin: 0px;
	padding: 0px;
	position:relative;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



a{
	outline: none;
	text-decoration: none;
}

a:hover{
	color: #0492c1;
}

img{
	vertical-align: bottom;
}

::selection {
    background: #000;
    color: #fff;
}

.fade_anime{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: 1.4s;
}

.fade_anime_on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


/* ******************** header ******************** */

header{
	width: 100%;
	padding-top: 60px;
}

head+body header {
	padding-top: 60px;
}

header #header_area{
/*	height: 105px;*/
	width: 100%;
	
	position: absolute;
	top: 0;
	left:0;
	z-index: 10000;
	background-color: rgba(255,255,255,1);
	border-bottom: #f5f5f5 solid 1px;
	height:100px;
}

head+body #header_area{
	height: 60px;
	position: fixed;
	z-index:  1000000;
	margin-left: auto;
	margin-right: auto;
}

header div#header_area h1{
	position: absolute;
	width: 130px;
	height: 38px;
	top:12px;
	left: 14px;
}

header div#header_area h1 img{
	width: 130px;
	height: 34px;
}


/* ******************** header ******************** */


/* ******************** contents ******************** */



#wrap{
	position: relative;
	z-index: 2;
}

#main{
	position: relative;
	height: 1000px;
}

.inner790{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

.inner880{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}




#entrybox{
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 60px;
}


#btbox{
	position: relative;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#btbox figure{
	display: block;
	position: absolute;
	z-index:100;
	width: 100%;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.3;
	z-index: 2;
	transition: all 500ms 0s ease;
}

#btbox figure.f_hover{
	z-index: 3;
}

#entrybox a,
#entrybox strong{
	display: block;
	position: relative;
	background-color: #FFF;
	text-align: center;
	width: 790px;
	height: 100px;
	transition: all 500ms 0s ease;
	cursor: pointer;
}

#entrybox strong{
	cursor: auto;
	opacity: .2;
}

#entrybox a::before,
#entrybox strong::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:rgba(227,27,19,1);
    transition: all 0.3s;
}
#entrybox a:hover::before {
    opacity: 0 ;
    transform: scale(0.5,0.5);
}
#entrybox a::after,
#entrybox strong::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 2px solid rgba(227,27,19,1);
    transform: scale(1.2,1.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#entrybox a:hover::after {
    opacity: 1;
    transform: scale(1,1);
}


#entrybox a:hover figure.f_hover{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


#entrybox ul{
	text-align: center;
}

#entrybox ul li{
	display: inline-block;
	width: 370px;
	height: 40px;
	border: #e31b13 solid 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #e31b13;
	padding-top: 8px;
	font-weight: bold;
}

#entrybox ul li:nth-child(1){
	margin-right: 15px;
	margin-top: 30px;
}

#entrybox p{
	text-align: center;
	font-weight: bold;
	color: #e31b13;
	padding-top: 20px;
}

#copyright{
	background-color: #FFF;
	position: relative;
	z-index: 3;
	color: #666666;
	font-size: 13px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 45px
}

/* ******************** parts ******************** */

.sp_no{
	display: block;
}

.sp2_no{
	display: block;
}

.sp3_no{
	display: block;
}

.hp_inline{
	display: inline-block;
}

.sp_only{
	display: none;
}

.sp2_only{
	display: none;
}

.sp3_only{
	display: none;
}

.sp_inline{
	display: none;
}



.fade_anime{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: 1.2s;
}

.fade_anime_on{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


#bt_pagetop{
	width:60px;
	height:60px;
	right:20px;
	display:none;
	position: absolute;
	bottom: 0px;
	z-index:9000;
}

#bt_pagetop a{
	display:block;
	background-size: 100%;
	background-position:center 0px;	
}

#bt_pagetop img{
	max-width: 100%;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
	

#bt_pagetop a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* ******************** /parts ******************** */


@media screen and (max-width: 767px) {
	/* ******************** header ******************** */

	header{
		width: 100%;
		padding-top: 50px;
		z-index: 200000;
	}

	head+body header {
		padding-top: 50px;
	}

	header #header_area{
		width: 100%;
		position: absolute;
		top: 0;
		left:0;
		z-index: 10000;
		background-color: rgba(255,255,255,1);
		border-bottom: #f5f5f5 solid 1px;
	}

	head+body #header_area{
		height: 50px;
		position: fixed;
		z-index:  1000000;
		margin-left: auto;
		margin-right: auto;
	}

	header div#header_area h1{
		position: absolute;
		width: 110px;
		height: 38px;
		top:8px;
		left: 14px;
	}

	header div#header_area h1 img{
		width: 110px;
		height: 34px;
	}


	/* ******************** header ******************** */
	
	
	
	
	body{
		min-width: 100%;
	}

	
	.inner790{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.inner880{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	#entrybox{
		background-color: #f5f5f5;
		padding-top: 10%;
		padding-bottom: 90px;
		padding-left: 8%;
		padding-right: 8%;
	}
	
	#btbox{
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#btbox figure{
		display: block;
		position: absolute;
		z-index:100;
		width: 100%;
		top: 50%;
		left: 0px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		line-height: 1.3;
		z-index: 2;
		transition: all 500ms 0s ease;
	}

	#btbox figure.f_hover{
		z-index: 3;
	}
	
	

	#entrybox a,
	#entrybox strong{
		display: block;
		position: relative;
		background-color: #FFF;
		text-align: center;
		width: 100%;
		height: 80px;
		transition: all 500ms 0s ease;
		cursor: pointer;
	}

	#entrybox a::before,
	#entrybox strong::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background:rgba(227,27,19,1);
		transition: all 0.3s;
	}
	#entrybox a:hover::before {
		opacity: 0 ;
		transform: scale(0.5,0.5);
	}
	#entrybox a::after,
	#entrybox strong::after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		transition: all 0.3s;
		border: 2px solid rgba(227,27,19,1);
		transform: scale(1.1,1.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#entrybox a:hover::after {
		opacity: 1;
		transform: scale(1,1);
	}


	#entrybox a:hover figure.f_hover{
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	
	#entrybox ul{
		text-align: center;
	}

	#entrybox ul li{
		display: block;
		width: 96%;
		height: auto;
		min-height: 40px;
		border: #e31b13 solid 1px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		color: #e31b13;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: bold;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		
	}

	#entrybox ul li:nth-child(1){
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}

	#entrybox p{
		text-align: center;
		font-weight: bold;
		color: #e31b13;
		padding-top: 10px;
	}

	
	
	#bt_pagetop{
		width:45px;
		height:45px;
		right:10px;
		display:none;
		position: absolute;
		bottom: 0px;
		z-index:9000;
	}
	
	
	
	.sp_no{
		display: none;
	}

	.sp_only{
		display: block;
	}
	
	.hp_inline{
		display: none;
	}
	
	.sp_inline{
		display: inline-block;
	}
	
	
	
	
	

	
}


@media screen and (max-width: 670px) {
	
	
	.sp2_no{
		display: none;
	}
	
	
	.sp2_only{
		display: block;
	}
	
}



@media screen and (max-width: 480px) {
	
	
	.sp3_no{
		display: none;
	}
	
	
	.sp3_only{
		display: block;
	}
	
	#copyright{
		font-size: 12px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 25px
	}

}


@media screen and (max-width: 360px) {
	#entrybox{
		padding-left: 7%;
		padding-right: 7%;
	}
	
	#entrybox ul li:nth-child(2){
		line-height: 1.4;
	}
}






/* footer / menu.css */



.clearfix:after {
  content: "";
  clear: both;
  display: block;
}




