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

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

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

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

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

@media (max-width: 767px) {
  .item {
    padding-bottom: 16px; } }

body {
  background-color: #FFCFDB;
  font-family: "Noto Sans TC", "微軟正黑體"; }

@media (max-width: 767px) {
  .prod .wrap {
    overflow: auto; }
    .prod .wrap::-webkit-scrollbar {
      display: none; } }

@media (max-width: 767px) {
  .prod .wrap ul {
    width: 1000px !important; } }

.prod .wrap ul a span {
  display: block;
  letter-spacing: 1px; }

.prod .prod_box {
  width: 100%;
  margin: auto;
  background-color: #FFF;
  border-radius: 10px;
  padding: 0 0 10px;
  box-shadow: 0px 3px 4px 2px rgba(249, 131, 147, 0.3); }
  .prod .prod_box h4 {
    line-height: 1.2;
    font-size: 20px; }
    .prod .prod_box h4 span {
      color: #000;
      display: inline-block !important;
      position: relative;
      z-index: 1;
      font-weight: 700;
      padding: 0 2px; }
      .prod .prod_box h4 span:before {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 3px;
        z-index: -1;
        opacity: 1;
        height: 8px; }

.prod > ul > li:nth-child(1) h4 span:before {
  content: "";
  background: #7CFD93; }

.prod > ul > li:nth-child(2) h4 span:before {
  content: "";
  background: #FDBCD9; }

.prod > ul > li:nth-child(3) h4 span:before {
  content: "";
  background: #FFBC63; }

.prod > ul > li:nth-child(4) h4 span:before {
  content: "";
  background: #FFAD9F; }

.prod > ul > li:nth-child(5) h4 span:before {
  content: "";
  background: #A998F9; }

.info .info_sort {
  margin: 10px 0 0; }
  @media (min-width: 768px) {
    .info .info_sort {
      margin: 20px 0 0; } }
  .info .info_sort ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .info .info_sort li {
    margin: 0px 4px;
    padding: 10px 0 0px; }
    @media (min-width: 768px) {
      .info .info_sort li {
        padding: 10px 0; } }
    .info .info_sort li span {
      background: #FFFFFF;
      border: 2px solid #3BB3D6;
      border-radius: 12px;
      display: inline-block;
      font-weight: bold;
      color: #000;
      padding: 6px 8px;
      font-size: 20px; }
      @media (min-width: 768px) {
        .info .info_sort li span {
          padding: 8px 20px;
          font-size: 24px; } }

.info li p {
  line-height: 1.6; }
  .info li p a {
    color: #38b1f8;
    text-decoration: underline; }

.info li p:first-child {
  font-size: 20px;
  font-weight: 600;
  text-indent: -1em; }
  @media (min-width: 768px) {
    .info li p:first-child {
      font-size: 24px; } }

.info li p:last-child span {
  display: block;
  padding: 0 20px;
  text-indent: -1em; }
  @media (min-width: 768px) {
    .info li p:last-child span {
      padding: 0 30px; } }

.scroll_nav {
  background: rgba(179, 6, 16, 0.9); }
  @media (min-width: 300px) and (max-width: 1199.99px) {
    .scroll_nav {
      transition: all 0.3s ease;
      overflow-x: scroll; } }
  .scroll_nav .menu {
    width: 100%; }
  .scroll_nav #menu-center {
    width: 530px;
    white-space: nowrap;
    margin: 0 auto; }
    .scroll_nav #menu-center ul {
      display: flex;
      justify-content: center; }
      @media (min-width: 300px) and (max-width: 1199.99px) {
        .scroll_nav #menu-center ul {
          justify-content: start; } }
      .scroll_nav #menu-center ul li {
        padding: 10px 8px;
        list-style: none;
        color: #fff;
        font-weight: 500; }
        .scroll_nav #menu-center ul li a {
          white-space: initial; }
  .scroll_nav .active span {
    color: #FDD35C;
    text-decoration: none; }

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