/* 
 * Colortone
 * cta : https://hihayk.github.io/scale/#4/6/50/80/-51/67/20/14/e45e5e/228/94/94/white
 * base: https://hihayk.github.io/scale/#4/6/50/80/-51/-30/20/14/b60000/182/0/0/white
 * sub : https://hihayk.github.io/scale/#4/6/50/80/-51/67/20/14/4b4242/75/66/66/white
*/
@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
#header {
  position: sticky;
  top: 0;
  z-index: 250;
  width: 100%;
  font-size: 1.4rem;
  height: 80px;
  background: #635B5D;
  padding: 0 0 0 1.5rem;
  justify-content: space-between;
}
.header_logoWrapper {
  width: auto;
  max-height: 80%;
}
.header_logoWrapper img {
  width: auto;
  height: 40px;
  max-height: 80%;
}
.header__menuWrapper {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__menu {
  display: flex;
  gap: 24px;
  margin-right: 32px;
  transition: all 0.2s;
}
a.header__menuItemLink:hover {
  color: #dde0e4;
}
#footer {
  position: sticky;
  top: 100vh;
  top: 100dvh;
  z-index: 300;
  font-size: 1.4rem;
  border-top: solid 1px #dde0e4;
  margin: 0;
  padding: 2rem 0 0;
}
.footer__inner {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
#footer_navi {
  margin-left: 2rem;
}
#copyright {
  padding-bottom: 1rem;
}
.bc_nav {
  line-height: 33px;
}
section .postscript__inner {
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
.postscript__inner .textWrapper p {
  text-align: left;
  font-size: 1.4rem;
}
/* 共通部品 */
.catch__txt {
  letter-spacing: 0.1em;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 1279px) {
  html {
    scroll-padding-top: 50px;
  }
  #header {
    height: 50px;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .header_logoWrapper img {
    height: 20px;
  }
  .header__menu {
    display: none;
  }
  .catch__txt {
    word-break: normal;
    overflow-wrap: normal;
  }
}
