@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap");
@import url("global.css");
@import url("web-layout.css");
@import url("bootstrap-select.min.css");
@import url("nav.css");
@import url("accordion.css");
* {
  font-family: "Montserrat", sans-serif !important;
}
.fa:before {
  font-family: "FontAwesome";
}
h2 {
  font-weight: 600;
}
.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.note,
.note a {
  color: #fff;
  background-color: #c9242c;
  padding: 15px;
  margin: 0;
}
.note a {
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
}
#productSelect input[type="checkbox"] {
  display: none;
}
#productSelect input[type="checkbox"] + label {
  display: block;
  font-size: 110%;
  cursor: pointer;
  color: #a7a7a7;
  margin: 0;
  padding-left: 24px;
}
#productSelect label {
  position: relative;
  padding-left: 1.2rem;
}
#productSelect label:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-family: "fontawesome";
  display: inline-block;
  font-size: 1.2em;
  width: 1.2em;
  vertical-align: -5%;
  content: "\f096";
  color: #555;
}
#productSelect input[type="checkbox"]:checked + label:before {
  font-family: "fontawesome";
  display: inline-block;
  font-size: 1.2em;
  width: 1.2em;
  vertical-align: -5%;
  color: #c9242c;
  content: "\f14a";
}
.column-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 640px) {
  .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 856px) {
  .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
}
@media (min-width: 1025px) {
  .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1461px) {
  .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1741px) {
  .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.filter-down {
  margin-top: 3rem;
}
.filter-down a {
  padding-top: 0.8rem;
  width: 50px;
  height: 50px;
  border: 2px solid #777;
  border-radius: 50%;
}
.filter-down a:hover {
  border-color: #c9242c;
}
.filter-down a .fa-angle-double-down:before {
  font-size: 200%;
}
#productSelect footer {
  font-size: 90%;
  padding: 1.5rem 1rem;
  color: #888;
  background-color: #000;
}
#productSelect {
  background-color: #000;
  color: #fff;
}
#productSelect header {
  border-top: 0.5rem solid #c9242c;
  padding: 0.25rem 1rem;
  background-color: #222;
}
.filter-header {
  position: relative;
  background-color: #000;
  overflow: hidden;
  padding: 15px 15px 0;
  background-image: url("../jpg/hero-3.jpg");
  background-repeat: repeat;
  background-position: center bottom;
  background-size: cover;
}
.avermedia-logo img {
  width: 160px;
  height: 34px;
  margin: 8px 0;
}
.filter-header h2 {
  font-size: 150%;
  width: 100%;
  color: #c9242c;
}
.filter-header h2,
.filter-header p {
  margin: 0;
}
.filter-question {
  color: #fff;
  padding-top: 1rem;
}
.filter-question .fa-question-circle {
  display: block;
}
.filter-question .fa-question-circle:before {
  font-size: 150%;
}
.filter-step {
  font-size: 170%;
  color: #c9242c;
  margin-bottom: 0.5rem;
}
.filter-step span {
  padding-right: 1rem;
}
.filter-concent {
  position: relative;
  min-height: 100%;
  padding: 4rem 15px 4rem;
  background-color: #222;
  background-image: url("../dark-triangles.html");
  background-repeat: repeat;
  background-size: 10%;
}
.filter-concent .row {
  margin-bottom: -2rem;
}
.filter-concent .column-5 {
  margin-bottom: 2rem;
}
.filter-concent .card-wrap {
  padding-bottom: 35px;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  background-color: #000;
}
.filter-concent .card-wrap h5 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
}
.filter-concent .card-wrap h6 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
  border-bottom: 1px solid #333;
}
.filter-concent h3 {
  font-weight: 600;
  color: #c9242c;
}
.filter-concent .card-wrap a {
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #c9242c;
  border-color: #c9242c;
}
.filter-concent .card-wrap a:hover {
  color: #f26522;
}
.filter-concent .card-wrap p {
  padding: 0.5rem 0;
  display: inline-block;
  color: #999;
}
.filter-link {
  border-top: 1px solid #222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem;
  text-align: center;
}
.filter-result {
  padding-bottom: 1rem;
  font-size: 90%;
}
.elena {
  margin: 0;
}
.elena img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.elena {
  text-align: center;
}
.elena img {
  display: inline-block;
  width: 160px;
}
.filter-header-copy {
  padding: 2% 0;
}
/**** modal ****************************************************************************/
.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
}
.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.modal-wrapper.open .modal-concent {
  opacity: 1;
}
.btn-close {
  display: block;
  float: right;
  color: #fff !important;
  cursor: pointer;
}
.trigger:before {
  font-size: 21px;
}
.modal-concent {
  width: 100%;
  padding: 10% 15px 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  color: #fff;
  min-height: 100vh;
  overflow-y: auto;
}
.modal-title {
  font-weight: bold;
  color: #c9242c;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.no-found {
  padding: 2rem 2rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto 2rem;
  border-radius: 10px;
  border: 3px solid #c9242c;
  background-color: #000;
  width: 80%;
}
.no-found figure {
  width: 40%;
  padding-left: 10%;
}
.no-found h3 {
  position: relative;
  text-align: center;
  line-height: normal;
  width: 60%;
  font-size: 6vw;
  margin: -2rem 0 0;
  border-radius: 10px;
  color: #c9242c;
}
@media (min-width: 640px) {
  header .container {
    max-width: 100%;
  }
  .min-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .elena {
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    text-align: center;
  }
  .filter-header {
    position: relative;
    display: block;
    border-bottom: 1px solid #666;
    padding: 15px 15px 15px 205px;
  }
}
@media (min-width: 768px) {
  .modal-concent-body {
    margin: 0 auto;
  }
  .no-found {
    top: 3%;
  }
  .filter-header-copy {
    padding: 2% 0% 2% 0;
  }
  .min-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .min-media-body {
    -ms-flex: 1;
    flex: 1;
  }
  .filter-concent .card-wrap p {
    padding: 0.5rem 1rem;
  }
  header .container {
    max-width: 100%;
  }
  #productSelect input[type="checkbox"] + label {
    font-size: 90%;
  }
}
@media (min-width: 830px) {
  .filter-header {
    min-height: 200px;
  }
}
@media (min-width: 1025px) {
  .grid-item-wrapper {
    padding: 10px 0;
  }
  .elena {
    width: 300px;
  }
  .filter-header {
    padding: 15px 15px 15px 305px;
  }
  .grid-item-wrapper i {
    vertical-align: middle;
  }
  header .container {
    max-width: 100%;
  }
  .filter-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-concent {
    -ms-flex: 1;
    flex: 1;
  }
  .form-wrap ul li {
    display: block;
    width: 100%;
    padding: 3px;
  }
  .filter-header-copy {
    padding: 15px 10% 15px 0;
  }
}
@media (min-width: 1140px) {
  .no-found {
    width: 768px;
  }
  .no-found h3 {
    font-size: 120%;
    padding: 30px;
  }
  html[lang="jp-JP"] .no-found h3 {
    font-size: 120%;
  }
}
@media (min-width: 1200px) {
  .filter-concent {
    padding: 2rem;
  }
}
