@charset "utf-8";
.main_bg{
    background: #65adf5;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 130px;
}
#taisou{
    max-width: 1280px;
    max-height: 900px;
    margin: 0 auto;
}
#taisou .sewrap{
	background: url("../images/main_pc.jpg") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 52.34%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#taisou .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
.main_bg .link{
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  auto;
}
.main_bg .btn{
    box-sizing: content-box;
    background: #000;
    color: #ffffff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 14px;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10%;
    display: block;
}
.main_bg .btn:hover{
    text-decoration: none;
    opacity: 0.8;
}

/*------ 動画 ------*/
.moviewrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 7%;
}
.movie_bg{
    background: #fff;
    width: 48%;
    padding: 1%;
    margin: 3% 0 0;
}
.movie_bg h2{
    color: #e70010;
    font-size: 24px;
}
.movie_bg h3{
    color: #e70012;
    font-size: 18px;
}
.movie{
    display: block;
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    margin: 0 auto;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}