/* stylelint-disable */

/* import reset library */

/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  font-family:
    system-ui,
    /* macOS 10.11-10.12 */ -apple-system,
    /* Windows 6+ */ Segoe UI,
    /* Android 4+ */ Roboto,
    /* Ubuntu 10.10+ */ Ubuntu,
    /* Gnome 3+ */ Cantarell,
    /* KDE Plasma 4+ */ Oxygen,
    /* fallback */ sans-serif,
    /* macOS emoji */ "Apple Color Emoji",
    /* Windows emoji */ "Segoe UI Emoji",
    /* Windows emoji */ "Segoe UI Symbol",
    /* Linux emoji */ "Noto Color Emoji"; /* 2 */

  line-height: 1.15; /* 3 */ /* 4 */
  tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family:
    /* macOS 10.10+ */ Menlo,
    /* Windows 6+ */ Consolas,
    /* Android 4+ */ Roboto Mono,
    /* Ubuntu 10.10+ */ Ubuntu Monospace,
    /* KDE Plasma 4+ */ Oxygen Mono,
    /* Linux/OpenOffice fallback */ Liberation Mono,
    /* fallback */ monospace; /* 1 */

  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* reset margin & padding */

body, div, dl, dt, dd, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, address,
pre, code, form, fieldset, legend, input, button, textarea, p, blockquote,
table, th, td, iframe, form, fieldset, input, button, select, optgroup, option,
textarea, label, legend, span, em, strong, dfn, code, samp, kbd, var, cite, abbr,
acronym, q, br, ins, del, a, img, object, figure, figcaption {
    margin: 0;
    padding: 0;
}

/* set base font size = 1.4rem = 14px */

html {
    /* on html element's font size = 62.5%, 1rem ≒ 10px */
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
}

/* remove border & font size */

div, blockquote, p, pre, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, address,
table, caption, th, td, span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object, iframe, figure, figcaption {
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

/* remove table border's habit  */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* remove list style */

ul, li {
    list-style: none;
}

/* set parent color */

a {
    color: currentColor;
}

img {
    vertical-align: bottom;
}

/* stylelint-disable-next-line */

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

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.is-pc {
    display: block !important;
}

@media (max-width: 599px) {

.is-pc {
        display: none !important
}
    }

.is-sp {
    display: none !important;
}

@media (max-width: 599px) {

.is-sp {
        display: block !important
}
    }

.anime {
    transition: transform 1.4s cubic-bezier(0.11, 0.85, 0.14, 1), opacity 1s ease-in-out;
}

.anime-bounce {
    transition: transform 0.6s cubic-bezier(0.17, 0.57, 0.77, 1.4), opacity 0.8s ease-in-out;
}

.hide-left {
    transform: translate3d(-50px, 0, 0);
}

.hide-right {
    transform: translate3d(50px, 0, 0);
}

.hide-up {
    transform: translate3d(0, -50px, 0);
}

.hide-up1 {
    transform: translate3d(0, -20px, 0);
}

.hide-down {
    transform: translate3d(0, 50px, 0);
}

.hide-scale {
    transform: scale(1.1);
}

.hide-scale-anime {
    transform: scale(1.05);
    filter: brightness(0);
    transition: filter 2s ease-in-out, transform 5.5s cubic-bezier(0.11, 0.85, 0.14, 1);
}

.hide-scale-anime.show {
        filter: brightness(100%);
        transform: scale(1);
    }

@keyframes scaleInit {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }
    100% {
        transform: scale(1.05);
        filter: brightness(0);
    }
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1.15);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hide-fade {
    opacity: 0;
}

.delay1 {
    transition-delay: 0.1s;
}

.delay2 {
    transition-delay: 0.2s;
}

.delay3 {
    transition-delay: 0.3s;
}

.delay4 {
    transition-delay: 0.4s;
}

.delay5 {
    transition-delay: 0.5s;
}

.delay6 {
    transition-delay: 0.6s;
}

.delay7 {
    transition-delay: 0.7s;
}

.delay8 {
    transition-delay: 0.8s;
}

.delay9 {
    transition-delay: 0.9s;
}

.delay10 {
    transition-delay: 1s;
}

.delay12 {
    transition-delay: 1.2s;
}

.delay16 {
    transition-delay: 1.6s;
}

.delay30 {
    transition-delay: 2s;
}

.common-link-inside2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}

.common-link-inside {
    position: relative;
    transition: 0.4s ease-in-out;
}

.common-link-arrow1 {
    transition: 0.4s ease-in-out;
}

.common-link-parent:hover .common-link-inside {
        transform: translateY(-100%);
    }

.common-link-parent:hover .common-link-arrow1 {
        transform: translateX(50%);
    }

@keyframes wavee {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-50px);
    }
    60% {
        transform: translateY(-50px);
    }
    80% {
        transform: translateY(10px);
    }
    90% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.common-link {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 13.4375vw;
    height: 3.25vw;
    border-radius: 100px;
    text-decoration: none;
    background-color: #212331;
    color: #fff;
    font-size: 0.875vw;
    line-height: 0;
    border: 2px solid #212331;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

@media (max-width: 1024px) {

.common-link {
        border-width: 1px
}
    }

@media (max-width: 599px) {

.common-link {
        width: 210px;
        height: 48px;
        font-size: 14px
}
    }

.common-link .common-link-text-parent {
        position: relative;
        overflow: hidden;
    }

.common-link .common-link-text {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        letter-spacing: 0.1rem;
        line-height: 1;
    }

.common-link .common-link-arrow {
        position: absolute;
        top: 50%;
        right: 8%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.375vw 0 0.375vw 0.5625vw;
        border-color: transparent transparent transparent #fff;
        transform: translate(0, -50%);
        transition: 0.4s ease-in-out;
    }

@media (max-width: 599px) {

.common-link .common-link-arrow {
            border-width: 6px 0 6px 9px
    }
        }

.common-link:hover {
        background-color: #fff;
        color: #212331;
    }

.common-link:hover .common-link-arrow {
            border-color: transparent transparent transparent #212331;
            transform: translate(5px, -50%);
        }

.common-link:hover .common-link-text {
            animation: textBounce 0.6s ease-in-out;
        }

@keyframes textBounce {
    0% {
        opacity: 0;
        transform: translateY(120%);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer {
    background-color: #212331;
    color: #fff;
    position: relative;
    z-index: 2;
}

.footer-totop {
    position: absolute;
    top: 0;
    right: 7.5%;
    width: 6.5625vw;
    height: 6.5625vw;
    border-radius: 50%;
    border: 0.4375vw solid #fff;
    background-color: #212331;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 599px) {

.footer-totop {
        right: 50%;
        width: 80px;
        height: 80px;
        transform: translate(50%, -50%);
        border-width: 5px
}
    }

.footer-totop-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5625vw 0.8125vw 0.5625vw;
    border-color: transparent transparent #32DDBC transparent;
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 599px) {

.footer-totop-arrow {
        border-width: 0 9px 13px 9px
}
    }

.footer-totop:hover .footer-totop-arrow {
        transform: translateY(-50%);
    }

.footer-totop-text {
    font-size: 1vw;
    font-weight: 700;
    line-height: 2;
}

@media (max-width: 599px) {

.footer-totop-text {
        font-size: 10px;
        line-height: 2;
        margin-top: 2px
}
    }

.footer-wrapper {
    width: 85%;
    margin: 0 auto;
}

@media (max-width: 599px) {

.footer-wrapper {
        width: 90%
}
    }

.contact {
    padding: 4.375vw 0;
    position: relative;
    border-bottom: 1px solid #B1B1B1;
    display: block;
}

@media (max-width: 599px) {

.contact {
        padding: 60px 0 0
}
    }

.contact .h1 {
        color: #fff;
        text-align: left;
        overflow: hidden;
    }

@media (max-width: 599px) {

.contact .h1 {
            font-size: 36px
    }
        }

/* stylelint-disable-next-line */

.contact .h1 div {
            font-weight: bold;
            font-family: "Montserrat", sans-serif;
        }

@media (max-width: 599px) {

.contact-content {
        margin-left: 8%
}
    }

.contact-head {
    display: flex;
    align-items: center;
}

@media (max-width: 599px) {

.contact-head {
        display: inline-block;
        align-items: flex-start;
        position: relative
}
    }

.contact-button {
    width: 4.0625vw;
    height: 4.0625vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.6875vw;
}

@media (max-width: 599px) {

.contact-button {
        position: absolute;
        left: 105%;
        top: 0;
        width: 58px;
        height: 58px
}
    }

.contact-button-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5625vw 0 0.5625vw 0.8125vw;
    border-color: transparent transparent transparent #FF53B4;
    margin-left: 0.1875vw;
}

@media (max-width: 599px) {

.contact-button-arrow {
        border-width: 9px 0 9px 13px;
        margin-left: 3px
}
    }

.contact-text {
    font-size: 1vw;
    font-weight: 600;
}

@media (max-width: 599px) {

.contact-text {
        font-size: 14px
}
    }

.contact-figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30.5vw;
    line-height: 0;
}

@media (max-width: 599px) {

.contact-figure {
        position: relative;
        bottom: auto;
        right: auto;
        width: 75%;
        margin-top: 20px;
        margin-left: 18%
}
    }

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(0);
    }
}

.footer-inner {
    padding-bottom: 2.1875vw;
}

@media (max-width: 599px) {

.footer-inner {
        padding-bottom: 20px
}
    }

.footer-logo {
    padding: 4.125vw 0 4.125vw;
    width: 12.625vw;
    line-height: 0;
}

@media (max-width: 599px) {

.footer-logo {
        padding: 30px 0 15px;
        width: 144px
}
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 599px) {

.footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-left: 20px
}
    }

.footer-text {
    color: #D4D4D4;
    font-size: 0.75vw;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 599px) {

.footer-text {
        font-size: 12px
}
    }

.footer-links {
    display: flex;
    gap: 2.125vw;
}

@media (max-width: 599px) {

.footer-links {
        flex-direction: column;
        gap: 15px;
        padding-top: 30px
}
    }

.footer-links a:hover {
            text-decoration: underline;
        }

.footer-copy {
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 599px) {

.footer-copy {
        font-size: 10px
}
    }

.header {
    height: 0;
    position: relative;
}

.header-logo {
    position: fixed;
    top: 1.875vw;
    left: 1.875vw;
    width: 12vw;
    line-height: 0;
    z-index: 8;
}

.header-logo a {
        transition: opacity 0.4s ease-in-out;
    }

.header-logo a:hover {
        opacity: 0.7;
    }

@media (max-width: 599px) {

.header-logo {
        width: 95px;
        top: 17px;
        left: 17px
}
    }

.header-menu {
    position: fixed;
    z-index: 10;
    top: 1.875vw;
    right: 2.1875vw;
    width: 2.5vw;
    cursor: pointer;
}

@media (max-width: 1024px) {

.header-menu {
        width: 30px
}
    }

@media (max-width: 599px) {

.header-menu {
        top: 17px;
        right: 17px
}
    }

.mb-lines {
    width: 2.5vw;
    height: 1.375vw;
    position: relative;
}

@media (max-width: 1024px) {

.mb-lines {
        width: 30px;
        height: 18px
}
    }

.mb-line {
    width: 100%;
    height: 2px;
    background-color: #212331;
    position: absolute;
    left: 0;
    transition: 0.4s ease-in-out;
}

.mb-line.is-top {
        top: 0;
    }

.mb-line.is-mid1 {
        top: 48%;
    }

@media (max-width: 1024px) {

.mb-line.is-mid1 {
            top: 8px
    }
        }

.mb-line.is-mid2 {
        top: 48%;
    }

@media (max-width: 1024px) {

.mb-line.is-mid2 {
            top: 8px
    }
        }

.mb-line.is-bot {
        bottom: 0;
    }

.mb-text {
    margin-top: 0.625vw;
    color: #212331;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75vw;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 1024px) {

.mb-text {
        font-size: 8px
}
    }

@media (max-width: 599px) {

.mb-text {
        margin-top: 5px
}
    }

.mb-text span {
        font-weight: 700;
        white-space: nowrap;
    }

.mb-text .mb-text-parent {
        overflow: hidden;
    }

.mb-text .is-close {
        display: none;
        color: #fff;
    }

.header-menu:hover .mb-text-inside {
        animation: textBounce 0.6s ease-in-out;
    }

.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 482px;
    background-color: #212331;
    z-index: 9;
    height: 100vh;
    border-radius: 70px 0 0 0;
    transform: translateX(100%);
    transition: transform 1.2s cubic-bezier(0.11, 0.85, 0.14, 1);
    overflow: hidden;
}

@media (max-width: 599px) {

.menu {
        width: 80%;
        max-width: 340px;
        border-radius: 30px 0 0 0;
        border-left: none;
        height: 100dvh
}
    }

.menu-inside {
    height: 100vh;
    overflow-y: auto;
}

@media (max-width: 599px) {

.menu-inside {
        height: 100dvh
}
    }

.menu-inner {
    padding: 16% 10% 0 11%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 599px) {

.menu-inner {
        justify-content: flex-start;
        min-height: 100dvh
}
    }

.menu-card3 {
    width: 97%;
}

.menu-card {
    position: relative;
}

.menu-card + .menu-card {
    margin-top: 4%;
}

.menu-contact {
    margin-top: 50px;
}

@media (max-width: 599px) {

.menu-contact {
        margin-top: 20px
}
    }

.menu-contact-content {
    padding: 0 8% 0 5%;
    color: #fff;
}

.menu-contact-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-contact-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 599px) {

.menu-contact-button {
        width: 40px;
        height: 40px
}
    }

.menu-contact-button-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #FF53B4;
    margin-left: 3px;
}

@media (max-width: 599px) {

.menu-contact-button-arrow {
        border-width: 6px 0 6px 10px
}
    }

.menu-contact-title {
    line-height: 1;
    overflow: hidden;
}

@media (max-width: 599px) {

.menu-contact-title {
        font-size: 24px
}
    }

.menu-contact-title div {
        font-family: "Montserrat", sans-serif;
        font-size: 30px;
        font-weight: 700;
    }

.menu-contact-text {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}

@media (max-width: 599px) {

.menu-contact-text {
        font-size: 12px
}
    }

.menu-contact-logo {
    margin-top: 5%;
    width: 70%;
    margin-left: 18%;
}

.menu-card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.menu-more {
    position: absolute;
    bottom: 20px;
    left: 78%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 599px) {

.menu-more {
        bottom: 14px;
        left: 74%
}
    }

.menu-more-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #212331;
    margin-left: 6px;
    transition: transform 0.4s ease-in-out;
}

.menu-more:hover .menu-more-arrow {
        transform: translateX(100%);
    }

.mc-content {
    margin-top: 14%;
    margin-left: 5%;
}

@media (max-width: 599px) {

.mc-content {
        margin-left: 8%
}
    }

.mc-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 599px) {

.mc-text {
        font-size: 12px
}
    }

.mc-title {
    margin-top: 5px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 599px) {

.mc-title {
        font-size: 20px;
        line-height: 1.1
}
    }

.mc-title span {
        font-size: 32px;
        font-weight: 700;
    }

@media (max-width: 599px) {

.mc-title span {
            font-size: 24px
    }
        }

.mc-title.mc-title1 {
        color: #F44F28;
    }

.mc-title.mc-title2 {
        color: #20C8FF;
    }

.mc-title.mc-title3 {
        color: #FF53B4;
    }

.member-link {
    position: absolute;
    bottom: 18px;
    left: 5%;
    display: flex;
    align-items: center;
    z-index: 2;
}

@media (max-width: 599px) {

.member-link {
        bottom: 12px;
        left: 8%
}
    }

.member-logo {
    width: 20px;
}

@media (max-width: 599px) {

.member-logo {
        width: 18px
}
    }

.member-logo svg {
        width: 100%;
    }

.member-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-left: 5px;
    padding-top: 1px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 599px) {

.member-text {
        font-size: 12px
}
    }

.member-text div {
        font-weight: 600;
    }

.menu-bg {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
}

/* stylelint-disable-next-line */

.header.show .menu {
        transform: translateX(0);
    }

.header.show .mb-line {
        background-color: #fff;
    }

.header.show .is-top {
        opacity: 0;
    }

.header.show .is-bot {
        opacity: 0;
    }

.header.show .is-mid1 {
        transform: rotate(30deg);
    }

.header.show .is-mid2 {
        transform: rotate(-30deg);
    }

.header.show .is-open {
        display: none;
    }

.header.show .is-close {
        display: block;
    }

.header.show .menu-bg {
        opacity: 1;
        pointer-events: inherit;
    }

.menu-card:hover .menu-more-arrow {
        transform: translateX(100%);
    }

.member-link:hover ~ .menu-card-body .menu-more-arrow {
        transform: none !important;
    }

.main {
    width: 100%;
    overflow: hidden;
    font-family: "Noto Sans", sans-serif;
    position: relative;
}

.main img {
        width: 100%;
    }

.main a {
        text-decoration: none;
    }

.font-mo {
    font-family: "Montserrat", sans-serif;
}

.h1 {
    text-align: center;
    font-weight: bold;
    font-size: 4.0625vw;
    letter-spacing: 0.3rem;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    color: #212331;

}

@media (max-width: 599px) {

.h1 {
        font-size: 9.6vw

}
    }

.top-title-sub {
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
}

@media (max-width: 599px) {

.top-title-sub {
        font-size: 3.7vw
}
    }

.top-title-sub.is-pink {
        color: #FA3CA7;
    }

.top-title-sub.is-green {
        color: #24BFA1;
    }

.top-title-sub.is-blue {
        color: #15B9EF;
    }

.top-title-sub.is-red {
        color: #F44F28;
    }

.top-p {
    color: #4F4F4F;
    text-align: center;
    font-size: 0.875vw;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 2.5vw;
}

@media (max-width: 599px) {

.top-p {
        font-size: 14px;
        margin-top: 10vw
}
    }

.top-p span {
        font-weight: 600;
    }

.top-p1 {
    color: #8F8F8F;
    text-align: center;
    font-size: 0.625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 599px) {

.top-p1 {
        font-size: 12px
}
    }
