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

    COMMON

############################################################################## */
  html {
    font-size: 16px;
  }
  body {
    font-family: 'Hiragino UD Sans W3 JIS2004', 'ヒラギノUD角ゴ W3 JIS2004', sans-serif;
    line-height: 1.8;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    *font-size: small;
    *font: x-small;
    color: #000;
    -webkit-font-smoothing: antialiased;
  }
  ul,
  ol { list-style: none; }
  small { font-size: .875rem; /* 14px */ }
  a,
  a[href="javascript:void(0);"]:hover {
    color: #000;
    text-decoration: none;
    transition: all .4s ease-out;
    outline : none;
  }
  a[href="javascript:void(0);"],
  a[href="javascript:void(0);"]::before {
    color: inherit;
    cursor: default;
    opacity: 1;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus {
    text-decoration: none !important;
  }
  img {
    vertical-align: middle;
  }
  address,
  em,
  i {
    font-style: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  svg {
    transition: all .4s ease-out;
  }

  @media screen and (max-width: 767px) {
    html {
      font-size: 13px;
    }
    body {
      -webkit-text-size-adjust: none;
      word-break: break-word;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    small { font-size: .813rem; /* 13px */ }
  }

/* layout
**************************************** */

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

  /* --- position --- */
  .pos_rel {
    position: relative;
  }
  .pos_ab {
    position: absolute;
  }

  /* --- 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-btm110 { margin-bottom: 110px; }

  /* --- 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,
  .pc-none-slide { 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;
  }
  .sp-none-slide {display: inline; }
  @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-btm110 { margin-bottom: 40px; }

    /* --- 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,
    .sp-none-slide { 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;
    }
    .pc-none-slide {display: inline; }
  }

/* 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: 767px) {
    /* --- 縦並び - sp --- */
    .flex-sp-block {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

/* 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; }
  }



/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  color:#fff;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #fff;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #1b2489;
  padding: 40px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #fff;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 8vh;
  text-decoration: none;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 7%;
  }
}