@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);

:root {
  --clr-white: #ffffff;
  --clr-black: #000000;

  --clr-neutral-50: #fcfcfc;
  --clr-neutral-100: #f9f9f9;
  --clr-neutral-125: #f5f5f5;
  --clr-neutral-150: #e6e6e6;
  --clr-neutral-175: #f2f2f2;
  --clr-neutral-200: #dddddd;
  --clr-neutral-250: #e6e7e8;
  --clr-neutral-300: #d9d9d9;
  --clr-neutral-350: #d3d3d3;
  --clr-neutral-400: #bcbec0;
  --clr-neutral-450: #a7a9ac;

  --clr-gray-200: #d1d3d4;
  --clr-gray-300: #9d9fa2;
  --clr-gray-400: #939598;
  --clr-gray-450: #58595b;
  --clr-gray-500: #4d4d4f;
  --clr-gray-550: #4d4d4d;
  --clr-gray-600: #373940;
  --clr-gray-650: #414042;
  --clr-gray-900: #222222;

  --clr-red-50: #fde8e9;
  --clr-red-200: #f5c4c6;
  --clr-red-600: #ff3c23;
  --clr-red-700: #d71920;
  --clr-red-750: #cc0000;
  --clr-red-800: #aa0000;

  --transition-colors: color, background-color, border-color, text-decoration-color, fill, stroke;
  /* Transitions timing function */
  --ease-linear: linear;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);

  /* Border radius */
  --rounded: 0.25rem;
  --rounded-6: 0.375rem;
  --rounded-8: 0.5rem;
  --rounded-20: 1.25rem;
  --rounded-full: 9999px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}


/* html[lang='ja-JP'] body {
  font-family: 'Noto Sans JP', sans-serif;
} */

html[dir=ltr] li a {
  margin-left: 0;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

a:hover, a:focus {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
hr, 
span {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

button {
  padding: 0;
  outline: none;
  user-select: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

.skeleton {
  width: 100%;
  height: 1em;
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

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

.wrapper-body {
  min-height: calc(100dvh - 72px - 50px);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  font-family: 'Open Sans', sans-serif;
}

.pagination-prev, .pagination-next {
  display: inline-flex;
  align-items: center;
}

.pagination-prev button, .pagination-next button {
  background-color: transparent;
  color: var(--clr-gray-400);
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pagination-prev button {
  rotate: 180deg;
}

.pagination-page {
  color: var(--clr-gray-400);
  font-size: 14px;
  font-weight: 400;
}

#onetrust-banner-sdk div, #onetrust-banner-sdk span, #onetrust-banner-sdk h1, #onetrust-banner-sdk h2, #onetrust-banner-sdk h3, #onetrust-banner-sdk h4, #onetrust-banner-sdk h5, #onetrust-banner-sdk h6, #onetrust-banner-sdk p, #onetrust-banner-sdk img, #onetrust-banner-sdk svg, #onetrust-banner-sdk button, #onetrust-banner-sdk section, #onetrust-banner-sdk a, #onetrust-banner-sdk label, #onetrust-banner-sdk input, #onetrust-banner-sdk ul, #onetrust-banner-sdk li, #onetrust-banner-sdk nav, #onetrust-banner-sdk table, #onetrust-banner-sdk thead, #onetrust-banner-sdk tr, #onetrust-banner-sdk td, #onetrust-banner-sdk tbody, #onetrust-banner-sdk .ot-main-content, #onetrust-banner-sdk .ot-toggle, #onetrust-banner-sdk #ot-content, #onetrust-banner-sdk #ot-pc-content, #onetrust-banner-sdk .checkbox, #onetrust-pc-sdk div, #onetrust-pc-sdk span, #onetrust-pc-sdk h1, #onetrust-pc-sdk h2, #onetrust-pc-sdk h3, #onetrust-pc-sdk h4, #onetrust-pc-sdk h5, #onetrust-pc-sdk h6, #onetrust-pc-sdk p, #onetrust-pc-sdk img, #onetrust-pc-sdk svg, #onetrust-pc-sdk button, #onetrust-pc-sdk section, #onetrust-pc-sdk a, #onetrust-pc-sdk label, #onetrust-pc-sdk input, #onetrust-pc-sdk ul, #onetrust-pc-sdk li, #onetrust-pc-sdk nav, #onetrust-pc-sdk table, #onetrust-pc-sdk thead, #onetrust-pc-sdk tr, #onetrust-pc-sdk td, #onetrust-pc-sdk tbody, #onetrust-pc-sdk .ot-main-content, #onetrust-pc-sdk .ot-toggle, #onetrust-pc-sdk #ot-content, #onetrust-pc-sdk #ot-pc-content, #onetrust-pc-sdk .checkbox, #ot-sdk-cookie-policy div, #ot-sdk-cookie-policy span, #ot-sdk-cookie-policy h1, #ot-sdk-cookie-policy h2, #ot-sdk-cookie-policy h3, #ot-sdk-cookie-policy h4, #ot-sdk-cookie-policy h5, #ot-sdk-cookie-policy h6, #ot-sdk-cookie-policy p, #ot-sdk-cookie-policy img, #ot-sdk-cookie-policy svg, #ot-sdk-cookie-policy button, #ot-sdk-cookie-policy section, #ot-sdk-cookie-policy a, #ot-sdk-cookie-policy label, #ot-sdk-cookie-policy input, #ot-sdk-cookie-policy ul, #ot-sdk-cookie-policy li, #ot-sdk-cookie-policy nav, #ot-sdk-cookie-policy table, #ot-sdk-cookie-policy thead, #ot-sdk-cookie-policy tr, #ot-sdk-cookie-policy td, #ot-sdk-cookie-policy tbody, #ot-sdk-cookie-policy .ot-main-content, #ot-sdk-cookie-policy .ot-toggle, #ot-sdk-cookie-policy #ot-content, #ot-sdk-cookie-policy #ot-pc-content, #ot-sdk-cookie-policy .checkbox, #ot-sync-ntfy div, #ot-sync-ntfy span, #ot-sync-ntfy h1, #ot-sync-ntfy h2, #ot-sync-ntfy h3, #ot-sync-ntfy h4, #ot-sync-ntfy h5, #ot-sync-ntfy h6, #ot-sync-ntfy p, #ot-sync-ntfy img, #ot-sync-ntfy svg, #ot-sync-ntfy button, #ot-sync-ntfy section, #ot-sync-ntfy a, #ot-sync-ntfy label, #ot-sync-ntfy input, #ot-sync-ntfy ul, #ot-sync-ntfy li, #ot-sync-ntfy nav, #ot-sync-ntfy table, #ot-sync-ntfy thead, #ot-sync-ntfy tr, #ot-sync-ntfy td, #ot-sync-ntfy tbody, #ot-sync-ntfy .ot-main-content, #ot-sync-ntfy .ot-toggle, #ot-sync-ntfy #ot-content, #ot-sync-ntfy #ot-pc-content, #ot-sync-ntfy .checkbox {
  font-family: var(--ff-open-sans) !important;
}

#onetrust-policy-text a.ot-cookie-policy-link {
  display: inline;
}