@charset "UTF-8";
/*
 * カスタムスタイル（2025.8.27~）
 * author: shotanaka7
 */
.top-kv {
  position: relative;
}
@media (min-width: 600px) {
  .top-kv-wrap {
    padding: 0 30px;
  }
}
.top-kv-bg {
  overflow: hidden;
  position: relative;
  height: 124.358974359vw;
}
@media (min-width: 600px) {
  .top-kv-bg {
    height: 620px;
    border-radius: 30px;
  }
}
.top-kv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (min-width: 600px) {
  .top-kv-bg img {
    -o-object-position: right center;
       object-position: right center;
  }
}
.top-kv-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #1a2c17), color-stop(65%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #1a2c17 25%, rgba(0, 0, 0, 0) 65%);
  background: linear-gradient(180deg, #1a2c17 25%, rgba(0, 0, 0, 0) 65%);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.75;
}
@media (min-width: 600px) {
  .top-kv-bg::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(23%, #1a2c17), color-stop(55%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #1a2c17 23%, rgba(0, 0, 0, 0) 55%);
    background: linear-gradient(90deg, #1a2c17 23%, rgba(0, 0, 0, 0) 55%);
    opacity: 0.7;
  }
}
.top-kv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.top-kv-in {
  padding: 30px 10px;
}
@media (min-width: 600px) {
  .top-kv-in {
    padding: 50px 30px;
  }
}
.top-kv-sub {
  background: #21a687;
  color: #fff;
  display: block;
  width: calc(100% - 20px);
  padding: 12px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.1025641026vw;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .top-kv-sub {
    display: inline-block;
    width: auto;
    padding: 12px 10px;
    font-size: 24px;
  }
}
.top-kv-sub-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 600px) {
  .top-kv-sub-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top-kv-main {
  color: #fff;
  font-weight: 500;
  line-height: 1.35;
  margin-top: 10px;
  font-size: 8.2051282051vw;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 600px) {
  .top-kv-main {
    font-size: 46px;
    text-align: left;
  }
}
.top-kv-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5641025641vw;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .top-kv-labels {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px;
  }
}
.top-kv-label {
  background-image: url("../img/top/kv-label.svg");
  background-size: contain;
  aspect-ratio: 1/1;
  width: 28.2051282051vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 600px) {
  .top-kv-label {
    width: 150px;
  }
}
.top-kv-label-top {
  padding-top: 5.1282051282vw;
  font-size: 3.0769230769vw;
  line-height: 1.56;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 600px) {
  .top-kv-label-top {
    padding-top: 26px;
    font-size: 16px;
  }
}
.top-kv-label-top::before, .top-kv-label-top::after {
  display: inline-block;
  font-size: 0.75em;
}
.top-kv-label-top::before {
  content: "\\";
}
.top-kv-label-top::after {
  content: "/";
}
.top-kv-label-main {
  margin-top: 0.2564102564vw;
  font-size: 5.3846153846vw;
  color: #5ec1aa;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 600px) {
  .top-kv-label-main {
    font-size: 30px;
    margin-top: 2px;
  }
}
.top-kv-label-main.md {
  display: block;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .top-kv-label-main.md {
    margin-top: -2px;
  }
}
.top-kv-label-bottom {
  font-size: 3.0769230769vw;
  font-weight: 700;
  color: #000;
  margin-top: 2px;
}
@media (min-width: 600px) {
  .top-kv-label-bottom {
    margin-top: 4px;
    font-size: 16px;
  }
}
.top-kv .num {
  font-family: "Roboto", sans-serif;
  line-height: 0.7;
  letter-spacing: -0.025em;
  margin-right: 0.03em;
  margin-left: -0.2em;
}
.top-kv .gold-1, .top-kv .gold-2, .top-kv .gold-3 {
  color: #fff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  display: inline-block;
}
.top-kv .gold-1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(36.54%, #ffbf00), color-stop(45.1%, #ffbf00), color-stop(63.95%, #ffe800));
  background: -webkit-linear-gradient(left, #ffbf00 36.54%, #ffbf00 45.1%, #ffe800 63.95%);
  background: linear-gradient(90deg, #ffbf00 36.54%, #ffbf00 45.1%, #ffe800 63.95%);
}
.top-kv .gold-2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(40.86%, #fef401), color-stop(47.35%, #ffe500), color-stop(59.33%, #ffc701));
  background: -webkit-linear-gradient(left, #fef401 40.86%, #ffe500 47.35%, #ffc701 59.33%);
  background: linear-gradient(90deg, #fef401 40.86%, #ffe500 47.35%, #ffc701 59.33%);
}
.top-kv .gold-3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 8.9743589744vw;
  background: -webkit-gradient(linear, left top, right top, from(#ff9500), color-stop(19.23%, #ebe700), color-stop(50.48%, #e4ad07), color-stop(74.52%, #ebe700), to(#d29a00));
  background: -webkit-linear-gradient(left, #ff9500 0%, #ebe700 19.23%, #e4ad07 50.48%, #ebe700 74.52%, #d29a00 100%);
  background: linear-gradient(90deg, #ff9500 0%, #ebe700 19.23%, #e4ad07 50.48%, #ebe700 74.52%, #d29a00 100%);
  text-shadow: none;
}
@media (min-width: 600px) {
  .top-kv .gold-3 {
    font-size: 50px;
  }
}
.top-kv .pink {
  color: #e86573;
}
.top-kv .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #fffb00));
  background: -webkit-linear-gradient(transparent 80%, #fffb00 0%);
  background: linear-gradient(transparent 80%, #fffb00 0%);
  display: inline;
  background-position: bottom 10px center;
}
.top-kv .sm {
  font-size: 7.1794871795vw;
}
@media (min-width: 600px) {
  .top-kv .sm {
    font-size: 40px;
  }
}
.top-kv .md {
  font-weight: 800;
  line-height: 1.14;
  font-size: 6.4102564103vw;
}
@media (min-width: 600px) {
  .top-kv .md {
    font-size: 35px;
  }
}
.top-kv .lg {
  font-size: 11.2820512821vw;
  font-weight: 700;
}
@media (min-width: 600px) {
  .top-kv .lg {
    font-size: 58px;
  }
}
.top-kv .xl {
  font-size: 12.8205128205vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media (min-width: 600px) {
  .top-kv .xl {
    font-size: 65px;
  }
}
.top-kv .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: 3.0769230769vw;
  color: #000;
  -webkit-transform: translateY(-2px) translateX(-0.8em);
          transform: translateY(-2px) translateX(-0.8em);
}
@media (min-width: 600px) {
  .top-kv .vertical {
    font-size: 16px;
    -webkit-transform: translateX(-0.8em);
            transform: translateX(-0.8em);
  }
}