@charset "utf-8";



#fixed_25th {
	position: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}


@media only screen and (max-width: 767px) {
#fixed_25th {
    aspect-ratio: 200 / 96;
    background-image: url("../images/25th/fixed_25thSP.png");
    bottom: 0;
    left: 15px;
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    z-index: 98;
}


}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {

#fixed_25th {
    aspect-ratio: 119 / 155;
    background-image: url("../images/25th/fixed_25thPC.png");
    width: 119px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top:50%;
    z-index: 100;
}
#fixed_25th.set_up:hover {
    filter:  alpha(opacity=85%);  opacity:0.85;
}



}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}





