@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, s
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.42857;
  font-size: 14px;
  color: #191919;
  -webkit-touch-callout: none;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

svg:not(:root) {
  overflow: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

img,
object,
embed {
  vertical-align: top;
}

img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #c0c0c0;
}

input, select {
  vertical-align: middle;
}

select {
  position: relative;
  box-sizing: content-box;
}

img:not(input) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

br.sp {
  display: none;
}
@media (max-width: 37.5em) {
  br.sp {
    display: inline-block;
  }
}

@media (max-width: 37.5em) {
  br.pc {
    display: none;
  }
}

.pagetop a {
  font-size: 50px !important;
}

.pcNone {
  display: none;
}
@media (max-width: 37.5em) {
  .pcNone {
    display: block;
  }
}

.lpContainer {
  background: #111111;
}
.lpContainer.event, .lpContainer.movieRanking, .lpContainer.attendance, .lpContainer.cheerRanking {
  padding: 40px 16px;
  background: #fdfdfd;
}
@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%;
  }
}
.inline .note span {
  color: #3669ec;
}

.section {
  padding: 120px 0;
}
@media (max-width: 64em) {
  .section {
    padding: 60px 10px;
  }
}
.section.bg-blue {
  background: #3669ec;
  color: #fff;
}
.section.bg-white {
  background: #fff;
}
.section.bg-black {
  background: #000;
  color: #fff;
}
.section.bg-gray {
  background: #ddd;
}

.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 #3669ec;
  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: #3669ec;
  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: #111111;
}
.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 .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: #3669ec;
}
.result .result_member li .rank span {
  font-size: 14px;
  color: #3669ec;
}
.result .result_member li .name {
  font-size: 18px;
  margin-top: 8px;
  color: #3669ec;
}
.result .result_member li .name span {
  font-size: 14px;
  color: #3669ec;
}
.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: #fff;
  text-align: center;
  letter-spacing: 0.2;
  line-height: 1.8;
}
@media (max-width: 64em) {
  .lpLead {
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  .lpLead {
    font-size: 18px;
  }
}
.lpLead .note {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .lpLead .note {
    font-size: 14px;
  }
}
.lpLead .note span {
  color: #3669ec;
  font-size: 120%;
  font-weight: bold;
}
.lpLead .image {
  width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 37.5em) {
  .lpLead .image {
    width: 100%;
  }
}
.lpLead .benefitBtn {
  width: 600px;
  height: 80px;
  border-radius: 10%;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .lpLead .benefitBtn {
    width: 100%;
  }
}
.lpLead .benefitBtn a {
  display: block;
  line-height: 80px;
  height: 100%;
  background-color: #3669ec;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.lpLead .benefitBtn a :hover {
  opacity: 0.7;
}
.lpLead dl {
  text-align: center;
  margin: 40px 0 0;
}
.lpLead dl h1 {
  margin: 20px 0 20px 0;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 37.5em) {
  .lpLead dl h1 {
    font-size: 16px;
  }
}
.lpLead dl dt {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .lpLead dl dt {
    font-size: 14px;
  }
}
.lpLead dl dd {
  margin: 10px 0 0;
  font-size: 18px;
}
@media (max-width: 37.5em) {
  .lpLead dl dd {
    font-size: 14px;
  }
}
.lpLead .selectMember {
  border-top: 1px solid #3669ec;
  border-bottom: 1px solid #3669ec;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.lpLead .selectMember h3 {
  margin-bottom: 16px;
  color: #3669ec;
  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: #888888;
  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 #3669ec;
}
@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: #3669ec;
  color: white;
}
.lpLead .about a {
  display: block;
  margin: 2rem auto;
  width: 60%;
  padding: 16px;
  border: 1px solid #3669ec;
  font-size: 18px;
  color: #3669ec;
  -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: #3669ec;
  color: #fff;
}

.eventRule .inline {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 64em) {
  .eventRule .inline {
    width: 100%;
    padding: 0 20px;
  }
}
.eventRule h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .eventRule h3 {
    font-size: 14px;
  }
}
.eventRule .image {
  margin: 0 auto 40px;
}
.eventRule .note {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.66em;
}
@media (max-width: 37.5em) {
  .eventRule .note {
    font-size: 12px;
  }
}
.eventRule .note.att {
  color: #ff0000;
}
.eventRule .linkBtn {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 37.5em) {
  .eventRule .linkBtn {
    width: 100%;
  }
}
.eventRule .linkBtn a {
  display: block;
  margin: 2rem auto;
  padding: 16px;
  border: 1px solid #3669ec;
  font-size: 18px;
  color: #3669ec;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 37.5em) {
  .eventRule .linkBtn a {
    width: 96%;
    font-size: 14px;
  }
}
.eventRule .linkBtn a:hover {
  background: #3669ec;
  color: #fff;
}
.eventRule .gotoApp li .btn {
  padding: 16px 36px;
}
.eventRule .gotoApp li .btn img {
  width: 160px;
}
.eventRule .gotoApp li .btn-default {
  box-shadow: none;
  border: none;
}

.ranking .ttl h3 {
  margin: 40px 0 20px;
  font-size: 34px;
  color: #3669ec;
  text-align: center;
}
@media (max-width: 37.5em) {
  .ranking .ttl h3 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
}
.ranking .ttl p.ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 40px;
}
.ranking .ttl p.ttl span {
  color: #3669ec;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .ranking .ttl p.ttl {
    font-size: 16px;
  }
}
.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 .ttl p.schedule {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.66;
  margin-bottom: 40px;
}
.ranking .ttl p.schedule span {
  color: #3669ec;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .ranking .ttl p.schedule {
    font-size: 16px;
  }
}
.ranking .rankingArea {
  border: 20px solid #3669ec;
  background: #efefef;
}
@media (max-width: 37.5em) {
  .ranking .rankingArea {
    border: 10px solid #3669ec;
  }
}
.ranking .itemBox {
  color: #191919;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ranking .itemBox li.item {
  width: 30%;
  margin: 16px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item {
    width: 47%;
  }
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item {
    width: 44%;
    margin: 10px;
    padding: 10px;
  }
}
.ranking .itemBox li.item.winner {
  background: rgba(200, 255, 20, 0.4);
}
.ranking .itemBox li.item .rank {
  padding: .25em 0 .3em .45em;
  border-left: 6px solid #3669ec;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  color: #3669ec;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item .rank {
    font-size: 14px;
  }
}
.ranking .itemBox li.item .name {
  margin: 10px 0 0;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item .name {
    font-size: 18px;
  }
}
.ranking .itemBox li.item .name a {
  text-decoration: underline;
}
.ranking .itemBox li.item .name a:hover {
  text-decoration: none;
}
.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: #3669ec;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item dl dd {
    font-size: 14px;
  }
}
.ranking .itemBox li.item .profilePhoto {
  width: 100%;
  margin: 10px auto 20px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .profilePhoto {
    width: 90%;
  }
}
.ranking .itemBox li.item .profilePhoto a:hover {
  opacity: 0.8;
}
.ranking .itemBox li.item .hearts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 10px 0 0;
  font-size: 24px;
  text-align: center;
  color: #3669ec;
}
.ranking .itemBox li.item .hearts:before {
  display: block;
  margin: 0 5px 0 0;
  content: '';
  background: url("../../img/event_2019120301/heart.png") 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item .hearts:before {
    width: 20px;
    height: 17px;
  }
}
@media (max-width: 37.5em) {
  .ranking .itemBox li.item .hearts {
    font-size: 14px;
  }
}
.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 ul {
  display: flex;
  align-items: center;
}
.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: #3669ec;
  font-size: 18px;
}
@media (max-width: 64em) {
  .ranking .itemBox li.item .fanRanking .rankingItem li.winner {
    font-size: 16px;
  }
}

.benefit {
  color: #fff;
}
.benefit h3 {
  margin: 40px 0 20px;
  font-size: 34px;
  color: #3669ec;
  text-align: center;
}
@media (max-width: 37.5em) {
  .benefit h3 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
}
.benefit .benefitArea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 37.5em) {
  .benefit .benefitArea {
    display: block;
  }
}
.benefit .benefitArea .benefitImage {
  width: 250px;
  margin: 10px auto;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
.benefit .benefitArea .benefitImage img {
  width: 200px;
  margin-bottom: 10px;
}
.benefit .benefitArea .benefitImage .genreNote {
  font-size: 14px;
}
.benefit .benefitArea .benefitImage .note {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 37.5em) {
  .benefit .benefitArea .benefitImage .note {
    font-size: 14px;
  }
}
.benefit .benefitArea .benefitImage .note span {
  color: #3669ec;
  font-size: 120%;
  font-weight: bold;
}
.benefit .inlinePara {
  font-size: 14px;
  text-align: center;
}

.sponsor h3 {
  margin: 40px 0 20px;
  font-size: 34px;
  color: #3669ec;
  text-align: center;
}
@media (max-width: 37.5em) {
  .sponsor h3 {
    margin: 20px 0 10px;
    font-size: 24px;
  }
}
.sponsor .sponsorArea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sponsor .sponsorArea .sponsorImage {
  width: 50%;
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 37.5em) {
  .sponsor .sponsorArea .sponsorImage {
    margin: 10px auto;
  }
}
.sponsor .sponsorArea .sponsorImage img {
  width: 300px;
}
@media (max-width: 37.5em) {
  .sponsor .sponsorArea .sponsorImage img {
    width: 90%;
  }
}

.infomation .inline {
  width: 600px;
}
@media (max-width: 37.5em) {
  .infomation .inline {
    width: 100%;
  }
}
.infomation .inline h3 {
  text-align: center;
}
.infomation .inline .note {
  margin: 20px 0 0;
  font-size: 12px;
}
@media (max-width: 37.5em) {
  .infomation .inline .note {
    font-size: 11px;
  }
}
