/* CMS */
body.page-template-about .txt p, .item .txt p {
    margin-bottom: 2em;
  }
  body.page-template-about .txt p:last-child {
    margin-bottom: 0;
  }

html[lang="en-US"] .ja {
	display: none !important;
}

nav ul li ul li {
	    font-family: "Inter Tight", sans-serif;
}
.header .g_nav > ul > li ul li a {
    color: #483B2A;
    text-decoration: none;
    font-weight: normal;
}

.header {
	z-index: 999999;
}

.wrapper section.fv {
  position: relative;
}
.banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow:hidden;
}
.banner-video video {
  min-width: 100%; 
            min-height: 100%;
            height:auto;
            position: absolute;
            top: 0;
            left:0;
            object-fit: fill;
            
	filter: brightness(60%);
}

.visitusform {
  border: none;
  outline: none !important;
}

#unmute, #mute {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}
#unmute svg, #mute svg {
  height: 24px;
  width: 24px;
}
#mute {
  display: none;
}
#unmute path, #mute path {
  fill: white;
}