@charset "UTF-8";
body, html {
	height: 100%;
    padding: 0;
    margin: 0;
}
body {
	background-color: #000;
}
.__movie-wrap {
  width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}
.__movie-wrap-inner {
position: relative;
  width: 100%;
    height: 0;
  padding-top: 56.25%;
    margin: auto;
    top: 0;
    bottom: 0;
}
.__movie-wrap-inner iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.__btns {
    list-style: none;
    letter-spacing: -0.4em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
}
.__btns li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    letter-spacing: -0.045em;
    width: 20%;
    text-align: center;
	margin: 0 5px;
}
.__btns li a {
    position: relative;
    display: block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #000;
    background: #5bb9e3;/*色*/
    font-size: 14px;
    font-weight: bold;
    border: solid 2px #5bb9e3;/*線色*/
	vertical-align: top;
}
.__btns li.__ply a {
    background: #000;
    color: #5bb9e3;
}