@import "AverMedia_Solutions.css";
@media (min-width: 500px) {
  ul.situation_list, ul.shop_now_list {
    width: 450px;
    margin: 3% auto 5%;
  }
  ul.shop_now_list {
    margin: 3% auto 0;
  }
  .product_info_concent dl.row dt figure {
    width: 300px;
  }
  .product_info button {
    font-size: 18px
  }
}
/********** 768px *******************************************************************************************/
@media (min-width: 768px) {
  h2 {
    font-size: 0.5384615384615384rem;
  }
  section {
    padding: 4% 0 6%;
  }
  .section5 {
    padding: 4%;
  }
  .brand {
    width: 210px;
  }
  header h1 {
    font-size: 5vw;
  }
  header h3 {
    font-size: 2.2vw;
  }
  header {
    background-position: center bottom;
    background-size: cover;
  }
  header:before {
    display: none;
  }
  header .shop_now span {
    display: inline-block;
    margin: -4px 0 0;
  }
  header .shop_now {
    background-color: #c9242c;
    padding: 10px 20px 0;
    border-radius: 50px;
  }
  header .shop_now:hover {
    color: #c9242c;
    background-color: #fff;
  }
  header hgroup {
    padding: 5% 35% 24% 10%;
  }
  ul.situation_list, ul.shop_now_list {
    width: auto;
  }
  ul.situation_list li, ul.shop_now_list li {
    margin: 0
  }
  ul.situation_list {
    margin: 0 -10px 5%
  }
  ul.situation_list li {
    width: calc((100% / 3));
    padding: 0 10px
  }
  ul.shop_now_list li {
    width: calc((100% / 2));
    padding: 0 10px;
    margin: 0 0 20px
  }
  body {
    font-size: 0.2rem
  }
  .product_info_concent {
    padding: 2.5% 5%;
  }
  .product_info_concent dl.row dt {
    -ms-flex: 0 0 3%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .product_info_concent dl.row dd {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .see_more {
    text-align: left;
    font-size: 18px;
  }
  header .shop_now:hover svg {
    fill: #c9242c;
  }
  #shop_now:hover {
    background-color: #dd434a;
  }
  ul.shop_now_list li a:hover {
    color: #c9242c;
    border-color: #c9242c;
    background: #fff !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .09);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .09);
  }
  .product_info_concent .see_more a:hover {
    color: #c9242c;
  }
  .product_info.info-open button, .product_info button:hover {
    color: #fff;
    background-color: #c9242c;
    border-color: #c9242c
  }
  ul.shop_now_list li a:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  ul.shop_now_list li a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 100px 0 0;
    border-color: #c9242c transparent transparent transparent;
    z-index: 2
  }
  ul.shop_now_list li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 60px;
    border-color: transparent transparent #c9242c transparent;
    z-index: 2
  }
  .product_info_concent dl.row dt figure {
    width: 100%;
  }
}
/********** 1024px *******************************************************************************************/
@media (min-width: 1024px) {
  ul.shop_now_list li {
    width: calc((100% / 4));
    margin: 0;
  }
}
/********** 1280px *******************************************************************************************/
@media (min-width: 1280px) {
  body {
    font-size: 18px
  }
  h2 {
    font-size: 42px;
  }
  ul.situation_list li figure figcaption, ul.shop_now_list li a figcaption {
    font-size: 17px
  }
  ul.situation_list {
    margin: 0 -20px 5%
  }
  ul.situation_list li {
    padding: 0 20px
  }
}