@charset "utf-8";
.store_box {
    position: relative;
    top: 100px;
    padding: 0 40px;
    right: 0;
}

.store_title {
    position: relative;
    text-align: right;
    padding: 0px 0 0;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.store_box ul {
    position: relative;
    padding-top: 50px;
}

.store_right {
    position: relative;
    text-align: right;
    margin: 40px 0 0 50%;
    padding: 15px 10px 20px 0;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    border-top: solid 2px ;
    border-right: solid 2px;
}

.store_right a:hover{
    opacity: 0.4;
}

@media screen and (max-width: 1024px) {
    .store_box {
        position: relative;
        top: 50px;
        padding: 0 20px;
        right: 0;
    }
    .store_right {
        position: relative;
        text-align: right;
        margin: 40px 0 0 0;
        padding: 15px 10px 20px 0;
        font-size: 1.2rem;
        letter-spacing: 0.15em;
        border-top: solid 2px ;
        border-right: solid 2px;
    }
}