.breadcrumbs {
  color: #999999;
  line-height: 1.375;
}
.breadcrumbs a {
  transition: color 0.2s ease;
  color: #999999;
  padding: 0 0.5em;
}
@media (max-width: 979px) {
  .breadcrumbs a {
    font-size: 0.875em;
  }
}
.breadcrumbs a:hover {
  color: #000 !important;
}
.breadcrumbs span:first-of-type a {
  padding-left: 0;
}
.breadcrumbs span:last-of-type a {
  padding-right: 0;
}

.breadcrumbs-container {
  padding-bottom: 30px;
}
@media (max-width: 979px) {
  .breadcrumbs-container {
    padding-bottom: 10px;
  }
}
.breadcrumbs-container.for-nobanner {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 979px) {
  .breadcrumbs-container.for-nobanner {
    padding-top: 5px;
    padding-bottom: 20px;
  }
}

@media (min-width: 980px) {
  .normal-banner {
    margin-bottom: 20px;
  }
}
@media (min-width: 1300px) {
  .normal-banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 1780px) {
  .normal-banner {
    margin-bottom: 30px;
  }
}
.container-notfound {
  width: 100%;
  height: calc(100svh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.container-notfound h1 {
  font-size: 1.5em;
  font-weight: bold;
}
.container-notfound img {
  display: block;
  height: clamp(200px, 35vh, 500px);
  width: auto;
  margin-bottom: 1.5em;
}
@media (min-width: 980px) {
  .container-notfound {
    height: calc(100svh - 90px);
  }
  .container-notfound h1 {
    font-size: 2em;
    font-weight: bold;
  }
}
@media (min-width: 1300px) {
  .container-notfound {
    height: calc(100svh - 100px);
  }
}
@media (min-width: 1780px) {
  .container-notfound {
    height: calc(100svh - 140px);
  }
}

@media (hover: hover) {
  .herobtn {
    transition: all 0.25s ease;
  }
  .herobtn span {
    transition: all 0.25s ease;
  }
  .herobtn:hover {
    background-color: #000;
    color: #f9be00;
  }
  .herobtn:hover span {
    color: #f9be00;
  }
}
@media (min-width: 1100px) {
  .herobtn {
    line-height: 60px;
  }
}
@media (min-width: 1780px) {
  .herobtn {
    line-height: 72px;
  }
}
.article section {
  font-size: 1rem;
}
@media (max-width: 640px) {
  .article section {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1780px) {
  .article section {
    font-size: 1.125rem;
  }
}
.article h2,
.article h2 span {
  font-size: 24px !important;
  color: #734002 !important;
  font-weight: bold;
}
.article h3,
.article h3 span {
  font-size: 22px !important;
  color: #a66d03 !important;
  font-weight: bold;
}
.article h4,
.article h4 span {
  font-size: 20px !important;
  color: #e69900 !important;
  font-weight: bold;
}
.article p,
.article p span {
  font-size: 16px !important;
}
.article a {
  color: #435773 !important;
  text-decoration: underline !important;
}
.article a:hover {
  color: #7ea1c4 !important;
}

@media (min-width: 1100px) {
  .focus-nav ul {
    padding-left: calc(33.33% + 20px);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-right: 220px;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .focus-nav ul {
    padding-right: calc(140px + 8vw);
    gap: 20px;
  }
}
@media (min-width: 980px) {
  .focus-nav .fn-item:after {
    width: 100%;
  }
  .focus-nav .fn-item,
  .focus-nav.release .fn-item {
    line-height: 1.125;
    height: 90px;
    display: flex;
    align-items: center;
    white-space: normal;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
  }
  .focus-nav.release .fn-item {
    font-size: 1em;
  }
  .focus-nav .fn-item {
    height: 60px;
    font-size: 0.75em;
  }
  .focus-nav li {
    box-sizing: border-box;
    display: block;
  }
  .focus-nav li:first-of-type .fn-item {
    max-width: initial;
  }
  .fp-viewing-1 .release .fn-item,
  .fp-viewing-2 .release .fn-item,
  .fp-viewing-3 .release .fn-item,
  .fp-viewing-4 .release .fn-item {
    line-height: 1.125;
    height: 60px;
    font-size: 0.75em;
  }
}
@media (min-width: 1300px) {
  .focus-nav.release .fn-item {
    line-height: 1.125;
    height: 100px;
  }
  .fp-viewing-1 .release .fn-item,
  .fp-viewing-2 .release .fn-item,
  .fp-viewing-3 .release .fn-item,
  .fp-viewing-4 .release .fn-item {
    line-height: 1.125;
    height: 60px;
  }
}
@media (min-width: 1780px) {
  .focus-nav .fn-item {
    line-height: 1.125;
    height: 70px;
    font-size: 1.0625em;
    font-size: 0.875em;
  }
  .focus-nav.release .fn-item {
    line-height: 1.125;
    height: 140px;
    font-size: 1.0625em;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .fp-viewing-1 .release .fn-item,
  .fp-viewing-2 .release .fn-item,
  .fp-viewing-3 .release .fn-item,
  .fp-viewing-4 .release .fn-item {
    line-height: 1.125;
    height: 70px;
    font-size: 0.875em;
  }
}/*# sourceMappingURL=extend.css.map */