@charset "UTF-8";
/*　sass ベースファイルのインポート　/　*/
/* / common sass */
/*　/ sass ベースファイルのインポート　*/
/*　webfontのインポート　/　*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/* /　webfontのインポート　*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #3c3c77;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.slick-dots li button:before {
  font-size: 12px !important;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #1a1a1a;
    font-size: 1.3rem;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  article#contents_ctn {
    width: 100%;
  }

  #footer {
    font-size: 1.1rem;
    text-align: center;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    text-decoration: none;
  }
  #page_top a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /* common class / */
  .sp_none {
    display: none;
  }

  /* / common class */
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, sans-serif;
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }

  sup {
    vertical-align: super;
    font-size: 1.2rem;
  }

  sub {
    vertical-align: sub;
    font-size: 1.2rem;
  }

  article#contents_ctn {
    max-width: 980px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    font-size: 1.1rem;
    text-align: center;
  }

  #page_top {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 99999;
  }
  #page_top a {
    z-index: 99999;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    padding: 10px;
    text-decoration: none;
  }
  #page_top a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  /* common class / */
  .pc_none {
    display: none;
  }

  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */

/*# sourceMappingURL=common.css.map */
