@charset "utf-8";

#top-side-right {
    top: 15%;
  }
#play-icon, .play-icon {
    margin: auto;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(../img/top/play_icon.png) no-repeat;
    background-size: 50px;
}
/*-------------------------------

#sns

-------------------------------*/

.sns-list a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  border-radius: 30px;
  transition: all .4s ease;
  border: 1px solid #000;
}

.sns-list a:hover{
  border: 1px solid #fff;
  background: transparent;
}
.sns_icon img{
  width: 20px;
  margin-bottom: 5px;
  }
  #nav-twitter .sns_icon{
    position: relative;
  }
 #nav-twitter a {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-radius: 30px;
    transition: all .4s ease;
    border: 1px solid #000;
  }
  #nav-twitter .sns_icon img {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(0%, 50%);
    width: 18px;
    display: block;
    transition: 0.3s;
  }
  #nav-twitter a:hover img:nth-of-type(2) {
    opacity: 0;
  }
  