@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
font
-----------------------------------------------------------
----------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

body {
    color: #333333 !important;
    background-color: #fff ;
    font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}