/* ##############################################################################

    COMMON

############################################################################## */
  html {
    font-size: 16px;
  }
  body {
    font-family: 'Montserrat', 'Shuei KakuGo Gin M', 'YuGothic', '游ゴシック', sans-serif;
    line-height: 2;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    *font-size: small;
    *font: x-small;
    color: #222;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
  }
  ul,
  ol { list-style: none; }
  small { font-size: .875rem; /* 14px */ }
  a {
    color: #000;
    text-decoration: none;
    transition: all .5s cubic-bezier(0.51, 0.01, 0, 0.98);
    outline : none;
  }
 p a {    color: rgb(48, 165, 204);}
  a:hover {
    text-decoration: none;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
  }

  /* native-lazyload ブラウザ対応 */
  _:-ms-lang(x)::-ms-backdrop, .no-js .native-lazyload-js-fallback {
    display: block !important;
  }
  :lang(x)+:-webkit-full-screen-document, .no-js .native-lazyload-js-fallback {
    display: block !important;
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: 14px;
    }
    body {
      -webkit-text-size-adjust: none;
      line-height: 1.85;
      letter-spacing: .08em;
    }
    img {
      max-width: 100%;
      height: auto;
    }
  }

/* layout
**************************************** */

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .pos_rel {
    position: relative;
    z-index: 0;
  }

  /* --- margin --- */
  .mgn-btm8 { margin-bottom: 8px; }
  .mgn-btm16 { margin-bottom: 16px; }
  .mgn-btm24 { margin-bottom: 24px; }
  .mgn-btm32 { margin-bottom: 32px; }
  .mgn-btm40 { margin-bottom: 40px; }
  .mgn-btm48 { margin-bottom: 48px; }
  .mgn-btm56 { margin-bottom: 56px; }
  .mgn-btm64 { margin-bottom: 64px; }
  .mgn-btm72 { margin-bottom: 72px; }
  .mgn-btm80 { margin-bottom: 80px; }
  .mgn-btm88 { margin-bottom: 88px; }
  .mgn-btm96 { margin-bottom: 96px; }
  .mgn-btm104 { margin-bottom: 104px; }
  .mgn-btm112 { margin-bottom: 112px; }
  .mgn-btm120 { margin-bottom: 120px; }

  /* --- font-size --- */
  .fz-12 { font-size: .75rem; /* 12px */ }
  .fz-13 { font-size: .813rem; /* 13px */ }
  .fz-14 { font-size: .875rem; /* 14px */ }
  .fz-15 { font-size: .938rem; /* 15px */ }
  .fz-16 { font-size: 1rem; /* 16px */ }
  .fz-17 { font-size: 1.063rem; /* 17px */ }
  .fz-18 { font-size: 1.125rem; /* 18px */ }
  .fz-20 { font-size: 1.25rem; /* 20px */ }
  .fz-24 { font-size: 1.5rem; /* 24px */ }
  .fz-26 { font-size: 1.625rem; /* 26px */ }
  .fz-28 { font-size: 1.75rem; /* 28px */ }
  .fz-30 { font-size: 1.875rem; /* 30px */ }
  .fz-32 { font-size: 2rem; /* 32px */ }
  .fz-36 { font-size: 2.25rem; /* 36px */ }
  .fz-40 { font-size: 2.5rem; /* 40px */ }
  .fz-44 { font-size: 2.75rem; /* 44px */ }
  .fz-48 { font-size: 3rem; /* 48px */ }
  .fz-56 { font-size: 3.5rem; /* 56px */ }
  .fz-64 { font-size: 4rem; /* 64px */ }

  /* --- pc or sp --- */
  .pc-none,
  .pc-none-inline,
  .pc-none-table,
  .pc-none-flex { display: none; }
  .sp-none { display: block; }
  .sp-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and  (max-width: 767px) {

    /* --- margin --- */
    .mgn-btm16 { margin-bottom: 8px; }
    .mgn-btm24 { margin-bottom: 16px; }
    .mgn-btm32 { margin-bottom: 16px; }
    .mgn-btm40 { margin-bottom: 24px; }
    .mgn-btm48 { margin-bottom: 24px; }
    .mgn-btm56 { margin-bottom: 32px; }
    .mgn-btm64 { margin-bottom: 32px; }
    .mgn-btm72 { margin-bottom: 40px; }
    .mgn-btm80 { margin-bottom: 40px; }
    .mgn-btm88 { margin-bottom: 48px; }
    .mgn-btm96 { margin-bottom: 48px; }
    .mgn-btm104 { margin-bottom: 56px; }
    .mgn-btm112 { margin-bottom: 56px; }
    .mgn-btm120 { margin-bottom: 64px; }

    /* --- font-size --- */
    .fz-12 { font-size: .786rem; /* 11px */ }
    .fz-13 { font-size: .857rem; /* 12px */ }
    .fz-14 { font-size: .929rem; /* 13px */ }
    .fz-15 { font-size: 1rem; /* 14px */ }
    .fz-16 { font-size: 1.071rem; /* 15px */ }
    .fz-17 { font-size: 1.143rem; /* 16px */ }
    .fz-18 { font-size: 1.214rem; /* 17px */ }
    .fz-20 { font-size: 1.286rem; /* 18px */ }
    .fz-24 { font-size: 1.429rem; /* 20px */ }
    .fz-26 { font-size: 1.429rem; /* 20px */ }
    .fz-28 { font-size: 1.714rem; /* 24px */ }
    .fz-30 { font-size: 1.714rem; /* 24px */ }
    .fz-32 { font-size: 1.857rem; /* 26px */ }
    .fz-36 { font-size: 1.857rem; /* 26px */ }
    .fz-40 { font-size: 2rem; /* 28px */ }
    .fz-44 { font-size: 2rem; /* 28px */ }
    .fz-48 { font-size: 2.143rem; /* 30px */ }
    .fz-56 { font-size: 2.286rem; /* 32px */ }
    .fz-64 { font-size: 2.571rem; /* 36px */ }

    /* --- pc or sp --- */
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flex { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }

/* flex
**************************************** */
  
  /* --- ブロック要素 --- */
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* --- インライン要素 --- */
  .flex-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 逆向き --- */
  .flex-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  /* --- 縦並び --- */
  .flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* --- 水平方向揃え --- */
  .flex-j-start {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-j-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-j-ctr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-j-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* --- 垂直方向揃え --- */
  .flex-a-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-a-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-a-ctr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-a-baseline {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .flex-a-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* --- 子要素の折り返し設定 --- */
  .flex-c-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-c-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 子要素の複数行設定 --- */
  .flex-c-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .flex-c-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-start {
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flex-c-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flex-c-ctr {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flex-c-baseline {
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
  .flex-c-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  @media screen and (max-width: 768px) {

    /* --- 縦並び - sp --- */
    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    /* --- 並び順変更 - sp --- */
    .flex-sp-reverse {
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }

/* txt
**************************************** */
  .txt-ctr,
  .txt-ctr-pc {
    text-align: center;
  }
  .txt-rgt,
  .txt-rgt-pc {
    text-align: right;
  }

  @media screen and (max-width: 767px) {
    .txt-ctr-pc,
    .txt-rgt-pc { text-align: left; }
  }