/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@charset "UTF-8";
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Hiragino Kaku Gothic ProN","Hiragino Sans", "Noto Sans JP","Helvetica Neue",Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: calc(12 * var(--rem-base));
    --text-sm: calc(14 * var(--rem-base));
    --text-base: calc(16 * var(--rem-base));
    --text-lg: calc(18 * var(--rem-base));
    --text-xl: calc(20 * var(--rem-base));
    --text-2xl: calc(22 * var(--rem-base));
    --text-3xl: calc(28 * var(--rem-base));
    --text-4xl: calc(30 * var(--rem-base));
    --text-5xl: calc(34 * var(--rem-base));
    --text-6xl: 3.75rem;
    --text-7xl: 4.5rem;
    --text-8xl: 6rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --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);
    --zoom-basis-sp: 375px;
    --zoom-basis-tablet: 768px;
    --zoom-basis-pc: 1280px;
    --font-noto-serif: YakuHanMP,游明朝,YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,"Noto Serif JP",serif;
    --color-body: #000000;
    --color-red: #dd0000;
    --color-yellow: #F5DD7D;
    --linear-gradient-red: to left, var(--color-red) 0%, var(--color-red) 5%, #971f21 50%, var(--color-red) 95%, var(--color-red) 100%;
    --linear-gradient-yellow: to left, var(--color-yellow) 0%, #fffac7 35%, #ffffe8 50%, #fffac7 65%, var(--color-yellow) 100%;
    --zoom-factor: 1;
    --rem-base: calc(1rem / 16 );
    --text-3xs: calc(10 * var(--rem-base));
    --text-2xs: calc(11 * var(--rem-base));
    --font-scale-factor: 1;
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-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"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .m-auto {
    margin: auto;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-\[var\(--container-gutter\)\] {
    margin-inline: var(--container-gutter);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-7\.5 {
    margin-block: calc(var(--spacing) * 7.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-fit {
    height: fit-content;
  }
  .max-h-\[480px\] {
    max-height: 480px;
  }
  .w-7\.5 {
    width: calc(var(--spacing) * 7.5);
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[calc\(100\%\+var\(--container-gutter\)\*2\)\] {
    width: calc(100% + var(--container-gutter) * 2);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[60\%\] {
    max-width: 60%;
  }
  .max-w-\[156px\] {
    max-width: 156px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[710px\] {
    max-width: 710px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[calc\(100\%\+30px\)\] {
    max-width: calc(100% + 30px);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[auto_auto\] {
    grid-template-columns: auto auto;
  }
  .grid-rows-subgrid {
    grid-template-rows: subgrid;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-1 {
    column-gap: var(--spacing);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-7\.5 {
    column-gap: calc(var(--spacing) * 7.5);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-15 {
    column-gap: calc(var(--spacing) * 15);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-12\.5 {
    row-gap: calc(var(--spacing) * 12.5);
  }
  .gap-y-15 {
    row-gap: calc(var(--spacing) * 15);
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#CCCCCC\] {
    border-color: #CCCCCC;
  }
  .border-\[\#cccccc\] {
    border-color: #cccccc;
  }
  .border-red {
    border-color: var(--color-red);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-\[\#696969\] {
    background-color: #696969;
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-\[to_bottom\,\#fff_0\,\#fff_14px\,\#F0F0F0_14px\,\#F0F0F0_100\%\] {
    --tw-gradient-position: to bottom,#fff 0,#fff 14px,#F0F0F0 14px,#F0F0F0 100%;
    background-image: linear-gradient(var(--tw-gradient-stops,to bottom,#fff 0,#fff 14px,#F0F0F0 14px,#F0F0F0 100%));
  }
  .bg-linear-\[to_bottom\,\#fff_0\,\#fff_20px\,var\(--color-body\)_20px\,var\(--color-body\)_100\%\] {
    --tw-gradient-position: to bottom,#fff 0,#fff 20px,var(--color-body) 20px,var(--color-body) 100%;
    background-image: linear-gradient(var(--tw-gradient-stops,to bottom,#fff 0,#fff 20px,var(--color-body) 20px,var(--color-body) 100%));
  }
  .bg-linear-\[var\(--linear-gradient-red\)\] {
    --tw-gradient-position: var(--linear-gradient-red);
    background-image: linear-gradient(var(--tw-gradient-stops,var(--linear-gradient-red)));
  }
  .bg-linear-\[var\(--linear-gradient-yellow\)\] {
    --tw-gradient-position: var(--linear-gradient-yellow);
    background-image: linear-gradient(var(--tw-gradient-stops,var(--linear-gradient-yellow)));
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-7\.5 {
    padding-top: calc(var(--spacing) * 7.5);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-7\.5 {
    padding-bottom: calc(var(--spacing) * 7.5);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pl-\[1em\] {
    padding-left: 1em;
  }
  .text-center {
    text-align: center;
  }
  .-indent-\[1em\] {
    text-indent: calc(1em * -1);
  }
  .font-noto-serif {
    font-family: var(--font-noto-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
  }
  .text-base {
    font-size: var(--text-base);
  }
  .text-lg {
    font-size: var(--text-lg);
  }
  .text-sm {
    font-size: var(--text-sm);
  }
  .text-xs {
    font-size: var(--text-xs);
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .wrap-anywhere {
    overflow-wrap: anywhere;
  }
  .break-all {
    word-break: break-all;
  }
  .break-keep {
    word-break: keep-all;
  }
  .text-red {
    color: var(--color-red);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .drop-shadow-\[0px_0px_20px\] {
    --tw-drop-shadow-size: drop-shadow(0px 0px 20px var(--tw-drop-shadow-color, currentcolor));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-white {
    --tw-drop-shadow-color: #fff;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .drop-shadow-white {
      --tw-drop-shadow-color: color-mix(in oklab, var(--color-white) var(--tw-drop-shadow-alpha), transparent);
    }
  }
  .drop-shadow-white {
    --tw-drop-shadow: var(--tw-drop-shadow-size);
  }
  .transition-\[background-color\] {
    transition-property: background-color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\[text-box\:trim-both_cap_alphabetic\] {
    text-box: trim-both cap alphabetic;
  }
  :is(.\*\:font-normal > *) {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  @media (hover: hover) {
    .group-hover\:bg-white:is(:where(.group):hover *) {
      background-color: var(--color-white);
    }
    .group-hover\:fill-red:is(:where(.group):hover *) {
      fill: var(--color-red);
    }
  }
  .before\:content-\[\'※\'\]::before {
    --tw-content: '※';
    content: var(--tw-content);
  }
  @media (hover: hover) {
    .hover\:bg-red:hover {
      background-color: var(--color-red);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (width < 1200px) {
    .max-\[1200px\]\:mt-7\.5 {
      margin-top: calc(var(--spacing) * 7.5);
    }
  }
  @media (width < 768px) {
    .max-md\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .max-md\:max-w-100 {
      max-width: calc(var(--spacing) * 100);
    }
    .max-md\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
    .max-md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .max-md\:pt-7\.5 {
      padding-top: calc(var(--spacing) * 7.5);
    }
  }
  @media (width >= 768px) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .md\:col-span-full {
      grid-column: 1 / -1;
    }
    .md\:mx-0 {
      margin-inline: 0px;
    }
    .md\:my-5 {
      margin-block: calc(var(--spacing) * 5);
    }
    .md\:my-10 {
      margin-block: calc(var(--spacing) * 10);
    }
    .md\:my-auto {
      margin-block: auto;
    }
    .md\:mt-0 {
      margin-top: 0px;
    }
    .md\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .md\:mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .md\:mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .md\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .md\:mt-7\.5 {
      margin-top: calc(var(--spacing) * 7.5);
    }
    .md\:mt-12\.5 {
      margin-top: calc(var(--spacing) * 12.5);
    }
    .md\:mt-15 {
      margin-top: calc(var(--spacing) * 15);
    }
    .md\:mt-20 {
      margin-top: calc(var(--spacing) * 20);
    }
    .md\:ml-\[var\(--container-gutter\)\] {
      margin-left: var(--container-gutter);
    }
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-\[192px\] {
      width: 192px;
    }
    .md\:w-auto {
      width: auto;
    }
    .md\:max-w-\[calc\(100\%-30px\)\] {
      max-width: calc(100% - 30px);
    }
    .md\:max-w-none {
      max-width: none;
    }
    .md\:min-w-\[290px\] {
      min-width: 290px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-\[0\.6fr_1fr\] {
      grid-template-columns: 0.6fr 1fr;
    }
    .md\:grid-cols-\[auto_1fr\] {
      grid-template-columns: auto 1fr;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:justify-end {
      justify-content: flex-end;
    }
    :where(.md\:space-y-0 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: 0;
      margin-block-end: 0;
    }
    .md\:gap-x-7\.5 {
      column-gap: calc(var(--spacing) * 7.5);
    }
    .md\:gap-y-3 {
      row-gap: calc(var(--spacing) * 3);
    }
    .md\:gap-y-6 {
      row-gap: calc(var(--spacing) * 6);
    }
    .md\:gap-y-7\.5 {
      row-gap: calc(var(--spacing) * 7.5);
    }
    .md\:gap-y-15 {
      row-gap: calc(var(--spacing) * 15);
    }
    .md\:gap-y-20 {
      row-gap: calc(var(--spacing) * 20);
    }
    .md\:border-r {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
    .md\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
    .md\:bg-linear-\[to_bottom\,\#fff_0\,\#fff_25px\,var\(--color-body\)_25px\,var\(--color-body\)_100\%\] {
      --tw-gradient-position: to bottom,#fff 0,#fff 25px,var(--color-body) 25px,var(--color-body) 100%;
      background-image: linear-gradient(var(--tw-gradient-stops,to bottom,#fff 0,#fff 25px,var(--color-body) 25px,var(--color-body) 100%));
    }
    .md\:px-7\.5 {
      padding-inline: calc(var(--spacing) * 7.5);
    }
    .md\:py-7\.5 {
      padding-block: calc(var(--spacing) * 7.5);
    }
    .md\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
    .md\:py-15 {
      padding-block: calc(var(--spacing) * 15);
    }
    .md\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }
    .md\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
    .md\:pr-7\.5 {
      padding-right: calc(var(--spacing) * 7.5);
    }
    .md\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
    .md\:pl-7\.5 {
      padding-left: calc(var(--spacing) * 7.5);
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
    }
    .md\:text-\[1\.5rem\] {
      font-size: 1.5rem;
    }
    .md\:text-\[2rem\] {
      font-size: 2rem;
    }
    .md\:text-lg {
      font-size: var(--text-lg);
    }
    .md\:text-xl {
      font-size: var(--text-xl);
    }
    .md\:wrap-anywhere {
      overflow-wrap: anywhere;
    }
    .md\:break-keep {
      word-break: keep-all;
    }
  }
  @media (width >= 1024px) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-x-30 {
      column-gap: calc(var(--spacing) * 30);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 1200px) {
    .min-\[1200px\]\:max-w-\[330px\] {
      max-width: 330px;
    }
    .min-\[1200px\]\:max-w-\[360px\] {
      max-width: 360px;
    }
    .min-\[1200px\]\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .min-\[1200px\]\:grid-cols-\[calc\(100\%\/3-15px\)_calc\(100\%\/3\+30px\)_calc\(100\%\/3-15px\)\] {
      grid-template-columns: calc(100% / 3 - 15px) calc(100% / 3 + 30px) calc(100% / 3 - 15px);
    }
    .min-\[1200px\]\:gap-y-3 {
      row-gap: calc(var(--spacing) * 3);
    }
    .min-\[1200px\]\:border-b-transparent {
      border-bottom-color: transparent;
    }
    .min-\[1200px\]\:px-7\.5 {
      padding-inline: calc(var(--spacing) * 7.5);
    }
    .min-\[1200px\]\:pb-0 {
      padding-bottom: 0px;
    }
    .min-\[1200px\]\:pl-7\.5 {
      padding-left: calc(var(--spacing) * 7.5);
    }
    @media (width >= 1024px) {
      .min-\[1200px\]\:lg\:border-r {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .\[\&\>li\]\:pl-\[1em\] > li {
    padding-left: 1em;
  }
  .\[\&\>li\]\:-indent-\[1em\] > li {
    text-indent: calc(1em * -1);
  }
  .\[\&\>li\]\:text-xs > li {
    font-size: var(--text-xs);
  }
  .\[\&\>li\]\:leading-\[1\.6\] > li {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .\[\&\>li\]\:\!font-normal > li {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\[\&\>li\]\:before\:text-red > li::before {
    content: var(--tw-content);
    color: var(--color-red);
  }
  .\[\&\>li\]\:before\:content-\[\'※\'\] > li::before {
    --tw-content: '※';
    content: var(--tw-content);
  }
  .\[\&\>li\]\:before\:content-\[\'●\'\] > li::before {
    --tw-content: '●';
    content: var(--tw-content);
  }
  .\[\&\>li\]\:before\:content-\[\'・\'\] > li::before {
    --tw-content: '・';
    content: var(--tw-content);
  }
}
:root {
  --container-wide: 1100px;
  --container-gutter: 80px;
  --admin-bar-height: 0px;
  --100vw: 100dvw;
  --space-scale: 1;
  --leading-trim: calc((1em - 1lh) / 2);
}
@media (1024px > width) {
  :root {
    --container-gutter: 40px;
  }
}
@media (640px > width) {
  :root {
    --container-gutter: 20px;
  }
}
@layer base {
  html {
    font-size: 100%;
    -webkit-text-size-adjust: initial;
    background: #fff;
  }
  body {
    line-height: 2;
    container: body/inline-size;
  }
  :is(body) {
    font-weight: 500;
    color: var(--color-body);
    font-size: var(--text-base);
    font-family: var(--font-sans);
    display: flex;
    flex-direction: column;
  }
  :where(.body-default > main) {
    flex: 1;
  }
  main {
    container: main/inline-size;
  }
  .main-inner {
    --spacing: 1px;
    -webkit-text-size-adjust: initial;
    --_basis-vw: 1;
    --_zoom-min: 0.1;
    --_zoom-max: 999;
  }
  @media (width < 640px) {
    .main-inner {
      --_basis-vw: var(--zoom-basis-sp);
    }
  }
  @media (640px <= width < 1024px) {
    .main-inner {
      --_basis-vw: var(--zoom-basis-tablet);
    }
  }
  @media (1024px <= width) {
    .main-inner {
      --_zoom-max: 1.5;
      --_basis-vw: var(--zoom-basis-pc);
    }
  }
  .main-inner {
    --zoom-factor: clamp(
    var(--_zoom-min),
    tan(atan2(var(--100vw), var(--_basis-vw))),
    var(--_zoom-max)
  );
    zoom: var(--zoom-factor);
  }
  .main-inner.size-debug::before {
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    top: 0;
    right: 0;
    content: attr(data-zoom-status);
    z-index: 500;
    color: #f00;
    background: #ffffff88;
    position: fixed;
  }
  .container-fluid {
    --wide: var(--container-wide);
    box-sizing: content-box;
    max-width: var(--wide);
    padding-inline: var(--container-gutter);
    margin-inline: auto;
  }
  sub,
sup {
    font-size: 62%;
  }
}
@layer components {
  .fullrefund .fullrefund__fv {
    padding-block: calc(var(--spacing) * 11);
  }
  .fullrefund .fullrefund__heading1 {
    display: block;
    text-align: center;
    font-family: var(--font-noto-serif);
    font-size: var(--text-2xl);
    --tw-leading: 1.6;
    line-height: 1.6;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    overflow-wrap: break-word;
    word-break: keep-all;
    color: var(--color-yellow);
  }
  @media (width >= 768px) {
    .fullrefund .fullrefund__heading1 {
      font-size: 2.5rem;
    }
  }
  @media (width >= 1320px) {
    .fullrefund .fullrefund__heading1 {
      font-size: 2.8vw;
    }
  }
  .fullrefund .fullrefund-accordion details {
    border-top: 1px solid #CCCCCC;
  }
  :is(.fullrefund .fullrefund-accordion details) summary {
    padding-block: 16px;
  }
  :is(.fullrefund .fullrefund-accordion details):first-child {
    border-top: 0px none;
  }
  :is(.fullrefund .fullrefund-accordion details):first-child summary {
    padding-block-start: 0;
  }
  :is(.fullrefund .fullrefund-accordion details):last-child summary {
    padding-block-end: 0;
  }
  :is(.fullrefund .fullrefund-accordion details):last-child .fullrefund-accordion__content {
    margin-block-start: 16px;
    margin-block-end: 0;
  }
  .fullrefund .fullrefund-accordion .fullrefund-accordion__item {
    display: grid;
    grid-template-columns: none;
    align-items: baseline;
    column-gap: 60px;
    overflow: hidden;
  }
  @media (max-width:1024px) {
    .fullrefund .fullrefund-accordion .fullrefund-accordion__item {
      column-gap: 40px;
    }
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) summary::-webkit-details-marker {
    display: none;
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__title {
    display: grid;
    gap: 5px;
    grid-template-columns: 26px 1fr 16px;
    align-items: center;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
  }
  :is(:is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__title)::before {
    content: '';
    display: block;
    width: 26px;
    margin-top: 0.1em;
    aspect-ratio: 1 / 1;
    background-image: url("data:image/svg+xml;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzggLTYwNjYpIj48Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4IDYwNjYpIiBmaWxsPSIjZTUyMzJhIi8+PHBhdGggZD0iTTYuMTItLjA4QTguNjU3LDguNjU3LDAsMCwxLDUuMS0uOTQ0bC0uNTQ0LS41MTJhNi40MjQsNi40MjQsMCwwLDAsLjk5Mi0xLjQ3Miw3LjcxMyw3LjcxMywwLDAsMCwuNjU2LTMuM2MwLTQuMS0yLjQxNi02LjcyLTYuMTYtNi43Mi0zLjc5MiwwLTYuMjU2LDIuNjcyLTYuMjU2LDYuOFMtMy43ODQuNjI0LjAwOC42MjRBNS43NDgsNS43NDgsMCwwLDAsMi45ODQtLjExMmExNC42MjQsMTQuNjI0LDAsMCwxLDEuNiwxLjY2NFpNLS4xLTIuOTc2QTEzLjA1MSwxMy4wNTEsMCwwLDEsMS4xNDQtMS44ODhhMi41NzcsMi41NzcsMCwwLDEtMS4xMzYuMjRjLTIuMTI4LDAtMy40ODgtMS43Ni0zLjQ4OC00LjUyOHMxLjMyOC00LjQ4LDMuNDcyLTQuNDhhMy4xMjUsMy4xMjUsMCwwLDEsMi4yNzIuOUE0Ljk2OSw0Ljk2OSwwLDAsMSwzLjQ0OC02LjE0NCw0LjcsNC43LDAsMCwxLDIuNy0zLjIxNmMtLjctLjctMS4xMi0xLjEzNi0xLjI0OC0xLjI4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY1IDYwODUpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__icon {
    position: relative;
    width: 16px;
    aspect-ratio: 1 / 1;
    display: block;
  }
  :is(:is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__icon)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    translate: -50% -50%;
    rotate: 0.0001deg;
    background-color: var(--color-red);
  }
  :is(:is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__icon)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    translate: -50% -50%;
    background-color: var(--color-red);
    rotate: 0.0001deg;
    transition: rotate 0.3s;
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item)::details-content {
    position: relative;
    content-visibility: unset;
    display: grid;
    display: block grid;
  }
  @media (prefers-reduced-motion: no-preference) {
    :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item)::details-content {
      transition-duration: 0.4s;
      transition-property: grid-template-rows;
    }
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item):not([open])::details-content {
    grid-template-rows: 0fr;
  }
  :is([open]:is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item) .fullrefund-accordion__icon)::after {
    rotate: 90deg;
    transition: rotate 0.4s;
  }
  [open]:is(.fullrefund .fullrefund-accordion .fullrefund-accordion__item)::details-content {
    grid-template-rows: 1fr;
  }
  .fullrefund .fullrefund-accordion .fullrefund-accordion__body {
    overflow: hidden;
  }
  .fullrefund .fullrefund-accordion .fullrefund-accordion__content {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 5px;
    margin-block-end: 16px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    text-box: trim-both cap alphabetic;
  }
  :is(.fullrefund .fullrefund-accordion .fullrefund-accordion__content)::before {
    content: '';
    display: block;
    align-self: center;
    width: 26px;
    aspect-ratio: 1 / 1;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDMyIC01OTgxKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzgyIDM4ODgpIj48Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSIxMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAgMjA5MykiLz48cGF0aCBkPSJNNi41NTIuMzM2Yy0uMTkyLS40LS40OC0xLjEtLjc4NC0xLjkybC0zLjUyLTkuNDI0QTEwLjgzMywxMC44MzMsMCwwLDEsMS43LTEyLjY3MmgtMy40NGExMi4yODUsMTIuMjg1LDAsMCwxLS41MTIsMS42NjRMLTUuNzM2LTEuNTg0QTE0Ljg3MywxNC44NzMsMCwwLDEtNi41NTIuMzM2aDMuMTY4YTcuOTg5LDcuOTg5LDAsMCwxLC40MzItMS43bC41NDQtMS41NTJIMi40MjRMMi45NjgtMS4zNmExMS40NDMsMTEuNDQzLDAsMCwxLC40MTYsMS43Wm0tNC44LTUuNUgtMS43MzZMLS4yMzItOS43Yy4xMTItLjMyLjEyOC0uNC4yMjQtLjczNi4xMjguNDMyLjE5Mi41OTIuMjQuNzM2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjMgMjExMikiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-duration: initial;
      --tw-content: "";
    }
  }
}
