header {
  display: none;
}

main {
  padding: 0px 0 0
}

.wrapper {
  background: url("../img/all/content_bg.jpg") center top;
  background-size: 100% auto;
}

#index {
  position: relative;
  overflow: hidden;
  padding: 0 0 25%;
}
@media (min-width: 768px) {
  #index {
    padding: 0;
  }
}

#index img {
  width: 100%;
  height: auto;
}

h1 {
  width: 60%;
  position: absolute;
  top: 45%;
  left: 20%;
  z-index: 4;
}
@media (min-width: 768px) {
  h1 {
    width: 430px;
    margin-left: -215px;
    position: absolute;
    top: 470px;
    left: 50%;
    z-index: 4;
  }
}


h1{
  animation-name: logo-anime;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes logo-anime {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(2deg);
  }
  15% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}


.catch {
  width: 60%;
  position: absolute;
  top: 70%;
  left: 20%;
  z-index: 5;
}
@media (min-width: 768px) {
  .catch {
    width: 386px;
    margin-left: -193px;
    position: absolute;
    top: 650px;
    left: 50%;
    z-index: 5;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  top: 73%;
  left: 0;
  width: 100%;
  z-index: 6;
}
@media (min-width: 768px) {
  .btn {
    top: 690px;
  }
}

.btn a{
  display: block;
}

.enter {
  width: 40%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .enter {
    width: 265px;
  }
}

.enter a{
  margin: 0 -5%;
}
@media (min-width: 768px) {
  .enter a{
    margin: 0 -20px;
  }
}

.enter{
  animation-name: enter-anime;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes enter-anime {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.exit {
  width: 30%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .exit {
    width: 207px;
  }
}
.exit a{
  margin: 0 -5%;
}
@media (min-width: 768px) {
  .exit a{
    margin: 0 -10px;
  }
}

.photo{
  position: absolute;
  top: 1rem;
  left: 5%;
  z-index: 3;
  width: 90%;
}
@media (min-width: 768px) {
  .photo{
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 3;
    width: 800px;
    margin-left: -400px;
  }
}

.photo2{
  position: relative;
  z-index: 2;
  width: 124%;
  left: -12%;
}
@media (min-width: 768px) {
  .photo2{
    width: 100%;
    left: 0;
  }
}
.photo2 .pc{
  display: none;
}
@media (min-width: 768px) {
  .photo2 .pc{
    display: block;
  }
  .photo2 .sp{
    display: none;
  }
}

.link_box{
  margin: -0.5rem 0 0;
  position: relative;
  z-index: 10;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .link_box{
    margin: -30px 0 0;
    padding: 0;
  }
}

.link {
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .link {
    padding: 2rem 0 0;
  }
}

.link img{
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .link img{
    width: auto;
  }
}


.opentime{
  position: absolute;
  top: 120px;
  left: 50%;
  width: 296px;
  margin-left: -148px;
  text-align: center;
}

#footer .menu{
  display: none;
}
