@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#giftcard_20240902 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#giftcard_20240902 * {
    box-sizing: border-box;
}
#giftcard_20240902 a {
    text-decoration: none;
}
/*--------------------------------------------
MV
--------------------------------------------*/
#giftcard_20240902 .mv {
    margin: 0;
}
#giftcard_20240902 .mv img {
    max-width: 100%;
}
/*--------------------------------------------
ナビ
--------------------------------------------*/
#giftcard_20240902 .navi_area {
    padding: 0px;
    letter-spacing: .1rem;
    margin: 0px auto;
}
#giftcard_20240902 .navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
}

#giftcard_20240902 .navi li:nth-child(2n){
    margin-right: 0;
    margin-left: 1px;
}

#giftcard_20240902 .navi li:nth-child(3n){
    margin-top: 1px;
}
#giftcard_20240902 .navi li:nth-child(4n){
    margin-top: 1px;
    margin-left:1px;
}
#giftcard_20240902 .navi li:nth-child(5n){
    margin-right: 0;
    margin-top: 1px;
}

#giftcard_20240902 .navi li:nth-child(6n){
    margin-right: 0;
    margin-left: 1px;
    margin-top: 1px;
}


/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#giftcard_20240902 .navi .blue {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0px;
    text-decoration: none;
    transition: .4s;
    background: #22469e;
    border: 0;
    flex-grow: 1;
    letter-spacing: 0.1em;
    width: calc(100% / 2 - 38px);
    height: 64px;
}
#giftcard_20240902 .navi .green {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0px;
    text-decoration: none;
    transition: .4s;
    background: #00968d;
    border: 0;
    flex-grow: 1;
    letter-spacing: 0.1em;
    width: calc(100% / 2 - 38px);
    height: 64px;
}
#giftcard_20240902 .navi li:hover {
    opacity: .7;
    cursor: pointer;
}
#giftcard_20240902 .navi li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
    line-height:1.4em;
    background-image: url(/ec/shop/images/campaign/20201028_giftcard/arrow_under.png);
    background-size: 20px 20px;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
}

#giftcard_20240902 .navi li a .nav-s {
    font-size: 10px;
    font-weight: normal;
}
/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#giftcard_20240902 .pc {
    display: block;
}
#giftcard_20240902 .sp {
    display: none;
}
@media screen and (max-width:767px) {
    #giftcard_20240902 .navi li{
        width: calc(100% / 2 - 38px);
    }
    #giftcard_20240902 .navi li:nth-child(3n){
        margin-right: 1px;
    }
    #giftcard_20240902 .navi li:nth-child(2n){
        margin-right: 0 !important;
    }
    #giftcard_20240902 .navi li:nth-child(n + 3){
        margin-top: 1px;
    }
}
@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
    #giftcard_20240902 .navi_area {
        padding: 0px;
        margin: 0px auto;
    }
    #giftcard_20240902 .navi li{
        font-size: calc(((100 / 375) * 12) * 1vw);
        height: 13vw;
        width: calc(100% / 2 - 20px);
    }
    #giftcard_20240902 .navi li:not(:last-child) {
        margin-right: 0px;
    }
    #giftcard_20240902 .navi li.navi_last-child {
        margin-right: 0;
    }
   
    #giftcard_20240902 .navi{
        margin: 0;
    }
    #giftcard_20240902 .navi li a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        padding: .8em 0;
        line-height:1.4em;
        background-image: url(/ec/shop/images/campaign/20201028_giftcard/arrow_under.png);
        background-size: 14px 14px;
        background-position: calc(100% - 8px) 50%;
        background-repeat: no-repeat;
    }
    #giftcard_20240902 .navi .blue {
        position: relative;
        font-size: 14px;
        font-weight: normal;
        border-radius: 0px;
        text-decoration: none;
        transition: .4s;
        background: #22469e;
        border: 0;
        flex-grow: 1;
        letter-spacing: -0.02em;
        width: calc(100% / 2 - 38px);
        height: 64px;
    }
    #giftcard_20240902 .navi .green {
        position: relative;
        font-size: 14px;
        font-weight: normal;
        border-radius: 0px;
        text-decoration: none;
        transition: .4s;
        background: #00968d;
        border: 0;
        flex-grow: 1;
        letter-spacing: -0.02em;
        width: calc(100% / 2 - 38px);
        height: 64px;
    }

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
    #giftcard_20240902 .pc {
        display: none;
    }
    #giftcard_20240902 .sp {
        display: block;
    }
}