@charset "UTF-8";
/* CSS Document */
* { 
margin:0 auto; 
padding:0; 
background: #000;
}

.pc {
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 30px;
	text-align: center;
	width: 90vw;
}

img, video {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

li {list-style: none;}
.list__item img {width: 100%;}
.pager {display: none;}
.aud{display:none;}

#youtube-movie {
  margin: 0 auto;
  width: 100%;

}
#youtube-movie{
    position: fixed;
    top: 0;
    bottom: 0;
    min-width: 150%;
    height: auto;
    z-index: -1;
}
#mainvisual .container{
    padding: 7em 0 3em 0;
}
 
#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
 
#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}