@charset "UTF-8";
/*  フォント 基本設定
-------------------------- */

html {
    font-size: 62.5%;
}
body {
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
    
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 2;
    letter-spacing: 0.1em;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
/*font style*/

.typo-en {
    font-family: 'Fredoka One', cursive;
}
.typo-num {
    font-family: 'Josefin Sans', sans-serif;
}
.typo-min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
/*bold style*/

.typo-Bold {
    font-weight: 700;
}
/*font size*/

.fz-10 {
    font-size: 10px;
    font-size: 1.0rem;
}
@media screen and (max-width: 720px) {
    .fz-10 {
        font-size: 9px;
        font-size: .9rem;
    }
}
.fz-11 {
    font-size: 11px;
    font-size: 1.1rem;
}
.fz-12 {
    font-size: 12px;
    font-size: 1.2rem;
}
.fz-14 {
    font-size: 14px;
    font-size: 1.4rem;
}
.fz-16 {
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
    .fz-16 {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.fz-18 {
    font-size: 18px;
    font-size: 1.8rem;
}
.fz-20 {
    font-size: 20px;
    font-size: 2.0rem;
}
@media screen and (max-width: 720px) {
    .fz-20 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.fz-24 {
    font-size: 24px;
    font-size: 2.4rem;
}
.fz-36 {
    font-size: 36px;
    font-size: 3.6rem;
}