@charset "utf-8";

body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

img {
    /*pc*/
    pointer-events: none;
    /*smartphone*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}