@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

.d-sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .d-sp {
    display: block !important; }

  .d-pc {
    display: none !important; } }
/****--------- ふわふわ ---------****/
@keyframes fuwari {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, -40px); } }
/****--------- ボール ---------****/
@keyframes ball {
  0% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, -30px); } }
/****--------- ゆらゆら ---------****/
@keyframes yurayura {
  0% , 100% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); } }
.js-animation-anime {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }

.js-animation-fade {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

.scaleUp {
  opacity: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.fadeUp {
  opacity: 1;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* -------------------------------
 * NotoSansCJKjp
 ------------------------------- */
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../font/NotoSansCJKjp-Regular.woff) format("woff"), url(../font/NotoSansCJKjp-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKjp-Bold.woff2) format("woff2"), url(../font/NotoSansCJKjp-Bold.woff) format("woff"), url(../font/NotoSansCJKjp-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansCJKjp-Black.woff2) format("woff2"), url(../font/NotoSansCJKjp-Black.woff) format("woff"), url(../font/NotoSansCJKjp-Black.otf) format("opentype"); }

/* コンテンツ */

  #jp-cmp-contents {
  padding-bottom: 0; }

#jp-30th-eol {
  font-family: "NotoSansCJKjp",'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  margin: 20px 0 0;
  background-image: url("../img/bg.jpg");
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    #jp-30th-eol {
      margin: 0; } }
  #jp-30th-eol a:hover {
    opacity: 1; }
  #jp-30th-eol .inner .title-img {
    text-align: center;
    padding: 0 20px; }
  #jp-30th-eol #mv {
    background: url("../img/MV.jpg") no-repeat;
    background-position: center;
    background-size: auto 100%;
    height: 900px;
    position: relative; }
    #jp-30th-eol #mv .mv-inner {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      overflow: hidden; }
    #jp-30th-eol #mv .mv-message {
      max-width: 930px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      width: 100%;
      box-sizing: border-box; }
      #jp-30th-eol #mv .mv-message figure {
        max-width: 166px;
        width: 100%;
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite; }
      #jp-30th-eol #mv .mv-message p {
        width: calc(100% - 220px);
        line-height: 2;
        font-size: 18px;
        letter-spacing: 2px; }
        #jp-30th-eol #mv .mv-message p strong {
          font-weight: bold;
          font-size: 24px;
          letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #mv {
        background: url("../img/mv-sp.png") no-repeat;
        background-position: top;
        background-size: 100% auto;
        height: 760px;
        background-color: black; }
        #jp-30th-eol #mv .mv-inner .mv-message {
          padding: 20px 0 20px;
          display: block; }
          #jp-30th-eol #mv .mv-inner .mv-message p {
            width: 100%;
            padding: 0 0 0 20px;
            box-sizing: border-box;
            line-height: 1.8;
            font-size: 15px; }
            #jp-30th-eol #mv .mv-inner .mv-message p strong {
              font-size: 18px; }
          #jp-30th-eol #mv .mv-inner .mv-message figure {
            margin: 0 0 0 auto;
            padding: 0px 20px 0 0;
            max-width: 100px;
            box-sizing: border-box; } }

            /* トップナビゲーション */

            #jp-30th-eol #top-guide {
    overflow-y: hidden; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #top-guide {
        overflow-y: unset; } }
    #jp-30th-eol #top-guide .top-guide-pc {
      display: flex;
      align-items: flex-start;
      padding-top: 10px; }
      #jp-30th-eol #top-guide .top-guide-pc li a {
        position: relative;
        z-index: 2;
        transform: translateY(-10px);
        display: inline-block;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #jp-30th-eol #top-guide .top-guide-pc li a:hover {
          transform: translateY(0px);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #jp-30th-eol #top-guide .top-guide-pc li a:hover:before {
            bottom: 4px !important;
            height: 0 !important;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
      #jp-30th-eol #top-guide .top-guide-pc li:first-child {
        margin-right: -22px; }
        #jp-30th-eol #top-guide .top-guide-pc li:first-child a:before {
          content: '';
          background: url("../img/btn-guide-01-shadow.png") no-repeat;
          background-size: contain;
          position: absolute;
          width: 484px;
          height: 18px;
          bottom: -10px;
          z-index: -1;
          left: 0;
          background-size: 100% 100%;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #jp-30th-eol #top-guide .top-guide-pc li:last-child {
        margin-left: -22px; }
        #jp-30th-eol #top-guide .top-guide-pc li:last-child a:before {
          content: '';
          background: url("../img/btn-guide-02-shadow.png") no-repeat;
          background-size: contain;
          position: absolute;
          width: 545px;
          height: 22px;
          bottom: -10px;
          z-index: -1;
          right: 0;
          background-size: 100% 100%;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    #jp-30th-eol #top-guide .top-guide-sp {
      display: block; }
      #jp-30th-eol #top-guide .top-guide-sp li a {
        display: block;
        padding: 12px 0;
        position: relative;
        border-bottom: 1px solid black;
        z-index: 3;
        transform: translateY(-10px);
        margin-top: 10px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #jp-30th-eol #top-guide .top-guide-sp li a p {
          margin: auto; }
        #jp-30th-eol #top-guide .top-guide-sp li a:hover {
          transform: translateY(0px);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #jp-30th-eol #top-guide .top-guide-sp li a:hover:before {
            bottom: 0px !important;
            height: 0 !important;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #jp-30th-eol #top-guide .top-guide-sp li a:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 9px;
          bottom: -10px;
          z-index: 1;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      #jp-30th-eol #top-guide .top-guide-sp li:first-child a {
        background-color: #fbb901; }
        #jp-30th-eol #top-guide .top-guide-sp li:first-child a:before {
          background-color: #856202; }
      #jp-30th-eol #top-guide .top-guide-sp li:last-child {
        margin-top: 25px; }
        #jp-30th-eol #top-guide .top-guide-sp li:last-child a {
          background-color: #d62970; }
          #jp-30th-eol #top-guide .top-guide-sp li:last-child a:before {
            background-color: #a91c55; }
  #jp-30th-eol #rank-anchor {
    position: relative;
    padding-top: 150px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-anchor {
        padding-top: 80px; } }
    #jp-30th-eol #rank-anchor:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/deco-bg-30.png") no-repeat;
      background-size: contain;
      width: 100%;
      height: 950px;
      top: -118px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-anchor:after {
          background: url("../img/deco-bg-30-sp.png") no-repeat;
          background-size: 100%;
          height: 674px;
          top: 0; } }

          #jp-30th-eol #rank-anchor ul {
      display: flex;
      justify-content: space-between;
      grid-gap: 20px;
      margin-top: 60px ; }

      #jp-30th-eol #rank-anchor ul li {
        max-width: 254px;
        margin: auto;
        width: 100%;
        text-align: center;
        position: relative;
        transform: translateY(-8px);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #jp-30th-eol #rank-anchor ul li:hover {
          transform: translateY(0);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #jp-30th-eol #rank-anchor ul li:hover:before {
            bottom: 0;
            height: calc(100% - 8px);
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #jp-30th-eol #rank-anchor ul li a {
          color: white;
          width: 100%;
          padding: 15px 0 35px;
          font-size: 24px;
          display: inline-block;
          border-radius: 18px;
          border: 2px solid black;
          position: relative; }
          #jp-30th-eol #rank-anchor ul li a:after {
            content: '';
            background: url(../img/btn-arrow.png) no-repeat;
            background-size: contain;
            width: 21px;
            height: 13px;
            position: absolute;
            bottom: 16px;
            right: calc(50% - 10px); }

            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-anchor ul li a:after {
                width: 18px;
                right: 28px;
                bottom: calc(50% - 8px); } }

                @media screen and (max-width: 767px) {
            #jp-30th-eol #rank-anchor ul li a {
              font-size: 18px;
              padding: 20px 0; } }

              #jp-30th-eol #rank-anchor ul li.btn-yellow a {
          background: #fbb901; }
        #jp-30th-eol #rank-anchor ul li.btn-yellow:before {
          background: #856202; }
        #jp-30th-eol #rank-anchor ul li.btn-blue a {
          background: #02bdcc; }
        #jp-30th-eol #rank-anchor ul li.btn-blue:before {
          background: #006b73; }
        #jp-30th-eol #rank-anchor ul li.btn-purple a {
          background: #7a56d0; }
        #jp-30th-eol #rank-anchor ul li.btn-purple:before {
          background: #563892; }
        #jp-30th-eol #rank-anchor ul li:before {
          content: '';
          width: 100%;
          height: 100%;
          background: #563892;
          position: absolute;
          bottom: -8px;
          border-radius: 18px;
          border: 2px solid black;
          left: 0;
          z-index: 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }

          @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-anchor ul {
          display: block; }

          #jp-30th-eol #rank-anchor ul li:not(:last-child) {
            margin-bottom: 30px; } 
          }

/* バーチャートレース用リンク */


#rank-anchor .chart-bnr{
  display: block;
  margin:auto 0;
  text-align: center;
  margin: 30px 0 40px 0;
}


.chart-bnr-link {
  transform: translateY(-6px);
  position: relative;
  display: inline-block;
  line-height: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }


.chart-bnr-link a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2; 
}



  .chart-bnr-link a:hover {
    opacity: 1; }

    .chart-bnr-link a:hover img {
      opacity: 1; }

      .chart-bnr-link:after {
  content: '';
  width: calc(100% - 3px);
  height: calc(100% + 6px);
  background: #a91c55;
  position: absolute;
  top: 0;
  border-radius: 21px;
  border: 2px solid black;
  left: 0;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

  .chart-bnr-link:hover {
  transform: translateY(4px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

  .chart-bnr-link:hover:after {
    top: 0px;
    height: calc(100% - 6px);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }


    @media screen and (max-width: 767px) {
  #rank-anchor .chart-bnr-link img{
    width: 90%;
  }

.chart-bnr-link:after {
  width: calc(90% - 3px);
  height: calc(100% + 3px);
  border-radius: 13px;
  left: 18px;
}
}



/* 総合 */
    #jp-30th-eol #rank-total {
    position: relative;
    z-index: 1; }

      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-total:after {
          height: 234vw;
          bottom: -75vw; } }

          #jp-30th-eol #rank-total .inner {
      border: 8px solid #fbb901;
      background: url("../img/bg-contents.jpg");
      background-size: 100% auto;
      background-size: 103%;
      background-position-x: -25px;
      padding: 75px 0;
      border-radius: 38px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-total .inner {
          padding: 50px 0 60px;
          background-size: auto; } }
      #jp-30th-eol #rank-total .inner h3 {
        margin-bottom: 45px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-total .inner .content-inner {
          width: calc(100% - 30px); } }


    #jp-30th-eol #rank-total .rank-total-txtBox {
      margin-top: 20px;
      text-align: center;
      text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
   }
      #jp-30th-eol #rank-total .rank-total-txtBox h4 a {
        font-size: 20px;
        color: white;
        padding: 0 5px;
        line-height: 1.2;
        display: inherit;
        width: fit-content;
        margin: auto;
        display: inline-block;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #d62970 50%);
        background-position: 0 0;
        background-size: 200% auto;
        transition: all .4s ease 0s;
        text-decoration: none; }
        #jp-30th-eol #rank-total .rank-total-txtBox h4 a:hover {
          cursor: pointer;
          background-position: -100% 0; }
      #jp-30th-eol #rank-total .rank-total-txtBox p {
        margin-top: 5px; }
        #jp-30th-eol #rank-total .rank-total-txtBox p a {
          color: white;
          padding: 0 5px;
          line-height: 1.2;
          display: inherit;
          width: fit-content;
          margin: auto;
          display: inline-block;
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #d62970 50%);
          background-position: 0 0;
          background-size: 200% auto;
          transition: all .4s ease 0s;
          text-decoration: none; }
          #jp-30th-eol #rank-total .rank-total-txtBox p a:hover {
            cursor: pointer;
            background-position: -100% 0; }
    #jp-30th-eol #rank-total .rank-total-1_3 {
      margin-top: 155px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      background-image: url("../img/bg-totalrank.png");
      background-repeat: no-repeat;
      background-size: contain; }
      #jp-30th-eol #rank-total .rank-total-1_3 li {
        width: calc(50% - 34px);
        position: relative; }
        #jp-30th-eol #rank-total .rank-total-1_3 li figure {
          width: fit-content;
          margin: auto; }
          #jp-30th-eol #rank-total .rank-total-1_3 li figure:before {
            /* font-style: italic; */
            font-weight: 800;
            text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
            /*左上(-1, -1)*/
            /*中央上(-1, 0)*/
            /*右上(-1, 1)*/
            z-index: 2; }
          #jp-30th-eol #rank-total .rank-total-1_3 li figure figcaption {
            margin: auto; }
          #jp-30th-eol #rank-total .rank-total-1_3 li figure img {
            width: 100%;
            transition: all 0.6s ease; }
        #jp-30th-eol #rank-total .rank-total-1_3 li:first-child {
          width: 100%;
          max-width: 100%;
          text-align: center;
          margin-bottom: 90px; }
          #jp-30th-eol #rank-total .rank-total-1_3 li:first-child:after {
            content: '';
            background-image: url("../img/chara-02.png");
            position: absolute;
            background-repeat: no-repeat;
            background-size: contain;
            width: 140px;
            height: 146px;
            left: -10px;
            top: 100px;
            animation: ball 0.5s alternate infinite;
            -webkit-animation: ball 0.5s alternate infinite;
            -moz-animation: ball 0.5s alternate infinite; }
          #jp-30th-eol #rank-total .rank-total-1_3 li:first-child figure {
            margin: auto; }
            #jp-30th-eol #rank-total .rank-total-1_3 li:first-child figure:before {
              content: '1';
              font-size: 120px;
              position: absolute;
              top: -80px;
              left: 95px;
              color: #fbb901; }
          #jp-30th-eol #rank-total .rank-total-1_3 li:first-child .rank-total-txtBox h4 a {
            font-size: 24px; }
        #jp-30th-eol #rank-total .rank-total-1_3 li:nth-child(2) figure:before, #jp-30th-eol #rank-total .rank-total-1_3 li:nth-child(3) figure:before {
          content: '2';
          font-size: 78px;
          position: absolute;
          top: -60px;
          left: -25px;
          color: #02bdcc;
          /* font-style: italic;  */
        }
        #jp-30th-eol #rank-total .rank-total-1_3 li:nth-child(3) figure:before {
          content: '3';
          color: #7a56d0; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-total .rank-total-1_3 {
          padding: 0 20px; }
          #jp-30th-eol #rank-total .rank-total-1_3 li {
            width: 100%;
            margin-bottom: 40px; }
            #jp-30th-eol #rank-total .rank-total-1_3 li:first-child {
              margin-bottom: 40px; }

              #jp-30th-eol #rank-total .rank-total-1_3 li:first-child:after {
                width: 98px;
                height: 77px;
                top: -122px; }
            #jp-30th-eol #rank-total .rank-total-1_3 li figure {
              width: 100%; }
              #jp-30th-eol #rank-total .rank-total-1_3 li figure:before {
                font-size: 65px !important;
                top: -50px !important;
                left: -15px !important;
                width: 3rem; } }
      #jp-30th-eol #rank-total .rank-total-1_3 .btn-box {
        padding: 0 20px; }
    #jp-30th-eol #rank-total .rank-total-4_10 {
      position: relative;
      padding: 65px 0 120px;
      margin: 70px 0 73px; }
      #jp-30th-eol #rank-total .rank-total-4_10:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        max-width: 810px;
        margin: 0 auto;
        width: calc(100% - 170px);
        background: rgba(245, 245, 245, 0.1);
        border-radius: 28px; }
      #jp-30th-eol #rank-total .rank-total-4_10 li {
        margin: 15px 28px 0 28px; }
        #jp-30th-eol #rank-total .rank-total-4_10 li figure {
          position: relative; }
          #jp-30th-eol #rank-total .rank-total-4_10 li figure img {
            margin: auto;
            width: 100%;
            transition: all 0.6s ease; }
          #jp-30th-eol #rank-total .rank-total-4_10 li figure:before {
            position: absolute;
            font-size: 48px;
            /* font-style: italic; */
            font-weight: 800;
            text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
            /*左上(-1, -1)*/
            /*中央上(-1, 0)*/
            /*右上(-1, 1)*/
            top: -30px;
            left: -10px;
            z-index: 2; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-total .rank-total-4_10 li {
            margin: 15px 10px 0 10px; } }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-4 figure:before {
        content: "4"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-5 figure:before {
        content: "5"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-6 figure:before {
        content: "6"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-7 figure:before {
        content: "7"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-8 figure:before {
        content: "8"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-9 figure:before {
        content: "9"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .total-10 figure:before {
        content: "10"; }
      #jp-30th-eol #rank-total .rank-total-4_10 .slick-arrow {
        cursor: pointer;
        position: absolute;
        bottom: 40px;
        width: 22px;
        height: 35px; }
      #jp-30th-eol #rank-total .rank-total-4_10 .prev {
        background: url("../img/btn-slide-left.png") no-repeat;
        background-size: contain;
        right: 220px; }
      #jp-30th-eol #rank-total .rank-total-4_10 .next {
        background: url("../img/btn-slide-right.png") no-repeat;
        background-size: contain;
        right: 150px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-total .rank-total-4_10 {
          padding: 40px 0 90px;
          margin: 20px 0 60px; }
          #jp-30th-eol #rank-total .rank-total-4_10:before {
            max-width: 810px;
            width: calc(100% - 30px);
            border-radius: 14px; }
          #jp-30th-eol #rank-total .rank-total-4_10 .slick-arrow {
            bottom: 20px; }
          #jp-30th-eol #rank-total .rank-total-4_10 .prev {
            background: url("../img/btn-slide-left.png") no-repeat;
            background-size: contain;
            right: calc(50% + 40px); }
          #jp-30th-eol #rank-total .rank-total-4_10 .next {
            background: url("../img/btn-slide-right.png") no-repeat;
            background-size: contain;
            right: calc(50% - 60px); } }
    #jp-30th-eol #rank-total .color-yellow a {
      background: #fbb901; }
    #jp-30th-eol #rank-total .color-yellow:before {
      background: #856202; }



      /* アーティスト */

      #jp-30th-eol #rank-artist {
    margin-top: 120px;
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-artist {
        margin-top: 80px; } }
    /* #jp-30th-eol #rank-artist:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/deco-bg-anime.png") no-repeat;
      background-size: contain;
      width: 100%;
      height: 892px;
      bottom: -404px;
      left: 0;
      z-index: -1; } */
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-artist:after {
          height: 89vw;
          bottom: -42vw; } }
    #jp-30th-eol #rank-artist .inner {
      border: 8px solid #02bdcc;
      background: url("../img/bg-contents.jpg");
      background-size: 100% auto;
      background-size: 103%;
      background-position-x: -25px;
      padding: 75px 0;
      border-radius: 38px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-artist .inner {
          padding: 50px 0 60px;
          background-size: auto; } }
      #jp-30th-eol #rank-artist .inner h3 {
        margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-artist .content-inner {
        width: calc(100% - 30px); } }
    #jp-30th-eol #rank-artist .youtube-box:after {
      content: '';
      background-image: url("../img/onp-artist-01.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 136px;
      height: 155px;
      background-size: contain;
      left: -60px;
      top: -16px;
      animation: fuwari ease-in-out 2s infinite alternate;
      -webkit-animation: fuwari ease-in-out 2s infinite alternate;
      -moz-animation: fuwari ease-in-out 2s infinite alternate; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-artist .youtube-box:after {
          width: 74px;
          height: 86px;
          left: 0px;
          top: -10px; } }
    #jp-30th-eol #rank-artist .youtube-box:before {
      content: '';
      background-image: url("../img/onp-artist-02.png");
      background-repeat: no-repeat;
      position: absolute;
      width: 65px;
      height: 72px;
      background-size: contain;
      right: -60px;
      bottom: 60px;
      z-index: 2;
      animation: fuwari ease-in-out 2s infinite alternate;
      -webkit-animation: fuwari ease-in-out 2s infinite alternate;
      -moz-animation: fuwari ease-in-out 2s infinite alternate;
      animation-delay: 1s; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-artist .youtube-box:before {
          width: 42px;
          height: 48px;
          top: 30px;
          right: -0px; } }
    #jp-30th-eol #rank-artist .youtube-box .youtuve-movie {
      background: #02bdcc; }
    #jp-30th-eol #rank-artist .rank-artist {
      margin: 110px 0 80px;
      background: url("../img/bg-artist.png") no-repeat;
      background-size: contain;
      position: relative;
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-artist .rank-artist {
          margin: 60px 0 80px; } }
      #jp-30th-eol #rank-artist .rank-artist:before {
        content: '';
        position: absolute;
        background: url("../img/chara-03.png") no-repeat;
        width: 174px;
        height: 134px;
        background-size: contain;
        top: 0;
        right: 0;
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-artist .rank-artist:before {
            width: 84px;
            height: 86px;
            top: -63px; } }
      #jp-30th-eol #rank-artist .rank-artist li {
        display: flex;
        align-items: center;
        line-height: 1;
        /* font-style: italic; */
        font-size: 24px;
        margin-bottom: 45px;
        margin-left: 0.5rem;
        text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
        /*左上(-1, -1)*/
        /*中央上(-1, 0)*/
        /*右上(-1, 1)*/ }
        #jp-30th-eol #rank-artist .rank-artist li a {
          margin-left: 50px;
          color: white;
          padding: 0 5px 0 0;
          display: inline-block;
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #d62970 50%);
          background-position: 0 0;
          background-size: 200% auto;
          transition: all .4s ease 0s;
          text-decoration: none; }
          #jp-30th-eol #rank-artist .rank-artist li a:hover {
            cursor: pointer;
            background-position: -100% 0; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-artist .rank-artist li {
            font-size: 20px;
            margin-bottom: 30px; }
            #jp-30th-eol #rank-artist .rank-artist li a {
              margin-left: 30px; } }
        #jp-30th-eol #rank-artist .rank-artist li:nth-child(-n+3) {
          font-size: 60px;
          margin-bottom: 70px;
          margin-left: 0; }
          #jp-30th-eol #rank-artist .rank-artist li:nth-child(-n+3) a {
            font-size: 48px;
            margin-left: 30px; }
          @media screen and (max-width: 767px) {
            #jp-30th-eol #rank-artist .rank-artist li:nth-child(-n+3) {
              font-size: 48px;
              margin-bottom: 45px; }
              #jp-30th-eol #rank-artist .rank-artist li:nth-child(-n+3) a {
                font-size: 36px;
                margin-left: 15px; } }
        #jp-30th-eol #rank-artist .rank-artist li:first-child {
          color: #fbb901; }
        #jp-30th-eol #rank-artist .rank-artist li:nth-child(2) {
          color: #02bdcc; }
        #jp-30th-eol #rank-artist .rank-artist li:nth-child(3) {
          color: #7a56d0; }
        @media screen and (max-width: 767px) {

            #jp-30th-eol #rank-artist .rank-artist li:nth-child(n+4) a {
              text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
              /*左上(-1, -1)*/
              /*中央上(-1, 0)*/
              /*右上(-1, 1)*/ } }
        #jp-30th-eol #rank-artist .rank-artist li:last-child {
          margin-bottom: 0;
          margin-left: 0; }
          #jp-30th-eol #rank-artist .rank-artist li:last-child a {
            margin-left: 40px; }
            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-artist .rank-artist li:last-child a {
                margin-left: 20px; } }
      #jp-30th-eol #rank-artist .rank-artist .btn-box {
        padding: 0 20px; }
      #jp-30th-eol #rank-artist .rank-artist .color-blue {
        background: #02bdcc; }

/* アニメ */

        #jp-30th-eol #rank-anime {
    margin-top: 120px;
    position: relative;
    z-index: 1; }
    /* #jp-30th-eol #rank-anime:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/deco-bg-artist.png") no-repeat;
      background-size: contain;
      width: 100%;
      height: 2388px;
      bottom: -692px;
      left: 0;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-anime:after {
          height: 234vw;
          bottom: -75vw; } } */

          @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-anime {
        margin-top: 80px; } }
    #jp-30th-eol #rank-anime .inner {
      border: 8px solid #7a56d0;
      padding: 75px 0;
      border-radius: 38px;
      position: relative;
      background: url("../img/bg-contents.jpg");
      background-size: 100% auto;
      background-size: 103%;
      background-position-x: -25px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-anime .inner {
          padding: 50px 0 60px;
          background-size: auto; } }
      #jp-30th-eol #rank-anime .inner h3 {
        margin-bottom: 45px; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-anime .inner h3 {
            margin-bottom: 25px; } }

            #jp-30th-eol .top-anime .inner:after {
        content: '';
        position: absolute;
        width: 186px;
        height: 218px;
        background: url("../img/onp-anime-01.png") no-repeat;
        background-size: contain;
        right: 30px;
        bottom: 40px;
        animation: fuwari ease-in-out 2s infinite alternate;
        -webkit-animation: fuwari ease-in-out 2s infinite alternate;
        -moz-animation: fuwari ease-in-out 2s infinite alternate; }

        @media screen and (max-width: 767px) {
          #jp-30th-eol .top-anime .inner:after {
            display: none;
            /* width: 112px;
            height: 134px;
            bottom: -150px; */
           } 
          }

            #jp-30th-eol #rank-anime .rank-anime-1_3 {
      counter-reset: count 0;
      margin-bottom: 75px; }
      #jp-30th-eol #rank-anime .rank-anime-1_3 li {
        /* font-style: italic; */
        position: relative;
        padding-left: 70px;
        margin-bottom: 65px;
        text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
        /*左上(-1, -1)*/
        /*中央上(-1, 0)*/
        /*右上(-1, 1)*/ }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li a {
          color: white;
          display: inline-block;
          padding: 0 5px 0 0;
          display: inline-block;
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #d62970 50%);
          background-position: 0 0;
          background-size: 200% auto;
          transition: all .4s ease 0s;
          text-decoration: none; }
          #jp-30th-eol #rank-anime .rank-anime-1_3 li a:hover {
            cursor: pointer;
            background-position: -100% 0; }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-title {
          font-size: 48px;
          line-height: 1;
          margin-bottom: 30px; }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li p {
          font-size: 24px; }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-artist {
          line-height: 1;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-artist {
              margin-bottom: 15px; }
              #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-artist a {
                font-size: 20px; } }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-txt a {
            font-size: 20px; } }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li:before {
          position: absolute;
          top: -20px;
          left: 0;
          font-size: 60px;
          content: counter(count);
          counter-increment: count 1;
          color: #fbb901; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-anime .rank-anime-1_3 li:nth-child(1) .rank-anime-title a {
            font-size: 27px; } }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li:nth-child(2):before {
          color: #02bdcc; }
        #jp-30th-eol #rank-anime .rank-anime-1_3 li:last-child {
          margin-bottom: 0; }
          #jp-30th-eol #rank-anime .rank-anime-1_3 li:last-child:before {
            color: #7a56d0; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-anime .rank-anime-1_3 {
          padding: 0 20px; }
          #jp-30th-eol #rank-anime .rank-anime-1_3 li {
            padding-left: 40px;
            margin-bottom: 30px; }
            #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-title {
              margin-bottom: 14px !important;
              line-height: 1.2; }
            #jp-30th-eol #rank-anime .rank-anime-1_3 li a {
              font-size: 30px; }
            #jp-30th-eol #rank-anime .rank-anime-1_3 li:before {
              font-size: 42px;
              top: 2px; }
            #jp-30th-eol #rank-anime .rank-anime-1_3 li .rank-anime-txt {
              font-size: 20px;
              line-height: 1.2; }
          #jp-30th-eol #rank-anime .rank-anime-1_3 .btn-box {
            padding: 0 20px; } }




/* バーチャートレース部分 */

        #jp-30th-eol #rank-chart {
          margin-top: 120px;
          z-index: 1;
          position: relative; }
        
          @media screen and (max-width: 767px) {
            #jp-30th-eol #rank-chart {
              margin-top: 80px; } }

              #jp-30th-eol #rank-chart:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                background: url("../img/deco-bg-old.png") no-repeat;
                background-size: contain;
                width: 100%;
                height: 870px;
                bottom: -262px;
                left: 0;
                z-index: -1; }
                @media screen and (max-width: 767px) {
                  #jp-30th-eol #rank-chart:after {
                    height: 86vw;
                    bottom: -28vw; } }
        
            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-chart:after {
                height: 89vw;
                bottom: -42vw; } }

                #jp-30th-eol .rank-youtube-lead-txt {
                  font-size: 30px;
                  margin-bottom: 40px;
                  text-align: center; 
                    text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
                  }

                  @media screen and (max-width: 767px) {
                    #jp-30th-eol .rank-youtube-lead-txt {
                      font-size: 24px;
                      }
                     }


                  #jp-30th-eol #rank-chart .inner {
            border: 8px solid #d62970;
            background: url("../img/bg-contents.jpg");
            background-size: 100% auto;
            background-size: 103%;
            background-position-x: -25px;
            padding: 75px 0;
            border-radius: 38px; }
        
            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-chart .inner {
                padding: 50px 0 60px;
                background-size: auto; } }
        
                #jp-30th-eol #rank-chart .inner h3 {
              margin-bottom: 45px; }
        
              @media screen and (max-width: 767px) {
            #jp-30th-eol #rank-chart .content-inner {
              width: calc(100% - 30px); } }


              #jp-30th-eol #rank-chart .inner .youtube-sogo:before {
                content: '';
                background-image: url("../img/chara-01.png");
                background-repeat: no-repeat;
                position: absolute;
                width: 142px;
                height: 132px;
                background-size: contain;
                right: -54px;
                top: -132px;
                animation: ball 0.5s alternate infinite;
                -webkit-animation: ball 0.5s alternate infinite;
                -moz-animation: ball 0.5s alternate infinite; }
                @media screen and (max-width: 767px) {

                  #jp-30th-eol #rank-chart .inner .youtube-sogo:before {
                    width: 86px;
                    height: 85px;
                    top: -232px;
                    right: -30px; } }


              #jp-30th-eol #rank-chart .sogo:after {
            content: '';
            background-image: url("../img/onp-artist-01.png");
            background-repeat: no-repeat;
            position: absolute;
            width: 136px;
            height: 155px;
            background-size: contain;
            left: -60px;
            top: -16px;
            animation: fuwari ease-in-out 2s infinite alternate;
            -webkit-animation: fuwari ease-in-out 2s infinite alternate;
            -moz-animation: fuwari ease-in-out 2s infinite alternate; }
        
            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-chart .sogo:after {
                width: 74px;
                height: 86px;
                left: 0px;
                top: -10px; } }
        
        
                #jp-30th-eol #rank-chart .sogo:before {
            content: '';
            background-image: url("../img/onp-artist-02.png");
            background-repeat: no-repeat;
            position: absolute;
            width: 65px;
            height: 72px;
            background-size: contain;
            right: -60px;
            bottom: 60px;
            z-index: 2;
            animation: fuwari ease-in-out 2s infinite alternate;
            -webkit-animation: fuwari ease-in-out 2s infinite alternate;
            -moz-animation: fuwari ease-in-out 2s infinite alternate;
            animation-delay: 1s; }

            @media screen and (max-width: 767px) {
              #jp-30th-eol #rank-chart .sogo:before {
                width: 42px;
                height: 48px;
                top: 690px;
                right: -0px; } }
        
                #jp-30th-eol #rank-chart .youtube-box .youtuve-movie {
            background: #d62970; }
        
        
        
        

/* 過去ランキング */


            #jp-30th-eol #old-rank {
    text-align: center;
    margin-top: 150px; }
    #jp-30th-eol #old-rank h2 {
      margin-bottom: 47px;
      font-size: 48px; }
    #jp-30th-eol #old-rank .old-rank-btn-box {
      padding: 0 20px; }
      #jp-30th-eol #old-rank .old-rank-btn-box li:not(:last-child) {
        margin-bottom: 33px; }
  #jp-30th-eol .rank-lead-txt {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center; }
  #jp-30th-eol #bnr-heisei {
    text-align: center;
    margin-top: 120px; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #bnr-heisei {
        margin-top: 80px; } }
    #jp-30th-eol #bnr-heisei .heisei-box {
      width: fit-content;
      position: relative;
      margin: auto;
      padding: 0 20px; }
      #jp-30th-eol #bnr-heisei .heisei-box:before {
        content: '';
        background: url("../img/chara-05.png") no-repeat;
        width: 165px;
        height: 144px;
        background-size: contain;
        right: -30px;
        top: -150px;
        position: absolute;
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #bnr-heisei .heisei-box:before {
            width: 98px;
            height: 86px;
            top: -96px;
            right: 10px; } }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #bnr-heisei .heisei-box {
          margin-top: 126px; } }
  #jp-30th-eol #rank-year {
    margin-top: 120px; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-year {
        margin-top: 80px; } }
    #jp-30th-eol #rank-year .year-rank-btn-box {
      padding: 0 20px; }
      #jp-30th-eol #rank-year .year-rank-btn-box li:not(:last-child) {
        margin-bottom: 33px; }
  #jp-30th-eol #rank-imamukashi {
    margin-top: 190px;
    position: relative;
    z-index: 2; }
    #jp-30th-eol #rank-imamukashi:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/deco-bg-imamukashi.png") no-repeat;
      background-size: contain;
      width: 100%;
      height: 249px;
      top: -74px;
      left: 0;
      z-index: -1; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #rank-imamukashi {
        margin-top: 100px; } }
    #jp-30th-eol #rank-imamukashi h2 {
      margin-bottom: 50px; }
      #jp-30th-eol #rank-imamukashi h2 span {
        color: #d62970; }
    #jp-30th-eol #rank-imamukashi .inner {
      border: 8px solid #d62970;
      padding: 75px 20px;
      box-sizing: border-box;
      border-radius: 38px;
      position: relative;
      text-align: center;
      position: relative;
      background: url("../img/bg-contents.jpg");
      background-size: 103%;
      background-position-x: -25px; }
      @media screen and (max-width: 767px) {
        #jp-30th-eol #rank-imamukashi .inner {
          background-size: auto;
          padding: 50px 20px 60px 20px; } }
      #jp-30th-eol #rank-imamukashi .inner p {
        text-align: center;
        max-width: 635px;
        margin: auto;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-imamukashi .inner p {
            text-align: left; } }
      #jp-30th-eol #rank-imamukashi .inner .btn-style {
        margin-top: 55px; }
        #jp-30th-eol #rank-imamukashi .inner .btn-style:after {
          border-radius: 21px; }
      #jp-30th-eol #rank-imamukashi .inner:before {
        content: '';
        position: absolute;
        width: 118px;
        height: 140px;
        background: url("../img/onp-imamukashi-01.png") no-repeat;
        background-size: contain;
        top: 34px;
        right: 20px;
        animation: fuwari ease-in-out 2s infinite alternate;
        -webkit-animation: fuwari ease-in-out 2s infinite alternate;
        -moz-animation: fuwari ease-in-out 2s infinite alternate; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-imamukashi .inner:before {
            width: 84px;
            height: 100px;
            top: -20px;
            right: -15px; } }
      #jp-30th-eol #rank-imamukashi .inner:after {
        content: '';
        position: absolute;
        width: 138px;
        height: 146px;
        background: url("../img/chara-06.png") no-repeat;
        background-size: contain;
        bottom: 4px;
        left: 20px;
        animation: ball 0.5s alternate infinite;
        -webkit-animation: ball 0.5s alternate infinite;
        -moz-animation: ball 0.5s alternate infinite; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #rank-imamukashi .inner:after {
            width: 98px;
            height: 86px;
            bottom: -136px; } }
  #jp-30th-eol #related-content {
    margin-top: 120px;
    position: relative;
    z-index: 1; }
    #jp-30th-eol #related-content:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      background: url("../img/deco-bg-contents.png") no-repeat;
      background-size: contain;
      width: 100%;
      height: 210px;
      top: -130px;
      left: 0;
      z-index: -1; }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #related-content {
        margin-top: 100px; } }
    #jp-30th-eol #related-content h2 {
      font-size: 48px; }

      #jp-30th-eol #related-content .related-content-box {
      display: flex;
      justify-content: center;
      margin: 63px 0 120px;
      grid-gap: 20px;
      text-align: center; }

      .related-content-box-child{
        width: 30%;
      }
      #jp-30th-eol #related-content .related-content-box .btn-gray:after {
        border-radius: 20px; }
      #jp-30th-eol #related-content .related-content-box p {
        margin-top: 10px; }

        @media screen and (max-width: 767px) {
        #jp-30th-eol #related-content .related-content-box {
          display: block;
          margin: 63px 0; }

          .related-content-box-child{
            width: auto;
          }

          #jp-30th-eol #related-content .related-content-box .related-content-box-child:not(:last-child) {
            margin-bottom: 40px; } }

            #jp-30th-eol #related-content .related-content-note {
      margin-bottom: 24px;
      font-weight: 600;
      font-size: 12px; }
      #jp-30th-eol #related-content .related-content-note .related-content-note-txt {
        font-size: 12px;
        position: relative;
        padding-left: 1rem; }
        #jp-30th-eol #related-content .related-content-note .related-content-note-txt:before {
          content: '※';
          position: absolute;
          left: 0;
          top: 0; }
    #jp-30th-eol #related-content .related-content-title {
      font-weight: 800;
      font-size: 12px; }
    #jp-30th-eol #related-content .related-content-link a {
      color: white;
      border-bottom: 1px solid white;
      padding-bottom: 5px;
      margin-left: 1rem;
      position: relative;
      font-size: 12px; }
      #jp-30th-eol #related-content .related-content-link a:before {
        content: '▶';
        left: -1rem;
        top: 0;
        position: absolute; }
  #jp-30th-eol #end-comment {
    margin-top: 80px; }
    #jp-30th-eol #end-comment .inner {
      background-color: rgba(245, 245, 245, 0.1);
      padding: 65px 20px;
      box-sizing: border-box;
      border-radius: 38px;
      position: relative; }
      #jp-30th-eol #end-comment .inner p {
        color: white;
        /* font-style: italic; */
        text-align: center;
        max-width: 590px;
        margin: 0 auto;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #end-comment .inner p {
            text-align: left; } }
      #jp-30th-eol #end-comment .inner:before {
        content: '';
        position: absolute;
        background: url("../img/chara-07.png") no-repeat;
        width: 140px;
        height: 130px;
        background-size: contain;
        top: -130px;
        right: 90px; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #end-comment .inner:before {
            width: 90px;
            height: 80px;
            top: -80px;
            right: 10px; } }
    @media screen and (max-width: 767px) {
      #jp-30th-eol #end-comment {
        margin-top: 100px; }
        #jp-30th-eol #end-comment .inner {
          padding: 40px 20px; } }
  #jp-30th-eol #share-box {
    margin-top: 80px; }
    #jp-30th-eol #share-box .content-inner {
      position: relative; }
      #jp-30th-eol #share-box .content-inner:after {
        content: '';
        position: absolute;
        width: 164px;
        height: 142px;
        background: url("../img/chara-08.png") no-repeat;
        background-size: contain;
        left: -5px;
        bottom: 0;
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #share-box .content-inner:after {
            width: 98px;
            height: 88px;
            left: 10px; } }
      #jp-30th-eol #share-box .content-inner:before {
        content: '';
        position: absolute;
        width: 164px;
        height: 142px;
        background: url("../img/onp-share-02.png") no-repeat;
        background-size: contain;
        right: -5px;
        top: 0;
        animation: fuwari ease-in-out 2s infinite alternate;
        -webkit-animation: fuwari ease-in-out 2s infinite alternate;
        -moz-animation: fuwari ease-in-out 2s infinite alternate; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #share-box .content-inner:before {
            width: 92px;
            height: 108px;
            top: -40px;
            right: 10px; } }
      #jp-30th-eol #share-box .content-inner h2 {
        text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
        /*左上(-1, -1)*/
        /*中央上(-1, 0)*/
        /*右上(-1, 1)*/
        /* font-style: italic;  */
      }
      #jp-30th-eol #share-box .content-inner .share-inner {
        position: relative;
        padding: 0 20px 120px 20px; }
        @media screen and (max-width: 767px) {
          #jp-30th-eol #share-box .content-inner .share-inner {
            padding: 0px 20px 140px 20px; } }
        #jp-30th-eol #share-box .content-inner .share-inner .share-icons {
          display: flex;
          margin: 40px auto 0;
          justify-content: center; }
          #jp-30th-eol #share-box .content-inner .share-inner .share-icons li {
            width: 33.3%;
            max-width: 84px;
            margin: 0 30px; }
            #jp-30th-eol #share-box .content-inner .share-inner .share-icons li #jp-cmp-sns-facebook-link, #jp-30th-eol #share-box .content-inner .share-inner .share-icons li #jp-cmp-sns-twitter-link, #jp-30th-eol #share-box .content-inner .share-inner .share-icons li #jp-cmp-sns-line-link {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
            #jp-30th-eol #share-box .content-inner .share-inner .share-icons li .btn-gray:after {
              border-radius: 20px;
              height: calc(100% + 4px); }
            #jp-30th-eol #share-box .content-inner .share-inner .share-icons li .btn-gray:hover:after {
              height: calc(100% - 4px); }
          @media screen and (max-width: 767px) {
            #jp-30th-eol #share-box .content-inner .share-inner .share-icons li {
              margin: 0 10px; } }
        #jp-30th-eol #share-box .content-inner .share-inner:before {
          content: '';
          position: absolute;
          width: 65px;
          height: 67px;
          background: url("../img/onp-share-01.png") no-repeat;
          background-size: contain;
          left: 0;
          top: 0px;
          animation: fuwari ease-in-out 2s infinite alternate;
          -webkit-animation: fuwari ease-in-out 2s infinite alternate;
          -moz-animation: fuwari ease-in-out 2s infinite alternate;
          animation-delay: 1s; }
          @media screen and (max-width: 767px) {
            #jp-30th-eol #share-box .content-inner .share-inner:before {
              width: 42px;
              height: 58px;
              top: -50px;
              left: 10px; } }

body, select, input, textarea {
  font: 12px Helvetica, Arial, Tahoma, sans-serif;
  font-family: 'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  color: #3b3b3b; }

#top {
  font-family: "NotoSansCJKjp",'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  margin: 20px 0 0;
  background-image: url("../img/bg.jpg");
  color: #fff; }

html {
  font-size: 100%;
  font-family: sans-serif; }

a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.inner {
  max-width: 990px;
  width: calc(100% - 40px);
  margin: 0 auto; }

.content-inner {
  max-width: 810px;
  width: 100%;
  margin: 0 auto; }

.jp-cmp-share {
  text-align: center;
  margin: auto;
  padding: 26px 0 80px; }
  .jp-cmp-share .jp-cmp-list-social-001 li {
    margin-right: 27px; }
    .jp-cmp-share .jp-cmp-list-social-001 li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .jp-cmp-share {
      padding: 10px 0 70px; }
      .jp-cmp-share .jp-cmp-list-social-001 ul {
        margin: auto;
        text-align: center; } }

@media screen and (max-width: 767px) {
  .btn-box {
    padding: 0 20px; } }

.btn-style {
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transform: translateY(-6px);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-style a {
    background: #d62929;
    color: white;
    width: 100%;
    padding: 18px 0;
    font-size: 18px;
    display: inline-block;
    border-radius: 18px;
    border: 2px solid black;
    position: relative; }
    @media screen and (max-width: 767px) {
      .btn-style a {
        font-size: 16px; } }
  .btn-style:before {
    content: '';
    width: 100%;
    height: calc(100% + 4px);
    background: #a51c1d;
    position: absolute;
    top: 0;
    border-radius: 18px;
    border: 2px solid black;
    left: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn-style:hover {
    transform: translateY(0);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-style:hover:before {
      top: 0;
      height: calc(100% - 4px);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .btn-style.color-blue a {
    background: #02bdcc; }
  .btn-style.color-blue:before {
    background: #006b73; }
  .btn-style.color-yellow a {
    background: #fbb901; }
  .btn-style.color-yellow:before {
    background: #856202; }
  .btn-style.color-purple a {
    background: #7a56d0; }
  .btn-style.color-purple:before {
    background: #563892; }
  .btn-style.color-pink a {
    background: #d62970; }
  .btn-style.color-pink:before {
    background: #a91c55; }

.youtube-box {
  background: rgba(245, 245, 245, 0.1);
  border-radius: 28px;
  position: relative;
  margin-bottom: 30px; }
  .youtube-box:after {
    content: '';
    background-image: url("../img/onp-total-01.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 141px;
    height: 219px;
    background-size: contain;
    left: -60px;
    bottom: -16px;
    animation: fuwari ease-in-out 2s infinite alternate;
    -webkit-animation: fuwari ease-in-out 2s infinite alternate;
    -moz-animation: fuwari ease-in-out 2s infinite alternate; }
  .youtube-box .youtube-box-inner {
    max-width: 608px;
    margin: auto;
    padding: 60px 10px; }
    .youtube-box .youtube-box-inner .rank-lead-txt {
      /* font-style: italic; */
      text-shadow: -1px -1px 0 black, -1px 0 0 black, -1px 1px 0 black, 0 -1px 0 black, 0 1px 0 black, 1px -1px 0 black, 1px 0 0 black, 1px 1px 0 black;
      /*左上(-1, -1)*/
      /*中央上(-1, 0)*/
      /*右上(-1, 1)*/ }
    .youtube-box .youtube-box-inner .youtuve-movie {
      background: #fbb901;
      padding: 15px;
      border: 2px solid black; }
      .youtube-box .youtube-box-inner .youtuve-movie .youtuve-movie-inner {
        position: relative;
        padding-top: calc(9 / 16 * 100%);
        border: 2px solid black; }
        .youtube-box .youtube-box-inner .youtuve-movie .youtuve-movie-inner iframe {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute; }
    .youtube-box .youtube-box-inner .youtube-comment {
      margin: 20px 0 35px; }
    .youtube-box .youtube-box-inner small {
      font-size: 12px;
      font-weight: 300;
      margin-top: 10px;
      display: block;
      color: #dbdbdb; }
  @media screen and (max-width: 767px) {
    .youtube-box {
      border-radius: 14px; }
      .youtube-box:after {
        display: none;
        /* content: '';
        width: 90px;
        height: 140px;
        right: 10px;
        left: auto;
        bottom: -140px;*/
       } 

        .youtube-box .youtube-box-inner {
        padding: 60px 20px; }
        .youtube-box .youtube-box-inner .youtuve-movie {
          padding: 8px; }
         }

.btn-gray {
  transform: translateY(-6px);
  position: relative;
  display: inline-block;
  line-height: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-gray a {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2; }
    .btn-gray a:hover {
      opacity: 1; }
      .btn-gray a:hover img {
        opacity: 1; }
  .btn-gray:after {
    content: '';
    width: calc(100% - 3px);
    height: calc(100% + 6px);
    background: #b2b2b2;
    position: absolute;
    top: 0;
    border-radius: 14px;
    border: 2px solid black;
    left: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn-gray:hover {
    transform: translateY(4px);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn-gray:hover:after {
      top: 0px;
      height: calc(100% - 6px);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.headLine {
  font-size: 68px;
  /* font-style: italic; */
  text-align: center;
  position: relative;
  padding-top: 30px; }
  .headLine span {
    font-size: 40px;
    color: #fbb901;
    display: block; }
  .headLine:before {
    content: '';
    position: absolute;
    background: url("../img/deco-title01.png");
    width: 52px;
    height: 25px;
    background-size: contain;
    left: calc(50% - 26px);
    top: 0px; }
  @media screen and (max-width: 767px) {
    .headLine {
      font-size: 44px !important;
      line-height: 1.2;
      padding: 30px 20px 0 20px; }
      .headLine span {
        font-size: 24px !important;
        margin-top: 10px; } }



/* レポートリンク */

#jp-30th-eol .report-bnr{
  text-align: center;
  background-color: rgba(169, 169, 169, 0.199);
  padding:20px;
  border-radius: 28px;
  max-width: 810px;
  margin:0 auto;
  margin-top:40px;
}

#jp-30th-eol .report-bnr .report-title{
  font-weight: bold;
  font-size:24px;
  margin-bottom:10px;
}

#jp-30th-eol .report-bnr .report-txt{
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #jp-30th-eol .report-bnr{
    border-radius: 14px;
    width: calc(100% - 30px);
  }
  }

  #jp-30th-eol .report-bnr .report-bnr-link {
    transform: translateY(-6px);
    position: relative;
    display: inline-block;
    line-height: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  
  
    #jp-30th-eol .report-bnr .report-bnr-link a {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2; 
  }
  
  
  
  #jp-30th-eol .report-bnr .report-bnr-link a:hover {
      opacity: 1; }
  
      #jp-30th-eol .report-bnr .report-bnr-link a:hover img {
        opacity: 1; }
  
        #jp-30th-eol .report-bnr .report-bnr-link:after {
    content: '';
    width: calc(100% - 3px);
    height: calc(100% + 6px);
    background: #320509;
    position: absolute;
    top: 0;
    border-radius: 21px;
    border: 2px solid black;
    left: 0;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  
    #jp-30th-eol .report-bnr .report-bnr-link:hover {
    transform: translateY(4px);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  
    #jp-30th-eol .report-bnr .report-bnr-link:hover:after {
      top: 0px;
      height: calc(100% - 6px);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  
  
      @media screen and (max-width: 767px) {
        #jp-30th-eol .report-bnr #rank-anchor .report-bnr-link img{
      width: 90%;
    }
  
    #jp-30th-eol .report-bnr .report-bnr-link:after {
    width: calc(100% - 3px);
    height: calc(100% + 3px);
    border-radius: 13px;
  }
  }
  
  