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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

header {
  width: 100%;
}

.logo {
  width: 300px;
  margin-top: 30px;
  pointer-events:none;
}

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

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

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

.box {
  margin:2em auto;
  max-width: 500px;
  border:solid 5px #B28146;
  position: relative;
}

.box::before {
  content: "";
  display: block;
  padding-bottom: 85%;
}

.menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.menu h1 {
  color: #B28146;
  font-weight: bold;
  margin-bottom: 1.6em;
}

.menu p {
  color: #B28146;
}

.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: #5BAFC9;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  transition: all 0.3s;
}
#memberLogin button:hover {
  opacity: 0.6;
}

ul {
  padding: 0;
}

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

.movie-container {
  height: 100%;
}

.movie_button {
  display: block;
  margin: auto;
  width: 400px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  background-color: #5BAFC9;
}

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

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

.movie-container p {
  margin: 5px auto !important;
}

.movie{
	position: relative;
	margin:0 auto;
}
.movie video{
	width: 100%;
  max-width: 700px;
}
.movie .play-btn{
	display: block;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play-btn.playActive{display:none;}

.title {
  margin-top: 1em;
  color: #B28146;
}

.pcnone {
  display: none;
}


@media screen and (max-width:500px) {
  .title {
    margin: 0.3em 0;
    font-size: 22px!important;
  }

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

  .logo {
    width: 100px;
  }

  .box {
    max-width: 350px;
  }

  .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;
  }

}
