/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --font-noto-sans: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  --font-josefin: "Josefin Sans", sans-serif;
  --font-commissioner: "Commissioner", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --color-base: #faecee;
  --color-main: #f293a0;
  --color-accent: #fddc18;
  --color-font: #333;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 390);
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  html {
    font-size: calc(1000vw / 1440);
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-base);
  color: var(--color-font);
  font-family: var(--font-noto-sans);
  font-weight: 500;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
}

:target {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :target {
    scroll-margin-top: 8rem;
  }
}

.loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 10;
  background-color: #fff;
}
.loading p {
  position: absolute;
  top: 45svh;
  left: 8rem;
  z-index: 3;
  color: var(--color-accent02);
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading p {
    top: 50svh;
    left: 3rem;
    font-size: 3.6rem;
    line-height: 2;
  }
}
.loading p span {
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading p span {
    font-size: 4.8rem;
  }
}

picture {
  display: block;
}

img,
video,
iframe {
  width: 100%;
  height: auto;
}

iframe {
  aspect-ratio: 16/9;
}

a,
button {
  transition: 0.2s ease;
}

@media screen and (min-width: 0px) {
  :focus-visible {
    outline: 2px solid var(--color-main);
    outline-offset: 4px;
  }
}

:where(.pc) {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.pc) {
    display: none;
  }
}

:where(.sp) {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :where(.sp) {
    display: block;
  }
}

.loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 10;
  background-color: #fff;
}
.loading p {
  position: absolute;
  top: 45svh;
  left: 8rem;
  z-index: 3;
  color: var(--color-accent02);
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading p {
    top: 50svh;
    left: 3rem;
    font-size: 3.6rem;
    line-height: 2;
  }
}
.loading p span {
  font-size: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .loading p span {
    font-size: 4.8rem;
  }
}

.common-heading .en {
  font-family: var(--font-josefin);
  -webkit-text-stroke: 3px var(--color-font);
  paint-order: stroke;
  color: var(--color-main);
  font-size: 6.4rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading .en {
    font-size: 4.8rem;
  }
}
.common-heading .en span {
  color: var(--color-accent);
}
.common-heading .ja {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-heading .ja {
    font-size: 1.2rem;
  }
}

.common-link {
  display: grid;
  grid-template-columns: 1fr 9.6rem;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 0 var(--color-font);
  border: 1px solid var(--color-font);
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  padding: 1.2rem 2.2rem;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link {
    grid-template-columns: 1fr 4.8rem;
    padding: 0.6rem 0.9rem;
    font-size: 1.6rem;
  }
}
.common-link::after {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-font);
  background-color: #fff8a6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.2rem auto;
  transition: background-color 0.2s ease, background-size 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link::after {
    border-width: 0.2rem;
    background-size: 1.8rem auto;
  }
}
@media (any-hover: hover) {
  .common-link:hover {
    box-shadow: initial;
    background-color: #fff8a6;
    translate: 0.2rem 0.2rem;
  }
  .common-link:hover::after {
    background-color: #fff;
    background-size: 2.8rem auto;
  }
}
.common-link.pdf {
  text-align: center;
}
.common-link.pdf::after {
  background-image: url(../../assets/images/common/icon-pdf.svg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .common-link.pdf::after {
    background-size: 1.4rem auto;
  }
}
@media (any-hover: hover) {
  .common-link.pdf:hover::after {
    background-color: #fff;
  }
}

.sns-links {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12.6rem;
       column-gap: 12.6rem;
  height: 32rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links {
    flex-direction: column;
    height: 38rem;
  }
}
.sns-links p {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links p {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
.sns-links p::before, .sns-links p::after {
  content: "";
  position: absolute;
  left: -2.4rem;
  background-color: var(--color-accent);
  width: 26.7rem;
  height: 2px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links p::before, .sns-links p::after {
    width: 6rem;
  }
}
.sns-links p::before {
  top: -1rem;
  transform: rotate(3.9deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links p::before {
    top: 3.9rem;
    left: -5rem;
    transform: rotate(72deg);
  }
}
.sns-links p::after {
  bottom: -1.8rem;
  transform: rotate(-3.9deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links p::after {
    top: 3.9rem;
    bottom: initial;
    right: -5rem;
    left: initial;
    transform: rotate(-72deg);
  }
}
.sns-links ul {
  display: flex;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links ul {
    margin-top: 5rem;
  }
}
.sns-links ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links ul li {
    font-weight: 500;
  }
}
.sns-links ul li a {
  display: block;
  width: 8rem;
  margin: 2.6rem auto 0;
}
.sns-links ul li a:focus {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .sns-links ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .sns-links ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sns-links ul li a {
    margin-top: 1.6rem;
  }
}

.modal :where(dialog) {
  position: fixed;
  top: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog) {
    border-width: 1px;
    padding: 5rem 2rem;
  }
}
.modal :where(dialog)::backdrop {
  background-color: transparent;
}
.modal :where(dialog) .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(90rem, 100%);
  max-height: calc(100lvh - 10rem);
  margin-inline: auto;
  border-radius: 2.4rem;
  padding: 8rem;
  box-shadow: 1rem 1rem 0 var(--color-main);
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog) .inner {
    box-shadow: 0.5rem 0.5rem 0 var(--color-main);
    padding: 6rem 2rem;
  }
}
.modal :where(dialog).list .content {
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  margin-top: 3.2rem;
}
.modal :where(dialog).list .content dl {
  position: relative;
  border-top: 1px solid #b8b8b8;
  margin-right: 1rem;
}
.modal :where(dialog).list .content dl::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: 0;
  width: max(0.3rem, 2px);
  height: 2.6rem;
  background-color: var(--color-main);
  border-radius: calc(infinity * 1px);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).list .content dl::before {
    top: 1.6rem;
    height: 2.4rem;
  }
}
.modal :where(dialog).list .content dl:last-of-type {
  border-bottom: 1px solid #b8b8b8;
}
.modal :where(dialog).list .content dl dt {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2rem;
  cursor: pointer;
  padding: 4rem 0 4rem 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).list .content dl dt {
    padding: 1.8rem 0 1.8rem 1rem;
    font-size: 1.6rem;
  }
}
.modal :where(dialog).list .content dl dt::before, .modal :where(dialog).list .content dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 2rem;
  height: 2px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-main);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).list .content dl dt::before, .modal :where(dialog).list .content dl dt::after {
    width: 1.6rem;
  }
}
.modal :where(dialog).list .content dl dt::after {
  transform: rotate(-90deg);
}
.modal :where(dialog).list .content dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.modal :where(dialog).list .content dl dd .wrapper {
  overflow: hidden;
}
.modal :where(dialog).list .content dl dd .wrapper ul {
  -moz-column-count: 3;
       column-count: 3;
  padding-bottom: 5.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).list .content dl dd .wrapper ul {
    -moz-column-count: 2;
         column-count: 2;
    padding-bottom: 3rem;
  }
}
.modal :where(dialog).list .content dl dd .wrapper ul li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).list .content dl dd .wrapper ul li {
    font-size: 1.3rem;
  }
}
.modal :where(dialog).list .content dl dd .wrapper ul li.adjust {
  margin-bottom: 1rem;
}
.modal :where(dialog).list .content dl.is-open dt::after {
  transform: rotate(0deg);
}
.modal :where(dialog).list .content dl.is-open dd {
  grid-template-rows: 1fr;
}
.modal :where(dialog).movie .inner {
  width: 90rem;
  height: auto;
  padding: 8rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog).movie .inner {
    width: 100%;
    padding: 7rem 2rem 6rem;
  }
}
.modal :where(dialog) h3 {
  flex-shrink: 0;
  border-radius: 0.5rem;
  padding: 2.4rem 1rem 2.4rem 2.5rem;
  background-color: #f2aab0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog) h3 {
    padding: 1.6rem 0.8rem;
    text-align: center;
    font-feature-settings: "palt";
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.modal :where(dialog) .close-button {
  position: absolute;
  top: 0.1rem;
  right: 2.4rem;
  display: block;
  cursor: pointer;
  padding: 2rem;
  font-size: 1.6rem;
}
.modal :where(dialog) .close-button::before, .modal :where(dialog) .close-button::after {
  content: "";
  position: absolute;
  width: 1.7rem;
  top: 2.9rem;
  right: -0.4rem;
  height: 1px;
  background-color: var(--color-font);
  transition: 0.3s ease;
}
.modal :where(dialog) .close-button::before {
  transform: rotate(45deg);
}
.modal :where(dialog) .close-button::after {
  transform: rotate(-45deg);
}
.modal :where(dialog)#modal01 h3::after {
  content: attr(data-en);
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .modal :where(dialog)#modal01 h3::after {
    display: none;
  }
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  background-color: rgba(2, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 4;
}

.drawer-bg.active {
  opacity: 1;
  visibility: visible;
}

.fixed-links {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .fixed-links {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.fixed-links li a {
  display: grid;
  place-content: center;
  height: 4rem;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.fixed-links li:nth-of-type(1) a {
  background-color: var(--color-main);
  color: var(--color-base);
}
.fixed-links li:nth-of-type(2) a {
  background-color: var(--color-base);
  color: var(--color-main);
}

#top main .mv {
  position: relative;
  z-index: 2;
  height: 75rem;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv {
    height: 52.0833333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv {
    width: 192rem;
    height: 100rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv {
    height: 54.6rem;
  }
}
#top main .mv::before {
  content: "";
  position: absolute;
  width: min(144rem, 100%);
  aspect-ratio: 1440/750;
  background: url(../../assets/images/top/mv-img.png) no-repeat center top/contain;
  pointer-events: none;
}
@media (min-width: 1921px) {
  #top main .mv::before {
    width: 192rem;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv::before {
    width: 100vw;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv::before {
    right: 0;
    bottom: 0;
    aspect-ratio: 390/312;
    background-image: url(../../assets/images/top/mv-img-sp.png);
  }
}
#top main .mv hgroup {
  padding: 16.8rem 0 0 8.1rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup {
    padding: 11.6666666667vw 0 0 5.625vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup {
    padding: 22.4rem 0 0 10.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup {
    padding: 2.6rem 0 0 2rem;
  }
}
#top main .mv hgroup h1 {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup h1 {
    -moz-column-gap: 1.1111111111vw;
         column-gap: 1.1111111111vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup h1 {
    -moz-column-gap: 2.1333333333rem;
         column-gap: 2.1333333333rem;
    margin-bottom: 2.6666666667rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup h1 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
#top main .mv hgroup h1 span {
  font-family: var(--font-commissioner);
}
#top main .mv hgroup h1 span.title {
  grid-column: 1/span 3;
  grid-row: 1;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup h1 span.title {
    font-size: 8.3333333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup h1 span.title {
    font-size: 16rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup h1 span.title {
    font-size: 5.4rem;
  }
}
#top main .mv hgroup h1 span.year {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  -webkit-text-stroke: 0.6rem var(--color-font);
  paint-order: stroke;
  color: #fff;
  font-size: 12rem;
  line-height: 1;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup h1 span.year {
    -webkit-text-stroke: 0.4166666667vw var(--color-font);
    font-size: 8.3333333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup h1 span.year {
    -webkit-text-stroke: 0.8rem var(--color-font);
    font-size: 16rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup h1 span.year {
    -webkit-text-stroke: 0.3rem var(--color-font);
    font-size: 5.4rem;
  }
}
#top main .mv hgroup h1 span.year::after {
  content: attr(data-year);
  position: absolute;
  z-index: -1;
  top: 0.4rem;
  left: 0.4rem;
  -webkit-text-stroke: 0.6rem var(--color-font);
  paint-order: stroke;
  color: var(--color-main);
  font-size: 12rem;
  line-height: 1;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup h1 span.year::after {
    top: 0.2777777778vw;
    left: 0.2777777778vw;
    -webkit-text-stroke: 0.4166666667vw var(--color-font);
    font-size: 8.3333333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup h1 span.year::after {
    top: 0.5333333333rem;
    left: 0.5333333333rem;
    -webkit-text-stroke: 0.8rem var(--color-font);
    font-size: 16rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup h1 span.year::after {
    top: 0.3rem;
    left: 0.3rem;
    -webkit-text-stroke: 0.3rem var(--color-font);
    font-size: 5.4rem;
  }
}
#top main .mv hgroup h1 span.place {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.27;
  translate: 0 0.5rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup h1 span.place {
    font-size: 2.5vw;
    translate: 0 0.3472222222vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup h1 span.place {
    font-size: 4.8rem;
    translate: 0 0.6666666667rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup h1 span.place {
    font-size: 1.6rem;
  }
}
#top main .mv hgroup p {
  display: flex;
  font-size: 2rem;
  line-height: 1.8;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup p {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup p {
    font-size: 2.6666666667rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup p {
    font-size: 1.6rem;
  }
}
#top main .mv hgroup p:not(:first-of-type) {
  font-size: 1.5rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup p:not(:first-of-type) {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup p:not(:first-of-type) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup p:not(:first-of-type) {
    display: block;
    padding-left: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#top main .mv hgroup p span {
  margin-left: 1rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv hgroup p span {
    margin-left: 0.6944444444vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv hgroup p span {
    margin-left: 1.3333333333rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv hgroup p span {
    display: block;
    margin-left: 10rem;
  }
}
#top main .mv .schedule {
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 2.8rem 1.2rem 1.9rem 2.1rem;
  background-color: #fff;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule {
    left: 2.7777777778vw;
    border-radius: 0.6944444444vw;
    padding: 1.9444444444vw 0.8333333333vw 1.3194444444vw 1.4583333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule {
    left: 5.3333333333rem;
    border-radius: 1.3333333333rem;
    padding: 3.7333333333rem 1.6rem 2.5333333333rem 2.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule {
    left: 0.5rem;
    bottom: -5.5rem;
    width: calc(100% - 1rem);
    padding: 2.3rem 1.5rem 1.5rem 1.5rem;
  }
}
#top main .mv .schedule dl {
  display: grid;
  grid-template-columns: auto 23.7rem;
  gap: 1rem 1rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl {
    grid-template-columns: auto 16.4583333333vw;
    gap: 0.6944444444vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl {
    grid-template-columns: auto 31.6rem;
    gap: 1.3333333333rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl {
    grid-template-columns: auto 1fr;
    gap: 0.7rem 0rem;
  }
}
#top main .mv .schedule dl dt {
  position: absolute;
  top: -1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--color-font);
  padding: 0.6rem 2.3rem;
  background-color: var(--color-accent);
  font-family: var(--font-commissioner);
  font-size: 1.5rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dt {
    top: -1.0416666667vw;
    padding: 0.4166666667vw 1.5972222222vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dt {
    top: -2rem;
    padding: 0.8rem 3.0666666667rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dt {
    font-size: 1.2rem;
  }
}
#top main .mv .schedule dl dd.date {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: baseline;
  font-family: var(--font-josefin);
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 1;
  translate: 0 0.5rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.date {
    font-size: 4.5138888889vw;
    translate: 0 0.3472222222vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.date {
    font-size: 8.6666666667rem;
    translate: 0 0.6666666667rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dd.date {
    white-space: nowrap;
    font-size: 5.3rem;
  }
}
#top main .mv .schedule dl dd.date span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.date span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.date span {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dd.date span {
    font-size: 2rem;
  }
}
#top main .mv .schedule dl dd.place {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.place {
    -moz-column-gap: 0.0694444444vw;
         column-gap: 0.0694444444vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.place {
    -moz-column-gap: 0.1333333333rem;
         column-gap: 0.1333333333rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dd.place {
    font-size: 1.3rem;
  }
}
#top main .mv .schedule dl dd.place::before, #top main .mv .schedule dl dd.place::after {
  content: "";
  width: 0.7rem;
  height: 1.7rem;
  border: 1px solid var(--color-font);
  display: inline-block;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.place::before, #top main .mv .schedule dl dd.place::after {
    width: 0.4861111111vw;
    height: 1.1805555556vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.place::before, #top main .mv .schedule dl dd.place::after {
    width: 0.9333333333rem;
    height: 2.2666666667rem;
  }
}
#top main .mv .schedule dl dd.place::before {
  border-right-color: transparent;
}
#top main .mv .schedule dl dd.place::after {
  border-left-color: transparent;
}
#top main .mv .schedule dl dd.link {
  grid-column: 2;
  grid-row: 2;
}
#top main .mv .schedule dl dd.link .common-link {
  position: relative;
  grid-template-columns: initial;
  place-content: center;
  position: relative;
  padding: 0.7rem 2.2rem;
  font-size: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.link .common-link {
    padding: 0.4861111111vw 1.5277777778vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.link .common-link {
    padding: 0.9333333333rem 2.9333333333rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dd.link .common-link {
    padding: 0.5rem 2.2rem;
    font-size: 1.3rem;
  }
}
#top main .mv .schedule dl dd.link .common-link::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  width: 1.8rem;
  background: #fff8a6 url(../../assets/images/common/icon-arrow.svg) no-repeat center/0.5rem auto;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .schedule dl dd.link .common-link::after {
    right: 1.3888888889vw;
    width: 1.25vw;
    background-size: 0.3472222222vw auto;
  }
}
@media (min-width: 1921px) {
  #top main .mv .schedule dl dd.link .common-link::after {
    right: 2.6666666667rem;
    width: 2.4rem;
    background-size: 0.6666666667rem auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .schedule dl dd.link .common-link::after {
    width: 1.4rem;
  }
}
#top main .mv .schedule dl dd.link .common-link:focus {
  background-color: #fff8a6;
}
#top main .mv .schedule dl dd.link .common-link:focus::after {
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #top main .mv .schedule dl dd.link .common-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff8a6;
  }
  #top main .mv .schedule dl dd.link .common-link:where(:any-link, :enabled, summary):hover {
    background-color: #fff8a6;
  }
  #top main .mv .schedule dl dd.link .common-link:where(:-moz-any-link, :enabled, summary):hover::after {
    background-color: #fff;
  }
  #top main .mv .schedule dl dd.link .common-link:where(:any-link, :enabled, summary):hover::after {
    background-color: #fff;
  }
}
#top main .mv .schedule dl dd.link .common-link[data-label=coming] {
  pointer-events: none;
}
#top main .mv .schedule dl dd.link .common-link[data-label=coming]::before {
  content: "Coming soon";
  position: absolute;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  letter-spacing: 0.03em;
}
#top main .mv .schedule dl dd.link .common-link[data-label=coming]::after {
  display: none;
}
#top main .mv .icons img {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#top main .mv .icons img:nth-of-type(1) {
  top: 10rem;
  left: 19.1rem;
  width: 6rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(1) {
    top: 6.9444444444vw;
    left: 13.2638888889vw;
    width: 4.1666666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(1) {
    top: 13.3333333333rem;
    left: 25.4666666667rem;
    width: 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(1) {
    top: 0rem;
    left: 4.4rem;
    width: 4.2rem;
  }
}
#top main .mv .icons img:nth-of-type(2) {
  top: 10rem;
  left: 60rem;
  width: 3.3rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(2) {
    top: 6.9444444444vw;
    left: 41.6666666667vw;
    width: 2.2916666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(2) {
    top: 13.3333333333rem;
    left: 80rem;
    width: 4.4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(2) {
    top: 9.8rem;
    left: 28.7rem;
    width: 2.2rem;
  }
}
#top main .mv .icons img:nth-of-type(3) {
  top: 20rem;
  left: 84.3rem;
  width: 7.5rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(3) {
    top: 13.8888888889vw;
    left: 58.5416666667vw;
    width: 5.2083333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(3) {
    top: 26.6666666667rem;
    left: 112.4rem;
    width: 10rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(3) {
    top: 9.7rem;
    left: 31.2rem;
    width: 5.1rem;
  }
}
#top main .mv .icons img:nth-of-type(4) {
  top: 48.5rem;
  left: 0rem;
  width: 7.5rem;
  transform-origin: center left;
  transform: rotate(-90deg);
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(4) {
    top: 33.6805555556vw;
    width: 5.2083333333vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(4) {
    top: 64.6666666667rem;
    width: 10rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(4) {
    top: 21.8rem;
    left: -3rem;
    width: 5.1rem;
  }
}
#top main .mv .icons img:nth-of-type(5) {
  top: 53.6rem;
  left: 37.1rem;
  width: 3.3rem;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(5) {
    top: 37.2222222222vw;
    left: 25.7638888889vw;
    width: 2.2916666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(5) {
    top: 71.4666666667rem;
    left: 49.4666666667rem;
    width: 4.4rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(5) {
    top: 29.2rem;
    left: 8rem;
    width: 2.2rem;
  }
}
#top main .mv .icons img:nth-of-type(6) {
  top: 43rem;
  left: 68.3rem;
  width: 6rem;
  transform: rotate(90deg);
}
@media (min-width: 1441px) and (max-width: 1920px) {
  #top main .mv .icons img:nth-of-type(6) {
    top: 29.8611111111vw;
    left: 47.4305555556vw;
    width: 4.1666666667vw;
  }
}
@media (min-width: 1921px) {
  #top main .mv .icons img:nth-of-type(6) {
    top: 57.3333333333rem;
    left: 91.0666666667rem;
    width: 8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .icons img:nth-of-type(6) {
    top: 21.4rem;
    left: 25.6rem;
    width: 4.2rem;
    z-index: 2;
  }
}
#top main > .about {
  padding: 12rem calc(50% - 55rem) 0.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about {
    padding: 8rem 2rem 0.3rem;
  }
}
#top main > .about .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem 4rem;
  border-radius: 1rem;
  padding: 3rem 2.4rem;
  border: 1px solid var(--color-font);
  background-color: #f2aab0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about .inner {
    display: block;
    padding: 3.1rem 2rem 2.4rem;
  }
}
#top main > .about hgroup {
  grid-row: 1/span 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup {
    padding-block: 0 2.5rem;
  }
}
#top main > .about hgroup h2 {
  display: grid;
  grid-template-columns: 20rem auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup h2 {
    grid-template-columns: 12.4rem auto;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    font-size: 1.6rem;
  }
}
#top main > .about hgroup h2 .new {
  display: grid;
  place-content: center;
  grid-column: 1;
  grid-row: 1/span 4;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-font);
  padding-bottom: 1rem;
  background-color: #fff;
  font-size: 14rem;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup h2 .new {
    font-size: 9.2rem;
  }
}
#top main > .about hgroup h2 .year {
  grid-column: 2;
  grid-row: 1;
  padding-block: 2rem 1rem;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup h2 .year {
    padding-block: 1.6rem 0.8rem;
    font-size: 1.2rem;
  }
}
#top main > .about hgroup h2 strong {
  grid-column: 2;
  grid-row: 2;
  padding-bottom: 2rem;
  font-size: 7rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup h2 strong {
    padding-bottom: 1rem;
    white-space: nowrap;
    text-shadow: 2px 1px #fff;
    font-size: 4rem;
  }
}
#top main > .about hgroup p {
  padding: 3.8rem 0 0 4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about hgroup p {
    padding: 1.9rem 0 0 0;
    font-size: 1.2rem;
  }
}
#top main > .about section {
  grid-column: 2;
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 2rem 1.6rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about section {
    padding: 2rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about section + section {
    margin-top: 2rem;
  }
}
#top main > .about section h3 {
  color: #ff0000;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about section h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
#top main > .about section p {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .about section p {
    margin-top: 1rem;
  }
}
#top main > .about .common-link {
  width: min(70.7rem, 100%);
  margin: 3rem auto 0;
}
#top main > .schedule {
  padding: 11.4rem calc(50% - 55rem) 39.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule {
    padding: 9.2rem 2rem 43.1rem;
  }
}
#top main > .schedule .inner {
  position: relative;
}
#top main > .schedule .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -7.6rem;
  left: -11.4rem;
  width: 44.5rem;
  aspect-ratio: 445/583;
  background: url(../../assets/images/top/schedule-comment.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule .inner::before {
    top: initial;
    bottom: -33rem;
    left: 9rem;
    width: 15.8rem;
    aspect-ratio: 158/289;
    background-image: url(../../assets/images/top/schedule-comment-sp.png);
  }
}
#top main > .schedule .inner {
  display: grid;
  grid-template-columns: 1fr 73rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule .inner {
    display: block;
  }
}
#top main > .schedule .common-heading {
  padding-top: 3.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule .common-heading {
    padding-top: initial;
    text-align: center;
  }
}
#top main > .schedule ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem 1.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.7rem;
  }
}
#top main > .schedule ul li a {
  display: block;
  border-radius: 0.5rem;
  border: 1px solid var(--color-font);
  padding-block: 1.5rem 2rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule ul li a {
    padding-block: 1.5rem 1.6rem;
  }
}
#top main > .schedule ul li .label {
  display: grid;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  min-width: 11.3rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.8rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  padding-inline: 1.2rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
#top main > .schedule ul li time {
  display: block;
  margin-top: 2.2rem;
  font-family: var(--font-josefin);
  font-size: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule ul li time {
    margin-top: 2rem;
    font-size: 4.8rem;
    font-weight: 400;
  }
}
#top main > .schedule ul li time span {
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule ul li time span {
    font-size: 1.9rem;
  }
}
#top main > .schedule ul li:not([data-label=closed]) a {
  position: relative;
  box-shadow: 0.4rem 0.4rem 0 0 #bbebfb, 0.4rem 0.4rem 0 1px #333;
}
#top main > .schedule ul li:not([data-label=closed]) a .label {
  position: relative;
  grid-template-columns: auto 1.8rem;
}
#top main > .schedule ul li:not([data-label=closed]) a .label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  translate: 0 -50%;
  width: 0.6rem;
  aspect-ratio: 3.6/4.2;
  -webkit-mask: url(../../assets/images/common/icon-arrow.svg) no-repeat center/contain;
          mask: url(../../assets/images/common/icon-arrow.svg) no-repeat center/contain;
}
#top main > .schedule ul li:not([data-label=closed]) a .label::after {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
#top main > .schedule ul li:not([data-label=closed]) a:focus {
  translate: 0.4rem 0.4rem;
  box-shadow: initial;
}
@media (hover: hover) and (pointer: fine) {
  #top main > .schedule ul li:not([data-label=closed]) a:where(:-moz-any-link, :enabled, summary):hover {
    translate: 0.4rem 0.4rem;
    box-shadow: initial;
  }
  #top main > .schedule ul li:not([data-label=closed]) a:where(:any-link, :enabled, summary):hover {
    translate: 0.4rem 0.4rem;
    box-shadow: initial;
  }
}
#top main > .schedule ul li[data-label=closed] {
  pointer-events: none;
  opacity: 0.5;
}
#top main > .schedule ul li[data-label=closed] .label {
  text-align: center;
  background-color: #999999;
}
#top main > .schedule ul li[data-label=open] .label {
  background-color: var(--color-accent);
}
#top main > .schedule ul li[data-label=open] .label::before {
  background-color: var(--color-accent);
}
#top main > .schedule ul li[data-label=coming] {
  pointer-events: none;
}
#top main > .schedule ul li[data-label=coming] .label {
  background-color: var(--color-main);
  font-family: var(--font-josefin);
  letter-spacing: -0.05em;
  line-height: 1.2;
}
#top main > .schedule ul li[data-label=coming] .label::before {
  background-color: var(--color-main);
}
#top main > .schedule .notes {
  grid-column: 2;
  grid-row: 2;
  margin: 5.5rem 0 0 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .schedule .notes {
    margin: 2.8rem 0 0 0;
    line-height: 1.5;
  }
}
#top main > .schedule .notes p {
  font-size: 1.6rem;
}
#top main > .schedule .notes p + p {
  margin-top: 1.8rem;
}
#top main > .schedule .notes p a {
  font-weight: 700;
  text-decoration: underline;
}
#top main > .schedule .notes p a:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  #top main > .schedule .notes p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #top main > .schedule .notes p a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
#top main > :where(.point, .pickup, .strength, .voice, .access) {
  margin-top: -27.5rem;
  border-radius: 8.2rem 8.2rem 0 0;
  border: 1px solid var(--color-font);
  border-bottom-color: transparent;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > :where(.point, .pickup, .strength, .voice, .access) {
    margin-top: -6rem;
    border-radius: 6rem 6rem 0 0;
  }
}
#top main > :where(.flow, .curriculum, .results, .event, .movie, .movie ~ .about, .faq, .application) {
  border-left: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
}
#top main > .point {
  padding: 17rem calc(50% - 55rem) 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point {
    padding: 10.9rem 2rem 0;
  }
}
#top main > .point hgroup {
  display: flex;
  gap: 2rem 5.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point hgroup {
    flex-direction: column;
    text-align: center;
  }
}
#top main > .point hgroup p {
  padding-top: 0.6rem;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point hgroup p {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
#top main > .point ol {
  display: grid;
  grid-template-columns: 58.4rem 39.5rem;
  justify-content: space-between;
  row-gap: 10rem;
  counter-reset: item;
  list-style-type: none;
  margin-top: 2.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point ol {
    display: block;
    margin-top: 3.9rem;
  }
}
#top main > .point ol li + li {
  margin-top: 6rem;
}
#top main > .point ol li figure {
  border-radius: 0.5rem;
  border: 1px solid var(--color-font);
  overflow: hidden;
}
#top main > .point ol li h3 {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point ol li h3 {
    margin-top: 4.6rem;
    text-align: center;
    font-weight: 500;
  }
}
#top main > .point ol li h3::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  z-index: -1;
  top: -3.5rem;
  left: -3.5rem;
  color: #fef4f5;
  font-family: var(--font-josefin);
  font-size: 13.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point ol li h3::before {
    left: 0.3rem;
    font-size: 9.2rem;
  }
}
#top main > .point ol li p {
  position: relative;
  z-index: 2;
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point ol li p {
    margin-top: 2rem;
  }
}
#top main > .point ol li:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1/span 2;
  margin-top: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .point ol li:nth-of-type(1) {
    margin-top: initial;
  }
}
#top main > .point ol li:nth-of-type(2) {
  grid-column: 2;
}
#top main > .point ol li:nth-of-type(3) {
  grid-column: 2;
}
#top main .flow {
  position: relative;
  z-index: 1;
  padding: 11.8rem calc(50% - 63.2rem) 38.3rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow {
    padding: 12.5rem 2rem 14rem;
  }
}
#top main .flow .inner {
  position: relative;
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 9rem 10.6rem;
  background-color: var(--color-base);
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .inner {
    padding: 5.5rem 1.5rem;
  }
}
#top main .flow .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16.9rem;
  left: 6.8rem;
  width: 39.6rem;
  aspect-ratio: 396/169;
  background: url(../../assets/images/top/flow-decoration.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .inner::before {
    top: -7.6rem;
    left: initial;
    right: 1.4rem;
    width: 18rem;
  }
}
#top main .flow .common-heading {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
}
#top main .flow .content {
  position: relative;
  display: grid;
  grid-template-columns: 22rem 32rem 38rem;
  gap: 6.7rem 4.8rem;
  padding: 4rem 0 0 2.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content {
    grid-template-columns: 1fr;
    padding: 3.8rem 0 0 0;
  }
}
#top main .flow .content::before {
  content: "";
  position: absolute;
  top: 8rem;
  right: 0;
  width: calc(100% - 2.8rem);
  height: 1px;
  background-color: var(--color-font);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content::before {
    top: 4.7rem;
    right: initial;
    left: 7rem;
    width: 1px;
    height: calc(100% - 4.5rem);
  }
}
#top main .flow .content dl {
  position: relative;
  display: grid;
  grid-template-columns: auto 11.7rem;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl {
    grid-template-columns: auto 21.5rem;
    row-gap: 1.8rem;
  }
}
#top main .flow .content dl::before {
  content: "";
  position: absolute;
  top: 3.6rem;
  left: -0.5rem;
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl::before {
    top: 0.8rem;
    left: 6.5rem;
  }
}
#top main .flow .content dl dt {
  grid-column: 1;
  margin-bottom: 3.5rem;
  color: var(--color-main);
  font-family: var(--font-josefin);
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl dt {
    grid-row: 1/span 2;
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
#top main .flow .content dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl dd {
    grid-row: 1;
  }
}
#top main .flow .content dl dd:not(.image) {
  grid-column: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl dd:not(.image) {
    grid-column: 2;
  }
}
#top main .flow .content dl dd.image {
  grid-column: 2;
  grid-row: 1/span 7;
  align-self: flex-end;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl dd.image {
    grid-row: 2;
    align-self: initial;
  }
}
#top main .flow .content dl dd.image figure {
  border-radius: 0.5rem;
  border: 1px solid var(--color-font);
  translate: 0 1rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .content dl dd.image figure {
    translate: initial;
  }
}
#top main .flow .content dl dd ul li::before {
  content: "・";
}
#top main .flow .common-link {
  grid-template-columns: 1fr 9.6rem;
  width: min(40rem, 100%);
  margin: 5rem auto 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .common-link {
    grid-template-columns: 1fr 7.2rem;
    width: min(31rem, 100%);
    margin-top: 7rem;
    padding-block: 0.9rem;
  }
}
#top main .flow .common-link::after {
  background-image: url(../../assets/images/common/icon-contact.svg);
}
#top main .flow .common-link span {
  grid-column: 1;
  display: block;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .common-link span {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#top main .flow .common-link span span {
  font-size: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .flow .common-link span span {
    font-size: 2.2rem;
  }
}
#top main .pickup {
  position: relative;
  z-index: 2;
  border: initial;
  padding: 16.2rem calc(50% - 55rem) 40rem;
  background-color: #f2aab0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup {
    padding: 7.6rem 2rem 26.1rem;
  }
}
#top main .pickup hgroup {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding-left: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup hgroup {
    display: block;
    padding-left: initial;
  }
}
#top main .pickup hgroup .common-heading {
  grid-row: 1/span 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup hgroup .common-heading {
    text-align: center;
  }
}
#top main .pickup hgroup .common-heading .en {
  color: #fff;
}
#top main .pickup hgroup h3 {
  grid-column: 2;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup hgroup h3 {
    margin-top: 0.9rem;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
#top main .pickup hgroup p {
  grid-column: 2;
  grid-row: 2;
  margin-top: 1.3rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup hgroup p {
    margin-top: 2.8rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
#top main .pickup ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 1.1rem;
  counter-reset: item;
  list-style-type: none;
  margin-top: 6.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup ol {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
#top main .pickup ol li {
  counter-increment: item;
  position: relative;
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 7.8rem 1.5rem 2.6rem;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup ol li {
    padding: 6.6rem 2rem 2.5rem;
  }
}
#top main .pickup ol li::before {
  content: "0" counter(item);
  position: absolute;
  top: 2.8rem;
  left: 2.8rem;
  -webkit-text-stroke: 3px var(--color-font);
  paint-order: stroke;
  color: var(--color-accent);
  font-family: var(--font-josefin);
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
#top main .pickup ol li::after {
  content: "0" counter(item);
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  -webkit-text-stroke: 3px var(--color-font);
  paint-order: stroke;
  color: #fff;
  font-family: var(--font-josefin);
  font-size: 9.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
#top main .pickup ol li figure {
  width: 21.8rem;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup ol li figure {
    width: 23rem;
  }
}
#top main .pickup ol li h4 {
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
}
#top main .pickup ol li p {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
#top main .pickup .movie {
  position: relative;
  margin: 8.7rem 0 0 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup .movie {
    margin: 15.5rem 0 0 0;
  }
}
#top main .pickup .movie::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 67rem;
  z-index: 2;
  width: 39.2rem;
  aspect-ratio: 392/388;
  background: url(../../assets/images/top/pickup-comment.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup .movie::before {
    top: initial;
    bottom: -16rem;
    left: 2.6rem;
    width: 30rem;
    aspect-ratio: 300/149;
    background-image: url(../../assets/images/top/pickup-comment-sp.png);
  }
}
#top main .pickup .movie button {
  position: relative;
  width: min(63.7rem, 100%);
}
#top main .pickup .movie button::before, #top main .pickup .movie button::after {
  content: "Check";
  position: absolute;
  z-index: 2;
  top: -4.3rem;
  left: -8.4rem;
  -webkit-text-stroke: 3px var(--color-font);
  paint-order: stroke;
  pointer-events: none;
  font-family: var(--font-josefin);
  font-size: 6.4rem;
  letter-spacing: -0.05em;
  transform: rotate(-5deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup .movie button::before, #top main .pickup .movie button::after {
    top: -4.3rem;
    left: 0rem;
    font-size: 3.4rem;
  }
}
#top main .pickup .movie button::before {
  color: #bbebfb;
  translate: 0.4rem 0.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup .movie button::before {
    translate: 0.3rem 0.3rem;
  }
}
#top main .pickup .movie button::after {
  color: #fff;
}
@media (any-hover: hover) {
  #top main .pickup .movie button:hover {
    filter: brightness(1.1);
  }
}
#top main .pickup .movie img {
  border: 1px solid var(--color-font);
  background: var(--color-font);
  border-radius: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .pickup .movie img {
    border-radius: 0.5rem;
  }
}
#top main .strength {
  position: relative;
  z-index: 2;
  padding: 16rem calc(50% - 55rem) 0rem;
  background-color: #fefbfc;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .strength {
    padding: 5.6rem 2rem 0rem;
  }
}
#top main .strength .common-heading {
  text-align: center;
}
#top main .strength ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.1rem;
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .strength ul {
    grid-template-columns: 1fr;
  }
}
#top main .strength ul li {
  position: relative;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid var(--color-main);
  border-left: 2rem solid var(--color-main);
  padding: 2rem 2.5rem 1rem 1.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .strength ul li {
    border-left-width: 1.8rem;
    padding: 2rem 2rem 2.6rem 1.8rem;
  }
}
#top main .strength ul li::before {
  content: "";
  position: absolute;
  top: 1.9rem;
  right: 2.6rem;
  z-index: 2;
  width: 10.9rem;
  aspect-ratio: 1;
  background: url(../../assets/images/top/strength-icon01.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .strength ul li::before {
    top: 2rem;
    right: 2rem;
  }
}
#top main .strength ul li p {
  font-size: 1.8rem;
  line-height: 1.6;
}
#top main .strength ul li h3 {
  display: inline-block;
  margin-top: 3rem;
  font-feature-settings: "palt";
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .strength ul li h3 {
    letter-spacing: 0.08em;
  }
}
#top main .strength ul li h3 strong {
  display: inline-block;
  padding-right: 0.6rem;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
}
#top main .strength ul li:nth-of-type(2)::before {
  background-image: url(../../assets/images/top/strength-icon02.svg);
}
#top main .strength ul li:nth-of-type(2) h3 {
  text-align: end;
}
#top main .strength ul li:nth-of-type(2) h3 strong {
  display: block;
  text-align: initial;
}
#top main .strength ul li:nth-of-type(3)::before {
  background-image: url(../../assets/images/top/strength-icon03.svg);
}
#top main .strength ul li:nth-of-type(3) h3 {
  white-space: nowrap;
}
#top main .curriculum {
  padding: 13.6rem calc(50% - 55rem) 0rem;
  background-color: #fefbfc;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum {
    padding: 11.4rem 2rem 0rem;
  }
}
#top main .curriculum > .inner {
  position: relative;
}
#top main .curriculum > .inner::before {
  content: "";
  position: absolute;
  top: -11rem;
  right: -12rem;
  z-index: 2;
  width: 28.7rem;
  aspect-ratio: 287/275;
  background: url(../../assets/images/top/curriculum-comment.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum > .inner::before {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .common-heading {
    text-align: center;
  }
}
#top main .curriculum .common-heading .ja {
  margin-top: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .common-heading .ja {
    margin-top: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .image {
    overflow-x: scroll;
  }
}
#top main .curriculum .image figure {
  margin-top: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .image figure {
    width: 110rem;
    margin-top: 5.7rem;
  }
}
#top main .curriculum .partner {
  display: grid;
  grid-template-columns: 1fr 79rem;
  margin-top: 7rem;
  padding-inline: calc(50% - 49.5rem);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner {
    grid-template-columns: 1fr;
    margin-top: 5.6rem;
    padding-inline: initial;
  }
}
#top main .curriculum .partner h3 {
  padding-top: 20rem;
  color: var(--color-main);
  font-size: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner h3 {
    padding-top: initial;
    text-align: center;
    font-size: 2.2rem;
  }
}
#top main .curriculum .partner .content {
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  background-color: var(--color-base);
  padding: 2rem 2.4rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner .content {
    margin-top: 2.4rem;
    padding: 2rem 2.4rem 3.2rem;
  }
}
#top main .curriculum .partner .content dl {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#top main .curriculum .partner .content dl dt {
  position: relative;
  cursor: pointer;
  padding-block: 1.5rem;
  font-size: 1.6rem;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  #top main .curriculum .partner .content dl dt:hover {
    background-color: rgba(51, 51, 51, 0.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner .content dl dt {
    font-size: 1.5rem;
  }
}
#top main .curriculum .partner .content dl dt::before, #top main .curriculum .partner .content dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 1.4rem;
  height: 2px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-main);
  transition: transform 0.2s ease;
}
#top main .curriculum .partner .content dl dt::after {
  transform: rotate(-90deg);
}
#top main .curriculum .partner .content dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
#top main .curriculum .partner .content dl dd .inner {
  overflow: hidden;
}
#top main .curriculum .partner .content dl dd ul {
  -moz-column-count: 2;
       column-count: 2;
  padding: 1.6rem 3.2rem 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner .content dl dd ul {
    padding: 1.6rem 0 2.4rem;
  }
}
#top main .curriculum .partner .content dl dd ul li {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .curriculum .partner .content dl dd ul li {
    font-size: 1.2rem;
  }
}
#top main .curriculum .partner .content dl.is-open dt::after {
  transform: rotate(0deg);
}
#top main .curriculum .partner .content dl.is-open dd {
  grid-template-rows: 1fr;
}
#top main .results {
  background-color: #fefbfc;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results {
    padding-inline: 2rem;
  }
}
#top main .results .inner {
  padding: 12rem calc(50% - 55rem) 0rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .inner {
    padding: 12.7rem 0 0rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .inner .common-heading {
    text-align: center;
  }
}
#top main .results .inner > ul {
  -moz-column-count: 3;
       column-count: 3;
  border-top: 1px solid var(--color-font);
  margin-top: 1.5rem;
  padding-top: 2.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .inner > ul {
    -moz-column-count: initial;
         column-count: initial;
    margin-top: 2.3rem;
  }
}
#top main .results .inner > ul li {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}
#top main .results .wrapper {
  width: min(126.5rem, 100%);
  border: 1px solid var(--color-font);
  border-radius: 1rem;
  margin: 11.2rem auto 0;
  padding: 6.9rem 9rem 8rem 7.5rem;
  background-color: var(--color-base);
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper {
    margin-top: 7.5rem;
    padding: 4.6rem 1.8rem 8rem;
    overflow: hidden;
  }
}
#top main .results .wrapper h3 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper h3 {
    font-size: 2.2rem;
  }
}
#top main .results .wrapper h3::before {
  position: absolute;
  color: rgba(242, 147, 160, 0.1);
  white-space: nowrap;
  font-family: var(--font-josefin);
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper h3::before {
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
  }
}
#top main .results .wrapper .data h3::before {
  content: "Number of Butsuryo";
  top: -4.5rem;
  left: 19.4rem;
  font-size: 11.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data h3::before {
    top: -2rem;
    left: 24rem;
  }
}
#top main .results .wrapper .data ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem 1.1rem;
  margin-top: 4.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data ul {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
}
#top main .results .wrapper .data ul li {
  position: relative;
  box-shadow: 0.4rem 0.4rem 0 0 var(--color-accent), 0.4rem 0.4rem 0 1px #333;
  border-radius: 0.5rem;
  border: 1px solid var(--color-font);
  padding: 2rem 1.3rem 2rem 10rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data ul li {
    padding: 2.4rem 1.3rem 1.7rem 9.2rem;
    font-size: 1.2rem;
  }
}
#top main .results .wrapper .data ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.7rem;
  translate: 0 -50%;
  width: 5.7rem;
  aspect-ratio: 57/68;
  background: url(../../assets/images/top/results-icon01.svg) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data ul li::before {
    width: 5rem;
  }
}
#top main .results .wrapper .data ul li span:first-of-type {
  display: block;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data ul li span:first-of-type {
    white-space: nowrap;
  }
}
#top main .results .wrapper .data ul li .count {
  color: var(--color-main);
  font-family: var(--font-josefin);
  font-size: 5.8rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .data ul li .count {
    font-size: 5rem;
  }
}
#top main .results .wrapper .data ul li:nth-of-type(2)::before {
  background-image: url(../../assets/images/top/results-icon02.svg);
}
#top main .results .wrapper .data ul li:nth-of-type(3) {
  position: relative;
}
#top main .results .wrapper .data ul li:nth-of-type(3)::before {
  background-image: url(../../assets/images/top/results-icon03.svg);
}
#top main .results .wrapper .data ul li:nth-of-type(4)::before {
  background-image: url(../../assets/images/top/results-icon04.svg);
}
#top main .results .wrapper .data ul li:nth-of-type(5)::before {
  background-image: url(../../assets/images/top/results-icon05.svg);
}
#top main .results .wrapper .data ul li:nth-of-type(6)::before {
  background-image: url(../../assets/images/top/results-icon06.svg);
}
#top main .results .wrapper .entrants {
  padding-top: 8.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants {
    padding-top: 6.7rem;
  }
}
#top main .results .wrapper .entrants h3::before {
  content: "High Schools of Past Entrants";
  top: -3rem;
  left: 10rem;
  font-size: 8.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants h3::before {
    display: none;
  }
}
#top main .results .wrapper .entrants ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-top: 5.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants ul {
    grid-template-columns: 1fr;
    margin-top: 3.6rem;
  }
}
#top main .results .wrapper .entrants ul li button {
  position: relative;
  width: 100%;
  border-radius: calc(infinity * 1px);
  padding-block: 2.4rem;
  background-color: var(--color-main);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
}
@media (any-hover: hover) {
  #top main .results .wrapper .entrants ul li button:hover {
    background-color: var(--color-accent);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants ul li button {
    padding-block: 1rem;
    font-size: 1.3rem;
  }
}
#top main .results .wrapper .entrants ul li button span {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  translate: 0 -50%;
  width: 3.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants ul li button span {
    right: 1rem;
    width: 2rem;
  }
}
#top main .results .wrapper .entrants ul li button span::before, #top main .results .wrapper .entrants ul li button span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.1rem;
  translate: 0 -50%;
  width: 1.4rem;
  height: 2px;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-font);
  transition: transform 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .results .wrapper .entrants ul li button span::before, #top main .results .wrapper .entrants ul li button span::after {
    right: 0.7rem;
    width: 0.6rem;
    height: 1px;
  }
}
#top main .results .wrapper .entrants ul li button span::after {
  transform: rotate(-90deg);
}
#top main .event {
  background-color: #fefbfc;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event {
    grid-template-columns: 1fr;
    row-gap: 5rem;
  }
}
#top main .event > .inner {
  position: relative;
  display: grid;
  grid-template-columns: 39rem 1fr;
  padding: 17.2rem 0 39.5rem 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event > .inner {
    grid-template-columns: 1fr;
    row-gap: 5rem;
    padding: 8rem 0 14rem 2rem;
  }
}
#top main .event > .inner::before {
  content: "";
  position: absolute;
  top: 34rem;
  left: 14rem;
  width: 32.5rem;
  aspect-ratio: 325/200;
  background: url(../../assets/images/top/event-img.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event > .inner::before {
    top: 7rem;
    left: 20rem;
    width: 16.3rem;
  }
}
#top main .event .common-heading {
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event .common-heading {
    margin-top: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event .common-heading .en {
    line-height: 0.8;
  }
}
#top main .event .content {
  border-radius: 1rem 0 0 1rem;
  border: 1px solid var(--color-font);
  border-right-color: #fff;
  background-color: #fff;
  padding: 2.9rem 0 2.8rem 4.3rem;
  overflow: hidden;
  translate: 1px 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .event .content {
    translate: initial;
  }
}
#top main .event .content .inner {
  display: grid;
  grid-template-columns: repeat(8, 19.2rem);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  overflow-x: scroll;
  padding: 0 4.3rem 2.4rem 0;
}
#top main .event dl {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
#top main .event dl:not(:first-of-type) {
  position: relative;
}
#top main .event dl:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -2rem;
  z-index: 2;
  width: 1px;
  height: 18.2rem;
  background-color: #b8b8b8;
}
#top main .event dl dt {
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#top main .event dl dd.text {
  margin-block: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
#top main .event dl dd.image {
  border: 1px solid var(--color-font);
  border-radius: 1rem;
  overflow: hidden;
}
#top main .voice {
  position: relative;
  padding: 15rem calc(50% - 55rem) 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice {
    padding: 5.3rem 2rem 0;
  }
}
#top main .voice .common-heading {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice .common-heading {
    margin-bottom: 3.6rem;
  }
}
#top main .voice section {
  position: relative;
  display: grid;
  grid-template-columns: 49.3rem 1fr;
  gap: 3.5rem 3.6rem;
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 2.3rem 6rem 2.3rem 2.7rem;
  background-color: var(--color-base);
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section {
    display: block;
    padding: 1.3rem 1.8rem 2rem;
  }
}
#top main .voice section + section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section + section {
    margin-top: 2rem;
  }
}
#top main .voice section h3 {
  position: relative;
  min-width: 30.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 1.7rem;
  text-align: center;
  font-size: 2.8rem;
  translate: -2.7rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section h3 {
    min-width: 20.9rem;
    padding-block: 1.2rem 1.4rem;
    font-size: 1.8rem;
    translate: -1.8rem;
  }
}
#top main .voice section h3::before, #top main .voice section h3::after {
  content: "";
  position: absolute;
  left: 0rem;
  height: 100%;
  border: 1px solid var(--color-font);
  border-left-color: transparent;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section h3::before, #top main .voice section h3::after {
    border-radius: 0 0.4rem 0.4rem 0;
  }
}
#top main .voice section h3::before {
  top: 0;
  z-index: -1;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section h3::before {
    width: 20.9rem;
  }
}
#top main .voice section h3::after {
  top: 0.4rem;
  z-index: -2;
  width: calc(100% + 0.4rem);
  background-color: #bbebfb;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section h3::after {
    top: 0.2rem;
    width: calc(100% + 0.2rem);
  }
}
#top main .voice section .movie {
  width: min(49.3rem, 100%);
  grid-column: 1;
  grid-row: 2;
  border: 1px solid var(--color-font);
  border-radius: 1rem;
  background-color: var(--color-font);
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section .movie {
    border-radius: 0.4rem;
    margin-top: 2.3rem;
  }
}
@media (any-hover: hover) {
  #top main .voice section .movie button:hover {
    filter: brightness(1.08);
  }
}
#top main .voice section dl {
  grid-column: 1;
  grid-row: 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section dl {
    margin-top: 2.1rem;
  }
}
#top main .voice section dl dt {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section dl dt {
    margin-bottom: 1.4rem;
  }
}
#top main .voice section dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section dl dd {
    font-size: 1.1rem;
  }
}
#top main .voice section .message {
  grid-column: 2;
  grid-row: 2/span 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section .message {
    margin-top: 1.5rem;
    max-height: 17rem;
    overflow-y: scroll;
  }
}
#top main .voice section .message header {
  color: var(--color-main);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .voice section .message header {
    font-size: 1.5rem;
  }
}
#top main .voice section .message p {
  font-size: 1.5rem;
  line-height: 2;
}
#top main .voice section.teacher dl dd {
  text-indent: -5em;
  padding-left: 5em;
}
#top main > .movie {
  padding: 12rem calc(50% - 41.2rem) 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie {
    padding: 8rem 2rem 0;
  }
}
#top main > .movie .inner {
  position: relative;
}
#top main > .movie .inner::before {
  content: "";
  position: absolute;
  top: 16.5rem;
  left: 4.5rem;
  width: 14.2rem;
  aspect-ratio: 142/355;
  background: url(../../assets/images/top/movie-decoration.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie .inner::before {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie .common-heading {
    text-align: center;
  }
}
#top main > .movie figure {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: min(54.5rem, 100%);
  margin: 8.7rem 0 0 27.7rem;
  background: var(--color-font);
  border-radius: 1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie figure {
    margin: 12.3rem 0 0 0;
  }
}
#top main > .movie figure video {
  display: block;
  border: 1px solid var(--color-font);
  overflow: hidden;
  border-radius: 1rem;
}
#top main > .movie figure figcaption {
  position: absolute;
  top: -8.6rem;
  left: 50%;
  translate: -50% 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie figure figcaption {
    top: -6.4rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
#top main > .movie figure figcaption::before, #top main > .movie figure figcaption::after {
  content: "";
  position: absolute;
  top: 0rem;
  width: 1px;
  height: 6rem;
  background-color: var(--color-accent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie figure figcaption::before, #top main > .movie figure figcaption::after {
    height: 5rem;
  }
}
#top main > .movie figure figcaption::before {
  left: -2rem;
  transform: rotate(-22deg);
}
#top main > .movie figure figcaption::after {
  right: -2rem;
  transform: rotate(22deg);
}
#top main > .movie ~ .about {
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .movie ~ .about {
    padding-top: 14rem;
  }
}
#top main .faq {
  padding: 9rem calc(50% - 46rem) 0;
  background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .faq {
    padding: 10rem 2rem 0;
  }
}
#top main .faq .content {
  margin-top: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .faq .content {
    margin-top: 2.2rem;
  }
}
#top main .faq .content dl dt {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 1fr 1.2rem;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding: 2.3rem 6rem 2.3rem 2rem;
  font-size: 1.7rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  #top main .faq .content dl dt:hover {
    background-color: rgba(51, 51, 51, 0.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .faq .content dl dt {
    padding: 1.6rem 1rem 1.6rem 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#top main .faq .content dl dt::before {
  content: "Q";
  display: grid;
  place-content: center;
  border-radius: 50%;
  aspect-ratio: 1;
  padding-top: 0.4rem;
  background-color: var(--color-main);
  color: #fff;
  font-family: var(--font-josefin);
  font-size: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .faq .content dl dt::before {
    font-weight: 300;
  }
}
#top main .faq .content dl dt::after {
  content: "";
  aspect-ratio: 1;
  border-bottom: 0.2rem solid var(--color-main);
  border-right: 0.2rem solid var(--color-main);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
#top main .faq .content dl dd {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
#top main .faq .content dl dd .wrapper {
  overflow: hidden;
}
#top main .faq .content dl dd .body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin: 1.2rem 2rem;
  padding: 1.1rem 2rem;
  background-color: #d9d9d9;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .faq .content dl dd .body {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    margin: 1.2rem 1rem;
    padding: 1.1rem 1.8rem;
  }
}
#top main .faq .content dl dd .body::before {
  content: "A";
  color: var(--color-main);
  font-family: var(--font-josefin);
  font-size: 1.7rem;
}
#top main .faq .content dl dd p {
  font-size: 1.4rem;
  line-height: 1.5;
}
#top main .faq .content dl.is-open dt::after {
  transform: rotate(-135deg) translate(-0.4rem, -0.4rem);
}
#top main .faq .content dl.is-open dd {
  grid-template-rows: 1fr;
}
#top main .application {
  background-color: #fff;
  padding: 8.8rem calc(50% - 60rem) 37.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application {
    padding: 10rem 2rem 13rem;
  }
}
#top main .application .inner {
  border-radius: 1rem;
  border: 1px solid var(--color-font);
  padding: 9.1rem 7.4rem 4.2rem;
  background-color: var(--color-base);
  background-image: linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 3.2rem 3.2rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application .inner {
    padding: 4.5rem 2rem 3.1rem;
  }
}
#top main .application h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application h2 {
    font-size: 2.2rem;
  }
}
#top main .application h2::before {
  content: "Application";
  position: absolute;
  top: -4rem;
  left: 55rem;
  color: rgba(242, 147, 160, 0.1);
  white-space: nowrap;
  font-family: var(--font-josefin);
  font-weight: 500;
  letter-spacing: -0.05em;
  font-size: 13.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application h2::before {
    left: 25rem;
    writing-mode: vertical-rl;
    color: rgba(255, 255, 255, 0.5);
    font-size: 8.4rem;
    font-weight: 300;
  }
}
#top main .application ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: baseline;
  gap: 1.6rem 1.1rem;
  margin-top: 7.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application ul {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
    margin-top: 2.7rem;
  }
}
#top main .application ul li a {
  position: relative;
  display: block;
  border-radius: calc(infinity * 1px);
  padding-block: 1rem;
  text-align: center;
  font-size: 2.2rem;
}
#top main .application ul li a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #top main .application ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top main .application ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application ul li a {
    padding: 1rem 4rem;
    text-align: initial;
    font-size: 1.7rem;
    font-weight: 400;
  }
}
#top main .application ul li a time {
  font-family: var(--font-josefin);
  font-weight: 400;
}
#top main .application ul li a:focus {
  opacity: 0.8;
}
#top main .application ul li a:focus::after {
  translate: 0.5rem -50%;
}
@media (hover: hover) and (pointer: fine) {
  #top main .application ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top main .application ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top main .application ul li a:where(:-moz-any-link, :enabled, summary):hover::after {
    translate: 0.5rem -50%;
  }
  #top main .application ul li a:where(:any-link, :enabled, summary):hover::after {
    translate: 0.5rem -50%;
  }
}
#top main .application ul li[data-label=closed] a {
  background-color: #999999;
  color: #fff;
}
#top main .application ul li[data-label=open] a {
  background-color: var(--color-accent);
}
#top main .application ul li[data-label=coming] a {
  pointer-events: none;
  background-color: var(--color-main);
  font-family: var(--font-josefin);
  padding-block: 1.4rem 0.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .application ul li[data-label=coming] a {
    padding-block: 1rem 0.6rem;
  }
}
#top main .application ul li[data-label=coming] a .label {
  font-weight: 400;
}
#top main .access {
  background-color: #fff1f1;
  padding: 6.5rem calc(50% - 55rem) 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access {
    padding: 6.4rem 2rem 7.4rem;
  }
}
#top main .access .common-heading {
  text-align: center;
}
#top main .access .inner {
  display: grid;
  grid-template-columns: 45.2rem auto;
  gap: 2.4rem 4.3rem;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner {
    grid-template-columns: 1fr;
    margin-top: 5.6rem;
  }
}
#top main .access .inner figure {
  border: 1px solid var(--color-font);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner figure {
    border-radius: 0.7rem;
  }
}
#top main .access .inner dl {
  padding-top: 10.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner dl {
    padding-top: initial;
  }
}
#top main .access .inner dl dt {
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner dl dt {
    font-size: 2.2rem;
  }
}
#top main .access .inner dl dd {
  margin-top: 2.1rem;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner dl dd {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
}
#top main .access .inner dl dd a {
  display: grid;
  grid-template-columns: auto 2.4rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-top: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-size: 1.6rem;
}
#top main .access .inner dl dd a:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  #top main .access .inner dl dd a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #top main .access .inner dl dd a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .inner dl dd a {
    grid-template-columns: auto 1.2rem;
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
#top main .access .inner dl dd a::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  background: url(../../assets/images/top/access-icon-map.svg) no-repeat center/contain;
}
#top main .access h3 {
  display: grid;
  grid-template-columns: 3rem auto 1fr;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access h3 {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
#top main .access h3::before {
  content: "";
  aspect-ratio: 1;
}
#top main .access :where(.train, .car) h3::after {
  content: "";
  height: 1px;
  background-color: var(--color-font);
}
#top main .access .bus {
  padding-top: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .bus {
    padding-top: 5.3rem;
  }
}
#top main .access .bus h3 {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .bus h3 {
    margin-bottom: 1rem;
  }
}
#top main .access .bus h3::before {
  background: url(../../assets/images/top/access-icon-bus.svg) no-repeat center/contain;
}
#top main .access .bus .time {
  border-radius: 0.3rem;
  border: 1px solid var(--color-font);
  padding-block: 2rem;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .bus .time {
    padding-block: 3.3rem;
  }
}
#top main .access .bus ul {
  padding: 1.2rem 0 0 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .bus ul {
    padding: 1.1rem 0 0 0;
  }
}
#top main .access .bus ul li {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .bus ul li {
    font-size: 1.3rem;
  }
}
#top main .access .train {
  padding-top: 4.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .train {
    padding-top: 4rem;
  }
}
#top main .access .train h3 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .train h3 {
    margin-bottom: 2.6rem;
  }
}
#top main .access .train h3::before {
  background: url(../../assets/images/top/access-icon-train.svg) no-repeat center/contain;
}
#top main .access .car {
  padding-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .car {
    padding-top: 4rem;
  }
}
#top main .access .car h3 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .car h3 {
    margin-bottom: 1.5rem;
  }
}
#top main .access .car h3::before {
  background: url(../../assets/images/top/access-icon-car.svg) no-repeat center/contain;
}
#top main .access .car p {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .access .car p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#top main .closing {
  display: grid;
  align-items: center;
  height: 52.7rem;
  padding-inline: 6.4rem;
  background: url(../../assets/images/top/closing-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .closing {
    padding: 3rem 3.2rem 0;
    background-image: url(../../assets/images/top/closing-bg-sp.jpg);
  }
}
#top main .closing p {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .closing p {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
#top main .closing p .en {
  margin-top: 1.9rem;
  display: grid;
  grid-template-columns: 7.4rem auto;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  font-family: var(--font-josefin);
  font-size: 2rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .closing p .en {
    padding-right: 1em;
    grid-template-columns: 3.7rem auto;
    font-size: 1rem;
    font-weight: 400;
  }
}
#top main .closing p .en::before {
  content: "";
  height: 1px;
  background-color: #fff;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header {
    position: sticky;
  }
}
.site-header .inner {
  display: flex;
  align-items: center;
  padding: 2.4rem 1.4rem 2.4rem 2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner {
    position: relative;
    justify-content: space-between;
    height: 7rem;
    padding-inline: 2rem;
    background-color: #fff;
  }
}
.site-header .inner .logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.3rem;
       column-gap: 2.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner .logo {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    font-size: 0.7rem;
  }
}
.site-header .inner .logo img {
  width: 18.6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner .logo img {
    width: 15.4rem;
  }
}
.site-header .inner .links {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-left: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .inner .links {
    display: none;
  }
}
.site-header .inner .links a {
  display: grid;
  place-content: center;
  width: 16.7rem;
  height: 4rem;
  box-shadow: 0.2rem 0.2rem 0 var(--color-font);
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--color-font);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-header .inner .links a:nth-of-type(1) {
  background-color: var(--color-main);
}
.site-header .inner .links a:nth-of-type(2) {
  background-color: #fff;
}
.site-header .inner .links a:focus {
  box-shadow: initial;
  translate: 0.2rem 0.2rem;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .inner .links a:where(:-moz-any-link, :enabled, summary):hover {
    box-shadow: initial;
    translate: 0.2rem 0.2rem;
  }
  .site-header .inner .links a:where(:any-link, :enabled, summary):hover {
    box-shadow: initial;
    translate: 0.2rem 0.2rem;
  }
}
.site-header .drawer-button {
  position: relative;
  z-index: 2;
  margin-left: 1.2rem;
}
.site-header .drawer-button button {
  position: relative;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 0.8rem 1.2rem;
  background-color: var(--color-font);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button button {
    padding: 0.8rem 1rem;
  }
}
@media (any-hover: hover) {
  .site-header .drawer-button button:hover {
    transform: scale(1.1);
  }
}
.site-header .drawer-button button .line {
  position: relative;
  display: block;
  width: 3.2rem;
  height: 2px;
  transition: 0.3s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button button .line {
    width: 1.7rem;
  }
}
.site-header .drawer-button button .line::before, .site-header .drawer-button button .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease;
}
.site-header .drawer-button button .line::before {
  top: -0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button button .line::before {
    top: -0.4rem;
  }
}
.site-header .drawer-button button .line::after {
  top: 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button button .line::after {
    top: 0.4rem;
  }
}
.site-header .drawer-button button[aria-expanded=true] .line::before, .site-header .drawer-button button[aria-expanded=true] .line::after {
  top: 0;
}
.site-header .drawer-button button[aria-expanded=true] .line::before {
  transform: rotate(45deg);
}
.site-header .drawer-button button[aria-expanded=true] .line::after {
  transform: rotate(-45deg);
}
.site-header .drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(45rem, 100%);
  height: 100lvh;
  overflow-y: auto;
  background-color: var(--color-base);
  visibility: hidden;
  translate: 100% 0;
  transition: 0.36s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu {
    top: 7rem;
  }
}
.site-header .drawer-menu[data-expanded=true] {
  visibility: visible;
  translate: 0;
}
.site-header .drawer-menu[data-expanded=true] nav {
  opacity: 1;
  translate: 0 0;
}
.site-header .drawer-menu nav {
  padding: 15.3rem 2.4rem 6.4rem;
  opacity: 0;
  translate: 2rem 0;
  transition: 0.5s 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    padding: 6rem 2rem 20rem;
  }
}
.site-header .drawer-menu nav ul li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff;
  padding: 2.8rem 2.4rem 2.8rem 0;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav ul li a {
    padding-block: 2.6rem;
    font-size: 1.9rem;
  }
}
.site-header .drawer-menu nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1rem;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg) translateY(-50%);
  transition: translate 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav ul li a::before {
    right: 1.6rem;
    width: 0.9rem;
  }
}
.site-header .drawer-menu nav ul li a:focus {
  background-color: rgba(51, 51, 51, 0.1);
}
.site-header .drawer-menu nav ul li a:focus::before {
  translate: 0.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: rgba(51, 51, 51, 0.1);
  }
  .site-header .drawer-menu nav ul li a:where(:any-link, :enabled, summary):hover {
    background-color: rgba(51, 51, 51, 0.1);
  }
  .site-header .drawer-menu nav ul li a:where(:-moz-any-link, :enabled, summary):hover::before {
    translate: 0.6rem;
  }
  .site-header .drawer-menu nav ul li a:where(:any-link, :enabled, summary):hover::before {
    translate: 0.6rem;
  }
}
.site-header .drawer-menu nav .access {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1.8rem auto;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  height: 6.6rem;
  margin-top: 5.6rem;
  border: 2px solid var(--color-main);
  border-radius: calc(infinity * 1px);
  background-color: var(--color-main);
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .access {
    grid-template-columns: 1.5rem auto;
    height: 5.8rem;
    margin-top: 4.8rem;
    font-size: 1.9rem;
  }
}
.site-header .drawer-menu nav .access::before {
  content: "";
  aspect-ratio: 18/21;
  -webkit-mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
          mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.site-header .drawer-menu nav .access:focus {
  background-color: #fff;
  color: var(--color-main);
}
.site-header .drawer-menu nav .access:focus::before {
  -webkit-mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
          mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
  background-color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .access:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
  .site-header .drawer-menu nav .access:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
  .site-header .drawer-menu nav .access:where(:-moz-any-link, :enabled, summary):hover::before {
    mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
    background-color: var(--color-main);
  }
  .site-header .drawer-menu nav .access:where(:any-link, :enabled, summary):hover::before {
    -webkit-mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
            mask: url(../../assets/images/common/icon-map.svg) no-repeat center/contain;
    background-color: var(--color-main);
  }
}
.site-header .drawer-menu nav .official {
  display: inline-grid;
  grid-template-columns: auto 1.8rem;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-top: 1.8rem;
  color: #364246;
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .official {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    grid-template-columns: auto 1.6rem;
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.site-header .drawer-menu nav .official::after {
  content: "";
  aspect-ratio: 18/16;
  background: url(../../assets/images/common/icon-tab-gray.svg) no-repeat center/contain;
}
.site-header .drawer-menu nav .official:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .official:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .site-header .drawer-menu nav .official:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.site-header .drawer-menu nav .sns {
  display: flex;
  align-items: center;
  margin-top: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sns {
    margin-top: 1.6rem;
  }
}
.site-header .drawer-menu nav .sns span {
  padding-right: 2.2rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sns span {
    padding-right: 2rem;
    font-size: 1.6rem;
  }
}
.site-header .drawer-menu nav .sns a {
  display: inline-block;
  width: 4.6rem;
}
.site-header .drawer-menu nav .sns a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .sns a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .site-header .drawer-menu nav .sns a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sns a {
    width: 4rem;
  }
}
.site-header .drawer-menu nav .sns a + a {
  margin-left: 0.9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sns a + a {
    margin-left: 0.8rem;
  }
}
.site-header .drawer-menu nav .banner {
  margin-top: 3.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner {
    margin-top: 2.8rem;
  }
}
.site-header .drawer-menu nav .banner a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 14.3rem;
  border-radius: 0.6rem;
  padding: 2.5rem 1.8rem 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner a {
    height: 12.5rem;
    border-radius: 0.5rem;
    padding: 2.2rem 1.6rem 0;
    font-size: 1.2rem;
  }
}
.site-header .drawer-menu nav .banner a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.site-header .drawer-menu nav .banner a + a {
  margin-top: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner a + a {
    margin-top: 1.6rem;
  }
}
.site-header .drawer-menu nav .banner a b {
  margin-top: 0.4rem;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner a b {
    margin-top: 0.3rem;
    font-size: 2.2rem;
  }
}
.site-header .drawer-menu nav .banner a span {
  position: relative;
  display: inline-block;
  width: 2.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-left: 0.8rem;
  background-color: #fff;
  translate: 0 0.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner a span {
    width: 2.5rem;
    margin-left: 0.7rem;
  }
}
.site-header .drawer-menu nav .banner a span::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.9rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .banner a span::after {
    top: 0.8rem;
    left: 0.7rem;
    width: 0.7rem;
  }
}
.site-header .drawer-menu nav .banner a:nth-of-type(1)::before {
  background: url(../../assets/images/top/links-img01.jpg) no-repeat center/cover;
}
.site-header .drawer-menu nav .banner a:nth-of-type(2)::before {
  background: url(../../assets/images/top/links-img02.jpg) no-repeat center/cover;
}
.site-header .drawer-menu nav .banner a:focus::before {
  transform: scale(1.04);
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .banner a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1.04);
    opacity: 0.8;
  }
  .site-header .drawer-menu nav .banner a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1.04);
    opacity: 0.8;
  }
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-end;
  justify-content: space-between;
  padding: 6.5rem calc(50% - 55rem) 8rem;
  background-color: var(--color-font);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    grid-template-columns: auto;
    align-items: initial;
    padding: 8.6rem 2rem 5.8rem;
  }
}
.site-footer :where(p, a, .copy) {
  color: #fff;
}
.site-footer .logo {
  display: flex;
  align-items: center;
  gap: 2.1rem 1.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}
.site-footer .logo:focus {
  opacity: 0.75;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .logo:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
  .site-footer .logo:where(:any-link, :enabled, summary):hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .logo {
    flex-direction: column;
    align-items: initial;
  }
}
.site-footer .logo img {
  width: 21rem;
}
.site-footer .contact {
  grid-row: 2;
  margin-top: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .contact {
    margin-top: 5.3rem;
  }
}
.site-footer .contact p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .contact p {
    font-size: 1.4rem;
  }
}
.site-footer .contact p + p {
  margin-top: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .contact p + p {
    margin-top: 2.4rem;
  }
}
.site-footer .contact p a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .contact p a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .site-footer .contact p a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.site-footer .other {
  grid-column: 2;
  grid-row: 1/span 3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .other {
    grid-column: 1;
    grid-row: initial;
  }
}
.site-footer .other .official {
  display: grid;
  grid-template-columns: auto 1.6rem;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .other .official {
    justify-content: flex-start;
    margin-top: 14.3rem;
  }
}
.site-footer .other .official:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .other .official:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .site-footer .other .official:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.site-footer .other .official::after {
  content: "";
  aspect-ratio: 16/14;
  background: url(../../assets/images/common/icon-tab.svg) no-repeat center/contain;
}
.site-footer .other .copy {
  display: inline-block;
  grid-row: 3;
  margin-top: 3.2rem;
  font-family: var(--font-poppins);
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .other .copy {
    margin-top: 2.7rem;
  }
}
.site-footer .page-top {
  position: absolute;
  top: 15.7rem;
  right: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .page-top {
    top: 38.9rem;
    right: 1.3rem;
  }
}
.site-footer .page-top a {
  display: block;
  width: 5.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.site-footer .page-top a:focus {
  transform: scale(1.2);
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .page-top a:where(:-moz-any-link, :enabled, summary):hover {
    transform: scale(1.2);
  }
  .site-footer .page-top a:where(:any-link, :enabled, summary):hover {
    transform: scale(1.2);
  }
}
.site-footer .page-top a::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 2px solid var(--color-font);
  border-right: 2px solid var(--color-font);
  transform: rotate(-45deg);
}

/*# sourceMappingURL=styles.css.map*/