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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-right-3 {
  right: -0.75rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[-2rem\] {
  bottom: -2rem;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.float-right {
  float: right;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1\.91\/1\] {
  aspect-ratio: 1.91/1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[40px\] {
  height: 40px !important;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-28 {
  width: 7rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[85vw\] {
  max-width: 85vw;
}
.max-w-\[calc\(100vw-2rem\)\] {
  max-width: calc(100vw - 2rem);
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-brand {
  border-color: var(--brand-color);
}
.border-font {
  border-color: var(--font-mode);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-link {
  border-color: var(--link-color);
}
.border-mode {
  border-color: var(--mode);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-bg {
  background-color: var(--bg-color);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-brand {
  background-color: var(--brand-color);
}
.bg-footer {
  background-color: var(--footer-color);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-mode {
  background-color: var(--mode);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/20 {
  --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);
}
.via-black\/35 {
  --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.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}
.fill-white {
  fill: #fff;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\!pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-brand {
  font-family: var(--font-family);
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: var(--font-size-base);
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.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-brand {
  color: var(--brand-color);
}
.text-font {
  color: var(--font-mode);
}
.text-font-brand {
  color: var(--font-color);
}
.text-font-cta {
  color: var(--cta-font-color);
}
.text-font-footer {
  color: var(--footer-font-color);
}
.text-font-un {
  color: var(--font-unmode);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-head {
  color: var(--head-color);
}
.text-link {
  color: var(--link-color);
}
.text-modal-font {
  color: var(--modalfont-color);
}
.text-mode {
  color: var(--mode);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-2xl {
  --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);
}
.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --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(2px + 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-brand {
  --tw-ring-color: var(--brand-color);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  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-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);
}
.transition {
  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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================
   Base & WP Admin
   ========================================== */
.user-profile-picture{display: none;}
#wpadminbar {
    bottom: 0 !important;
    top: auto;
}

html {
    font-size: var(--font-size-base);
}

body {
    padding-top: 76px;
}

/* TOPページ：全セクションを同じ余白（mb-20 md:mb-40）に統一する。
   margin-bottom を 0 にしてフッターに直接くっつけるのは、CTAセクションが最後に
   表示されている場合のみ（それ以外のセクションは最後尾に来ても通常の余白を保つ）。 */
.cink-top-sections > section#cta:last-child {
    margin-bottom: 0 !important;
}

*, *::before, *::after {
    letter-spacing: 0.2em !important;
}

/* ==========================================
   Swiper Common (Interview & Common)
   ========================================== */
/* セレクタを統合：スライダー共通の挙動 */
.interview-swiper,
.common-swiper {
    overflow: hidden !important; /* 横・縦の余計なスクロールを完全カット */
    position: relative;
    width: 100%;
    /* 下部のドット（Pagination）が表示されるための余白 */
    padding-bottom: 60px !important; 
}

/* 横スクロールバーを物理的に消す */
.interview-swiper::-webkit-scrollbar,
.common-swiper::-webkit-scrollbar {
    display: none !important;
}

/* スライド自体の高さを揃える */
.interview-swiper .swiper-slide,
.common-swiper .swiper-slide {
    height: auto !important;
}

/* ドット（Pagination）の共通位置 */
.swiper-pagination {
    bottom: 5px !important;
    text-align: left !important;
    line-height: 1;
}

/* ドットは横1行に等分で並べる。1個あたり10%固定だと件数が多いときに
   折り返して2段・3段になってしまうため、flex で幅を分け合う。 */
.swiper-pagination-bullets {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 4px;
    width: 100%;
}

/* ページネーションのデザインカスタマイズ */
.swiper-pagination-bullet {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: #bababa !important;
    opacity: 0.3;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    flex: 2 1 0;
    width: auto !important;
    opacity: 1;
    background: #000 !important;
}

/* PC(md以上)で実際にスライドできるだけの件数が無いスライダー（is-below-grid）は、
   Swiperがロック状態になりカードが最大幅まで伸びてしまうため、通常のグリッド表示に切り替える。
   SP側はここで上書きしないので、件数が2件以上あれば従来どおりスライダーとして機能する。 */
@media (min-width: 768px) {
    .common-swiper.is-below-grid .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(var(--swiper-cols, 3), minmax(0, 1fr));
        gap: 20px;
        transform: none !important;
    }

    .common-swiper.is-below-grid .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }

    .common-swiper.is-below-grid .swiper-pagination {
        display: none !important;
    }
}

/* ==========================================
   SNSアイコン（単色シルエット・色変更可）
   ==========================================
   画像を「型抜きの型」（CSSマスク）として使い、指定した1色で塗る。
   画像そのものの色は使わないので、配色設定に合わせて色を変えられる。

   全アイコンを同じ大きさの正方形に固定する。
   以前はアイコンごとに幅と縦横比を指定していたため、
   並べたときに大きさがバラバラに見えていた。
   マークは mask-size: contain で正方形の中に収まるので、
   元画像を「同じキャンバスサイズ・同じ余白の正方形」で作れば大きさが揃う。

   大きさは --sns-size で変えられる（呼び出し側のラッパーに指定）。 */
.cink-sns-link {
    display: inline-flex;
    flex: 0 0 auto;
    line-height: 0;
    transition: opacity .2s ease, transform .2s ease;
}

.cink-sns-link:hover {
    opacity: .7;
    transform: translateY(-1px);
}

.cink-sns-icon {
    display: block;
    flex: 0 0 auto;
    width: var(--sns-size, 28px);
    height: var(--sns-size, 28px);
    background-color: currentColor;
    -webkit-mask-image: var(--sns-icon);
    mask-image: var(--sns-icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

/* ==========================================
   外部リンクアイコン
   本文中の外部リンク（js/common.js が .cink-external-link を付与）の末尾に、
   別タブで開くことを示すアイコンを表示する。
   マスクで描くので、色はリンクの文字色をそのまま引き継ぐ。
   ========================================== */
.cink-external-link::after {
    content: '';
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.25em;
    vertical-align: -0.18em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M%2025.980469%202.9902344%20A%201.0001%201.0001%200%200%200%2025.869141%203%20L%2020%203%20A%201.0001%201.0001%200%201%200%2020%205%20L%2023.585938%205%20L%2013.292969%2015.292969%20A%201.0001%201.0001%200%201%200%2014.707031%2016.707031%20L%2025%206.4140625%20L%2025%2010%20A%201.0001%201.0001%200%201%200%2027%2010%20L%2027%204.1269531%20A%201.0001%201.0001%200%200%200%2025.980469%202.9902344%20z%20M%206%207%20C%204.9069372%207%204%207.9069372%204%209%20L%204%2024%20C%204%2025.093063%204.9069372%2026%206%2026%20L%2021%2026%20C%2022.093063%2026%2023%2025.093063%2023%2024%20L%2023%2014%20L%2023%2011.421875%20L%2021%2013.421875%20L%2021%2016%20L%2021%2024%20L%206%2024%20L%206%209%20L%2014%209%20L%2016%209%20L%2016.578125%209%20L%2018.578125%207%20L%2016%207%20L%2014%207%20L%206%207%20z%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M%2025.980469%202.9902344%20A%201.0001%201.0001%200%200%200%2025.869141%203%20L%2020%203%20A%201.0001%201.0001%200%201%200%2020%205%20L%2023.585938%205%20L%2013.292969%2015.292969%20A%201.0001%201.0001%200%201%200%2014.707031%2016.707031%20L%2025%206.4140625%20L%2025%2010%20A%201.0001%201.0001%200%201%200%2027%2010%20L%2027%204.1269531%20A%201.0001%201.0001%200%200%200%2025.980469%202.9902344%20z%20M%206%207%20C%204.9069372%207%204%207.9069372%204%209%20L%204%2024%20C%204%2025.093063%204.9069372%2026%206%2026%20L%2021%2026%20C%2022.093063%2026%2023%2025.093063%2023%2024%20L%2023%2014%20L%2023%2011.421875%20L%2021%2013.421875%20L%2021%2016%20L%2021%2024%20L%206%2024%20L%206%209%20L%2014%209%20L%2016%209%20L%2016.578125%209%20L%2018.578125%207%20L%2016%207%20L%2014%207%20L%206%207%20z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    /* アイコンだけが行末で折り返されないようにする */
    text-decoration: none;
}

/* ==========================================
   ボタンブロック（投稿・固定ページ）
   ・アイコンはテキストの直後に置き、色は文字色を引き継ぐ
   ・余白と幅はブロックエディタ側の設定をそのまま使う
   ========================================== */
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    text-decoration: none;
    transition: opacity .2s ease;
    /* 文字数が違ってもボタンの大きさが揃うよう、最低幅を持たせる。
       min() を使っているので、画面や親要素が狭い場合ははみ出さずに縮む。
       ブロックエディタの「幅」設定（25/50/75/100%）を選んだ場合はそちらが優先される。 */
    min-width: min(240px, 100%);
}

.wp-block-button__link:hover {
    opacity: .85;
}

/* 幅100%指定時に中身が中央に来るようにする */
.wp-block-button.wp-block-button__width-100 .wp-block-button__link,
.wp-block-button.wp-block-button__width-75 .wp-block-button__link,
.wp-block-button.wp-block-button__width-50 .wp-block-button__link,
.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
    width: 100%;
}

/* アイコン共通：マスクで描くのでボタンの文字色をそのまま反映する。
   「プラスつき」はテキストの前、「外部リンクアイコンつき」はテキストの後ろに置く。 */
.wp-block-button.is-style-plus .wp-block-button__link::before,
.wp-block-button.is-style-external .wp-block-button__link::after {
    content: '';
    flex: 0 0 auto;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .2s ease;
}

/* ＋ テキスト */
.wp-block-button.is-style-plus .wp-block-button__link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M12%205v14M5%2012h14%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22M12%205v14M5%2012h14%22%2F%3E%3C%2Fsvg%3E");
}

.wp-block-button.is-style-plus .wp-block-button__link:hover::before {
    transform: rotate(90deg);
}

/* テキスト ↗ */
.wp-block-button.is-style-external .wp-block-button__link::after {
    width: 0.85em;
    height: 0.85em;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M%2025.980469%202.9902344%20A%201.0001%201.0001%200%200%200%2025.869141%203%20L%2020%203%20A%201.0001%201.0001%200%201%200%2020%205%20L%2023.585938%205%20L%2013.292969%2015.292969%20A%201.0001%201.0001%200%201%200%2014.707031%2016.707031%20L%2025%206.4140625%20L%2025%2010%20A%201.0001%201.0001%200%201%200%2027%2010%20L%2027%204.1269531%20A%201.0001%201.0001%200%200%200%2025.980469%202.9902344%20z%20M%206%207%20C%204.9069372%207%204%207.9069372%204%209%20L%204%2024%20C%204%2025.093063%204.9069372%2026%206%2026%20L%2021%2026%20C%2022.093063%2026%2023%2025.093063%2023%2024%20L%2023%2014%20L%2023%2011.421875%20L%2021%2013.421875%20L%2021%2016%20L%2021%2024%20L%206%2024%20L%206%209%20L%2014%209%20L%2016%209%20L%2016.578125%209%20L%2018.578125%207%20L%2016%207%20L%2014%207%20L%206%207%20z%22%2F%3E%3C%2Fsvg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M%2025.980469%202.9902344%20A%201.0001%201.0001%200%200%200%2025.869141%203%20L%2020%203%20A%201.0001%201.0001%200%201%200%2020%205%20L%2023.585938%205%20L%2013.292969%2015.292969%20A%201.0001%201.0001%200%201%200%2014.707031%2016.707031%20L%2025%206.4140625%20L%2025%2010%20A%201.0001%201.0001%200%201%200%2027%2010%20L%2027%204.1269531%20A%201.0001%201.0001%200%200%200%2025.980469%202.9902344%20z%20M%206%207%20C%204.9069372%207%204%207.9069372%204%209%20L%204%2024%20C%204%2025.093063%204.9069372%2026%206%2026%20L%2021%2026%20C%2022.093063%2026%2023%2025.093063%2023%2024%20L%2023%2014%20L%2023%2011.421875%20L%2021%2013.421875%20L%2021%2016%20L%2021%2024%20L%206%2024%20L%206%209%20L%2014%209%20L%2016%209%20L%2016.578125%209%20L%2018.578125%207%20L%2016%207%20L%2014%207%20L%206%207%20z%22%2F%3E%3C%2Fsvg%3E");
}

/* ボタン内には外部リンクの自動アイコンを付けない（スタイルで明示的に選ぶ） */
.wp-block-button__link.cink-external-link::after {
    content: none;
}

/* 無限ループタグ・パートナー用 */
.tag-swiper .swiper-wrapper, 
.partner-swiper .swiper-wrapper {
    transition-timing-function: linear !important; 
}

.tag-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    display: block; 
}

.tag-swiper .swiper-slide a {
    position: relative;
    z-index: 10;
    pointer-events: auto !important;
    display: block;
}

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

/* ==========================================
   Grid & Pagination (Standard List)
   ========================================== */
.nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: var(--mode);
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    margin: 0 3px;
}

.page-numbers.current {
    background-color: var(--brand-color);
    color: var(--mode);
}

/* ==========================================
   Content & Gutenberg
   ========================================== */
.prose {
    width: 100%;
    max-width: unset;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
    color: var(--head-color);
}

.prose a:not(.button):not(.wp-block-button__link) {
    color: var(--link-color);
}

/* ボタンブロックは「リンク」ではなく「ボタン」として扱う。
   Tailwind Typography が .prose a に付ける下線・文字色・太字を打ち消し、
   ブロックエディタ側の設定（塗り色・文字色・角丸・下線）をそのまま反映させる。
   エディタで下線ONにした場合はインラインスタイルが出るため、そちらが優先される。 */
.prose .wp-block-button__link,
.entry-content .wp-block-button__link {
    text-decoration: none;
    font-weight: inherit;
}

.wp-block-image img {
    width: 100%;
}

/* YouTube Responsive 16:9 */
.wp-block-embed.is-type-video .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.wp-block-embed.is-type-video iframe,
.wp-block-embed-youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ラッパー無しの裸の iframe（SCFのリッチテキスト欄で貼られた埋め込み）
   ------------------------------------------------------------------
   上の指定は .wp-block-embed（ブロックエディタが出力する箱）にしか効かない。
   カスタムページの本文はリッチテキスト欄なので、保存されるHTMLは
   <iframe width="560" height="315"> のような裸のタグだけになる。
   その場合ここが効いて、幅に収まり 16:9 になる。 */
.entry-content iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

/* 動画系のみ 16:9 に整える（Googleマップなど高さを持たせたいものは除く） */
.entry-content iframe[src*="youtube"],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*="vimeo"] {
    height: auto;
    aspect-ratio: 16 / 9;
}

/* 画像・動画もはみ出させない */
.entry-content img,
.entry-content video,
.entry-content embed,
.entry-content object {
    max-width: 100%;
    height: auto;
}

/* ==========================================
   Forms (Contact Form 7)
   ========================================== */
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

form.wpcf7-form > p {
    width: 100%;
    margin: 0;
}

.wpcf7-form input, 
.wpcf7-form select, 
.wpcf7-form textarea {
    margin: 0.5rem 0 1rem 0;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--unmode);
    width: 100%;
}

.form-grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form-group {
    width: 100%;
}

.form-group > p {
    margin: 1rem;
}

.form-group > p > label {
    margin-bottom: 0.5rem;
}
.form-grid .form-group {
    width: 49%;
}

.privacy-notice {
    margin-bottom: 1rem;
    font-size: 12px;
}
.form-footer > div > input {
    background-color: var(--button-color);
    border: none;
    color: var(--font-colofont-mode);
    cursor: pointer;
}

/* ==========================================
   Page Loader
   ========================================== */
.loader-layer {
    transform: translateY(-100%);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
}

#page-loader.is-loaded .loader-layer {
    transform: translateY(-200%);
}

#page-loader.is-leaving .loader-layer {
    animation: slideUp 0.8s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

@keyframes slideUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100%); }
}

.loader-layer:nth-child(1) { transition-delay: 0s; }
.loader-layer:nth-child(2) { transition-delay: 0.05s; }
.loader-layer:nth-child(3) { transition-delay: 0.1s; }

html {
    margin-top: 0 !important;
}

.pmpro_font-large, .pmpro {
    font-size: 0.875rem !important;
}
.pmpro_font-x-large {
    font-size: 1rem !important;
}

.admin-ui-navigable-region{
    margin: 28px auto!important;
    max-width: 840px;
}

.gt_selector {
    width:  100px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px !important;
    font-size: 0.75rem;
}

.wc_comment.wpd-field {
    width:100%;
    padding: 8px;
}

.comment-form-cookies-consent {
    font-size: 0.75rem;
    margin-bottom: 16px;
}

.cancel-reply {
    color: #bababa;
    margin-left: 8px;
}

.comment-reply-title {
    margin-bottom: 8px;
}

.cink-more-replies {
    width:100%;
    margin-bottom: 8px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(45deg) !important;
}


/* ==========================================
   Responsive
   ========================================== */
@media (max-width: 767px) {
    .form-grid { flex-direction: column; }
    .form-grid .form-group { width: 100%; }

    /* スマホでのドット位置微調整 */
    .swiper-pagination {
        bottom: 5px !important;
    }

    .fc-view-harness-active {
        height: 450px !important; /* お好みの高さに */
    }

}

@media (min-width: 768px) {
    /* PCではSwiperを解除してGrid表示にする場合（mySwiperクラス用） */
    .mySwiper .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        transform: none !important;
        width: 100% !important;
    }
    .mySwiper .swiper-slide {
        width: 100% !important;
    }
}
/* ==========================================
   フッターのコピーライト行
   ========================================== */
/* SPでは必ず左寄せにする（PCは従来どおり右寄せ）。
   コピーライトはダッシュボードの入力値をそのまま出力しており、
   入力値自体にセンタリング指定のHTMLが混ざっていても左寄せになるよう、
   子要素まで含めて明示的に指定する。 */
@media (max-width: 767px) {
    .cink-copyright,
    .cink-copyright > *,
    .cink-copyright > * > * {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-left: 0 !important;
    }
}

/* ==========================================
   iOS Safari のビューポート対策
   ==========================================
   100vh はアドレスバー非表示時の高さ（lvh相当）のため、ツールバー表示中に
   fixed 背景の下端と実際の画面下端の間に隙間が出る。
   dvh + -webkit-fill-available で実表示領域まで確実に覆う。

   以前、Safari が画面端の fixed 要素の背景色をURLバーの色として拾う挙動への
   対策として、透明のアンカー要素を上下端に置いていたが、実機で薄い層が
   重なって見えたため撤去した。
   いまはサイトの背景色（--bg-color）をそのまま html / body に敷いている。
   セーフエリアもこの色で塗られるので、本文と地続きに見え、
   「別の色の帯が乗って画面が狭くなる」状態にはならない。 */

html {
    overflow-x: hidden;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    background-color: var(--bg-color);
    color-scheme: light only;
}

html, body {
    min-height: 100dvh;
    min-height: -webkit-fill-available;
}

body {
    background-color: var(--bg-color);
}



/* 固定ヘッダーの下に本文が潜り込まないようにする（ノッチ分を含めた高さ分の余白） */
body {
    padding-top: calc(76px + env(safe-area-inset-top, 0px));
}

/* ハンバーガーメニューのパネル。
   背後をぼかした上に文字を載せる形。
   ぼかしの色は文字色と反転する側（--unmode）を使う。
   明るい配色のサイトなら暗いぼかし、暗い配色のサイトなら明るいぼかしになり、
   どちらでも文字が読める。
   （color-mix 未対応のブラウザ向けに、1行目で従来どおりの黒を指定しておく） */
#modalContent.cink-modal-panel {
    /* 背景色は「メニュー背景色」を設定していればその色、未設定なら従来どおり
       ぼかしの色（--unmode）を60%の濃さで使う。
       色を指定した場合もぼかしは残すため、半透明にして重ねる。 */
    background-color: rgba(0, 0, 0, .6);
    background-color: color-mix(in srgb, var(--menu-bg-color, var(--unmode)) 60%, transparent);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    padding-top: env(safe-area-inset-top, 0px);
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* メニュー内の文字色。
   「メニュー文字色」を設定していればその色、未設定なら従来どおり
   ぼかしの色と反対側（＝必ず読める側）を自動で使う。 */
#modalContent.cink-modal-panel,
#modalContent.cink-modal-panel a,
#modalContent.cink-modal-panel .text-modal-font {
    color: var(--menu-font-color, var(--mode));
}

/* メニューは、右からスライドしてくる箱ではなく、
   画面全体のぼかしの上にふわっと出す形にする。
   JS が translate-x-full / opacity-0 を付け外ししているので、
   クラスはそのままに、横移動だけ打ち消して透明度の変化だけ残す。 */
#modalContent.cink-modal-panel.translate-x-full {
    transform: none;
}

/* 中身が画面の高さを超えたらスクロールできるようにする
   （以前は右の箱の中でスクロールしていた） */
#modalContent.cink-modal-panel {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


/* サイトの背景色を受け持つラッパー（header.php で開き、footer.php で閉じる）。
   背景色を body から移したのは、body/html の背景色が画面端まで塗られて
   Safari の URLバー・ステータスバーの色として拾われてしまうため。
   ページが短いときも背景が途切れないよう、最低でも画面の高さ分は確保する
   （body 側に固定ヘッダー分の padding-top があるため、その分を差し引く）。 */
.site-canvas {
    min-height: calc(100dvh - (76px + env(safe-area-inset-top, 0px)));
}

/* ローディング完了後、#page-loader を描画対象から外す。
   is-loaded が付いても要素自体は fixed inset-0 / z-9999 のまま画面全体に残るため、
   Safari が画面端の最前面要素としてこれをサンプリングし、
   URLバー・ステータスバーがローディング画面の色になってしまう。
   スライドアップのアニメーション（0.8s + 遅延0.1s）が終わってから visibility を切る。
   ページ遷移時（is-leaving）は再度表示させる必要があるため、その場合は対象外。 */
#page-loader.is-loaded:not(.is-leaving) {
    visibility: hidden;
    transition: visibility 0s linear 0.9s;
}

/* ==========================================
   追従CTA（右下の固定ボタン）
   ==========================================
   配色と角の丸みは、CTAごとの設定 > デザイン設定 > テーマ既定 の順で解決した値が
   CSS変数（--cta-bg / --cta-font / --cta-border / --cta-radius）としてインラインで渡ってくる。
   未設定の場合は var() の第2引数（従来の配色）にフォールバックする。
   インラインで background-color を直接指定しないのは、ホバー時の反転が効かなくなるため。 */
.cink-fixed-cta__item {
    background-color: var(--cta-bg, var(--mode));
    color: var(--cta-font, var(--brand-color));
    border-color: var(--cta-border, var(--brand-color));
    border-radius: var(--cta-radius, 6px);
}

/* ホバー時は配色を変えず、少し拡大するだけにする。
   （色を反転させると、設定した配色が一瞬で別物になり意図が伝わりにくいため） */

/* 横並びが基本。1つあたりの幅に上限を設けることで、文字数が多いCTAがあっても
   1行に収まらなくなった時点で自動的に折り返して縦積みになる。 */
.cink-fixed-cta__item {
    max-width: 100%;
}

/* ==========================================
   見出しつき表セクションの「項目名」
   ==========================================
   スマホでは項目名と内容が上下に並ぶ。同じ文字サイズ・同じ色だと
   どちらが項目名か判別できないため、区別を付ける。
   太字は使わない（見出しに見えてしまうため）。
   ・少しだけ小さく
   ・少しだけ薄く（opacity なので、配色設定を変えても破綻しない）
   ・字間を広げて、見出しらしさではなくラベルらしさを出す
   ・下に余白を取って、内容と視覚的に切り離す
   md以上は左右に並ぶので、通常の見た目に戻す。 */
.cink-about-item__label {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .cink-about-item__label {
        margin-bottom: 0;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: normal;
        opacity: 1;
    }
}

/* 見出しつき表セクションの「内容」に置いたボタン。
   スマホでは項目の幅いっぱいに広げる（横に余白が空くと押しにくく、
   項目名との関係も分かりづらいため）。md以上は文字数なりの幅に戻す。 */
.cink-about-item__button {
    width: 100%;
}

.cink-about-item__button .wp-block-button__link {
    width: 100%;
}

@media (min-width: 768px) {
    .cink-about-item__button {
        width: auto;
    }

    .cink-about-item__button .wp-block-button__link {
        width: auto;
    }
}

/* ハンバーガーメニューの中身の幅。
   画面いっぱいに広げると1行が長くなりすぎるため、約2/3の幅にして中央に置く。
   中の文字は左揃えのままにする（メニュー項目は左揃えの方が目で追いやすい）。
   大きい画面では広がりすぎないよう上限を設ける。 */
.cink-modal-nav__inner {
    width: 86.6667%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* 画面が狭いときに 2/3 だと窮屈になるので、下限を確保する */
@media (max-width: 380px) {
    .cink-modal-nav__inner {
        width: 80%;
    }
}

/* 本文へスキップ（キーボード操作用）
   ------------------------------------------------
   普段は画面外に置き、Tabキーでフォーカスが当たったときだけ左上に現れる。
   マウス利用者の見た目には一切影響しない。 */
.cink-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100;
    padding: 10px 16px;
    background-color: var(--bg-color, #fff);
    color: var(--font-color, #000);
    border: 1px solid currentColor;
    border-radius: 0 0 6px 0;
    font-size: 14px;
    text-decoration: none;
}

.cink-skip-link:focus {
    left: 0;
    top: env(safe-area-inset-top, 0px);
}

/* 着地点そのものには枠線を出さない（スクロール位置の調整だけを担う） */
#main-content {
    display: block;
    outline: none;
    scroll-margin-top: calc(76px + env(safe-area-inset-top, 0px));
}

/* ハンバーガーボタン（3本線 ⇄ ×）
   ------------------------------------------------
   線をSVGではなく3つの<span>で描き、開閉に合わせて変形させる。
   ・閉じている時：3本線
   ・開いている時：上下の線が中央に寄って交差し、真ん中の線は消える
   色は currentColor なので、ヘッダーの文字色設定をそのまま引き継ぐ。
   --burger-w / --burger-h / --burger-bar で大きさを調整できる。 */
.cink-burger {
    --burger-w: 26px;
    --burger-h: 18px;
    --burger-bar: 2px;
    position: relative;
    display: block;
    width: var(--burger-w);
    height: var(--burger-h);
}

.cink-burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-bar);
    background-color: currentColor;
    border-radius: 2px;
}

.cink-burger span:nth-of-type(1) {
    top: 0;
    animation: cink-burger-bar01 .75s forwards;
}

.cink-burger span:nth-of-type(2) {
    top: calc(50% - (var(--burger-bar) / 2));
    opacity: 1;
    transition: opacity .25s .25s;
}

.cink-burger span:nth-of-type(3) {
    bottom: 0;
    animation: cink-burger-bar03 .75s forwards;
}

/* 閉じる（×→3本線に戻る） */
@keyframes cink-burger-bar01 {
    0% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / 2)) rotate(45deg);
    }

    50% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / 2)) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes cink-burger-bar03 {
    0% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / -2)) rotate(-45deg);
    }

    50% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / -2)) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

/* 開く（3本線→×） */
.is-menu-open .cink-burger span:nth-of-type(1) {
    animation: cink-burger-bar01-active .75s forwards;
}

.is-menu-open .cink-burger span:nth-of-type(2) {
    opacity: 0;
}

.is-menu-open .cink-burger span:nth-of-type(3) {
    animation: cink-burger-bar03-active .75s forwards;
}

@keyframes cink-burger-bar01-active {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / 2)) rotate(0);
    }

    100% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / 2)) rotate(45deg);
    }
}

@keyframes cink-burger-bar03-active {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / -2)) rotate(0);
    }

    100% {
        transform: translateY(calc((var(--burger-h) - var(--burger-bar)) / -2)) rotate(-45deg);
    }
}

/* ページを開いた直後にアニメーションが1回走らないようにする
   （初期状態は静止した3本線） */
.cink-burger.is-init span {
    animation: none !important;
}

/* ボタン下の文字は開閉で入れ替える */
.cink-burger-label__close,
.is-menu-open .cink-burger-label__open {
    display: none;
}

.is-menu-open .cink-burger-label__close {
    display: inline;
}

/* メニューを開いている間のヘッダー
   ------------------------------------------------
   ヘッダーはメニューより手前に置き、ボタンを押せる状態にする。
   背景は透明にして、ぼかしたメニューが下から透けて見えるようにする。
   文字色はメニュー内と同じ色に合わせる。 */
#site-header {
    z-index: 60;
}

#site-header.is-menu-open {
    background-color: transparent !important;
    box-shadow: none !important;
}

#site-header.is-menu-open .text-font,
#site-header.is-menu-open .text-brand,
#site-header.is-menu-open .cink-burger {
    color: var(--menu-font-color, var(--mode)) !important;
}

@media (prefers-reduced-motion: reduce) {
    .cink-burger span {
        animation: none !important;
        transition: none !important;
    }
}

/* メニューボタンの文字（MENU / CLOSE）
   ------------------------------------------------
   アイコンより文字の方が横に広がって見えるのを防ぐため、
   幅をアイコンと同じにして、その中に収まる大きさで表示する。
   サイト全体に掛かっている字間（letter-spacing: .2em）もここでは打ち消す。
   文字数が多い場合（例：メニュー／CLOSE）でもはみ出さないよう、
   幅に収まらない分は自動で縮める。 */
.cink-burger-label {
    width: var(--burger-w, 26px);
    margin-left: auto;
    margin-right: auto;
    font-size: 8px !important;
    line-height: 1.2;
    letter-spacing: 0 !important;
    text-align: center;
    white-space: nowrap;
    /* はみ出す文字は横方向に少し詰めて収める */
    transform-origin: center top;
}

/* ここで display を指定すると、下の「開いている時だけCLOSEを出す」指定より
   優先度が高くなり、閉じている状態でもCLOSEが出てしまう。字間だけを揃える。 */
.cink-burger-label > span {
    letter-spacing: 0 !important;
}

/* メニューを閉じるボタン
   ------------------------------------------------
   ヘッダーのメニューボタンと同じ位置に重ねて表示する。
   ヘッダーの高さ（76px＋ノッチ分）と同じ高さの帯を作り、その中で縦中央に置くことで、
   開いた瞬間にボタンの位置が動かず、押した指をそのまま同じ場所に置ける。
   右端の余白もヘッダー（md:px-5）とボタン（px-4）に合わせている。 */
.cink-close-btn-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    height: calc(76px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    padding-right: env(safe-area-inset-right, 0px);
}

@media (min-width: 768px) {
    .cink-close-btn-wrap {
        padding-right: calc(20px + env(safe-area-inset-right, 0px));
    }
}

/* メニュー内など、少し大きく見せたい場所用 */
.cink-sns-icons--lg {
    --sns-size: 46px;
}

/* ハンバーガーメニュー内のSNSアイコン列
   ------------------------------------------------
   ・メニュー項目と左端を揃える（親の .cink-modal-nav__inner の幅に収まる）
   ・指で押しやすいよう、1つあたり44px以上のタップ領域を確保する
     （アイコンの見た目は46pxだが、隣との間隔もタップ精度に効くので余白を取る）
   ・アイコンが増えて1行に収まらない場合は自動で2段になる（行間も確保） */
.cink-sns-icons--menu {
    gap: 12px 16px;
    max-width: 100%;
}

.cink-sns-icons--menu .cink-sns-link {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

/* 会員メニュー（マイページ／ログイン／新規会員登録など）
   1項目ずつ独立した行にし、下線だけで他と区別する。
   タップ領域を確保するため、上下に余白を持たせる。 */
.cink-account-link {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 6px 0;
    transition: opacity .2s ease;
}

.cink-account-link:hover {
    opacity: .7;
}

/* ハンバーガーメニューの開閉モーション
   ------------------------------------------------
   カクついていた原因は、親(#modal)と中のパネル(#modalContent)が
   別々の時間でそれぞれ不透明度をアニメーションしていたこと。

   ただし「不透明度を動かす」方法はこのメニューでは使えない。
   backdrop-filter（背後をぼかす処理）は、祖先に opacity のアニメーションや
   will-change / transform があると、参照できる背景が無くなり
   ぼかしそのものが消えてしまうため。

   そこで不透明度ではなく、ぼかしの強さと地色の濃さを直接アニメーションする。
   閉じている間は「ぼかし0・地色透明」、開くと「ぼかし32px・地色あり」。
   祖先の不透明度は動かさないので、ぼかしは最初から最後まで効いたままになる。 */

/* 親は入れ物として置くだけ。不透明度は動かさない */
#modal {
    opacity: 1;
    transition: none;
}

#modalContent.cink-modal-panel {
    opacity: 1;
    transform: none;
    transition:
        backdrop-filter .4s ease,
        background-color .4s ease;
}

/* 閉じている状態（JSが opacity-0 / translate-x-full を付ける） */
#modalContent.cink-modal-panel.opacity-0,
#modalContent.cink-modal-panel.translate-x-full {
    background-color: transparent;
    backdrop-filter: blur(0px);
}

/* 中身の文字やアイコンは、ぼかしより少し遅れて出す */
.cink-modal-nav {
    opacity: 1;
    transition: opacity .3s ease .1s;
}

#modalContent.cink-modal-panel.opacity-0 .cink-modal-nav,
#modalContent.cink-modal-panel.translate-x-full .cink-modal-nav {
    opacity: 0;
    transition: opacity .2s ease;
}

/* 端末側で「視差効果を減らす」設定のときは、動きを出さない */
@media (prefers-reduced-motion: reduce) {
    #modalContent.cink-modal-panel,
    .cink-modal-nav {
        transition: none;
    }
}

/* ==========================================
   SNSログインボタン（Nextend Social Login）
   プラグイン未導入のサイトでは、このCSSは何にも当たらない。
   ========================================== */

/* このテーマは全要素に letter-spacing: .2em を !important で当てているため、
   プラグインのボタン文字（Continue with Google 等）が間延びして折り返す。
   ボタンの中だけ通常の字間に戻す。 */
.nsl-container,
.nsl-container *,
.nsl-container *::before,
.nsl-container *::after {
    letter-spacing: normal !important;
}

/* ログイン欄・マイページの横幅に合わせる */
.nsl-container {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* WooCommerceのマイページ・購入手続き画面では、
   フォームの幅いっぱいに広げる（中央寄せにしない） */
.woocommerce .nsl-container,
.woocommerce-page .nsl-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

/* 「または」の区切り線。プラグイン側の余白が詰まりすぎるため調整 */
.nsl-container .nsl-container-buttons {
    gap: 0.5rem;
}

.nsl-container-block-title,
.nsl-container .nsl-separator {
    margin: 1rem 0;
    font-size: 0.8125rem;
    opacity: 0.7;
}

/* ==========================================
   メニュー内のカート（WooCommerce）
   プラグイン未導入のサイトでは、このCSSは何にも当たらない。
   ========================================== */

.cink-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
}

/* カートの点数バッジ。現在の文字色を borrow するので、
   メニューの配色を変えても自動で追従する。 */
.cink-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6em;
    height: 1.6em;
    padding: 0 0.4em;
    border-radius: 999px;
    border: 1px solid currentColor;
    font-size: 0.75em;
    line-height: 1;
    letter-spacing: normal !important;
    white-space: nowrap;
}

/* 中身が空のときはバッジ自体を見せない。
   （差し替え用の目印として要素だけ残している） */
.cink-cart-count--empty {
    display: none;
}

/* ヘッダーのカートアイコン（WooCommerce） */
.cink-header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* 指で押せる大きさを確保する（44px） */
    width: 44px;
    height: 44px;
    margin-right: 0.25rem;
    color: inherit;
    transition: opacity .2s;
}

.cink-header-cart:hover {
    opacity: .7;
}

.cink-header-cart__icon {
    display: block;
}

/* ヘッダーでは、バッジをアイコンの右上に重ねる。
   色はヘッダーの文字色（currentColor）の枠線＋文字にする。
   背景を塗りつぶすと、ヘッダー背景色の設定次第で数字が読めなくなるため。 */
.cink-header-cart .cink-cart-count {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 1.5em;
    height: 1.5em;
    padding: 0 0.25em;
    background-color: var(--bg-color, #fff);
    font-size: 0.625rem;
    font-weight: bold;
}

/* ==========================================
   WooCommerce ― テーマの見た目に合わせる
   プラグイン未導入のサイトでは、このCSSは何にも当たらない。

   テンプレートファイルは一切コピーしない方針のため、
   見た目の調整はすべてこのCSSで行う（更新の影響を受けない）。
   ========================================== */

/* ------------------------------------------
   1. ページの幅
   カート・購入手続き・マイページは「固定ページ」として表示されるため、
   page.php の幅（PCで50%）が当たってしまい、表組みが極端に窮屈になる。
   ショップ関連のページだけ幅を広げる。
   ------------------------------------------ */
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
    width: 91.666667%;
    max-width: 72rem;
}

/* 本文用の装飾（prose）が表組みに当たると崩れるため打ち消す。
   対象は WooCommerce が描画する範囲だけに限定している。
   以前は .prose の子孫すべてを対象にしていたが、
   パンくず（not-prose を付けた ol/li）にも効いてしまい余白が消えていた。 */
.wp-block-woocommerce-cart :where(table, th, td),
.wp-block-woocommerce-checkout :where(table, th, td),
.woocommerce table.shop_table :where(th, td),
.woocommerce-MyAccount-content :where(table, th, td) {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

/* ------------------------------------------
   1-b. カート・購入手続き・マイページの見出し
   これらは固定ページなので page.php の h1（中央寄せ・prose の大きな文字）が
   当たってしまい、「できること」ページなど他の主要ページと並びが揃わない。
   parts/page-body/service.php の h1 と同じ見た目・同じ余白に合わせる。
       .text-font my-5 md:mt-20 mb-10 text-xl md:text-2xl w-11/12 text-left
   ------------------------------------------ */

/* service.php の main は上の余白を持たないため、こちらも打ち消す */
body.woocommerce-cart main,
body.woocommerce-checkout main,
body.woocommerce-account main {
    margin-top: 0;
}

body.woocommerce-cart main > h1,
body.woocommerce-checkout main > h1,
body.woocommerce-account main > h1 {
    width: 91.666667%;
    max-width: 72rem;
    margin: 1.25rem auto 2.5rem;
    color: var(--font-color);
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.6;
    text-align: left;
}

@media (min-width: 768px) {

    body.woocommerce-cart main > h1,
    body.woocommerce-checkout main > h1,
    body.woocommerce-account main > h1 {
        margin-top: 5rem;
        font-size: 1.5rem;
    }
}

/* ------------------------------------------
   2. 見出し
   テーマの一覧・詳細ページと同じ大きさ・色に揃える。
   ------------------------------------------ */
/* h1 は本文色（デザイン設定の「文字色」）を使う。
   テーマの一覧ページ・記事詳細のh1と同じ扱い。
   --head-color は TOPページのセクション見出し（h2）用なので、ここでは使わない。 */
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
    color: var(--font-color);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

    .woocommerce-products-header__title,
    .woocommerce div.product .product_title {
        font-size: 1.5rem;
    }
}

/* 「関連商品」「こちらもおすすめ」やカート合計などの中見出し */
.woocommerce .related > h2,
.woocommerce .up-sells > h2,
.woocommerce .cross-sells > h2,
.woocommerce .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce #order_review_heading {
    color: var(--head-color);
    font-size: 1.125rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

/* ------------------------------------------
   2-b. 商品詳細のレイアウトと画像

   WooCommerce標準は float で左右に並べる古い組み方で、
   画像は元データの比率のまま表示される。
   商品写真の縦横がそろっていないと、商品ごとに高さが変わって
   1枚だけ極端に縦長になる、といったことが起きる。

   ここでは2カラムのグリッドに組み直し、
   画像は比率をそろえて表示する（はみ出す部分は中央基準で切り抜く）。
   比率を変えたい場合は --cink-product-image-ratio を指定する。
       1 / 1  … 正方形（初期値）
       4 / 3  … 横長
       3 / 4  … 縦長
       auto   … 元画像のまま（従来の動き）
   ------------------------------------------ */
.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

@media (min-width: 768px) {
    .woocommerce div.product {
        /* 画像側を少し広く取る。画面の約半分になるのが目安。 */
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
        gap: 4rem;
    }
}

/* 商品詳細だけ、入れ物の横幅の上限を広げる。
   一覧やカートは従来どおり（max-w-6xl）のまま。
   これをしないと画像が画面の4割程度にしかならない。 */
@media (min-width: 1280px) {
    body.single-product #shop > div {
        max-width: 88rem;
    }
}

/* float と固定幅を打ち消してグリッドに乗せる */
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

/* タブ・関連商品は横幅いっぱいに置く */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .up-sells,
.woocommerce div.product .woocommerce-product-gallery + .clear {
    grid-column: 1 / -1;
}

/* メイン画像。比率をそろえ、はみ出す部分は中央基準で切り抜く */
.woocommerce div.product .woocommerce-product-gallery__image img,
.woocommerce div.product .woocommerce-product-gallery__wrapper img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--cink-product-image-ratio, 1 / 1);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 4px;
}

/* 拡大アイコンは角に控えめに置く */
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
    border-radius: 4px;
}

/* サムネイル（2枚目以降）。標準は4列だが、小さくなりすぎるので3列にする */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    width: auto !important;
    margin: 0;
    float: none !important;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    opacity: .5;
    transition: opacity .2s ease;
}

.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1;
}

/* 商品名・価格・説明・カートの間隔 */
.woocommerce div.product .summary > * {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.woocommerce div.product .summary > :last-child {
    margin-bottom: 0;
}

/* 数量入力と「カートに追加」ボタン。
   標準は隙間なく並ぶため、横並びにしたうえで間隔を空ける。
   バリエーション商品の選択欄などは、折り返して横幅いっぱいに置く。 */
.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
    content: none;
}

.woocommerce div.product form.cart .quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart .button {
    float: none;
    margin: 0;
}

/* 横幅いっぱいに置くもの（バリエーション選択・グループ商品の表など） */
.woocommerce div.product form.cart > .variations,
.woocommerce div.product form.cart > .woocommerce-variation,
.woocommerce div.product form.cart > .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart > table.group_table,
.woocommerce div.product form.cart > .wc-block-components-notice-banner {
    flex: 0 0 100%;
    margin: 0;
}

/* バリエーション選択の中にも数量とボタンがあるため、同じ間隔を与える */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

/* ------------------------------------------
   3. 商品一覧のグリッド
   WooCommerce標準はfloatで並べるため、テーマの一覧と見た目が揃わない。
   グリッドに置き換えて、SP2列・PC4列にする。
   ------------------------------------------ */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 2.5rem 0 3rem;
    padding: 0;
    list-style: none;
}

/* WooCommerceは ul.products に回り込み解除用の ::before / ::after を付けている。
   グリッドに変えると、この2つが「中身のないマス」として1枠ずつ占有してしまい、
   商品が2マス目から始まる。グリッドでは回り込み解除は不要なので消す。 */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
    content: none;
}

@media (min-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
    }
}

/* floatと固定幅を打ち消す（WooCommerce側のcolumns-Nクラス対策） */
.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after {
    content: none;
}

/* 商品カードの文字。テーマのカードに合わせて小さめ・詰めすぎない */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--font-color);
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 0.75rem 0 0.25rem;
}

/* ------- 一覧の上部バー（件数・並び替え） ------- */
.woocommerce .woocommerce-result-count {
    margin: 0;
    font-size: 0.75rem;
    opacity: .6;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

/* 標準のセレクトはOSの既定デザインのまま出るため、
   文字が大きく、枠も他の入力欄と揃わない。
   矢印を自前で描き、テーマの入力欄に合わせる。 */
.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    max-width: 100%;
    padding: 0.45rem 2rem 0.45rem 0.8rem;
    border: 1px solid rgba(var(--brand-color-rgb), .25);
    border-radius: 4px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    background-size: 10px 7px;
    color: var(--font-color);
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: normal !important;
    cursor: pointer;
}

.woocommerce .woocommerce-ordering select:focus {
    outline: 2px solid var(--brand-color);
    outline-offset: 1px;
}

/* ------------------------------------------
   4. 価格
   金額に字間が空くと読みづらいため、字間だけ通常に戻す。
   ------------------------------------------ */
.woocommerce .price,
.woocommerce .price *,
.woocommerce .amount,
.woocommerce .woocommerce-Price-amount {
    letter-spacing: normal !important;
}

.woocommerce ul.products li.product .price {
    color: var(--font-color);
    font-size: 0.9375rem;
}

.woocommerce div.product p.price {
    color: var(--font-color);
    font-size: 1.25rem;
}

/* 値下げ前の価格は控えめに */
.woocommerce .price del {
    opacity: .5;
    margin-right: .5em;
}

.woocommerce .price ins {
    text-decoration: none;
    font-weight: bold;
}

/* ------------------------------------------
   5. ボタン
   ブロックエディタのボタン（.wp-block-button__link）と同じ見た目にする。
   角丸は --cink-shop-button-radius で一括変更できる。
   ------------------------------------------ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce .woocommerce-message a.button,
.wc-block-components-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    min-width: min(240px, 100%);
    padding: 0.9rem 1.5rem;
    border: 0;
    border-radius: var(--cink-shop-button-radius, 9999px);
    background-color: var(--button-color);
    color: var(--cta-font-color);
    font-size: 0.9375rem;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal !important;
    text-decoration: none;
    transition: opacity .2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover {
    background-color: var(--button-color);
    color: var(--cta-font-color);
    opacity: .85;
}

/* ブロック版のボタンは、文字が内側の span（__text）に入っており、
   その span 自体に色が指定されているため、外側のボタンに色を指定しても効かない。
   内側にも同じ色を指定して、デザイン設定の「CTAの文字色」に追従させる。 */
.wc-block-components-button .wc-block-components-button__text,
.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-button__text {
    color: var(--cta-font-color);
    letter-spacing: normal !important;
}

.wc-block-components-button:hover .wc-block-components-button__text {
    color: var(--cta-font-color);
}

/* 購入手続きへ進むボタン・注文するボタンも、他のボタンと同じ見た目にする */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    width: 100%;
    background-color: var(--button-color);
    color: var(--cta-font-color);
}

/* 枠線だけのボタン（ブロック版）。背景を塗らないので文字色は本文色にする */
.wc-block-components-button.outlined,
.wc-block-components-button.outlined:hover {
    background-color: transparent;
    border: 1px solid currentColor;
    color: var(--font-color);
}

.wc-block-components-button.outlined .wc-block-components-button__text {
    color: var(--font-color);
}

/* 「カートを更新」など、主役ではないボタンは枠線だけにする */
.woocommerce button.button[name="update_cart"],
.woocommerce a.button.wc-backward {
    background-color: transparent;
    color: var(--font-color);
    border: 1px solid currentColor;
}

/* 商品一覧の「カートに入れる」は幅が狭いので最低幅を外す */
.woocommerce ul.products li.product .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.7rem 1rem;
    font-size: 0.8125rem;
    text-align: center;
}

/* カートに入れた直後に出る「お買い物カゴを表示」。
   標準は裸のテキストリンクで、すぐ上の塗りつぶしボタンと釣り合わない。
   枠線だけのボタンにして、「カートに追加」とひと組に見えるようにする。 */
.woocommerce a.added_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4em;
    width: 100%;
    margin-top: .5rem;
    padding: .6rem 1rem;
    border: 1px solid currentColor;
    border-radius: var(--cink-shop-button-radius, 9999px);
    background-color: transparent;
    color: var(--font-color);
    font-size: .75rem;
    line-height: 1.4;
    letter-spacing: normal !important;
    text-decoration: none;
    opacity: .6;
    transition: opacity .2s ease;
}

.woocommerce a.added_to_cart::after {
    content: '→';
    font-size: .9em;
    line-height: 1;
}

.woocommerce a.added_to_cart:hover {
    color: var(--font-color);
    opacity: 1;
}

/* 商品詳細（form.cart の中）では、数量やボタンと同じ行に並ばないよう改行させる */
.woocommerce div.product form.cart a.added_to_cart {
    flex: 0 0 100%;
    max-width: 18rem;
}

/* 無効状態 */
.woocommerce .button:disabled,
.woocommerce .button.disabled {
    opacity: .4;
    cursor: not-allowed;
}

/* ------------------------------------------
   6. 入力欄
   購入手続きの住所・氏名など。字間を戻し、枠線をテーマに合わせる。
   ------------------------------------------ */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity input.qty,
.wc-block-components-text-input input {
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 1px solid rgba(var(--brand-color-rgb), .3);
    border-radius: 4px;
    background-color: var(--bg-color);
    color: var(--font-color);
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    outline: 2px solid var(--brand-color);
    outline-offset: 1px;
}

.woocommerce form .form-row label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.8125rem;
}

/* 数量入力は幅を抑える */
.woocommerce .quantity input.qty {
    width: 5rem;
    text-align: center;
}

/* ------------------------------------------
   7. お知らせ・エラー表示
   ------------------------------------------ */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border: 0;
    border-left: 3px solid var(--brand-color);
    border-radius: 4px;
    background-color: rgba(var(--brand-color-rgb), .06);
    color: var(--font-color);
    font-size: 0.875rem;
    list-style: none;
}

.woocommerce-error {
    border-left-color: #c0392b;
    background-color: rgba(192, 57, 43, .06);
}

/* 標準の丸アイコンは他の画面と合わないため消す */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    content: none;
}

.woocommerce-message .button,
.woocommerce-info .button {
    min-width: 0;
    margin-left: auto;
    padding: 0.5rem 1.1rem;
    font-size: 0.8125rem;
}

/* ------------------------------------------
   8. セール表示
   ------------------------------------------ */
.woocommerce span.onsale {
    top: 0.5rem;
    left: 0.5rem;
    right: auto;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0.25rem 0.7rem;
    border-radius: 9999px;
    background-color: var(--brand-color);
    color: var(--bg-color);
    font-size: 0.6875rem;
    line-height: 1.4;
    letter-spacing: normal !important;
}

/* ------------------------------------------
   9. 表組み（カート・注文内容）
   WooCommerce標準は行の余白がほとんど無く、文字が詰まって見える。
   1行ずつを読みやすい高さにし、行間の区切りをはっきりさせる。
   ------------------------------------------ */
.woocommerce table.shop_table {
    width: 100%;
    margin-bottom: 2rem;
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    font-size: 0.875rem;
    line-height: 1.8;
}

/* 見出し行 */
.woocommerce table.shop_table thead th {
    padding: 0.9rem 1rem;
    border: 0;
    border-bottom: 2px solid rgba(var(--brand-color-rgb), .25);
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

/* 本体の行。上下にしっかり余白を取る */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    padding: 1.35rem 1rem;
    border: 0;
    border-bottom: 1px solid rgba(var(--brand-color-rgb), .15);
    vertical-align: middle;
}

/* 行の左端・右端は、コンテナの端と揃える */
.woocommerce table.shop_table tr > *:first-child {
    padding-left: 0;
}

.woocommerce table.shop_table tr > *:last-child {
    padding-right: 0;
}

/* 最終行の下線は不要 */
.woocommerce table.shop_table tbody tr:last-child > * {
    border-bottom: 0;
}

/* 合計欄（tfoot / cart_totals）は少し詰めて、合計行だけ強調する */
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    padding: 1rem;
}

.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td,
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td {
    border-top: 2px solid rgba(var(--brand-color-rgb), .25);
    border-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
}

/* 商品画像のセル。大きすぎると行が間延びするので上限を決める */
.woocommerce table.shop_table td.product-thumbnail {
    width: 96px;
}

.woocommerce table.shop_table td.product-thumbnail img {
    width: 72px;
    height: auto;
    margin: 0;
}

/* 削除ボタン（×）は小さく、押しやすい大きさを確保する */
.woocommerce table.shop_table td.product-remove {
    width: 44px;
    text-align: center;
}

.woocommerce table.shop_table td.product-remove a.remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--font-color) !important;
    font-size: 1.25rem;
    line-height: 1;
    opacity: .5;
}

.woocommerce table.shop_table td.product-remove a.remove:hover {
    background: none;
    color: var(--font-color) !important;
    opacity: 1;
}

/* カート更新などのボタンが入る行は、表の一部として詰まらないよう余白を足す */
.woocommerce table.shop_table td.actions {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0;
}

/* スマートフォンでは横に収まらないため、1行を縦積みにする */
@media (max-width: 767px) {

    .woocommerce table.shop_table thead {
        display: none;
    }

    .woocommerce table.shop_table tbody tr {
        display: block;
        padding: 1.25rem 0;
        border-bottom: 1px solid rgba(var(--brand-color-rgb), .15);
    }

    .woocommerce table.shop_table tbody tr > * {
        display: block;
        padding: 0.35rem 0;
        border-bottom: 0;
        text-align: left;
    }

    .woocommerce table.shop_table tbody td::before {
        content: attr(data-title) "：";
        display: inline-block;
        margin-right: 0.5em;
        opacity: .6;
        font-size: 0.8125rem;
    }

    /* 画像と削除ボタンには見出しを付けない */
    .woocommerce table.shop_table tbody td.product-thumbnail::before,
    .woocommerce table.shop_table tbody td.product-remove::before,
    .woocommerce table.shop_table tbody td.actions::before {
        content: none;
    }
}

/* ------------------------------------------
   9-b. ブロック版のカート・購入手続き
   WooCommerceのカート／購入手続きには2種類ある。
       クラシック … [woocommerce_cart] ショートコード（table.shop_table）
       ブロック   … 「カート」ブロック（table.wc-block-cart-items）
   新しく作ったサイトは既定でブロック版になる。
   クラス名がまったく別なので、上の 9. の指定はブロック版には当たらない。
   ------------------------------------------ */

/* 表全体 */
table.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    line-height: 1.8;
}

/* 見出し行 */
table.wc-block-cart-items .wc-block-cart-items__header th {
    padding: 0 0 0.9rem;
    border-bottom: 2px solid rgba(var(--brand-color-rgb), .25);
    font-size: 0.8125rem;
    font-weight: bold;
    text-align: left;
}

table.wc-block-cart-items .wc-block-cart-items__header th.wc-block-cart-items__header-total {
    text-align: right;
}

/* ★ 1行ごとの上下の余白。標準は詰まりすぎているので広げる */
table.wc-block-cart-items .wc-block-cart-items__row > td {
    /* padding-top: 1.75rem; */
    padding-bottom: 1.75rem;
    border-top: 0;
    border-bottom: 1px solid rgba(var(--brand-color-rgb), .15);
    vertical-align: top;
}

/* 最終行の下線は不要 */
table.wc-block-cart-items .wc-block-cart-items__row:last-child > td {
    border-bottom: 0;
}

/* 商品画像。
   ■ なぜ「行の高さいっぱい」にしていないか
   表組みでは、列の幅が先に決まってから各セルの中身が配置される。
   そのため画像の高さだけを行の高さに合わせると、幅は列幅のままとなり、
   縦長に引き伸ばされた（切り抜かれた）見た目になってしまう。
   幅を基準にした固定サイズにすることで、確実に正方形になる。
   大きさを変えたい場合は --cink-cart-thumb-size の値だけ変えればよい。 */
table.wc-block-cart-items td.wc-block-cart-item__image {
    width: var(--cink-cart-thumb-size, 96px);
    padding-right: 1rem;
}

table.wc-block-cart-items td.wc-block-cart-item__image a {
    display: block;
}

/* 幅を基準に正方形にする。
   object-fit: cover で、元画像が正方形でなくても中央を切り抜いて収める。 */
table.wc-block-cart-items td.wc-block-cart-item__image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 1 / 1;
    margin: 0;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* 商品名 */
table.wc-block-cart-items .wc-block-components-product-name {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: var(--font-color);
    font-size: 0.9375rem;
    line-height: 1.7;
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-components-product-name:hover {
    opacity: .7;
}

/* 金額は字間を通常に戻す（全体に .2em を効かせているため） */
.wc-block-components-product-price,
.wc-block-components-product-price *,
.wc-block-formatted-money-amount,
.wc-block-components-totals-item__value {
    letter-spacing: normal !important;
}

table.wc-block-cart-items .wc-block-cart-item__prices {
    margin-bottom: 0.75rem;
}

table.wc-block-cart-items td.wc-block-cart-item__total {
    text-align: right;
    white-space: nowrap;
}

/* 商品説明が空のとき、見出しや空段落だけが残って余計な高さが出るのを防ぐ */
.wc-block-components-product-metadata__description :is(h1, h2, h3, h4, h5, h6):empty,
.wc-block-components-product-metadata__description p:empty {
    display: none;
}

.wc-block-components-product-metadata {
    font-size: 0.8125rem;
    opacity: .7;
}

/* 数量の増減。押しやすい大きさにし、枠線をテーマに合わせる */
table.wc-block-cart-items .wc-block-components-quantity-selector {
    margin: 0 0 0.5rem;
    border: 1px solid rgba(var(--brand-color-rgb), .3);
    border-radius: 4px;
    width: -moz-max-content;
    width: max-content;
}

table.wc-block-cart-items .wc-block-components-quantity-selector__input {
    min-height: 40px;
    padding: 0;
    color: var(--font-color);
    font-size: 0.9375rem;
    letter-spacing: normal !important;
}

table.wc-block-cart-items .wc-block-components-quantity-selector__button {
    min-width: 40px;
    min-height: 40px;
    color: var(--font-color);
    font-size: 1rem;
    opacity: .7;
}

table.wc-block-cart-items .wc-block-components-quantity-selector__button:hover:not(:disabled) {
    opacity: 1;
}

/* 削除（ゴミ箱）ボタン */
table.wc-block-cart-items .wc-block-cart-item__remove-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: var(--font-color);
    text-decoration: none;
    opacity: .5;
    transition: opacity .2s;
}

table.wc-block-cart-items .wc-block-cart-item__remove-link:hover {
    opacity: 1;
}

table.wc-block-cart-items .wc-block-cart-item__remove-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* 合計欄 */
.wp-block-woocommerce-cart .wc-block-components-totals-item,
.wp-block-woocommerce-checkout .wc-block-components-totals-item {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    font-size: 0.875rem;
}

.wp-block-woocommerce-cart .wc-block-components-totals-footer-item,
.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item {
    /* border-top: 2px solid rgba(var(--brand-color-rgb), .25); */
    font-size: 1rem;
    font-weight: bold;
}

/* スマートフォン：画像を少し小さくし、行の余白を保つ */
@media (max-width: 767px) {

    table.wc-block-cart-items .wc-block-cart-items__row > td {
        /* padding-top: 1.5rem; */
        padding-bottom: 1.5rem;
    }

    /* スマートフォンでは少し小さくする */
    table.wc-block-cart-items td.wc-block-cart-item__image {
        width: var(--cink-cart-thumb-size-sp, 72px);
        padding-right: 0.75rem;
    }
}

/* ------------------------------------------
   9-c. 商品詳細のタブ（説明・レビュー）

   WooCommerce標準は白＋灰色の固定色。このテーマは背景色を
   デザイン設定で変えられるため、固定色だとタブだけ浮いてしまう。

   ■ 色の作り方
   非アクティブのタブは「背景色を文字色の方向へ少し寄せた色」にする。
   単純に黒を混ぜると、暗い配色のサイトでは沈んで見えなくなるため、
   文字色へ寄せることで、明るい配色でも暗い配色でも
   「背景よりひと段階濃い」状態になる。
   color-mix に未対応のブラウザ向けに、ブランドカラーの薄い重ねを
   先に書いて保険にしている。
   ------------------------------------------ */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .woocommerce div.product .woocommerce-tabs {
        margin-top: 6rem;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
    border-bottom: 1px solid rgba(var(--brand-color-rgb), .2);
    scrollbar-width: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
}

/* 標準の「箱」を作っている装飾を打ち消す */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: none;
}

/* タブの数に関わらず横幅を等分する。
   ラベルが長いタブがある場合だけ、その分だけ広がる（min-width）。 */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 1 1 0;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0 2px 0 0;
    padding: 0;
    border: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
    background-color: rgba(var(--brand-color-rgb), .07);
    background-color: color-mix(in srgb, var(--bg-color) 90%, var(--font-color));
    transition: background-color .25s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: rgba(var(--brand-color-rgb), .12);
    background-color: color-mix(in srgb, var(--bg-color) 83%, var(--font-color));
}

/* 現在開いているタブは背景色そのもの。下の本文と地続きに見せる */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
    background-color: var(--bg-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    display: block;
    padding: 1.2rem 0.75rem;
    color: var(--font-color);
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.6;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    opacity: .55;
    transition: opacity .25s ease, color .25s ease;
}

/* 現在位置を示す線。タブの上端に置き、中央から左右に伸びる */
.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background-color: var(--brand-color);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    opacity: .85;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--brand-color);
    opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    transform: scaleX(1);
}

/* 「レビュー (2)」の件数部分は控えめに */
.woocommerce div.product .woocommerce-tabs ul.tabs li a .count {
    margin-left: .25em;
    font-size: .9em;
    opacity: .6;
}

/* ------- タブの中身 ------- */
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 auto;
    padding: 2.5rem 0 0;
    font-size: 0.875rem;
    line-height: 2.1;
}

@media (min-width: 768px) {
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 3.5rem 0;
    }
}

/* 中に出る「説明」などの見出しは、タブ名と重複するため画面から隠す。
   読み上げ・検索エンジン向けには残す（見出しの階層を壊さないため）。 */
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs .panel > :last-child {
    margin-bottom: 0;
}

/* ------------------------------------------
   10. マイページのタブ
   ------------------------------------------ */
.woocommerce-MyAccount-navigation ul {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(var(--brand-color-rgb), .2);
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 0.6rem 0;
    color: var(--font-color);
    font-size: 0.875rem;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--brand-color);
    font-weight: bold;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:border-brand:hover {
  border-color: var(--brand-color);
}

.hover\:bg-brand:hover {
  background-color: var(--brand-color);
}

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

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

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

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.focus\:border-brand:focus {
  border-color: var(--brand-color);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --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(2px + 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);
}

.focus\:ring-brand:focus {
  --tw-ring-color: var(--brand-color);
}

@media (min-width: 768px) {

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

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

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

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

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

  .md\:h-\[80vh\] {
    height: 80vh;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:\!w-\[120px\] {
    width: 120px !important;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

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

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

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

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

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

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

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

  .md\:w-\[calc\(\(100\%-60px\)\/4\)\] {
    width: calc((100% - 60px) / 4);
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-2\/4 {
    flex-basis: 50%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .md\:text-base {
    font-size: var(--font-size-base);
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.\[\&\.swiper-button-disabled\]\:pointer-events-none.swiper-button-disabled {
  pointer-events: none;
}

.\[\&\.swiper-button-disabled\]\:cursor-not-allowed.swiper-button-disabled {
  cursor: not-allowed;
}

.\[\&\.swiper-button-disabled\]\:text-\[\#a6a6a6\].swiper-button-disabled {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity, 1));
}
