<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --c_white: #fff;
  --c_black: #000;
  --fz_xs: 12px;
  --fz_sm: 14px;
  --fz_md: 16px;
  --fz_lg: 18px;
  --fz_xl: 20px;
  --header_h: 106.53px;
}
@media screen and (max-width: 768px) {
  :root {
    --fz_xs: 10px;
    --fz_sm: 12px;
    --fz_md: 14px;
    --fz_lg: 16px;
    --fz_xl: 18px;
    --header_h: 95.31px;
  }
}

main {
  position: relative;
  scroll-behavior: auto;
  width: 100%;
  font-size: 100%;
  font-family: var(--noto-serif);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-top: var(--header_h);
}
main img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  pointer-events: none;
  display: block;
}
main section {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}
.pageTop__head {
  background: #272727;
  width: 100%;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .pageTop__head {
    height: 80px;
  }
}
.pageTop__title {
  font-size: 40px;
  color: #f0efeb;
}
@media screen and (max-width: 767px) {
  .pageTop__title {
    font-size: 20px;
  }
}

.breadcrumb__area {
  width: 100%;
  background: #e9e7df;
}
.breadcrumb__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin-inline: auto;
  padding-block: 0.8em;
}
.breadcrumb__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb__text {
  font-family: var(--noto-sans);
  font-size: 13px;
}
.breadcrumb__last {
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
@media (hover) {
  .breadcrumb__last:hover {
    border-bottom: 1px solid var(--c_black);
  }
}
.breadcrumb__current {
  font-weight: 500;
}
/*# sourceMappingURL=common.css.map */
</pre></body></html>