@charset "UTF-8";

body {
    font-size: 1.0em;
    line-height: 1.5;
    color: #000000;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #ffefd1;
    margin: 0;
}

h1 {
    margin: 0;
    padding: 0;
}

.wrapper {
    background: url('/img/enter/enter_bg.jpg') center top no-repeat;
    background-size: 100% auto;
    /* min-height: 960px; */
    position: relative;
}

.description {
    background-color: #EABE6B;
    font-size: 0.8em;
    color: #FFFFFF;
    text-align: center;
}

.footer {
    width: 60%;
    min-width: 480px;
    clear: both;
    overflow: hidden;
    background-color: #ffefd1;
    margin: 3em auto 0 auto;
    padding: 10px 0 5px 0;
    text-align: center;
    color: #000000;
    font-size: 12px;
}

div.seoText {
    line-height: 1.5em;
    padding-bottom: 2em;
}

.enterBtn {
    position: absolute;
    left: 0;
    bottom: 8%;
    display: block;
    width: 100%;
    letter-spacing: -.5em;
    box-sizing: border-box;
    padding: 1% 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75)
}

span.btnleft {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

span.btnright {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

span.btncenter {
    display: inline-block;
    letter-spacing: normal;
    width: 18%;
    box-sizing: border-box;
    padding: 0 4%;
    vertical-align: top;
}

span.btncenter img {
    width: 100%;
}

.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  /* background: #ff8181; */
  color: #FFF;
  width: 20vw;
  /* height: 20vw; */
  /* line-height: 20vw; */
  /* border-radius: 50%; */
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
  /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
  /* border-bottom: solid 3px #bd6565; */
  transition: .4s;
}
/*
span.btnright .btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}
*/
.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

img.background-image {
    width: 100%;
}
