
.whatsnew {
  background: #c8bce3;
  padding: 24px 0 24px 32px;
}
.whatsnew_title {
  background: #444865;
  color: #FFF;
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 32px;
}
.whatsnew_link a {
  text-decoration: none;
}
.whatsnew_link a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1379px) {
  .menu_dt {
    display: none!important;
  }
  .menu_sns {
    position: absolute;
    right: 0;
    display: grid;
    top: 48px;
    ;
  }
  .menu_sns li {
      margin: 8px 0!important;
  }
}  
@media screen and (min-width: 1380px) {
  .menu_sns {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_footer {
    position: fixed;
    bottom: 40px;
    width: 100%;
  }
      
  .whatsnew {
    display: none;
  }

  .banner a {
    float: left;
    display: block;
  }

  .banner a:nth-child(1) {
    margin: 0 16px;
  }

  .banner a img {
    width: calc(50vw - 24px);
    display: block;
  }
  .menu_dt {
    display: none!important;
  }
  .menu_sns {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 844px) {

  .top_footer {
    position: fixed;
    bottom: 40px;
    width: 100%;
  }

  .whatsnew {
    margin: 8px 0;
    width: 400px;
  }

  .banner a {
    float: left;
    display: block;
  }

  .banner a:nth-child(1) {
    margin: 0 16px;
  }

  .banner a img {
    width: calc(50vw - 24px);
    display: block;
  }

}

@media screen and (min-width: 845px) {

  .top_footer {
    position: fixed;
    bottom: 40px;
    width: 100%;
  }

  .whatsnew {
    width: 400px;
    bottom: 0;
    position: absolute;
  }

  .banner {
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .banner a {
    display: block;
    margin: 16px 32px 0 0;
    transition-duration: 0.2s;
    animation-timing-function: ease-in-out;
  }

  .banner a:hover {
    padding-bottom: 8px;
    margin-top: 8px;
  }
  .banner a img {
    width: 380px;
    display: block;
  }
  
}



