@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
html {
  height:100%;
}
body {
  height:100%;
  margin: 0;
}
#hypeshoyafirstview_hype_container_block {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #000000;
  width: 100% !important;
  height: 100vw !important;
}
@media screen and (min-width:992px) {
  #hypeshoyafirstview_hype_container_block {
    width: 100% !important;
    height: 100% !important;
  }
}
#hypeshoyafirstview_hype_container {
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  overflow:hidden;
}
.fv-read {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.hype-fv-gra01 { 
  background: linear-gradient(60deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) !important; 
}
@media screen and (min-width:992px){
  .hype-fv-gra01 { 
    background: linear-gradient(60deg,rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%) !important; 
  }
}


#hypeshoyafirstview_hype_container_block .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#hypeshoyafirstview_hype_container_block .loading::before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid #e47051;
  border-right: 5px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}