@charset "UTF-8";

/* CSS Document */

@import url("shop_sp.css");
header {
    background: url(../images/alcali_sol/alcari_sol_sp_head_title.png) no-repeat center;
    background-size: 75%;
}

.bland_link {
    margin: 30vw auto 10vw;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.alcari_link_img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.bland_link a {
    width: 100%;
    display: block;
    text-align: center;
}

.alcali_text {
    display: block;
    font-family: "Sawarabi Mincho", serif;
    font-weight: 100;
    font-size: 77%;
    line-height: 2.5;
    margin-bottom: 50vw;
}

.twitter {
    border: solid 1px #000;
    clear: both;
    margin: 20px auto 20px;
    width: 100%;
    background: #FFF;
    overflow: hidden;
}

.twitter a {
    height: 100vh;
}

.pc {
    display: none;
}