@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.c-title-52 {
  font-size: 5.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-44 {
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-36 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 6rem;
}

.c-title-32 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-20 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}

.c-title-14 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-16 {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-title-20n {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.c-title-24 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-title-24n {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4rem;
}

.c-desc-12 {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.c-desc-14 {
  font-size: 1.4rem;
  line-height: 3rem;
}

.c-desc-16 {
  font-size: 1.6rem;
  line-height: 3rem;
}

.c-desc-14-25 {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

.c-desc-16-40 {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media print, screen and (min-width: 768px) {
  .pc\:c-title-44 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-36 {
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 6rem;
  }
  .pc\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .pc\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .sp\:c-title-24 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4583333333;
  }
  .sp\:c-title-20 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sp\:c-title-16 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .sp\:c-title-14 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .sp\:c-desc-12 {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
  .sp\:c-desc-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .sp\:c-desc-14-25 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
  .sp\:c-desc-14-35 {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .sp\:c-title-32 {
    font-size: 3.2rem;
  }
  .sp\:c-title-28 {
    font-size: 2.8rem;
    line-height: 1.6071428571;
  }
  .sp\:c-desc-14 {
    font-size: 1.4rem;
  }
  .sp\:c-desc-16-40 {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.card {
  will-change: transform;
  transform-style: preserve-3d;
}
.card * {
  box-sizing: initial;
}

.card-wrapper:hover {
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  translate: calc((var(--ratiox) - 0.5) * -5%) calc((var(--ratioy) - 0.5) * -5%);
  background-color: #eee;
}

.card-wrapper .color {
  z-index: 4;
}

.card-wrapper .highlight {
  z-index: 3;
}

.card-wrapper:hover > .highlight {
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.65) 20%, rgba(0, 0, 0, 0.5) 90%);
  mix-blend-mode: overlay;
}

.color {
  mix-blend-mode: color-dodge;
  display: grid;
}

.card-wrapper:hover > .color {
  background-image: url("https://drive.google.com/uc?export=view&id=1ZDJdJX1eWTqg3rTkkqDWZPMm3wvyQMkP"), repeating-linear-gradient(0deg, rgb(255, 119, 115) 5%, rgb(255, 237, 95) 10%, rgb(168, 255, 95) 15%, rgb(131, 255, 247) 20%, rgb(120, 148, 255) 25%, rgb(216, 117, 255) 30%, rgb(255, 119, 115) 35%), repeating-linear-gradient(133deg, #0e152e 0%, hsl(180, 10%, 60%) 3.8%, hsl(180, 29%, 66%) 4.5%, hsl(180, 10%, 60%) 5.2%, #0e152e 10%, #0e152e 12%), radial-gradient(farthest-corner circle at var(--mx) var(--my), rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.25) 120%);
  background-blend-mode: difference, hue, hard-light;
  background-size: 25% 20%, 200% 700%, 300% 100%, 200% 100%;
  background-position: center, 0% var(--posy), var(--posx) var(--posy), var(--posx) var(--posy);
  filter: brightness(0.75) contrast(2.5) saturate(0.75);
}

.card-wrapper:hover > .color::after {
  content: "";
  background-size: 25% 20%, 200% 400%, 195% 100%, 200% 100%;
  background-position: center, 0% var(--posy), calc(var(--posx) * -1) calc(var(--posy) * -1), var(--posx) var(--posy);
  filter: brightness(1.2) contrast(1) saturate(1.75);
  mix-blend-mode: exclusion;
  background-image: url("https://drive.google.com/uc?export=view&id=1ZDJdJX1eWTqg3rTkkqDWZPMm3wvyQMkP"), repeating-linear-gradient(0deg, rgb(255, 119, 115) 5%, rgb(255, 237, 95) 10%, rgb(168, 255, 95) 15%, rgb(131, 255, 247) 20%, rgb(120, 148, 255) 25%, rgb(216, 117, 255) 30%, rgb(255, 119, 115) 35%), repeating-linear-gradient(133deg, #0e152e 0%, hsl(180, 10%, 60%) 3.8%, hsl(180, 29%, 66%) 4.5%, hsl(180, 10%, 60%) 5.2%, #0e152e 10%, #0e152e 12%), radial-gradient(farthest-corner circle at var(--mx) var(--my), rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.25) 120%);
  background-blend-mode: difference, hue, hard-light;
}

/*形を整える*/
.card {
  border-radius: 4.5%/3.5%;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.card-wrapper {
  aspect-ratio: 0.716;
  display: grid;
  height: calc(100% - 32px);
  max-width: 100%;
  place-items: center;
  position: absolute;
  will-change: filter;
  transform-style: preserve-3d;
}
.card-wrapper > * {
  will-change: filter;
}

/*

.card-wrapper {
  position: relative;
  @include media-pc {
    transition: transform 0.1s ease;
  }
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    transform: translateZ(0);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    // background-color: rgba(#eee, 0.5);
    opacity: 0.6;
    @include media-sp {
      // display: none;
    }
  }
}

.card-wrapper {
  @include media-pc {
    transform: rotateX(var(--rx)) rotateY(var(--ry));
    translate: calc((var(--ratiox) - 0.75) * -5%) calc((var(--ratioy) - 0.75) * -5%);
    &:hover {
      background-color: #eee;
    }
  }
}

@include media-pc {
.card-wrapper:hover > .highlight {

  background: radial-gradient(
    circle at var(--mx) var(--my),
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.65) 20%,
    rgba(0, 0, 0, 0.5) 90%
  );
  mix-blend-mode: overlay;
}
  }


.color {
  display: grid;
}
@include media-pc {

.card-wrapper:hover > .color {
  mix-blend-mode: color-dodge;
}

.card-wrapper:hover > .color {
  // background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22500%22%20height%3D%22500%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.7%22%20numOctaves%3D%2210%22%20stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23eeeeee%22%2F%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20filter%3D%22url(%23n)%22%20opacity%3D%220.3%22%2F%3E%3C%2Fsvg%3E'),
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxmaWx0ZXIgaWQ9Im4iPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIj48L2ZlVHVyYnVsZW5jZT4KPC9maWx0ZXI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjMDAwIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWx0ZXI9InVybCgjbikiIG9wYWNpdHk9IjAuMyI+PC9yZWN0Pgo8L3N2Zz4="),
    repeating-linear-gradient(
      0deg,
      rgb(255, 119, 115) 5%,
      rgba(255, 237, 95, 1) 10%,
      rgba(168, 255, 95, 1) 15%,
      rgba(131, 255, 247, 1) 20%,
      rgba(120, 148, 255, 1) 25%,
      rgb(216, 117, 255) 30%,
      rgb(255, 119, 115) 35%
    ),
    repeating-linear-gradient(
      133deg,
      #0e152e 0%,
      hsl(180, 10%, 60%) 3.8%,
      hsl(180, 29%, 66%) 4.5%,
      hsl(180, 10%, 60%) 5.2%,
      #0e152e 10%,
      #0e152e 12%
    ),
    radial-gradient(
      farthest-corner circle at var(--mx) var(--my),
      rgba(0, 0, 0, 0.1) 12%,
      rgba(0, 0, 0, 0.15) 20%,
      rgba(0, 0, 0, 0.25) 120%
    );
  background-blend-mode: screen, hue, hard-light;
  background-size:
    500px 100%,
    200% 700%,
    300% 100%,
    200% 100%;
  background-position:
    center,
    0% var(--posy),
    var(--posx) var(--posy),
    var(--posx) var(--posy);
  filter: brightness(0.8) contrast(2.95) saturate(0.5);
}

.card-wrapper:hover > .color::after {
  content: "";
  grid-area: 1/1;
  background-image: radial-gradient(
    farthest-corner ellipse at calc(((var(--mx)) * 0.5) + 25%) calc(((var(--my)) * 0.5) + 25%),
    rgb(255, 255, 255) 5%,
    rgba(55, 0, 55, 0.6) 25%,
    rgb(55, 55, 55) 90%
  );
  background-size:
    500px 100%,
    200% 400%,
    195% 100%,
    200% 100%;
  background-position:
    center,
    0% var(--posy),
    calc(var(--posx) * -1) calc(var(--posy) * -1),
    var(--posx) var(--posy);
  filter: brightness(1) contrast(2.5) saturate(1.75);
  mix-blend-mode: soft-light;
}

.card-wrapper:hover > .color::after {
  // background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22500%22%20height%3D%22500%22%3E%3Cfilter%20id%3D%22n%22%3E%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%22.7%22%20numOctaves%3D%2210%22%20stitchTiles%3D%22stitch%22%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20fill%3D%22%23eeeeee%22%2F%3E%3Crect%20width%3D%22500%22%20height%3D%22500%22%20filter%3D%22url(%23n)%22%20opacity%3D%220.3%22%2F%3E%3C%2Fsvg%3E'),
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCI+CjxmaWx0ZXIgaWQ9Im4iPgo8ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjciIG51bU9jdGF2ZXM9IjEwIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIj48L2ZlVHVyYnVsZW5jZT4KPC9maWx0ZXI+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWxsPSIjMDAwIj48L3JlY3Q+CjxyZWN0IHdpZHRoPSI1MDAiIGhlaWdodD0iNTAwIiBmaWx0ZXI9InVybCgjbikiIG9wYWNpdHk9IjAuMyI+PC9yZWN0Pgo8L3N2Zz4="),
    repeating-linear-gradient(
      0deg,
      rgb(255, 119, 115) 5%,
      rgba(255, 237, 95, 1) 10%,
      rgba(168, 255, 95, 1) 15%,
      rgba(131, 255, 247, 1) 20%,
      rgba(120, 148, 255, 1) 25%,
      rgb(216, 117, 255) 30%,
      rgb(255, 119, 115) 35%
    ),
    repeating-linear-gradient(
      133deg,
      #0e152e 0%,
      hsl(180, 10%, 60%) 3.8%,
      hsl(180, 29%, 66%) 4.5%,
      hsl(180, 10%, 60%) 5.2%,
      #0e152e 10%,
      #0e152e 12%
    ),
    radial-gradient(
      farthest-corner circle at var(--mx) var(--my),
      rgba(0, 0, 0, 0.1) 12%,
      rgba(0, 0, 0, 0.15) 20%,
      rgba(0, 0, 0, 0.25) 120%
    );
  background-blend-mode: screen, hue, hard-light;
}
}
.card {
  border-radius: 1rem;
  // box-shadow: 0 10px 20px -5px #000;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

*/
.c-section-layer {
  background: linear-gradient(90deg, rgba(28, 28, 28, 0.8) 0%, rgba(28, 28, 28, 0) 48.12%, rgba(28, 28, 28, 0.8) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.c-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .c-head {
    display: block;
  }
}

.c-headline .c-heading {
  margin-top: 1.5rem;
}

.c-button-list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-button-list {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.c-button {
  width: 30rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3rem;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  background-color: #fff;
  color: var(--color-black);
  border: 1px solid #fff;
}
.c-button--line {
  width: 25rem;
  height: 5rem;
  background-color: #06c755;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  justify-content: start;
}
.c-button--line .c-button__line-icon {
  margin-right: 2.4rem;
}
.c-button__icon {
  position: absolute;
  inset: 0 3rem 0 auto;
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: #004098;
  transition: 0.4s;
  transform-origin: center right;
  z-index: 1;
}
.c-button--ml {
  width: 36rem;
}
.c-button__text {
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.c-button--inverse {
  background-color: #fff;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .c-button {
    width: 29rem;
    height: 5rem;
    padding: 1.4rem 2.5rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button:hover {
    color: #fff;
    background-color: var(--accent2);
  }
  .c-button:hover .c-button__icon {
    background-color: #fff;
  }
  .c-button.c-button--ml:hover .c-button__icon {
    transform: translate(4rem, 0) scale(1.2);
  }
  .c-button.c-button--inverse:hover .c-button__text {
    color: #fff;
  }
}
.c-button input[type=button],
.c-button input[type=submit],
.c-button button {
  position: absolute;
  inset: 0;
  margin: auto;
  appearance: none;
  border: 0;
  background-color: transparent;
  padding-left: 2.5rem;
  color: inherit;
  text-align: left;
  z-index: 10;
}
.c-button input[type=button] + .c-button__icon,
.c-button input[type=submit] + .c-button__icon {
  position: absolute;
  right: 2.5rem;
}
.c-button--line {
  background-color: #06c655 !important;
  border-color: #06c655 !important;
  color: #fff !important;
}
.c-button--line:hover {
  opacity: 0.6;
}
.c-button--line .c-button__icon {
  background-color: rgba(255, 255, 255, 0.4);
}
.c-button--line .c-button__icon::before {
  background-color: #fff;
}
.c-button__line-icon {
  width: 3rem;
  height: 2.9rem;
}

.c-glass {
  border-radius: 1rem;
  background: transparent;
  border: 2px solid #fff;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.02);
}

.c-pager .prev,
.c-pager .next {
  display: none;
}

.c-toggle-item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .c-toggle-item {
    border-radius: 30px;
  }
}
.c-toggle-item:last-child {
  margin-bottom: 0;
}
.c-toggle-item__title {
  padding: 2rem 3rem;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #fff;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(15px);
  --webkit-backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.02);
  display: flex;
  padding-right: 10rem;
  gap: 3rem;
  font-weight: bold;
  font-size: 2rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.003%22%20height%3D%2211.799%22%20viewBox%3D%220%200%2019.003%2011.799%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_336832%22%20data-name%3D%22%E3%83%91%E3%82%B9%20336832%22%20d%3D%22M0%2C0C.688.6%2C8.455%2C8.533%2C8.455%2C8.533L16.956%2C0%22%20transform%3D%22translate(0.984%201.132)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.6rem;
  cursor: pointer;
  background-position: right 3rem center;
  transition: 0.3s;
  line-height: 2.1;
}
.c-toggle-item__title::before {
  content: "Q";
  align-self: start;
  position: relative;
  line-height: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .c-toggle-item__title::before {
    font-size: 1.6rem;
    margin-top: -0.2rem;
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    line-height: 3.1rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__title {
    padding: 1.5rem;
    font-size: 1.4rem;
    line-height: 3rem;
    gap: 1rem;
    background-size: 1.3rem;
    padding-right: 5rem;
    line-height: 1.35;
    vertical-align: 7rem;
    align-items: center;
  }
}
.c-toggle-item__title.is-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.003%22%20height%3D%2211.8%22%20viewBox%3D%220%200%2019.003%2011.8%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_336834%22%20data-name%3D%22%E3%83%91%E3%82%B9%20336834%22%20d%3D%22M0%2C8.533C.688%2C7.934%2C8.455%2C0%2C8.455%2C0l8.5%2C8.533%22%20transform%3D%22translate(0.984%202.135)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.c-toggle-item__body {
  position: relative;
}
.c-toggle-item__body-inner {
  display: flex;
  gap: 3rem;
  padding: 3.5rem 3rem 1.5rem;
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner {
    padding: 2rem 1.5rem 0;
    gap: 1rem;
  }
}
.c-toggle-item__body-inner::before {
  content: "A";
  align-self: start;
  position: relative;
  display: block;
  line-height: 4.5rem;
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  font-family: var(--font-en);
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: var(--accent1);
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner::before {
    font-size: 1.6rem;
    margin-top: -0.2rem;
    flex: 0 0 3.1rem;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 100%;
    line-height: 3.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-toggle-item__body-inner > p {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__body-inner > p {
    padding: 0;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-toggle-item__body::before {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    position: static;
    display: block;
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
}

.c-topic-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-topic-list {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}

.c-topic:hover .c-topic__body {
  filter: brightness(0.8);
}
.c-topic:hover .c-topic__image {
  scale: 0.95;
}
.c-topic:hover .c-topic__image img {
  scale: 1.05;
}
.c-topic__inner {
  display: grid;
  grid-template-columns: 27rem 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .c-topic__inner {
    gap: 1.5rem;
    grid-template-columns: 47% 50%;
  }
}
.c-topic__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-topic__title {
    font-size: 1.4rem;
    margin-bottom: 1.1rem;
  }
}
.c-topic__body {
  transition: 0.4s;
}
.c-topic__image {
  overflow: hidden;
  border-radius: 1rem;
  transition: 0.4s;
}
.c-topic__image img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-topic__image img {
    height: 10rem;
  }
}
.c-topic__date {
  margin-bottom: 0.5rem;
  color: var(--color-smoke);
  font-weight: bold;
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-topic__date {
    font-size: 1rem;
  }
}
.c-topic__meta {
  color: var(--color-smoke);
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .c-topic__meta {
    font-size: 1rem;
  }
}
.c-topic__labels-title {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: bold;
  color: var(--color-smoke);
}
@media (max-width: 767px) {
  .c-topic__labels-title {
    font-size: 1rem;
  }
}
.c-topic__label {
  color: var(--color-smoke);
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 14.4rem;
  height: 2rem;
  border: solid 1px;
  padding: 0 2rem;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-topic__label {
    font-size: 1rem;
    min-width: 9.4rem;
    padding: 0 0.5rem;
    height: 1.5rem;
  }
}

.c-anim-roll__child {
  position: relative;
  overflow: hidden;
}
.c-anim-roll span {
  display: block;
}
.c-anim-roll span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .c-anim-roll span {
    transition: transform 0.6s;
  }
}
.c-anim-roll:hover span:nth-child(1) {
  transition: transform 0.6s;
  transform: translate3d(0, -100%, 0);
}
.c-anim-roll:hover span:nth-child(2) {
  transition: transform 0.7s;
  transform: translateZ(0);
}

.c-players-blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-players-blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}

.c-video-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .c-video-list-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }
}

@media (max-width: 767px) {
  .c-article {
    max-width: 16.3rem;
  }
}
.c-article:hover .c-article__image img {
  scale: 1.07;
}
.c-article__date {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .c-article__date {
    margin-bottom: 1rem;
  }
}
.c-article__image {
  margin-bottom: 1.5rem;
  aspect-ratio: 375/210;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .c-article__image {
    border-radius: 0.5rem;
  }
}
.c-article__image img {
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-article__tag {
  border: solid var(--accent2) 1px;
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.1rem 1rem 0rem;
}
.c-article__title {
  margin-bottom: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-article__title {
    font-size: 1.2rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-article--sidelong .c-article__image {
    height: 16.3rem;
  }
  .c-article--sidelong .c-article__inner {
    display: grid;
    grid-template-columns: 29rem 30rem;
    grid-template-areas: "image date" "image title" "image tags" "image .";
    grid-template-rows: auto;
    gap: 0 2.5rem;
  }
  .c-article--sidelong .c-article__image {
    grid-area: image;
    margin-bottom: 0;
  }
  .c-article--sidelong .c-article__date {
    grid-area: date;
    align-self: start;
    padding: 1rem 0 0;
    margin-bottom: 1rem;
  }
  .c-article--sidelong .c-article__title {
    grid-area: title;
  }
  .c-article--sidelong .c-article__tags {
    grid-area: tags;
  }
}
@media (max-width: 767px) {
  .c-article--sidelong .c-article__date {
    margin-bottom: 1rem;
  }
  .c-article--sidelong .c-article__image {
    border-radius: 0.5rem;
  }
  .c-article--sidelong .c-article__title {
    font-size: 1.2rem !important;
    margin-bottom: 1rem;
  }
}

.c-filter {
  padding: 2.5rem 5rem;
  display: flex;
  align-items: center;
}
.c-filter__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  font-family: var(--font-en);
  margin-right: 3.5rem;
  display: flex;
  align-items: center;
}
.c-filter__title::after {
  margin-left: 3.5rem;
  content: "";
  width: 2px;
  height: 5rem;
  background-color: var(--color-smoke);
  display: block;
}
.c-filter__list {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.c-filter__item {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-smoke);
  transition: 0.4s;
  position: relative;
}
.c-filter__item::after {
  transition: 0.4s;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.5rem;
  background-color: currentColor;
  transform: scaleX(0);
}
.c-filter__item.is-active {
  color: var(--accent1);
}
.c-filter__item.is-active::after {
  transform: scaleX(1);
}
.c-filter__item:hover {
  color: var(--accent1);
}
.c-filter__item:hover::after {
  transform: scaleX(1);
}

.c-heading {
  font-weight: bold;
}
.c-heading--xl {
  font-size: 5.6rem;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading--xl {
    font-size: 3rem;
  }
}
.c-heading--l {
  font-size: 5.2rem;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-heading--l {
    font-size: 2.8rem;
  }
}
.c-heading--m {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .c-heading--m {
    font-size: 2.4rem;
  }
}
.c-heading--sm {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .c-heading--sm {
    font-size: 2rem;
  }
}
.c-heading--s {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-heading--s {
    font-size: 1.6rem;
  }
}
.c-subtitle {
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: var(--accent1);
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-subtitle {
    font-size: 1.6rem;
  }
}
.c-subtitle--2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-subtitle--2 {
    font-size: 1.2rem;
  }
}

.c-date {
  font-size: 1.2rem;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  color: var(--date-color);
}
@media (max-width: 767px) {
  .c-date {
    font-size: 1.2rem;
  }
}

.c-navi {
  font-size: 2rem;
  color: var(--navi-color);
}
@media (max-width: 767px) {
  .c-navi {
    font-size: 1.6rem;
  }
}

.c-desc {
  font-size: 1.6rem;
  line-height: 2.5;
}

.c-text {
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.5625;
  }
}
.c-text--s {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-text--s {
    font-size: 1.2rem;
  }
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.c-tag {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--accent2);
  border: solid var(--accent2) 1px;
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.1rem 1rem 0rem;
}
.c-tag.is-active {
  color: #fff;
  border: solid #fff 1px;
  background-color: var(--accent2);
}
@media (max-width: 767px) {
  .c-tag {
    white-space: nowrap;
  }
}

.c-label {
  font-size: 1.2rem;
}

.card-wrapper {
  display: block;
  width: 36rem;
  height: 48rem;
  position: relative;
  border-radius: 1rem;
}

.c-player-card {
  position: absolute;
  border: solid 3px #ffffff;
  z-index: 1;
  border-radius: 1rem;
}
.c-player-card__no {
  position: absolute;
  inset: 0.7rem auto auto 2.5rem;
  z-index: 10;
  font-family: var(--font-en);
  pointer-events: none;
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-player-card__no {
    font-size: 3.6rem;
    inset: 0.6rem 0 0 1.5rem;
  }
}
.c-player-card__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-player-card__bg img {
  width: 100%;
}
.c-player-card__image {
  position: absolute;
  inset: auto 0 0rem;
  z-index: 2;
}
.c-player-card__label {
  position: absolute;
  max-width: 35rem;
  inset: auto auto 2.5rem 0;
  z-index: 3;
  width: 100%;
  height: auto;
  min-height: 7rem;
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  background-color: var(--accent1);
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  gap: 2rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-player-card__label {
    max-width: 20.7rem;
    min-height: 4.1rem;
    gap: 0.6rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}
.c-player-card__label--2 {
  color: #fff;
  background-color: var(--accent2);
}
.c-player-card__name {
  font-size: 2.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-player-card__name {
    font-size: 1.6rem;
  }
}
.c-player-card__position {
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-player-card__position {
    font-size: 1.1rem;
  }
}
.c-player-card__ruby {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-player-card__ruby {
    font-size: 1rem;
  }
}
.c-player-card--m .c-player-card__no {
  font-size: 4.8rem;
  inset: 0.5rem auto auto 1.5rem;
}
.c-player-card--m .c-player-card__name {
  font-size: 2rem;
}
.c-player-card--m .c-player-card__position {
  font-size: 1.2rem;
}
.c-player-card--m .c-player-card__label {
  padding: 1.5rem;
  gap: 1.5rem;
  max-width: 27.6rem;
}
.c-player-card--l .c-player-card__no {
  font-size: 8rem;
}
.c-player-card--l .c-player-card__label {
  padding: 1rem 3rem;
  max-width: 44.5rem;
  height: 9.1rem;
}
.c-player-card--l .c-player-card__name {
  font-size: 3.2rem;
}
.c-player-card--l .c-player-card__position {
  font-size: 2rem;
}
.c-player-card--l .c-player-card__ruby {
  font-size: 1.6rem;
}

.c-player-card-wrapper--m {
  width: 29rem;
  height: 38.8rem;
}
@media (max-width: 767px) {
  .c-player-card-wrapper--m {
    width: 16.5rem;
    height: 22rem;
  }
  .c-player-card-wrapper--m .c-player-card {
    border-width: 2px;
  }
  .c-player-card-wrapper--m .c-player-card__name {
    font-size: 1.4rem;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
  }
  .c-player-card-wrapper--m .c-player-card__ruby {
    font-size: 1rem;
  }
  .c-player-card-wrapper--m .c-player-card__position {
    font-size: 1rem;
  }
  .c-player-card-wrapper--m .c-player-card__label {
    padding: 0.5rem 0.8rem;
    display: block;
    width: 16rem;
    min-height: 4.5rem;
    bottom: 1rem;
  }
  .c-player-card-wrapper--m .c-player-card__no {
    font-size: 3.2rem;
    inset: 0.1rem auto auto 1rem;
  }
}
.c-player-card-wrapper--l {
  width: 47rem;
  height: 62.6rem;
}
@media (max-width: 767px) {
  .c-player-card-wrapper--l {
    height: 100%;
  }
  .c-player-card-wrapper--l .c-player-card__name {
    font-size: 2.4rem;
    display: flex;
    gap: 1rem;
    align-items: baseline;
  }
  .c-player-card-wrapper--l .c-player-card__ruby {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .c-player-card-wrapper--l .c-player-card__position {
    font-size: 1.4rem;
  }
  .c-player-card-wrapper--l .c-player-card__label {
    padding: 1rem 2rem;
    display: block;
    width: 32rem;
    height: fit-content;
    bottom: 2.5rem;
  }
  .c-player-card-wrapper--l .c-player-card__no {
    font-size: 5.6rem;
    inset: 1rem auto auto 2.5rem;
  }
}

.c-separate {
  border-bottom: var(--color-gray) 2px solid;
  max-width: 126.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-separate {
    border-bottom: var(--color-gray) 1px solid;
  }
}

@media (max-width: 767px) {
  .c-movie {
    max-width: 16.3rem;
  }
}
.c-movie:hover .c-movie__image::before {
  opacity: 0;
}
.c-movie:hover .c-movie__play {
  scale: 1.2;
}
.c-movie__image {
  aspect-ratio: 388/218;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-movie__image {
    border-radius: 0.5rem;
  }
}
.c-movie__image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  will-change: scale;
  transition: 0.8s;
  transform-origin: center;
}
.c-movie__image img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-movie__title {
  margin: 1.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-movie__title {
    font-size: 1.2rem !important;
  }
}
.c-movie__play {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  background: transparent;
  border: 1px solid #fff;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-movie__play {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-movie__play svg {
  width: 1.3rem;
  height: 1.7rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .c-movie__play svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.c-product {
  position: relative;
}
.c-product:hover .c-product__image img {
  scale: 1.07;
}
.c-product__image {
  aspect-ratio: 290/200;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .c-product__image {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
}
.c-product__image img {
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-product__title {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.c-product__price {
  display: flex;
}
.c-product__price-prefix {
  font-size: 1.6rem;
  font-family: var(--font-en);
  margin-right: 0.7rem;
  align-self: start;
  position: relative;
  top: -0.4rem;
}
@media (max-width: 767px) {
  .c-product__price-prefix {
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }
}
.c-product__price-value {
  font-family: var(--font-en);
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-product__price-value {
    font-size: 1.6rem;
  }
}
.c-product__price-suffix {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  align-self: end;
}
.c-product__badge {
  position: absolute;
  inset: -1rem auto auto 0.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--accent2);
  font-weight: bold;
  font-family: var(--font-en);
  z-index: 3;
  text-align: center;
}
@media (max-width: 767px) {
  .c-product__badge {
    font-size: 1.3rem;
  }
}

.c-tabs {
  display: grid;
  grid-template-columns: repeat(4, 15rem);
  gap: 0.5rem;
  background-color: var(--gray);
  width: fit-content;
  padding: 0.5rem;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .c-tabs--sp4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-tabs--2 {
  grid-template-columns: repeat(2, 24.2rem);
}
@media (max-width: 767px) {
  .c-tabs--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tabs--player-detail {
  grid-template-columns: repeat(2, 20rem);
}
@media (max-width: 767px) {
  .c-tabs--player-detail {
    grid-template-columns: repeat(2, 15rem);
  }
}

.c-tab {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  height: 5rem;
  font-weight: bold;
  text-align: center;
  color: #afafaf;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .c-tab {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-tab.is-active {
  color: var(--color-black);
  background-color: #fff;
}
.c-tab--s {
  height: 4rem;
  font-size: 1.6rem;
}
.c-tab--s.is-active {
  color: #fff;
  background-color: var(--accent2);
}

.c-profile-table dl {
  width: 100%;
  height: 1px;
  --senbun: 2px;
  --kankaku: 2px;
  --sensize: 1px;
  --sencolor: #707070;
  background-image: linear-gradient(to right, var(--sencolor) var(--senbun), transparent var(--kankaku));
  background-size: calc(var(--senbun) + var(--kankaku)) var(--sensize);
  background-repeat: repeat-x;
  background-position: center bottom;
  display: grid;
  height: 100%;
  grid-template-columns: 30rem 1fr;
}
@media (max-width: 767px) {
  .c-profile-table dl {
    --senbun: 0px;
    grid-template-columns: 12rem 1fr;
    gap: 2rem;
    font-size: 1.4rem;
  }
  .c-profile-table dl.type--2 {
    grid-template-columns: 14rem 1fr;
  }
}
.c-profile-table dl.no-dt {
  grid-template-columns: auto 1fr;
}
.c-profile-table dl:first-child {
  padding-top: 0;
}
.c-profile-table dl:last-child {
  background-image: none;
}
.c-profile-table dl:last-child dt,
.c-profile-table dl:last-child dd {
  padding-bottom: 0;
}
.c-profile-table dt {
  padding: 2rem 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-profile-table dt {
    padding: 1.5rem 0;
  }
}
.c-profile-table dd {
  padding: 2rem 0 2rem 0;
}
@media (max-width: 767px) {
  .c-profile-table dd {
    padding: 1.5rem 0;
  }
}
.c-profile-table dd p + p {
  margin-top: 2.5rem;
}
.c-profile-table dd p a {
  color: var(--accent1);
}

.c-block-title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-block-title {
    font-size: 1.6rem;
  }
}
.c-block-title::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: var(--accent1);
  margin-right: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .c-block-title::before {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}

.c-data-table dl {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-data-table dl {
    display: grid;
    grid-template-columns: 32.5rem 1fr;
  }
}
.c-data-table dl:first-child dt {
  padding-top: 0;
}
.c-data-table dl:last-child {
  border-bottom: 0;
}
.c-data-table dl:last-child dt,
.c-data-table dl:last-child dd {
  padding-bottom: 0;
}
.c-data-table dt {
  padding: 3rem 1rem 2.4rem 6.3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-data-table dt {
    font-size: 1.4rem;
    padding: 1.5rem 0 1rem 0;
  }
}
.c-data-table dd {
  padding: 2.4rem 6.3rem 2.4rem 0;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .c-data-table dd {
    padding: 0 0 1.5rem 0;
    font-size: 1.4rem;
  }
}
.c-data-table dd a {
  text-decoration: underline;
  color: var(--accent2);
}

.c-results {
  background-color: var(--accent1);
  padding: 4rem 0 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-results {
    padding: 0;
    background-color: transparent;
  }
}
@media print, screen and (min-width: 768px) {
  .c-results::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--accent2);
  }
}
.c-results__title {
  color: #fff;
  font-family: var(--font-en);
  font-size: 5.2rem;
  letter-spacing: 0.1em;
  margin-bottom: -3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .c-results__title {
    font-size: 2.8rem;
    margin-bottom: -1.6rem;
  }
}
.c-results__title--black {
  color: var(--color-black);
}
.c-results__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .c-results__row {
    display: block;
  }
}
.c-results__col {
  padding-right: 5rem;
  position: relative;
  z-index: 1;
}
.c-results__col:nth-child(2) {
  padding-right: 0;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .c-results__col:nth-child(2) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: var(--accent1);
  }
}
@media (max-width: 767px) {
  .c-results__col {
    background-color: var(--accent2);
    padding: 2.5rem 1.5rem 3.5rem;
  }
}
.c-results__box {
  height: 23.5rem;
  padding: 5rem 3.5rem;
  border-radius: 0.5rem;
  background-color: #eeeeee;
  display: grid;
  grid-template-columns: 15.4rem 14.6rem 15.4rem;
  justify-content: space-between;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-results__box {
    height: 21.2rem;
    padding: 1.6rem 1rem;
    margin-bottom: 3.5rem;
    grid-template-columns: 12.5rem 7.5rem 12.5rem;
    position: relative;
  }
}
.c-results__box--next-game {
  grid-template-columns: 15.4rem 6.8rem 15.4rem;
}
@media (max-width: 767px) {
  .c-results__box--next-game {
    grid-template-columns: 12.5rem 1fr 12.5rem;
    padding: 2rem 1rem 2rem;
    align-items: center;
  }
}
.c-results__value {
  margin-bottom: 3rem;
  font-family: var(--font-en);
  text-align: center;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-results__value {
    margin-bottom: 0;
    line-height: 9.4rem;
  }
}
.c-results__name {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-results__name {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.c-results__info {
  text-align: center;
}
.c-results__info-text {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .c-results__info-text {
    position: absolute;
    inset: auto 0 0;
    margin: auto;
    padding: 0px 0px 1.5rem;
  }
}
.c-results__fill {
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 22rem;
  height: 5.5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.85rem 1.5rem;
  font-size: 1.4rem;
  inset: -4rem 1rem auto auto;
}
@media (max-width: 767px) {
  .c-results__fill {
    width: 18.6rem;
    inset: -2.8rem 0 auto auto;
    height: 5.1rem;
    border-radius: 0.5rem;
    padding: 0.8rem 1rem;
  }
}
.c-results__fill-date {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
}
@media (max-width: 767px) {
  .c-results__fill-date {
    font-size: 1.6rem;
  }
}
.c-results__fill-title {
  max-width: 21rem;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-results__fill-title {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}
.c-results__fill-title.is-active .js-auto-slide-text {
  animation: autoslide-animation1 10s linear infinite;
  transform: translate(100%, 0);
}
.c-results__badge {
  font-size: 1.4rem;
  border-radius: 12.5px;
  background: var(--color-gray);
  width: fit-content;
  margin: 2rem auto 0;
  padding: 0.2rem 1.4rem;
}
@media (max-width: 767px) {
  .c-results__badge {
    font-size: 1.2rem;
    white-space: nowrap;
    padding: 0 1rem 0.1rem;
    margin-top: 3.8rem;
  }
}
.c-results__vs {
  text-align: center;
  font-size: 6.4rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
  top: -2rem;
  color: var(--color-gray);
  align-self: center;
  font-family: var(--font-en);
}
.c-results__team img {
  margin: auto;
  width: 10rem;
}
@media (max-width: 767px) {
  .c-results__team img {
    width: 8rem;
  }
}
.c-results__team-name {
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .c-results__team-name {
    font-size: 1.2rem;
    text-align: center;
    padding: 0 0.5rem;
  }
}

@keyframes autoslide-animation1 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-160%, 0);
  }
}
@keyframes autoslide-animation2 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-205%, 0);
  }
}
.c-game {
  padding: 3.5rem;
  --game-headcolor: var(--accent1);
  --game-badgecolor: var(--accent1);
  --game-badgetext: var(--color-black);
}
@media (max-width: 767px) {
  .c-game {
    padding: 3rem 1.5rem;
  }
}
.c-game--result {
  --game-headcolor: #fff;
  --game-badgecolor: #cccccc;
  --game-badgetext: var(--color-black);
}
.c-game + .c-game {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .c-game + .c-game {
    margin-top: 2.5rem;
  }
}
.c-game__badge {
  width: fit-content;
  min-width: 10rem;
  margin-bottom: 1rem;
  padding: 0.2rem 1.5rem;
  border-radius: 3rem;
  background-color: var(--game-badgecolor);
  color: var(--game-badgetext);
  text-align: center;
}
@media (max-width: 767px) {
  .c-game__badge {
    min-width: 8rem;
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
  }
}
.c-game__date {
  font-size: 3.6rem;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-game__date {
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
.c-game__time {
  font-size: 2rem;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-game__time {
    font-size: 1.6rem;
    position: relative;
    top: 0.3rem;
  }
}
.c-game__week {
  margin-left: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-game__week {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}
.c-game__headline-places {
  display: flex;
}
.c-game__headline {
  background-color: var(--game-headcolor);
  display: flex;
  align-items: center;
  height: 5.5rem;
  border-radius: 0.5rem;
  position: relative;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .c-game__headline {
    flex-direction: column-reverse;
    height: fit-content;
    margin-bottom: 1.5rem;
  }
}
.c-game__headline-label {
  min-width: 7rem;
  text-align: center;
  padding: 0.2rem 2rem;
  color: #fff;
  border-radius: 0.5rem;
  margin-right: 1rem;
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .c-game__headline-label {
    min-width: 4.4rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    padding: 0.2rem 1rem;
    width: fit-content;
  }
}
.c-game__headline-place {
  white-space: nowrap;
  overflow: hidden;
  max-width: 29rem;
}
@media (max-width: 767px) {
  .c-game__headline-place {
    font-size: 1.4rem;
    max-width: 25rem;
  }
}
.c-game__headline-place.is-active .js-auto-slide-text {
  animation: autoslide-animation2 10s linear infinite;
  transform: translate(100%, 0);
}
.c-game__headline-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .c-game__headline-title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
    margin: auto;
    text-align: center;
  }
}
.c-game__body {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 28rem 56.2rem 28rem;
}
@media (max-width: 767px) {
  .c-game__body {
    display: block;
  }
}
.c-game__button {
  width: 20rem;
  height: 5rem;
  margin-left: auto;
  border-radius: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: solid 1px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .c-game__button {
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-game__button:hover {
  opacity: 0.5;
}
.c-game__values {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  align-items: center;
  font-size: 6.4rem;
  font-family: var(--font-en);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-game__values {
    font-size: 3.6rem;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .c-game__left {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.c-game__center {
  display: grid;
  grid-template-columns: 15.4rem auto 15.4rem;
  align-items: center;
  gap: 5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-game__center {
    grid-template-columns: 11.4rem auto 11.4rem;
    gap: 1rem;
  }
}
.c-game__team {
  align-self: start;
}
.c-game__team img {
  width: 10rem;
  margin: auto;
}
.c-game__team-name {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
@media (max-width: 767px) {
  .c-game__team-name {
    font-size: 1.2rem;
    text-align: center;
  }
}
.c-game__vs {
  text-align: center;
  font-size: 6.4rem;
  line-height: 1;
  position: relative;
  top: -2rem;
  letter-spacing: 0.1em;
  color: #cccccc;
  align-self: center;
  font-family: var(--font-en);
}
@media (max-width: 767px) {
  .c-game__right {
    margin-top: 2.5rem;
  }
}

.c-filter-select {
  width: 32.5rem;
  height: 4.5rem;
  padding: 0 2rem;
  border-radius: 0.5rem;
  margin-left: auto;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.113%22%20height%3D%229.097%22%20viewBox%3D%220%200%2015.113%209.097%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_339320%22%20data-name%3D%22%E3%83%91%E3%82%B9%20339320%22%20d%3D%22M0%2C0C.558.486%2C6.856%2C6.919%2C6.856%2C6.919L13.749%2C0%22%20transform%3D%22translate(0.656%200.755)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: center right 2rem;
  background-position: center right 2rem;
  border: solid 1px #212121;
  background-color: #fff;
  color: #212121;
}
@media (max-width: 767px) {
  .c-filter-select {
    width: 25rem;
    background-position: center right 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-pagehead {
  padding: 10.7rem 0 13.5rem;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 767px) {
  .c-pagehead {
    padding: 8.2rem 0 5rem;
  }
}
.c-pagehead__row {
  position: relative;
}
.c-pagehead__row::before {
  background-image: url("../images/common/star2.svg");
  background-size: contain;
  position: absolute;
  inset: -35rem -23rem auto auto;
  content: "";
  width: 92.4rem;
  height: 87.8rem;
}
@media (max-width: 767px) {
  .c-pagehead__row::before {
    inset: -14rem -13rem auto auto;
    content: "";
    width: 40rem;
    height: 38rem;
  }
}
.c-pagehead__ruby {
  color: #fff;
  font-weight: bold;
  font-size: 17.6rem;
  line-height: 25.8rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-pagehead__ruby {
    font-size: 5.6rem;
    line-height: 10rem;
  }
}
.c-pagehead__headline {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  margin-top: -18.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-pagehead__headline {
    gap: 1.5rem;
    margin-top: -4rem;
  }
}
.c-pagehead__title {
  letter-spacing: 0.15em;
  font-weight: bold;
}
.c-pagehead__breadcrumb {
  position: relative;
  z-index: 2;
}

.c-pagehead-box {
  padding: 9rem 6rem 3rem;
  border-radius: 5rem;
  background: #e4e9ef;
  box-shadow: inset 0 3px 15px rgba(12, 73, 149, 0.12);
  position: relative;
  height: 40rem;
}
@media (max-width: 767px) {
  .c-pagehead-box {
    height: 17.3rem;
    border-radius: 3rem;
    padding: 3.5rem 1.5rem 2.5rem;
  }
}

.c-box {
  border-radius: 5rem;
  background: #e4e9ef;
  box-shadow: inset 0 3px 15px rgba(12, 73, 149, 0.12);
  position: relative;
}
@media (max-width: 767px) {
  .c-box {
    border-radius: 3rem;
  }
}
.c-box__circle {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 5rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-box__circle {
    border-radius: 3rem;
  }
}
.c-box__circle::before {
  content: "";
  inset: auto -25% -25% auto;
  width: 112.7rem;
  height: 112.7rem;
  border-radius: 100%;
  filter: blur(16px);
  background: radial-gradient(rgba(12, 73, 149, 0.1) 0%, rgba(12, 73, 149, 0) 100%);
  position: absolute;
}
@media (max-width: 767px) {
  .c-box__circle::before {
    width: 37.5rem;
    height: 37.5rem;
    border-radius: 100%;
  }
}

.c-page-top {
  padding-top: 10.5rem;
}

.c-page-headline {
  font-family: var(--font-serif);
  color: var(--color-primary);
  margin-bottom: 2.4rem;
}
.c-page-headline__ruby {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  margin-bottom: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-page-headline__title {
  font-size: 2.6rem;
  line-height: 1.5384615385;
}

.c-breadcrumb {
  font-size: 1.2rem;
  width: fit-content;
  border-radius: 100px;
  background-color: var(--accent1);
  padding: 0.4rem 1rem 0.5rem;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.2rem;
    height: 2.2rem;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__item {
  white-space: nowrap;
}
.c-breadcrumb__item a {
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.c-breadcrumb__item a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-breadcrumb__item a svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-breadcrumb__item a::after {
  content: "";
  display: inline-block;
  background-color: var(--color-black);
  width: 1px;
  height: 1rem;
  rotate: 45deg;
  margin: auto 0.75rem;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .c-breadcrumb__item a::after {
    width: 1px;
    height: 1.2rem;
    margin: auto 1rem;
  }
}
.c-breadcrumb__item:last-child {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 41rem;
}
@media (max-width: 767px) {
  .c-breadcrumb__item:last-child {
    max-width: 18rem;
  }
}
.c-breadcrumb__item:last-child a::after {
  display: none;
}

a.c-breadcrumb__item {
  text-decoration: underline;
}

.c-pager .wp-pagenavi {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-pager .wp-pagenavi {
    gap: 1rem;
  }
}
.c-pager .page-numbers {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 100%;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-family: var(--font-en);
}
@media (max-width: 767px) {
  .c-pager .page-numbers {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.4rem;
  }
}
.c-pager .page-numbers:hover {
  background-color: var(--accent1);
  opacity: 1;
}
.c-pager .page-numbers.current {
  background-color: var(--accent1);
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  border: 0;
  background-color: transparent !important;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--font-en);
}
.c-pager .page-numbers.prev:hover, .c-pager .page-numbers.next:hover {
  color: var(--accent1);
  opacity: 1;
}
.c-pager .page-numbers.prev {
  margin-right: auto;
}
.c-pager .page-numbers.next {
  margin-left: auto;
}
.c-pager span.page-numbers:not(.current) {
  position: relative;
}

.c-article-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.c-article-meta > * {
  margin-bottom: 0;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}
@media (max-width: 767px) {
  .l-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-inner--s {
  max-width: var(--inner-s);
}
.l-inner--l {
  max-width: var(--inner-l);
}
.l-inner--full {
  max-width: var(--inner-full);
}

:root {
  --header-height: 14rem;
  --color-black: #1c1c1c;
  --color-blue: #004098;
  --color-green: #00ffcb;
  --color-yellow: #fbc311;
  --color-light-blue: #e4e9ef;
  --color-light-gray: #e8eaec;
  --color-light-white: #f2f2f2;
  --color-smoke: #d1d1d1;
  --color-white: #fff;
  --color-gray: #ccc;
  --color-red: #bb491d;
  --bg-main: var(--color-black);
  --bg-fill: var(--color-blue);
  --bg-light: var(--color-light);
  --accent1: var(--color-yellow);
  --accent2: var(--color-blue);
  --gray: var(--color-gray);
  --text-color: var(--color-black);
  --date-color: var(--color-gray);
  --navi-color: var(--color-gray);
  --inner-s: 100rem;
  --inner: 112.6rem;
  --inner-l: 126.6rem;
  --inner-full: 136.6rem;
  --line-height: 1.45;
  --font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-en: "Anton", sans-serif;
  --font-sp: "Dela Gothic One", sans-serif;
}
@media (max-width: 767px) {
  :root {
    --header-height: 6.5rem;
  }
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--header-height);
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 10rem;
  }
}
@media screen and (max-width: 1266px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  background-color: #eee;
  color: var(--color-black);
  line-height: var(--line-height);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body:has(#cursor) {
    cursor: none;
  }
  body:has(#cursor) a {
    cursor: none;
  }
}
body::before {
  content: "";
  background-color: #ebebeb;
  transition: 0.4s;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

@media print, screen and (min-width: 768px) {
  body.customize-support .header-drawer {
    top: 32px;
  }
}
body.customize-support .header-drawer__logo {
  position: absolute;
}

b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
}
textarea {
  resize: none;
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
sub {
  vertical-align: baseline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h2,
h3,
h4 {
  line-height: 1.45;
}

p {
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: 0.4s;
  --header-text-fw: 500;
  --header-text-color: #fff;
  --header-text-inverse-color: var(--color-primary);
  height: var(--header-height);
  padding: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 1.5rem 0;
  }
}
.header.is-hide {
  transform: translate(0, -200%);
}
.header.is-change {
  --header-text-inverse-color: #fff;
  --header-text-fw: 400;
}
.header.is-change::before {
  opacity: 1;
}
.header__inner {
  display: flex;
  align-items: center;
  position: relative;
}
.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 6;
  width: 27.9rem;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .header__logo {
    width: 21rem;
  }
}
.header__logo-sub {
  width: 19.1rem;
  margin: auto;
}
@media (max-width: 767px) {
  .header__logo-sub {
    width: 12.9rem;
  }
}
.header__ctas {
  display: grid;
  gap: 1.5rem;
  margin-right: 2.5rem;
  grid-template-columns: repeat(2, 22rem);
}
.header__cta {
  min-width: 22rem;
  padding: 0 2rem;
  height: 6rem;
}
.header__links {
  display: flex;
  gap: 5rem;
  position: relative;
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .header__links {
    display: none;
  }
}
.header__link {
  font-weight: bold;
  transition: 0.4s;
}
.header__link.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.header__link:hover {
  color: var(--primary-color);
}
.header__link-title {
  font-family: var(--font-en);
  margin-bottom: 0.2rem;
  letter-spacing: 0.1em;
}
.header__link-subtitle {
  font-size: 1.2rem;
  color: var(--color-smoke);
}
.header__button {
  position: relative;
  z-index: 10;
}
.header__button-title {
  font-size: 1.4rem;
  font-weight: var(--header-text-fw);
  text-align: center;
  margin-top: 0.2rem;
  transition: 0.4s;
  color: var(--header-text-color);
}
@media (max-width: 767px) {
  .header__button-title {
    font-size: 0.8rem;
    margin-top: 0;
  }
}

.header-drawer-hero {
  width: 52.3rem;
  height: 45.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .header-drawer-hero {
    width: 27.5rem;
    height: 23.7rem;
    margin: auto;
  }
}
.header-drawer-hero > * {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
}
.header-drawer-hero__mark {
  width: 44rem;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .header-drawer-hero__mark {
    width: 23.1rem;
    height: auto;
  }
}
.header-drawer-hero__visual--4 {
  width: 35.3rem;
  inset: auto 0 1rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .header-drawer-hero__visual--4 {
    width: 18.5rem;
    inset: auto 0 -2.1rem;
  }
}
.header-drawer-hero__title {
  width: 100%;
  height: fit-content;
  position: absolute;
  inset: auto 0 13.3rem;
  margin: auto;
  mix-blend-mode: exclusion;
}
@media (max-width: 767px) {
  .header-drawer-hero__title {
    inset: auto 0 5.6rem;
  }
}
.header-drawer-hero__title--2 {
  mix-blend-mode: unset;
  z-index: 2;
}

.header-drawer-bnrs {
  display: grid;
  gap: 2rem;
  align-items: end;
  grid-template-columns: repeat(2, 18rem);
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .header-drawer-bnrs {
    padding-bottom: 0;
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.6s;
  transition-delay: 0.3s;
  visibility: hidden;
  overflow: auto;
  overflow-x: clip;
  overscroll-behavior: contain;
  --header-text-color: var(--color-primary);
  --header-text-inverse-color: #fff;
  pointer-events: none;
  color: var(--color-black);
  transform: translate(0, -120%);
}
.header-drawer__main {
  background-color: #eee;
  transition-delay: 0.3s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .header-drawer__main {
    position: relative;
  }
}
.header-drawer.is-active {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
  transition: 0.4s;
  transform: none;
}
.header-drawer__sns-list {
  position: absolute;
  inset: 3.3rem 20rem auto auto;
  display: grid;
  gap: 1.5rem;
  z-index: 9;
  grid-template-columns: repeat(5, 4.5rem);
}
@media (max-width: 767px) {
  .header-drawer__sns-list {
    gap: 1rem;
    inset: auto auto 21rem 1.5rem;
  }
}
.header-drawer__sns-list a {
  transition: 0.4s;
}
.header-drawer__sns-list a:hover {
  filter: invert(1);
}
.header-drawer__navi {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 11.4rem;
  padding-right: 9.3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .header-drawer__navi {
    height: 8rem;
    padding: 0 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.header-drawer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header-drawer__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  min-height: 76.8rem;
  overflow: auto;
  overflow-x: clip;
  transition: 0.4s;
  display: grid;
  grid-template-columns: 52.4rem 1fr;
}
@media (max-width: 767px) {
  .header-drawer__content {
    padding: 8rem 0 3.5rem;
    gap: 0;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.header-drawer__logo {
  position: fixed;
  z-index: 6;
  opacity: 1 !important;
}
@media print, screen and (min-width: 768px) {
  .header-drawer__logo {
    top: 3.3rem;
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .header-drawer__logo {
    width: 22.5rem;
    top: 1.3rem;
    left: 1.5rem;
  }
}
.header-drawer__left {
  position: relative;
}
@media (max-width: 767px) {
  .header-drawer__left {
    padding-bottom: 5.6rem;
  }
}
.header-drawer__left .c-bg2 {
  inset: 0;
  margin: auto;
  position: absolute;
  max-width: 57rem;
  height: 56.2rem;
}
@media (max-width: 767px) {
  .header-drawer__left .c-bg2 {
    width: 38.2rem;
    height: 35.9rem;
    inset: 0 50%;
    transform: translate(-50%, 0);
  }
}
.header-drawer__left .c-bg2__circle {
  width: 35rem !important;
  height: 35rem !important;
}
@media (max-width: 767px) {
  .header-drawer__left .c-bg2__circle {
    width: 26.5rem !important;
    height: 26.5rem !important;
  }
}
.header-drawer__left .c-bg2__circle:nth-child(1) {
  inset: 0 0 auto auto;
}
.header-drawer__left .c-bg2__circle:nth-child(2) {
  inset: auto auto 0 0;
}
@media print, screen and (min-width: 768px) {
  .header-drawer__left {
    padding-top: 15rem;
  }
}
.header-drawer__lead {
  width: 17.4rem;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 2;
}
.header-drawer__button {
  position: relative;
  z-index: 5;
}
.header-drawer__right {
  padding: 15rem 0 0 7rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .header-drawer__right {
    height: 100%;
    padding: 0 1.5rem 25.2rem;
  }
}
.header-drawer__right-text {
  padding: 0 0 0 1rem;
  line-height: 2;
  border-bottom: 0.2rem #95a4b8 solid;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .header-drawer__right-text {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.header-drawer__ctas {
  justify-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .header-drawer__ctas {
    margin-bottom: 3rem;
  }
}
.header-drawer__ctas .header-drawer__cta:first-child {
  margin-bottom: 1.5rem;
}
.header-drawer__exlink {
  color: #21416b;
  font-weight: bold;
  padding: 0 0 0.5rem;
  border-bottom: 1px solid currentColor;
  width: fit-content;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .header-drawer__exlink {
    margin: auto;
    width: fit-content;
    display: block;
    font-size: 1.4rem;
  }
}
.header-drawer__exlink svg {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .header-drawer__exlink svg {
    margin-left: 0.5rem;
  }
}
.header-drawer .g-navi__link-groups {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10rem 7rem;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__link-groups {
    grid-template-columns: repeat(2, auto);
    gap: 3.5rem 3.8rem;
  }
}
.header-drawer .g-navi__links-title {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__links-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.header-drawer .g-navi__link {
  font-size: 1.6rem;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .header-drawer .g-navi__link {
    font-size: 1.4rem;
  }
}

.hamburger-menu {
  --hamburger-padding: 0;
  --hamburger-bar-color: #fff;
  --hamburger-size-w: 2.2rem;
  --hamburger-size-h: 1.6rem;
  --hamburger-bg: var(--color-black);
  padding: var(--hamburger-padding);
  width: 10rem;
  height: 4.5rem;
  background-color: var(--hamburger-bg);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  padding: 1.5rem 4rem;
  border-radius: 2.5rem;
}
@media (max-width: 767px) {
  .hamburger-menu {
    --hamburger-padding: 1.2rem 2.5rem;
    --hamburger-size-w: 2.2rem;
    --hamburger-size-h: 1.2rem;
    padding: var(--hamburger-padding);
    width: 7rem;
    height: 3.6rem;
  }
}
.hamburger-menu:not(.is-active):hover .hamburger__bar {
  scale: 1.2;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(1) {
  width: 100%;
  rotate: 140deg;
  inset: 0;
  margin: auto;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(2) {
  rotate: 40deg;
  inset: 0;
  width: 100%;
  margin: auto;
}
.hamburger-menu.is-active .hamburger__bar:nth-child(3) {
  opacity: 0;
}

.hamburger {
  width: var(--hamburger-size-w);
  height: var(--hamburger-size-h);
  position: relative;
}
.hamburger__bar {
  transition: 0.4s;
  width: 100%;
  height: 2px;
  background: var(--hamburger-bar-color);
  position: absolute;
  top: 0;
  left: 0;
}
.hamburger__bar:nth-child(2) {
  inset: auto 0 0;
}
.hamburger__bar:nth-child(3) {
  inset: 0 0 0;
  margin: auto;
}

.header-drawer-sub {
  position: absolute;
  inset: auto 0 3.5rem;
  margin: auto;
  color: #fff;
  z-index: 3;
}
@media (max-width: 767px) {
  .header-drawer-sub {
    inset: auto 0 0;
    padding-bottom: 5.5rem;
  }
}
.header-drawer-sub__row {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-drawer-sub__row {
    display: block;
  }
}
.header-drawer-sub__copyright {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .header-drawer-sub .g-sublinks {
    margin-top: 2.5rem;
    display: flex;
    gap: 2rem;
  }
}
.header-drawer-sub .g-sublinks .g-sublink {
  color: var(--color-black);
  margin-right: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .header-drawer-sub .g-sublinks .g-sublink {
    margin-left: 0;
    margin-top: 0 !important;
  }
}

@keyframes holizon-animation1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 18rem 0 0;
  margin-top: -8rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 5rem 0 0;
    margin-top: 0;
  }
}
.footer > * {
  position: relative;
  z-index: 2;
}
.footer::before {
  background-image: url("../images/common/star2.svg");
  background-size: contain;
  position: absolute;
  inset: 0rem -23rem auto auto;
  content: "";
  width: 129.4rem;
  height: 123.1rem;
}
@media (max-width: 767px) {
  .footer::before {
    inset: -2rem -36rem auto auto;
    width: 84.2rem;
    height: 80.1rem;
  }
}
.footer__scroll {
  overflow: hidden;
  display: flex;
  padding-bottom: 5rem;
  border-bottom: 2px solid #cccccc;
}
@media (max-width: 767px) {
  .footer__scroll {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2.5rem;
  }
}
.footer__scroll-items {
  animation: holizon-animation 20s linear infinite;
  display: grid;
  grid-template-columns: 135.6rem 26.8rem 135.6rem 26.8rem;
}
@media (max-width: 767px) {
  .footer__scroll-items {
    grid-template-columns: 45.3rem 8.9rem 45.3rem 8.9rem;
  }
}

.footer-main {
  padding: 10rem 0;
  border-bottom: 1px solid #cccccc;
  display: grid;
  grid-template-columns: auto 68rem;
}
@media (max-width: 767px) {
  .footer-main {
    padding: 3.5rem 1.5rem 14.5rem;
    display: block;
  }
}
.footer-main__logo {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .footer-main__logo {
    margin-bottom: 2rem;
  }
}
.footer-main__logo img {
  width: 39.7rem;
}
@media (max-width: 767px) {
  .footer-main__logo img {
    width: 26.1rem;
  }
}
.footer-main__sns-list {
  margin-bottom: 15rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(5, 4.5rem);
}
@media (max-width: 767px) {
  .footer-main__sns-list {
    gap: 1rem;
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-main__sns-list a {
    transition: 0.4s;
  }
  .footer-main__sns-list a:hover {
    filter: invert(1);
  }
}
.footer-main__banners {
  display: grid;
  gap: 2rem;
  align-items: end;
  grid-template-columns: repeat(2, 18rem);
}
@media (max-width: 767px) {
  .footer-main__banners {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    padding: 0 1.5rem;
  }
}

.footer-bottom {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 2.5rem 1.5rem;
    align-items: end;
  }
}
.footer-bottom__copyright {
  font-size: 1.2rem;
  color: var(--gray);
}
@media (max-width: 767px) {
  .footer-bottom__copyright {
    font-size: 1rem;
  }
}

@keyframes rotation1 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotation2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes mvanimtion1 {
  to {
    transform: translateY(24px);
  }
}
@keyframes mvanimtion2 {
  to {
    transform: translateY(-12px);
  }
}
a.g-navi__links-title {
  transition: 0.4s;
}
a.g-navi__links-title:hover {
  opacity: 0.8;
}

.g-navi__link-groups {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 6rem 7rem;
}
@media (max-width: 767px) {
  .g-navi__link-groups {
    grid-template-columns: repeat(2, auto);
    gap: 5rem 3.8rem;
  }
}
.g-navi__links-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  display: block;
}
.g-navi__link {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 1rem;
  transition: 0.4s;
}
.g-navi__link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .g-navi__link {
    gap: 0.6rem;
  }
}
.g-navi__link::before {
  content: "";
  background-color: currentColor;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .g-navi__link::before {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 100%;
  }
}
.g-navi__link:last-child {
  margin-bottom: 0;
}

@keyframes holizon-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes vertical-animation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes vertical-animation2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
.g-sublinks {
  display: flex;
}
@media (max-width: 767px) {
  .g-sublinks {
    display: block;
  }
}

.g-sublink {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .g-sublink {
    margin-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .g-sublink {
    font-size: 1.2rem;
    display: block;
  }
  .g-sublink + .g-sublink {
    margin-top: 1em;
  }
}
.g-sublink--sns {
  text-decoration: none;
  display: flex;
  gap: 0.8rem;
  margin-left: 3.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  .g-sublink--sns {
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
.g-sublink svg {
  width: 1.5rem;
  height: 1.5rem;
}

.g-links {
  display: grid;
  grid-template-columns: repeat(2, 30rem);
  gap: 8rem;
}
@media (max-width: 767px) {
  .g-links {
    grid-template-columns: repeat(2, 16.4rem);
    gap: 1.7rem;
  }
}
.g-links a {
  transition: 0.2s;
}
.g-links a:hover {
  opacity: 0.4;
}

.g-link-title {
  width: 100%;
  display: block;
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray);
}
.g-link-title span,
.g-link-title svg {
  transition: 0.4s;
}
@media (max-width: 767px) {
  .g-link-title {
    font-size: 1.6rem;
    height: 2.8em;
    display: flex;
    align-items: center;
    line-height: 2rem;
  }
}
.g-link-title svg {
  position: relative;
  width: 1.8rem;
  height: 1.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .g-link-title svg {
    width: 1.5rem;
    height: 1.3rem;
  }
}

.g-link-group {
  margin-bottom: 7rem;
}
.g-link-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .g-link-group {
    margin-bottom: 3.5rem;
  }
}

.g-link-child {
  width: fit-content;
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.g-link-child::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--accent1);
  display: block;
}
@media (max-width: 767px) {
  .g-link-child {
    gap: 0.5rem;
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 0.5rem;
  }
}
.g-link-child + .g-link-child {
  margin-top: 1.5rem;
}

.js-bg-animation {
  width: 100%;
  height: 100%;
  border: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
.privacy-box {
  position: relative;
  z-index: 1;
  padding: 6rem 6.3rem;
}
.privacy-box h2 {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .privacy-box h2 {
    font-size: 2rem;
  }
}
.privacy-box p {
  margin-bottom: 5rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .privacy-box p {
    margin-bottom: 3rem;
  }
}
.privacy-box .md {
  font-weight: 500;
}
.privacy-box ul {
  margin-bottom: 5rem;
}
.privacy-box li {
  color: var(--color-smoke);
  line-height: 4rem;
  list-style-type: "・";
  margin-left: 0.5em;
}
.privacy-box .u-mb-35 {
  margin-bottom: 3.5rem !important;
}
.privacy-box .u-mb-20 {
  margin-bottom: 2rem !important;
}
.privacy-box p.u-mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
}
.c-bg1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/noise_bgcolor.jpg");
  background-repeat: repeat;
  background-size: 136.6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-bg1 {
    background-size: 100%;
  }
}

.c-bg2 {
  position: fixed;
  pointer-events: none;
  inset: 0 0 auto;
  width: 100%;
  max-width: 136.6rem;
  margin: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .c-bg2 {
    top: 3rem;
    opacity: 1;
    width: 43.6rem;
    height: 44.1rem;
  }
}
.c-bg2__circle:nth-child(1) {
  position: absolute;
  inset: 25.4rem auto auto 8.5rem;
  margin: auto;
  width: 63rem;
  height: 63rem;
}
@media (max-width: 767px) {
  .c-bg2__circle:nth-child(1) {
    width: 26.5rem;
    height: 26.5rem;
    inset: auto auto 0 -3rem;
  }
  .c-bg2__circle:nth-child(1) svg {
    width: 26.5rem;
    height: 26.5rem;
  }
}
.c-bg2__circle:nth-child(2) {
  position: absolute;
  inset: -8.4rem auto auto 64.4rem;
  margin: auto;
  width: 64.5rem;
  height: 64.5rem;
}
@media (max-width: 767px) {
  .c-bg2__circle:nth-child(2) {
    width: 26.5rem;
    height: 26.5rem;
    inset: 3.2rem 0rem auto auto;
  }
  .c-bg2__circle:nth-child(2) svg {
    width: 26.5rem;
    height: 26.5rem;
  }
}

#cursor {
  position: fixed;
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-image: url("../images/common/cursor-ball.svg");
  margin: -10px 0 0 -10px; /*真ん中にくるようにマイナスマージンで調整*/
  pointer-events: none; /*クリックできなくなるのを防ぐため。noneで対応*/
  z-index: 10000;
  opacity: 0;
  transition: 0.8s opacity;
}
#cursor.is-active {
  transform: scale(1.5);
}
@media (max-width: 767px) {
  #cursor {
    display: none;
  }
}

.fanclub-ctas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 767px) {
  .fanclub-ctas {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}

.fanclub-cta {
  background-image: url("../images/common/funclub-cta1.png");
  background-size: contain;
  height: 23rem;
  background-color: var(--accent2);
  border-radius: 1rem;
  text-align: center;
  padding: 3.5rem;
}
@media (max-width: 767px) {
  .fanclub-cta {
    height: 22rem;
    background-image: url("../images/common/funclub-cta1_sp.png");
    background-size: cover;
    padding: 5rem 2rem;
  }
  .fanclub-cta .c-button {
    width: 100%;
    height: 5rem;
  }
}
.fanclub-cta__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .fanclub-cta__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}
.fanclub-cta--1 {
  color: #fff;
}
.fanclub-cta--2 {
  background-image: url("../images/common/funclub-cta2.png");
  background-color: #fbc311;
}
@media (max-width: 767px) {
  .fanclub-cta--2 {
    background-image: url("../images/common/funclub-cta2_sp.png");
  }
}

.accent-404_1 {
  width: 5.6rem;
  position: absolute;
  inset: 0 4rem auto auto;
}
@media (max-width: 767px) {
  .accent-404_1 {
    width: 2.4rem;
    inset: 0 1.5rem auto auto;
  }
}

.accent-404_2 {
  width: 5.7rem;
  position: absolute;
  inset: auto auto 6rem 12rem;
}
@media (max-width: 767px) {
  .accent-404_2 {
    width: 2.4rem;
    inset: auto auto 12rem 1.5rem;
  }
}

.swpm-login-widget-form input {
  width: 50rem;
  border: 0;
  padding: 1rem;
  margin: 0 auto 3.5rem;
  display: block;
}
@media (max-width: 767px) {
  .swpm-login-widget-form input {
    width: 100%;
  }
}

.swpm-password-label {
  width: 50rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .swpm-password-label {
    width: 100%;
  }
}

.swpm-login-submit input[type=submit] {
  width: 30rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3rem;
  font-weight: bold;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  background-color: var(--accent2);
  color: #fff;
  border: 1px solid #fff;
  margin: auto;
}
.swpm-login-submit input[type=submit]:hover {
  background-color: #fff;
  color: var(--accent2);
}

.grecaptcha-badge {
  z-index: 111111;
}
