@charset "UTF-8";

.t-pageHeaderDummy--color{
    background-color:#fff;
}
/* --- カーテン --- */
.intvKV {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 45px auto;
}
.intvKV img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.intvKV .box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.intvKV .box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background: linear-gradient(90deg,#f51a63,#fb7aed);
    transition: .5s ease; 
    opacity: 1;
}
.isPlay:before {
    transform: translate3d(100%, 0, 0);
}
.kvimg{
    opacity: 1;
}
.kvimg2{
    opacity: 1;
    transition: 1.1s ease-out;
}

.box .spinner{
    position:absolute;
    top:33%;
    left:0;
    width:100%;
    text-align:center;
    z-index:88;
    opacity: 0.4;
}


/* ------- モーダル ------- */
#backMaskBase {
    display: none;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0.7;
	filter: alpha(opacity=7);
    opacity: 0.7;
	z-index: 9990;
}
#modalWin {
    display: none;
	top: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	height: 0;
    position: relative;
	width: 960px;
	z-index: 9991;
}
#modalContent {
    display: none;
	position: relative;
	background-color: #f7f7f7;
	box-shadow: 3px 3px 8px #000;
	box-sizing: border-box;
	width: 960px;
	height: 540px;
    overflow:hidden;
	margin: 0 auto;
	padding: 0 0 25px 0;
	z-index: 998;
	text-align: center;
	color: #000;
}
#moviframe{
	width: 960px;
	height: 540px;
}

#modalWin .closeBtn{
    position:absolute;
    top:-33px;
    right:-25px;
    width:36px;
    height:36px;
    cursor:pointer;
    z-index:999;
    transition: all 150ms 0s ease;
}

#modalWin .closeBtn div{
    display: inline-block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 0;
    width: 2px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
}
#modalWin .closeBtn div:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 25px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

#modalWin .closeBtn:hover{
    opacity:0.5;
    transition: all 300ms 0s ease;
}

#posspin{
    display:none;
    width:50px;
    height:50px;
    text-align:center;
    margin:170px auto 0 auto;
}

/* .modalinner{
    text-align:left;
    padding:0 0 30px 0;
}
.modalinner .err{
    font-size:18px;
    color:#666;
    } */


/* ---------------------------- スマホ --------------------------- */
@media screen and (max-width:767px){

    .intvKV {
    margin: 0 auto 8vw auto;
    }

/* ------- モーダル ------- */
#backMaskBase {
    opacity: 0.9;
}
#modalWin {
	width: 100vw;
}
#modalContent {
	width: 96vw;
	height: 54vw;
	padding: 0 0 6vw 0;
}
#moviframe{
	width: 96vw;
	height: 54vw;
}
#modalWin .closeBtn{
    position:absolute;
    top:-11vwx;
    right:-3vw;
    width:10vw;
    height:10vw;
    cursor:pointer;
    z-index:999;
    transition: all 150ms 0s ease;
}

#posspin{
    display:none;
    width:20vw;
    height:20vw;
    text-align:center;
    margin:20vw auto 0 auto;
}



}/* スマホ */