* {
  text-align: center;
  margin: 0;
}

body {
  font-family: "Hiragino  ProN", Noto Sans JP, sans-seriff;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: url(img/background.jpg) center top / cover no-repeat fixed;
}


header {
  width: 100%;
  margin-bottom: 1em;
}

.content {
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: darken;
}

.logo {
  display: block;
  width: 450px;
  pointer-events: none;
  margin: 2em auto;
}

.logout input {
  color: black;
  font-weight: bold;
  border: none;
  padding: 0.5%;
  background-color: white;
  transition: all 0.3s;
  position: absolute;
  top: 3%;
  left: 5%;
}

.aniversary {
  position: absolute;
  top: 3%;
  right: 5%;
}

.logout input:hover {
  opacity: 0.6;
  cursor: pointer;
}

.logout input,
.box,
.movie_button,
.movie-box {
  border-radius: 3px;
}

.box {
  margin: 10em auto 0;
  max-width: 500px;
  border: solid 5px rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.8);
}

.menu h1 {
  color: black;
  font-weight: 400;
  margin: 1em auto;
}

.menu p {
  color: black;
}

.menu span {
  display: inline-block;
  padding-top: 0.7em;
}

.superior {
  padding-top: 0.75em !important;
}

.login {
  width: 100%;
}

#memberLogin input {
  height: 40px;
  font-size: 20px;
}

#memberLogin button {
  display: block;
  margin: 1.3em auto;
  border: none;
  font-size: 20px;
  color: white;
  background-color: black;
  transition: all 0.3s;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  transition: all 0.3s;
}

#memberLogin button:hover {
  opacity: 0.6;
}

ul {
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
}

li {
  display: block;
  list-style: none;
  margin: 1em auto;
}

.movie-container {
  height: 100%;
}

.movie_button {
  display: block;
  margin: auto;
  width: 400px;
  height: 60px;
  text-decoration: none;
  color: black;
  font-size: 1.3em;
  font-weight: bold;
  background-color: white;
  transition: all 0.3s;
}

.menu01 {
  background-color: #B28146;
  ;
}

.menu02 {
  line-height: 1em;
}


.movie_button:hover {
  opacity: 0.5;
}

.youtube {
  width: 90%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 700px;
  display: block;
  margin: auto;
}

.youtube iframe {
  width: 90%;
  height: 90%;
}

.movie {
  display: inline-block;
  position: relative;
}

.movie_video {
  max-width: 600px;
  height: auto;
}

.movie_btn {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.title {
  margin-top: 1em;
  color: white;
  font-weight: 200;
}

.pcnone {
  display: none;
}


@media screen and (max-width:767px) {
  body {
    background: url(img/background.jpg) cover no-repeat fixed;
  }

  .title {
    margin: 0.3em 0;
    font-size: 22px !important;
  }

  .logout input {
    padding: 1%;
    left: 5%;
  }

  .logo {
    width: 85%;
    margin-top: 5em;
    margin-bottom: 1em;
  }

  .aniversary {
    width: 60px;
  }

  .box {
    margin-top: 3em;
    max-width: 350px;
  }

  .menu span {
    padding-top: 1em;
  }

  .menu a {
    font-size: 1.2em;
    width: 300px;
  }

  .youtube p {
    max-width: 300px;
    margin: 0 auto;
  }

  .movie video {
    width: 90%;
  }

  .pcnone {
    display: inline-block;
  }

  .spnone {
    display: none;
  }

  .movie_button {
    max-width: 300px;
  }

}