@charset "UTF-8";
.normal {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
}

.gothic {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: unset;
}

.bold {
  font-weight: 600;
}

.josefin {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}

@media (width <= 730px) {
  :root {
    --minw: 360px;
    --minwn: 360;
    --maxw: 100vw;
    --maxwn: 360;
    --pdg: 20px;
    --pdgn: 20;
    --fs: 16px;
  }
}
@media (width > 730px) {
  :root {
    --minw: 730px;
    --minwn: 730;
    --maxw: 1334px;
    --maxwn: 1334;
    --pdg: 60px;
    --pdgn: 60;
    --fs: 18px;
  }
}

html, body {
  font-size: var(--fs);
  min-width: var(--minw);
}
@media (width <= 730px) {
  html, body {
    max-width: 100%;
  }
}

@media (width > 730px) {
  .inr0 {
    --maxw: 1800px;
    --maxwn: 1800;
    --pdg: 30px;
    --pdgn: 30;
  }
  .inr1 {
    --maxw: 1200px;
    --maxwn: 1200;
    --pdg: 30px;
    --pdgn: 30;
  }
  .inr2 {
    --maxw: 850px;
    --maxwn: 850;
    --pdg: 30px;
    --pdgn: 30;
  }
}
[class^=inr], [class*=" inr"] {
  padding-inline: var(--pdg);
  margin: 0 auto;
}
@media (width > 730px) {
  [class^=inr], [class*=" inr"] {
    max-width: var(--maxw);
    container-type: inline-size;
  }
}

@media (width <= 730px) {
  .m-noinr {
    margin-inline: calc(var(--pdg) * -1) !important;
    max-width: none !important;
  }
}

.row, .rows > *, .rowss > * > * {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
}

.row > *, .rows > * > *, .rowss > * > * > * {
  flex: 1 1 auto;
}

.col, .cols > * {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.row.fixedrow {
  align-items: flex-start;
}

.row.fixedrow > * {
  flex: 1 0 0%;
}

.row.fixedrow > * + * {
  margin-left: 15px;
}

@media (width > 730px) {
  .only-m {
    display: none;
  }
  .pc-row, .pc-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .pc-row > *, .pc-rows > * > * {
    flex: 1 0 0%;
  }
  .pc-col, .pc-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
@media (width <= 730px) {
  .only-pc {
    display: none;
  }
  .m-row, .m-rows > * {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: center;
  }
  .m-row > *, .m-rows > * > * {
    flex: 1 1 auto;
  }
  .m-col, .m-cols > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
  }
}
.fit {
  flex: 0 0 auto !important;
}

.btns {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  display: block;
  text-align: center;
  position: relative;
}
.btns > * {
  all: unset;
  display: inline-block;
  position: relative;
  line-height: 1;
  border-bottom: 5px solid #B7A304;
  color: #B7A304;
  margin: 5px;
  text-align: left;
  font-size: 200%;
  text-align: center;
  padding: 0 0 10px 0;
}
.btns > *:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
}

/*-----------------------------------------------------------------*/
/*リセット*/
/*-----------------------------------------------------------------*/
@layer reset {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  :focus {
    /* remember to define focus styles! */
    outline: 0;
  }
  body {
    background: #fff;
    line-height: 1;
    position: relative;
  }
  ol, ul {
    list-style: none;
  }
  table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption, th, td {
    font-weight: normal;
    text-align: left;
  }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
  }
  blockquote, q {
    quotes: "" "";
  }
  a img {
    border: 0;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  hr {
    display: none;
  }
  main {
    display: block;
  }
  figure {
    margin: 0;
  }
  figure img:not([width]):not([height]) {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
  }
  strong {
    font-weight: 600;
  }
  strong small {
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
  }
  a {
    color: inherit;
  }
  a[href^=tel] {
    color: inherit;
    text-decoration: none;
  }
  img {
    border-style: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .only-img {
    font-size: 0px;
    line-height: 0px;
  }
  address {
    font-style: normal;
  }
  nav {
    display: block;
  }
  small {
    font-size: 80%;
  }
  .cf:after {
    display: block;
    clear: both;
    content: "";
  }
  .css-att {
    display: none;
  }
  html[class] {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
/*-----------------------------------------------------------------*/
/*サイト基本規則*/
/*-----------------------------------------------------------------*/
@layer siterule {
  body {
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    color: white;
  }
  @media (width <= 730px) {
    body {
      background: url(/wp-content/themes/custom/img/0009_m.jpg) repeat-y center top/100% #101518;
    }
  }
  @media (width > 730px) {
    body {
      background: url(/wp-content/themes/custom/img/0009_pc.jpg) repeat-y center/100% #101518;
    }
  }
  @media (width <= 730px) {
    img {
      max-width: 100%;
    }
  }
  img:not([width]):not([height]) {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  img.noimg {
    background: url(/wp-content/themes/custom/img/noimg.jpg) no-repeat center /cover rgba(0, 0, 0, 0.1);
    border: 0;
  }
  span[style*=background-image] {
    display: inline-block;
    width: 100%;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  span.vimg[style*=background-image],
  .vimgs span[style*=background-image] {
    padding-top: 133.3333333333%;
  }
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
  }
  a:hover, a:hover:before {
    text-decoration: underline;
  }
  label {
    cursor: pointer;
  }
  .slick {
    position: relative;
    opacity: 0;
    transition: opacity 0.75s ease;
  }
  .slick.slick-initialized {
    opacity: 1;
  }
  .slick, .slick * {
    max-width: none !important;
  }
  @media (width <= 730px) {
    .slick-track {
      padding: 12.5px 0;
    }
  }
  @media (width > 730px) {
    .slick-track {
      padding: 25px 0;
    }
  }
  .slick-slide {
    margin: 0 1vw;
  }
  .slick-slide img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-arrow::before {
    color: #222 !important;
  }
}
/*-----------------------------------------------------------------*/
/*サイト個別規則*/
/*-----------------------------------------------------------------*/
header .hdr-title {
  padding-top: 30px;
}
@media (width > 730px) {
  header .hdr-title .row {
    flex-wrap: wrap;
  }
}
@media (width <= 730px) {
  header .hdr-title h1 {
    flex: 0 0 24%;
    margin-right: 2%;
  }
}
@media (width > 730px) {
  header .hdr-title h1 {
    width: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 230 / (var(--maxwn) / 1000));
    flex: 0 0 auto !important;
    margin-right: 30px;
  }
}
header .hdr-title .snsmenu ul {
  justify-content: flex-start;
  align-items: center;
}
@media (width <= 730px) {
  header .hdr-title .snsmenu ul li {
    width: 36px;
    flex: 0 0 auto !important;
    padding: 10px;
  }
}
@media (width > 730px) {
  header .hdr-title .snsmenu ul li {
    width: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 64 / (var(--maxwn) / 1000));
    flex: 0 0 auto !important;
    padding: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 10 / (var(--maxwn) / 1000));
  }
}
header .hdr-title .topmenu {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}
@media (width <= 730px) {
  header .hdr-title .topmenu {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    overflow-y: auto;
    padding: 15px 20px 40px;
    transform: translateY(-130vh);
    transition: all 1s;
    border-bottom: 1px solid white;
    max-height: 100dvh;
    box-sizing: border-box;
    overflow-x: auto;
    overscroll-behavior: contain;
    opacity: 0;
  }
  header .hdr-title .topmenu p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  header .hdr-title .topmenu p img {
    width: 120px;
  }
  header .hdr-title .topmenu > ul {
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
  header .hdr-title .topmenu > ul > li {
    font-size: 140%;
    font-weight: 600;
  }
  header .hdr-title .topmenu > ul > li:not(.icon-ctn) {
    border-bottom: 1px solid #ccc;
  }
  header .hdr-title .topmenu > ul > li.icon-ctn {
    display: inline-block;
  }
  header .hdr-title .topmenu > ul > li > a {
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
  }
}
@media (width > 730px) {
  header .hdr-title .topmenu > ul {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  header .hdr-title .topmenu > ul > li {
    flex: 0 0 auto;
  }
  header .hdr-title .topmenu > ul > li > a {
    display: inline-block;
    padding: 4px 20px;
    text-align: center;
  }
  header .hdr-title .topmenu > ul > li:hover a {
    text-decoration: none;
    background: #B7A304;
  }
}

/* メニュートグル ここから */
.menu-toggle {
  position: fixed;
  z-index: 98;
  transition: all 0.4s;
  top: 10px;
  right: 30px;
  flex: 0 0 auto;
  background: transparent;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  padding: calc((55px - 15px) / 2) calc((15px - 55px) / 2);
  box-sizing: content-box;
  border-radius: 999px;
  font-size: 0px;
}
.menu-toggle button {
  position: relative;
  width: 55px;
  height: 15px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.menu-toggle button, .menu-toggle button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-toggle button span {
  position: absolute;
  height: 1px;
  background: white;
  border-radius: 4px;
}
.menu-toggle button span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  animation: menu-bar01 0.75s forwards;
}
.menu-toggle button span:nth-of-type(2) {
  display: none;
  top: calc(50% - (1px / 2));
  left: 15%;
  width: 70%;
  transition: all 0.25s 0.25s;
}
.menu-toggle button span:nth-of-type(3) {
  bottom: 0;
  left: 0%;
  width: 50%;
  animation: menu-bar03 0.75s forwards;
}
.menu-toggle > span {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  letter-spacing: 0.3ex;
  position: absolute;
  top: calc(100% + 5px - 10px);
  left: calc(-1 * 5px);
  right: calc(-1 * 5px);
  text-align: center;
  transition: all 0.6s;
  opacity: 1;
  color: white;
  font-size: 0.95rem;
  max-width: none;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(6.5px) rotate(45deg);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(6.5px) rotate(45deg);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateX(13.75px) translateY(-7.5px) rotate(-45deg) scaleX(2);
  }
  50% {
    transform: translateX(13.75px) translateY(-7.5px) rotate(0) scaleX(2);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateX(13.75px) translateY(-7.5px) rotate(0) scaleX(2);
  }
  100% {
    transform: translateX(13.75px) translateY(-7.5px) rotate(-45deg) scaleX(2);
  }
}
@media (width <= 730px) {
  body.menu-active .topmenu {
    transform: translateY(0vh);
    overscroll-behavior-y: contain;
    opacity: 1;
  }
}
@media (width <= 730px) {
  body.menu-active .menu-toggle button span:nth-of-type(1) {
    animation: active-menu-bar01 0.75s forwards;
  }
  body.menu-active .menu-toggle button span:nth-of-type(2) {
    opacity: 0;
  }
  body.menu-active .menu-toggle button span:nth-of-type(3) {
    animation: active-menu-bar03 0.75s forwards;
  }
}

/* メニュートグル ここまで */
@media (width <= 730px) {
  main {
    padding-top: 40px;
  }
}
@media (width > 730px) {
  html.sec header section.pgtitle {
    padding-bottom: 300px;
  }
}
html.sec header section.pgtitle h2 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  text-align: center;
}
@media (width <= 730px) {
  html.sec header section.pgtitle h2 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 60 / (var(--maxwn) / 1000));
    padding-top: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 140 / (var(--maxwn) / 1000));
    padding-bottom: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 220 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  html.sec header section.pgtitle h2 {
    padding: 60px;
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 180 / (var(--maxwn) / 1000));
  }
}
html.sec header section.pgtitle h2 strong {
  font-weight: normal;
  color: #B7A304;
}
html.sec main {
  padding: 80px 0;
}
html.sec main h3 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #B7A304;
  padding-bottom: 0;
  margin-bottom: 0.1em;
  text-align: center;
  line-height: 0.8;
}
@media (width <= 730px) {
  html.sec main h3 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 30 / (var(--maxwn) / 1000));
    background: url(/wp-content/themes/custom/img/0003.png) no-repeat center bottom/auto 22px;
    padding-bottom: 0.3em;
  }
}
@media (width > 730px) {
  html.sec main h3 {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 60 / (var(--maxwn) / 1000));
    background: url(/wp-content/themes/custom/img/03/01.png) no-repeat center bottom/auto 22px;
  }
}
html.sec main h3 + p {
  font-size: 120%;
  text-align: center;
  color: #B7A304;
  margin-bottom: 3em;
}

footer {
  padding-top: 50px;
}
@media (width <= 730px) {
  footer {
    padding-bottom: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 200 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  footer {
    padding-bottom: 80px;
  }
}
footer nav.extramenu {
  margin-bottom: 30px;
}
@media (width <= 730px) {
  footer nav.extramenu {
    background: url(/wp-content/themes/custom/img/1609_m.jpg) no-repeat center/cover;
    padding-block: 80px;
  }
}
@media (width > 730px) {
  footer nav.extramenu {
    background: url(/wp-content/themes/custom/img/1609_pc.jpg) no-repeat center/cover;
    padding-block: 6em;
  }
}
@media (width > 730px) {
  footer nav.extramenu ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
  }
}
@media (width <= 730px) {
  footer nav.extramenu ul li + li {
    margin-top: 50px;
  }
}
footer nav.extramenu ul li a {
  container-type: inline-size;
  display: block;
  height: 100%;
  border: 3px solid white;
  padding: 2em 1.5em;
  box-sizing: border-box;
  text-align: center;
}
@media (width > 730px) {
  footer nav.extramenu ul li a {
    font-size: 90%;
  }
}
footer nav.extramenu ul li a:hover {
  background: #B7A30488;
  text-decoration: none;
}
footer nav.extramenu ul li a h2 {
  text-align: center;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  font-size: max(1.3rem, 13cqw);
}
@media (width <= 730px) {
  footer nav.extramenu ul li a h2 {
    margin-bottom: 0.4em;
  }
}
@media (width > 730px) {
  footer nav.extramenu ul li a h2 {
    margin-bottom: 1em;
  }
}
footer nav.extramenu ul li a p {
  line-height: 1.8;
}
@media (width > 730px) {
  footer .inr1 > .pc-row {
    flex-wrap: wrap;
  }
  footer .inr1 > .pc-row > * {
    padding: 30px;
    box-sizing: border-box;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftr-title {
    flex: 0 0 auto;
  }
}
footer .inr1 > .pc-row > .ftr-title h2 {
  margin-bottom: 40px;
}
footer .inr1 > .pc-row > .ftr-title h2 > a {
  align-items: center;
  justify-content: flex-start;
}
footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(1) {
  width: 177px;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(1) {
    flex: 0 0 20%;
    margin-right: 3%;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(1) {
    flex: 0 0 auto;
    margin-right: 30px;
  }
}
footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(2) {
  text-align: center;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(2) {
    flex: 1 1 0;
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 15 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(2) {
    flex: 0 0 auto;
  }
  footer .inr1 > .pc-row > .ftr-title h2 span:nth-child(2) img {
    width: 392px !important;
  }
}
footer .inr1 > .pc-row > .ftr-title p.tel {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftr-title p.tel {
    font-size: calc(clamp(var(--minw) - var(--pdg) * 2,100cqw,var(--maxw)) / 1000 * 36 / (var(--maxwn) / 1000));
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftr-title p.tel {
    font-size: 80px;
  }
}
footer .inr1 > .pc-row > .ftr-title p.tel ~ p {
  line-height: 1.7;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn {
    margin-top: 40px;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn {
    flex: 0 0 auto;
  }
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row {
    justify-content: space-between;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row {
    justify-content: center;
  }
}
footer .inr1 > .pc-row > .ftrmenu-ctn > .row .ftrmenu {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  flex: 0 0 auto;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row .ftrmenu {
    margin-right: 30px;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row .ftrmenu {
    margin-right: 60px;
  }
}
footer .inr1 > .pc-row > .ftrmenu-ctn > .row .ftrmenu ul li {
  line-height: 1.5;
  margin-bottom: 1em;
}
footer .inr1 > .pc-row > .ftrmenu-ctn > .row .insurance {
  font-size: 95%;
  text-align: center;
  line-height: 1.3;
}
@media (width <= 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row .insurance {
    flex: 0 1 200px;
  }
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row .insurance {
    flex: 0 0 auto;
  }
}
footer .inr1 > .pc-row > .ftrmenu-ctn > .row .insurance figure {
  margin-bottom: 20px;
}
@media (width > 730px) {
  footer .inr1 > .pc-row > .ftrmenu-ctn > .row .insurance figure img {
    width: 280px;
  }
}
footer .pgtop {
  position: fixed;
  z-index: 5;
  transform: translateY(200px);
  transition: all 1s;
  width: 60px;
}
@media (width <= 730px) {
  footer .pgtop {
    right: 15px;
    bottom: 15vw;
  }
}
@media (width > 730px) {
  footer .pgtop {
    right: 60px;
    bottom: 30px;
  }
}
footer .pgtop a {
  display: block;
  transform: translateY(0);
}
footer .pgtop a:hover {
  transform: translateY(-10px);
}
footer .m-btmnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transform: translateY(90px);
  transition: all 1s;
  border-top: 1px solid white;
  background: white;
}
footer .m-btmnav > * {
  display: block;
  box-sizing: border-box;
  height: 100%;
}

body.hdr-scrolling .pgtop {
  transform: translateY(0);
}
body.hdr-scrolling .m-btmnav {
  transform: translateY(0);
}/*# sourceMappingURL=site.css.map */