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

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 < 900px) {
  .only--pc {
    display: none !important;
  }
}

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

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

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

.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
========================================================================== */
#fixCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
#fixCta.is-fix {
  opacity: 1;
}

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

/* ==========================================================================
  Header
========================================================================== */
.header {
  width: 100%;
  background: #1a1a1a;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: max(17.0666666667vw, 64px);
  padding-left: max(2.1333333333vw, 8px);
}
@media (900px <= width) {
  .header__inner {
    width: 87.2%;
    margin-inline: auto;
    height: 4rem;
    padding-left: 0;
  }
}
@media (900px <= width) and (900px <= width) {
  .header__inner {
    width: 100%;
    max-width: 888px;
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand {
  height: max(14.4vw, 54px);
  margin-inline: auto;
}
.header__brand .logo {
  height: 100%;
}
@media (900px <= width) {
  .header__brand {
    height: 3.375rem;
  }
}

.headerCta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(28.8vw, 108px);
  height: max(17.0666666667vw, 64px);
  padding-block: max(2.6666666667vw, 10px) max(3.2vw, 12px);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #e00000;
  transition: all 0.5s;
}
.headerCta__link:hover, .headerCta__link:focus {
  opacity: 0.5;
}
@media (900px <= width) {
  .headerCta__link {
    width: 11.125rem;
    height: 4rem;
    padding-block: 0.625rem;
    font-size: 0.9375rem;
  }
}

.globalNav__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  width: 100%;
  padding-right: 2rem;
  font-size: 0.875rem;
  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 (900px <= width) {
  .globalNav__list > li > a {
    border-width: 0.125rem;
  }
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus {
  opacity: 0.5;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(6.4vw, 24px) max(21.3333333333vw, 80px);
  color: #fff;
  background: #1a1a1a;
}
@media (900px <= width) {
  .footer {
    gap: 4.875rem;
    padding: 1.5rem 5rem;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(4.2666666667vw, 16px);
  margin-inline: auto;
}
@media (900px <= width) {
  .footer__inner {
    gap: 1rem;
  }
}
.footer__copyright {
  font-size: max(2.6666666667vw, 10px);
  line-height: 1.4;
  text-align: center;
}
@media (900px <= width) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}
.footer__brand {
  text-align: center;
}
.footer__brand .logo {
  display: inline-block;
}
.footer__brand .logo img {
  width: max(35.7333333333vw, 134px);
}
@media (900px <= width) {
  .footer__brand .logo img {
    width: 8.375rem;
  }
}

.footerInfo {
  font-size: max(3.2vw, 12px);
}
@media (900px <= 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 (900px <= width) {
  .footerNav__list {
    flex-direction: row;
    gap: 0.625rem;
    justify-content: center;
    font-size: 0.625rem;
  }
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  width: 87.2%;
  margin-inline: auto;
}
@media (900px <= width) {
  .container {
    width: 100%;
    max-width: 888px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (900px <= width) {
  .container--unit {
    gap: 3rem;
  }
}

/* ==========================================================================
  Page Layout
========================================================================== */
.page__body {
  padding-block: max(8.5333333333vw, 32px);
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: max(8.5333333333vw, 32px);
}
.page__title {
  font-size: max(5.3333333333vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.page__contents {
  font-size: max(4.2666666667vw, 16px);
}
.page__contents p {
  line-height: 2;
}
.page__contents p + p {
  margin-top: 2em;
}
@media (900px <= width) {
  .page__body {
    padding-block: 3rem;
  }
  .page__header {
    padding-block: 2rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
  .page .button {
    width: 24rem;
    padding: 0.0625rem;
    border-width: 0.0625rem;
  }
  .page .button::after {
    right: 1.25rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}

.--thanks .page__title {
  text-align: center;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  font-size: max(4.2666666667vw, 16px);
  font-weight: 700;
  background: #e00000;
}
@media (900px <= 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 (900px <= 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.0666666667vw, 4px);
  align-items: center;
  width: 90%;
  transform: translateX(-50%);
}
@media (900px <= 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.5333333333vw, 32px);
  font-weight: 700;
}
@media (900px <= width) {
  .hero__tagline {
    font-size: min(2.2222222222vw, 32px);
  }
}
.hero__description {
  font-size: max(5.3333333333vw, 20px);
}
@media (900px <= 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(74.6666666667vw, 280px);
}
@media (900px <= width) {
  .hero__views {
    width: min(23.75vw, 342px);
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.4vw, 24px);
}
@media (900px <= 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 {
  padding-block: max(12.8vw, 48px);
}
.section .container {
  display: flex;
  flex-direction: column;
  gap: max(12.8vw, 48px);
}
@media (900px <= width) {
  .section .container {
    gap: 3rem;
  }
}
.section__title {
  font-family: "Outfit", sans-serif;
  font-size: max(10.6666666667vw, 40px);
  font-weight: 700;
  line-height: 1.2;
}
.section__body {
  font-size: max(4.8vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.section__body p + p {
  margin-top: 2em;
}
@media (900px <= width) {
  .section {
    padding-block: 4rem;
  }
  .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(80vw, 300px);
  height: max(17.0666666667vw, 64px);
  padding: 1.125em 1em;
  font-size: max(5.8666666667vw, 22px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #1a1a1a;
  transition: all 0.5s;
}
.button::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: max(5.3333333333vw, 20px);
  height: max(3.7333333333vw, 14px);
  aspect-ratio: 1/2;
  background-image: url("../img/cta_icon.svg");
  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;
}
@media (900px <= width) {
  .button {
    width: 18.75rem;
    height: 4rem;
    font-size: 1.375rem;
  }
  .button::after {
    right: 1.25rem;
    height: 0.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 (900px <= 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 (900px <= 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.4vw, -9px);
}
.cta__catch {
  position: relative;
  z-index: 10;
  width: max(62.6666666667vw, 235px);
  padding: max(2.1333333333vw, 8px) max(4.2666666667vw, 16px);
  margin-inline: auto;
  font-size: max(4vw, 15px);
  font-weight: 700;
  color: #ad7526;
  text-align: center;
  background: #fff;
  transform: translateY(max(2.4vw, 9px));
}
.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.6vw, 36px);
  bottom: max(-2.1333333333vw, -8px);
  width: max(4vw, 15px);
  background: #fff;
  transform: rotate(30deg);
}
.cta--second .cta__catch {
  color: #f5d59f;
  background: #1a1a1a;
}
.cta--second .cta__catch::after {
  background: #1a1a1a;
}
.cta__button {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max(80vw, 300px);
  height: max(17.0666666667vw, 64px);
  padding: 1.125em 1em;
  font-size: max(5.8666666667vw, 22px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #1a1a1a;
  transition: all 0.5s;
}
.cta__button::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: max(5.3333333333vw, 20px);
  height: max(3.7333333333vw, 14px);
  aspect-ratio: 1/2;
  background-image: url("../img/cta_icon.svg");
  transform: translateY(-50%);
}
.cta__button:hover, .cta__button:focus-visible {
  opacity: 0.5;
}
.cta--second .cta__button {
  background: #e00000;
}
@media (900px <= width) {
  .cta__wrap {
    margin-top: -0.5625rem;
  }
  .cta__catch {
    width: 14.6875rem;
    padding: 0.5rem 1rem;
    font-size: 0.9375rem;
    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.375rem;
  }
  .cta__button::after {
    right: 1.25rem;
    height: 0.875rem;
  }
}

#fixCta .cta__wrap,
#fixCta .cta__button {
  width: 100%;
}
#fixCta .cta__button {
  height: max(19.2vw, 72px);
}
@media (900px <= width) {
  #fixCta {
    display: none !important;
  }
}