@charset "UTF-8";
body {
  font-family: "Noto sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .u-header-spacer {
    height: 3.75rem;
  }
}

.remodal {
  padding: 0 !important;
}
.remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
.remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2121212121vw;
  }
}
@media (min-width: 1320px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

body.fixed {
  overflow: hidden;
}

.container {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
}

/* Remove default margin */
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    height: 4.6875rem;
  }
}
header .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 2.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .head_logo {
  width: auto;
  height: 70%;
}
@media screen and (min-width: 768px) {
  header .head_logo {
    height: 50%;
  }
}
header .head_logo img {
  width: auto;
  height: 100%;
}
header .head_nav {
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 65vw;
  height: 100vh;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .head_nav {
    display: none;
  }
}
header .head_nav.active {
  opacity: 1;
  visibility: visible;
}
header .head_nav_item:first-of-type {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
header .head_nav_item strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  padding: 0 5%;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e433e8;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
}
header .head_nav_item ul {
  width: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .head_nav_item ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
header .head_nav_item ul li a {
  width: 100%;
  padding: 7px 3%;
  padding: 0.4375rem 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.17;
}
header .head_ham {
  position: relative;
  display: block;
  height: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  header .head_ham {
    display: none;
  }
}
header .head_ham span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head_ham span:first-of-type {
  top: calc(50% - 0.4375rem);
}
header .head_ham span:nth-of-type(2) {
  top: 50%;
}
header .head_ham span:last-of-type {
  top: calc(50% + 0.4375rem);
}
header .head_ham.active span {
  background-color: #fff;
}
header .head_ham.active span:first-of-type {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .head_ham.active span:nth-of-type(2) {
  opacity: 0;
}
header .head_ham.active span:last-of-type {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .head_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head_bg.active {
  opacity: 1;
  visibility: visible;
}

#top {
  max-height: 100vh;
  overflow: hidden;
}
#top body {
  font-family: "Noto sans JP", sans-serif;
}
#top .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #top .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #top .u-mobile {
    display: none;
  }
}
#top .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #top .u-header-spacer {
    height: 3.75rem;
  }
}
#top .remodal {
  padding: 0 !important;
}
#top .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#top .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#top .mv {
  width: 100%;
  padding: 17px 0;
  padding: 1.0625rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #top .mv {
    padding: 3.125rem 0;
  }
}
#top .mv_cont {
  position: relative;
  width: 100%;
  padding: 20px 0 13px;
  padding: 1.25rem 0 0.8125rem;
  border: 1px solid #e433e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/top/mv_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top .mv_cont {
    padding: 2.5rem 0 1.5625rem;
    border-width: 2px;
  }
}
#top .mv_cont::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-right: 0.625rem solid transparent;
  border-left: 10px solid transparent;
  border-left: 0.625rem solid transparent;
  border-top: 13px solid #e433e8;
  border-top: 0.8125rem solid #e433e8;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top .mv_cont::before {
    border-right: 0.9375rem solid transparent;
    border-left: 0.9375rem solid transparent;
    border-top: 1.25rem solid #e433e8;
  }
}
#top .mv_cont::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-right: 0.5625rem solid transparent;
  border-left: 9px solid transparent;
  border-left: 0.5625rem solid transparent;
  border-top: 12px solid #ffffff;
  border-top: 0.75rem solid #ffffff;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #top .mv_cont::after {
    border-right: 0.8125rem solid transparent;
    border-left: 0.8125rem solid transparent;
    border-top: 1.0625rem solid #ffffff;
  }
}
#top .mv_cont h1 {
  width: 100%;
  padding: 7px 0;
  padding: 0.4375rem 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background-color: rgba(0, 0, 0, .5);
  font-size: 23px;
  font-size: 1.4375rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3043;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .mv_cont h1 {
    padding: 0.625rem 0;
    margin-bottom: 1.25rem;
    font-size: 2.8125rem;
  }
}
#top .mv_cont p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .mv_cont p {
    font-size: 1.875rem;
  }
}
#top body {
  font-family: "Noto sans JP", sans-serif;
}
#top .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #top .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #top .u-mobile {
    display: none;
  }
}
#top .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #top .u-header-spacer {
    height: 3.75rem;
  }
}
#top .remodal {
  padding: 0 !important;
}
#top .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#top .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#top .tab {
  width: 100%;
  padding: 25px 0 35px;
  padding: 1.5625rem 0 2.1875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #top .tab {
    padding: 3.125rem 0 4.0625rem;
  }
}
#top .tab_cont {
  width: 100%;
  padding: 28px 0 37px;
  padding: 1.75rem 0 2.3125rem;
  margin: 0 auto;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  #top .tab_cont {
    width: 100%;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  #top .tab_cont {
    width: 75%;
    padding: 2rem 0 3.75rem;
  }
}
#top .tab_cont_top {
  width: 100%;
  padding: 13px 0;
  padding: 0.8125rem 0;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
  background-color: #6b6b6b;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .tab_cont_top {
    padding: 1.375rem 0;
    margin-bottom: 3.75rem;
    font-size: 1.5rem;
  }
}
#top .tab_cont_tab {
  display: block;
  width: 90%;
  max-width: 510px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #top .tab_cont_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top .tab_cont_tab_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 210px;
  padding: 15px 3%;
  padding: 0.9375rem 3%;
  margin: 0 auto;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f2f2;
}
@media screen and (min-width: 600px) {
  #top .tab_cont_tab_item {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #top .tab_cont_tab_item {
    padding: 1.125rem 3.5%;
  }
}
#top .tab_cont_tab_item:not(:last-of-type) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  #top .tab_cont_tab_item:not(:last-of-type) {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  #top .tab_cont_tab_item:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
}
#top .tab_cont_tab_item .icon {
  display: none;
  width: 23px;
  width: 1.4375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  #top .tab_cont_tab_item .icon {
    width: 2rem;
    margin-right: 0.625rem;
  }
}
#top .tab_cont_tab_item p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #top .tab_cont_tab_item p {
    font-size: 1.25rem;
  }
}
#top .tab_cont_tab_item .arrow {
  width: 25px;
  width: 1.5625rem;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #top .tab_cont_tab_item .arrow {
    width: 1.875rem;
  }
}

#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .page-title {
  width: 100%;
  padding: 17px 0;
  padding: 1.0625rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #ranking .page-title {
    padding: 3.125rem 0;
  }
}
#ranking .page-title_cont {
  position: relative;
  width: 100%;
  padding: 20px 0 13px;
  padding: 1.25rem 0 0.8125rem;
  border: 1px solid #e433e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/top/mv_bg.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont {
    padding: 2.5rem 0 1.5625rem;
    border-width: 2px;
  }
}
#ranking .page-title_cont::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-right: 0.625rem solid transparent;
  border-left: 10px solid transparent;
  border-left: 0.625rem solid transparent;
  border-top: 13px solid #e433e8;
  border-top: 0.8125rem solid #e433e8;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont::before {
    border-right: 0.9375rem solid transparent;
    border-left: 0.9375rem solid transparent;
    border-top: 1.25rem solid #e433e8;
  }
}
#ranking .page-title_cont::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-right: 0.5625rem solid transparent;
  border-left: 9px solid transparent;
  border-left: 0.5625rem solid transparent;
  border-top: 12px solid #ffffff;
  border-top: 0.75rem solid #ffffff;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont::after {
    border-right: 0.8125rem solid transparent;
    border-left: 0.8125rem solid transparent;
    border-top: 1.0625rem solid #ffffff;
  }
}
#ranking .page-title_cont h1 {
  width: 100%;
  padding: 7px 0;
  padding: 0.4375rem 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  background-color: rgba(0, 0, 0, .5);
  font-size: 23px;
  font-size: 1.4375rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3043;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont h1 {
    padding: 0.625rem 0;
    margin-bottom: 1.25rem;
    font-size: 2.8125rem;
  }
}
#ranking .page-title_cont p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont p {
    font-size: 1.875rem;
  }
}
#ranking .page-title_cont p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #ranking .page-title_cont p span {
    font-size: 2.5rem;
  }
}
#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .toc {
  width: 100%;
  padding: 25px 0;
  padding: 1.5625rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #ranking .toc {
    padding: 3.125rem 0;
  }
}
#ranking .toc_cont {
  width: 100%;
  padding: 15px 3%;
  padding: 0.9375rem 3%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont {
    width: 87%;
    padding: 1.875rem 5%;
  }
}
#ranking .toc_cont_item:not(:last-of-type) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont_item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
#ranking .toc_cont_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#ranking .toc_cont_item_arrow {
  width: 23px;
  width: 1.4375rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont_item_arrow {
    width: 1.875rem;
    margin-right: 0.625rem;
  }
}
#ranking .toc_cont_item_txt {
  width: calc(100% - 1.875rem);
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont_item_txt {
    width: calc(100% - 2.5rem);
  }
}
#ranking .toc_cont_item_txt strong {
  display: block;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.07;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont_item_txt strong {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
  }
}
#ranking .toc_cont_item_txt p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #ranking .toc_cont_item_txt p {
    font-size: 1.0625rem;
  }
}
#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .ranking {
  width: 100%;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  #ranking .ranking {
    padding: 3.125rem 0;
  }
}
#ranking .ranking_cont_item {
  width: 100%;
  padding: 20px 0 35px;
  padding: 1.25rem 0 2.1875rem;
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item {
    padding: 2.5rem 0 4.6875rem;
  }
}
#ranking .ranking_cont_item:not(:last-of-type) {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
}
#ranking .ranking_cont_item_title {
  position: relative;
  width: 100%;
  padding: 3px 0 7px;
  padding: 0.1875rem 0 0.4375rem;
  padding-left: 67px;
  padding-left: 4.1875rem;
  padding-right: 1.5%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_title {
    padding: 0.9375rem 0;
    padding-left: 6.875rem;
    margin-bottom: 3.125rem;
  }
}
#ranking .ranking_cont_item_title .num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-14%, -50%);
          transform: translate(-14%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  width: 4.0625rem;
  aspect-ratio: 1/1;
  border: 5px solid #000000;
  border: 0.3125rem solid #000000;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_title .num {
    width: 6.25rem;
    border-width: 0.625rem;
    font-size: 3.125rem;
  }
}
#ranking .ranking_cont_item_title .num.gold {
  border-color: #d2ae2c;
}
#ranking .ranking_cont_item_title .num.silver {
  border-color: #c2c2c2;
}
#ranking .ranking_cont_item_title .num.copper {
  border-color: #ca9077;
}
#ranking .ranking_cont_item_title h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_title h2 {
    font-size: 1.875rem;
  }
}
#ranking .ranking_cont_item_title h2 span {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_title h2 span {
    margin-right: 0.625rem;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_img {
  width: 90%;
  margin: 0 auto 18px;
  margin: 0 auto 1.125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_img {
    margin-bottom: 3rem;
  }
}
#ranking .ranking_cont_item_img img {
  width: 100%;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_img img {
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
            box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  }
}
#ranking .ranking_cont_item_point {
  position: relative;
  width: 90%;
  padding: 60px 5% 25px;
  padding: 3.75rem 5% 1.5625rem;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  border: 2px solid #e433e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point {
    padding: 7.5rem 3% 3.125rem;
    margin-bottom: 3.125rem;
  }
}
#ranking .ranking_cont_item_point_top {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  left: 0;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border-radius: 3px 0 0 3px;
  background-color: #e433e8;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point_top {
    top: 2.3125rem;
    padding: 0.625rem 1.25rem;
  }
}
#ranking .ranking_cont_item_point_top .triangle {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}
#ranking .ranking_cont_item_point_top img {
  width: 25px;
  width: 1.5625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point_top img {
    width: 2.5rem;
    margin-right: 0.8125rem;
  }
}
#ranking .ranking_cont_item_point_top p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point_top p {
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_point h3 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.285;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_point > p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point > p {
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_point > p span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point > p span {
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_point > p:not(:last-of-type) {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_point > p:not(:last-of-type) {
    margin-bottom: 1.0625rem;
  }
}
#ranking .ranking_cont_item_detail {
  width: 90%;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_detail {
    margin-bottom: 3.125rem;
  }
}
#ranking .ranking_cont_item_detail h3 {
  width: 100%;
  padding: 7px 4%;
  padding: 0.4375rem 4%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #717171;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_detail h3 {
    padding: 0.625rem 2.5%;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_detail_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 15px 3%;
  padding: 0.9375rem 3%;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_detail_list_item {
    padding: 1.25rem 5%;
  }
}
#ranking .ranking_cont_item_detail_list_item:nth-of-type(odd) {
  background-color: #ffffff;
}
#ranking .ranking_cont_item_detail_list_item:nth-of-type(even) {
  background-color: #fafafa;
}
#ranking .ranking_cont_item_detail_list_item .heading {
  width: 85px;
  width: 5.3125rem;
  margin-right: 17px;
  margin-right: 1.0625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.17;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_detail_list_item .heading {
    width: 7.5rem;
    margin-right: 3.125rem;
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_detail_list_item .content {
  width: calc(100% - 6.375rem);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.17;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_detail_list_item .content {
    width: calc(100% - 10.625rem);
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_voice {
  width: 90%;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice {
    margin-bottom: 3.125rem;
  }
}
#ranking .ranking_cont_item_voice h3 {
  width: 100%;
  padding: 7px 4%;
  padding: 0.4375rem 4%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #717171;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice h3 {
    padding: 0.625rem 2.5%;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_voice_item {
  width: 100%;
  padding: 20px 5.5%;
  padding: 1.25rem 5.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item {
    padding: 2.1875rem 5.5%;
  }
}
#ranking .ranking_cont_item_voice_item:last-of-type {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item:last-of-type {
    margin-top: 1.25rem;
  }
}
#ranking .ranking_cont_item_voice_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_top {
    margin-bottom: 1.25rem;
  }
}
#ranking .ranking_cont_item_voice_item_top_img {
  width: 40%;
  aspect-ratio: 1/1;
  margin-right: 5%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_top_img {
    width: 25%;
    margin-right: 3%;
  }
}
#ranking .ranking_cont_item_voice_item_top_txt {
  width: 55%;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_top_txt {
    width: 72%;
  }
}
#ranking .ranking_cont_item_voice_item_top_txt h4 {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  border-bottom: 2px solid #e433e8;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_top_txt h4 {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
    font-size: 1.5625rem;
  }
}
#ranking .ranking_cont_item_voice_item_top_txt p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.17;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_top_txt p {
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_voice_item_bottom {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_voice_item_bottom {
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_company {
  width: 90%;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_company {
    margin-bottom: 3.125rem;
  }
}
#ranking .ranking_cont_item_company h3 {
  width: 100%;
  padding: 7px 4%;
  padding: 0.4375rem 4%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #717171;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_company h3 {
    padding: 0.625rem 2.5%;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_company_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 15px 3%;
  padding: 0.9375rem 3%;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_company_list_item {
    padding: 1.25rem 5%;
  }
}
#ranking .ranking_cont_item_company_list_item:nth-of-type(odd) {
  background-color: #ffffff;
}
#ranking .ranking_cont_item_company_list_item:nth-of-type(even) {
  background-color: #fafafa;
}
#ranking .ranking_cont_item_company_list_item .heading {
  width: 55px;
  width: 3.4375rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.17;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_company_list_item .heading {
    width: 5rem;
    margin-right: 5.3125rem;
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_company_list_item .content {
  width: calc(100% - 5.3125rem);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.17;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_company_list_item .content {
    width: calc(100% - 10.3125rem);
    font-size: 1.0625rem;
  }
}
#ranking .ranking_cont_item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #e433e8;
  -webkit-box-shadow: 1px 3px 0px rgba(0, 0, 0, .4);
          box-shadow: 1px 3px 0px rgba(0, 0, 0, .4);
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_btn {
    width: 75%;
    max-width: 580px;
    padding: 1.875rem 0;
    -webkit-box-shadow: 2px 6px 0px rgba(0, 0, 0, .4);
            box-shadow: 2px 6px 0px rgba(0, 0, 0, .4);
  }
}
#ranking .ranking_cont_item_btn p {
  margin-right: 7px;
  margin-right: 0.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.1875;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_btn p {
    margin-right: 0.625rem;
    font-size: 1.25rem;
  }
}
#ranking .ranking_cont_item_btn img {
  width: 13px;
  width: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #ranking .ranking_cont_item_btn img {
    width: 1.4375rem;
  }
}
#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .catch {
  width: 100%;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  #ranking .catch {
    padding: 3.125rem 0;
  }
}
#ranking .catch p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #ranking .catch p {
    font-size: 1.0625rem;
  }
}
#ranking .catch p span {
  background-color: rgba(228, 51, 232, .2);
  font-weight: 700;
}
#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .choose {
  width: 100%;
  background-color: #fff;
}
#ranking .choose_bg {
  width: 100%;
  padding: 25px 0;
  padding: 1.5625rem 0;
  background: #f2f2f2 repeating-linear-gradient(-45deg, #fff, #fff 1px, #f2f2f2 0, #f2f2f2 9px);
}
@media screen and (min-width: 768px) {
  #ranking .choose_bg {
    padding: 3.125rem 0;
    background: #f2f2f2 repeating-linear-gradient(-45deg, #fff, #fff 1px, #f2f2f2 0, #f2f2f2 19px);
  }
}
#ranking .choose_toc {
  width: 100%;
  padding: 15px 3% 30px;
  padding: 0.9375rem 3% 1.875rem;
  margin: 0 auto;
  border: 2px solid #c2c2c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc {
    padding: 1.875rem 5% 3.75rem;
  }
}
#ranking .choose_toc_title {
  width: 100%;
  padding: 7px 0;
  padding: 0.4375rem 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  background-color: #e433e8;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_title {
    padding: 0.625rem 0;
    margin-bottom: 1.875rem;
    font-size: 1.4375rem;
  }
}
#ranking .choose_toc_list_item:not(:last-of-type) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_list_item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
#ranking .choose_toc_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#ranking .choose_toc_list_item_arrow {
  width: 23px;
  width: 1.4375rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_list_item_arrow {
    width: 1.875rem;
    margin-right: 0.625rem;
  }
}
#ranking .choose_toc_list_item_txt {
  width: calc(100% - 1.875rem);
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_list_item_txt {
    width: calc(100% - 2.5rem);
  }
}
#ranking .choose_toc_list_item_txt strong {
  display: block;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.07;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_list_item_txt strong {
    margin-bottom: 0.3125rem;
    font-size: 1.25rem;
  }
}
#ranking .choose_toc_list_item_txt p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #ranking .choose_toc_list_item_txt p {
    font-size: 1.0625rem;
  }
}
#ranking .choose_cont {
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont {
    padding: 3.125rem 0;
  }
}
#ranking .choose_cont_item:not(:last-of-type) {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
}
#ranking .choose_cont_item h4 {
  width: 100%;
  padding: 7px 4%;
  padding: 0.4375rem 4%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #868686;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item h4 {
    padding: 0.625rem 2.5%;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}
#ranking .choose_cont_item img {
  width: 90%;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item img {
    margin-bottom: 1.875rem;
  }
}
#ranking .choose_cont_item strong {
  display: block;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item strong {
    margin-bottom: 0.625rem;
  }
}
#ranking .choose_cont_item strong span {
  background-color: rgba(228, 51, 232, .2);
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item strong span {
    font-size: 1.25rem;
  }
}
#ranking .choose_cont_item p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item p {
    font-size: 1.0625rem;
  }
}
#ranking .choose_cont_item p:not(:last-of-type) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  #ranking .choose_cont_item p:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
#ranking body {
  font-family: "Noto sans JP", sans-serif;
}
#ranking .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #ranking .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #ranking .u-mobile {
    display: none;
  }
}
#ranking .u-blue-gradation-text {
  color: #0909c6;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to right, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-blue-gradation-text-r {
  color: #0909c6;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #41bdce), to(#0909c6));
  background: linear-gradient(to left, #41bdce 0, #0909c6 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-orange-gradation-text {
  color: #f75c03;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f75c03), color-stop(40%, #f75c03), to(#f0ca67));
  background: linear-gradient(to right, #f75c03 0, #f75c03 40%, #f0ca67 100%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ranking .u-header-spacer {
  width: 100%;
  height: 52px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  #ranking .u-header-spacer {
    height: 3.75rem;
  }
}
#ranking .remodal {
  padding: 0 !important;
}
#ranking .remodal .remodal-close {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-size: 25px;
  color: #000;
}
#ranking .remodal img {
  width: 100%;
  aspect-ratio: 1/0.5625;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#ranking .backtop {
  position: fixed;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 7000;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #ranking .backtop {
    padding: 1.25rem 0;
  }
}
#ranking .backtop.active {
  opacity: 1;
  visibility: visible;
}
#ranking .backtop a {
  width: 90%;
  max-width: 500px;
  padding: 13px 0;
  padding: 0.8125rem 0;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #e433e8;
  -webkit-box-shadow: 1px 3px 0 rgba(0, 0, 0, .4);
          box-shadow: 1px 3px 0 rgba(0, 0, 0, .4);
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ranking .backtop a {
    padding: 1.5625rem 0;
    -webkit-box-shadow: 2px 6px 0 rgba(0, 0, 0, .4);
            box-shadow: 2px 6px 0 rgba(0, 0, 0, .4);
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
