/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-bodybg: #fff;
    --color-default: #000;
    --base-width: 900px;
    --base-width-wide: 1200px;
  }
}
@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, 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]) {
    -webkit-text-decoration: underline dotted;
    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 {
    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)) {
        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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-7 {
    top: calc(var(--spacing) * -7);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .-z-3 {
    z-index: calc(3 * -1);
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[8\/3\] {
    aspect-ratio: 8/3;
  }
  .aspect-\[75\/74\] {
    aspect-ratio: 75/74;
  }
  .aspect-\[126\/66\] {
    aspect-ratio: 126/66;
  }
  .aspect-\[216\/216\] {
    aspect-ratio: 216/216;
  }
  .aspect-\[284\/400\] {
    aspect-ratio: 284/400;
  }
  .aspect-\[416\/375\] {
    aspect-ratio: 416/375;
  }
  .aspect-\[498\/1074\] {
    aspect-ratio: 498/1074;
  }
  .aspect-\[731\/122\] {
    aspect-ratio: 731/122;
  }
  .aspect-\[860\/384\] {
    aspect-ratio: 860/384;
  }
  .aspect-\[900\/205\] {
    aspect-ratio: 900/205;
  }
  .aspect-\[900\/312\] {
    aspect-ratio: 900/312;
  }
  .aspect-\[900\/440\] {
    aspect-ratio: 900/440;
  }
  .aspect-\[930\/156\] {
    aspect-ratio: 930/156;
  }
  .aspect-\[930\/392\] {
    aspect-ratio: 930/392;
  }
  .aspect-\[1441\/732\] {
    aspect-ratio: 1441/732;
  }
  .aspect-\[1640\/270\] {
    aspect-ratio: 1640/270;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[30\%\] {
    height: 30%;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[560px\] {
    height: 560px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[100\%\] {
    max-height: 100%;
  }
  .max-h-\[540px\] {
    max-height: 540px;
  }
  .min-h-\[130px\] {
    min-height: 130px;
  }
  .min-h-\[276px\] {
    min-height: 276px;
  }
  .w-\[38\%\] {
    width: 38%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[216px\] {
    width: 216px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\(--base-width\) {
    max-width: var(--base-width);
  }
  .max-w-\(--base-width-wide\) {
    max-width: var(--base-width-wide);
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .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;
  }
  .list-inside {
    list-style-position: inside;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :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)));
    }
  }
  .space-y-4 {
    :where(& > :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)));
    }
  }
  .space-y-5 {
    :where(& > :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)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :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)));
    }
  }
  .space-y-10 {
    :where(& > :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)));
    }
  }
  .space-y-15 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 15) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 15) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-l-10 {
    border-left-style: var(--tw-border-style);
    border-left-width: 10px;
  }
  .border-white {
    border-color: #fff;
  }
  .bg-\[\#FEFCEF\] {
    background-color: #FEFCEF;
  }
  .bg-\[\#FFF4CA\] {
    background-color: #FFF4CA;
  }
  .bg-\[\#e2bb32\] {
    background-color: #e2bb32;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-deepgreen {
    background-color: #2b625a;
  }
  .bg-primary {
    background-color: #338377;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-\[url\(\.\.\/img\/breakthrough_bg\.webp\)\] {
    background-image: url(../img/breakthrough_bg.webp);
  }
  .bg-\[url\(\.\.\/img\/fv_paper\.webp\)\] {
    background-image: url(../img/fv_paper.webp);
  }
  .bg-\[url\(\.\.\/img\/fv_sp\.webp\)\] {
    background-image: url(../img/fv_sp.webp);
  }
  .bg-\[url\(\.\.\/img\/toppa_bg\.webp\)\] {
    background-image: url(../img/toppa_bg.webp);
  }
  .bg-\[url\(\.\.\/img\/toppa_check\.svg\)\] {
    background-image: url(../img/toppa_check.svg);
  }
  .bg-\[url\(\.\.\/img\/zokuzoku_bg\.webp\)\] {
    background-image: url(../img/zokuzoku_bg.webp);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[160\%_auto\] {
    background-size: 160% auto;
  }
  .bg-size-\[auto_18px\] {
    background-size: auto 18px;
  }
  .bg-size-\[auto_98\%\] {
    background-size: auto 98%;
  }
  .bg-size-\[auto_100\%\] {
    background-size: auto 100%;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-position-\[left_top_3px\] {
    background-position: left top 3px;
  }
  .bg-right-bottom {
    background-position: right bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-content-sp {
    padding-inline: clamp(16px, 4.7vw, 20px);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[260px\] {
    padding-top: 260px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[28px\] {
    padding-bottom: 28px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-accent {
    color: #ffdb57;
  }
  .text-accentred {
    color: #e83828;
  }
  .text-default {
    color: #000;
  }
  .text-primary {
    color: #338377;
  }
  .text-white {
    color: #fff;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-accent {
    text-decoration-color: #ffdb57;
  }
  .decoration-18 {
    text-decoration-thickness: 18px;
  }
  .-underline-offset-6 {
    text-underline-offset: calc(6px * -1);
  }
  .drop-shadow-lg\/40 {
    --tw-drop-shadow-alpha: 40%;
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, oklab(from rgb(0 0 0 / 0.15) l a b / 40%)));
    --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,);
  }
  .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, -webkit-backdrop-filter, backdrop-filter, display, 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));
  }
  .\!ease-linear {
    --tw-ease: linear !important;
    transition-timing-function: linear !important;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1\.6s_1\.4s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1.6s 1.4s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_0\.2s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 0.2s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_0\.4s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 0.4s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_0\.5s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 0.5s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_0\.6s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 0.6s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_0\.8s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 0.8s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.0s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.0s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.1s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.1s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.2s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.2s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.4s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.4s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.6s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.6s linear forwards;
    }
  }
  .group-\[\.is-loaded\]\/wrapper\:animate-\[fadein_1s_1\.8s_linear_forwards\] {
    &:is(:where(.group\/wrapper):is(.is-loaded) *) {
      animation: fadein 1s 1.8s linear forwards;
    }
  }
  .before\:mr-\[30px\] {
    &::before {
      content: var(--tw-content);
      margin-right: 30px;
    }
  }
  .before\:h-\[14px\] {
    &::before {
      content: var(--tw-content);
      height: 14px;
    }
  }
  .before\:grow {
    &::before {
      content: var(--tw-content);
      flex-grow: 1;
    }
  }
  .before\:bg-primary {
    &::before {
      content: var(--tw-content);
      background-color: #338377;
    }
  }
  .after\:ml-\[30px\] {
    &::after {
      content: var(--tw-content);
      margin-left: 30px;
    }
  }
  .after\:h-\[14px\] {
    &::after {
      content: var(--tw-content);
      height: 14px;
    }
  }
  .after\:grow {
    &::after {
      content: var(--tw-content);
      flex-grow: 1;
    }
  }
  .after\:bg-primary {
    &::after {
      content: var(--tw-content);
      background-color: #338377;
    }
  }
  .hover\:brightness-80 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(80%);
        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,);
      }
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:bg-\[url\(\.\.\/img\/fv_tab\.webp\)\] {
    @media (width >= 40rem) {
      background-image: url(../img/fv_tab.webp);
    }
  }
  .sm\:bg-size-\[auto_100\%\] {
    @media (width >= 40rem) {
      background-size: auto 100%;
    }
  }
  .md\:-top-10 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * -10);
    }
  }
  .md\:m-5 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 5);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:w-\[75px\] {
    @media (width >= 48rem) {
      width: 75px;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:space-y-7 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:border-l-14 {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 14px;
    }
  }
  .md\:bg-size-\[100\%_auto\] {
    @media (width >= 48rem) {
      background-size: 100% auto;
    }
  }
  .md\:bg-size-\[auto_23px\] {
    @media (width >= 48rem) {
      background-size: auto 23px;
    }
  }
  .md\:px-content-pc {
    @media (width >= 48rem) {
      padding-inline: clamp(28px, 4vw, 80px);
    }
  }
  .md\:pl-6 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .md\:pl-8 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:leading-relaxed {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
  }
  .md\:decoration-24 {
    @media (width >= 48rem) {
      text-decoration-thickness: 24px;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:h-\[675px\] {
    @media (width >= 64rem) {
      height: 675px;
    }
  }
  .lg\:min-h-\[276px\] {
    @media (width >= 64rem) {
      min-height: 276px;
    }
  }
  .lg\:min-h-\[400px\] {
    @media (width >= 64rem) {
      min-height: 400px;
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:bg-\[url\(\.\.\/img\/fv\.webp\)\] {
    @media (width >= 64rem) {
      background-image: url(../img/fv.webp);
    }
  }
  .lg\:bg-size-\[auto_100\%\] {
    @media (width >= 64rem) {
      background-size: auto 100%;
    }
  }
  .lg\:bg-bottom {
    @media (width >= 64rem) {
      background-position: bottom;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_2\.0s_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s 2.0s linear forwards;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_2\.04_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s 2.04 linear forwards;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_2\.4s_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s 2.4s linear forwards;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_2\.5s_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s 2.5s linear forwards;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_2\.6s_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s 2.6s linear forwards;
    }
  }
  .\[\&\.is-shown\]\:animate-\[fadein_1s_linear_forwards\] {
    &.is-shown {
      animation: fadein 1s linear forwards;
    }
  }
}
:root {
  --background: var(--color-bodybg);
  --foreground: var(--color-default);
}
.txtborder {
  -webkit-text-stroke: 5px white;
  text-stroke: 5px white;
  paint-order: stroke;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1024px) {
  .tdborder {
    background-color: white;
    border-top: 10px solid #d2a600;
  }
  .tdvolume {
    font-size: 32px;
    font-weight: 800;
    color: #338377;
    padding: 16px;
  }
  .tddate {
    font-size: 22px;
    font-weight: 800;
    color: black;
    padding: 16px;
  }
  .tdoverview {
    font-size: 16px;
    color: black;
    padding: 16px;
    text-align: left;
  }
  .overviewtxt {
    font-size: 22px;
    font-weight: 800;
    color: #338377;
  }
}
@media (max-width: 1023px) {
  .tdborder {
    background-color: white;
    border-top: 5px solid #d2a600;
  }
  .tdvolume {
    font-size: 20px;
    font-weight: 800;
    color: #338377;
    padding: 8px;
  }
  .tddate {
    font-size: 18pxpx;
    font-weight: 800;
    color: black;
    padding: 8px;
  }
  .tdoverview {
    font-size: 16px;
    color: black;
    padding: 8px;
    text-align: left;
  }
  .overviewtxt {
    font-size: 20px;
    font-weight: 800;
    color: #338377;
  }
}
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
@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-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes fadein {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@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-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-ease: initial;
      --tw-content: "";
    }
  }
}
