@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#footer_new {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  margin: 0 0 20px 0;
}

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

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

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

.container {
  margin: 0 auto;
}

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

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

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

.container.recommend {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bid-sound/images/line.svg?version=1") center center;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.recommend .col-6 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

@media all and (max-width: 575px) {
  .container.recommend .col-6 {
    margin-bottom: 15px;
    font-size: 1em;
  }
}

.container.recommend .recommendcard {
  position: relative;
  height: 220px;
  border: 1px solid #333333;
  background: #ffffff;
}

.container.recommend .recommendcard .number {
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 5px 10px;
  background: #fbd645;
  font-weight: bolder;
}

.container.recommend .recommendcard .recommend_desc {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.container.recommend .recommendcard a {
  display: block;
  margin: 10px 0px;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

@media all and (max-width: 575px) {
  .container.recommend .recommendcard a {
    margin: 5px 0px;
  }
}

header.mainblockMobile .logo {
  padding: 5px 0px;
  text-align: center;
  margin: 0px auto;
  /* width: 100%; */
  display: block;
}

header.mainblockMobile .logo img {
  position: relative;
  width: 200px;
  height: auto;
}

header.mainblockMobile .maintitle {
  position: relative;
}

header.mainblock {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bid-sound/images/radio.png?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bid-sound/images/mask.png?version=1"), #000;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom right, bottom right;
  background-size: 1000px, cover;
  position: relative;
  height: 560px;
  transition: all .25s;
  z-index: 15;
  overflow: hidden;
  padding: 0px 0px;
}

header.mainblock .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

@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 .maintitle {
  z-index: 16;
  margin: 0px auto;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock .maintitle {
    top: 57%;
  }
}

header.mainblock .maintitle img {
  height: auto;
}

.toplink {
  position: absolute;
  bottom: -10px;
  z-index: 100;
  right: 230px;
  font-size: 18px;
  font-weight: bold;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .toplink {
    right: 315px;
    bottom: -15px;
  }
}

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

@media all and (max-width: 575px) {
  .toplink {
    position: relative;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .toplink a {
    background: #e86866;
    padding: 5px 20px;
    border-radius: 10px;
    color: #fff;
  }
}

@media all and (max-width: 575px) {
  .toplink a {
    background: #e86866;
    padding: 2px;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
  }
}

.maincontent {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bid-sound/images/contentbg.png?version=1") #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 70px;
  position: relative;
  z-index: 99;
}

.maincontent:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 31%, black 74%, rgba(0, 0, 0, 0.04) 99%, rgba(0, 0, 0, 0) 100%);
  height: 420px;
  width: 100%;
  position: absolute;
  content: '';
  z-index: 9;
  top: -125px;
}

.maincontent .mainsection {
  background: #fafafa;
  position: relative;
  z-index: 99;
}

.maincontent .mainsection .container:nth-last-child(2) h2 {
  margin-bottom: 0px;
}

@media all and (min-width: 1600px) {
  .maincontent .mainsection {
    width: 1500px;
    margin: 0px auto;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .maincontent .mainsection {
    width: 95%;
    margin: 0px auto;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .mainsection {
    width: 95%;
    margin: 0px auto;
  }
}

.maincontent .circlecontainer {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.maincontent .circlearea {
  border: 1px solid #000;
  padding: 0px 0px 50px 0px;
}

.maincontent .circlearea h2 {
  background: #ffffff;
  color: #000;
  margin: 0px auto;
  text-align: center;
  position: relative;
  left: 0;
  top: -35px;
  right: 0;
  width: 220px;
}

.maincontent .circleblock {
  position: relative;
  border-radius: 50%;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bid-sound/images/cd.svg?version=1") center center no-repeat;
  width: 700px;
  height: 700px;
  margin: 0px auto;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock {
    width: 550px;
    height: 550px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock {
    width: 500px;
    height: 500px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock {
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.maincontent .circleblock a {
  color: #000;
}

.maincontent .circleblock .circle {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  font-weight: bold;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle {
    font-size: 25px;
  }

  .maincontent .circleblock .circle img {
    max-width: 130px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle {
    font-size: 24px;
  }

  .maincontent .circleblock .circle img {
    max-width: 110px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle {
    position: relative;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    height: 170px;
  }

  .maincontent .circleblock .circle span {
    position: relative;
    display: block;
    top: 120px;
    text-align: center;
  }

  .maincontent .circleblock .circle img {
    position: absolute;
    top: 0px;
    height: 100px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
}

.maincontent .circleblock .circle:nth-child(1) {
  top: 15px;
  left: -80px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(1) {
    top: 20px;
    left: -50px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(1) {
    top: 5px;
    left: -20px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(1) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(2) {
  top: 140px;
  left: -130px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(2) {
    top: 120px;
    left: -150px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(2) {
    top: 90px;
    left: -45px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(2) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(3) {
  top: 310px;
  left: -160px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(3) {
    top: 280px;
    left: -140px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(3) {
    top: 210px;
    left: -70px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(3) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(4) {
  bottom: 75px;
  left: -85px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(4) {
    bottom: 30px;
    left: -100px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(4) {
    bottom: 90px;
    left: -50px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(4) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(5) {
  bottom: -20px;
  right: 100px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(5) {
    bottom: -35px;
    right: 100px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(5) {
    bottom: -40px;
    right: 95px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(5) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(6) {
  bottom: 120px;
  right: -140px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(6) {
    bottom: 95px;
    right: -100px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(6) {
    bottom: 100px;
    right: -80px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(6) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(7) {
  top: 270px;
  right: -190px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(7) {
    top: 240px;
    right: -120px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(7) {
    top: 190px;
    right: -65px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(7) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(8) {
  top: 135px;
  right: -100px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(8) {
    top: 110px;
    right: -55px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(8) {
    top: 100px;
    right: -55px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(8) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent .circleblock .circle:nth-child(9) {
  top: 0px;
  right: 15px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontent .circleblock .circle:nth-child(9) {
    top: -10px;
    right: 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontent .circleblock .circle:nth-child(9) {
    top: -30px;
    right: 0px;
  }
}

@media all and (max-width: 575px) {
  .maincontent .circleblock .circle:nth-child(9) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
}

.maincontent h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
  margin: 30px 0px;
  padding: 10px 0px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}

@media all and (max-width: 575px) {
  .maincontent h2 {
    font-size: 2em;
    text-align: center;
    margin: 15px 0px;
  }
}

.maincontent h3 {
  background: #fbd645;
  display: inline-block;
  padding: 5px 10px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0px;
}

@media all and (max-width: 575px) {
  .maincontent ul {
    padding: 10px 0px;
  }
}

.maincontent ul li {
  display: inline-block;
  font-size: 20px;
  padding: 10px 0px;
  margin-right: 20px;
}

@media all and (max-width: 575px) {
  .maincontent ul li {
    font-size: 1em;
    line-height: 1.2em;
    padding: 5px 0px;
  }
}

.maincontent ul li a {
  color: #000;
}

.maincontent ul li a:hover {
  font-weight: bold;
}

.good .card {
  background: transparent;
}

.good .card .card-img-top {
  height: 188px;
  background: #ececec;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.good .card .card-img-top img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  padding: 0px 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
}

.good .card .card-img-top img:hover {
  opacity: 0.7;
  -webkit-filter: brightness(1);
}

.good .card-body {
  padding: 10px 0px;
  text-align: center;
}

.good .card-body h5.card-title {
  font-weight: bolder;
  font-size: 24px;
}

@media all and (max-width: 575px) {
  .good .card-body h5.card-title {
    font-size: 1em;
    line-height: 1.2em;
  }
}

.good .card-body h5.card-title a {
  color: #333333;
}

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

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

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

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