.nav-local {
    z-index: 2 !important
}

.sec-product-01 {
    margin-top: 50px;
}

.bx-wrapper .bx-viewport {
    max-height: 470px !important;
    height: auto !important;
}

@media screen and (max-width: 750px) {
    .contents-inner {
        margin-top: 3rem !important;
    }
}

/* .sec-product-01 .ttl-cmn-02 span{
  border-bottom: 1px solid #3a6b9d !important;
} */

.box-border-01-in .title {
    top: -12px !important;
}

@media (min-width: 768.02px) {
    .box-border-01-in .title {
        top: -18px !important;
    }
}

.dtgl-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 127px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.6s ease;
    width: 0;
    height: 0;
    overflow: hidden;
}

.dtgl-menu.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    overflow: visible;
    transform: translateY(0);
}

.dtgl-menu.closing {
    transform: translateY(-100%);
}

.dtgl-nav_item a {
    cursor: pointer;
}

.dtgl-menu_close {
    cursor: pointer;
    padding: 5px 10px;
    background: none;
    border: none;
    font-size: 16px;
}

@media screen and (max-width: 768.02px) {
    .dtgl-header_bottom {
        top: 83px !important;
        border-top: 1px solid #ffffff !important;
    }

    .dtgl-menu:not(.is-show) {
        display: none;
    }
}

@media screen and (max-width: 529.6px) {
  .dtgl-header_bottom {
      top: 86px !important;
  }
}

.dtgl-nav_item-lineup a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: auto;
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    margin-top: -4px;
    background: url(/images/wheel/product/common/icon_nav_arrow_x2.png) no-repeat center center;
    background-size: 13px 8px;
}

.fixed-header {
    position: fixed;
    top: 43px !important;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.dtgl-header_bottom {
    background-color: #000;
    width: 100%;
    transition: all 0.3s ease;
}

@media screen and (min-width: 768.02px) {
    .dtgl-header,
    .dtgl-menu {
        display: none;
    }
}

.main_header_wrap{
    position: relative;
    z-index: 1001;
}

/* マッチング検索遷移ボタン */
.matching-button {
  display: flex;
  justify-content: center;
  width: 65%;
  height: 4rem;
  line-height: 4.35rem;
  background: #f6e500;
  color: #444444 !important;
  font-size: 1.75rem;
  border-radius: 12px;
  transition: opacity 0.3s ease;
  font-weight: bold;
    @media screen and (max-width: 450px) {
      font-size: 1.25rem;
    }
}

.matching-button:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media (max-width: 768.02px) {
  .sec-cmn-item-01 h3.ttl-cmn-02,
  .sec-cmn-item-01 h3.ttl-cmn-02 span {
    color: #000000 !important;
  }
}

/* ヘッダー画像なしタイトルページ用 */
.non-image-title-header{
  height: 125px !important;
  @media (max-width: 750px) {
    height: 40px !important;
  }
}

.non-image-title{
  color: #000000 !important;
  padding: 40px 0 40px !important;
  background: white;
}

.non-image-title-inner{
  padding-top:20px;
}

/* ダンロップおすすめブランド */
body.nb .contents-header {
  padding-top: 0 !important;
  @media (max-width: 750px) {
    height: 40px !important;
    padding: 0 !important;
  }
}
