@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
@media screen and (min-width: 751px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo_w.svg) no-repeat 0 0;
    background-size: contain;
    margin: 24px 0 0 5px;
    width: 260px;
    height: 30px;
  }
  #headerContents:after {
    display: none;
  }
  #gnav li a {
    color: #fff;
  }
  #Wrap #gnav .h_nav_line {
    vertical-align: middle;
  }
  #Wrap #gnav .h_nav_line a {
    padding-top: 0;
    position: relative;
  }
  #Wrap #gnav .h_nav_line a::after {
    content: '';
    position: absolute;
    width: 70px;
    background-size: contain;
    height: 30px;
    border-radius: 0px;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -26px;
    z-index: -2;
    background-color: transparent;
    background-image: url(https://scdn.line-apps.com/n/line_add_friends/btn/ja.png);
    opacity: 1;
    translate: -50% 0;
  }
  #Wrap #headerContents {
    min-height: 160px;
  }
  #fNav {
    width: 650px;
    text-align: left;
    padding: 5px 0 0;
  }

  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.svg) no-repeat 0 0;
    background-size: contain;
    margin: 0px 0 20px 0px;
    width: 260px;
    height: 30px;
  }

  footer .inner {
    padding-bottom: 15px;
  }

  .spNav dd.linkListWrap ul:nth-child(3) {
    margin-top: 25px;
  }
} /* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width: 750px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo_w.svg) no-repeat 0 0;
    background-size: contain;
    margin: 20px 0 0 0px;
    width: 200px;
    height: 30px;
  }
  #headerContents {
    height: 60px;
  }
  #headerContents:after {
    display: none;
  }
  #pankuzu {
    padding: 15px 10px 15px;
  }
  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.svg) no-repeat 0 0;
    background-size: contain;
    margin: 50px 0 20px 0px;
    width: 260px;
    height: 30px;
  }

  #fNav .footer-bnr a {
    border: none;
    width: 100%;
  }
} /* @media screen and (max-width:750px) END */
