@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#333;
    font-family: "メイリオ", 'Rammetto One', cursive, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

body.appear{
     /* background:#d87514; */
     background:#FFF;   
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

.pv-title{
    position:fixed;
    bottom:0;
    color:#d87514;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13.7vw;
    line-height: 0.8;
    white-space: nowrap;
}

/*ナビゲーション位置*/

#g-nav{
    position: absolute;
    z-index: 2;
    top:20px;
    right:20px;
}
