/*! =Last modified: 2022-06-30 04:58:17 UTC+0000
================================================================================*/
:root {
  --blue: #0000f5;
  --yellow: #ffdc00;
  --red: #FF273B;
  --green: #00c500;
  --primary: var(--blue);
  --secondary: var(--yellow);
  --accent: var(--green);
  --grey: #aaa;
  --dark-grey: #595959;
  --light-grey: #ededed;
  --base-color: #404040;
  --link-color: var(--primary);
  --link-hover: #0000cc;
  --button-color: var(--link-color);
  --button-hover-color: var(--link-hover);
  --button-hover: var(--button-hover-color);
  --star-size: 20px;
  --star-color: #fff;
  --star-active: var(--yellow);
  --radius: 0.25rem;
}

html, body {
  min-width: 320px !important;
  color: var(--base-color);
  font-family: 'Inter',sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
}
h1,h2,h3,h4,h5 {
	font-family: 'Montserrat',sans-serif !important;
	font-weight: 800 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

/* =Header
================================================================================*/
.header svg {
    max-width: 190px;
}
.nav-link {
    color: #fff;
}
.nav-link:hover,
span.nav-link,
span.nav-link:hover,
.nav-link.current-page {
    color: var(--secondary);
}

header {
	background-color: var(--primary);
}

/* =Footer
================================================================================*/
footer {
    padding-top: 1.5rem;
    font-size: 0.812rem;
    background-color: var(--bs-gray-100);
    box-shadow: none;
    border-top: 1px solid var(--bs-gray-300);
}
footer a {
    text-decoration: none;
}
.disclosure,
.footer-content {
  opacity: 0.8;
}
.footer-links {
    margin-bottom: 1rem;
}
.footer-links span {
    padding: 0 !important;
}

/* =Navbar
================================================================================*/
.menu-item > a {
  padding: 0 0.75rem;
  color: #fff;
  text-decoration: none;
}
.current-menu-item > a,
.menu-item > a:hover {
  color: var(--yellow);
}

.toggler {
  width: 28px;
  height: 28px;
  color: white;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .toggler.menu {
      display: none;
  }
}

/* =SNS
================================================================================*/
.subfooter-social .social-links {
  text-align: right;
  text-align: center;
}
.sh-footer .subfooter-social .sns-link,
.subfooter-social .sns-link {
  flex: 0 0 36px;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 0.25rem;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  border: 1px solid;
  border-radius: 100px;
}