@media screen and (min-width: 768px) {
  .all_parts_new .main__img {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .all_parts_new .main__img {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .all_parts_new .main__img-1 {
    width: 86px;
  }
  .all_parts_new .main__img-2 {
    width: 71px;
  }
}

.all_parts_new .font-bold {
  font-weight: bold;
}

.all_parts_new a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .all_parts_new a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
  }
}

.all_parts_new a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .all_parts_new a:hover {
    opacity: 0.6;
  }
}

.all_parts_new a:visited {
  color: #000;
}

.all_parts_new .pc,
.all_parts_new .pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .all_parts_new .pc,
  .all_parts_new .pc-only {
    display: none;
  }
}

.all_parts_new .sp,
.all_parts_new .sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .all_parts_new .sp,
  .all_parts_new .sp-only {
    display: block;
  }
}

.all_parts_new.new_header .main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .all_parts_new.new_header .main-flex {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .all_parts_new.new_header .header-l #toggle #toggle_nav.is-open {
    max-height: 400px !important;
  }
  .all_parts_new.new_header #navi24,
  .all_parts_new.new_header #tvnavi {
    padding: 20px 0 20px;
  }
  .all_parts_new.new_header #navi24 ul,
  .all_parts_new.new_header #tvnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .all_parts_new.new_header #navi24 li a,
  .all_parts_new.new_header #tvnavi li a {
    display: block;
    color: #333333;
    font-size: 14px;
  }
  .all_parts_new.new_header #navi24 li a:after,
  .all_parts_new.new_header #tvnavi li a:after {
    content: "\f107";
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #999;
  }
  .all_parts_new.new_header .tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .all_parts_new.new_header .tab-area .tab.active {
    display: none;
  }
  .all_parts_new.new_header .content-area .content {
    display: none;
  }
  .all_parts_new.new_header .content-area .content.show {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .all_parts_new.new_header .guide__subhead {
    position: relative;
  }
  .all_parts_new.new_header .guide__subhead:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 8px;
    right: 20px;
    top: 18px;
    background-image: url(/item/common/downarrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .all_parts_new.new_header .active:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 8px;
    right: 20px;
    top: 18px;
    background-image: url(/item/common/uparrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .all_parts_new.new_header .guide-fix {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .all_parts_new.new_footer .category-margin {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .all_parts_new.new_footer .category-margin {
    padding-top: 40px;
  }
}

.all_parts_new.new_footer .pageGroup ul li a {
  color: #fff !important;
}

.all_parts_new.new_footer #fnav {
  background-color: #626262 !important;
  background-image: none !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .all_parts_new.new_footer #fnav {
    padding: 80px 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .all_parts_new.new_footer .footer-contens-fix {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    max-width: 1260px !important;
  }
}

.all_parts_new.new_footer .log-margin {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .all_parts_new.new_footer .log-margin {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .all_parts_new.new_footer .snsArea {
    width: 100%;
  }
  .all_parts_new.new_footer .sp-only-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  .all_parts_new.new_footer .box-d-none {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .all_parts_new.new_footer .box-d-none1 {
    display: none;
  }
}
