@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */
html{

}
body{
  font-family:  'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

.enter{
  background-color: #000;
  color:#FFF;
  overflow-y:hidden;
}
.enter .enter_bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: -1;
  overflow:hidden;
}
.enter .enter_bg:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: 0;
  background-color: rgba(0,0,0,0.10);
}
.enter .enter_bg .enter_bg_img{
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
  z-index: -1;
  
  /*filter: brightness(0.3);*/
  
  /*background-image: url('../img/enter/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;*/
  
  /*animation-name: anime1;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;*/
}
.enter .enter_bg .enter_bg_img .bg-img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  background-size: cover;
}
/*@-webkit-keyframes anime1 {
}
@-moz-keyframes anime1 {
}*/
@keyframes anime1 {
  0% {transform:scale(1);}
  96% {transform:scale(1.2);}
  97% {transform:scale(1.15);}
  98% {transform:scale(1.10);}
  99% {transform:scale(1.05);}
  100% {transform:scale(1);}
}


.enter .enter_content{
  
}
@media screen and (min-height: 900px) {
  .enter .enter_content{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
}


.enter .enter_h1{
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.enter .enter_logo{
  text-align: center;
}

.enter .enter_msg{
  text-align: center;
  margin: 10px 0 40px;
  font-size: 13px;
}
.enter .enter_btns{
  text-align: center;
  margin-bottom: 50px;
  background-image: url('../img/enter/r18.png');
  background-repeat: no-repeat;
  background-position: center;
}
.enter .enter_btns img{
  width: 120px;
}
.enter .enter_btns .btn1{
  margin-right: 124px;
}

footer .copy{
  text-align: center;
  margin: 35px 0;
  font-size: 12px;
}
footer .copy a{
  color: inherit;
}


/*.enter{
animation-name: anime1;
animation-duration: 10s;
animation-timing-function: ease;
animation-iteration-count: infinite;
}

@keyframes anime1 {
  0% {background-size:110%;}
  99% {background-size:101%;}
  100% {background-size:110%;}
}
@-webkit-keyframes anime1 {
  0% {background-size:110%;}
  95% {background-size:101%;}
  100% {background-size:110%;}
}
@-moz-keyframes anime1 {
  0% {background-size:110%;}
  95% {background-size:101%;}
  100% {background-size:110%;}
}*/