@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] {
  -webkit-appearance: none;
}
body {
  margin: 0 auto;
  text-align: center;
  font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    background-color: #fff;
}
#wrapper {
  box-sizing: border-box;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #eaeae8;
	overflow: hidden;
}
.rela {
  position: relative;
  margin: 0 auto;
	
}
footer {
  color: #fff;
  background-color: #000000;
  padding: 10px;
}


@media screen and (max-width:425px) {
  footer {
    font-size: 3vw;
  }
}

.btn_wrap{
	position: relative;
	z-index:30;
}
.btn{
	position: absolute;
	width: 100%;
	z-index:99;
}

	    
.content_wrapper{
	position: relative;
}

.pn {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	z-index:99;
}

.tittle {
  position: absolute;
  width: 100%;
  top: 6.8%;
  left: 0%;
	z-index:99;
}

.kanarazu {
  position: absolute;
  width: 100%;
  top: 35.5%;
  left: -1%;
	z-index:99;
}

.saikou {
  position: absolute;
  width: 100%;
  bottom: -4.5%;
  left: 0%;
	z-index:99;
}

.about {
  position: absolute;
  width: 100%;
  top: 7.5%;
  left: 0%;
	z-index:99;
}

.point {
  position: absolute;
  width: 100%;
  top: -15%;
  left: 0%;
	z-index:99;
}