@charset "utf-8";

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  line-height: 1.4;
}

.wrap {
  width: 100%;
  padding: 0 0 1px;
  background-repeat: repeat, repeat;
  background-position: top center, top center;
  background-size: 600px auto, 300px auto;
  background-attachment: fixed;
  background-color: #f5f5f5;
}

.webp .wrap {
  background-image: url(../img/bg_2.png), url(../img/bg_1.png);
}

.no-webp .wrap {
  background-image: url(../img/bg_2.webp), url(../img/bg_1.webp);
}

.top {
  position: relative;
  width: 100%;
  padding: 3rem 0 0;
  z-index: 2;
}

.top-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-inner::after {
  display: block;
  content: '';
  height: 0;
  padding-top: 76%;
}

.top-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.top-item img {
  width: 100%;
}

.catch {
  position: absolute;
  bottom: 2.8rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.catch span {
  display: inline-block;
  padding: .2em .6em .1em;
  background-color: #c1272d;
  color: #ffee00;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.catch span:first-child {
  margin: 0 0 0.2em;
}

.content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 6rem;
  padding: 60px 80px;
  border-radius: 30px;
  z-index: 2;
}

.lead {
  margin: 0 0 1em;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  transform: translateY(-2rem);
}

.bg-white {
  background-color: #fff;
  border-radius: 0 !important;
}

h2 {
  width: 100%;
  padding: 0 0 0.5em;
  margin: 0 0 0.5em;
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  color: #c1272d;
  line-height: 1.2;
  border-bottom: #000 dashed 1px;
}

h2 span {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #000;
}

p.tb {
  margin: 0 0 0.5em;
  font-size: 22px;
  font-weight: 700;
}

p {
  font-size: 16px;
  text-align: left;
}

.bg-blue {
  background-color: #60d5fc;
}

.bg-pink {
  background-color: #ff75bb;
}

.bg-black {
  position: relative;
  background-color: #2d2d2d;
  z-index: 2;
}

.heading {
  width: 36%;
  margin: 0 auto 1rem;
  padding: 1.6rem;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  border-radius: 100px;
  background-color: #fff;
  border: #2d2d2d solid 2px;
}

p.tbc {
  text-align: center;
  margin: .6em 0 1em;
  font-size: 24px;
  font-weight: 700;
}

.higher {
  position: relative;
  width: 100%;
  margin: 0 0 4rem;
  padding: 3rem 12%;
  background-color: #fff;
}

.higher-name {
  margin: 0 0 .5em;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  color: #c1272d;
  line-height: 1.2;
}

.higher-name span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
}

.higher-thumb {
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
}

.higher-num {
  position: absolute;
  width: 24%;
  top: -34%;
  right: -5%;
}

a.btn {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.22;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #2d2d2d;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 4% auto;
  border: #000 solid 2px;
  border-radius: 0.3em;
}

.btn-bg-rd {
  background-color: #ffee00;
}

.btn-bg-en {
  background-color: #88f1ff;
}

.btn-bg-es {
  background-color: #fbb03b;
}

.btn-bg-ti {
  background-color: #bbe022;
}

.btn-bg-fr {
  background-color: #be82f4;
}

.btn-bg-br {
  background-color: #ff99d1;
}

.btn-bg-id {
  background-color: #00b900;
}

.higher-btn-read {
  width: 40%;
  margin: 1em auto 0;
  font-size: 2.4em;
}

.higher-btn-language {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: .5em 0 0;
  font-size: 1.8em;
}

.higher-btn-language-item {
  width: 32%;
  margin: .5em 2% 0 0;
}

.rank-outer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.rank {
  position: relative;
  width: 47.6%;
  margin: 0 4.3% 4rem 0;
  padding: 2rem 4rem;
  background-color: #fff;
}

.rank:last-child {
  margin: 0;
}

.rank-name {
  margin: 0 0 .5em;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #c1272d;
  line-height: 1.2;
}

.rank-name span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
}

.rank-thumb {
  position: relative;
  width: 100%;
  margin: 0 0 .5rem;
}

.rank-num {
  position: absolute;
  width: 30%;
  top: 1%;
  right: -2%;
}

.rank-btn-read {
  width: 70%;
  margin: .8em auto 0;
  font-size: 2em;
}

.rank-language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 .6em;
}

a.rank-language-item {
  width: 23%;
  margin: 0 2.6% 0 0;
  aspect-ratio: 1 / 0.32;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 12px;
  font-weight: 600;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 6% auto;
  border: #000 solid 2px;
  border-radius: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.max-text {
  margin: 0 0 2rem;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.bnr-max {
  width: 60%;
  margin: 0 auto 2rem;
}

a.btn-2 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.22;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: url(../img/arrow_w.png);
  background-repeat: no-repeat;
  background-position: center right 5%;
  background-size: 4% auto;
  border: #fff solid 2px;
  border-radius: 0.3em;
}

.btn-max {
  width: 38%;
  margin: 0 auto 2rem;
  font-size: 2em;
}

.note {
  width: 60%;
  margin: 0 auto 3rem;
}

.note p {
  font-size: 14px;
  color: #fff;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.apps_box {
  position: relative;
  width: 60%;
  padding: 3rem;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #333333;
  border: #fff solid 2px;
  text-align: center;
  z-index: 2;
}

.apps_box p {
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  z-index: 4;
}

.apps_box p span {
  color: #af3838;
  font-weight: 900;
}

.apps_logo {
  width: 44%;
  margin: 2rem auto;
}

.apps {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.apps_item {
  width: auto;
  height: 5rem;
  margin: 0 4% 0 0;
  line-height: 0;
}

.apps_item:nth-child(2n) {
  margin: 0;
}

.apps_item img {
  width: auto;
  height: 100%;
}

.footer-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 2rem;
  z-index: 2;
}

.bnr-plus {
  width: 40%;
  margin: 0 auto 2rem;
}

.bnr-manga {
  width: 25%;
  margin: 0 auto 4rem;
}

.manga-note {
  padding: 1em 0 0;
  font-size: 11px !important;
}

.social-text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3rem;
}

.social-item {
  width: 70px;
  padding: 0 15px 0;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .pc {
    display: none;
  }

  .wrap {
    background-size: 300px auto, 150px auto;
  }

  .webp .wrap {
    background-image: url(../img/bg_2.png), url(../img/bg_1.png);
  }

  .no-webp .wrap {
    background-image: url(../img/bg_2.webp), url(../img/bg_1.webp);
  }

  .top {
    padding: 2rem 0 0;
  }

  .top-inner::after {
    padding-top: 102%;
  }

  .catch {
    bottom: 0;
  }

  .catch span {
    padding: .3em .6em .25em;
    font-size: 5.87vw;
    /* 22px */
  }

  .content {
    margin: 0 auto 3rem;
    padding: 2rem 1.5rem;
    border-radius: 15px;
  }

  .lead {
    margin: 1em 0 1.5em;
    font-size: 4.27vw;
    /* 16px */
    transform: translateY(0);
  }

  h2 {
    font-size: 6.67vw;
    /* 25px */
  }

  h2 span {
    font-size: 5.87vw;
    /* 22px */
  }

  p.tb {
    font-size: 4.27vw;
    /* 16px */
  }

  p {
    font-size: 3.73vw;
    /* 14px */
  }

  .heading {
    width: 70%;
    padding: 1rem;
    font-size: 4.27vw;
    /* 16px */
  }

  p.tbc {
    font-size: 3.73vw;
    /* 14px */
  }

  .higher {
    margin: 0 0 3rem;
    padding: 1.5rem 2rem 2rem;
  }

  .higher-name {
    font-size: 6.40vw;
    /* 24px */
    text-align: left;
  }

  .higher-name span {
    font-size: 3.73vw;
    /* 14px */
  }

  .higher-thumb {
    margin: 0 0 1rem;
  }

  .higher-num {
    width: 30%;
    top: -52%;
    right: -5%;
  }

  a.btn {
    aspect-ratio: 1 / 0.26;
    border: #2d2d2d solid 1.5px;
  }

  .higher-btn-read {
    width: 80%;
    margin: .5em auto 0;
    font-size: 5.33vw;
    /* 20px */
  }

  .higher-btn-language {
    justify-content: start;
    font-size: 3.73vw;
    /* 14px */
  }

  .higher-btn-language-item {
    width: 48%;
    margin: .5em 4% 0 0;
  }

  .higher-btn-language-item:nth-child(2n) {
    margin: .5em 0 0 0;
  }

  .rank {
    width: 48%;
    margin: 0 4% 1.2rem 0;
    padding: 1rem;
  }

  .rank:nth-child(2n) {
    margin: 0 0 1.2rem 0;
  }

  .rank-name {
    text-align: left;
    font-size: 3.73vw;
    /* 14px */
  }

  .btm-1 {
    aspect-ratio: 1 / 0.323;
  }

  .btm-2 {
    aspect-ratio: 1 / 0.358;
  }

  .rank-name span {
    font-size: 2.93vw;
    /* 11px */
  }

  .rank-thumb {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .rank-num {
    width: 40%;
    top: 1%;
    right: -5%;
  }

  .rank-num-2 {
    top: 1%;
    right: -5%;
  }

  .rank-btn-read {
    width: 100%;
    margin: .6em auto 0;
    font-size: 3.47vw;
    /* 13px */
  }

  .rank-language {
    align-items: flex-start;
    margin: 0 0 .6em;
    font-size: 1.6em;
  }

  a.rank-language-item {
    width: 48%;
    margin: .5em 4% 0 0;
    font-size: 2.6vw;
    border: #000 solid 1px;
  }

  .rank-language-item-h {
    aspect-ratio: 1 / 0.376;
  }

  .rank-language-item:nth-child(2n) {
    margin: .5em 0 0 0;
  }

  .max-text {
    margin: 0 0 2rem;
    font-size: 4.27vw;
    /* 16px */
    text-align: left;
  }

  .bnr-max {
    width: 100%;
    margin: 0 auto 2rem;
  }

  a.btn-2 {
    aspect-ratio: 1 / 0.20;
    background-size: 3% auto;
    border: #fff solid 1.5px;
  }

  .btn-max {
    width: 100%;
    margin: 0 auto 2rem;
    font-size: 5.33vw;
    /* 20px */
  }

  .note {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .note p {
    font-size: 3.20vw;
    /* 12px */
  }

  .apps_box {
    width: 100%;
    padding: 1.5rem;
    border-radius: 15px;
  }

  .apps_box p {
    font-size: 3.73vw;
    /* 14px */
  }

  .apps_logo {
    width: 60%;
    margin: 2rem auto;
  }

  .apps_item {
    height: 4rem;
  }

  .bnr-plus {
    width: 90%;
  }

  .bnr-manga {
    width: 60%;
    margin: 0 auto 3rem;
  }

  .manga-note {
    text-align: center;
    font-size: 2.2vw !important;
  }

  .social-text {
    font-size: 5.33vw;
    /* 20px */
  }

}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .catch span {
    padding: .2em .6em .1em;
    font-size: 4.17vw;
    /* 32px */
  }

  .catch span:first-child {
    margin: 0 0 0.2em;
  }

  .content {
    margin: 0 auto 6rem;
    padding: 3rem 4rem;
    border-radius: 30px;
    z-index: 2;
  }

  .lead {
    font-size: 2.86vw;
    /* 22px */
  }

  h2 {
    font-size: 5.21vw;
    /* 40px */
  }

  h2 span {
    font-size: 3.91vw;
    /* 30px */
  }

  p.tb {
    font-size: 2.60vw;
    /* 20px */
  }

  p {
    font-size: 1.82vw;
    /* 14px */
  }

  .heading {
    width: 40%;
    font-size: 2.60vw;
    /* 20px */
  }

  p.tbc {
    font-size: 2.60vw;
    /* 20px */
  }

  .higher {
    margin: 0 0 4rem;
    padding: 3rem 4rem;
  }

  .higher-name {
    font-size: 4.95vw;
    /* 38px */
  }

  .higher-name span {
    font-size: 2.60vw;
    /* 20px */
  }

  .higher-btn-read {
    width: 50%;
    font-size: 3.13vw;
    /* 24px */
  }

  .higher-btn-language {
    font-size: 2.08vw;
    /* 16px */
  }

  .higher-btn-language-item:nth-child(3n) {
    margin: .5em 0 0 0;
  }

  .rank:nth-child(2n) {
    margin: 0 0 2rem 0;
  }

  .rank {
    margin: 0 4.3% 3rem 0;
    padding: 2rem;
  }

  .rank-name {
    font-size: 2.86vw;
    /* 22px */
  }

  .rank-name span {
    font-size: 2.08vw;
    /* 16px */
  }

  .rank-btn-read {
    width: 80%;
    font-size: 2.60vw;
    /* 20px */
  }

  .rank-language {
    font-size: 1.82vw;
    margin: 0 0 .6em;
  }

  .rank-language-item {
    aspect-ratio: 1 / 0.4;
    font-size: 1.4vw;
  }

  .rank-language-item:nth-child(4n) {
    margin: 0 0 0 0;
  }

  .max-text {
    font-size: 2.34vw;
    /* 18px */
  }

  .bnr-max {
    width: 80%;
  }

  .btn-max {
    width: 60%;
    font-size: 3.13vw;
    /* 24px */
  }

  .note {
    width: 80%;
  }

  .note p {
    font-size: 1.82vw;
    /* 14px */
    color: #fff;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }

  .apps_box {
    width: 80%;
  }

  .apps_box p {
    position: relative;
    text-align: center;
    font-size: 2.60vw;
    /* 20px */
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    z-index: 4;
  }

  .bnr-plus {
    width: 60%;
  }

  .bnr-manga {
    width: 30%;
  }

  .social-text {
    font-size: 3.13vw;
    /* 24px */
    font-weight: 600;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .higher-btn-language-item:nth-child(3n) {
    margin: .5em 0 0 0;
  }

  .rank:nth-child(2n) {
    margin: 0 0 2rem 0;
  }

  .rank-language-item:nth-child(4n) {
    margin: 0 0 0 0;
  }

  a.rank-language-item:hover {
    background-color: #fff;
  }

  a.btn:hover {
    color: #2d2d2d;
    background-color: #fff;
    background-image: url(../img/arrow.png);
  }

  a.btn-2:hover {
    color: #2d2d2d;
    background-color: #fff;
    background-image: url(../img/arrow.png);
  }

  a.btn_opacity img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_opacity img:hover {
    opacity: 0.7;
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}