@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;   
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

/*見出し設定*/
h1{
    position:fixed;
    left:20px;
    top:10px;
    width:5em;
}

@media screen and (max-width:768px) {
h1{
    left:10px;
}    
}

.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;
}

