@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.tsukushi {
  font-family: "TsukuANBRdGoSStd-B", sans-serif;
}

/* フェードインアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.button {
  color: #515859;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  background-color: #fff086;
  display: block;
  letter-spacing: 0.1em;
  border-radius: 1.6rem;
  padding: 1.6rem;
  position: relative;
  line-height: 1.5;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}
.button:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border-radius: 1.2rem;
  border: 2px solid #e7c83a;
  box-shadow: 0 0px 16px rgba(209, 149, 53, 0.4);
  transition: box-shadow 0.3s ease;
}
.button:hover::before {
  box-shadow: 0 0px 24px rgba(209, 149, 53, 0.7);
}
.button-logo {
  display: block;
  width: 38%;
  margin: 0 auto 0.8rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .button-logo {
    display: none;
  }
}
.button-logo.-dstyle {
  width: 60%;
}
.button.-pink, .button.-ppl {
  background-color: #ff777d;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.button.-pink::before, .button.-ppl::before {
  border: 2px solid #fff;
}
.button.-pink:hover {
  box-shadow: 0 6px 16px rgba(255, 119, 125, 0.6);
}
.button.-pink + .button.-ppl {
  margin-top: 2rem;
}
.button.-ppl {
  background-color: #6b5ed8;
}
.button.-ppl:hover {
  box-shadow: 0 6px 16px rgba(107, 94, 216, 0.6);
}

.fixed-cta {
  position: fixed;
  z-index: 100;
  display: flex;
}
@media (min-width: 1025px) {
  .fixed-cta {
    flex-direction: column;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 375px;
    gap: 1rem;
  }
  .fixed-cta .button {
    font-size: 2rem;
    padding: 2rem;
  }
  .fixed-cta .button.-pink + .button.-ppl {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .fixed-cta {
    left: 0;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .fixed-cta .button {
    flex: 1;
    font-size: 1.4rem;
    padding: 1.2rem 0.8rem;
    border-radius: 0;
    display: grid;
    place-items: center;
  }
  .fixed-cta .button::before {
    display: none;
  }
  .fixed-cta .button.-pink + .button.-ppl {
    margin-top: 0;
  }
}

.tel-link {
  color: inherit;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #515859;
}

br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.video-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.video-bg.hidden {
  opacity: 0;
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 60%;
     object-position: center 60%;
}
.video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, white 0%, transparent 50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .video-bg::after {
    display: none;
  }
}

#confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.inner {
  margin-inline: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .inner {
    margin-bottom: 50vh;
    max-width: 400px;
  }
}

.container {
  position: relative;
  width: 100%;
}

.section {
  padding: 4rem 1.6rem;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 2rem;
  }
}
.section.theme {
  padding: 4rem 0;
}

.mv {
  position: relative;
}
.mv-logo {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 23%;
  z-index: 1;
}
.mv-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv-img {
  width: 100%;
}
.mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-title {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .about-title {
    font-size: 2.4rem;
  }
}
.about-title + * {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .about-title + * {
    margin-top: 1.4rem;
  }
}
.about-desc {
  font-size: 1.7rem;
}
.about-title, .about-desc {
  color: #515859;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
}

.recruit-title {
  width: 100%;
}
.recruit-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-title + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .recruit-title + * {
    margin-top: 2rem;
  }
}
.recruit-dl {
  text-align: center;
}
.recruit-dl dt {
  border-radius: 4px;
  background-color: #432e84;
  padding: 2px 4.8rem;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.recruit-dl dt + * {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .recruit-dl dt + * {
    margin-top: 1rem;
  }
}
.recruit-dl dd {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}
.recruit-dl dd + dt {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .recruit-dl dd + dt {
    margin-top: 2rem;
  }
}
.recruit-item > * {
  text-align: center;
  color: #515859;
}
.recruit-lead {
  font-size: 1.6rem;
}
.recruit-head {
  font-weight: bold;
  color: #432e84;
  font-size: 4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "halt";
}
.recruit-head + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .recruit-head + * {
    margin-top: 1.6rem;
  }
}
.recruit-announce {
  width: 100%;
}
.recruit-announce img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-border {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 2rem;
}
.recruit-border + * {
  margin-top: 0.8rem;
}
.recruit-desc {
  font-size: 1.6rem;
}
.recruit-item + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .recruit-item + * {
    margin-top: 2.4rem;
  }
}
.recruit-theme + * {
  margin-top: 2rem;
}

* + .recruit-title {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  * + .recruit-title {
    margin-top: 2.8rem;
  }
}

.theme-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.theme-links + * {
  margin-top: 5rem;
}
.theme-links li a {
  text-align: center;
  background-color: #ff777d;
  padding: 2.4rem 1.6rem 5rem 1.6rem;
  display: block;
  border-radius: 1.6rem;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.theme-links li a:hover {
  box-shadow: 0 6px 20px rgba(255, 119, 125, 0.6);
  transform: translateY(8px);
}
.theme-links li a::before {
  content: "";
  background-image: url(../img/ico_arrow-bottom-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2rem;
}
.theme-links li a.ppl {
  background-color: #6b5ed8;
}
.theme-links li a.ppl:hover {
  box-shadow: 0 6px 20px rgba(107, 94, 216, 0.6);
  transform: translateY(8px);
}
.theme-lead {
  background-color: #fff;
  color: #ff777d;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
  padding: 2px 1.2rem;
  margin-inline: auto;
}
.theme-lead + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .theme-lead + * {
    margin-top: 1.6rem;
  }
}
.theme-lead.-ppl {
  color: #6b5ed8;
}
.theme-link-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0em;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.theme-item {
  background-color: #ff777d;
  color: #fff;
  padding: 5rem 1.6rem;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.theme-item > p:not([class]) {
  text-align: left;
}
.theme-item.-ppl {
  background-color: #6b5ed8;
}
.theme-item.-ppl.is-highlight {
  box-shadow: inset 0 10px 20px rgba(107, 94, 216, 0.3), 0 10px 30px rgba(107, 94, 216, 0.8);
}
.theme-item.is-highlight {
  box-shadow: inset 0 10px 20px rgba(255, 119, 125, 0.3), 0 10px 30px rgba(255, 119, 125, 0.8);
}
.theme-title {
  font-size: 4.8rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  font-feature-settings: "halt";
}
.theme-title + * {
  margin-top: 1.6rem;
}
.theme-subtitle {
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-inline: 1rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.theme-subtitle + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .theme-subtitle + * {
    margin-top: 1.6rem;
  }
}
.theme-img {
  width: 100%;
}
@media (min-width: 768px) {
  .theme-img {
    width: calc(100% + 8rem);
  }
}
.theme-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .theme-img img.pc {
    display: none;
  }
}
.theme-img img.sp {
  display: none;
}
@media (max-width: 767px) {
  .theme-img img.sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .theme-img.-first {
    margin-left: -8rem;
  }
}
.theme-img + * {
  margin-top: 2rem;
}
.theme-content {
  padding: 1.6rem;
  background-color: #fff;
  color: #515859;
  text-align: left;
  font-size: 1.4rem;
}
.theme-content a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.theme-content a:hover {
  text-decoration: none;
}
.theme-content span {
  color: red;
  display: block;
}
.theme-content a {
  display: block;
}
.theme-benefit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.theme-benefit-item {
  width: 100%;
}
.theme-benefit-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-text {
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
}
.theme-episode-item + * {
  margin-top: 2rem;
}
.theme-episode-img {
  width: 100%;
}
.theme-episode-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.theme-episode-desc {
  background-color: #fff;
  color: #515859;
  background-image: url(../img/theme-episode.png);
  background-position: center;
  background-size: 96%;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 670/300;
  display: grid;
  place-items: center;
  padding: 1.6rem 2.4rem;
  font-size: 1.5rem;
  text-align: left;
}
.theme-footer {
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
.theme-footer-track {
  display: flex;
  animation: scrollLoop 20s linear infinite;
}
.theme-footer-track img {
  width: 200%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.theme-txt {
  font-size: 1.8rem;
  text-align: left;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
* + .theme-subtitle {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  * + .theme-subtitle {
    margin-top: 2.4rem;
  }
}
* + .theme-content {
  margin-top: 2rem;
}

.requirement-dl dt {
  color: #432e84;
}
.requirement-dl dt + * {
  margin-top: 0.4rem;
}
.requirement-dl dd + dt {
  margin-top: 1.6rem;
}
.requirement-dl dd a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.requirement-dl dd a:hover {
  text-decoration: none;
}
.requirement-head {
  border: 1px solid #432e84;
  text-align: center;
  color: #432e84;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.2rem 4.8rem;
  letter-spacing: 0.3em;
  margin-inline: auto;
}
.requirement-head + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .requirement-head + * {
    margin-top: 1.6rem;
  }
}

* + .requirement-head {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  * + .requirement-head {
    margin-top: 2.4rem;
  }
}

.cta-desc {
  border: 1px solid #333;
  padding: 1.2rem;
}
.cta-desc a {
  display: block;
  color: #009dff;
  text-decoration: underline;
}
.cta-desc a:hover {
  text-decoration: none;
}
.cta-desc + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cta-desc + * {
    margin-top: 2.4rem;
  }
}
.cta-content {
  background-color: #fff3c8;
  margin-top: -3rem;
  padding: 1.6rem;
  padding-top: 4rem;
  position: relative;
  z-index: 0;
}
.cta-content + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cta-content + * {
    margin-top: 2.4rem;
  }
}
.cta-title {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-title-wrapper + * {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .cta-title-wrapper + * {
    margin-top: 2rem;
  }
}
.cta-boxes {
  margin-top: 2rem;
}
.cta-boxes + * {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .cta-boxes + * {
    margin-top: 1.6rem;
  }
}
.cta-box {
  display: grid;
  place-items: center;
  background-color: #515859;
  aspect-ratio: 360/120;
  color: #fff;
  font-size: 2rem;
  transition: opacity 0.3s ease;
}
.cta-box:hover {
  opacity: 0.6;
}
.cta-box + * {
  margin-top: 1.2rem;
}

* + .cta-desc {
  margin-top: 3rem;
}

.footer {
  padding: 1.6rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 4.8rem;
  }
}
.footer-illust {
  display: none;
}
@media (max-width: 767px) {
  .footer-illust {
    display: block;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    position: relative;
    overflow: hidden;
  }
  .footer-illust::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, white 0%, transparent 100%);
    pointer-events: none;
  }
  .footer-illust img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Hamburger Menu */
.header {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 102;
  padding: 0;
}
@media (min-width: 768px) {
  .header {
    top: 1.5rem;
    right: 1.5rem;
  }
}

.hamburger {
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 103;
  display: block;
}
@media (min-width: 768px) {
  .hamburger {
    width: 8rem;
    height: 8rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.hamburger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.hamburger .hamburger-close {
  opacity: 0;
}
.hamburger.is-active .hamburger-open {
  opacity: 0;
}
.hamburger.is-active .hamburger-close {
  opacity: 1;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 99;
  padding: 2rem;
  padding-top: 10rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .nav-menu {
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.nav-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.nav-logo {
  width: 70%;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.nav-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-list {
  list-style: none;
}
.nav-list li {
  border-bottom: 1px solid #ddd;
}
.nav-list li:first-child {
  border-top: 1px solid #ddd;
}
.nav-list li a {
  display: block;
  padding: 1.6rem 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #515859;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  transition: background-color 0.3s ease;
  text-align: center;
}
.nav-list li a:hover {
  background-color: #f5f5f5;
}/*# sourceMappingURL=style.css.map */