@charset "UTF-8";
/* ==========================================================================
  Foundation
========================================================================== */
html,
body {
  overflow-x: hidden;
}

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;
}

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] {
  appearance: auto;
  accent-color: #ffd200;
}

input:-webkit-autofill {
  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;
}

: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: #d30000;
}

.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;
  padding-top: max(19.2vw, 72px);
  margin-inline: auto;
}
@media (800px <= width) {
  .wrap {
    padding-top: 5rem;
  }
}

/* ==========================================================================
  Header
========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100%;
  overflow-y: hidden;
  background: #fff;
  border-bottom: max(0.2666666667vw, 1px) solid #d9d9d9;
}
@media (width < 800px) {
  .header.--scroll-u {
    transform: translateY(calc(-1 * max(24vw, 90px) * 2));
  }
  .header.--scroll-d {
    animation: slide 0.3s linear;
  }
}
@keyframes slide {
  0% {
    transform: translateY(calc(-1 * max(24vw, 90px)));
  }
  100% {
    transform: translateY(0);
  }
}
@media (800px <= width) {
  .header {
    border-width: 0.0625rem;
  }
  .header.--scroll-d, .header.--scroll-u {
    background: #fff !important;
  }
}
.header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(6.4vw, 24px);
  align-items: center;
  justify-content: space-between;
  height: max(19.2vw, 72px);
  padding: max(6.4vw, 24px) max(5.3333333333vw, 20px);
}
@media (800px <= width) {
  .header__inner {
    gap: 0.5rem;
    height: 5rem;
    padding: 1.5rem 2rem;
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand, .header__toggle {
  position: relative;
  z-index: 999;
}
.header__secondary {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 666;
}

.headerToggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(10.6666666667vw, 40px);
  height: max(10.6666666667vw, 40px);
}
.headerToggle__line {
  position: relative;
  display: block;
  width: max(6.4vw, 24px);
  height: max(4.8vw, 18px);
}
.headerToggle__line span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: max(0.5333333333vw, 2px);
  background: #000;
  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 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.headerCta__link {
  width: 11.125rem;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  background: #ffd200;
  border-radius: 100vmax;
  transition: all 0.5s;
}
.headerCta__link:hover, .headerCta__link:focus {
  opacity: 0.5;
}

.globalNav__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (800px <= width < 1200px) {
  .globalNav__list {
    font-size: 0.75rem;
  }
}
.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-visible, .globalNav__list > li > a[aria-current=page] {
  border-color: #ffd200;
}

.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(19.2vw, 72px);
  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.6666666667vw, 40px) max(10.6666666667vw, 40px) 3.5rem;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 400;
}
.drawerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(10.6666666667vw, 40px);
}
.drawerNav__list li {
  position: relative;
  border-bottom: max(0.5333333333vw, 2px) solid currentcolor;
  border-image-source: #ffd200;
  border-image-slice: 1;
}
.drawerNav__list li a {
  padding-bottom: max(4.2666666667vw, 16px);
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(8.5333333333vw, 32px) max(8.5333333333vw, 32px) max(12.8vw, 48px);
  background: #fff;
  border-top: max(0.2666666667vw, 1px) solid #d9d9d9;
}
@media (800px <= width) {
  .footer {
    gap: 4.875rem;
    padding: 2rem 2rem 3rem;
    border-width: 0.0625rem;
  }
}
main:has(#Contact) + .footer {
  border: none;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
  margin-inline: auto;
}
@media (800px <= width) {
  .footer__inner {
    gap: 2rem;
    max-width: 42.5rem;
  }
}
.footer__copyright {
  font-size: max(3.2vw, 12px);
  text-align: center;
}
@media (800px <= width) {
  .footer__copyright {
    font-size: 0.75rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
}
.footer__brand .logo img {
  width: max(31.2vw, 117px);
}
@media (800px <= width) {
  .footer__brand .logo img {
    width: 15.875rem;
  }
}

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

.footerNav__list {
  display: flex;
  flex-direction: column;
  gap: max(2.6666666667vw, 10px);
  font-size: max(2.6666666667vw, 10px);
}
.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: 87.2%;
  max-width: 736px;
  margin-inline: auto;
}
@media (800px <= width) {
  .container {
    width: 100%;
    max-width: 736px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(9.6vw, 36px);
  padding-bottom: max(17.0666666667vw, 64px);
}
@media (800px <= width) {
  .container--unit {
    gap: 2.25rem;
    padding-bottom: 4.5rem;
  }
}

.cont-queries {
  container-type: inline-size;
}

/* ==========================================================================
  Home
========================================================================== */
.hero {
  position: relative;
}
.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  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(3.1666666667vw, 38px));
    left: calc(50% - min(7.6666666667vw, 92px));
    width: min(122.6666666667vw, 1472px);
    height: min(71.25vw, 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.0666666667vw, 4px);
  align-items: center;
  width: 90%;
  transform: translateX(-50%);
}
@media (800px <= width) {
  .hero__contents {
    bottom: 16.2%;
    gap: min(0.5vw, 6px);
    width: min(42.9166666667vw, 515px);
  }
}
.hero__tagline, .hero__description {
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.06em;
}
.hero__tagline {
  font-size: max(8.5333333333vw, 32px);
  font-weight: 700;
}
@media (800px <= width) {
  .hero__tagline {
    font-size: min(2.6666666667vw, 32px);
  }
}
.hero__description {
  font-size: max(5.3333333333vw, 20px);
}
@media (800px <= width) {
  .hero__description {
    font-size: min(1.6666666667vw, 20px);
  }
}
.hero__viewsWrap {
  position: relative;
  z-index: 3;
  text-align: center;
  background: #000;
}
.hero__views {
  width: max(74.6666666667vw, 280px);
}
@media (800px <= width) {
  .hero__views {
    width: min(28.5vw, 342px);
  }
}

.watch {
  width: 10rem;
  height: 10rem;
  pointer-events: auto;
  transition: all 0.5s;
}
.watch:hover, .watch:focus-visible {
  opacity: 0.5;
}
.watch__wrap {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  text-align: right;
  pointer-events: none;
  transform: translateX(-50%);
}
@media (width < 800px) {
  .watch {
    display: none;
  }
}

.aboutLead {
  position: relative;
  z-index: 3;
  background: #fff;
}
.aboutLead .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (800px <= width) {
  .aboutLead .container {
    max-width: 47.1875rem;
  }
}
.aboutLead .container::before, .aboutLead .container::after {
  position: absolute;
  z-index: -1;
  display: block;
  aspect-ratio: 1/1;
  content: "";
  background: #ffd200;
  border-radius: 100vmax;
}
.aboutLead .container::before {
  top: 0;
  left: 0;
  width: max(16vw, 60px);
  transform: translate(calc(-1 * max(5.3333333333vw, 20px)), max(57.6vw, 216px));
}
@media (800px <= width) {
  .aboutLead .container::before {
    width: 5.5rem;
    transform: translate(-3.75rem, 9.75rem);
  }
}
.aboutLead .container::after {
  right: 0;
  width: max(10.6666666667vw, 40px);
}
@media (width < 800px) {
  .aboutLead .container::after {
    bottom: 0;
    transform: translate(calc(-1 * max(4.2666666667vw, 16px)), calc(-1 * max(16vw, 60px)));
  }
}
@media (800px <= width) {
  .aboutLead .container::after {
    top: 50%;
    width: 2.5rem;
    transform: translate(1.875rem, 1.5rem);
  }
}
.aboutLead__contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: max(14.9333333333vw, 56px);
  padding-block: max(21.3333333333vw, 80px) max(14.9333333333vw, 56px);
}
@media (800px <= width) {
  .aboutLead__contents {
    gap: 3.5rem;
    padding-block: 5rem 3.5rem;
  }
}
.aboutLead__contents::before, .aboutLead__contents::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.aboutLead__contents::before {
  top: 0;
  left: 50%;
  width: max(106.6666666667vw, 400px);
  aspect-ratio: 400/388;
  background: center/contain no-repeat url("../img/about-lead_bg.png");
  transform: translateX(-50%);
}
@media (800px <= width) {
  .aboutLead__contents::before {
    width: 25rem;
  }
}
.aboutLead__contents::after {
  top: max(5.3333333333vw, 20px);
  left: 100%;
  width: max(10.6666666667vw, 40px);
  aspect-ratio: 1/1;
  background: #e7e7e7;
  border-radius: 100vmax;
  transform: translateX(calc(-1 * max(6.4vw, 24px)));
}
@media (800px <= width) {
  .aboutLead__contents::after {
    top: 5.625rem;
    left: 50%;
    width: 4.4375rem;
    transform: translateX(17.5rem);
  }
}
.aboutLead__title {
  font-size: max(6.4vw, 24px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media (800px <= width) {
  .aboutLead__title {
    font-size: 2.25rem;
    line-height: 1.6;
  }
}
.aboutLead__text {
  font-size: max(4.2666666667vw, 16px);
  line-height: 2.2;
  text-align: center;
}
@media (800px <= width) {
  .aboutLead__text {
    font-size: 1.125rem;
    line-height: 2.6;
    letter-spacing: 0.05em;
  }
}

.aboutOverview {
  position: relative;
  z-index: 0;
  padding-block: max(17.0666666667vw, 64px);
}
@media (800px <= width) {
  .aboutOverview {
    padding-block: 4rem;
  }
}
.aboutOverview::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  display: block;
  width: 80vw;
  aspect-ratio: 1/2;
  content: "";
  background: center/contain no-repeat url("../img/about-overview__bg-sp.png");
  transform: translateY(-50%);
}
@media (800px <= width) {
  .aboutOverview::after {
    left: 50%;
    width: 69rem;
    aspect-ratio: 1104/608;
    background-image: url("../img/about-overview__bg-pc.png");
    transform: translate(calc(-50% - 6rem), -50%);
  }
}
.aboutOverview .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (800px <= width) {
  .aboutOverview .container {
    max-width: 49.1875rem;
    min-height: 38rem;
  }
}
.aboutOverview__item {
  display: flex;
  gap: max(4.2666666667vw, 16px);
  padding-block: max(8.5333333333vw, 32px);
}
@media (800px <= width) {
  .aboutOverview__item {
    gap: 2rem;
    padding-block: 4rem;
  }
}
.aboutOverview__title {
  display: flex;
  flex-basis: max(21.3333333333vw, 80px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: max(4.2666666667vw, 16px) max(8.5333333333vw, 32px) max(4.2666666667vw, 16px) max(4.2666666667vw, 16px);
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.3;
  text-align: center;
  border-right: max(0.2666666667vw, 1px) solid #000;
}
@media (800px <= width) {
  .aboutOverview__title {
    flex-basis: 9.5rem;
    padding: 1rem 2rem 1rem 1rem;
    font-size: 1.875rem;
    line-height: 0.9;
    border-width: 0.0625rem;
  }
}
.aboutOverview__text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}
@media (800px <= width) {
  .aboutOverview__text {
    font-size: 2.25rem;
  }
}
.aboutOverview__body {
  flex-grow: 1;
}
@media (800px <= width) {
  .aboutOverview__body {
    display: flex;
    gap: 2rem;
  }
}

.aboutOverviewCard {
  display: flex;
  gap: max(1.6vw, 6px);
  align-items: flex-end;
}
@media (800px <= width) {
  .aboutOverviewCard {
    flex-basis: calc((100% - 2rem) / 2);
    gap: 0.375rem;
  }
}
.aboutOverviewCard__profile {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: max(1.6vw, 6px);
  align-items: flex-end;
}
@media (800px <= width) {
  .aboutOverviewCard__profile {
    gap: 0.375rem;
  }
}
.aboutOverviewCard__role, .aboutOverviewCard__name, .aboutOverviewCard__title {
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0.03em;
}
.aboutOverviewCard__role {
  font-size: max(3.7333333333vw, 14px);
}
@media (800px <= width) {
  .aboutOverviewCard__role {
    font-size: 0.9375rem;
  }
}
.aboutOverviewCard__name {
  font-size: max(5.3333333333vw, 20px);
}
@media (800px <= width) {
  .aboutOverviewCard__name {
    font-size: 1.5rem;
  }
}
.aboutOverviewCard__title {
  font-size: max(3.4666666667vw, 13px);
}
@media (800px <= width) {
  .aboutOverviewCard__title {
    font-size: 0.8125rem;
  }
}
.aboutOverviewCard__image {
  width: max(32vw, 120px);
  aspect-ratio: 1/1;
}
.aboutOverviewCard__image img {
  object-fit: cover;
}
@media (800px <= width) {
  .aboutOverviewCard__image {
    width: 11rem;
  }
}
.aboutOverviewCard--hamada .aboutOverviewCard__title {
  font-size: max(2.6666666667vw, 10px);
}
@media (800px <= width) {
  .aboutOverviewCard--hamada .aboutOverviewCard__title {
    font-size: 0.625rem;
  }
}

.reason {
  background: #000;
}
.reason .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
  align-items: center;
  padding-block: max(64vw, 240px) max(21.3333333333vw, 80px);
}
@media (800px <= width) {
  .reason .container {
    gap: 13.5rem;
    padding-block: 15rem 5rem;
  }
}
.reason__tagline {
  display: block;
  width: max(65.8666666667vw, 247px);
  margin-inline: auto;
}
@media (800px <= width) {
  .reason__tagline {
    width: 21.25rem;
  }
}
.reason__contents {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  align-items: center;
  justify-content: center;
  height: max(116vw, 435px);
}
.reason__contents::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  content: "";
  background: #ffec96;
  border-radius: 100vmax;
  box-shadow: 0 0 max(8.5333333333vw, 32px) #ffd200;
  transform: translate(-50%, -50%);
}
@media (800px <= width) {
  .reason__contents::after {
    box-shadow: 0 0 2rem #ffd200;
  }
}
@media (800px <= width) {
  .reason__contents {
    gap: 2rem;
    width: 35.125rem;
    height: 35.125rem;
  }
}
.reason__title {
  font-size: max(8.5333333333vw, 32px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media (800px <= width) {
  .reason__title {
    font-size: 3rem;
  }
}
.reason__text {
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.7;
  text-align: center;
}
@media (800px <= width) {
  .reason__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.format {
  padding-block: max(21.3333333333vw, 80px);
}
@media (800px <= width) {
  .format {
    padding-block: 5rem;
  }
}
.format .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (800px <= width) {
  .format .container {
    gap: 3rem;
  }
}

.formatList {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
}
.formatList::before, .formatList::after {
  position: absolute;
  z-index: -1;
  display: block;
  aspect-ratio: 1/1;
  content: "";
  background: #ffd200;
  border-radius: 100vmax;
}
@media (width < 800px) {
  .formatList::before, .formatList::after {
    display: none;
  }
}
.formatList::before {
  right: 100%;
  bottom: 6rem;
  width: 2.5rem;
  transform: translateX(-2rem);
}
.formatList::after {
  top: -4.25rem;
  left: 100%;
  width: 5.5rem;
  transform: translateX(1rem);
}
@media (800px <= width) {
  .formatList {
    flex-flow: row wrap;
    gap: 2rem;
  }
}
@media (800px <= width) {
  .formatList__item {
    flex-basis: calc((100% - 2rem) / 2);
  }
}

.formatCard {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  padding-bottom: max(6.4vw, 24px);
  border: max(1.0666666667vw, 4px) solid #ffe56e;
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (800px <= width) {
  .formatCard {
    border-radius: 0.5rem;
  }
}
@media (800px <= width) {
  .formatCard {
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-width: 0.25rem;
  }
}
.formatList__item:nth-of-type(odd) .formatCard {
  border-color: #ffc9c9;
}
.formatCard__body {
  display: flex;
  flex-direction: column;
  gap: max(2.1333333333vw, 8px);
  padding-inline: max(6.4vw, 24px);
}
@media (800px <= width) {
  .formatCard__body {
    gap: 0.5rem;
    padding-inline: 1.5rem;
  }
}
.formatCard__title {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}
@media (800px <= width) {
  .formatCard__title {
    font-size: 1.25rem;
  }
}
.formatCard__text {
  font-size: max(3.4666666667vw, 13px);
  font-weight: 400;
  line-height: 1.3;
}
@media (800px <= width) {
  .formatCard__text {
    font-size: 0.8125rem;
  }
}
.formatCard__image {
  order: -1;
  transform: translateY(-1px);
}

.appearance.section--type1 {
  padding-top: 0;
}
.appearance .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (800px <= width) {
  .appearance .container {
    gap: 3rem;
  }
}

.appearanceGroup {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
}
@media (800px <= width) {
  .appearanceGroup {
    gap: 2rem;
  }
}
.appearanceGroup__title {
  padding: max(3.2vw, 12px);
  font-size: max(6.4vw, 24px);
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #000;
}
@media (800px <= width) {
  .appearanceGroup__title {
    padding: 0.75rem;
    font-size: 1.5rem;
  }
}
.appearanceGroup__list {
  display: flex;
  flex-direction: column;
  gap: max(8.5333333333vw, 32px);
}
@media (800px <= width) {
  .appearanceGroup__list {
    flex-flow: row wrap;
    gap: 2rem;
  }
}
.appearanceGroup__list--soon {
  align-items: center;
}
@media (800px <= width) {
  .appearanceGroup__list--soon {
    justify-content: center;
  }
}
@media (800px <= width) {
  .appearanceGroup__item {
    flex-basis: calc((100% - 2rem) / 2);
  }
}
.appearanceGroup__image img {
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (800px <= width) {
  .appearanceGroup__image img {
    border-radius: 0.5rem;
  }
}

@media (800px <= width) {
  .sponsor.section--type2 {
    padding-block: 3rem;
  }
}
.sponsor__schedule picture {
  width: 100%;
  margin-inline: auto;
}
@media (800px <= width) {
  .sponsor__schedule picture {
    max-width: 38rem;
  }
}

.sponsorItem {
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
  padding: max(12.8vw, 48px) max(11.4666666667vw, 43px);
  background: #fff;
}
@media (800px <= width) {
  .sponsorItem {
    border-radius: 0.5rem;
  }
}
@media (800px <= width) {
  .sponsorItem {
    gap: 3rem;
    padding: 3rem 2.6875rem;
  }
}
@media (width < 800px) {
  .sponsorItem.sponsor__schedule {
    padding-inline: max(5.3333333333vw, 20px);
  }
}
.sponsorItem__title {
  width: fit-content;
  padding: max(2.1333333333vw, 8px);
  margin-inline: auto;
  font-size: max(6.4vw, 24px);
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #000;
}
@media (800px <= width) {
  .sponsorItem__title {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
  }
}
.sponsorItem__note {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (800px <= width) {
  .sponsorItem__note {
    font-size: 1.25rem;
  }
}

.sponsorView__title {
  padding: max(2.1333333333vw, 8px);
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  text-align: center;
  background: #ffe464;
}
@media (800px <= width) {
  .sponsorView__title {
    padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 0.8;
  }
}
.sponsorView__text {
  position: relative;
  display: block;
  width: fit-content;
  padding-block: max(4.2666666667vw, 16px);
  padding-left: calc(max(10.6666666667vw, 40px) + max(4.2666666667vw, 16px));
  margin-inline: auto;
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.37em;
}
.sponsorView__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: max(10.6666666667vw, 40px);
  height: max(7.4666666667vw, 28px);
  content: "";
  background: center/contain no-repeat url("../img/icon_youtube.svg");
  transform: translateY(calc(-50% + 0.125em));
}
@media (800px <= width) {
  .sponsorView__text {
    padding-block: 1rem;
    padding-left: 3.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .sponsorView__text::before {
    width: 2.5rem;
    height: 1.75rem;
  }
}
.sponsorView__num {
  font-size: max(12.8vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
}
@media (800px <= width) {
  .sponsorView__num {
    font-size: 4rem;
  }
}
.sponsorView__note {
  margin-top: -1.25em;
  font-size: max(3.2vw, 12px);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (800px <= width) {
  .sponsorView__note {
    margin-top: -2em;
    font-size: 0.75rem;
  }
}

.sponsorBenefit__list {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
  margin-top: calc(-1 * max(6.4vw, 24px));
}
@media (800px <= width) {
  .sponsorBenefit__list {
    flex-flow: row wrap;
    gap: 1.5rem;
    margin-top: -1.5rem;
  }
}
@media (800px <= width) {
  .sponsorBenefit__item {
    flex-basis: calc((100% - 3rem) / 3);
  }
}
.sponsorBenefit__title {
  padding: max(2.1333333333vw, 8px);
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  text-align: center;
  background: #ffe464;
}
@media (800px <= width) {
  .sponsorBenefit__title {
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.sponsorBenefit__text {
  padding: max(4.2666666667vw, 16px);
  font-size: max(4.2666666667vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (800px <= width) {
  .sponsorBenefit__text {
    padding: 1rem;
    font-size: 0.8125rem;
  }
}
.sponsorBenefit__note {
  font-size: max(2.6666666667vw, 10px) !important;
}
@media (800px <= width) {
  .sponsorBenefit__note {
    font-size: 0.625rem !important;
  }
}
.sponsorBenefit__item:nth-of-type(even) .sponsorBenefit__title {
  background: #ffcc75;
}

/* ==========================================================================
  Breadcrumb
========================================================================== */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: max(2.1333333333vw, 8px);
  align-items: center;
  font-size: max(2.6666666667vw, 10px);
}
@media (width < 800px) {
  .breadcrumb__list {
    margin-bottom: calc(-1 * max(4.2666666667vw, 16px));
  }
}
@media (800px <= width) {
  .breadcrumb__list {
    gap: 0.5rem;
    font-size: 0.75rem;
  }
}
.breadcrumb__list li {
  display: flex;
  align-items: center;
}
.breadcrumb__list li:not(:last-child)::after {
  content: "";
  background: center/contain no-repeat;
  background-image: url("../icons/keyboard_arrow_right.svg");
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.breadcrumb__list .label {
  font-size: max(2.6666666667vw, 10px);
}
@media (800px <= width) {
  .breadcrumb__list .label {
    font-size: 0.75rem;
  }
}
.breadcrumb__tags {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.breadcrumb__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

/* ==========================================================================
  Button
========================================================================== */
.button {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: space-between;
  min-width: max(64vw, 240px);
  padding: 1.125em 1em;
  font-size: max(4.8vw, 18px);
  font-weight: 700;
  line-height: 1;
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #ffd200;
  border: max(0.2666666667vw, 1px) solid transparent;
  transition: all 0.5s;
  overflow: hidden;
  border-radius: max(2.1333333333vw, 8px);
}
@media (800px <= width) {
  .button {
    border-radius: 0.5rem;
  }
}
@media (800px <= width) {
  .button {
    min-width: 15rem;
    font-size: 1.125rem;
    border-width: 0.0625rem;
  }
}
.button::before, .button::after {
  width: max(0.2666666667vw, 1px);
  height: max(0.2666666667vw, 1px);
  content: "";
  background: center/contain no-repeat;
}
@media (800px <= width) {
  .button::before, .button::after {
    width: 0.0625rem;
    height: 0.0625rem;
  }
}
.button:hover, .button:focus-visible {
  background: #ffd200;
  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;
}
@media (width < 800px) {
  .button.to-calendar, .button.to-top {
    font-size: max(4.2666666667vw, 16px);
  }
}
@media (800px <= width) {
  .button.to-calendar, .button.to-top {
    min-width: 21.875rem;
  }
}

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

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
}
@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);
  }
}

/* ==========================================================================
  Entry
========================================================================== */
.entry {
  margin-block: max(12.8vw, 48px);
}
@media (800px <= width) {
  .entry {
    margin-block: 4rem;
  }
}
.entry__header, .entry__footer {
  margin: max(8.5333333333vw, 32px) 0;
}
@media (800px <= width) {
  .entry__header, .entry__footer {
    margin-block: 2rem;
  }
}
.entry__header p {
  line-height: 1.8;
}
.entry__header p + p {
  margin-top: 1em;
}
@media (800px <= width) {
  .entry__header p + p {
    margin-top: 2em;
  }
}
.entry__time {
  font-size: max(3.7333333333vw, 14px);
  text-align: right;
}
@media (800px <= width) {
  .entry__time {
    font-size: 1rem;
  }
}
.entry__title {
  margin-block: max(8.5333333333vw, 32px);
  font-size: max(8.5333333333vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
@media (800px <= width) {
  .entry__title {
    margin-block: 2rem;
    font-size: 2rem;
  }
}
.entry--thanks .entry__title, .entry--404 .entry__title {
  text-align: center;
}
.entry__subtitle {
  margin-block: max(8.5333333333vw, 32px);
  font-size: max(6.4vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
@media (800px <= width) {
  .entry__subtitle {
    margin-block: 2rem;
    font-size: 1.5rem;
  }
}
.entry__footer {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .entry__footer {
    gap: 1rem;
  }
}
.entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.7333333333vw, 14px) max(4.2666666667vw, 16px);
  padding-top: max(8.5333333333vw, 32px);
  font-size: max(3.7333333333vw, 14px);
  border-top: max(0.2666666667vw, 1px) solid #626466;
}
@media (800px <= width) {
  .entry__meta {
    gap: 0.875rem 1rem;
    padding-top: 2rem;
    font-size: 0.875rem;
    border-width: 0.0625rem;
  }
}
.entry__meta__item + .entry__meta__item::before {
  content: ", ";
}
.entry__body {
  font-size: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .entry__body {
    font-size: 1.125rem;
  }
}
.entry__body p {
  line-height: 1.8;
}
.entry__body p + p {
  margin-top: 1em;
}
@media (800px <= width) {
  .entry__body p + p {
    margin-top: 2em;
  }
}
.entry__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: max(3.7333333333vw, 14px);
}
@media (800px <= width) {
  .entry__tagList {
    gap: 0.875rem;
  }
}

/* ==========================================================================
  Logo
========================================================================== */
.logo a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s;
}
.logo a:hover, .logo a:focus-visible {
  opacity: 0.5;
}
.logo img {
  width: max(39.7333333333vw, 149px);
}
@media (800px <= width) {
  .logo img {
    width: 9.3125rem;
  }
}

/* ==========================================================================
  Section
========================================================================== */
.section {
  padding-block: max(12.8vw, 48px);
}
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (800px <= width) {
  .section {
    padding-block: 4rem;
  }
  .section .container {
    gap: 3rem;
  }
}
.section--type1 {
  padding-block: max(21.3333333333vw, 80px);
}
.section--type1 .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (800px <= width) {
  .section--type1 {
    padding-block: 4rem;
  }
  .section--type1 .container {
    gap: 3rem;
  }
}
.section--type1 .section__title {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  padding-right: max(6.4vw, 24px);
  margin-inline: auto;
  font-size: max(8.5333333333vw, 32px);
  font-weight: 700;
  line-height: max(25.6vw, 96px);
  text-align: center;
  letter-spacing: 0.03em;
}
.section--type1 .section__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  display: block;
  width: max(25.6vw, 96px);
  height: max(25.6vw, 96px);
  content: "";
  background: #ffd200;
  border-radius: 100vmax;
  transform: translateY(-50%);
}
@media (800px <= width) {
  .section--type1 .section__title {
    padding-right: 1.5rem;
    font-size: 2.5rem;
    line-height: 6rem;
  }
  .section--type1 .section__title::after {
    width: 6rem;
    height: 6rem;
  }
}
.section--type1 .section__header {
  margin-bottom: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .section--type1 .section__header {
    margin-bottom: 1.125rem;
  }
}
.section--type1 .section__lead {
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.8;
}
@media (800px <= width) {
  .section--type1 .section__lead {
    font-size: 1.125rem;
  }
}
.section--type1 .section__text {
  margin-top: 1em;
  font-size: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .section--type1 .section__text {
    font-size: 1.125rem;
  }
}
.section--type2 {
  padding-block: max(12.8vw, 48px);
  background: #ffd200;
}
.section--type2 .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (800px <= width) {
  .section--type2 {
    padding-block: 4rem;
  }
  .section--type2 .container {
    gap: 3rem;
  }
}
.section--type2 .section__title {
  font-size: max(9.6vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (800px <= width) {
  .section--type2 .section__title {
    font-size: 2.25rem;
  }
}
.section--type2 .section__header {
  margin-bottom: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .section--type2 .section__header {
    margin-bottom: 1.125rem;
  }
}
.section--type2 .section__lead {
  font-size: max(4.2666666667vw, 16px);
  line-height: 1.8;
}
@media (800px <= width) {
  .section--type2 .section__lead {
    font-size: 1.125rem;
  }
}
.section--type2 .section__text {
  margin-top: 1em;
  font-size: max(4.2666666667vw, 16px);
}
@media (800px <= width) {
  .section--type2 .section__text {
    font-size: 1.125rem;
  }
}