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

body{
    padding: 0px;
    margin: 0px;
    font-size: 0.7em;
	line-heignt:50em;
	line-spacing:10em;
	
		

		
	
		
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #969696;
}



div{
	padding: 0px;
	margin: 0px;
}
	

.imagediv{
	padding: 0px;
	margin: 0px;	
}

.topgif{
	padding: 0px;
	margin: 0px;
	display: flex;
    justify-content: center;
    align-items: left;
    cursor: pointer;
    width: 200px;
   height: auto;
	top: 70%;
    left: 18%;
    position: absolute;
}

.gif{
	padding: -10px;
	margin: -100px;
	display: flex;
    justify-content: center;
    align-items: left;
    cursor: pointer;
    width: 200px;
   height: auto;
	top: 449%;
    left: 44%;
    position: absolute;
}


img{
	padding: 0px;
	margin: 0px;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}



