@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");

body {
  font-family: 'Noto Sans TC', sans-serif;
}

footer {
  font-size: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
}

img {
  height: auto;
  width: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  img {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  img {
    max-width: 100%;
  }
}

.container > .row {
  margin-left: 20px;
  margin-right: 20px;
}

@media all and (min-width: 2000px) {
  .container {
    width: 100%;
    max-width: 1900px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .container {
    width: 100%;
    min-width: 1550px;
    max-width: 1900px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .container {
    max-width: 1440px;
  }
}

@media all and (max-width: 575px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }

  .container div.row {
    max-width: 1240px;
    width: 100%;
    margin: 0px auto;
  }
}

.jump-m2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  text-align: center;
  /* border-radius: 50%; */
  background-color: #ff5539;
  cursor: pointer;
  z-index: 999;
}

.jump-m2 a {
  color: #ffffff;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.custom_container {
    max-width: 100%;
  }
}

@media all and (max-width: 575px) {
  .container.custom_container {
    max-width: 100%;
  }

  .container.custom_container .col {
    padding-right: 3px;
    padding-left: 3px;
  }
}

div.fixedrightmenu {
  position: fixed;
  width: 195px;
  top: 130px;
  right: -30px;
  z-index: 99999;
  padding: 15px 30px 0px 30px;
}

div.fixedrightmenu img {
  max-width: 100% !important;
}

div.fixedrightmenu:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: ' ';
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
  pointer-events: none;
  border-radius: 30px;
  opacity: .8;
  box-shadow: -5px 5px 0px rgba(128, 128, 128, 0.5);
}

div.fixedrightmenu a {
  display: list-item;
  font-weight: bolder;
  color: #444041;
  text-decoration: none;
  position: relative;
}

div.fixedrightmenu a li {
  padding: 10px 0px;
}

div.fixedrightmenu a i {
  opacity: 0;
  font-size: 8px;
  position: absolute;
  left: -15px;
  top: 16px;
}

div.fixedrightmenu a:last-of-type {
  position: relative;
  font-size: 30px;
}

div.fixedrightmenu a:last-of-type li {
  padding-bottom: 0px;
}

div.fixedrightmenu a:last-of-type:after {
  position: absolute;
  content: ' ';
  width: 0px;
  height: 0px;
  border: solid 5px;
  border-color: transparent transparent #444041 transparent;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

div.fixedrightmenu a:hover {
  color: #FF3366;
}

div.fixedrightmenu a:hover i {
  opacity: 1;
}

div.fixedrightmenu a:hover:last-of-type:after {
  border-color: transparent transparent #FF3366 transparent;
}

div.fixedrightmenu ul {
  max-width: 120px;
}

div.fixedrightmenu ul a:nth-of-type(1),
div.fixedrightmenu ul a:nth-of-type(2),
div.fixedrightmenu ul a:nth-of-type(3),
div.fixedrightmenu ul a:nth-of-type(4),
div.fixedrightmenu ul a:nth-of-type(5) {
  position: relative;
}

div.fixedrightmenu ul a:nth-of-type(1):after,
div.fixedrightmenu ul a:nth-of-type(2):after,
div.fixedrightmenu ul a:nth-of-type(3):after,
div.fixedrightmenu ul a:nth-of-type(4):after,
div.fixedrightmenu ul a:nth-of-type(5):after {
  content: ' ';
  background: grey;
  height: 1px;
  width: 115px;
  position: absolute;
  bottom: 0px;
}

div.fixedrightmenu ul a:nth-of-type(1):hover:after,
div.fixedrightmenu ul a:nth-of-type(2):hover:after,
div.fixedrightmenu ul a:nth-of-type(3):hover:after,
div.fixedrightmenu ul a:nth-of-type(4):hover:after,
div.fixedrightmenu ul a:nth-of-type(5):hover:after {
  height: 2px;
  background: rgba(128, 128, 128, 0.4);
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 90%;
  }
}

header.real-header .container {
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header img {
  max-height: 25vmin;
}

@media all and (max-width: 575px) {
  header.real-header img {
    max-height: 5vmin;
  }
}

header.real-header input {
  display: none;
}

header.real-header label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.real-header div.row {
  justify-content: space-between;
}

header.real-header div.col {
  max-height: 6vmin;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media all and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock .row {
    margin: 0px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock .row {
    margin: 0px;
  }
}

header.mainblock a {
  color: #ffffff;
  text-decoration: underline;
}

header.mainblock .container {
  margin-top: 20px;
}

header.mainblock#event_header {
  overflow: hidden;
  position: relative;
  transition: all .25s;
  z-index: 99;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/202006/images/topbg.png?version=1");
  background-color: #12b0ed;
  padding: 0px 0px;
  padding-top: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

header.mainblock#event_header .top-product {
  cursor: pointer;
  z-index: 9;
  transition: 0.1s;
}

header.mainblock#event_header .top-product:hover {
  transform: scale(1.05);
  z-index: 10;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .top-product:hover {
    transform: none;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product:hover {
    transform: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .top-product {
    padding: 5px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  header.mainblock#event_header .top-product {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header .top-product {
    margin-bottom: 10px;
  }
}

header.mainblock#event_header .logo_area {
  margin: 0px auto;
  position: relative;
  z-index: 18;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/202006/images/maintitle.png?version=1");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  header.mainblock#event_header .logo_area {
    width: 1046px;
    height: 397px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  header.mainblock#event_header .logo_area {
    width: 970px;
    height: 350px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .logo_area {
    width: 900px;
    height: 397px;
  }
}

header.mainblock#event_header .maintitle {
  position: relative;
  z-index: 999;
}

header.mainblock#event_header .girlarea {
  position: absolute;
  bottom: -30px;
  right: -40px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .girlarea {
    right: 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .girlarea {
    right: -45px;
  }
}

header.mainblock#event_header .girlarea img {
  height: 610px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  header.mainblock#event_header .girlarea img {
    height: 490px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock#event_header .girlarea img {
    height: 420px;
  }
}

@media all and (max-width: 575px) {
  .pcshop {
    display: none;
  }
}

@media all and (min-width: 2000px) {
  .mobileshop {
    display: none;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .mobileshop {
    display: none;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .mobileshop {
    display: none;
  }
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .mobileshop {
    display: none;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .mobileshop {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .mobileshop {
    display: none;
  }
}

header.mainblockMobile {
  background-color: #12b0ed;
}

header.mainblockMobile a {
  color: #ffffff;
  text-decoration: underline;
}

section.tabarea {
  background-image: linear-gradient(to bottom, #ffffff, #83e3ff 98%);
  padding-top: 10px;
}

@media all and (max-width: 575px) {
  section.tabarea .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section.tabarea .container {
    padding-right: 5px;
    padding-left: 5px;
  }
}

section.tabarea .tabtop {
  padding-bottom: 5px;
  position: relative;
}

@media all and (max-width: 575px) {
  section.tabarea .tabtop {
    margin-bottom: 10px !important;
  }
}

section.tabarea .tabtop .col-6:first-child:after {
  height: 70px;
  width: 4px;
  background: #000000;
  position: absolute;
  content: '';
  z-index: 99;
  border-radius: 90px;
  right: 5px;
  top: 10px;
}

@media all and (min-width: 2000px) {
  section.tabarea .tabtop .col-6:first-child:after {
    height: 80px;
    right: 15px;
    top: 30px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  section.tabarea .tabtop .col-6:first-child:after {
    height: 80px;
    right: 15px;
    top: 25px;
  }
}

@media all and (max-width: 575px) {
  section.tabarea .tabtop .col-6:first-child:after {
    display: none;
  }
}

section.tabarea .tabtop img {
  padding: 5px;
  width: 100%;
}

@media all and (max-width: 575px) {
  section.tabarea .tabtop img {
    padding: 0;
  }
}

nav#tabs {
  padding: 0px;
  position: relative;
  z-index: 99;
  margin: 0px auto !important;
}

nav#tabs ul.nav-tabs {
  border-bottom: 0px;
  display: inline-block;
}

nav#tabs ul.nav-tabs li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px -2px;
}

nav#tabs ul.nav-tabs li a {
  color: #000000;
  display: block;
  padding: 5px 0px;
  font-weight: bolder;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  text-decoration: underline;
  position: relative;
  padding: 10px 20px;
  border-radius: 20px 20px 0px 0px;
  height: 45px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs ul.nav-tabs li a {
    font-size: 15px;
    height: 38px;
  }
}

nav#tabs ul.nav-tabs li a.active {
  font-size: 22px;
  height: 55px;
  font-weight: 700;
  box-shadow: 0px 0px 4px #900405;
  position: relative;
  z-index: 5;
  text-decoration: none;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs ul.nav-tabs li a.active {
    font-size: 18px;
    height: 45px;
  }
}

@media all and (max-width: 575px) {
  nav#tabs ul.nav-tabs li a.active {
    font-size: 14px;
    height: 35px;
    padding: 10px 7px;
    box-shadow: none;
  }
}

@media all and (max-width: 575px) {
  nav#tabs ul.nav-tabs li a {
    font-size: 14px;
    height: 35px;
    padding: 10px 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  nav#tabs {
    padding: 0px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  nav#tabs .container {
    padding: 0px;
  }
}

.nav-tabs {
  border-bottom: none;
}

@media all and (max-width: 575px) {
  .nav-tabs {
    width: 99%;
    margin: 0px auto;
  }
}

@media all and (max-width: 575px) {
  .nav-tabs li {
    padding: 0px 3px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .jpbid-label img {
    width: 100%;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .jpbuy-label img {
    width: 100%;
  }
}

.tab-content #jpbid {
  background-color: #ffd1cb;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/202006/images/contentbg1.png?version=1");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  border: 15px solid #049cde;
  position: relative;
}

@media all and (min-width: 2000px) {
  .tab-content #jpbid {
    background-size: cover;
  }
}

@media all and (max-width: 575px) {
  .tab-content #jpbid {
    background-position: center center;
    border: 5px solid #049cde;
  }
}

.tab-content #jpbuy {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 120px;
  border: 15px solid #7db020;
  position: relative;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy {
    background-position: center center;
    border: 5px solid #7db020;
  }
}

.tab-content #jpbuy h2 {
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  .tab-content #jpbuy h2 {
    text-align: center;
  }
}

.tab-content .maincontent_layout {
  padding: 80px 0px 60px 0px;
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .tab-content .maincontent_layout {
    padding: 50px 0px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .tab-content .maincontent_layout {
    padding: 50px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .tab-content .maincontent_layout {
    padding: 50px 0px 60px 0px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout {
    padding: 30px 0px 60px 0px;
  }
}

.tab-content .maincontent_layout h1.content-title {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}

.tab-content .maincontent_layout h1.content-title.jprtitle {
  margin-top: 60px;
}

@media all and (min-width: 2000px) {
  .tab-content .maincontent_layout h1.content-title {
    font-size: 45px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .tab-content .maincontent_layout h1.content-title {
    font-size: 45px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .tab-content .maincontent_layout h1.content-title {
    font-size: 45px;
  }
}

@media all and (max-width: 575px) {
  .tab-content .maincontent_layout h1.content-title {
    font-size: 3.5vh;
  }
}

.bidcollection {
  padding-bottom: 150px;
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .bidcollection {
    padding-bottom: 60px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .bidcollection {
    max-width: 1600px;
    width: 1600px;
    margin: 0px auto;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 575px) {
  .bidcollection {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bidcollection .col {
  flex: 0 0 calc(20%);
  padding: 30px 0;
  background: #ffffff;
  border-radius: 0px;
  border: 2px solid #000;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bidcollection .col {
    flex: 0 0 calc(33.33%);
    border: 1px solid #000;
  }

  .bidcollection .col.collection2 {
    flex: 0 0 calc(25%);
  }

  .bidcollection .col.collection3 {
    flex: 0 0 calc(25%);
  }
}

@media all and (max-width: 575px) {
  .bidcollection .col {
    flex: 0 0 calc(50%);
    border: 1px solid #000;
  }

  .bidcollection .col.last1 {
    border-radius: 0px 0px 0px 10px;
  }

  .bidcollection .col.last2 {
    border-radius: 0px 0px 10px 0px;
  }
}

.bidcollection .col:first-child {
  flex-basis: calc(40%);
}

@media all and (max-width: 575px) {
  .bidcollection .col:first-child {
    flex-basis: calc(100%);
    border-radius: 10px 10px 0px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bidcollection .col:first-child {
    flex-basis: calc(50%);
  }
}

.dividertext {
  font-size: 1.5em;
}

.dividertext span {
  background: yellow;
}

@media all and (min-width: 2000px) {
  .dividertext {
    font-size: 2.2em;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .dividertext {
    font-size: 2.2em;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .dividertext {
    font-size: 1.8em;
  }
}

@media all and (max-width: 575px) {
  .dividertext {
    font-size: 1em;
  }
}

.dialog {
  padding: 58px 250px;
  background: #ffffff;
  border-radius: 14px;
  font-size: 24px;
}

.dialog.green {
  background-color: #f8ffea;
}

.dialog.yellow {
  background-color: #fff9cf;
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .dialog {
    max-width: 1600px;
    width: 1600px;
    margin: 0px auto;
  }
}

@media all and (max-width: 575px) {
  .dialog {
    padding: 20px 0px;
    margin: 0px 10px;
  }
}

.dialog p {
  font-size: 24px;
  margin-bottom: 30px;
}

@media all and (max-width: 575px) {
  .dialog p {
    font-size: 20px;
    line-height: 28px;
  }
}

.scrolltorule {
  cursor: pointer;
}

section.shoparea {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  min-width: 100%;
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  section.shoparea {
    min-width: 1600px;
    width: 1600px;
  }

  section.shoparea .row {
    margin: 0px;
  }
}

section.shoparea .container {
  padding: 0px 5px;
}

section.shoparea .shoplabel {
  position: relative;
}

section.shoparea .shoplabel.fan {
  background: #79e2e2;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.fan {
    background: none;
  }
}

section.shoparea .shoplabel.summer {
  background: #ef6e42;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.summer {
    background: none;
  }
}

section.shoparea .shoplabel.kitchen {
  background: #701d16;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.kitchen {
    background: none;
  }
}

section.shoparea .shoplabel.dehumidifier {
  background: #d0d1cc;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.dehumidifier {
    background: none;
  }
}

section.shoparea .shoplabel.health {
  background: #327b3a;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.health {
    background: none;
  }
}

section.shoparea .shoplabel.stomach {
  background: #e5a07c;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.stomach {
    background: none;
  }
}

section.shoparea .shoplabel.mouth {
  background: #dd1d3c;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.mouth {
    background: none;
  }
}

section.shoparea .shoplabel.toothpaste {
  background: #5fc1ca;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.toothpaste {
    background: none;
  }
}

section.shoparea .shoplabel.cold {
  background: #08428e;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.cold {
    background: none;
  }
}

section.shoparea .shoplabel.air {
  background: #d0d1cc;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel.air {
    background: none;
  }
}

section.shoparea .shoplabel .shoplabel_center {
  color: #ffffff;
  font-size: 2.2em;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-shadow: 0px 0px 8px #826363;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.shoparea .shoplabel .shoplabel_center {
    color: #000000;
    text-shadow: none;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel .shoplabel_center {
    color: #000000;
    text-shadow: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section.shoparea .shoplabel .shoplabel_center {
    position: relative;
    padding: 10px 0px;
    text-align: left;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.shoparea .shoplabel .shoplabel_center {
    position: relative;
    padding: 10px 0px;
    text-align: left;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel .shoplabel_center {
    position: relative;
    padding: 10px 0px;
    text-align: left;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section.shoparea .shoplabel .shoplabel_center br {
    display: none;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.shoparea .shoplabel .shoplabel_center br {
    display: none;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplabel .shoplabel_center br {
    display: none;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.shoparea .shoplist.col {
    padding: 0px;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplist.col {
    padding: 0px;
  }
}

section.shoparea .shoplist .col {
  padding: 0px 5px;
}

section.shoparea .shoplist .card {
  border-radius: 0px;
}

section.shoparea .shoplist .card .imagearea {
  height: 180px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  transition: 0.3s ease;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.shoparea .shoplist .card .imagearea {
    height: 100px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplist .card .imagearea {
    height: 100px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    transition: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

section.shoparea .shoplist .card .imagearea img {
  position: absolute;
  z-index: 2;
  width: 160px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.shoparea .shoplist .card .imagearea:hover {
  transform: scale(1.08);
}

@media all and (max-width: 575px) {
  section.shoparea .shoplist .card .imagearea:hover {
    transform: none;
  }
}

section.shoparea .shoplist .card .card-body {
  padding: 10px 0px;
}

@media all and (max-width: 575px) {
  section.shoparea .shoplist .card .card-body {
    min-height: 80px;
  }

  section.shoparea .shoplist .card .card-body.summertext {
    height: 90px;
  }

  section.shoparea .shoplist .card .card-body.toothtext {
    height: 100px;
  }

  section.shoparea .shoplist .card .card-body.airtext {
    height: 130px;
  }

  section.shoparea .shoplist .card .card-body a {
    font-size: 14px;
  }
}

section.shoparea .shoplist .card .card-body .card-text {
  font-size: 14px;
  line-height: 17px;
}

@media all and (min-width: 2000px) {
  section.shoparea .shoplist .card .card-body .card-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  section.shoparea .shoplist .card .card-body .card-text {
    font-size: 18px;
    line-height: 30px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  section.shoparea .shoplist .card .card-body .card-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media all and (max-width: 575px) {
  section.shoparea .shoplist .card .card-body .card-text {
    text-align: left !important;
  }
}

section.shoparea .shoplist .border-light {
  border-color: #E6E6E6 !important;
}

.pinktext {
  color: #FF3366;
}

.mylink {
  position: absolute;
  display: inherit;
  right: 100px;
  bottom: 20px;
  font-size: 15px;
  letter-spacing: 2px;
}

@media all and (min-width: 2000px) {
  .mylink {
    right: 170px;
    font-size: 30px;
    bottom: 20px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .mylink {
    right: 160px;
    font-size: 20px;
    bottom: 30px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .mylink {
    right: 130px;
    font-size: 30px;
    bottom: 5px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .mylink {
    right: 85px;
    bottom: 13px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .mylink {
    right: 70px;
    bottom: 5px;
  }
}

@media all and (max-width: 575px) {
  .mylink {
    right: 40px;
    bottom: -5px;
    font-size: 12px;
  }
}

.mylink2 {
  position: absolute;
  display: inherit;
  right: 85px;
  bottom: 90px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

@media all and (min-width: 2000px) {
  .mylink2 {
    right: 270px;
    font-size: 30px;
    bottom: 120px;
  }
}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {
  .mylink2 {
    font-size: 20px;
    left: 580px;
    bottom: 120px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {
  .mylink2 {
    right: 80px;
    font-size: 30px;
    bottom: 115px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .mylink2 {
    right: 65px;
    bottom: 75px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .mylink2 {
    right: 40px;
    bottom: 60px;
  }
}

@media all and (max-width: 575px) {
  .mylink2 {
    right: 15px;
    bottom: 50px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.rewardlogo {
  position: absolute;
  top: 10px;
  left: 30px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .rewardlogo {
    width: 110px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .rewardlogo {
    width: 100px;
  }
}

/*# sourceMappingURL=../../../sass */