@charset "UTF-8";


/*  import
-------------------------- */
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Raleway:400,700|Montserrat:400,700');

/*  フォント 基本設定
-------------------------- */
html {
                    font-size: 62.5%;
                  }

body {
                    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
					font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 1.0rem;
                    letter-spacing: 0.05em;
                    word-wrap: break-word;
                    -webkit-text-size-adjust: 100%;
                    -webkit-font-smoothing: antialiased;
                  }


.typo-en {
	font-family: 'Montserrat', sans-serif;
}
.typo-ttl {
	font-family: 'Permanent Marker', cursive;

}

/*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-24 {
                    font-size: 24px;
                    font-size: 2.4rem;
                  }
.fz-36 {
                    font-size: 36px;
                    font-size: 3.6rem;
                  }