@charset "UTF-8";

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

.scroll_nav {
  transition: all 0.3s ease;
  overflow-x: scroll;
  padding: 0;
  background: #000000;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: none;
}

.scroll_nav::-webkit-scrollbar {
  display: none;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .scroll_nav {
    display: block;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .scroll_nav {
    display: block;
  }
}

@media all and (max-width: 575px) {
  .scroll_nav {
    display: block;
  }
}

.scroll_nav .menu {
  width: 100%;
}

.scroll_nav #menu-center {
  width: 100%;
  margin: 0 auto;
}

.scroll_nav #menu-center a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.scroll_nav #menu-center ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

.scroll_nav #menu-center ul .nav_icon img {
  max-width: 56px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.scroll_nav #menu-center ul li {
  list-style: none;
  padding: 10px 10px;
  color: #000;
  word-break: keep-all;
  white-space: nowrap;
  position: relative;
  transition: 0.3s;
}

.scroll_nav #menu-center ul li > div {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 400;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.scroll_nav #menu-center ul li > div img {
  margin-left: 3px;
  margin-top: 3px;
  width: 10px;
}

.scroll_nav #menu-center ul li > div.myactive {
  color: #ffffff;
  text-decoration: none;
}

.scroll_nav #menu-center ul li > div.myactive:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #D10000;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.scroll_nav #menu-center ul li:nth-child(n + 2) {
  position: relative;
}

.scroll_nav #menu-center ul li:nth-child(n + 2) ::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

header.head_navbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

@media all and (max-width: 575px) {
  header.head_navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header.head_navbar .btn {
  margin-right: 5px;
}

header.head_navbar .logo img {
  height: 35px;
}

@media all and (max-width: 575px) {
  header.head_navbar .logo img {
    height: 25px;
  }
}

header.head_navbar input {
  display: none;
}

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

header.head_navbar .topbtn {
  color: #000;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.bannerareapc {
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  overflow: hidden;
  color: #ffffff;
  background: #eb3552;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 575px) {
  .bannerareapc {
    padding-bottom: 0px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc img {
    width: 100%;
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc img {
    width: 100%;
    height: auto;
  }
}

.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;
  height: 100px;
  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 .headad img {
  display: flex;
}

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

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

.fixsidebar .gototop {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

.fixsidebar ul.showlist {
  display: none;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  padding-top: 10px;
  padding-bottom: 0px;
  border-radius: 8px;
}

.fixsidebar ul.showlist img {
  width: 110px;
}

.fixsidebar ul.showlist li {
  margin-bottom: 0px;
  border-bottom: 1px  dashed #000;
  background: #fff;
}

.fixsidebar ul.showlist li:hover {
  background: #FFEE93;
}

.fixsidebar ul.showlist li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.fixsidebar ul.showlist li:first-child {
  border-bottom: 0px;
  background: transparent;
  padding: 0px;
}

.fixsidebar ul.showlist li:last-child {
  border-bottom: 0px solid #ffffff;
  border-radius: 0px 0px 10px 10px;
}

.fixsidebar ul.showlist li.last-sidebtn a {
  border-bottom: 0px solid #ffffff;
  border-radius: 0px 0px 10px 10px;
}

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

.fixsidebar ul.hidelist {
  display: none;
  background: rgba(19, 15, 15, 0.8);
  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;
  cursor: pointer;
}

.fixsidebar .closebtn {
  display: none;
  position: absolute;
  top: 80px;
  border-radius: 10px 0px 0px 10px;
  width: 30px;
  right: -2px;
  margin-left: auto;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

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

@media all and (max-width: 575px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    min-width: 320px;
  }
}

@media all and (max-width: 575px) {
  .pcshow {
    display: none !important;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .pcshow {
    display: none !important;
  }
}

.phoneshow {
  display: none !important;
}

@media all and (max-width: 575px) {
  .phoneshow {
    display: block !important;
  }

  .phoneshow img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .phoneshow {
    display: block !important;
  }

  .phoneshow img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

footer {
  overflow: hidden;
}

.move {
  cursor: pointer;
  transition: 0.2s;
}

.move:hover {
  transform: scale(1.03);
}

.flow12 img {
  transition: 0.3s;
}

.flow12 img:hover {
  transform: scale(1.04);
}

.gototop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.gototop img {
  width: 80px;
}

@media all and (max-width: 575px) {
  .gototop img {
    width: 100px;
  }
}

.subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}

.headbtn {
  background: #00307A;
  padding-bottom: 60px;
  overflow: hidden;
  padding-top: 30px;
}

.headbtn:after {
  height: 100px;
  width: 100%;
  content: '';
  background: #4B4B4B;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.headbtn ul.headbtnul {
  padding: 0 40px;
  align-items: center;
  position: relative;
  top: 20px;
  z-index: 9;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.headbtn ul.headbtnul:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/decoration_03.png?version=1");
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: -290px;
  bottom: 0px;
  z-index: -1;
}

.headbtn ul.headbtnul:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/decoration_04.png?version=1");
  width: 300px;
  height: 300px;
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  right: -290px;
  bottom: 0px;
  z-index: -1;
}

.headbtn ul.headbtnul li {
  display: flex;
  align-items: center;
  margin: 2%;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.headbtn ul.headbtnul li:first-child {
  flex: 0 0 100%;
  margin-top: 35px;
}

.headbtn ul.headbtnul li:first-child:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/decoration_01.png?version=1");
  width: 650px;
  height: 711px;
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -500px;
  top: -170px;
  z-index: -1;
}

.headbtn ul.headbtnul li:first-child:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/decoration_02.png?version=1");
  width: 650px;
  height: 711px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: -500px;
  top: -170px;
}

.headbtn ul.headbtnul li:nth-child(2) {
  flex: 1 0 45%;
}

.headbtn ul.headbtnul li:last-child {
  flex: 1 0 45%;
}

.addbg {
  background: #EFFACE;
  border-radius: 100px;
  padding-bottom: 50px;
}

.bg2 {
  background: #EC83AB !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.showmorebtn {
  color: #ffffff;
  font-size: 24px;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-decoration: none;
  padding: 12px 70px;
  line-height: 1;
  margin-top: 0px;
  background: #F87D7D;
  border-radius: 12px;
  letter-spacing: 0px;
  transition: 0.1s;
  position: relative;
  align-items: center;
  margin-bottom: 50px;
  display: inline-flex;
  cursor: pointer;
  z-index: 5;
}

.showmorebtn:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 10px #9a9a9a;
  border-radius: 6px;
}

.showmorebtn.btn2 {
  background: #FF7894;
  animation: bigbig 1s linear infinite;
}

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

  50% {
    transform: scale(0.95);
  }

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

section.section {
  padding-top: 0px;
  padding-bottom: 30px;
}

section .subtitle {
  margin-top: 20px;
}

section .sectiontitle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 40px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  z-index: 3;
  margin-top: 30px;
  z-index: 3;
  margin-bottom: 15px;
}

section .sectiontitle h1 {
  font-size: 55px;
  color: #000;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 600;
}

section.adsection {
  background: #F9F1E1;
  padding: 30px 0px;
}

section.adsection ul.benefitwrapper {
  margin-bottom: 25px;
  margin-top: 20px;
}

section.adsection ul.benefitwrapper li {
  box-shadow: none;
  padding: 0;
  background: transparent;
}

section.adsection ul.benefitwrapper li:first-child {
  background: none !important;
  display: inline !important;
  flex-direction: column !important;
  padding-top: 0px !important;
}

section.adsection ul.benefitwrapper li:first-child:hover {
  transform: scale(1.03) !important;
}

section.adsection ul.benefitwrapper li a {
  height: auto !important;
}

section.adsection ul.benefitwrapper li img {
  height: auto;
}

section.adsection ul.benefitwrapper li:hover {
  box-shadow: none;
  filter: drop-shadow(1px 5px 4px black);
}

section.section1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F8F8F4;
  padding-top: 30px;
  padding-bottom: 70px;
}

section.section1 h2.articletitle {
  font-family: 'Inter', "Noto Sans TC";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 41px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #0089C8;
  text-align: center;
  position: relative;
}

section.section1 h2.articletitle span {
  position: relative;
}

section.section1 h2.articletitle span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 17px;
  background: rgba(255, 241, 0, 0.9);
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

section.section1 .photobeauty {
  display: flex;
  justify-content: center;
  position: relative;
}

section.section1 .photobeauty li:first-child {
  transform: rotate(-5deg);
  position: relative;
  top: 60px;
}

section.section1 .photobeauty li:nth-child(2) {
  position: relative;
  z-index: 2;
}

section.section1 .photobeauty li:last-child {
  transform: rotate(8deg);
  position: relative;
  top: 40px;
}

section.section1 .photobeauty li img {
  height: 500px;
}

section.section1 .photobeauty:before {
  content: '';
  position: absolute;
  left: -30px;
  width: 30px;
  height: 300px;
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/line1.svg?version=1");
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.section1 .photobeauty:after {
  content: '';
  position: absolute;
  right: -110px;
  width: 292px;
  height: 226px;
  content: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/line2.svg?version=1");
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.section1 .bottomline {
  text-align: center;
  margin-top: 80px;
}

section.section1 .lefttop {
  width: 100px;
  left: -45px;
  bottom: 45px;
}

section.section1 ul.beautyarticle {
  display: flex;
  position: relative;
  margin: 0px 20px;
}

section.section1 ul.beautyarticle h3 {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: #0089C8;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

section.section1 ul.beautyarticle li {
  display: flex;
  width: 100%;
}

section.section1 ul.beautyarticle .nextarrow {
  display: flex;
  margin: auto;
  left: 400px;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
}

@media all and (max-width: 1400px) {
  section.section1 ul.beautyarticle .nextarrow {
    left: 350px;
    height: 60px;
  }
}

section.section1 ul.beautyarticle .leftside {
  width: 370px;
  background: #FFFFFF;
  border: 1px solid #E2DAB8;
  padding: 40px 20px;
  border: 1px solid #E2DAB8;
}

@media all and (max-width: 1400px) {
  section.section1 ul.beautyarticle .leftside {
    width: 310px;
  }
}

section.section1 ul.beautyarticle .leftside ul li {
  display: flex;
  height: 140px;
  align-items: center;
  margin-right: 2%;
  margin-left: 2%;
  border-bottom: 1px solid #E2DAB8;
}

section.section1 ul.beautyarticle .leftside ul li .iconimg {
  margin-right: 15px;
  height: 125px;
  width: 125px;
}

section.section1 ul.beautyarticle .leftside ul li .iconimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.section1 ul.beautyarticle .leftside ul li .article {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #494944;
  letter-spacing: 0.1em;
  flex: 1;
}

section.section1 ul.beautyarticle .leftside ul li .article h4 {
  margin-bottom: 10px;
}

section.section1 ul.beautyarticle .leftside ul li .article p {
  color: #494944;
}

section.section1 ul.beautyarticle .leftside ul li .article p span {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 400;
}

section.section1 ul.beautyarticle .rightside {
  width: 800px;
  background: #FFFFFF;
  border: 1px solid #E2DAB8;
  padding: 40px 20px;
  border: 1px solid #E2DAB8;
}

@media all and (max-width: 1400px) {
  section.section1 ul.beautyarticle .rightside {
    width: 720px;
  }
}

section.section1 ul.beautyarticle .rightside ul {
  display: flex;
  flex-wrap: wrap;
}

section.section1 ul.beautyarticle .rightside ul li {
  display: flex;
  height: 140px;
  align-items: center;
  flex-basis: 46%;
  margin-right: 2%;
  margin-left: 2%;
  border-bottom: 1px solid #E2DAB8;
}

section.section1 ul.beautyarticle .rightside ul li .iconimg {
  margin-right: 10px;
  height: 125px;
  width: 125px;
}

section.section1 ul.beautyarticle .rightside ul li .iconimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.section1 ul.beautyarticle .rightside ul li .article {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #212019;
  letter-spacing: 0.1em;
  flex: 1;
}

section.section1 ul.beautyarticle .rightside ul li .article h4 {
  margin-bottom: 10px;
}

section.section1 ul.beautyarticle .rightside ul li .article p {
  color: #787770;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

section.section1 .goodthree {
  display: flex;
  flex-direction: row;
  padding-top: 34px;
  padding-bottom: 30px;
}

section.section1 .goodthree .goodshop {
  margin: 0px 20px;
}

section.section1 .goodthree .goodshop a {
  text-decoration: none;
  color: #2F1819;
  display: block;
}

section.section1 .goodthree .goodshop h2 {
  font-family: "Montserrat", "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 25px;
}

section.section1 .goodthree .goodshop p {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #F5222D;
}

section.section1 ul.benefitwrapper li:first-child {
  box-shadow: none;
}

section.section1 ul.benefitwrapper li:first-child:hover {
  transform: none;
  box-shadow: none;
}

section ul.keywordarea {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  width: 100%;
  margin: auto;
  padding-top: 0px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.keywordarea {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 575px) {
  section ul.keywordarea {
    flex-wrap: wrap;
  }
}

section ul.keywordarea li {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  background: transparent;
  color: #fff;
  border: 2px solid #282828;
  font-size: 20px;
  display: flex;
  line-height: 24px;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
  margin-right: 7px;
  align-items: center;
  flex-direction: row;
  word-break: keep-all;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.keywordarea li {
    font-size: 15px;
    display: flex;
    line-height: 20px;
    padding: 7px 4px 6px 4px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  section ul.keywordarea li {
    font-size: 15px;
    display: flex;
    line-height: 18px;
    padding: 12px 0px 9px 0px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.keywordarea li {
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: auto;
  }
}

@media all and (max-width: 575px) {
  section ul.keywordarea li {
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: auto;
  }
}

section ul.keywordarea li:hover {
  text-decoration: none;
}

section ul.keywordarea li img {
  margin-right: 5px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.keywordarea li img {
    display: none;
  }
}

@media all and (max-width: 575px) {
  section ul.keywordarea li img {
    display: none;
  }
}

section ul.keywordarea li span {
  width: auto;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.keywordarea li span {
    width: auto;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.keywordarea li span {
    width: auto;
  }
}

section ul.keywordarea li span.note {
  color: #BFBFBF;
}

section ul.keywordarea li.active {
  background: #282828;
  color: #ffffff;
  border-bottom: 3px solid #282828;
}

section ul.keywordarea li.active span {
  color: #ffffff;
}

section ul.keywordarea li.active img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%);
}

section ul.keywordarea li.active:hover {
  text-decoration: none;
}

section ul.benefitwrapper {
  position: relative;
  z-index: 99;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  justify-content: start;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.benefitwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  section ul.benefitwrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper {
    padding: 0px 0px;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper {
    padding: 0px 0px;
  }
}

section ul.benefitwrapper.keyword-buy {
  display: none;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.keyword-buy {
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.keyword-buy {
    padding: 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

section ul.benefitwrapper.keyword-buy.active {
  display: flex;
  margin-bottom: 0px;
}

section ul.benefitwrapper.keyword-buy li.todaysale .label {
  background: #E84B35 !important;
}

section ul.benefitwrapper.keyword-buy li.todaysale:before {
  content: '今日下殺';
  position: absolute;
  top: 40px;
  left: 6px;
  color: #ffffff;
  z-index: 9999;
  font-size: 15px;
  background: #e80000;
  border-radius: 20px;
  padding: 4px 8px;
}

section ul.benefitwrapper.fourcol.onlyimg li {
  background: transparent;
  padding-top: 0px;
}

section ul.benefitwrapper.fourcol.onlyimg li:hover {
  transform: scale(1.02);
  box-shadow: none;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fourcol.onlyimg li {
    transform: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section ul.benefitwrapper.fourcol.onlyimg li:hover {
    transform: none;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fourcol.onlyimg li {
    transform: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section ul.benefitwrapper.fourcol.onlyimg li:hover {
    transform: none;
  }
}

section ul.benefitwrapper.fourcol li {
  background: #ffffff;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s;
  text-align: left;
  width: calc(96%/4);
  border-radius: 11px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 2%;
  padding-top: 35px;
  overflow: hidden;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fourcol li {
    width: 48.5%;
    margin-right: 1%;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fourcol li {
    width: 48.5%;
    margin-right: 1%;
  }
}

section ul.benefitwrapper.fourcol li:after {
  width: 60px;
  height: 32px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/gobtn.png?version=1");
  position: absolute;
  background-size: contain;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
}

section ul.benefitwrapper.fourcol li:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 10px #9a9a9a;
}

section ul.benefitwrapper.fourcol li a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

section ul.benefitwrapper.fourcol li .info .goodimg {
  height: 185px;
  padding: 0px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.benefitwrapper.fourcol li .info .goodimg {
    height: 180px;
  }
}

section ul.benefitwrapper.fourcol li .info .goodimg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

section ul.benefitwrapper.fourcol li .info .label {
  position: absolute;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
  left: 0px;
  padding: 5px 11px 5px 10px;
  height: auto;
  line-height: 125%;
  background: #FF1212;
  z-index: 5;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fourcol li .info .label {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section ul.benefitwrapper.fourcol li .info .label img {
    margin-right: 4px;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fourcol li .info .label {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section ul.benefitwrapper.fourcol li .info .label img {
    margin-right: 4px;
  }
}

section ul.benefitwrapper.fourcol li .info .label.labelstyle1 {
  background: #784059;
}

section ul.benefitwrapper.fourcol li .info .label.labelstyle3 {
  background: #784059;
}

section ul.benefitwrapper.fourcol li .info .label:empty {
  display: none;
}

section ul.benefitwrapper.fourcol li .info .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin: 5px 0px 15px 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fourcol li .info .title {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fourcol li .info .title {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
  }
}

section ul.benefitwrapper.threecol li {
  width: calc(92%/4);
  overflow: visible;
  border-radius: 0;
  margin: 1%;
  border: 0;
  padding-bottom: 10px;
}

section ul.benefitwrapper.threecol li:after {
  display: none;
}

section ul.benefitwrapper.threecol li:first-child {
  background: #F8E7B7;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  width: 180px;
}

section ul.benefitwrapper.threecol li:first-child .catphoto {
  height: 170px;
}

section ul.benefitwrapper.threecol li:first-child .catphoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section ul.benefitwrapper.threecol li:first-child:hover {
  transform: none;
  box-shadow: none;
}

section ul.benefitwrapper.threecol li a {
  height: 260px;
}

section ul.benefitwrapper.threecol li a.showbtn {
  background: #FA541C;
  border-radius: 70px;
  height: auto;
  font-size: 18px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  width: 80%;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

section ul.benefitwrapper.threecol li a.showbtn img {
  width: 28px;
  height: 28px;
}

section ul.benefitwrapper.threecol li .info .title {
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  margin: 5px 0px;
  padding: 0px 10px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 400;
}

section ul.benefitwrapper.threecol li .info .label {
  position: absolute;
  top: 10px;
  right: -5px;
  color: #ffffff;
  padding: 0px 12px 0px 7px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;
  background: #D10000;
  z-index: 99;
}

section ul.benefitwrapper.threecol li .info .label.labelstyle1 {
  background: #784059;
}

section ul.benefitwrapper.threecol li .info .label.labelstyle3 {
  background: #784059;
}

section ul.benefitwrapper.threecol li .info .label:empty {
  display: none;
}

section ul.benefitwrapper.fivecol {
  justify-content: center;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.benefitwrapper.fivecol {
    justify-content: start;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  section ul.benefitwrapper.fivecol {
    padding: 0px;
    width: 930px;
    margin: auto;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fivecol {
    height: 650px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 0;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fivecol {
    height: 630px;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 2.5%;
  }
}

section ul.benefitwrapper.fivecol li {
  width: calc(90%/5);
  border-radius: 0px;
  border-radius: 6px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section ul.benefitwrapper.fivecol li {
    width: calc(95%/4);
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  section ul.benefitwrapper.fivecol li {
    width: calc(95%/5);
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper.fivecol li {
    width: 190px;
    height: 300px;
    overflow: hidden;
    margin-right: 1.5%;
    margin-left: 0%;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper.fivecol li {
    width: 190px;
    height: 300px;
    overflow: hidden;
    margin-right: 1.5%;
    margin-left: 0%;
  }
}

section ul.benefitwrapper.fivecol li a {
  height: 100%;
}

section ul.benefitwrapper.fivecol li .info .title {
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  margin: 5px 0px 15px 0px;
  padding: 0px 10px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 400;
}

section ul.benefitwrapper.fivecol li .info .label {
  position: absolute;
  top: 10px;
  right: -5px;
  color: #ffffff;
  padding: 0px 6px 0px 7px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;
  background: #FA541C;
  z-index: 99;
}

section ul.benefitwrapper.fivecol li .info .label.labelstyle1 {
  background: #784059;
}

section ul.benefitwrapper.fivecol li .info .label.labelstyle3 {
  background: #784059;
}

section ul.benefitwrapper.fivecol li .info .label:empty {
  display: none;
}

section ul.benefitwrapper.sixcol li {
  width: calc(94%/6);
  overflow: visible;
  border-radius: 0;
  margin: 0.5%;
  border: 0;
}

section ul.benefitwrapper.sixcol li:after {
  display: none;
}

section ul.benefitwrapper.sixcol li a {
  height: 280px;
}

section ul.benefitwrapper.sixcol li a.showbtn {
  background: #FA541C;
  border-radius: 6px;
  height: auto;
  font-size: 18px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}

section ul.benefitwrapper.sixcol li .info .title {
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  margin: 5px 0px;
  padding: 0px 10px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-weight: 400;
}

section ul.benefitwrapper.sixcol li .info .label {
  position: absolute;
  top: 10px;
  right: -5px;
  color: #ffffff;
  padding: 0px 6px 0px 7px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;
  background: #D10000;
  z-index: 99;
}

section ul.benefitwrapper.sixcol li .info .label.labelstyle1 {
  background: #784059;
}

section ul.benefitwrapper.sixcol li .info .label.labelstyle3 {
  background: #784059;
}

section ul.benefitwrapper.sixcol li .info .label:empty {
  display: none;
}

section ul.benefitwrapper li {
  background: #ffffff;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s;
  text-align: left;
  width: calc(96%/4);
  border-radius: 11px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 2%;
  padding-top: 35px;
  overflow: hidden;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper li {
    width: 48.5%;
    margin-right: 1%;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper li {
    width: 48.5%;
    margin-right: 1%;
  }
}

section ul.benefitwrapper li.nonsale:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_0401event/images/nonsaleout.png?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_0401event/images/nonsalefooter.png?version=1"), rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center 30px, left bottom;
  background-size: 185px, 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

section ul.benefitwrapper li.nonsale:before:hover {
  transform: none;
  box-shadow: none;
  border-radius: 0;
}

section ul.benefitwrapper li.saleout:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/saleoutlogo.png?version=1"), rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

section ul.benefitwrapper li.saleout:hover {
  transform: none;
  box-shadow: none;
}

section ul.benefitwrapper li:after {
  width: 60px;
  height: 32px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/gobtn.png?version=1");
  position: absolute;
  background-size: contain;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
}

section ul.benefitwrapper li:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 10px #9a9a9a;
}

section ul.benefitwrapper li a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

section ul.benefitwrapper li .info .goodimg {
  height: 185px;
  padding: 0px;
}

section ul.benefitwrapper li .info .goodimg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

section ul.benefitwrapper li .info .label {
  position: absolute;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
  left: 0px;
  padding: 5px 11px 5px 10px;
  height: auto;
  line-height: 125%;
  background: #FF1212;
  z-index: 5;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper li .info .label {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section ul.benefitwrapper li .info .label img {
    margin-right: 4px;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper li .info .label {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section ul.benefitwrapper li .info .label img {
    margin-right: 4px;
  }
}

section ul.benefitwrapper li .info .label.labelstyle1 {
  background: #784059;
}

section ul.benefitwrapper li .info .label.labelstyle3 {
  background: #784059;
}

section ul.benefitwrapper li .info .label:empty {
  display: none;
}

section ul.benefitwrapper li .info .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin: 5px 0px 15px 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.benefitwrapper li .info .title {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
  }
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper li .info .title {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
  }
}

.titlerow {
  background: #FFCDDD;
  margin-top: 90px;
  border-radius: 20px 20px 0px 0px;
}

.titlerow img {
  position: relative;
  top: -50px;
  max-width: 800px;
}

.goodrow {
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 0px;
  border-radius: 60px;
  width: 100%;
  margin: auto;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .goodrow {
    width: 100%;
    margin: auto;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .goodrow {
    width: 930px;
    margin: auto;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .goodrow {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  .goodrow {
    width: 100%;
  }
}

.goodrow.productwrapper {
  overflow: auto;
}

.onsalesection {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023buyjp_1201event/images/desk_bg.png?version=1") #FFCA79;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.onsalesection .goodrow {
  padding-top: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  padding-right: 120px;
  padding-left: 120px;
  margin-bottom: 50px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .onsalesection .goodrow {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .onsalesection .goodrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .onsalesection .goodrow {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .onsalesection .goodrow {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}

@media all and (max-width: 575px) {
  .onsalesection .goodrow {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}

.sectionhead {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.sectionhead img {
  max-height: 88px;
  width: auto;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionhead img {
    margin-bottom: 0px;
    width: 100%;
    max-height: auto;
  }
}

@media all and (max-width: 575px) {
  .sectionhead img {
    margin-bottom: 0px;
    width: 100%;
    max-height: auto;
  }
}

h2.sectiontitle {
  color: #000;
  text-align: center;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding-bottom: 6px;
}

@media all and (max-width: 575px) {
  h2.sectiontitle {
    font-size: 36px;
  }
}

h2.sectiontitle.border1 {
  border-bottom: 8px solid #FF600E;
}

h2.sectiontitle.border2 {
  border-bottom: 8px solid #FFE60A;
}

h2.sectiontitle.border3 {
  border-bottom: 8px solid #AE9063;
}

h2.sectiontitle.border4 {
  border-bottom: 8px solid #0075FF;
}

h2.sectiontitle.border5 {
  border-bottom: 8px solid #D665FE;
}

.storeboxwrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (max-width: 575px) {
  .storeboxwrapper {
    width: 95%;
    margin: auto;
  }
}

.storebox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  width: 49%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .storebox {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .storebox {
    width: 100%;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media all and (max-width: 575px) {
  .storebox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}

.storebox .storetitle {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .storebox .storetitle {
    padding-bottom: 0px;
  }
}

@media all and (max-width: 575px) {
  .storebox .storetitle {
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
    text-align: center;
  }
}

.storebox .storetitle .storelogo {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 575px) {
  .storebox .storetitle .storelogo {
    margin-right: 0px;
    justify-content: center;
  }
}

.storebox .storetitle .storeinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.storebox .storetitle .storeinfo h2 {
  color: #000;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.storebox .storetitle .storeinfo h3 {
  color: #000;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.storebox .storetitle .storeinfo p {
  color: #000;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.storebox .storelist ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.storebox .storelist ul li {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  flex-basis: 49%;
  transition: 0.3s;
  width: 49%;
}

.storebox .storelist ul li:hover {
  transform: scale(1.03);
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li.btnarea {
    flex-basis: 100%;
    margin-bottom: 7px;
  }
}

.storebox .storelist ul li a {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.storebox .storelist ul li .btn {
  border-radius: 4px;
  border: 1px solid #787878;
  background: #FFF;
  color: #787878;
  text-align: center;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: 0.3s;
}

.storebox .storelist ul li .btn:hover {
  background: #202020;
  color: #ffffff;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .btn {
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .btn {
    width: 90%;
    margin: auto;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.storebox .storelist ul li .btn img {
  margin-left: 5px;
}

.storebox .storelist ul li .listimage {
  position: relative;
  overflow: hidden;
}

.storebox .storelist ul li .listimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.storebox .storelist ul li .listimage .listlabel {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  background: rgba(255, 6, 6, 0.9);
  color: #FFF;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.storebox .storelist ul li .listimage .listlabel:empty {
  display: none;
}

.storebox .storelist ul li .listinfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .storebox .storelist ul li .listinfo {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .listinfo {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .listinfo {
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

.storebox .storelist ul li .listinfo .listbrand {
  color: #000;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.storebox .storelist ul li .listinfo .listname {
  color: #000;
  min-height: 50px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .storebox .storelist ul li .listinfo .listname {
    min-height: auto;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .listinfo .listname {
    font-size: 15px;
    line-height: 18px;
    min-height: auto;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .listinfo .listname {
    font-size: 15px;
    min-height: auto;
    line-height: 18px;
  }
}

.storebox .storelist ul li .listprice {
  color: #F00;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  line-height: 1;
  margin-top: auto;
  align-items: baseline;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .listprice {
    display: flex;
    line-height: 1;
    margin-top: auto;
    font-size: 18px;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .listprice {
    display: flex;
    line-height: 1;
    margin-top: auto;
    font-size: 18px;
  }
}

.storebox .storelist ul li .listprice span {
  color: #000;
  margin-right: 3px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .listprice span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .listprice span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.storebox .storelist ul li .listprice span.jpprice {
  color: #7E7E7E;
  text-align: right;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 5px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .storebox .storelist ul li .listprice span.jpprice {
    font-size: 12px;
    margin-left: 4px;
    display: block;
    text-align: left;
  }
}

@media all and (max-width: 575px) {
  .storebox .storelist ul li .listprice span.jpprice {
    font-size: 12px;
    margin-left: 4px;
    display: block;
    text-align: left;
  }
}

.sectionqna {
  background-color: #ED3552;
  position: relative;
  padding-bottom: 60px;
  padding-top: 40px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .sectionqna {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.sectionqna .qnatitle {
  font-size: 40px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  color: #000000;
  margin-bottom: 30px;
}

.sectionqna h2.sectiontitle {
  color: #000000;
  margin-bottom: 30px;
}

.sectionqna ul.nav-tabs {
  margin: 0px auto;
  justify-content: center;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 0px;
  box-shadow: none;
  margin-bottom: -1px;
  margin-top: 20px;
  width: auto;
  border-radius: 0px;
  background: rgba(255, 238, 147, 0.9);
  justify-content: start;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .sectionqna ul.nav-tabs {
    width: 90%;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs {
    width: 95%;
    justify-content: start;
    padding: 0;
    background: transparent;
  }

  .sectionqna ul.nav-tabs li {
    flex: auto;
    flex-basis: 49%;
    margin-bottom: 7px !important;
  }
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs {
    width: 95%;
    justify-content: start;
    padding: 0;
    background: transparent;
  }

  .sectionqna ul.nav-tabs li {
    flex: auto;
    flex-basis: 49%;
    margin-bottom: 7px !important;
  }
}

.sectionqna ul.nav-tabs li {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  text-indent: 0;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  width: auto;
  line-height: 28px;
  border-right: 1px solid #000;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs li {
    border-right: none;
  }
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs li {
    border-right: none;
  }
}

.sectionqna ul.nav-tabs li:last-child {
  border-right: 0px;
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs li:first-child {
    flex-basis: 100%;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs li:first-child {
    flex-basis: 100%;
  }
}

.sectionqna ul.nav-tabs li .nav-link {
  border: 0px;
  width: 100%;
  color: #ED3552;
  box-shadow: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  border-radius: 0;
  background: transparent;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs li .nav-link {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    background: transparent;
    border: 2px solid #FFFFFF;
  }
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs li .nav-link {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    background: transparent;
    border: 2px solid #FFFFFF;
  }
}

.sectionqna ul.nav-tabs li .nav-link.active {
  color: #000;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs li .nav-link.active {
    background: #FFEE93;
    color: #000;
    border: 2px solid #FFEE93;
  }
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs li .nav-link.active {
    background: #FFEE93;
    color: #000;
    border: 2px solid #FFEE93;
  }
}

.sectionqna .qnaarea {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  border-radius: 0px;
  color: #000000;
  margin-top: 0px;
  padding: 20px 50px;
  border-radius: 0px 0px 16px 16px;
  background: #ffffff;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna .qnaarea {
    padding: 15px 20px;
    width: 95%;
    margin: 0px auto;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .sectionqna .qnaarea {
    width: 90%;
    margin: auto;
  }
}

@media all and (max-width: 575px) {
  .sectionqna .qnaarea {
    padding: 15px 20px;
    width: 95%;
    margin: 0px auto;
  }
}

.sectionqna .qnaarea h1 {
  font-weight: bolder;
  font-size: 22px;
}

.sectionqna .qnaarea h2 {
  font-weight: bolder;
  margin: 20px 0px;
  line-height: 20px;
  font-size: 18px;
}

.sectionqna .qnaarea p {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}

.sectionqna .qnaarea ul {
  margin: 10px 0px;
  margin-left: 35px;
}

.sectionqna .qnaarea ul li {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
  text-indent: -20px;
}

.pricearea {
  flex-direction: column;
  align-items: baseline;
  justify-content: start;
  padding: 0px 10px;
}

.pricearea .oriprice {
  color: #BFBFBF;
  font-size: 14px;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  margin-bottom: 5px;
}

.pricearea .price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  padding-left: 0px;
  padding-right: 0px;
  color: #f00;
  font-size: 22px;
  font-family: 'Inter', 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .pricearea .price {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .pricearea .price {
    font-size: 18px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .pricearea .price {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media all and (max-width: 575px) {
  .pricearea .price {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.pricearea .price span {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.pricearea .price .pricego img {
  width: 50px;
  vertical-align: bottom;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .pricearea .price .pricego img {
    width: 40px;
    margin-top: 5px;
    margin-left: auto;
  }
}

@media all and (max-width: 575px) {
  .pricearea .price .pricego img {
    width: 40px;
    margin-top: 5px;
    margin-left: auto;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .pricearea .price .pricego img {
    width: 40px;
    margin-top: 5px;
    margin-left: auto;
  }
}

.pricearea .price .pricego del {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  margin-bottom: 5px;
  color: #696A6A;
  display: block;
}

.morebtn {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 125%;
  /* identical to box height, or 35px */
  text-decoration: none;
  padding: 5px 90px;
  color: #FFFFFF;
  display: inline-flex;
  margin-top: 15px;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .morebtn {
    margin-top: 0px;
  }
}

@media all and (max-width: 575px) {
  .morebtn {
    margin-top: 0px;
  }
}

.morebtn:hover {
  color: #0067B4;
  background: #ffffff;
}

.countdowntext {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: #000000;
  font-size: 24px;
  margin-bottom: 20px;
}

.countdowntext img {
  margin-right: 5px;
  margin-left: 5px;
}

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