*, ::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.18 | 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: 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;
}

.container {
  width: 100%;
}

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

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

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

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

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

/* -----------------------------
全体の設定
------------------------------ */

.lucca_body {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  padding-bottom: 4rem;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

@media not all and (min-width: 640px) {
  .lucca_body {
    margin-top: 4rem;
  }
}

@media (min-width: 640px) {
  .lucca_body {
    margin-top: 0px;
    padding-top: 4rem;
    padding-bottom: 0px;
  }
}

.lucca_body {
  color: var(--lucca-text-color);
  background-image: linear-gradient(
      to bottom right,
      white,
      var(--lucca-bg-color),
      white
    );
}

.lucca_mb_none {
  /*768px以上で表示*/
  display: none;
}

@media (min-width: 768px) {
  .lucca_mb_none {
    display: block;
  }
}

.lucca_grid--main-sidebar {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .lucca_grid--main-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lucca_grid--main-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lucca_grid--main-nonsidebar {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .lucca_grid--main-nonsidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .lucca_grid--main-nonsidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* -----------------------------
テンプレート（仮）
------------------------------ */

/* レイアウト */

.lucca_l_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
}

@media (min-width: 640px) {
  .lucca_l_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lucca_l_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* コンポーネント */

/* -----------------------------
 パーツ：ページネーション
------------------------------ */

.lucca_pagination_container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* 小さい画面で折り返す */
  gap: 0.5rem;
  padding: 0 0.5rem;
  /* 端ギリギリに出ないよう余白確保 */
}

/* ページ番号 */

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #f3f4f6;
  color: #6b7280;
  font-weight: 500;
  text-decoration: none;
  box-shadow:
      4px 4px 8px rgba(0, 0, 0, 0.08),
      -4px -4px 8px rgba(255, 255, 255, 0.7);
  transition: all 0.8s ease;
  flex-shrink: 0;
  /* 小さい画面でも潰れない */
}

.pagination .page-numbers:hover {
  box-shadow:
      inset 2px 2px 4px rgba(0, 0, 0, 0.05),
      inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}

/* 現在ページ */

.pagination .current {
  cursor: default;
  color: #45567a;
  box-shadow:
      inset 2px 2px 6px rgba(0, 0, 0, 0.08),
      inset -2px -2px 6px rgba(255, 255, 255, 0.7);
}

/* ドット */

.pagination .dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  /* ページ番号と同じ高さ */
  min-width: 2.5rem;
  /* ページ番号と揃える幅 */
  padding: 0;
  border-radius: 0;
  /* ボtン感なし */
  background: none;
  /* 背景なし */
  color: #6b7280;
  /* ページ番号と同じ文字色 */
  box-shadow: none;
  /* シャドウなし */
  cursor: default;
  /* ホバーなし */
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  /* ページ番号と同じサイズ */
}

/* ホバー無効化 */

.pagination .dots:hover {
  color: #6b7280;
  /* 色は変えない */
  cursor: default;
  box-shadow: none;
}

/* 前へ・次へ */

.pagination .prev,
  .pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #f3f4f6;
  color: #6b7280;
  box-shadow:
      4px 4px 8px rgba(0, 0, 0, 0.08),
      -4px -4px 8px rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.pagination .prev:hover,
  .pagination .next:hover {
  box-shadow:
      inset 2px 2px 4px rgba(0, 0, 0, 0.05),
      inset -2px -2px 4px rgba(255, 255, 255, 0.7);
}

/* 矢印アイコン */

.pagination .lucca_pagination-arrow {
  width: 1rem;
  height: 1rem;
}

/* -----------------------------
 モバイル対応
------------------------------ */

@media (max-width: 480px) {
  .pagination {
    gap: 0.25rem;
  }

  .pagination .prev,
    .pagination .next,
    .pagination .page-numbers,
    .pagination .dots {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }

  .pagination .lucca_pagination-arrow {
    width: 0.875rem;
    height: 0.875rem;
  }
}

/* -----------------------------
 パーツ：ぱんくずリスト
------------------------------ */

.lucca_breadcrumbs {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

ul.lucca_breadcrumbs__list {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  list-style-type: none;
}

ul.lucca_breadcrumbs__list li:first-child {
  padding-left: 0px;
}

ul.lucca_breadcrumbs__list li {
  padding-left: 0.75rem;
}

/* > を擬似要素で挿入 */

ul.lucca_breadcrumbs__list > li:not(:first-child)::before {
  content: ">";
  margin-left: -0.5rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.lucca_breadcrumbs__link {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.lucca_breadcrumbs__link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.lucca_breadcrumbs__current {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

/* 現在地はクリックできないように */

/* -----------------------------
  ヘッダー
------------------------------ */

.lucca_header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --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);
}

.lucca_header_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 4rem;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .lucca_header_inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.lucca_header_title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
}

@media (min-width: 640px) {
  .lucca_header_title {
    width: auto;
    text-align: left;
  }
}

/* -----------------------------
  フッター
------------------------------ */

.lucca_footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --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);
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* -----------------------------
  基本ヘッダー・フッター共通設定
------------------------------ */

/* ヘッダーナビ全体 */

.lucca_nav-header {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
}

.lucca_nav-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lucca_nav-header > ul {
  display: flex;
  gap: 2rem;
  /* 親メニュー間のスペース */
}

.lucca_nav-header li {
  position: relative;
}

/* 親リンク */

.lucca_nav-header a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.375rem;
  color: #6b7280;
  transition: all 0.3s ease;
}

.lucca_nav-header a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  box-shadow: none;
  border-radius: 0.375rem;
}

.lucca_header-liner {
  /*グラデーションライン*/
  position: absolute;
  bottom: 0.5rem;
  left: 0px;
  height: 3px;
  width: 100%;
  border-radius: 9999px;
  --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);
  background-image: linear-gradient(
      to right,
      var(--lucca-header-line-from),
      var(--lucca-header-line-via),
      var(--lucca-header-line-to)
    );
  background-size: 200% 200%;
  animation: gradient-move 3s linear infinite;
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* フッターナビ全体 */

.lucca_nav-footer {
  width: 100%;
  background: #fff;
  /* 元デザイン固定 */
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  padding: 1rem 0;
}

.lucca_nav-footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.lucca_nav-footer li {
  position: relative;
}

.lucca_nav-footer ul li ul {
  gap: 0;
}

.lucca_nav-footer a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.375rem;
  color: #6b7280;
  transition: all 0.3s ease;
}

.lucca_nav-footer a:hover {
  background: rgba(0, 0, 0, 0.2);
  /* 黒20% */
  color: #fff;
  /* 白文字 */
  box-shadow: none;
  /* インセット影は撤去 */
  border-radius: 0.375rem;
  /* 親は角丸を維持 */
}

/* 子メニュー */

.lucca_nav-header .lucca_child-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  /* 親の上に展開 */
  left: 50%;
  transform: translateX(-50%) translateY(0.5rem);
  background: rgba(255, 255, 255, 0.7);
  /* ← 透明感 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* ← ボーダーでガラス感 */
  border-radius: 0.75rem;
  backdrop-filter: blur(8px);
  /* ← グラス効果 */
  -webkit-backdrop-filter: blur(8px);
  min-width: 11rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition:
      all 0.3s ease,
      transform 0.3s ease;
  z-index: 10;
}

.lucca_nav-footer .lucca_child-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 100%;
  /* 親の上に展開 */
  left: 50%;
  transform: translateX(-50%) translateY(0.5rem);
  background: rgba(255, 255, 255, 0.7);
  /* ← 透明感 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* ← ボーダーでガラス感 */
  border-radius: 0.75rem;
  backdrop-filter: blur(8px);
  /* ← グラス効果 */
  -webkit-backdrop-filter: blur(8px);
  min-width: 11rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition:
      all 0.3s ease,
      transform 0.3s ease;
  z-index: 10;
}

.lucca-menu li:hover .lucca_child-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.lucca_child-menu li {
  position: relative;
  width: 100%;
}

.lucca_child-menu a {
  padding: 0.5rem 1rem;
  text-align: center;
  display: block;
  width: 100%;
  /* 横幅いっぱい */
}

/* 子メニューの li 角丸 */

.lucca_child-menu > li:first-child > a {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.lucca_child-menu > li:last-child > a {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.lucca_child-menu a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 0;
  /* 角丸なし（押し込み感を出す） */
}

/* 孫メニュー共通 */

.lucca_grandchild-menu {
  position: absolute;
  top: 0;
  left: 95%;
  /* 通常は右に展開 */
  min-width: 11rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: rgba(248, 248, 248, 0.99);
  /* グラス調 */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(0.5rem);
  /* 初期位置：右に少しずらす */
  transition:
      all 0.3s ease,
      transform 0.3s ease;
  z-index: 20;
  /*overflow: hidden;*/
}

/* hoverでスライド表示（右展開） */

.lucca_child-menu li:hover > .lucca_grandchild-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

/* 親メニュー最後の li の孫メニュー（左展開） */

.lucca_nav-header > ul > li:last-child .lucca_grandchild-menu,
  .lucca_nav-footer > ul > li:last-child .lucca_grandchild-menu {
  left: auto;
  /* 右展開を無効化 */
  right: 95%;
  /* 左に展開 */
  transform: translateX(-0.5rem);
  /* 初期位置：左に少しずらす */
}

/* hoverで左にスライド表示 */

.lucca_nav-header > ul > li:last-child:hover .lucca_grandchild-menu,
  .lucca_nav-footer > ul > li:last-child:hover .lucca_grandchild-menu {
  transform: translateX(0);
}

/* モバイル時（768px以下）フッター偶数親メニューの孫を左展開 */

@media screen and (max-width: 767px) {
  /* フッターナビを2列表示 */

  .lucca_nav-footer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    /* 必要に応じて調整 */
  }

  .lucca_nav-footer a {
    text-align: center;
  }

  .lucca_nav-footer > ul > li .lucca_grandchild-menu {
    display: flex;
  }

  .lucca_nav-footer > ul > li:nth-child(even) .lucca_grandchild-menu {
    left: auto;
    /* 右展開を無効化 */
    right: 100%;
    /* 左に展開 */
    transform: translateX(-0.5rem);
    /* 初期位置：左にずらす */
  }

  .lucca_nav-footer
      > ul
      > li:nth-child(even)
      .lucca_child-menu
      li:hover
      > .lucca_grandchild-menu {
    transform: translateX(0);
    /* hoverでスライド表示 */
  }
}

/* 孫メニュー内リンク */

.lucca_grandchild-menu a {
  padding: 0.5rem 1rem;
  text-align: center;
  display: block;
  width: 100%;
}

/* 孫メニューの li 角丸 */

.lucca_grandchild-menu > li:first-child > a {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.lucca_grandchild-menu > li:last-child > a {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

/* hover時 */

.lucca_grandchild-menu a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 0;
  /* 押し込み感 */
}

/* -----------------------------
サイドバー
------------------------------ */

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

.lucca_sidebar {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  --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);
}

.lucca_sidebar h1,
  .lucca_sidebar h2,
  .lucca_sidebar h3,
  .lucca_sidebar h4,
  .lucca_sidebar h5,
  .lucca_sidebar h6,
  .lucca_prefooter_section h1,
  .lucca_prefooter_section h2,
  .lucca_prefooter_section h3,
  .lucca_prefooter_section h4,
  .lucca_prefooter_section h5,
  .lucca_prefooter_section h6 {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

/* 下線の装飾も再現 */

.lucca_sidebar h1::after,
  .lucca_sidebar h2::after,
  .lucca_sidebar h3::after,
  .lucca_sidebar h4::after,
  .lucca_sidebar h5::after,
  .lucca_sidebar h6::after,
  .lucca_prefooter_section h1::after,
  .lucca_prefooter_section h2::after,
  .lucca_prefooter_section h3::after,
  .lucca_prefooter_section h4::after,
  .lucca_prefooter_section h5::after,
  .lucca_prefooter_section h6::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0px;
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

/* --- リスト全体 --- */

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

.lucca_sidebar ul {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

.lucca_sidebar div.wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  /* arbitrary shadow は @apply できないので直接指定 */
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.05),
      inset -4px -4px 10px rgba(255, 255, 255, 0.7);
}

/* --- リンクのアニメ付きスタイル --- */

.lucca_sidebar a {
  display: inline-block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.lucca_sidebar a:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.lucca_sidebar .wp-block-archives a:hover,
  .lucca_sidebar .wp-block-categories a:hover {
  --tw-translate-x: 0.5rem;
  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));
}

/* タグクラウド文字修正 */

.lucca_sidebar .widget_tag_cloud > p > a {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* ────────────────────────────────
  サイドバー内ナビゲーターブロック
  ──────────────────────────────── */

.lucca_sidebar .navigator_widget {
  padding: 1rem;
  /* 内側余白 */
  background-color: #ffffff;
  /* 背景白 */
  border-radius: 1rem;
  /* 角丸 */
  box-shadow:
      2px 2px 6px rgba(0, 0, 0, 0.05),
      -2px -2px 6px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* タイトル */

.lucca_sidebar .navigator_widget .lucca_prefooter_title {
  font-size: 1.125rem;
  /* 少し大きめ */
  font-weight: 300;
  position: relative;
  margin-bottom: 0.5rem;
}

.lucca_sidebar .navigator_widget .lucca_prefooter_title__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.1),
      transparent
    );
  border-radius: 9999px;
}

/* アイコン・名前部分 */

.lucca_sidebar .navigator_widget .lucca_navigator_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

/* アイコン */

.lucca_sidebar .navigator_widget .lucca_navigator_icon_wrapper figure {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(45deg, #3b82f6, #ec4899, #facc15);
  background-size: 200% 200%;
  animation: gradient-move 3s linear infinite;
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.1),
      inset -4px -4px 8px rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucca_sidebar .navigator_widget .lucca_navigator_icon_img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 名前・肩書き */

.lucca_sidebar .navigator_widget .lucca_navigator_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lucca_sidebar .navigator_widget .lucca_navigator_name {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
}

.lucca_sidebar .navigator_widget .lucca_navigator_position {
  font-size: 0.875rem;
  color: #6b7280;
  /* Tailwind gray-500 */
}

/* SNSボタン */

.lucca_sidebar .navigator_widget .lucca_sns-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #ffffff;
  color: #6b7280;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.lucca_sidebar .navigator_widget .lucca_sns-button:hover {
  background-color: #f3f4f6;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: none;
}

.lucca_sidebar .navigator_widget .lucca_sns-icon {
  width: 20px;
  height: 20px;
}

/* ────────────────────────────────
   サイドバー内検索ブロック
  ──────────────────────────────── */

/* ▼ 検索フォーム全体のレイアウト */

.wp-block-search__inside-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

/* ▼ テキストラベルは非表示*/

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

/* ▼ 入力フォーム */

.wp-block-search__input {
  flex-grow: 1;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.wp-block-search__input:focus {
  --tw-shadow: inset 4px 4px 6px rgba(0,0,0,0.1),inset -4px -4px 6px rgba(255,255,255,0.7);
  --tw-shadow-colored: inset 4px 4px 6px var(--tw-shadow-color), inset -4px -4px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* 検索ボタンのテキストを非表示にする */

.wp-block-search__button {
  text-indent: -9999px;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 虫眼鏡SVG */

.wp-block-search__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  /* SVGサイズ（調整可） */
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* ホバー時 */

.wp-block-search__button:hover {
  opacity: 0.8;
}

/* アクセシビリティ確保（aria-labelは残す） */

.wp-block-search__button {
  color: inherit;
}

/* ────────────────────────────────
  サイドバー投稿一覧ウィジェット（横長カードデザイン）
  ──────────────────────────────── */

.lucca_sidebar .widget_post_list h4::after {
  left: 0.5rem;
  right: 0.5rem;
}

a.post-list-widget__title {
  color: inherit !important;
}

/* ウィジェット全体（影なし） */

.widget_post_list {
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: visible;
  margin-bottom: 1.5rem;
}

/* リスト本体（パディング0） */

.post-list-widget {
  padding: 0;
}

/* 各カード（高さ固定 + 影付き立体感） */

.post-list-widget__item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  min-height: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: all 700ms ease-in-out;
  overflow: hidden;
}

.post-list-widget__item:hover {
  box-shadow:
      0 20px 25px -5px rgba(0, 0, 0, 0.15),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  filter: brightness(1.03);
}

/* サムネイルエリア */

.post-list-widget__thumbnail {
  min-height: 100%;
  background: linear-gradient(135deg, #f3f3f7, #e8e8ec);
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
  position: relative;
}

.post-list-widget__thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* コンテンツエリア（日付下flexを調整） */

.post-list-widget__content {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  align-items: flex-start;
}

.post-list-widget__title {
  font-size: 1rem;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 0.25rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-clamp: 2;
}

/* 日付（下辺右揃え + 小さめ・薄め） */

.post-list-widget__date {
  font-size: 0.6875rem;
  color: #9ca3af;
  line-height: 1.2;
  letter-spacing: 0.02em;
  opacity: 0.85;
  text-align: right;
  /* ← 右揃え */
  margin-top: auto;
  /* ← 下に押し込む */
  align-self: flex-end;
  /* ← 右寄せを強化 */
}

/* モバイル対応 */

@media (max-width: 768px) {
  .post-list-widget__item {
    grid-template-columns: 1fr;
    min-height: auto;
    height: auto;
  }

  .post-list-widget__thumbnail {
    height: 10rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .post-list-widget__content {
    padding: 1.25rem;
  }

  .post-list-widget__title {
    font-size: 1.125rem;
  }

  .post-list-widget__date {
    text-align: left;
    /* モバイルでは左揃えの方が自然かも */
  }
}

/* -----------------------------
ヒーローエリアの設定
------------------------------ */

.lucca_hero_img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .lucca_hero_img {
    padding: 0px;
  }
}

.lucca_hero-center {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.lucca_hero-card {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .lucca_hero-card {
    height: 20rem;
    border-radius: 1.5rem;
    --tw-shadow: 10px 10px 30px rgba(0,0,0,0.08),-10px -10px 30px rgba(255,255,255,0.6);
    --tw-shadow-colored: 10px 10px 30px var(--tw-shadow-color), -10px -10px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.lucca_hero-zoom {
  position: relative;
  height: 100%;
  width: 100%;
}

@keyframes slowZoom {
  0%, 100% {
    transform: scale(1.01);
  }

  50% {
    transform: scale(1.15);
  }
}

.lucca_hero-zoom {
  animation: slowZoom 50s ease-in-out infinite;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lucca_hero-zoom {
    height: 20rem;
    max-width: 80rem;
    border-radius: 1.5rem;
    --tw-shadow: 10px 10px 30px rgba(0,0,0,0.08),-10px -10px 30px rgba(255,255,255,0.6);
    --tw-shadow-colored: 10px 10px 30px var(--tw-shadow-color), -10px -10px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.lucca_hero_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 5000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .lucca_hero_img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.lucca_hero-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lucca_hero-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
}

.lucca_hero_txt {
  padding-top: 4rem;
  /* py-16 */
  padding-bottom: 4rem;
  padding-left: 2rem;
  /* px-8 */
  padding-right: 2rem;
  box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* shadow-md */
  background-image: linear-gradient(
      to bottom right,
      #f9fafb,
      #e5e7eb,
      #f3f4f6
    );
  /* from-gray-50 via-gray-200 to-gray-100 */
}

.lucca_hero_txt_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .lucca_hero_txt_inner {
    flex-direction: row;
  }
}

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

@media (min-width: 768px) {
  .lucca_hero_txt .lucca_hero_txt_left {
    width: 50%;
    text-align: left;
  }
}

.lucca_hero_txt .lucca_hero_txt_left h2 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.lucca_hero_txt .lucca_hero_txt_left p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.lucca_hero_txt .lucca_hero_txt_right {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .lucca_hero_txt .lucca_hero_txt_right {
    margin-top: 0px;
    width: 50%;
  }
}

.lucca_hero_txt .lucca_hero_txt_btn {
  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));
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --tw-shadow: 8px 8px 16px rgba(0,0,0,0.1),-6px -6px 12px rgba(255,255,255,0.9);
  --tw-shadow-colored: 8px 8px 16px var(--tw-shadow-color), -6px -6px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lucca_hero_txt .lucca_hero_txt_btn:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
  --tw-shadow: inset 6px 6px 10px rgba(255,255,255,0.8),inset -6px -6px 12px rgba(200,200,200,0.3),12px 12px 20px rgba(0,0,0,0.12),-8px -8px 16px rgba(255,255,255,0.7);
  --tw-shadow-colored: inset 6px 6px 10px var(--tw-shadow-color), inset -6px -6px 12px var(--tw-shadow-color), 12px 12px 20px var(--tw-shadow-color), -8px -8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* -----------------------------
  newpostの設定
------------------------------ */

.lucca_lucca_newpost_container.home {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lucca_newpost_section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lucca_newpost_section > h2 {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .lucca_newpost_section > h2 {
    padding-left: 0px;
  }
}

.lucca_card_container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .lucca_card_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lucca_card_container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*カード*/

.lucca_card {
  position: relative;
  background: #fcfcff;
  border-radius: 0.75rem;
  box-shadow:
      8px 8px 20px rgba(0, 0, 0, 0.12),
      -8px -8px 20px rgba(240, 245, 255, 0.95);
  transition: all 0.7s ease-in-out;
}

.lucca_card:hover {
  box-shadow:
      12px 12px 24px rgba(0, 0, 0, 0.14),
      -12px -12px 24px rgba(240, 245, 255, 1);
  transform: scale(1.01);
  filter: brightness(1.05);
}

.lucca_card-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* バッジや日付より下に */
  text-decoration: none;
}

.lucca_card .lucca_card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.25rem);
  color: #4b5563;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  box-shadow:
      inset 2px 2px 4px rgba(0, 0, 0, 0.05),
      inset -2px -2px 4px rgba(255, 255, 255, 0.7);
  z-index: 10;
}

/* サムネ全体の枠（高さは figure が持つ） */

figure.lucca_card-thumbnail {
  display: block;
  height: 12rem;
  background: linear-gradient(
      135deg,
      #f3f3f7,
      #e8e8ec
    );
  /* fallback ニューモフィズム背景 */
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

/* 画像がある時だけ上に重なる */

figure.lucca_card-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* ← figure の高さを流用 */
  -o-object-fit: cover;
     object-fit: cover;
}

.lucca_card .lucca_card-content {
  padding: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 3rem;
}

.lucca_card .lucca_card-content h3 {
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.lucca_card .lucca_card-date {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.lucca_card .lucca_card-date time {
  font-size: 0.75rem;
  color: #6b7280;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  background: #f3f4f6;
  box-shadow:
      inset 3px 3px 6px rgba(0, 0, 0, 0.07),
      inset -3px -3px 6px rgba(255, 255, 255, 0.6);
}

/*newバッヂ*/

/* -----------------------------
  Pickupの設定
------------------------------ */

.lucca_pickup_container {
  position: relative;
  overflow: hidden;
}

.lucca_pickup_section {
  position: relative;
  z-index: 10;
  max-width: 72rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
  /* スマホは全幅 */
}

@media (min-width: 640px) {
  .lucca_pickup_section {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .lucca_pickup_section {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .lucca_pickup_section {
    max-width: 1152px;
  }
}

.lucca_pickup_section.lucca_hero_img {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .lucca_pickup_section.lucca_hero_img {
    padding: 1rem;
    /* = Tailwind の md:px-4 */
  }
}

.lucca_pickup_section > h2 {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .lucca_pickup_section > h2 {
    padding-left: 0px;
  }
}

.lucca_w_card_container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .lucca_w_card_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* カード全体：横長カード */

.lucca_w_card {
  display: flex;
  height: 7rem;
  border-radius: 0.75rem;
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --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);
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lucca_w_card:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-brightness: brightness(1.05);
  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);
}

@media (min-width: 768px) {
  .lucca_w_card {
    height: 8rem;
  }
}

.lucca_w_card-thumb {
  position: relative;
  aspect-ratio: 1732/1000;
  width: 8rem;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

@media (min-width: 768px) {
  .lucca_w_card-thumb {
    width: 12rem;
  }
}

/* サムネ画像 */

.lucca_w_card-thumb img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* テキスト領域は可変 */

.lucca_w_card-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}

@media (min-width: 768px) {
  .lucca_w_card-content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
}

.lucca_w_card-title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .lucca_w_card-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

.lucca_w_card-title {
  /* ← PC：3行 */
}

.lucca_w_card-desc {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* ▼ カード本体：基準として相対配置 */

.lucca_w_card {
  position: relative;
}

/* ▼ コンテンツ側は絶対配置のリンクを通すために可視化 */

.lucca_w_card-content {
  position: relative;
  z-index: 20;
  overflow: visible;
  /* ← aタグがはみ出してもデザイン破壊しない */
}

/* ▼ カード全体に拡張された透明のリンクレイヤーを作る */

.lucca_w_card-content > a {
  padding: 1rem;
}

@media (min-width: 768px) {
  .lucca_w_card-content > a {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }
}

.lucca_w_card-content > a {
  position: absolute;
  inset: 0;
  /* カード全体をカバー */
  z-index: 30;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  /* 透明クリックカバー */
  background: transparent;
}

/* ▼ タイトル文字自体はクリック判定から除外（文字選択などの崩れ防止） */

.lucca_w_card-content > a * {
  pointer-events: none;
}

/*斜線*/

.lucca_slant_bg {
  width: 100%;
  padding: 150px 0;
  clip-path: polygon(0 calc(0% + 9vw), 100% 0, 100% 100%, 0 100%);
  background-color: #ffffff;
}

.lucca_slant_bg p {
  width: 65%;
  margin: 0 auto;
}

/* -----------------------------
  プレフッターの設定
------------------------------ */

.lucca_prefooter_section {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.lucca_prefooter_container,
  .lucca_container_prefooter {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 72rem;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .lucca_prefooter_container,
  .lucca_container_prefooter {
    flex-direction: row;
  }
}

/* 共通カラムスタイル */

.lucca_prefooter_left,
  .lucca_prefooter_center,
  .lucca_prefooter_right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.lucca_prefooter_center {
  padding: 1.5rem;
}

.lucca_prefooter_right {
  padding: 1.5rem;
}

/* シャドウは box-shadow で指定 */

.lucca_prefooter-area--raised {
  box-shadow:
      4px 4px 10px rgba(0, 0, 0, 0.05),
      -4px -4px 10px rgba(255, 255, 255, 0.7);
}

.lucca_prefooter-area--flat {
  box-shadow: none;
}

.lucca_prefooter-area--inset {
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.05),
      inset -4px -4px 10px rgba(255, 255, 255, 0.7);
}

/* タイトル */

.lucca_prefooter_title {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.lucca_prefooter_title__line {
  pointer-events: none;
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  bottom: 0px;
  height: 0.125rem;
  width: 100%;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --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);
}

/* Navigator layout */

.lucca_navigator_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

@media (min-width: 1024px) {
  .lucca_navigator_container {
    flex-direction: row;
  }

  .lucca_navigator_container > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    --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));
  }
}

.lucca_navigator_icon_wrapper {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
  justify-content: center;
}

.lucca_navigator_icon_bg {
  overflow: hidden;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
  background-size: 200% 200%;
  padding: 0.25rem;
  box-shadow:
      inset 8px 8px 15px rgba(0, 0, 0, 0.15),
      inset -8px -8px 15px rgba(255, 255, 255, 0.9);
}

.lucca_navigator_icon_img {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.lucca_navigator_txt {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.lucca_navigator_name {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
}

.lucca_navigator_position {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* SNS Buttons */

.lucca_sns-button {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.lucca_sns-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lucca_sns-icon {
  height: 1.25rem;
  width: 1.25rem;
}

/* -----------------------------
  single設定
------------------------------ */

main.content.single {
  padding-top: 0px;
  padding-bottom: 3rem;
}

/* 凹みエリア*/

.lucca_singlepost_depression {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  width: auto;
  max-width: 80rem;
}

@media (min-width: 640px) {
  .lucca_singlepost_depression {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.lucca_singlepost_depression {
  padding: 0.25rem;
  /* 上下左右全部0.25rem（4px） */
  background: radial-gradient(
      ellipse at center,
      transparent 48%,
      rgba(0, 0, 0, 0.05) 68%,
      rgba(0, 0, 0, 0.09) 100%
    );
  border-radius: 0.5rem;
}

/*カード本体*/

.lucca_singlepost_thumbnail {
  position: relative;
  display: flex;
  height: 20rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(
      160deg,
      var(--lucca-shadow-light) 0%,
      var(--lucca-shadow-light) 50%,
      var(--lucca-shadow-dark) 100%
    );
  border-radius: 0.5rem;
  box-shadow:
      10px 10px 30px rgba(0, 0, 0, 0.08),
      -10px -10px 30px rgba(255, 255, 255, 0.6);
}

/* シングル投稿用サムネイル画像コンテナ */

.lucca_singlepost_thumbnail_img {
  width: 100%;
  height: auto;
  border-radius: 3rem;
  /* rounded-3xl */
  overflow: hidden;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.12);
  /* shadow-md */
}

/* 画像本体 */

.lucca_singlepost_thumbnail_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 5000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ホバー時のズーム（親に group がある前提） */

.group:hover .lucca_singlepost_thumbnail_img img {
  transform: scale(1.05);
}

/* タグ全体の位置（左端からはみ出して生える） */

.lucca_cat-link {
  position: absolute;
  top: 1rem;
  left: 0px;
  z-index: 20;
  display: flex;
  --tw-translate-x: -0.5rem;
  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-wrap: wrap;
  gap: 0.5rem;
}

/* メインのタグスタイル（Lucca,Seeker用） */

.lucca_cat-links {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.lucca_cat-links:hover {
  --tw-translate-x: 0.25rem;
  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));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* 2つ目以降のタグ（Uncategorizedなど）は少し控えめ */

.lucca_cat-links.secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* -----------------------------
  記事本文共通設定single/post
------------------------------ */

/* 記事メタ情報 */

.lucca_article-meta {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

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

.lucca_article-meta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.lucca_article-meta p.lucca_article-meta__date {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.lucca_article-meta__share {
  display: flex;
}

.lucca_article-meta__share > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.lucca_article-meta__share-btn {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lucca_article-meta__share-btn:hover {
  color: currentColor;
}

/* 各SNSのホバー色は個別に上書き */

/* 記事本文用ラッパー */

.lucca_post-content {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.625;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  grid-column: span 1 / span 1;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --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);
}

@media (min-width: 640px) {
  .lucca_post-content {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lucca_post-content {
    grid-column: span 2 / span 2;
  }
}

.lucca_post-content .prose {
  max-width: none;
}

/*固定文言（固定メッセージ）*/

.lucca_lead_message {
  position: relative;
  margin: 2.5rem 0.5rem;
  /* my-10 mx-2 */
  padding: 1.5rem;
  /* p-6 */
  border-radius: 1rem;
  /* rounded-xl */
  background-color: #fff;
  box-shadow:
      inset 6px 6px 12px rgba(0, 0, 0, 0.08),
      inset -6px -6px 12px rgba(255, 255, 255, 0.9);
  line-height: 1.625;
  /* leading-relaxed */
  letter-spacing: 0.05em;
  /* tracking-wide */
  font-size: 15px;
  /* text-[15px] */
}

@media (min-width: 640px) {
  /* sm:text-base */

  .lucca_lead_message {
    font-size: 16px;
    /* base */
  }
}

/*見出し*/

.lucca_post-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .lucca_post-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.content .lucca_post-content h2 {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .content .lucca_post-content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.content .lucca_post-content h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  border-radius: 9999px;
  /* Tailwindユーティリティ */
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  box-shadow:
      1.5px 1.5px 4px rgba(0, 0, 0, 0.15),
      -1.5px -1.5px 4px rgba(255, 255, 255, 0.7);
  background-color: var(--lucca-accent);
}

.content .lucca_post-content h3.wp-block-heading,
  .lucca-section-heading {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (min-width: 640px) {
  .content .lucca_post-content h3.wp-block-heading,
  .lucca-section-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.content .lucca_post-content h3.wp-block-heading::before,
  .lucca-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 1.25rem;
  border-radius: 9999px;
  box-shadow:
      1px 1px 3px rgba(0, 0, 0, 0.1),
      -1px -1px 3px rgba(255, 255, 255, 0.6);
  background: linear-gradient(
      to bottom,
      var(--lucca-accent) 0%,
      var(--lucca-accent) 50%,
      #ffffff 100%
    );
}

.content .lucca_post-content h4,
  .content .lucca_post-content h5,
  .content .lucca_post-content h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .content .lucca_post-content h4,
  .content .lucca_post-content h5,
  .content .lucca_post-content h6 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*行間*/

.content p {
  margin-bottom: 1rem;
}

/* コード */

.lucca_post-content code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*画像キャプション*/

.lucca_post-content figcaption.wp-element-caption {
  padding: 0px;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.lucca_post-content .wp-element-caption {
  font-size: 0.75em !important;
  text-align: center !important;
}

/* -----------------------------
   記事本文内のテーブル
------------------------------ */

.content article table {
  width: auto !important;
  min-width: 100%;
  max-width: none;
  margin: 2.5rem 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      10px 10px 20px rgba(0, 0, 0, 0.05),
      -10px -10px 20px rgba(255, 255, 255, 0.9);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* thead sticky固定（横スクロール時も見える） */

.content article thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  /* thead全体に軽い影だけ残す */
}

/* th（ヘッダーセル） - 線はシンプルな実線のみ */

.content article th {
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.05rem;
  color: #374151;
  background: #f9fafb;
  border-bottom: 2px solid #d1d5db;
  /* 影なし・普通の実線 */
  min-width: 140px;
  white-space: nowrap;
}

/* td（データセル） - 線はシンプルな実線のみ */

.content article td {
  padding: 1.2rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
  border-bottom: 1px solid #e5e7eb;
  /* 影なし・薄めのグレー実線 */
  background: #ffffff;
  white-space: nowrap;
  min-width: 140px;
}

/* 偶数行背景（軽く区別） */

.content article tr:nth-child(even) td {
  background: #fcfcfc;
}

/* ホバー効果（影は行全体に軽く、線には影響なし） */

.content article tr:hover td,
  .content article tr:hover th {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px
      rgba(var(--lucca-accent-rgb, 59, 130, 246), 0.12);
}

/* 右端の「続きあり」グラデーション */

.content article table::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, transparent, #ffffff 40%);
  pointer-events: none;
  z-index: 5;
  opacity: 0.8;
}

/* 角丸調整（カードの角に沿う） */

.content article tr:first-child th:first-child,
  .content article tr:first-child td:first-child {
  border-top-left-radius: 0.5rem;
}

.content article tr:first-child th:last-child,
  .content article tr:first-child td:last-child {
  border-top-right-radius: 0.5rem;
}

.content article tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

.content article tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

/* モバイル調整 */

@media (max-width: 768px) {
  .content article th,
    .content article td {
    padding: 1rem 1.2rem;
    min-width: 160px;
  }
}

/* -----------------------------
   記事本文内のリスト（.content article ul / ol）
   .tag クラスがついた ul は除外
------------------------------ */

/* ────────────────────────────────────────────────
   1. コメントエリア全体のリストを強制的にデフォルトに戻す（最優先）
   ──────────────────────────────────────────────── */

.comments-area ol,
  .comments-area ul,
  .comments-area li {
}

.comments-area li::before,
  .comments-area li::marker {
  content: none !important;
  /* カスタムbeforeを完全に殺す */
  display: none !important;
}

/* ネストされた children も確実に */

.comments-area .children,
  .comments-area .children ol,
  .comments-area .children ul {
  list-style: inherit !important;
  margin-left: 2em !important;
}

/* ────────────────────────────────────────────────
   2. 記事本文（.content article）内の .tag なしリストにのみカスタム適用
   ──────────────────────────────────────────────── */

.content article ul:not(.tag):not(.lucca_comment_list):not(.children),
  .content article ol:not(.tag):not(.lucca_comment_list):not(.children) {
  margin: 2rem 0;
  padding: 0 0 0.25rem 0;
  list-style: none;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      8px 8px 16px rgba(0, 0, 0, 0.04),
      -8px -8px 16px rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.content article ul:not(.tag):not(.lucca_comment_list):not(.children) li,
  .content article ol:not(.tag):not(.lucca_comment_list):not(.children) li {
  position: relative;
  padding: 1.1rem 1.6rem 1.1rem 3rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4b5563;
  border-bottom: 1px solid #f1f5f9;
}

.content
    article
    ul:not(.tag):not(.lucca_comment_list):not(.children)
    li:last-child,
  .content
    article
    ol:not(.tag):not(.lucca_comment_list):not(.children)
    li:last-child {
  border-bottom: none;
}

/* ul の丸マーカー */

.content
    article
    ul:not(.tag):not(.lucca_comment_list):not(.children)
    li::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 1.4rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lucca-accent, #3b82f6);
  box-shadow:
      2px 2px 4px rgba(0, 0, 0, 0.08),
      -1px -1px 3px rgba(255, 255, 255, 0.7);
}

/* ol の番号 */

.content article ol:not(.tag):not(.lucca_comment_list):not(.children) {
  counter-reset: article-list;
}

.content article ol:not(.tag):not(.lucca_comment_list):not(.children) li {
  counter-increment: article-list;
}

.content
    article
    ol:not(.tag):not(.lucca_comment_list):not(.children)
    li::before {
  content: counter(article-list) ".";
  position: absolute;
  left: 0.5rem;
  top: 1.1rem;
  font-weight: 700;
  color: var(--lucca-accent, #3b82f6);
  font-size: 0.9rem;
  min-width: 1.8rem;
  text-align: right;
}

/* ネストリスト（記事本文内のみ） */

.content article ul:not(.tag):not(.lucca_comment_list):not(.children) ul,
  .content article ol:not(.tag):not(.lucca_comment_list):not(.children) ol,
  .content article ul:not(.tag):not(.lucca_comment_list):not(.children) ol,
  .content article ol:not(.tag):not(.lucca_comment_list):not(.children) ul {
  margin: 0.8rem 0 0.8rem 1.2rem;
  background: transparent;
  box-shadow: none;
}

.content
    article
    ul:not(.tag):not(.lucca_comment_list):not(.children)
    ul
    li::before,
  .content
    article
    ol:not(.tag):not(.lucca_comment_list):not(.children)
    ul
    li::before {
  background: #9ca3af;
  width: 8px;
  height: 8px;
  top: 1.4rem;
}

/* .tag 付きは標準に戻す */

.content article ul.tag,
  .content article ul.tag li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
}

.content article ul.tag li::before {
  content: none;
}

/* -----------------------------
   定義リスト (dl, dt, dd)
------------------------------ */

dl {
  max-width: 720px;
  margin: 2.5rem auto;
  padding: 2rem 2.5rem;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      10px 10px 20px rgba(0, 0, 0, 0.05),
      -10px -10px 20px rgba(255, 255, 255, 0.9);
  font-family:
      system-ui,
      -apple-system,
      sans-serif;
}

/* dt（用語・タイトル） */

dt {
  margin: 1.5rem 0 0.6rem;
  font-weight: 700;
  font-size: 1.15rem;
  color: #374151;
  /* 濃いグレーで視認性高く */
  letter-spacing: -0.01em;
  position: relative;
  padding-left: 1.2rem;
}

/* dt の左に軽いアクセントライン（neumo風の立体感） */

dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 4px;
  border-radius: 2px;
  background: var(
      --lucca-accent,
      #3b82f6
    );
  /* アクセントカラー使用（なければデフォルト青） */
  box-shadow:
      2px 2px 4px rgba(0, 0, 0, 0.1),
      -1px -1px 3px rgba(255, 255, 255, 0.7);
}

/* dd（説明・定義） */

dd {
  margin: 0.4rem 0 1.8rem 1.2rem;
  /* dtのインデントに揃える */
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
  padding: 1rem 1.3rem;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.04),
      inset -4px -4px 10px rgba(255, 255, 255, 0.8);
}

/* dd内のem（強調）部分をアクセントカラーに */

dd em {
  color: var(--lucca-accent, #3b82f6);
  font-style: normal;
  font-weight: 600;
}

/* 連続するdd（1つのdtに複数ddがある場合）の調整 */

dd + dd {
  margin-top: -0.8rem;
  /* 連続ddの間を詰めて自然に */
  margin-left: 2.4rem;
  /* 少し深めのインデント */
}

/* モバイル調整（狭い画面でも崩れにくい） */

@media (max-width: 640px) {
  dl {
    padding: 1.8rem 1.5rem;
    margin: 2rem auto;
  }

  dt {
    font-size: 1.1rem;
  }

  dd {
    padding: 0.9rem 1.1rem;
    margin-left: 0.8rem;
  }

  dd + dd {
    margin-left: 1.6rem;
  }
}

/* -----------------------------
   address
------------------------------ */

address {
  max-width: 720px;
  margin: 2.5rem auto;
  padding: 1.8rem 2rem;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      8px 8px 16px rgba(0, 0, 0, 0.05),
      -8px -8px 16px rgba(255, 255, 255, 0.9);
  font-style: normal;
  /* デフォルトのイタリックを解除 */
  line-height: 1.8;
  color: #4b5563;
  font-size: 1rem;
}

/* address内のリンクや強調 */

address a {
  color: var(--lucca-accent, #3b82f6);
  text-decoration: none;
  font-weight: 600;
}

address a:hover {
  text-decoration: underline;
}

/* モバイル調整 */

@media (max-width: 640px) {
  address {
    padding: 1.5rem 1.8rem;
    margin: 2rem auto;
  }
}

/* -----------------------------
   略語タグ（abbr）
   記事本文内（.content article）で適用
------------------------------ */

.content article abbr {
  position: relative;
  padding: 0.1em 0.3em;
  margin: 0 0.1em;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  /* デフォルトの下線を消す */
  border-radius: 0.3rem;
  background: #ffffff;
  box-shadow:
      2px 2px 4px rgba(0, 0, 0, 0.04),
      -2px -2px 4px rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  cursor: help;
  /* マウスカーソルを「？」っぽく */
}

/* ホバー / フォーカス時（ツールチップ風に浮き上がる） */

.content article abbr:hover,
  .content article abbr:focus {
  outline: none;
  box-shadow:
      4px 4px 8px rgba(0, 0, 0, 0.06),
      -4px -4px 8px rgba(255, 255, 255, 0.9);
  background: #f9fafb;
  transform: translateY(-1px);
  color: var(--lucca-accent, #3b82f6);
}

/* title属性のツールチップをカスタム（ブラウザデフォルトを上書きしたい場合） */

.content article abbr[title] {
  /* ブラウザのデフォルトツールチップを非表示にしたい場合のみ有効化 */
  /* pointer-events: none; */
  /* ← これを入れるとクリック不可になる */
}

/* モバイル対応（タップでツールチップが見えやすく） */

@media (hover: none) {
  .content article abbr:active {
    box-shadow:
        inset 2px 2px 4px rgba(0, 0, 0, 0.05),
        inset -2px -2px 4px rgba(255, 255, 255, 0.7);
    transform: translateY(0);
  }
}

/* -----------------------------
   引用タグ（blockquote, q, cite）
   記事本文内（.content article）で適用
------------------------------ */

/* ブロック引用（長い引用） - カード風 + 凹みニューモーフィズム */

.content article blockquote {
  max-width: 720px;
  margin: 2.5rem auto;
  padding: 1.8rem 3.5rem 1.8rem 2.5rem;
  background: #fafafa;
  border-radius: 0.5rem;
  box-shadow:
      inset 8px 8px 16px rgba(0, 0, 0, 0.08),
      inset -8px -8px 16px rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
  position: relative;
  overflow: hidden;
}

/* 左側の独立した縦棒（引用の開始ライン） */

.content article blockquote::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 4px;
  background: #cbd5e1;
  border-radius: 4px;
  box-shadow:
      inset 1px 1px 2px rgba(0, 0, 0, 0.1),
      1px 1px 2px rgba(255, 255, 255, 0.6);
}

/* 引用の開始マーク（右上に配置・グレー系） */

.content article blockquote::after {
  content: "“";
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #9ca3af;
  opacity: 0.25;
  font-family: Georgia, serif;
  pointer-events: none;
  transform: translateY(-15%) rotate(6deg);
}

/* -----------------------------
   Pre
   記事本文内（.content article）で適用
------------------------------ */

/* コードブロック全体（pre） */

.content article pre {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: pre;
  word-wrap: normal;
  word-break: normal;
  padding: 3.2rem 1.8rem 1.6rem;
  /* 上部余白でラベル＋線領域を確保 */
  margin: 2rem 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
  background: linear-gradient(
      to bottom,
      #ffffff 2.4rem,
      /* 上から2.4remまでは白（ラベル領域） */ #ddd 2.4rem,
      /* ここから1px分だけ線色 */ #ddd calc(2.4rem + 1px),
      /* 線の下端 */ #ffffff calc(2.4rem + 1px) /* それ以降は通常の白背景 */
    );
  background-clip: padding-box;
  /* padding内側に背景を適用 */
  box-shadow:
      inset 6px 6px 12px rgba(0, 0, 0, 0.06),
      inset -6px -6px 12px rgba(255, 255, 255, 0.85);
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1.1;
  font-family:
      "SF Mono", "Menlo", "Monaco", Consolas, "Courier New", monospace;
}

/* 「Code」ラベル（線の上に重ねる） */

.content article pre::before {
  content: "NOTE";
  position: absolute;
  top: 0.9rem;
  left: 1.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c8c8c8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 0.375rem;
  background: #ffffff;
  /* 白背景で線を隠さないよう */
  pointer-events: none;
  z-index: 3;
  /* 線より手前 */
}

/* ::after は完全に不要 */

.content article pre::after {
  display: none;
}

/* code 要素 */

.content article pre code {
  display: block;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}

/* -----------------------------
   強い重要テキスト（<strong>タグ） - Neumorphism 風強調
   記事本文内（.content article）で適用
------------------------------ */

.content article strong {
  font-weight: 700;
  color: #374151;
  padding: 0.15em 0.4em;
  margin: 0 0.1em;
}

/* 連続したstrong（例: <strong>大事な</strong><strong>部分</strong>）の間隔調整 */

.content article strong + strong {
  margin-left: 0.2em;
}

/* -----------------------------
   ふきだし
------------------------------ */

/* -----------------------------
   改ページ
------------------------------ */

.page-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem 0 1.5rem;
  gap: 0.75rem;
  /* 項目間の間隔 */
  font-family:
      system-ui,
      -apple-system,
      sans-serif;
}

/* 共通のページ番号・前後リンクのベーススタイル */

.post-page-numbers,
  .page-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.625rem;
  /* 少し大きめに */
  height: 2.625rem;
  border-radius: 0.875rem;
  /* 参考よりやや丸く */
  background: #f1f3f5;
  /* やや明るめのグレー */
  color: #4b5563;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  box-shadow:
      5px 5px 10px rgba(0, 0, 0, 0.07),
      -5px -5px 10px rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ホバー（押した感を出す） */

.page-links a:hover {
  box-shadow:
      inset 3px 3px 6px rgba(0, 0, 0, 0.06),
      inset -3px -3px 6px rgba(255, 255, 255, 0.8);
  color: #374151;
  transform: translateY(1px);
  /* 軽く沈む演出（任意） */
}

/* 現在のページ */

.post-page-numbers.current {
  cursor: default;
  background: #e5e7eb;
  color: #000000;
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.08),
      inset -4px -4px 8px rgba(255, 255, 255, 0.85);
  font-weight: 700;
}

/* 省略記号（…）が後でWordPressなどで追加された場合の保険 */

.page-links .dots,
  .page-links .page-numbers.dots {
  background: transparent;
  box-shadow: none;
  color: #9ca3af;
  min-width: 1.5rem;
  pointer-events: none;
  font-size: 1.1rem;
  font-weight: 400;
}

/* レスポンシブ調整 */

@media (max-width: 480px) {
  .page-links {
    gap: 0.5rem;
    margin: 2rem 0 1rem;
  }

  .post-page-numbers,
    .page-links a {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.75rem;
  }
}

/*ここまで記事内*/

/* -----------------------------
    パスワード保護
  ------------------------------ */

/* フォームカード全体 */

.post-password-form {
  max-width: 400px;
  margin: 120px auto;
  padding: 45px 35px;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      12px 12px 24px rgba(0, 0, 0, 0.04),
      -12px -12px 24px rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* メッセージテキスト */

.post-password-form p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1.8em;
  line-height: 1.5;
}

/* 入力欄 */

.post-password-form input[type="password"] {
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  background: #f9f9f9;
  border: none;
  border-radius: 0.5rem;
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.05),
      inset -4px -4px 8px rgba(255, 255, 255, 0.8);
  color: #333;
  transition: all 0.25s ease;
}

.post-password-form input[type="password"]:focus {
  outline: none;
  box-shadow:
      inset 3px 3px 6px rgba(0, 0, 0, 0.08),
      inset -3px -3px 6px rgba(255, 255, 255, 1);
  background: #f9f9f9;
}

/* 送信ボタン */

.post-password-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  background: var(--lucca-accent);
  border: none;
  border-radius: 0.5rem;
  box-shadow:
      6px 6px 12px rgba(13, 110, 253, 0.25),
      -6px -6px 12px rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.25s ease;
}

.post-password-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:active {
  background: var(--lucca-accent);
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.15),
      inset -4px -4px 8px rgba(255, 255, 255, 0.5);
}

/* ラベル */

.post-password-form label {
  display: block;
  margin-bottom: 0.8em;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

/* レスポンシブ */

@media (max-width: 480px) {
  .post-password-form {
    margin: 80px 15px;
    padding: 35px 25px;
  }
}

/* -----------------------------
    entryfooter設定
  ------------------------------ */

/* 記事下タグエリア専用 */

.lucca_cattag_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5rem;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.lucca_cattag_wrapper a {
}

.post-tag-area {
  margin-left: 0px;
}

.post-tag-area ul.tag {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.post-tag-area ul.tag > li {
  margin: 0px;
  display: flex;
  align-items: center;
}

.lucca_cattag_wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: none;
  line-height: 1;
  /* Tailwindのleading-noneと同等 */
  transition:
      transform 0.5s ease-out,
      color 0.5s ease-out;
}

.lucca_cattag_wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
  /* Tailwindの青系 */
  transform: translateX(0.25rem);
}

/*記事下シェアボタン*/

.entry-footer .lucca_article-meta__share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

.entry-footer .lucca_article-meta__share-btn {
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
}

.entry-footer
    .lucca_article-meta__share
    .lucca_article-meta__share-btn:hover {
  transform: scale(1.1);
}

/* 記事下ページネーション */

.entry-footer .post-navigation {
  margin: 3.5rem 0 2rem;
}

/* 全体ボックス設定（保険） */

.entry-footer .nav-links,
  .entry-footer .nav-links * {
  box-sizing: border-box;
}

.entry-footer .nav-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /* デフォルトは stretch にしておく */
  gap: 2rem;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding: 1.4rem 2.5rem;
  background-color: var(--lucca-bg-color);
  box-shadow:
      inset 2px 2px 6px var(--lucca-shadow-dark),
      inset -2px -2px 6px var(--lucca-shadow-light);
}

/* nav のラッパー（flex 子）を明示的に扱う */

.entry-footer .nav-previous,
  .entry-footer .nav-next {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

/* ボタン 共通 */

.entry-footer .nav-previous a,
  .entry-footer .nav-next a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 1.1rem 1.6rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow:
      2px 2px 6px var(--lucca-shadow-dark),
      -2px -2px 6px var(--lucca-shadow-light);
  transition: all 0.25s ease;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/* Next のみ矢印を右側に */

.entry-footer .nav-next a {
  flex-direction: row-reverse !important;
}

/* PC時の幅統一 */

@media (min-width: 768px) {
  .entry-footer .nav-previous,
    .entry-footer .nav-next {
    flex: 0 0 auto;
  }

  .entry-footer .nav-previous a,
    .entry-footer .nav-next a {
    width: 15vw;
  }
}

/* ホバー・アクティブ */

.entry-footer .nav-previous a:hover,
  .entry-footer .nav-next a:hover {
  box-shadow:
      inset 2px 2px 5px var(--lucca-shadow-dark),
      inset -2px -2px 5px var(--lucca-shadow-light),
      1px 1px 4px var(--lucca-shadow-dark);
  transform: translateY(2px);
}

.entry-footer .nav-previous a:active,
  .entry-footer .nav-next a:active {
  transform: translateY(3px);
  box-shadow:
      inset 3px 3px 7px var(--lucca-shadow-dark),
      inset -2px -2px 6px var(--lucca-shadow-light);
}

/* Prevは左寄せ、Nextは右寄せ（PC） */

.entry-footer .nav-previous a {
  justify-content: flex-start;
}

.entry-footer .nav-next a {
  justify-content: flex-end;
}

/* 矢印（subtitle） */

.entry-footer .nav-subtitle {
  font-weight: normal;
  opacity: 0.75;
  font-size: 0.95rem;
  flex: 0 0 auto;
  min-width: 0;
}

/* タイトル */

.entry-footer .nav-title {
  flex: 1 1 0;
  /* 幅揃えのため絶対必要 */
  min-width: 0;
  /* テキストはみ出し防止 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 1行固定（PC） */
  -webkit-box-orient: vertical;
  max-width: 30ch;
}

/* スマホ対応 */

@media (max-width: 640px) {
  .entry-footer .nav-links {
    flex-direction: column;
    align-items: stretch;
    padding: 1.4rem 1rem;
    gap: 1rem;
  }

  /* ラッパーを幅いっぱいに */

  .entry-footer .nav-previous,
    .entry-footer .nav-next {
    width: 100%;
  }

  .entry-footer .nav-previous a,
    .entry-footer .nav-next a {
    width: 100%;
    /* ボタン自体も100% */
    justify-content: center;
    /* 中央揃えで見た目を安定させる */
    padding: 0.9rem 1rem;
    /* モバイルは余白を少し圧縮 */
  }

  /* スマホではタイトルを2行まで許容（見栄え良く） */

  .entry-footer .nav-title {
    white-space: normal;
    -webkit-line-clamp: 2;
  }
}

/*記事下Written By*/

.lucca_writtenby {
  margin-top: 3rem;
  /* mt-12 */
  margin-bottom: 3rem;
}

.lucca_writtenby__title {
  font-size: 1.125rem;
  /* text-lg */
  font-weight: 600;
  /* font-semibold */
  margin-bottom: 1rem;
  /* mb-4 */
}

.lucca_writtenby__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  /* rounded-xl */
  background-color: #fff;
  box-shadow:
      2px 2px 6px var(--lucca-shadow-dark),
      -2px -2px 6px var(--lucca-shadow-light);
}

@media (min-width: 768px) {
  .lucca_writtenby__container {
    flex-direction: row;
    /* md:flex-row */
  }
}

.lucca_writtenby__left {
  width: 100%;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .lucca_writtenby__left {
    width: 30%;
  }
}

.lucca_writtenby__right {
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
      to bottom,
      #f9fafb,
      #f3f4f6
    );
  /* from-gray-50 to-gray-100 */
}

@media (min-width: 768px) {
  .lucca_writtenby__right {
    width: 70%;
  }
}

/* プロフィール画像 */

.lucca_writtenby__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lucca_writtenby__avatar {
  border-radius: 9999px;
  padding: 0.25rem;
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.1),
      inset -4px -4px 8px rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, #3b82f6, #ec4899, #facc15);
  background-size: 200% 200%;
  animation: gradient-move 5s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}

.lucca_writtenby__avatar-figure {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #fff;
}

.lucca_writtenby__name {
  font-size: 1.125rem;
  /* text-lg */
  font-weight: 500;
  /* font-medium */
  margin: 0.5rem 0 1rem;
}

.lucca_writtenby__title-text {
  font-size: 0.875rem;
  color: #4b5563;
  /* gray-700 */
  margin-bottom: 0.5rem;
}

.lucca_writtenby__description {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

/* SNSアイコン */

.lucca_writtenby__social {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.lucca_writtenby__social-item {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #6b7280;
  /* gray-500 */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.lucca_writtenby__social-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  background-color: #f3f4f6;
  /* gray-100 */
}

/* ポートフォリオボタン */

.lucca_writtenby__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

.lucca_writtenby__button {
  padding: 0.25rem 0.5rem;
  height: 2rem;
  background-color: var(--lucca-accent);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.lucca_writtenby__button:hover {
  filter: brightness(0.85);
}

/* グラデーションアニメーション */

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* -----------------------------
    コメントエリア設定
  ------------------------------ */

h2.comments-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.lucca_comment_list {
  padding: 1rem;
  padding-left: 2rem !important;
  border-radius: 1rem;
  box-shadow:
      2px 2px 6px var(--lucca-shadow-dark),
      -2px -2px 6px var(--lucca-shadow-light);
}

p.no-comments,
  p.logged-in-as {
  color: #fff;
  background: #d0cfcf;
  margin: 1rem 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  text-align: center;
  border-radius: 0.5rem;
}

/*コメント入力欄*/

h3#reply-title {
  padding-top: 1rem;
  font-weight: 400;
}

.required-field-message {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85em;
}

/*コメント欄*/

/* ========================================
   コメントリストのデフォルトスタイル完全無効化
   ======================================== */

ol.lucca_comment_list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 1rem !important;
}

ol.lucca_comment_list ol.children {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: var(--lucca-bg-color);
}

/*コメント欄内部*/

/* ========================================
   コメント欄デザイン
   ======================================== */

/* リストリセット */

.lucca_comment_list ol.children {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* トップレベルコメント */

.lucca_comment_list > li.comment {
  position: relative;
  padding: 20px;
  border-top: 1px solid #eee;
}

.lucca_comment_list > li.comment:first-child {
  border-top: none !important;
}

/* コメント本体：アバター + 右側コンテンツ */

.comment-body {
  display: flex;
  gap: 4px;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}

/* アバター */

.comment-body .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #ddd;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 4px;
  /* テキストのベースラインに合わせる */
}

/* 右側のコンテンツ全体（ヘッダー + 本文） */

.comment-body > div:not(.avatar) {
  flex: 1;
  min-width: 0;
}

.comment-meta-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}

/* ===== ヘッダー部分：名前 + 日時 を強制的に1行横並び ===== */

/* vcard と meta を横並びにする */

.comment-author.vcard,
  .comment-meta.commentmetadata {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  line-height: 1.4;
}

.comment-author.vcard {
  padding-left: 0.5rem;
}

/* vcard の直後の meta を同じ行に続ける */

.comment-author.vcard + .comment-meta.commentmetadata {
  margin-left: 0;
  /* gapで制御 */
}

.comment-meta.commentmetadata {
  padding-left: 1rem;
  font-size: 0.7rem;
  margin-left: auto !important;
}

.comment-body > .comment-textarea,
  .comment-body > .reply {
  margin-top: 0;
  padding-left: 4rem;
}

/* アバター画像 */

.comment-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* 完全に丸く */
  -o-object-fit: cover;
     object-fit: cover;
  background: #f0f4f8;
  /* 柔らかいベース背景色（ページ背景に合わせて調整） */
  padding: 4px;
  /* 内側に少し余白（バッジ感を出す） */
  box-sizing: border-box;
}

/* 名前 */

.comment-author .fn,
  .comment-author .fn a {
  font-weight: 600;
  font-size: 1em;
  color: #333;
  text-decoration: none !important;
}

/* コメントの名前をイタリック（斜体）から通常フォントに修正 */

.comment-author .fn,
  .comment-author .fn a,
  .comment-author cite.fn,
  cite.fn a {
  font-style: normal !important;
  /* 斜体を強制的に解除 */
  font-weight: 400;
  color: #333;
  /* 文字色（必要に応じて） */
}

.comment-author cite {
  font-style: normal !important;
}

/* 日時 */

.comment-meta,
  .comment-meta a {
  font-size: 0.9em;
  color: #999;
  text-decoration: none;
  white-space: nowrap;
}

.comment-meta a:hover {
  text-decoration: underline;
}

/* 本文 */

.comment-body .comment-textarea {
  margin: 0 0 1rem 0;
  line-height: 1.55;
  color: #444;
  word-wrap: break-word;
  display: grid;
}

.comment-body p:first-of-type {
  margin-top: 8px;
  /* ヘッダーとの間隔 */
}

.comment-body p:last-child {
  margin-bottom: 0;
}

/* 返信リンク全体 */

.reply {
  margin-top: 12px;
  /* 本文との間隔 */
  display: inline-flex;
  /* アイコンとテキストを横並び */
  align-items: center;
  gap: 6px;
  font-size: 0.85em;
}

/* 返信リンクのテキスト */

.reply a {
  color: #cdcdcd;
  text-decoration: none;
}

.reply a:hover {
  text-decoration: underline;
}

/* ★吹き出しアイコンを擬似要素で追加★ */

a.comment-reply-link {
  display: inline-flex !important;
  align-items: center;
  /* アイコンとテキストを縦中央揃え */
  gap: 8px;
  /* アイコンと「返信」の間隔 */
  font-size: 0.85em;
  color: #cdcdcd;
  text-decoration: none;
  line-height: 1;
  /* 行の高さを安定させる */
  vertical-align: middle;
  /* 周囲のテキストとの揃え */
}

/* ホバー効果 */

a.comment-reply-link:hover {
  text-decoration: underline;
  color: #c3c3c3;
}

/* ★アイコンをaタグの直前に擬似要素で追加★ */

a.comment-reply-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.8;
  /* マスクで形状を定義（fillなしで黒シルエットに） */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v4l4-4h8c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v4l4-4h8c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* 色は親のcolorをそのまま使う */
  background-color: currentColor;
}

a.comment-reply-link:hover::before {
  opacity: 1;
}

/* 子コメントコンテナ */

ol.children {
  position: relative;
  margin: 20px 0 0 52px;
  padding: 0;
}

/* 縦ライン */

ol.children::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ddd;
}

/* 子コメント横ライン */

.children > li.comment::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 44px;
  width: 20px;
  height: 2px;
  background: #ddd;
}

/* 小階層並列風 */

.children > li.comment {
  position: relative;
  padding: 18px;
  background: transparent !important;
}

/* depth-3以降 */

.comment.depth-3 .comment-body,
  .comment.depth-4 .comment-body,
  .comment.depth-5 .comment-body {
  padding-left: 20px;
  margin-left: 10px;
}

/* レスポンシブ（スマホ） */

@media (max-width: 768px) {
  .comment-body {
    flex-direction: column;
    gap: 8px;
  }

  .comment-body .avatar {
    width: 42px;
    height: 42px;
    margin-top: 0;
  }

  ol.children {
    margin-left: 44px;
  }

  .children > li.comment::before {
    left: 45px;
    width: 16px;
  }

  .comment-author.vcard {
    padding-left: 0;
  }

  .comment-author .fn,
    .comment-author .fn a,
    .comment-author cite.fn,
    cite.fn a {
    font-size: 0.9rem;
  }

  .comment-author.vcard + .comment-meta.commentmetadata {
    margin-top: -0.5rem;
    margin-left: 0;
    font-size: 0.7rem;
    gap: 0.5rem;
  }

  .comment-body > .comment-textarea {
    font-size: 0.9rem;
  }

  .comment-body > .comment-textarea,
    .comment-body > .reply {
    padding-left: 3rem;
  }

  .lucca_comment_list > li.comment > .comment-body .comment-textarea,
    .lucca_comment_list > li.comment > .comment-body > .reply {
    padding-left: 0.5rem !important;
    /* トップレベルだけ左パディングをゼロ */
  }

  ol.children::before {
    left: 41px;
  }

  /*孫階層に対して*/

  .comment.depth-3 .comment-meta-wrapper,
    .comment.depth-4 .comment-meta-wrapper,
    .comment.depth-5 .comment-meta-wrapper,
    .comment.depth-6 .comment-meta-wrapper,
    .comment.depth-7 .comment-meta-wrapper,
    .comment.depth-8 .comment-meta-wrapper,
    .comment.depth-9 .comment-meta-wrapper,
    .comment.depth-10 .comment-meta-wrapper {
    flex-direction: column !important;
  }

  /*孫階層以下（depth-3以降）の日時を右寄せ */

  .comment.depth-3 .comment-meta.commentmetadata,
    .comment.depth-4 .comment-meta.commentmetadata,
    .comment.depth-5 .comment-meta.commentmetadata,
    .comment.depth-6 .comment-meta.commentmetadata,
    .comment.depth-7 .comment-meta.commentmetadata,
    .comment.depth-8 .comment-meta.commentmetadata,
    .comment.depth-9 .comment-meta.commentmetadata,
    .comment.depth-10 .comment-meta.commentmetadata {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
  }

  .comment-meta-wrapper {
    flex-direction: column !important;
  }

  .comment-meta.commentmetadata {
    margin-left: auto !important;
    text-align: right;
    white-space: nowrap;
  }
}

/*コメント入力*/

/* ========================================
   コメント入力欄
   ======================================== */

/* フォーム全体コンテナ */

div#comments > .lucca_comment_list > #respond.comment-respond {
  background: var(--lucca-bg-color);
}

#respond.comment-respond {
  margin: 0;
  padding: 1.8rem;
  background: transparent;
  z-index: 10;
  position: relative;
  background: #fff;
}

/* タイトル（コメントを残す） */

.comment-reply-title {
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.comment-reply-title::before {
  content: "";
  font-size: 1.2em;
}

/* フォームを縦並び */

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各フィールドのラッパー */

.comment-form-comment,
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
  display: flex;
  flex-direction: column;
}

/* ラベル */

.comment-form label {
  font-weight: 500;
  color: #444;
  margin-bottom: 6px;
  font-size: 0.95em;
}

/* 必須マーク */

.required {
  color: #0f284f;
  font-weight: bold;
}

/* 入力フィールド共通） */

.comment-form textarea,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 1em;
  box-shadow:
      inset 2px 2px 12px var(--lucca-shadow-dark),
      inset -6px -6px 12px var(--lucca-shadow-light);
  transition: box-shadow 0.3s ease;
}

.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* フォーカス時：少し強調 */

.comment-form textarea:focus,
  .comment-form input:focus {
  outline: none;
  box-shadow:
      inset 4px 4px 12px var(--lucca-shadow-dark),
      inset -8px -8px 12px var(--lucca-shadow-light);
}

/* 送信ボタン */

.form-submit {
  text-align: right;
  margin-top: 10px;
}

#submit {
  padding: 12px 32px;
  border: none;
  border-radius: 5px;
  background: var(--lucca-accent);
  color: white;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  box-shadow:
      4px 4px 8px rgba(0, 0, 0, 0.1),
      -4px -4px 8px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

#submit:hover {
  box-shadow:
      6px 6px 12px rgba(0, 0, 0, 0.15),
      -6px -6px 12px rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

/* キャンセルリンク */

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 0.85em;
  color: #64748b;
}

/* レスポンシブ */

@media (max-width: 768px) {
  #respond.comment-respond {
    padding: 1rem;
    margin: 0;
  }

  #respond.comment-respond h3#reply-title {
    padding-top: 0;
  }

  .comment-form textarea,
    .comment-form input {
    padding: 12px 14px;
  }

  p.no-comments,
    p.logged-in-as {
    margin: 0.5rem 0;
  }

  #submit {
    width: 100%;
    padding: 14px;
  }

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

/* ────────────────────────────────
  archiveheaderimagearea ファーストビュー 固定ページと共用  archive/post
  ──────────────────────────────── */

.lucca-archive-header-base {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  height: 20rem;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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);
}

@media (min-width: 640px) {
  .lucca-archive-header-base {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .lucca-archive-header-base {
    border-radius: 0.5rem;
  }
}

.lucca-archive-header-base img.post-card-thumbnail {
  width: 100%;
  height: auto;
}

.lucca-archive-header__image {
  position: relative;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
}

@keyframes slowZoom {
  0%, 100% {
    transform: scale(1.01);
  }

  50% {
    transform: scale(1.15);
  }
}

.lucca-archive-header__image {
  animation: slowZoom 50s ease-in-out infinite;
  overflow: hidden;
  --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);
  &::before {
    content: "";
  }
  &::before {
    position: absolute;
  }
  &::before {
    inset: 0px;
  }
  &::before {
    background-image: linear-gradient(
        to right,
        var(--lucca-header-line-from),
        var(--lucca-header-line-via),
        var(--lucca-header-line-to)
      );
    opacity: 0.5;
    z-index: -1;
    transition: opacity 0.6s ease;
  }
  &:has(> img) {
    &::before {
      opacity: 0;
    }
  }
  .lucca-archive-header__img {
    position: relative;
  }
  .lucca-archive-header__img {
    z-index: 10;
  }
  .lucca-archive-header__img {
    height: 100%;
  }
  .lucca-archive-header__img {
    width: 100%;
  }
  .lucca-archive-header__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lucca-archive-header__img {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lucca-archive-header__img {
    transition-duration: 5000ms;
  }
  .lucca-archive-header__img {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.lucca-archive-header-base:hover .lucca-archive-header__img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.lucca-archive-header__overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 4rem 3rem 2.5rem;
  clip-path: polygon(0% 0%, 100% 40%, 100% 100%, 0% 100%);
}

.overlay-content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}

.overlay-content,
  .lucca_pagepost-title {
  font-size: 1.4rem;
}

.lucca_archive-description {
  margin-bottom: 2rem;
  display: flex;
  height: auto;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1024px) {
  .lucca_archive-description {
    border-radius: 0.5rem;
  }
}

.lucca_archive-description {
  box-shadow:
      inset 1px 1px 6px rgba(0, 0, 0, 0.08),
      inset -3px -3px 12px rgba(255, 255, 255, 0.9);
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.lucca_archive-description p {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .lucca-archive-header__overlay {
    padding: 4rem 2rem 2.5rem;
    font-size: 1.2rem;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
  }

  .lucca-archive-header__image::before {
    opacity: 0.95;
  }
}

/* ────────────────────────────────
  アーカイブ専用：横長カード
  ──────────────────────────────── */

h2.lucca_archives_title {
  font-size: 1.2rem;
  padding-left: 1rem;
}

.lucca_archives .lucca_card {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  min-height: 11rem;
  margin: 1rem 0;
  padding: 0.25rem;
  background: #fcfcff;
  border-radius: 1rem;
  background: linear-gradient(to top right, #ffffff, #f9fafb, #ffffff);
  box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
  /* shadow-md */
  transition: all 700ms ease-in-out;
  overflow: hidden;
}

/* ホバー */

.lucca_archives .lucca_card:hover {
  box-shadow:
      0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
  /* shadow-xl */
  transform: scale(1.01);
  filter: brightness(1.05);
}

/* サムネイルエリア：画像がなくても高さをキープ */

.lucca_archives .lucca_card-thumbnail {
  min-height: 100%;
  background: linear-gradient(135deg, #f3f3f7, #e8e8ec);
  border-radius: 0.75rem 0 0 0.75rem;
  overflow: hidden;
  position: relative;
}

/* 画像があるときだけ重ねる */

.lucca_archives .lucca_card-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* コンテンツエリア */

.lucca_archives .lucca_card-content {
  padding: 1.5rem 1.5rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* モバイル：縦に戻す */

@media (max-width: 768px) {
  .lucca_archives .lucca_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lucca_archives .lucca_card-thumbnail {
    height: 12rem !important;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}

/* -----------------------------
  サイト内検索結果ページの設定
------------------------------ */

/* 共通の凹入力スタイル */

.lucca-inset-input {
  width: 100%;
  /* 幅100% */
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #111827;
  background-color: #f9fafb;
  border: none;
  border-radius: 0.5rem;
  outline: none;
  transition: all 0.2s ease;
  box-shadow:
      inset 3px 3px 6px rgba(0, 0, 0, 0.08),
      /* 内側右下影 */ inset -3px -3px 6px rgba(255, 255, 255, 0.9);
  /* 内側左上ハイライト */
  /* ホバー/フォーカス時 */
  &:hover,
    &:focus {
    box-shadow:
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.95);
    background-color: #f3f4f6;
  }
  &::-moz-placeholder {
    color: #9ca3af;
    opacity: 1;
  }
  &::placeholder {
    color: #9ca3af;
    opacity: 1;
  }
}

/* select特有調整*/

.lucca-inset-input[type="select"],
  select.lucca-inset-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='2,4 6,8 10,4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
}

@media (max-width: 768px) {
  .lucca-inset-input {
    padding: 0.875rem 1.25rem;
    font-size: 0.95rem;
  }
}

/*タグ部*/

.tags-checkbox-list label {
  margin: 2rem 1rem 0 0;
}

/* 検索ボタン（サイト内検索） */

.search-submit {
  text-align: center;
  margin-bottom: 2rem;
}

.search-submit button.search-button {
  padding: 12px 32px;
  border: none;
  border-radius: 5px;
  background: var(--lucca-accent);
  /* アクセントカラー（テーマ変数） */
  color: white;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  box-shadow:
      4px 4px 8px rgba(0, 0, 0, 0.1),
      -4px -4px 8px rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

/* ホバー時 */

.search-submit button.search-button:hover {
  box-shadow:
      6px 6px 12px rgba(0, 0, 0, 0.15),
      -6px -6px 12px rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

/* フォーカス時（アクセシビリティ向上） */

.search-submit button.search-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--lucca-accent-rgb), 0.3);
  /* アクセント色の輪郭 */
}

/* タグ検索モードのトグルスイッチ（JSで切り替え対応） */

/* 全体を中央配置 */

.tag-operator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  text-align: center;
}

/* 「タグ検索モード:」のラベル */

/* トグルコンテナ */

.toggle-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: none;
  padding: 0;
  justify-content: center;
}

/* OR / AND のラベル */

.toggle-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6b7280;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* 選択中のラベル（白文字） */

.toggle-switch input[type="radio"]:checked + .toggle-label {
  color: white;
}

/* トグルスイッチ本体 */

.toggle-switch {
  position: relative;
  width: 60px;
  height: 32px;
  background-color: #ffffff;
  /* ← 白背景に変更 */
  border-radius: 9999px;
  cursor: pointer !important;
  transition: all 0.3s ease;
  /* 凹みエフェクト（内側影） */
  box-shadow:
      inset 4px 4px 8px rgba(0, 0, 0, 0.08),
      /* 内側右下の影 */ inset -4px -4px 8px rgba(255, 255, 255, 0.9);
  /* 内側左上のハイライト */
}

/* 隠すラジオボタン（クリックはJSで制御するので非表示） */

.toggle-switch input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* スライダー（丸いノブ） */

.toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background-color: var(--lucca-accent);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  cursor: pointer;
  /* ノブに手形カーソル */
}

/* OR選択時：左側 */

.toggle-switch input#tag-or:checked ~ .toggle-slider {
  transform: translateX(0);
}

/* AND選択時：右側 */

.toggle-switch input#tag-and:checked ~ .toggle-slider {
  transform: translateX(28px);
}

/* ホバー時 */

.toggle-container:hover .toggle-switch {
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

/*修正*/

/* ────────────────────────────────
  404 not found
  ──────────────────────────────── */

.lucca_error-404 .lucca_post-title {
  font-size: 6rem;
}

.lucca_error-404 .wp-block-search__inside-wrapper {
  background: #ffffffad;
  padding: 0.1rem 0.5rem;
  border-radius: 0.5rem;
  max-width: 700px;
  min-width: 400px;
}

.lucca_error-404 .lucca_singlepost_thumbnail {
  height: auto;
}

.lucca_error-404 .lucca_singlepost_thumbnail_img {
  border-radius: 0;
}

form.lucca_search-form {
  background: #fcfcfca6;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
}

.lucca_search-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

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

/* ▼ 入力フォーム */

.lucca_search-input {
  flex-grow: 1;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.lucca_search-input:focus {
  --tw-shadow: inset 4px 4px 6px rgba(0,0,0,0.1),inset -4px -4px 6px rgba(255,255,255,0.7);
  --tw-shadow-colored: inset 4px 4px 6px var(--tw-shadow-color), inset -4px -4px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.lucca_search-input {
  color: #000;
  width: 500px;
  min-width: 320px;
}

/* 検索ボタンのテキストを非表示にする + アイコンボタン化 */

.lucca_search-button {
  text-indent: -9999px;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 虫眼鏡SVGアイコン */

.lucca_search-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.lucca_search-button:hover {
  opacity: 0.8;
}

.lucca_search-button {
  color: inherit;
}

@media (max-width: 768px) {
  .lucca_error-404 .lucca_post-title {
    font-size: 2.6rem;
  }

  .lucca_search-input {
    width: 280px;
    min-width: 250px;
  }

  .lucca_error-404 img.post-card-thumbnail {
    height: 80vh !important;
  }
}

/* -----------------------------
  記事内画像の矯正
------------------------------ */

.alignright {
  float: right !important;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left !important;
  margin: 0 1em 1em 0;
}

.aligncenter {
  margin: 0 auto !important;
}

/* 記事本文内の画像を確実に枠内に収める */

.entry-content img,
  .lucca_post-content img,
  .prose img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
}

/* wp-caption（キャプション付き画像）のラッパー */

.entry-content .wp-caption,
  .lucca_post-content .wp-caption,
  .prose .wp-caption {
  max-width: 100% !important;
  margin: auto !important;
}

/* 画像にインラインでwidthが指定されていても強制解除 */

/* -----------------------------
  プラグイン用設定
------------------------------ */

/* -----------------------------
    ContactForm7
  ------------------------------ */

.wpcf7 {
  max-width: 720px;
  margin: 3rem auto;
  padding: 2.5rem 2.5rem 3rem;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow:
      10px 10px 20px rgba(0, 0, 0, 0.05),
      -10px -10px 20px rgba(255, 255, 255, 0.9);
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  /* フィールド間の間隔 */
}

/* 各フィールドのp要素 */

.wpcf7-form > p {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  /* ラベルと入力の縦間隔 */
  margin: 0;
}

/* ラベル */

.wpcf7 label {
  font-weight: 600;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.4;
}

/* brは残しておいてもOK（縦並びなので自然に改行される） */

.wpcf7 label br {
  display: none;
  /* 必要なければ削除可 */
}

/* 入力ラッパー */

.wpcf7-form-control-wrap {
  margin: 0;
}

/* テキスト・メール入力（幅100%強制） */

.wpcf7-text,
  .wpcf7-email,
  .wpcf7-url,
  .wpcf7-tel,
  .wpcf7-number {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.3rem;
  border: none;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.04),
      inset -4px -4px 10px rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  color: #374151;
  transition: all 0.25s ease;
}

.wpcf7-text:focus,
  .wpcf7-email:focus {
  outline: none;
  box-shadow:
      inset 2px 2px 6px rgba(0, 0, 0, 0.03),
      inset -2px -2px 6px rgba(255, 255, 255, 0.7),
      0 0 0 3px rgba(var(--lucca-accent-rgb, 59, 130, 246), 0.15);
}

/* メッセージ本文（フル幅） */

.wpcf7-textarea {
  width: 100% !important;
  min-height: 160px;
  padding: 1rem 1.3rem;
  border: none;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.04),
      inset -4px -4px 10px rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  resize: vertical;
}

/* 送信ボタン部分 */

.wpcf7-form > p:last-of-type {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* 送信ボタン */

.wpcf7-submit {
  min-width: 200px;
  padding: 1rem 2.8rem;
  border: none;
  border-radius: 0.5rem;
  background: var(--lucca-accent);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  box-shadow:
      8px 8px 16px rgba(0, 0, 0, 0.08),
      -6px -6px 12px rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
}

.wpcf7-submit:hover,
  .wpcf7-submit:focus {
  transform: translateY(1px);
  box-shadow:
      inset 4px 4px 10px rgba(0, 0, 0, 0.15),
      inset -4px -4px 10px rgba(255, 255, 255, 0.4);
  filter: brightness(1.08);
}

/* レスポンスメッセージ */

.wpcf7-response-output {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 0.5rem;
  background: #f9fafb;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.wpcf7-not-valid-tip {
  background-color: #dc3232;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  text-align: center;
  border-radius: 0.5rem;
  width: 95%;
  margin: 0 auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}

/* モバイルでも崩れない（すでに縦並びなので調整不要） */

@media (max-width: 640px) {
  .wpcf7 {
    padding: 2rem 1.8rem;
  }
}

/* ────────────────────────────────────────────────
   目次プラグインの祖先を検知してリストをリセット
   ──────────────────────────────────────────────── */

/* 1. #toc_container.no_bullets の子孫リストをリセット */

#toc_container.no_bullets ul,
  #toc_container.no_bullets ol,
  #toc_container.no_bullets li {
  list-style: inherit !important;
  /* プラグインが意図したマーカー（通常 none または数字）に戻す */
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0.4em 0 0.4em 1.5em !important;
  /* 標準的なインデントに近づける */
  padding: 0 !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#toc_container.no_bullets li {
  position: static !important;
  /* position: relative を解除 */
  padding: 0.2em 0 !important;
  /* パディングを最小限に */
}

#toc_container.no_bullets li::before,
  #toc_container.no_bullets li::marker {
  content: none !important;
  display: none !important;
}

/* TOC Plus の ::before を強制的に全滅*/

#toc_container.no_bullets li::before,
  #toc_container.no_bullets .toc_list li::before,
  #toc_container.no_bullets ul li::before,
  #toc_container.no_bullets ol li::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: static !important;
  visibility: hidden !important;
}

/* 保険：すべての子孫の擬似要素をリセット */

#toc_container.no_bullets *::before {
  content: none !important;
  display: none !important;
}

/* 2. #ez-toc-container の子孫リストをリセット（Easy Table of Contents など） */

#ez-toc-container ul,
#ez-toc-container ol,
#ez-toc-container li,
.ez-toc-container ul,                  /* クラスだけの場合も対応 */
.ez-toc-container ol,
.ez-toc-container li {
  list-style: inherit !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0.4em 0 0.4em 0.8em !important;
  padding: 0 !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

#ez-toc-container li,
  .ez-toc-container li {
  position: static !important;
  padding: 0.2em 0 !important;
}

#ez-toc-container li::before,
  #ez-toc-container li::marker,
  .ez-toc-container li::before,
  .ez-toc-container li::marker {
  content: none !important;
  display: none !important;
}

/* ネストされたリストも確実にリセット（両プラグイン共通） */

#toc_container.no_bullets ul ul,
  #toc_container.no_bullets ol ul,
  #ez-toc-container ul ul,
  #ez-toc-container ol ul,
  .ez-toc-container ul ul,
  .ez-toc-container ol ul {
  margin-left: 1.2em !important;
  background: none !important;
  box-shadow: none !important;
}

/* -----------------------------
    ezTOC
  ------------------------------ */

/*ezTOCカスタム*/

/* ezTOC コンテナ */

#ez-toc-container {
  width: 90%;
  margin: 1em auto;
  padding: 1em;
  border: none !important;
  border-radius: 12px;
  background: linear-gradient(to bottom right, #fff, #fcfcfc);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#ez-toc-container span.ez-toc-js-icon-con {
  border: none !important;
}

/* タイトル */

#ez-toc-container .ez-toc-title-container {
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.5rem 1rem;
}

#ez-toc-container .ez-toc-title-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  /* 右に余白 */
  right: 5%;
  height: 1px;
  background: #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#ez-toc-container .ez-toc-title {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin: 0;
  position: relative;
  display: inline-block;
}

/* トグルボタン非表示 */

#ez-toc-container .ez-toc-title-toggle {
  display: block;
}

/* リスト全体 */

#ez-toc-container nav ul.ez-toc-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* li 階層ごとの段差 */

#ez-toc-container nav ul.ez-toc-list li {
  margin: 0;
  padding: 0;
}

/* H2 リンク */

#ez-toc-container nav ul.ez-toc-list > li.ez-toc-heading-level-2 > a {
  display: inline-block;
  position: relative;
  font-weight: 300;
  /* light */
  color: #444;
  font-size: 0.85rem;
  padding: 0.8em 0;
  width: 100%;
}

/* H2 下線 */

#ez-toc-container nav ul.ez-toc-list > li.ez-toc-heading-level-2 > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

/* H3 リンク */

#ez-toc-container nav ul.ez-toc-list li.ez-toc-heading-level-3 > a {
  display: inline-block;
  font-weight: 400;
  color: #666;
  font-size: 0.85rem;
  padding: 0.5em 0 0.5em 1em;
}

/* H3 下に余白確保 */

#ez-toc-container nav ul.ez-toc-list li.ez-toc-heading-level-3 > a::after {
  content: "";
  display: block;
  height: 0.3em;
}

#ez-toc-container ul ul,
  .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 0 !important;
}

/* リスト全体の階層ごとの左マージン */

#ez-toc-container nav ul.ez-toc-list li.ez-toc-heading-level-2 {
  padding-left: 0.5em;
}

#ez-toc-container nav ul.ez-toc-list li.ez-toc-heading-level-3 {
  padding-left: 0.5em;
}

/* リンク共通 */

#ez-toc-container a {
  text-decoration: none;
}

/* active 強調 */

#ez-toc-container li.active > a {
  font-weight: 600;
}

/* ニューモ風の軽い内側シャドウ */

#ez-toc-container {
  box-shadow:
      inset 2px 2px 6px rgba(255, 255, 255, 0.5),
      inset -2px -2px 6px rgba(0, 0, 0, 0.05),
      0 4px 12px rgba(0, 0, 0, 0.06);
}

/*ezTOCカスタムここまで*/

/*TOC plus*/

/* TOC plus - 横並び完全版（タイトルと[hide]を同じ行に） */

/* 全体コンテナ（あなたのスタイルそのまま） */

#toc_container.no_bullets {
  width: 90% !important;
  min-width: 320px;
  /* 縮小防止 */
  max-width: 1000px;
  /* 拡大防止 */
  margin: 2em auto;
  /* 中央寄せ維持 */
  padding: 1.2em 1.5em;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #ffffff, #f9f9f9);
  box-shadow:
      0 4px 12px rgba(0, 0, 0, 0.05),
      inset 0 1px 3px rgba(255, 255, 255, 0.8);
  overflow: hidden;
  box-sizing: border-box;
}

/* タイトル全体：flexで横並び強制 + 中央寄せ維持 */

#toc_container .toc_title {
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  /* 縦方向中央揃え */
  justify-content: center !important;
  /* 全体を中央に寄せる */
  gap: 12px !important;
  /* タイトル文字と[hide]の間隔（8〜16pxで調整） */
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
  font-size: 1.1rem !important;
  color: #555 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  /* flex内でも念のため */
}

/* 下線（::after）はそのまま維持 */

#toc_container .toc_title::after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* [hide]/[show]トグル：absolute解除 → flexの子として横に並ぶ */

#toc_container .toc_toggle {
  position: static !important;
  /* これで絶対位置を解除！重要 */
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  font-size: 0.9rem !important;
  color: #777 !important;
  white-space: nowrap !important;
  /* 折り返さない */
}

/* 括弧[]の調整 */

#toc_container .toc_brackets {
  font-size: 0.9em !important;
  color: #666 !important;
  margin: 0 3px !important;
}

/* hide/show リンク */

#toc_container .toc_toggle a {
  color: var(--lucca-accent, #3b82f6) !important;
  text-decoration: none !important;
}

/* リスト本体以降はそのまま（変更なし） */

#toc_container .toc_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

#toc_container .toc_list ul {
  margin-left: 1.2em;
  padding-left: 0;
  width: 100%;
}

#toc_container .toc_list li {
  margin: 0.4em 0;
  padding: 0;
  width: 100%;
}

#toc_container .toc_list a {
  display: block;
  width: 100%;
  color: #444;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

#toc_container .toc_list li a {
  padding: 0.4em 0;
}

#toc_container.no_bullets li::before {
  content: none !important;
  display: none !important;
}

/* 古いセレクタの掃除（競合防止） */

.toc_title,
  .toc_toggle {
  /* 古いdisplay/flexを上書き */
}

/*TOC plusここまで*/

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

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

.right-8 {
  right: 2rem;
}

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.w-16 {
  width: 4rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-md {
  max-width: 28rem;
}

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

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

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

@keyframes slowZoom {
  0%, 100% {
    transform: scale(1.01);
  }

  50% {
    transform: scale(1.15);
  }
}

.animate-slow-zoom {
  animation: slowZoom 50s ease-in-out infinite;
}

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-6 {
  padding: 1.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;
}

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.font-light {
  font-weight: 300;
}

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

.font-semibold {
  font-weight: 600;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 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-90 {
  opacity: 0.9;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  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;
}

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

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

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

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

.lucca_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
  /* スマホは全幅 */
}

@media (min-width: 640px) {
  .lucca_container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .lucca_container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .lucca_container {
    max-width: 1152px;
  }
}

/* ヒーローエリア専用の lucca_container 調整 */

.lucca_container.lucca_hero_img {
  padding-left: 0;
  padding-right: 0;
}

/* PC（768px以上）では元の余白を戻す */

@media (min-width: 768px) {
  .lucca_container.lucca_hero_img {
    padding: 1rem;
    /* = Tailwind の md:px-4 */
  }
}

/* カスタムコンポーネント用 */

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

@media (min-width: 640px) {
  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:hidden {
    display: none;
  }

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

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
