/*----------------------------------------

	EN COMMON CSS

-----------------------------------------*/
/*----------------------------------------
	- HEADER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  header .header__links {
    grid-template-columns: 1fr auto;
    gap: 20px 40px;
  }
}
@media screen and (min-width: 769px) {
  header .header__links--other {
    margin-block-start: 6px;
    margin-inline: auto 0;
    line-height: 1.38462;
    display: flex;
  }
}
header .header__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-global-black.svg);
}
@media screen and (min-width: 769px) {
  header .header__links--other li:nth-child(2) a::before {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  header .header__links--other li:nth-child(2) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg) !important;
  }
}
@media screen and (min-width: 769px) {
  header .header__links nav {
    grid-column: 1/2;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  header .header__links nav ul {
    gap: 0 41px;
  }
}
@media screen and (min-width: 769px) {
  header .header__links .hamburger-btn {
    grid-column: 2/3;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__inner {
    margin-block: auto;
    padding-block: 224px 67px;
    min-height: 100vh;
    align-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__inner > p {
    margin-block: 28px auto;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions dt > span, header .hamburger .accordions dt > a {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt > span, header .hamburger .accordions dt > a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt button {
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__links {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__links--top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other {
    margin-inline: auto;
  }
}
header .hamburger__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-global.svg);
}
@media screen and (min-width: 769px) {
  header .hamburger__links--other li:nth-child(1) a::before {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  header .hamburger__links--other li:nth-child(1) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg) !important;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__links--sns {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--sns {
    gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger__links-bottom {
    margin-block-start: 42px;
  }
}

.sitetop header.no-scroll .header__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-global-white.svg);
}

/*----------------------------------------
	- FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  footer .accordions {
    margin-block-start: 69px;
  }
}
@media screen and (min-width: 769px) {
  footer .accordions dt {
    margin-block-end: 2px;
  }
}
@media screen and (min-width: 769px) {
  footer .accordions dt > span, footer .accordions dt > a {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt > span, footer .accordions dt > a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt button {
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__links--sns {
    margin-inline: 0 25px;
  }
}
footer .footer__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-global.svg);
}
@media screen and (min-width: 769px) {
  footer .footer__links--other li:nth-child(1) a::before {
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) {
  footer .footer__links--other li:nth-child(1) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg) !important;
  }
}
footer .footer__bottom small {
  text-align: center;
}