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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
}

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

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

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

/* CVボタンを輝かせる */

.button_glow {
  overflow: hidden;
}

.button_glow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.5) 78%, rgba(255, 255, 255, 0) 82%);
  animation: glow-loop 4s linear infinite;
}

@keyframes glow-loop {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(200%);
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-\[-22\%\] {
  left: -22%;
}

.left-\[-7\%\] {
  left: -7%;
}

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

.order-first {
  order: -9999;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-\[4\.25rem\] {
  margin-bottom: 4.25rem;
}

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

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

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

.mr-\[-3\%\] {
  margin-right: -3%;
}

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

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

.mt-\[-20\%\] {
  margin-top: -20%;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.aspect-\[8\/10\] {
  aspect-ratio: 8/10;
}

.aspect-\[910\/443\] {
  aspect-ratio: 910/443;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-\[10\.5rem\] {
  height: 10.5rem;
}

.h-\[11\.25rem\] {
  height: 11.25rem;
}

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

.h-\[32dvw\] {
  height: 32dvw;
}

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

.w-12 {
  width: 3rem;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

.basis-full {
  flex-basis: 100%;
}

.-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-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-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-\[55\%\] {
  --tw-translate-y: -55%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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-\[1\.004\] {
  --tw-scale-x: 1.004;
  --tw-scale-y: 1.004;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce-in-bck {
  0% {
    transform: scale(7);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: scale(1.5);
    animation-timing-function: ease-in;
  }

  72%,89%,to {
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  81% {
    transform: scale(1.24);
    animation-timing-function: ease-in;
  }

  95% {
    transform: scale(1.04);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-bck {
  animation: bounce-in-bck 1.2s ease   both;
}

@keyframes bounce-in-bottom {
  0% {
    transform: translateY(500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: translateY(65px);
    animation-timing-function: ease-in;
  }

  72%,90%,to {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }

  81% {
    transform: translateY(28px);
    animation-timing-function: ease-in;
  }

  95% {
    transform: translateY(8px);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-bottom {
  animation: bounce-in-bottom 1.5s ease   both;
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: scale(.7);
    animation-timing-function: ease-in;
  }

  72%,89%,to {
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  81% {
    transform: scale(.84);
    animation-timing-function: ease-in;
  }

  95% {
    transform: scale(.95);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-fwd {
  animation: bounce-in-fwd 1.1s ease   both;
}

@keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }

  72%,90%,to {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }

  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }

  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-left {
  animation: bounce-in-left 1.1s ease   both;
}

@keyframes bounce-in-right {
  0% {
    transform: translateX(600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: translateX(68px);
    animation-timing-function: ease-in;
  }

  72%,90%,to {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }

  81% {
    transform: translateX(32px);
    animation-timing-function: ease-in;
  }

  95% {
    transform: translateX(8px);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-right {
  animation: bounce-in-right 1.5s ease   both;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }

  72%,90%,to {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }

  81% {
    transform: translateY(-28px);
  }

  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
}

.animate-bounce-in-top {
  animation: bounce-in-top 1.5s ease   both;
}

@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }

  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }

  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }

  25%,55%,75%,87% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }

  to {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.animate-bounce-top {
  animation: bounce-top 1.3s ease   both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate-fade-in {
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000)   both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-fade-in-bottom {
  animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000)   both;
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-fade-in-left {
  animation: fade-in-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000)   both;
}

@keyframes fade-in-right {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-fade-in-right {
  animation: fade-in-right 1s cubic-bezier(0.390, 0.575, 0.565, 1.000)   both;
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-fade-in-top {
  animation: fade-in-top 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000)   both;
}

@keyframes flip-in-hor-top {
  0% {
    transform: rotateX(-80deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0);
    opacity: 1;
  }
}

.animate-flip-in-hor-top {
  animation: flip-in-hor-top 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes flip-in-ver-left {
  0% {
    transform: rotateY(80deg);
    opacity: 0;
  }

  to {
    transform: rotateY(0);
    opacity: 1;
  }
}

.animate-flip-in-ver-left {
  animation: flip-in-ver-left 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes flip-in-ver-right {
  0% {
    transform: rotateY(-80deg);
    opacity: 0;
  }

  to {
    transform: rotateY(0);
    opacity: 1;
  }
}

.animate-flip-in-ver-right {
  animation: flip-in-ver-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes flip-vertical-left {
  0% {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(-180deg);
  }
}

.animate-flip-vertical-left {
  animation: flip-vertical-left 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955)   both;
}

@keyframes flip-vertical-right {
  0% {
    transform: rotateY(0);
  }

  to {
    transform: rotateY(180deg);
  }
}

.animate-flip-vertical-right {
  animation: flip-vertical-right 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955)   both;
}

@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    filter: blur(12px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.animate-focus-in-contract {
  animation: focus-in-contract 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(300px);
    filter: blur(12px);
    opacity: 0;
  }

  to {
    transform: translateZ(12px);
    filter: blur(0);
    opacity: 1;
  }
}

.animate-focus-in-contract-bck {
  animation: focus-in-contract-bck 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes focus-in-expand {
  0% {
    letter-spacing: -.5em;
    filter: blur(12px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.animate-focus-in-expand {
  animation: focus-in-expand 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -.5em;
    transform: translateZ(-800px);
    filter: blur(12px);
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    filter: blur(0);
    opacity: 1;
  }
}

.animate-focus-in-expand-fwd {
  animation: focus-in-expand-fwd 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes jello-horizontal {
  0%,to {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, .85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }
}

.animate-jello-horizontal {
  animation: jello-horizontal 1.2s ease   both;
}

@keyframes jello-vertical {
  0%,to {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, .75, 1);
  }

  50% {
    transform: scale3d(.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, .95, 1);
  }

  75% {
    transform: scale3d(.95, 1.05, 1);
  }
}

.animate-jello-vertical {
  animation: jello-vertical 1.2s ease   both;
}

.animate-none {
  animation: none;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes roll-in-bottom {
  0% {
    transform: translateY(800px) rotate(540deg);
    opacity: 0;
  }

  to {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.animate-roll-in-bottom {
  animation: roll-in-bottom 1.2s ease   both;
}

@keyframes roll-in-left {
  0% {
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }

  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.animate-roll-in-left {
  animation: roll-in-left 1.2s ease   both;
}

@keyframes roll-in-right {
  0% {
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }

  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

.animate-roll-in-right {
  animation: roll-in-right 1.2s ease   both;
}

@keyframes roll-in-top {
  0% {
    transform: translateY(-800px) rotate(-540deg);
    opacity: 0;
  }

  to {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}

.animate-roll-in-top {
  animation: roll-in-top 1.2s ease   both;
}

@keyframes rotate-in-2-bck-ccw {
  0% {
    transform: translateZ(200px) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}

.animate-rotate-in-2-bck-ccw {
  animation: rotate-in-2-bck-ccw 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes rotate-in-2-bck-cw {
  0% {
    transform: translateZ(200px) rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}

.animate-rotate-in-2-bck-cw {
  animation: rotate-in-2-bck-cw 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes rotate-in-2-fwd-ccw {
  0% {
    transform: translateZ(-200px) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}

.animate-rotate-in-2-fwd-ccw {
  animation: rotate-in-2-fwd-ccw 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes rotate-in-2-fwd-cw {
  0% {
    transform: translateZ(-200px) rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: translateZ(0) rotate(0);
    opacity: 1;
  }
}

.animate-rotate-in-2-fwd-cw {
  animation: rotate-in-2-fwd-cw 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes rotate-in-hor {
  0% {
    transform: rotateX(360deg);
    opacity: 0;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.animate-rotate-in-hor {
  animation: rotate-in-hor 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes rotate-in-ver {
  0% {
    transform: rotateY(-360deg);
    opacity: 0;
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.animate-rotate-in-ver {
  animation: rotate-in-ver 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-hor-center {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

.animate-scale-in-hor-center {
  animation: scale-in-hor-center 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  to {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

.animate-scale-in-hor-left {
  animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-hor-right {
  0% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  to {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

.animate-scale-in-hor-right {
  animation: scale-in-hor-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-left {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 1;
  }

  to {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

.animate-scale-in-left {
  animation: scale-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-right {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 1;
  }

  to {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.animate-scale-in-right {
  animation: scale-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-ver-center {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

.animate-scale-in-ver-center {
  animation: scale-in-ver-center 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  to {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

.animate-scale-in-ver-top {
  animation: scale-in-ver-top 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-bck-bottom {
  0% {
    transform: translateZ(700px) translateY(300px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-bck-bottom {
  animation: slide-in-bck-bottom 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-bck-left {
  0% {
    transform: translateZ(700px) translateX(-400px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-bck-left {
  animation: slide-in-bck-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-bck-right {
  0% {
    transform: translateZ(700px) translateX(400px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-bck-right {
  animation: slide-in-bck-right 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-bck-top {
  0% {
    transform: translateZ(700px) translateY(-300px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-bck-top {
  animation: slide-in-bck-top 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-blurred-left {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }

  to {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

.animate-slide-in-blurred-left {
  animation: slide-in-blurred-left 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000)   both;
}

@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }

  to {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

.animate-slide-in-blurred-right {
  animation: slide-in-blurred-right 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000)   both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-bottom {
  animation: slide-in-bottom 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-fwd-bottom {
  animation: slide-in-fwd-bottom 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-fwd-left {
  0% {
    transform: translateZ(-1400px) translateX(-1000px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-fwd-left {
  animation: slide-in-fwd-left 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-fwd-right {
  0% {
    transform: translateZ(-1400px) translateX(1000px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-fwd-right {
  animation: slide-in-fwd-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-fwd-top {
  0% {
    transform: translateZ(-1400px) translateY(-800px);
    opacity: 0;
  }

  to {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-fwd-top {
  animation: slide-in-fwd-top 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-left {
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-right {
  animation: slide-in-right 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-in-top {
  animation: slide-in-top 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes slit-in-horizontal {
  0% {
    transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }

  54% {
    transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }

  to {
    transform: translateZ(0) rotateX(0);
  }
}

.animate-slit-in-horizontal {
  animation: slit-in-horizontal 1.0s ease   both;
}

@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }

  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }

  to {
    transform: translateZ(0) rotateY(0);
  }
}

.animate-slit-in-vertical {
  animation: slit-in-vertical 1.0s ease   both;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.animate-text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530)   both;
}

@keyframes tilt-in-left-2 {
  0% {
    transform: rotateX(30deg) translateX(-300px) skewX(30deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.animate-tilt-in-left-2 {
  animation: tilt-in-left-2 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes tilt-in-right-2 {
  0% {
    transform: rotateX(30deg) translateX(300px) skewX(-30deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg) translateX(0) skewX(0deg);
    opacity: 1;
  }
}

.animate-tilt-in-right-2 {
  animation: tilt-in-right-2 1.0s cubic-bezier(0.250, 0.460, 0.450, 0.940)   both;
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 2em;
    opacity: 0;
  }

  40% {
    opacity: .6;
  }

  to {
    letter-spacing: normal;
    opacity: 1;
  }
}

.animate-tracking-in-contract {
  animation: tracking-in-contract 1.1s cubic-bezier(0.215, 0.610, 0.355, 1.000)   both;
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -2em;
    opacity: 0;
  }

  40% {
    opacity: .6;
  }

  to {
    opacity: 1;
  }
}

.animate-tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000)   both;
}

@keyframes wobble-hor-bottom {
  0%,to {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.animate-wobble-hor-bottom {
  animation: wobble-hor-bottom 0.9s ease   both;
}

@keyframes wobble-hor-top {
  0%,to {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(6deg);
  }

  30% {
    transform: translateX(15px) rotate(-6deg);
  }

  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(-2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(1.2deg);
  }
}

.animate-wobble-hor-top {
  animation: wobble-hor-top 0.9s ease   both;
}

@keyframes wobble-ver-left {
  0%,to {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateY(-30px) rotate(-6deg);
  }

  30% {
    transform: translateY(15px) rotate(6deg);
  }

  45% {
    transform: translateY(-15px) rotate(-3.6deg);
  }

  60% {
    transform: translateY(9px) rotate(2.4deg);
  }

  75% {
    transform: translateY(-6px) rotate(-1.2deg);
  }
}

.animate-wobble-ver-left {
  animation: wobble-ver-left 0.9s ease   both;
}

@keyframes wobble-ver-right {
  0%,to {
    transform: translateY(0) rotate(0);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateY(-30px) rotate(6deg);
  }

  30% {
    transform: translateY(15px) rotate(-6deg);
  }

  45% {
    transform: translateY(-15px) rotate(3.6deg);
  }

  60% {
    transform: translateY(9px) rotate(-2.4deg);
  }

  75% {
    transform: translateY(-6px) rotate(1.2deg);
  }
}

.animate-wobble-ver-right {
  animation: wobble-ver-right 0.9s ease   both;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-r-\[1px\] {
  border-right-width: 1px;
}

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-main-base {
  --tw-border-opacity: 1;
  border-color: rgb(8 127 85 / var(--tw-border-opacity));
}

.border-main-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 75 39 / var(--tw-border-opacity));
}

.border-b-\[\#A1905C\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(161 144 92 / var(--tw-border-opacity));
}

.border-b-\[\#F1D685\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 214 133 / var(--tw-border-opacity));
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-main-darker {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 51 33 / var(--tw-border-opacity));
}

.border-b-main-deep {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 98 53 / var(--tw-border-opacity));
}

.border-b-mono-pale {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}

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

.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-r-\[\#F1D685\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 214 133 / var(--tw-border-opacity));
}

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

.bg-\[\#A3BDB2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 189 178 / var(--tw-bg-opacity));
}

.bg-\[\#C4DED2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 222 210 / var(--tw-bg-opacity));
}

.bg-\[\#E0EFE8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 232 / var(--tw-bg-opacity));
}

.bg-\[\#E3EAE6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 234 230 / var(--tw-bg-opacity));
}

.bg-accent-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 226 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cv-base {
  --tw-bg-opacity: 1;
  background-color: rgb(255 131 59 / var(--tw-bg-opacity));
}

.bg-main-base {
  --tw-bg-opacity: 1;
  background-color: rgb(8 127 85 / var(--tw-bg-opacity));
}

.bg-main-clear {
  --tw-bg-opacity: 1;
  background-color: rgb(191 232 158 / var(--tw-bg-opacity));
}

.bg-main-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 75 39 / var(--tw-bg-opacity));
}

.bg-main-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 33 / var(--tw-bg-opacity));
}

.bg-mono-clear {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-mono-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-\[url\(\'\/img\/lp_rwd\/lp12\/lp12_bg_attention\.png\'\)\] {
  background-image: url('/img/lp_rwd/lp12/lp12_bg_attention.png');
}

.bg-\[url\(\'\/img\/lp_rwd\/lp12\/lp12_bg_oralrevive\.png\'\)\] {
  background-image: url('/img/lp_rwd/lp12/lp12_bg_oralrevive.png');
}

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

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

.from-\[\#FFD24B\] {
  --tw-gradient-from: #FFD24B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 210 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cv-base {
  --tw-gradient-from: #FF833B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 131 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-70\% {
  --tw-gradient-from-position: 70%;
}

.via-\[\#F5E8C1\] {
  --tw-gradient-to: rgb(245 232 193 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F5E8C1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

.to-100\% {
  --tw-gradient-to-position: 100%;
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

.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-12 {
  padding-bottom: 3rem;
}

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

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

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

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

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

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

.\!align-middle {
  vertical-align: middle !important;
}

.font-header {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-mintyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.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-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-bold {
  font-weight: 700;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-\[\#F1D685\] {
  --tw-text-opacity: 1;
  color: rgb(241 214 133 / var(--tw-text-opacity));
}

.text-accent-deep {
  --tw-text-opacity: 1;
  color: rgb(209 65 23 / var(--tw-text-opacity));
}

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

.text-cv-base {
  --tw-text-opacity: 1;
  color: rgb(255 131 59 / var(--tw-text-opacity));
}

.text-main-dark {
  --tw-text-opacity: 1;
  color: rgb(0 75 39 / var(--tw-text-opacity));
}

.text-main-darker {
  --tw-text-opacity: 1;
  color: rgb(0 51 33 / var(--tw-text-opacity));
}

.text-mono-dark {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

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

.text-transparent {
  color: transparent;
}

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

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

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

.\[box-shadow\:5px_5px_0_0_rgb\(241\2c 214\2c 133\)\] {
  box-shadow: 5px 5px 0 0 rgb(241,214,133);
}

.\[clip-path\:polygon\(20\%_0\2c _100\%_50\%\2c _20\%_100\%\)\] {
  clip-path: polygon(20% 0, 100% 50%, 20% 100%);
}

.\[clip-path\:polygon\(50\%_60\%\2c 0_0\2c 100\%_0\)\] {
  clip-path: polygon(50% 60%,0 0,100% 0);
}

.\[counter-increment\:section-point-count_1\] {
  counter-increment: section-point-count 1;
}

.before\:text-4xl::before {
  content: var(--tw-content);
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.before\:content-\[counter\(section-point-count\)_\'\.\'\]::before {
  --tw-content: counter(section-point-count) '.';
  content: var(--tw-content);
}

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

.hover\:text-main-base:hover {
  --tw-text-opacity: 1;
  color: rgb(8 127 85 / var(--tw-text-opacity));
}

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

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

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

@media (min-width: 768px) {
  .sm\:left-\[-60\%\] {
    left: -60%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-\[-17\%\] {
    top: -17%;
  }

  .sm\:top-\[-33\%\] {
    top: -33%;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

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

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

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

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

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

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

  .sm\:\!block {
    display: block !important;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-\[2\.75rem\] {
    height: 2.75rem;
  }

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

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

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

  .sm\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .sm\:basis-8\/12 {
    flex-basis: 66.666667%;
  }

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

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

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

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

  .sm\:p-3 {
    padding: 0.75rem;
  }

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .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-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 992px) {
  .md\:h-\[13rem\] {
    height: 13rem;
  }
}

.\[\&_\>_\*\]\:mb-12 > * {
  margin-bottom: 3rem;
}

.\[\&_\>_\*\]\:mb-4 > * {
  margin-bottom: 1rem;
}

.\[\&_\>_\*\]\:mb-6 > * {
  margin-bottom: 1.5rem;
}

.\[\&_\>_\*\]\:mb-8 > * {
  margin-bottom: 2rem;
}