@charset "UTF-8";
/*
Fadein/out
*/



#move{width: 100%;height:700px;position: relative;background: #000;overflow: hidden}
#topfade{position:relative;margin:0 auto;}
#topfade div{width: 100%;height:700px;z-index: 1;position: absolute;top: 0px;left: 0px;display: none}
@media screen and (min-width: 768px) { /*PC設定*/
#skip { bottom:20px;left: 10px;position: absolute;z-index: 1;cursor: pointer;display: none}
#replay{bottom:20px;left: 10px;position: absolute;z-index: 1;cursor: pointer;display: none}

#topfade #loader {background:url(ajax-loader.gif) no-repeat center center;display: block}
#skip img, #replay img {display: block;cursor: pointer;width:auto; height:30px}
#topfade div img{position:relative;z-index:1;width: 100%;height: 700px;object-fit: cover}

}

@media screen and (max-width: 767px) {
#skip {bottom:10px;left: 10px;position: absolute;z-index: 1;cursor: pointer;display: none}
#replay{bottom:10px;left: 10px;position: absolute;z-index: 1;cursor: pointer;display: none}

#skip img, #replay img {height:20px!important;width: auto!important}
#move{min-width: 100%; height:250px;}
#topfade{max-width:100%;}
#topfade div{height:auto;}
#topfade div img{height: auto;width: 100%;}

}
@media print {

}