/* default settings */
/* =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&family=Noto+Color+Emoji&display=swap");
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
html {
  color: #333333;
  line-height: 1.4;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", "Noto Color Emoji", sans-serif;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 1.0666666667vw;
  }
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
   * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
   * Author's custom styles
   * ==========================================================================*/
/* ==========================================================================
   * Helper classes
   * ==========================================================================*/
/*
   * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638*/
/*
   * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
   * EXAMPLE Media Queries for Responsive Design.
   * These examples override the primary ('mobile first') styles.
   * Modify as content requires.
   * ==========================================================================*/
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition*/
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices*/
}
/* ==========================================================================
   * Print styles.
   * Inlined to avoid the additional HTTP request:
   * https://www.phpied.com/delay-loading-your-print-css/
   * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.btn__main {
  width: 17.3125rem;
  height: 4rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #fff;
  border-radius: 0.5rem;
  background: #005FCE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 1.25rem;
  overflow: hidden;
}
.btn__main:before, .btn__main:after {
  content: "";
  position: absolute;
}
.btn__main:before {
  width: 17.3125rem;
  height: 4rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/assets/img/icon_btn-deco.png") no-repeat center;
  background-size: contain;
}
.btn__main:after {
  width: 1.375rem;
  height: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.125rem;
  background: url("/assets/img/icon_effects-xs.png") no-repeat center;
  background-size: contain;
}
.btn__main-xs {
  width: 20.9375rem;
  height: 2.875rem;
  padding-right: 1.875rem;
}
.btn__main-xs:before {
  display: none;
}
.btn__main-xs:after {
  width: 1.25rem;
  height: 1.25rem;
  right: 4.125rem;
}
@media screen and (min-width: 1025px) {
  .btn__main:hover {
    opacity: 0.8;
  }
}
.btn__secondary {
  width: 20.9375rem;
  height: 2.5rem;
  background: #333333;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .btn__secondary:hover {
    opacity: 0.8;
  }
}
.btn__back {
  border-bottom: 1px solid #333333;
  color: #333333;
  display: table;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.3125rem;
  overflow: hidden;
}
.btn__back:before {
  content: "";
  display: inline-block;
  width: 0.6875rem;
  height: 0.625rem;
  background: url("/assets/img/icon_back.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 0.625rem;
  position: relative;
  top: 0.25rem;
}
@media screen and (min-width: 1025px) {
  .btn__back:hover {
    opacity: 0.8;
  }
}
.btn__back-02 {
  width: 17.3125rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333333;
  background: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  border-radius: 0.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .btn__back-02:hover {
    opacity: 0.8;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 0 3.25rem 3.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    border-radius: 0;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.25rem;
}
@media (min-width: 768px) {
  .header__inner {
    max-width: 85rem;
    padding: 0 3.125rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header__inner {
    height: 3.75rem;
  }
}
.header__logo {
  width: 18.75rem;
}
@media (max-width: 767px) {
  .header__logo {
    width: 11.25rem;
    margin-left: 1rem;
    position: relative;
    z-index: 10;
  }
}
.header__logo.is-active svg path.base-col {
  -webkit-transform: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
          transform: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 767px) {
  .header__logo.is-active svg path.base-col {
    fill: #fff;
  }
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .header__main {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: 100%;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.625rem 0 1.875rem;
    background: #333333;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header__main.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .header .hamburger-menu {
    width: 3.75rem;
    height: 3.75rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #333333;
  }
  .header .hamburger-menu span {
    display: block;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: red;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-mask-position: 50% 50%;
            mask-position: 50% 50%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .header .hamburger-menu span:nth-child(1) {
    background-color: #fff;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cpath%20d%3D%22M21%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM21%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM37%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM21%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4Z%22%2F%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cpath%20d%3D%22M21%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM21%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM37%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM21%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .header .hamburger-menu span:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cpath%20d%3D%22M21%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4S1%2C7.209%2C1%2C5%2C2.791%2C1%2C5%2C1ZM37%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM37%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4Z%22%2F%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cpath%20d%3D%22M21%2C17c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4S1%2C7.209%2C1%2C5%2C2.791%2C1%2C5%2C1ZM37%2C1c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM5%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4ZM37%2C33c2.209%2C0%2C4%2C1.791%2C4%2C4s-1.791%2C4-4%2C4-4-1.791-4-4%2C1.791-4%2C4-4Z%22%2F%3E%3C%2Fsvg%3E");
  }
  .header .hamburger-menu.is-active span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    background-color: rgba(255, 255, 255, 0.25);
  }
  .header .hamburger-menu.is-active span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #fff;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.9375rem;
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 0;
    padding: 0 2rem 1.8125rem;
  }
}
.header__nav-item {
  position: relative;
}
@media (max-width: 767px) {
  .header__nav-item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .header__nav-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .header__nav-item.-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__nav-item.-icon {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .header__nav-item.-icon .header__nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.5rem 0 0.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .header__nav-item.-icon .header__nav-link:before {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
  }
}
.header__nav-link {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0 0.25rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header__nav-link {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header__nav-link {
    font-size: 1.3125rem;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .header__nav-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background-color: #333333;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
  }
}
.header__nav-link span {
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .header__nav-link::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media (max-width: 767px) {
  .header__nav-link::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav-link:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header__nav-link:hover::before {
    clip-path: inset(0% 0 0 0);
  }
}

.navi__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .navi__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  width: 23.4375rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #FFE655;
}
@media (max-width: 767px) {
  .footer {
    width: 100%;
  }
}
.footer__content {
  background: #fff;
  padding: 5rem 1rem 2.5rem;
  border-radius: 2rem 2rem 0 0;
}
.footer__link {
  margin-bottom: 1rem;
}
.footer__link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__link ul li {
  text-align: center;
  margin-bottom: 0.625rem;
}
.footer__link ul li a {
  color: #333;
  text-decoration: none;
  text-underline-offset: 0.3125rem;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5rem;
}
.footer__link ul li a:before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20d%3D%22M13.829%2C18.827l3.851-3.854h-8.18v-.95h8.18l-3.851-3.851.673-.672%2C4.998%2C4.998-4.998%2C5.002-.673-.673Z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #333;
}
@media (max-width: 767px) {
  .footer__link ul li a:before {
    background-color: #e62e8b;
  }
}
@media screen and (min-width: 1025px) {
  .footer__link ul li a:hover {
    text-decoration: underline;
    color: #e62e8b;
  }
  .footer__link ul li a:hover:before {
    background-color: #e62e8b;
  }
}
.footer__logo {
  width: 17.5rem;
  margin: 0 auto;
}
.footer__logo a {
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .footer__logo a:hover {
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .float__action {
    position: fixed;
    top: calc(50% + 11.1875rem);
    left: calc(50% - 36.4375rem);
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .float__action {
    background: #FFE655;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 0.75rem 0;
    -webkit-transition: -webkit-transform 0.75s ease;
    transition: -webkit-transform 0.75s ease;
    transition: transform 0.75s ease;
    transition: transform 0.75s ease, -webkit-transform 0.75s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    border-top: 1px solid #fff;
  }
}
.float__action .btn__secondary {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .page-top .float__action .btn__main {
    width: 20rem;
    height: 4rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding-right: 1.25rem;
  }
  .page-top .float__action .btn__main:after {
    width: 1.375rem;
    height: 1.375rem;
    right: 3.0625rem;
  }
  .page-top .float__action .btn__main:before {
    display: block;
    background: url("/assets/img/icon_btn-deco-top.png") no-repeat center;
    background-size: contain;
    width: 17.875rem;
    height: 4rem;
  }
  .page-top .float__action .btn__secondary {
    width: 20rem;
    height: 3rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .page-top .float__action {
    top: calc(50vw - 3.125rem);
  }
}
@media (min-width: 768px) {
  .page-top .float__action {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .page-top .float__action.is-visible {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .page-top .float__action.is-show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.loading .loader {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto;
  background: url("/assets/img/icon_loading.png") no-repeat center;
  background-size: contain;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Hide scrollbar */
html, body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}

/* =================================================================== */
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFE23B;
}
@media (max-width: 767px) {
  body {
    background-color: #FFE654;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

li {
  list-style: none;
}

button, a {
  color: inherit;
}

.main {
  width: 23.4375rem;
  margin: 0 auto;
  padding-top: 6.25rem;
  position: relative;
  z-index: 2;
  background: #FFE655;
}
@media (min-width: 768px) {
  .main {
    -webkit-box-shadow: 0 0.1875rem 2.5rem rgba(119, 64, 0, 0.16);
            box-shadow: 0 0.1875rem 2.5rem rgba(119, 64, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .main {
    width: 100%;
    padding-top: 3.75rem;
  }
}

@media (max-width: 767px) {
  .page-top .main {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-top {
    background: #FFE23B;
  }
}

.page-detail .main {
  min-height: 100dvh;
}