.c-header__menu--bg {
  background: #b40f0f;
  padding-block: 20px;
}
.c-header__menu--bg.c-header__menu--bg__single {
  padding-block: 29.5px;
}
.c-header__menu--bg .c-header__menu--link.is-active {
  color: #fff;
}

.c-header__menu--link {
  text-align: center;
  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;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #1f1f1f;
  font-size: clamp(0.8125rem, 0.188rem + 0.833vw, 0.9375rem);
  letter-spacing: -0.7px;
  line-height: 1.3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-header__menu--link:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.c_flex-col {
  padding: 15px;
}

.c-toTop {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 25000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .c-toTop {
bottom: 64px;
right: 12px;
  }
}
.c-toTop:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.c-toTop.is-show {
  opacity: 1;
  visibility: visible;
}

.c-toTop__button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-toTop__button img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .c-toTop__button img {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 1190px) and (min-width: 1025px) {
  .c-rank {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
@media (max-width: 400px) {
  .c-rank {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}

.c-tanpin__menu {
  padding-top: 40px;
}

.c-tanpin__menu--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-tanpin__menu--lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-tanpin__menu--list {
  text-align: center;
  padding: 0.5em 2em;
  color: #1f1f1f;
  background: #eee;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 4px solid transparent;
}
.c-tanpin__menu--list:hover {
  background: #eeeeee;
  border: 4px solid #b40f0f;
  color: #1f1f1f;
}
.c-tanpin__menu--list.is-active {
  background: #fff;
  border: 4px solid #b40f0f;
  color: #b40f0f;
  pointer-events: none;
}
.c-tanpin__menu--list.is-active:hover {
  background: #b40f0f;
  color: #fff;
}

.c-plan_detail {
  width: 100% !important;
  margin-inline: 0 !important;
}

.c-tile_naka {
  display: grid;
}