@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

/* body { */
main {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.003rem;
    webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    color: #333;
    font-weight: 600;
    font-style: normal;
    overflow-x: hidden;
/*    font-family: 'Shippori Mincho', serif,  sans-serif, "Hiragino Kaku Gothic ProN" ;*/
	box-sizing: border-box;
}

a {
	text-decoration: none;
}