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

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@keyframes shack {
  0% {
    transform: rotate(-8deg);
  }

  50% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(0.9);
  }

  75% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scaleBounce_sm {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.02);
  }

  50% {
    transform: scale(0.95);
  }

  75% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

header.header_top {
  background: #fff;
  font-family: "Noto Sans TC","微軟正黑體";
}

header.header_top .bid_main_header>div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.bid_navbar .nav_link_tab {
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
}

.bid_navbar .nav_link_tab.active {
  background-color: #fb2888;
}

@media all and (max-width: 640px) {
  .bid_navbar .nav_link_tab {
    font-size: 18px;
    padding: 8px 15px;
  }
}

.banner-section .main_banner_box {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0401event/images/banner/bn_mb.png?version=4");
  aspect-ratio: 3.12/4;
  transition: linear .2s;
}

@media screen and (min-width: 1024px) {
  .banner-section .main_banner_box {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0401event/images/banner/desk_bn_bg@2x.png?version=4");
    aspect-ratio: 1920/900;
  }
}

.banner-section .main_banner_box.bg_scale {
  animation: boom 1 linear .5s;
  cursor: pointer;
}

@keyframes boom {
  0% {
    background-size: cover;
  }

  25% {
    background-size: 104%;
  }

  50% {
    background-size: cover;
  }

  100% {
    background-size: 104%;
  }
}

.fixed_sidebar {
  transition: linear .2s;
}

.fixed_sidebar.hidden {
  transform: translateX(150px);
  transition: linear .2s;
}

.fixed_sidebar .sidebar_list li {
  filter: drop-shadow(-2px 2px 12px rgba(0,0,0,0.35));
}

.fixed_sidebar .sidebar_list li:not(:last-child) {
  margin-bottom: 2px;
}

@media screen and (max-height: 820px) {
  .fixed_sidebar .sidebar_list .sidebar_img {
    max-width: 110px;
  }
}

.fixed_sidebar .sidebar_item {
  background-color: #009476;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.fixed_sidebar .sidebar_item:hover {
  background-color: rgba(0,148,118,0.6);
}

.fixed_sidebar .sidebar_item .content_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  width: 100%;
  font-weight: 600;
}

@media screen and (max-height: 820px) {
  .fixed_sidebar .sidebar_item .content_wrapper {
    font-size: 14px;
    padding: 0.3rem;
  }
}

@media all and (max-width: 640px) {
  .fixed_sidebar {
    display: none;
  }
}

.sidebar_show_btn {
  transition: linear .2s;
  box-shadow: -2px 2px 12px rgba(0,0,0,0.1);
}

.sidebar_show_btn.hidden {
  transform: translateX(100%);
}

@media all and (max-width: 640px) {
  .sidebar_show_btn {
    display: none;
  }
}

body {
  font-family: "Noto Sans TC","微軟正黑體";
  scroll-behavior: smooth;
}

picture {
  display: flex;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.custom-scrollbar::-webkit-scrollbar {
  height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #727272;
}

.hvr_bounce:hover {
  animation: scaleBounce 2 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hvr_bounce_sm:hover {
  animation: scaleBounce_sm 5 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.promotion_section .bid_card {
  width: 20%;
  padding: 8px;
}

.promotion_section .bid_card:hover {
  animation: shack 0.5s linear;
}

@media all and (max-width: 640px) {
  .promotion_section .bid_card {
    width: 32%;
    padding: 5px;
  }
}

.sub_section_title {
  margin: 3rem auto;
  width: 45%;
  max-width: 490px;
}

.sub_section_title>img {
  max-width: 100%;
}

@media all and (max-width: 768px) {
  .sub_section_title {
    margin: 1rem auto;
  }
}

@media all and (max-width: 640px) {
  .sub_section_title {
    width: 75%;
    margin: 0.5rem auto;
  }
}

.category_item_list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 4fr));
  grid-auto-flow: row;
  gap: 20px;
}

@media all and (max-width: 640px) {
  .category_item_list {
    grid-template-columns: repeat(2, minmax(0, 4fr));
    grid-auto-flow: row;
    gap: 10px;
  }
}

.category_item_list .big_card {
  border-radius: 16px;
  padding: 7.5% 10%;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0401event/images/big-card-bg@2x.png?version=4");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category_item_list .big_card h5 {
  font-size: 50px;
}

@media all and (max-width: 991.98px) {
  .category_item_list .big_card h5 {
    font-size: 36px;
  }
}

@media all and (max-width: 640px) {
  .category_item_list .big_card h5 {
    font-size: 28px;
  }
}

.category_item_list .big_card h6 {
  font-size: 40px;
}

@media all and (max-width: 991.98px) {
  .category_item_list .big_card h6 {
    font-size: 32px;
  }
}

@media all and (max-width: 640px) {
  .category_item_list .big_card h6 {
    font-size: 24px;
  }
}

.category_item_list .big_card .txt-stroke {
  font-weight: 800;
  position: relative;
  z-index: 2;
  text-align: center;
}

.category_item_list .big_card .txt-stroke::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 10px #fff;
}

.category_item_list .item_card_s>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #f5f3ee;
}

.category_item_list .item_card_s .card_s_title {
  font-size: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0.75rem 0.25rem;
}

@media all and (max-width: 991.98px) {
  .category_item_list .item_card_s .card_s_title {
    font-size: 20px;
  }
}

@media all and (max-width: 640px) {
  .category_item_list .item_card_s .card_s_title {
    font-size: 18px;
    padding: 0.5rem 0.25rem;
  }
}

.guide_item {
  background-color: #fff;
  display: flex;
}

.guide_item:hover {
  background-color: #000;
  color: #fff;
}

.guide_item>a {
  width: 100%;
  text-align: center;
  padding: 1.1rem 0.5rem;
  font-size: 28px;
}

@media all and (max-width: 1280px) {
  .guide_item>a {
    font-size: 22px;
  }
}

@media all and (max-width: 768px) {
  .guide_item>a {
    font-size: 20px;
    padding: 0.75rem 0.5rem;
  }
}

@media all and (max-width: 640px) {
  .guide_item>a {
    font-size: 16px;
    padding: 0.5rem;
  }
}

.step_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.step_box h6 {
  color: #f9da6e;
  font-size: 28px;
  font-weight: 600;
  margin: 0.5rem 0;
  width: 90%;
  text-align: center;
}

@media all and (max-width: 1024px) {
  .step_box h6 {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .step_box h6 {
    font-size: 20px;
  }
}

.step_box h6 ~ span {
  color: #fff;
  width: 90%;
}

@media all and (max-width: 640px) {
  .step_box h6 ~ span {
    font-size: 14px;
    padding: 0 10px;
  }
}

.step_box:not(:last-child)>.icon_box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.step_box:not(:last-child)>.icon_box::after {
  display: block;
  content: "\f054";
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  top: calc(50% - 1rem);
  left: calc(100% + 15px);
}

@media all and (max-width: 640px) {
  .step_box:not(:last-child)>.icon_box::after {
    left: calc(100% + 5px);
  }
}

@media all and (max-width: 768px) {
  .step_box:nth-child(2)>.icon_box::after {
    display: none;
  }
}

.other_event_slider_box .slick-dots {
  bottom: -30px;
}

.other_event_slider_box .slick-dots li {
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  border-radius: 20px;
}

@media all and (max-width: 640px) {
  .other_event_slider_box .slick-dots li {
    height: 12px;
    width: 12px;
  }
}

.other_event_slider_box .slick-dots li.slick-active {
  background-color: #fff;
}

.other_event_slider_box .slick-dots li button:before {
  display: none;
}

.event_rules_section .rule_nav_list .rule_nav_item {
  width: 100%;
}

@media all and (max-width: 640px) {
  .event_rules_section .rule_nav_list .rule_nav_item:last-child {
    grid-column: span 2 / span 2;
  }
}

.event_rules_section .rule_nav_list .nav_link_bid {
  font-size: 28px;
  color: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  background: #009476;
  width: 100%;
  font-weight: 600;
  padding: 20px;
}

.event_rules_section .rule_nav_list .nav_link_bid.active {
  background: #FF003F;
  border: 2px solid #000;
}

@media screen and (max-width: 1199.98px) {
  .event_rules_section .rule_nav_list .nav_link_bid {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media all and (max-width: 640px) {
  .event_rules_section .rule_nav_list .nav_link_bid {
    font-size: 14px;
    padding: 15px 5px;
  }
}

.event_rules_section .rule_tab_content .tab_pane {
  display: none;
}

.event_rules_section .rule_tab_content .tab_pane.show {
  display: block;
  animation: fadeIn 0.4s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.event_rules_section .rule_tab_content h3.list_item_title {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  line-height: 125%;
  width: fit-content;
  align-items: stretch;
  margin: 24px 0 12px 0;
}

@media all and (max-width: 640px) {
  .event_rules_section .rule_tab_content h3.list_item_title {
    margin: 8px 0 8px 0;
  }
}

.event_rules_section .rule_tab_content h3.list_item_title::before {
  content: "";
  background: #000;
  width: 8px;
  height: auto;
  margin-right: 1rem;
  display: inline-block;
}

.event_rules_section .rule_tab_content .list_item_content {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 4px 0;
}

.event_rules_section .rule_tab_content .list_item_content li {
  margin: 0 0 0.5rem 0;
  line-height: 120%;
}

.event_rules_section .rule_tab_content .list_item_content li.fs-xs {
  font-size: 14px;
}

.event_rules_section .rule_tab_content strong {
  font-weight: 700;
}

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