@charset "UTF-8";
/* CSS Document */
  #customer_header, #customer_footer {
    color: #1E1E1E;
    margin: 0 auto;
    /*font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","メイリオ", sans-serif;*/
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
    /*font-family: "Noto Sans JP", sans-serif;*/
    background: #FFFFFF;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  #customer_header a:active,
  #customer_header a:hover,
  #customer_header a:hover img,
  #customer_footer a:active,
  #customer_footer a:hover,
  #customer_footer a:hover img {
    opacity: 0.5;
    color: #1E1E1E;
    text-decoration: none;
  }
  #customer_header li ,
  #customer_footer li {
    list-style: none;
  }

  #customer_header p ,
  #customer_footer {
    text-align: justify;
    -ms-text-justify: auto;
    text-justify: auto;
    text-justify: inter-ideograph; 
    margin: 0;
  }
  #customer_header h1,
  #customer_header h2,
  #customer_header h3,
  #customer_header h4,
  #customer_header h5,
  #customer_header h6,
  #customer_header strong {
    font-weight: normal;
    margin: 0;
  }
  #customer_header img {
    vertical-align: bottom;
    max-width: 100%;
  }
  .noborder {
    border: none !important;
  }
  .nomargin {
    margin: 0 0 !important;
  }
  .ta_r {
    text-align: right;
  }
  .ta_c {
    text-align: center;
  }
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    zoom: 1;
  }
  #customer_header a {
    color: #1E1E1E;
    text-decoration: none;
  }

/* ----------------------------------------------------------------------  */

@media (min-width: 1001px) {

  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .mr20 {
    margin-right: 20px;
  }
  .ls-1 {
    letter-spacing: -1px;
  }
  .ls-2 {
    letter-spacing: -2px;
  }
  .ls-3 {
    letter-spacing: -3px;
  }
  .ls-4 {
    letter-spacing: -4px;
  }
  .fs10 {
    font-size: 10px;
  }
  .fs14 {
    font-size: 14px;
  }
  .fs15 {
    font-size: 15px;
  }
  .fs16 {
    font-size: 16px;
  }
  .fs24 {
    font-size: 24px;
  }
  .fs26 {
    font-size: 26px;
  }
  .for_sp {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }

  /* customer_header
  ---------------------------------------------------------------------- */
  #customer_header {
  }

  /* mv
  ---------------------------------------------------------------------- */
  #mv {
    width: 100%;
    position: relative;
    background: url("https://storage.489ban.net/storage/customer/2299/mv.jpg") center center no-repeat;
    background-size: cover;
    height: 300px;
  }
  /* #mv:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  } */
  #mv h1 {
    width: 250px;
    height: 74px;
    position: absolute;
    z-index: 20;
    top: 10px;
/*    left: 50%;*/
/*    margin-left: -600px;*/
  }
  #mv h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
    overflow: hidden;
    background: url("https://storage.489ban.net/storage/customer/2299/logo.png") center center no-repeat;
    background-size: contain;
  }
  #mv h2 {
    width: 640px;
    height: 300px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin-left: -320px;
    text-align: center;
    text-indent: -10000px;
    overflow: hidden;
    background: url("https://storage.489ban.net/storage/customer/2299/ttl.png") center center no-repeat;
    /* background-size: contain; */
  }

} /* End min-width:1001px */

/* ----------------------------------------------------------------------  */

@media (max-width: 1000px) {

  .mb20 {
    margin-bottom: 2.6vw !important;
  }
  .mb25 {
    margin-bottom: 3.3vw !important;
  }
  .mb30 {
    margin-bottom: 4vw !important;
  }
  .mb40 {
    margin-bottom: 5.3vw !important;
  }
  .mb50 {
    margin-bottom: 6.6vw !important;
  }
  .mb60 {
    margin-bottom: 8vw !important;
  }
  .mb70 {
    margin-bottom: 9.3vw !important;
  }
  .mb80 {
    margin-bottom: 10.6vw !important;
  }
  .mb90 {
    margin-bottom: 12vw;
  }
  .mb100 {
    margin-bottom: 13.3vw !important;
  }
  .mb120 {
    margin-bottom: 16vw !important;
  }
  .pt50 {
    padding-top: 6.6vw !important;
  }
  .ls-1 {
    letter-spacing: -1px;
  }
  .ls-2 {
    letter-spacing: -2px;
  }
  .ls-3 {
    letter-spacing: -3px;
  }
  .ls-4 {
    letter-spacing: -4px;
  }
  .fs10 {
    font-size: 3vw;
  }
  .fs14, .fs15 {
    font-size: 3.4vw;
  }
  .fs16 {
    font-size: 3.7vw;
  }
  .fs24 {
    font-size: 4vw;
  }
  .fs26 {
    font-size: 5vw;
  }
  .wrap {
    width: 100%;
    overflow: hidden;
  }
  .for_pc {
    display: none !important;
  }
  .for_tab {
    display: none;
  }
  .for_pcnotab {
    display: none !important;
  }
  .for_nw {
    display: none !important;
  }
  .cf_s:before, .cf_s:after {
    content: "";
    display: table;
  }
  .cf_s:after {
    clear: both;
  }
  .cf_s {
    zoom: 1;
  }

  /* customer_header
  ---------------------------------------------------------------------- */
  #customer_header {
    font-size: 3.8vw;
    line-height: 1.5;
  }

  /* mv
  ---------------------------------------------------------------------- */
  #mv {
    width: 100%;
    height: 53.333vw;
    position: relative;
    background: url("https://storage.489ban.net/storage/customer/2299/mv_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  /* #mv:before {
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  } */
  #mv h1 {
    width: 18vw;
    height: 11vw;
    position: absolute;
    z-index: 20;
    top: 2vw;
    left: 2vw;
  }
  #mv h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
    overflow: hidden;
    background: url("https://storage.489ban.net/storage/customer/2299/logo.png") center center no-repeat; 
    background-size: contain;
  }
  #mv h2 {
    width: 35vw;
    height: 25vw;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -12.5vw;
    left: 50%;
    margin-left: -17.5vw;
    text-align: center;
    text-indent: -10000px;
    overflow: hidden;
    background: url("https://storage.489ban.net/storage/customer/2299/ttl.png") center center no-repeat;
    background-size: contain;
  }

  /* mainnav
  ---------------------------------------------------------------------- */
    .mainnav {
      width: 100%;
      margin: auto;
      position: relative;
      padding: 4vw 0;
    }
    .mainnav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 92vw;
      margin: auto;
      padding-left: 0;
      list-style: none;
    }
    .mainnav ul li {
      /* width: 25%; */
      margin-bottom: 4vw;
      border-right: 1px solid #CCCCCC;
      list-style: none;
    }
    .mainnav ul li:first-child {
      border-left: 1px solid #CCCCCC;
    }
    .mainnav ul li:nth-child(5) {
      border-left: 1px solid #CCCCCC;
    }
    .mainnav ul li a {
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      color: #1E1E1E;
      font-weight: normal;
      font-size: 3.4vw;
      padding: 0.1em 1em;
    }
    .mainnav ul li a:hover {
      text-decoration: none;
    }

} /* End max-width:1000px */

/* ---------------------------------------------------------------------- */
