@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-slider {
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

/* more icon start ------------------------------------------------------- */
a .more {
  position: relative;
  left: 0px;
  transition: all 0.3s ease; }
  a .more svg {
    width: 40px;
    height: 10px; }
    @media (min-width: 768px) {
      a .more svg {
        width: 73px;
        height: 16px; } }
    a .more svg .more_path {
      fill: #000; }

a:hover .more {
  left: 10px; }

/* more icon end  ------------------------------------------------------- */
.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%; }

.link_page {
  border-top: 1px solid #F4F4F5;
  border-bottom: 1px solid #F4F4F5;
  display: flex;
  justify-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .link_page {
      border-top: none;
      border-bottom: none;
      padding: 0;
      position: absolute;
      right: 10%; } }
  @media (min-width: 1200px) {
    .link_page {
      right: 20%; } }
  .link_page div:last-child {
    border-left: 1px solid #F4F4F5; }
  @media (min-width: 992px) {
    .link_page div:last-child {
      border-left: none; } }
  .link_page div {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #a1a1aa; }
    .link_page div span {
      color: #a1a1aa;
      padding: 0 10px 0 10px; }
      @media (min-width: 992px) {
        .link_page div span {
          padding: 0 12px 0 12px; } }
  .link_page a {
    width: 100%; }
    .link_page a:hover span {
      color: #0BAFFD;
      text-decoration: underline; }

.belt div {
  text-align: center;
  padding: 10px 0;
  display: block; }
  .belt div .text {
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff; }
    .belt div .text span {
      color: #fffc01; }
  @media (min-width: 768px) {
    .belt div .text {
      font-size: 30px; } }

.company p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000; }
  @media (min-width: 768px) {
    .company p {
      font-size: 18px; } }
  .company p span {
    color: #dc2626; }

.title_box:before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fde047;
  position: absolute;
  left: 6%; }

.title_box img {
  position: absolute;
  top: -20px; }
  @media (min-width: 992px) {
    .title_box img {
      top: -50px; } }

.title_box .title {
  padding: 10px 0;
  width: 70%;
  border-bottom: #fde047 1px solid; }
  @media (min-width: 768px) {
    .title_box .title {
      display: flex;
      align-items: center; } }
  .title_box .title h2 {
    font-weight: 700;
    font-size: 26px; }
    @media (min-width: 768px) {
      .title_box .title h2 {
        margin-right: 20px;
        font-size: 36px; } }
  .title_box .title h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px; }

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

.title_box:before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fde047;
  position: absolute;
  left: 6%; }

.title_box img {
  position: absolute;
  top: -20px; }
  @media (min-width: 992px) {
    .title_box img {
      top: -50px; } }

.title_box .title {
  padding: 10px 0;
  width: 100%;
  border-bottom: #fde047 1px solid;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .title_box .title {
      display: flex;
      align-items: center;
      width: 70%; } }
  .title_box .title h2 {
    font-weight: 700;
    font-size: 36px; }
    @media (min-width: 768px) {
      .title_box .title h2 {
        margin-right: 20px; } }
  .title_box .title h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px; }

.subtitle_box {
  display: flex;
  align-items: center;
  padding: 10px 0 4px;
  text-align: left;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .subtitle_box {
      align-items: center; } }
  .subtitle_box img {
    width: 8%;
    margin-right: 0.5rem !important; }
  .subtitle_box p {
    font-weight: 400;
    font-size: 18px; }
  @media (min-width: 768px) {
    .subtitle_box img {
      width: 3%; }
    .subtitle_box p {
      font-size: 20px; } }

.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
  padding: 20px 0; }

.company p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000000; }
  @media (min-width: 768px) {
    .company p {
      font-size: 18px; } }
  .company p span {
    color: #dc2626; }

.item a > div {
  position: relative; }
  .item a > div .tag {
    z-index: 2;
    top: 2px;
    left: 0px;
    position: absolute; }
  .item a > div .item_pic_box {
    overflow: hidden !important; }
    .item a > div .item_pic_box .item_pic {
      height: 200px;
      background-position: center;
      transform: scale(1);
      transition: all 0.5s ease-out; }
      @media (min-width: 768px) {
        .item a > div .item_pic_box .item_pic {
          height: 250px; } }
  .item a > div:hover .item_pic {
    transform: scale(1.2); }

.block_list {
  text-align: center;
  margin-bottom: 20px; }

button {
  margin: 14px 0 10px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  background-color: #fff; }

.prod .item_pic_box {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(121, 121, 121, 0.15);
  border-radius: 10px; }
  .prod .item_pic_box .item_pic {
    background-size: contain;
    background-repeat: no-repeat; }

.prod .text h2 {
  text-align: start;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 4px;
  border-bottom: 2px solid #dc2626; }

.prod .text .text_list {
  margin-bottom: 10px; }
  .prod .text .text_list li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f5; }
    .prod .text .text_list li span:first-child {
      text-align: left;
      font-weight: 400;
      font-size: 14px;
      color: #52525b; }
    .prod .text .text_list li span:last-child {
      font-weight: 400;
      font-size: 16px;
      color: #000000; }

.prod .text p {
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  color: #dc2626; }
  @media (min-width: 1200px) {
    .prod .text p {
      font-size: 30px; } }
  .prod .text p span:first-child {
    display: inline-block;
    font-size: 14px; }
  .prod .text p span:last-child {
    font-weight: 400;
    font-size: 14px;
    color: #a1a1aa;
    margin-left: 10px; }

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