:root {
  color-scheme: white black !important;
}
body {
  font-family: "Noto Sans";
  margin: 0;
  margin-top: -1px;
}
.couger-menu {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  transform: translateY(-65px);
  transition: all 1s;
  padding: 15px 40px;
  height: 50px;
}
.couger-menu-about-color span {
  background: #868686 !important;
}
.couger-menu img {
  width: 80px;
  height: 18px;
  padding-right: 40px;
}
@media screen and (min-width: 767px) {
  .couger-menu-line {
    height: 65px;
    width: 0;
    border-right: 3px solid #fff;
    transform: translateY(-65px);
    transition: all 1s;
    border-right-color: #909393;
    margin-top: -15px;
  }
  .vha-menu-line {
    height: 65px;
    width: 0;
    border-right: 3px solid #fff;
    opacity: 0;
    transform: translateY(-65px);
    transition: all 1s;
    border-right-color: #ffffff;
    margin-top: -15px;
  }
  .about-menu-line {
    height: 65px;
    width: 0;
    border-right: 3px solid #fff;
    transform: translateY(-65px);
    transition: all 1s;
    border-right-color: #868686;
    margin-top: -15px;
  }
  .effect {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu-nrd {
  height: 50px;
  align-items: center;
  display: flex;
}
.menu-nrd:hover .submenu-nrd {
  background-color: rgba(29, 33, 43, 0.7);
  padding: 10px 0;
  top: 65px;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.4s;
  width: fit-content;
  text-align: left;
}
.vha-about-back .menu-nrd:hover .submenu-nrd,
.detail-menu .menu-nrd:hover .submenu-nrd {
  top: 50px;
  background-color: rgb(15 17 22 / 87%);
}
.submenu-nrd {
  position: absolute;
  opacity: 0;
}
.submenu-nrd {
  height: 0px;
  width: 0px;
}
.menu-nrd:hover .submenu-nrd {
  height: auto;
  width: auto;
  align-items: flex-start;
}
.menu-nrd .submenu-nrd li {
  padding: 0;
  display: none;
}
.menu-nrd:hover .submenu-nrd li {
  padding: 10px 15px 5px;
  display: block;
}
.menu-nrd:hover .submenu-nrd a {
  color: #ffffff;
}
.submenu-nrd-show {
  opacity: 1;
  transition: opacity 0.4s;
  padding: 0;
  width: 10%;
  text-align: left;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .submenu-nrd-show {
    opacity: 1;
    transition: opacity 0.4s;
    padding: 0 !important;
    margin: 0;
    width: 10%;
    text-align: left;
  }
}

.mr50r20 {
  margin-right: 50px;
}
@media screen and (min-width: 767px) and (max-width: 840px) {
  .mr50r20 {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .couger-menu {
    display: none;
  }
  .couger-menu-mobile {
    display: flex;
  }
  .couger-menu-mobile img {
    position: absolute;
    left: 20px;
    top: 24px;
    width: 110px;
  }
  #nav-icon1 {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 22px;
    right: 15px;
    width: 24px;
    height: 28px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .fixedMenu span {
    background: #ffffff !important;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }

  #nav-icon1 span:nth-child(2) {
    top: 7px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 14px;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 768px) {
  .couger-menu-mobile {
    display: none;
  }
}

.mr50 {
  margin-right: 50px;
}
.mr50-endt {
  margin-right: 50px;
}

.pb10r {
  padding-bottom: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb30r {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}

.content-header__menu {
  display: none;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}
.content-header__menu .menu-list {
  background-color: rgba(100, 159, 162, 0.823);
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 5;
  position: relative;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  animation: bg-body 0.2s 1 forwards;
  margin: 0;
  padding: 110px 70px;
  list-style: none;
}

.content-header__menu .menu-list li {
  margin: 10px 0;
  font-size: 1.4rem;
  text-align: center;
  transform: translateY(-10px);
  animation: link-bar 0.2s 0.2s 1 forwards;
}
.content-header__menu .menu-list li .item-link {
  font-weight: 700;
  position: relative;
  color: #ffffff;
  font-family: "Open Sans";
  text-decoration: none;
  letter-spacing: 0.25em;
}

.content-header__menu .menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-header__menu .menu-list li {
  width: 180px;
  margin: 10px 0;
  font-size: 18px;
  text-align: left;
  transform: translateY(-10px);
  animation: link-bar 0.2s 0.2s 1 forwards;
}
.content-header__menu .menu-list ul li a {
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 300;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.15em;
}
.no-scroll {
  position: fixed;
  overflow: hidden;
}
.showMenu {
  display: block;
}
.fixedMenu {
  position: fixed !important;
}
.fixedMenu span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.fixedMenu span:nth-child(2) {
  opacity: 0;
}
.fixedMenu span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Redisign Mobile Menu */
#submenu-menu,
#submenu-menu2 {
  margin-top: 15px;
  margin-bottom: -20px;
  padding-left: 10px;
}
.submenu-menu {
  clear: both;
  width: fit-content;
  width: max-content;
  height: 0px;
  overflow: hidden;
  text-align: center;
  transition: height 0.5s ease;
}
.submenu-menu-show {
  opacity: 1;
  height: auto;
}
.submenu-label {
  display: flex;
  cursor: pointer;
  width: max-content;
}
.arrow {
  transform: rotate(45deg);
  border: solid #ffffff;
  display: inline-block;
  padding: 4px;
  align-self: center;
  margin-left: 7px;
  cursor: pointer;
}
.a-down {
  border-width: 0 3px 3px 0;
  margin-bottom: 3px;
}
.a-up {
  border-width: 3px 0 0 3px;
  margin-bottom: -3px;
}

/* Footer */
footer {
  background: #eef6f7;
  display: flex;
  justify-content: space-between;
  padding: 15px 80px;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
footer p {
  text-align: center;
  margin: 0;
}
footer a {
  text-decoration: none;
  color: #000000;
}
footer a:nth-child(1) {
  padding-right: 50px;
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  footer {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 10px;
    padding: 15px;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer a:nth-child(1) {
    padding-right: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1080px) {
  .couger-menu {
    padding: 15px 20px;
  }
}
/* LOADER */
.hidden {
  overflow: hidden;
}
.vha-hide,
.about-hide,
.ludens-hide {
  display: none !important;
}

/* Effects */
.in-effect {
  opacity: 1 !important;
}
@media screen and (min-width: 767px) {
  .vha-p1.text-effect,
  .vha-p2.text-effect {
    display: block;
  }
  .vha-p1,
  .vha-p2 {
    display: none;
    animation: DownToUpT 1s ease-in;
  }
  .about-p1.text-effect {
    display: block;
  }
  .about-p1 {
    display: none;
    animation: DownToUpT 1s ease-in;
  }
  .ludens-p1.text-effect,
  .ludens-p2.text-effect,
  .ludens-p3.text-effect {
    display: block;
  }
  .ludens-p1,
  .ludens-p2,
  .ludens-p3 {
    display: none;
    animation: DownToUpT 1s ease-in;
  }
  .ludens-p1-en.text-effect,
  .ludens-p2-en.text-effect {
    display: block;
  }
  .ludens-p1-en,
  .ludens-p2-en {
    display: none;
    animation: DownToUpT 1s ease-in;
  }
}

@keyframes LeftToRigth {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes DownToUpT {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.cc-deny,
.cc-link {
  display: none !important;
}
.cc-message {
  font-size: 12px;
}
.cc-link_p {
  font-size: 12px;
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
  color: rgb(238, 238, 238);
}
