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

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

@media (min-width: 992px) {
  .drug_week_logo .link_page {
    padding: 0;
    position: absolute;
    right: 10%; } }

@media (min-width: 1200px) {
  .drug_week_logo .link_page {
    right: 20%; } }

.page_link .link_page {
  margin: auto; }
  @media (min-width: 992px) {
    .page_link .link_page {
      padding: 30px 0 40px;
      width: 20%; } }
  @media (min-width: 1400px) {
    .page_link .link_page {
      width: 14%; } }
  @media (min-width: 1700px) {
    .page_link .link_page {
      width: 10%; } }

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

.drug_week_trivia {
  padding: 30px 0; }
  .drug_week_trivia > div p {
    width: 90%;
    margin: auto;
    color: #71717A;
    font-size: 14px; }
    .drug_week_trivia > div p span {
      color: #DC2626; }
    @media (min-width: 768px) {
      .drug_week_trivia > div p {
        font-size: 18px; } }
  .drug_week_trivia > div ul {
    width: 90%;
    margin: 16px auto; }
    @media (min-width: 768px) {
      .drug_week_trivia > div ul {
        width: 80%; } }
    .drug_week_trivia > div ul li {
      text-align: start;
      color: #FF5A00;
      padding: 6px 20px;
      font-size: 20px;
      display: block;
      text-indent: -1em; }
      @media (min-width: 768px) {
        .drug_week_trivia > div ul li {
          padding: 10px 20px;
          font-size: 26px; } }
      .drug_week_trivia > div ul li span {
        color: #0336FF; }

.drug_week_communication {
  box-shadow: inset 0px 5px 20px rgba(13, 13, 13, 0.03);
  padding: 36px 0 0; }
  @media (min-width: 768px) {
    .drug_week_communication {
      padding: 40px 0 20px; } }
  .drug_week_communication ul {
    width: 90%;
    margin: auto; }
    .drug_week_communication ul li {
      display: flex;
      margin: 0 0 18px; }
      @media (min-width: 768px) {
        .drug_week_communication ul li {
          margin: 0 0 26px; } }
      .drug_week_communication ul li .communication {
        text-align: start;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        font-size: 14px; }
        @media (min-width: 768px) {
          .drug_week_communication ul li .communication {
            font-size: 20px; } }
        .drug_week_communication ul li .communication span {
          color: #0336FF;
          font-weight: 700; }
        .drug_week_communication ul li .communication img {
          max-width: 100%; }
    .drug_week_communication ul .representative {
      position: relative; }
      .drug_week_communication ul .representative::before, .drug_week_communication ul .representative::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 30px;
        transform: translateY(-50%);
        max-width: 60px; }
        @media (min-width: 768px) {
          .drug_week_communication ul .representative::before, .drug_week_communication ul .representative::after {
            top: 40px; } }
      .drug_week_communication ul .representative img {
        max-width: 60px; }
        @media (min-width: 768px) {
          .drug_week_communication ul .representative img {
            max-width: 80px; } }
    .drug_week_communication ul .custom {
      justify-content: flex-start;
      padding: 0 20px 0 0; }
      @media (min-width: 768px) {
        .drug_week_communication ul .custom {
          padding: 0 100px 0 0; } }
      .drug_week_communication ul .custom .communication {
        background-color: #fff; }
      .drug_week_communication ul .custom .representative {
        padding: 0 16px 0 0; }
        .drug_week_communication ul .custom .representative::after {
          content: '';
          border-width: 12px 12px 12px 0;
          border-style: solid;
          border-color: transparent #fff transparent transparent;
          right: 0; }
    .drug_week_communication ul .bbn {
      justify-content: flex-end;
      padding: 0 0 0 20px; }
      @media (min-width: 768px) {
        .drug_week_communication ul .bbn {
          padding: 0 0 0 100px; } }
      .drug_week_communication ul .bbn .communication {
        background-color: #C3F69D; }
      .drug_week_communication ul .bbn .representative {
        padding: 0 0 0 16px; }
        .drug_week_communication ul .bbn .representative::before {
          content: '';
          border-width: 12px 0 12px 12px;
          border-style: solid;
          border-color: transparent transparent transparent #C3F69D;
          left: 0; }

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

.trivia_communication_wrap {
  line-height: 1.4;
  width: 98%;
  text-align: center;
  margin: auto;
  border: 2px dashed #FAC03D;
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: 20px 0 10px; }
  @media (min-width: 768px) {
    .trivia_communication_wrap {
      width: 80%;
      border-radius: 20px; } }
  @media (min-width: 1200px) {
    .trivia_communication_wrap {
      width: 60%; } }
  .trivia_communication_wrap .trivia_communication_title {
    position: relative;
    width: 90%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    padding: 10px 0; }
    .trivia_communication_wrap .trivia_communication_title img {
      display: none; }
      @media (min-width: 992px) {
        .trivia_communication_wrap .trivia_communication_title img {
          vertical-align: middle;
          display: inline-block; } }
    .trivia_communication_wrap .trivia_communication_title h3 {
      vertical-align: middle;
      display: inline-block;
      color: #fff;
      font-size: 24px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .trivia_communication_wrap .trivia_communication_title h3 {
          font-size: 30px; } }
      .trivia_communication_wrap .trivia_communication_title h3 span {
        color: #FDE047; }
  .trivia_communication_wrap .trivia_communication_text {
    width: 90%;
    margin: 30px auto 10px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px; }
    @media (min-width: 768px) {
      .trivia_communication_wrap .trivia_communication_text {
        font-size: 18px; } }
    .trivia_communication_wrap .trivia_communication_text 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: 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 h2 span {
    color: #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 */