/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-neutral-50: #fafafa;
    --color-neutral-200: #e5e5e5;
    --color-neutral-400: #a1a1a1;
    --color-neutral-600: #525252;
    --color-neutral-800: #262626;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-noto-serif: "Noto Serif JP", serif;
    --font-oswald: "Oswald", sans-serif;
    --color-primary-blue: var(--primary-blue);
    --color-main: var(--main-color);
  }

  @supports (color: color(display-p3 0 0 0)) {
    :root,
    :host {
      --color-neutral-50: color(display-p3 0.980256 0.980256 0.980256);
      --color-neutral-200: color(display-p3 0.898161 0.898161 0.898161);
      --color-neutral-400: color(display-p3 0.630163 0.630163 0.630163);
      --color-neutral-600: color(display-p3 0.321993 0.321993 0.321993);
      --color-neutral-800: color(display-p3 0.149382 0.149382 0.149382);
    }
  }

  @supports (color: lab(0% 0 0)) {
    :root,
    :host {
      --color-neutral-50: lab(98.26% 0 0);
      --color-neutral-200: lab(90.952% -0.0000596046 0);
      --color-neutral-400: lab(66.128% -0.0000298023 0.0000119209);
      --color-neutral-600: lab(34.924% 0 0);
      --color-neutral-800: lab(15.204% 0 0);
    }
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    text-decoration: underline dotted;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b,
  strong {
    font-weight: bolder;
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol,
  ul,
  menu {
    list-style: none;
  }

  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }

  img,
  video {
    max-width: 100%;
    height: auto;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup,
  :where(select:is([multiple], [size])) optgroup,
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option,
  :where(select:is([multiple], [size])) optgroup option,
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  body {
    background-color: var(--color-white);
    --tw-font-weight: var(--font-weight-normal);
    font-family: Noto Sans JP, serif;
    font-weight: var(--font-weight-normal);
  }
}

@layer components {
  .section {
    max-width: clamp(
      calc(var(--section-width) * 1em / 16),
      calc(var(--section-width) / 1512 * 100vw),
      calc(var(--section-width) * 1.1em / 16)
    );
    text-align: left;
    width: 84%;
    margin-inline: auto;
  }

  @media screen and (width<=640px) {
    .section {
      width: 88%;
    }
  }

  .section:where(.is-wide) {
    --section-width: 1372;
    width: 92%;
  }

  @media screen and (width<=640px) {
    .section:where(.is-wide) {
      width: 90%;
    }
  }

  .sentence {
    --sentence-fs-viewport: 750;
    --sentence-fs-max: 20;
    --sentence-fs-min: 14;
    --sentence-line-height: 1.7;
    --sentence-letter-spacing: 0;
    font-size: clamp(
      calc(var(--sentence-fs-min) * 1em / 16),
      calc(var(--sentence-fs-max) / var(--sentence-fs-viewport) * 100vw),
      calc(var(--sentence-fs-max) * 1em / 16)
    );
    letter-spacing: calc(var(--sentence-letter-spacing) * 1em);
    line-height: var(--sentence-line-height);
  }

  .page__title {
    --fs: 42;
    --mb: 70;
    font-size: min(calc(var(--fs) * 1em / 16), calc(var(--fs) / 1280 * 100vw));
    margin-bottom: clamp(
      calc(var(--mb) * 1rem / 16),
      calc(var(--mb) / 1512 * 100vw),
      calc(var(--mb) * 1.1rem / 16)
    );
    font-family: var(--font-noto-serif);
    color: var(--primary-blue);
    text-align: center;
    font-weight: 700;
  }

  @media screen and (width<=640px) {
    .page__title {
      --mb: 32;
      font-size: 1.25em;
    }
  }

  .page__title.text_left {
    text-align: left;
  }

  .section__pt {
    --pt: 170;
    padding-top: clamp(
      calc(var(--pt) * 1em / 16),
      calc(var(--pt) / 1512 * 100vw),
      calc(var(--pt) * 1.1em / 16)
    );
  }

  @media screen and (width<=640px) {
    .section__pt {
      --pt: 90;
    }
  }

  .page__banner {
    --bh: 620;
    height: clamp(
      calc(var(--bh) * 1em / 16),
      calc(var(--bh) / 1512 * 100vw),
      calc(var(--bh) * 1.1em / 16)
    );
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  @media screen and (width<=640px) {
    .page__banner {
      height: auto;
      padding: 5em 0;
      display: block;
    }
  }

  .page__title--en {
    --sentence-fs-max: 120;
    --sentence-fs-min: 14;
    --sentence-line-height: 1;
    background: var(--grad-color);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: var(--font-oswald);
    background-clip: text;
    font-weight: 600;
  }

  @media screen and (width<=1400px) {
    .page__title--en {
      --sentence-fs-max: 100;
    }
  }

  @media screen and (width<=1280px) {
    .page__title--en {
      --sentence-fs-max: 80;
    }
  }

  @media screen and (width<=1024px) {
    .page__title--en {
      --sentence-fs-max: 60;
    }
  }

  .h2_title {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--main-color);
    padding: calc(var(--spacing) * 4.5);
    --tw-font-weight: var(--font-weight-medium);
    font-family: Noto Serif JP, serif;
    font-weight: var(--font-weight-medium);
    color: var(--main-color);
  }

  @media (width>=40rem) {
    .h2_title {
      padding-inline: calc(var(--spacing) * 8);
      padding-block: calc(var(--spacing) * 5);
    }
  }

  .h2_title {
    --sentence-fs-max: 40;
    --sentence-fs-min: 14;
    --sentence-line-height: 1.8;
    margin-bottom: clamp(
      calc(var(--pmb) * 0.6em/16),
      calc(var(--pmb) / 1512 * 100vw),
      calc(var(--pmb) * 1em / 16)
    );
  }

  .h3_title {
    --tw-font-weight: var(--font-weight-medium);
    font-family: Noto Serif JP, serif;
    font-weight: var(--font-weight-medium);
    color: var(--main-color);
    --sentence-fs-max: 30;
    --sentence-fs-min: 14;
    --sentence-line-height: 1.8;
    margin-bottom: clamp(
      calc(var(--pmb) * 0.6em/16),
      calc(var(--pmb) / 1512 * 100vw),
      calc(var(--pmb) * 1em / 16)
    );
  }

  @media screen and (width<=640px) {
    .h3_title {
      font-size: 18px;
    }
  }

  .tbox_box_mb {
    margin-bottom: clamp(
      calc(var(--pmb) * 0.6em/16),
      calc(var(--pmb) / 1512 * 100vw),
      calc(var(--pmb) * 1em / 16)
    );
  }

  :where(.tbox_side_txt > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 10) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))
    );
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-14 {
    top: calc(var(--spacing) * 14);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-12 {
    bottom: calc(var(--spacing) * 12);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .z-10 {
    z-index: 10;
  }

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .container {
    width: 100%;
  }

  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .aspect-\[2\/1\] {
    aspect-ratio: 2;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink {
    flex-shrink: 1;
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .rotate-\[80deg\] {
    rotate: 80deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }

  .resize {
    resize: both;
  }

  .px-\[5\%\] {
    padding-inline: 5%;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
    );
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-clip {
    overflow-x: clip;
  }

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }

  .bg-\[\#8C7939\] {
    background-color: #8c7939;
  }

  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }

  .bg-primary-blue {
    background-color: var(--primary-blue);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .object-cover {
    object-fit: cover;
  }

  .object-bottom {
    object-position: bottom;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }

  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }

  .text-center {
    text-align: center;
  }

  .font-noto-sans {
    font-family: Noto Sans JP, serif;
  }

  .font-noto-serif {
    font-family: Noto Serif JP, serif;
  }

  .font-oswald {
    font-family: Oswald, sans-serif;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[90px\] {
    font-size: 90px;
  }

  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }

  .text-main {
    color: var(--main-color);
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-600 {
    color: var(--color-neutral-600);
  }

  .text-neutral-800 {
    color: var(--color-neutral-800);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-blue {
    color: var(--primary-blue);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-69 {
    opacity: 0.69;
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
      calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-neutral-200 {
    --tw-ring-color: var(--color-neutral-200);
  }

  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .backdrop-filter {
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, backdrop-filter, display, visibility, content-visibility, overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .\[--txt-pb\:76\] {
    --txt-pb: 76;
  }

  .\[--wrap-pt\:60\] {
    --wrap-pt: 60;
  }

  .backface-hidden {
    backface-visibility: hidden;
  }

  @media (hover: hover) {
    .group-hover\:scale-150:is(:where(.group):hover *) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-primary-blue:hover {
      background-color: var(--primary-blue);
    }

    .hover\:pr-20:hover {
      padding-right: calc(var(--spacing) * 20);
    }
  }

  @media (width>=40rem) {
    .sm\:absolute {
      position: absolute;
    }

    .sm\:inset-0 {
      inset: calc(var(--spacing) * 0);
    }

    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }

    .sm\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }

    .sm\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }

    .sm\:flex {
      display: flex;
    }

    .sm\:hidden {
      display: none;
    }

    .sm\:w-\[300px\] {
      width: 300px;
    }

    .sm\:w-auto {
      width: auto;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    :where(.sm\:space-y-6 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
      );
    }

    :where(.sm\:space-y-8 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
      );
    }

    :where(.sm\:space-y-10 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 10) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))
      );
    }

    .sm\:gap-x-10 {
      column-gap: calc(var(--spacing) * 10);
    }

    .sm\:gap-x-14 {
      column-gap: calc(var(--spacing) * 14);
    }

    .sm\:gap-y-20 {
      row-gap: calc(var(--spacing) * 20);
    }

    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }

    .sm\:rounded-full {
      border-radius: 3.40282e38px;
    }

    .sm\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }

    .sm\:border-b-0 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0;
    }

    .sm\:bg-transparent {
      background-color: #0000;
    }

    .sm\:p-0 {
      padding: calc(var(--spacing) * 0);
    }

    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }

    .sm\:py-5\.5 {
      padding-block: calc(var(--spacing) * 5.5);
    }

    .sm\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }

    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }

    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .sm\:leading-relaxed {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }

    .sm\:text-white {
      color: var(--color-white);
    }

    .sm\:ring-0 {
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(0px + var(--tw-ring-offset-width))
        var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (width>=48rem) {
    .md\:text-white {
      color: var(--color-white);
    }
  }

  @media (width>=64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }

    .lg\:flex-row-reverse {
      flex-direction: row-reverse;
    }

    .lg\:gap-x-16 {
      column-gap: calc(var(--spacing) * 16);
    }

    .lg\:rounded-3xl {
      border-radius: var(--radius-3xl);
    }
  }

  @media (width>=80rem) {
    .xl\:gap-x-20 {
      column-gap: calc(var(--spacing) * 20);
    }

    .xl\:rounded-4xl {
      border-radius: var(--radius-4xl);
    }
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  opacity: 0.7;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  opacity: 0.7;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: transform 0.2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide.is-focus-in .splide__pagination__page:focus,
.splide__pagination__page:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide.is-focus-in .splide__toggle:focus,
.splide__toggle:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 0.5em 0 auto;
}

:root {
  --primary: #ebb723;
  --primary-blue: #02223f;
  --primary-foreground: #ebe7d5;
  --main-color: #252525;
  --section-width: 1252;
  --gray-color: #9f9f9f;
  --grad-ratio: #02223f 0%, #fbd786 48.96%, #ebb723 100%;
  --grad-ratio02: #8c7939 0.47%, #ebb723 50.23%, #212121 100%;
  --grad-hover-ratio: #fbd786 22.4%, #ebb723 100%;
  --grad-color: linear-gradient(285deg, var(--grad-ratio));
  --grad-hover-color: linear-gradient(285deg, var(--grad-hover-ratio));
  --hover-color: var(--gold-color);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-inout-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-inout-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-inout-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-inout-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-inout-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-inout-expo: cubic-bezier(1, 0, 0, 1);
  --ease-inout-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition: 0.3s var(--ease-out-quad);
}

@supports (color: color(display-p3 0 0 0)) {
  :root {
    --primary: color(display-p3 0.889828 0.725703 0.280245);
    --primary-blue: color(display-p3 0.0430146 0.130839 0.23872);
    --primary-foreground: color(display-p3 0.918744 0.906346 0.84219);
  }
}

@supports (color: lab(0% 0 0)) {
  :root {
    --primary: lab(77.603% 10.4724 73.6761);
    --primary-blue: lab(12.3665% -1.62603 -22.2083);
    --primary-foreground: lab(91.5914% -0.865042 9.29893);
  }
}

.banner_box {
  position: relative;
}

.banner_box .service__banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (width<=1320px) {
  .banner_box .service__banner {
    --undermv-pt: 300;
    width: 84%;
  }
}

@media screen and (width<=880px) {
  .banner_box .service__banner {
    width: 88%;
    height: auto;
    padding-top: 2em;
    position: relative;
  }

  .banner_box {
    aspect-ratio: 3/2;
  }

  .banner_box img {
    object-fit: cover;
    object-position: left top;
    width: 100%;
    height: 100%;
  }
}

.page__service .banner_box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width<=880px) {
  .page__service .banner_box img {
    position: relative;
  }
}

.page__service .service__banner {
  position: relative;
}

.service__banner {
  --undermv-pt: 366;
  --undermv-h: 720;
  z-index: 2;
  height: min(
    calc(var(--undermv-h) * 1em / 16),
    calc(var(--undermv-h) / 1250 * 100vw)
  );
  padding-top: min(
    calc(var(--undermv-pt) * 1em / 16),
    calc(var(--undermv-pt) / 1250 * 100vw)
  );
  position: relative;
}

.service__banner .page__title {
  --mb: 50;
  font-weight: 700;
  line-height: 1.25;
  font-size: calc(var(--vw) * 4);
}

@media screen and (width<=1320px) {
  .service__banner .page__title {
    --fs: 60;
  }
}

@media screen and (width<=880px) {
  .service__banner .page__title {
    --mb: 0;
    color: #222;
    font-size: 1.5em;
    line-height: 1.5;
  }
}

.page__company__price,
.page__company__terms,
.page__contact,
.page__news {
  background-color: #f0f0f0;
}

.page__company__terms .h3_title {
  color: var(--color-primary-blue);
}

.page__company__terms .tbox_side_txt {
  line-height: 2;
}

@media screen and (width<=640px) {
  .page__company__terms .tbox_side_txt {
    line-height: 1.8;
  }
}

.tbox_box {
  --pmb: 40;
}

.tbox_box table {
  background-color: #f2f2f0;
  border: 1px solid #fff;
  width: 100%;
  font-size: 105%;
}

@media screen and (width<=640px) {
  .tbox_box table {
    font-size: 1em;
  }

  .tbox_box table tr {
    flex-direction: column;
    display: flex;
  }
}

.tbox_box table th {
  width: 33.33%;
  color: var(--color-main);
  background-color: #eaeae5;
  border-right: 1px solid #fff;
  padding: 20px;
}

@media screen and (width<=640px) {
  .tbox_box table th {
    border-bottom: 1px solid #fff;
    border-right: unset;
    width: 100%;
    padding: 18px;
  }
}

.tbox_side_out {
  padding-bottom: clamp(
    calc(var(--pmb) * 0.6em/16),
    calc(var(--pmb) / 1512 * 100vw),
    calc(var(--pmb) * 1em / 16)
  );
}

@media screen and (width<=640px) {
  .tbox_side_out {
    font-size: 0.875em;
  }
}

.tbox_box table td {
  padding: 20px;
}

@media screen and (width<=640px) {
  .tbox_box table td {
    padding: 18px;
    font-size: 0.875em;
    line-height: 1.8;
  }
}

.tbox_box table tr:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.js-imgloadcontainer {
  --circle-w: 1200;
  --circle-mr: -130;
  pointer-events: none;
}

.js-mvcircle {
  --circle-scale: 50;
  aspect-ratio: 1317.57/1310.1;
  clip-path: circle(calc(var(--circle-scale) * 1%) at 50% 50%);
  margin-right: calc(var(--circle-mr) / 1372 * 100%);
  width: calc(var(--circle-w) / 1372 * 100%);
}

.splide__bg {
  --itemh: 313.5;
  --itemgap: 32;
  z-index: 1;
  width: 12.6284%;
  position: relative;
}

.splide__bg__list {
  height: calc((var(--itemh) + var(--itemgap)) * 5 / 1512 * 100vw);
  will-change: transform;
}

.splide__bg__slide {
  height: calc((var(--itemh) + var(--itemgap)) * 1 / 1512 * 100vw);
}

.splide__bg__slide__img {
  height: calc((var(--itemh)) * 1 / 1512 * 100vw);
  top: calc((var(--itemgap)) * 1 / 1512 * 100vw);
}

.splide__bg-groups {
  z-index: 0;
  flex-shrink: 0;
  justify-content: space-between;
  width: 109.458vw;
  height: 100vh;
  margin-left: -54.7288vw;
  display: flex;
  position: fixed;
  top: 0;
  left: 50%;
  transform: rotate(5deg);
}

.splide__bg-groups:before {
  content: "";
  z-index: 2;
  background-color: #0000004d;
  display: block;
  position: absolute;
  inset: 0;
  transform: rotate(-5deg);
}

.splide__bg-groups:after {
  content: "";
  z-index: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 0;
  transform: rotate(-5deg);
}

.splide__bg-group-bg {
  --opacity: 0;
  opacity: var(--opacity);
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0;
  transform: rotate(-5deg);
}

.js-mvcirclebg {
  --circle-scale: 1;
  height: 100%;
  right: calc(var(--circle-mr) / 1372 * 100%);
  scale: var(--circle-scale);
  width: calc(var(--circle-w) / 1372 * 100%);
  position: absolute;
  top: 0;
}

.js-mvcirclebg-item {
  transform-origin: 50%;
  animation: 10s linear infinite rotate;
  position: absolute;
  inset: 0;
  scale: 0.99;
}

.js-mvtxt {
  --blur: 0;
  filter: blur(calc(var(--blur) * 30px));
  will-change: filter;
}

@keyframes rotate {
  0% {
    rotate: none;
  }

  to {
    rotate: 1turn;
  }
}

.text-height {
  height: calc(100vh - var(--wrap-pt) * 1em / 16);
  padding-bottom: calc(var(--txt-pb) * 1em / 16);
  left: 0;
}

.section_about {
  --pt: 355;
  --pb: 331;
  --pl: 180;
  color: #fff;
  padding: calc(var(--pt) * 1em / 16)
    clamp(
      calc(var(--pl) * 0.6em/16),
      calc(var(--pl) / 1512 * 100vw),
      calc(var(--pl) * 1em / 16)
    )
    clamp(
      calc(var(--pb) * 0.6em/16),
      calc(var(--pb) / 750 * 100vw),
      calc(var(--pb) * 1em / 16)
    );
  z-index: 2;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  font-size: max(0.6em, min(1vw, 1em));
  display: flex;
  position: relative;
}

@media screen and (width<=1024px) {
  .section_about {
    --pt: 250;
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(
      calc(var(--pt) * 0.8em/16),
      calc(var(--pt) / 750 * 100vw),
      calc(var(--pt) * 1em / 16)
    );
    flex-direction: column;
    align-items: center;
    font-size: 1em;
  }
}

@media screen and (width<=640px) {
  .section_about {
    color: #222;
    --pt: 0;
    --pb: 20;
    display: block;
  }
}

.mo-banner {
  display: none;
}

@media screen and (width<=640px) {
  .mo-banner {
    display: block;
  }
}

.mo-banner .splide__slide {
  aspect-ratio: 1/1.45;
  width: 100vw;
}

@media screen and (width<=640px) {
  .page__home .header {
    background-color: unset;
    backdrop-filter: unset;
    position: fixed;
  }
}

.section_about_title {
  gap: 0.8em;
  position: sticky;
  top: 5.8125em;
}

@media screen and (width<=1024px) {
  .section_about_title {
    position: static;
  }
}

@media screen and (width<=640px) {
  .section_about_title {
    padding: 3em 0;
  }
}

.section_about_title_p {
  --sentence-fs-max: 70;
  --sentence-fs-min: 32;
  --sentence-line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
  font-family: var(--font-noto-serif);
  font-weight: 600;
}

@media screen and (width<=640px) {
  .section_about_title_p {
    writing-mode: unset;
    --sentence-fs-max: 40;
    --sentence-fs-min: 28;
    --sentence-line-height: 1.5;
  }
}

.section_about_content {
  --mt: 460;
  --sentence-fs-max: 24;
  --sentence-fs-min: 15;
  --sentence-line-height: 2.25;
  margin-top: calc(var(--mt) * 1em / 24);
  flex-direction: column;
  gap: 2.5em;
  display: flex;
}

@media screen and (width<=640px) {
  .section_about_content {
    --sentence-line-height: 2;
    gap: 1em;
    margin-top: 0;
  }
}

.section_about_content img {
  width: 45%;
}

@media screen and (width<=640px) {
  .section_about_content img {
    border-radius: 1em;
    width: 100%;
  }
}

.section_about_content p span {
  display: block;
}

.section_service {
  --pt: 471;
  --pb: 333;
  padding: clamp(
      calc(var(--pt) * 0.3em/16),
      calc(var(--pt) / 1320 * 100vw),
      calc(var(--pt) * 1em / 16)
    )
    0
    clamp(
      calc(var(--pb) * 0.4em/16),
      calc(var(--pb) / 1320 * 100vw),
      calc(var(--pb) * 1em / 16)
    );
  z-index: 2;
  position: relative;
  overflow: hidden;
}

@media screen and (width<=1024px) {
  .section_service {
    --pb: 220;
    --historyTop: 24.173vw;
    padding-bottom: clamp(
      calc(var(--pb) * 0.5em/16 + var(--historyTop)),
      calc(var(--pb) / 750 * 100vw + var(--historyTop)),
      calc(var(--pb) * 1em / 16 + var(--historyTop))
    );
  }
}

.section_service_bg {
  --radius: 50;
  aspect-ratio: 1856/946;
  border-radius: calc(var(--radius) * 1%);
  background-color: #fff;
  width: max(116em, 122.751vw);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.section_service:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - max(18.75em, 19.8413vw));
  display: block;
  position: absolute;
  top: max(18.75em, 19.8413vw);
  left: 0;
}

.section_service_content {
  position: relative;
}

.section_service_content hgroup {
  --ml: 180;
  margin-left: calc(var(--ml) / 1372 * 100%);
  flex-direction: column;
  align-items: flex-start;
  gap: max(1.8125em, min(5.73333vw, 2.6875em));
  display: flex;
}

.section_service_content hgroup h2 {
  background: var(--grad-color);
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: #0000;
  font-size: max(1em, min(4vw, 1.875em));
  line-height: 1;
  font-family: var(--font-oswald);
  background-clip: text;
  font-weight: 500;
  position: relative;
}

.section_service_content hgroup h2:before {
  background: var(--grad-color);
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section_service_content hgroup p {
  font-size: max(1.5em, min(7.12891vw, 2.625em));
  line-height: 2;
}

@media screen and (width<=1024px) {
  .section_service_content hgroup p {
    line-height: 1.5;
  }
}

@media screen and (width<=1320px) {
  .section_service_content hgroup {
    font-size: 1.21212vw;
  }
}

@media screen and (width<=1024px) {
  .section_service_content hgroup {
    margin-left: 0;
    font-size: 1em;
  }
}

.section_service_slider {
  --pt: 159;
  --pl: 180;
  padding: calc(var(--pt) * 1em / 16) 0 0 calc(var(--pl) / 1372 * 100%);
  grid-template: "title img" max-content "txt img" max-content "btn img" 1fr/36.2416% 63.7584%;
  display: grid;
  position: relative;
}

@media screen and (width<=1024px) {
  .section_service_slider {
    --pt: 150;
    --pl: 30;
    padding: max(calc(var(--pt) * 0.6em/16), calc(var(--pt) / 750 * 100vw)) 0 0
      calc(var(--pl) / 333 * 100%);
    grid-template: "title" max-content "img" 1fr "txt" "btn" / auto;
  }
}

.section_service_slider .title,
.section_service_slider .txt {
  --mt: 0;
  --ml: 64;
  margin: calc(var(--mt) * 1em / 16) 0 0 calc(var(--ml) / 432 * 100%);
  position: relative;
}

@media screen and (width<=1560px) {
  .section_service_slider .title,
  .section_service_slider .txt {
    font-size: 1.02564vw;
  }
}

@media screen and (width<=1024px) {
  .section_service_slider .title,
  .section_service_slider .txt {
    --ml: 0;
    font-size: 1em;
  }
}

.section_service_slider .title {
  --mt: 85;
  grid-area: title;
}

@media screen and (width<=1024px) {
  .section_service_slider .title {
    --ml: 0;
  }
}

.section_service_slider .txt {
  grid-area: txt;
}

@media screen and (width<=1024px) {
  .section_service_slider .txt {
    --mt: 30;
  }
}

.section_service_slider .title-item,
.section_service_slider .txt .txt-block {
  opacity: 0;
  position: absolute;
}

.section_service_slider .title-block {
  --sentence-fs-max: 22;
  --sentence-fs-min: 16;
  --sentence-line-height: 1.7;
}

.section_service_slider .title-block .title-txt {
  color: #9f9f9f;
}

.section_service_slider .title-block2 {
  --sentence-fs-max: 50;
  --sentence-fs-min: 32;
  --sentence-line-height: 1;
  --mt: 40;
  margin-top: calc(var(--mt) * 1em / var(--sentence-fs-max));
  color: var(--main-color);
}

.section_service_slider .title-block,
.section_service_slider .title-block2,
.section_service_slider .txt .txt-block {
  opacity: 0;
  transform: translate(1em);
}

.splide__imgs--icon {
  z-index: 1;
  width: 15em;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (width<=1024px) {
  .splide__imgs--icon {
    width: 15em;
    font-size: 1.5625vw;
    right: 6.87023vw;
  }
}

.splide__imgs--icon li {
  opacity: 0;
  position: absolute;
}

.splide__imgs--icon li.active {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: static;
}

.splide_dragIcon {
  aspect-ratio: 1;
  backdrop-filter: blur(10px);
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
  color: #939393;
  background: #ffffffb3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.625em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (width<=1024px) {
  .splide_dragIcon {
    display: none;
  }
}

.splide_dragIcon .splide_dragIcon--arrows {
  z-index: 1;
  width: 0.75em;
}

.splide_dragIcon .splide_dragIcon--hand {
  z-index: 1;
  width: 1.25em;
  margin: 0 2.0625em;
  position: relative;
}

.section_service_slider .title-item.active .title-block,
.section_service_slider .title-item.active .title-block2 {
  opacity: 1;
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1),
    transform 1.1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0);
}

.section_service_slider .title-item.active,
.section_service_slider .txt .txt-block.active {
  opacity: 1;
  position: static;
}

.section_service_slider .txt .txt-block {
  --sentence-fs-max: 20;
  --sentence-fs-min: 14;
  --sentence-line-height: 1.8;
  --mt: 55;
  --mb: 105;
  margin: calc(var(--mt) * 1em / var(--sentence-fs-max)) 0
    calc(var(--mb) * 1em / var(--sentence-fs-max));
  opacity: 0;
  flex-direction: column;
  display: flex;
  transform: translate(1em);
}

@media screen and (width<=1024px) {
  .section_service_slider .txt .txt-block {
    --mt: 0;
    --mb: 30;
  }
}

.section_service_slider .txt .txt-block span {
  display: block;
}

.section_service_slider .txt .txt-block.active {
  opacity: 1;
  transition: opacity 1.1s cubic-bezier(0.23, 1, 0.32, 1),
    transform 1.1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate(0);
}

.section_service_slider .btn {
  grid-area: btn;
}

.btn .link {
  --fs-max: 20;
  --fs-min: 16;
  --all-width: 348;
  --arrow-circle-size: 150;
  --arrow-circle-bg: #f3f3f3;
  --arrow-icon-size: 16;
  font-size: clamp(
    calc(var(--fs-min) * 1em / 16),
    calc(var(--fs-max) / 750 * 100vw),
    calc(var(--fs-max) * 1em / 16)
  );
  width: calc(var(--all-width) * 1em / var(--fs-max));
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.btn .link:after,
.btn .link:before {
  content: "";
  height: 2px;
  width: calc(280 / var(--all-width) * 100%);
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 2em;
  left: 0;
}

.btn .link:before {
  background-color: var(--primary-blue);
  z-index: 1;
}

.btn .link:after {
  background: var(--grad-color);
  z-index: 2;
  transform: scaleX(0);
}

.btn .link .link-txt {
  position: relative;
}

.btn .link .link-txt span {
  font-weight: 600;
  display: block;
}

.btn .link .link-txt span.hover {
  background: var(--grad-color);
  -webkit-text-fill-color: #0000;
  opacity: 0;
  background-clip: text;
  position: absolute;
  top: 0;
  left: 0;
}

.btn .link .link-icon {
  aspect-ratio: 1;
  background-color: var(--arrow-circle-bg);
  width: min(
    calc(var(--arrow-circle-size) * 0.8/390 * 100vw),
    calc(var(--arrow-circle-size) * 1em / var(--fs-max))
  );
  z-index: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media (any-hover: hover) {
  .btn .link:after {
    transform-origin: 0 0;
    transition: transform 0.6s var(--ease-out-quint);
  }

  .btn .link:hover:after {
    transform: scale(1);
  }

  .btn .link .link-txt span {
    transition: opacity 0.6s var(--ease-out-quint);
  }

  .btn .link:hover .link-txt span {
    opacity: 0;
  }

  .btn .link:hover .link-txt span.hover {
    opacity: 1;
  }

  .btn .link .link-icon {
    transition: transform 0.4s var(--ease-inout-quart),
      background-color 0.4s var(--ease-inout-quart);
  }

  .btn .link:hover .link-icon {
    background-color: var(--primary-blue);
    transform: scale(calc(110 / var(--arrow-circle-size)));
  }

  .btn .link .link-icon svg {
    transition: color 0.4s var(--ease-inout-quart);
  }

  .btn .link:hover .link-icon svg {
    color: #fff;
  }
}

.section_service_slider .sliders {
  grid-area: img;
}

@media screen and (width<=1024px) {
  .section_service_slider .sliders {
    width: 91.6031vw;
    margin-top: 2.5em;
  }
}

.section_service_slider .sliders .img-slider {
  --w: 760;
  cursor: -webkit-grab;
  width: calc(var(--w) / 760 * 100%);
  position: relative;
}

@media screen and (width<=1024px) {
  .section_service_slider .sliders .img-slider {
    justify-self: end;
    width: 100%;
  }
}

.section_service_slider .sliders .img-slider.slider-main .splide {
  z-index: 0;
  position: relative;
}

.section_service_slider .sliders .img-slider.slider-sub01,
.section_service_slider .sliders .img-slider.slider-sub02 {
  width: calc(var(--w) / 1372 * 100%);
  position: absolute;
}

@media screen and (width<=1024px) {
  .section_service_slider .sliders .img-slider.slider-sub01,
  .section_service_slider .sliders .img-slider.slider-sub02 {
    display: none;
  }
}

.section_service_slider .sliders .img-slider.slider-sub01 {
  --w: 287;
  top: 5.4375em;
  left: -7.79883%;
}

.section_service_slider .sliders .img-slider.slider-sub02 {
  --w: 226;
  top: -5.9375em;
  right: -8.23615%;
}

.section_service_slider .sliders .img-slider .splide__track {
  border-radius: 50%;
}

.section_service_slider .sliders .img-slider .splide__pagination {
  bottom: -3em;
}

@media screen and (width<=1024px) {
  .section_service_slider .sliders .img-slider .splide__pagination {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    font-size: min(2.90909vw, 1em);
    top: 50%;
    bottom: auto;
    left: -7.63359vw;
    translate: 0 -50%;
  }
}

.section_service_slider
  .sliders
  .img-slider
  .splide__pagination
  .splide__pagination__page {
  opacity: 1;
  background: #d9d9d9;
  width: 0.9375em;
  height: 0.9375em;
  margin: 0.625em;
  transition: background 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.section_service_slider
  .sliders
  .img-slider
  .splide__pagination
  .splide__pagination__page.is-active {
  background: var(--primary-blue);
  z-index: 1;
  transform: scale(1);
}

.section_service_slider .sliders .img-slider .img__sliderIcon {
  z-index: 1;
  width: 15em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section_service_slider .sliders .img-slider .img__sliderIconItem {
  opacity: 0;
  position: absolute;
}

.section_service_slider .sliders .img-slider .img__sliderIconItem.is-active {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: static;
}

.section_service_slider .sliders .img-slider .splide__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_service_slider .img__sliderDrag {
  aspect-ratio: 1;
  backdrop-filter: blur(10px);
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
  background: #ffffffb3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 10.625em;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.section_feature_body {
  --pt: 280;
  --pb: 285;
  padding: calc(var(--pt) * 1em / 16) 0
    clamp(
      calc(var(--pb) * 0.4em/16),
      calc(var(--pb) / 750 * 100vw),
      calc(var(--pb) * 1em / 16)
    );
  position: relative;
}

@media screen and (width<=1024px) {
  .section_feature_body {
    padding-top: 104.326vw;
  }
}

.section_feature_body .imgs {
  --top: 248;
  --right: 689;
  --w: 753;
  right: calc(var(--right) / 1252 * 100%);
  top: calc(var(--top) * -1em / 16);
  width: calc(var(--w) * 1em / 16);
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

@media screen and (width<=1024px) {
  .section_feature_body .imgs {
    width: 100%;
    position: absolute;
    top: -24.173vw;
    left: 0;
    right: auto;
  }
}

.section_feature_body .imgs li {
  border-radius: 100vmax;
  width: 45.1527%;
  overflow: hidden;
}

@media screen and (width<=1024px) {
  .section_feature_body .imgs li {
    width: 43.5897vw;
  }
}

.section_feature_body .imgs li img {
  aspect-ratio: 408/936;
}

.section_feature_body .imgs li:nth-of-type(2) {
  margin-top: 24.375em;
}

@media screen and (width<=1024px) {
  .section_feature_body .imgs li:nth-of-type(2) {
    margin-right: calc(50% - var(--vw) * 50);
    margin-top: 55.3846vw;
  }
}

.section_feature_body .txt {
  color: #fff;
  left: max(calc(50% - var(--vw) * 50), -11.6613%);
  mix-blend-mode: difference;
  z-index: 3;
  flex-direction: column;
  margin-left: -0.875em;
  display: flex;
  position: absolute;
  top: 28.125em;
}

@media screen and (width<=1024px) {
  .section_feature_body .txt {
    flex-direction: row;
    align-items: flex-end;
    margin-left: 0;
    top: 7.63359vw;
    left: 34.8601vw;
  }
}

.section_feature_body .txt span {
  line-height: 1;
  display: block;
}

.section_feature_body .txt span:first-of-type {
  font-size: 8.75em;
}

@media screen and (width<=1024px) {
  .section_feature_body .txt span:first-of-type {
    margin-bottom: 0.08824em;
    font-size: 8.6514vw;
  }
}

.section_feature_body .txt span:nth-of-type(2) {
  font-size: 15em;
}

@media screen and (width<=1024px) {
  .section_feature_body .txt span:nth-of-type(2) {
    font-size: 20.3562vw;
  }
}

.section_feature_body .content {
  z-index: 3;
  grid-template: "title" max-content "txt" max-content "btn" 1fr/39.9361%;
  justify-content: end;
  display: grid;
  position: relative;
}

@media screen and (width<=1024px) {
  .section_feature_body .content {
    grid-template-columns: 1fr;
    justify-content: start;
  }
}

.section_feature_body .content .title-block {
  grid-area: title;
}

.section_feature_body .content .title-block h2 {
  z-index: 2;
  width: 39.1185%;
  margin: -3em auto auto 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tag-slider {
  --wd: 160;
  --gx: -20;
  display: flex;
}

@media screen and (width<=640px) {
  .tag-slider {
    --gx: 0;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

.tag-slider li {
  width: calc(var(--wd) * 1em / 16);
  aspect-ratio: 1;
  background-color: #f1f3f6;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 15px 15px 40px #4b55741a, -15.5px -15.5px 40px #fff,
    inset 2px 2px 10px #fff;
}

@media screen and (width<=640px) {
  .tag-slider li {
    width: 100%;
  }
}

.tag-slider li + li {
  margin-left: calc(var(--gx) * 1em / 16);
}

@media screen and (width<=640px) {
  .tag-slider li + li {
    margin-left: 0;
  }
}

.section_feature_body .content .txt-block {
  --mt: 100;
  --mb: 53;
  --sentence-line-height: 1.7;
  margin: calc(var(--mt) * 1em / var(--sentence-fs-max)) 0
    calc(var(--mb) * 1em / var(--sentence-fs-max));
  max-width: calc(380em / var(--sentence-fs-max));
  grid-area: txt;
}

@media screen and (width<=1024px) {
  .section_feature_body .content .txt-block {
    max-width: unset;
  }
}

.section_feature:before {
  --h: 1295;
  content: "";
  height: calc(var(--h) * 1em / 16);
  background: linear-gradient(#f4f4f2, #fff);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section_feature_body .content .btn {
  grid-area: btn;
}

.section_feature_video_body {
  --clippath-inset-lr: 62;
  --clippath-round: 50;
  clip-path: inset(
    0 calc(var(--clippath-inset-lr) / 1512 * 100%) round
      calc(var(--clippath-round) * 1em / 16)
  );
  width: 100%;
  height: max(42.5em, 44.9735vw);
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}

@media screen and (width<=1024px) {
  .section_feature_video_body {
    height: min(94.9109vw, 42.5em);
  }
}

.section_feature_video_body:after {
  content: "";
  background-color: #0003;
  display: block;
  position: absolute;
  inset: 0;
}

.section_feature_video_body video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_feature_video_splide {
  margin-top: max(-6.25em, min(-13.3333vw, -3.125em));
}

.section_feature_video_splide .splide__track {
  z-index: auto;
}

.section_feature_video_splide .splide__slide-body {
  --sentence-fs-max: 200;
  --sentence-fs-min: 80;
  --sentence-line-height: 1;
  align-items: center;
  padding-right: 0.15em;
  display: flex;
}

.section_feature_video_splide .splide__slide-body p {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #747474;
  color: #0000;
  letter-spacing: calc(-6.4em / var(--sentence-fs-max));
  text-transform: uppercase;
  white-space: nowrap;
}

.section_feature_video_splide .splide__slide-img {
  flex-shrink: 0;
  align-items: center;
  width: 0.75em;
  margin-left: 0.105em;
  display: flex;
}

.section_feature_video_splide .splide__slide-img img {
  aspect-ratio: 1;
}

.section_feature_lists {
  --pt: 170;
  --pb: 407;
  padding: clamp(
      calc(var(--pt) * 0.5em/16),
      calc(var(--pt) / 750 * 100vw),
      calc(var(--pt) * 1em / 16)
    )
    0
    clamp(
      calc(var(--pb) * 0.3em/16),
      calc(var(--pb) / 750 * 100vw),
      calc(var(--pb) * 1em / 16)
    );
  grid-template-columns: 36.7412% 1fr 36.7412%;
  grid-template-areas: "post01 title post02";
  display: grid;
}

@media screen and (width<=1024px) {
  .section_feature_lists {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "post01" "post02";
  }
}

.section_feature_lists .title {
  --sentence-fs-max: 22;
  --sentence-fs-min: 12;
  --sentence-line-height: 1;
  flex-direction: row-reverse;
  grid-area: title;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section_feature_lists .title .baloon {
  background-color: var(--primary-blue);
  border-radius: 0.22727em;
  justify-content: center;
  display: flex;
  position: relative;
}

.section_feature_lists .title .baloon__arrow {
  width: 0.72727em;
  position: absolute;
  top: 2.72727em;
  left: -0.63636em;
}

.section_feature_lists .title .baloon__txt {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  writing-mode: vertical-rl;
  padding: 0.5em 0.36364em;
}

.section_feature_lists .title .txt {
  white-space: nowrap;
  writing-mode: vertical-rl;
  color: var(--main-color);
  margin: 0.475em 0.2875em 0 0;
  font-size: 3.63636em;
}

.section_feature_lists .article {
  --sentence-fs-max: 18;
  --sentence-fs-min: 14;
  --mt: 0;
  margin-top: clamp(
    calc(var(--mt) * 0.4em/18),
    calc(var(--mt) / 750 * 100vw),
    calc(var(--mt) * 1em / 18)
  );
}

.section_feature_lists .article:first-of-type {
  --mt: 160;
  grid-area: post01;
}

.section_feature_lists .article:nth-of-type(2) {
  --mt: 345;
  grid-area: post02;
}

@media screen and (width<=1024px) {
  .section_feature_lists .article:nth-of-type(2) {
    --mt: 160;
  }
}

.section_feature_lists .article-body {
  grid-template-rows: repeat(3, max-content);
  grid-template-areas: "img" "title" "txt";
  display: grid;
}

.section_feature_lists .article-body .tit {
  grid-area: title;
  margin-top: 1.66667em;
  position: relative;
}

.section_feature_lists .article-body .titleTxt {
  position: relative;
}

.section_feature_lists .article-body .titleTxt span {
  padding-right: 3.19231em;
  font-size: 1.44444em;
  line-height: 1.5;
  display: block;
}

@media screen and (width<=1024px) {
  .section_feature_lists .article-body .titleTxt span {
    padding-right: 0;
  }
}

.section_feature_lists .article-body .titleTxt span.hover {
  background: var(--grad-color);
  -webkit-text-fill-color: #0000;
  opacity: 0;
  background-clip: text;
  position: absolute;
  top: 0;
  left: 0;
}

.section_feature_lists .article-body .titleLine {
  background-color: #d9d9d9;
  border-radius: 2px;
  height: 2px;
  margin-top: 1.11111em;
  position: relative;
  overflow: hidden;
}

.section_feature_lists .article-body .titleLine:after,
.section_feature_lists .article-body .titleLine:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.section_feature_lists .article-body .titleLine:before {
  background: var(--grad-color);
  width: 100%;
  left: 0;
  transform: scaleX(0);
}

.section_feature_lists .article-body .titleLine:after {
  background-color: var(--main-color);
  width: 2.77778em;
  right: 0;
}

@media screen and (width<=1024px) {
  .section_feature_lists .article-body .titleLine:after {
    display: none;
  }
}

.section_feature_lists .article-body .titleArrow {
  aspect-ratio: 1;
  background-color: #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.77778em;
  display: flex;
  position: absolute;
  bottom: -0.16667em;
  right: -1em;
  transform: scale(0.11628);
}

@media screen and (width<=1024px) {
  .section_feature_lists .article-body .titleArrow {
    display: none;
  }
}

.section_feature_lists .article-body .titleArrow svg {
  color: #fff;
  opacity: 0;
  width: 0.88889em;
}

.section_feature_lists .article-body .content {
  color: #9f9f9f;
  grid-area: txt;
  margin-top: 1.55556em;
}

.section_feature_lists .article-body .img-box {
  grid-area: img;
  position: relative;
}

.section_feature_lists .article-body .img-box .img-body {
  border-radius: min(7.8125vw, 2.77778em);
  overflow: hidden;
}

@media screen and (width<=640px) {
  .section_feature_lists .article-body .img-box .img-body {
    border-radius: 1em;
  }
}

.section_feature_lists .article-body .img-box .tag {
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.44444em;
  display: flex;
  position: absolute;
  top: -1.44444em;
  left: -1.77778em;
}

.section_feature_lists .article-body .img-box .tag .tag-no,
.section_feature_lists .article-body .img-box .tag .tag-txt {
  background: var(--grad-color);
  -webkit-text-fill-color: #0000;
  background-clip: text;
  line-height: 1;
}

.section_feature_lists .article-body .img-box .tag .tag-no {
  margin-bottom: 0.5em;
  font-size: 0.66667em;
}

.section_feature_lists .article-body .img-box .tag .tag-txt {
  font-size: 1.55556em;
}

@media (any-hover: hover) {
  .section_feature_lists .article-body .titleTxt span {
    transition: opacity 0.6s var(--ease-out-quint);
  }

  .section_feature_lists .article-body .img-box img {
    transition: transform var(--transition);
    will-change: transform;
  }

  .section_feature_lists .article-body .titleLine:after,
  .section_feature_lists .article-body .titleLine:before {
    transition: transform 0.6s var(--ease-out-quint);
  }

  .section_feature_lists .article-body .titleLine:before {
    transform-origin: 0 0;
  }

  .section_feature_lists .article-body .titleLine:after {
    transform-origin: 100% 0;
    transition-duration: 0.3s;
  }

  .section_feature_lists .article-body .titleArrow {
    transition: transform 0.4s var(--ease-inout-quart),
      background-color 0.4s var(--ease-inout-quart);
  }

  .section_feature_lists .article-body .titleArrow svg {
    transition: opacity 0.4s var(--ease-inout-quart);
  }

  .section_feature_lists .article-body:hover .titleTxt span {
    opacity: 0;
  }

  .section_feature_lists .article-body:hover .titleTxt span.hover {
    opacity: 1;
  }

  .section_feature_lists .article-body:hover .img-box img {
    will-change: auto;
    transform: scale(1.03);
  }

  .section_feature_lists .article-body:hover .titleLine:before {
    transform: scale(1);
  }

  .section_feature_lists .article-body:hover .titleLine:after {
    transform: scaleX(0);
  }

  .section_feature_lists .article-body:hover .titleArrow {
    background-color: var(--primary-blue);
    transform: scale(1);
  }

  .section_feature_lists .article-body:hover .titleArrow svg {
    opacity: 1;
  }
}

.footer {
  --f-bgw: 1512;
  --f-bgh: 921;
  --f-mt: -280;
  color: var(--gray-color);
  margin-top: calc(var(--f-mt) * 1em / 16);
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.page__store .footer {
  background-color: #f0f0f0;
}

.footer,
.footer:before {
  pointer-events: none;
}

.footer:before {
  background: linear-gradient(to bottom, #0000, #0000 70%, var(--black-bg) 95%);
  content: "";
  height: calc(var(--f-bgh) * 1em / 16);
  width: calc(var(--f-bgw) * 1em / 16);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (width>=1512px) {
  .footer {
    margin-top: calc(var(--f-mt) / 1512 * 100vw);
  }
}

@media screen and (width<=880px) {
  .footer {
    --f-bgw: 393;
    --f-bgh: 425;
    --f-mt: -72;
    margin-top: calc(var(--f-mt) / 393 * 100vw);
  }
}

.footer-bg {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bg:before {
  background: linear-gradient(
    to bottom,
    #0000,
    #0000 80%,
    var(--primary-blue) 100%
  );
  content: "";
  pointer-events: none;
  z-index: 1;
  position: absolute;
  inset: 0;
}

.footer-mask {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-bg-img {
  width: 100%;
  height: auto;
}

@media screen and (width<=880px) {
  .footer-bg-img {
    aspect-ratio: 17/24;
  }
}

.footer-content {
  pointer-events: all;
  padding-top: 150px;
}

@media screen and (width<=640px) {
  .footer-content {
    padding-top: 80px;
  }
}

.footer-main {
  pointer-events: auto;
  z-index: 2;
  padding-bottom: 6em;
  position: relative;
}

@media screen and (width<=640px) {
  .footer-main {
    padding-bottom: 4em;
  }
}

.footer-contact {
  --mt: -152;
  margin-top: max(calc(var(--mt) * 1em / 16), calc(var(--mt) / 1512 * 100vw));
}

@media screen and (width<=880px) {
  .footer-contact {
    --mt: -100;
    margin-top: calc(var(--mt) / 393 * 100vw);
  }
}

.footer-contact-target {
  --pt: 120;
  --pb: 120;
  --pl: 120;
  --pr: 80;
  color: #fff;
  padding: calc(var(--pt) * 1em / 16)
    calc(var(--pr) / var(--section-width) * 100%) calc(var(--pb) * 1em / 16)
    calc(var(--pl) / var(--section-width) * 100%);
  z-index: 1;
  border-radius: 3.125em;
  justify-content: space-between;
  align-items: center;
  font-size: min(1em, 1.25vw);
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width<=880px) {
  .footer-contact-target {
    --ptb: 88;
    --plr: 40;
    padding: clamp(
        calc(var(--ptb) * 1em / 16),
        calc(var(--ptb) / 393 * 100vw),
        calc(var(--ptb) * 1.5em / 16)
      )
      calc(var(--plr) / 333 * 100%);
    border-radius: 1.875em;
    font-size: 1em;
    display: block;
    overflow: visible;
  }
}

.footer-contact-target:before {
  background: var(--grad-color);
  content: "";
  z-index: 1;
  border-radius: 3.125em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (width<=880px) {
  .footer-contact-target:before {
    border-radius: 1.875em;
  }
}

.footer-contact-target .body {
  z-index: 2;
  flex: 1;
  position: relative;
}

@media screen and (width<=880px) {
  .footer-contact-target .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

.footer-contact-target .body .title {
  text-transform: uppercase;
  font-size: 12.5em;
  font-family: var(--font-oswald);
  margin-bottom: 0.175em;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width<=880px) {
  .footer-contact-target .body .title {
    font-size: min(7.125em, 19.3384vw);
  }
}

.footer-contact-target .body .txt {
  font-size: 1.3125em;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (width<=880px) {
  .footer-contact-target .body .txt {
    text-align: justify;
    width: fit-content;
    font-size: max(0.875em, min(3.28125vw, 1.3125em));
  }
}

.footer-contact-target .arrow {
  z-index: 2;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 8.75em;
  height: 8.75em;
  display: flex;
  position: relative;
}

@media screen and (width<=880px) {
  .footer-contact-target .arrow {
    width: max(7.5em, min(30.5344vw, 11.25em));
    height: max(7.5em, min(30.5344vw, 11.25em));
    margin: auto -5.0429% -5.0429% auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.footer-contact-target .arrow:before {
  content: "";
  height: 100%;
  transition: opacity var(--transition), transform var(--transition);
  border: 2px solid;
  border-radius: 100vmax;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.footer-contact-target .arrow .arrow-icon {
  width: 1.625em;
}

@media screen and (width<=880px) {
  .footer-contact-target .arrow .arrow-icon {
    width: 21.6667%;
  }
}

@media (any-hover: hover) {
  .footer-contact-target:after {
    background: var(--grad-hover-color);
    content: "";
    opacity: 0;
    height: 100%;
    transition: opacity var(--transition);
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer-contact-target:hover:after {
    opacity: 1;
  }

  .footer-contact-target .arrow:after,
  .footer-contact-target .arrow:before {
    transition: opacity var(--transition), transform var(--transition);
  }

  .footer-contact-target .arrow:after {
    content: "";
    opacity: 0;
    height: 100%;
    transition: opacity var(--transition), transform var(--transition);
    border: 2px solid;
    border-radius: 100vmax;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transform: scale(1.4);
  }

  .footer-contact-target:is(:hover, :focus-visible) .arrow:before {
    opacity: 0;
    transform: scale(1.4);
  }

  .footer-contact-target:is(:hover, :focus-visible) .arrow:after {
    opacity: 1;
    transform: scale(1);
  }
}

.page__company .tag-slider {
  --wd: 332;
  --gx: -20;
  justify-content: center;
}

@media screen and (width<=640px) {
  .page__company .tag-slider {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .page__company .tag-slider li + li {
    margin-left: unset;
  }
}

.page__company .tag-slider li {
  background-color: #ebe7d5;
  box-shadow: inset 4.743px 4.743px 23.715px #fff,
    -36.759px -36.759px 94.862px #fff, 35.573px 35.573px 94.862px #4b55741a;
}

@media screen and (width<=640px) {
  .page__company .tag-slider li {
    width: auto;
    transform: scale(1.05);
    box-shadow: inset 4.743px 4.743px 16px #fff, -20px -20px 60px #fff,
      20px 20px 60px #4b55741a;
  }
}

.page__company .tag-slider li p:first-of-type {
  font-size: 35px;
}

@media screen and (width<=640px) {
  .page__company .tag-slider li p:first-of-type {
    font-size: 1em;
  }
}

.main-pb {
  --under-pb: 320;
  padding-bottom: calc(var(--under-pb) * 1em / 16);
}

@media screen and (width<=640px) {
  .main-pb {
    --under-pb: 120;
  }
}

.service__sections {
  --spt: 210;
  --sticky-side-w: 348;
  --sticky-side-item-mb: 30;
  --sticky-side-item-pb: 30;
  align-items: flex-start;
  width: 100%;
  max-width: max(94.5em, min(100%, 103.95em));
  margin: 0 auto;
  display: flex;
}

.sticky_slide {
  --sticky-pt: 92;
  height: fit-content;
  margin-top: calc(var(--sticky-pt) * -1em / 16);
  padding-top: calc(var(--sticky-pt) * 1em / 16);
  width: calc(var(--sticky-side-w) * 1em / 16);
  z-index: 2;
  flex-shrink: 0;
  position: sticky;
  top: 92px;
  bottom: 0;
}

.sticky_slide ul {
  width: calc(278 / var(--sticky-side-w) * 100%);
  margin: 0 0 0 auto;
}

@media screen and (width<=880px) {
  .sticky_slide ul {
    width: 100%;
    margin: 0;
    padding: 0 6%;
  }
}

@media screen and (width<=640px) {
  .sticky_slide ul {
    padding: 0 6%;
  }
}

@media screen and (width<=880px) {
  .sticky_slide {
    padding-top: clamp(
      calc(var(--sticky-pt) * 1em / 16),
      calc(var(--sticky-pt) / 393 * 100vw),
      calc(var(--sticky-pt) * 1.5em / 16)
    );
    width: 100%;
    position: static;
  }
}

@media screen and (width>=1663px) {
  .cm-stickysec__side {
    width: calc(var(--sticky-side-w) * 1.1em / 16);
  }
}

.service__sections,
.facilities__sections {
  z-index: 3;
  --spt: 100;
  padding-top: calc(var(--spt) * 1em / 16);
  position: relative;
}

@media screen and (width<=640px) {
  .service__sections,
  .facilities__sections {
    --spt: 70;
  }
}

.service__sections {
  --spt: 350;
  position: static;
}

@media screen and (width<=880px) {
  .service__sections {
    --spt: 120;
    display: block;
  }
}

@media screen and (width<=640px) {
  .service__sections {
    --spt: 80;
  }
}

.service__sections--top {
  --mt: -200;
  margin-top: calc(var(--mt) * 1em / 16);
  position: relative;
}

.banner_box .service__sections--top {
  display: none;
}

@media screen and (width<=880px) {
  .banner_box .service__sections--top {
    margin-top: 6em;
    display: block;
  }
}

@media screen and (width<=640px) {
  .banner_box .service__sections--top {
    margin-top: 3em;
    display: block;
  }
}

.banner_box .service__sections--top img {
  position: relative;
}

@media screen and (width<=640px) {
  .banner_box .service__sections--top img {
    max-width: unset;
    border-bottom-left-radius: 1.5em;
    width: 94vw;
  }
}

@media screen and (width<=880px) {
  .service__sections .service__sections--top {
    display: none;
  }
}

.service__sections--top p {
  --sentence-fs-max: 200;
  --sentence-fs-min: 14;
  --sentence-line-height: 1;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-oswald);
  text-transform: uppercase;
  background: linear-gradient(268deg, #f7797d 0%, #fbd786 48.96%, #b0f0c8 100%);
  background-clip: text;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-70%) translate(-10%);
}

@media screen and (width<=1280px) {
  .service__sections--top p {
    --sentence-fs-max: 150;
  }
}

@media screen and (width<=1024px) {
  .service__sections--top p {
    --sentence-fs-max: 120;
  }
}

@media screen and (width<=640px) {
  .service__sections--top p {
    --sentence-fs-max: 90;
    transform: translateY(-70%) translate(0);
  }
}

.sticky_slide--title {
  --sentence-fs-max: 20;
  --sentence-fs-min: 14;
}

.sticky_slide--link {
  padding-bottom: 30px;
  display: block;
  position: relative;
}

@media screen and (width<=640px) {
  .sticky_slide--link {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
    padding-right: 1em;
    display: flex;
  }
}

.sticky_slide--link .arrow-down {
  display: none;
}

@media screen and (width<=640px) {
  .sticky_slide--link .arrow-down {
    width: 1.2em;
    height: 1.2em;
    display: block;
  }

  .home-hero {
    display: none;
  }
}

.sticky_slide--link:after {
  content: "";
  background-color: #ccc;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width<=640px) {
  .sticky_slide--link:after {
    width: 100%;
    height: 1px;
  }
}

@media (any-hover: hover) {
  .sticky_slide--link:after {
    transition: all 0.3s var(--ease-out-quint);
    will-change: width, color;
  }

  .sticky_slide--link:hover:after {
    background-color: var(--main-color);
    width: 100%;
  }
}

.service__sections--item {
  --pt: 180;
  padding-top: calc(var(--pt) * 1em / 16);
}

.service__sections--itemBox {
  text-align: left;
  width: 88.6598%;
}

@media screen and (width<=880px) {
  .service__sections--itemBox {
    width: 84.7328%;
    margin-inline: auto;
  }
}

.service__sections--itemImgBox {
  --mt: 140;
  padding-top: calc(var(--mt) * 1em / 16);
  position: relative;
}

@media screen and (width<=880px) {
  .service__sections--itemImgBox {
    --mt: 70;
  }
}

.service__sections--itemTitle {
  color: #fff;
  mix-blend-mode: difference;
  z-index: 2;
  width: 100%;
  font-family: var(--font-noto-serif);
  justify-content: center;
  gap: 1.25em;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0;
}

.service__sections--itemTitle span {
  font-feature-settings: normal;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.service__sections--itemTitle span:first-of-type {
  letter-spacing: 0.05em;
  margin-top: 0.15em;
  font-size: max(1em, min(2.5vw, 1.375em));
  font-weight: 700;
}

.service__sections--itemTitle span:last-of-type {
  letter-spacing: 0.1125em;
  order: -1;
  font-size: max(2em, min(9.09091vw, 5em));
}

@media screen and (width<=640px) {
  .service__sections--itemTitle span:last-of-type {
    letter-spacing: 0.3em;
  }
}

.service__sections--itemImg {
  z-index: 1;
  position: relative;
}

.service__sections--itemImg img {
  aspect-ratio: 1240/648;
  object-fit: cover;
  border-radius: max(1.875em, min(6.66667vw, 3.125em));
  width: 100%;
}

@media screen and (width<=880px) {
  .service__sections--itemImg img {
    aspect-ratio: 8/7;
    border-radius: 1em;
  }
}

.service__sections--itemImg .icon {
  aspect-ratio: 1;
  z-index: 2;
  border-radius: unset;
  width: max(7.75em, min(27.2727vw, 15em));
  min-width: 0;
  height: auto;
  margin: auto -3.75em -7.5em auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (width<=1280px) {
  .service__sections--itemImg .icon {
    width: 15vw;
    margin: auto -5vw -5vw auto;
  }
}

@media screen and (width<=640px) {
  .service__sections--itemImg .icon {
    width: 20vw;
  }
}

.service__sections--itemContent {
  --mt: 80;
  margin: clamp(
      calc(var(--mt) * 0.75em/20),
      calc(var(--mt) / 750 * 100vw),
      calc(var(--mt) * 1em / 20)
    )
    auto 0 0;
  width: min(40em, 100%);
  font-weight: 500;
}

.service__sections--itemContent p + p {
  margin-top: calc(var(--sentence-line-height) * 1em);
}

.service__sections--itemBtn {
  --mt: 80;
  margin: clamp(
      calc(var(--mt) * 0.75em/16),
      calc(var(--mt) / 750 * 100vw),
      calc(var(--mt) * 1em / 16)
    )
    auto 0 0;
}

.c-btn {
  --btn-fs: 20;
  --btn-w: 320;
  --btn-h: 60;
  --btn-arr-w: 20;
  --btn-arr-h: 20;
  color: #fff;
  height: clamp(
    calc(var(--btn-h) * 0.83em/16),
    calc(var(--btn-h) / 750 * 100vw),
    calc(var(--btn-h) * 1em / 16)
  );
  width: min(calc(var(--btn-w) * 1em / 16), 100%);
  align-items: center;
  gap: 0.9375em;
  font-size: min(1em, 4.07125vw);
  display: flex;
  position: relative;
}

@media screen and (width<=640px) {
  .c-btn {
    --btn-fs: 15;
    width: 100%;
  }
}

.c-btn,
.c-btn:before {
  border-radius: 100vmax;
  overflow: hidden;
}

.c-btn:before {
  background-color: var(--main-color);
  content: "";
  position: absolute;
  inset: 0 0 0 2px;
}

.c-btn:where(.is-long) {
  width: fit-content;
  padding-right: 1.875em;
}

.c-btn__arrow {
  background-color: initial;
  height: 100%;
  width: calc(var(--btn-h) * 1em / 16);
  z-index: 1;
  border-radius: 100vmax;
  flex-shrink: 0;
  order: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-btn__arrowBody {
  height: clamp(
    calc(var(--btn-arr-h) * 0.625em/16),
    calc(var(--btn-arr-h) / 750 * 100vw),
    calc(var(--btn-arr-h) * 1em / 16)
  );
  width: clamp(
    calc(var(--btn-arr-w) * 0.625em/16),
    calc(var(--btn-arr-w) / 750 * 100vw),
    calc(var(--btn-arr-w) * 1em / 16)
  );
}

.c-btn__arrowBody svg {
  width: 100%;
  height: auto;
}

.c-btn__txt {
  font-size: calc(var(--btn-fs) * 1em / 16);
  z-index: 2;
  position: relative;
}

@media (any-hover: hover) {
  .c-btn {
    color: #000;
    transition: color var(--transition);
  }

  .c-btn:before {
    opacity: 0;
    transform-origin: 0 0;
    transition: opacity var(--transition), transform var(--transition);
    transform: scaleX(0);
  }

  @media screen and (width<=880px) {
    .c-btn {
      color: #fff;
    }

    .c-btn:before {
      opacity: 1;
      transform: scaleX(1);
    }
  }

  .c-btn:is(:hover, :focus-visible) {
    color: #fff;
  }

  .c-btn:is(:hover, :focus-visible):before {
    opacity: 1;
    transform: scaleX(1);
  }

  .c-btn__arrow {
    transition: background-color var(--transition);
    background-color: #e6e6e6;
  }

  .c-btn__arrow:before {
    background-color: var(--main-color);
    content: "";
    transform-origin: 50%;
    height: 100%;
    transition: transform var(--transition);
    border-radius: 100vmax;
    width: 100%;
    position: absolute;
    overflow: hidden;
    transform: scale(0.13);
  }

  @media screen and (width<=880px) {
    .c-btn__arrow {
      background-color: initial;
      transition: none;
    }

    .c-btn__arrow:before {
      content: none;
    }
  }

  .c-btn:is(:hover, :focus-visible) .c-btn__arrow {
    background-color: initial;
  }

  .c-btn:is(:hover, :focus-visible) .c-btn__arrow:before {
    transform: scale(0.6);
  }

  .c-btn__arrowBody {
    opacity: 0;
    transition: opacity var(--transition), transform var(--transition);
    transform: translate(-0.625em);
  }

  @media screen and (width<=880px) {
    .c-btn__arrowBody {
      opacity: 1;
      transform: translate(0);
    }
  }

  .c-btn:is(:hover, :focus-visible) .c-btn__arrowBody {
    opacity: 1;
    transform: translate(0);
  }
}

.page__service,
.page__facilities,
.page__course {
  background-color: #f2f2f2;
}

.facilities__sections--itemTop {
  align-items: center;
  column-gap: 56px;
  display: flex;
}

@media screen and (width<=640px) {
  .facilities__sections--itemTop {
    column-gap: 2em;
  }
}

.facilities__sections--itemTop p {
  width: fit-content;
  color: var(--main-color);
  font-family: var(--font-oswald);
  letter-spacing: 0.42px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.facilities__sections--itemTop div {
  background-color: #cecece;
  width: 100%;
  height: 1px;
}

.facilities__sections--itemContent {
  margin-top: 94px;
}

@media screen and (width<=1024px) {
  .facilities__sections--itemContent {
    margin-top: 70px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--itemContent {
    margin-top: 40px;
  }
}

.facilities__sections--item:first-of-type {
  margin-top: 94px;
}

@media screen and (width<=1024px) {
  .facilities__sections--item:first-of-type {
    margin-top: 70px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--item:first-of-type {
    margin-top: 0;
  }
}

.facilities__sections--item {
  margin-top: 150px;
}

@media screen and (width<=1024px) {
  .facilities__sections--item {
    margin-top: 120px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--item {
    margin-top: 100px;
  }
}

.facilities__sections--title {
  color: var(--main-color);
  font-family: var(--font-noto-serif);
  margin-top: 94px;
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (width<=1024px) {
  .facilities__sections--title {
    margin-top: 70px;
    font-size: 36px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--title {
    margin-top: 2em;
    font-size: 1.5em;
  }
}

.facilities__sections--flex {
  align-items: center;
  column-gap: 56px;
  display: flex;
}

@media screen and (width<=1024px) {
  .facilities__sections--flex {
    display: block;
  }
}

.facilities__sections--img {
  aspect-ratio: 1.50129;
  border-radius: 16px;
  flex-shrink: 0;
  width: 660px;
  overflow: hidden;
}

@media screen and (width<=1280px) {
  .facilities__sections--img {
    width: 46.8%;
  }
}

@media screen and (width<=1024px) {
  .facilities__sections--img {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--img {
    margin-bottom: 1.5em;
  }
}

.facilities__sections--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.facilities__sections--content h2 {
  color: var(--main-color);
  font-family: var(--font-noto-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (width<=1024px) {
  .facilities__sections--content h2 {
    font-size: 24px;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--content h2 {
    font-size: 18px;
  }
}

.facilities__sections--content p {
  margin-top: 30px;
  line-height: 200%;
}

@media screen and (width<=1024px) {
  .facilities__sections--content p {
    margin-top: 20px;
    line-height: 1.6;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--content p {
    margin-top: 1em;
    font-size: 0.875em;
  }
}

.facilities__sections--grid {
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
  display: grid;
}

@media screen and (width<=1024px) {
  .facilities__sections--grid {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
}

.facilities__sections--grid.grid__cols-3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

@media screen and (width<=1024px) {
  .facilities__sections--grid.grid__cols-3 {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }
}

.facilities__sections--gridItemImg {
  aspect-ratio: 1.61773;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.facilities__sections--gridItemImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.facilities__sections--gridItemContent {
  margin-top: 24px;
}

.facilities__sections--gridItemContent h2 {
  font-size: 24px;
  line-height: 140%;
  font-family: var(--font-noto-serif);
  color: var(--main-color);
  font-weight: 700;
}

@media screen and (width<=640px) {
  .facilities__sections--gridItemContent h2 {
    font-size: 18px;
  }
}

.facilities__sections--gridItemContent h2 span {
  color: red;
  font-size: 18px;
}

.facilities__sections--gridItemContent p {
  margin-top: 30px;
  line-height: 200%;
}

@media screen and (width<=1024px) {
  .facilities__sections--gridItemContent p {
    margin-top: 20px;
    line-height: 1.6;
  }
}

@media screen and (width<=640px) {
  .facilities__sections--gridItemContent p {
    margin-top: 1em;
    font-size: 0.875em;
  }

  .facilities__sections--table tr {
    flex-direction: column;
    display: flex;
  }
}

.facilities__sections--table tr th {
  width: 240px;
  color: var(--primary-blue);
  font-family: var(--font-noto-serif);
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
  padding: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (width<=640px) {
  .facilities__sections--table tr th {
    border-right: unset;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 18px;
    font-size: 18px;
  }
}

.facilities__sections--table {
  width: 100%;
}

.facilities__sections--table tr td {
  padding: 24px 32px;
}

@media screen and (width<=640px) {
  .facilities__sections--table tr td {
    padding: 18px;
  }
}

.facilities__sections--table ul {
  margin-left: 1em;
  font-weight: 500;
  line-height: 2;
  list-style: outside;
}

@media screen and (width<=640px) {
  .facilities__sections--table ul {
    font-size: 0.875em;
  }
}

.facilities__sections--table tr:nth-child(odd) {
  background-color: #ededed;
}

.video__bg {
  pointer-events: none;
  z-index: -1;
  position: fixed;
  inset: 0;
}

.video__bg:after {
  content: "";
  background-color: #1f1f1fe6;
  position: absolute;
  inset: 0;
}

.video__bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page__store {
  --pt: 400;
  padding-top: clamp(
    calc(var(--pt) * 0.6em/16),
    calc(var(--pt) / 750 * 100vw),
    calc(var(--pt) * 1em / 16)
  );
  position: relative;
}

@media screen and (width<=640px) {
  .page__store {
    --pt: 0;
  }
}

.store__mission {
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.store__mission--body {
  width: min(50em, 87.988%);
  margin: 0 0 0 auto;
}

@media screen and (width<=640px) {
  .store__mission--body {
    width: 100%;
    margin-top: 8em;
  }
}

.store__mission--title {
  flex-direction: column;
  align-items: flex-start;
  gap: max(2.5em, min(10.6667vw, 5em));
  display: flex;
}

@media screen and (width<=640px) {
  .store__mission--title {
    gap: 1.5em;
  }
}

.store__mission--title h2 {
  background: var(--grad-color);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  -webkit-text-fill-color: #0000;
  font-size: max(1em, min(4vw, 1.875em));
  font-family: var(--font-oswald);
  background-clip: text;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.store__mission--title h2:before,
.header__pcMenu--title h2:before {
  background: var(--grad-color);
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.store__mission--title p {
  font-size: max(2em, min(10.6667vw, 4.8em));
  line-height: 1.35;
  font-family: var(--font-noto-serif);
  margin: -0.05em 0;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .store__mission--title p {
    font-size: 1.875em;
    line-height: 1.5;
  }
}

.store__mission--title p span {
  display: block;
}

.store__spirits {
  --pt: 480;
  color: #fff;
  padding-top: clamp(
    calc(var(--pt) * 0.3em/16),
    calc(var(--pt) / 880 * 100vw),
    calc(var(--pt) * 1em / 16)
  );
  z-index: 1;
  position: relative;
}

.store__spirits--top {
  overflow: hidden;
}

.store__spirits--top hgroup {
  flex-direction: column;
  align-items: center;
  font-size: min(1em, 1.0582vw);
  display: flex;
}

@media screen and (width<=640px) {
  .store__spirits--top hgroup {
    padding: 1em 0;
    font-size: max(0.9em, min(4.07125vw, 2em));
    position: relative;
  }
}

.store__spirits--top hgroup h2 {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  color: #0000;
  opacity: 0.3;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 15em;
  font-family: var(--font-oswald);
  font-weight: 700;
  line-height: 0.8;
}

@media screen and (width<=640px) {
  .store__spirits--top hgroup h2 {
    text-align: center;
    white-space: unset;
    font-size: 5em;
  }
}

.store__spirits--top hgroup p {
  font-size: 5em;
  font-family: var(--font-noto-serif);
  margin-top: -0.725em;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .store__spirits--top hgroup p {
    text-align: center;
    height: fit-content;
    margin: auto;
    font-size: 1.75em;
    position: absolute;
    inset: 0;
  }
}

.store__spirits--contentTxt {
  --mt: 88;
  margin-top: clamp(
    calc(var(--mt) * 0.6em/var (--sentence-fs-min)),
    calc(var(--mt) / 880 * 100vw),
    calc(var(--mt) * 1em / var(--sentence-fs-max))
  );
  text-align: center;
  font-weight: 500;
}

.store__spirits--lists {
  --mt: 44;
  margin-top: calc(var(--mt) * 1em / 16);
}

.store__spirits--listsItem {
  --spirits-progress: -1;
  --pt: 180;
  --pb: 180;
  margin-right: calc(50% - var(--vw) * 50);
  padding: calc(var(--pt) * 1em / 16) 0 calc(var(--pb) * 1em / 16);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media screen and (width<=640px) {
  .store__spirits--listsItem {
    --pt: 93;
    --pb: 93;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
  }
}

.store__spirits--listsItemImg {
  transform: translate3d(
    0,
    calc(var(--spirits-progress) * 450 / 1382 * 100%),
    0
  );
  border-radius: 3.125em 0 0 3.125em;
  flex-shrink: 0;
  width: 41.9682%;
  position: relative;
  overflow: hidden;
}

@media screen and (width<=880px) {
  .store__spirits--listsItemImg {
    border-radius: 1em 0 0 1em;
    width: 49%;
    margin-right: 0;
  }
}

@media screen and (width<=640px) {
  .store__spirits--listsItemImg {
    margin-right: -6.8%;
  }
}

.store__spirits--listsItemImg img {
  aspect-ratio: 696/768;
  object-fit: cover;
  width: 100%;
}

.store__spirits--listsItemContent {
  flex-shrink: 0;
  order: -1;
  width: 50.6512%;
  margin-top: 15.6295%;
  padding-left: 8.68307%;
}

@media screen and (width<=640px) {
  .store__spirits--listsItemContent {
    order: unset;
    width: 100%;
    margin-top: -19.2192%;
    padding-left: 0;
  }
}

.store__spirits--listsItemTitle {
  font-size: min(1em, 1.25vw);
  position: relative;
}

@media screen and (width<=640px) {
  .store__spirits--listsItemTitle {
    color: #fff;
    mix-blend-mode: difference;
    font-size: max(0.8em, min(4.07125vw, 2em));
  }
}

.store__spirits--listsItemTitle p {
  color: #fff;
  opacity: 0.25;
  z-index: 1;
  font-size: 15em;
  font-family: var(--font-oswald);
  margin-left: -20.6897%;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width<=640px) {
  .store__spirits--listsItemTitle p {
    margin-top: -0.6em;
    margin-left: -9.00901%;
    font-size: 6.25em;
    top: 0;
    bottom: auto;
  }
}

.store__spirits--listsItemTitle h3 {
  font-size: 2.625em;
  line-height: 1.5;
  font-family: var(--font-noto-snas);
  letter-spacing: 0.1em;
  flex-direction: column;
  font-weight: 700;
  display: flex;
}

@media screen and (width<=640px) {
  .store__spirits--listsItemTitle h3 {
    font-size: 1.75em;
  }
}

.store__spirits--listsItemTxt {
  --mt: 112;
  opacity: 0.8;
  --sentence-line-height: 2;
  margin-top: clamp(
    calc(var(--mt) * 0.4em/var (--sentence-fs-min)),
    calc(var(--mt) / 880 * 100vw),
    calc(var(--mt) * 1em / var(--sentence-fs-max))
  );
}

.store__spirits--listsItemBtn {
  --mt: 70;
  margin-top: calc(var(--mt) * 1em / 16);
}

.store__process {
  --pb: 320;
  --pt: 200;
  z-index: 2;
  padding-bottom: calc(var(--pb) * 1em / 16);
  padding-top: calc(var(--pt) * 1em / 16);
  background: #f0f0f0;
  border-radius: 12.5em 12.5em 0 0;
  position: relative;
}

@media screen and (width<=1024px) {
  .store__process {
    border-radius: 4em 4em 0 0;
  }
}

@media screen and (width<=640px) {
  .store__process {
    --pt: 76;
    --pb: 200;
    border-radius: 2em 2em 0 0;
  }
}

.page__store .main-pb {
  padding-bottom: 0;
}

.store__process--body .page__title {
  --mb: 90;
}

.store__process--lists {
  --gap: 2.5;
  --section-width: 1560;
  gap: calc(var(--gap) * var(--vw));
  grid-template-columns: repeat(3, 1fr);
  width: 92%;
  display: grid;
  overflow: hidden;
}

@media screen and (width<=1340px) {
  .store__process--lists {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (width<=880px) {
  .store__process--lists {
    grid-template-columns: 1fr;
    gap: 1.875em;
    width: 88%;
  }
}

.store__process--listsItem {
  --px: 4;
  --py: 2;
  --gap: 2;
  aspect-ratio: 1;
  padding: 0 calc(var(--px) * var(--vw)) calc(var(--py) * var(--vw))
    calc(var(--px) * var(--vw));
  justify-content: center;
  align-items: center;
  gap: calc(var(--gap) * var(--vw));
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  flex: 1;
  display: flex;
}

@media screen and (width<=640px) {
  .store__process--listsItem {
    border-radius: 1.5em;
    width: 100%;
    max-width: 100%;
    font-size: 0.875em;
  }
}

.store__process--listsItemStep {
  font-size: 18px;
  font-family: var(--font-oswald);
  text-transform: uppercase;
}

.store__process--listsItemStep span {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 500;
}

.store__process--listsItemTitle {
  font-size: 22px;
  font-family: var(--font-noto-serif);
  color: var(--primary-blue);
  letter-spacing: 1.5px;
  font-weight: 700;
  position: relative;
}

.store__process--listsItemTitle:after {
  --bt: 1;
  content: "";
  background-color: var(--primary);
  width: 30px;
  height: 2px;
  bottom: 0;
  left: 0;
  bottom: calc(var(--bt) * var(--vw) * -1);
  margin-left: -15px;
  position: absolute;
  left: 50%;
}

.store__process--listsItemTxt {
  text-align: center;
  line-height: 2;
}

.store__process--tech {
  padding-top: calc(var(--pt) * 1em / 16);
}

.store__process--techLists {
  --gap: 3;
  gap: calc(var(--gap) * var(--vw));
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

@media screen and (width<=640px) {
  .store__process--techLists {
    grid-template-columns: 1fr;
    gap: 1.875em;
  }
}

.store__process--techListsItemImg img {
  aspect-ratio: 540/300;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
}

.store__process--techListsItem {
  padding-bottom: 38px;
  position: relative;
}

@media screen and (width<=640px) {
  .store__process--techListsItem {
    padding-bottom: 1.875em;
  }
}

.store__process--techListsItemBtn {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width<=640px) {
  .store__process--techListsItemBtn {
    margin-top: 1.5em;
    position: relative;
  }
}

.page__store--detail .page__banner {
  --bh: 600;
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}

@media screen and (width<=640px) {
  .page__store--detail .page__banner {
    padding: 0;
  }
}

.page__store--detail .page__banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page__store--detail .page__banner .icon-box {
  width: 6em;
  position: absolute;
  bottom: 0;
  left: 70px;
}

@media screen and (width<=640px) {
  .page__store--detail .page__banner .icon-box {
    width: 4em;
    left: 0;
  }
}

.page__store--detail .page__banner img.icon {
  z-index: 2;
  width: 6em;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 2em;
  transform: translateY(50%);
}

.page__home .header,
.page__store .header {
  background-color: unset;
  backdrop-filter: unset;
}

.header {
  backdrop-filter: blur(16px);
  z-index: 20;
  background-color: #fffc;
  width: 100%;
  position: fixed;
  top: 0;
}

@media screen and (width<=640px) {
  .header {
    position: sticky;
  }
}

.header:after {
  content: "";
  background-color: #eee;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__flow {
  background-color: var(--primary-blue);
}

.header__flow--content {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  height: 32px;
  display: flex;
}

.header__flow--content a {
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  display: flex;
}

.header__flow--content a:hover {
  text-decoration: underline;
}

@media screen and (width<=640px) {
  .header__flow--content {
    display: none;
  }
}

.mo-btns {
  z-index: 10;
  background: linear-gradient(90deg, #aef0c9 0.47%, #fbd786 50.23%, #f7797d);
  padding: 0.5em;
  display: none;
  position: sticky;
  bottom: 0;
}

@media screen and (width<=640px) {
  .mo-btns {
    display: block;
  }
}

.mo-btns p {
  text-align: center;
  font-size: 0.875em;
}

.mo-btns .btns {
  gap: 0.5em;
  margin-top: 0.5em;
  display: flex;
}

.mo-btns a {
  text-align: center;
  border: 2px solid var(--color-primary-blue);
  border-radius: 0.5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
  font-size: 0.875em;
  display: flex;
}

.mo-btns svg {
  width: 1.25em;
  height: 1.25em;
}

.mo-btns a:first-of-type {
  background-color: var(--color-primary-blue);
  color: #fff;
}

.mo-btns a:last-of-type {
  color: var(--color-primary-blue);
  background-color: #0000;
}

.header__content .section {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.header__logo {
  width: 60px;
  display: block;
}

@media screen and (width<=640px) {
  .header__logo {
    width: 50px;
    margin-left: -0.45em;
  }

  .page__home .header__logo,
  .page__store .header__logo,
  .header.header--active .header__content .header__logo {
    visibility: hidden;
  }
}

.page__store .header__pcMenu--boxLeft .header__logo,
.page__home .header__pcMenu--boxLeft .header__logo {
  visibility: visible;
}

.header__nav,
.header.header--active .header__nav {
  display: none;
}

.header__nav ul {
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--font-noto-serif);
  align-items: center;
  gap: 40px;
  font-weight: 600;
  display: flex;
}

@media screen and (width<=1280px) {
  .header__nav ul {
    gap: 20px;
    font-size: 16px;
  }
}

@media screen and (width<=1024px) {
  .header__nav ul {
    display: none;
  }
}

.header__nav ul li {
  position: relative;
}

.header__nav ul li.active:after {
  content: "";
  background-color: var(--primary-blue);
  width: 30px;
  height: 3px;
  margin-left: -15px;
  position: absolute;
  bottom: -6px;
  left: 50%;
}

.header__nav ul li.active {
  color: var(--primary-blue);
}

.page__home .header__btns .header__btn--item {
  display: flex;
}

@media screen and (width<=640px) {
  .page__home .header__btns .header__btn--item {
    display: none;
  }
}

.header.header--active .header__btns .header__btn--item {
  display: flex;
}

.header__btns {
  pointer-events: none;
  align-items: center;
  gap: 24px;
  display: flex;
}

@media screen and (width<=640px) {
  .header__btns {
    justify-content: space-between;
    width: 100%;
    margin-left: -50px;
  }
}

.header__btns .header__btns--wrapper {
  gap: 24px;
  display: flex;
}

@media screen and (width<=640px) {
  .header__btns .header__btns--wrapper {
    gap: 12px;
  }
}

.header__btns .header__btn--item {
  background-color: var(--primary-blue);
  color: #fff;
  pointer-events: all;
  border-radius: 48px;
  align-items: center;
  width: 232px;
  height: 48px;
  padding-right: 24px;
  display: flex;
}

@media screen and (width<=640px) {
  .header__btns .header__btn--item {
    border-radius: 40px;
    width: auto;
    height: 40px;
    padding-right: 10px;
    display: none;
  }
}

@media (any-hover: hover) {
  .header__btns .header__btn--item:hover {
    background: linear-gradient(to right, #fff, var(--primary));
    color: #000;
  }

  .header__btns .header__btn--item:hover .dot:before {
    transform: scale(1.7);
  }

  .header__btns .header__btn--item:hover .dot:after {
    transform: scale(3);
  }
}

.header__btns .header__btn--item p {
  text-align: center;
  font-size: 16px;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.7px;
  flex: 1;
}

@media screen and (width<=640px) {
  .header__btns .header__btn--item p {
    padding: 0 10px;
    font-size: 12px;
  }
}

.header__btns .header__btn--item .dot {
  width: 8px;
  height: 8px;
  position: relative;
}

@media screen and (width<=640px) {
  .header__btns .header__btn--item .dot {
    width: 6px;
    height: 6px;
  }
}

.header__btns .header__btn--item .dot .dc {
  background-color: var(--primary);
  z-index: 3;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.header__btns .header__btn--item .dot:after {
  content: "";
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.header__btns .header__btn--item .dot:before {
  content: "";
  background-color: var(--primary);
  opacity: 0.5;
  z-index: 2;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.header__btn button,
.header__mix__btn button {
  cursor: pointer;
  z-index: 5;
  pointer-events: all;
  background-color: #0000;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 45px;
  height: 60px;
  display: flex;
  position: relative;
}

@media screen and (width<=640px) {
  .header__btn button,
  .header__mix__btn button {
    width: 40px;
    height: 40px;
  }
}

.header__mix__btn {
  z-index: 21;
  mix-blend-mode: difference;
  cursor: pointer;
  pointer-events: none;
  width: 100%;
  display: none;
  position: fixed;
  top: 32px;
  right: 0;
}

@media screen and (width<=640px) {
  .header__mix__btn {
    top: 0;
  }
}

.header__mix__content {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
}

.header__btn button span,
.header__mix__btn button span {
  background-color: var(--main-color);
  width: 45px;
  height: 4px;
  transition: transform var(--transition), background var(--transition);
  display: block;
}

@media screen and (width<=640px) {
  .header__btn button span,
  .header__mix__btn button span {
    width: 36px;
    height: 3px;
  }
}

.header__mix__btn button span,
.header.header--active .header__btn button span,
.header.header--active + .header__mix__btn button span {
  background-color: #fff;
}

.header.header--active .header__btn button span:first-child,
.header.header--active + .header__mix__btn button span:first-child {
  transform: translateY(11px) rotate(45deg) scaleX(0.8);
}

@media screen and (width<=640px) {
  .header.header--active .header__btn button span:first-child,
  .header.header--active + .header__mix__btn button span:first-child {
    transform: translateY(10px) rotate(45deg) scaleX(0.8);
  }
}

.header.header--active .header__btn button span:nth-child(2),
.header.header--active + .header__mix__btn button span:nth-child(2) {
  transform: scaleX(0);
}

.header.header--active .header__btn button span:nth-child(3),
.header.header--active + .header__mix__btn button span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg) scaleX(0.8);
}

@media screen and (width<=640px) {
  .header.header--active .header__btn button span:nth-child(3),
  .header.header--active + .header__mix__btn button span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg) scaleX(0.8);
  }
}

.header.header--active .header__pcMenu {
  opacity: 1;
  pointer-events: all;
}

.header.header--active .header__content {
  background-color: #ffffff40;
}

.store__detail--info--title .page__title {
  --mb: 10;
}

.store__detail--info {
  --pt: 220;
  padding-top: clamp(
    calc(var(--pt) * 1rem / 16),
    calc(var(--pt) / 1512 * 100vw),
    calc(var(--pt) * 1.1rem / 16)
  );
}

@media screen and (width<=640px) {
  .store__detail--info {
    padding-top: 6em;
  }
}

.store__detail--info--title .page__title--des {
  --mb: 70;
  margin-bottom: clamp(
    calc(var(--mb) * 1rem / 16),
    calc(var(--mb) / 1512 * 100vw),
    calc(var(--mb) * 1.1rem / 16)
  );
  text-align: center;
}

@media screen and (width<=880px) {
  .store__detail--info--title .page__title--des {
    --mb: 50;
  }
}

.store__detail--info--content {
  --gap: 2;
  text-align: center;
  align-items: center;
  gap: calc(var(--gap) * var(--vw));
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  display: flex;
}

@media screen and (width<=880px) {
  .store__detail--info--content {
    font-size: 16px;
    line-height: 1.8;
  }
}

.store__detail--infoBtn {
  --mt: 4;
  text-transform: capitalize;
  margin-top: calc(var(--mt) * var(--vw));
  justify-content: center;
  display: flex;
}

@media screen and (width<=880px) {
  .store__detail--infoBtn {
    --mt: 8;
    padding: 0 6%;
  }
}

.store__detail--rooms {
  --mt: 10;
  margin-top: calc(var(--mt) * var(--vw));
}

.store__detail--rooms--list {
  --pt: 4;
  --mt: 4;
  --gap: 3;
  gap: calc(var(--gap) * var(--vw));
  padding-top: calc(var(--pt) * var(--vw));
  margin-top: calc(var(--mt) * var(--vw));
  border-top: 1px solid #d6d6d6;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media screen and (width<=880px) {
  .store__detail--rooms--list {
    grid-template-columns: 1fr 1fr;
  }
}

.store__detail--rooms--listItemImg {
  aspect-ratio: 3/2;
}

.store__detail--rooms--listItemImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.store__detail--rooms--listItem p {
  margin-top: 1em;
}

@media screen and (width<=640px) {
  .store__detail--rooms--listItem p {
    margin-top: 0.5em;
    font-size: 0.875em;
  }
}

.store__detail--rooms--sliderItem {
  --gap: 3.5;
  gap: calc(var(--gap) * var(--vw));
  padding: 0 2px;
  display: flex;
}

@media screen and (width<=1024px) {
  .store__detail--rooms--sliderItem {
    display: block;
  }
}

.store__detail--rooms--sliderItemImg {
  aspect-ratio: 680/460;
  flex-shrink: 0;
  width: 62%;
  position: relative;
}

@media screen and (width<=1024px) {
  .store__detail--rooms--sliderItemImg {
    width: 100%;
  }
}

.store__detail--rooms--sliderItemImg img {
  object-fit: cover;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity var(--transition);
  position: absolute;
  top: 0;
  left: 0;
}

.store__detail--rooms--sliderItemImg img.active {
  opacity: 1;
}

.store__detail--rooms--sliderItemContent {
  flex: 1;
  padding: 8px 0;
}

.store__detail--rooms--sliderItemContent h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: var(--font-noto-serif);
}

@media screen and (width<=880px) {
  .store__detail--rooms--sliderItemContent h3 {
    font-size: 1.5em;
  }
}

.store__detail--rooms--sliderItemContent ul {
  --mt: 3;
  margin-top: calc(var(--mt) * var(--vw));
  flex-direction: column;
  gap: 12px;
  display: flex;
}

@media screen and (width<=1024px) {
  .store__detail--rooms--sliderItemContent ul {
    --mt: 2;
  }
}

@media screen and (width<=640px) {
  .store__detail--rooms--sliderItemContent ul {
    gap: 0.4em;
    font-size: 0.875em;
  }
}

.store__detail--rooms--sliderItemContent ul li {
  line-height: 2;
  display: flex;
}

@media screen and (width<=640px) {
  .store__detail--rooms--sliderItemContent ul li {
    line-height: 1.8;
  }
}

.store__detail--rooms--sliderItemContent ul li p:first-of-type {
  color: var(--main-color);
  width: 100px;
}

.store__detail--rooms--slider {
  position: relative;
}

.store__detail--rooms--sliderBtn {
  z-index: 2;
  --gap: 2.2;
  gap: calc(var(--gap) * var(--vw));
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (width<=1024px) {
  .store__detail--rooms--sliderBtn {
    top: calc(var(--vw) * 58);
  }
}

@media screen and (width<=640px) {
  .store__detail--rooms--sliderBtn {
    top: calc(var(--vw) * 62);
  }
}

.store__detail--sliderItemImg--sliderBtn {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 0 2em;
  display: flex;
  position: absolute;
  inset: 0;
}

@media screen and (width<=640px) {
  .store__detail--sliderItemImg--sliderBtn {
    padding: 0 1em;
  }
}

.store__detail--rooms--sliderBtnItem {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

@media screen and (width<=640px) {
  .store__detail--rooms--sliderBtnItem {
    width: 40px;
    height: 40px;
  }
}

.store__detail--sliderItemImg--sliderBtn .store__detail--rooms--sliderBtnItem {
  backdrop-filter: blur(10px);
  color: var(--main-color);
  background-color: #fff9;
}

.store__detail--rooms--sliderBtnItem svg {
  pointer-events: none;
}

@media screen and (width<=640px) {
  .store__detail--rooms--sliderBtnItem svg {
    width: 20px;
    height: 20px;
  }
}

.store__detail--rooms--btn {
  --mt: 4;
  margin-top: calc(var(--mt) * var(--vw));
  flex-direction: column;
  align-items: center;
  gap: 25px;
  display: flex;
}

@media screen and (width<=640px) {
  .store__detail--rooms--btn {
    --mt: 8;
  }
}

.store__detail--rooms--btnPdf {
  font-size: 18px;
  font-family: var(--font-noto-serif);
  text-underline-offset: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.store__detail--price {
  --pt: 10;
  padding-top: calc(var(--pt) * var(--vw));
}

.store__detail--price--table table {
  text-align: center;
  border-top: 1px dashed #d6d6d6;
  width: 100%;
}

.store__detail--price--table tr {
  border-bottom: 1px dashed #d6d6d6;
}

.store__detail--price--table tr th:first-of-type {
  font-family: var(--font-noto-serif);
  border-right: 1px dashed #d6d6d6;
  font-size: 18px;
}

@media screen and (width<=640px) {
  .store__detail--price--table tr th:first-of-type {
    font-size: 0.725em;
  }
}

.store__detail--price--table thead th:not(:last-of-type),
.store__detail--price--table tr td:not(:last-of-type) {
  border-right: 1px dashed #d6d6d6;
}

.store__detail--price--table thead th {
  font-family: var(--font-noto-serif);
  color: var(--primary-blue);
  padding: 32px 0;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .store__detail--price--table thead th {
    padding: 0.35em;
    font-size: 12px;
  }
}

.store__detail--price--table tbody td {
  padding: 20px 10px;
}

@media screen and (width<=640px) {
  .store__detail--price--table tbody td {
    padding: 0.35em;
    font-size: 12px;
  }
}

.store__detail--price--table tbody th {
  padding: 15px 10px;
}

@media screen and (width<=640px) {
  .store__detail--price--table tbody th {
    padding: 0.35em;
  }
}

.store__detail--price--table thead th:first-of-type {
  width: 20%;
}

.store__detail--price--table thead th {
  width: 14%;
}

.store__detail--price--table thead th:nth-child(2) {
  width: 23%;
}

.store__detail--qa {
  --pt: 10;
  padding-top: calc(var(--pt) * var(--vw));
}

.store__detail--qa--accordion dt {
  cursor: pointer;
  border-top: 1px solid #d6d6d6;
  padding: 30px;
  position: relative;
}

@media screen and (width<=640px) {
  .store__detail--qa--accordion dt {
    padding: 1em;
  }
}

.store__detail--qa--accordion dt:before {
  content: "";
  background-image: url(/images/chevron-down.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (width<=640px) {
  .store__detail--qa--accordion dt:before {
    width: 1em;
    height: 1em;
    right: 0.625em;
  }
}

.store__detail--qa--accordion dt p {
  color: var(--primary-blue);
  font-size: 18px;
  font-family: var(--font-noto-serif);
  pointer-events: none;
  padding: 0 45px;
  font-weight: 600;
  position: relative;
}

@media screen and (width<=640px) {
  .store__detail--qa--accordion dt p {
    padding: 0 1.5em;
    font-size: 1em;
  }
}

.store__detail--qa--accordion dt p:before {
  content: "Q";
  font-family: var(--font-noto-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (width<=640px) {
  .store__detail--qa--accordion dt p:before {
    font-size: 0.875em;
  }
}

.store__detail--qa--accordion dd {
  text-align: justify;
  padding: 0 50px 30px 77px;
  line-height: 2;
  display: none;
  overflow: hidden;
}

@media screen and (width<=640px) {
  .store__detail--qa--accordion dd {
    padding: 0 0 1em 3em;
    font-size: 0.875em;
  }
}

.store__detail--qa--accordion dt.active:before {
  transform: translateY(-50%) rotate(180deg);
}

.store__detail--qa--accordion dt.active + dd {
  display: block;
}

.store__detail--qa--accordion {
  border-bottom: 1px solid #d6d6d6;
}

.course__coach,
.course__lesson {
  z-index: 3;
  --spt: 170;
  padding-top: calc(var(--spt) * 1em / 16);
  position: relative;
}

.course__lesson {
  --spt: 240;
}

@media screen and (width<=640px) {
  .course__lesson {
    --spt: 200;
  }
}

.course__coach--content {
  text-align: center;
  --sentence-line-height: 2;
}

.course__lesson--item {
  background-color: #fbfafa;
  border-radius: 1.5em;
  padding: 3.5em;
}

@media screen and (width<=640px) {
  .course__lesson--item {
    border-radius: 1em;
    padding: 1.25em;
  }
}

.course__lesson--item + .course__lesson--item {
  margin-top: 4em;
}

@media screen and (width<=640px) {
  .course__lesson--item + .course__lesson--item {
    margin-top: 2em;
  }
}

.course__lesson--itemTitle {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

@media screen and (width<=1280px) {
  .course__lesson--itemTitle {
    flex-direction: column;
    align-items: flex-start;
  }
}

.course__lesson--itemTitle h3 {
  font-size: 24px;
  font-family: var(--font-noto-serif);
  color: var(--main-color);
  font-weight: 500;
}

@media screen and (width<=640px) {
  .course__lesson--itemTitle h3 {
    font-size: 1.25em;
  }
}

.course__lesson--itemTitle p {
  text-align: right;
  max-width: 40%;
  font-size: 12px;
}

@media screen and (width<=1280px) {
  .course__lesson--itemTitle p {
    text-align: unset;
    max-width: unset;
  }
}

@media screen and (width<=640px) {
  .course__lesson--itemTitle p {
    margin-top: 0.5em;
  }
}

.course__lesson--itemFlex {
  align-items: flex-start;
  gap: 3em;
  margin-top: 2.5em;
  display: flex;
  position: relative;
}

@media screen and (width<=1024px) {
  .course__lesson--itemFlex {
    display: block;
  }
}

@media screen and (width<=640px) {
  .course__lesson--itemFlex {
    margin-top: 1.5em;
  }
}

.course__lesson--itemImg {
  aspect-ratio: 4/3;
  border-radius: 0.75em;
  flex-shrink: 0;
  width: 45%;
  overflow: hidden;
}

@media screen and (width<=1024px) {
  .course__lesson--itemImg {
    width: 100%;
  }
}

.course__lesson--itemImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.course__lesson--itemContent {
  line-height: 1.8;
  font-size: var(--text-sm);
  flex: 1;
  padding-top: 1em;
}

.course__lesson--itemContent h4 {
  font-family: var(--font-noto-serif);
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
}

@media screen and (width<=640px) {
  .course__lesson--itemContent h4 {
    font-size: 1.125em;
  }
}

.course__lesson--itemContent > p {
  margin-top: 1em;
}

@media screen and (width<=640px) {
  .course__lesson--itemContent > p {
    margin-top: 0.875em;
    font-size: 0.875em;
  }
}

.course__lesson--itemBtn {
  justify-content: flex-end;
  margin-top: 2em;
  display: flex;
}

@media (width>=40rem) {
  .course__lesson--itemBtn a {
    width: calc(var(--spacing) * 52);
  }
}

.page__course .main-pb,
.page__home .main-pb {
  padding-bottom: 0;
}

.course__pro {
  --spt: 100;
  --smt: 240;
  --pb: 360;
  padding-bottom: calc(var(--pb) * 1em / 16);
  padding-top: calc(var(--spt) * 1em / 16);
  margin-top: calc(var(--smt) * 1em / 16);
  background-color: #f3f4ef;
}

@media screen and (width<=880px) {
  .course__pro {
    --spt: 70;
    --smt: 140;
    --pb: 120;
  }
}

.course__pro--title {
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 32px;
  display: flex;
}

@media screen and (width<=880px) {
  .course__pro--title {
    text-align: center;
    display: block;
  }
}

.course__pro--titleText .page__title {
  --mb: 4;
}

.course__pro--titleDesc {
  text-align: right;
  max-width: 45%;
  line-height: 1.8;
}

@media screen and (width<=880px) {
  .course__pro--titleDesc {
    max-width: unset;
    text-align: center;
    margin-top: 0.875em;
    font-size: 0.875em;
  }
}

.course__pro--sliderItem {
  display: flex;
}

@media screen and (width<=880px) {
  .course__pro--sliderItem {
    z-index: 2;
    background-color: #f3f4ef;
    margin-top: 5em;
    padding-top: 10em;
    display: block;
  }

  .course__pro--sliderItem:first-of-type {
    margin-top: 0;
  }
}

.course__pro--coachItem-mo {
  display: none;
}

@media screen and (width<=880px) {
  .course__pro--coachItem-mo {
    z-index: -1;
    transform-origin: 100% 0;
    width: 15em;
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    transform: rotate(5deg);
  }
}

.course__pro--sliderItem .splide__slide--left {
  width: 356px;
}

.course__pro--sliderItem .splide__slide--right {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

@media screen and (width<=880px) {
  .course__pro--sliderItem .splide__slide--right {
    margin-top: 2em;
  }
}

.course__pro--sliderItem .splide__slide--rightContent {
  --pd: 3;
  padding: calc(var(--pd) * var(--vw));
  background-color: #fff;
  border-radius: 0.75em;
}

.course__pro--slider {
  --pt: 10;
  padding-top: calc(var(--pt) * var(--vw));
}

.course__pro--sliderItemNum {
  --fs: 5;
  font-size: calc(var(--fs) * var(--vw));
  font-family: var(--font-oswald);
  color: var(--main-color);
  font-weight: 500;
}

@media screen and (width<=880px) {
  .course__pro--sliderItemNum {
    font-size: 2em;
  }
}

.course__pro--sliderItemName {
  --fs: 1.5;
  font-size: calc(var(--fs) * var(--vw));
  font-family: var(--font-noto-serif);
  color: var(--main-color);
  font-weight: 700;
}

@media screen and (width<=880px) {
  .course__pro--sliderItemName {
    mix-blend-mode: difference;
    color: #fff;
    font-size: 1.5em;
  }
}

.splide__slide--leftTags {
  --mt: 2.5;
  margin-top: calc(var(--mt) * var(--vw));
  flex-wrap: wrap;
  gap: 0.8em;
  display: flex;
}

.splide__slide--leftTagsItem {
  background-color: var(--primary-blue);
  color: var(--primary);
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (width<=880px) {
  .splide__slide--leftTagsItem {
    padding: 5px 16px;
  }
}

.course__pro--sliderItemSpec {
  color: var(--primary-blue);
  font-family: var(--font-noto-serif);
  text-transform: uppercase;
  --mt: 1.5;
  margin-top: calc(var(--mt) * var(--vw));
  font-size: 1.25em;
  font-weight: 700;
}

@media screen and (width<=880px) {
  .course__pro--sliderItemSpec {
    margin-top: 1em;
  }
}

.course__pro--sliderItemSpecList {
  font-weight: 500;
  line-height: 1.8;
}

.course__pro--sliderItemSpecList li {
  margin-top: 1em;
  padding-left: 1em;
  position: relative;
}

@media screen and (width<=880px) {
  .course__pro--sliderItemSpecList li {
    margin-top: 0.875em;
    font-size: 0.875em;
    line-height: 1.5;
  }
}

.course__pro--sliderItemSpecList li:before {
  content: "";
  background-color: var(--primary-blue);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.splide__slide--rightContent {
  text-align: justify;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (width<=880px) {
  .splide__slide--rightContent {
    width: 100%;
    font-size: 0.875em;
  }
}

.course__pro--sliderItemFeedback {
  color: var(--primary);
  font-size: 1.25em;
  font-family: var(--font-noto-serif);
  font-weight: 700;
}

.splide__slide--rightContentTxt {
  margin-top: 1em;
  font-weight: 500;
  line-height: 2;
}

@media screen and (width<=880px) {
  .splide__slide--rightContentTxt {
    line-height: 1.8;
  }
}

.course__pro--sliderItemAthor {
  text-align: right;
  margin-top: 1em;
  font-weight: 500;
}

.course__pro--slider--controller {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (width<=880px) {
  .course__pro--slider--controller {
    display: none;
  }
}

.course__pro--slider--pagination {
  font-size: 1.25em;
  font-family: var(--font-noto-serif);
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.7em;
  font-weight: 600;
  display: flex;
}

.course__pro--slider--paginationCurrent {
  color: var(--primary);
  font-size: 1.5em;
}

.course__pro--slider--paginationTimer {
  width: 8rem;
  padding-bottom: 0.2em;
}

.course__pro--slider--paginationTimer p {
  background-color: #d6d6d6;
  height: 1px;
}

.course__pro--slider--btns {
  justify-content: flex-end;
  gap: 1em;
  margin-top: 1em;
  display: flex;
}

.course__pro--slider--btn {
  width: 55px;
  height: 55px;
  color: var(--primary-blue);
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.course__pro--slider--btn svg {
  width: 20px;
  height: 20px;
}

.course__pro--coach {
  pointer-events: none;
  aspect-ratio: 500/680;
  --coachWidth: 22.5;
  --top: 5;
  width: calc(var(--coachWidth) * var(--vw));
  left: 380px;
  top: calc(var(--top) * var(--vh));
  z-index: 2;
  position: absolute;
}

@media screen and (width<=880px) {
  .course__pro--coach {
    display: none;
  }
}

.course__pro--coach li {
  width: 100%;
  height: 100%;
  transform: rotate(var(--rotate)) translateX(calc(var(--x) * 2px));
  z-index: var(--zindex);
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 5px 5px 30px #0000004d;
}

.course__pro--coach li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact__form .page__title {
  --mb: 24;
}

@media screen and (width<=640px) {
  .contact__form .page__title {
    --mb: 18;
  }
}

.contact__form--des {
  text-align: center;
}

.contact__form--body {
  --mt: 70;
  max-width: 90%;
  margin: 0 auto;
  margin-top: clamp(
    calc(var(--mt) * 1rem / 16),
    calc(var(--mt) / 1512 * 100vw),
    calc(var(--mt) * 1.1rem / 16)
  );
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
}

@media screen and (width<=640px) {
  .contact__form--body {
    max-width: unset;
    --mt: 56;
  }
}

.contact__form--body table {
  width: 100%;
}

.contact__form--body table th {
  width: 40%;
  color: var(--primary-blue);
  background-color: #efefeb;
  border-right: 1px solid #d6d6d6;
  padding: 30px 20px;
}

@media screen and (width<=640px) {
  .contact__form--body table th {
    border-bottom: 1px solid #d6d6d6;
    border-right: unset;
    width: 100%;
    padding: 18px;
    font-size: 15px;
  }
}

.contact__form--body table td {
  padding: 30px 20px;
}

@media screen and (width<=640px) {
  .contact__form--body table td {
    padding: 18px;
  }
}

.contact__form--body table tr:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (width<=640px) {
  .contact__form--body table tr {
    flex-direction: column;
    display: flex;
  }
}

.required {
  color: #d72d02;
}

.input_form input,
.input_form textarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  width: 95%;
  padding: 8px;
  line-height: 1.75;
}

@media screen and (width<=640px) {
  .input_form input,
  .input_form textarea {
    width: 100%;
  }
}

.c-form-select,
.c-form-select--inline {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1.75;
}

@media screen and (width<=640px) {
  .c-form-select,
  .c-form-select--inline {
    font-size: 13px;
  }

  .c-form-toggle__list--inline label {
    font-size: 0.875em;
  }
}

.c-form-select--inline {
  margin-right: 0.25em;
}

@media screen and (width<=640px) {
  .c-form-select--inline {
    margin-right: 0;
  }

  .c-form-select--inline + label {
    font-size: 0.875em;
  }
}

label + .c-form-select--inline {
  margin-left: 0.8em;
}

@media screen and (width<=640px) {
  label + .c-form-select--inline {
    margin-left: 0;
  }
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: auto;
  border: 0 !important;
  width: 20px !important;
}

table.des td .help_msg {
  padding-top: 5px;
  font-size: 85%;
}

input#inquiry_item_name,
input#inquiry_item_ext_title_01,
input#inquiry_item_ext_title_02 {
  width: 50% !important;
}

@media screen and (width<=1024px) {
  input#inquiry_item_name,
  input#inquiry_item_ext_title_01,
  input#inquiry_item_ext_title_02 {
    width: 95% !important;
  }
}

@media screen and (width<=640px) {
  input#inquiry_item_name,
  input#inquiry_item_ext_title_01,
  input#inquiry_item_ext_title_02 {
    width: 100% !important;
  }
}

.input_form .c-form-input--textarea {
  height: 15em;
}

.contact__policy {
  --mt: 30;
  max-width: 90%;
  margin: 0 auto;
  margin-top: clamp(
    calc(var(--mt) * 1rem / 16),
    calc(var(--mt) / 1512 * 100vw),
    calc(var(--mt) * 1.1rem / 16)
  );
  text-align: justify;
  line-height: 2;
}

@media screen and (width<=640px) {
  .contact__policy {
    max-width: unset;
    line-height: 1.8;
  }
}

.contact__policy__contents {
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  padding: 4%;
  overflow: hidden scroll;
}

@media screen and (width<=640px) {
  .contact__policy__contents {
    font-size: 0.875em;
  }
}

.contact__policy__contents h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  font-family: var(--font-noto-serif);
  border-left: 1px solid #917e3c;
  margin-bottom: 50px;
  padding: 20px 30px;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .contact__policy__contents h2 {
    margin-bottom: 1.875em;
    padding: 18px;
    font-size: 24px;
  }
}

.contact__policy__contents h3 {
  color: #917e3a;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  font-family: var(--font-noto-serif);
  margin-top: 40px;
  margin-bottom: 50px;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .contact__policy__contents h3 {
    margin-top: 1.5em;
    margin-bottom: 2em;
    font-size: 18px;
  }
}

.contact__policyAgree__check {
  text-align: center;
}

.contact__formBtn {
  text-align: center;
  margin-top: 20px;
}

.contact__formBtn button {
  color: #fff;
  cursor: pointer;
  background-color: #099ad2;
  border: 0;
  border-radius: 4px;
  padding: 1em 2em;
  font-size: 18px;
  line-height: 1.15;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
}

.contact__formBtn button:disabled {
  pointer-events: none;
  background-color: #bbb;
}

.header__pcMenu {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  transition: opacity var(--transition);
  background-color: rgba(2, 34, 63, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.header__pcMenu--box {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow-y: auto;
}

@media screen and (width<=640px) {
  .header__pcMenu--box {
    max-width: unset;
    width: 100%;
    padding: 70px 5% 5em;
    display: block;
  }
}

.header__pcMenu--boxLeft {
  align-items: center;
  width: 550px;
  display: flex;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxLeft {
    width: 100%;
    padding: 20px 0 30px;
  }
}

.header__pcMenu--boxLeft .header__logo {
  width: 7.5em;
  margin-left: -1em;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxLeft .header__logo {
    flex-shrink: 0;
    width: 4em;
    margin-left: -0.5em;
  }
}

.header__pcMenu--title {
  padding-left: 12px;
  font-size: 24px;
  line-height: 1;
}

@media screen and (width<=640px) {
  .header__pcMenu--title {
    padding-left: 8px;
    font-size: 1em;
  }
}

.header__pcMenu--title h2 {
  font-family: var(--font-oswald);
  text-transform: uppercase;
  color: var(--primary);
}

.header__pcMenu--title p {
  font-family: var(--font-noto-serif);
  font-weight: 700;
}

.header__pcMenu--title {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

@media screen and (width<=640px) {
  .header__pcMenu--title {
    gap: 8px;
  }
}

.header__pcMenu--boxRight {
  color: #fff;
  width: 550px;
  margin-top: 30px;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight {
    max-width: unset;
    width: 100%;
    margin-top: 0;
  }
}

.header__pcMenu--boxRight .header__pcMenu--boxRight--wrapper {
  justify-content: space-between;
  display: flex;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight .header__pcMenu--boxRight--wrapper {
    display: block;
  }
}

.header__pcMenu--boxRight ol {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight ol {
    gap: 30px;
    padding: 30px 0 0;
  }
}

.header__pcMenu--boxRight ol li {
  border-left: 4px solid var(--primary);
  padding-left: 26px;
}

.header__pcMenu--boxRight ol li img {
  width: 20px;
  height: 20px;
  display: none;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight ol a {
    align-items: center;
    display: flex;
  }

  .header__pcMenu--boxRight ol a div {
    width: 50%;
  }

  .header__pcMenu--boxRight ol a img {
    display: block;
  }
}

.header__pcMenu--boxRight ol h3 {
  font-size: 1.5em;
  font-family: var(--font-noto-serif);
  font-weight: 500;
  line-height: 1;
}

@media screen and (width<=1280px) {
  .header__pcMenu--boxRight ol h3 {
    font-size: 1.125em;
  }
}

.header__pcMenu--boxRight ol p {
  color: var(--primary);
  font-family: var(--font-noto-serif);
  margin-top: 10px;
  font-size: 0.725em;
}

.header__pcMenu--boxRight ul {
  font-family: var(--font-noto-serif);
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  font-weight: 600;
  display: grid;
}

@media screen and (width<=1280px) {
  .header__pcMenu--boxRight ul {
    row-gap: 30px;
  }
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight ul {
    backdrop-filter: blur(10px);
    background-color: #ffffff0d;
    border-radius: 10px;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 1em;
  }
}

.header__pcMenu--boxRight ul a img {
  opacity: 0.6;
  width: 16px;
  height: 16px;
  display: none;
}

@media screen and (width<=640px) {
  .header__pcMenu--boxRight ul a {
    color: #fff;
    border-bottom: 1px solid #ffffff4d;
    justify-content: space-between;
    align-items: center;
    padding: 1.15em 1.5em;
    display: flex;
    position: relative;
  }

  .header__pcMenu--boxRight ul a img {
    display: block;
  }
}

.header__pcMenu--boxRight ul li:last-of-type a {
  border-bottom: unset;
}

.page__home .header__nav,
.page__home .header__btn,
.page__store .header__nav,
.page__store .header__btn {
  visibility: hidden;
}

.page__store .header__mix__btn,
.page__home .header__mix__btn {
  display: block;
}

.page__home .header:after,
.page__store .header:after {
  display: none;
}

.page__store .header__btn {
  mix-blend-mode: difference;
}

.page__store .header__btn button span {
  background-color: #fff;
}

.footer-info {
  --mt: 320;
  margin-top: clamp(
    calc(var(--mt) * 0.6em/16),
    calc(var(--mt) / 1024 * 100vw),
    calc(var(--mt) * 1em / 16)
  );
  color: #c9c9c9;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media screen and (width<=1024px) {
  .footer-info {
    --mt: 120;
    margin-top: min(
      calc(var(--mt) * 1em / 16),
      calc(var(--mt) / 393 * 100vw),
      calc(var(--mt) * 1.5em / 16)
    );
    flex-direction: column;
    gap: 8vw;
  }
}

.footer-info .header__pcMenu--boxRight {
  width: 50%;
  margin-top: 0;
}

@media screen and (width<=640px) {
  .footer-info .header__pcMenu--boxRight {
    display: none;
  }
}

.footer-info .header__pcMenu--boxRight ul {
  gap: 60px 110px;
  font-size: 20px;
}

@media screen and (width<=1536px) {
  .footer-info .header__pcMenu--boxRight ul {
    gap: 40px 80px;
    font-size: 18px;
  }
}

@media screen and (width<=1280px) {
  .footer-info .header__pcMenu--boxRight ul {
    gap: 40px 60px;
    font-size: 16px;
  }
}

.footer-info .header__pcMenu--boxRight .media {
  --mt: 80;
}

.footer-info .info {
  flex: 1;
  font-weight: 500;
}

.footer-info .info .title {
  color: #fff;
  font-size: max(1em, min(2.27273vw, 1.25em));
  font-weight: 700;
  font-family: var(--font-noto-serif);
  text-transform: capitalize;
}

.footer-info .info .tels {
  flex-direction: column;
  gap: 0.6em;
  margin: 2.2em 0;
  font-size: max(1em, min(2.27273vw, 1.25em));
  line-height: 1.2;
  display: flex;
}

@media screen and (width<=1280px) {
  .footer-info .info .tels {
    font-size: 16px;
  }
}

.footer-info .info .copyright {
  text-transform: capitalize;
  font-size: 0.875em;
}

.footer-info .nav {
  width: calc(624 / var(--section-width) * 100%);
}

@media screen and (width<=1024px) {
  .footer-info .nav {
    width: 100%;
  }
}

.footer-info .nav .lists ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em 0;
  display: grid;
}

@media screen and (width<=640px) {
  .footer-info .nav .lists ul {
    grid-template-columns: 1fr;
    font-size: 0.875em;
  }
}

.footer-info .nav li > a {
  font-size: 1.15em;
  font-weight: 700;
}

.footer-info .nav li .children {
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  margin-top: 1em;
  display: flex;
}

@media (any-hover: hover) {
  .footer-info .nav a:hover,
  .header__pcMenu--boxRight a:hover {
    color: #fff;
  }

  .footer-info .nav a,
  .header__pcMenu--boxRight a {
    transition: color var(--transition);
  }
}

.footer-info .nav .media,
.header__pcMenu--boxRight .media {
  --mt: 52;
  --pt: 46;
  margin-top: calc(var(--mt) * 1em / 16);
  padding-top: calc(var(--pt) * 1em / 16);
  border-top: 1px solid;
  justify-content: space-between;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

:is(.footer-info .nav .media, .header__pcMenu--boxRight .media) img {
  width: 26px;
}

@media screen and (width<=640px) {
  .footer-info .nav .media,
  .header__pcMenu--boxRight .media {
    --mt: 30;
    --pt: 30;
    padding-left: 30px;
    padding-right: 30px;
  }

  :is(.footer-info .nav .media, .header__pcMenu--boxRight .media) img {
    width: 20px;
  }
}

.page__top {
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: transform var(--transition), opacity var(--transition);
  opacity: 0;
  background-color: #fff;
  border-radius: 0.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translateY(100px);
  box-shadow: 0 0 10px #3737371a;
}

@media screen and (width<=640px) {
  .page__top {
    display: none;
  }
}

.page__top.page__top--active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.page__news--pickup .splide__track:before {
  content: "";
  pointer-events: none;
  border: 2px solid;
  border-radius: 1.25em;
  width: 100%;
  position: absolute;
  top: 3.125em;
  bottom: 0;
  left: 0;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__track:before {
    top: 0;
  }
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__track:before {
    opacity: 0.2;
    border-width: 1px;
    border-radius: 1em;
  }
}

.page__news--pickup .splide__slide {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 7.75194%;
  padding-right: 5.81395%;
  display: flex;
  position: relative;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__slide {
    align-items: stretch;
    justify-content: unset;
    flex-direction: column-reverse;
    padding: 9.00901% 9.00901% 0;
  }
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__slide {
    padding: 1em;
  }
}

.page__news--pickup .splide__slide--img {
  aspect-ratio: 3/2;
  z-index: 2;
  border-radius: 3.125em;
  width: 49.3274%;
  height: auto;
  margin-top: -4.70852%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__slide--img {
    border-radius: 2em;
    width: 100%;
    margin: 0;
  }
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__slide--img {
    border-radius: 1em;
  }
}

.page__news--pickup .splide__track {
  padding-top: 3.5em;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__track {
    padding-top: 0;
    overflow: visible;
  }
}

.page__news--pickup .splide__pagination {
  gap: max(1.25em, min(3.73333vw, 1.75em));
  position: relative;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__pagination {
    justify-content: flex-start;
    gap: 1em;
  }
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__pagination {
    gap: 0.5em;
  }
}

.page__news--pickupBox .splide__arrows {
  border-radius: 0.4em;
  width: max(10em, min(16.6667vw, 15em));
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.page__news--pickupBox .splide__arrow svg {
  fill: #fff;
  width: 10px;
}

.page__news--pickupBox .splide__arrow {
  background-color: var(--main-color);
  color: #fff;
  opacity: 1;
  transition: opacity var(--transition), background-color var(--transition);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: static;
  transform: none;
}

.page__news--pickupBox .splide__arrow:disabled {
  background-color: var(--gray-color);
}

.page__news--pickupBox {
  margin-top: 2.5em;
  position: relative;
}

.page__news--pickup .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__pagination .splide__pagination__page {
    width: 0.675em;
    height: 0.675em;
  }
}

.page__news--pickup .splide__pagination .splide__pagination__page.is-active {
  background-color: var(--primary-blue);
  transform: scale(1);
}

.page__news--pickup .splide__slide--img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page__news--pickup .splide__slide--txt {
  --pt: 80;
  --pb: 90;
  padding: calc(var(--pt) * 1em / 16) 0 calc(var(--pb) * 1em / 16);
  flex-direction: column;
  flex-shrink: 0;
  width: 42.6009%;
  display: flex;
}

@media screen and (width<=1024px) {
  .page__news--pickup .splide__slide--txt {
    --pt: 60;
    --pb: 72;
    width: 100%;
  }
}

@media screen and (width<=640px) {
  .page__news--pickup .splide__slide--txt {
    --pt: 20;
    --pb: 10;
  }
}

.page__news--pickup .splide__slide--txt h2 {
  --sentence-fs-max: 24;
  --sentence-fs-min: 18;
  text-underline-offset: 0.15em;
  font-family: var(--font-noto-serif);
  font-weight: 600;
  text-decoration: underline 0.5px;
  display: block;
}

.page__news--pickup .splide__slide--txtContent {
  --sentence-fs-max: 16;
  color: var(--gray-color);
  margin-top: 1.125em;
}

.page__news--pickup .splide__slide--txtLink {
  align-items: center;
  gap: 7.89474%;
  margin-top: 1.375em;
  display: flex;
}

.page__news--pickup .splide__slide--txtLink p {
  --sentence-fs-max: 16;
  font-weight: 600;
}

.page__news--pickup .splide__slide--txtLink svg {
  width: 1.625em;
}

.page_news--lists {
  --pt: 50;
  padding-top: calc(var(--pt) * 1em / 16);
}

.page_news--lists .page_news--item {
  --ptb: 60;
  padding: clamp(
      calc(var(--ptb) * 0.6em/16),
      calc(var(--ptb) / 750 * 100vw),
      calc(var(--ptb) * 1em / 16)
    )
    0;
  border-bottom: 2px dotted;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (width<=640px) {
  .page_news--lists .page_news--item {
    border-bottom-width: 1px;
    display: block;
  }
}

.page_news--lists .page_news--itemImg {
  aspect-ratio: 230/160;
  flex-shrink: 0;
  order: -1;
  width: 22.2868%;
  height: auto;
  margin-right: 4.45736%;
  display: block;
}

@media screen and (width<=640px) {
  .page_news--lists .page_news--itemImg {
    width: 100%;
    margin-right: 0;
  }
}

.page_news--lists .page_news--itemImg img {
  object-fit: cover;
  border-radius: 1.25em;
  width: 100%;
  height: 100%;
}

@media screen and (width<=640px) {
  .page_news--lists .page_news--itemImg img {
    border-radius: 1em;
  }
}

.page_news--itemBody {
  color: var(--main-color);
  flex-direction: column;
  gap: 2em 4.84496%;
  display: flex;
}

@media screen and (width<=640px) {
  .page_news--itemBody {
    row-gap: 0.5em;
    margin-top: 1em;
  }
}

.page_news--item.page_news--itemNoimage .page_news--itemBody {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

@media screen and (width<=640px) {
  .page_news--item.page_news--itemNoimage .page_news--itemBody {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
}

.page_news--item.page_news--itemNoimage .page_news--itemBody h2 {
  flex: 1;
}

.page_news--itemDate {
  --sentence-fs-min: 12;
  --sentence-line-height: 1;
  font-weight: 500;
  font-family: var(--font-oswald);
}

@media screen and (width<=640px) {
  .page_news--itemDate {
    --sentence-fs-min: 14;
  }
}

.page_news--itemBody h2 {
  --sentence-fs-min: 16;
  font-weight: 700;
  font-family: var(--font-noto-serif);
}

.page__news--pagination {
  --mt: 180;
  margin-top: calc(var(--mt) * 1em / 16);
  border-bottom: 1px solid;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (width<=640px) {
  .page__news--pagination {
    --mt: 70;
  }
}

.page__news--pagination--item,
.page__news--pagination--btn {
  width: 4em;
  height: 4em;
  color: var(--main-color);
  font-family: var(--font-oswald);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

@media screen and (width<=640px) {
  .page__news--pagination--item,
  .page__news--pagination--btn {
    width: 2.2em;
    height: 2.2em;
    font-size: 0.875em;
  }
}

.page__news--pagination--item.active {
  background-color: var(--main-color);
  color: #fff;
  pointer-events: none;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

@media screen and (width<=640px) {
  .page__news--pagination--item.active {
    border-top-left-radius: 0.75em;
    border-top-right-radius: 0.75em;
  }
}

.page__news--pagination--btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.page__news--pagination--btn svg {
  width: 1.25em;
}

.page__news--pagination--btn.next--btn {
  left: auto;
  right: 0;
}

.cm-crumb__list {
  --top: 240;
  top: calc(var(--top) * 1em / 16);
  color: var(--main-color);
  backdrop-filter: blur(10px);
  background-color: #fff6;
  border: 1px solid #fffc;
  border-radius: 2em;
  padding: 0.75em 1.5em;
  font-weight: 600;
  display: flex;
  position: absolute;
  left: 0;
}

@media screen and (width<=1340px) {
  .cm-crumb__list {
    --top: 180;
  }
}

@media screen and (width<=1024px) {
  .cm-crumb__list {
    --top: 150;
  }
}

@media screen and (width<=880px) {
  .cm-crumb__list {
    background-color: unset;
    border: unset;
    margin-bottom: 1em;
    padding: 0;
    position: relative;
    top: 0;
  }
}

.page__store .cm-crumb__list {
  background-color: unset;
  color: #fff;
  backdrop-filter: unset;
  border: unset;
}

@media screen and (width<=880px) {
  .page__store .cm-crumb__list {
    padding-top: 8em;
  }
}

@media screen and (width<=640px) {
  .page__store .cm-crumb__list {
    padding-top: 2em;
  }
}

.page__store .cm-crumb__listItem:not(:first-child):before {
  background-color: #fff6;
}

.cm-crumb__listItem:not(:first-child):before {
  content: "";
  background-color: #2525254d;
  width: 2.5em;
  height: 2px;
  margin: 0 1.2em;
  display: block;
}

@media screen and (width<=640px) {
  .cm-crumb__listItem:not(:first-child):before {
    width: 1.5em;
    height: 1px;
    margin: 0 0.8em;
  }
}

.cm-crumb__listItem {
  text-transform: capitalize;
  flex-shrink: 0;
  align-items: center;
  font-size: max(0.875em, min(2.66667vw, 1.15em));
  display: flex;
  position: relative;
}

.page__facilities .cm-crumb__list {
  --top: 160;
}

.crumb__listItemTxt {
  opacity: 0.6;
}

.store--detailSlider {
  z-index: 2;
  width: 100%;
  height: clamp(
    calc(var(--bh) * 1em / 16),
    calc(var(--bh) / 1512 * 100vw),
    calc(var(--bh) * 1.1em / 16)
  );
  --bh: 600;
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 92px;
}

@media screen and (width<=640px) {
  .store--detailSlider {
    height: auto;
    padding: 6%;
    display: block;
    position: static;
  }
}

.store--detailSlider--item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 70px;
  display: flex;
}

@media screen and (width<=640px) {
  .store--detailSlider--item {
    width: auto;
    display: block;
  }
}

.store--detailSlider--item p {
  color: var(--main-color);
  pointer-events: all;
  flex-direction: column;
  gap: 0.5em;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

@media screen and (width<=640px) {
  .store--detailSlider--item p {
    flex-direction: row;
    margin-top: 0.5em;
  }
}

.page__store--detail {
  padding-top: 92px;
}

@media screen and (width<=640px) {
  .page__store--detail {
    padding-top: 0;
  }
}

.page__store--detail .cm-crumb__list {
  background-color: unset;
  padding: unset;
  border: unset;
  backdrop-filter: unset;
  margin-top: 6em;
  position: relative;
  top: 0;
}

@media screen and (width<=640px) {
  .page__store--detail .cm-crumb__list {
    margin-top: 5em;
  }
}

.store--detailSlider--item p svg {
  width: 20px;
  height: 20px;
}

@media screen and (width<=640px) {
  .store--detailSlider--item p svg {
    width: 18px;
    height: 18px;
  }
}

.store--detailSlider--item p span,
.store--detailSlider--item p a {
  writing-mode: vertical-lr;
}

@media screen and (width<=640px) {
  .store--detailSlider--item p span,
  .store--detailSlider--item p a {
    writing-mode: unset;
  }
}

.page__article .page__banner {
  --bh: 400;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (width<=640px) {
  .page__article .cm-crumb__listItem:last-of-type {
    display: none;
  }
}

.page__article--title {
  --sentence-fs-max: 42;
  --sentence-fs-min: 24;
  font-family: var(--font-noto-serif);
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 0 20px 30px;
  font-weight: 700;
}

@media screen and (width<=640px) {
  .page__article--title {
    --sentence-line-height: 1.5;
    margin-top: 1em;
    padding: 0 0 1em;
  }
}

.page__article--date {
  --sentence-fs-max: 24;
  --sentence-fs-min: 16;
  font-family: var(--font-oswald);
  color: var(--gray-color);
  align-items: center;
  gap: 0.5em;
  padding: 0 20px;
  font-weight: 500;
  display: flex;
}

@media screen and (width<=640px) {
  .page__article--date {
    padding: 0;
  }
}

.page__article--content {
  padding-top: 50px;
}

.page__article--box {
  max-width: 1280px;
  margin: 0 auto;
}

.c-wysiwyg {
  --wysiwyg-fs-max: 20;
  --wysiwyg-fs-min: 14;
  --wysiwyg-line-height: 1.7;
  --sentence-block-mb: 60;
  font-size: clamp(
    calc(var(--wysiwyg-fs-min) * 1em / 16),
    calc(var(--wysiwyg-fs-max) / 750 * 100vw),
    calc(var(--wysiwyg-fs-max) * 1em / 16)
  );
  font-weight: 500;
  line-height: var(--wysiwyg-line-height);
  margin-bottom: calc(
    var(--sentence-block-mb) * 1em / var(--wysiwyg-fs-max) * -1
  );
}

.c-wysiwyg a {
  color: var(--hover-color);
  text-underline-offset: 0.1em;
  text-decoration: underline 0.5px;
}

.c-wysiwyg b,
.c-wysiwyg strong {
  font-weight: 900;
}

.c-wysiwyg em {
  font-style: italic;
  font-weight: 500;
}

.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5 {
  --wysiwyg-fs-max: 28;
  --wysiwyg-fs-min: 18;
  --mt: 80;
  --mb: 24;
  font-size: clamp(
    calc(var(--wysiwyg-fs-min) * 1em / 14),
    calc(var(--wysiwyg-fs-max) / 750 * 100vw),
    calc(var(--wysiwyg-fs-max) * 1em / 20)
  );
  margin: clamp(
      calc(var(--mt) * 0.6em/var (--wysiwyg-fs-max)),
      calc(var(--mt) / 750 * 100vw),
      calc(var(--mt) * 1em / var(--wysiwyg-fs-max))
    )
    0 calc(var(--mb) * 1em / var(--wysiwyg-fs-max));
  font-weight: 700;
  line-height: 1.4;
}

.c-wysiwyg .iframewrap,
.c-wysiwyg .is-img,
.c-wysiwyg .wp-block-buttons,
.c-wysiwyg .wp-block-columns,
.c-wysiwyg .wp-block-quote,
.c-wysiwyg blockquote,
.c-wysiwyg ol,
.c-wysiwyg p,
.c-wysiwyg ul {
  --sentence-block-mb: 24;
  margin-bottom: calc(var(--sentence-block-mb) * 1em / var(--wysiwyg-fs-max));
}

:is(
    .c-wysiwyg p,
    .c-wysiwyg ul,
    .c-wysiwyg ol,
    .c-wysiwyg .is-img,
    .c-wysiwyg .iframewrap,
    .c-wysiwyg .wp-block-columns,
    .c-wysiwyg .wp-block-buttons,
    .c-wysiwyg blockquote,
    .c-wysiwyg .wp-block-quote
  ):last-child {
  margin-bottom: 0;
}

.c-wysiwyg .iframewrap,
.c-wysiwyg .is-img,
.c-wysiwyg .wp-block-columns,
.c-wysiwyg .wp-block-quote,
.c-wysiwyg blockquote {
  --sentence-block-mb: 60;
  margin-top: calc(var(--sentence-block-mb) * 1em / var(--wysiwyg-fs-max));
}

.c-wysiwyg p.is-empty {
  display: none;
}

.c-wysiwyg ul li {
  padding-left: 1.45em;
  position: relative;
}

.c-wysiwyg ul li:before {
  content: "";
  height: calc(6em / var(--wysiwyg-fs-max));
  left: 0;
  top: calc(15em / var(--wysiwyg-fs-max));
  width: calc(6em / var(--wysiwyg-fs-max));
  background: currentColor;
  border-radius: 100vmax;
  position: absolute;
  overflow: hidden;
}

.c-wysiwyg ol {
  counter-reset: item;
  list-style-type: none;
}

.c-wysiwyg ol li {
  text-indent: -1.45em;
  padding-left: 1.45em;
}

.c-wysiwyg ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
}

.c-wysiwyg .is-img {
  --br: 50;
  border-radius: calc(var(--br) * 1em / var(--wysiwyg-fs-max));
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.c-wysiwyg .is-img.is-style-rounded {
  --br: var(--wysiwyg-fs-max);
}

.c-wysiwyg .is-img img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.c-wysiwyg pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

.c-wysiwyg table {
  font-size: calc(15em / var(--wysiwyg-fs-max));
  width: 100%;
}

.c-wysiwyg table td,
.c-wysiwyg table th {
  border: 1px solid #b1b1b1;
}

.c-wysiwyg table th {
  text-align: center;
  background-color: #f3f3f3;
  padding: 0.6em 0;
}

.c-wysiwyg table td {
  padding: 1em 0.73333em;
}

.c-wysiwyg .iframewrap {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

.c-wysiwyg .iframewrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-wysiwyg .wp-element-caption {
  font-size: calc(14em / var(--wysiwyg-fs-max));
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}

.c-wysiwyg .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.c-wysiwyg .wp-block-button.alignright {
  margin-left: auto;
}

.c-wysiwyg .wp-block-columns {
  align-items: flex-start;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.c-wysiwyg .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-columns.are-vertically-aligned-center {
    align-items: unset;
    justify-content: center;
  }
}

.c-wysiwyg .wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-columns.are-vertically-aligned-bottom {
    justify-content: center;
    align-items: flex-end;
  }
}

.c-wysiwyg .wp-block-columns > :last-child {
  margin-bottom: 0;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-column {
    width: 100%;
  }
}

.c-wysiwyg .wp-block-column > :last-child {
  margin-bottom: 0;
}

.c-wysiwyg .wp-block-column .is-img {
  width: 100%;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-column .is-img {
    width: fit-content;
  }
}

.c-wysiwyg .wp-block-column .is-img img {
  width: 100%;
}

@media (width<=880px) {
  .c-wysiwyg .wp-block-column .is-img img {
    width: auto;
    margin-inline: auto;
  }
}

.c-wysiwyg .wp-block-separator {
  padding-top: calc(
    var(--sentence-block-mb) * 1em / var(--wysiwyg-fs-max) * 0.5
  );
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}

.c-wysiwyg .wp-block-separator.is-style-dots {
  border-style: dotted;
}

.c-wysiwyg .wp-block-separator.is-style-wide {
  border-width: 2px;
}

.c-wysiwyg blockquote {
  --pt: 76;
  --pb: 56;
  --plr: 80;
  border: 2px solid var(--main-color);
  border-radius: calc(20em / var(--wysiwyg-fs-max));
  padding: clamp(
      calc(var(--pt) * 0.8em/var (--wysiwyg-fs-max)),
      calc(var(--pt) / 750 * 100vw),
      calc(var(--pt) * 1em / var(--wysiwyg-fs-max))
    )
    calc(var(--plr) / 1032 * 100%)
    clamp(
      calc(var(--pb) * 0.8em/var (--wysiwyg-fs-max)),
      calc(var(--pb) / 750 * 100vw),
      calc(var(--pb) * 1em / var(--wysiwyg-fs-max))
    );
  position: relative;
}

.c-wysiwyg blockquote:after,
.c-wysiwyg blockquote:before {
  content: "";
  height: calc(20em / var(--wysiwyg-fs-max));
  margin-top: clamp(
    calc(30em / var(--wysiwyg-fs-max) * 0.8),
    4vw,
    calc(30em / var(--wysiwyg-fs-max))
  );
  width: calc(20em / var(--wysiwyg-fs-max));
  background-image: url(assets/images/common/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
}

.c-wysiwyg blockquote:before {
  margin-left: 2.90698%;
  left: 0;
}

.c-wysiwyg blockquote:after {
  margin-right: 2.90698%;
  right: 0;
}

@media (any-hover: hover) {
  .c-wysiwyg a:any-link {
    transition: opacity var(--transition);
  }

  .c-wysiwyg a:any-link:hover {
    opacity: 0.6;
  }
}

.page__process .page__banner {
  height: auto;
  padding-top: 92px;
}
@media screen and (width<=640px) {
  .page__process .page__banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page__process .cm-crumb__list {
  width: fit-content;
  margin-top: 30px;
  position: relative;
  top: auto;
}
@media screen and (width<=640px) {
  .page__process .cm-crumb__list {
    margin-top: 20px;
  }
}
.page__process .process--lists {
  --pt: 50;
  gap: 24px;
  display: flex;
}
@media screen and (width<=880px) {
  .page__process .process--lists {
    flex-direction: column;
  }
}
@media screen and (width<=640px) {
  .page__process .process--lists {
    --pt: 20;
  }
}
.page__process .process--lists .process--listsItem {
  background-color: #f2efe6;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 40px;
  padding: 40px 64px;
  display: flex;
}
@media screen and (width<=640px) {
  .page__process .process--lists .process--listsItem {
    border-radius: 20px;
    padding: 30px;
  }
}
.page__process .process--lists .process--listsItemStep {
  font-size: 18px;
  font-family: var(--font-oswald);
  text-transform: uppercase;
}
.page__process .process--lists .process--listsItemStep span {
  font-size: 38px;
  font-weight: 500;
}
@media screen and (width<=640px) {
  .page__process .process--lists .process--listsItemStep span {
    font-size: 30px;
  }
}
.page__process .process--lists hgroup {
  text-align: center;
  color: #212121;
}
.page__process .process--lists hgroup .process--listsItemTitle {
  font-size: 21px;
  font-weight: 600;
  font-family: var(--font-noto-serif);
}
.page__process .process--lists hgroup .process--listsItemTxt {
  list-style: 2;
  letter-spacing: 0.96px;
  margin-top: 20px;
}
.page__ad {
  background-color: #f6f6f6;
}
.page__ad .footer {
  background-color: #fff;
}
@media screen and (width<=640px) {
  .page__ad .main-pb {
    --under-pb: 70;
  }
}
.page__ad .page__banner {
  height: auto;
  padding-top: 92px;
}
@media screen and (width<=640px) {
  .page__ad .page__banner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page__ad .cm-crumb__list {
  width: fit-content;
  margin-top: 30px;
  position: relative;
  top: auto;
}
@media screen and (width<=640px) {
  .page__ad .cm-crumb__list {
    margin-top: 20px;
  }
}
.page__ad .pagination {
  z-index: 6;
  padding-top: 1px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (width<=880px) {
  .page__ad .pagination {
    padding-bottom: 40px;
  }
}
.page__ad .pagination:after {
  content: "";
  z-index: -10;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (width<=880px) {
  .page__ad .pagination:after {
    height: 100%;
  }
}
.page__ad .pagination .page__news--pagination {
  --mt: 100;
}
@media screen and (width<=880px) {
  .page__ad .pagination .page__news--pagination {
    --mt: 40;
  }
}
.page__ad .ad__lists .ad__lists--itemHeader {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--itemHeader {
    display: block;
  }
}
.page__ad .ad__lists .ad__lists--itemHeader .ad__lists--itemHeaderLeft {
  width: 50%;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--itemHeader .ad__lists--itemHeaderLeft {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page__ad .ad__lists .ad__lists--itemHeader .ad__lists--itemHeaderLeft p {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-noto-serif);
  color: var(--primary);
}
.page__ad
  .ad__lists
  .ad__lists--itemHeader
  .ad__lists--itemHeaderLeft
  .sentence {
  --sentence-fs-max: 42;
  --sentence-line-height: 1.5;
  color: #1c2b33;
  font-weight: 500;
}
.page__ad .ad__lists .ad__lists--item {
  padding-bottom: 100px;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--item {
    padding-bottom: 50px;
  }
}
.page__ad .ad__lists .ad__lists--item + .ad__lists--item {
  padding-top: 100px;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--item + .ad__lists--item {
    padding-top: 50px;
  }
}
.page__ad .ad__lists .ad__lists--item:nth-child(2n) {
  background-color: #fff;
}
.page__ad .ad__lists .ad__lists--itemImg {
  padding: 60px 10%;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--itemImg {
    padding: 30px 0;
  }
}
.page__ad .ad__lists .ad__lists--itemImg img {
  width: 100%;
  box-shadow: 4px 4px 15px #2b1a0b;
}
@media screen and (width<=880px) {
  .page__ad .ad__lists .ad__lists--itemImg img {
    box-shadow: unset;
  }
}
.page__ad .ad__lists .ad__lists--itemContent {
  --sentence-line-height: 1.5;
  --sentence-fs-max: 20;
  font-weight: 500;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
