@charset "UTF-8";
* {
  position: relative;
  border: solid 0px #888;
  font: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  color: inherit;
}

html,
body {
  overflow: hidden auto;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  min-width: 100vw;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  background-color: #fff;
  color: #0e1420;
  overscroll-behavior: none;
  scroll-padding-top: 200px;
}

.serif {
  font-family: "Noto Serif JP";
}

a {
  color: -webkit-link;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.0666666667);
}

::-webkit-scrollbar-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-moz-placeholder {
  color: rgba(98, 78, 70, 0.5019607843);
}

::placeholder {
  color: rgba(98, 78, 70, 0.5019607843);
}

input,
.input,
textarea,
select,
.select {
  border: solid 1.5px #888;
  padding: 0.4em 0.5em;
  height: 1.5em;
  width: dpx(300);
}

select,
.select {
  height: 2.5em;
  padding: 0.3em 0.5em;
  width: calc(dpx(302) + 1em);
}

input,
.input,
textarea,
select,
.select {
  background-color: #eff;
}

.inputs,
.selects {
  border-radius: dpx(5);
}

textarea {
  min-height: dpx(150);
  height: dpx(150);
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

th,
td {
  text-align: left;
  border: solid 0 #1D1C1D;
  box-shadow: inset 1px 1px #1D1C1D, inset -1px -1px #1D1C1D;
  padding: 0.5em 0.5em;
  white-space: normal;
  background-color: #fff;
  overflow: auto;
}

thead {
  position: sticky;
  top: 0px;
  z-index: 2;
  background-color: #fff;
}

tfoot {
  position: sticky;
  bottom: 0px;
  z-index: 2;
  background-color: #fff;
}

th {
  position: sticky;
  left: 0px;
  z-index: 1;
}

.tc {
  text-align: center;
}

.ts {
  text-align: start;
}

.te {
  text-align: end;
}

.fixed {
  position: fixed;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.f {
  display: flex;
}

.if {
  display: inline-flex;
}

.v {
  flex-direction: column;
}

.fa {
  display: flex;
  justify-content: space-around;
}

.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.fb {
  display: flex;
  justify-content: space-between;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.fbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}

.fbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.fc {
  display: flex;
  justify-content: center;
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-items: center;
  align-content: center;
}

.fce {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.fcs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fe {
  display: flex;
  justify-content: space-evenly;
}

.fee {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  align-content: flex-end;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}

.fec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

.fs {
  display: flex;
  justify-content: flex-start;
}

.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fxc {
  display: flex;
  align-items: center;
  align-content: center;
}

.fxe {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.fxs {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.bsb {
  box-sizing: border-box;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.hidden {
  display: none;
}

.noselect {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.notouch {
  touch-action: none;
  pointer-events: none;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}

.nodeco2 {
  text-decoration: none;
}

.bn {
  border: none;
}

.pointer {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ofhh {
  overflow: hidden hidden;
}

.ofh {
  overflow: hidden;
}

.ofha {
  overflow: hidden auto;
}

.ofah {
  overflow: auto hidden;
}

.ofaa {
  overflow: auto auto;
}

.ofa {
  overflow: auto;
}

.wa {
  width: -moz-fit-content;
  width: fit-content;
}

.ha {
  height: auto !important;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pct {
    opacity: 0.001;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .spt {
    opacity: 0.001;
  }
  .spv {
    flex-direction: column;
  }
}
.check {
  background-color: 2px solid #e87122;
  border-radius: 6px;
  position: relative;
}
.check.checked {
  background-color: #e87122;
}
.check.checked::after {
  content: "✔";
  color: #fff;
  position: absolute;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-links a.current-page {
  color: #fbc157 !important;
}

.hover {
  color: inherit;
  transition: color 0.5s ease;
}
.hover:hover {
  color: blue;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.shadow1 {
  box-shadow: rgba(0, 0, 0, 0.1568627451) 0px 3px 6px;
}

.img1px {
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ib {
  display: inline-block;
}

.b {
  display: block;
}

.site-footer {
  background-image: url("img/footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.site-footer-sp {
  background-image: url("img/sp/footer.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.site-footer__map iframe {
  display: block;
  width: 100%;
  height: 320px;
}

.site-footer-sp__map iframe {
  display: block;
  width: 100%;
  height: 200px;
}

.site-footer-sp__card {
  margin-top: 70px;
}

.site-footer-sp__rule {
  height: 1px;
  background: #e7e7e7;
}

.site-footer__table {
  border-collapse: collapse;
}

.site-footer__table th,
.site-footer__table td {
  padding: 16px 10px;
  border-top: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent;
  white-space: normal;
}

.site-footer__table tr:last-child th,
.site-footer__table tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}

.site-footer__table th {
  width: 180px;
  font-weight: 500;
  color: #222;
}

.site-footer__table td {
  color: #222;
}

.site-footer-sp__table {
  border-collapse: collapse;
}

.site-footer-sp__table th,
.site-footer-sp__table td {
  padding: 10px 6px;
  border-top: 1px solid #e7e7e7;
  box-shadow: none;
  background: transparent;
  white-space: normal;
  vertical-align: top;
}

.site-footer-sp__table tr:last-child th,
.site-footer-sp__table tr:last-child td {
  border-bottom: 1px solid #e7e7e7;
}

.site-footer-sp__table th {
  width: 34%;
  font-weight: 500;
  color: #222;
}

.site-footer-sp__table td {
  width: 66%;
  color: #222;
}

.top1 {
  background-image: url("img/top1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top2 {
  background-image: url("img/top3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.sp-top1 {
  background-image: url("img/sp/top3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.sp-top2 {
  background-image: url("img/sp/top4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.btn {
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  padding: 0 26px 0 34px;
  font-weight: 800;
}

.btn__text {
  white-space: pre-line;
}

.btn::after {
  content: "›";
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: 70px;
  font-weight: 200;
  color: #fff;
  line-height: 0.43;
  flex: 0 0 auto;
  margin-left: 26px;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .btn::after {
    display: none;
  }
}

a.btn::after {
  display: none;
}

.bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-top: 40px solid #1a1311;
}

.double-line {
  position: relative;
  height: 10px;
  margin: 0 auto;
}

.double-line::before,
.double-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2a2a2a;
}

.double-line::before {
  top: 0;
}

.double-line::after {
  bottom: 0;
}

.double-line2 {
  position: relative;
  height: 4px;
  margin: 0 auto;
}

.double-line2::before,
.double-line2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FED600;
}

.double-line2::before {
  top: 0;
}

.double-line2::after {
  bottom: 0;
}

.top9 {
  border-radius: 200px 200px 0 0;
}

.sp-top9 {
  border-radius: 100px 100px 0 0;
}

#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

body.loaded #loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-wrap {
  display: grid;
  place-items: center;
  gap: 14px;
}

.loader-line {
  width: 220px;
  height: 2px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
}

.loader-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-80%);
  background: linear-gradient(90deg, transparent 0%, rgba(1, 107, 181, 0.65) 35%, rgba(255, 0, 0, 0.55) 65%, transparent 100%);
  animation: loaderSweep 1s ease-in-out infinite;
}

@keyframes loaderSweep {
  0% {
    transform: translateX(-90%);
  }
  100% {
    transform: translateX(90%);
  }
}
.loader-caption {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .loader-line::after {
    animation: none;
  }
}
body.loading .hero-img,
body.loading .hero-line,
body.loading .hero-tel,
body.loading .hero-badge {
  opacity: 0 !important;
  transform: translateX(-40px);
}

body.loading .hero-img {
  transform: translateY(10px) !important;
}

body.loading .hero-badge {
  transform: translateY(30px) scale(0.96) !important;
}

.anim-wait {
  opacity: 0;
  transform: none;
}

.hero-img.anim-wait {
  opacity: 0;
  transform: translateY(10px);
}

.hero-line.anim-wait,
.hero-tel.anim-wait {
  opacity: 0;
  transform: translateX(-40px);
}

.hero-badge.anim-wait {
  opacity: 0;
  transform: translateY(30px) scale(0.96);
}

.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-img.anim-on {
  transition: opacity 1s ease, transform 1s ease;
}

.hero-badge.anim-on {
  transition: none;
  animation: badgePop 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes badgePop {
  0% {
    opacity: 0;
    transform: translateY(38px) scale(0.96);
  }
  70% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .anim-wait {
    opacity: 1 !important;
    transform: none !important;
  }
  .anim-on {
    transition: none !important;
    animation: none !important;
  }
}
.t2-item.anim-wait {
  opacity: 0;
  transform: translateY(26px) scale(0.98);
}

.t2-item.anim-on {
  animation: popUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  70% {
    opacity: 1;
    transform: translateY(-3px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.loading .top2 .t2-item {
  opacity: 0 !important;
  transform: translateY(26px) scale(0.98) !important;
}

.t3-card.anim-wait,
.t3-badge.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t3-card.anim-on,
.t3-badge.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popUp {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  70% {
    opacity: 1;
    transform: translateY(-3px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
body.loading .top3 .t3-card,
body.loading .top3 .t3-badge {
  opacity: 0 !important;
  transform: translateY(28px) scale(0.98) !important;
}

.t4-img.anim-wait {
  opacity: 0;
  transform: translateY(10px);
}

.t4-item.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t4-img.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.t4-item.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.loading .top4 .t4-img,
body.loading .top4 .t4-item {
  opacity: 0 !important;
  transform: translateY(28px) scale(0.98) !important;
}

body.loading .top4 .t4-img {
  transform: translateY(10px) !important;
}

.t5-head.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t5-head.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.t5-img.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t5-img.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.t5-body.anim-wait {
  opacity: 0;
  transform: translateX(0);
}

.t5-row.t5-lr .t5-body.anim-wait {
  transform: translateX(-46px);
}

.t5-row.t5-rl .t5-body.anim-wait {
  transform: translateX(46px);
}

.t5-body.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.loading .top5 .t5-head,
body.loading .top5 .t5-img,
body.loading .top5 .t5-body {
  opacity: 0 !important;
}

body.loading .top5 .t5-head,
body.loading .top5 .t5-img {
  transform: translateY(28px) scale(0.98) !important;
}

body.loading .top5 .t5-row.t5-lr .t5-body {
  transform: translateX(-46px) !important;
}

body.loading .top5 .t5-row.t5-rl .t5-body {
  transform: translateX(46px) !important;
}

.t6-head.anim-wait {
  opacity: 0;
  transform: translateY(10px);
}

.t6-head.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.t6-card.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t6-card.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.loading .top6 .t6-head,
body.loading .top6 .t6-card {
  opacity: 0 !important;
}

body.loading .top6 .t6-head {
  transform: translateY(10px) !important;
}

body.loading .top6 .t6-card {
  transform: translateY(28px) scale(0.98) !important;
}

.t7-head.anim-wait {
  opacity: 0;
  transform: translateY(10px);
}

.t7-head.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.t7-block.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t7-block.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.loading .top7 .t7-head,
body.loading .top7 .t7-block {
  opacity: 0 !important;
}

body.loading .top7 .t7-head {
  transform: translateY(10px) !important;
}

body.loading .top7 .t7-block {
  transform: translateY(28px) scale(0.98) !important;
}

.t8-item.anim-wait {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
}

.t8-item.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.loading .top8 .t8-item {
  opacity: 0 !important;
  transform: translateY(28px) scale(0.98) !important;
}

.t9-sec.anim-wait {
  opacity: 0;
  transform: translateY(10px);
}

.t9-sec.anim-on {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

body.loading .top9.t9-sec {
  opacity: 0 !important;
  transform: translateY(10px) !important;
}

.t10-item.anim-wait {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
}

.t10-item.anim-on {
  animation: popUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.loading .top10 .t10-item {
  opacity: 0 !important;
  transform: translateY(34px) scale(0.98) !important;
}

.sp-hero-img.anim-wait {
  opacity: 0;
}

.sp-hero-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-hero-img.anim-on {
  opacity: 1;
  transition: opacity 0.9s ease;
}

.sp-hero-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t2-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t2-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t3-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t3-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t4-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t4-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t5-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t5-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t6-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t6-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t7-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t7-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t7-morebtn {
  position: relative;
}
.sp-t7-morebtn::after {
  content: "›";
  position: absolute;
  right: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 28px;
  padding-right: 5px;
  transform: rotate(90deg);
}

.sp-t7-morewrap {
  display: none;
}

.sp-t7-morewrap.is-open {
  display: block;
}

.sp-t7-closebtn {
  margin: 0 auto;
}

.sp-t8-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t8-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp-t9-sec.anim-wait {
  opacity: 0;
}

.sp-t9-sec.anim-on {
  opacity: 1;
  transition: opacity 0.9s ease;
}

.sp-t10-item.anim-wait {
  opacity: 0;
  transform: translateY(24px);
}

.sp-t10-item.anim-on {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.ham-btn {
  position: relative;
  width: 41px;
  height: 41px;
  cursor: pointer;
}

.ham-btn .ham-bar {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, top 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ham-btn .ham-bar:nth-child(1) {
  top: 12px;
}

.ham-btn .ham-bar:nth-child(2) {
  top: 20px;
}

.ham-btn .ham-bar:nth-child(3) {
  top: 28px;
}

.ham-btn.active .ham-bar:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}

.ham-btn.active .ham-bar:nth-child(2) {
  opacity: 0;
}

.ham-btn.active .ham-bar:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}

.sp-menu__item {
  color: #353630;
  -webkit-tap-highlight-color: transparent;
}

.sp-menu__item.is-active,
.sp-menu__item:active {
  color: #ff0000;
}

.sp-menu__item.is-active .sp-menu__arrow {
  transform: translateX(2px);
}

.sp-menu__arrow {
  transition: transform 0.2s ease;
}

#top6, #top7, #top8, #contact,
#sp-top6, #sp-top7, #sp-top8, #sp-contact {
  scroll-margin-top: -100px;
}/*# sourceMappingURL=style.css.map */