#hd .sec-dual .filter-trigger:before {
  display: none;
}

#hd .sec-dual .filter-trigger li:nth-child(2) .circle {
  margin-left: 0;
}
#hd .sec-dual .filter-trigger li:nth-child(2) {
  padding-right: 1em;
}

#hd .sec-dual .filter-trigger .circle {
      margin-right: .3em;
}

#hd .sec-dual .filter-trigger li {
      padding-left: .4em;
}

.div-block-63 {
    max-width: 2560px;
    margin: 5vw auto 0 auto;
}

.pq-rr-caption {
  position: absolute;
  left: 0;
  bottom: 16%;
  background: black;
  padding: 0.8em 1em;
  font-family: Tradegothicltpro, sans-serif;
  font-weight: 700;
  min-width: 35%;
  text-align: center;
  font-size: clamp(14px, 1vw, 36px);
}

#hd .sec-dual figure img.xg-mode-icon {
  position: absolute;
  width: 7%;
  left: 20%;
  bottom: 14%;
}

.kv-fix {
  background: none;
  height: auto;
}

.kv-fix img {
  aspect-ratio: 1920 / 838;
}

@media screen and (max-width: 767px) {
  .pq-rr-caption {
    font-size: 3vw;
  }
  #hd .sec-dual figure img.xg-mode-icon {
    width: 14%;
    left: 20%;
    bottom: 0%;
  }
  #hd .sec-dual .filter-trigger .circle {
    display: none;
  }
  #hd .sec-dual .filter-trigger li {
    padding: 0.4em 0.5em 0em 0.5em;
    margin: 0 0.2em;
  }
  #hd .sec-dual .filter-trigger li:nth-child(2) {
    padding-right: 0.5em;
  }
}