@charset "utf-8";
nav {
    background: #fff;
}
/*------共通部分------*/

#spocon {
    background: url(../images/bg_2.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding-bottom: 9%;
}
#spocon .wrap{
	background: url("../images/ttl_wrap_sp.png") no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 147%;
	background-size: contain;
}
#spocon h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#spocon .clearTxt{
	text-indent: -10000px;
	text-decoration: none;
}
.section>*{
    position: relative;
    z-index: 998;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}
/*------ 動画 ------*/
#trailer{
    width: 95%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
}
#trailer .trailer_ttl{
    background: url("../images/ttl_wrap2_sp.png") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 42.5%;
    background-size: contain;
    margin: 0 auto;
}
#movie1{
    display: block;
    width: 90%;
    padding-top: 51%;
    position: absolute;
    margin: 0 auto;
    top: 17.5%;
    left: 0;
    right: 0;
}
#movie2{
    display: block;
    width: 90%;
    padding-top: 51%;
    position: absolute;
    margin: 0 auto;
    top: 38%;
    left: 0;
    right: 0;
}
#movie3{
    display: block;
    width: 90%;
    padding-top: 51%;
    position: absolute;
    margin: 0 auto;
    top: 58.5%;
    left: 0;
    right: 0;
}
#movie4{
    display: block;
    width: 90%;
    padding-top: 51%;
    position: absolute;
    margin: 0 auto;
    top: 79%;
    left: 0;
    right: 0;
}
.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;
}
#spocon .bottom{
    background: url("../images/bottom_sp.png") no-repeat top center;
    width: 100%;
    height: 100%;
    padding-top: 12.81%;
    background-size: contain;
}

#spocon .comming{
    background: url("../images/commingsoon.png") no-repeat top center;
    max-width: 100%;
    height: 100%;
    padding-top: 56.25%;
    background-size: contain;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* clearfix */
 /* IE6 */
* html .clrFix { zoom: 1;}
 /* IE7 */
*:first-child+html .clrFix { zoom: 1;}
#footer {
	margin-top: 0 !important;
}



/*うめもと追加*/

#spocon #movieCont {
	display: flex;
	flex-wrap: wrap;
}
#spocon #movieCont li {
    width: 46%;
    margin: 2%;
    text-align: center;
}
#spocon #movieCont li a {
	color: #231815;
	text-decoration: none;
	transition: .3s;
}
#spocon #movieCont li a:hover {
	opacity:.8;
}
#spocon #movieCont li img {
	width: 100%;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}
#spocon #movieCont li .ttl {
	margin-top: 8px;
	font-size: 14px;
}
#spocon iframe {
    vertical-align: bottom;
}
#spocon .clrTxt {
    position: absolute;
    text-indent: -10000px;
    text-decoration: none;
    overflow: hidden;
}
/*-------------------------------*/
#spocon a.more {
    width: 100%;
    max-width: 95%;
    background:#24a5cc;
    margin: 2% auto 3%;
    font-size: 5vw;
    font-weight: bold;
    padding: 3%;
    transition: .3s;
    color: #fff;
    border-radius: 1vw;
}
#spocon a.more:hover {
    text-decoration: none;
    opacity: 0.8;
}

