@charset "UTF-8";
body.menu-lock {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(30%, rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 90%);
}
header .header-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-logo {
  width: 100%;
  max-width: 45px;
  padding: 15px 0 0 22px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: absolute;
}
header .header-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-inner {
  position: relative;
  top: 2px;
  right: 0;
}
header .header-inner.active {
  position: fixed;
  width: 95%;
  top: 2px;
  right: 0;
  z-index: 10;
}
header .hamburger-menu {
  width: 65px;
  height: 65px;
  cursor: pointer;
  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;
  position: absolute;
  right: 0;
  top: 2px;
}
header .hamburger-menu.in-hamb {
  top: 2px;
  right: 5px;
}
header .menu-btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu-btn span:nth-of-type(1) {
  top: -1px;
}
header .menu-btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .menu-btn span:nth-of-type(3) {
  bottom: -1px;
}
header .menu-btn.active {
  height: 13px;
  top: 3px;
}
header .menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(35deg);
          transform: translateY(7px) rotate(35deg);
}
header .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(-35deg);
          transform: translateY(-7px) rotate(-35deg);
}
header #sp-menu {
  width: 80%;
  height: 100vh;
  background-color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
}
header #sp-menu.active {
  right: 0;
}
header .sp-menu-inner {
  height: 100%;
  padding: 75px 30px 150px 30px;
  overflow-y: scroll;
}
header .sp-menu-list {
  margin-bottom: 36px;
}
header .sp-menu-list a {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
header .sp-menu-list a:last-child {
  margin-bottom: 0;
}
header .menu-list-child {
  margin-bottom: 18px;
}
header .menu-list-child .menu-list-child-nav {
  padding-left: 25px;
  position: relative;
}
header .menu-list-child .menu-list-child-nav::before {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  width: 3px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
header .sp-menu-list-bottom {
  margin-bottom: 32px;
}
header .sp-menu-list-bottom .sp-menu-list-bottom-nav {
  display: block;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 17px;
  padding-left: 11px;
  position: relative;
}
header .sp-menu-list-bottom .sp-menu-list-bottom-nav:last-child {
  margin-bottom: 0;
}
header .sp-menu-list-bottom .sp-menu-list-bottom-nav::before {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  width: 3px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
header .sp-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
header .sp-menu-link-instagram {
  width: 100%;
  max-width: 25px;
}
header .sp-menu-link-facebook {
  width: 100%;
  max-width: 26px;
}
header .sp-menu-link-logo {
  width: 100%;
  max-width: 54px;
}
header {
  /* 言語切り替え */
}
header .lang-switch {
  width: 100%;
  max-width: 124px;
  position: relative;
  top: 17px;
  right: 70px;
}
header .lang-switch.sp-menu-switch {
  position: absolute;
}
header .lang-current {
  width: 100%;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.25);
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
header .lang-current.border-hid {
  border: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .lang-icon {
  gap: 2px;
  width: 100%;
  max-width: 20px;
}
header .lang-icon-text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.03em;
  padding-right: 5px;
  padding-left: 5px;
}
header .lang-icon-text.en-lang-icon-text {
  font-size: 13px;
  padding-right: 4px;
}
header .arrow {
  width: 100%;
  max-width: 8px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .arrow.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .lang-list {
  margin-top: -36px;
  padding: 34px 0 10px 0px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.03em;
  background: rgba(0, 0, 0, 0.25);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.2s ease, opacity 0.3s ease;
  transition: max-height 0.2s ease, opacity 0.3s ease;
  position: relative;
  z-index: 0;
}
header .lang-list a {
  display: block;
  text-align: left;
  padding-left: 35px;
  margin-bottom: 10px;
}
header .lang-list a:last-child {
  margin-bottom: 0;
}
header .lang-list.open {
  max-height: 100px;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
header .lang-list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header .lang-list li:hover {
  opacity: 0.6;
}

@media (min-width: 767px) {
  header {
    height: 75px;
  }
  header .header-logo {
    max-width: 90px;
    padding: 40px 0 0 40px;
  }
  header .header-inner {
    position: relative;
    top: 16px;
    right: 40px;
  }
  header .header-inner.active {
    top: 16px;
    right: 40px;
  }
  header .hamburger-menu {
    width: 65px;
    height: 65px;
  }
  header .hamburger-menu.in-hamb {
    top: 16px;
    right: 40px;
  }
  header .menu-btn {
    width: 34px;
    height: 19px;
  }
  header .menu-btn span:nth-of-type(1) {
    top: 1px;
  }
  header .menu-btn span:nth-of-type(3) {
    bottom: 1px;
  }
  header .menu-btn.active {
    height: 17px;
  }
  header #sp-menu {
    width: 100%;
    max-width: 287px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  header .sp-menu-inner {
    padding: 100px 40px 150px 40px;
    overflow-y: unset;
  }
  header .sp-menu-list {
    margin-bottom: 22px;
  }
  header .sp-menu-list a {
    letter-spacing: 0.04em;
    margin-bottom: 20px;
  }
  header .menu-list-child {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  header .menu-list-child.en-menu-list-child {
    gap: 10px;
  }
  header .menu-list-child .menu-list-child-nav {
    padding-left: 12px;
    position: relative;
    margin-bottom: 0;
  }
  header .menu-list-child .menu-list-child-nav::before {
    left: 3px;
  }
  header .sp-menu-list-bottom {
    margin-bottom: 30px;
  }
  header .sp-menu-list-bottom .sp-menu-list-bottom-nav {
    font-size: 13px;
    letter-spacing: 0.04em;
    margin-bottom: 17px;
    padding-left: 9px;
  }
  header .sp-menu-link {
    gap: 16px;
  }
  header .sp-menu-link-instagram {
    max-width: 26px;
  }
  header .sp-menu-link-logo {
    max-width: 56px;
  }
  header {
    /* 言語切り替え */
  }
  header .lang-switch {
    max-width: 144px;
    top: 30px;
    right: 120px;
  }
  header .lang-current {
    height: 40px;
    padding: 0 12px 0 10px;
  }
  header .lang-current.border-hid {
    background: unset;
  }
  header .lang-icon {
    max-width: 22px;
  }
  header .lang-icon-text {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  header .lang-icon-text.en-lang-icon-text {
    font-size: 14px;
    padding-right: 4px;
  }
  header .lang-list {
    margin-top: -40px;
    padding: 36px 0 11px 18px;
    font-size: 15px;
    letter-spacing: 0.06em;
    background: rgba(0, 0, 0, 0.25);
  }
  header .lang-list.en-lang-list {
    font-size: 14px;
    padding: 36px 0 11px 0px;
  }
}