@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700,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;
}

body {
  font-family: Microsoft JhengHei !important;
}

img {
  height: auto;
  width: auto;
}

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

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

.hide {
  display: none;
}

@media all and (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .container {
    max-width: 1440px !important;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 1100px !important;
  }
}

.outlinebtn {
  color: #ffffff;
  font-size: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 5px 15px;
}

.outlinebtn:hover {
  color: #ffffff;
}

.blackbtn {
  background: #000;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.8px;
  height: 44px;
  width: 220px;
  line-height: 44px;
  display: block;
  margin: 0px auto;
}

.blackbtn:hover {
  color: #ffffff;
}

.notopbd {
  border-top: none !important;
}

header .nav {
  height: 70px;
  width: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
}

header.mainblock {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/luxury-milan/images/mainbg.jpg?version=1") top center;
  background-size: cover;
  height: 450px;
  padding-bottom: 15px;
}

header.mainblock h1.maintitle {
  color: #ffffff;
  font-size: 3em;
  padding-bottom: 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock h1.maintitle {
    font-size: 2.8em;
  }
}

@media all and (max-width: 575px) {
  header.mainblock h1.maintitle {
    font-size: 2em;
  }
}

header.mainblock h1.maintitle span {
  font-size: 4em;
  font-weight: bold;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.mainblock h1.maintitle span {
    font-size: 3em;
  }
}

@media all and (max-width: 575px) {
  header.mainblock h1.maintitle span {
    font-size: 3.5em;
  }
}

header h4 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: "PT Serif Caption","Noto Sans TC",serif,"微軟正黑體";
}

@media all and (max-width: 575px) {
  header h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

header h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}

.s3table th {
  padding: 0 !important;
}

.s3table th.tabletop {
  font-size: 22px;
  font-weight: bold;
  color: #757575;
  vertical-align: bottom !important;
}

.s3table th.tabletop small {
  font-size: 60%;
  text-align: right;
  float: right;
}

.s3table td {
  position: relative;
}

.s3table td.tabletitle {
  font-size: 32px;
  font-weight: bold;
  height: 70px;
  vertical-align: top !important;
  padding: 0;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .s3table td.tabletitle {
    font-size: 28px;
    height: 50px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .s3table td.tabletitle {
    font-size: 25px;
    height: 40px;
  }
}

@media all and (max-width: 575px) {
  .s3table td.tabletitle {
    font-size: 1em;
    height: 45px;
  }
}

.s3table td.tablecontent {
  vertical-align: middle !important;
  text-align: center;
  height: 110px;
  padding-bottom: 20px;
  font-size: 45px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .s3table td.tablecontent {
    height: 110px;
    padding-bottom: 40px;
    font-size: 35px;
  }
}

@media all and (max-width: 575px) {
  .s3table td.tablecontent {
    font-size: 20px;
  }
}

.s3table td.tablecontent a {
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  text-align: center;
  margin: 0px auto;
  left: 0;
  right: 0;
  line-height: 20px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .s3table td.tablecontent a {
    bottom: 10px;
  }
}

@media all and (max-width: 575px) {
  .s3table td.tablecontent a {
    font-size: 16px;
    bottom: 10px;
  }
}

.s3table td.tableprice {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
  height: 70px;
  padding: 0;
  vertical-align: middle;
}

.s3table td.tableprice .under {
  position: relative;
  display: inline-block;
}

.s3table td.tableprice .under:after {
  width: 100%;
  height: 20px;
  background: #ffe414;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  z-index: -1;
}

section {
  position: relative;
}

section .w1 {
  width: 60%;
  height: 650px;
  position: absolute;
  top: 0px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  section .w1 {
    height: 600px;
  }
}

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

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section .w1 {
    position: relative;
    width: 100%;
    height: 500px;
  }
}

@media all and (max-width: 575px) {
  section .w1 {
    position: relative;
    width: 100%;
    height: 330px;
  }
}

section .w2 {
  width: 60%;
  height: 650px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  section .w2 {
    height: 600px;
  }
}

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

@media all and (min-width: 768px) and (max-width: 991.98px) {
  section .w2 {
    position: relative;
    width: 100%;
    height: 500px;
  }
}

@media all and (max-width: 575px) {
  section .w2 {
    position: relative;
    width: 100%;
    height: 330px;
  }
}

section .photobox {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectiontext1 {
  height: 660px;
  background: #000;
  position: relative;
  top: 20px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .sectiontext1 {
    height: 600px;
    top: 20px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .sectiontext1 {
    height: 500px;
    top: 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .sectiontext1 {
    background: #000000;
    height: auto;
    top: -50px;
  }
}

@media all and (max-width: 575px) {
  .sectiontext1 {
    background: #000000;
    height: auto;
    top: 0px;
  }
}

.sectiontext2 {
  background: #fff;
  position: relative;
  z-index: 3;
  height: 660px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .sectiontext2 {
    height: 600px;
  }
}

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

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .sectiontext2 {
    height: auto;
    background: #000000;
    height: auto;
    top: -50px;
  }
}

@media all and (max-width: 575px) {
  .sectiontext2 {
    height: auto;
    background: #000000;
    height: auto;
    top: 0px;
  }
}

.sectiontext5 {
  background: #fff;
  position: relative;
  z-index: 3;
}

.section1 {
  text-align: center;
}

.section1 .textbox {
  background: #fff;
  border: 6px solid #000;
  position: relative;
  top: 20px;
  left: -50px;
  padding: 40px 70px;
}

.section1 .textbox h3 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

.section1 .textbox ul {
  margin-bottom: 60px;
}

.section1 .textbox ul li {
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: 1.13px;
  text-align: left;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .section1 .textbox {
    top: 20px;
    padding: 30px 35px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section1 .textbox {
    top: 20px;
    padding: 35px 25px;
  }

  .section1 .textbox ul {
    margin-bottom: 40px;
  }

  .section1 .textbox ul li {
    font-size: 24px;
  }

  .section1 .textbox h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .section1 .textbox {
    top: 0px;
    left: 0px;
    top: -30px;
    padding: 40px 40px;
  }

  .section1 .textbox ul {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 575px) {
  .section1 .textbox {
    top: 0px;
    left: 0px;
    top: -30px;
    padding: 30px 30px;
  }

  .section1 .textbox h3 {
    font-size: 28px;
    text-align: center;
  }

  .section1 .textbox ul {
    margin-bottom: 20px;
  }

  .section1 .textbox ul li {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.section2 {
  text-align: center;
}

.section2 .textbox {
  background: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section2 .textbox h3 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .section2 .textbox h3 {
    font-size: 36px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section2 .textbox h3 {
    font-size: 30px;
  }
}

@media all and (max-width: 575px) {
  .section2 .textbox h3 {
    font-size: 32px;
  }

  .section2 .textbox h3 span {
    display: block;
    font-size: 20px;
    margin: 5px 0px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .section2 .textbox {
    top: auto;
    transform: none;
    padding: 30px 0px;
    top: -30px;
    background: #fff;
    border: 6px solid #000;
    position: relative;
    padding: 40px 70px;
  }
}

@media all and (max-width: 575px) {
  .section2 .textbox {
    top: auto;
    transform: none;
    padding: 30px 0px;
    top: -30px;
    background: #fff;
    border: 6px solid #000;
    position: relative;
    padding: 30px 30px;
  }
}

.section2 .textbox .s2subtext {
  padding: 20px 0px;
  margin: 30px 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section2 .textbox .s2subtext {
    margin: 10px 0px;
    padding: 10px 0px;
  }
}

@media all and (max-width: 575px) {
  .section2 .textbox .s2subtext {
    margin: 25px 0px;
    padding: 0px 0px;
  }
}

.section2 .textbox .s2subtext p {
  padding: 0;
  margin: 5px 0px;
  font-size: 30px;
  font-weight: bold;
}

.section2 .textbox .s2subtext small {
  font-size: 20px;
  margin: 5px 0px;
}

.section2 .textbox .s2subtext .s2subtextbox {
  border: 2px solid #000;
  margin: 0px 10%;
  font-size: 30px;
  letter-spacing: 1.13px;
  padding: 15px 0px;
}

.section2 .textbox .s2subtext .s2subtextbox span {
  color: #f00;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section2 .textbox .s2subtext .s2subtextbox {
    margin: 0px;
  }
}

@media all and (max-width: 575px) {
  .section2 .textbox .s2subtext .s2subtextbox {
    font-size: 21px;
    margin: 0px;
  }
}

.section3 .price {
  line-height: 46px;
}

.section3 .price img {
  height: 205px;
  padding: 10px 0px;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .section3 .price img {
    height: 155px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section3 .price img {
    height: 144px;
  }
}

@media all and (max-width: 575px) {
  .section3 .price img {
    height: 160px;
  }
}

.section3 .col-lg-1 {
  font-size: 45px;
  font-weight: bold;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .section3 .col-lg-1 {
    text-align: center;
  }

  .section3 .col-lg-1 span {
    font-size: 80px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: center;
  }
}

@media all and (max-width: 575px) {
  .section3 .col-lg-1 {
    text-align: center;
  }

  .section3 .col-lg-1 span {
    font-size: 60px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: center;
  }
}

.section4 p.label {
  background: #000;
  color: #ffffff;
  width: 80px;
  text-align: center;
  font-size: 20px;
  padding: 3px 5px;
  margin-bottom: 0px;
}

.section4 .stepimg {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 50px;
  margin: 0px auto;
  text-align: center;
}

@media all and (min-width: 1200px) and (max-width: 1599.98px) {
  .section4 .stepimg {
    top: 40px;
  }

  .section4 .stepimg img {
    width: 900px;
  }
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section4 .stepimg {
    top: 20px;
  }

  .section4 .stepimg img {
    width: 850px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .section4 .stepimg {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media all and (max-width: 575px) {
  .section4 .stepimg {
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
  }
}

.section5 {
  text-align: center;
  margin-bottom: 100px;
}

.section5 .textbox {
  background: #fff;
  position: relative;
}

.section5 .textbox h3 {
  font-size: 40px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .section5 .textbox h3 {
    font-size: 32px;
  }
}

@media all and (max-width: 575px) {
  .section5 .textbox h3 {
    font-size: 25px;
  }
}

.section5 .blackbtn {
  font-size: 40px;
  height: 120px;
  line-height: 120px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

@media all and (max-width: 575px) {
  .section5 .blackbtn {
    font-size: 32px;
    height: 80px;
    line-height: 80px;
  }
}

.container.title h2 {
  background: #333333;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 40px auto;
  text-align: center;
  width: 80%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
}

@media all and (max-width: 575px) {
  .container.title h2 {
    height: 45px;
    line-height: 45px;
    width: 90%;
    font-size: 18px;
  }
}

.container.title h2:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 40px;
  border-color: transparent transparent #333333 transparent;
  content: '';
  left: -40px;
  position: absolute;
  top: 0px;
}

@media all and (max-width: 575px) {
  .container.title h2:before {
    border-width: 0 0 45px 25px;
    left: -25px;
  }
}

.container.title h2:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 40px 0 0;
  border-color: #333333 transparent transparent transparent;
  content: '';
  right: -40px;
  position: absolute;
  top: 0px;
}

@media all and (max-width: 575px) {
  .container.title h2:after {
    border-width: 45px 25px 0 0;
    right: -25px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .container.title h2 {
    width: 95%;
  }
}

.container.title p {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  position: relative;
  top: -35px;
}

@media all and (max-width: 575px) {
  .container.title p {
    font-size: 18px;
  }
}

footer {
  font-family: "PT Serif Caption","Noto Sans TC",serif,"微軟正黑體";
  font-size: 14px;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #dedede;
  background: black;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ebd586;
}

footer a i {
  background: #b2b2b2;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  color: #000000;
  margin-right: 10px;
  text-align: center;
  border-radius: 50px;
}

footer .footertitle {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
  text-align: left;
}

@media all and (max-width: 575px) {
  footer .footertitle {
    margin-bottom: 5px;
  }
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media all and (max-width: 575px) {
  footer ul {
    list-style: none;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px;
    border-bottom: 1px solid #ffffff;
    display: grid;
    display: grid;
  }

  footer ul.about {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(20px, auto);
  }

  footer ul.shop {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(20px, auto);
  }

  footer ul.contact {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  footer ul.contact li {
    margin-left: 5em;
    margin-bottom: 7px;
    line-height: 18px;
  }

  footer ul.contact li span {
    margin-left: -5em;
  }
}

footer ul li {
  font-family: "PT Serif Caption","Noto Sans TC",serif,"微軟正黑體";
  color: #dedede;
  padding-bottom: 12px;
  text-align: left;
}

@media all and (max-width: 575px) {
  footer ul li {
    display: inline-block;
    padding-bottom: 0px;
  }
}

footer ul li a i {
  background: #b2b2b2;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  color: #000000;
  margin-right: 10px;
  text-align: center;
  border-radius: 50px;
}

footer .footersubtitle {
  margin-top: 50px;
  font-family: Roboto,"PT Serif Caption","Noto Sans TC",serif,"微軟正黑體";
  font-weight: normal;
}