@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
html {
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

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

figure {
  overflow: hidden;
}

picture {
  display: block;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
}

a,
button,
input[type=button],
input[type=submit],
input[type=reset],
*[role=button] {
  display: inline-block;
  cursor: pointer;
}
a[aria-disabled=true], a:disabled,
button[aria-disabled=true],
button:disabled,
input[type=button][aria-disabled=true],
input[type=button]:disabled,
input[type=submit][aria-disabled=true],
input[type=submit]:disabled,
input[type=reset][aria-disabled=true],
input[type=reset]:disabled,
*[role=button][aria-disabled=true],
*[role=button]:disabled {
  cursor: not-allowed;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #ca1c10;
}

input:-webkit-autofill {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  animation-name: onAutoFillStart;
}

fieldset,
legend {
  display: contents;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}

details {
  cursor: pointer;
}

:is(header, footer, nav) a {
  white-space: nowrap;
  text-decoration: none;
}

.wp-block-post-content p a {
  word-break: break-all;
}

.clearfix {
  display: block;
}
.clearfix::before, .clearfix::after {
  clear: both;
  display: block;
  content: "";
}

@media (width < 800px) {
  .only--pc {
    display: none !important;
  }
}

@media (800px <= width) {
  .only--sp {
    display: none !important;
  }
}

@media ( <= width) {
  .only--sm {
    display: none !important;
  }
}

.text--warning {
  color: #ca1c10;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  line-height: normal;
  color: #444;
  text-decoration: none;
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
}

/* ==========================================================================
  Program
========================================================================== */
.accordion__trigger + div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.accordion__trigger + div[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.accordion__trigger + div > div {
  overflow: hidden;
}

/* ==========================================================================
  Wrapper
========================================================================== */
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100dvh;
  margin-inline: auto;
}

/* ==========================================================================
  Header
========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  transition: transform 0.3s;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max(16.4102564103vw, 61.5384615385px);
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand {
  height: max(13.8461538462vw, 51.9230769231px);
  margin-inline: auto;
}
.header__brand .logo {
  height: 100%;
}
.header__brand, .header__toggle {
  position: relative;
  z-index: 999;
}
.header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}
@media (width < 800px) {
  .header__inner {
    flex-direction: row-reverse;
  }
}
@media (800px <= width) {
  .header {
    position: fixed;
    background: #1a1a1a;
  }
  .header__inner {
    max-width: 1440px;
    height: 4.5rem;
    margin-inline: auto;
  }
  .header__brand {
    height: 3.375rem;
  }
}

.headerToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(16.4102564103vw, 61.5384615385px);
  height: max(16.4102564103vw, 61.5384615385px);
  background: #1a1a1a;
}
.headerToggle__line {
  position: relative;
  display: block;
  width: max(6.1538461538vw, 23.0769230769px);
  height: max(4.6153846154vw, 17.3076923077px);
}
.headerToggle__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: max(0.5128205128vw, 1.9230769231px);
  background: #fff;
  border-radius: 100vmax;
  transition: all 0.5s;
  transition-property: transform;
}
.headerToggle__line span:nth-child(1) {
  top: 0;
}
.headerToggle__line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.headerToggle__line span:nth-child(3) {
  bottom: 0;
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(2) {
  visibility: hidden;
}
.headerToggle[aria-expanded=true] .headerToggle__line span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.headerCta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(30.7692307692vw, 115.3846153846px);
  height: max(16.4102564103vw, 61.5384615385px);
  padding-block: max(2.5641025641vw, 9.6153846154px) max(3.0769230769vw, 11.5384615385px);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #ca1c10;
  transition: all 0.5s;
}
.headerCta__link:hover, .headerCta__link:focus {
  opacity: 0.5;
}
@media (800px <= width) {
  .headerCta__link {
    width: 11.125rem;
    height: 4.5rem;
    padding-block: 0.625rem;
    font-size: 0.9375rem;
  }
}

.globalNav__list {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  width: 100%;
  padding-right: 4rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.06em;
}
.globalNav__list > li > a {
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
  border-bottom: 0.125rem solid transparent;
  transition: all 0.5s;
}
@media (800px <= width) {
  .globalNav__list > li > a {
    border-width: 0.125rem;
  }
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus {
  opacity: 0.5;
}

.drawer__bg, .drawer__body {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.drawer__bg {
  z-index: 666;
  background: rgba(0, 0, 0, 0.5);
}
.drawer__body {
  z-index: 777;
  padding-top: max(18.4615384615vw, 69.2307692308px);
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
.drawer[aria-hidden=false] .drawer__bg,
.drawer[aria-hidden=false] .drawer__body {
  left: 0;
  opacity: 1;
}
.drawer .buttonList--horizontal {
  margin-block: 0.5rem;
}

.drawerNav {
  padding: max(10.2564102564vw, 38.4615384615px) max(10.2564102564vw, 38.4615384615px) 3.5rem;
  font-size: max(5.1282051282vw, 19.2307692308px);
}
.drawerNav__list {
  display: flex;
  flex-direction: column;
}
.drawerNav__list li {
  position: relative;
  border-bottom: max(0.5128205128vw, 1.9230769231px) solid currentcolor;
  border-image-source: #ca1c10;
  border-image-slice: 1;
}
.drawerNav__list li a {
  display: block;
  padding-block: max(6.1538461538vw, 23.0769230769px);
  text-align: center;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(6.1538461538vw, 23.0769230769px) max(20.5128205128vw, 76.9230769231px);
  color: #fff;
  background: #1a1a1a;
}
@media (800px <= width) {
  .footer {
    gap: 4.875rem;
    padding: 1.5rem 5rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  margin-inline: auto;
}
@media (800px <= width) {
  .footer__inner {
    gap: 1rem;
  }
}
.footer__copyright {
  font-size: max(2.5641025641vw, 9.6153846154px);
  line-height: 1.4;
  text-align: center;
}
@media (800px <= width) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
}
.footer__brand .logo img {
  width: max(34.358974359vw, 128.8461538462px);
}
@media (800px <= width) {
  .footer__brand .logo img {
    width: 8.375rem;
  }
}

.footerInfo {
  font-size: max(3.0769230769vw, 11.5384615385px);
}
@media (800px <= width) {
  .footerInfo {
    font-size: 0.75rem;
  }
}
.footerInfo__title::before {
  content: "■";
}

.footerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(2.5641025641vw, 9.6153846154px);
  font-size: max(2.5641025641vw, 9.6153846154px);
}
.footerNav__list a {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
}
.footerNav__list a:hover, .footerNav__list a:focus-visible {
  border-color: currentcolor;
}
@media (800px <= width) {
  .footerNav__list {
    flex-direction: row;
    gap: 0.625rem;
    justify-content: center;
    font-size: 0.625rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  width: max(87.6923076923vw, 328.8461538462px);
  margin-inline: auto;
}
@media (800px <= width) {
  .container {
    width: 100%;
    max-width: 784px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(12.3076923077vw, 46.1538461538px);
}
@media (800px <= width) {
  .container--unit {
    gap: 4rem;
  }
}

/* ==========================================================================
  Page Layout
========================================================================== */
.page__body {
  padding-block: max(8.2051282051vw, 30.7692307692px);
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: max(8.2051282051vw, 30.7692307692px);
}
.page__title {
  font-size: max(5.1282051282vw, 19.2307692308px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page__contents {
  font-size: max(4.1025641026vw, 15.3846153846px);
}
.page__contents p {
  line-height: 2;
}
.page__contents p + p {
  margin-top: 2em;
}
@media (800px <= width) {
  .page__body {
    padding-block: 3rem;
  }
  .page__header {
    padding-block: 2rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
}

.--thanks .page__title {
  text-align: center;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 700;
  background: #ca1c10;
}
@media (800px <= width) {
  .--thanks .button.to-calendar, .--thanks .button.to-top {
    min-width: 21.875rem;
    font-size: 1.125rem;
  }
  .--thanks .button.to-calendar::after, .--thanks .button.to-top::after {
    right: 0.75rem;
    height: 0.75rem;
  }
}

/* ==========================================================================
  Home
========================================================================== */
.hero {
  position: relative;
}
.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  aspect-ratio: 375/552;
  margin-inline: auto;
}
.hero__inner::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: center/cover no-repeat url("../img/hero-sp.webp");
  transform: translateX(-50%);
}
@media (800px <= width) {
  .hero__inner {
    aspect-ratio: 1200/500;
  }
  .hero__inner::after {
    top: calc(-1 * min(2.6388888889vw, 38px));
    left: calc(50% - min(6.3888888889vw, 92px));
    width: min(102.2222222222vw, 1472px);
    height: min(59.375vw, 855px);
    background-image: url("../img/hero-pc.webp");
  }
}
.hero__contents {
  position: absolute;
  bottom: 11%;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: max(1.0256410256vw, 3.8461538462px);
  align-items: center;
  width: 90%;
  transform: translateX(-50%);
}
@media (800px <= width) {
  .hero__contents {
    bottom: 16.2%;
    gap: min(0.4166666667vw, 6px);
    width: min(35.7638888889vw, 515px);
  }
}
.hero__tagline, .hero__description {
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.06em;
}
.hero__tagline {
  font-size: max(8.2051282051vw, 30.7692307692px);
  font-weight: 700;
}
@media (800px <= width) {
  .hero__tagline {
    font-size: min(2.2222222222vw, 32px);
  }
}
.hero__description {
  font-size: max(5.1282051282vw, 19.2307692308px);
}
@media (800px <= width) {
  .hero__description {
    font-size: min(1.3888888889vw, 20px);
  }
}
.hero__viewsWrap {
  position: relative;
  z-index: 3;
  text-align: center;
  background: #000;
}
.hero__views {
  width: max(71.7948717949vw, 269.2307692308px);
}
@media (800px <= width) {
  .hero__views {
    width: min(23.75vw, 342px);
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (800px <= width) {
  .column {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
  .column--col2, .column--col3 {
    gap: 1rem;
  }
  .column--col2 .column__col {
    flex-basis: calc((100% - 1rem) / 2);
  }
  .column--col3 .column__col {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

/* ==========================================================================
  Logo
========================================================================== */
.logo a {
  display: block;
  height: 100%;
  aspect-ratio: 134/85;
  opacity: 1;
  transition: all 0.5s;
}
.logo a:hover, .logo a:focus-visible {
  opacity: 0.5;
}

/* ==========================================================================
  Section
========================================================================== */
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(12.3076923077vw, 46.1538461538px);
}
@media (800px <= width) {
  .section .container {
    gap: 4rem;
  }
}
.section__title {
  font-family: "Outfit", sans-serif;
  font-size: max(10.2564102564vw, 38.4615384615px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.section__body {
  font-size: max(4.6153846154vw, 17.3076923077px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.section__body p + p {
  margin-top: 2em;
}
@media (800px <= width) {
  .section__title {
    font-size: 4rem;
  }
  .section__body {
    font-size: 1.125rem;
  }
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(79.4871794872vw, 298.0769230769px);
  height: max(16.4102564103vw, 61.5384615385px);
  padding: 1.125em 1em;
  font-size: max(5.641025641vw, 21.1538461538px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #ca1c10;
  transition: all 0.5s;
}
.button::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
  position: absolute;
  top: 50%;
  right: max(5.1282051282vw, 19.2307692308px);
  height: max(4.1025641026vw, 15.3846153846px);
  transform: translateY(-50%);
}
.button:hover, .button:focus-visible {
  opacity: 0.5;
}
.button[aria-disabled=true], .button:disabled {
  color: #626466;
  background: #f5f5f5;
  border-color: #b3b3b3;
}
.button[aria-disabled=true]:hover, .button[aria-disabled=true]:focus-visible, .button:disabled:hover, .button:disabled:focus-visible {
  color: #626466;
  background: #f5f5f5;
  border-color: #b3b3b3;
}
.button[aria-disabled=true]::before, .button[aria-disabled=true]::after, .button:disabled::before, .button:disabled::after {
  opacity: 0.4;
}
.button.--black {
  background: #1a1a1a;
}
.button.--white {
  color: #ca1c10;
  background: #fff;
}
.button.--white::after {
  filter: invert(11%) sepia(99%) saturate(5341%) hue-rotate(3deg) brightness(94%) contrast(88%);
}
@media (width < 800px) {
  .button {
    border-radius: 100vmax;
  }
}
@media (800px <= width) {
  .button {
    width: 25rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }
  .button::after {
    right: 1.25rem;
    height: 1rem;
  }
}

.buttonList {
  padding: 0;
  list-style-type: none;
}
.buttonList--horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
}
@media (800px <= width) {
  .buttonList--horizontal {
    gap: 1.125rem;
  }
}
.buttonList--vertical {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: center;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (800px <= width) {
  .buttonList--vertical {
    gap: 1.125rem;
    margin: 2rem auto 0;
  }
}

/* ==========================================================================
  CTA
========================================================================== */
.cta__wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: max(-2.3076923077vw, -8.6538461538px);
}
.cta__catch {
  position: relative;
  z-index: 10;
  width: max(60.5128205128vw, 226.9230769231px);
  padding: max(1.5384615385vw, 5.7692307692px) max(4.1025641026vw, 15.3846153846px);
  margin-inline: auto;
  font-size: max(3.8461538462vw, 14.4230769231px);
  font-weight: 700;
  color: #ca1c10;
  text-align: center;
  background: #fff;
  transform: translateY(max(2.3076923077vw, 8.6538461538px));
}
.cta__catch::after {
  position: absolute;
  display: block;
  aspect-ratio: 1.15/1;
  content: "";
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  right: max(9.2307692308vw, 34.6153846154px);
  bottom: max(-2.0512820513vw, -7.6923076923px);
  width: max(3.8461538462vw, 14.4230769231px);
  background: #fff;
  transform: rotate(30deg);
}
.cta__button {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(76.9230769231vw, 288.4615384615px);
  height: max(16.4102564103vw, 61.5384615385px);
  padding: 1.125em 1em;
  font-size: max(5.641025641vw, 21.1538461538px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #ca1c10;
  transition: all 0.5s;
}
.cta__button::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(101%);
  position: absolute;
  top: 50%;
  right: max(5.1282051282vw, 19.2307692308px);
  height: max(4.1025641026vw, 15.3846153846px);
  transform: translateY(-50%);
}
.cta__button:hover, .cta__button:focus-visible {
  opacity: 0.5;
}
.cta__button.--black {
  background: #1a1a1a;
}
.cta__button.--white {
  color: #ca1c10;
  background: #fff;
}
.cta__button.--white::after {
  filter: invert(11%) sepia(99%) saturate(5341%) hue-rotate(3deg) brightness(94%) contrast(88%);
}
@media (width < 800px) {
  .cta__button {
    border-radius: 100vmax;
  }
}
@media (800px <= width) {
  .cta__wrap {
    margin-top: -0.5625rem;
  }
  .cta__catch {
    width: 15.4375rem;
    padding: 0.25rem 1rem;
    font-size: 1rem;
    transform: translateY(0.5625rem);
  }
  .cta__catch::after {
    right: 2.25rem;
    bottom: -0.5rem;
    width: 0.9375rem;
  }
  .cta__button {
    width: 18.75rem;
    height: 4rem;
    font-size: 1.5rem;
  }
  .cta__button::after {
    right: 1.25rem;
    height: 1rem;
  }
}

/* ==========================================================================
  Component / Embed
========================================================================== */
.embed {
  position: relative;
  background: #f5f5f5;
}
.embed--16by9 {
  aspect-ratio: 16/9;
}
.embed--4by3 {
  aspect-ratio: 4/3;
}
.embed iframe {
  width: 100%;
  height: 100%;
}