/* ##############################################################################

    COMMON

############################################################################## */
  
  body {
    font: 13px/1.231 'Noto Sans JP', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 2.2;
    letter-spacing: .1em;
    *font-size: small;
    *font: x-small;
    color: #000;
    -webkit-font-smoothing: antialiased;
  }
  @media all and (-ms-high-contrast:none) {
    body {
      font: 12.5px/1.231  'Noto Sans JP', 'メイリオ', 'Meiryo', 'Lato', 'YuGothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    }
  }
  ul,
  ol { list-style: none; }
  small { font-size: 86%; }
  a {
    color: #000;
    text-decoration: none;
    outline : none;
  }
  a:hover {
    text-decoration: none;
  }
  sup {
    font-size: 70%;
    transform: scale(.9) translateY(-4px);
    display: inline-block;
  }

  @media screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: none;
    }
    img {
      max-width: 100%;
      height: auto;
    }
  }


/* ##############################################################################

    ANIMATION

############################################################################## */
  .loaded .ts,
  .loaded .ts-bf::before {
    transition: .8s cubic-bezier(.07, .51, .12, 1);
  }
  .loaded .ts04,
  .loaded .ts04-bf::before {
    transition: .4s cubic-bezier(.07, .51, .12, 1);
  }
  .loaded .ts40 {
    transition: 4s cubic-bezier(.07, .51, .12, 1);
  }


/* ##############################################################################

    LAYOUT

############################################################################## */

  /* --- float --- */
  .flt-rgt { float: right; }
  .flt-lft { float: left; }

  /* --- position --- */
  .por {
    position: relative;
    z-index: 0;
  }
  .poa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }

  /* --- margin --- */
  .btm8 { margin-bottom: 8px; }
  .btm16 { margin-bottom: 16px; }
  .btm24 { margin-bottom: 24px; }
  .btm32 { margin-bottom: 32px; }
  .btm40 { margin-bottom: 40px; }
  .btm48 { margin-bottom: 48px; }
  .btm56 { margin-bottom: 56px; }
  .btm64 { margin-bottom: 64px; }
  .btm72 { margin-bottom: 72px; }
  .btm80 { margin-bottom: 80px; }
  .btm96 { margin-bottom: 96px; }
  .btm112 { margin-bottom: 112px; }

  /* --- pc or sp --- */
  .pc-none,
  .lgpc-none,
  .pc-none-inline,
  .lgpc-none-inline,
  .pc-none-table,
  .pc-none-flx,
  .tab-show { display: none; }
  .smpc-none,
  .sp-none { display: block; }
  .sp-none-inline,
  .tab-none-inline { display: inline; }
  .sp-none-table { display: table; }
  .sp-none-flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and (max-width: 1280px) {
    .lgpc-none-inline {
      display: inline;
    }
  }
  @media screen and (max-width: 960px) {
    .tab-show {
      display: block;
    }
    .tab-none,
    .tab-none-inline {
      display: none;
    }
  }
  @media screen and  (max-width: 768px) {
    .btm16 { margin-bottom: 8px; }
    .btm24 { margin-bottom: 16px; }
    .btm32 { margin-bottom: 16px; }
    .btm40 { margin-bottom: 24px; }
    .btm48 { margin-bottom: 24px; }
    .btm56 { margin-bottom: 32px; }
    .btm64 { margin-bottom: 32px; }
    .btm72 { margin-bottom: 40px; }
    .btm80 { margin-bottom: 40px; }
    .btm96 { margin-bottom: 44px; }
    .btm112 { margin-bottom: 48px; }
    .sp-none,
    .sp-none-inline,
    .sp-none-table,
    .sp-none-flx { display: none; }
    .pc-none { display: block; }
    .pc-none-inline { display: inline; }
    .pc-none-table { display: table; }
    .pc-none-flx {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }


/* ##############################################################################

    FLEX

############################################################################## */

  /* --- ブロック要素 --- */
  .flx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* --- インライン要素 --- */
  .flx-in {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  /* --- 逆向き --- */
  .flx-rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  /* --- 縦並び --- */
  .flx-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flx-col-rev {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* --- 水平方向揃え --- */
  .flx-stt-j {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flx-ctr-j {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flx-end-j {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flx-btw-j {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flx-aro-j {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  /* --- 垂直方向揃え --- */
  .flx-stt-a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flx-end-a {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flx-ctr-a {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flx-bsln-a {
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .flx-str-a {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  /* --- 子要素の折り返し設定 --- */
  .flx-nowrap-c {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flx-wrap-c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* --- 子要素の複数行設定 --- */
  .flx-stt-c {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .flx-end-c {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .flx-ctr-c {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .flx-bsln-c {
    -webkit-align-content: baseline;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
  .flx-str-c {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  /* --- ざっくりflexレイアウト --- */
  .flx-lo2,
  .flx-lo3,
  .flx-lo4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flx-lo2 > * {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flx-lo2 > *:nth-child(even) { margin-right: 0; }
  .flx-lo3 > * {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .flx-lo3 > *:nth-child(3n+3) { margin-right: 0; }
  .flx-lo4>* {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 4%;
  }
  .flx-lo4 > *:nth-child(4n+4) { margin-right: 0; }

  @media screen and (max-width: 1200px) {
    .flx-smpc-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .flx-smpc-blc > * {
      width: 100%;
    }
    .flx-smpc-blc > *:not(:last-child) {
      margin-bottom: 16px;
    }
    .flx-lo2-smpc > *,
    .flx-lo2-smpc.flx-lo3 > * {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flx-lo2-smpc > *:nth-child(even) { margin-right: 0; }
    .flx-lo3-smpc > *,
    .flx-lo3-smpc.flx-lo4 > *:nth-child(4n+4) {
      width: 30.66%;
      margin-right: 4%;
      margin-bottom: 4%;
    }
    .flx-lo3-smpc > *:nth-child(3n+3),
    .flx-lo3-smpc.flx-lo4 > *:nth-child(3n+3) { margin-right: 0; }
  }
  @media screen and (max-width: 768px) {

    /* --- 縦並び - sp --- */
    .flx-sp-blc {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .flx-sp-blc>*,
    .flx-lo3-smpc.flx-lo4 > *:nth-child(4n+4) {
      width: 100%;
      margin-right: 0;
    }
    
    /* --- ざっくりflexレイアウト - sp --- */
    .flx-lo2-sp > *,
    .flx-lo2-sp.flx-lo3 > *:nth-child(3n+3) {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flx-lo2-sp > *:nth-child(even),
    .flx-lo2-sp.flx-lo3 > *:nth-child(even) { margin-right: 0; }
    .flx-lo3-sp > *,
    .flx-lo3-sp.flx-lo4 > *:nth-child(4n+4) {
      width: 31.33%;
      margin-right: 3%;
      margin-bottom: 3%;
    }
    .flx-lo3-sp > *:nth-child(3n+3),
    .flx-lo3-sp.flx-lo4 > *:nth-child(3n+3) { margin-right: 0; }

  }


/* ##############################################################################

    TXT

############################################################################## */
  .txt-ctr {
    text-align: center;
  }
  .txt-rgt {
    text-align: right;
  }
  .txtarea p:not(:last-child) { margin-bottom: 1em; }