@charset "UTF-8";
/*! Writen by SCSS */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,600;1,600&family=Kiwi+Maru&display=swap");
.sec_head {
  background: url("../images/common/head_img.webp") center/cover no-repeat;
}
.sec_head .main_head {
  color: #333;
}
.darkmode .sec_head {
  background: #3e3e3e;
}
.darkmode .sec_head .main_head {
  color: #fff;
}

.darkmode .bread_outer {
  color: #fff;
}

.page_ttl {
  padding: 185px 20px 80px;
}
@media screen and (max-width: 960px) {
  .page_ttl {
    padding: 90px 20px 40px;
  }
}

.bg {
  margin: 0 auto;
}

@media screen and (max-width: 520px) {
  .img_cap .cap, .img_cap span {
    font-size: 10px;
  }
}

.contaner .inner {
  max-width: 1280px;
  width: calc(100% - 80px);
  margin: 0 auto;
  margin-top: 56px;
}
@media screen and (max-width: 960px) {
  .contaner .inner {
    width: calc(100% - 40px);
    margin-top: 28px;
  }
}
.contaner h3 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #358fb6;
  margin-bottom: 40px;
  line-height: 1.4;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .contaner h3 {
    font-size: clamp(24px, 0.907rem + 1.82vw, 32px);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 520px) {
  .contaner h3 {
    font-size: clamp(16px, 0.2rem + 4vw, 24px);
    margin-bottom: 16px;
  }
}
.darkmode .contaner h3 {
  color: #ffe779;
}
.contaner .hr_line {
  border-top: 6px solid #ffe779;
  width: 5em;
  margin: 0 auto;
  border-radius: 8vh;
  margin-bottom: 2em;
}

.sec_txt {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .sec_txt {
    font-size: clamp(16px, 0.407rem + 1.82vw, 24px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .sec_txt {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.pickup .pickup_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}
.pickup .pickup_wrap .pickup_items {
  position: relative;
  display: grid;
  row-gap: 24px;
  justify-content: center;
  justify-items: center;
  padding-inline: 16px;
  padding-block: 48px;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items {
    padding-block: 32px;
  }
}
.pickup .pickup_wrap .pickup_items:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}
.pickup .pickup_wrap .pickup_items:nth-child(1):before {
  background: center/cover no-repeat url(../images/voice/pickup_item01.webp);
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items:nth-child(1):before {
    background: center/cover no-repeat url(../images/voice/pickup_item01_sp.webp);
  }
}
.pickup .pickup_wrap .pickup_items:nth-child(2):before {
  background: center/cover no-repeat url(../images/voice/pickup_item02.webp);
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items:nth-child(2):before {
    background: center/cover no-repeat url(../images/voice/pickup_item02_sp.webp);
  }
}
.pickup .pickup_wrap .pickup_items:nth-child(3):before {
  background: center/cover no-repeat url(../images/voice/pickup_item03.webp);
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items:nth-child(3):before {
    background: center/cover no-repeat url(../images/voice/pickup_item03_sp.webp);
  }
}
.pickup .pickup_wrap .pickup_items .item_img {
  width: clamp(64px, 2.5rem + 2.5vw, 72px);
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items .item_img {
    width: 72px;
  }
}
.pickup .pickup_wrap .pickup_items .item_txt {
  font-size: clamp(16px, -0.5rem + 2.5vw, 24px);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wrap .pickup_items .item_txt {
    font-size: 18px;
  }
}
.pickup .pickup_wrap .pickup_items .item_txt sup {
  font-size: 0.6em;
}
.pickup .pickup_wide {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wide {
    flex-direction: column;
  }
}
.pickup .pickup_wide .item_img {
  position: relative;
  flex-grow: 2;
}
.pickup .pickup_wide .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup .pickup_wide .item_txt {
  max-width: 450px;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px 32px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wide .item_txt {
    max-width: unset;
    width: 100%;
    padding: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pickup .pickup_wide .item_txt {
    gap: 12px;
    padding: 16px;
  }
}
.pickup .pickup_wide .item_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.pickup .pickup_wide .item_txt .ttl {
  font-size: clamp(16px, -0.5rem + 2.5vw, 24px);
  order: -1;
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wide .item_txt .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pickup .pickup_wide .item_txt .ttl {
    font-size: 18px;
  }
}
.pickup .pickup_wide .item_txt .txt {
  font-size: clamp(14px, 0.498rem + 0.63vw, 16px);
}
@media screen and (max-width: 960px) {
  .pickup .pickup_wide .item_txt .txt {
    max-width: 600px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .pickup .pickup_wide .item_txt .txt {
    font-size: 14px;
  }
}
.pickup .annotation {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4em;
  line-height: 1;
  font-size: 10px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}

.title_big {
  font-size: 1.4em;
}

.links_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 22px;
  background-color: #1b1b1b;
  padding: 25px 40px 40px;
}
@media screen and (max-width: 960px) {
  .links_wrap {
    flex-wrap: wrap;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .links_wrap {
    font-size: 14px;
    padding: 15px 15px 30px;
    margin: 40px -20px;
  }
}
.links_wrap .num {
  display: inline-block;
  color: #999999;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .links_wrap .num {
    width: 55px;
    min-width: 55px;
  }
}
.links_wrap img {
  width: 50px;
  height: 34px;
}
@media screen and (max-width: 960px) {
  .links_wrap img {
    width: 40px;
    height: 27.2px;
  }
}
@media screen and (max-width: 520px) {
  .links_wrap img {
    width: 35px;
    height: 23.81px;
  }
}
.links_wrap div {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .links_wrap div {
    width: 100%;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .links_wrap div {
    min-width: auto;
  }
}
.links_wrap a {
  color: #fff;
  border-bottom: none; /* 既存のボーダーを消す */
  background-image: linear-gradient(to right, #666666 50%, transparent 50%);
  background-position: bottom;
  background-size: 8px 1.5px;
  background-repeat: repeat-x;
  min-height: 70px;
  padding: 0 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.3s;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .links_wrap a {
    min-height: 65px;
    padding: 0 10px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media screen and (max-width: 520px) {
  .links_wrap a {
    min-height: 60px;
    padding: 0 5px;
  }
}
.links_wrap a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.mv {
  position: relative;
  width: 70%;
  max-width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 520px) {
  .mv {
    width: 90%;
    margin: 0 -auto 40px;
  }
}

.col_ttl {
  font-size: clamp(15px, 1.95vw, 25px);
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .col_ttl {
    font-size: 16px;
  }
}
.col_ttl.small {
  font-size: clamp(14px, 1.71vw, 22px);
}
@media screen and (max-width: 380px) {
  .col_ttl.small {
    font-size: 12px;
  }
}

.sec_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 60px 0;
}
@media screen and (max-width: 520px) {
  .sec_wrapper {
    margin: 40px 0;
  }
}

.sec_all {
  width: calc((100% - 30px) / 3);
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sec_all {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 520px) {
  .sec_all {
    width: 100%;
  }
}
.sec_all__rank {
  text-align: center;
}
.sec_all__rank img {
  width: 50px;
}
@media screen and (max-width: 960px) {
  .sec_all__rank img {
    width: 50px;
  }
}
@media screen and (max-width: 520px) {
  .sec_all__rank img {
    width: 50px;
  }
}
.sec_all__rank p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .sec_all__rank p {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  .sec_all__rank p {
    font-size: 24px;
  }
}
.sec_all__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding-top: 22px;
}
@media screen and (max-width: 960px) {
  .sec_all__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .sec_all__title {
    font-size: 18px;
  }
}
.sec_all__title span {
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .sec_all__title span {
    padding-right: 10px;
  }
}
.sec_all:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 160px;
  background-color: #9a9a9a;
}

.mask_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  width: 50px;
  height: 34px;
}
@media screen and (max-width: 960px) {
  .mask_wrap {
    width: 40px;
    height: 27.2px;
  }
}
@media screen and (max-width: 520px) {
  .mask_wrap {
    width: 35px;
    height: 23.81px;
  }
}
.mask_wrap img {
  width: 100%;
}
.mask_wrap.big {
  width: 55px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .mask_wrap.big {
    width: 45px;
  }
}
@media screen and (max-width: 520px) {
  .mask_wrap.big {
    width: 40px;
  }
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
}
.mask.icon_light {
  -webkit-mask-image: url("../images/ranking/icon_gold.svg");
          mask-image: url("../images/ranking/icon_gold.svg");
  width: 50px;
  height: 34px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .mask.icon_light {
    width: 40px;
    height: 27.2px;
  }
}
@media screen and (max-width: 520px) {
  .mask.icon_light {
    width: 35px;
    height: 23.81px;
  }
}
.mask.big.icon_light {
  width: 55px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .mask.big.icon_light {
    width: 45px;
  }
}
@media screen and (max-width: 520px) {
  .mask.big.icon_light {
    width: 40px;
  }
}

.mask_light {
  position: absolute;
  top: -2%;
  left: -100%;
  width: 100%;
  padding: 100% 0 0;
  background-image: linear-gradient(105deg, rgba(255, 252, 230, 0) 25%, rgba(255, 252, 230, 0.8) 45%, rgb(255, 252, 230) 50%, rgb(255, 252, 230) 55%, rgba(255, 252, 230, 0) 75%);
  mix-blend-mode: overlay;
  animation-name: mask_light;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes mask_light {
  40%, 100% {
    left: 100%;
  }
}
.text_light {
  display: inline-block;
  /* 💡文字自体にグラデーション（光の筋）を配置 */
  background-image: linear-gradient(105deg, #ffe779 0%, #ffe779 30%, rgb(255, 255, 255) 48%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 53%, #ffe779 70%);
  /* 💡背景（グラデーション）を横に3倍に引き伸ばす */
  background-size: 300% 100%;
  background-position: 100% 0; /* 初期位置 */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: text_light_move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* 💡背景グラデーションを左から右へ動かすキーフレーム */
@keyframes text_light_move {
  0% {
    background-position: 100% 0;
  }
  40%, 100% {
    background-position: -50% 0;
  }
}
.modal_btns {
  width: 100%;
  max-width: 580px;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 960px) {
  .modal_btns {
    margin-top: 25px;
  }
}
@media screen and (max-width: 520px) {
  .modal_btns {
    margin-top: 20px;
  }
}
.modal_btns__btn {
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #ffe779;
  padding: 10px 15px;
  border: 1px solid #ffe779;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .modal_btns__btn {
    padding: 7.5px 15px;
  }
}
@media screen and (max-width: 520px) {
  .modal_btns__btn {
    font-size: 12px;
    padding: 7px 12.5px;
  }
}
.modal_btns__btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.modal_btns__btn img {
  width: 12px;
}

/* 背景の暗幕 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル本体 */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  background: #1a1a1a;
  z-index: 1000001;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #fff;
  border-radius: 8px;
  width: calc(100% - 40px);
  max-width: 550px;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .modal {
    width: calc(100% - 20px);
  }
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
.modal {
  /* スクロールする中身 */
}
.modal__content {
  padding: 20px;
  flex-grow: 1; /* 可能な限り広がる */
  /* 中身をスクロールさせるための必須設定 */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* iOSでの慣性スクロール */
  /* --- スクロールバーのデザイン（Chrome, Safari, Edge用） --- */
}
.modal__content::-webkit-scrollbar {
  width: 10px; /* バーの太さ */
}
.modal__content {
  /* iOS/Safariでバーを常に表示させるためのおまじない */
}
.modal__content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px; /* スマホでは少し細めが綺麗です */
}
.modal__content {
  /* バーが通る背景部分 */
}
.modal__content::-webkit-scrollbar-track {
  background: #222; /* モーダル背景より少し明るいグレー */
  border-radius: 10px;
}
.modal__content {
  /* 動くバー本体 */
}
.modal__content::-webkit-scrollbar-thumb {
  background: #666; /* バー自体の色 */
  border-radius: 10px;
  border: 2px solid #222; /* 周囲に隙間を作って浮いているように見せる */
}
.modal__content {
  /* ホバーした時に少し明るくして反応を示す */
}
.modal__content::-webkit-scrollbar-thumb:hover {
  background: #888;
}
@media screen and (max-width: 520px) {
  .modal__content {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content {
    padding: 20px 10px 20px;
  }
}
.modal__content .image {
  position: relative;
}
.modal__content .image .t_cap.black {
  color: #000 !important;
  text-shadow: none !important;
}
.modal__content .image .t_cap.gray {
  color: #8c8c8c !important;
  text-shadow: none !important;
}
.modal__content .title {
  margin-top: 40px;
  font-size: 32px;
  color: #fff074;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .modal__content .title {
    margin-top: 30px;
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content .title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.modal__content .title span {
  font-size: 14px;
  vertical-align: text-top;
}
@media screen and (max-width: 960px) {
  .modal__content .title span {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content .title span {
    font-size: 10px;
  }
}
.modal__content .title .subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 2.5;
  color: #fff !important;
}
@media screen and (max-width: 520px) {
  .modal__content .title .subtitle {
    font-size: 12px;
  }
}
.modal__content .text {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .modal__content .text {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content .text {
    margin-top: 20px;
    font-size: 12px;
  }
}
.modal__content .text .gold {
  color: #fff074;
}
.modal__content .text .kome {
  font-size: 50%;
  vertical-align: text-top;
}
.modal__content .desc {
  font-size: 14px;
  display: block;
  margin: 20px auto 0;
  text-align: left;
  color: #cccccc;
}
@media screen and (max-width: 960px) {
  .modal__content .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content .desc {
    font-size: 10px;
  }
}
.modal__content .image {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .modal__content .image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .modal__content .image {
    margin-top: 20px;
  }
}
.modal__content .image .t_cap {
  margin-right: 3px;
  margin-bottom: -3px;
}
.modal__content .image .t_cap.left {
  left: 5px;
  right: auto;
}
.modal__content .hint {
  margin: 35px 20px 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  border: 3px dotted #9d9d9d;
  font-size: 17px;
  line-height: 1.6;
  transition: 0.3s;
}
.modal__content .hint:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 520px) {
  .modal__content .hint {
    border: 2px dotted #9d9d9d;
    font-size: 14px;
    margin: 30px 0 40px;
    padding: 5px 15px;
  }
}
.modal__content .hint__flex {
  margin: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.modal__content .hint img {
  max-width: 40px;
}
@media screen and (max-width: 520px) {
  .modal__content .hint img {
    max-width: 35px;
  }
}
.modal__content .hint div {
  flex: 1;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  color: #b4b4b4;
}
.modal__content .hint div span {
  color: #fff074;
}
.modal__title {
  position: relative;
  padding: 20px 0 35px;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .modal__title {
    padding: 15px 0 25px;
    margin-bottom: 35px;
  }
}
.modal__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 160px;
  background-color: #9a9a9a;
}

/* Firefox用の設定（太さと色のみ指定可能） */
@supports (scrollbar-width: thin) {
  .modal__content {
    scrollbar-width: thin;
    scrollbar-color: #666 #222;
  }
}
/* 閉じるボタン（中央下固定） */
.close_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  margin: 20px auto 30px;
  max-width: 300px;
  height: 60px;
  width: calc(100% - 60px);
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .close_btn {
    height: 45px;
    font-size: 14px;
    margin: 10px auto 20px;
  }
}
.close_btn__icon {
  position: absolute;
  font-size: 40px;
  right: 20px;
  line-height: 60px;
}
@media screen and (max-width: 520px) {
  .close_btn__icon {
    font-size: 30px;
    line-height: 45px;
  }
}
.close_btn:hover {
  opacity: 0.7;
}

/* 背景スクロール禁止用のクラス */
body.no-scroll {
  overflow: hidden;
}

.cap_wrap {
  color: #ddd !important;
  background-color: #242424 !important;
}/*# sourceMappingURL=ranking.css.map */