body {
  font-size: 12px;
  color: #333;
  font-family: 'M PLUS 1p', sans-serif;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

*,
::after,
::before {
  box-sizing: inherit;
}

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

a:hover {
  opacity: 0.8;
}

/* CLS対策: 読み込み前にスペースを確保 */
.header img             { aspect-ratio: 1500 / 240; }
.mv img                 { aspect-ratio: 1500 / 1000; }
.hikaku-ttl img,
.rank-content-ttl img   { aspect-ratio: 1500 / 300; }
.other-ttl img          { aspect-ratio: 1260 / 200; }
.rank-img > a > img     { aspect-ratio: 1387 / 1113; }
.explain_img            { aspect-ratio: 1387 / 667; }
.rank-ico img           { aspect-ratio: 176 / 118; }
.shop_name img          { width: auto; max-width: 100%; height: 26px; }
.cta-btn-image          { aspect-ratio: 1166 / 225; }
.swiper-slide img       { aspect-ratio: 1272 / 872; }
.loop02__item img       { aspect-ratio: 1079 / 719; }

.container {
  max-width: 425px;
  margin: 0 auto;
  box-shadow: 0 0 10px #000;
  background-image:url(../img/bg-pattern.webp);
  background-repeat: repeat;
  background-size: 11%;
}

@media (min-width: 768px) {
  .container {
    max-width: 700px;
  }
}

.inner {
  padding: 15px 0 0;
  margin: 0 auto;
  width: 90%;
  height: auto;
}

.header {
  background-color: #111;
  font-style: italic;
  color: #ffe555;
  font-weight: bolder;
}

.header-sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.header-sub span {
  color: #ff7495;
}

.header-main {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(135deg, #efd976 0%, #eed75c 16%, #eed75c 29%, #fcfaf1 46%, #dcae2d 61%, #ebd177 82%, #fcf7df 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv img {
  vertical-align: bottom;
}

.top-rank__item a {
  color: #333;
}

.point3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hikaku-ttl {
  margin: 3% 0 3% 0;
}

.rank-content-ttl {
  margin: 4% 0 3% 0;
}

.rank-box {
  margin: 0 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #111;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  padding-bottom: 4%;
}

.rank-ico {
  width: 70px;
  margin-right: 7px;
}

@media (max-width: 575.98px) {
  .rank-ico {
  width: 50px;
  margin-right: 7px;
  }

}

.shop-name a {
  font-size: 24px;
  font-weight: 600;
  color: #ffe555;
}

.rank-table {
  width: 100%;
  border: 1px solid #111;
  margin-top: 4%;
}

.rank-table th,
.rank-table td {
  width: 33%;
  text-align: center;
}

.rank-table th {
  background: #efd976;
  font-size: 13px;
  font-weight: 600;
  color: #e21000;
  padding: 5px 0;
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
}

.rank-table td {
  background-color: #fff8d9;
  font-weight: 600;
  padding: 5px 0;
  border-right: 1px solid #111;
  border-top: 1px solid #111;
  line-height: 1.5;
  vertical-align: middle;
}

@keyframes shiny {
  0% {
  transform: scale(0) rotate(25deg);
  opacity: 0;
  }

  50% {
  transform: scale(1) rotate(25deg);
  opacity: 1;
  }

  100% {
  transform: scale(50) rotate(25deg);
  opacity: 0;
  }

}

.cta-btn-image {
  display: block;
  margin: 0 auto 30px;
  width: 90%;
}

.ichioshi-ttl {
  margin: 20px 0 5px;
}

.taisaku-ttl {
  font-size: 14px;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 20px 0 15px 0;
  background-color: #f4fb85;
  font-weight: 500;
}

.taisaku-content {
  display: none;
  border: 1px solid #f4fb85;
  padding: 10px;
  font-size: 14px;
  background: #fefff5;
}

.taisaku-ttl.open .dli-plus::before,
.search-ttl.open .dli-plus::before {
  display: none;
}

.taisaku-content-inner {
  display: flex;
  flex-wrap: wrap;
}

.taisaku-check {
  width: 6%;
  line-height: 1.5;
  margin-bottom: 7px;
  color: #7a859b;
}

.taisaku-text {
  width: 92%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 7px;
}

.taisaku-text span {
  color: #f46f8f;
}

.otoku img {
  margin-top: 2em;
}

.txt_p {
  color: #ff4e79;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.table-scrolling {
  overflow-x: auto;
}

.osusume {
  margin: 3% 0;
}

.table-btn {
  color: #fff;
  background-color: #a2a2a2;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}

.osusume-cont {
  position: relative;
}

.footer {
  text-align: center;
  background: #111;
  color: #FFF;
  padding: 20px 0;
  margin-top: 20px;
}

.footer a {
  text-align: center;
  background: #111;
  color: #FFF;
  text-decoration: underline;
  margin-top: 40px;
}

.cta-btn.osusume-btn {
  position: relative;
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 7%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed4848;
  box-shadow: 4px 4px #d22727;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}

@media (min-width:768px) {
  .cta-btn.osusume-btn {
  bottom: 16%;
  }

}

.footer_link {
  padding: 0px 10px 10px 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.info_header h1 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}

.pankuzu span {
  padding: 0 0.7em;
}

.article-block h2 {
  font-size: 1.5rem;
  color: #282a2e;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .article-block h1,
  h2 {
  margin-bottom: 0.6em;
  }

}

.article-block p {
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
  width: 740px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  }

}

footer .footer-inr .u-link {
  color: #282b45;
}

.center input {
  box-sizing: revert;
}

.info_header h1 {
  font-size: 1.5rem;
  font-style: italic;
  color: #ffe555;
  font-weight: bold;
}

.search-pankuzu a {
  font-size: 12px;
  margin-bottom: .5em;
  margin-top: 1em;
  text-align: left;
  margin-left: 1.2em;
  color: #fff;
}

.search-pankuzu span {
  padding: 0 0.7em;
}

.taiken {
  margin-top: 10px;
}

.tab_wrapper {
  background-color: #f7dadc;
}

.tab {
  display: flex;
  background-color: #f7dadc;
  margin-top: 5%;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.4em;
}

.tab__item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #f1a0a6;
  background-color: #d9d9d9;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}

.tab__item--active {
  font-weight: bold;
  background-color: #f1a0a6;
  color: #FFF;
}

.top3 img {
  vertical-align: bottom;
}

.simple-table th {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
}

.simple-table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
}

@media (max-width:768px) {
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  .simple-table th {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
  }

  .simple-table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
  }

}

@media screen and (max-width: 768px) {
  .hikaku-table ul {
  font-size: .7rem !important;
  }

}

.hikaku-table__salon th {
  max-width: calc(760px / 3);
  border-right: 1px solid #fff;
}

.hikaku-table__salon th.hikaku-table__cell--ttl {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .hikaku-table__salon th.hikaku-table__cell--ttl {
  width: 15px !important;
  }

}

.hikaku-table__salon th a {
  display: block;
  width: 100%;
  height: 100%;
}

.hikaku-table tr:nth-child(1) th {
  position: relative;
}

.hikaku-table th,
.hikaku-table td {
  /* padding: 20px 0; */
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.2;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .hikaku-table th,
  .hikaku-table td {
  font-size: 12px;
  /* padding: 8px 0; */
  width: calc((100vw - 30px) / 3);
  border-right: none;
  border-bottom: solid 1px #fff
  }

}

.hikaku-table th {
  background: #ffced1;
}

.hikaku-table th:last-child {
  border-right: 0;
}

.hikaku-table td {
  padding: 8px;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 768px) {
  .hikaku-table td {
  padding: 5px;
  border-right: solid 1px #fff;
  }

}

.hikaku-table__point span {
  white-space: pre;
  /* writing-mode: vertical-rl;
  display: inline-block; */
  height: 50px;
  font-size: 12px;
  font-weight: bolder;
  /* width: 15px !important; */
  padding: 6px !important;
}

@media screen and (max-width: 768px) {
  .hikaku-table__point span {
  font-size: .7rem;
  }

}

.hikaku-table__point small {
  font-size: .5rem;
  line-height: 1;
  display: inline-block;
  margin-top: .08rem;
}

.hikaku-table ul {
  width: 100%;
  text-align: left;
  font-size: .9rem;
  letter-spacing: 0px
}

.hikaku-table ul li {
  margin-bottom: 4px;
}

.hikaku_td-in .do {
  color: #f00;
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 38%;
  z-index: 0;
  opacity: .1;
}

.hikaku_td-in .no {
  color: rgb(68, 68, 245);
  font-size: 4rem;
  position: absolute;
  top: -30%;
  left: 41%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}

.hikaku_td-in .ta {
  color: rgb(85, 243, 64);
  font-size: 3rem;
  position: absolute;
  top: -10%;
  left: 39%;
  z-index: 0;
  opacity: .2;
}

.hikaku_td-in .ci {
  color: rgb(231 232 42);
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 38%;
  z-index: 0;
  opacity: .3;
}

@media screen and (max-width: 768px) {
  .hikaku_td-in .do {
  left: 28%;
  }

  .hikaku_td-in .no {
  left: 32%;
  }

  .hikaku_td-in .ta {
  left: 27%;
  }

  .hikaku_td-in .ci {
  left: 28%;
  }

  .ta-l {
  text-align: left;
  display: inline-block;
  }

}

.notes {
  font-size: .7rem;
  line-height: 1.2;
  margin: .7rem;
}

.rank5_list li {
  text-align: center;
  width: 19%;
}

@media (max-width:1200px) {
  .rank5_list li {
  width: 30%;
  }

}

.rank5_list li p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.rank5_list li a {
  text-decoration: none;
}

.rank_tbl .double_circle {
  background: #fff0f0;
}

.rank_tbl p {
  background: #f4cccf;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  /* margin-bottom: 8px; */
}

.rank_tbl p span {
  font-size: 11px;
}

.rank_tbl ul {
  display: flex;
  justify-content: space-between;
}

.rank_tbl ul li {
  text-align: center;
  width: calc(100%/3);
  border-right: 1px dotted #cccccc;
  font-size: .8rem;
  line-height: 1.1;
  padding: .3rem;
}

.rank_tbl ul li .vgood-txt {
  font-weight: bold;
  font-size: 17px;
}

.rank_tbl ul li .vgood {
  /* position: absolute;
  top: 10%;
  right: 42%;
  opacity: .25;
  z-index: 0; */
  font-size: 40px;
  color: #ff4e79;
  font-weight: 900;
  line-height: 1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .good {
  /* position: absolute;
  top: 4%;
  right: 42%;
  opacity: .3;
  z-index: 0; */
  font-size: 40px;
  color: #ffb247;
  font-weight: 900;
  line-height: 1.1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .bad {
  /* position: absolute;
  top: 6%;
  right: 42%;
  opacity: .4;
  z-index: 0; */
  font-size: 40px;
  color: #c4de5e;
  font-weight: 900;
  line-height: 1.1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .worse {
  /* position: absolute;
  top: 0;
  right: 42%;
  opacity: .4;
  z-index: 0; */
  font-size: 45px;
  color: #cccccc;
  font-weight: 900;
  line-height: 1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li:last-child {
  border: none;
}

.rank_tbl_sub p {
  font-size: .7rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  background-color: #f8dee0;
}

.rank_tbl_sub ul {
  display: flex;
  justify-content: space-between;
}

.rank_tbl_sub ul li {
  text-align: center;
  width: calc(100%/3);
  border-right: 1px dotted #cccccc;
  font-size: .7rem;
  line-height: 1.1;
  padding: .5rem 0;
}

@media (max-width:1200px) {
  .rank_tbl ul li {
  width: 100%;
  font-size: .7rem;
  }

  .rank_tbl ul li .vgood-txt {
  font-weight: bold;
  font-size: 12px;
  }

  .rank_tbl ul li:nth-child(3) {
  border: none;
  }

  .rank_tbl p {
  font-weight: bold;
  font-size: .8rem;
  margin-bottom: 0;
  }

}

@media (max-width:750px) {
  .rank_tbl ul li .vgood,
  .rank_tbl ul li .good,
  .rank_tbl ul li .bad {
  font-size: 30px;
  line-height: 30px;
  }

  .rank_tbl ul li .worse {
  font-size: 40px;
  line-height: 30px;
  }

  .rank_tbl ul li .vgood {
  top: 20%;
  right: 37%;
  }

  .rank_tbl ul li .good {
  top: 20%;
  right: 37%;
  }

  .rank_tbl ul li .bad {
  top: 19%;
  right: 37%;
  }

  .rank_tbl ul li .worse {
  top: 15%;
  right: 39%;
  }

}

.tab-top5 {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin:-2px auto;
}

.tab-top5 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  padding: 1em 1.5em;
  color: #999;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
  background-color: #bb1300;
}

.tab-top5 > label:hover,
.tab-top5 label:has(:checked) {
  background-color: #ee1600;
  color: #fff;
}

.tab-top5 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #ee1600;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-top5 input {
  display: none;
}

.tab-top5 > div {
  display: none;
  width: 100%;
  padding: 1em .5em;
}

.tab-top5 label:has(:checked) + div {
  display: block;
}

.hikaku_type03 td {
  width: 12.5%;
  vertical-align: middle;
  padding:2px 2px;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  background-color: #FFF;
  position: relative;
  letter-spacing: normal;
  display: table-cell;
  height: fit-content;
  /* overflow-y: hidden; */
}

.hikaku_type03 th {
  background-color: #111111;
}

.cell_small {
  width: 6% !important;
}

.txt_bold {
  font-weight: bold;
  font-size: 1.4rem;
}

.hikaku_type03 img {
  width: 70px;
}

.fixed01,
.fixed02 {
  position: sticky !important;
  top: 0;
  left: 0;
  color: #fff;
}

.fixed01 {
  z-index: 3;
}

.fixed02 {
  z-index: 2;
}

.ranking-item_title {
  font-weight: bold;
  font-size: 12px;
  background-color: #111 !important;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 4px 5px 4px !important;
  width: 10.5% !important;
  border-bottom: 1px solid #FFFFFF !important;
  position: sticky;
  left: 0;
  z-index: 5 !important;
}

.ranking-item_1 {
  font-weight: bold;
  font-size: 12px;
  background-color: #efce45 !important;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 4px 5px 4px !important;
  width: 11% !important;
  border-top: 1px solid #111111 !important;
}

.ranking-item_2 {
  font-weight: bold;
  font-size: 12px;
  background-color: #c7c7c7 !important;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 4px 5px 4px !important;
  width: 11% !important;
  border-top: 1px solid #111111 !important;
}

.ranking-item_3 {
  font-weight: bold;
  font-size: 12px;
  background-color: #df9054 !important;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 4px 5px 4px !important;
  width: 11% !important;
  border-top: 1px solid #111111 !important;
}

.ranking-item_4 {
  font-weight: bold;
  font-size: 12px;
  background-color: #636363 !important;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  padding: 5px 4px 5px 4px !important;
  width: 11% !important;
  border-top: 1px solid #111111 !important;
}

.table-scrolling {
  overflow-x: auto;
  margin-top: 0px;
  overflow-y: scroll;
}

.do {
  color: #FF0000;
  font-size: 3rem;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.ci {
  color: #ffd900;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
}

.no {
  color: #0000FF;
  font-size: 8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.ta {
  color: #339e43;
  font-size: 2.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.txt_bold {
  font-weight: bold;
}

.txt_large {
  font-size: 0.7rem !important;
  line-height: 1.4;
}

.txt_medium {
  font-size: .8rem;
  z-index: 3;
}

.table-main-btn {
  color: #fff;
  background-color: #00a608;
  box-shadow: 2px 2px #054800;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px 3% 1% 2%;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  height: 36px;
  padding: 3px;
}

.table-main-btn:hover {
  opacity: 0.8;
}

.table-btn {
  color: #fff;
  background-color: #a2a2a2;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .hikaku_type03 {
  display: table;
  }

  .hikaku_type03 td {
  width: 12.5%;
  vertical-align: middle;
  padding:10px 4px 10px 4px;
  text-align: center;
  line-height: 1.3;
  font-size: 10px;
  background-color: #FFF;
  position: relative;
  letter-spacing: normal;
  display: table-cell;
  /* overflow-y: hidden; */
  }

  .logo_img {
  padding: 13px 4px 10px 4px !important;
  }

  .hikaku_type03 th {
  background-color: #111;
  vertical-align: middle;
  padding: 10px 4px;
  }

  .hikaku_type03 img {
  width: 100%;
  }

  .table-main-btn {
  color: #fff;
  background-color: #00a608;
  box-shadow: 2px 2px #054800;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px 3% 1% 2%;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  height: 36px;
  padding: 3px;
  }

}

.loop02 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  overflow: hidden;
}

.loop02__box {
  display: flex;
  animation: loop-list 20s linear infinite;
}

@media screen and (max-width: 767px) {
  .loop02__item img {
  width: calc(100vw / 2);
  display: block;
  padding: 0px 5px;
  }

}

@media screen and (min-width: 768px) {
  .loop02__item img {
  width: calc(100vw / 5);
  display: block;
  padding: 5px;
  }

}

@keyframes loop-list {
  from {
  transform: translateX(0);
  }

  to {
  transform: translateX(-100%);
  }

}

.other-ttl {
  margin: 10px 0 14px;
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 61%;
  width: calc(var(--swiper-navigation-size)/ 59 * 26);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.shop_name {
  height: 26px;
  width: auto;
  padding: 1% 0% 1% 0;
}

table {
  table-layout: fixed;
  width: 100%;
}

.hikaku_type03 {
  width: 145%;
  table-layout: fixed;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 2%;
}

.hikaku_type03 th,
.hikaku_type03 td {
  text-align: center;
  word-break: break-word;
}

.hikaku_type03 th:first-child,
.hikaku_type03 td:first-child {
  width: 90px;
}

.hikaku_type03 th:not(:first-child),
.hikaku_type03 td:not(:first-child) {
  width: calc((100% - 90px) / 5);
}

.hikaku_type03 td img {
  max-width: 100%;
  height: auto;
}

.table_marker_1 {
  font-size: 20px;
  font-weight: bold;
  color: #e00000;
  line-height: 1;
}

.table_marker {
  font-size: 20px;
  font-weight: bold;
  color: #e00000;
  line-height: 1;
}

.annotation {
  padding: 0 20px;
  line-height: 1.3;
}

.hikaku_type03 th:first-child,
.hikaku_type03 td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 3;
}

.table_annotation {
  text-align: right;
  padding: 0 1% 0 0;
  font-weight: bold;
}

.table_rank_1 {
  font-size: 25px;
  font-weight: bolder;
  line-height: 1;
  color: #efce45;
}

.table_rank_2 {
  font-size: 25px;
  font-weight: bolder;
  line-height: 1;
  color: #c7c7c7;
}

.table_rank_3 {
  font-size: 25px;
  font-weight: bolder;
  line-height: 1;
  color: #df9054;
}

.table_rank_4 {
  font-size: 25px;
  font-weight: bolder;
  line-height: 1;
  color: #636363;
}

.explain_img {
  width: 100%;
  margin: 4% 0 0 0;
}

.title {
  border-bottom: 1px solid #FFFFFF !important;
  position: sticky;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
    .info_content {
        padding: 0 1em;
        background-color: #fff;
    }
}

.pankuzu {
    font-size: 12px;
    margin-bottom: 3em;
    margin-top: 1em;
    color: #111111;
}

.article-block {
    text-align: center;
}

.info_ad {
    text-align: center;
}

.article-block p {
    text-align: justify;
    line-height: 1.6em;
    padding-bottom: 20px;
}

.info_text {
    color: #111111;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* テーブル基本 */
.hikaku_type03 {
  border-collapse: separate; /* ← これ重要 */
  border-spacing: 0;
  table-layout: fixed; /* ←これ追加 */
}
/* 全セル共通 */
.hikaku_type03 th,
.hikaku_type03 td {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  background: #fff;
}
/* 一番左の列（固定） */
.hikaku_type03 th:first-child,
.hikaku_type03 td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #111;
}


/* ヘッダー行の重なり対策 */
.hikaku_type03 tr:first-child td,
.hikaku_type03 tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #111;
}
/* 左上セル（最前面） */
.hikaku_type03 tr:first-child th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
/* 下罫線 */
.hikaku_type03 tr:last-child td,
.hikaku_type03 tr:last-child th {
  border-bottom: 1px solid #111;
}
.table-scrolling {
  overflow-x: auto;
}
body {
  overflow-x: hidden; /* ページ全体のズレ防止 */
}
.hikaku_type03 tr:first-child th,
.hikaku_type03 tr:first-child td {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #111;
}
