/*
Theme Name: Videorank.jp
*/


.no-wrap { white-space: nowrap;}



#offcanvasMenu {
/*  background-color: rgba(255, 255, 255, 0.9);*/
  background-color: #ffffff;
  backdrop-filter: blur(4px);
}
.navbar-toggler {
    border: none !important; 
    box-shadow: none !important; }
}





@media (max-width: 767px) and (orientation: portrait) {
  .orientation-alert {
    display: block;
    position: fixed; 
    top: 150px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;

  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;

    z-index: 9999;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .orientation-alert {
    display: none;

  }
}



.footer {
  background: #2c2c2c;
  color: #ccc;
  padding: 60px 0 20px;
}

.footer h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}

.footer a {
  color: #ccc;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social a {
  color: #ccc;
  margin-right: 15px;
  font-size: 1.2rem;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 0.9rem;
}