.top{
  text-align: center;
  margin-bottom: 50px;
}

.top-image{
  border-radius: 10px;
  height: 460px;
}

.movie{
  text-align: center;
  background-image: url("image/isi.png");
  width: auto;
  background-size: cover;
  padding: 35px 30px;
  margin-bottom: 50px;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0px;
	overflow: hidden;
}

.movie-wrap iframe {
	position: absolute;
  margin: auto;
	top: 0;
	left: 0;
  right: 0;
  bottom: 0;
	width: 70%;
	height: 70%;
}

.bottom{
  width: 100%;
  display: flex;
}

.Credit-Out{
  display: inline-block;
  width: 50%;
  height: auto;
  line-height: auto;
  background-image: url("image/isi.png");
  background-size: cover;
  margin: 0px 45px;
  padding-top: 20px;
  text-align: center;
}

.Credit-In{
  background: rgba(220,220,220,1);
  font-size: 1.2em;
  display: inline-block;
  border: ridge 5px gray;
  text-align: left;
  margin: 10px;
  padding: 5px 20px;
}

.member{
    font-size: 1.5em;
}

.position {
    display: inline-block;
    width: 200px;
}

.name {
    display: inline-block;
    width: 100px;
}

@media (min-device-width:1025px){
  .twitter-timeline{
    width: 50%;
    vertical-align: top;
    margin-left: 75px;
  }
}

@media (max-device-width:1025px){
  .twitter-timeline{
    width: 50%;
    vertical-align: top;
    margin-right: auto;
  }
}

#footer img{
  width: 10%;
  height: 10%;
  margin-bottom: 10px;
}

a.image-link{
  text-decoration: none;
}

.border{
  margin: 10px 20px;
  border-bottom: 1px solid gray;
}

.logo{
  margin: 0px 20px;
}
