main {
  padding-bottom: 30px;
}

.main-visual {
  height: 100%;
  width: 100%;
  position: relative;
  justify-content: center;
}

.main-visual .bg-video {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.main-visual .title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 43%;
  left: 50%;
  max-width: 700px;
  width: 80%;
}

.main-visual .title .logo {
  min-width: 280px;
  margin: 0 auto 47px;
}

.main-visual .title .sub-text {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #FFF;
}

.main-visual .allow-btn {
  position: absolute;
  bottom: 0%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 6.8%;
  min-width: 76px;
  background:none;
  border:0;
  outline:0;
  z-index: 5;
}

.comic-banner {
  width: 200px;
  height: 82px;
  position: sticky;
  margin-top: -82px;
  margin-left: auto;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}

/* SP */
@media screen and (max-width:600px) {
  .main-visual .title .sub-text {
    font-size: 18px;
  }
  .main-visual .title{
    min-width: 280px;
  }
  .comic-banner {
    bottom: 10px;
    right: 10px;
  }
}
