/*!
Theme Name: WP Starter Theme
Theme URI:
Author: Tkogure Teta's LLC
Description:
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: wp-starter-theme-tailwind
*/

*, ::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.19 | 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: currentColor;
  /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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;
}

:root {
  /* 色 --c-*（案件で値だけ差し替え。保証ロール: primary/text/bg/bg-light/gray）
       本案件 = 海そなえ（ブランド青）。primary=見出し/リンクの青、text=本文グレー。 */
  --c-primary: #0071bc;
  --c-text: #4d4d4d;
  --c-bg: #ffffff;
  --c-bg-light: #ebf5fa;
  --c-gray: #cccccc;
  --c-gray-d: #b3b3b3;
  /* 濃いめのグレー枠（whyボックス境界・Figma実測 #b3b3b3） */
  --c-line-head: #3399cc;
  /* テーブル thead 下罫線（Figma実測 #3399cc / 50%） */
  --c-table: #666666;
  /* テーブル数値列の文字色（時間/受付/対象/定員。Figma実測 #666） */
  --c-panel-2: #f6f5f3;
  /* イベント表の角丸背景（Figmaレンダリング実測 #f6f5f3） */
  --c-sky: #29abe3;
  /* 明るい青（ファミリーDay 等のアクセント） */
  --c-brown: #a77b51;
  /* 茶（ナイトヨガDay） */
  --c-panel: #f7f5f4;
  /* 表パネル等の淡い暖色グレー（Figma実測） */
  --c-line-news: #c6dae8;
  /* NEWSリスト罫線（Figma実測=primary20%相当の淡い青） */
  --c-white: #ffffff;
  --c-black: #000000;
  --c-overlay: rgb(0 0 0 / 0.6);
  /* フォント（意味役割。実ファイルのインポートは add-css.php 等で。ここは family 参照のみ）
       round=見出し(丸ゴシック) / theme=本文 / alt=リード文 / data=数値・テーブル */
  --font-round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-theme: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --font-alt: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
  --font-data: "M PLUS 1p", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}

body {
  /* 既定の本文書体＝Noto Sans JP(font-alt)。Figmaの大半の本文がこれ。
       Zen Kaku New(font-theme)は program カード本文のみ明示適用。 */
  background-color: var(--c-bg);
  font-family: var(--font-alt);
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.5;
}

/* ② 画像: 固定寸法を持たせない。
     preflight が img,video に max-width:100%/height:auto を既定。
     CLS 対策は HTML の width/height 属性 or aspect-[w/h] で「枠だけ」予約する
     （= 寸法ゼロにしてレイアウトシフトを起こさない）。 */

:where(img, video, svg) {
  height: auto;
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

/* ③ コンテナ = 中央寄せ + max-width 制約 + 流体パディング（固定 width を使わない） */

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  padding-left: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
  padding-right: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
}

/* スクリーンリーダー専用（許可リスト相当） */

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

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

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-right-\[36\%\] {
  right: -36%;
}

.-top-\[24\%\] {
  top: -24%;
}

.-top-\[50px\] {
  top: -50px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-37px\] {
  bottom: -37px;
}

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

.left-\[1057px\] {
  left: 1057px;
}

.left-\[1147px\] {
  left: 1147px;
}

.left-\[1186px\] {
  left: 1186px;
}

.left-\[118px\] {
  left: 118px;
}

.left-\[193px\] {
  left: 193px;
}

.left-\[95px\] {
  left: 95px;
}

.left-\[min\(21\.6vw\2c 108px\)\] {
  left: min(21.6vw, 108px);
}

.right-\[150px\] {
  right: 150px;
}

.right-\[44px\] {
  right: 44px;
}

.top-0 {
  top: 0px;
}

.top-\[113px\] {
  top: 113px;
}

.top-\[141px\] {
  top: 141px;
}

.top-\[153px\] {
  top: 153px;
}

.top-\[271px\] {
  top: 271px;
}

.top-\[283px\] {
  top: 283px;
}

.top-\[550px\] {
  top: 550px;
}

.top-\[723px\] {
  top: 723px;
}

.left-\[13\.79cqw\] {
  left: 13.79cqw;
}

.left-\[6\.79cqw\] {
  left: 6.79cqw;
}

.left-\[81\.93cqw\] {
  left: 81.93cqw;
}

.left-\[84\.71cqw\] {
  left: 84.71cqw;
}

.top-\[20\.21cqw\] {
  top: 20.21cqw;
}

.top-\[39\.29cqw\] {
  top: 39.29cqw;
}

.top-\[51\.64cqw\] {
  top: 51.64cqw;
}

.top-\[8\.07cqw\] {
  top: 8.07cqw;
}

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

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

.-mb-\[23px\] {
  margin-bottom: -23px;
}

.-mb-\[min\(8vw\2c 40px\)\] {
  margin-bottom: calc(min(8vw, 40px) * -1);
}

.-mb-px {
  margin-bottom: -1px;
}

.-mt-\[10px\] {
  margin-top: -10px;
}

.-mt-\[2px\] {
  margin-top: -2px;
}

.-mt-\[5px\] {
  margin-top: -5px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

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

.mt-\[16px\] {
  margin-top: 16px;
}

.mt-\[17px\] {
  margin-top: 17px;
}

.mt-\[21px\] {
  margin-top: 21px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[33px\] {
  margin-top: 33px;
}

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[39px\] {
  margin-top: 39px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[49px\] {
  margin-top: 49px;
}

.mt-\[71px\] {
  margin-top: 71px;
}

.mt-\[83px\] {
  margin-top: 83px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.mt-\[9px\] {
  margin-top: 9px;
}

.mt-\[min\(1\.4vw\2c 7px\)\] {
  margin-top: min(1.4vw, 7px);
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[1001\/1160\] {
  aspect-ratio: 1001/1160;
}

.aspect-\[320\/240\] {
  aspect-ratio: 320/240;
}

.aspect-\[645\/382\] {
  aspect-ratio: 645/382;
}

.aspect-\[650\/400\] {
  aspect-ratio: 650/400;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[min\(10\.2vw\2c 51px\)\] {
  height: min(10.2vw, 51px);
}

.h-\[min\(16\.8vw\2c 84px\)\] {
  height: min(16.8vw, 84px);
}

.h-\[min\(60vw\2c 300px\)\] {
  height: min(60vw, 300px);
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.w-\[10\.5\%\] {
  width: 10.5%;
}

.w-\[10\.57\%\] {
  width: 10.57%;
}

.w-\[11\.59\%\] {
  width: 11.59%;
}

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

.w-\[16\.72\%\] {
  width: 16.72%;
}

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

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

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

.w-\[32\.2\%\] {
  width: 32.2%;
}

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

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

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

.w-\[9\.08\%\] {
  width: 9.08%;
}

.w-\[9\.33\%\] {
  width: 9.33%;
}

.w-\[min\(60vw\2c 300px\)\] {
  width: min(60vw, 300px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[104px\] {
  min-width: 104px;
}

.min-w-\[826px\] {
  min-width: 826px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-canvas {
  max-width: 1400px;
}

.max-w-content {
  max-width: 1200px;
}

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

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

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-x-\[5px\] {
  --tw-translate-x: -5px;
  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));
}

.translate-y-\[min\(11\.6vw\2c 58px\)\] {
  --tw-translate-y: min(11.6vw, 58px);
  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-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[20px\] {
  gap: 20px;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-\[22px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22px * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[38px\] {
  border-radius: 38px;
}

.rounded-\[43px\] {
  border-radius: 43px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.5rem;
}

.rounded-pill {
  border-radius: 999px;
}

.border-\[6px\] {
  border-width: 6px;
}

.border-\[8px\] {
  border-width: 8px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-gray-d {
  border-color: var(--c-gray-d);
}

.border-white {
  border-color: var(--c-white);
}

.border-line-news {
  border-color: var(--c-line-news);
}

.bg-bg-light {
  background-color: var(--c-bg-light);
}

.bg-brown {
  background-color: var(--c-brown);
}

.bg-panel {
  background-color: var(--c-panel);
}

.bg-panel-2 {
  background-color: var(--c-panel-2);
}

.bg-primary {
  background-color: var(--c-primary);
}

.bg-sky {
  background-color: var(--c-sky);
}

.bg-white {
  background-color: var(--c-white);
}

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}

.px-fluid-md {
  padding-left: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
  padding-right: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12\.5px\] {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-fluid-md {
  padding-top: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pb-\[36px\] {
  padding-bottom: 36px;
}

.pb-\[37px\] {
  padding-bottom: 37px;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

.pb-\[min\(3\.2vw\2c 16px\)\] {
  padding-bottom: min(3.2vw, 16px);
}

.pb-fluid-md {
  padding-bottom: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
}

.pb-fluid-section {
  padding-bottom: clamp(3rem, 1.3286rem + 6.8571vw, 7.5rem);
}

.pl-\[13px\] {
  padding-left: 13px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pl-\[min\(8\.8vw\2c 44px\)\] {
  padding-left: min(8.8vw, 44px);
}

.pr-\[min\(3\.4vw\2c 17px\)\] {
  padding-right: min(3.4vw, 17px);
}

.pt-\[129px\] {
  padding-top: 129px;
}

.pt-\[145px\] {
  padding-top: 145px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[38px\] {
  padding-top: 38px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[42px\] {
  padding-top: 42px;
}

.pt-\[79px\] {
  padding-top: 79px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

.pt-\[min\(4\.4vw\2c 22px\)\] {
  padding-top: min(4.4vw, 22px);
}

.pt-px {
  padding-top: 1px;
}

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

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

.font-alt {
  font-family: var(--font-alt);
}

.font-data {
  font-family: var(--font-data);
}

.font-round {
  font-family: var(--font-round);
}

.font-theme {
  font-family: var(--font-theme);
}

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

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

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

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

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

.text-\[16\.9px\] {
  font-size: 16.9px;
}

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

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

.text-\[20\.8px\] {
  font-size: 20.8px;
}

.text-\[22\.4px\] {
  font-size: 22.4px;
}

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

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

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

.font-medium {
  font-weight: 500;
}

.leading-\[23\.075px\] {
  line-height: 23.075px;
}

.leading-\[24\.96px\] {
  line-height: 24.96px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[28\.5px\] {
  line-height: 28.5px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[33\.6px\] {
  line-height: 33.6px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[41\.5px\] {
  line-height: 41.5px;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.075em\] {
  letter-spacing: 0.075em;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.tracking-\[1\.56px\] {
  letter-spacing: 1.56px;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

.tracking-\[2\.1px\] {
  letter-spacing: 2.1px;
}

.tracking-\[2\.25px\] {
  letter-spacing: 2.25px;
}

.text-primary {
  color: var(--c-primary);
}

.text-table {
  color: var(--c-table);
}

.text-text {
  color: var(--c-text);
}

.text-white {
  color: var(--c-white);
}

.shadow-\[0_1px_0_0_rgba\(0\2c 113\2c 188\2c 0\.3\)\] {
  --tw-shadow: 0 1px 0 0 rgba(0,113,188,0.3);
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_0_0_rgba\(51\2c 153\2c 204\2c 0\.5\)\] {
  --tw-shadow: 0 2px 0 0 rgba(51,153,204,0.5);
  --tw-shadow-colored: 0 2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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;
}

.\[container-type\:inline-size\] {
  container-type: inline-size;
}

/* ============================================================
   トークン（案件差し替えは「値」だけ。token 名・--font-* は固定）
   色は tailwind.config の colors が var(--c-*) を参照。
   ============================================================ */

/* ============================================================
   components（@apply で薄く。utility-first を基本に、繰返しのみ component 化）
   ============================================================ */

/* ============================================================
   ① レイアウトでの絶対配置は禁止（absolute は装飾のみ）。
      装飾の absolute/fixed は要素に class "deco" か data-deco を付ける
      （tools/tw-guard.sh が機械チェック）。
   ============================================================ */

/* ============================================================
   イベント表の横スクロールバー（SP）。Mac等のオーバーレイ薄表示を上書きし、
   常時見える太めのバーに（旧・装飾オブジェクトは廃止）。PCは表が収まり非表示。
   ============================================================ */

.event-scroll {
  scrollbar-width: auto;
  scrollbar-color: #b3b0aa #e6e4e0;
}

.event-scroll::-webkit-scrollbar {
  height: 12px;
}

.event-scroll::-webkit-scrollbar-track {
  background: #e6e4e0;
  border-radius: 9999px;
}

.event-scroll::-webkit-scrollbar-thumb {
  background: #b3b0aa;
  border-radius: 9999px;
}

.hover\:text-primary:hover {
  color: var(--c-primary);
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 576px) {
  .sm\:max-w-\[400px\] {
    max-width: 400px;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

@media (min-width: 768px) {
  .md\:left-\[199px\] {
    left: 199px;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mb-\[38px\] {
    margin-bottom: -38px;
  }

  .md\:-mr-\[29px\] {
    margin-right: -29px;
  }

  .md\:-mr-\[30px\] {
    margin-right: -30px;
  }

  .md\:-mt-\[11px\] {
    margin-top: -11px;
  }

  .md\:mb-\[38px\] {
    margin-bottom: 38px;
  }

  .md\:ml-\[23px\] {
    margin-left: 23px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-\[27px\] {
    margin-right: 27px;
  }

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

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-\[13px\] {
    margin-top: 13px;
  }

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .md\:mt-\[27px\] {
    margin-top: 27px;
  }

  .md\:mt-\[29px\] {
    margin-top: 29px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[35px\] {
    margin-top: 35px;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:mt-\[51px\] {
    margin-top: 51px;
  }

  .md\:mt-\[57px\] {
    margin-top: 57px;
  }

  .md\:mt-\[66px\] {
    margin-top: 66px;
  }

  .md\:mt-\[7px\] {
    margin-top: 7px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1400\/780\] {
    aspect-ratio: 1400/780;
  }

  .md\:aspect-\[270\/240\] {
    aspect-ratio: 270/240;
  }

  .md\:aspect-\[315\/190\] {
    aspect-ratio: 315/190;
  }

  .md\:h-\[120px\] {
    height: 120px;
  }

  .md\:h-\[22px\] {
    height: 22px;
  }

  .md\:h-\[420px\] {
    height: 420px;
  }

  .md\:h-\[52px\] {
    height: 52px;
  }

  .md\:h-\[72px\] {
    height: 72px;
  }

  .md\:w-\[14\.55\%\] {
    width: 14.55%;
  }

  .md\:w-\[15\.55\%\] {
    width: 15.55%;
  }

  .md\:w-\[15\.71\%\] {
    width: 15.71%;
  }

  .md\:w-\[17\.05\%\] {
    width: 17.05%;
  }

  .md\:w-\[2\.57\%\] {
    width: 2.57%;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[26\.14\%\] {
    width: 26.14%;
  }

  .md\:w-\[30\.3\%\] {
    width: 30.3%;
  }

  .md\:w-\[36\.8\%\] {
    width: 36.8%;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[8\.43\%\] {
    width: 8.43%;
  }

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grow {
    flex-grow: 1;
  }

  .md\:-translate-x-\[16px\] {
    --tw-translate-x: -16px;
    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));
  }

  .md\:-translate-x-\[20px\] {
    --tw-translate-x: -20px;
    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));
  }

  .md\:-translate-x-\[4px\] {
    --tw-translate-x: -4px;
    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));
  }

  .md\:-translate-x-\[6px\] {
    --tw-translate-x: -6px;
    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));
  }

  .md\:translate-y-\[70px\] {
    --tw-translate-y: 70px;
    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));
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-\[34px\] {
    gap: 34px;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:rounded-2xl {
    border-radius: 1.25rem;
  }

  .md\:rounded-xl {
    border-radius: 1rem;
  }

  .md\:p-\[39px\] {
    padding: 39px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-\[115px\] {
    padding-bottom: 115px;
  }

  .md\:pb-\[144px\] {
    padding-bottom: 144px;
  }

  .md\:pb-\[173px\] {
    padding-bottom: 173px;
  }

  .md\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .md\:pb-\[63px\] {
    padding-bottom: 63px;
  }

  .md\:pb-fluid-md {
    padding-bottom: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-\[14px\] {
    padding-left: 14px;
  }

  .md\:pl-\[29px\] {
    padding-left: 29px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pl-\[52px\] {
    padding-left: 52px;
  }

  .md\:pl-\[98px\] {
    padding-left: 98px;
  }

  .md\:pr-\[104px\] {
    padding-right: 104px;
  }

  .md\:pr-\[37px\] {
    padding-right: 37px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[35px\] {
    padding-top: 35px;
  }

  .md\:pt-\[47\.5px\] {
    padding-top: 47.5px;
  }

  .md\:pt-\[47px\] {
    padding-top: 47px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pt-\[62px\] {
    padding-top: 62px;
  }

  .md\:pt-\[66px\] {
    padding-top: 66px;
  }

  .md\:pt-\[82px\] {
    padding-top: 82px;
  }

  .md\:pt-\[84px\] {
    padding-top: 84px;
  }

  .md\:pt-\[85px\] {
    padding-top: 85px;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

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

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

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

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

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

  .md\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .md\:leading-\[2\.75\] {
    line-height: 2.75;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[35\.5px\] {
    line-height: 35.5px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-\[38\.4px\] {
    line-height: 38.4px;
  }

  .md\:tracking-\[0\.075em\] {
    letter-spacing: 0.075em;
  }

  .md\:tracking-\[1\.95px\] {
    letter-spacing: 1.95px;
  }

  .md\:tracking-\[2\.1px\] {
    letter-spacing: 2.1px;
  }

  .md\:tracking-\[2\.25px\] {
    letter-spacing: 2.25px;
  }

  .md\:tracking-\[2\.4px\] {
    letter-spacing: 2.4px;
  }
}

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

.\[\&\:last-child\>td\]\:shadow-none:last-child>td {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
