@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Roboto:wght@400;500;600;700;900&family=Anton&family=Montserrat:wght@400;500;600;700;900&family=BIZ+UDPGothic:wght@700&display=swap");
:root {
  --color-text: #fff;
  --color-border: #555;
  --color-bg-dark: #333;
  --color-red: #e60012;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-color: #222;
  color: var(--color-text);
}

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

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 1001px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .pconly {
    display: none;
  }
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP";
}

.global_head {
  margin: 0;
}

.local-head {
  display: grid;
  grid-template-columns: clamp(180px, 22vw, 260px) 1fr clamp(88px, 9vw, 120px);
  align-items: center;
  height: 55px;
  padding: 0 30px;
  border-bottom: 2px solid var(--color-border);
}
@media only screen and (max-width: 1000px) {
  .local-head {
    grid-template-rows: 40px max-content;
    grid-template-columns: 280px 1fr;
    grid-template-areas: "logo lang" "nav  nav";
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .local-head__logo {
    grid-area: logo;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
}
.local-head__logo img {
  height: clamp(18px, 2.2vw, 25px);
}
@media only screen and (max-width: 1000px) {
  .local-head__logo img {
    height: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .local-head__nav {
    grid-area: nav;
    border-top: 2px solid var(--color-border);
  }
}
.local-head__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  margin: 0;
  padding: 0;
  font-size: clamp(0.78rem, 1.1vw, 0.9rem);
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 1000px) {
  .local-head__nav ul {
    gap: 0;
    letter-spacing: 0;
  }
}
.local-head__nav ul li {
  text-align: center;
  font-weight: 600;
  height: 50px;
}
@media only screen and (max-width: 1000px) {
  .local-head__nav ul li {
    width: 16.6666666667%;
    height: 55px;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1000px) {
  .local-head__nav ul li:last-child {
    border-right: none;
  }
}
.local-head__nav ul li a {
  color: #fff;
  word-break: break-all;
  padding: 0 clamp(2px, 0.6vw, 5px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.local-head__nav ul li a:hover {
  color: #999;
}
.local-head__lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .local-head__lang {
    grid-area: lang;
    justify-self: end;
    padding-right: 10px;
  }
}
.local-head__lang a {
  background-color: #f1f1f1;
  color: #333;
  font-family: "Roboto";
  font-weight: 500;
  font-size: clamp(0.7rem, 1.2vw, 0.95rem);
  padding: clamp(5px, 0.7vw, 7px) clamp(10px, 1.1vw, 13px);
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .local-head__lang a {
    font-size: 0.85rem;
    padding: 5px 13px;
  }
}
.local-head__lang a:hover {
  filter: brightness(0.9);
}
.local-head__lang a::before {
  content: "\f57d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  font-size: 0.8rem;
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .local-head__lang a::before {
    font-size: 0.7rem;
  }
}

.breadcrumb_content {
  padding: 18px 0;
}
@media only screen and (max-width: 1000px) {
  .breadcrumb_content {
    padding: 15px 0;
  }
}
.breadcrumb_content a {
  color: #999;
}
@media only screen and (min-width: 1001px) {
  .breadcrumb_content a:hover {
    color: #ccc;
  }
}
.breadcrumb_content .breadcrumb {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 1000px) {
  .breadcrumb_content .breadcrumb {
    width: calc(100% - 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.breadcrumb_content .breadcrumb__item {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 8px;
  word-break: break-all;
}
@media only screen and (max-width: 1000px) {
  .breadcrumb_content .breadcrumb__item {
    font-size: 0.75rem;
    white-space: nowrap;
  }
}
.breadcrumb_content .breadcrumb__item:last-of-type::after {
  content: none;
}
.breadcrumb_content .breadcrumb__item::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 0.7rem;
  padding: 0 0 0 5px;
  color: var(--color-text);
  display: inline-block;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1000px) {
  .breadcrumb_content .breadcrumb__item::after {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=cmmn.css.map */