#main{
position:relative;z-index:0;
}
#main_inner{
max-width:1402px;margin:0px auto;
}
#main_inner img{
max-width:100%;
}
#copyright{
text-align:center;color:#fff;font-size:12px;padding-bottom:25px;
text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
footer {
position:relative;
}
#news{
margin-top:-4%;
}
#news > div{
position:relative;margin:0px 0px 20px;text-align:center;
}
#news > div:first-of-type > p{
position:absolute;top:60%;left:calc((100% - 312px) / 2);
}
#news > div:last-of-type > a > img{
transition:0.5s ease-in-out;
}
#news > div:last-of-type > a:hover > img{
filter:brightness(1.50);transition:0.5s ease-in-out;
transform:translateZ(0);
}
.btn{
width:280px;
}
.btn > a {
color:#fff;background:#000;text-decoration:none;display:block;width:100%;
padding:15px;border:1px solid #fff;border-radius:30px;color:#fff;
overflow:hidden;position:relative;z-index:1;font-weight:bold;
}
.btn > a::after {
background:#fff;position:absolute;
top:0;left:0;content:'';width:100%;height:100%;
transform: scale(0, 1);transform-origin: left top;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);z-index:-1;
}
.btn > a:hover {
color:#000;border:1px solid #000;
}
.btn > a:hover::after {
transform: scale(1, 1);
}


@media screen and (min-width:980px) {
  .sp{
  display:none !important;
  }
  #main{
  background:url('../images/pc/bg/bg_bottom_01_r.png'),url('../images/pc/bg/bg_bottom_01_l.png'),url('../images/pc/bg/bg_bottom_02.png'),url('../images/pc/bg/bg_bottom_03.png'),url('../images/common/bg_bottom_re.webp'),url('../images/pc/bg/bg_top_re.jpg'),#000;
  background-repeat:no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-x;
  background-position:bottom right,bottom left,bottom right,bottom center,bottom right,top left;
  background-attachment:fixed,fixed,fixed,fixed,fixed,scroll;
  }
  #main.btm{
  background:url('../images/pc/bg/bg_bottom_01_r.png'),url('../images/pc/bg/bg_bottom_01_l.png'),url('../images/pc/bg/bg_bottom_02.png'),url('../images/pc/bg/bg_bottom_03.png'),url('../images/common/bg_bottom_re.webp'),url('../images/pc/bg/bg_top_re.jpg'),#000;
  background-repeat:no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-x;
  background-position:bottom right,bottom left,bottom right,bottom center,bottom right,top left;
  background-attachment:scroll,scroll,scroll,scroll,scroll,scroll;
  }
  
  #news > div:first-of-type > img{
  width:73.42%;
  }
  #news > div:last-of-type > a > img{
  /*width:30.17%;*/
  width:300px;
  }
  
  .slidein{
  transform:translate(0,0);transition:all 1.0s;
  position:absolute;width:100%;
  }
  .slide_left{
  top:calc((100% - 330px) / 8);
  }
  .slide_right{
  top:calc(((100% - 330px) / 8) *6);
  }
  .slide_left.scrollin{
  transform:translate(-53.5%, 0)!important;
  }
  .slide_right.scrollin{
  transform:translate(53.5%, 0)!important;
  }
}
@media screen and (max-width:979px) {
  .pc{
  display:none !important;
  }
  #main{
  background:url('../images/sp/bg/bg_top.jpg') no-repeat scroll,#000;
  background-size:100% auto;
  }
  #main::before{
  content:"";display:block;position:fixed;
  top:0px;left:0px;z-index:-1;width:100%;height:100vh;
  background:url('../images/sp/bg/bg_bottom_cloud.png'),url('../images/common/bg_bottom_re.webp');
  background-repeat:no-repeat,repeat-x;
  background-position:bottom right,bottom right;
  background-size:100% auto,auto auto;
  }
  #main.btm{
  background:url('../images/sp/bg/bg_bottom_cloud.png'),url('../images/common/bg_bottom_re.webp'),url('../images/sp/bg/bg_top.jpg'),#000;
  background-repeat:no-repeat,repeat-x,no-repeat;
  background-position:bottom right,bottom right,top left;
  background-size:100% auto,auto auto,100% auto;
  background-attachment:scroll,scroll,scroll;
  }
  #main.btm::before{
  display:none;
  }
  
  #news > div:first-of-type > img{
  width:100%;
  }
  #news > div:last-of-type > a > img{
  width:50%;
  }
  .btn{
  width:280px;
  }
  .btn > a {
  padding:10px;border-radius:25px;
  }
  #news > div:first-of-type > p{
  position:absolute;top:60%;left:calc((100% - 302px) / 2);
  }
  .slidein{
    display:none;
  }
}
@media screen and (max-width:679px) {
  #main::before{
  background-size:100% auto,50px auto;
  }
  #main.btm{
  background:url('../images/sp/bg/bg_bottom_cloud.png'),url('../images/common/bg_bottom_re.webp'),url('../images/sp/bg/bg_top.jpg'),#000;
  background-repeat:no-repeat,repeat-x,no-repeat;
  background-position:bottom right,bottom right,top left;
  background-size:100% auto,50px auto,100% auto;
  background-attachment:scroll,scroll,scroll;
  }
}
.movie{
position:relative;margin-top:20px;
}
.movie_inner{
/*position:relative;width:100%;padding-top:56.25%;*/
position:absolute;width:90%;padding-top:50.625%;top:1.5%;left:5%;
}
.movie_inner iframe {
position:absolute;top:0;right:0;width:100%;height:100%;
}
.movie > img{
position:relative;
}
