@media screen and (max-width: 700px) {
  .topnavi {
    display: none;
  }
  #header {
    margin-bottom: 5.5em;
  }
  #container {
    width: 95%;
  }
  .newsArea {
    flex-wrap: wrap;
    gap: 2em;
  }
  .newsArea #news_wrap {
    width: 100%;
  }
  .newsArea #news_wrap span {
    font-size: 120%;
  }
  .newsArea .mini_banner_list {
    width: 100%;
    gap: 0.5em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .newsArea li {
    width: 30%;
  }
  #products #container {
    gap: 0em;
  }
  #products #container .left {
    display: none;
  }
  #products #container .right {
    width: 100%;
  }
  #products .product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
  }
  #products .product_list div {
    width: 100%;
  }
  #products .product_list div img {
    min-width: 100%;
    border: 0.5px solid #e7e7e7;
    border-radius: 1em;
    box-sizing: border-box;
  }
  #mobile_nav {
    width: 100%;
    margin: 0 auto;
    background: url("../images/bg_02.png"), #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
  }
  #mobile_nav .pagetop_btn {
    position: fixed;
    bottom: 11em;
    right: -10em;
    height: 7em;
    width: 8em;
    border-radius: 1em;
    padding: 1em 2em 0.5em 1em;
    background-color: #385572;
    color: #fff;
    font-size: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
  }
  #mobile_nav .pagetop_btn.active {
    right: -1em;
  }
  #mobile_nav .pagetop_btn span {
    display: block;
    width: 40%;
    height: 1px;
    background: #fff;
    letter-spacing: 0;
  }
  #mobile_nav .pagetop_btn span:nth-child(2) {
    transform: rotate(45deg);
    margin-left: -0.6em;
  }
  #mobile_nav .pagetop_btn span:nth-child(1) {
    transform: rotate(-45deg);
  }
  #mobile_nav .pagetop_btn p {
    margin-top: -1em;
  }
  #mobile_nav .header_base {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 4em;
    overflow: hidden;
    border-bottom: #e0e0e0 0.5px solid;
  }
  #mobile_nav .header_base #brand_logo {
    width: 17%;
  }
  #mobile_nav .header_base #brand_logo img {
    min-height: 100%;
    margin-left: 20px;
  }
  #mobile_nav .header_base #mobileMenuBtn {
    min-width: 4em;
    min-height: 4em;
    padding: 0.5em;
    height: auto;
    background-color: #385572;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
  }
  #mobile_nav .header_base #mobileMenuBtn span {
    width: 60%;
    height: 1px;
    background: #fff;
    transition: 0.4s;
  }
  #mobile_nav .header_base #mobileMenuBtn p {
    color: #fff;
    font-size: 70%;
    margin-top: 0.5em;
  }
  #mobile_nav .mobileMenuList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
  #mobile_nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 2em 0.3em;
    line-height: 1.4;
    background: #fff;
    border-bottom: #e0e0e0 0.5px solid;
    box-sizing: border-box;
  }
  #mobile_nav a p i {
    color: #ff4444;
  }
  #mobile_nav a:nth-child(odd) {
    border-right: 0.5px solid #e0e0e0;
  }
  #mobile_nav a p {
    font-size: 150%;
    font-family: "Quicksand", sans-serif;
    font-weight: 100;
  }
  #mobile_nav a span {
    display: block;
    font-size: 70%;
    font-weight: 400;
    display: block;
  }
  #mobile_nav a:hover {
    background: #f5f6ff;
  }
  #mobile_nav #brand_logo {
    border: 0 !important;
  }
  #mobile_nav #brand_logo:hover {
    background: #fff !important;
  }
  #mobileMenuBtn.active {
    position: relative;
  }
  #mobileMenuBtn.active span:nth-child(3) {
    position: absolute;
    top: 1.6em;
    transform: rotate(45deg);
    width: 45% !important;
  }
  #mobileMenuBtn.active span:nth-child(1) {
    position: absolute;
    top: 1.6em;
    width: 45% !important;
    transform: rotate(-45deg);
  }
  #mobileMenuBtn.active span:nth-child(2) {
    opacity: 0;
    width: 0% !important;
  }
  #mobileMenuBtn.active p {
    position: relative;
    top: 0.7em;
  }
  #footer {
    width: 100%;
    color: #fff;
    background: url("../images/bg_01.png");
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4em;
    padding: 2em 2em 4em;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  #footer img {
    width: 6em;
  }
  #footer #foot_nav {
    width: 100%;
  }
  #footer ul {
    width: 100%;
    display: flex;
    gap: 1em;
    flex-direction: column;
    margin-bottom: 2em;
  }
  #footer #foot_copy {
    display: flex;
    gap: 1em;
    flex-direction: column;
    font-size: 80%;
  }
  #footer a {
    color: #fff;
  }
  #footer a:link {
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: none;
    position: relative;
    top: 1px;
    left: 1px;
  }
}/*# sourceMappingURL=mobile.css.map */