@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: #ffffff;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

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

.scroll_nav .menu {
  width: 100%;
}

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

.scroll_nav #menu-center a {
  color: #000;
  text-decoration: none;
}

.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: #000;
  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: #000;
  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: #be0008;
  background-position: center top;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  overflow: hidden;
  color: #ffffff;
  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;
  }
}

.bannerareapc .adarea {
  width: 1040px;
  margin: auto;
  margin-top: 40px;
  position: relative;
}

.bannerareapc .adarea:before {
  position: absolute;
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ple_01.png?version=1");
  width: 140px;
  height: 160px;
  top: -136px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .adarea:before {
    width: 130px;
    height: 123px;
    top: -105px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea:before {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea:before {
    display: none;
  }
}

.bannerareapc .adarea:after {
  position: absolute;
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ple_02.png?version=1");
  width: 167px;
  height: 206px;
  top: -145px;
  right: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .adarea:after {
    width: 125px;
    height: 128px;
    top: -105px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea:after {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea:after {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .adarea {
    width: 720px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .adarea {
    width: 930px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea {
    width: 95%;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea {
    width: 95%;
  }
}

.bannerareapc .adarea ul {
  margin: -2px;
  padding-left: 0;
  list-style: none;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul {
    justify-content: center;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul {
    justify-content: center;
  }
}

.bannerareapc .adarea ul li {
  flex-basis: 35%;
  position: relative;
  height: 196px;
  display: flex;
}

.bannerareapc .adarea ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}

.bannerareapc .adarea ul li:before {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 9;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li:before {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:before {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .adarea ul li {
    height: 140px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .adarea ul li {
    height: 177px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li {
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li {
    height: auto;
  }
}

.bannerareapc .adarea ul li:first-child {
  flex-basis: 30%;
  justify-content: start;
  padding-bottom: 7px;
  position: relative;
}

.bannerareapc .adarea ul li:first-child:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/tag_01.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
}

.bannerareapc .adarea ul li:first-child a {
  width: calc(100%);
  height: calc(200%);
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li:first-child {
    flex-basis: calc(100% / 3);
  }

  .bannerareapc .adarea ul li:first-child a {
    height: auto;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:first-child {
    flex-basis: calc(100% / 3);
  }

  .bannerareapc .adarea ul li:first-child a {
    height: auto;
  }
}

.bannerareapc .adarea ul li:nth-child(2) {
  align-items: flex-start;
}

.bannerareapc .adarea ul li:nth-child(2):before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/tag_02.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li:nth-child(2) {
    flex-basis: calc(100% / 3);
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:nth-child(2) {
    flex-basis: calc(100% / 3);
  }
}

.bannerareapc .adarea ul li:nth-child(3) {
  align-items: flex-start;
}

.bannerareapc .adarea ul li:nth-child(3):before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/tag_03.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li:nth-child(3) {
    flex-basis: calc(100% / 3);
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:nth-child(3) {
    flex-basis: calc(100% / 3);
  }
}

.bannerareapc .adarea ul li:nth-child(4) {
  margin-left: 30%;
  flex-basis: 100%;
  align-items: flex-end;
  position: relative;
}

.bannerareapc .adarea ul li:nth-child(4):before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/tag_04.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .bannerareapc .adarea ul li:nth-child(4) {
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
  }

  .bannerareapc .adarea ul li:nth-child(4) .giftfour {
    position: absolute;
    top: -20px;
    left: -10px;
    width: auto;
    height: 85px;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:nth-child(4) {
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
  }

  .bannerareapc .adarea ul li:nth-child(4) .giftfour {
    position: absolute;
    top: -20px;
    left: -6px;
    width: auto;
    height: 58px;
  }
}

.bannerareapc .adarea ul li:nth-child(5) {
  flex-basis: 100%;
  height: auto;
}

.bannerareapc .adarea ul li:nth-child(5):before {
  background: none;
}

@media all and (max-width: 575px) {
  .bannerareapc .adarea ul li:nth-child(5) {
    margin-left: auto;
    justify-content: center;
    margin-right: auto;
  }
}

.bannerareapc .headmain {
  align-items: center;
  margin: auto;
  justify-content: center;
  position: relative;
}

.bannerareapc .headleft {
  display: flex;
  flex-direction: column;
}

.bannerareapc .headright {
  width: 400px;
}

.bannerareapc .headright .next {
  position: absolute;
  z-index: 99999;
  top: 50%;
  right: 10px;
}

.bannerareapc .headright .prev {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 10px;
}

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

.headernav {
  background: #D64469;
  padding: 12px 0px;
  color: #ffffff;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  position: sticky;
  top: -1px;
  width: 100%;
  min-width: 1200px;
  z-index: 99999;
}

.headernav ul {
  display: flex;
  justify-content: center;
}

.headernav ul li {
  font-style: normal;
  font-weight: 400;
  border-radius: 10px;
  font-size: 22px;
  line-height: 34px;
  margin: 0px 10px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.headernav ul li:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  right: -10px;
}

.headernav ul li:last-child:after {
  display: none;
}

.headernav ul li a {
  text-decoration: none;
  color: inherit;
  padding: 10px;
}

.headernav ul li a:hover {
  text-decoration: underline;
}

.headerslide {
  position: relative;
  width: 95%;
}

.headerslide .next {
  position: absolute;
  right: -35px;
  height: 48px;
  width: 29px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/rightarrow.png?version=1") no-repeat;
  margin: auto;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.headerslide .prev {
  position: absolute;
  left: -35px;
  height: 48px;
  width: 29px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/leftarrow.png?version=1") no-repeat;
  margin: auto;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

.headerslide .slick-dots li {
  margin: 0 3px;
  background: transparent !important;
  box-shadow: none !important;
}

.headerslide .slick-dots li button:before {
  font-size: 20px;
  text-shadow: 1.04161px 1.04161px 2.08322px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  color: #ffffff;
}

.headerslide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #EE4123;
  text-shadow: 1.04161px 1.04161px 2.08322px rgba(0, 0, 0, 0.2);
}

.fixsidebar {
  display: block;
  position: fixed;
  right: 0px;
  top: 15%;
  margin: auto;
  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;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}

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

.fixsidebar ul.showlist li {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-top: 15px;
}

.fixsidebar ul.showlist li a {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

.fixsidebar ul.showlist li:last-child {
  padding-bottom: 15px;
}

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

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

.circle {
  position: absolute;
  width: 100%;
  top: 0px;
}

.wrap {
  width: 90%;
  height: 530px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .wrap {
    height: 485px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .wrap {
    height: 485px;
  }
}

.wrap_top,
.wrap_bottom {
  position: absolute;
  border-top: 4px solid #436665;
}

.wrap_left,
.wrap_right {
  height: 410px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .wrap_left,
  .wrap_right {
    height: 370px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .wrap_left,
  .wrap_right {
    height: 370px;
  }
}

.wrap_left {
  border-left: 4px solid #436665;
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.wrap_left:before {
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/icon.png?version=1");
  width: 133px;
  height: 425px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 30px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .wrap_left:before {
    background-size: contain;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .wrap_left:before {
    background-size: contain;
  }
}

.wrap_right {
  border-right: 4px solid #436665;
  position: absolute;
  right: -50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.wrap_right:before {
  content: '';
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/icon.png?version=1");
  width: 133px;
  height: 425px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: -155px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  .wrap_right:before {
    background-size: contain;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .wrap_right:before {
    background-size: contain;
  }
}

.wrap_top {
  left: 0px;
  top: 0px;
  width: 100%;
}

.wrap_top:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg?version=1");
  position: absolute;
  top: -4px;
  left: -50px;
}

.wrap_top:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg?version=1");
  transform: rotate(90deg);
  position: absolute;
  top: -4px;
  right: -50px;
}

.wrap_bottom {
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.wrap_bottom:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg?version=1");
  transform: rotate(270deg);
  position: absolute;
  bottom: 0px;
  left: -50px;
}

.wrap_bottom:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2022drug_0917event/images/header/frame01.svg?version=1");
  transform: rotate(180deg);
  position: absolute;
  bottom: 0px;
  right: -50px;
}

.mySwiper {
  overflow: visible !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: -25px !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 13px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 13px)) !important;
  background: #ffffff !important;
  opacity: 1 !important;
  border: 1px solid #000;
}

.swiper-pagination-bullet-active {
  background: #44403F !important;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 130px;
  }

  50% {
    top: 180px;
  }
}

body {
  background: #F4F4C9;
}

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

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

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

.phoneshow {
  display: none;
}

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

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

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

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

footer {
  overflow: hidden;
}

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

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

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

.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/2023Select_healthy_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/2023Select_healthy_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/2023Select_healthy_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/2023Select_healthy_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 .rowtitle img {
  height: 94.5px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section .rowtitle img {
    height: auto;
    width: 100%;
  }
}

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

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

section .rowtitle img.title2 {
  height: 141.5px;
}

section .rowtitle p {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-size: 24px;
  line-height: 33px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 55px;
  position: relative;
}

@media all and (max-width: 575px) {
  section .rowtitle p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section .rowtitle p span {
  position: relative;
  word-break: keep-all;
}

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

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: 0px;
  z-index: 3;
  margin-bottom: 0px;
}

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: visible;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/decorate_01.png?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/decorate_02.png?version=1") #F4F4C9;
  background-position: top left , bottom right;
  background-repeat: no-repeat;
  padding-top: 80px;
  background-size: 10%;
  padding-bottom: 70px;
}

@media all and (max-width: 575px) {
  section.section1 {
    padding-bottom: 0px;
    background: #f4f4c9;
  }
}

section.section1 .goodrow.border-row {
  border-radius: 16px;
  border: 3px solid #C60000;
  background: #FFECAD;
}

@media all and (max-width: 575px) {
  section.section1 .goodrow.border-row {
    border: 0px;
    background: none;
  }
}

section.section1 .goodrow.border-row .border-title {
  text-align: center;
  position: relative;
}

@media all and (max-width: 575px) {
  section.section1 .goodrow.border-row .border-title:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #c60000;
    top: -20px;
    left: 0;
    z-index: -1;
    margin: auto;
  }
}

section.section1 .goodrow.border-row .border-title img {
  position: relative;
  margin-top: -40px;
  height: 75.5px;
}

@media all and (max-width: 575px) {
  section.section1 .goodrow.border-row .border-title img {
    height: 40px;
    margin-bottom: 10px;
    background: #f4f4c9;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.section1 .goodrow.border-row .copyticket {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media all and (max-width: 575px) {
  section.section1 .goodrow.border-row .copyticket {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

section.section1 .goodrow.border-row .col-4 img {
  transition: 0.2s;
  cursor: pointer;
}

section.section1 .goodrow.border-row .col-4 img:hover {
  transform: scale(1.03);
}

@media all and (max-width: 575px) {
  section.section1 .goodrow.border-row .col-4 {
    padding: 0px;
  }
}

section.section1 .imgareas {
  height: auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}

@media all and (min-width: 1200px) and (max-width: 1439.98px) {
  section.section1 .imgareas {
    height: auto;
    margin-bottom: 5px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  section.section1 .imgareas {
    height: auto;
  }
}

section.section1 .imgareas img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: 0.2s;
}

section.section1 .imgareas img:hover {
  transform: scale(1.03);
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section.section1 .imgareas {
    height: auto;
    margin-bottom: 0px;
  }

  section.section1 .imgareas img {
    height: auto;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.section1 .imgareas {
    height: auto;
    margin-bottom: 0px;
  }

  section.section1 .imgareas img {
    height: auto;
  }
}

@media all and (max-width: 575px) {
  section.section1 .imgareas {
    height: auto;
    margin-bottom: 0px;
  }

  section.section1 .imgareas img {
    height: auto;
    filter: drop-shadow(1px 2px 3px #999);
    margin-bottom: 10px;
  }

  section.section1 .imgareas img:hover {
    transform: none;
  }
}

section.section2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FFE5A5;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

section.section2 .titlerow {
  background: none;
}

section.section2 .rowtitle p {
  margin-bottom: 30px;
}

section.section3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/pattern.png?version=1") #fff;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

section.section3 .titlerow {
  background: #E0F280;
  height: 120px;
}

section.section3 .titlerow img {
  top: -80px;
}

section.section3 .goodrow ul.benefitwrapper {
  margin-top: 30px;
}

section.section3 .goodrow ul.benefitwrapper li {
  border-radius: 11.775px;
  border: 1.962px solid #292E49;
  background: #FFF;
  overflow: visible;
}

section.section3 .goodrow ul.benefitwrapper li .label {
  border-radius: 9.812px;
  background: #292E49;
  position: relative;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  width: 133px;
  font-size: 23.5px;
  top: -15px;
}

section.section4 {
  position: relative;
  z-index: 1;
  background: #FFEDD1;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

section.section4 .goodrow {
  position: relative;
}

section.section4 .goodrow:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 270px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/decorate_03.png?version=1");
  background-repeat: no-repeat;
  left: -290px;
  top: 110px;
  background-position: center left;
  z-index: -1;
}

@media all and (max-width: 575px) {
  section.section4 .goodrow:before {
    display: none;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.section4 .goodrow:before {
    display: none;
  }
}

section.section4 .goodrow:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 270px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/decorate_03.png?version=1");
  background-repeat: no-repeat;
  right: -290px;
  top: 110px;
  background-position: center right;
  z-index: -1;
}

@media all and (max-width: 575px) {
  section.section4 .goodrow:after {
    display: none;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section.section4 .goodrow:after {
    display: none;
  }
}

section.section4 .goodrow.border-row {
  margin-top: 40px;
  border-radius: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #5D873F;
  background: #5D873F;
}

section.section4 .goodrow.border-row .border-title {
  text-align: center;
}

section.section4 .goodrow.border-row .border-title img {
  position: relative;
  margin-top: -60px;
  height: 82.5px;
}

section.section4 .goodrow.border-row ul.benefitwrapper {
  margin-top: 15px;
}

@media all and (max-width: 575px) {
  section.section4 .goodrow.border-row ul.benefitwrapper li {
    margin-bottom: 10px;
  }
}

section.sectionhead {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  padding-top: 50px;
  background-color: #154735;
}

section.sectionhead .container {
  position: relative;
}

section.sectionhead .container .cpicarea {
  z-index: -1;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}

section.sectionhead .container .cpicarea .c1 {
  position: absolute;
  left: -45px;
  top: 0px;
  width: 190px;
}

section.sectionhead .container .cpicarea .c2 {
  position: absolute;
  bottom: 35px;
  left: -50px;
  width: 189px;
}

section.sectionhead .container .cpicarea .c3 {
  position: absolute;
  top: 27px;
  right: -90px;
  width: 100px;
}

section.sectionhead .container .cpicarea .c4 {
  position: absolute;
  top: 287px;
  right: -17px;
  width: 170px;
}

section.sectionhead .container .cpicarea .c5 {
  position: absolute;
  bottom: 50px;
  right: -18px;
  width: 120px;
}

section.sectionhead .titlerow {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

section.sectionhead .titlerow img {
  top: 0;
}

section.applycoupon {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/mainbg2.jpg?version=1");
  background-position: center top;
  padding-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

section.applycoupon .titlerow {
  background: transparent;
  top: 0;
  margin-top: 10px;
}

section.applycoupon .titlerow img {
  position: relative;
  top: 0;
  max-width: 100%;
}

section.applycoupon .couponbox {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 40px;
}

section.applycoupon .couponbox .box {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin: 10px;
  padding: 65px 0px 15px 0px;
  background: #FFFFE9;
  box-shadow: 0px 0px 0px 3px #ab9234 inset;
  position: relative;
  z-index: 0;
}

section.applycoupon .couponbox .box .boxtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  width: 250px;
}

section.applycoupon .couponbox .box .top {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ct1.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ct4.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ct2.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/ct3.svg?version=1");
  background-position: top left, top right, bottom left, bottom right;
  background-repeat: no-repeat;
}

section.applycoupon .couponbox .box img {
  padding: 0px 0px 0px 0px;
  max-width: 340px;
}

section.applycoupon .couponbox .box img.style1 {
  filter: drop-shadow(0px 8px 0px #cb0e68);
  position: relative;
  top: -8px;
}

section.applycoupon .couponbox .box img.style1:active {
  top: -4px;
  filter: unset;
  filter: drop-shadow(0px 4px 0px #cb0e68);
}

section.applycoupon .couponbox .box img.style2 {
  filter: drop-shadow(0px 8px 0px #005d62);
  position: relative;
  top: -8px;
}

section.applycoupon .couponbox .box img.style2:active {
  top: -4px;
  filter: unset;
  filter: drop-shadow(0px 4px 0px #005d62);
}

section.applycoupon .couponbox .box li {
  text-align: center;
  margin: 5px;
}

section.applycoupon .couponbox .box.box1 {
  width: 80%;
}

section.applycoupon .couponbox .box.box1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
}

section.applycoupon .couponbox .box.box2 {
  width: 40%;
}

section.recommend {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_1201event/images/qa.jpg?version=1");
  padding: 150px 0px;
}

section.recommend h1 {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  color: #8C5924;
}

section.recommend p {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  width: 560px;
  margin: 66px auto 30px auto;
}

section.recommend p span {
  z-index: 1;
  position: relative;
}

section.recommend p span:after {
  z-index: -1;
  height: 19px;
  width: 100%;
  content: '';
  position: absolute;
  background: #FFE660;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
}

section.recommend .recommendbtn {
  color: #ffffff;
  background: #FA2E9B;
  font-size: 32px;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-decoration: none;
  padding: 9px 43px;
  line-height: 1;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 38px;
  letter-spacing: 0px;
  transition: 0.1s;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  display: inline-flex;
}

section.recommend .recommendbtn:hover {
  background: #ff63b6;
}

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

@media all and (max-width: 575px) {
  section ul.keywordarea {
    overflow: auto;
    justify-content: start;
  }
}

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

@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: 18px;
    display: flex;
    line-height: 23px;
    padding: 12px 10px 9px 10px;
  }
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  section ul.keywordarea li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

@media all and (max-width: 575px) {
  section ul.keywordarea li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}

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

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

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: #ffffff;
  color: #F76B1E;
  border-bottom: 3px solid #F76B1E;
}

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

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 40px;
  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 li {
  background: #ffffff;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s;
  text-align: left;
  width: calc(96%/4);
  border-radius: 11px 11px 11px 11px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  margin-bottom: 2%;
  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%;
    margin-bottom: 20px;
  }
}

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, 130%;
  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/2023Select_healthy_1201event/images/saleoutlogo.png?version=1"), rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140px;
  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/2023Select_healthy_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: 225px;
  padding: 0px;
}

@media all and (max-width: 575px) {
  section ul.benefitwrapper li .info .goodimg {
    height: 170px;
  }
}

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

section ul.benefitwrapper li .info .label {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 0px 0px 0px 0px;
  height: 35px;
  line-height: 35px;
  background: #F76B1E;
  z-index: 99;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  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: 21px;
  line-height: 24px;
  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;
  }
}

.lookforward {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  position: relative;
  top: 20px;
  transition: 0.3s;
}

.adbanner img {
  transition: 0.3s;
}

.adbanner img:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 10px #9a9a9a;
}

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

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

.goodrow {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius: 60px;
  width: 90%;
  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: 95%;
  }
}

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

.goodrow.productwrapper {
  overflow: auto;
}

.onsalesection {
  background: #BDE1FF;
  padding-top: 45px;
  padding-bottom: 45px;
}

.sectionheadtitle {
  width: 100%;
  text-align: center;
  margin: auto;
}

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

.sectionheadtitle img {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

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

@media all and (max-width: 575px) {
  .sectionheadtitle img {
    margin-bottom: 0px;
  }
}

.sectionqna {
  background-color: #F4F4F4;
  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: 50px;
    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: 80%;
}

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

  .sectionqna ul.nav-tabs li {
    flex: auto;
    flex-basis: 49%;
  }
}

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

  .sectionqna ul.nav-tabs li {
    flex: auto;
    flex-basis: 49%;
  }
}

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

.sectionqna ul.nav-tabs li .nav-link {
  padding: 10px 10px;
  border: 0px;
  width: 100%;
  color: #000;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 500;
  font-size: 15px;
  background: #F4F4F4;
}

@media all and (min-width: 576px) and (max-width: 767.98px) {
  .sectionqna ul.nav-tabs li .nav-link {
    padding: 5px 0px;
  }
}

@media all and (max-width: 575px) {
  .sectionqna ul.nav-tabs li .nav-link {
    padding: 5px 0px;
  }
}

.sectionqna ul.nav-tabs li .nav-link.item1 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item2 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item3 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item4 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item5 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item6 {
  border: 2px solid #000;
}

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

.sectionqna ul.nav-tabs li .nav-link.item7 {
  border: 2px solid #000;
}

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

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

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

@media all and (max-width: 575px) {
  .sectionqna .qnaarea {
    padding: 15px 20px;
    width: 93%;
    margin: 10px 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;
}

.sectionqna .qnaarea ul li img {
  max-width: 100%;
}

.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: 23px;
  font-family: 'Inter', 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
}

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

@media all and (max-width: 575px) {
  .pricearea .price {
    font-size: 20px;
  }
}

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

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

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

.morebtn {
  border-radius: 12px;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 125%;
  text-decoration: none;
  padding: 5px 90px;
  color: #FFFFFF;
  display: inline-flex;
  margin-top: 15px;
  border-radius: 5px;
  border: 2px solid #FFF;
  background: #21B9D6;
}

@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: #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 */