@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.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

header.real-header .logo {
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
}

header.real-header .logo img {
  height: 50px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .logo img {
    height: 35px;
  }
}

header.real-header .container {
  padding: 0px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header .container {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .container {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header .mobile_nav {
    margin-right: 10px;
    margin-left: 10px;
  }
}

header.real-header input {
  display: none;
}

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

header.real-header div.row {
  justify-content: space-between;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header div.col {
    text-align: center;
    margin: 0px auto;
    padding-right: 10px;
  }
}

header.real-header div.col-2 {
  font-size: 6vmin;
  max-height: 5vmin;
  position: relative;
}

header.real-header div.col-2 label {
  position: absolute;
  left: 1vmin;
  top: -2vmin;
}

header.real-header div.mobile-menu {
  transition: all .25s;
  pointer-events: none;
  opacity: 0;
  font-size: 3vmin;
  position: absolute;
  z-index: 9999;
  left: -7px;
  top: 6.8vmin;
  min-width: 49vmin;
  height: 0px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  header.real-header div.mobile-menu {
    left: -37px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  header.real-header div.mobile-menu {
    left: -20px;
    top: 40px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  header.real-header div.mobile-menu {
    left: -17px;
    top: 35px;
  }
}

@media screen and (max-width: 575px) {
  header.real-header div.mobile-menu {
    left: -19px;
    top: 37px;
  }
}

header.real-header div.mobile-menu div#bgafter {
  z-index: -1;
  background: rgba(68, 64, 65, 0.8);
  position: absolute;
  height: 100%;
  width: 1px;
  top: 7px;
  left: 4px;
  content: ' ';
}

header.real-header div.mobile-menu a {
  text-decoration: none;
  display: list-item;
}

header.real-header div.mobile-menu a:nth-of-type(1),
header.real-header div.mobile-menu a:nth-of-type(2),
header.real-header div.mobile-menu a:nth-of-type(3),
header.real-header div.mobile-menu a:nth-of-type(4),
header.real-header div.mobile-menu a:nth-of-type(5),
header.real-header div.mobile-menu a:nth-of-type(6) {
  position: relative;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li,
header.real-header div.mobile-menu a:nth-of-type(2):hover li,
header.real-header div.mobile-menu a:nth-of-type(3):hover li,
header.real-header div.mobile-menu a:nth-of-type(4):hover li,
header.real-header div.mobile-menu a:nth-of-type(5):hover li,
header.real-header div.mobile-menu a:nth-of-type(6):hover li {
  background: #0091ec;
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):hover li i,
header.real-header div.mobile-menu a:nth-of-type(2):hover li i,
header.real-header div.mobile-menu a:nth-of-type(3):hover li i,
header.real-header div.mobile-menu a:nth-of-type(4):hover li i,
header.real-header div.mobile-menu a:nth-of-type(5):hover li i,
header.real-header div.mobile-menu a:nth-of-type(6):hover li i {
  color: white !important;
}

header.real-header div.mobile-menu a:nth-of-type(1):after,
header.real-header div.mobile-menu a:nth-of-type(2):after,
header.real-header div.mobile-menu a:nth-of-type(3):after,
header.real-header div.mobile-menu a:nth-of-type(4):after,
header.real-header div.mobile-menu a:nth-of-type(5):after,
header.real-header div.mobile-menu a:nth-of-type(6):after {
  position: absolute;
  content: ' ';
  background: rgba(128, 128, 128, 0.5);
  height: 1px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

header.real-header div.mobile-menu ul {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-weight: bolder;
}

header.real-header div.mobile-menu ul li {
  padding: 12px 4vmin;
  color: #444041;
  display: flex;
  justify-content: space-between;
}

header.real-header div.mobile-menu ul li i {
  color: #c9cbc8;
}

header.real-header div input#newbar:checked ~ div.mobile-menu {
  pointer-events: all;
  opacity: 1;
  overflow: unset;
}

.bannerareapc {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbuy/images/mainbg.png?version=1");
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  position: relative;
  padding: 50px 0px 60px 0px;
  z-index: 1;
  background-size: cover;
}

.bannerareapc .topicon {
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .bannerareapc .topicon {
    display: none;
  }
}

.bannerareapc .topicon img {
  width: 100px;
  object-fit: contain;
}

.bannerareapc .topicon.topicon1 {
  left: 20px;
  top: 30px;
}

.bannerareapc .topicon.topicon2 {
  left: 60px;
  bottom: 50px;
}

.bannerareapc .topicon.topicon3 {
  right: 20px;
  top: 30px;
}

.bannerareapc .topicon.topicon4 {
  right: 60px;
  bottom: 50px;
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .topicon.topicon1 {
    left: 20px;
    top: 30px;
  }

  .bannerareapc .topicon.topicon2 {
    left: 60px;
    bottom: 50px;
  }

  .bannerareapc .topicon.topicon3 {
    right: 20px;
    top: 30px;
  }

  .bannerareapc .topicon.topicon4 {
    right: 60px;
    bottom: 50px;
  }
}

.bannerareapc h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2;
  margin: 10px 0px;
  padding: 0;
}

.bannerareapc h1 {
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 3.6px;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.bannerareapc p {
  font-size: 21px;
  letter-spacing: 1.35px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 32px;
}

.bannerareapc .iconarea {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .iconarea {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc .iconarea {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
  }
}

.bannerareapc .iconarea,
.bannerareapc .textarea {
  height: 220px;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .iconarea,
  .bannerareapc .textarea {
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc .iconarea,
  .bannerareapc .textarea {
    height: auto;
  }
}

.bannerareapc .textarea {
  padding: 20px;
  box-shadow: 5px 5px 0 0 #000;
  border: solid 5px #000;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .textarea {
    margin: 20px 0px;
  }
}

@media screen and (max-width: 575px) {
  .bannerareapc .textarea {
    margin: 20px 0px;
  }
}

.bannerareapc .textblock {
  color: #000000;
  font-size: 30px;
  display: block;
  text-align: left;
  line-height: 42px;
}

.bannerareapc .textblock .title0 {
  font-size: 25px;
}

.bannerareapc .textblock .title1 {
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .bannerareapc .textblock .title1 {
    font-size: 25px;
  }
}

.bannerareapc .textblock .title1 span {
  font-size: 45px;
}

@media screen and (max-width: 575px) {
  .bannerareapc .textblock .title1 span {
    font-size: 37px;
  }
}

.bannerareapc .textblock .title2 {
  font-size: 25px;
}

.bannerareapc .textblock span {
  font-weight: bold;
  color: #f00000;
}

span.bigtext {
  font-size: 25px;
  font-weight: 600;
}

span.midiumtext {
  font-size: 22px;
  font-weight: 600;
}

section {
  font-family: "Noto Sans TC", "微軟正黑體";
}

section h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  section h2 {
    font-size: 26px;
  }
}

section h3 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
  margin-bottom: 20px;
  position: relative;
}

section p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

section.section1 {
  background: #fff5c4;
  padding: 60px 0px;
  position: relative;
}

@media screen and (max-width: 575px) {
  section.section1 {
    padding: 40px 0px;
  }
}

section.section1 .centertitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 30px);
}

section.section1 .centertitle p {
  font-size: 30px;
  color: #3a3a3a;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  line-height: 45px;
  align-items: center;
}

@media screen and (max-width: 575px) {
  section.section1 .centertitle p {
    font-size: 15px;
    line-height: 25px;
  }
}

section.section1 .centertitle p span {
  color: #e60012;
  font-size: 40px;
}

@media screen and (max-width: 575px) {
  section.section1 .centertitle p span {
    font-size: 25px;
  }
}

@media screen and (max-width: 575px) {
  section.section1 .brandarea .col-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

section.section1 .box {
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 #f5ce8a;
  background-image: linear-gradient(to bottom, #fff 89%, #ffe5e5);
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  section.section1 .box {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

section.section1 .box .title {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 5.2px;
  height: 30px;
  color: #3a3a3a;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  section.section1 .box .title {
    font-size: 17px;
    margin-bottom: 0px;
    letter-spacing: 0px;
  }
}

section.section1 .box .image {
  text-align: center;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  section.section1 .box .image {
    height: 100px;
  }
}

section.section1 .box .image img {
  align-items: center;
}

section.section1 p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
}

section.section4 {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2021anniversary_jpbuy/images/bottombg.png?version=1");
  padding: 100px 0px 60px 0px;
  background-size: cover;
}

@media screen and (max-width: 575px) {
  section.section4 {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}

section.section4 h2 {
  border-radius: 71px;
  box-shadow: 0 5px 6px 0 rgba(237, 125, 49, 0.59);
  background-color: #fff5c4;
  padding: 20px 0px;
}

section.section4 .textrule {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  border-radius: 20px;
}

section.section4 .textrule h4 {
  font-size: 25px;
  color: #ed7d31;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 32px;
}

@media screen and (max-width: 575px) {
  section .toplink {
    padding: 10px 0px 10px 0px;
  }
}

.gototop {
  position: fixed;
  right: 40px;
  z-index: 0;
  bottom: 40px;
  z-index: 99;
}

@media screen and (max-width: 575px) {
  .gototop {
    right: 10px;
    text-align: right;
  }

  .gototop img {
    width: 50%;
  }
}

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 */