@charset "UTF-8";
/* ===================================================================
ライブファンズ大賞2019 CSS
=================================================================== */
html {
  font-size: 10px;
  background-color: #101343;
  scroll-behavior: auto;
}

body {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

a {
  color: #41b5ff;
}

/* -----------------
lf-header
-------------------*/
.lf-header {
  background-color: #000;
}

.lf-header .uk-icon-button {
  color: #fff;
}

.lf-header .lf-twitter {
  background-color: #41b5ff;
}

.lf-header .lf-fb {
  background-color: #3b5998;
}

.lf-header .lf-line {
  background-color: #00b900;
  font-size: 20px;
}

/* -----------------
topimage
-------------------*/
.lf-topimage {
  background: url(/img/images/campaign/awards/2019/background-sp.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  text-align: center;
}

.lf-topimage.is-short {
  padding: 30px 0;
  background-position: center top;
}

.lf-topimage.is-short h1, .lf-topimage.is-short .lf-logo {
  margin-bottom: 0;
}

.lf-topimage.is-short h1 img, .lf-topimage.is-short .lf-logo img {
  width: 90%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .lf-topimage.is-short {
    padding: 30px 0;
    background-image: url(/img/images/campaign/awards/2019/topimage-pc-short.jpg);
    background-size: cover;
    background-position: 50%;
  }
  .lf-topimage.is-short h1 img, .lf-topimage.is-short .lf-logo img {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .lf-topimage {
    background: #000 url(/img/images/campaign/awards/2019/topimage-pc.jpg) no-repeat center;
    background-size: 100%;
  }
  .lf-topimage > p, .lf-comment-wrap .uk-padding > p {
    margin-left: auto;
    margin-right: auto;
  }
  .lf-topimage > p.button-set, .lf-comment-wrap .uk-padding > p.button-set {
    max-width: 480px;
  }
}

.lf-update {
  width: 80px;
  display: inline-block;
  background-color: #efe006;
  border-radius: 50%;
  padding: 2rem 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #bd0000;
}

.lf-bestcomment {
  margin: 3px 0;
  background: #a10000;
  background: -webkit-gradient(linear, left top, left bottom, from(#a10000), to(#cc0000));
  background: linear-gradient(to bottom, #a10000 0%, #cc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10000', endColorstr='#cc0000',GradientType=0 );
}

.lf-bestcomment > a {
  display: block;
  position: relative;
}

.lf-bestcomment > a:hover {
  text-decoration: none;
}

.lf-bestcomment > a:after {
  color: #d5bf71;
  position: absolute;
  right: 10px;
  top: 15%;
  font-size: 3rem;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  .lf-bestcomment > a {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lf-bestcomment h2 {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffff4a;
  background-color: #740d0d;
}

.lf-bestcomment .lf-username {
  margin: 8px 0;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
}

.lf-bestcomment .lf-username span {
  font-weight: normal;
  font-size: 1.4rem;
}
.lf-box.lf-rank1 h3.lf-username span {
  font-size: 20px;
}

.lf-bestcomment .lf-livename,
.lf-bestcomment .lf-artistname {
  margin: 0;
  color: #d5bf71;
  font-weight: bold;
  font-size: 1.4rem;
}

.lf-bestcomment .lf-comment-short {
  border-top: 1px solid #580000;
  margin: 10px 0 0;
  padding: 10px 0 0;
}

.lf-bestcomment .lf-comment-short p {
  margin-bottom: 0;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lf-h2 img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: auto;
}

.lf-tokuten {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 14px;
  border: 4px solid #868923;
}

.lf-tokuten > div {
  margin: 0 8px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.lf-tokuten .ttl {
  display: block;
  color: #d0d370;
  font-size: 16px;
  font-weight: 700;
}

.lf-tokuten .tani {
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
}

.lf-pagenav {
  background: #e30000;
  background: -webkit-gradient(linear, left top, left bottom, from(#e30000), to(#b50000));
  background: linear-gradient(to bottom, #e30000 0%, #b50000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e30000', endColorstr='#b50000',GradientType=0 );
  border-top: 4px solid #0c1023;
  border-bottom: 4px solid #0c1023;
}

.lf-pagenav .uk-flex > div {
  width: calc(100% / 4);
}

.lf-pagenav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  height: 90px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 0 -1px 0 #361212;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #a61212;
}

.lf-pagenav a:hover {
  text-decoration: none;
  opacity: .6;
}

.lf-pagenav a:first-child {
  border-left: 2px solid #a61212;
}

.lf-pagenav a span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 12px;
}

/* -----------------
lf-post-taisho
-------------------*/
.bg-blue {
  background: #121445 url(/img/images/campaign/awards/2019/blbag.jpg) no-repeat center top;
}

.lf-post-taisho h3 {
  color: #f0df6c;
  font-size: 30px;
}

.lf-post-taisho h4 {
  font-size: 18px;
}

.lf-post-taisho .lf-comment-box {
  background-color: #303265;
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
}

.is-bumon .lf-box .lf-comment-box {
  position: relative;
  background-color: #730101;
  padding: 20px;
  margin: 30px 0 0;
  border-radius: 10px;
}
.is-bumon .lf-box .lf-comment-box .staff-comment-title {
  position: absolute;
  font-size: 12px;
  background-color: #5f0706;
  color: #f0df6c;
  font-weight: 700;
  border-radius: 5px;
  top: -10px;
  left: 10px;
  padding: 2px 10px;
}

/* -----------------
lf-taisho
-------------------*/
.lf-desc {
  max-width: 830px;
  margin: 0 auto 30px;
}

.lf-originalrank .uk-flex,
.lf-taisho .uk-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lf-originalrank .uk-flex .uk-width-1-2,
.lf-taisho .uk-flex .uk-width-1-2 {
  width: 49%;
}

.lf-originalrank .lf-box {
  position: relative;
}
.lf-originalrank .lf-box .btn-more {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.lf-originalrank .lf-box,
.lf-taisho .lf-box {
  margin-bottom: 24px;
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
  border: 4px solid #ccaf4c;
  background-color: #8f1402;
}

.lf-originalrank .lf-box.lf-rank1 h3,
.lf-taisho .lf-box.lf-rank1 h3 {
  font-size: 30px;
}

.lf-originalrank .lf-box.lf-rank1 .uk-overflow-hidden,
.lf-taisho .lf-box.lf-rank1 .uk-overflow-hidden {
  padding-top: 20px;
}

.lf-originalrank .lf-box table {
  padding: 0;
  border-spacing: 5px 10px;
  width: 100%;
}
.lf-originalrank .lf-box table tr {
  width: 100%;
}
.lf-originalrank .lf-box table td {
  margin-bottom:0.5rem;
}
.lf-originalrank .lf-box table td.lf-rank {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  padding: 4px;
  width: 20px;
  margin: 5px auto;
}
.lf-originalrank .lf-box table tr.ranking-top td.lf-rank {
  padding: 0;
  border: none;
  margin-bottom: 4px;
  line-height: 25px;
  width: 50px;
}

.lf-originalrank .lf-box table td.rank-data {
  margin: 0 10px;
  min-width: calc(100% - 50px - 40px - 40px);
}
.lf-originalrank .lf-box table td.rank-data p {
  font-size: 12px;
}
.lf-originalrank .lf-box table tr td.rank-data h3 {
  #font-size: 14px;
}
.lf-originalrank .lf-box table tr.ranking-top td.rank-data h3 {
  font-size: 18px;
}
.lf-originalrank .lf-box table td.subdata {
  width:40px;
  text-align:right;
  font-weight: normal;
  font-size: 1.3rem;
  margin-left: 0.2em;
}
.lf-originalrank .lf-box table td.subdata.single {
  width:50px;
  font-size:16px;
}
.lf-originalrank .lf-box table td.subdata span {
  display: block;
  margin-top: -0.5em;
  font-size: 1.1rem;
  font-weight: normal;
  color: #DDD;
}

.lf-originalrank .lf-box h3,
.lf-taisho .lf-box h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}

.lf-originalrank .lf-box h3 a,
.lf-taisho .lf-box h3 a {
  text-decoration: underline;
  color: #f0df6c;
}

.lf-originalrank .lf-box h3 a:hover,
.lf-taisho .lf-box h3 a:hover {
  text-decoration: none;
}

.lf-originalrank .lf-box p,
.lf-taisho .lf-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.lf-originalrank .lf-box p a,
.lf-taisho .lf-box p a {
  text-decoration: underline;
  color: #fff;
}

.lf-originalrank .lf-box p a:hover,
.lf-taisho .lf-box p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .lf-originalrank .uk-flex {
    padding: 0 150px;
  }
  
  .lf-originalrank .lf-box table td.subdata,
  .lf-originalrank .lf-box table td.subdata.single {
    font-size: 2rem;
    margin-left: 1em;
    width:70px;
  }
  .lf-originalrank .lf-box table td.subdata span {
    font-size: 1.2rem;
    font-weight: normal;
  }
}

.lf-box.lf-rank1 h3 {
  font-size: 30px;
}

.lf-box.lf-rank1 .uk-overflow-hidden {
  padding-top: 20px;
}

.lf-box .uk-button {
  font-size:1.2rem;
}
@media screen and (min-width: 769px) {
  .lf-box .uk-button {
    font-size:1.6rem;
  }
}

.lf-box h3 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #f0df6c;
}

.lf-box h3 a {
  text-decoration: underline;
  color: #f0df6c;
}

.lf-box h3 a:hover {
  text-decoration: none;
}

.lf-box h4 {
  margin: 0 0 0;
  font-size: 16px;
  font-weight: normal;
  color: #f0df6c;
}

.lf-box h4 a {
  text-decoration: underline;
  color: #f0df6c;
}

.lf-box h4 a:hover {
  text-decoration: none;
}

.lf-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.lf-box ul.count {
  float:left;
  display: flex;
  list-style: none;
  padding: 0;
}
.lf-box ul.count li {
  font-size:12px;
    margin: 0 1rem;
}
.lf-box ul.count li strong {
  font-size:15px;
}


.lf-box p a {
  text-decoration: underline;
  color: #fff;
}

.lf-box p a:hover {
  text-decoration: none;
}

.bg-red {
  background: #730101 url(/img/images/campaign/awards/2019/redbag.jpg) no-repeat center top;
  background-size: 100% auto;
}

/* -----------------
ranking
-------------------*/
.lf-ranking {
  background: #101343 url(/img/images/campaign/awards/2019/bg-blue-sp.jpg) no-repeat top center;
}

.lf-ranking .desc {
  color: #b6af62;
  font-size: 1.2rem;
  text-align: center;
}

.lf-ranking .summary-end, .lf-comment-wrap .summary-end {
  text-align: center;
  margin: 8rem 0;
}
.lf-ranking .summary-end .desc, .lf-comment-wrap .summary-end .desc {
  color: #FFF;
}
.lf-ranking .summary-end strong, .lf-comment-wrap .summary-end strong {
  color: #b6af62;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .lf-ranking .summary-end .desc, .lf-comment-wrap .summary-end .desc {
    font-size: 1.6rem;
  }
}
.lf-ranking .lf-tab {
  margin: 0;
}

.lf-ranking .lf-tab > * {
  padding-left: 0;
}

.lf-ranking .lf-tab li a {
  display: block;
  padding: 1rem 0;
  margin: 0 4px;
  border: 1px solid #424661;
  color: #7d7d7d;
  font-size: 1.6rem;
}

.lf-ranking .lf-tab li a span {
  position: absolute;
  right: 8px;
  top: 14px;
}

.lf-ranking .lf-tab li.uk-active a {
  background-color: #1f2356;
  color: #fff;
  border: 1px solid transparent;
  font-weight: bold;
}

.lf-ranking .lf-tab li.uk-active a span {
  display: none;
}

.lf-ranking .lf-tab::before {
  display: none;
}

.lf-ranking .lf-contents {
  background-color: #1f2356;
}

.lf-ranking.is-taisho {
  background: #730101 url(/img/images/campaign/awards/2019/redbag.jpg) no-repeat center top;
  padding-bottom: 100px;
}

.lf-ranking.is-taisho .is-h1 {
  border-bottom: 14px solid #feed02;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
}

.lf-ranking.is-taisho .lf-ranking-list {
  background-color: transparent;
}

.lf-ranking.is-taisho .lf-ranking-list li {
  border-bottom: none;
  margin-bottom: 20px;
  background-color: #8f1402;
  border-radius: 10px;
}

.lf-ranking.is-taisho .lf-ranking-list li .lf-rank {
  border: 2px solid #f0df6c;
  margin: 4px auto 0;
  padding: 4px;
  color: #f0df6c;
  font-size: 24px;
  font-weight: 700;
}

.lf-ranking.is-taisho .lf-ranking-list li.is-highrank {
  border: 4px solid #ccaf4c;
}

.lf-ranking.is-taisho .lf-ranking-list li.is-highrank .lf-artistname {
  margin-top: 10px;
}

.lf-ranking.is-taisho .lf-ranking-list li .lf-artistname {
  font-size: 18px;
  color: #f0df6c;
}

.lf-ranking.is-taisho .lf-ranking-list li .lf-livename {
  color: #fff;
}

.lf-ranking-list {
  background-color: #1f2356;
  margin-bottom: 0;
}

.lf-ranking-list li {
  border-bottom: 4px solid #101343;
  margin-bottom: 0;
}

.lf-ranking-list li .uk-width-expand > a {
  display: block;
}

.lf-ranking-list li .uk-width-expand > a:hover, .lf-ranking-list li .uk-width-expand > a:active {
  opacity: .6;
  text-decoration: none;
}

.lf-ranking-list .lf-rank-wrap {
  margin-right: 20px;
}

.lf-ranking-list .lf-artistname {
  color: #fff;
}

.lf-ranking .ranking-updatetime {
  font-size: 1.4rem;
  font-weight: bold;
}


.lf-ranking-list .lf-rank {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
}

.lf-ranking-list .btn-yellow {
  padding: 0 20px;
}

.lf-ranking .lf-ranking-blank {
  padding: 5rem;
  text-align:center;
}


/* column */
.lf-column {
  background: #101343 url(/img/images/campaign/awards/2019/bg-blue-sp.jpg) no-repeat top center;
  margin: 2rem auto;
}

.lf-column .desc {
  color: #b6af62;
  font-size: 1.2rem;
  text-align: center;
}

.lf-column h2 {
  width:100%;
  height:auto;
}
.lf-column .column-list {
  width:100%;
}
.whiteBack { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }
.midBox { clear:both; margin:0 0 5px; padding:10px; width:auto; overflow:hidden; position:relative; border-bottom:1px solid #CCC; }
.midBox > a:first-child { display:block; width:auto; float:left; }
.midBox a.listImage { display:block; width:auto; float:left; }
.midBox a:hover img { opacity:0.7; }
.midBox h3, .midBox address { margin:0 110px 3px 0; font-weight:bold; line-height:1.25; width:445px; float:right; }
.midBox h3, .midBox h3. { margin:0 0 6px 320px; width:100%; }
.midBox h3.artistName, .midBox p.date { margin-bottom:6px; width:100%; margin:1rem 0;}
.midBox a { color:#b6af62; }
.midBox p { 
  float:right;
  font-weight:normal;
  text-align:left;
  width:100%;
  line-height:1.25;
  margin:0.5rem 0;
  font-size:93%;
}

@media screen and (min-width: 769px) {
  .lf-column {
    width: 800px;
    margin: 8rem auto;
  }
  .midBox h3.artistName, .midBox p.date { margin-bottom:6px; width:385px; margin:0 0 0 0;}
  .midBox p { width:385px; }
  .midBox a.listImage { margin-right:0.5rem; }
}



.lf-username,
.lf-artistname {
  margin: 0;
  font-weight: bold;
}

.lf-username {
  margin: 0;
  color: #d0be71;
  font-size: 1.4rem;
}

.lf-livename {
  margin: 0;
  color: #ccc;
  font-size: 1.4rem;
}

.lf-link i {
  margin-right: 4px;
}

@media screen and (min-width: 769px) {
  .lf-ranking > .uk-flex {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .uk-switcher > :not(.uk-active),
  .uk-switcher > div {
    width: 100%;
#    width: 49%;
#    display: block !important;
  }
  .uk-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .uk-child-width-expand > :not([class*=uk-width]) {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .lf-ranking .lf-tab li {
    width: 49%;
  }
  .lf-ranking .lf-tab li.uk-active {
    margin-bottom: 3px;
  }
  .lf-ranking .lf-tab li a,
  .lf-ranking .lf-tab li.uk-active a {
    margin: 0;
  }
#  .lf-ranking .lf-tab li a {
#    color: #fff;
#    font-weight: bold;
#    background-color: #1f2356;
#    border: none;
#    cursor: default;
#  }
  .lf-ranking .lf-tab li a span,
  .uk-switcher>:not(.uk-active) {
    display: none;
  }
  
  .lf-ranking .lf-contents {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* -----------------
comment
-------------------*/
.lf-artist-data-wrap {
  position: relative;
  background: url(/img/images/campaign/awards/2019/bg-blue-sp.jpg) no-repeat top center;
}

.lf-artist-data-wrap .lf-artistname .nowrank, .lf-artist-data-wrap .lf-artistname .fixrank {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  background-color: #bd0000;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  min-width:80px;
  text-align:center;
}

.lf-artist-data-wrap .lf-artistname .nowrank::before {
  display: inline-block;
  content: "現在の順位";
  vertical-align: middle;
  margin-right: 4px;
  font-weight: normal;
  font-size: 1.2rem;
}

.lf-artist-data-wrap .lf-artistname {
  font-size: 18px;
}

.lf-artist-data-wrap .lf-rankcup {
  margin-right: 10px;
}

.lf-artist-data-wrap .lf-rankcup img {
  width: auto;
  height: 100px;
}

@media screen and (max-width: 640px) {
  .lf-artist-data-wrap .lf-artistname.is-rankin {
    padding-right: 82px;
  }
  .lf-artist-data-wrap .lf-artistname a {
    #display: block;
    font-size: 18px;
    margin: 8px 0 20px;
  }
  .lf-artist-data-wrap .lf-rankcup {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .lf-artist-data-wrap .lf-rankcup img {
    width: 60px;
    height: auto;
  }
  
  .lf-ranking-list .btn-yellow {
    padding: 0 10px;
  }
  
}

@media screen and (min-width: 769px) {
  .lf-artist-data-wrap > .lf-artistname,
  .lf-artist-data-wrap > .uk-flex,
  .lf-artist-data-wrap > .uk-margin {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .lf-artist-data-wrap > .lf-artistname .btn-yellow,
  .lf-artist-data-wrap > .uk-flex .btn-yellow,
  .lf-artist-data-wrap > .uk-margin .btn-yellow {
    max-width: 30em;
    margin-left: auto;
    margin-right: auto;
  }
}

.lf-artist-data-wrap .lf-artistname a {
  color: #fff;
  text-decoration: underline;
}

.lf-artist-data-wrap .lf-livename a {
  font-size: 1.6rem;
  color: #ebe89b;
  text-decoration: underline;
}

.lf-artist-data-wrap .lf-date {
  font-size: 1.4rem;
  color: #cbcbcb;
}

.lf-comment-wrap {
  background: #700101 url(/img/images/campaign/awards/2019/bg-red-sp.jpg) no-repeat center top;
}

.lf-comment-wrap .desc {
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .lf-comment-wrap .desc {
    font-size: 1.6rem;
    text-align: center;
  }
}

.lf-comment-search {
  background-color: #202020;
  border-top: 1px solid #70642f;
  border-bottom: 1px solid #70642f;
}

.lf-comment-search label {
  color: #ccc;
  margin-right: 8px;
}

.lf-comment-search .lf-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lf-comment-search .lf-order .uk-width-auto span {
  display: inline-block;
  margin-right: 4px;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) {
  .lf-comment-search form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lf-share-box {
  max-width: 40em !important;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.lf-share-box > a {
  display: inline-block;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 8px;
  line-height: 30px;
  background-color: #ccc;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}

.lf-share-box .lf-twitter {
  background-color: #41b5ff;
}

.lf-share-box .lf-fb {
  background-color: #3b5998;
}

.lf-share-box .lf-line {
  background-color: #00b900;
}

.uk-input {
  border-radius: 4px;
}

.lf-comment-contents {
  background-color: #710100;
  border-bottom: 1px solid #70642f;
}

@media screen and (min-width: 769px) {
  .lf-comment-contents > .uk-margin,
  .lf-comment-contents .uk-flex, .lf-comment-contents .lf-comment-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.lf-comment-contents:nth-child(even), .lf-comment-contents.blank {
  background-color: #381717;
}

.lf-comment-contents.blank {
  text-align:center;
}

.lf-comment-contents > a {
  display: block;
}

.lf-comment-contents > a:hover {
  text-decoration: none;
  opacity: .6;
}

.lf-comment-contents.is-bestpost {
  position: relative;
  border-bottom: 10px solid #ffed00;
  border-top: 10px solid #ffed00;
  -webkit-box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 20px 10px rgba(0, 0, 0, 0.35);
}

.lf-comment-contents.is-bestpost::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: -10px;
  right: 20px;
  background: url(/img/images/campaign/awards/2019/icon-goodpost.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .lf-comment-contents.is-bestpost::after {
    right: calc(50% - 500px);
  }
}

.lf-comment-contents.is-comment-detail .lf-username {
  font-size: 1.8rem;
}

.lf-comment-contents .lf-artistname {
  color: #fff;
  font-size:1.4rem;
}
.lf-comment-contents .lf-livename {
  font-size:1.2rem;
}

.lf-comment-contents .desc {
  font-size: 1.2rem;
  color: #b4af66;
}

.lf-comment-contents .btn-yellow,
.lf-comment-contents .btn-gold {
  padding: 0 14px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .lf-comment-contents .btn-yellow,
  .lf-comment-contents .btn-gold {
    margin-left: 0px;
  }
}


.lf-fukidashi {
  position: relative;
  padding: 4px 10px;
  line-height: 1;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  color: #484848;
  background-color: #fff;
}

.lf-fukidashi:after, .lf-fukidashi:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}

.lf-fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  margin-top: -4px;
  border-left-color: #FFFFFF;
}

.lf-fukidashi:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-top: -5px;
  margin-left: 1px;
  border-left-color: #CCCCCC;
}

.lf-usericon {
  margin-right: 10px;
}

/* -----------------
pager
-------------------*/
.uk-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -10px;
}

.uk-pagination > * {
  padding-left: 10px;
}

.uk-pagination li {
  font-size: 1.8rem;
}

.uk-pagination li > a,
.uk-pagination li.uk-active span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: #a49451;
  border: 1px solid #a49451;
  text-align: center;
  background-color: #700101;
}

.uk-pagination li.uk-active > * {
  color: #700101;
  background-color: #a49451;
  font-weight: 700;
}

/* -----------------
button
-------------------*/
.btn-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

.btn-text > a {
  color: #fff;
}

.uk-button {
  padding: .8rem 3rem;
  color: #292929;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.25);
  text-transform: none;
}

.uk-button:disabled {
  background: #ccc;
}

.btn-yellow {
  background: #ffff82;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffff82), color-stop(51%, #efe013), color-stop(51%, #eada00), color-stop(51%, #e8d612), to(#fbdf93));
  background: linear-gradient(to bottom, #ffff82 0%, #efe013 51%, #eada00 51%, #e8d612 51%, #fbdf93 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff82', endColorstr='#fbdf93',GradientType=0 );
}

.btn-yellow:hover, .btn-yellow:active {
  color: #292929;
}

.btn-red {
  padding: 0 20px;
  border: 1px solid #d0be71;
  font-weight: normal;
  color: #ccb863;
  background: #700101;
}

.btn-red:hover, .btn-red:active {
  color: #ccb863;
}

.btn-yellow,
.btn-gold {
  background: #f7e598;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e598), to(#d0be71));
  background: linear-gradient(to bottom, #f7e598 0%, #d0be71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e598', endColorstr='#d0be71',GradientType=0 );
}

.btn-yellow:hover, .btn-yellow:active,
.btn-gold:hover,
.btn-gold:active {
  color: #2e2e2e;
}

.btn-yellow {
  background: #f0d16b;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0d16b), to(#e8bb23));
  background: linear-gradient(to bottom, #f0d16b 0%, #e8bb23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d16b', endColorstr='#e8bb23',GradientType=0 );
  border: 1px solid #ffeb65;
  border-radius: 10px;
}

.btn-yellow:hover {
  opacity: .8;
}

.btn-white {
  background: #f5f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f6), color-stop(21%, #dbdce2), color-stop(49%, #b8bac6), color-stop(80%, #dddfe3), to(#f5f6f6));
  background: linear-gradient(to bottom, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 );
  color: #333;
}

.btn-gray {
  background: #383838;
  color: #fff;
}

.btn-gray:hover, .btn-gray:active {
  color: #fff;
}

.btn-gray.uk-text-small {
  font-size: 1.4rem;
}

.btn-gray.btn-red {
  border-color: #888;
}

.uk-button-large {
  min-width: 400px;
  font-size: 21px;
}

/* -----------------
lf-form
-------------------*/
.lf-form .lf-comment-contents {
  background-color: #2b0100;
}

.lf-form.is-thanks {
  background: #111244 url(/img/images/campaign/awards/2019/bg-blue-sp.jpg) no-repeat top center;
}

.lf-search-result .lf-artistname {
  font-weight: normal;
}

.lf-search-result .uk-width-auto .uk-icon {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
}

.lf-search-result .lf-date {
  font-size: 1.4rem;
  color: #888;
}

.lf-search-result .lf-livename {
  color: #fff;
  font-size: 1.6rem;
}

.uk-text-meta,
.uk-text-small {
  font-size: 1.4rem;
  line-height: 1.8;
}

.lf-back-red {
  background-color: #720614;
  border: 1px solid #b81624;
  color: #fff;
}

.lf-back-red .lf-artistname {
  color: #fff;
}

.lf-back-red .lf-livename {
  color: #fdec8d;
}

.lf-ttl-toggle {
  width: 100%;
  display: block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-top: 1px solid #510000;
  border-bottom: 1px solid #510000;
  font-size: 1.8rem;
  font-weight: bold;
  outline: none;
  text-align: left;
  color: #fff;
  background: #570100;
  background: -webkit-gradient(linear, left top, right top, from(#570100), color-stop(22%, #9b0000), color-stop(86%, #9b0000), to(#570100));
  background: linear-gradient(to right, #570100 0%, #9b0000 22%, #9b0000 86%, #570100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#570100', endColorstr='#570100',GradientType=1 );
  position: relative;
}

.lf-ttl-toggle i {
  position: absolute;
  right: 20px;
  top: 14px;
}

.lf-ttl-toggle.active i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.lf-attention {
  line-height: 1.8;
  font-size: 1.2rem;
  color: #b8b36f;
}

.lf-attention * {
  color: #b8b36f;
}

.lf-attention a {
  color: #41b5ff;
  text-decoration: underline;
}

.lf-footer {
  background-color: #000;
  color: #ccc;
  font-size: 1.1rem;
  padding-bottom: 130px;
}

/* -----------------
first-guide
-------------------*/
.bg-mask {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50px;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
}

#first-guide {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 60px;
}

#first-guide .lf-inner {
  max-width: 480px;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto;
  color: #484848;
}

@media all and (max-width: 480px) {
  #first-guide .lf-inner {
    margin: 10px;
  }
}

#first-guide .lf-ttl-red {
  color: #fff;
  background-color: #dc0b12;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  h1 {
    text-align: center;
  }
  .lf-ttl-toggle,
  .lf-comment-list .lf-comment-contents > .uk-margin {
    text-align: center;
  }
  .lf-comment-list .uk-padding-large {
    padding: 20px 70px;
  }
  .lf-tohyo {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .lf-artist-data-wrap h1.lf-artistname {
    text-align: left;
  }
}

.lf-bestlive .uk-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
}

.lf-bestlive .uk-card {
  border-radius: 10px;
  width: calc(25% - 20px);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.lf-bestlive .uk-card img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
}
.lf-bestlive .uk-card .thumb {
  position:relative;
  width:400px;
  height:200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


.lf-bestlive .uk-card a {
  display: block;
}

.lf-bestlive .uk-card a:hover {
  text-decoration: none;
  opacity: .6;
}

.lf-bestlive .uk-card span {
  color: #7f7f7f;
}

.lf-bestlive .uk-card .uk-card-body {
  padding: 10px;
}

.lf-bestlive .uk-card .uk-card-body span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #8e7e55;
}

.lf-bestlive .uk-card .uk-card-body h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.uk-modal-dialog {
  width: 80%;
  color: #333;
}

.uk-modal-dialog .lf-music h4 {
  color: #888;
  font-weight: normal;
  font-size: 16px;
}

.uk-modal-dialog .lf-music .head {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.uk-modal-dialog .lf-music .head p {
  margin: 0;
}

.uk-modal-dialog .lf-music .head a {
  color: #aa9653;
  text-decoration:underline;
}
.uk-modal-dialog .lf-music .head a:hover {
  text-decoration: none;
  opacity: .6;
}

.uk-modal-dialog .lf-music .head .artist {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.uk-modal-dialog .lf-music .head .date {
  font-size: 12px;
  color: #888;
}

.uk-modal-dialog .lf-music .head .livename {
  font-size: 16px;
  color: #aa9653;
}

.uk-modal-dialog .lf-userinfo {
  background-color: #f2f2f2;
  padding: 20px;
}

.uk-modal-dialog .lf-userinfo .company {
  color: #8e7e55;
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.uk-modal-dialog .lf-userinfo .name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.uk-modal-dialog .lf-userinfo .person-sns {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.uk-modal-dialog .lf-userinfo .person-sns li {
  display: inline-block;
  font-size: 30px;
  margin-right: 4px;
}

.lf-originalrank .btn-more {
  display: block;
  padding: 15px 0;
  margin: 0 -30px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #fff;
  text-align: center;
  background-color: #5f0706;
}

.lf-originalrank .btn-more:hover {
  text-decoration: none;
  opacity: .6;
}

.lf-originalrank .maishiro1, .lf-originalrank .maishiro2 {
  width: 100%;
  max-width: 728px;
  display: table;
  background-color: #fff;
  margin: 0 auto 30px;
  color: #333;
  text-align: left;
}

.lf-originalrank .maishiro1 > div, .lf-originalrank .maishiro2 > div {
  padding: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.lf-originalrank .maishiro1 p, .lf-originalrank .maishiro2 p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

.lf-originalrank .maishiro1 .uk-width-1-2, .lf-originalrank .maishiro2 .uk-width-1-2 {
  font-size: 16px;
  color: #fff;
  background-color: #d2185a;
  display: table-cell;
  vertical-align: middle;
}

.lf-originalrank .maishiro2 .uk-width-1-2 {
  background-color: #12a4ca;
}

.lf-originalrank .ttl-ranking {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #c32826;
  color: #FFF;
}

.lf-originalrank .ttl-ranking img {
  vertical-align: sub;
  margin-right: 10px;
}

.ttl-ranking p {
  display: inline-block;
  font-size: 18px;
  width:81%;
}

.lf-box h3.bumon-title {
  font-size:18px;
  color:#FFF;
  border-bottom: 2px solid #c32826;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1070px) {
  html {
    overflow-x: hidden;
  }
  .lf-topimage {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lf-tokuten {
    padding-left: 0;
    padding-right: 0;
  }
  .lf-desc,
  .lf-tokuten .ttl {
    font-size: 14px;
  }
  .lf-tokuten > div {
    font-size: 20px;
  }
  .lf-pagenav .uk-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .lf-pagenav .uk-flex > div {
    width: 50%;
    border-bottom: 2px solid #a61212;
  }
  .lf-pagenav .uk-flex > div:nth-child(1) a, .lf-pagenav .uk-flex > div:nth-child(3) a {
    border-right: 2px solid #a61212;
    border-left: none;
  }
  .lf-pagenav .uk-flex > div:nth-child(2) a, .lf-pagenav .uk-flex > div:nth-child(4) a {
    border-right: none;
    border-left: 2px solid #a61212;
  }
  .lf-pagenav .uk-flex > div a {
    font-size: 17px;
  }
  .lf-taisho.is-bumon .lf-box .uk-float-left {
    margin-top: -20px;
    max-width: 70px;
  }
  .lf-taisho.is-bumon .lf-box .uk-overflow-hidden {
    overflow: initial;
  }
  h3.bumon-title {
    min-height: 50px;
  }
  .lf-taisho.is-bumon .lf-box .uk-overflow-hidden p {
    clear: both;
    font-size: 14px;
  }
  .uk-modal-dialog .uk-flex {
    display: block;
  }
  .uk-modal-dialog .uk-flex .lf-music {
    width: auto;
  }
  .uk-modal-dialog .lf-userinfo {
    width: auto;
    margin-bottom: 30px;
  }
  .uk-modal-dialog .lf-userinfo .thumb {
    text-align: center;
  }
  .lf-bestlive .uk-card .uk-card-body h3 {
    font-size: 16px;
  }
  .lf-bestlive .uk-card .thumb {
    height:150px;
  }
  .lf-comment-contents .lf-cupicon img {
    width: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lf-originalrank .lf-box.lf-rank1 .uk-overflow-hidden, .lf-taisho .lf-box.lf-rank1 .uk-overflow-hidden {
    padding-top: 8px;
  }
  .lf-post-taisho .lf-box h3,
  .lf-originalrank .lf-box.lf-rank1 h3, .lf-taisho.is-bumon .lf-box.lf-rank1 h3 {
    font-size: 24px;
  }
  .lf-originalrank .lf-box {
    padding: 5px 5px 30px 5px;
  }
  .lf-taisho .lf-box, .lf-originalrank .lf-box .ttl-ranking {
    padding: 10px;
  }
  .lf-originalrank .lf-box .uk-float-left, .lf-taisho .lf-box .uk-float-left {
    max-width: 100px;
  }
  .lf-taisho.is-bumon .lf-box .uk-float-left {
    margin-top: -5px;
    max-width: 50px;
  }
  .uk-button-large {
    min-width: initial;
  }
  .lf-post-taisho .lf-box p,
  .lf-taisho .lf-box p {
    font-size: 14px;
    clear: both;
    margin-top: 10px;
  }
  .ttl-ranking p {
    font-size: 18px;
    width:81%;
  }
  .lf-taisho .lf-box p {
    clear: both;
  }
  h3 {
    margin-top: 20px;
  }
  .lf-bestlive .uk-card {
    width: calc( 50% - 10px);
  }
  .lf-box h3.bumon-title {
    display: table-cell;
    height: 44px;
    vertical-align: middle;
  }
  .lf-taisho.is-bumon .lf-box h3 {
    margin: 10px 0 4px;
  }
  .lf-originalrank .uk-flex .uk-width-1-2, .lf-taisho .uk-flex .uk-width-1-2 {
    width: 100%;
  }
  .lf-originalrank .uk-flex .uk-width-1-2, .lf-originalrank .uk-flex .uk-width-1 {
    overflow: hidden;
  }
  .lf-originalrank .btn-more {
    margin: 0 -5px;
  }
  
  .lf-originalrank .maishiro1 .uk-width-1-2, .lf-originalrank .maishiro2 .uk-width-1-2 {
    width:100%;
    max-width:100%;
    display:block;
  }
  .lf-originalrank .lf-box h3,
  .lf-taisho .lf-box h3 {
    margin: 0 0 4px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 480px) {
  .lf-bestlive .uk-flex {
    margin-left: -10px;
    margin-right: -30px;
  }
  .lf-taisho#taisho .lf-box h3 {
    font-size: 20px;
    padding: 20px 0;
  }
  .lf-originalrank .lf-box.lf-rank1 h3, .lf-taisho.is-bumon .lf-box.lf-rank1 h3 {
    font-size: 18px;
  }
  .lf-post-taisho .lf-box h3, .lf-post-taisho .lf-box h4 {
    padding-left: 80px;
  }
  .lf-post-taisho .lf-box .uk-float-left,
  .lf-originalrank .lf-box .uk-float-left, .lf-taisho .lf-box .uk-float-left {
    max-width: 80px;
  }
  .lf-post-taisho .lf-box .uk-overflow-hidden,
  .lf-originalrank .lf-box .uk-overflow-hidden, .lf-taisho .lf-box .uk-overflow-hidden {
    overflow: initial;
  }
  .uk-button {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .lf-post-taisho img.uk-float-left {
    width: 60px;
  }
  .lf-post-taisho .lf-comment-box, .is-bumon .lf-box .lf-comment-box {
    font-size: 14px;
  }
  .lf-ranking.is-taisho .is-h1 {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom-width: 8px;
    margin-bottom: 20px;
  }
  .lf-ranking.is-taisho .uk-flex {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lf-ranking.is-taisho .uk-flex .lf-ranking-list li {
    padding: 10px;
  }
  .lf-ranking.is-taisho .uk-flex .lf-ranking-list li .uk-flex {
    padding-left: 0;
    padding-right: 0;
  }
  .lf-ranking.is-taisho .uk-flex .lf-ranking-list li .lf-rank-wrap {
    width: 80px;
    margin-right: 10px;
  }
  .uk-modal-dialog {
    width: 100%;
  }
  .lf-music {
    padding: 0 !important;
  }
  .lf-userinfo .thumb {
    margin-right: 0 !important;
    float: none;
    margin-bottom: 20px;
  }
  .ttl-ranking p {
    font-size: 18px;
    width:75%;
  }
}


.errormsg {
  font-weight: bold;
  margin: .2em;
  color: #dd3167;
}


/* DFP Banner */
div.adCenter { margin: 0 auto; }
.bannerBox { text-align: center; margin: 2em 0; }
.bannerBox img { display: block; margin: 0 auto; }
.bannerBox img { display: block; margin: 0 auto; }
.bannerBoxLeft { float: left; width: 50%}
.bannerBoxRight { float: right; width: 50% }
/* banner */
#bannerHead { clear: both; margin: 2em 0; }
#bannerContentTop { clear: both; margin: 2em 0 2em 0; }
#bannerContentMiddle, #bannerSideBottom, #bannerSideMiddle { clear: both; margin: 0 0 2em 0; }
#bannerContentBottom { clear: both; margin: 2em 0 0; }
#bannerSideTop { margin-bottom: 3em; }

.ad_bandsintown {
  padding: 0.5rem;
  background:#FFF;
}


/* -----------------
sns icon
-------------------*/
.sns {
	display: table-cell;
	width: 95%;
	text-align: right;
	margin: 0;
}
.sns li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.sns li a {
	display: block;
	overflow: hidden;
	width: 42px;
	height: 42px;
	background: url(/img/images/campaign/awards/2018/twitter.png) no-repeat center;
	vertical-align: middle;
	font-size: 1rem;
	color: transparent;
}
.sns .sns-icon2 a {
	background: url(/img/images/campaign/awards/2018/fb.png) no-repeat center;
}
.sns .sns-icon3 a {
	background: url(/img/images/campaign/awards/2018/line.png) no-repeat center;
}
.sns .sns-icon4 a {
	background: url(/img/images/campaign/awards/2018/hatena.png) no-repeat center;
}
@media only screen and (max-width: 480px) {
	.sns {
		width: 60%;
	}
	.sns li a,
	.sns .sns-icon2 a,
	.sns .sns-icon3 a,
	.sns .sns-icon4 a {
		width: 35px;
		height: 35px;
		background-size: contain;
	}
}

@media screen and (max-width: 320px) {
  .lf-taisho .uk-padding, .lf-artist-data-wrap.uk-padding {
    padding: 15px;
  }
  .uk-padding-small {
    padding: 10px;
  }
  .lf-desc, .lf-tokuten .ttl {
    font-size: 12px;
  }
  .lf-tokuten > div {
    font-size: 16px;
  }
  .lf-tokuten .tani {
    font-size: 12px;
  }
  .lf-pagenav .uk-flex > div a {
    font-size: 15px;
  }
  .lf-box ul.count li strong {
    font-size: 14px;
  }
  .uk-button {
    font-size: 1.5rem;
  }
  .lf-originalrank .lf-box table tr.ranking-top td.rank-data h3,
  .lf-originalrank .lf-box h3 {
    font-size: 15px;
  }
  .lf-taisho .lf-box, .lf-originalrank .lf-box .ttl-ranking {
    padding: 7px;
  }
  .lf-artist-data-wrap .lf-rankcup img {
    width: 50px;
  }
}


/*# sourceMappingURL=style.css.map */