.u-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 1085px) {
  .u-hidden-header_sp {
    display: none !important;
  }
}

@media (min-width: 1086px) {
  .u-hidden-header_pc {
    display: none !important;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1085px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1086px) {
  .container {
    width: clamp(970px, calc(100vw / 1.230769), 1270px);
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  backdrop-filter: blur(0.25em);
  -webkit-backdrop-filter: blur(0.25em);
  transition: 0.5s;
}

@media only screen and (min-width: 768px), print {
  .header {
    font-size: clamp(1.3rem, calc(100vw / 90), 1.8rem);
  }
}

@media only screen and (min-width: 768px), print {
  .header.is-up {
    transform: translateY(-120px);
  }
}

@media only screen and (min-width: 768px), print {
  .header.is-down {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .header {
    background: #fff;
    box-shadow: 0 0.125em 2em 0 rgba(5, 5, 5, 0.08);
    position: fixed;
  }
}

.header__grid {
  padding: 0.75em 1em;
}

@media only screen and (min-width: 768px), print {
  .header__grid {
    padding: 2em 3em;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .header__lft {
    display: flex;
    align-items: center;
  }
}

.header__h1 {
  font-size: 0.75em;
  font-weight: 600;
  padding-left: 1em;
}

@media only screen and (min-width: 768px), print {
  .header__h1 {
    padding-left: 12em;
    transition: 0.5s;
  }
  .is-up .header__h1 {
    padding-left: 14em;
  }
}

.header__toplogo {
  display: inline-block;
  width: 7em;
  transition: 0.5s;
}

.header__toplogo.-up {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .header__toplogo.-up {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .header__toplogo.-up {
    width: 9em;
    top: 0.75em;
  }
  .header__toplogo.-up img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .is-down .header__toplogo.-up {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 768px), print {
  .header__toplogo {
    position: absolute;
    width: 5em;
  }
  .is-up .header__toplogo {
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1086px) {
  .header__toplogo {
    position: absolute;
    width: 7.48363em;
  }
}

@media only screen and (max-width: 767px) {
  .header__nav {
    background: #fff;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.2s;
    transform: translateX(-100vw);
    padding: 1em;
  }
  .is-drawer-active .header__nav {
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px), print {
  .header__nav {
    display: flex;
  }
}

.header__ul {
  font-size: 0.9375em;
}

@media only screen and (max-width: 767px) {
  .header__ul {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 768px), print {
  .header__ul {
    display: flex;
    align-items: center;
  }
}

.header__ul .-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .header__ul .-en {
    font-size: 1.25em;
  }
}

.header__ul .-jp {
  font-weight: 600;
}

@media only screen and (min-width: 768px), print {
  .header__ul .-jp {
    display: none;
  }
}

.header__ul > li > a {
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .header__ul > li > a {
    padding: 0 1em;
    position: relative;
  }
  .header__ul > li > a:after {
    display: inline-block;
    background: #46bf0d;
    height: 2px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    transform: scale(0, 1);
    transition: 0.2s;
  }
}

@media only screen and (min-width: 768px), print {
  .header__ul > li > a:hover {
    opacity: 1 !important;
  }
  .header__ul > li > a:hover:after {
    transform: scale(1, 1);
  }
}

@media only screen and (max-width: 767px) {
  .header__ul > li > a {
    padding: 1.25em 0.5em;
    color: #46bf0d;
    display: flex;
    align-items: center;
    gap: 1em;
    border-bottom: 1px solid;
  }
}

@media only screen and (min-width: 768px), print {
  .header__logo99 {
    width: 3.75em;
    margin-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead {
    display: flex;
    gap: 1em;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead-logo {
    width: 7em;
  }
}

@media only screen and (max-width: 767px) {
  .header__navhead-99logo {
    width: 3em;
  }
}

.header__navfoot {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header__navfoot-icons {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 2em;
}

.header__navfoot-copy {
  color: #46bf0d;
  font-size: 0.75em;
}

.sp-menu {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 11;
}

@media only screen and (min-width: 768px), print {
  .sp-menu {
    font-size: clamp(1.3rem, calc(100vw / 90), 1.8rem);
  }
}

.sp-menu__line {
  height: 1.2857142857142858em;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.7142857142857142em;
}

.sp-menu__line:before {
  background: #46bf0d;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.7142857142857142em;
}

.is-drawer-active .sp-menu__line:before {
  opacity: 0;
}

.sp-menu__line-in {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
}

.sp-menu__line-in:before, .sp-menu__line-in:after {
  transition: 0.2s cubic-bezier(0.46, 0.16, 0.24, 0.77);
  -webkit-transition-property: all;
  background: #46bf0d;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  transition-property: all;
  transition-property: all;
  translate: -50% 0;
  width: 1.7142857142857142em;
}

.sp-menu__line-in:before {
  top: 0;
}

.is-drawer-active .sp-menu__line-in:before {
  rotate: 45deg;
  top: 0.5em;
}

.sp-menu__line-in:after {
  top: 1.1428571428571428em;
}

.is-drawer-active .sp-menu__line-in:after {
  rotate: -45deg;
  top: 0.5em;
}

.footer {
  border-top: 1px solid #e8e9d8;
  position: relative;
}

@media (max-width: 1085px) {
  .footer__lft {
    width: 100%;
  }
}

@media (max-width: 1085px) {
  .footer__rgt {
    position: absolute;
    bottom: 4.25em;
    right: 1em;
  }
}

.footer__ul {
  display: flex;
  gap: 1em;
  font-size: 0.9375em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  flex-wrap: wrap;
}

@media (max-width: 1085px) {
  .footer__ul {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
    padding: auto;
    gap: 1em 2em;
  }
}

.footer__ul li {
  flex-shrink: 0;
}

.footer__ul li img {
  width: auto;
}

.footer__ul li .-yt {
  margin-left: 1em;
}

.footer__ul li a:hover {
  opacity: 1;
  color: #46bf0d;
}

.footer__grid {
  display: flex;
  gap: 2em;
  padding: 3em 0;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1086px) {
  .footer__grid {
    justify-content: space-between;
  }
}

@media (max-width: 1085px) {
  .footer__grid {
    flex-direction: column;
  }
}

.footer__copy {
  background: #050505;
  color: #fff;
  text-align: center;
  font-size: 0.6875em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 0.5em 0 2em;
}

.footer__logo {
  width: 12em;
  display: inline-block;
}

@media (max-width: 1085px) {
  .footer__logo {
    width: 10em;
  }
}

.mv {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 768px), print {
  .mv {
    width: calc(100% - 12em) !important;
    margin-right: 3em !important;
  }
}

@media (min-width: 1086px) {
  .mv {
    width: calc(100% - 17em) !important;
    margin-right: 3em !important;
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px), print {
  .mv {
    margin-top: 120px;
  }
}

.under-main {
  margin-bottom: 3em;
}

@media only screen and (min-width: 768px), print {
  .under-main {
    margin-bottom: 6em;
  }
}
