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

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

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 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/rakuten500coupon/images/mainbg.jpg?version=1");
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  height: 500px;
  background-size: cover;
  background-position: center top;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .bannerareapc {
    height: 350px;
    background-size: cover;
  }
}

@media all and (max-width: 575px) {
  .bannerareapc {
    height: 250px;
    background-size: cover;
  }
}

.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;
  margin: 15px 0px 15px 0px;
  padding: 0;
}

.bannerareapc p {
  font-size: 21px;
  letter-spacing: 1.35px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 32px;
}

.bannerareapc .applybtn {
  display: inline-block;
  border-radius: 10px;
  color: #d10000;
  border: solid 2px #d10000;
  padding: 15px 30px;
  font-size: 24px;
  margin: 30px 0px;
  white-space: nowrap;
  transition: 0.3s;
}

.bannerareapc .applybtn:hover {
  text-decoration: none;
  background: #d10000;
  color: #ffffff;
}

@media all and (max-width: 575px) {
  .bannerareapc .applybtn {
    margin: 10px 0px;
  }
}

.bannerareapc .applybtn i {
  margin-left: 5px;
}

.bannerareaMobile {
  position: relative;
  z-index: 5;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.bannerareaMobile .applybtn {
  font-family: "Noto Sans TC", "微軟正黑體";
  display: block;
  border-radius: 5px;
  color: #ffffff;
  border: solid 2px #bf0000;
  padding: 7px 0px;
  font-size: 18px;
  bottom: 10px;
  background: #d10000;
  width: 60%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  margin: 0px auto;
  white-space: nowrap;
}

.bannerareaMobile .applybtn:hover {
  text-decoration: none;
}

.bannerareaMobile .applybtn i {
  margin-left: 5px;
}

.maincontainer {
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/rakuten500coupon/images/graybg.png?version=1");
}

.maincontainer section {
  padding: 30px 0px 40px 0px;
  font-family: "Noto Sans TC", "微軟正黑體";
}

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

.maincontainer section h4 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.25px;
  color: #333330;
  text-align: center;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section h4 {
    font-size: 20px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section h4 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.maincontainer section h3 {
  font-size: 28px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  text-align: center;
  color: #15206c;
  padding-bottom: 10px;
  padding-top: 35px;
  position: relative;
}

.maincontainer section h3.bborder {
  margin-bottom: 10px;
}

.maincontainer section h3.bborder:after {
  width: 80%;
  height: 1px;
  background: #ff8800;
  content: '';
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 575px) {
  .maincontainer section h3.bborder:after {
    width: 100%;
  }
}

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

.maincontainer section h2 {
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.75px;
  color: #333330;
  position: relative;
  overflow: hidden;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section h2 {
    font-size: 38px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section h2 {
    font-size: 28px;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 5px;
    letter-spacing: 1;
  }
}

.maincontainer section h2.ddline:before {
  content: '';
  width: 270px;
  background: #000;
  height: 2px;
  position: absolute;
  top: 30px;
  right: 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section h2.ddline:before {
    width: 160px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section h2.ddline:before {
    width: 100px;
  }
}

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

.maincontainer section h2.ddline:after {
  content: '';
  width: 270px;
  background: #000;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0px;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .maincontainer section h2.ddline:after {
    width: 160px;
  }
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section h2.ddline:after {
    width: 100px;
  }
}

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

.maincontainer section p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #000000;
  line-height: 24px;
}

.maincontainer section p.info {
  margin-top: 10px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

.maincontainer section .box {
  padding: 10px;
}

@media all and (max-width: 575px) {
  .maincontainer section .box {
    padding: 5px;
  }
}

.maincontainer section .imgbox {
  padding: 20px 0px;
}

.maincontainer section .imgbox img {
  height: 100px;
  width: auto;
}

@media all and (max-width: 575px) {
  .maincontainer section .imgbox img {
    height: 80px;
  }
}

.maincontainer section .signstep {
  text-align: center;
}

@media all and (max-width: 575px) {
  .maincontainer section .signstep {
    margin-bottom: 10px;
  }

  .maincontainer section .signstep:after {
    content: '▼';
    text-align: center;
    padding-top: 5px;
    display: block;
  }

  .maincontainer section .signstep:last-child:after {
    display: none;
  }
}

.maincontainer section .signupbtn,
.maincontainer section .servicebtn {
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.25px;
  position: relative;
  color: #ffffff;
  margin: 20px auto 30px auto;
  height: 70px;
  line-height: 70px;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .signupbtn,
  .maincontainer section .servicebtn {
    margin: 10px auto;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .signupbtn,
  .maincontainer section .servicebtn {
    margin: 10px auto 10px auto;
  }
}

.maincontainer section .signupbtn i,
.maincontainer section .servicebtn i {
  margin-left: 10px;
}

.maincontainer section .signupbtn:hover,
.maincontainer section .servicebtn:hover {
  text-decoration: none;
}

.maincontainer section .signupbtn {
  background-color: #ff8313;
}

.maincontainer section .signupbtn:hover {
  background-color: #ff9e39;
}

.maincontainer section .signupbtn.btnc {
  padding: 0px 30px;
}

.maincontainer section .servicebtn {
  background-color: #12b75a;
}

.maincontainer section .servicebtn:hover {
  background-color: #2afb6a;
}

.maincontainer section .servicebtn .btnfont {
  color: #ffffff;
  font-size: 16px;
  display: block;
  white-space: normal;
  line-height: 1;
  margin-top: 12px;
  letter-spacing: 0;
  font-weight: normal;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  .maincontainer section .servicebtn .btnfont {
    line-height: 1.3;
    text-align: left;
  }
}

@media all and (max-width: 575px) {
  .maincontainer section .servicebtn .btnfont {
    font-size: 13px;
  }
}

.yellowbg {
  background: rgba(255, 226, 167, 0.5);
}

section.bluebg {
  background: #032255;
}

section.bluebg ul {
  padding-top: 30px;
}

section.bluebg ul li {
  padding-bottom: 40px;
}

section.bluebg ul li h4 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

section.bluebg ul li p {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #ffffff;
}

footer {
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

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