@charset "UTF-8";
@media only screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  }
  .randing #wrapper {
    min-width: 960px;
  }
  .randing #contents .lvp-player {
    width: 930px !important;
    padding-top: 15px;
    height: 50px;
  }
  .sns .sns-btn li {
    display: inline-block;
    margin: 0 5px;
  }
  /* footer sitemap 削除 */
  #f-go2top{
    border-bottom: 1px solid #999;
  }
  #f-other{
    border: none;
    margin-top: -50px;
  }

}

@media only screen and (max-width: 767px) {
  .randing #header {
    padding-bottom: 0;
  }
  .title {
    text-align: center;
  }
  .lead {
    text-align: center;
    margin-bottom: 2rem;
  }
  ul {
    margin-bottom: 2rem;
  }
  li {
    text-align: center;
    margin-bottom: 2rem;
  }
  .randing #contents .lvp-player {
    width: 100%;
  }
  .sns .sns-btn {
    text-align: center;
  }
  .sns .sns-btn li {
    display: inline-block;
    margin: 0 5px;
  }
}
