/* ==========================================================================
  Foundation
========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 400;
  line-height: 1;
}
@media (768px <= width) {
  body {
    font-size: 1rem;
  }
}

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

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

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

.logo {
  width: max(29.7435897436vw, 111.5384615385px);
}
@media (768px <= width) {
  .logo {
    width: min(8.0555555556vw, 116px);
  }
}
.logo a {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.logo a:hover, .logo a:focus {
  opacity: 0.5;
}

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

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

.--warning {
  color: #b90000;
}

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

/* ==========================================================================
  Header
========================================================================== */
.header {
  z-index: 555;
  width: 100%;
  overflow-x: hidden;
  background-color: #212121;
}
.header__inner {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  gap: max(6.1538461538vw, 23.0769230769px);
  align-items: center;
  justify-content: space-between;
  height: max(16.4102564103vw, 61.5384615385px);
  padding: max(6.1538461538vw, 23.0769230769px);
}
@media (768px <= width) {
  .header__inner {
    gap: min(6.6666666667vw, 96px);
    height: min(4.4444444444vw, 64px);
    padding: min(1.6666666667vw, 24px) min(2.2222222222vw, 32px);
  }
}
.header__area1, .header__area3 {
  flex-shrink: 0;
}
.header__area1 {
  margin-inline: auto;
}
.header__area2 {
  flex-grow: 1;
}
.header__brand {
  text-align: center;
}

.headerCta {
  display: flex;
  gap: max(2.0512820513vw, 7.6923076923px);
  align-items: center;
  justify-content: flex-end;
}
.headerCta__link {
  width: max(41.0256410256vw, 153.8461538462px);
  padding: max(4.1025641026vw, 15.3846153846px);
  font-size: max(3.5897435897vw, 13.4615384615px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  background: transparent;
  border: max(0.5128205128vw, 1.9230769231px) solid #fff;
  border-radius: 100vmax;
}
.headerCta__link.--white {
  color: #212121;
  background: #fff;
}
@media (768px <= width) {
  .headerCta {
    gap: min(0.5555555556vw, 8px);
  }
  .headerCta__link {
    width: min(12.3611111111vw, 178px);
    padding: min(0.5555555556vw, 8px);
    font-size: min(1.0416666667vw, 15px);
    border-width: min(0.1388888889vw, 2px);
    transition: all 0.5s;
  }
  .headerCta__link:hover, .headerCta__link:focus {
    color: #212121;
    background: #fff;
  }
  .headerCta__link:hover.--white, .headerCta__link:focus.--white {
    color: #fff;
    background: #b496ff;
  }
}

.globalNav__list {
  display: flex;
  gap: min(1.1111111111vw, 16px);
  width: 100%;
  font-size: min(0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
.globalNav__list > li > a {
  display: block;
  padding: min(0.5555555556vw, 8px);
  white-space: nowrap;
  border-bottom: min(0.1388888889vw, 2px) solid transparent;
  transition: all 0.5s;
}
@media (768px <= width) {
  .globalNav__list > li > a {
    border-width: min(0.1388888889vw, 2px);
  }
}
.globalNav__list > li > a:hover, .globalNav__list > li > a:focus-visible, .globalNav__list > li > a[aria-current=page] {
  border-color: #b496ff;
}

/* ==========================================================================
  Footer
========================================================================== */
.footer {
  padding: max(8.2051282051vw, 30.7692307692px) max(20.5128205128vw, 76.9230769231px);
  color: #fff;
  background: #212121;
}
@media (768px <= width) {
  .footer {
    padding: min(2.2222222222vw, 32px) min(5.5555555556vw, 80px);
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  margin-inline: auto;
}
@media (768px <= width) {
  .footer__inner {
    gap: min(1.1111111111vw, 16px);
  }
}
.footer__copyright {
  font-size: max(2.8205128205vw, 10.5769230769px);
  text-align: center;
}
@media (768px <= width) {
  .footer__copyright {
    font-size: min(0.8333333333vw, 12px);
  }
}
.footer__brand {
  text-align: center;
}

/* ==========================================================================
  Container
========================================================================== */
.container {
  margin-inline: auto;
}
@media (width < 768px) {
  .container {
    width: max(83.5897435897vw, 313.4615384615px);
  }
}
@media (768px <= width) {
  .container {
    width: 96%;
    max-width: 1200px;
  }
}
.container--full {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin-inline: 0;
}
.container--unit {
  display: flex;
  flex-direction: column;
  gap: max(9.2307692308vw, 34.6153846154px);
  padding-bottom: max(16.4102564103vw, 61.5384615385px);
}
@media (768px <= width) {
  .container--unit {
    gap: min(2.5vw, 36px);
    padding-bottom: min(5vw, 72px);
  }
}

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

/* ==========================================================================
  Page Layout
========================================================================== */
.page__body {
  padding-block: max(8.2051282051vw, 30.7692307692px);
  margin-inline: auto;
}
.page__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: max(8.2051282051vw, 30.7692307692px);
}
.page__title {
  font-size: max(7.1794871795vw, 26.9230769231px);
  font-weight: 700;
  line-height: 1.4;
  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 (768px <= width) {
  .page__body {
    max-width: 45rem;
    padding-block: 4rem;
  }
  .page__header {
    padding-bottom: 4rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__contents {
    font-size: 1.125rem;
  }
}

.--thanks .page__title {
  text-align: center;
}
.--thanks .buttonList > li {
  width: 100%;
}
.--thanks .button {
  margin-inline: auto;
}
.--thanks .button.to-calendar, .--thanks .button.to-top {
  font-size: max(3.8461538462vw, 14.4230769231px);
}
@media (768px <= width) {
  .--thanks .button.to-calendar, .--thanks .button.to-top {
    min-width: 23.75rem;
    font-size: 1.125rem;
  }
}

.--thanks .page__title,
.error404 .page__title {
  text-align: center;
}
.--thanks .buttonList > li,
.error404 .buttonList > li {
  width: 100%;
}
.--thanks .button,
.error404 .button {
  margin-inline: auto;
}
.--thanks .button.to-top,
.error404 .button.to-top {
  font-size: max(3.8461538462vw, 14.4230769231px);
}
@media (768px <= width) {
  .--thanks .button.to-top,
  .error404 .button.to-top {
    min-width: 23.75rem;
    font-size: 1.125rem;
  }
}

/* ==========================================================================
  Breadcrumb
========================================================================== */
.breadcrumb__list {
  display: flex;
  flex-wrap: nowrap;
  gap: max(2.0512820513vw, 7.6923076923px);
  align-items: center;
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (width < 768px) {
  .breadcrumb__list {
    margin-bottom: calc(-1 * max(4.1025641026vw, 15.3846153846px));
  }
}
@media (768px <= width) {
  .breadcrumb__list {
    gap: min(0.5555555556vw, 8px);
    font-size: min(0.8333333333vw, 12px);
  }
}
.breadcrumb__list li {
  display: flex;
  align-items: center;
}
.breadcrumb__list li:not(:last-child)::after {
  aspect-ratio: 1/1;
  content: "";
  background: center/contain no-repeat;
  background-image: url("../img/chevron_right.svg");
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
.breadcrumb__list .label {
  font-size: max(2.5641025641vw, 9.6153846154px);
}
@media (768px <= width) {
  .breadcrumb__list .label {
    font-size: min(0.8333333333vw, 12px);
  }
}
.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: max(4.1025641026vw, 15.3846153846px);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max(19.4871794872vw, 73.0769230769px);
  padding-inline: max(6.1538461538vw, 23.0769230769px) max(4.1025641026vw, 15.3846153846px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: linear-gradient(0deg, #6721ff 0%, #af96ff 67%);
  border-radius: 100vmax;
  box-shadow: 0 max(2.0512820513vw, 7.6923076923px) max(2.0512820513vw, 7.6923076923px) 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (768px <= width) {
  .button {
    box-shadow: 0 min(0.5555555556vw, 8px) min(0.5555555556vw, 8px) 0 rgba(0, 0, 0, 0.2);
  }
}
.button:hover, .button:focus {
  opacity: 0.5;
}
.button > span {
  flex: 1;
  line-height: 1.2;
  text-align: center;
}
@media (768px <= width) {
  .button {
    gap: min(1.1111111111vw, 16px);
    width: fit-content;
    height: min(5.4861111111vw, 79px);
    padding-inline: min(1.6666666667vw, 24px) min(1.1111111111vw, 16px);
    font-size: min(1.3888888889vw, 20px);
  }
}

.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;
  margin: max(8.2051282051vw, 30.7692307692px) auto 0;
}
@media (768px <= width) {
  .buttonList.--horizontal {
    gap: min(1.25vw, 18px);
    margin: min(2.2222222222vw, 32px) auto 0;
  }
}
.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 (768px <= width) {
  .buttonList.--vertical {
    gap: min(1.25vw, 18px);
    margin: min(2.2222222222vw, 32px) auto 0;
  }
}

/* ==========================================================================
  Column
========================================================================== */
.column {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (768px <= width) {
  .column {
    flex-flow: row wrap;
    gap: min(1.6666666667vw, 24px);
  }
  .column--col2, .column--col3 {
    gap: min(1.1111111111vw, 16px);
  }
  .column--col2 .column__col {
    flex-basis: calc((100% - min(1.1111111111vw, 16px)) / 2);
  }
  .column--col3 .column__col {
    flex-basis: calc((100% - min(1.1111111111vw, 16px) * 2) / 3);
  }
}

/* ==========================================================================
  Section
========================================================================== */
body .section {
  padding-block: max(12.3076923077vw, 46.1538461538px);
}
body .section .container {
  display: flex;
  flex-direction: column;
  gap: max(12.3076923077vw, 46.1538461538px);
}
@media (768px <= width) {
  body .section {
    padding-block: min(4.4444444444vw, 64px);
  }
  body .section .container {
    gap: min(3.3333333333vw, 48px);
  }
}
body .section__header {
  display: flex;
  flex-direction: column;
  gap: max(6.1538461538vw, 23.0769230769px);
}
@media (768px <= width) {
  body .section__header {
    gap: min(3.3333333333vw, 48px);
  }
}
body .section__title {
  font-size: max(8.7179487179vw, 32.6923076923px);
  line-height: 1.3;
}
@media (768px <= width) {
  body .section__title {
    font-size: min(2.7777777778vw, 40px);
    line-height: 1.4;
  }
}
body .section__lead {
  font-size: max(4.1025641026vw, 15.3846153846px);
  line-height: 1.4;
}
@media (768px <= width) {
  body .section__lead {
    font-size: min(1.1111111111vw, 16px);
  }
}

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