@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Avenir', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  clearfix
*/
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*
  common
*/
.-fontColor-site {
  color: #e42e80 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

/* text-style */
.txtNote {
  font-size: 0.7142857143rem; /* 10px */
  color: #999;
}

.txtColorNote {
  color: #999;
}

.txtB {
  font-weight: bold;
}

/*
  KARASTA
  */
html {
  font-size: 14px;
}

body {
  line-height: 1.8;
  color: #333333;
}

a {
  text-decoration: none;
  color: #4a90e2;
}

header {
  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;
  padding: 8px;
}

.sns-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-btn .fb {
  margin: 0 10px;
}

.main-vd {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#77253d),
    color-stop(49%, #77253d),
    color-stop(50%, #7d593f),
    to(#7d593f)
  );
  background: -webkit-linear-gradient(
    left,
    #77253d 0%,
    #77253d 49%,
    #7d593f 50%,
    #7d593f 100%
  );
  background: -o-linear-gradient(
    left,
    #77253d 0%,
    #77253d 49%,
    #7d593f 50%,
    #7d593f 100%
  );
  background: linear-gradient(
    to right,
    #77253d 0%,
    #77253d 49%,
    #7d593f 50%,
    #7d593f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  font-size: 0;
}

.main-vd .item {
  max-width: 600px;
}

.top-info {
  margin-top: 10px;
  padding: 8px;
  text-align: center;
}

.top-info > .info {
  font-size: 0.8571428571rem;
}

.entry-btn {
  display: block;
  background-color: #e42e80;
  border-radius: 3px;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.entry-btn .note {
  font-size: 0.8571428571rem;
}

.tab-nav > .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 55px;
}

.tab-nav .item {
  border-bottom: 2px solid #999;
  width: 100%;
  text-align: center;
}

.tab-nav a {
  display: block;
  color: #999;
}

.tab-nav .item.-current {
  border-color: #e42e80;
}

.tab-nav .item.-current > a {
  color: #e42e80;
}

.list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  color: #999999;
  margin-top: 20px;
}

.list-info > .entry {
  margin-left: 8px;
}

.list-info > .area {
  text-align: right;
  margin: 4px 8px 0 0;
  font-size: 0.7142857143rem;
}

.indent-list {
}

.indent-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.pager-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 8px;
  width: 300px;
  margin: 20px auto;
}

.pager-detail > li {
  text-align: center;
}

.pager-detail a {
  display: block;
  padding: 8px 0;
  width: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.pager-detail span {
  display: block;
  padding: 8px 0;
  width: 40px;
  border: 1px solid #eee;
  background-color: #9b9b9b;
  border-radius: 4px;
  color: #fff;
}

footer {
  background-color: #1e1e1e;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 0.7857142857rem;
}

footer a {
  display: block;
  color: #fff;
  line-height: 1.7;
}

footer a:hover {
  text-decoration: underline solid;
}

/*
  ranking
*/
.rank-list .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.rank-list-item {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}

.rank-list .rank {
  text-align: center;
  width: 50px;
  position: relative;
  line-height: 1em;
}

.rank-list .rank.-top {
  font-weight: bold;
}

.rank-list .rank.-top:before {
  content: '';
  display: inline-flex;
  width: 15px;
  height: 15px;
}

.rank-list .rank.-one {
  color: #bcb248;
  flex-basis: 13%;
}

.rank-list .rank.-one:before {
  background: url(../images/rank1.png) no-repeat;
  background-size: 15px 15px;
}

.rank-list .rank.-two {
  color: #9b9b9b;
  flex-basis: 13%;
}

.rank-list .rank.-two:before {
  background: url(../images/rank2.png) no-repeat;
  background-size: 15px 15px;
}

.rank-list .rank.-three {
  color: #ba6c43;
  flex-basis: 13%;
}

.rank-list .rank.-three:before {
  background: url(../images/rank3.png) no-repeat;
  background-size: 15px 15px;
}

.rank-list .rank.-gte4 {
  flex-basis: 13%;
}

.rank-list .rank.-gte4:before {
  content: none;
}

.rank-list .profImg {
  text-align: center;
  font-size: 0;
  flex-basis: 5%;
}

.rank-list .profImg > img {
  clip-path: circle(25px);
  -webkit-clip-path: circle(25px);
  object-fit: cover;
}

.rank-list .info {
  color: #999;
  flex-basis: 33%;
  overflow: hidden;
  max-height: 2.9em;
  line-height: 1.2em;
}

.rank-list .userName {
  text-overflow: ellipsis;
  color: #333333;
}

.rank-list .points {
  flex-basis: 20%;
  text-align: right;
  line-height: 1em;
}

.rank-list .points .points-content {
  word-break: keep-all;
}

.rank-list .music {
  font-size: 0.7142857143rem;
  color: #999;
}

.rank-list .parent:after {
  content: '';
  display: block;
  background: url(../images/link.png) no-repeat;
  width: 20px;
  height: 15px;
  background-size: 10px 15px;
}

/*
  music
*/
.list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.music-list > li {
  position: relative;
  padding: 8px 30px 8px 0;
  border-bottom: 1px solid #eee;
}

.music-list .photo {
  border-radius: 4px;
  margin: 0 8px;
}

.music-list > li:after {
  content: '';
  display: block;
  background: url(../images/link.png) no-repeat;
  width: 10px;
  height: 15px;
  background-size: 10px 15px;
  position: absolute;
  top: 30px;
  right: 10px;
}

/*
  detail
*/
.detail-sec {
  padding: 8px;
}

.detail-sec h2 {
  font-weight: bold;
  color: #e17fab;
  margin-top: 8px;
}

.detail-sec h2:first-child {
  margin-top: 0;
}

.detail-sec p {
  font-size: 0.8571428571rem;
}

.detail-sec .indent-list {
  font-size: 0.8571428571rem;
}

.contest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
}

.contest-list .item1 {
  width: 100px;
}

.contest-list .item2 {
  width: 100px;
}

.contest-list .item3 {
  width: 100px;
}

/*
  レスポンシブ
*/
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .tw.sp {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .pc {
    display: block !important;
  }

  /*
      ranking
    */
  .rank-list .rank.-top:after {
    position: absolute;
    top: 10px;
    left: -15px;
  }

  .rank-list .rank {
    margin-left: 20px;
  }

  .rank-list .profImg > img {
    width: 60px;
    height: 60px;
  }

  /*
      detail
    */
  .contest-list {
    width: 350px;
  }

  .contest-list .item1 {
    width: 150px;
  }

  .detail-sec p,
  .detail-sec dl,
  .detail-sec ul {
    padding: 0 8px;
  }

  /*
      common
    */
  .content {
    width: 1000px;
    margin: 0 auto;
  }

  header .logo {
    width: 190px;
    height: 34px;
  }

  .pager-detail {
    width: 750px;
  }

  .pager-detail a,
  .pager-detail span {
    width: 80px;
  }

  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    margin: 0 auto;
  }

  .footer-list .item {
    margin: 0 5px;
    text-align: center;
  }
}

/* 別途追加 */
.txtLarge {
  font-size: 1.2rem;
}

.footer-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
