@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/



.box{
    color: #fff;
    padding: 0px;
	display0000000000000000000:flex;
	justify-content: center;
	align-items: center;
	text-align: center;

    z-index: 100;
    
    position00000: relative;
    
}
#box1{
    background: rgba(0,0,0,0.00);
    
}
#box2{
    background: #fff;
    

}
#box3{
    background: #fff;
    
}
#box4{
    background: #fff;
}
#box5{
    background: #fff;
}
#box6{
    background: #fff;
}
#box7{
    background: #fff;
}
#box8{
    background: #fff;
}


/*========= ページネーションCSS ===============*/

.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  	transform: translateY(-50%);
	font-size:1em;
	z-index: 10;
	list-style: none;
}
@media screen and (max-width:768px) { 
	.pagination {
	display: none;
}
}

.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	position:relative;
	padding:10px;
}

.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
}

.pagination a:hover .hover-text {
	opacity: 1;
}

.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:768px) { 
	.pagination a .hover-text{
		display: none;
	}	
}
