@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png); }
  #title-bar h1 {
    width: 220px; }

#block-ranking > .bg {
  background: url(../img/ranking_bg_sp.png) left top no-repeat;
  background-size: 100%; }
#block-ranking > .inner {
  padding: 20px 0 30px; }
#block-ranking .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0; }
  #block-ranking .box li {
    position: relative; }
    #block-ranking .box li .text .rank {
      font-size: 24px;
      font-style: italic; }
      #block-ranking .box li .text .rank strong {
        font-size: 42px; }
    #block-ranking .box li .text .name {
      margin: 6px 0 0;
      font-size: 15px; }
    #block-ranking .box li .text .description {
      margin: 12px 0 0;
      letter-spacing: -0.05em;
      line-height: 17px;
      font-size: 11px; }
    #block-ranking .box li:nth-child(1) {
      width: 50%; }
      #block-ranking .box li:nth-child(1) .text .rank {
        color: #217fc4;
        text-align: center; }
      #block-ranking .box li:nth-child(1) .text .name {
        text-align: center; }
      #block-ranking .box li:nth-child(1) .text .description {
        padding: 0 0 0 8.235294117647058%; }
      #block-ranking .box li:nth-child(1) .photo {
        margin: 30px 0 0; }
    #block-ranking .box li:nth-child(2) {
      width: 50%; }
      #block-ranking .box li:nth-child(2) .text .rank {
        color: #217fc4;
        text-align: center; }
      #block-ranking .box li:nth-child(2) .text .name {
        text-align: center; }
      #block-ranking .box li:nth-child(2) .text .description {
        padding: 0 0 0 17.470588%; }
      #block-ranking .box li:nth-child(2) .photo {
        width: 80.88235294117648%;
        margin: 10px 0 0; }
    #block-ranking .box li:nth-child(3) {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 16px 0 0; }
      #block-ranking .box li:nth-child(3) .text {
        width: 50%;
        padding: 30px 0 0 8.705882%;
        box-sizing: border-box; }
        #block-ranking .box li:nth-child(3) .text .rank {
          color: #db9969; }
      #block-ranking .box li:nth-child(3) .photo {
        width: 50%; }
    #block-ranking .box li:nth-child(4) {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      justify-content: space-between;
      width: 100%;
      margin: 12px 0 0; }
      #block-ranking .box li:nth-child(4) .text {
        width: 48%;
        padding: 32px 0 0 3%;
        box-sizing: border-box; }
        #block-ranking .box li:nth-child(4) .text .rank {
          color: #a4a4a4; }
      #block-ranking .box li:nth-child(4) .photo {
        width: 52%; }
    #block-ranking .box li:nth-child(5) {
      width: 100%;
      margin: 60px 0 0; }
      #block-ranking .box li:nth-child(5) .text {
        position: relative;
        width: 48%;
        margin: 0 0 0 52%;
        text-align: center; }
        #block-ranking .box li:nth-child(5) .text:before {
          content: '';
          position: absolute;
          z-index: -1;
          left: 50%;
          transform: translateX(-98px);
          top: -30%;
          width: 193px;
          height: 197px;
          background: url(../img/ranking_bubble.png) left top no-repeat;
          background-size: 100%; }
        #block-ranking .box li:nth-child(5) .text .rank {
          color: #dbc52f; }
      #block-ranking .box li:nth-child(5) .photo {
        width: 110%;
        margin: -100px 0 0 -8%; }

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/ }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/ }
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png); }
    #title-bar h1 {
      width: auto; }

  #block-ranking > .bg {
    background: url(../img/ranking_bg_pc.png) left top no-repeat;
    background-size: 100%; }
  #block-ranking > .inner {
    padding: 40px 0 60px; }
  #block-ranking .box {
    width: 950px;
    margin: 70px auto 0;
    transform-origin: center top;
    transform: scale(0.8); }
    #block-ranking .box li {
      position: relative; }
      #block-ranking .box li .text .rank {
        font-size: 47px; }
        #block-ranking .box li .text .rank strong {
          font-size: 84px; }
      #block-ranking .box li .text .name {
        margin: 12px 0 0;
        font-size: 26px; }
      #block-ranking .box li .text .description {
        margin: 20px 0 0;
        line-height: 24px;
        font-size: 16px; }
      #block-ranking .box li:nth-child(1) {
        width: 33.33%; }
        #block-ranking .box li:nth-child(1) .text {
          padding: 0 0 0 80px; }
          #block-ranking .box li:nth-child(1) .text .rank {
            text-align: left; }
          #block-ranking .box li:nth-child(1) .text .name {
            text-align: left; }
          #block-ranking .box li:nth-child(1) .text .description {
            padding: 0%; }
        #block-ranking .box li:nth-child(1) .photo {
          margin: 66px 0 0 -55px;
          width: 373px; }
      #block-ranking .box li:nth-child(2) {
        width: 33.33%; }
        #block-ranking .box li:nth-child(2) .text {
          padding: 0 0 0 100px; }
          #block-ranking .box li:nth-child(2) .text .rank {
            text-align: left; }
          #block-ranking .box li:nth-child(2) .text .name {
            text-align: left; }
          #block-ranking .box li:nth-child(2) .text .description {
            padding: 0; }
        #block-ranking .box li:nth-child(2) .photo {
          width: 267px;
          margin: 32px 50px 0 0; }
      #block-ranking .box li:nth-child(3) {
        width: 33.33%;
        display: block;
        margin: 0; }
        #block-ranking .box li:nth-child(3) .text {
          width: 100%;
          padding: 0 0 0 115px; }
        #block-ranking .box li:nth-child(3) .photo {
          width: 390px;
          margin: 20px 0 0 56px; }
      #block-ranking .box li:nth-child(4) {
        width: 100%;
        margin: -37px 0 0;
        padding: 0 0 0 380px; }
        #block-ranking .box li:nth-child(4) .text {
          width: 247px;
          padding: 113px 0 0 44px;
          margin: 0 -50px 0 0; }
        #block-ranking .box li:nth-child(4) .photo {
          width: 370px; }
      #block-ranking .box li:nth-child(5) {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        margin: 30px 0 0; }
        #block-ranking .box li:nth-child(5) .text {
          position: relative;
          width: 320px;
          margin: 0;
          padding: 80px 0 0; }
          #block-ranking .box li:nth-child(5) .text:before {
            left: 0;
            transform: translateX(0);
            top: 0;
            width: 321px;
            height: 321px;
            background-size: 100% 100%; }
        #block-ranking .box li:nth-child(5) .photo {
          width: 100%;
          margin: -440px 0 0 -78px;
          padding: 0 220px 0 0; } }
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
  #block-ranking .box {
    transform: scale(1); } }
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/ }

/*# sourceMappingURL=index.css.map */
