@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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]) {
  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::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;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-\[20px\]{
  bottom: -20px;
}
.-top-\[30px\]{
  top: -30px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-4{
  left: 1rem;
}
.left-\[-16px\]{
  left: -16px;
}
.left-\[-28px\]{
  left: -28px;
}
.left-\[10px\]{
  left: 10px;
}
.left-\[20px\]{
  left: 20px;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-4{
  right: 1rem;
}
.right-\[-16px\]{
  right: -16px;
}
.right-\[10px\]{
  right: 10px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-\[-18px\]{
  top: -18px;
}
.top-\[-53px\]{
  top: -53px;
}
.top-\[-60px\]{
  top: -60px;
}
.top-\[30px\]{
  top: 30px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[5000\]{
  z-index: 5000;
}
.-m-2{
  margin: -0.5rem;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-20{
  margin-bottom: -5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.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-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[56px\]{
  margin-bottom: 56px;
}
.mb-\[84px\]{
  margin-bottom: 84px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-40px\]{
  margin-top: -40px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-28{
  height: 7rem;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[56px\]{
  height: 56px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-\[184px\]{
  min-height: 184px;
}
.min-h-\[2rem\]{
  min-height: 2rem;
}
.min-h-\[8rem\]{
  min-height: 8rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[164px\]{
  width: 164px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[5em\]{
  width: 5em;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[7em\]{
  width: 7em;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: max-content;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[224px\]{
  max-width: 224px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[425px\]{
  max-width: 425px;
}
.max-w-\[427px\]{
  max-width: 427px;
}
.max-w-\[428px\]{
  max-width: 428px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[524px\]{
  max-width: 524px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[608px\]{
  max-width: 608px;
}
.max-w-\[623px\]{
  max-width: 623px;
}
.max-w-\[635px\]{
  max-width: 635px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[839px\]{
  max-width: 839px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-none{
  max-width: none;
}
.flex-grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.-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));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\]{
  --tw-scale-x: -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));
}
.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;
}
.appearance-none{
  appearance: none;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-\[10px\]{
  column-gap: 10px;
}
.gap-x-\[12px\]{
  column-gap: 12px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-\[18px\]{
  row-gap: 18px;
}
.gap-y-\[50px\]{
  row-gap: 50px;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l-\[1px\]{
  border-left-width: 1px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#505050\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#BFBFBF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CBAB00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 171 0 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 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-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-\[\#5a5c61\]{
  --tw-gradient-from: #5a5c61 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(90 92 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5a5d60\]{
  --tw-gradient-from: #5a5d60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(90 93 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5b5d61\]{
  --tw-gradient-from: #5b5d61 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 93 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#655500\]{
  --tw-gradient-from: #655500 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 85 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#b9b8b8\]{
  --tw-gradient-from: #b9b8b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 184 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#CBAB00\]{
  --tw-gradient-to: rgb(203 171 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #CBAB00 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#5a5c61\]{
  --tw-gradient-to: #5a5c61 var(--tw-gradient-to-position);
}
.to-\[\#655500\]{
  --tw-gradient-to: #655500 var(--tw-gradient-to-position);
}
.to-\[\#b9b8b8\]{
  --tw-gradient-to: #b9b8b8 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:200\%_auto\]{
  background-size: 200% auto;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[18px\]{
  padding: 18px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[24px\]{
  padding-bottom: 24px;
}
.pb-\[28px\]{
  padding-bottom: 28px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-\[56px\]{
  padding-bottom: 56px;
}
.pb-\[76px\]{
  padding-bottom: 76px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[103px\]{
  padding-top: 103px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[48px\]{
  padding-top: 48px;
}
.pt-\[56px\]{
  padding-top: 56px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.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-\[10px\]{
  font-size: 10px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[46px\]{
  font-size: 46px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[56px\]{
  font-size: 56px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/snug{
  font-size: 1rem;
  line-height: 1.375;
}
.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-xl\/loose{
  font-size: 1.25rem;
  line-height: 2;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[0\]{
  line-height: 0;
}
.leading-\[1\.2em\]{
  line-height: 1.2em;
}
.leading-\[2\.85rem\]{
  line-height: 2.85rem;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#0D44A5\]{
  --tw-text-opacity: 1;
  color: rgb(13 68 165 / var(--tw-text-opacity, 1));
}
.text-\[\#32c755\]{
  --tw-text-opacity: 1;
  color: rgb(50 199 85 / var(--tw-text-opacity, 1));
}
.text-\[\#602790\]{
  --tw-text-opacity: 1;
  color: rgb(96 39 144 / var(--tw-text-opacity, 1));
}
.text-\[\#A50016\]{
  --tw-text-opacity: 1;
  color: rgb(165 0 22 / var(--tw-text-opacity, 1));
}
.text-\[\#BE9F00\]{
  --tw-text-opacity: 1;
  color: rgb(190 159 0 / var(--tw-text-opacity, 1));
}
.text-\[\#CBAB00\]{
  --tw-text-opacity: 1;
  color: rgb(203 171 0 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-85{
  opacity: 0.85;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.\[filter\:drop-shadow\(0_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.6\)\)\]{
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.6));
}
.\[filter\:drop-shadow\(0_4px_3px_rgba\(0\2c 0\2c 0\2c 0\.5\)\)\]{
  filter: drop-shadow(0 4px 3px rgba(0,0,0,0.5));
}
/*
Author: 株式会社ハジメクリエイト
Author URI: https://hajimecreate.com/
*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  line-height: 1;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  word-break: break-all;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #191919;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  text-decoration: none;
}

address {
  font-style: normal;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grecaptcha-badge {
  display: none !important;
}

.fixed-header {
  position: sticky !important;
  left: -1px;
  background-color: #000;
  z-index: 2;
}
.fixed-header:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid white;
}

.header {
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
.header .openbtn1 {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #191919;
}
.header .openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  right: 0;
  height: 3px;
  background: #f6f6f6;
  width: 100%;
}
.header .openbtn1 span:nth-of-type(1) {
  top: 17px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
.header .openbtn1 span:nth-of-type(2) {
  top: 28px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
.header .openbtn1 span:nth-of-type(3) {
  top: 39px;
  right: 13px;
  width: 30px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}
.header .openbtn1.active span:nth-of-type(1) {
  top: 25px; /* Adjust top position to align with the middle */
  right: 13px; /* Ensure alignment with the original right value */
  transform: rotate(-45deg);
  width: 30px; /* Maintain original width */
}
.header .openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.header .openbtn1.active span:nth-of-type(3) {
  top: 25px; /* Adjust top position to align with the middle */
  right: 13px; /* Ensure alignment with the original right value */
  transform: rotate(45deg);
  width: 30px; /* Maintain original width */
}

.footer-link:after {
  content: "";
  /* 複数の背景画像を設定 */
  background-image: url("../img/top/footer_link_icon.webp");
  /* 画像の表示方法を設定 */
  background-repeat: no-repeat;
  position: absolute;
  right: -16px;
  bottom: -1px;
  background-size: cover;
  width: 24px;
  height: 24px;
  z-index: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: "";
  background-image: url("../img/top/slider_prev_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 0;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: "";
  background-image: url("../img/top/slider_next_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  transform: translateY(-50%);
  background-size: cover;
  width: 48px;
  height: 48px;
  z-index: 0;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

#recommended .swiper-pagination {
  height: 6px;
  bottom: 60px !important;
}
#recommended .swiper-pagination-bullet {
  background-color: #fff;
  border: solid 1px #191919;
  opacity: 1 !important;
}
#recommended .swiper-pagination-bullet-active {
  background-color: #191919 !important;
}

#merit .swiper-pagination {
  height: 6px;
  bottom: -12px !important;
}
#merit .swiper-pagination-bullet {
  background-color: #f6f6f6 !important;
}

.accordion {
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  text-align: left;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #ddd;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.before-after-slider {
  max-width: 100%;
  /* WebKit向けのつまみ */
  /* Moz向けのつまみ */
  /* Firefoxで点線が周りに表示されてしまう問題の解消 */
}
.before-after-slider__before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  border-right: 2px solid #f6f6f6;
  z-index: 5;
}
.before-after-slider__before-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.before-after-slider__before::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 5px solid #f6f6f6;
  border-radius: 50%;
  background: #f6f6f6;
}
.before-after-slider__before::after {
  content: "";
  background: url("../img/top/ba-arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  right: -13px;
  width: 22px;
  height: 14px;
  z-index: 2;
}
.before-after-slider__after {
  position: relative;
  z-index: 2;
}
.before-after-slider__after-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.before-after-slider .slider_range {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: col-resize;
}
.before-after-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /*  デフォルトのつまみのスタイルを解除 */
  background: #fff; /* 背景色 */
  width: 30px;
  height: 30px;
  border-radius: 50%; /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); /* 影 */
}
.before-after-slider input[type=range]::-moz-range-thumb {
  background: #fff; /* 背景色 */
  width: 30px;
  height: 30px;
  border-radius: 50%; /* 円形に */
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); /* 影 */
  border: none; /* デフォルトの線を消す */
}
.before-after-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

#other_works .before-after-slider__before {
  border-color: #fff;
}
#other_works .before-after-slider__before::before {
  background: #fff;
  border-color: #fff;
}

.top {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.top-menu {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 0 0 24px;
  position: fixed;
  z-index: 2000;
  top: -140vh;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: auto;
}
.top-menu-wrap {
  padding: 59px 40px 28px;
}
.top-menu-list {
  font-size: clamp(0px, 7.7777777778vw, 28px);
  line-height: 1.5;
  color: #3bb4ff;
  position: relative;
  align-items: center;
  display: flex;
  margin: 64px 0 0 0;
}
.top-menu-list .data-target {
  display: block;
  width: 100%;
  z-index: 500;
}
.top-menu-list::before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s;
  z-index: 400;
}
.top .menu-active {
  top: 0;
  background-color: #fff;
}
.top-declaration-head {
  z-index: 1;
  position: relative;
}
.top-declaration-head::before {
  content: "";
  background-image: url("../img/top/declaration_deco.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -102px;
  transform: translateX(-50%);
  background-size: cover;
  width: 462px;
  height: 264px;
  z-index: 0;
}
@media screen and (max-width: 1022px) {
  .top-declaration-head::before {
    top: -8px;
    width: 200px;
    height: 100px;
  }
}
.top-commit-head {
  z-index: 1;
  position: relative;
}
.top-commit-head::before {
  content: "";
  background-image: url("../img/top/commit_deco_l.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  width: 28px;
  height: 28px;
  z-index: 0;
}
.top-commit-head::after {
  content: "";
  background-image: url("../img/top/commit_deco_r.webp");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  width: 28px;
  height: 28px;
  z-index: 0;
}
.top-commit-list-bg-a {
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1920/563;
}
@media (max-width: 1200px) {
  .top-commit-list-bg-a {
    padding-top: 40%;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 1022px) {
  .top-commit-list-bg-a {
    background-size: 1000px;
    padding-top: 57%;
    aspect-ratio: initial;
  }
}
.top-commit-list-bg-b {
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1920/563;
}
@media (max-width: 1200px) {
  .top-commit-list-bg-b {
    padding-top: 40%;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 1022px) {
  .top-commit-list-bg-b {
    background-size: 1000px;
    padding-top: 57%;
    aspect-ratio: initial;
  }
}
.top-commit-list-item-01::before {
  content: "";
  background-image: url("../img/top/k01.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -108px;
  top: -60px;
  background-size: cover;
  width: 120px;
  height: 131px;
  z-index: 2;
}
@media screen and (max-width: 623px) {
  .top-commit-list-item-01::before {
    width: 90px;
    height: 99px;
    left: -20px;
  }
}
.top-commit-list-item-02::before {
  content: "";
  background-image: url("../img/top/k02.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -106px;
  top: -60px;
  background-size: contain;
  width: 132px;
  height: 132px;
  z-index: 2;
}
@media screen and (max-width: 623px) {
  .top-commit-list-item-02::before {
    background-size: contain;
    right: -16px;
    top: -80px;
    width: 100px;
    height: 100px;
  }
}
.top-commit-list-item-03::before {
  content: "";
  background-image: url("../img/top/k03.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -109px;
  top: -57px;
  background-size: contain;
  width: 132px;
  height: 132px;
  z-index: 2;
}
@media screen and (max-width: 623px) {
  .top-commit-list-item-03::before {
    left: -20px;
    top: -80px;
    background-size: contain;
    width: 100px;
    height: 100px;
  }
}
.top-commit-list-item-04::before {
  content: "";
  background-image: url("../img/top/k04.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -106px;
  top: -80px;
  background-size: cover;
  width: 132px;
  height: 120px;
  z-index: 2;
}
@media screen and (max-width: 623px) {
  .top-commit-list-item-04::before {
    background-size: contain;
    right: -20px;
    top: -80px;
    width: 100px;
    height: 100px;
  }
}
.top-commit-list-item-05::before {
  content: "";
  background-image: url("../img/top/k05.png");
  background-repeat: no-repeat;
  position: absolute;
  left: -106px;
  top: -57px;
  background-size: cover;
  width: 132px;
  height: 120px;
  z-index: 2;
}
@media screen and (max-width: 623px) {
  .top-commit-list-item-05::before {
    left: -20px;
    top: -80px;
    width: 110px;
    height: 100px;
  }
}
.top-page-link-coating {
  z-index: 1;
  position: relative;
}
.top-page-link-coating::after {
  content: "";
  background-image: url("../img/top/page_link_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  background-size: cover;
  width: 40px;
  height: 18px;
  z-index: 0;
}
.top-page-link-keeper {
  z-index: 1;
  position: relative;
}
.top-page-link-keeper::after {
  content: "";
  background-image: url("../img/top/page_link_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  background-size: cover;
  width: 40px;
  height: 18px;
  z-index: 0;
}
.top-page-link-carwash {
  z-index: 1;
  position: relative;
}
.top-page-link-carwash::after {
  content: "";
  background-image: url("../img/top/page_link_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  background-size: cover;
  width: 40px;
  height: 18px;
  z-index: 0;
}
.top-work {
  background-image: url("../img/top/back.jpg");
  background-repeat: repeat;
  left: 0;
  top: 0;
  background-size: auto;
  background-position: center;
}
@media screen and (max-width: 1022px) {
  .top-work {
    background-image: url("../img/top/back_sp.jpg");
  }
}
@keyframes shine-loop {
  0%, 25%, 100% {
    opacity: 0;
  }
  12.5% {
    opacity: 0.5;
  }
}
@keyframes initial-pause {}
.medal-wrap.anim-box.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.medal-wrap.anim-box.kiran::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  /*
   * 2つのアニメーションをカンマで区切って指定
   * 1. 最初の5秒待機させるためのダミーアニメーション
   * 2. 5秒後から2秒サイクルで無限にループするキラキラアニメーション
   */
  animation: initial-pause 5s forwards, shine-loop 2s infinite linear 5s;
  transform: scale(2) rotate(45deg);
}

@keyframes shine-loop {
  0%, 25%, 100% {
    opacity: 0;
    transform: scale(2) rotate(45deg);
  }
  12.5% {
    opacity: 0.5;
    transform: scale(25) rotate(45deg);
  }
}
#menu-area {
  background-image: url("../img/top/bg_footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1022px) {
  #menu-area {
    background-image: url("../img/top/bg_common_sp.webp");
  }
}

#video {
  /*天地中央配置*/
  z-index: -1;
  /*縦横幅指定*/
  height: 85vh;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1022px) {
  #video {
    height: 70vh;
  }
  @supports not (height: 1dvh) {
    #video {
      /* iOSのsafari向け */
      height: 70vh;
    }
  }
}

thead th,
thead td {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 4px;
  text-align: center;
  position: relative;
  border-collapse: collapse;
}

th,
td {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 4px;
  text-align: center;
  position: relative;
  border-collapse: collapse;
}

th {
  background-color: #000;
  color: #fff;
}

.diagonal {
  position: relative;
  width: 100px; /* adjust as needed */
  height: 50px; /* adjust as needed */
}

.diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 110px;
  border-left: 1px solid #fff;
  transform: rotate(-63deg);
  transform-origin: top left;
}
@media screen and (max-width: 680px) {
  .diagonal::before {
    height: 88px;
    transform: rotate(-55deg);
  }
}

.diagonal2 {
  position: relative;
  width: 100px; /* adjust as needed */
  height: 50px; /* adjust as needed */
}

.diagonal2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 221px;
  border-left: 1px solid #fff;
  transform: rotate(-77deg);
  transform-origin: top left;
}
@media screen and (max-width: 1022px) {
  .diagonal2::before {
    height: 162px;
    transform: rotate(-73deg);
  }
}

.swipeConfirm {
  display: none;
}
@media screen and (max-width: 1022px) {
  .swipeConfirm {
    display: flex;
  }
}

#tsuyanowa {
  background-image: url("../img/top/light_left.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
  padding-top: 177px;
}
@media screen and (max-width: 1022px) {
  #tsuyanowa {
    padding-top: 70px;
  }
}
#tsuyanowa .sizeGuideBox {
  background-image: url("../img/top/bg_sizeguide.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#keeper-coating {
  background-image: url("../img/top/light_right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
  padding-top: 177px;
}
@media screen and (max-width: 1022px) {
  #keeper-coating {
    padding-top: 70px;
  }
}

#car-wash {
  background-image: url("../img/top/light_left.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
  padding-top: 177px;
}
@media screen and (max-width: 1022px) {
  #car-wash {
    padding-top: 70px;
  }
}

.mfp-bg {
  background: #494949 !important;
}

.mfp-close {
  display: none !important;
}

.selectBoxMark {
  position: relative;
}
.selectBoxMark::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #000;
  border-bottom: 0;
  transform: translateY(-50%);
}

#footer {
  background-image: url("../img/top/bg_footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1022px) {
  #footer {
    background-image: url("../img/top/bg_common_sp.webp");
  }
}

.bg-fv-childPage {
  background-image: url("../img/top/commit_list_bg_a.webp");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1022px) {
  .bg-fv-childPage {
    background-size: cover;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.anton {
  font-family: "Anton", sans-serif;
  font-style: normal;
}

.color-fff {
  color: #fff;
}

.color-ffd {
  color: #f6f6f6;
}

.color-191 {
  color: #191919;
}

.color-5df {
  color: #5cd3ff;
}

.bg-white-fff {
  background: #fff;
}

.bg-ffd {
  background: #f6f6f6;
}

.bg-191 {
  background: #191919;
}

.bg-3BB {
  background: #3bb4ff;
}

.bg-06C {
  background: #06c755;
}

.bg-9F4 {
  background: #9f41ff;
}

.divide-border-b {
  position: relative;
}
.divide-border-b::before {
  content: "";
  background-image: url("../img/top/divide-border.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2px;
  z-index: 0;
}

.divide-border {
  position: relative;
}
.divide-border::before {
  content: "";
  background-image: url("../img/border-b.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2px;
  z-index: 0;
}

/*アコーディオン全体*/
.accordion-arrow::after {
  content: "";
  background-image: url("../img/top/accordion_arrow.webp");
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 26px;
  height: 16px;
  z-index: 0;
}

/*アコーディオンタイトル*/
.title {
  transition: all 0.5s ease;
}
.title::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 16px;
  right: 12px;
  top: 28px;
  transform: rotate(0deg);
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
}

/*ボタン ホバー時の挙動*/
.scale {
  transition: 0.2s;
}
.scale:hover {
  transform: scale(1.1, 1.1);
}

.scale-link-btn {
  transition: 0.2s;
}
.scale-link-btn:hover {
  transform: scale(1.05, 1.05);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-right:hover{
  background-position: right;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:bottom-16{
    bottom: 4rem;
  }
  .sm\:left-12{
    left: 3rem;
  }
  .sm\:left-\[100px\]{
    left: 100px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mt-1{
    margin-top: 0.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-\[20\%\]{
    width: 20%;
  }
  .sm\:w-\[380px\]{
    width: 380px;
  }
  .sm\:w-\[40\%\]{
    width: 40%;
  }
  .sm\:w-\[428px\]{
    width: 428px;
  }
  .sm\:w-\[610px\]{
    width: 610px;
  }
  .sm\:w-\[75\%\]{
    width: 75%;
  }
  .sm\:w-\[80\%\]{
    width: 80%;
  }
  .sm\:min-w-\[360px\]{
    min-width: 360px;
  }
  .sm\:max-w-\[110px\]{
    max-width: 110px;
  }
  .sm\:max-w-\[292px\]{
    max-width: 292px;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pl-2{
    padding-left: 0.5rem;
  }
  .sm\:pr-0{
    padding-right: 0px;
  }
  .sm\:pr-2{
    padding-right: 0.5rem;
  }
  .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-\[14px\]{
    font-size: 14px;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-\[64px\]{
    font-size: 64px;
  }
  .sm\:text-\[90px\]{
    font-size: 90px;
  }
  .sm\:text-\[96px\]{
    font-size: 96px;
  }
  .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\:leading-6{
    line-height: 1.5rem;
  }
  .sm\:leading-7{
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:top-\[56px\]{
    top: 56px;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:h-40{
    height: 10rem;
  }
  .md\:min-h-\[184px\]{
    min-height: 184px;
  }
  .md\:w-40{
    width: 10rem;
  }
  .md\:w-\[45\%\]{
    width: 45%;
  }
  .md\:w-\[800px\]{
    width: 800px;
  }
  .md\:max-w-\[200px\]{
    max-width: 200px;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-y-\[20px\]{
    row-gap: 20px;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-normal{
    line-height: 1.5;
  }
}
@media (min-width: 1024px){
  .lg\:-m-5{
    margin: -1.25rem;
  }
  .lg\:-mt-80{
    margin-top: -20rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[105px\]{
    margin-bottom: 105px;
  }
  .lg\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-\[83px\]{
    margin-top: 83px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[10em\]{
    height: 10em;
  }
  .lg\:h-\[11em\]{
    height: 11em;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[295px\]{
    width: 295px;
  }
  .lg\:w-\[380px\]{
    width: 380px;
  }
  .lg\:w-\[69px\]{
    width: 69px;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[80px\]{
    width: 80px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[1020px\]{
    max-width: 1020px;
  }
  .lg\:max-w-\[1040px\]{
    max-width: 1040px;
  }
  .lg\:max-w-\[1123px\]{
    max-width: 1123px;
  }
  .lg\:max-w-\[1180px\]{
    max-width: 1180px;
  }
  .lg\:max-w-\[428px\]{
    max-width: 428px;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:max-w-\[732px\]{
    max-width: 732px;
  }
  .lg\:max-w-\[780px\]{
    max-width: 780px;
  }
  .lg\:max-w-\[800px\]{
    max-width: 800px;
  }
  .lg\:max-w-\[925px\]{
    max-width: 925px;
  }
  .lg\:max-w-\[960px\]{
    max-width: 960px;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:border-l-0{
    border-left-width: 0px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .lg\:pb-\[105px\]{
    padding-bottom: 105px;
  }
  .lg\:pb-\[144px\]{
    padding-bottom: 144px;
  }
  .lg\:pb-\[20px\]{
    padding-bottom: 20px;
  }
  .lg\:pb-\[72px\]{
    padding-bottom: 72px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-\[144px\]{
    padding-top: 144px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pt-\[72px\]{
    padding-top: 72px;
  }
  .lg\:text-3xl\/loose{
    font-size: 1.875rem;
    line-height: 2;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[96px\]{
    font-size: 96px;
  }
  .lg\:\!leading-\[4rem\]{
    line-height: 4rem !important;
  }
}