body {
  background: #fbfafa !important;
}

.lpContainer.event, .lpContainer.movieRanking, .lpContainer.attendance, .lpContainer.cheerRanking {
  padding: 40px 16px;
  background: #ddd;
}
@media (max-width: 64em) {
  .lpContainer.event, .lpContainer.movieRanking, .lpContainer.attendance, .lpContainer.cheerRanking {
    padding: 16px;
  }
}

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

.inline {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .inline {
    width: 100%;
    padding: 0 20px;
  }
}

.section {
  padding: 32px 16px;
}
@media (max-width: 64em) {
  .section {
    padding: 32px 8px;
  }
}
.section.bg-pink {
  background: #00bae5;
  color: #fff;
}
.section.bg-white {
  background: #fff;
}
.section.bg-black {
  background: #000;
  color: #fff;
}
.section.bg-gray {
  background: #ddd;
}
.section.bg-yellow {
  background: #EEEEEE;
}
.section.bg-milliondoll {
  background: #2196F3;
  color: #fff;
}

.hero .inline {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 64em) {
  .hero .inline {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 37.5em) {
  .hero .inline {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.result {
  text-align: center;
  padding-top: 32px;
}
.result .ttl {
  position: relative;
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #00bae5;
  text-align: center;
}
@media (max-width: 64em) {
  .result .ttl {
    text-align: center;
  }
}
.result .ttl .caption {
  position: absolute;
  width: 100%;
  top: -17px;
}
@media (max-width: 37.5em) {
  .result .ttl .caption {
    top: -16px;
  }
}
.result .ttl .caption span {
  font-size: 22px;
  padding: 4px 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #00bae5;
  color: white;
}
.result h1.lead {
  margin: 32px 0;
  color: #0075c2;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 64em) {
  .result h1.lead {
    font-size: 18px;
    text-align: center;
  }
}
.result a {
  color: #191919;
}
.result a:hover {
  opacity: 0.8;
}
.result p.note {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #626262;
  text-align: center;
  letter-spacing: 0.2;
  line-height: 1.8;
}
@media (max-width: 37.5em) {
  .result p.note {
    font-size: 18px;
  }
}
.result p.attention {
  margin-top: 20px;
  border: 1px solid #ff0000;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #626262;
  text-align: center;
  letter-spacing: 0.2;
  line-height: 1.8;
  color: #ff0000;
}
@media (max-width: 37.5em) {
  .result p.attention {
    font-size: 12px;
  }
}
.result .result_member {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .result .result_member {
    width: 98%;
  }
}
.result .result_member li {
  display: inline-block;
  width: 300px;
  margin-bottom: 32px;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 37.5em) {
  .result .result_member li {
    width: 48%;
  }
}
.result .result_member li .rank {
  font-size: 18px;
  margin-top: 8px;
  color: #00bae5;
}
.result .result_member li .rank span {
  font-size: 14px;
  color: #00bae5;
}
.result .result_member li .name {
  font-size: 18px;
  margin-top: 8px;
  color: #00bae5;
}
.result .result_member li .name span {
  font-size: 14px;
  color: #00bae5;
}
.result .result_member .info {
  padding: 48px 0;
  font-size: 24px;
  line-height: 1.8em;
  text-align: center;
}
@media (max-width: 37.5em) {
  .result .result_member .info {
    font-size: 18px;
  }
}
.result .result_member .info .btn {
  display: block;
  margin: 0 auto;
}
.result .result_member .info .btn a {
  display: block;
  margin: 2rem auto;
  width: 60%;
  padding: 16px;
  border: 1px solid #0075c2;
  font-size: 18px;
  color: #0075c2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 37.5em) {
  .result .result_member .info .btn a {
    width: 90%;
  }
}
.result .result_member .info .btn a:hover {
  background: #0075c2;
  color: #fff;
}

.lpLead {
  font-size: 14px;
  font-weight: normal;
  color: #626262;
  text-align: center;
  letter-spacing: 0.2;
  line-height: 1.8;
}
@media (max-width: 64em) {
  .lpLead {
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  .lpLead {
    font-size: 18px;
  }
}
.lpLead .ttl {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-top: 3rem;
  border-top: 1px solid #00bae5;
}
@media (max-width: 64em) {
  .lpLead .ttl {
    text-align: center;
  }
}
.lpLead .ttl .caption {
  position: absolute;
  width: 100%;
  top: -15px;
}
@media (max-width: 37.5em) {
  .lpLead .ttl .caption {
    top: -16px;
  }
}
.lpLead .ttl .caption span {
  padding: 4px 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #00bae5;
  color: white;
}
.lpLead .note {
  margin-bottom: 2rem;
}
.lpLead .note a {
  color: #00bae5;
  text-decoration: underline;
}
.lpLead .note a:hover {
  text-decoration: none;
}
.lpLead .selectMember {
  border-top: 1px solid #fd529e;
  border-bottom: 1px solid #fd529e;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.lpLead .selectMember h3 {
  margin-bottom: 16px;
  color: #fd529e;
  font-size: 30px;
}
@media (max-width: 64em) {
  .lpLead .selectMember h3 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 64em) {
  .lpLead .selectMember ul {
    text-align: center;
  }
}
.lpLead .selectMember li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-bottom: 16px;
}
@media (max-width: 64em) {
  .lpLead .selectMember li {
    width: 200px;
  }
}
@media (max-width: 37.5em) {
  .lpLead .selectMember li {
    width: 145px;
  }
}
.lpLead .selectMember .name {
  margin-top: 8px;
  line-height: 1.4;
}
@media (max-width: 37.5em) {
  .lpLead .selectMember .name {
    font-size: 14px;
  }
}
.lpLead .selectMember small {
  display: block !important;
  margin-top: 0;
  padding-top: 0;
  color: #909090;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 37.5em) {
  .lpLead .selectMember small {
    font-size: 12px;
  }
}
.lpLead .about {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #00bae5;
}
@media (max-width: 64em) {
  .lpLead .about {
    text-align: center;
  }
}
.lpLead .about .caption {
  position: absolute;
  width: 100%;
  top: -15px;
}
@media (max-width: 37.5em) {
  .lpLead .about .caption {
    top: -16px;
  }
}
.lpLead .about .caption span {
  padding: 4px 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #00bae5;
  color: white;
}
.lpLead .about a {
  display: block;
  margin: 2rem auto;
  width: 60%;
  padding: 16px;
  border: 1px solid #00bae5;
  font-size: 18px;
  color: #00bae5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 37.5em) {
  .lpLead .about a {
    width: 90%;
  }
}
.lpLead .about a:hover {
  background: #00bae5;
  color: #fff;
}

.ranking .ttl h3 {
  margin: 40px 0 20px;
  font-size: 30px;
  color: #00bae5;
  text-align: center;
}
@media (max-width: 37.5em) {
  .ranking .ttl h3 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
}
.ranking .ttl p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .ranking .ttl p {
    margin-bottom: 20px;
  }
}
.ranking .rankingArea {
  padding: 15px;
  border: 20px solid #00bae5;
  background: #efefef;
}
@media (max-width: 37.5em) {
  .ranking .rankingArea {
    padding: 5px;
    border: 10px solid #00bae5;
  }
}
.ranking .itemBox {
  color: #191919;
  overflow: hidden;
}
.ranking .itemBox li.item {
  float: left;
  width: 440px;
  margin: 12px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item {
    width: 47%;
  }
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item {
    width: 100%;
    margin: 10px 0;
  }
}
.ranking .itemBox li.item .rank {
  padding: .25em 0 .3em .45em;
  border-left: 6px solid #00bae5;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  color: #00bae5;
}
.ranking .itemBox li.item dl {
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item dl {
    height: auto;
  }
}
.ranking .itemBox li.item dl dt {
  width: 50%;
  font-size: 24px;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item dl dt {
    font-size: 18px;
  }
}
.ranking .itemBox li.item dl dt a {
  text-decoration: underline;
}
.ranking .itemBox li.item dl dt a:hover {
  text-decoration: none;
}
.ranking .itemBox li.item dl dd {
  width: 50%;
  padding-top: 18px;
  text-align: right;
  font-size: 20px;
  color: #00bae5;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item dl dd {
    font-size: 14px;
  }
}
.ranking .itemBox li.item .profilePhoto {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .profilePhoto {
    width: 90%;
    height: auto;
  }
}
.ranking .itemBox li.item .profilePhoto a:hover {
  opacity: 0.8;
}
.ranking .itemBox li.item .fanRanking h3 {
  width: 160px;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #fff;
  background: #f3d52e;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
}
.ranking .itemBox li.item .fanRanking .rankingItem {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ranking .itemBox li.item .fanRanking .rankingItem li {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
}
.ranking .itemBox li.item .fanRanking .rankingItem li:first-child {
  width: 30px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li:first-child {
    width: 8%;
  }
}
.ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(2) {
  padding-right: 5px;
  width: 40px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(2) {
    width: 12%;
  }
}
.ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(2) .iconBox {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(2) .iconBox {
    width: 24px;
    height: 24px;
  }
}
.ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(3) {
  width: 250px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li:nth-child(3) {
    width: 60%;
  }
}
.ranking .itemBox li.item .fanRanking .rankingItem li:last-child {
  width: 80px;
  text-align: right;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li:last-child {
    width: 20%;
  }
}
.ranking .itemBox li.item .fanRanking .rankingItem li.winner {
  color: #00bae5;
  font-size: 18px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li.winner {
    font-size: 16px;
  }
}

.joinArtist .btn {
  display: block;
  margin: 2rem auto;
}
.joinArtist .btn a {
  padding: 16px;
  border: 1px solid #00bae5;
  font-size: 18px;
  color: #00bae5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.joinArtist .btn a:hover {
  background: #00bae5;
  color: #fff;
}

.member {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2;
  line-height: 1.8;
}
.member .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .member .inner {
    width: 100%;
  }
}
.member .inner .ttl {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
  padding-top: 3rem;
  border-top: 1px solid #00bae5;
}
@media (max-width: 64em) {
  .member .inner .ttl {
    text-align: center;
  }
}
.member .inner .ttl .caption {
  position: absolute;
  width: 100%;
  top: -20px;
}
@media (max-width: 37.5em) {
  .member .inner .ttl .caption {
    top: -16px;
  }
}
.member .inner .ttl .caption span {
  padding: 4px 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #00bae5;
  color: white;
}
.member .inner ul {
  width: 100%;
  margin-bottom: 40px !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  .member .inner ul {
    margin-bottom: 20px !important;
  }
}
.member .inner ul li {
  width: 33%;
  padding: 10px;
  text-align: center;
}
.member .inner ul li a {
  color: #00bae5;
  text-decoration: underline;
}
.member .inner ul li a:hover {
  text-decoration: none;
}
@media (max-width: 37.5em) {
  .member .inner ul li {
    font-size: 12px;
  }
}
.member .inner p {
  font-size: 12px;
  text-align: center;
}

.eventDetail {
  color: #626262;
}
.eventDetail h2 {
  margin-bottom: 2rem;
  font-size: 18px;
}
.eventDetail h3 {
  margin-bottom: 0.5rem;
  font-size: 100%;
}
.eventDetail .note {
  margin-bottom: 2rem;
  font-size: 14px;
}

.appBtn {
  padding: 48px 0;
  background: #00bae5 url("../../img/event_20160610/cheer_counter_bg.png") top center no-repeat;
  text-align: center;
  color: #fff;
}
@media (max-width: 37.5em) {
  .appBtn {
    padding: 24px 0;
  }
}
.appBtn h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 37.5em) {
  .appBtn h3 {
    font-size: 15px;
  }
}
.appBtn .gotoApp li .btn {
  padding: 16px 36px;
}
.appBtn .gotoApp li .btn img {
  width: 160px;
}
.appBtn .gotoApp li .btn-default {
  box-shadow: none;
  border: none;
}

.footer {
  background: #fff;
}

.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: 2rem;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .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%;
  }
}
.footContent .timeline iframe {
  width: 800px !important;
}
