.search_btn {
  width: auto;
  height: 27px;
  background-color: #eeeeee;
}

/***追従するトップへ戻るボタン***/
#pagetop {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  top: auto;
}

/***トップへ戻るボタンここまで***/
/* button, [type="submit"]{
  width: auto;
  height: 27px;
  background-color: #eeeeee;
} */
header.pc .sub-search .inputWrap button img {
  display: block;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #fff;
  display: block;
  margin-bottom: 1px;
  position: absolute;
  right: 0;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.global input[type="checkbox"]+label {
  display: block;
  background-image: url(https://devequals.itembox.design/item/assets/img/common/spmenu_new.png);
  background-repeat: no-repeat;
  padding: 15px 0 0 49px;
}

.global input[type="checkbox"]:checked+label {
  background-image: url(https://equals.itembox.design/item/assets/img/common/spmenu_cl.png);
}

.navSpmypage {
  display: block !important;
  z-index: 100;
}

.campaignsp {
  text-align: center;
  font-weight: bold;
  padding: 0% 0 4%;
  border-bottom: 1px solid #eee;
  margin-bottom: 3%;
}

header.pc .product>li>a {
  line-height: 1.5;
}

.info_textsp {
  background: #eee;
  padding: 1% 0;
  text-align: left;
  line-height: 1.8;
  margin-left: -3vw;
}

/* .v-anatairo{margin-top: 10px !important;}
  .v-series{margin-top: 10px !important;}
  .freestanding{margin-top: 10px !important;} */
@media screen and (max-width: 767px) {
  .info_text {
    display: none;
  }

  .info_textsp {
    background: #eee;
    padding: 1% 2% 1% 2%;
    line-height: 1.8;
  }

  .ehoujin {
    text-align: center;
    margin: 20px 0;
  }

  .ebu li a {
    height: 100%;
    width: 50%;
    margin: auto;
    padding: 25px 0;
    color: #fff;
    background-color: #555;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
}

.fs-c-productList {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .fs-c-productList {
    margin-top: 48px;
  }
}

ul.navSp__menu {
  border-top: 1px solid #eee;
}
ul.navSp__menu > li > a {
  font-weight: bold;
  display: block;
  padding: 19px;
  border-bottom: 1px solid #eee;
}
li.hasChildren--click > a{
  position: relative;
}
li.hasChildren--click > a:after{
  content: "";
  top: 50%;
  right: 12px;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
}
li.hasChildren--click > a.open:after{
  transform: translateY(-50%) rotate(-45deg);
}
li.hasChildren--click > ul {
  background: #f2f2f2;
  padding: 19px;
}
li.hasChildren--click > ul li a{
  display: block;    line-height: 1.5;
}
li.hasChildren--click > ul li:not(:last-child){
  margin-bottom: 15px;
}
#navSp .catalog li.tv1 a::before{
  content:none;

}
#navSp .catalog li.tv2 a::before{
  content:none;
}
#navSp .catalog {
  margin-bottom: 30px;
}
