@charset 'UTF-8';

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
html {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 100%;
}
.clearfix {
  *zoom: 1;
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
a {
  color: rgba(0, 0, 255, 0.8);
  text-decoration: none;
}
a:hover {
  color: #c6e066;
  text-decoration: underline;
  opacity: .8;
}

body{
  overflow-x: auto;
  margin: 0 auto;
  background: #000;
}
.wrapper{
  /* overflow: hidden; */
  /* background: url(../images/index/mainVisual_pc.png) center top no-repeat; */
  /* background-size: cover; */
  /* background-size:contain; */
  width: 100%;
  height: 100%;
}
.main_visual {
  position: relative;
  width: 100%;
  /* height: 100%; */
  color: #fff;
  text-align: center;
}
.visual_box{
  /* height: 1000px; */
}
.btn_box {
  position: absolute;
  /* bottom: 0; */
  top:55%;
  width:100%;
  text-align: center;
}
.btn_box a.enter{
  padding: 0px 45px 5px;
  background: #2567a3;
  color: #fff;
  font-size: 30px;
  text-align: center;
  display: block;
  width: 400px;
  margin: 0 auto;
  box-shadow:0px 0px 30px;
  /* border:1px solid #fff; */
}
.btn_box a.enter span{
  font-size: 14px;
}
.btn_box a.leave{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  text-shadow: 0 0 5px #fff,0 0 5px #fff;
  display: block;
  padding-top: 45px;
}
.btn_box .bnr_area ul{
  list-style: none;
}
.btn_box .bnr_area ul li{
  padding-bottom: 30px;
}
.btn_box .bnr_area ul li:nth-child(1),
.btn_box .bnr_area ul li:nth-child(2) {
  width: 50%;
  float: left;
  padding: 10px 15px 30px;
}
/* .btn_box .bnr_area ul li:nth-child(1){
  text-align: right;
}
.btn_box .bnr_area ul li:nth-child(2){
  text-align: left;
} */
.btn_box .bnr_area ul li p{
  margin: 0;
  text-decoration: underline;
}
.btn_box .bnr_area ul li a{
  color: #fff;
}



  header{
    background: #2567a3;
    text-align: center;
    padding: 5px 0 0;
  }
  .head_info p{
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .head_info h1{
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  .btn_box{
    top: 80%;
  }
  .btn_box a.leave{
    padding-top: 15px;
    font-size: 12px;
  }
  .btn_box p{
    font-size: 12px;
  }
  .bnr_area{
    max-width: 750px;
    margin: 15px auto 0;
  }
  .btn_box .bnr_area ul li:nth-child(1), .btn_box .bnr_area ul li:nth-child(2), .btn_box .bnr_area ul li:nth-child(4){
    /* width: 100%;
    float: none; */
    padding: 0 0 15px;
    text-align: center;
  }
  .btn_box .bnr_area ul li:nth-child(1),
  .btn_box .bnr_area ul li:nth-child(2){
    width: 50%;
    float: left;
    padding-right: 5px;
  }

  .btn_box .bnr_area ul{
    padding: 0 15px;
  }
  .bnr_area{
    margin-top:15px;
    padding-top: 10px;
    border-top: 1px dotted #fff;
  }
  .btn_box .bnr_area ul li a img{
    width: 100%;
    height: auto;
  }
  




