@charset "UTF-8";
/* uniq.css */

.lp_access {
position: fixed;
font-size: 21px;
font-size: 2.1rem;
left: 450px;
top: 7px;
font-family: "Noto Serif JP", serif;
font-weight: 600;
}

.lp_access span {
background:linear-gradient(transparent 60%, #ff6 60%);
}

.lp_access span strong {
font-size: 28px;
font-size: 2.8rem;
color: #9b6daa;
}

@media screen and (max-width: 640px) {
.lp_access {
    font-size: 8px;
    font-size: 1.1rem;
    left: 45%;
    top: 5px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 8px;
    width: 31%;
    text-align: center;
    background: #9b6daa;
}
.lp_access span {
background: none;
}
.lp_access span strong {
font-size: 16px;
font-size: 1.6rem;
color: #ff6;
}
}
