@media only screen and (max-width: 640px) {
	:root {
		--bodyWidth: 100%;
	}
	
    header .tool form {
        width: calc(100% - 10rem);
        width: -moz-calc(100% - 10rem);
        width: -webkit-calc(100% - 10rem);
    }
	
	footer .info li.name {
		font-size: 5.5em;
	}

    #product .display {
        display: none;
    }
    #product-detail .L {
        width: 100%;
    }

    #product-detail .R {
        width: 100%;
        position: static;
        padding: 0;
    }


    /*
    ==================================
        PRODUCT
    ==================================
    */
    .product-list.show-6  {
        grid-template-columns: 1fr 1fr 1fr;
    }

    /*
    ==================================
        REQUEST
    ==================================
    */
    #request {
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        margin: 0 !important;
        padding: 4rem 4rem 0 4rem;
        box-sizing: border-box;
    }

    #request button:last-of-type {margin-bottom: 4rem}

    #request section {
        float: left;
        clear: both;
        width: 100%;
    }

    #request .left {margin-top: 5rem}




    /*
    ==================================
        CONTACT
    ==================================
    */

    #contact {
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 4rem 4rem 0 4rem;
    }

    #contact .clear {margin-bottom: 4rem !important;}

    #contact.about .right {
        height: auto;
        overflow: auto;
        margin-top: 0;
    }


    /*
    ==================================
        Article
    ==================================
    */
    #article-detail .head h1 {
        width: 100%;
    }
    #article-detail .head .share {
        width: 10rem;
        height: 5rem;
        border-radius: 5px;
        border: dashed 1.5px #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 5rem auto 0 auto;
    }
    #article-detail .head .share > svg {
        width: auto;
        height: 80%;
    }


    /*
    ==================================
        PAYMENT
    ==================================
    */

    #payment {
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 4rem 4rem 0 4rem;
    }




    /*
    ==================================
        BASKET
    ==================================
    */

    #basket .divTable>div>span:nth-child(1),
    #basket .divTable>div>span:nth-child(5){display: none}
}
