@media screen and (max-width: 768px) {

    a.button {
        margin-top: 32px;
        margin-right: 8px;
        padding-bottom: 4px;
        float: right;
    }

    a.button:hover {
        padding-bottom: 0;
        border-bottom: none;
    }

    #discography section.container {
        padding: 32px;
    }

    #discography section.container h2.title {
        border: solid rgba( 255, 255, 255, 0.16 ) 1px;
        font-size: 1.2rem;
        line-height: 3.2rem;
        width: 100%;
        height: 32px;
        margin-bottom: 32px;
    }

    /* --------------------
    section.disc
    -------------------- */
    #discography section.disc  {
    }
    
    #discography section.disc section.disc-image-container {
        width: 100%;
        margin-bottom: 24px;
        float: none;
    }

    #discography section.disc section.disc-image-container img {
        width: 100%;
    }

    #discography section.disc section.disc-title-container {
        width: 100%;
        float: none;
        margin-bottom: 32px;
    }

    #discography section.disc section.disc-title-container .discontinued {
        font-size: 1.0rem;
        padding-top: 2em;
    }
    
    #discography section.disc section.disc-title-ja h1 {
        font-size:1.0rem;
        line-height: 2.4rem;
    }

    #discography section.disc section.disc-title-ja h2 {
        font-size:1.4rem;
        line-height: 2.4rem;
        margin-bottom: 8px;
    }

    #discography section.disc section.disc-title-ja h3 {
        font-size:1.0rem;
        line-height: 2.4rem;
        margin-bottom: 8px;
    }

    #discography section.disc section.disc-title-en h2 {
        font-size:1.0rem;
        line-height: 2.0rem;
    }

    #discography section.disc section.disc-title-en h3 {
        font-size:1.2rem;
        line-height: 2.0rem;
    }

    #discography section.disc ul.disc-list {
        clear: both;
        margin-bottom: 1rem;
    }

    #discography section.disc ul.disc-list li {
        font-size:1.0rem;
        text-indent: -2rem;
        padding-left: 2rem;
        padding-bottom: 1.6rem;
    }

   /* --------------------
    section.shop
    -------------------- */    
    #discography section.shop {
        font-size:1.0rem;
        line-height: 2.0rem;
    }

    #discography section.shop dl.shop-list {
        border-top: solid rgba( 255, 255, 255, 0.16 ) 1px;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 2em;
    }

    #discography section.shop dl.shop-list dt {
        border-bottom: none;
        width: 100%;
        padding: 1em 0 0;
    }

    #discography section.shop dl.shop-list dd {
        border-bottom: solid rgba( 255, 255, 255, 0.16 ) 1px;
        width: 100%;
        padding: 0 0 1em;
    }

    /* --------------------
    section.summary
    -------------------- */
    #discography section.summary  {
        line-height: 1.75em;
        padding-bottom: 0;
    }
    
    #discography section.summary p {
        width: 100%;
        margin-bottom: 1em;
    }
    
    #discography section.summary dl {
        width: 100%;
    }
    
    #discography section.summary dl dt {
        font-size:1.2rem;
        width: 100%;
        line-height: 2em;
    }
    
    #discography section.summary dl dd {
        font-size:1.0rem;
        width: 100%;
        margin-bottom: 2em;
    }

    /* --------------------
    section.disc-list(index)
    -------------------- */
    #discography section.disc-list {
    }

    #discography section.disc-list section.disc-image-container a:hover img {
        opacity: 1;
    }

    #discography section.disc-list section.disc-title-container {
        margin-bottom: 0;
    }

}

