@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.real-header {
  padding: 10px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

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

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

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

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

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

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

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

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

header.real-header .menubtn {
  width: auto;
  max-width: 200px;
}

header.real-header .menubtn a.dropdown-toggle {
  color: #000;
}

header.real-header .menubtn a.dropdown-item {
  padding: 10px 20px;
}

header.real-header .menubtn .dropdown-menu.show {
  top: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bannerareapc {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bpnavi/images/mainbg.jpg?version=1");
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  padding-top: 100px;
  padding-bottom: 220px;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.bannerareapc .mv__slider {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  display: flex;
}

.bannerareapc .mv__slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-animation: mv-scroll 30s linear infinite;
  animation: mv-scroll 30s linear infinite;
}

.bannerareapc .mv__slider ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.bannerareapc .mv__slider li {
  transition: .3s;
  position: relative;
  width: 200px;
  min-width: 200px;
  margin: 0 5px;
}
.bannerareapc .mv__slider .image{

}
.bannerareapc .mv__slider .imagebox{
  background: none;
}
.bannerareapc .mv__slider .imagename{
  position: absolute;
  /* bottom: 0px; */white-space: nowrap;
  background: #b70000;
  color: #fff;
  font-size: 12px;
  width: 80%;
  padding: 5px 0px;
  bottom: 10px;
  border-radius: 10px;
  margin: 0px auto;
  left: 0;
  right: 0;
  font-weight: normal;
  line-height: 14px;height: auto;
  display: none;
}
.bannerareapc .mv__slider li .showtag {
  position: absolute;
  /* bottom: 0px; */
  background: #b70000;
  color: #fff;
  font-size: 12px;
  width: 80%;
  padding: 5px 0px;
  bottom: 10px;
  border-radius: 10px;
  margin: 0px auto;
  left: 0;
  right: 0;
  font-weight: normal;
  line-height: 14px;
  display: none;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .bannerareapc .mv__slider li .showtag {
    display: block;
  }
  .bannerareapc .mv__slider .imagename{
    display: block;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc .mv__slider li .showtag {
    display: block;
  }
  .bannerareapc .mv__slider .imagename{
    display: block;
  }
}

.bannerareapc .mv__slider li:hover {
  margin-right: 22px;
  margin-left: 22px;
  -webkit-transform: scale(1.2) translateY(-10%);
  transform: scale(1.2) translateY(-10%);
}

.bannerareapc .mv__slider li:hover .showtag {
  display: block;
}
.bannerareapc .mv__slider li:hover .imagename {
  display: block;
}
.bannerareapc h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2;
  margin: 10px 0px;
  padding: 0;
}

.bannerareapc h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.25px;
  color: #000000;
  margin: 15px 0px 25px 0px;
  padding: 0;
}

.bannerareapc p {
  font-size: 15px;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 500;
  line-height: 23px;
}

.bannerareapc .bannertext {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 20px;
}

@-webkit-keyframes mv-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-1530px);
    transform: translateX(-1530px);
  }
}

@keyframes mv-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-1530px);
    transform: translateX(-1530px);
  }
}

.bannerareaMobile {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/bpnavi/images/mainbg.jpg?version=1");
  position: relative;
  z-index: 5;
  line-height: 1;
  margin: 0;
  padding: 20px 0px 0px 0px;
}

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

.bannerareaMobile h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.25px;
  color: #000000;
  margin: 15px 0px 10px 0px;
  padding: 0;
}

.bannerareaMobile p {
  font-size: 15px;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
}

.bannerareaMobile .bannertext {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
}

h2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.25px;
  color: #3f3f3f;
  margin: 20px 0px;
  line-height: 1;
}

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

h3 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  color: #3f3f3f;
  margin: 20px 0px;
  line-height: 1;
}

section {
  padding: 10px 0px;
  background: #f7f7f7;
}

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

section ul li.imagecol {
  padding: 10px;
}

@media all and (max-width: 575px) {
  section ul li.imagecol {
    padding: 8px;
  }
}

section ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
}

section ul li a:hover {
  text-decoration: none;
  color: #000000;
}

section ol li {
  font-size: 20px;
  font-weight: normal;
  text-indent: -20px;
  margin-left: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}

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

section.navarea .col {
  padding: 0px 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section.navarea .col {
    padding: 5px;
  }
}

@media all and (max-width: 575px) {
  section.navarea .col {
    padding: 0px;
    border-bottom: 1px solid #ffffff;
    flex-basis: 20%;
    position: relative;
  }

  section.navarea .col:after {
    height: 100%;
    width: 1px;
    content: '';
    background: #ffffff;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

section.navarea .navbtn {
  border-radius: 35px;
  background: linear-gradient(to bottom, #447fda, #2149b4);
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media all and (max-width: 575px) {
  section.navarea .navbtn {
    border-radius: 0px;
    background: #005aff;
    text-shadow: 0px 0px 5px #055979;
    letter-spacing: 0px;
  }
}

section.navarea .is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.3s;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #bfeaff;
  margin: 0px auto;
}

@media all and (max-width: 575px) {
  section.navarea .is-sticky {
    padding: 0px;
  }
}

section.secondbg {
  background: #ffffff;
}

section .image {
  border-radius: 4px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

section .image:hover {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section .image:hover {
    transform: none;
  }
}

@media all and (max-width: 575px) {
  section .image:hover {
    transform: none;
  }
}

section .image .imagebox {
  background: #ffffff;
}

section .image .imagename {
  background: #ffffff;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media all and (max-width: 575px) {
  section .image .imagename {
    height: 40px;
  }
}

section .infobox {
  border-radius: 10px;
  background-color: rgba(255, 209, 150, 0.5);
  padding: 30px 30px;
  border-radius: 20px;
}

section .infobox:first-child {
  box-shadow: inset 0 0 0px 10px #f7f7f7;
}

section .infobox:last-child {
  box-shadow: inset 0 0 0px 10px #f7f7f7;
}


.leftarrow.swiper-prev, .rightarrow.swiper-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftarrow.swiper-prev {
    left: 0;
}
.rightarrow.swiper-next {
    right: 0;
}
.leftarrow.swiper-prev img, .rightarrow.swiper-next img {
    width: 30px;
}
.mySwiper {
  background: #fff;
}
.fixbtm{
  position: fixed;right: 20px;bottom: 20px;z-index: 9;
}
.fixbtm img{
  width: 135px;
}
@media all and (min-width: 768px) and (max-width: 991.98px) {
  .fixbtm{
  bottom: 60px;
  right: 0px;
  }
 .fixbtm img{
      width: 95px;
 }
}
@media all and (min-width: 576px) and (max-width: 767.98px) {
  .fixbtm{
   bottom: 60px;
   right: 0px;
   }
  .fixbtm img{
       width:85px;
  }
}

@media all and (max-width: 575px) {
  .fixbtm{
  bottom: 60px;
  right: 0px;
  }
 .fixbtm img{
      width: 75px;
 }
}
