@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots_bottom5 {
  padding-bottom: 5px; }
  .slick-dots_bottom5 .slick-dots {
    bottom: 0; }

.slick-dots_bottom80 {
  padding-bottom: 40px; }
  .slick-dots_bottom80 .slick-dots {
    bottom: 0; }

.slick-dots {
  display: none;
  bottom: 20px; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 40px; } }
  .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 10px; }
    .slick-dots li button {
      width: 50px;
      height: 5px; }
      .slick-dots li button:before {
        width: 50px;
        height: 5px;
        content: "";
        background: #ffffff;
        border: 1px solid #a0c1c7; }
    .slick-dots li.slick-active button:before {
      background: #a0c1c7; }

.slick-prev:before, .slick-next:before {
  opacity: 1; }

.slick-prev {
  left: 10px;
  height: 120px;
  z-index: 9; }
  .slick-prev:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_left.svg");
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    width: 50px;
    height: 120px; }

.slick-next {
  right: 50px;
  height: 120px;
  z-index: 9; }
  .slick-next:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_right.svg");
    width: 50px;
    height: 120px;
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat; }

@media (min-width: 1200px) {
  .slider_arrow_outside .slick-prev {
    left: -60px; }
  .slider_arrow_outside .slick-next {
    right: -20px; }
  .slider_arrow_outside.slider_dots_outside .slick-prev, .slider_arrow_outside.slider_dots_outside .slick-next {
    top: 36%; } }

header.head_navbar {
  padding: 20px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  header.head_navbar .jp_btnlink span {
    border: #fff 1px solid;
    background-color: #777777;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px; }
  header.head_navbar .btn {
    margin-right: 15px; }
  header.head_navbar .logo img {
    min-height: 35px; }
    @media (min-width: 768px) {
      header.head_navbar .logo img {
        max-height: 50px; } }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }

.head_area {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  background: #f9f9f9;
  box-shadow: 0px 0px 5px #c1c1c1; }
  .head_area .breadcrumb {
    margin: 0px;
    padding: 15px 0px; }
    .head_area .breadcrumb .active span {
      font-weight: 600; }
    .head_area .breadcrumb a {
      font-family: "Noto Sans TC", "微軟正黑體";
      color: #000;
      text-decoration: none;
      font-weight: 300; }
    @media (min-width: 768px) {
      .head_area .breadcrumb li.breadcrumb-item:nth-child(2) {
        text-decoration: underline; } }
    .head_area .breadcrumb li.breadcrumb-item:nth-child(2) a {
      font-weight: 500; }
  .head_area .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }
  .head_area .topimgad {
    color: #000;
    font-size: 20px;
    line-height: 1.2; }
    .head_area .topimgad div {
      width: 100%; }
      .head_area .topimgad div span {
        display: inline-block;
        padding: 10px 20px; }
    .head_area .topimgad .headinf_bgblue {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgblue.png"); }
    .head_area .topimgad .headinf_bgyellow {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgyellow.png"); }
    @media (min-width: 1400px) {
      .head_area .topimgad {
        background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf.png");
        height: 45px;
        width: 100%;
        background-size: contain;
        background-position: left center; } }

.fix {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fix .pop {
    z-index: 1;
    position: relative;
    position: absolute;
    top: 145px;
    left: 50%;
    border: 1px solid #888;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .fix .pop .pop_box img {
      width: 100%; }
  .fix .fixedclose {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white; }
  .fix .fixedclose img {
    width: 100%; }

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: black;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  footer a {
    color: #007bff; }
  footer a:hover {
    color: #0056b3; }

.ad_shopping_teach {
  background-color: #FAFAFA;
  position: relative;
  width: 100%; }
  .ad_shopping_teach > a {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 20; }
    @media (min-width: 768px) {
      .ad_shopping_teach > a {
        display: none; } }
  .ad_shopping_teach > div {
    display: none; }
    @media (min-width: 768px) {
      .ad_shopping_teach > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 16px 0; } }
    @media (min-width: 768px) {
      .ad_shopping_teach > div > div {
        display: flex;
        align-self: center;
        padding: 8px 0; } }
  .ad_shopping_teach p {
    margin: 3px 12px;
    padding: 8px 9px;
    font-size: 18px;
    text-align: left;
    color: #0a0a0a;
    line-height: 1.4; }
    .ad_shopping_teach p span.bottomline {
      position: relative;
      font-size: 18px;
      z-index: 1;
      display: inline-block; }
      .ad_shopping_teach p span.bottomline:before {
        content: "";
        background-color: #FFEC41;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
        z-index: -1;
        height: 10px;
        opacity: 0.6; }
      @media (min-width: 768px) {
        .ad_shopping_teach p span.bottomline {
          font-size: 18px; } }
  .ad_shopping_teach button {
    margin: 12px 0;
    background-color: transparent; }
    .ad_shopping_teach button a {
      position: relative;
      border-radius: 20px;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
      background-color: #0773fe;
      padding: 10px 20px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.54px;
      color: #fff; }
      .ad_shopping_teach button a span {
        display: inline-block; }
        .ad_shopping_teach button a span svg {
          width: 30px !important;
          height: 16px; }
        .ad_shopping_teach button a span .more_path {
          fill: #fff; }

.bid_ad_feature .bid_ad_feature_box {
  font-family: noto sans tc, 微軟正黑體;
  text-align: center;
  line-height: 1.4; }
  .bid_ad_feature .bid_ad_feature_box h2 {
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
    font-size: 20px; }
    @media (min-width: 768px) {
      .bid_ad_feature .bid_ad_feature_box h2 {
        padding: 24px 0;
        font-size: 26px; } }
  .bid_ad_feature .bid_ad_feature_box > div {
    margin: auto;
    padding: 20px 0;
    width: 98%; }
    @media (min-width: 768px) {
      .bid_ad_feature .bid_ad_feature_box > div {
        padding: 30px 0;
        width: 98%; } }
    @media (min-width: 1400px) {
      .bid_ad_feature .bid_ad_feature_box > div {
        padding: 30px 0;
        width: 80%; } }
    .bid_ad_feature .bid_ad_feature_box > div ul:first-child {
      width: 100%; }
      @media (min-width: 768px) {
        .bid_ad_feature .bid_ad_feature_box > div ul:first-child {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; } }
      .bid_ad_feature .bid_ad_feature_box > div ul:first-child li {
        width: 100%; }
        @media (min-width: 768px) {
          .bid_ad_feature .bid_ad_feature_box > div ul:first-child li {
            width: 50%; } }
      .bid_ad_feature .bid_ad_feature_box > div ul:first-child li:first-child {
        padding-bottom: 30px; }
        @media (min-width: 768px) {
          .bid_ad_feature .bid_ad_feature_box > div ul:first-child li:first-child {
            padding-bottom: 20px;
            position: relative; }
            .bid_ad_feature .bid_ad_feature_box > div ul:first-child li:first-child:after {
              content: '';
              border-right: 1px dotted #707070;
              height: 500px;
              width: 1px;
              display: block;
              position: absolute;
              right: 0;
              bottom: 0;
              margin: auto; } }
    .bid_ad_feature .bid_ad_feature_box > div ul h3 {
      color: #000;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        .bid_ad_feature .bid_ad_feature_box > div ul h3 {
          margin-bottom: 14px;
          font-size: 37px; } }
      .bid_ad_feature .bid_ad_feature_box > div ul h3 span {
        color: #c14325; }
    .bid_ad_feature .bid_ad_feature_box > div ul:last-child {
      text-align: start;
      padding: 0 10px 10px; }
      @media (min-width: 768px) {
        .bid_ad_feature .bid_ad_feature_box > div ul:last-child {
          padding: 10px; } }
      .bid_ad_feature .bid_ad_feature_box > div ul:last-child li {
        padding: 4px 0; }
      .bid_ad_feature .bid_ad_feature_box > div ul:last-child a {
        color: #0d6efd;
        text-decoration: underline; }
        .bid_ad_feature .bid_ad_feature_box > div ul:last-child a:hover {
          color: #0a58ca; }

.fixsidebar {
  display: none; }

@media (min-width: 992px) {
  .fixsidebar {
    display: block;
    position: fixed;
    right: 0;
    top: 100px;
    text-align: center;
    z-index: 99999; }
    .fixsidebar img {
      margin: auto; }
    .fixsidebar a {
      color: #fff;
      text-decoration: none; }
    .fixsidebar .gototop {
      cursor: pointer;
      display: none;
      margin-top: 10px; }
    .fixsidebar ul li a:hover {
      color: #ff0; }
    .fixsidebar ul.showlist {
      display: none;
      font-family: noto sans tc, 微軟正黑體;
      padding-top: 10px;
      padding-bottom: 0; }
      .fixsidebar ul.showlist li {
        margin-bottom: 2px; }
        .fixsidebar ul.showlist li a {
          background-color: #F90BEF;
          padding-bottom: 8px;
          padding-top: 8px;
          display: block; }
          .fixsidebar ul.showlist li a:hover {
            background: #94008D;
            color: #fff; }
        .fixsidebar ul.showlist li:last-child {
          border-bottom: 0 solid #fff; }
        .fixsidebar ul.showlist li:first-child {
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 70px 70px 0 0;
          background-color: #F90BEF; }
      .fixsidebar ul.showlist li.last-sidebtn a {
        border-bottom: 0 solid #fff;
        border-radius: 0 0 10px 10px; }
    .fixsidebar ul.showlist.active {
      display: block; }
    .fixsidebar ul.hidelist {
      display: none;
      background: #f90bef;
      border-radius: 10px 0 0 10px;
      width: 80px;
      margin-left: auto;
      padding: 10px 0;
      margin-bottom: 10px; }
      .fixsidebar ul.hidelist img {
        width: 65px; }
    .fixsidebar ul.hidelist.active {
      display: block;
      cursor: pointer; }
    .fixsidebar .closebtn {
      display: none;
      position: absolute;
      top: 10%;
      border-radius: 10px 0 0 10px;
      width: 30px;
      right: 0;
      margin-left: auto;
      text-align: center;
      padding: 10px 0;
      color: #fff;
      font-family: noto sans tc, 微軟正黑體;
      font-size: 20px;
      cursor: pointer; }
    .fixsidebar .closebtn.active {
      display: block; } }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform; }

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  transform: scale(0.9); }

.subbn_category_feature,
.rule {
  background-color: #0A0E1A; }

.prod_box,
.bid_ad_feature_box,
.rule_title_box,
.rule_box {
  width: 89%;
  margin: auto; }

.prod_box,
.bid_ad_feature_box,
.rule_box {
  box-shadow: 0px 0px 13px 2px #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #fff; }

.prod_box {
  background-color: #0A0E1A; }

.bid_ad_feature_box,
.rule_box {
  background-color: #fff; }

.subbn_category_feature {
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bid/images/event/2023/0101carwheel120/images/bg.png);
  background-attachment: fixed; }

.category .prod_box a:hover img {
  filter: drop-shadow(0px 0px 4px white); }

.belt {
  background: linear-gradient(to right, #0A0E1A 0%, #00E0F7 50%, #0A0E1A 100%);
  line-height: 1.4;
  text-align: center;
  padding: 32px 0; }
  .belt p {
    font-weight: 600;
    padding: 0 0 16px 0;
    font-size: 20px; }
    @media (min-width: 768px) {
      .belt p {
        padding: 0 0 26px 0;
        font-size: 24px; } }
  .belt span {
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    background-color: #fff;
    font-size: 24px;
    padding: 6px 30px; }
    @media (min-width: 768px) {
      .belt span {
        font-size: 30px;
        padding: 10px 100px; } }

.rule a {
  font-weight: 900;
  color: hwb(213deg 2% 5%); }
  .rule a:hover {
    color: #0062da;
    text-decoration: underline; }

.rule .tab_sort ul {
  display: flex;
  align-items: end; }
  .rule .tab_sort ul span {
    display: inline-block;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 8px 6px;
    border: 1px solid #fff;
    background: #000;
    box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.8);
    border-radius: 35px; }
    @media (min-width: 768px) {
      .rule .tab_sort ul span {
        padding: 8px 30px;
        font-size: 26px; } }

.rule .tab_content ul li {
  padding: 4px 0; }
  @media (min-width: 768px) {
    .rule .tab_content ul li {
      padding: 10px 0; } }
  .rule .tab_content ul li p {
    margin: 4px 0; }
  .rule .tab_content ul li p:first-child {
    font-weight: 600;
    text-indent: -1em; }
  .rule .tab_content ul li p:last-child span {
    padding: 0 0px 0 30px;
    display: block;
    text-indent: -1em; }

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