

@charset "UTF-8";

/* CSS Document */
/*#gjveij*/

/* ==============================
共通
============================== */

#gjveij main {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0.02em;
}

#gjveij *,
#gjveij *::before,
#gjveij *::after {
	box-sizing: border-box;
}

#gjveij a:hover{
    opacity: 0.8;
    transition: 0.2s;
}

#gjveij img {
    display: block;
}

#gjveij section {
    margin: 0 auto 40px;
}

#gjveij .btn a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 6px 24px;
    width: 240px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #dd1957;
    border-radius: 32px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

#gjveij .btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    transform: rotate(135deg) translateY(50%);
    border-style: solid;
    border-color: rgba(0 0 0 / 0) rgba(0 0 0 / 0) rgba(0 0 0 / 0) #fff;
    border-width: 0 0 10px 10px;
}

#gjveij .btn a:hover {
    background-color: #e480a4;
    opacity: 1;
}


@media screen and (max-width: 600px) {

    #gjveij main {
        min-width: 350px;
        font-size: 18px;
        line-height: 1.5em;
    }

    #gjveij section {
        margin-bottom: 32px;
    }    

}

/*PC/SP出し分け-----------------*/

#gjveij .sp_view {
    display: none;
}

@media screen and (max-width: 600px) {
    #gjveij .pc_view {
        display: none;
    }
    #gjveij .sp_view {
        display: block;
    }    
}

/*Intro-----------------*/

#gjveij .intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#gjveij .intro p {
    display: block;
    margin: 12px auto;
    width: 55%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#gjveij .intro .intro_left {
    width: 20%;
}

#gjveij .intro .intro_right {
    width: 20%;
}

@media screen and (max-width: 600px) {

    #gjveij .intro {
        flex-direction: column;
        padding: 16px 0;
    }
    
    #gjveij .intro p {
        margin: 0 auto 8px;
        width: 100%;
        font-size: 18px;
    }

    #gjveij .intro .sp_view {
        width: 80%;
    }
}


/*STORE-----------------*/

#gjveij .store {
    position: relative;
    padding: 8px;
    background: url(img/bg_store_pc.jpg);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gjveij .store h2 {
    margin: 8px auto;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    letter-spacing: 0.03em;
}

#gjveij .store h2::before {
    display: none;
}

#gjveij .store h2::after {
    display: none;
}

#gjveij .store p {
    display: block;
    margin: 8px auto;
}

#gjveij .icon_taxfree {
    position: absolute;
    width: 60px;
    bottom: 0px;
    right: 40px;
}


@media screen and (max-width: 660px) {

    #gjveij .icon_taxfree {
        right: 8px;
    }

}


@media screen and (max-width: 600px) {

    #gjveij .store {
        padding: 32px 32px 8px 32px;
        background: url(img/bg_store_sp.jpg);
        background-size:cover;
    }    

    #gjveij .store h2 {
        margin: 0 auto 24px;
        font-size: 24px;
    }

    #gjveij .store_txt {
        width: 90%;
        margin: 0 auto;
    }

    #gjveij .store_item {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #gjveij .btn {
        width: 240px;
    }

    #gjveij .icon_taxfree {
        position: static;
        margin: 0 0 0 auto;
    }

    #gjveij .icon_taxfree img {
        width: 60px;
    }    

}

/*COUPON-----------------*/

#gjveij .bnr_coupon {
    width: 100%;
}

#gjveij .bnr_coupon img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {

    #gjveij .bnr_coupon {
        margin: 0 auto 32px;
    }
    
    #gjveij .bnr_coupon img {
        width: 90%;
        min-width: 338px;
    }
    
}

/*ONLINE SHOP/Discogs/ebay-----------------*/

#gjveij .ode {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gjveij .ode dl {
    padding: 40px;
    background-color: #333;
    color: #fff;
    width: 32%;
}

#gjveij .ode dt {
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
}

#gjveij .ode dl .ode_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}

#gjveij .online_shop .ode_txt {
    flex-grow: 1;
    text-shadow: 0px 0px 5px #000;
}

#gjveij .online_shop {
    background-image: url(img/bg_onlineshop.jpg);
    background-size:cover;
    height: 320px;
} 

#gjveij .discogs {
    background-image: url(img/bg_discogs.jpg);
    background-size:cover;
    height: 320px;
}

#gjveij .ebay {
    background-image: url(img/bg_ebay.jpg);
    background-size:cover;
    height: 320px;
}

@media screen and (max-width: 999px) {

    #gjveij .ode .btn a {
        width: 100%;
    }

    #gjveij .ode dt {
        margin-bottom: 20px;
    }

}    

@media screen and (max-width: 912px) {
    #gjveij .ode dl {
        padding: 32px;
    }    
}

@media screen and (max-width: 752px) {

    #gjveij .ode dl {
        padding: 28px;
    }    

    #gjveij .ode dt {
        margin-bottom: 20px;
    }

    #gjveij .ode_txt {
        font-size: 18px;
    }

    #gjveij .ode .btn {
        margin: 0 auto;
    }

    #gjveij .ode .btn a {
        min-width: 144px;
    }
    
    #gjveij .ode .btn a::before {
        left: 12px;
        border-width: 0 0 10px 10px;
    }
       
}

@media screen and (max-width: 693px) {

    #gjveij .ode {
        flex-direction: column;
    }

    #gjveij .ode dl {
        margin: 0 auto;
        padding: 32px;
        width: 90%;
        max-width: 500px;
        min-width: 338px;
        background-color: #333;
    }
    
    #gjveij .ode dt {
        margin-bottom: 24px;
    }

    #gjveij .ode dl + dl {
        margin-top: 24px;
    }

    #gjveij .ode .btn {
        margin: 0 auto;
    }

    #gjveij .ode .btn a {
        width: 240px;
    }
    
}


/*CDS AND BOOKS-----------------*/

#gjveij .bnr_cds_and_books img {
    margin: 0 auto;
}

@media screen and (max-width: 600px) {

    #gjveij .bnr_cds_and_books img {
        width: 90%;
        min-width: 338px;
    }

}


/*footer-----------------*/

#gjveij footer {
    padding: 32px 0px;
    background-color: #242424;
    color: #fff;
    font-size: 12px;
    text-align: center;
}



