:root {
  color-scheme: white black !important;
}
body {
  font-family: "Noto Sans";
  margin: 0;
  margin-top: -1px;
}
.couger-menu {
  display: flex;
  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;
}
.ludens-menu li {
  font-family: "Noto Sans";
}
.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;
  }
}
.submenu-nrd {
  display: block !important;
  position: absolute;
  opacity: 0;
}
.submenu-nrd-new{
  display: none !important;
}
.menu-nrd:hover .submenu-nrd-new{
  display: block !important;
}
.submenu-nrd li {
  padding-top: 20px !important;
}
.submenu-nrd-new li {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
.menu-nrd:hover .submenu-nrd {
  opacity: 1;
  transition: opacity 0.4s;
  padding: 0;
  width: fit-content;
  text-align: left;
}
.menu-nrd:hover .submenu-nrd-new 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 .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;
 }
}

/* MAIN MENU */
.main-menu ul {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}
.main-menu li {
  font-family: "Hind", sans-serif;
  list-style: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 4px;
  padding: 0 20px;
}
.main-menu a {
  color: #6d6e6e;
  text-decoration: none;
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .couger-menu {
    padding: 15px 20px;
  }
  .main-menu li {
    padding: 0 8px;
  }
}
@media screen and (min-width: 767px) and (max-width: 840px) {
  .main-menu li {
    font-size: 9px;
  }
}

.main-menu li a {
  cursor: pointer;
}
/* 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: .8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
  color: rgb(238, 238, 238);
}



#show-menu{
  display: block;
}
#notshow-menu{
  display: none;
}