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

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

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 {
  height: 45px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.head_navbar .logo img {
    height: 50px;
  }
}

header.head_navbar input {
  display: none;
}

header.head_navbar label {
  margin: 0 auto !important;
  cursor: pointer;
}

.bannerareapc {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022bidbuy_0501firstpurchase/images/sea.png?version=1");
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  height: 630px;
}

.bannerareapc #maintitle {
  position: relative;
}

.bannerareapc #maintitle img {
  position: relative;
  z-index: 999;
  margin-top: 30px;
}

.fixsidebar {
  display: block;
  position: fixed;
  right: 0px;
  top: 100px;
  text-align: center;
  z-index: 99999;
}

.fixsidebar a {
  color: #ffffff;
  text-decoration: none;
}

.fixsidebar ul li a:hover {
  color: yellow;
}

.fixsidebar ul.showlist {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px 0px 0px 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.fixsidebar ul.showlist li {
  margin-bottom: 10px;
}

.fixsidebar ul.showlist:first-child {
  margin-bottom: 30px;
}

.fixsidebar ul.showlist.active {
  display: block;
}

.fixsidebar ul.hidelist {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px 0px 0px 10px;
  width: 80px;
  margin-left: auto;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.fixsidebar ul.hidelist img {
  width: 65px;
}

.fixsidebar ul.hidelist.active {
  display: block;
}

.fixsidebar .closebtn {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px 0px 0px 10px;
  width: 30px;
  right: 0px;
  margin-left: auto;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.fixsidebar .closebtn.active {
  display: block;
}

body {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022bidbuy_0501firstpurchase/images/bgfx.png?version=1");
}

footer,
header,
section,
.container {
  min-width: 1200px !important;
  position: relative;
}

.whitebg {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
}

.label1box {
  font-family: "Noto Sans TC", "微軟正黑體";
  background: #ffffff;
  border-radius: 40px 0px 60px 0px;
  box-shadow: 5px 5px 0px #bfbfbf;
}

.label1box h2 {
  background: #226ae1;
  color: #ffffff;
  font-size: 25px;
  padding: 10px 0px;
  letter-spacing: 2px;
  border-radius: 45px 0px 0px 0px;
}

.label1box p {
  font-size: 30px;
  color: #000000;
  padding: 25px 0px;
  font-weight: 600;
}

.label1box p span {
  color: #ffae00;
  font-size: 65px;
}

.label2box {
  font-family: "Noto Sans TC", "微軟正黑體";
  background: #ffffff;
  box-shadow: 5px 5px 0px #bfbfbf;
  border-radius: 40px 0px 60px 0px;
}

.label2box img {
  max-height: 40px;
  margin-top: 40px;
}

.label2box p {
  font-size: 30px;
  color: #000000;
  padding: 10px 0px 40px 0px;
  font-weight: 600;
}

.label2box p span {
  color: #ffae00;
  font-size: 65px;
}

.lableboxwrapper {
  margin-top: 0px;
}

.lableboxwrapper:nth-child(1) {
  margin-top: 25px;
}

.labeltitle {
  margin-top: 40px;
}

.labeltitle:nth-child(1) {
  margin-top: -40px;
}

.bannertitle {
  width: 550px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.bannerdivider {
  display: flex;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022bidbuy_0501firstpurchase/images/bannerbg.jpg?version=1");
  background-repeat: no-repeat;
  height: 300px;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.bannerdivider a img {
  height: 225px;
}

ul.imgwrapper {
  padding-left: 30px;
  padding-right: 40px;
  list-style: none;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  min-width: 1000px;
}

ul.imgwrapper li {
  flex-basis: 21%;
  position: relative;
  display: flex;
  margin-bottom: 25px;
}

ul.imgwrapper li:first-child {
  display: flex;
  align-items: start;
}

ul.imgwrapper li .label {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 45px;
  color: #ffffff;
  background: #ff7e00;
  padding: 65px 0px;
  margin-top: 18px;
  width: 95%;
  text-align: center;
  position: relative;
  box-shadow: -10px -10px 0px #ffffff;
}

ul.imgwrapper li .label2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 45px;
  color: #fff3a4;
  background: #0083ff;
  padding: 65px 0px;
  margin-top: 18px;
  width: 95%;
  text-align: center;
  position: relative;
  box-shadow: -10px -10px 0px #ffffff;
}

ul.imgwrapper li:nth-child(1) {
  flex-basis: 37%;
  margin-left: 0;
  position: relative;
  left: -1px;
}

ul.imgwrapper li:nth-child(2) {
  flex-basis: 63%;
  margin-left: 0;
  position: relative;
  left: -1px;
}

ul.imgwrapper li:nth-child(3) {
  flex-basis: 37%;
  margin-left: 0;
  position: relative;
  left: -1px;
}

ul.imgwrapper li a {
  text-decoration: none;
  text-align: center;
  color: #ff7e00;
  font-family: "Noto Sans TC", "微軟正黑體";
}

ul.imgwrapper li a.link2 {
  color: #0083ff;
}

ul.imgwrapper li .imgbox {
  position: relative;
  z-index: 3;
  transition: 0.1s;
}

ul.imgwrapper li .imgbox img {
  height: 200px;
  object-fit: contain;
}

ul.imgwrapper li .imgbox p {
  width: 80%;
  background: #ffffff;
  margin: auto;
  padding: 5px 8px;
  border-radius: 0px 0px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

ul.imgwrapper li .imgbox:hover {
  z-index: 99;
  filter: drop-shadow(0px 1px 3px #000000);
}

section.section3 {
  margin-top: 50px;
  padding-bottom: 125px;
  margin-bottom: 50px;
}

section.section4 {
  margin-top: 0px;
  padding-bottom: 240px;
}

.s3bg {
  padding-top: 130px;
  max-width: 1200px;
}

.s3back {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022bidbuy_0501firstpurchase/images/bg01.png?version=1");
  background-position: center top;
  background-size: 1400px;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 150px;
  position: absolute;
  top: 0px;
  left: -70px;
  right: 0px;
  z-index: -1;
  height: 1400px;
}

.s4back {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022bidbuy_0501firstpurchase/images/bg02.png?version=1");
  background-position: center top;
  background-size: 1343px;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 150px;
  position: absolute;
  top: 0px;
  left: -34px;
  right: 0px;
  z-index: -1;
  height: 1350px;
}

.s4bg {
  padding-top: 130px;
  max-width: 1200px;
}

.qnasection {
  background: #ffffff;
  padding-bottom: 80px;
}

.qnasection h1 {
  background: #000000;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 36px;
  font-weight: 600;
  padding: 15px 0px;
  margin-bottom: 20px;
}

.eventcontent {
  padding: 30px 50px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: #f9f9f9;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 400;
}

.eventcontent h2 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}

.eventcontent p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
}

.eventcontent ul {
  margin: 10px 0px 15px 10px;
}

.eventcontent ul li {
  font-size: 16px;
}

.multiplepay .payflow {
  padding: 0px 5px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.multiplepay .payflow .stepblock {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border: 1px solid #056ae2;
}

.multiplepay .payflow .stepblock:hover {
  -webkit-box-shadow: inset 0px 0px 0px 2px #056ae2;
  -moz-box-shadow: inset 0px 0px 0px 2px #056ae2;
  box-shadow: inset 0px 0px 0px 2px #056ae2;
  border: 1px solid #056ae2;
}

.multiplepay .payflow .stepblock .card-body {
  color: #000;
  border-radius: 0px 0px 5px 5px;
  padding: 0.8rem;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

.multiplepay .payflow .stepblock .card-body small {
  font-size: 0.6em;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .multiplepay .payflow .stepblock .card-body {
    padding: 0.4rem;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .multiplepay .payflow .stepblock .card-body {
    padding: 10px 0px;
    font-size: 0.8em;
  }
}

@media all and (max-width: 575px) {
  .multiplepay .payflow .stepblock .card-body {
    padding: 5px 0px;
    height: auto;
    border-radius: 0px;
    font-size: 12px;
    vertical-align: middle;
  }
}

.multiplepay .payflow .stepblock .card-body p.card-text {
  margin-bottom: 3px;
  font-size: 15px;
}

.multiplepay .payflow .stepblock a {
  color: #7ccbff;
  text-decoration: underline;
}

.multiplepay .payflow .stepblock a.steplink {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  color: #0042ff;
  font-size: 15px;
}

.multiplepay .payflow .stepblock .steppik {
  position: absolute;
  top: -10px;
  left: -10px;
}

.multiplepay .payflow .stepblock .cardimg {
  position: relative;
  text-align: center;
  padding-top: 25px;
}

.multiplepay .payflow .stepblock .cardimg img {
  height: 70px;
  width: auto;
  max-width: none;
}

@media all and (max-width: 575px) {
  .multiplepay .payflow .stepblock .cardimg img {
    height: 60px;
  }
}

.gmapwrapper {
  background: #0d35d4;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 10px;
}

.gmapwrapper .address {
  padding-bottom: 15px;
  padding-top: 10px;
  align-items: center;
}

.gmapwrapper .address span.icon {
  margin-right: 13px;
  margin-left: 13px;
}

.gmapwrapper .address h3 {
  color: #ffdd00;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans TC", "微軟正黑體";
  margin-bottom: 5px;
}

.gmapwrapper .address p {
  color: #ffffff;
  font-size: 18px;
}

.gmapwrapper iframe {
  border-radius: 10px;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

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