*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Futo Go B101", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.-z-20 {
  z-index: -20;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1\.25 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-1\.875 {
  margin-bottom: 1.875rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1\.33 {
  margin-top: 1.33rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-65 {
  height: 260px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-100 {
  width: 400px;
}

.w-3 {
  width: 0.75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-full {
  width: 100%;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-dotted {
  border-style: dotted;
}

.border-accent-red {
  --tw-border-opacity: 1;
  border-color: rgb(225 70 97 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-accent-red {
  --tw-bg-opacity: 1;
  background-color: rgb(225 70 97 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[15vh\] {
  padding-top: 15vh;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 24px;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-l {
  font-size: 18px;
}

.text-s {
  font-size: 14px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 20px;
}

.text-xs {
  font-size: 12px;
}

.text-xxs {
  font-size: 10px;
}

.font-bold {
  font-weight: 700;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-accent-red {
  --tw-text-opacity: 1;
  color: rgb(225 70 97 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(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);
}

.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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* 背景画像のトランジション用 */

.bg-image {
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  will-change: opacity;
}

/* スマートフォン対応：background-attachment:fixedの代替 */

@media (max-width: 1023px) {
  .bg-image {
    background-attachment: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    /* ビューポート幅 */
    height: 100vh;
    /* ビューポート高さ */
    z-index: -20;
    transform: translateZ(0);
    /* ハードウェアアクセラレーション */
    backface-visibility: hidden;
    /* 3D変換の最適化 */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* iOS Safariでの背景のズームイン問題を解決 */
    min-height: 100vh;
    min-width: 100vw;
    /* iOS Safari でのスクロール時の背景固定 */
    transform: translate3d(0, 0, 0);
  }

  /* bodyのスクロール問題を防ぐ */

  body {
    -webkit-overflow-scrolling: touch;
    /* iOSでのスムーズスクロール */
    /* iOS Safari のアドレスバーによる高さの変動に対応 */
    min-height: 100vh;
    min-height: -webkit-fill-available;
    /* 背景画像のズームを防ぐ */
    overflow-x: hidden;
  }

  /* HTMLも同様に設定 */

  html {
    height: -webkit-fill-available;
    overflow-x: hidden;
  }

  /* コンテンツ領域の背景を透明に */

  .content-wrapper {
    background: transparent;
    position: relative;
    z-index: 1;
    /* スクロール時の最適化 */
    transform: translateZ(0);
  }

  /* スマートフォンでの四隅ボーダーのz-indexを調整 */

  body::before,
    body::after {
    z-index: 49;
    /* 背景画像より上に表示 */
  }
}

/* さらなるiOS Safari対応 */

@supports (-webkit-touch-callout: none) {
  @media (max-width: 1023px) {
    .bg-image {
      /* iOS Safari特有の設定 */
      height: 100vh;
      height: -webkit-fill-available;
      /* ズームを完全に防ぐ */
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      /* パフォーマンス最適化 */
      will-change: opacity;
      backface-visibility: hidden;
      perspective: 1000;
    }
  }
}

/* スティッキー設定 */

@media (min-width: 901px) {
  .sticky-desktop {
    position: fixed;
    top: 30vh;
    /* 画面高さの30%の位置 */
    z-index: 10;
  }

  /* 縦位置の調整 */

  .content-wrapper {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    padding-top: 30vh;
    /* 画面高さの30%の位置 */
  }

  /* 右カラムの調整 */

  .right-column {
    margin-left: 50%;
    padding-left: 25px;
  }

  /* 左カラムの調整 */

  .left-column {
    margin-left: calc(50% - 425px);
  }
}

/* h4タグのスタイル */

/* h5タグのスタイル */

.sub-heading {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #E14661;
}

/* 文化庁説明文のスタイル */

.bunkacho-text {
  font-size: 10px;
  text-align: left;
}

/* Vision用のスタイル */

/* 数字のスタイル */

.number-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #E14661;
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  z-index: 10;
}

/* vision01の特別な数字スタイル */

.number-overlay-special {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E14661;
  color: white;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 56px;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

/* 画像のアスペクト比 16:9 */

.aspect-16-9 {
  aspect-ratio: 16 / 9;
}

/* リキッドレイアウト用 */

.liquid-container {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 15vh;
  /* 上から15%の位置から開始 */
}

.left-column-liquid {
  width: calc((250 / 900) * 100%);
  min-width: 250px;
}

.right-column-liquid {
  width: calc((600 / 900) * 100%);
  min-width: 600px;
}

.gap-liquid {
  width: calc((50 / 900) * 100%);
  min-width: 50px;
}

/* copy.svgのスタイル調整 */

.copy-svg {
  height: 50%;
  /* 高さを半分に */
  width: auto;
  margin: 0 auto;
  /* 左右中央配置 */
}

/* h3のマージン調整 */

.vision-heading {
  margin-top: 0 !important;
  /* 上マージンを削除 */
}

/* logo.svgのサイズ調整 */

.logo-svg {
  width: 66.67%;
  /* 2/3のサイズ */
  margin-bottom: 2rem;
  /* logoとcopyの間のマージンを広げる */
}

/* 右カラムの上マージンゼロ */

.right-column-content {
  padding-top: 0 !important;
}

/* 説明文のマージン調整（h2と同じに） */

.description-text {
  margin-top: 1rem;
  /* h2のmargin-bottomと同じ値 */
}

/* ローディング画面のスタイル */

.loading-logo {
  max-width: 300px;
  width: 80%;
  height: auto;
  animation: fadeInOut 2s ease-in-out;
}

/* スマートフォン対応 */

@media (max-width: 768px) {
  .loading-logo {
    max-width: 250px;
    width: 90%;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* フェードインブロックの初期状態 */

.fade-in-block {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* アニメーション完了後の状態 */

.fade-in-block.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ボタンのスタイル調整 */

.btn-style {
  font-size: 1.125rem;
  /* 1.25remから1.125remに一段小さく（text-lg） */
  margin-top: 1.25rem;
  /* 元の2.5rem（mt-10）の半分 */
  margin-bottom: 1.25rem;
  /* 上下マージンを揃える */
  letter-spacing: 0.05em;
}

/* H4の赤い四角内のマージンを半分に */

.heading-box {
  display: inline-block;
  background-color: #E14661;
  color: white;
  padding: 0.25rem 0.5rem;
  /* 元の0.5rem 1remから半分に */
  margin-bottom: 0.5rem;
  border-radius: 2px;
  /* 2pxの角丸を追加 */
}

/* H2,H3の上下マージンを倍に */

.h2-style {
  margin-top: 1rem;
  /* 2remから1remに半分に */
  margin-bottom: 2rem;
  /* 元の1remから倍に */
}

.h3-style {
  margin-top: 1rem;
  /* 2remから1remに半分に */
  margin-bottom: 2rem;
  /* 元の1remから倍に */
}

/* H4の上マージンを倍に */

.h4-style {
  margin-top: 1.33rem;
  /* 2remから2/3の1.33remに */
}

/* 最初のH4（パスポート公開）の上マージンをゼロに */

.h4-style:first-of-type {
  margin-top: 0;
}

/* date.svgの上下マージンを半分に */

.date-section img {
  margin-top: 0;
  margin-bottom: 0;
}

/* フッターリンクのスタイル */

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* 中央揃えから左寄せに変更 */
  gap: 0.5rem;
  font-size: 0.75rem;
  /* フォントサイズを小さく */
}

.footer-links a {
  display: block;
  text-align: left;
  /* 左寄せを明示 */
}

.footer-links-horizontal {
  display: flex;
  justify-content: flex-start;
  /* 中央揃えから左寄せに変更 */
  gap: 0.5rem;
}

/* SNSアイコンも左寄せに */

.footer-social {
  display: flex;
  justify-content: flex-start;
}

/* コピーライトも左寄せに */

.footer-copyright {
  text-align: left;
  font-size: 0.625rem;
  /* より小さいフォントサイズ */
}

/* 角丸のスタイル - 隣接していない辺のみ角丸にする */

/* 左カラムのロゴ部分（上辺のみ角丸） */

.logo-section {
  border-radius: 4px 4px 0 0;
}

/* 左カラムの日付部分（下辺のみ角丸） */

.date-section {
  border-radius: 0 0 4px 4px;
}

/* 右カラムの各ボックス（通常の角丸） */

.content-box {
  border-radius: 4px;
  margin-bottom: 1.875rem;
  /* 元の1.25rem（mb-5）から1.5倍 */
}

/* 右カラム最下部のフッター - 文化庁部分（上辺のみ角丸） */

.footer-top {
  border-radius: 4px 4px 0 0;
}

/* 右カラム最下部のフッター - 赤い部分（下辺のみ角丸） */

.footer-bottom {
  border-radius: 0 0 4px 4px;
}

/* 文字間隔を少し広げる */

body {
  letter-spacing: 0.025em;
}

/* 見出しの文字間隔調整 */

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}

/* テキストの左右揃え（両端揃え） */

p {
  text-align: justify;
}

/* 見出しは中央揃えまたは左揃えを維持 */

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

/* 特定の要素は中央揃えを維持 */

.text-center {
  text-align: center !important;
}

/* お知らせセクションのスタイル */

.news-item {
  margin-bottom: 1rem;
}

.news-date {
  color: #E14661;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.news-content {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: justify;
}

.news-divider {
  border-bottom: 1px dotted #ccc;
  margin: 1rem 0;
}

/* ヴィジョンページ専用のスタイル調整 */

.vision-logo-svg {
  width: 80%;
  /* 66.67%の1.2倍 = 80% */
  margin-bottom: 4rem;
  /* 2remの倍 = 4rem */
}

/* デバイステキストの縦書きスタイル */

.device-text-vertical {
  display: flex;
  flex-direction: row-reverse;
  /* 右から左の流れに変更 */
  justify-content: center;
  /* 横方向中央配置 */
  align-items: flex-start;
  /* 上揃え */
  margin: 0 auto;
  width: 100%;
  /* 左カラム全幅を使用 */
  height: auto;
  gap: 1rem;
  padding: 0 1rem;
  /* 左右に余白を追加 */
}

.vertical-line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.125rem;
  /* h3と同じサイズ（text-lg） */
  font-weight: 700;
  /* h3と同じボールド */
  line-height: 1.5;
  /* 1.5に調整 */
  letter-spacing: 0.2em;
  /* 0.2emに調整 */
  color: #000;
  /* 黒文字 */
  white-space: nowrap;
  height: auto;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  /* 文字が縮まないように */
}

/* 左カラムの上マージンをゼロに */

.vision-left-column {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 左カラム固定ロジック - PC版のみ */

@media (min-width: 1024px) {
  .vision-left-column {
    position: sticky;
    top: calc(15vh + 1.5rem);
    /* 初期表示位置と同じ値（liquid-containerのpadding-top + pt-6） */
    height: -moz-fit-content;
    height: fit-content;
    /* コンテンツの高さに合わせる */
    z-index: 10;
    /* 他の要素より前面に表示 */
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* スマホ版では通常の配置 */

@media (max-width: 1023px) {
  .vision-left-column {
    position: static;
    /* 通常の配置 */
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.vision-text-container {
  padding-top: 0 !important;
  /* 上マージンをゼロに */
}

.vision-text-content {
  text-align: justify;
  /* 左右揃え */
  letter-spacing: 0.025em;
  /* indexページと同じ文字間隔 */
  line-height: 1.6;
}

.vision-heading-text {
  letter-spacing: 0.05em;
  /* 見出しの文字間隔 */
}

/* 右カラムのブロック間マージンを1.5倍に */

.vision-block-spacing {
  margin-bottom: 3.375rem;
  /* 2.25rem × 1.5 = 3.375rem */
}

.vision-block-spacing:last-child {
  margin-bottom: 0;
}

/* 画像プレイスホルダーのスタイル */

.image-placeholder {
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.vision-image {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.vision-image.loaded {
  opacity: 1;
}

/* 数字オーバーレイのスタイル - SVG画像使用版 */

.number-overlay,
.number-overlay-special {
  position: absolute;
  top: -10%;
  /* -15%から-10%に変更して、より写真にかぶるように */
  left: -10%;
  /* -15%から-10%に変更して、より写真にかぶるように */
  width: 48px;
  /* 64pxから48pxにさらに縮小 */
  height: 48px;
  /* 64pxから48pxにさらに縮小 */
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  /* 背景を削除 */
}

.number-overlay img,
.number-overlay-special img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* スマホ版では少し小さく */

@media (max-width: 1023px) {
  .number-overlay,
    .number-overlay-special {
    width: 36px;
    /* 48pxから36pxにさらに縮小 */
    height: 36px;
    /* 48pxから36pxにさらに縮小 */
    top: -5%;
    /* -8%から-5%に変更して、より写真にめり込むように */
    left: -5%;
    /* -8%から-5%に変更して、より写真にめり込むように */
  }
}

/* スマホ版のブロック間マージンも調整 */

@media (max-width: 1023px) {
  .vision-block-spacing {
    margin-bottom: 3.375rem;
    /* 2.25rem × 1.5 = 3.375rem */
  }
}

/* スマホ版では左マージンをゼロに */

@media (max-width: 1023px) {
  .vision-text-container {
    padding-left: 0 !important;
    /* 左マージンをゼロに */
    padding-right: 1rem;
    /* 右マージンのみ保持 */
    padding-top: 0 !important;
    padding-bottom: 1rem;
  }

  .vision-text-container-mobile {
    padding-left: 0;
    /* 左マージンをゼロに */
    padding-right: 1rem;
    /* 右マージンのみ保持 */
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* スマホ版でも同じスタイルを維持 */

@media (max-width: 1023px) {
  .device-text-vertical {
    gap: 0.75rem;
    padding: 0 0.5rem;
    /* スマホでは余白を少し小さく */
  }

  .vertical-line {
    font-size: 1rem;
    /* スマホでは少し小さく */
    font-weight: 700;
    /* ボールドは維持 */
    line-height: 1.5;
    /* PC版と統一 */
  }
}

/* ローディングロゴコンテナのスタイル */

#loading-screen {
  position: fixed;
  inset: 0;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}

/* ローディングロゴの左から右への着色アニメーション用 */

.logo-container {
  position: relative;
}

/* PC版の.logo-container - 元の状態を維持 */

@media (min-width: 769px) {
  .logo-container {
    display: inline-block;
  }
}

/* スマートフォン版の.logo-container - 中央揃え強化 */

@media (max-width: 768px) {
  .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

#logo-gray {
  max-width: 300px;
  width: 80%;
  height: auto;
  display: block;
  filter: grayscale(100%) brightness(1.8) contrast(0.15);
  transition: none;
}

#logo-color {
  position: absolute;
  max-width: 300px;
  width: 80%;
  height: auto;
  filter: none;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
  pointer-events: none;
}

/* PC版の位置調整 */

@media (min-width: 769px) {
  #logo-color {
    top: 0;
    left: 0;
  }
}

/* スマートフォン版の位置調整 */

@media (max-width: 768px) {
  #logo-gray,
    #logo-color {
    max-width: 250px;
    width: 90%;
  }

  #logo-color {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.hover\:bg-accent-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 70 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-accent-red:hover {
  --tw-text-opacity: 1;
  color: rgb(225 70 97 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-\[66\.67\%\] {
    width: 66.67%;
  }

  .lg\:max-w-\[1200px\] {
    max-width: 1200px;
  }
} 