@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(-4deg);
  }

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

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

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

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

  100% {
    opacity: 1;
  }
}

@keyframes goMoving {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5px);
  }
}

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

.evt_header .sign_btn {
  border: 1.5px solid black;
  border-radius: 0.4rem;
}

.rkt_nav .main_nav_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4492D3;
  position: relative;
}

@media all and (max-width: 640px) {
  .rkt_nav .main_nav_tab {
    color: #4166AC;
  }
}

.rkt_nav .nav_link_tab {
  cursor: pointer;
  font-size: 20px;
  padding: .5rem 1.75rem;
  white-space: nowrap;
}

.rkt_nav .nav_link_tab.active {
  background-color: #4492D3;
  color: #ffffff;
}

@media all and (max-width: 1024px) {
  .rkt_nav .nav_link_tab {
    font-size: 18px;
  }
}

@media all and (max-width: 640px) {
  .rkt_nav .nav_link_tab {
    font-size: 16px;
    padding: 6px 1.25rem;
  }
}

html {
  scroll-behavior: smooth;
}

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 2 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hvr_tight {
  transition: all .2s;
}

@media screen and (min-width: 640px) {
  .hvr_tight:hover {
    transform: scale(0.98);
    transition: all .2s;
  }
}

main .rankicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 2px 8px;
  font-size: 14px;
  word-break: keep-all;
}

main .rankicon::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 12px;
  margin-right: 4px;
}

main .rankicon.gold {
  border: 1px solid #DDC382;
  background: linear-gradient(96.53deg, #E5D89A 2.1%, #FFFCEC 51.98%, #E5D89A 100%);
}

main .rankicon.blue {
  border: 1px solid #6B93C3;
  background: linear-gradient(96.53deg, #A9C4E5 2.1%, #EDFBFF 51.05%, #A9C4E5 100%);
}

main .rankicon.salmon {
  border: 1px solid #D45D37;
  background: linear-gradient(96.53deg, #D08B64 2.1%, #FFEDE3 51.05%, #D08B64 100%);
}

main .morebtn {
  display: flex;
  background-color: #4166AC;
  color: #fff;
  padding: 8px 16px;
  border-radius: 40px;
}

main .morebtn.lg {
  padding: 12px 36px;
}

@media all and (max-width: 575px) {
  main .morebtn.lg {
    padding: 0px;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}

main section {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

main section .section_main {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main section .section_main .item_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  transition: all .2s;
}

@media screen and (min-width: 640px) {
  main section .section_main .item_card:hover {
    transform: scale(0.97);
    transition: all .2s;
  }
}

main section .section_main .item_card .item_card_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

main section .section_main .item_card article {
  display: flex;
  flex-direction: column;
  flex: 1;
}

main section .section_main .item_card .ranktag {
  position: absolute;
  left: -6px;
  top: 20px;
  z-index: 2;
}

main section .section_main .item_card .img_box {
  display: flex;
  position: relative;
}

main section .section_main .item_card .img_box .pd_img {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
  border: 2px solid #EDEDED;
  border-radius: 4px 4px 0 0;
}

main section .section_main .item_card .img_box .slogan {
  background-color: #E8A399;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px;
}

main section .section_main .item_card .pd_name {
  color: #101010;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

@media all and (max-width: 575px) {
  main section .section_main .item_card .pd_name {
    font-size: 14px;
  }
}

main section .section_main .item_card .ori_price {
  color: #979797;
  font-size: 14px;
  margin-bottom: -8px;
  text-align: center;
  font-family: 'Noto sans', 'Noto sans TC';
}

@media all and (max-width: 575px) {
  main section .section_main .item_card .ori_price {
    font-size: 12px;
  }
}

main section .section_main .item_card .priceBox {
  color: #BE0000;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 0.75rem;
}

@media all and (max-width: 575px) {
  main section .section_main .item_card .priceBox {
    font-size: 14px;
  }
}

main section .section_main .item_card .large {
  font-size: 24px;
  font-family: 'Noto sans', 'Noto sans TC';
}

@media all and (max-width: 575px) {
  main section .section_main .item_card .large {
    font-size: 17px;
  }
}

main section .section_main .item_card .morebtn {
  justify-content: center;
  width: 100%;
  font-size: 15px;
  margin-top: .25rem;
  padding: 8px 4px;
}

@media all and (max-width: 575px) {
  main section .section_main .item_card .morebtn {
    padding: 8px 0;
    font-size: 14px;
  }
}

main .step_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 180px;
  margin: 0 28px;
}

main .step_card:not(:last-child)::after {
  position: absolute;
  right: -32px;
  top: 40%;
  content: '';
  width: 16px;
  height: 28px;
  display: flex;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024rakuten_1001event/images/steps/arrow.png?version=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 640px) {
  main .step_card:not(:last-child)::after {
    width: 14px;
    height: 24px;
    right: -24px;
  }
}

main .step_card h5 {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 105%;
  margin: .5rem 0 .25rem 0;
}

@media all and (max-width: 768px) {
  main .step_card {
    font-size: 18px;
  }
}

@media all and (max-width: 640px) {
  main .step_card {
    margin: 0 20px;
    width: calc(50vw - 60px);
    max-width: 180px;
  }

  main .step_card h5 {
    font-size: 16px;
  }
}

main .g5_list {
  display: flex;
  width: calc(100% - 60px);
  max-width: 1580px;
  border-top: 2px solid #fff;
  justify-content: space-evenly;
  position: relative;
  flex-wrap: wrap;
  padding-top: 2rem;
  color: #fff;
}

@media all and (max-width: 768px) {
  main .g5_list {
    padding-top: 0.5rem;
    width: calc(100% - 2rem);
    flex-direction: column;
  }
}

@media all and (max-width: 640px) {
  main .g5_list {
    border-top: 2px solid #fff;
  }
}

main .g5_list::before,
main .g5_list::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -25px;
  position: absolute;
}

@media all and (max-width: 768px) {
  main .g5_list::before,
  main .g5_list::after {
    display: none;
  }
}

main .g5_list::before {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024rakuten_1001event/images/dots01.svg?version=1");
  left: -24px;
}

main .g5_list::after {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024rakuten_1001event/images/dots02.svg?version=1");
  right: -24px;
}

main .g5_list>li {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin: 0 .5rem;
  padding: .5rem;
}

main .g5_list>li>img {
  margin: 0 .25rem 0 0;
}

@media screen and (max-width: 1560px) {
  main .g5_list>li {
    font-size: 20px;
  }

  main .g5_list>li img {
    width: 28px;
  }
}

@media all and (max-width: 768px) {
  main .g5_list>li {
    font-size: 18px;
    margin: .15rem 0;
  }

  main .g5_list>li img {
    margin: 0 .5rem 0 0;
  }
}

.dashed_line {
  background-image: linear-gradient(180deg, #000, #000 70%, transparent 70%, transparent 100%);
  background-size: 2px 15px;
  border: none;
  left: 50%;
}

@media all and (max-width: 640px) {
  .dashed_line {
    background-image: linear-gradient(90deg, #000, #000 70%, transparent 70%, transparent 100%);
    background-size: 10px 2px;
  }
}

.link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0.5rem 3rem;
  border-radius: 100px;
  transition: linear .2s;
}

.link_btn:hover {
  animation: shack .3s 2 linear;
}

.link_btn.sm {
  font-size: 20px;
  padding: 0.4rem 1.5rem;
}

.link_btn.sm>span {
  word-break: keep-all;
}

.link_btn.sm:hover {
  transition: linear .1s;
  transform: scale(1.05);
}

@media all and (max-width: 640px) {
  .link_btn.sm {
    width: 115px;
  }
}

.link_btn.xs {
  font-size: 20px;
  padding: 0.25rem 0.75rem;
  width: 80%;
}

.link_btn.xs:hover {
  transition: linear .1s;
  transform: scale(1.05);
}

.rule_tab_list .rule_nav_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem;
  border-radius: .5rem;
  text-align: center;
  width: 100%;
  border: 1px solid #4166AC;
  color: #4166AC;
  font-size: 18px;
  cursor: pointer;
}

.rule_tab_list .rule_nav_item.active {
  background-color: #4166AC;
  color: #ffffff;
}

@media all and (max-width: 1280px) {
  .rule_tab_list .rule_nav_item {
    font-size: 16px;
  }
}

@media all and (max-width: 640px) {
  .rule_tab_list .rule_nav_item {
    padding: .5rem;
  }

  .rule_tab_list .rule_nav_item:first-child {
    grid-column: span 2 / span 2;
  }
}

.rule_content .tab_pane {
  display: none;
}

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

.rule_content .tab_pane li {
  list-style: none;
  font-size: 18px;
  line-height: 150%;
  text-indent: -1.1em;
  padding: 0 0 0 1rem;
}

@media all and (max-width: 640px) {
  .rule_content .tab_pane li {
    font-size: 16px;
  }
}

.rule_content .tab_pane li a {
  color: #2e4dff;
  text-decoration: underline;
  margin: 0 4px;
}

.rule_content h5.list_title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0.75rem 0 .25rem 0;
}

@media all and (max-width: 640px) {
  .rule_content h5.list_title {
    margin: 8px 0 8px 0;
  }
}

.rule_content h5.list_title::before {
  content: "";
  background: #000;
  width: 10px;
  border-radius: 50px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  display: inline-block;
}

.rule_content strong {
  font-weight: 700;
}

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