

/* 共通ヘッダー */
#common_header .bg-grade {
  background: #D5007D;
}

#common_header .inner {
  position: relative;
}

#common_header #fix_header .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  width: 94%;
  height: 100%;
  background-color: #D5007D;
}

@media all and (min-width: 768px) {
  #common_header #header .t_pink {
    color: #fff;
  }

  #common_header .inner .nav_anchorlink{
    position: relative;
  }
}

/* タブヘッダー */
#tab_header {
  position: relative;
  margin-bottom: 15px;
}

#tab_header img {
  width: 100%;
}

#tab_header .tab_header_inner {
  width: 1120px;
  margin: 0 auto 0;
  overflow: hidden;
}

#tab_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

#tab_header .tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 880px;
  height: 80px;
  margin-left: 15px;
  float: left;
}

#tab_header .tab li {
  width: 48.9%;
}

#tab_header .tab li a {
  display: block;
  height: 64px;
  background-color: #f0ebed;
  border-radius: 8px 8px 0 0;
  text-align: center;
}

#tab_header .tab li a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

#tab_header .tab .tab_ljs img {
  width: 350px;
  margin-top: 12px;
}

#tab_header .tab .tab_lj img {
  width: 230px;
  margin-top: 22px;
}

#tab_header .tab .current a {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

#tab_header .btn_keibago {
  width: 150px;
  margin: 20px 15px 0 0;
  float: right;
}


@media all and (min-width: 0) and (max-width: 767px)  {

    /* 共通ヘッダー */
    #common_header .bg-grade {
      background: #000;
    }
    #common_header .inner::before {
      display: none;
    }

    #common_header .hamburger__line {
      background-color: #fff;
    }

    #header .global-nav {
      background-color: #000;
    }

    .nav-open #header_wrap .hamburger {
      background: none;
    }

    /* タブヘッダー */
    #tab_header {
      margin-bottom: 3%;
    }

    #tab_header .tab_header_inner {
      width: auto;
    }

    #tab_header::after {
      height: 7px;
    }

    #tab_header .tab {
      width: 71.6%;
      height: 15.47vw;
      margin-left: 2.67%;
    }

    #tab_header .tab li a {
      display: block;
      height: 13.3vw;
      border-radius: 4px 4px 0 0;
    }

    #tab_header .tab li a:hover {
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
      opacity: 1;
    }

    #tab_header .tab .tab_ljs {
      width: 37.47vw;
    }

    #tab_header .tab .tab_ljs img {
      width: 86.12%;
      margin-top: 8.2%;
    }

    #tab_header .tab .tab_lj {
      width: 32vw;
    }

    #tab_header .tab .tab_lj img {
      width: 51.67%;
      margin-top: 8.9%;
    }

    #tab_header .tab .current a {
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
    }

    #tab_header .btn_keibago {
      width: 20%;
      margin: 3.3% 2.67% 0 0;
    }

}
