/* 共通 */
.relative {
    position: relative;
    z-index:0;
}
.absolute{
    position: absolute;
    z-index:1;
}

.header-base{
    height: 100%;
}

.logo{
    top: 15%;
    bottom: 15%;
}

.header{
    bottom: 21%;
    left: 50.5%;
    right: 4%;
    font-size: 1.1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer {
    top: 32%;
    left: 40%;
    right: 14%;
    font-size: 1.1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media (max-width: 750px) {
    .logo{
        left: 0;
        right: 0;
        padding: 6%;
        justify-content: center;
    }

    .header{
        bottom: 14%;
        left: -2px;
        right: 0;
        font-size: 2.5vw;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .footer{
        top: 28%;
        left: -2px;
        right: 0;
        font-size: 2.5vw;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }
}


/* お問い合わせ */
.for_purchasers{
    top: 24.3%;
    left: 20%;
    right: 20%;
    height: 14vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.official_line{
    top: 44%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.cancel_only_line{
    top: 62%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.member_registration{
    bottom: 16%;
    left: 20%;
    right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}


@media (max-width: 750px) {
    .for_purchasers{
        top: 30%;
        left: 0%;
        right: 0%;
        height: 14vw;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .official_line{
        top: 47%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .cancel_only_line{
        top: 63%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .member_registration{
        bottom: 17%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
}


/* 商品ラインナップ */
.lineup_contents1{
    bottom: 34%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(78%, 0);
}
.lineup_contents2{
    top: 66%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-48%, 0);
}
.lineup_contents2 a{
    padding:1%;
}

.lineup_contents3{
    top: 64%;
    left: 36%;
    right: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(62%, 0);
}

.lineup_contents3 a{
    padding:1%;
}
@media (max-width: 750px) {
    .lineup_contents1{
        bottom: 26%;
        left:0;
        right: 0;
        display: block;
        transform: translate(0, 0);
    }
    .lineup_contents2{
        top: 80.5%;
        left:20%;
        right: 20%;
        transform: translate(0, 0);
    }
    .lineup_contents3{
        top: 80.5%;
        left:20%;
        right: 20%;
        transform: translate(0, 0);
        
    }
}

.faq_btn{
        max-width:82%;
        margin: 0 0 10px 0;
}
@media (max-width: 750px) {
        .faq_btn{
                max-width:100%;
                margin: 0 0 10px 0;
        }
}