@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
/* 上から降りてくるヘッダー */
.header {
  padding: 10px 10px max(18px, 3.0729166667vw);
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 26px 16px 59px 32px;
  }
}

@media screen and (min-width: 1200px) {
  .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.logo-wrap img {
  width: clamp(180px, 20.2083333333vw, 388px);
}
@media screen and (min-width: 1200px) {
  .logo-wrap img {
    width: 194px;
  }
}
@media screen and (min-width: 1400px) {
  .logo-wrap img {
    width: min(388px, 20.2083333333vw);
  }
}

.nav-wrapper {
  width: 60%;
  min-width: 280px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .nav-wrapper {
    width: auto;
    height: auto;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.header-nav {
  height: 100%;
  background-color: #FFFFFF;
  padding: 80px 15px 0;
  position: relative;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .header-nav {
    background-color: transparent;
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .header-nav {
    gap: 2.8125vw;
  }
}
.header-nav.navbar-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.header-nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (min-width: 1200px) {
  .header-nav-list {
    gap: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .header-nav-list {
    gap: 2.1428571429vw;
  }
}
@media screen and (min-width: 1920px) {
  .header-nav-list {
    gap: 60px;
  }
}
.header-nav-list-item {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header-nav-list-item {
    width: auto;
  }
}
.header-nav-list-item:hover {
  transform: translateY(-10px);
}
.header-nav-list-item:first-of-type .header-nav-list-item--ja::before {
  background: url(../img/common/line-blue.svg) no-repeat center center/contain;
}
.header-nav-list-item:nth-of-type(2) .header-nav-list-item--ja::before {
  background: url(../img/common/line-green.svg) no-repeat center center/contain;
}
.header-nav-list-item:nth-of-type(3) .header-nav-list-item--ja::before {
  background: url(../img/common/line-orange.svg) no-repeat center center/contain;
}
.header-nav-list-item:nth-of-type(4) .header-nav-list-item--ja::before {
  background: url(../img/common/line-red.svg) no-repeat center center/contain;
}
.header-nav-list-item a {
  display: block;
}
.header-nav-list-item a:hover {
  opacity: 1;
}
.header-nav-list-item--ja {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-size: 1.0625rem;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 2px;
  display: block;
}
@media screen and (min-width: 1400px) {
  .header-nav-list-item--ja {
    font-size: 1.25rem;
    padding-bottom: 18px;
  }
}
.header-nav-list-item--ja::before {
  content: "";
  width: 111px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav-list-item--en {
  color: #7D7D7D;
  font-size: 0.75rem;
  font-weight: 300;
}
.header-nav-contact {
  margin: 30px auto 0;
  width: 194px;
}
@media screen and (min-width: 1200px) {
  .header-nav-contact {
    width: 130px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .header-nav-contact {
    width: min(194px, 10.1041666667vw);
  }
}
.header-nav-contact a {
  font-size: 1.75rem;
  padding: 12px 0px;
}
@media screen and (min-width: 1200px) {
  .header-nav-contact a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .header-nav-contact a {
    font-size: min(32px, 1.6666666667vw);
  }
}

#nav-tgl {
  display: none;
}

.burger-btn {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  top: 12px;
  right: 10px;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 1200px) {
  .burger-btn {
    display: none;
  }
}

.burger-btn_close {
  z-index: 995;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .burger-btn_close {
    display: none;
  }
}

.bar {
  width: 25px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF8B05;
  transition: 0.2s;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .bar {
    display: none;
  }
}

.bar_top {
  top: 10px;
}

.bar_mid {
  top: 50%;
  margin-top: -1px;
}

.bar_bottom {
  bottom: 10px;
}

.menu-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 1200px) {
  .menu-black-bg {
    display: none;
  }
}
.menu-black-bg.blackBg_active {
  visibility: hidden;
}

.nav-open .nav-wrapper {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.nav-open .nav-wrapper .header-nav {
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .nav-open .nav-wrapper .header-nav {
    overflow-y: inherit;
  }
}
.nav-open .burger-btn .bar_top {
  transform: translate(-50%, 8px) rotate(45deg);
}
.nav-open .burger-btn .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
.nav-open .burger-btn .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
}
.nav-open .burger-btn_close {
  z-index: 1;
  opacity: 0;
}
.nav-open .burger-btn_open {
  z-index: 995;
  opacity: 1;
}
.nav-open .menu-black-bg {
  opacity: 0.3;
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .nav-open .menu-black-bg {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

/**** footer ****/
.footer {
  background-color: #FF8B05;
  position: relative;
  padding-top: 13.3333333333vw;
  padding-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 10.0520833333vw;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 6.6666666667vw;
  background-color: #FCFCE4;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .footer::before {
    height: 7.2916666667vw;
  }
}
.footer::after {
  content: "";
  width: 100%;
  height: 9.3333333333vw;
  background: url(../img/home/fv-deco-bottom.svg) no-repeat center center/contain;
  position: absolute;
  top: max(-12px, -1.6vw);
  left: 0;
}
.footer .container {
  max-width: 1458px;
  margin: 0 auto;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    margin-left: -35px;
    margin-right: -35px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner {
    margin-left: -73px;
    margin-right: -73px;
  }
}
.footer__logo {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo img {
  width: min(543px, 80vw);
}
@media screen and (min-width: 768px) {
  .footer-info-wrapper {
    width: 44%;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-info-wrapper {
    padding: 0 73px;
  }
}
.footer-info__txt {
  color: #FFFFFF;
  font-size: 0.875rem;
  width: fit-content;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .footer-info__txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-link-wrapper {
    width: 56%;
    padding: 0 35px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-link-wrapper {
    padding: 0 73px;
  }
}
.footer-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 22px;
}
.footer-link-list-item {
  font-weight: 700;
}
.footer-link-list-item a {
  color: #FFFFFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .footer-link-list-item a {
    font-size: 1rem;
  }
}
.footer-link-sns {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-link-sns__message {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .footer-link-sns__message {
    font-size: 1rem;
  }
}
.footer-copy {
  text-align: right;
  margin-top: 40px;
  padding-right: 22px;
}
@media screen and (min-width: 992px) {
  .footer-copy {
    margin-top: 24px;
  }
}
.footer-copy small {
  font-size: 0.875rem;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .footer-copy small {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style-nav.css.map */