@charset "UTF-8";

@media only screen and (max-width: 767px) {
	.pc {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: 21VW;*/
	}

    .footer {
        padding-bottom: 21VW;
    }
	.selectDisBtn {
        bottom: 17VW;
    }
	
	.fixbtn2 {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        /*background: #000;
        background: rgba(0, 0, 0, 0.7);*/
      	background: none;
        padding: 0px 0;
        text-align: right;
		
    }
	.fixbtn2 img {
        width: 50%;
		margin-right: 0%;
	}
	.selectDisBtn {
        left: auto;
        right: 0;
        width: 50%;
      	background: none;
        text-align: right;
        padding: 0px 0;
        z-index: 101;
    }
	.selectDisBtn img {
        width: 100%;
		margin-right: 0%;
	}
}
@media only screen and (min-width: 768px) {
	.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%;
    }
    .ban__fix img{
        filter: drop-shadow(5px 5px 5px #666);
		width: 100%;
		height:auto;
    }
    #closebanner {
        position: absolute;
        top:-8px;
        right: -8px;
        display: block;
        height: 24px;
        width: 24px;
        background: url('../img/float_close.png') no-repeat 0 0;
        cursor: pointer;
        text-indent: -9000px;
		background-size: 100%;
        z-index: 10;
    }
}

.wrapper {
	padding-bottom: 0;
}
.selectDisBtn {
  	bottom: 0;
}
