/**
 * Tailwind CSS 入力ファイル
 *
 * 概要:
 * - Tailwindの base/components/utilities を読み込みます。
 * - 追加の共通スタイル（必要最低限）をここに記述します。
 *
 * 主な仕様:
 * - 出力先: `public_html/assets/css/style.css`
 *
 * 制限事項:
 * - 画像などのアセットは `public_html/assets/` 配下で管理してください。
 */

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-top-10 {
  top: -2.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}

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

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

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

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

.z-\[60\] {
  z-index: 60;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

.mb-2 {
  margin-bottom: 0.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-\[4\%\] {
  margin-bottom: 4%;
}

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

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

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

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

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

.mt-\[0\.12rem\] {
  margin-top: 0.12rem;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.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-\[150px\] {
  height: 150px;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-\[2rem\] {
  min-height: 2rem;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.max-w-\[40vw\] {
  max-width: 40vw;
}

.max-w-\[42rem\] {
  max-width: 42rem;
}

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-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-y-full {
  --tw-translate-y: -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));
}

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

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

.grid-cols-\[1fr_1\.3fr\] {
  grid-template-columns: 1fr 1.3fr;
}

.grid-cols-\[2fr_2fr\] {
  grid-template-columns: 2fr 2fr;
}

.grid-cols-\[5fr_4fr_5fr\] {
  grid-template-columns: 5fr 4fr 5fr;
}

.grid-cols-\[auto\2c minmax\(0\2c 1fr\)\2c auto\] {
  grid-template-columns: auto minmax(0,1fr) auto;
}

.grid-cols-\[clamp\(120px\2c 35vw\2c 150px\)_minmax\(0\2c 1fr\)_clamp\(120px\2c 35vw\2c 150px\)\] {
  grid-template-columns: clamp(120px, 35vw, 150px) minmax(0,1fr) clamp(120px, 35vw, 150px);
}

.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-stretch {
  align-items: stretch;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

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

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

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

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

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

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

.border-y-\[7px\] {
  border-top-width: 7px;
  border-bottom-width: 7px;
}

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

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

.border-b-\[5px\] {
  border-bottom-width: 5px;
}

.border-l-\[12px\] {
  border-left-width: 12px;
}

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

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

.border-t-\[5px\] {
  border-top-width: 5px;
}

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

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

.border-\[\#008CCF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 207 / var(--tw-border-opacity, 1));
}

.border-\[\#139D90\] {
  --tw-border-opacity: 1;
  border-color: rgb(19 157 144 / var(--tw-border-opacity, 1));
}

.border-\[\#1D2088\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 32 136 / var(--tw-border-opacity, 1));
}

.border-\[\#373737\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 55 55 / var(--tw-border-opacity, 1));
}

.border-\[\#555\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}

.border-\[\#575757\] {
  --tw-border-opacity: 1;
  border-color: rgb(87 87 87 / var(--tw-border-opacity, 1));
}

.border-\[\#C1C09E\] {
  --tw-border-opacity: 1;
  border-color: rgb(193 192 158 / var(--tw-border-opacity, 1));
}

.border-\[\#D71718\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 23 24 / var(--tw-border-opacity, 1));
}

.border-\[\#c1c09e\] {
  --tw-border-opacity: 1;
  border-color: rgb(193 192 158 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

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

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-l-\[\#D71718\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(215 23 24 / var(--tw-border-opacity, 1));
}

.bg-\[\#008CCF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 207 / var(--tw-bg-opacity, 1));
}

.bg-\[\#139D90\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 157 144 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1D2088\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 32 136 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1f559f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 85 159 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3A3A3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity, 1));
}

.bg-\[\#957e70\] {
  --tw-bg-opacity: 1;
  background-color: rgb(149 126 112 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A4997E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 153 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B79E79\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 158 121 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C1C09E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 192 158 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D71718\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 23 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3E2D2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5A341\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 163 65 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E9ECEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4E7D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 231 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e9ecea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ee807e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 128 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.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-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-\[url\(\'\/assets\/img\/point\/attention\.png\'\)\] {
  background-image: url('/assets/img/point/attention.png');
}

.bg-\[url\(\'\/assets\/img\/point\/img_ex03\.png\'\)\] {
  background-image: url('/assets/img/point/img_ex03.png');
}

.bg-\[url\(\'\/assets\/img\/point\/img_ex04\.png\'\)\] {
  background-image: url('/assets/img/point/img_ex04.png');
}

.bg-\[url\(\'\/assets\/img\/point\/img_ex05\.png\'\)\] {
  background-image: url('/assets/img/point/img_ex05.png');
}

.bg-\[url\(\'\/assets\/img\/point\/img_ex06\.png\'\)\] {
  background-image: url('/assets/img/point/img_ex06.png');
}

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

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[0\.2em\] {
  padding: 0.2em;
}

.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-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-\[0\.2em\] {
  padding-left: 0.2em;
  padding-right: 0.2em;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[0\.5em\] {
  font-size: 0.5em;
}

.text-\[0\.7em\] {
  font-size: 0.7em;
}

.text-\[0\.8em\] {
  font-size: 0.8em;
}

.text-\[0\.9em\] {
  font-size: 0.9em;
}

.text-\[1\.2em\] {
  font-size: 1.2em;
}

.text-\[1\.3em\] {
  font-size: 1.3em;
}

.text-\[1\.7em\] {
  font-size: 1.7em;
}

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

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

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

.text-\[1em\] {
  font-size: 1em;
}

.text-\[2em\] {
  font-size: 2em;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.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-black {
  font-weight: 900;
}

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

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[1rem\] {
  line-height: 1rem;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

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

.text-\[\#008CCF\] {
  --tw-text-opacity: 1;
  color: rgb(0 140 207 / var(--tw-text-opacity, 1));
}

.text-\[\#139D90\] {
  --tw-text-opacity: 1;
  color: rgb(19 157 144 / var(--tw-text-opacity, 1));
}

.text-\[\#1D2088\] {
  --tw-text-opacity: 1;
  color: rgb(29 32 136 / var(--tw-text-opacity, 1));
}

.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-\[\#595757\] {
  --tw-text-opacity: 1;
  color: rgb(89 87 87 / var(--tw-text-opacity, 1));
}

.text-\[\#957E70\] {
  --tw-text-opacity: 1;
  color: rgb(149 126 112 / var(--tw-text-opacity, 1));
}

.text-\[\#D71718\] {
  --tw-text-opacity: 1;
  color: rgb(215 23 24 / var(--tw-text-opacity, 1));
}

.text-\[\#E60012\] {
  --tw-text-opacity: 1;
  color: rgb(230 0 18 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: 0.9;
}

.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-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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

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

.drop-shadow-\[0px_0px_5px_rgba\(55\2c 55\2c 55\2c 0\.8\)\] {
  --tw-drop-shadow: drop-shadow(0px 0px 5px rgba(55,55,55,0.8));
  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);
}

.drop-shadow-\[5px_5px_5px_rgba\(55\2c 55\2c 55\2c 0\.8\)\] {
  --tw-drop-shadow: drop-shadow(5px 5px 5px rgba(55,55,55,0.8));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-shadow {
  transition-property: box-shadow;
  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;
}

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

/* 共通の微調整（読みやすさ優先で最小限） */

:root {
  color-scheme: light;
}

/**
 * ヒーロー見出し用：白い光彩（文字の視認性向上）
 *
 * 概要:
 * - 背景画像の上に載るテキストの可読性を高めます。
 *
 * 制限事項:
 * - 過度に強いと「にじみ」に見えるため、必要に応じて強さを調整してください。
 */

.textGlowWhite {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.95),
    0 0 8px rgba(255, 255, 255, 0.85), 0 0 16px rgba(255, 255, 255, 0.7);
}

/**
 * ハンバーガーアイコン（≡ → ×）のアニメーション
 *
 * 概要:
 * - SPヘッダーのメニューボタン内で、三本線をアニメーションで×に変形します。
 *
 * 主な仕様:
 * - `public_html/assets/inc/header.php` の `.hamburgerIcon` / `.hamburgerLine*` を対象とします。
 * - `public_html/assets/js/main.js` がボタンに `.isOpen` を付与したら「×」状態になります。
 *
 * 制限事項:
 * - Tailwindのユーティリティだけだと記述が冗長になるため、ここでは最小限の素CSSで実装しています。
 */

.hamburgerIcon {
  position: relative;
  width: 30px;
  height: 22px;
}

.hamburgerLine {
  position: absolute;
  left: 3px;
  right: 3px;
  height: 4px;
  border-radius: 9999px;
  background: currentColor;
  opacity: 1;
  transform: none;
  transition: transform 200ms ease, opacity 200ms ease, top 200ms ease;
  will-change: transform, opacity, top;
}

.hamburgerLine1 {
  top: 0;
}

.hamburgerLine2 {
  top: 9px;
}

.hamburgerLine3 {
  top: 18px;
}

/* ボタンに .isOpen が付くと「×」へ変形 */

.isOpen .hamburgerLine1 {
  top: 9px;
  transform: rotate(45deg);
}

.isOpen .hamburgerLine2 {
  opacity: 0;
}

.isOpen .hamburgerLine3 {
  top: 9px;
  transform: rotate(-45deg);
}

/**
 * PCメインメニュー（赤ボタン）左上のグレー三角
 *
 * 概要:
 * - PCヘッダーのメインメニューに、左上のグレー三角装飾を付与します。
 *
 * 主な仕様:
 * - `public_html/assets/inc/header.php` の `.primaryNavButton` に適用されます。
 *
 * 制限事項:
 * - 三角のサイズ/色は必要に応じて調整してください。
 */

.primaryNavButton {
  position: relative;
  overflow: hidden;
  transition: color 220ms ease;
}

.primaryNavButtonLabel {
  position: relative;
  z-index: 1;
}

/* 初期状態: 左上の小さいグレー三角 */

.primaryNavButton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e3e2d2;
  clip-path: polygon(0 0, 24px 0, 0 24px);
  transform: translateX(-8px);
  transition: clip-path 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* hover: グレーが“流れるように”広がる（左上→全体、少しスライド） */

.primaryNavButton:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(0);
}

/* hover: グレー背景に対して文字色を赤へ */

.primaryNavButton:hover {
  color: #d71718;
}

/**
 * 横スクロールバー非表示（スクロール自体は維持）
 *
 * 概要:
 * - PCのメインメニューで、下にスクロールバーが見えないようにします。
 *
 * 主な仕様:
 * - `.hideScrollbar` に付与すると、WebKit/Firefox両方でバーを非表示にします。
 */

.hideScrollbar {
  scrollbar-width: none;
}

.hideScrollbar::-webkit-scrollbar {
  display: none;
}

/**
 * キャンペーン（slick）
 *
 * 概要:
 * - `centerMode + centerPadding` で左右の前後スライドを見せます。
 * - 画面外に描画して横スクロールバーが出ないよう、slick のデフォルト（overflow: hidden）を尊重します。
 */

.campaignSlider .slick-dots {
  display: none !important;
}

/* キャンペーンスライダーの矢印ボタン */

.campaignSlider .slick-prev,
.campaignSlider .slick-next {
  display: block !important;
  position: absolute;
  z-index: 10;
}

/* 中央のスライドの左右に配置 */

.campaignSlider .slick-prev.campaign-arrow-prev {
  left: calc(50% - min(448px, 46vw) - 0rem);
}

.campaignSlider .slick-next.campaign-arrow-next {
  right: calc(50% - min(448px, 46vw) - 0rem);
}

/* スマホサイズでは画面端に配置 */

@media (max-width: 640px) {
  .campaignSlider .slick-prev.campaign-arrow-prev {
    left: 1rem;
  }

  .campaignSlider .slick-next.campaign-arrow-next {
    right: 1rem;
  }
}

/**
 * キャンペーン（slick）: 1枚の表示幅を「最大 1280px の 70%」基準にする
 *
 * - 1280 * 0.7 = 896px
 * - SPでは画面幅に合わせて縮む
 */

.campaignSlide {
  display: block;
  box-sizing: border-box;
  width: min(896px, 92vw);
  padding: 0 10px;
}

/**
 * 商品ジャンルカード（600px未満の微調整）
 *
 * 要件:
 * - 画面幅が600pxを切ったら、タイトル/ボタンのフォントサイズを小さく
 * - 同時にラベル/ボタン幅も小さくして崩れにくくする
 */

@media (max-width: 600px) {
  .genreRow {
    grid-template-columns: 100px minmax(0, 1fr) 100px;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .genreLabel {
    max-width: 100px;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .genreLabel p {
    font-size: 9px;
  }

  .genreLabel h3 {
    font-size: 0.875rem;
  }

  .genreButton {
    max-width: 100px;
    font-size: 0.8125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/**
 * モバイルメニューリンクのフォーカススタイルを無効化（タッチデバイス用）
 *
 * 概要:
 * - iPhoneでハンバーガーメニューを開いた際に、最初のリンクにフォーカスが当たって
 *   水色の枠線が表示されるのを防ぎます。
 */

[data-mobile-menu-link="true"] {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

[data-mobile-menu-link="true"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

[data-mobile-menu-link="true"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/**
 * 4つのポイントページ用カスタムスタイル
 *
 * 概要:
 * - `public_html/point.php` で使用されるカスタムスタイルです。
 * - 疑似要素（:before）を使用した背景画像表示など、Tailwindでは実装できない部分を定義します。
 *
 * 主な仕様:
 * - `.point_blk-container:before` で各ポイントのタイトル画像を表示
 * - `.ex h4:before` で例示セクションのアイコン画像を表示
 * - `.trouble h4:before` でトラブルセクションのアイコン画像を表示
 *
 * 制限事項:
 * - 画像パスは `/assets/img/point/` 配下を参照します。
 */

/* ポイントブロックのコンテナ */

.point_blk-container {
  position: relative;
}

/* 各ポイントのタイトル画像を疑似要素で表示 */

#point01 .point_blk-container::before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url(/assets/img/point/h3_point01.png) no-repeat;
  background-size: contain;
}

#point02 .point_blk-container::before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url(/assets/img/point/h3_point02.png) no-repeat;
  background-size: contain;
}

#point03 .point_blk-container::before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url(/assets/img/point/h3_point03.png) no-repeat;
  background-size: contain;
}

#point04 .point_blk-container::before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  background: url(/assets/img/point/h3_point04.png) no-repeat;
  background-size: contain;
}

/* PCサイズでの調整（Tailwindのsmブレークポイント: 640px） */

@media (min-width: 640px) {
  #point01 .point_blk-container::before,
  #point02 .point_blk-container::before,
  #point03 .point_blk-container::before,
  #point04 .point_blk-container::before {
    margin: 0;
    text-align: left;
  }
}

/* 例示セクション（.ex）のh4タイトルにアイコンを追加 */

.ex h4::before {
  content: "";
  background: url(/assets/img/point/h4_ex.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: 0;
}

/* 「なら」セクションのh4タイトルに「なら」を追加 */

.ex .nara h4::after {
  content: "なら";
  font-size: 0.8em;
}

/* 「も」セクションのh4タイトルに「も」を追加 */

.ex .mo h4::after {
  content: "も";
  font-size: 0.8em;
}

/* PCサイズでの調整（Tailwindのsmブレークポイント: 640px） */

@media (min-width: 640px) {
  .ex .nara h4::before {
    width: 120px;
    height: 120px;
    top: -20px;
    left: 0;
  }

  .ex .mo h4::before {
  }
}

/* トラブルセクション（.trouble）のh4タイトルにアイコンを追加 */

.trouble h4::before {
  content: "";
  background: url(/assets/img/point/h4_ex-blue.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: 0;
}

/* PCサイズでの調整（Tailwindのsmブレークポイント: 640px） */

@media (min-width: 640px) {
  .trouble h4::before {
    top: -20px;
  }
}

/* 無料訪問見積り受付ページ用カスタムスタイル */

#freequote .sec01 {
  background: #e60013;
}

#freequote .sec01 .sec01_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#freequote .sec01 .sec01_smalltit {
  display: block;
  font-size: 12px;
}

#freequote .pankuzu_wrap .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
}

#freequote .pankuzu_wrap .pankuzu_list .link {
  color: #1a1a1a;
  font-size: 12px;
}

#freequote .pankuzu_wrap .pankuzu_list .link:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

#freequote .pankuzu_wrap .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1a1a1a;
  font-size: 12px;
  list-style: none;
}

#freequote .pankuzu_wrap .pankuzu:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 6px;
  width: 10px;
  height: 14px;
  background: url(../img/common/arrow_right-gray.png) no-repeat center
    center/contain;
  content: "";
}

#freequote .pankuzu_wrap .pankuzu.active {
  padding-right: 0px;
}

#freequote .pankuzu_wrap .pankuzu.active:after {
  display: none;
}

#freequote .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
}

#freequote .sec02 .sec02_quotation {
  margin: 40px 0;
}

#freequote .sec02 .sec02_quotation .quotation_list {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}

#freequote .sec02 .sec02_quotation .quotation_list:hover {
  opacity: 0.6;
}

#freequote .sec02 .sec02_quotation .quotation_list .img {
  width: 100%;
  border-radius: 8px 8px 0 0;
  margin-bottom: 12px;
}

#freequote .sec02 .sec02_quotation .quotation_list .list_text {
  position: relative;
  color: #fff;
  text-align: center;
}

#freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: url(../img/common/arrow_right-wh.png) no-repeat center/contain;
  content: "";
}

#freequote .sec02 .sec02_quotation .quotation_list .list_tit {
  font-size: 24px;
  font-weight: bold;
}

#freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
  margin: 0 0 0 5px;
}

#freequote .sec02 .sec02_quotation .quotation_list .list_description {
  font-size: 20px;
  font-weight: bold;
}

#freequote .sec02 .sec02_quotation .quotation_list1 {
  background: #0364ac;
}

#freequote .sec02 .sec02_quotation .quotation_list2 {
  background: #009947;
}

#freequote .sec02 .sec02_quotation .quotation_list3 {
  background: #f29702;
}

#freequote .sec02 .sec02_quotation .quotation_list3 .newline {
  display: block;
}

#freequote .sec02 .sec02_quotation .quotation_list4 {
  background: #019fb8;
}

#freequote .sec02 .sec02_quotation .quotation_list5 {
  background: #ff7300;
}

#freequote .sec02 .sec02_quotation .quotation_list2,
#freequote .sec02 .sec02_quotation .quotation_list3,
#freequote .sec02 .sec02_quotation .quotation_list4,
#freequote .sec02 .sec02_quotation .quotation_list5 {
  width: calc(33.33% - 20px);
  margin: 0;
}

#freequote .sec02 .sec02_quotation .quotation_list2 .list_text,
#freequote .sec02 .sec02_quotation .quotation_list3 .list_text,
#freequote .sec02 .sec02_quotation .quotation_list4 .list_text,
#freequote .sec02 .sec02_quotation .quotation_list5 .list_text {
  line-height: 1.3;
}

#freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
#freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
#freequote .sec02 .sec02_quotation .quotation_list4 .list_tit,
#freequote .sec02 .sec02_quotation .quotation_list5 .list_tit {
  margin: 0 0 3px 0;
}

#freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
#freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
#freequote .sec02 .sec02_quotation .quotation_list4 .list_description,
#freequote .sec02 .sec02_quotation .quotation_list5 .list_description {
  font-size: 16px;
}

#freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
#freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
#freequote .sec02 .sec02_quotation .quotation_list4 .newline2,
#freequote .sec02 .sec02_quotation .quotation_list5 .newline2 {
  display: block;
}

#freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
#freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
#freequote .sec02 .sec02_quotation .quotation_list4 .newline3,
#freequote .sec02 .sec02_quotation .quotation_list5 .newline3 {
  display: none;
}

#freequote .sec02 .sec02_quotation .sec02_3col {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #freequote .sec01 .sec01_tit {
    max-width: 480px;
    text-align: left;
  }

  #freequote .pankuzu_wrap .pankuzu_list {
    max-width: 480px;
  }

  #freequote .pankuzu_wrap .pankuzu_list .link:hover {
    opacity: 1;
    transition: none;
  }

  #freequote .sec02 .sec02_wrap {
    max-width: 480px;
  }

  #freequote .sec02 .sec02_quotation {
    margin: 30px 0 0 0;
  }

  #freequote .sec02 .sec02_quotation .quotation_list {
    margin: 0 0 20px 0;
    padding: 6px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
    right: -5px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list .list_tit {
    font-size: 16px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2,
  #freequote .sec02 .sec02_quotation .quotation_list3,
  #freequote .sec02 .sec02_quotation .quotation_list4 {
    width: calc(33.33% - 8px);
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
  #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
  #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit {
    margin: 0 0 5px 0;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
  #freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
  #freequote .sec02 .sec02_quotation .quotation_list4 .list_description {
    font-size: 12px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
  #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
  #freequote .sec02 .sec02_quotation .quotation_list4 .newline3 {
    display: block;
  }
}

@media only screen and (max-width: 411px) {
  #freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
    display: block;
    margin: 0;
    font-size: 24px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list .list_description {
    font-size: 18px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list3 .newline {
    display: none;
  }

  #freequote .sec02 .sec02_quotation .quotation_list4 {
    margin: 0 0 30px 0;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2,
  #freequote .sec02 .sec02_quotation .quotation_list3,
  #freequote .sec02 .sec02_quotation .quotation_list4 {
    width: 100%;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
  #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
  #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit {
    font-size: 24px;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
  #freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
  #freequote .sec02 .sec02_quotation .quotation_list4 .newline2 {
    display: none;
  }

  #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
  #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
  #freequote .sec02 .sec02_quotation .quotation_list4 .newline3 {
    display: none;
  }

  #freequote .sec02 .sec02_quotation .sec02_3col {
    flex-wrap: wrap;
  }
}

/* エコキュート購入は補助金でお得に！今が買い時！ページ用カスタムスタイル */

#hojyokin-container .hojyokin01 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  background-image: url(/2026hojyokin/assets/img/img01_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
}

#hojyokin-container .hojyokin02 {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

#hojyokin-container .hojyokin03 {
  width: 100%;
  text-align: center;
  background-color: #fcef33;
}

#hojyokin-container .hojyokin04 {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 640px;
}

#hojyokin-container .hojyokin04 p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin: 1em 0;
}

@media (min-width: 641px) {
  #hojyokin-container .hojyokin04 {
    max-width: 1100px;
  }
}

#hojyokin-container .hojyokin05 {
  width: 100%;
  text-align: center;
  background-color: #fcef33;
}

#hojyokin-container .hojyokin06 {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 640px;
}

#hojyokin-container .hojyokin06 p {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin: 1em 0;
}

@media (min-width: 641px) {
  #hojyokin-container .hojyokin06 {
    max-width: 1100px;
  }
}

#hojyokin-container .hojyokin07 {
  width: 100%;
  text-align: center;
  background-color: #fff;
}

#hojyokin-container .hojyokin07 p {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0;
}

#hojyokin-container .hojyokin08 {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 640px;
}

@media (min-width: 641px) {
  #hojyokin-container.hojyokin08 {
    max-width: 800px;
  }
}

#hojyokin-container .btn-search {
  display: block;
  padding: 0.2em;
  background: rgb(230, 0, 18);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.3em;
  margin: 0.5em 0 0 0;
  width: 100%;
}

#hojyokin-container .btn-search:hover {
  opacity: 0.8;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transform: scale(0.98);
}

/* CTAセクション用スタイル */

/**
 * 無料お見積りセクション用スタイル
 */

.cta-section {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  max-height: 464px;
  position: relative;
}

.cta-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-inner {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.cta-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn-form{
  margin-bottom: 8%;
}

@media (max-width: 640px) {
  .cta-section {
    height: 70vw;
  }

  .cta-btn{
    margin-bottom: 0;
  }

  .cta-btn-form{
    margin-bottom: 8vw;
  }
}

@media (min-width: 641px) {
  .cta-section {
    max-width: 1200px;
  }

  .cta-inner {
    max-width: 1200px;
    display: flex;
    justify-content: center;
  }

  .cta-btn {
    width: 40%;
    margin:0;
  }

  .cta-btn-form {
    margin-bottom: 2%;
    margin-right: 20px;
  }

  .cta-btn-tel {
    margin-left: 20px;
  }
}

/* エコ内窓かんたん見積りシミュレーションページ用スタイル */

a.button {
  display: block;
  color: rgb(29, 32, 136);
  background: rgb(255, 255, 255);
  border: 2px solid rgb(29, 32, 136);
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: .5em;
  max-width: 500px;
  margin: 0 auto;
}

a.button.search-btn {
  width: 100%;
  margin-top: 10px;
  max-width: 100%;
}

a.button.rev {
  background: rgb(3, 110, 184);
  border: none;
  color: rgb(255, 255, 255);
}

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

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

.hover\:bg-\[\#17437c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 67 124 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#8b7a6a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 122 106 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e06b69\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 107 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#555\]\/80:hover {
  color: rgb(85 85 85 / 0.8);
}

.hover\:text-\[\#D71718\]:hover {
  --tw-text-opacity: 1;
  color: rgb(215 23 24 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

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

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

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --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);
}

.hover\:ring-slate-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

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

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:z-\[100\]:focus {
  z-index: 100;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

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

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

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

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

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.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-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.group:hover .group-hover\:text-\[\#D71718\] {
  --tw-text-opacity: 1;
  color: rgb(215 23 24 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

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

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

@media (max-width: 600px) {
  .max-\[600px\]\:max-w-\[100px\] {
    max-width: 100px;
  }

  .max-\[600px\]\:grid-cols-\[100px_minmax\(0\2c 1fr\)_100px\] {
    grid-template-columns: 100px minmax(0,1fr) 100px;
  }

  .max-\[600px\]\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-\[600px\]\:text-\[9px\] {
    font-size: 9px;
  }

  .max-\[600px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-\[600px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 640px) {
  .sm\:relative {
    position: relative;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

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

  .sm\:float-left {
    float: left;
  }

  .sm\:m-0 {
    margin: 0px;
  }

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

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-\[0\.1em\] {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }

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

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

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

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

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

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

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

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

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

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

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

  .sm\:min-h-\[2\.2rem\] {
    min-height: 2.2rem;
  }

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

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[7\.5\%\] {
    width: 7.5%;
  }

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

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

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .sm\:grid-cols-\[3fr_2fr_3fr\] {
    grid-template-columns: 3fr 2fr 3fr;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

  .sm\:bg-\[url\(\'\/assets\/img\/point\/bg_magokoro_point\.jpg\'\)\] {
    background-image: url('/assets/img/point/bg_magokoro_point.jpg');
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

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

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

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

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

  .sm\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

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

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

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-\[1\.1em\] {
    font-size: 1.1em;
  }

  .sm\:text-\[1\.7em\] {
    font-size: 1.7em;
  }

  .sm\:text-\[1\.9em\] {
    font-size: 1.9em;
  }

  .sm\:text-\[2\.5em\] {
    font-size: 2.5em;
  }

  .sm\:text-\[2em\] {
    font-size: 2em;
  }

  .sm\:text-\[3em\] {
    font-size: 3em;
  }

  .sm\:text-\[4em\] {
    font-size: 4em;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-\[1\.1rem\] {
    line-height: 1.1rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

  .md\:grid-cols-\[2fr_3fr_3fr\] {
    grid-template-columns: 2fr 3fr 3fr;
  }

  .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-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[2fr_3fr_3fr\] {
    grid-template-columns: 2fr 3fr 3fr;
  }

  .lg\:grid-cols-\[3fr_2fr_3fr\] {
    grid-template-columns: 3fr 2fr 3fr;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

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

@media (min-width: 1280px) {
  .xl\:h-\[120px\] {
    height: 120px;
  }

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

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

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .xl\:leading-10 {
    line-height: 2.5rem;
  }
}