@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

body {
  font-family: Microsoft JhengHei !important;
}

footer {
  margin: 20px 0 20px 0;
}

footer p {
  font-size: 13px;
  margin: 0 auto;
}

footer p.style6666 {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}

footer p a {
  font-size: 13px;
  color: #1574D5;
  text-decoration: none;
  line-height: 20px;
}

footer p a:hover {
  color: #1574D5;
  text-decoration: underline;
}

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%;
  }
}

.hide {
  display: none;
}

.btn-brown {
  color: #fff;
  padding: 10px 0px;
  background-color: #412718;
  border-color: #412718;
  font-size: 24px;
  position: relative;
}

.btn-brown:hover {
  color: #fff;
  border-color: #1f1814;
}

.btn-brown:active {
  color: #fff;
  border-color: #1f1814;
  box-shadow: none;
}

.btn-brown::focus {
  box-shadow: none;
}

div.container {
  margin: 0 auto;
  width: 100%;
}

div.container div.row {
  max-width: 1240px;
}

.custom_container.brand .col {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 24%;
}

@media all and (max-width: 575px) {
  .custom_container.brand .col {
    max-width: 49%;
  }
}

.custom_container.fitting .col {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 24%;
}

@media all and (max-width: 575px) {
  .custom_container.fitting .col {
    max-width: 49%;
    margin-bottom: 10px;
  }
}

.custom_container.brandlist .col {
  padding-left: 0px;
  padding-right: 0px;
}

@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 .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/watchnew/images/watchbanner.jpg?version=1");
  background-color: #000000;
  padding: 0px 0px;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
}

header.mainblock#event_header h1 {
  color: #ffffff;
  font-family: '微軟正黑體';
  font-size: 46px;
  padding: 70px 0px 30px 0px;
  line-height: 42px;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
}

@media all and (max-width: 575px) {
  header.mainblock#event_header h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

header.mainblock#event_header h1 span {
  font-size: 28px;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  header.mainblock#event_header h1 span {
    font-size: 21px;
  }
}

@media all and (max-width: 575px) {
  header.mainblock#event_header h1 {
    padding: 85px 0px 30px 0px;
  }
}

.maincontent {
  background: #efefef;
}

.maincontent section {
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 0px;
}

@media all and (max-width: 575px) {
  .maincontent section {
    padding-top: 20px;
  }
}

.maincontent section h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

@media all and (max-width: 575px) {
  .maincontent section h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
}

@media all and (min-width: 1600px) {
  .maincontent section {
    width: 100%;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent section {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent section {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.logosection {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}

@media all and (max-width: 575px) {
  .logosection .col {
    text-align: center;
  }
}

@media all and (max-width: 575px) {
  .logosection .col img {
    width: 60%;
  }
}

.subsectionlist {
  position: relative;
}

.subsectionlist h5 {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  bottom: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px 0px 5px 5px;
  display: none;
}

@media all and (max-width: 575px) {
  .subsectionlist h5 {
    padding: 3px 0px;
    border-radius: 0px 0px 3px 3px;
  }
}

.subsectionlist.cardhover h5 {
  transition: 0.5s;
  display: block;
}

.good .card {
  background: none;
}

.good .card.cardhover h5 a {
  text-decoration: none;
  background: #333333;
  color: #ffffff;
}

.good .card-body {
  padding: 0.75rem 0.75rem;
  text-align: center;
  background: #ffffff;
}

@media all and (max-width: 575px) {
  .good .card-body {
    padding: 0.5rem 0.3rem;
  }
}

.good h4 {
  font-size: 1.2rem;
}

.good h5 {
  margin-bottom: 0px;
}

.good h5 a {
  color: #000;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  border: solid 1px #333333;
  background-color: #ffffff;
  margin: 10px 0px;
  padding: 15px 0px;
  display: block;
}

.good h5 a:hover {
  text-decoration: none;
  background: #333333;
  color: #ffffff;
  box-shadow: 0px 0px 3px #000;
}

@media all and (max-width: 575px) {
  .good h5 a {
    font-size: 13px;
  }
}

@media all and (max-width: 575px) {
  .good h5 {
    font-size: 0.9em;
  }
}

.good.watchlist {
  font-family: '微軟正黑體';
}

.good.watchlist.hot a .brandname {
  font-weight: bolder;
}

@media all and (max-width: 575px) {
  .good.watchlist.cat-title {
    flex: 100%;
    max-width: 100%;
  }

  .good.watchlist.cat-title .brandname {
    font-size: 28px;
    font-weight: bold;
  }
}

@media all and (max-width: 575px) {
  .good.watchlist.cat-title .card {
    height: auto;
  }
}

.good.watchlist.cat-title .card-body {
  background: #e2e2e2 !important;
}

@media all and (max-width: 575px) {
  .good.watchlist.cat-title .card-body {
    padding: 10px 0px !important;
  }
}

.good.watchlist.cat-title .card-body .brandname {
  font-size: 30px !important;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  .good.watchlist.cat-title .card-body .brandname {
    font-size: 20px !important;
  }
}

.good.watchlist a {
  text-decoration: none;
  color: #161616;
}

.good.watchlist .card {
  height: 120px;
}

@media all and (max-width: 575px) {
  .good.watchlist .card {
    height: 19.8vw;
  }
}

.good.watchlist .card .card-body {
  padding: 0;
  text-align: center;
  background: #ffffff;
  border: solid 2px #efefef;
}

.good.watchlist .card .card-body .brandname {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 20px;
}

@media all and (max-width: 575px) {
  .good.watchlist .card .card-body .brandname {
    font-size: 14px;
    line-height: 19px;
  }
}

.bottom_area {
  background: #b3b3b3;
}

.bottom_area .swiper-container {
  width: 100%;
  height: 100%;
}

.bottom_area .swiper-slide img {
  width: 100%;
  height: auto;
}

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