@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 980px;
	min-width: 1000px;
	margin: 0 auto;
}

#app_contents{
	position: relative;
}

.app_download{
  width: 454px;
  position: absolute;
  display: flex;
  top: 598px;
  left: 104px;
}
.app_download li{
 list-style: none;
 box-sizing: border-box;
 padding: 0 33px 0 5px;
}

.movie{
	margin: 0 auto;
	width: 712px;
	height: 380px;
}

.movie{
	margin: -225px auto;
	position: relative;
     padding-bottom: 41.3%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	border: solid 3px #40220f;
	
}

.movie video{
	 position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	box-sizing: border-box;
}
	
	.movie_bg{
		width: 100%;
	margin: 0 auto;
	background: url("../img/fv_02_pc.jpg")no-repeat top center;
	background-size: 100% auto;
	height: 450px;
	box-sizing: border-box;
	padding-top: 23%;
	}