/* iPhone 縦 */

html {font-size: 75%}

@media screen and (min-width:1024px) {
    /*　for PC　*/

html {font-size: 62.5%}

}