body {
  background: #fff !important;
}

.lpWrap {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 64em) {
  .lpWrap {
    width: 100%;
  }
}

.headerBanner {
  background: #000;
  padding: 24px 0 24px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .headerBanner {
    padding-bottom: 0;
  }
}
.headerBanner ul {
  width: 700px;
  margin: 0 auto;
  display: inline;
}
@media (max-width: 37.5em) {
  .headerBanner ul {
    width: 100%;
  }
}
.headerBanner ul li {
  margin: 0 10px 0;
  display: inline-block;
  width: 330px;
}
@media (max-width: 37.5em) {
  .headerBanner ul li {
    width: 40%;
    margin: 0 2px 0;
  }
}
.headerBanner ul li img {
  width: 100%;
}
@media (max-width: 37.5em) {
  .headerBanner ul li img {
    width: 100%;
  }
}

.campaignBanner {
  background: #ED4694;
  padding: 24px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .campaignBanner {
    padding: 16px;
  }
}
.campaignBanner h3 {
  color: #f7f553;
  text-decoration: underline;
  font-size: 30px;
  margin-bottom: 16px;
}
@media (max-width: 37.5em) {
  .campaignBanner h3 {
    font-size: 18px;
  }
}
.campaignBanner .limitedMainText {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .campaignBanner .limitedMainText {
    font-size: 14px;
  }
}
.campaignBanner .limitedSubText {
  font-size: 14px;
  color: #fff;
}

.homeCatch {
  overflow: visible;
  position: relative;
  height: 930px;
  padding: 8px 0 0;
  background: #000 url("/img/public/head_bg_photo_pc.png") no-repeat top right;
  background-size: cover;
}
@media (max-width: 64em) {
  .homeCatch {
    width: 100%;
    height: 700px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch {
    overflow: hidden;
    height: 760px;
    background-image: none;
  }
}
.homeCatch .lpWrap {
  overflow: visible;
  position: relative;
  height: 640px;
  z-index: 999;
  margin-top: -100px;
}
@media (max-width: 64em) {
  .homeCatch .lpWrap {
    width: 580px;
    height: 600px;
    margin-top: 0;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .lpWrap {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.homeCatch .neon {
  position: absolute;
  width: 100%;
  height: 930px;
  top: 0;
  background: url("/img/public/bg_neon.gif");
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media (max-width: 64em) {
  .homeCatch .neon {
    height: 700px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .neon {
    background: none;
  }
}
.homeCatch .appName {
  position: relative;
  width: 480px;
  margin-top: 240px;
}
@media (max-width: 64em) {
  .homeCatch .appName {
    width: 280px;
    margin-top: 70px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .appName {
    float: none;
    width: 100%;
    margin: 50px auto 0;
  }
}
.homeCatch .appName .gotoApp {
  margin: 0;
}
@media (max-width: 37.5em) {
  .homeCatch .appName .gotoApp {
    display: none;
  }
}
@media (max-width: 64em) {
  .homeCatch .appName .gotoApp li {
    display: block;
    margin: 20px;
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .appName .gotoApp li {
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .appName h1 {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 64em) {
  .homeCatch .appName h1 img {
    width: 280px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .appName h1 img {
    width: 100%;
  }
}
.homeCatch .gotoFeed {
  position: absolute;
  top: 600px;
  left: 250px;
  text-align: center;
  margin: 16px auto;
  z-index: 9999;
}
@media (max-width: 64em) {
  .homeCatch .gotoFeed {
    width: 400px;
    top: 500px;
    left: 100px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .gotoFeed {
    position: absolute;
    top: 630px;
    left: 0;
    width: 100%;
  }
}
.homeCatch .gotoFeed a {
  display: block;
  width: 600px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  padding: 16px 32px;
  color: #fff;
  border: 1px solid #ED4694;
  border-radius: 4px;
}
@media (max-width: 64em) {
  .homeCatch .gotoFeed a {
    width: 400px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .gotoFeed a {
    width: 300px;
    font-size: 18px;
  }
}
.homeCatch .appShot {
  position: absolute;
  width: 681px;
  top: -100px;
  right: -260px;
}
@media (max-width: 64em) {
  .homeCatch .appShot {
    width: 500px;
    top: -10px;
    right: -200px;
  }
  .homeCatch .appShot img {
    width: 500px;
  }
}
@media (max-width: 37.5em) {
  .homeCatch .appShot {
    position: relative;
    width: auto;
    height: 600px;
    top: 0;
    right: 0;
    margin: 32px 0;
  }
  .homeCatch .appShot img {
    position: absolute;
    left: 70px;
    width: auto;
    height: 400px;
  }
}

.appStatus {
  position: relative;
  float: left;
  width: 500px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 64em) {
  .appStatus {
    float: none;
    width: 280px;
  }
}
@media (max-width: 37.5em) {
  .appStatus {
    float: none;
    position: absolute;
    top: 530px;
    width: 100%;
  }
}
@media (max-width: 64em) {
  .appStatus table {
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .appStatus table {
    width: 100%;
    margin-top: -16px;
  }
}
.appStatus table th {
  padding-right: 16px;
  font-weight: normal;
}
@media (max-width: 64em) {
  .appStatus table th {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.3em;
  }
}
.appStatus table td {
  color: #ED4694;
}
@media (max-width: 64em) {
  .appStatus table td {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3em;
  }
}
.appStatus table strong {
  font-size: 24px;
}
@media (max-width: 64em) {
  .appStatus table strong {
    font-size: 18px;
  }
}
.appStatus .gotoApp {
  display: none;
}
@media (max-width: 37.5em) {
  .appStatus .gotoApp {
    display: none;
  }
}

.about {
  padding: 64px;
}
@media (max-width: 37.5em) {
  .about {
    padding: 48px 16px;
  }
}
.about h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (max-width: 37.5em) {
  .about h1 {
    font-size: 18px;
  }
}
.about h1 span {
  color: #ED4694;
}
.about ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 37.5em) {
  .about ul {
    display: block;
  }
}
.about li {
  text-align: center;
}
@media (max-width: 37.5em) {
  .about li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.about li h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 3;
}
@media (max-width: 37.5em) {
  .about li h3 {
    font-size: 24px;
    line-height: 1;
    margin-top: 50px;
  }
}
.about li:nth-of-type(1) h3 {
  color: #33ABFF;
}
.about li:nth-of-type(2) h3 {
  color: #ED4694;
}
@media (max-width: 37.5em) {
  .about li:nth-of-type(3) {
    margin-top: 48px;
  }
}
.about li:nth-of-type(3) h3 {
  color: #F9E31B;
}
@media (max-width: 37.5em) {
  .about li img {
    width: 200px;
    height: 175px;
  }
}
@media (max-width: 37.5em) {
  .about li p {
    font-size: 10px;
  }
}

.at-jam .headCaption {
  position: relative;
  background: #fb94cd;
}
.at-jam .headCaption .innerBg {
  height: 700px;
  background: #fb94cd url("/img/public/at-jam_bg.png") top center no-repeat;
}
@media (max-width: 64em) {
  .at-jam .headCaption .innerBg {
    height: 550px;
    background-size: cover;
  }
}
@media (max-width: 37.5em) {
  .at-jam .headCaption .innerBg {
    height: 350px;
    background-size: cover;
  }
}
.at-jam .headCaption .tittleImg {
  width: 1000px;
  margin: 0 auto;
  padding-top: 134px;
}
@media (max-width: 64em) {
  .at-jam .headCaption .tittleImg {
    padding: 70px 16px 0;
    width: 100%;
    background-size: cover;
  }
}
.at-jam .headCaption .gotoAtJAM {
  text-align: center;
  margin: 16px auto;
}
.at-jam .headCaption .gotoAtJAM a {
  padding: 16px 32px;
  color: #ED4694;
  border: 1px solid #ED4694;
}
.at-jam .headCaption .gotoAtJAM a:hover {
  color: #fff;
  background: #ED4694;
}
.at-jam .headCaption .audience {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 200px;
  background: url("/img/public/at-jam_audience.png") bottom center no-repeat;
}
@media (max-width: 37.5em) {
  .at-jam .headCaption .audience {
    height: 100px;
    background-size: cover;
  }
}

.cheerRanking {
  position: relative;
}
.cheerRanking .PastLink {
  position: absolute;
  top: 8px;
}
.cheerRanking .PastLink span {
  padding: 0 8px;
}
.cheerRanking .PastLink.next {
  right: 0;
}
.cheerRanking .pageTitle {
  width: 50%;
}
.cheerRanking .item {
  position: relative;
  background: #f9f9f9;
  color: #ED4694;
}
@media (max-width: 37.5em) {
  .cheerRanking .item {
    color: #6c6c6c;
    background: #fff !important;
  }
}
.cheerRanking .item:nth-child(even) {
  background: #f3f3f3;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-child(even) {
    color: #fff;
  }
}
.cheerRanking .item:nth-of-type(1) {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(1) {
    color: #ED4694;
  }
}
.cheerRanking .item:nth-of-type(1) a {
  color: #fff;
  text-decoration: underline;
}
.cheerRanking .item:nth-of-type(1) h2.name {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(1) h2.name {
    color: #6c6c6c;
  }
}
.cheerRanking .item:nth-of-type(1) .userRanking {
  color: #fff;
}
.cheerRanking .item:nth-of-type(1) .userRanking h3 {
  border-bottom: 1px solid #fff;
}
.cheerRanking .item:nth-of-type(1) .arrowLink {
  display: block;
  display: inline;
}
.cheerRanking .item:nth-of-type(1) .arrowLink span {
  position: relative;
}
.cheerRanking .item:nth-of-type(1) .arrowLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(1) .arrowLink {
    display: block;
    display: inline;
  }
  .cheerRanking .item:nth-of-type(1) .arrowLink span {
    position: relative;
  }
  .cheerRanking .item:nth-of-type(1) .arrowLink span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid #ED4694;
    border-right: 4px solid #ED4694;
  }
}
.cheerRanking .item:nth-of-type(2) {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(2) {
    color: #ED4694;
  }
}
.cheerRanking .item:nth-of-type(2) a {
  color: #fff;
  text-decoration: underline;
}
.cheerRanking .item:nth-of-type(2) h2.name {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(2) h2.name {
    color: #6c6c6c;
  }
}
.cheerRanking .item:nth-of-type(2) .userRanking {
  color: #fff;
}
.cheerRanking .item:nth-of-type(2) .userRanking h3 {
  border-bottom: 1px solid #fff;
}
.cheerRanking .item:nth-of-type(2) .arrowLink {
  display: block;
  display: inline;
}
.cheerRanking .item:nth-of-type(2) .arrowLink span {
  position: relative;
}
.cheerRanking .item:nth-of-type(2) .arrowLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(2) .arrowLink {
    display: block;
    display: inline;
  }
  .cheerRanking .item:nth-of-type(2) .arrowLink span {
    position: relative;
  }
  .cheerRanking .item:nth-of-type(2) .arrowLink span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid #ED4694;
    border-right: 4px solid #ED4694;
  }
}
.cheerRanking .item:nth-of-type(3) {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(3) {
    color: #ED4694;
  }
}
.cheerRanking .item:nth-of-type(3) a {
  color: #fff;
  text-decoration: underline;
}
.cheerRanking .item:nth-of-type(3) h2.name {
  color: #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(3) h2.name {
    color: #6c6c6c;
  }
}
.cheerRanking .item:nth-of-type(3) .userRanking {
  color: #fff;
}
.cheerRanking .item:nth-of-type(3) .userRanking h3 {
  border-bottom: 1px solid #fff;
}
.cheerRanking .item:nth-of-type(3) .arrowLink {
  display: block;
  display: inline;
}
.cheerRanking .item:nth-of-type(3) .arrowLink span {
  position: relative;
}
.cheerRanking .item:nth-of-type(3) .arrowLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
@media (max-width: 37.5em) {
  .cheerRanking .item:nth-of-type(3) .arrowLink {
    display: block;
    display: inline;
  }
  .cheerRanking .item:nth-of-type(3) .arrowLink span {
    position: relative;
  }
  .cheerRanking .item:nth-of-type(3) .arrowLink span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid #ED4694;
    border-right: 4px solid #ED4694;
  }
}
.cheerRanking .item:nth-of-type(1) {
  background: #ED4694;
}
.cheerRanking .item:nth-of-type(2) {
  background: #6378e4;
}
.cheerRanking .item:nth-of-type(3) {
  background: #ffc438;
}
.cheerRanking .item .arrowLink {
  display: block;
  display: inline;
}
.cheerRanking .item .arrowLink span {
  position: relative;
}
.cheerRanking .item .arrowLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 14px;
  height: 14px;
  margin: -6px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 4px solid #ED4694;
  border-right: 4px solid #ED4694;
}
.cheerRanking .item a {
  color: #ED4694;
  text-decoration: underline;
}
@media (max-width: 37.5em) {
  .cheerRanking .item a {
    color: #6c6c6c !important;
  }
}
.cheerRanking .item .set {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 40px 0 40px 40px;
}
@media (max-width: 64em) {
  .cheerRanking .item .set {
    padding: 16px 0 16px 16px;
  }
}
@media (max-width: 37.5em) {
  .cheerRanking .item .set {
    display: block;
    padding: 32px 0 0;
  }
}
.cheerRanking .item .photo {
  margin-right: 40px;
  text-align: center;
}
@media (max-width: 64em) {
  .cheerRanking .item .photo {
    width: 180px;
    margin-right: 16px;
  }
}
@media (max-width: 37.5em) {
  .cheerRanking .item .photo {
    width: 100%;
    margin-right: 0;
  }
}
.cheerRanking .item .photo img {
  width: 270px;
}
@media (max-width: 64em) {
  .cheerRanking .item .photo img {
    width: 150px;
  }
}
@media (max-width: 37.5em) {
  .cheerRanking .item .photo img {
    width: 200px;
  }
}
.cheerRanking .item h2.name {
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .cheerRanking .item h2.name {
    color: #6c6c6c;
    text-align: center;
  }
  .cheerRanking .item h2.name .num {
    color: #ED4694;
  }
}
@media (max-width: 37.5em) {
  .cheerRanking .item .unitName {
    text-align: center;
  }
}
.cheerRanking .item .unitName a {
  text-decoration: underline;
}
.cheerRanking .item .cheerNum {
  margin-bottom: 16px;
  font-size: 12px;
}
@media (max-width: 37.5em) {
  .cheerRanking .item .cheerNum {
    text-align: center;
    color: #ED4694;
  }
}
.cheerRanking .item .cheerNum span {
  font-size: 24px;
}
.cheerRanking .item .userRanking {
  color: #6c6c6c;
}
@media (max-width: 37.5em) {
  .cheerRanking .item .userRanking {
    padding: 16px 32px;
    background: #F2F2F2;
    color: #6c6c6c !important;
    border-bottom: 3px solid silver;
    font-size: 12px;
  }
}
.cheerRanking .item .userRanking h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .cheerRanking .item .userRanking h3 {
    color: #ED4694;
    border-bottom: none !important;
  }
}
.cheerRanking .item ul.top5, .cheerRanking .item ul.back5 {
  display: inline-block;
  width: 300px;
}
@media (max-width: 64em) {
  .cheerRanking .item ul.top5, .cheerRanking .item ul.back5 {
    width: 250px;
  }
}
@media (max-width: 37.5em) {
  .cheerRanking .item ul.top5, .cheerRanking .item ul.back5 {
    display: block;
    width: auto;
  }
}
.cheerRanking .item ul.top5 li, .cheerRanking .item ul.back5 li {
  line-height: 1.6;
  font-weight: normal;
}
@media (max-width: 37.5em) {
  .cheerRanking .item ul.top5 li, .cheerRanking .item ul.back5 li {
    text-align: left !important;
  }
}

.movieRanking {
  background: #ddd;
  padding: 40px 0 !important;
}
@media (max-width: 64em) {
  .movieRanking {
    padding: 16px 0 !important;
  }
}
@media (max-width: 37.5em) {
  .movieRanking {
    padding: 16px 0 !important;
  }
}
.movieRanking .boxBody {
  display: inline-block;
  width: 31.3333%;
  margin: 0 8px 16px;
  vertical-align: bottom;
}
@media (max-width: 37.5em) {
  .movieRanking .boxBody {
    width: 97%;
  }
}

@media (max-width: 37.5em) {
  .eventDetail {
    margin-top: -8px;
  }
}
.eventDetail a {
  text-decoration: underline;
}
.eventDetail .bg-black h1,
.eventDetail .bg-white h1,
.eventDetail .bg-pink h1 {
  font-size: 36px;
  line-height: 1.6;
}
@media (max-width: 37.5em) {
  .eventDetail .bg-black h1,
  .eventDetail .bg-white h1,
  .eventDetail .bg-pink h1 {
    font-size: 18px;
    font-weight: bold;
  }
}
.eventDetail .bg-black h2,
.eventDetail .bg-white h2,
.eventDetail .bg-pink h2 {
  text-align: center;
  margin: 0 auto 48px !important;
}
@media (max-width: 64em) {
  .eventDetail .bg-black h2,
  .eventDetail .bg-white h2,
  .eventDetail .bg-pink h2 {
    margin: 0 auto 16px !important;
  }
}
.eventDetail .bg-black h1,
.eventDetail .bg-white h1 {
  color: #EF5EA0;
}
.eventDetail .bg-black h2,
.eventDetail .bg-white h2 {
  color: #EF5EA0;
}
.eventDetail .bg-black a,
.eventDetail .bg-white a {
  color: #EF5EA0;
}
.eventDetail .bg-black {
  background: #191919;
  color: #fff;
}
.eventDetail .bg-white {
  background: #fff;
}
.eventDetail .bg-pink {
  background: #EF5EA0;
  color: #fff;
}
.eventDetail .bg-pink a {
  color: #fff;
}
.eventDetail .bg-gray {
  background: #191919;
}
.eventDetail #top {
  padding-bottom: 48px !important;
  line-height: 1.6;
}
@media (max-width: 64em) {
  .eventDetail #top {
    padding-bottom: 24px !important;
  }
}
.eventDetail #top h1 {
  text-align: center;
}
.eventDetail #top .outline {
  text-align: center;
}
@media (max-width: 37.5em) {
  .eventDetail #top .outline {
    text-align: left;
  }
}
.eventDetail .featureimg {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 48px !important;
  padding: 48px 0 !important;
}
@media (max-width: 64em) {
  .eventDetail .featureimg {
    padding-bottom: 24px !important;
  }
}
@media (max-width: 64em) {
  .eventDetail .featureimg {
    padding: 8px 0 !important;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .featureimg {
    padding: 8px 0 !important;
  }
}
@media (max-width: 64em) {
  .eventDetail .featureimg {
    width: 100%;
  }
}
.eventDetail .inner {
  padding: 48px 0 !important;
}
@media (max-width: 64em) {
  .eventDetail .inner {
    padding: 24px 0 !important;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .inner {
    padding: 24px 0 !important;
  }
}
.eventDetail .outline {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .eventDetail .outline {
    width: auto;
    padding: 0 8px;
  }
}
.eventDetail .idolList {
  text-align: center;
}
.eventDetail .idolList li {
  display: inline-block;
  width: 25%;
  margin: 0 auto 24px !important;
}
@media (max-width: 64em) {
  .eventDetail .idolList li {
    margin: 0 auto 16px !important;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .idolList li {
    width: 44.44%;
    padding: 8px 0;
    line-height: 2rem;
    font-size: 12px;
    vertical-align: top;
  }
}
.eventDetail .idolList li a {
  color: #EF5EA0;
}
.eventDetail .step, .eventDetail .col1, .eventDetail .col2, .eventDetail .col3 {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 70em) {
  .eventDetail .step, .eventDetail .col1, .eventDetail .col2, .eventDetail .col3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 64em) {
  .eventDetail .step, .eventDetail .col1, .eventDetail .col2, .eventDetail .col3 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .step, .eventDetail .col1, .eventDetail .col2, .eventDetail .col3 {
    display: block !important;
  }
}
.eventDetail .step li {
  padding: 0 8px;
}
.eventDetail .step img {
  width: 100%;
}
@media (max-width: 37.5em) {
  .eventDetail .step dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.eventDetail .step dt {
  margin: 0 auto 32px !important;
  text-align: center;
}
@media (max-width: 64em) {
  .eventDetail .step dt {
    margin: 0 auto 16px !important;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .step dt {
    width: 40%;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .step dd {
    width: 60%;
    padding: 8px;
    font-size: 12px;
    vertical-align: middle;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .step h3 {
    margin-bottom: 8px !important;
    font-size: 18px;
    line-height: 1;
  }
}
.eventDetail .col1 li {
  padding: 0 8px;
}
.eventDetail .col1 dl, .eventDetail .col1 dt, .eventDetail .col1 dd {
  display: block !important;
}
@media (max-width: 37.5em) {
  .eventDetail .col1 dt, .eventDetail .col1 dd {
    text-align: center;
  }
}
.eventDetail .col1 dd {
  padding: 8px 0;
}
@media (max-width: 37.5em) {
  .eventDetail .col1 img {
    width: auto;
    height: auto;
  }
}
.eventDetail .col2 li, .eventDetail .col3 li {
  padding: 0 8px;
}
@media (max-width: 37.5em) {
  .eventDetail .col2 li, .eventDetail .col3 li {
    float: left;
    text-align: center;
  }
}
.eventDetail .col2 dl, .eventDetail .col2 dt, .eventDetail .col2 dd, .eventDetail .col3 dl, .eventDetail .col3 dt, .eventDetail .col3 dd {
  display: block !important;
}
.eventDetail .col2 dd, .eventDetail .col3 dd {
  padding: 8px 0;
}
.eventDetail .col2 img, .eventDetail .col3 img {
  width: 100%;
}
@media (max-width: 37.5em) {
  .eventDetail .col2 li {
    width: 45.444%;
  }
}
@media (max-width: 37.5em) {
  .eventDetail .col3 li {
    width: 28.777%;
  }
}
.eventDetail .row {
  padding-bottom: 40px !important;
  overflow: hidden;
}
@media (max-width: 64em) {
  .eventDetail .row {
    padding-bottom: 16px !important;
  }
}

.idols .subText {
  text-align: center;
  margin: 0 auto 40px !important;
}
@media (max-width: 64em) {
  .idols .subText {
    margin: 0 auto 16px !important;
  }
}
.idols .subText:last-child {
  margin: 0 auto 80px !important;
}
@media (max-width: 64em) {
  .idols .subText:last-child {
    margin: 0 auto 40px !important;
  }
}
.idols .list {
  text-align: center;
}
.idols .list li {
  display: inline-block;
  width: 33%;
  line-height: 4rem;
}
@media (max-width: 64em) {
  .idols .list li {
    width: 30%;
  }
}
@media (max-width: 37.5em) {
  .idols .list li {
    width: 44.44%;
    padding: 8px 0;
    line-height: 2rem;
    font-size: 12px;
    vertical-align: top;
  }
}
.idols .list li a {
  color: #ED4694;
}
@media (max-width: 64em) {
  .idols .movie {
    padding: 0 8px;
  }
}
.idols .movie .youtube-container {
  margin-bottom: 16px;
}

.book .headBgWrap {
  padding: 32px 0;
  background: #191919;
}
@media (max-width: 64em) {
  .book .headBgWrap {
    padding: 16px 0;
  }
}
.book.book01 .headBgWrap {
  background: url(/img/public/cheerz_book01/main_bg@pc.jpg) no-repeat top center;
  background-size: cover;
}
.book h1 {
  text-align: center;
  width: 463px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .book h1 {
    width: 100%;
  }
}
@media (max-width: 37.5em) {
  .book h1 {
    width: 63.576%;
  }
}
.book h2 {
  margin: 40px 0;
  font-size: 30px;
  color: #ED4694;
}
@media (max-width: 64em) {
  .book h2 {
    font-size: 24px;
    text-align: center;
  }
}
.book h3 {
  margin: 40px 0;
  font-size: 24px;
  color: #ED4694;
  text-align: center;
}
.book .catch {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 64em) {
  .book .catch {
    width: 95%;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 37.5em) {
  .book .catch {
    display: block;
  }
}
.book .mv-img {
  width: 384px;
  margin-right: 72px;
}
@media (max-width: 64em) {
  .book .mv-img {
    width: 45%;
    max-width: 350px;
    text-align: center;
    margin-right: 16px;
  }
}
@media (max-width: 37.5em) {
  .book .mv-img {
    width: 63.576%;
    margin: 0 auto 32px;
  }
}
.book .mv-img.vol4 {
  margin-top: 75px;
}
@media (max-width: 64em) {
  .book .mv-img.vol4 {
    margin-top: 0;
  }
}
.book .mv-img img {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.book .mv-txt {
  width: 500px;
  margin-top: 100px;
  color: #fff;
}
@media (max-width: 64em) {
  .book .mv-txt {
    width: 55%;
    max-width: 400px;
    margin-top: 0;
  }
}
@media (max-width: 37.5em) {
  .book .mv-txt {
    width: 100%;
    margin: 0 auto;
  }
}
.book .mv-txt.vol4 {
  margin-top: 0;
}
@media (max-width: 37.5em) {
  .book .mv-txt .note {
    padding: 0 16px;
  }
}
.book .mv-txt .note strong {
  color: #ED4694;
}
.book .mv-txt a {
  color: #ED4694 !important;
  cursor: pointer;
  display: inline;
}
.book .mv-txt a:hover {
  text-decoration: underline;
}
.book.book01 .mv-txt {
  color: #191919;
}
.book .status {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}
.book .status p {
  line-height: 2;
}
.book .lead {
  margin: 40px 0;
  color: #fff;
  font-size: 12px;
}
.book .youtube {
  clear: both;
  width: 560px;
  margin: 0 auto;
  padding: 35px 0;
}
@media (max-width: 37.5em) {
  .book .youtube {
    width: 300px;
  }
}
.book .youtube iframe {
  width: 560px;
  height: 320px;
}
@media (max-width: 37.5em) {
  .book .youtube iframe {
    width: 300px;
    height: 169px;
  }
}
.book .buy {
  padding: 48px 0;
  background: silver;
  text-align: center;
}
.book .buy p {
  margin-bottom: 30px;
}
.book .buy p.ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ED4694;
}

@media (max-width: 37.5em) {
  .book .buy {
    padding: 24px 0;
  }
}
.book .buy a {
  color: #3b3b3b;
  text-decoration: none;
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .book .buy a {
    font-size: 18px;
  }
}
.book .buy .btn-default:hover {
  background: #fff;
}
.book .present {
  padding: 48px 0;
  text-align: center;
}
@media (max-width: 64em) {
  .book .present {
    padding: 24px 16px;
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  .book .present p {
    padding: 0 24px;
  }
}
.book .present .note {
  font-size: 10px;
}
@media (max-width: 37.5em) {
  .book .present .note span {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
}
.book .photo-list {
  border-left: 1px solid #F4DBE9;
}
@media (max-width: 64em) {
  .book .photo-list {
    margin: 0 24px 24px;
  }
}
.book .photo-list dt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 998px;
  padding: 8px 8px 8px 16px;
  border-top: 1px solid #F4DBE9;
  border-right: 1px solid #F4DBE9;
  border-bottom: 1px solid #F4DBE9;
  color: #ED4694;
  font-weight: normal;
  text-align: left;
  background: url(/img/public/cheerz_book01/heading_bg@pc.gif) no-repeat top center;
}
@media (max-width: 64em) {
  .book .photo-list dt {
    width: auto;
  }
}
.book .photo-list ul {
  overflow: hidden;
}
.book .photo-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  width: 200px;
  height: 220px;
  text-align: center;
  border-right: 1px solid #F4DBE9;
  border-bottom: 1px solid #F4DBE9;
}
@media (max-width: 64em) {
  .book .photo-list li {
    width: 20%;
  }
}
@media (max-width: 37.5em) {
  .book .photo-list li {
    width: 50%;
  }
}
.book .photo-list li:nth-child(5n) {
  width: 198px;
}
@media (max-width: 64em) {
  .book .photo-list li:nth-child(5n) {
    width: 20%;
  }
}
@media (max-width: 37.5em) {
  .book .photo-list li:nth-child(5n) {
    width: 50%;
  }
}
.book .photo-list li .no {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.book .att {
  border-top: 1px solid silver;
  padding: 16px 0 0;
  margin: 40px 0;
}
.book .collaboration {
  border-bottom: 1px solid silver;
}
.book .collaboration .coraboNum {
  font-size: 12px;
  color: #ED4694;
}
.book .collaboration h2 {
  margin: 40px 0 72px !important;
}
.book .collaboration h3 {
  margin: 8px 0 0;
}
.book .collaboration .block2 {
  padding: 40px 0;
}
.book .creator,
.book .collaboration {
  padding: 16px 0;
  border-top: 1px solid silver;
  text-align: center;
}
.book .creator .block1, .book .creator .block,
.book .collaboration .block1,
.book .collaboration .block {
  padding: 16px;
}
.book .creator .block2,
.book .collaboration .block2 {
  margin: 0 auto 40px;
  width: 750px;
  border-top: 1px solid silver;
}
@media (max-width: 64em) {
  .book .creator .block2,
  .book .collaboration .block2 {
    width: auto;
    padding: 16px;
  }
}
.book .creator h2,
.book .collaboration h2 {
  margin: 40px 0;
  color: #000;
}
@media (max-width: 37.5em) {
  .book .creator h2,
  .book .collaboration h2 {
    margin: 0;
  }
}
.book .creator h3,
.book .collaboration h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: #ED4694;
  line-height: 1;
}
.book .creator h4,
.book .collaboration h4 {
  font-size: 12px;
  color: #ED4694;
}
.book .creator h5,
.book .collaboration h5 {
  font-size: 12px;
  color: #ED4694;
  line-height: 1;
}
.book .creator .note,
.book .collaboration .note {
  margin: 40px 0 8px;
  line-height: 1.6;
}
.book .creator .url a,
.book .collaboration .url a {
  color: #6c6c6c;
}
.book .creator .data,
.book .collaboration .data {
  margin: 40px 0;
}

.information {
  line-height: 1.6;
}
.information .backLink {
  display: block;
  padding-left: 10px;
  margin: 0 0 24px;
}
.information .backLink span {
  position: relative;
}
.information .backLink span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #ED4694;
  border-left: 2px solid #ED4694;
}
.information .backLink:last-child {
  margin: 24px 0 0;
}
.information .backLink a {
  color: #ED4694;
  text-decoration: underline;
}
.information .backLink a:hover {
  background: none;
  text-decoration: none;
}
.information a {
  display: block;
}
.information a:hover {
  background: #fee9f3;
}
.information a .item {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
  border-bottom: 3px dotted #e5e5e5;
  margin: 0 8px !important;
  padding: 24px;
}
@media (max-width: 64em) {
  .information a .item {
    margin: 0 16px !important;
  }
}
@media (max-width: 37.5em) {
  .information a .item {
    display: inline-block;
    padding: 8px;
    margin: 0 !important;
  }
}
.information a .item .photo {
  width: 310px;
  margin-right: 40px;
}
@media (max-width: 64em) {
  .information a .item .photo {
    width: 35%;
    height: 100%;
  }
}
@media (max-width: 37.5em) {
  .information a .item .photo {
    float: none;
    width: 90%;
    margin: 0 auto 16px;
  }
}
.information a .item .photo img {
  width: 100%;
}
.information a .item .articleBody {
  position: relative;
  width: 100%;
}
.information a .item .articleBody h3 {
  color: #ED4694;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 8px;
}
@media (max-width: 37.5em) {
  .information a .item .articleBody h3 {
    font-size: 14px;
  }
}
.information a .item .articleBody p.date {
  color: #909090;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: right;
}
.information a .item .articleBody p.lead {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  /* Safari */
  -o-text-overflow: ellipsis;
  /* Opera */
}
@media (max-width: 37.5em) {
  .information a .item .articleBody p.lead {
    font-size: 14px;
    height: 24px;
  }
}
.information .itemDetail {
  overflow: hidden;
  border-bottom: 3px dotted #e5e5e5;
  margin: 0 8px !important;
  padding: 24px 0 !important;
}
@media (max-width: 64em) {
  .information .itemDetail {
    margin: 0 16px !important;
  }
}
@media (max-width: 64em) {
  .information .itemDetail {
    padding: 16px 0 !important;
  }
}
@media (max-width: 37.5em) {
  .information .itemDetail {
    padding: 16px 0 !important;
  }
}
.information .itemDetail h3 {
  color: #ED4694;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 16px;
}
@media (max-width: 37.5em) {
  .information .itemDetail h3 {
    font-size: 14px;
  }
}
.information .itemDetail p.date {
  color: #909090;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: right;
}
.information .itemDetail .photo {
  width: 580px;
  margin: 0 auto 40px;
}
@media (max-width: 64em) {
  .information .itemDetail .photo {
    width: 80%;
  }
}
@media (max-width: 37.5em) {
  .information .itemDetail .photo {
    width: 100%;
  }
}
.information .itemDetail .articleBody a {
  background: none;
  text-decoration: underline;
  color: #ED4694;
}

.faq .caption {
  padding: 0.5rem 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background: #e3e3e3;
  color: #ED4694;
  text-align: center;
}
.faq .accordion dt {
  position: relative;
  padding: 16px 32px 16px 8px;
  border-bottom: 1px solid #cfcfcf;
  font-weight: normal;
  cursor: pointer;
}
.faq .accordion dt span {
  position: absolute;
  top: 40%;
  right: 20px;
  color: #ED4694;
}
.faq .accordion dd {
  display: none;
  padding: 24px;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.8;
}
.faq .accordion dd ul {
  margin-left: 1rem;
}
.faq .accordion dd a {
  display: inline;
  color: #ED4694;
  text-decoration: underline;
}
.faq .accordion .data {
  font-size: 0.5rem;
}
.faq .accordion .open {
  overflow: hidden;
}
.faq .accordion .open span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .accordion .img {
  margin: 1rem auto;
  text-align: center;
}
.faq .accordion .img img {
  width: 80%;
}

.contact {
  line-height: 1.6;
}
@media (max-width: 37.5em) {
  .contact {
    padding: 0 8px;
  }
}
.contact a {
  display: block;
  margin: 40px 0;
  color: #ED4694;
  text-decoration: underline;
}
.contact a:hover {
  text-decoration: none;
}

.term {
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 37.5em) {
  .term {
    padding: 0 8px;
  }
}
.term .chapter {
  margin: 0 auto 48px !important;
}
@media (max-width: 64em) {
  .term .chapter {
    margin: 0 auto 24px !important;
  }
}
.term .chapter ol {
  margin: 32px 0 32px 24px !important;
}
@media (max-width: 37.5em) {
  .term .chapter ol {
    margin: 16px !important;
  }
}
.term .chapter ol li {
  margin: 0 auto 24px !important;
}
@media (max-width: 64em) {
  .term .chapter ol li {
    margin: 0 auto 16px !important;
  }
}
.term h2 {
  font-size: 18px;
  font-weight: bold;
}
.term h3 {
  font-size: 14px;
}
.term table {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
@media (max-width: 37.5em) {
  .term table {
    width: 95%;
  }
}
.term table th, .term table td {
  padding: 16px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 37.5em) {
  .term table th, .term table td {
    padding: 8px;
  }
}
.term.news {
  padding: 0 8px;
  height: 300px;
  overflow: scroll;
}

.forgot {
  margin: 40px auto !important;
}
@media (max-width: 64em) {
  .forgot {
    margin: 24px auto !important;
  }
}
@media (max-width: 37.5em) {
  .forgot {
    margin: 16px auto !important;
  }
}
@media (max-width: 37.5em) {
  .forgot {
    padding: 8px;
  }
}
.forgot .formWrap {
  width: 50%;
  margin: 32px auto;
  text-align: center;
  margin: 32px auto !important;
}
@media (max-width: 64em) {
  .forgot .formWrap {
    margin: 32px auto !important;
  }
}
@media (max-width: 37.5em) {
  .forgot .formWrap {
    margin: 32px auto !important;
  }
}
@media (max-width: 37.5em) {
  .forgot .formWrap {
    width: 95%;
  }
}
.forgot .formWrap label {
  display: block;
  text-align: left;
}
.forgot .formWrap input[type=mailaddress],
.forgot .formWrap input[type=password],
.forgot .formWrap input[type=text] {
  width: 100%;
  display: block;
}
.forgot .formWrap input[type="submit"] {
  width: 100%;
  display: block;
  margin-top: 16px;
}
.forgot .formWrap .alert {
  text-align: left;
}
.forgot .attention {
  padding-top: 16px;
}
.forgot .attention li {
  margin-left: 2rem;
  list-style: disc;
}

.footContent {
  margin: 80px auto !important;
}
@media (max-width: 64em) {
  .footContent {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent {
    margin: 40px auto !important;
  }
}
.footContent h1 {
  margin: 80px auto !important;
  text-align: center;
}
@media (max-width: 64em) {
  .footContent h1 {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent h1 {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 3rem;
  }
  .footContent h1 span {
    display: block;
  }
}
.footContent .sns {
  width: 200px;
  margin: 80px auto !important;
}
@media (max-width: 64em) {
  .footContent .sns {
    margin: 40px auto !important;
  }
}
@media (max-width: 37.5em) {
  .footContent .sns {
    margin: 40px auto !important;
  }
}
.footContent .sns ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
}
.footContent .sns li {
  width: 100px;
  text-align: center;
}
.footContent .timeline {
  width: 520px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .footContent .timeline {
    width: 90%;
  }
}
@media (max-width: 37.5em) {
  .footContent .timeline {
    width: 300px;
  }
}

.missidRanking {
  background: #fdeef5;
}
.missidRanking h1, .missidRanking h2 {
  font-weight: bold;
  line-height: 2;
}

.inline {
  width: 95%;
  margin: 64px auto 0;
}
.inline a {
  color: #ED4694;
}

h1 {
  font-size: 36px;
}

.alert {
  color: #d9534f;
}

.pageHead {
  margin-bottom: 64px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  color: #ED4694;
}
@media (max-width: 37.5em) {
  .pageHead {
    margin-bottom: 32px;
    padding-bottom: 16px;
    line-height: 1.1;
  }
}
.pageHead h1 {
  line-height: 1.4em;
}
@media (max-width: 37.5em) {
  .pageHead h1 {
    font-size: 24px;
  }
}
.pageHead p {
  margin-top: 40px;
  color: #000;
}

.note {
  line-height: 1.4em;
  margin-bottom: 1rem;
}

.contentWrapper .inline {
  font-size: 18px;
  line-height: 2;
}
.contentWrapper .ranking {
  overflow: hidden;
}
.contentWrapper .ranking hr {
  position: relative;
  display: block;
  border: 0;
  margin: 0 0 24px;
}
.contentWrapper .ranking hr:after {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  z-index: 0;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking hr:after {
    top: -14px;
  }
}
.contentWrapper .ranking.top20 h2 {
  font-size: 60px;
  text-align: center;
  color: #EF5EA0;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.top20 h2 {
    font-size: 40px;
  }
}
.contentWrapper .ranking.top20 h2 small {
  font-size: 40px;
  font-weight: bold;
  color: #EF5EA0 !important;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.top20 h2 small {
    font-size: 20px;
  }
}
.contentWrapper .ranking.top20 hr {
  border-top: 10px solid #EF5EA0;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.top20 hr {
    border-top: 5px solid #EF5EA0;
  }
}
.contentWrapper .ranking.top20 hr:after {
  border-color: #EF5EA0 transparent;
}
.contentWrapper .ranking.top20 .item {
  width: 300px;
}
.contentWrapper .ranking.top20 .item .name {
  font-size: 18px;
}
.contentWrapper .ranking.other h2 {
  font-size: 60px;
  text-align: center;
  color: #6378E4 !important;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.other h2 {
    font-size: 40px;
  }
}
.contentWrapper .ranking.other h2 small {
  font-size: 40px;
  font-weight: bold;
  color: #6378E4 !important;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.other h2 small {
    font-size: 20px;
  }
}
.contentWrapper .ranking.other hr {
  border-top: 10px solid #6378E4;
}
@media (max-width: 37.5em) {
  .contentWrapper .ranking.other hr {
    border-top: 5px solid #6378E4;
  }
}
.contentWrapper .ranking.other hr:after {
  border-color: #6378E4 transparent;
}
.contentWrapper .ranking.other .item {
  width: 300px;
}
.contentWrapper .ranking.other .item .name {
  font-size: 18px;
}
.contentWrapper .item_list {
  margin-left: 12px;
}
.contentWrapper .item_list .no1 {
  margin: 0 auto;
  text-align: center;
}
.contentWrapper .item_list ul {
  margin: 0 auto;
  text-align: center;
}
.contentWrapper .item_list .photo {
  margin-bottom: 8px;
}
.contentWrapper .item_list h3 {
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .contentWrapper .item_list h3 {
    font-size: 18px;
  }
}
.contentWrapper .item_list .cheer {
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .contentWrapper .item_list .cheer {
    font-size: 14px;
  }
}
.contentWrapper .item_list .item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 24px;
  text-align: left;
  color: #333;
}
@media (max-width: 37.5em) {
  .contentWrapper .item_list .item {
    margin-right: 4px;
    width: 48.444%;
  }
  .contentWrapper .item_list .item:nth-of-type(even) {
    margin-right: 0;
  }
}
.contentWrapper .item_list .item a {
  color: #191919;
}
.contentWrapper .item_list .item a:hover {
  color: #ED4694;
}
.contentWrapper .item_list .item ul {
  overflow: hidden;
  display: table;
  width: 100%;
  text-align: left;
}
.contentWrapper .item_list .item li {
  display: table-cell;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.contentWrapper .item_list .item li.prof {
  padding-top: 2px;
}
.contentWrapper .item_list .item .name {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 37.5em) {
  .contentWrapper .item_list .item .name {
    font-size: 18px;
  }
}

.missidRanking .rankNum {
  position: relative;
  width: 50px;
}
@media (max-width: 37.5em) {
  .missidRanking .rankNum {
    width: 44px;
  }
}
.missidRanking .icon-trophy {
  font-size: 40px;
}
@media (max-width: 37.5em) {
  .missidRanking .icon-trophy {
    font-size: 40px;
  }
}
.missidRanking .icon-trophy.one {
  color: #ED4694;
}
.missidRanking .icon-trophy.two {
  color: #6378E4;
}
.missidRanking .icon-trophy.three {
  color: #FFC438;
}
.missidRanking .num {
  position: absolute;
  width: 40px;
  top: 4px;
  z-index: 3;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (max-width: 37.5em) {
  .missidRanking .num {
    width: 40px;
    top: 2px;
    font-size: 12px;
  }
}
