@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");
.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; }

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

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

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

.sub_banner {
  background: #FA4355; }
  @media (min-width: 768px) {
    .sub_banner > div > div {
      border-top: 2px dotted #fff;
      border-bottom: 2px dotted #fff;
      top: -110px; } }
  .sub_banner > div > div > img {
    max-width: 100px;
    z-index: 10;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .sub_banner > div > div > img {
        max-width: 150px;
        top: -50px; } }
    @media (min-width: 1400px) {
      .sub_banner > div > div > img {
        max-width: 240px;
        top: -126px; } }
  .sub_banner > div > div ul {
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff; }
    @media (min-width: 768px) {
      .sub_banner > div > div ul {
        border-top: 0px dotted #fff;
        border-bottom: 0px dotted #fff; } }

.category {
  background: #FA4355; }
  .category .prod_box {
    background-color: #fff; }
  .category .prod_box_button {
    border-radius: 10px; }
    .category .prod_box_button span {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      padding: 16px 0;
      display: block; }
  .category > div > div > ul > li:nth-child(1), .category > div > div > ul > li:nth-child(2) {
    margin-bottom: 3rem;
    border-bottom: 2px dashed #fff; }
    @media (min-width: 768px) {
      .category > div > div > ul > li:nth-child(1), .category > div > div > ul > li:nth-child(2) {
        border-bottom: none; } }
  .category > div > div > ul > li:nth-child(1) .prod_box_button {
    background-color: #C49A6D; }
  .category > div > div > ul > li:nth-child(2) .prod_box_button {
    background-color: #65D0ED; }
  .category > div > div > ul > li:nth-child(3) .prod_box_button {
    background-color: #FFD95A; }

.rule {
  background: #FA4355; }
  .rule a {
    color: hwb(213deg 2% 5%);
    font-weight: 900; }
    .rule a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .rule .tab_sort {
      padding-top: 20px; } }
  .rule .tab_sort ul {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 10px; }
    .rule .tab_sort ul li {
      margin: 2px 4px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .rule .tab_sort ul li {
          margin: 0 10px;
          line-height: 1.4; } }
    .rule .tab_sort ul span {
      background-color: #000;
      color: #ffffff;
      display: inline-block;
      font-weight: 700;
      font-size: 20px;
      padding: 4px 6px;
      border: 2px solid #fff;
      border-radius: 6px; }
      @media (min-width: 768px) {
        .rule .tab_sort ul span {
          font-size: 24px;
          padding: 6px 30px; } }
  .rule ul.tab_content {
    padding: 0px 10px 10px 30px; }
    @media (min-width: 768px) {
      .rule ul.tab_content {
        padding: 30px 60px 60px; } }
    .rule ul.tab_content > li {
      padding: 4px 0; }
      .rule ul.tab_content > li > ul > li p {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 500; }
      .rule ul.tab_content > li > ul > li p:first-child {
        margin: 10px 0 0;
        font-size: 20px;
        font-weight: 600;
        text-indent: -1em; }
      .rule ul.tab_content > li > ul > li p:last-child > span {
        display: block;
        padding: 0 10px;
        text-indent: -1em; }
        @media (min-width: 768px) {
          .rule ul.tab_content > li > ul > li p:last-child > span {
            padding: 0 20px 10px; } }
      .rule ul.tab_content > li > ul > li > p > span {
        display: block;
        padding: 0 10px;
        text-indent: -1em; }
        @media (min-width: 768px) {
          .rule ul.tab_content > li > ul > li > p > span {
            padding: 0 20px 10px; } }
        .rule ul.tab_content > li > ul > li > p > span > span {
          display: block;
          padding: 0 10px;
          text-indent: -1em; }
          @media (min-width: 768px) {
            .rule ul.tab_content > li > ul > li > p > span > span {
              padding: 0 20px 4px; } }

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