@charset "utf-8";

html {
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: visible;
    overflow-y: scroll\9;
    font-size: 62.5%;
}

/* common */

body {
    font-family: "Noto Sans Japanese-r", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
}

header:after,
main:after,
footer:after,
section:after {
    content: "";
    display: block;
    clear: both;
}

/* タブレット対応する場合 */
@media screen and (min-width: 768px) {}

/* ipad pro以上 */
@media screen and (min-width: 1366px) {}