@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: #725827;
	overflow: hidden;
}
.rela {
  position: relative;
  margin: 0 auto;
	
}
footer {
  color: #fff;
  background-color: #000000;
  padding: 10px;
}

.support-link {
  color: #f0f8ff ;        
  text-decoration: none; 
  background-color: 000;
  font-weight: bold;    
  padding: 4px 16px;   
  border-radius: 4px;  
  transition: all 0.3s;   /* ホバー時のアニメーション */
}

.support-link:hover {
  text-decoration: underline; /* ホバー時に下線 */
}

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

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

.btn2{
	position: absolute;
	  width: 100%;
	bottom:9%;
	z-index:99;
}
	    
.content_wrapper{
	position: relative;
}

.massive3 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
 
}

.massive2 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
 
}


.massive {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	
}


.light1 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	opacity:0.5;
}

.light2 {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	z-index: 99;
	opacity:0.85;
	
}
.kanteishi {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
	z-index: 97;
}

.kanteishi2 {
  position: absolute;
  width: 90%;
  top: -6.5%;
  left: 5%;
	z-index: 99;
}