@charset "utf-8";

html{
	background-position: 50% -130px;
}


.toplist{
    padding: 20px 0 0;
}
.toplist_inner{
    margin: 0 auto;
    max-width: 1170px;
}
.toplist1{
}
.toplist1 li{
	float: left;
	margin: 0 0 13px 1.22%;
	width: 24.07%;
	opacity: 0;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
    position: relative;
    z-index: 1;
    top: 25px;
    left: 0;	
}
.toplist1 li.toplist1_on{
	opacity: 1;
	top: 0;
}
.toplist1 li:first-child{
	margin-left: 0;
}
.toplist1 .li2{
    width: 49.32%;
}
.toplist1 a{
    display: block;

	background-position: 50%;
	background-repeat: no-repeat;
    -moz-background-size:cover;
    background-size:cover;
    position: relative;
    z-index: 1;

}
.toplist1 a:before{
	content: "";
	z-index: 1;
	position: absolute;
	
	background: #E7E7E7;

	top:0;
	bottom: 0;
	right:0;
	left: 0;
	opacity: 0;

	transition: all 700ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 700ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 700ms cubic-bezier(.165,.84,.44,1);
}

.toplist1_hover2,
.toplist1_hover{
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;

	display: table;
	width: 100%;
/*	background: #E7E7E7;*/
	opacity: 0;

	transition: all 700ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 700ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 700ms cubic-bezier(.165,.84,.44,1);
}
.toplist1 a.a_on:before,
.toplist1 .toplist1_hover_on{
	opacity: 1;
}
.toplist1_data{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.toplist1_text1{
    font-size: 24px;
    color: #778e7d;
}
.toplist1_text2{
    font-size: 14px;
}
.toplist1_text3{
    font-size: 16px;
}

/*---------------------------------------------------------*/

.toplist2{}
.toplist2 li{
    float: left;
    margin: 0 0 16px 1.35%;
    width: 49.32%;
    opacity: 0;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
}
.toplist2 li.toplist2_on{
    opacity: 1;
}
.toplist2 li:nth-child(2n+1){
	margin-left: 0;
}
.toplist2 a{
    display: block;
    position: relative;
    z-index: 1;
}
.toplist2_img1{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background-position: 50%;
	background-repeat: no-repeat;
    -moz-background-size:cover;
    background-size:cover;	

	opacity: 1;
	transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);    
}

.toplist2_img2{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 48.9%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	-moz-background-size:cover;
	background-size:cover;

	opacity: 0;
	transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);
}
.toplist2_hover{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: table;
	width: 48.7%;
	background: #E7E7E7;

	opacity: 0;
	transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);
}

.toplist2 a:hover .toplist2_img1{
	opacity: 0;
}

.toplist2 a:hover .toplist2_img2,
.toplist2 a:hover .toplist2_hover{
	opacity: 1;
}

.toplist2_data{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.toplist2_text1{
    font-size: 24px;
    color: #778e7d;
}
.toplist2_text2{
    font-size: 14px;
}
.toplist2_text3{
    font-size: 16px;
}

/*---------------------------------------------------------*/

.toplist_nav{
	font-size: 14px;
	margin: 30px 0 30px;
}
.toplist_nav_l{
	float: left;
}
.toplist_nav_r{
	float: right;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait) ,screen and (max-width: 737px) and (orientation: landscape) {


/*---------------------------------------------------------*/

	.toplist_nav{
		padding: 0 3%;
	}
	.toplist_nav_l{}
	.toplist_nav_r{}
/*---------------------------------------------------------*/
	.toplist3{}
	.toplist3_img{
		background-position: 50%;
		background-repeat: no-repeat;
	    -moz-background-size:cover;
	    background-size:cover;	
	}
	.toplist3 img{
		width: 100%;
		max-width: auto;

	}
	.toplist3 li{
	    margin: 0 0 28px;

		opacity: 0;
		transition: all 600ms ease;
		-webkit-transition: all 600ms ease;
		-moz-transition: all 600ms ease;
	    position: relative;
	    z-index: 1;
	    top: 25px;
	    left: 0;	


}
	.toplist3 li.end{
		display: none;
	}
	.toplist3_next li,
	.toplist3 li.toplist3_on{
		opacity: 1;
		top: 0;
	}

	.toplist3 a{}
	.toplist3_box{
    margin: 10px 0 0;
}
	.toplist3_text1{
		float: left;
		font-size: 16px;
	}
	.toplist3_text2{
		float: right;
	}
	.toplist3_text2_1{
		display: block;
		text-align: right;
		color: #778E7D;
		font-size: 18px;
	}
	.toplist3_text2_2{
    display: block;
    text-align: right;
    font-size: 14px;
}
	.toplist3_next{
/*		display: none;*/
	}
	.toplist3_next_mes{
		display: none;
		text-align: center;
		margin: 0 0 40px;
	}
	.toplist3_next_btn{
		position: relative;
		z-index: 1;
		width: 50px;
		height: 50px;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		margin: 0 auto 39px;
		transition: all 300ms cubic-bezier(.165,.84,.44,1);
		-webkit-transition: all 300ms cubic-bezier(.165,.84,.44,1);
		-moz-transition: all 300ms cubic-bezier(.165,.84,.44,1);
	}
	.toplist3_next_btn:before{
		content: "";
		z-index: 1;
		position: absolute;
		border-bottom: 3px solid #080808;
		width: 27px;
		height: 0;
		top:0;
		bottom: 0;
		right:0;
		left: 0;
		margin: auto;
	}
	.toplist3_next_btn:after{
		content: "";
		z-index: 1;
		position: absolute;
		border-left: 3px solid #080808;
		width: 0px;
		height: 27px;
		top:0;
		bottom: 0;
		right:0;
		left: 0;
		margin: auto;


	}	
	.toplist3_next_btn_on{
		transform: rotate(45deg);			
	}


}
