@charset "UTF-8";

@media only screen and (max-width: 767px) {
	.pc, .ban__fix {display: none!important;}
	
    .ban__fix__sp {
        position: fixed;
        bottom: 0;
        width: 100%;
		z-index: 10000;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
	.wrapper {
        /*padding-bottom: 17VW;*/
        padding-bottom: 0VW;
	}
}
@media only screen and (min-width: 768px) {
	.sp, .ban__fix__sp {display: none!important;}
    .ban__fix {
        position: fixed;
        width: 220px;
        height: 382px;
        bottom: 50px;
        right:50px;
        display: block;
		z-index: 100000;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .ban__fix img{
        filter: drop-shadow(5px 5px 5px #666);
    }
    #closebanner {
        position: absolute;
        top:-8px;
        right: -8px;
        display: block;
        height: 24px;
        width: 24px;
        background: url('../../assets/images/cp/float_close.png') no-repeat 0 0;
        cursor: pointer;
        text-indent: -9000px;
		background-size: 100%;
        z-index: 10;
    }
	.gnav {
        top: 0!important;
    }
}
