@charset "	utf-8";
/*-----------------------スタートアニメーション--------------------------*/
.start{
	background-color:rgba(84,55,49,0.8);
	position:fixed;
	top: 0;
	left:0;
	height:100%;
	width:100%;
	z-index:8000;
	}
	
.start p{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display: none;
	z-index:9999;
	width:140px;
}


.fixed_btn{
	position: fixed;
	bottom:20px;
	right: 20px;
	padding: 10px 50px;
	border-radius: 3px;
	background-color: rgba(84,55,49,0.8);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.fixed_btn a{
  color: #fff;
}





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

.main_v {
    width: 100vw;
    height: 100vh;
}


main ul .text {
    background-color: rgba(84,55,49,0.45);
    position: absolute;
    top: 50%;
    right: 1%;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
}