@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;
}



@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

/*見出し設定*/
h1{
    position:fixed;
    left:20px;
    top:10px;
    width:10em;
}

@media screen and (max-width:768px) {
h1{
    left:10px;
}    
}

h2{
    position: fixed;
   top: 200px;
  

  left: 100px;
  
  width:25em;
}

@media screen and (max-width:768px) {
h2{
    left:10%;
    width:15em;
}    
}


h3{
    position: fixed;
   bottom: 0;
  left: 0;
  width: 100%;
  

}

@media screen and (max-width:768px) {
h3{
    top:200px;
    
}    
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}


@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }

}
