body#top {
  overflow: hidden;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #1f344a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  visibility: visible;
}
.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/loading-bg.png) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  z-index: 0;
}
.loader.is-hide {
  visibility: hidden;
  pointer-events: none;
}
.loader__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 5.484px + 1.29vw, 30px);
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.loader__lead {
  font-size: clamp(4.063rem, 3.498rem + 2.581vw, 6.563rem);
  color: #c22e5d;
  -webkit-transform-origin: center;
          transform-origin: center;
  line-height: 1;
  white-space: nowrap;
}
.loader__lead::first-letter {
  margin-inline: -0.09em;
}
.loader__logo {
  width: clamp(7.5rem, 6.371rem + 5.161vw, 12.5rem);
}
.loader__logo img {
  width: 100%;
  height: auto;
}

html.is-skip-loader .loader {
  visibility: hidden;
  pointer-events: none;
}

.fv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100svh;
  background: url(../img/top/fv-bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
.fv-bg-marquee {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.fv-bg-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: fvStory 25s linear infinite;
          animation: fvStory 25s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fv-bg-track.is-running {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fv-bg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv-bg-illust {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vw;
          flex: 0 0 100vw;
  height: 100%;
}
.fv-bg-illust picture,
.fv-bg-illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fv__inner {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 1;
}
.fv__catch {
  position: absolute;
  left: 5%;
  bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .fv__catch {
    left: 1%;
    bottom: 0.5%;
  }
}
.fv__team, .fv__title {
  position: relative;
  --bg-scale: 0;
}
.fv__team::before, .fv__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  background: #141200;
  z-index: -1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  will-change: transform;
}
.fv__team {
  font-size: clamp(37px, 23.903px + 3.742vw, 95px);
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: -0.15em;
}
.fv__team::before {
  width: calc(100% + 0.5em);
  -webkit-transform: translate(-50%, -50%) scaleX(var(--bg-scale));
          transform: translate(-50%, -50%) scaleX(var(--bg-scale));
}
.fv__title {
  font-size: clamp(95px, 62.258px + 9.355vw, 240px);
  line-height: 1;
  color: #6ebbd4;
  font-weight: 500;
}
.fv__title::before {
  width: calc(100% - 0.6em);
  -webkit-transform: translate(-66%, -45%) scaleX(var(--bg-scale));
          transform: translate(-66%, -45%) scaleX(var(--bg-scale));
}
.fv__visual {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 45vw;
  aspect-ratio: 185/177;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .fv__visual {
    width: 125vw;
  }
}
@media screen and (min-width:768px) {
  .fv__visual {
    min-width: 600px;
  }
}
.fv__visual-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__visual .oni-h {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
  width: 68%;
  z-index: 1;
}
.fv__visual .oni-b {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.fv__visual .oni-lh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  z-index: 1;
}
.fv__visual .oni-rh {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  z-index: 1;
}
.fv__visual img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__tagline {
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #29210b;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(36px, 21.548px + 4.129vw, 100px);
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (max-width:767px) {
  .fv__tagline {
    right: 3%;
    bottom: 15%;
  }
}
.fv__tagline span {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  --bg-scale: 0;
  margin-left: -0.15em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fv__tagline span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 0.25em);
  background: #fff;
  z-index: -1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) scaleY(var(--bg-scale));
          transform: translate(-50%, -50%) scaleY(var(--bg-scale));
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.fv__tagline span:first-child::before {
  height: calc(100% + 0.3em);
}
.fv__tagline span:last-child::before {
  -webkit-transform: translate(-50%, -55%) scaleY(var(--bg-scale));
          transform: translate(-50%, -55%) scaleY(var(--bg-scale));
  height: calc(100% - 0.4em);
}

@-webkit-keyframes fvStory {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  8% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  12% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  30% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  34% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
  52% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
  56% {
    -webkit-transform: translateX(-300vw);
            transform: translateX(-300vw);
  }
  74% {
    -webkit-transform: translateX(-300vw);
            transform: translateX(-300vw);
  }
  78% {
    -webkit-transform: translateX(-400vw);
            transform: translateX(-400vw);
  }
  96% {
    -webkit-transform: translateX(-400vw);
            transform: translateX(-400vw);
  }
  100% {
    -webkit-transform: translateX(-500vw);
            transform: translateX(-500vw);
  }
}

@keyframes fvStory {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  8% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  12% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  30% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  34% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
  52% {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
  56% {
    -webkit-transform: translateX(-300vw);
            transform: translateX(-300vw);
  }
  74% {
    -webkit-transform: translateX(-300vw);
            transform: translateX(-300vw);
  }
  78% {
    -webkit-transform: translateX(-400vw);
            transform: translateX(-400vw);
  }
  96% {
    -webkit-transform: translateX(-400vw);
            transform: translateX(-400vw);
  }
  100% {
    -webkit-transform: translateX(-500vw);
            transform: translateX(-500vw);
  }
}
.message {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #1f344a;
}
@media screen and (min-width:768px) {
  .message {
    height: 100vh;
  }
}
.message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/top/loading-bg.png) no-repeat center/cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  z-index: 1;
}
.message::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(31, 52, 74);
  mix-blend-mode: color;
  -webkit-transform: translateY(var(--after-y, 0%));
          transform: translateY(var(--after-y, 0%));
  will-change: transform;
}
.message > .container {
  position: unset;
}
.message__inner {
  position: relative;
  padding: 15% 0;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .message__inner {
    padding: 7.5rem 0;
  }
}
.message__lead {
  color: #c22e5d;
  font-size: clamp(56px, 44.484px + 3.29vw, 107px);
  line-height: 1.2;
  margin-bottom: clamp(2rem, 3vw, 3.5rem);
  white-space: nowrap;
}
@media screen and (max-width:991px) {
  .message__lead {
    width: 190%;
  }
}
.message__body {
  display: grid;
  gap: 2.5rem;
  font-size: clamp(30px, 25.484px + 1.29vw, 50px);
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
.message__text {
  letter-spacing: 0.04em;
}
.message__line {
  display: block;
  --reveal: 0%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #c22e5d)) left/var(--reveal) 100% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  background: linear-gradient(90deg, #c22e5d 0 0) left/var(--reveal) 100% no-repeat, linear-gradient(#fff 0 0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.message__visual {
  position: absolute;
  top: 0;
  right: -150%;
  height: 100%;
  aspect-ratio: 496/455;
  background: url(../img/top/message-visual.png) no-repeat right center/contain;
  opacity: 0.95;
  pointer-events: none;
  mix-blend-mode: normal;
}
@media screen and (min-width:768px) {
  .message__visual {
    right: -50%;
    height: 100vh;
  }
}
@media screen and (min-width:992px) {
  .message__visual {
    right: 0;
  }
}
.message__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 52, 74, 0.7);
}
@media screen and (min-width:768px) {
  .message__visual::before {
    display: none;
  }
}

.schedule {
  position: relative;
  background: url(../img/top/game-schedule-bg.jpg) no-repeat center/cover;
  width: 100%;
}
.schedule::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.schedule .section-ttl {
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
.schedule-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width:768px) {
  .schedule-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width:992px) {
  .schedule-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.schedule-card {
  position: relative;
  padding: 20px 30px 30px;
  border-radius: 12px;
  overflow: hidden;
}
.schedule-card::before {
  content: "";
  position: absolute;
  inset: 0;
}
.schedule-card.-result {
  background: #2b5577;
}
.schedule-card.-result::before {
  background: url(../img/top/schedule-card-bg-blue.png) no-repeat center/cover;
}
.schedule-card.-newmatch {
  background: #c22e5d;
}
.schedule-card.-newmatch::before {
  background: url(../img/top/schedule-card-bg-pink.png) no-repeat center/cover;
}
.schedule-card > * {
  position: relative;
  z-index: 1;
}
.schedule-card__head {
  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;
  gap: 10px;
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .schedule-card__head {
    margin-bottom: clamp(25px, 14.075px + 1.101vw, 35px);
  }
}
.schedule-card__head-ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width:768px) {
  .schedule-card__head-ttl {
    font-size: clamp(18px, 9.26px + 0.881vw, 26px);
  }
}
.schedule-card__head-arrow {
  height: 0.8lh;
  aspect-ratio: 1;
  background: url(../img/common/ic-arrows.svg) no-repeat center/contain;
}
.schedule-card__head-batch {
  background: #fff;
  padding: 7px 10px;
  font-size: clamp(14px, 11.815px + 0.22vw, 16px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width:1200px) {
  .schedule-card__head-batch {
    font-size: 14px;
  }
}
.schedule-card__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 250px;
  margin-inline: auto;
}
.schedule-card__team {
  display: grid;
  justify-items: center;
  gap: 15px;
}
.schedule-card__point {
  font-size: 106px;
  line-height: 0.92;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width:768px) {
  .schedule-card__point {
    font-size: clamp(96px, 69.78px + 2.643vw, 120px);
  }
}
.schedule-card__point.-win {
  color: #dae148;
}
.schedule-card__dash {
  font-size: 20px;
  line-height: 0.9;
  color: #dae148;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .schedule-card__dash {
    font-size: clamp(18px, 11.445px + 0.661vw, 24px);
  }
}
.schedule-card__dash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -175%);
          transform: translate(-50%, -175%);
  width: 30px;
  height: 12px;
  background: #fff;
}
.schedule-card__team-name {
  text-align: center;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .schedule-card__team-name {
    font-size: clamp(12px, 9.815px + 0.22vw, 14px);
  }
}
.schedule-card__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  line-height: 1;
  color: #fff;
  margin-top: 25px;
  letter-spacing: 0.01em;
}
.schedule-card__datetime .date {
  font-size: 35px;
}
@media screen and (min-width:768px) {
  .schedule-card__datetime .date {
    font-size: clamp(35px, 29.537px + 0.551vw, 40px);
  }
}
.schedule-card__datetime .time {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width:768px) {
  .schedule-card__datetime .time {
    font-size: clamp(24px, 19.63px + 0.441vw, 28px);
  }
}
.schedule-card__datetime .time > span {
  color: #2b5577;
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  height: 1.8lh;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schedule-card__vs {
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .schedule-card__vs {
    font-size: clamp(17px, 13.722px + 0.33vw, 20px);
  }
}
.schedule-card__place {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .schedule-card__place {
    font-size: clamp(10px, 5.63px + 0.441vw, 14px);
  }
}
.schedule-card__newmatch-body {
  color: #fff;
}
@media screen and (max-width:767px) {
  .schedule-card__newmatch-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schedule-card__newmatch-body > .schedule-card__newmatch-vs {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.schedule-card__newmatch-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  line-height: 0.85;
  margin-bottom: 10px;
}
.schedule-card__newmatch-datetime .date {
  color: #29210b;
  font-size: 68px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width:992px) {
  .schedule-card__newmatch-datetime .date {
    font-size: 58px;
  }
}
@media screen and (min-width:1200px) {
  .schedule-card__newmatch-datetime .date {
    font-size: clamp(80px, 69.714px + 0.857vw, 86px);
  }
}
.schedule-card__newmatch-datetime .meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  padding-bottom: 0.35rem;
}
.schedule-card__newmatch-datetime .weekday {
  width: 2lh;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1f344a;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width:992px) {
  .schedule-card__newmatch-datetime .weekday {
    font-size: 14px;
  }
}
@media screen and (min-width:1200px) {
  .schedule-card__newmatch-datetime .weekday {
    font-size: clamp(15px, 9.857px + 0.429vw, 18px);
  }
}
.schedule-card__newmatch-datetime .time {
  color: #29210b;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.9;
  white-space: nowrap;
}
@media screen and (min-width:992px) {
  .schedule-card__newmatch-datetime .time {
    font-size: 20px;
  }
}
@media screen and (min-width:1200px) {
  .schedule-card__newmatch-datetime .time {
    font-size: clamp(26px, 19.143px + 0.571vw, 30px);
  }
}
.schedule-card__newmatch-vs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #29210b;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px 10px;
  white-space: nowrap;
  margin-bottom: 15px;
}
@media screen and (min-width:992px) {
  .schedule-card__newmatch-vs {
    font-size: 30px;
  }
}
@media screen and (min-width:1200px) {
  .schedule-card__newmatch-vs {
    font-size: 43px;
  }
}
.schedule-card__newmatch-vs > span {
  line-height: 1;
  -webkit-transform: unset;
          transform: unset;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.1em;
  font-size: clamp(28px, 25.742px + 0.645vw, 38px);
}
.schedule-card__newmatch-place {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (max-width:767px) {
  .schedule-card__newmatch-place {
    margin-right: auto;
  }
}
@media screen and (min-width:992px) {
  .schedule-card__newmatch-place {
    font-size: 15px;
  }
}
.schedule .btn-list {
  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;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .schedule .btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.schedule .btn-list .btn {
  max-width: 265px;
  width: 100%;
}

.news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.news-head {
  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;
  gap: 25px;
  margin-bottom: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
}
@media screen and (max-width:767px) {
  .news-head {
    display: contents;
  }
}
@media screen and (max-width:767px) {
  .news-head .section-ttl {
    margin-bottom: 12px;
  }
}
.news-head .btn {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width:767px) {
  .news-head .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}

.top-news-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 4px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.top-news-cards::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:992px) {
  .top-news-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
}
.top-news-cards-ui {
  margin-top: -5px;
}
.top-news-tabs-ui {
  margin-top: 8px;
}
.top-news-cards-ui, .top-news-tabs-ui {
  --thumb-width: 120px;
  --thumb-offset: 0px;
  padding-inline: 4px;
}
@media screen and (min-width:992px) {
  .top-news-cards-ui, .top-news-tabs-ui {
    display: none;
  }
}
.top-news-cards-ui__bar, .top-news-tabs-ui__bar {
  position: relative;
  height: 10px;
  border-radius: 100vmax;
  background: #ccc;
  overflow: hidden;
}
.top-news-cards-ui__range, .top-news-tabs-ui__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.top-news-cards-ui__range:active, .top-news-tabs-ui__range:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.top-news-cards-ui__range:disabled, .top-news-tabs-ui__range:disabled {
  cursor: default;
}
.top-news-cards-ui__range::-webkit-slider-runnable-track, .top-news-tabs-ui__range::-webkit-slider-runnable-track {
  height: 100%;
  background: transparent;
}
.top-news-cards-ui__range::-webkit-slider-thumb, .top-news-tabs-ui__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.top-news-cards-ui__range::-moz-range-track, .top-news-tabs-ui__range::-moz-range-track {
  height: 100%;
  border: none;
  background: transparent;
}
.top-news-cards-ui__range::-moz-range-thumb, .top-news-tabs-ui__range::-moz-range-thumb {
  width: 1px;
  height: 1px;
  border: none;
  opacity: 0;
}
.top-news-cards-ui__thumb, .top-news-tabs-ui__thumb {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--thumb-width);
  border-radius: 100vmax;
  background: #fff;
  -webkit-transform: translateX(var(--thumb-offset));
          transform: translateX(var(--thumb-offset));
  pointer-events: none;
  -webkit-transition: width 0.15s ease, -webkit-transform 0.08s linear;
  transition: width 0.15s ease, -webkit-transform 0.08s linear;
  transition: transform 0.08s linear, width 0.15s ease;
  transition: transform 0.08s linear, width 0.15s ease, -webkit-transform 0.08s linear;
}
.top-news-cards-ui.is-disabled, .top-news-tabs-ui.is-disabled {
  opacity: 0.6;
}
.top-news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(64vw, 360px);
          flex: 0 0 min(64vw, 360px);
  scroll-snap-align: start;
  text-decoration: none;
  color: #29210b;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media screen and (min-width:768px) {
  .top-news-card {
    -ms-flex-preferred-size: min(46vw, 360px);
        flex-basis: min(46vw, 360px);
  }
}
@media screen and (min-width:992px) {
  .top-news-card {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    scroll-snap-align: unset;
  }
}
.top-news-card:hover, .top-news-card:focus-visible {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}
.top-news-card__thumb {
  display: block;
  aspect-ratio: 320/180;
  overflow: hidden;
  background: #d7d7d7;
}
.top-news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-news-card__body {
  display: block;
  padding: 25px 20px;
}
@media screen and (max-width:767px) {
  .top-news-card__body {
    padding: 20px 15px;
  }
}
.top-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.top-news-card__date {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
.top-news-card__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 8px;
  border-radius: 2px;
  background: #c22e5d;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.top-news-card__ttl {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.top-news-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: clamp(2rem, 1.577rem + 1.935vw, 3.875rem);
  padding-bottom: 8px;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.top-news-tabs::-webkit-scrollbar {
  display: none;
}
.top-news-tab {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: 15px;
  scroll-snap-align: start;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: clamp(1rem, 0.972rem + 0.129vw, 1.125rem);
  font-weight: 700;
  white-space: nowrap;
  background: #29210b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
@media screen and (max-width:767px) {
  .top-news-tab {
    height: 60px;
  }
}
.top-news-tab:last-child {
  border-right: none;
}
.top-news-tab.is-active {
  background: #c22e5d;
}
.top-news-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c22e5d;
}
.top-news-tab:hover, .top-news-tab:focus-visible {
  background: #c22e5d;
}
@media screen and (min-width:768px) {
  .top-news-list {
    margin-top: 30px;
  }
}
.top-news-list__empty {
  margin: 0;
  padding-block: 25px;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(41, 33, 11, 0.7);
  text-align: center;
}
.top-news-item {
  position: relative;
  display: block;
  text-decoration: none;
  padding-block: 25px;
  padding-right: 1lh;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-news-item:last-child {
  border-bottom: unset;
}
.top-news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.top-news-item__date {
  font-size: clamp(1rem, 0.972rem + 0.129vw, 1.125rem);
  line-height: 1;
  letter-spacing: 0;
}
.top-news-item__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 8px;
  border-radius: 2px;
  background: #c22e5d;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.top-news-item__ttl {
  margin-top: 10px;
  font-size: clamp(1.125rem, 1.069rem + 0.258vw, 1.375rem);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-news-item__arrow {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7lh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-news-item__arrow::after {
  content: "";
  position: absolute;
  left: 46%;
  top: 50%;
  width: 0.15lh;
  aspect-ratio: 1;
  border-top: 1.5px solid #c22e5d;
  border-right: 1.5px solid #c22e5d;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top-news-item:hover, .top-news-item:focus-visible {
  background: rgba(207, 207, 207, 0.2352941176);
}
.top-news-item:hover .top-news-item__ttl, .top-news-item:focus-visible .top-news-item__ttl {
  color: #c22e5d;
}
.top-news-item:hover .top-news-item__arrow, .top-news-item:focus-visible .top-news-item__arrow {
  background: #c22e5d;
}
.top-news-item:hover .top-news-item__arrow::after, .top-news-item:focus-visible .top-news-item__arrow::after {
  border-color: #fff;
}/*# sourceMappingURL=style-top.css.map */