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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Noto Sans JP", 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;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
  button {
  -webkit-tap-highlight-color: transparent;
}

section {
  scroll-margin-top: 80px;
  /* 固定ヘッダーがある場合 */
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[5vw\] {
  bottom: 5vw;
}

.right-0 {
  right: 0px;
}

.right-\[5vw\] {
  right: 5vw;
}

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

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

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

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

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

.mb-\[1\.5vw\] {
  margin-bottom: 1.5vw;
}

.mb-\[12vw\] {
  margin-bottom: 12vw;
}

.mb-\[1vw\] {
  margin-bottom: 1vw;
}

.mb-\[2vw\] {
  margin-bottom: 2vw;
}

.mb-\[31vw\] {
  margin-bottom: 31vw;
}

.mb-\[3vw\] {
  margin-bottom: 3vw;
}

.mb-\[6vw\] {
  margin-bottom: 6vw;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-5 {
  height: 1.25rem;
}

.h-\[31vw\] {
  height: 31vw;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-dvh {
  min-height: 100dvh;
}

.w-5 {
  width: 1.25rem;
}

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

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

.w-\[2\.5vw\] {
  width: 2.5vw;
}

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

.w-\[37\.5vw\] {
  width: 37.5vw;
}

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

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

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

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

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

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

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

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

.w-\[73\.5vw\] {
  width: 73.5vw;
}

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

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

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

.w-\[93\.25vw\] {
  width: 93.25vw;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-\[1\.5vw\] {
  gap: 1.5vw;
}

.gap-\[2vw\] {
  gap: 2vw;
}

.gap-\[4vw\] {
  gap: 4vw;
}

.gap-\[5vw\] {
  gap: 5vw;
}

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

.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-x-hidden {
  overflow-x: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

.bg-\[\#FFB200\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 178 0 / 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-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

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

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#00DA59\] {
  --tw-gradient-from: #00DA59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 218 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#00B84B\] {
  --tw-gradient-to: #00B84B var(--tw-gradient-to-position);
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[2vw\] {
  padding: 2vw;
}

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

.pb-\[10vw\] {
  padding-bottom: 10vw;
}

.pb-\[2vw\] {
  padding-bottom: 2vw;
}

.pb-\[6vw\] {
  padding-bottom: 6vw;
}

.pb-\[7\.5vw\] {
  padding-bottom: 7.5vw;
}

.pl-\[1\.25vw\] {
  padding-left: 1.25vw;
}

.pl-\[4vw\] {
  padding-left: 4vw;
}

.ps-\[1vw\] {
  padding-inline-start: 1vw;
}

.pt-\[0vw\] {
  padding-top: 0vw;
}

.pt-\[1\.25vw\] {
  padding-top: 1.25vw;
}

.pt-\[1vw\] {
  padding-top: 1vw;
}

.pt-\[2vw\] {
  padding-top: 2vw;
}

.pt-\[6vw\] {
  padding-top: 6vw;
}

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

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

.font-antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

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

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

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

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

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

.text-\[2\.75vw\] {
  font-size: 2.75vw;
}

.text-\[3\.5vw\] {
  font-size: 3.5vw;
}

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

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

.text-\[6vw\] {
  font-size: 6vw;
}

.text-\[7vw\] {
  font-size: 7vw;
}

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

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

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.drop-shadow-lp-blue {
  --tw-drop-shadow: drop-shadow(4px 14px 14px rgba(1,157,216,0.12));
  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-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

/* ==============================
   LP共通 base 設定
============================== */

/* モーダル表示中はスクロール禁止 */

.modal-open {
  overflow: hidden;
}

/* ========== LP font-size classes ========== */

/* 14px */

.lp-text-14 {
  font-size: 3.5000000000000004vw;
}

@media (min-width: 800px) {
  .lp-text-14 {
    font-size: 28px;
  }
}

/* 15px */

.lp-text-15 {
  font-size: 3.75vw;
}

@media (min-width: 800px) {
  .lp-text-15 {
    font-size: 30px;
  }
}

/* 16px */

.lp-text-16 {
  font-size: 4vw;
}

@media (min-width: 800px) {
  .lp-text-16 {
    font-size: 32px;
  }
}

/* 18px */

.lp-text-18 {
  font-size: 4.5vw;
}

@media (min-width: 800px) {
  .lp-text-18 {
    font-size: 36px;
  }
}

/* 20px */

.lp-text-20 {
  font-size: 5vw;
}

@media (min-width: 800px) {
  .lp-text-20 {
    font-size: 40px;
  }
}

/* 21px */

.lp-text-21 {
  font-size: 5.25vw;
}

@media (min-width: 800px) {
  .lp-text-21 {
    font-size: 42px;
  }
}

/* 22px */

.lp-text-22 {
  font-size: 5.5vw;
}

@media (min-width: 800px) {
  .lp-text-22 {
    font-size: 44px;
  }
}

/* 23px */

.lp-text-23 {
  font-size: 5.75vw;
}

@media (min-width: 800px) {
  .lp-text-23 {
    font-size: 46px;
  }
}

/* 24px */

.lp-text-24 {
  font-size: 6vw;
}

@media (min-width: 800px) {
  .lp-text-24 {
    font-size: 48px;
  }
}

/* 27px */

.lp-text-27 {
  font-size: 6.75vw;
}

@media (min-width: 800px) {
  .lp-text-27 {
    font-size: 54px;
  }
}

/* 31px */

.lp-text-31 {
  font-size: 7.75vw;
}

@media (min-width: 800px) {
  .lp-text-31 {
    font-size: 62px;
  }
}

/* 36px */

.lp-text-36 {
  font-size: 9vw;
}

@media (min-width: 800px) {
  .lp-text-36 {
    font-size: 72px;
  }
}

/* 40px */

.lp-text-40 {
  font-size: 10vw;
}

@media (min-width: 800px) {
  .lp-text-40 {
    font-size: 80px;
  }
}

/* 45px */

.lp-text-45 {
  font-size: 11.25vw;
}

@media (min-width: 800px) {
  .lp-text-45 {
    font-size: 90px;
  }
}

/* 50px */

.lp-text-50 {
  font-size: 12.5vw;
}

@media (min-width: 800px) {
  .lp-text-50 {
    font-size: 100px;
  }
}

/* 52px */

.lp-text-52 {
  font-size: 13vw;
}

@media (min-width: 800px) {
  .lp-text-52 {
    font-size: 104px;
  }
}

/* 57px */

.lp-text-57 {
  font-size: 14.249999999999998vw;
}

@media (min-width: 800px) {
  .lp-text-57 {
    font-size: 114px;
  }
}

/* 66px */

.lp-text-66 {
  font-size: 16.5vw;
}

@media (min-width: 800px) {
  .lp-text-66 {
    font-size: 132px;
  }
}

/* 70px */

.lp-text-70 {
  font-size: 17.5vw;
}

@media (min-width: 800px) {
  .lp-text-70 {
    font-size: 140px;
  }
}

/* 80px */

.lp-text-80 {
  font-size: 20vw;
}

@media (min-width: 800px) {
  .lp-text-80 {
    font-size: 160px;
  }
}

/* 82px */

.lp-text-82 {
  font-size: 20.5vw;
}

@media (min-width: 800px) {
  .lp-text-82 {
    font-size: 164px;
  }
}

/* 100px */

.lp-text-100 {
  font-size: 25vw;
}

@media (min-width: 800px) {
  .lp-text-100 {
    font-size: 200px;
  }
}

/* ============================
   LP Spacing Utility (PC=2倍)
   ============================ */

/* ---- Base Padding ---- */

/* 8px → SP:2vw / PC:16px */

.lp-p-8 {
  padding: 2vw;
}

@media (min-width: 800px) {
  .lp-p-8 {
    padding: 16px;
  }
}

/* 16px → SP:4vw / PC:32px */

.lp-p-16 {
  padding: 4vw;
}

@media (min-width: 800px) {
  .lp-p-16 {
    padding: 32px;
  }
}

/* 20px → SP:5vw / PC:40px */

.lp-p-20 {
  padding: 5vw;
}

@media (min-width: 800px) {
  .lp-p-20 {
    padding: 40px;
  }
}

/* 20px → SP:5vw / PC:40px */

.lp-pb-20 {
  padding-bottom: 5vw;
}

@media (min-width: 800px) {
  .lp-pb-20 {
    padding-bottom: 40px;
  }
}

/* 40px → SP:10vw / PC:80px */

.lp-p-40 {
  padding: 10vw;
}

@media (min-width: 800px) {
  .lp-p-40 {
    padding: 80px;
  }
}

/* ---- Padding Y ---- */

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

.lp-py-16 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.lp-py-20 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.lp-py-24 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.lp-py-32 {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.lp-py-40 {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

@media (min-width: 800px) {
  .lp-py-8 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lp-py-16 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lp-py-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lp-py-24 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lp-py-32 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lp-py-40 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* ---- Padding X ---- */

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

.lp-px-16 {
  padding-left: 4vw;
  padding-right: 4vw;
}

.lp-px-20 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.lp-px-32 {
  padding-left: 8vw;
  padding-right: 8vw;
}

.lp-px-40 {
  padding-left: 10vw;
  padding-right: 10vw;
}

@media (min-width: 800px) {
  .lp-px-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lp-px-16 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lp-px-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-px-32 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lp-px-40 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/* 10px → SP:2.5vw / PC:20px */

.lp-p-10 {
  padding: 2.5vw;
}

@media (min-width: 800px) {
  .lp-p-10 {
    padding: 20px;
  }
}

/* Padding Y */

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

@media (min-width: 800px) {
  .lp-py-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Padding X */

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

@media (min-width: 800px) {
  .lp-px-10 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* GAP 10px → 2.5vw / 20px */

.lp-gap-10 {
  gap: 2.5vw;
}

@media (min-width: 800px) {
  .lp-gap-10 {
    gap: 20px;
  }
}

.lp-gap-12 {
  gap: 3vw;
}

@media (min-width: 800px) {
  .lp-gap-12 {
    gap: 24px;
  }
}

/* GAP 16px → 4vw / 32px */

.lp-gap-16 {
  gap: 4vw;
}

@media (min-width: 800px) {
  .lp-gap-16 {
    gap: 32px;
  }
}

/* GAP 20px → 5vw / 40px */

.lp-gap-20 {
  gap: 5vw;
}

@media (min-width: 800px) {
  .lp-gap-20 {
    gap: 40px;
  }
}

.lp-gap-30 {
  gap: 7.5vw;
}

@media (min-width: 800px) {
  .lp-gap-30 {
    gap: 60px;
  }
}

/* GAP 32px → 8vw / 64px */

.lp-gap-32 {
  gap: 8vw;
}

@media (min-width: 800px) {
  .lp-gap-32 {
    gap: 64px;
  }
}

/* GAP 40px → 10vw / 80px */

.lp-gap-40 {
  gap: 10vw;
}

@media (min-width: 800px) {
  .lp-gap-40 {
    gap: 80px;
  }
}

/*かるーせる*/

.intro-div {
  width: 75vw;
}

@media (min-width: 800px) {
  .intro-div {
    width: 300px;
  }
}

.intro-h {
  border-top-left-radius: 4vw;
  border-top-right-radius: 4vw;
  --tw-bg-opacity: 1;
  background-color: rgb(1 157 216 / var(--tw-bg-opacity, 1));
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 5.75vw;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 800px) {
  .intro-h {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 23px;
  }
}

.intro-place {
  margin-inline-end: 14px;
  display: inline-block;
  border-radius: 2.5vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5vw;
  font-size: 5.25vw;
  --tw-text-opacity: 1;
  color: rgb(1 157 216 / var(--tw-text-opacity, 1));
}

@media (min-width: 800px) {
  .intro-place {
    border-radius: 10px;
    padding: 10px;
    font-size: 21px;
  }
}

.intro-box {
  display: flex;
  height: 120vw;
  flex-direction: column;
  gap: 4vw;
  border-bottom-right-radius: 4vw;
  border-bottom-left-radius: 4vw;
  border-bottom-width: 1vw;
  border-left-width: 1vw;
  border-right-width: 1vw;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 157 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 6vw;
  padding-bottom: 8vw;
  text-align: left;
}

@media (min-width: 800px) {
  .intro-box {
    height: 490px;
    gap: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.intro-div2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(171 171 171 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5vw;
  padding-inline-start: 2vw;
  font-size: 4vw;
}

@media (min-width: 800px) {
  .intro-div2 {
    padding-bottom: 10px;
    padding-inline-start: 8px;
    font-size: 16px;
  }
}

.intro-div3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
  padding-bottom: 4vw;
  padding-top: 2vw;
  padding-inline-start: 2vw;
  font-size: 4vw;
}

@media (min-width: 800px) {
  .intro-div3 {
    padding-bottom: 16px;
    padding-top: 8px;
    padding-inline-start: 8px;
    font-size: 16px;
  }
}

.intro-span {
  width: 22vw;
  font-weight: 700;
}

@media (min-width: 800px) {
  .intro-span {
    width: 88px;
  }
}

.intro-span2 {
  width: 15vw;
  font-weight: 700;
}

@media (min-width: 800px) {
  .intro-span2 {
    width: 60px;
  }
}

.intro-span3 {
  display: block;
  padding-top: 1vw;
}

@media (min-width: 800px) {
  .intro-span3 {
    padding-top: 8px;
  }
}

.intro-pink {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(234 41 137 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.faq-button {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 157 216 / var(--tw-border-opacity, 1));
}

.faq-button:hover {
  cursor: pointer;
}

@media (min-width: 800px) {
  .faq-button {
    border-width: 2px;
  }
}

.faq-p {
  display: flex;
  flex-direction: row;
  text-align: left;
  font-size: 3.75vw;
  font-weight: 900;
  line-height: 4vw;
  --tw-text-opacity: 1;
  color: rgb(44 48 51 / var(--tw-text-opacity, 1));
  padding-top: 2vw;
  padding-bottom: 2vw;
}

@media (min-width: 800px) {
  .faq-p {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.faq-p {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

@media (min-width: 800px) {
  .faq-p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 32px;
  }
}

.faq-span {
  margin-right: 2vw;
  display: block;
  min-width: 5vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 5vw;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(1 157 216 / var(--tw-text-opacity, 1));
}

@media (min-width: 800px) {
  .faq-span {
    margin-right: 12px;
    min-width: 48px;
    font-size: 42px;
  }
}

.faq-div {
  display: flex;
  min-width: 10vw;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(1 157 216 / var(--tw-bg-opacity, 1));
}

@media (min-width: 800px) {
  .faq-div {
    min-width: 80px;
  }
}

.faq-img {
  width: 3vw;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 800px) {
  .faq-img {
    width: 24px;
  }
}

.faq-div2 {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-div3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2vw;
  --tw-bg-opacity: 1;
  background-color: rgb(215 244 255 / var(--tw-bg-opacity, 1));
  padding-top: 5vw;
  padding-bottom: 5vw;
}

@media (min-width: 800px) {
  .faq-div3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.faq-div3 {
  padding-left: 4vw;
  padding-right: 4vw;
}

@media (min-width: 800px) {
  .faq-div3 {
    padding-left: 32px;
    padding-right: 32px;
    gap: 24px;
  }
}

.faq-span2 {
  display: block;
  min-width: 4.25vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 4.5vw;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity, 1));
}

@media (min-width: 800px) {
  .faq-span2 {
    min-width: 36px;
    font-size: 36px;
  }
}

.faq-p2 {
  width: 100%;
  font-size: 3.5vw;
  line-height: 5.25vw;
}

@media (min-width: 800px) {
  .faq-p2 {
    font-size: 28px;
    line-height: 42px;
  }
}

/*splide custom*/

body.show_footer_bar {
  padding-bottom: 0px !important;
}

.pekopeko {
  animation: pekopeko 2s infinite;
  box-shadow: 0 6px 0 rgb(0, 0, 0, 0.6);
}

@keyframes pekopeko {
  0% {
    box-shadow: 0 6px 0 rgb(0, 0, 0, 0.6);
    top: 0px;
  }

  10% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.6);
    top: 6px;
  }

  20% {
    box-shadow: 0 6px 0 rgb(0, 0, 0, 0.6);
    top: 0px;
  }

  30% {
    box-shadow: 0 0 0 rgb(0, 0, 0, 0.6);
    top: 6px;
  }

  40% {
    box-shadow: 0 6px 0 rgb(0, 0, 0, 0.6);
    top: 0px;
  }
}

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

@media (min-width: 800px) {
  .md\:bottom-\[40px\] {
    bottom: 40px;
  }

  .md\:right-\[40px\] {
    right: 40px;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ps-\[4px\] {
    padding-inline-start: 4px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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