@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
*, *: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;
}
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;
}
@media screen and (max-width: 425px) {
  footer {
    font-size: 3vw;
  }
}
.btn_wrap {
  position: relative;
  z-index: 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;
}
.move {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.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;
}

.first_visual {
  position: relative;
  overflow: hidden;
}

.first_visual .base_image {
  position: relative;
  z-index: 1;
  line-height: 0;
}

.first_visual .base_image img {
  display: block;
  width: 100%;
  height: auto;
}

#j5_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

#j5_overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.first_visual .kanteishi {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.footer-nav {
  text-align: center;
  padding: 12px 0 4px;
}
.footer-nav a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}