@charset "utf-8";

#ge24 {
    font-size: 16px;
    color: #494848;
    overflow: hidden;
}

#ge24 .contentsWrap {
    font-family: 'Kosugi Maru', sans-serif !important
}

#ge24 a {
    text-decoration: none;
    color: #000000
}

#ge24 img {
    width: 100%;
    height: auto
}

#ge24 h2 {
    font-family: "Zen Old Mincho", serif !important;
    font-weight: 400;
    font-style: normal;
}

#ge24 .description{
    margin-bottom: 70px !important;
}

#ge24 .main{
    width: 80% !important;
}

#ge24 .itemList6{
    justify-content: center;
}

#ge24 .itemList .itemList6Wrap img:hover {
    opacity: .75
}

#ge24 .itemList .itemList6 ul{
    margin: 0 auto;
}

#ge24 nav .typeText {
    background-color: #fff9a9;
    color: #212121
}

#ge24 nav .type {
    justify-content: space-between;
    margin-bottom: 100px
}

#ge24 nav .type li a {
    background: #000000;
    color: #ffffff !important
}

#ge24 .single{
    width: 49%;
}

@media screen and (max-width:520px) {

    #ge24 .itemList6{
        flex-direction: column-reverse;
    }

    #ge24 h2 {
        font-size: 25px;
    }

    #ge24 .main{
        width: 100% !important;
    }

    #ge24 .product{
        flex-direction: row;
    }

    #ge24 nav .type {
        margin-bottom: 5%
    }

    #ge24 .code {
        border-left: 2px solid #222
    }

    #ge24 nav li {
        margin: 0 1% 10%
    }

    #ge24 .description{
    font-size: 12px;
    margin-bottom: 40px;
    }

    #ge24 .itemList .corner {
        padding: 5% 0
    }

    #ge24 .itemList .corner .itemList7 .codeImg2 {
        margin-top: initial
    }

    #ge24 .itemList .corner h2 {
        line-height: 35px;
    }

    #ge24 .itemList .itemList8 li {
        margin-bottom: 5%
    }

    #ge24 .itemList .itemList6 .flexItem1 {
            order: 2
        }

    #ge24 .itemList .itemList6 .flexItem2 {
        order: 1
    }

}