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

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

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

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: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/mainbg.jpg?version=1") #FFEDE1;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -1px;
  color: #ffffff;
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 2;
  height: 500px;
}

.bannerareapc .slider {
  position: relative;
  background-repeat: no-repeat;
  height: 500px;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
}

.bannerareapc .slider .mySwiper {
  top: 50px;
}

.bannerareapc .slider .mySwiper .swiper-slide img {
  height: 386px;
}

.bannerareapc .maintitle {
  width: 610px;
}

.bannerareapc .headmain {
  min-width: 1200px !important;
  margin: auto;
  justify-content: center;
}

.bannerareapc .headmain:before {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/ball.png?version=1");
  width: 260px;
  height: 483px;
  content: '';
  position: absolute;
  left: 0px;
  animation: MoveUpDown 6s linear infinite;
}

.bannerareapc .headmain:after {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/ball2.png?version=1");
  width: 260px;
  height: 483px;
  content: '';
  position: absolute;
  right: 0px;
  animation: MoveUpDown 6s linear infinite;
}

.bannerareapc .headleft {
  margin-top: 30px;
}

.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 .gototop {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

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

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

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

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

.fixsidebar ul.showlist li a:hover {
  background: #B30610;
  color: #faeac5;
}

.fixsidebar ul.showlist li:last-child {
  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 li:first-child {
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 70px 70px 0px 0px;
  background-color: #E21B2F;
}

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

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

footer {
  overflow: hidden;
}

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

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

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

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

.headbtn {
  background: #FFEDE1;
  padding-bottom: 30px;
}

.headbtn ul.headbtnul {
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.headbtn ul.headbtnul li {
  display: flex;
  align-items: center;
}

.headbtn ul.headbtnul li:first-child {
  flex-basis: 28%;
}

.headbtn ul.headbtnul li:nth-child(2) {
  flex-basis: 44%;
}

.headbtn ul.headbtnul li:last-child {
  flex-basis: 28%;
  position: relative;
}

.headbtn ul.headbtnul li:last-child:after {
  content: '';
  width: 92px;
  height: 85px;
  position: absolute;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/headlabel.png?version=1");
  top: -38px;
  right: -46px;
  background-size: contain;
}

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

section .sectiontitle h1 {
  padding-left: 10px;
  background: #FAFAFA;
  padding-right: 10px;
}

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: #184C46;
  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/2023Select_healthy_0601event/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/2023Select_healthy_0601event/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: #184C46;
  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.section2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #FDF8E2;
  background-repeat: no-repeat;
}

section.section2 .titlerow {
  background: none;
}

section.section2 .goodrow {
  background: none;
}

section.section3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F5EFD9;
}

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

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

section.section3 .goodrow {
  background: #E0F280;
}

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_0601event/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_0601event/images/ct1.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/ct4.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/images/ct2.svg?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/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 .btext {
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  color: #000000;
}

section.recommend {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023Select_healthy_0601event/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: space-evenly;
  padding-bottom: 20px;
  width: 820px;
  margin: auto;
}

section ul.keywordarea li {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體";
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 9px 19px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #AFAA43;
  color: #AFAA43;
  border-radius: 70px;
  margin-right: 10px;
}

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

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

section ul.keywordarea li.active {
  background: #AFAA43;
  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 40px;
  justify-content: center;
}

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

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

section ul.benefitwrapper.keyword-buy li.todaysale .label {
  background: #afaa43 !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.fivecol li {
  width: calc(93%/5);
  overflow: visible;
  border-radius: 0;
  margin: 0.5%;
  border: 0;
}

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

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

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

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

section ul.benefitwrapper.fivecol 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.fivecol 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.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: #D10000;
  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);
  margin: 0.5%;
}

section ul.benefitwrapper li {
  background: #ffffff;
  border: 2px solid #184C46;
  position: relative;
  padding-bottom: 15px;
  transition: 0.3s;
  text-align: left;
  width: 20%;
  border-radius: 0px 24px 0px 24px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  overflow: hidden;
}

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 center, left bottom;
  background-size: 185px, 120%;
  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_0401event/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_0601event/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: 340px;
  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: relative;
  top: 0px;
  right: 0px;
  padding: 0px 0px 0px 0px;
  height: 35px;
  line-height: 35px;
  background: #184C46;
  z-index: 99;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: #FFFFFF;
}

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: 700;
  margin: 5px 0px;
  padding-left: 10px;
  padding-right: 10px;
}

section ul.benefitwrapper li .pricearea {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px 10px;
}

section ul.benefitwrapper li .pricearea .price {
  padding-left: 0px;
  padding-right: 0px;
  color: #f00;
  font-size: 23px;
  font-family: 'Inter' , 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
}

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

section ul.benefitwrapper li .pricearea .oriprice {
  color: #696A6A;
  font-size: 13px;
  padding-right: 0px;
  text-decoration: line-through;
}

section ul.benefitwrapper li .pricearea .oriprice img {
  width: 50px;
}

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

.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;
  background: #ffffff;
  border-radius: 60px;
  width: 90%;
  margin: auto;
}

.goodrow.productwrapper {
  overflow: auto;
}

.onsalesection {
  background: #DFE6E5;
  padding-top: 70px;
  padding-bottom: 30px;
}

.sectionheadtitle {
  width: 760px;
  text-align: center;
  margin: auto;
  height: 100px;
  position: relative;
  top: -65px;
}

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

.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: 60%;
}

.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: #000000;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 500;
  font-size: 15px;
  background: #F4F4F4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sectionqna ul.nav-tabs li .nav-link.item7.active {
  background: #000000;
  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;
}

.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: 600px;
}

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