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

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-size: 100%;
  /* font-family: "Noto Sans TC", sans-serif; */
  font-family: "Noto Sans TC", "微軟正黑體";
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

/* ----------------------------------------------------- */
a,
a:hover,
a:active,
li,
li:hover,
:after,
a:before,
a:hover::before,
a i,
a:hover i,
ul,
ul:hover {
  text-decoration: none;
  color: #000; }

strong {
  font-weight: 600; }

.box-sizing-border-box {
  box-sizing: border-box; }

.bs-white {
  color: var(--bs-white); }

.bs-dark {
  color: var(--bs-dark); }

.s-yellow {
  color: #ffff00; }

.z-index--1 {
  z-index: -1; }

.z-index--2 {
  z-index: -2; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.vertical-align-top {
  display: inline-block;
  font-size: 16px;
  vertical-align: top; }

.vertical-align-middle {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle; }

.absolute-center {
  position: absolute;
  transform: translate(-50% -50%);
  top: 50%;
  left: 50%; }

.absolute-horizontal-center {
  position: absolute;
  transform: translateX(-50%);
  left: 50%; }

.absolute-vertical-center {
  position: absolute;
  transform: translateY(-50%);
  top: 50%; }

@media (max-width: 767px) {
  .absolute-horizontal-sm-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

@media (min-width: 768px) {
  .absolute-horizontal-md-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

@media (min-width: 992px) {
  .absolute-horizontal-lg-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

@media (min-width: 1200px) {
  .absolute-horizontal-xl-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

@media (min-width: 1400px) {
  .absolute-horizontal-xxl-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

@media (min-width: 1600px) {
  .absolute-horizontal-xxxl-center {
    position: absolute;
    transform: translateX(-50%);
    left: 50%; } }

/* absolute start---------------------------------------------------------- */
.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-staic {
  position: static; }

@media (max-width: 767px) {
  .position-sm-relative {
    position: relative; }
  .position-sm-absolute {
    position: absolute; }
  .position-sm-staic {
    position: static; } }

@media (min-width: 768px) {
  .position-md-relative {
    position: relative; }
  .position-md-absolute {
    position: absolute; }
  .position-md-staic {
    position: static; } }

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative; }
  .position-lg-absolute {
    position: absolute; }
  .position-lg-staic {
    position: static; } }

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative; }
  .position-xl-absolute {
    position: absolute; }
  .position-xl-staic {
    position: static; } }

@media (min-width: 1400px) {
  .position-xxl-relative {
    position: relative; }
  .position-xxl-absolute {
    position: absolute; }
  .position-xxl-staic {
    position: static; } }

@media (min-width: 1600px) {
  .position-xxxl-relative {
    position: relative; }
  .position-xxxl-absolute {
    position: absolute; }
  .position-xxxl-staic {
    position: static; } }

/* absolute end  ---------------------------------------------------------- */
/* font-size start---------------------------------------------------------- */
.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px; }

.fs-26 {
  font-size: 26px; }

.fs-28 {
  font-size: 28px; }

.fs-30 {
  font-size: 30px; }

.fs-32 {
  font-size: 32px; }

.fs-34 {
  font-size: 34px; }

.fs-36 {
  font-size: 36px; }

.fs-42 {
  font-size: 42px; }

@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px; }
  .fs-md-14 {
    font-size: 14px; }
  .fs-md-16 {
    font-size: 16px; }
  .fs-md-18 {
    font-size: 18px; }
  .fs-md-20 {
    font-size: 20px; }
  .fs-md-22 {
    font-size: 22px; }
  .fs-md-24 {
    font-size: 24px; }
  .fs-md-26 {
    font-size: 26px; }
  .fs-md-28 {
    font-size: 28px; }
  .fs-md-30 {
    font-size: 30px; }
  .fs-md-32 {
    font-size: 32px; }
  .fs-md-34 {
    font-size: 34px; }
  .fs-md-36 {
    font-size: 36px; }
  .fs-md-38 {
    font-size: 38px; }
  .fs-md-40 {
    font-size: 40px; }
  .fs-md-42 {
    font-size: 42px; }
  .fs-md-44 {
    font-size: 44px; }
  .fs-md-46 {
    font-size: 46px; }
  .fs-md-48 {
    font-size: 48px; }
  .fs-md-50 {
    font-size: 50px; }
  .fs-md-52 {
    font-size: 52px; }
  .fs-md-55 {
    font-size: 55px; }
  .fs-md-56 {
    font-size: 56px; }
  .fs-md-58 {
    font-size: 58px; }
  .fs-md-60 {
    font-size: 60px; } }

@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px; }
  .fs-lg-14 {
    font-size: 14px; }
  .fs-lg-16 {
    font-size: 16px; }
  .fs-lg-18 {
    font-size: 18px; }
  .fs-lg-20 {
    font-size: 20px; }
  .fs-lg-22 {
    font-size: 22px; }
  .fs-lg-24 {
    font-size: 24px; }
  .fs-lg-26 {
    font-size: 26px; }
  .fs-lg-28 {
    font-size: 28px; }
  .fs-lg-30 {
    font-size: 30px; }
  .fs-lg-32 {
    font-size: 32px; }
  .fs-lg-34 {
    font-size: 34px; }
  .fs-lg-36 {
    font-size: 36px; }
  .fs-lg-38 {
    font-size: 38px; }
  .fs-lg-40 {
    font-size: 40px; }
  .fs-lg-42 {
    font-size: 42px; }
  .fs-lg-44 {
    font-size: 44px; }
  .fs-lg-46 {
    font-size: 46px; }
  .fs-lg-48 {
    font-size: 48px; }
  .fs-lg-50 {
    font-size: 50px; }
  .fs-lg-52 {
    font-size: 52px; }
  .fs-lg-55 {
    font-size: 55px; }
  .fs-lg-56 {
    font-size: 56px; }
  .fs-lg-58 {
    font-size: 58px; }
  .fs-lg-60 {
    font-size: 60px; } }

@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 12px; }
  .fs-xl-14 {
    font-size: 14px; }
  .fs-xl-16 {
    font-size: 16px; }
  .fs-xl-18 {
    font-size: 18px; }
  .fs-xl-20 {
    font-size: 20px; }
  .fs-xl-22 {
    font-size: 22px; }
  .fs-xl-24 {
    font-size: 24px; }
  .fs-xl-26 {
    font-size: 26px; }
  .fs-xl-28 {
    font-size: 28px; }
  .fs-xl-30 {
    font-size: 30px; }
  .fs-xl-32 {
    font-size: 32px; }
  .fs-xl-34 {
    font-size: 34px; }
  .fs-xl-36 {
    font-size: 36px; }
  .fs-xl-38 {
    font-size: 38px; }
  .fs-xl-40 {
    font-size: 40px; }
  .fs-xl-42 {
    font-size: 42px; }
  .fs-xl-44 {
    font-size: 44px; }
  .fs-xl-46 {
    font-size: 46px; }
  .fs-xl-48 {
    font-size: 48px; }
  .fs-xl-50 {
    font-size: 50px; }
  .fs-xl-52 {
    font-size: 52px; }
  .fs-xl-55 {
    font-size: 55px; }
  .fs-xl-56 {
    font-size: 56px; }
  .fs-xl-58 {
    font-size: 58px; }
  .fs-xl-60 {
    font-size: 60px; } }

@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 12px; }
  .fs-xxl-14 {
    font-size: 14px; }
  .fs-xxl-16 {
    font-size: 16px; }
  .fs-xxl-18 {
    font-size: 18px; }
  .fs-xxl-20 {
    font-size: 20px; }
  .fs-xxl-22 {
    font-size: 22px; }
  .fs-xxl-24 {
    font-size: 24px; }
  .fs-xxl-26 {
    font-size: 26px; }
  .fs-xxl-28 {
    font-size: 28px; }
  .fs-xxl-30 {
    font-size: 30px; }
  .fs-xxl-32 {
    font-size: 32px; }
  .fs-xxl-34 {
    font-size: 34px; }
  .fs-xxl-36 {
    font-size: 36px; }
  .fs-xxl-38 {
    font-size: 38px; }
  .fs-xxl-40 {
    font-size: 40px; }
  .fs-xxl-42 {
    font-size: 42px; }
  .fs-xxl-44 {
    font-size: 44px; }
  .fs-xxl-46 {
    font-size: 46px; }
  .fs-xxl-48 {
    font-size: 48px; }
  .fs-xxl-50 {
    font-size: 50px; }
  .fs-xxl-52 {
    font-size: 52px; }
  .fs-xxl-55 {
    font-size: 55px; }
  .fs-xxl-56 {
    font-size: 56px; }
  .fs-xxl-58 {
    font-size: 58px; }
  .fs-xxl-60 {
    font-size: 60px; } }

/* font-size end------------------------------------------------------------ */
/* width% start------------------------------------------------------------ */
.w-100 {
  width: 100%; }

.w-98 {
  width: 98%; }

.w-95 {
  width: 95%; }

.w-90 {
  width: 90%; }

.w-85 {
  width: 85%; }

.w-80 {
  width: 80%; }

.w-70 {
  width: 70%; }

.w-60 {
  width: 60%; }

.w-50 {
  width: 50%; }

.w-40 {
  width: 40%; }

.w-30 {
  width: 30%; }

.w-20 {
  width: 20%; }

.w-15 {
  width: 15%; }

.w-10 {
  width: 10%; }

.w-8 {
  width: 8%; }

.w-5 {
  width: 5%; }

.w-3 {
  width: 3%; }

.w-2 {
  width: 2%; }

.img,
.w-xxl,
.w-xl,
.w-lg,
.w-md,
.w-sm {
  max-width: 100%; }

@media (max-width: 767px) {
  .w-sm-100 {
    width: 100%; }
  .w-sm-98 {
    width: 98%; }
  .w-sm-95 {
    width: 95%; }
  .w-sm-90 {
    width: 90%; }
  .w-sm-85 {
    width: 85%; }
  .w-sm-80 {
    width: 80%; }
  .w-sm-70 {
    width: 70%; }
  .w-sm-60 {
    width: 60%; }
  .w-sm-50 {
    width: 50%; }
  .w-sm-40 {
    width: 40%; }
  .w-sm-30 {
    width: 30%; }
  .w-sm-20 {
    width: 20%; }
  .w-sm-15 {
    width: 15%; }
  .w-sm-10 {
    width: 10%; }
  .w-sm-8 {
    width: 8%; }
  .w-sm-5 {
    width: 5%; }
  .w-sm-3 {
    width: 3%; }
  .w-sm-2 {
    width: 2%; }
  .w-sm,
  .img {
    max-width: 98%; } }

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%; }
  .w-md-98 {
    width: 98%; }
  .w-md-95 {
    width: 95%; }
  .w-md-90 {
    width: 90%; }
  .w-md-85 {
    width: 85%; }
  .w-md-80 {
    width: 80%; }
  .w-md-70 {
    width: 70%; }
  .w-md-60 {
    width: 60%; }
  .w-md-50 {
    width: 50%; }
  .w-md-40 {
    width: 40%; }
  .w-md-30 {
    width: 30%; }
  .w-md-20 {
    width: 20%; }
  .w-md-15 {
    width: 15%; }
  .w-md-10 {
    width: 10%; }
  .w-md-8 {
    width: 8%; }
  .w-md-5 {
    width: 5%; }
  .w-md-3 {
    width: 3%; }
  .w-md-2 {
    width: 2%; }
  .w-md,
  .w-sm,
  .img {
    max-width: 95%; } }

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%; }
  .w-lg-98 {
    width: 98%; }
  .w-lg-95 {
    width: 95%; }
  .w-lg-90 {
    width: 90%; }
  .w-lg-85 {
    width: 85%; }
  .w-lg-80 {
    width: 80%; }
  .w-lg-70 {
    width: 70%; }
  .w-lg-60 {
    width: 60%; }
  .w-lg-50 {
    width: 50%; }
  .w-lg-40 {
    width: 40%; }
  .w-lg-30 {
    width: 30%; }
  .w-lg-20 {
    width: 20%; }
  .w-lg-15 {
    width: 15%; }
  .w-lg-10 {
    width: 10%; }
  .w-lg-10 {
    width: 10%; }
  .w-lg-8 {
    width: 8%; }
  .w-lg-5 {
    width: 5%; }
  .w-lg-3 {
    width: 3%; }
  .w-lg-2 {
    width: 2%; }
  .w-lg,
  .w-md,
  .w-sm,
  .img {
    max-width: 90%; } }

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%; }
  .w-xl-98 {
    width: 98%; }
  .w-xl-95 {
    width: 95%; }
  .w-xl-90 {
    width: 90%; }
  .w-xl-85 {
    width: 85%; }
  .w-xl-80 {
    width: 80%; }
  .w-xl-70 {
    width: 70%; }
  .w-xl-60 {
    width: 60%; }
  .w-xl-50 {
    width: 50%; }
  .w-xl-40 {
    width: 40%; }
  .w-xl-30 {
    width: 30%; }
  .w-xl-20 {
    width: 20%; }
  .w-xl-15 {
    width: 15%; }
  .w-xl-10 {
    width: 10%; }
  .w-xl-8 {
    width: 8%; }
  .w-xl-5 {
    width: 5%; }
  .w-xl-3 {
    width: 3%; }
  .w-xl-2 {
    width: 2%; }
  .w-xl,
  .w-lg,
  .w-md,
  .w-sm,
  .img {
    max-width: 85%; } }

@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100%; }
  .w-xxl-98 {
    width: 98%; }
  .w-xxl-95 {
    width: 95%; }
  .w-xxl-90 {
    width: 90%; }
  .w-xxl-85 {
    width: 85%; }
  .w-xxl-80 {
    width: 80%; }
  .w-xxl-70 {
    width: 70%; }
  .w-xxl-60 {
    width: 60%; }
  .w-xxl-50 {
    width: 50%; }
  .w-xxl-40 {
    width: 40%; }
  .w-xxl-30 {
    width: 30%; }
  .w-xxl-20 {
    width: 20%; }
  .w-xxl-15 {
    width: 15%; }
  .w-xxl-10 {
    width: 10%; }
  .w-xxl-8 {
    width: 8%; }
  .w-xxl-5 {
    width: 5%; }
  .w-xxl-3 {
    width: 3%; }
  .w-xxl-2 {
    width: 2%; }
  .w-xxl,
  .w-xl,
  .w-lg,
  .w-md,
  .w-sm,
  .img {
    max-width: 80%; } }

/* width% end-------------------------------------------------------------- */
/* 負數 t/b/s/e start  -------------------------------------------------------- */
.top--2 {
  top: -2%; }

.top--3 {
  top: -3%; }

.top--5 {
  top: -5%; }

.top--8 {
  top: -8%; }

.top--10 {
  top: -10%; }

.top--20 {
  top: -20%; }

.top--30 {
  top: -30%; }

.top--40 {
  top: -40%; }

.top--50 {
  top: -50%; }

.top--60 {
  top: -60%; }

.top--70 {
  top: -70%; }

.top--80 {
  top: -80%; }

.top--90 {
  top: -90%; }

.bottom--2 {
  bottom: -2%; }

.bottom--3 {
  bottom: -3%; }

.bottom--5 {
  bottom: -5%; }

.bottom--8 {
  bottom: -8%; }

.bottom--10 {
  bottom: -10%; }

.bottom--20 {
  bottom: -20%; }

.bottom--30 {
  bottom: -30%; }

.bottom--40 {
  bottom: -40%; }

.bottom--50 {
  bottom: -50%; }

.bottom--60 {
  bottom: -60%; }

.bottom--70 {
  bottom: -70%; }

.bottom--80 {
  bottom: -80%; }

.bottom--90 {
  bottom: -90%; }

.start--2 {
  left: -2%; }

.start--3 {
  left: -3%; }

.start--5 {
  left: -5%; }

.start--8 {
  left: -8%; }

.start--10 {
  left: -10%; }

.start--20 {
  left: -20%; }

.start--30 {
  left: -30%; }

.start--40 {
  left: -40%; }

.start--50 {
  left: -50%; }

.start--60 {
  left: -60%; }

.start--70 {
  left: -70%; }

.start--80 {
  left: -80%; }

.start--90 {
  left: -90%; }

.end--2 {
  right: -2%; }

.end--3 {
  right: -3%; }

.end--5 {
  right: -5%; }

.end--8 {
  right: -8%; }

.end--10 {
  right: -10%; }

.end--20 {
  right: -20%; }

.end--30 {
  right: -30%; }

.end--40 {
  right: -40%; }

.end--50 {
  right: -50%; }

.end--60 {
  right: -60%; }

.end--70 {
  right: -70%; }

.end--80 {
  right: -80%; }

.end--90 {
  right: -90%; }

/* 正數 t/b/s/e start  ---------------------------------------------------- */
.top-0 {
  top: 0%; }

.top-2 {
  top: 2%; }

.top-3 {
  top: 3%; }

.top-5 {
  top: 5%; }

.top-8 {
  top: 8%; }

.top-10 {
  top: 10%; }

.top-20 {
  top: 20%; }

.top-30 {
  top: 30%; }

.top-40 {
  top: 40%; }

.top-60 {
  top: 60%; }

.top-70 {
  top: 70%; }

.top-80 {
  top: 80%; }

.top-90 {
  top: 90%; }

.bottom-2 {
  bottom: 2%; }

.bottom-3 {
  bottom: 3%; }

.bottom-5 {
  bottom: 5%; }

.bottom-8 {
  bottom: 8%; }

.bottom-10 {
  bottom: 10%; }

.bottom-20 {
  bottom: 20%; }

.bottom-30 {
  bottom: 30%; }

.bottom-40 {
  bottom: 40%; }

.bottom-60 {
  bottom: 60%; }

.bottom-70 {
  bottom: 70%; }

.bottom-80 {
  bottom: 80%; }

.bottom-90 {
  bottom: 90%; }

.start-0 {
  left: 0%; }

.start-2 {
  left: 2%; }

.start-3 {
  left: 3%; }

.start-5 {
  left: 5%; }

.start-8 {
  left: 8%; }

.start-10 {
  left: 10%; }

.start-20 {
  left: 20%; }

.start-30 {
  left: 30%; }

.start-40 {
  left: 40%; }

.start-60 {
  left: 60%; }

.start-70 {
  left: 70%; }

.start-80 {
  left: 80%; }

.start-90 {
  left: 90%; }

.end-0 {
  right: 0%; }

.end-2 {
  right: 2%; }

.end-3 {
  right: 3%; }

.end-5 {
  right: 5%; }

.end-8 {
  right: 8%; }

.end-10 {
  right: 10%; }

.end-20 {
  right: 20%; }

.end-30 {
  right: 30%; }

.end-40 {
  right: 40%; }

.end-60 {
  right: 60%; }

.end-70 {
  right: 70%; }

.end-80 {
  right: 80%; }

.end-90 {
  right: 90%; }

@media (max-width: 767px) {
  /* 負數 t/b/s/e start  -------------------------------------------------------- */
  .top-sm--2 {
    top: -2%; }
  .top-sm--3 {
    top: -3%; }
  .top-sm--5 {
    top: -5%; }
  .top-sm--8 {
    top: -8%; }
  .top-sm--10 {
    top: -10%; }
  .top-sm--20 {
    top: -20%; }
  .top-sm--30 {
    top: -30%; }
  .top-sm--40 {
    top: -40%; }
  .top-sm--50 {
    top: -50%; }
  .top-sm--60 {
    top: -60%; }
  .top-sm--70 {
    top: -70%; }
  .top-sm--80 {
    top: -80%; }
  .top-sm--90 {
    top: -90%; }
  .bottom-sm--2 {
    bottom: -2%; }
  .bottom-sm--3 {
    bottom: -3%; }
  .bottom-sm--5 {
    bottom: -5%; }
  .bottom-sm--8 {
    bottom: -8%; }
  .bottom-sm--10 {
    bottom: -10%; }
  .bottom-sm--20 {
    bottom: -20%; }
  .bottom-sm--30 {
    bottom: -30%; }
  .bottom-sm--40 {
    bottom: -40%; }
  .bottom-sm--50 {
    bottom: -50%; }
  .bottom-sm--60 {
    bottom: -60%; }
  .bottom-sm--70 {
    bottom: -70%; }
  .bottom-sm--80 {
    bottom: -80%; }
  .bottom-sm--90 {
    bottom: -90%; }
  .start-sm--2 {
    left: -2%; }
  .start-sm--3 {
    left: -3%; }
  .start-sm--5 {
    left: -5%; }
  .start-sm--8 {
    left: -8%; }
  .start-sm--10 {
    left: -10%; }
  .start-sm--20 {
    left: -20%; }
  .start-sm--30 {
    left: -30%; }
  .start-sm--40 {
    left: -40%; }
  .start-sm--50 {
    left: -50%; }
  .start-sm--60 {
    left: -60%; }
  .start-sm--70 {
    left: -70%; }
  .start-sm--80 {
    left: -80%; }
  .start-sm--90 {
    left: -90%; }
  .end-sm--2 {
    right: -2%; }
  .end-sm--3 {
    right: -3%; }
  .end-sm--5 {
    right: -5%; }
  .end-sm--8 {
    right: -8%; }
  .end-sm--10 {
    right: -10%; }
  .end-sm--20 {
    right: -20%; }
  .end-sm--30 {
    right: -30%; }
  .end-sm--40 {
    right: -40%; }
  .end-sm--50 {
    right: -50%; }
  .end-sm--60 {
    right: -60%; }
  .end-sm--70 {
    right: -70%; }
  .end-sm--80 {
    right: -80%; }
  .end-sm--90 {
    right: -90%; }
  /* 正數 t/b/s/e start  -------------------------------------------------------- */
  .top-sm-0 {
    top: 0%; }
  .top-sm-2 {
    top: 2%; }
  .top-sm-3 {
    top: 3%; }
  .top-sm-5 {
    top: 5%; }
  .top-sm-8 {
    top: 8%; }
  .top-sm-10 {
    top: 10%; }
  .top-sm-20 {
    top: 20%; }
  .top-sm-30 {
    top: 30%; }
  .top-sm-40 {
    top: 40%; }
  .top-sm-50 {
    top: 50%; }
  .top-sm-60 {
    top: 60%; }
  .top-sm-70 {
    top: 70%; }
  .top-sm-80 {
    top: 80%; }
  .top-sm-90 {
    top: 90%; }
  .bottom-sm-0 {
    bottom: 0%; }
  .bottom-sm-2 {
    bottom: 2%; }
  .bottom-sm-3 {
    bottom: 3%; }
  .bottom-sm-5 {
    bottom: 5%; }
  .bottom-sm-8 {
    bottom: 8%; }
  .bottom-sm-10 {
    bottom: 10%; }
  .bottom-sm-20 {
    bottom: 20%; }
  .bottom-sm-30 {
    bottom: 30%; }
  .bottom-sm-40 {
    bottom: 40%; }
  .bottom-sm-50 {
    bottom: 50%; }
  .bottom-sm-60 {
    bottom: 60%; }
  .bottom-sm-70 {
    bottom: 70%; }
  .bottom-sm-80 {
    bottom: 80%; }
  .bottom-sm-90 {
    bottom: 90%; }
  .start-sm-0 {
    left: 0%; }
  .start-sm-2 {
    left: 2%; }
  .start-sm-3 {
    left: 3%; }
  .start-sm-5 {
    left: 5%; }
  .start-sm-8 {
    left: 8%; }
  .start-sm-10 {
    left: 10%; }
  .start-sm-20 {
    left: 20%; }
  .start-sm-30 {
    left: 30%; }
  .start-sm-40 {
    left: 40%; }
  .start-sm-50 {
    left: 50%; }
  .start-sm-60 {
    left: 60%; }
  .start-sm-70 {
    left: 70%; }
  .start-sm-80 {
    left: 80%; }
  .start-sm-90 {
    left: 90%; }
  .end-sm-0 {
    right: 0%; }
  .end-sm-2 {
    right: 2%; }
  .end-sm-3 {
    right: 3%; }
  .end-sm-5 {
    right: 5%; }
  .end-sm-8 {
    right: 8%; }
  .end-sm-10 {
    right: 10%; }
  .end-sm-20 {
    right: 20%; }
  .end-sm-30 {
    right: 30%; }
  .end-sm-40 {
    right: 40%; }
  .end-sm-50 {
    right: 50%; }
  .end-sm-60 {
    right: 60%; }
  .end-sm-70 {
    right: 70%; }
  .end-sm-80 {
    right: 80%; }
  .end-sm-90 {
    right: 90%; } }

@media (min-width: 768px) {
  /* 負數 t/b/s/e start  -------------------------------------------------------- */
  .top-md--2 {
    top: -2%; }
  .top-md--3 {
    top: -3%; }
  .top-md--5 {
    top: -5%; }
  .top-md--8 {
    top: -8%; }
  .top-md--10 {
    top: -10%; }
  .top-md--20 {
    top: -20%; }
  .top-md--30 {
    top: -30%; }
  .top-md--40 {
    top: -40%; }
  .top-md--50 {
    top: -50%; }
  .top-md--60 {
    top: -60%; }
  .top-md--70 {
    top: -70%; }
  .top-md--80 {
    top: -80%; }
  .top-md--90 {
    top: -90%; }
  .bottom-md--2 {
    bottom: -2%; }
  .bottom-md--3 {
    bottom: -3%; }
  .bottom-md--5 {
    bottom: -5%; }
  .bottom-md--8 {
    bottom: -8%; }
  .bottom-md--10 {
    bottom: -10%; }
  .bottom-md--20 {
    bottom: -20%; }
  .bottom-md--30 {
    bottom: -30%; }
  .bottom-md--40 {
    bottom: -40%; }
  .bottom-md--50 {
    bottom: -50%; }
  .bottom-md--60 {
    bottom: -60%; }
  .bottom-md--70 {
    bottom: -70%; }
  .bottom-md--80 {
    bottom: -80%; }
  .bottom-md--90 {
    bottom: -90%; }
  .start-md--2 {
    left: -2%; }
  .start-md--3 {
    left: -3%; }
  .start-md--5 {
    left: -5%; }
  .start-md--8 {
    left: -8%; }
  .start-md--10 {
    left: -10%; }
  .start-md--20 {
    left: -20%; }
  .start-md--30 {
    left: -30%; }
  .start-md--40 {
    left: -40%; }
  .start-md--50 {
    left: -50%; }
  .start-md--60 {
    left: -60%; }
  .start-md--70 {
    left: -70%; }
  .start-md--80 {
    left: -80%; }
  .start-md--90 {
    left: -90%; }
  .end-md--2 {
    right: -2%; }
  .end-md--3 {
    right: -3%; }
  .end-md--5 {
    right: -5%; }
  .end-md--8 {
    right: -8%; }
  .end-md--10 {
    right: -10%; }
  .end-md--20 {
    right: -20%; }
  .end-md--30 {
    right: -30%; }
  .end-md--40 {
    right: -40%; }
  .end-md--50 {
    right: -50%; }
  .end-md--60 {
    right: -60%; }
  .end-md--70 {
    right: -70%; }
  .end-md--80 {
    right: -80%; }
  .end-md--90 {
    right: -90%; }
  /* 正數 t/b/s/e start  -------------------------------------------------------- */
  .top-md-0 {
    top: 0%; }
  .top-md-2 {
    top: 2%; }
  .top-md-3 {
    top: 3%; }
  .top-md-5 {
    top: 5%; }
  .top-md-8 {
    top: 8%; }
  .top-md-10 {
    top: 10%; }
  .top-md-20 {
    top: 20%; }
  .top-md-30 {
    top: 30%; }
  .top-md-40 {
    top: 40%; }
  .top-md-50 {
    top: 50%; }
  .top-md-60 {
    top: 60%; }
  .top-md-70 {
    top: 70%; }
  .top-md-80 {
    top: 80%; }
  .top-md-90 {
    top: 90%; }
  .bottom-md-0 {
    bottom: 0%; }
  .bottom-md-2 {
    bottom: 2%; }
  .bottom-md-3 {
    bottom: 3%; }
  .bottom-md-5 {
    bottom: 5%; }
  .bottom-md-8 {
    bottom: 8%; }
  .bottom-md-10 {
    bottom: 10%; }
  .bottom-md-20 {
    bottom: 20%; }
  .bottom-md-30 {
    bottom: 30%; }
  .bottom-md-40 {
    bottom: 40%; }
  .bottom-md-50 {
    bottom: 50%; }
  .bottom-md-60 {
    bottom: 60%; }
  .bottom-md-70 {
    bottom: 70%; }
  .bottom-md-80 {
    bottom: 80%; }
  .bottom-md-90 {
    bottom: 90%; }
  .start-md-0 {
    left: 0%; }
  .start-md-2 {
    left: 2%; }
  .start-md-3 {
    left: 3%; }
  .start-md-5 {
    left: 5%; }
  .start-md-8 {
    left: 8%; }
  .start-md-10 {
    left: 10%; }
  .start-md-20 {
    left: 20%; }
  .start-md-30 {
    left: 30%; }
  .start-md-40 {
    left: 40%; }
  .start-md-50 {
    left: 50%; }
  .start-md-60 {
    left: 60%; }
  .start-md-70 {
    left: 70%; }
  .start-md-80 {
    left: 80%; }
  .start-md-90 {
    left: 90%; }
  .end-md-0 {
    right: 0%; }
  .end-md-2 {
    right: 2%; }
  .end-md-3 {
    right: 3%; }
  .end-md-5 {
    right: 5%; }
  .end-md-8 {
    right: 8%; }
  .end-md-10 {
    right: 10%; }
  .end-md-20 {
    right: 20%; }
  .end-md-30 {
    right: 30%; }
  .end-md-40 {
    right: 40%; }
  .end-md-50 {
    right: 50%; }
  .end-md-60 {
    right: 60%; }
  .end-md-70 {
    right: 70%; }
  .end-md-80 {
    right: 80%; }
  .end-md-90 {
    right: 90%; } }

/* linebottom start------------------------------------------------------- */
.lineb-dotted {
  padding-top: 30px;
  border-bottom: 2px dotted var(--bs-yellow); }

.lineb-dashed {
  padding-top: 30px;
  border-bottom: 2px dashed var(--bs-yellow); }

.lineb-highlighter {
  z-index: 1;
  position: relative; }

.lineb-highlighter:before {
  z-index: -1;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 20px;
  content: "";
  background: #cdee8b;
  bottom: 6px; }

/* linebottom end  ------------------------------------------------------- */
/* overflow start ------------------------------------------------------- */
.overflow-hidden {
  overflow: hidden; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

/* overflow end  ------------------------------------------------------- */
/* scrollbar start ------------------------------------------------------- */
.scrollstyle {
  overflow-y: hidden;
  overflow-x: auto; }

.scrollstyle::-webkit-scrollbar {
  height: 8px;
  background-color: #fff; }

.scrollstyle::-webkit-scrollbar-button:single-button {
  background-color: #fff;
  display: block;
  border-style: solid; }

.scrollstyle::-webkit-scrollbar-button:single-button:horizontal:decrement {
  border-width: 4px 16px 4px 0px;
  border-color: transparent #000 transparent transparent; }

.scrollstyle::-webkit-scrollbar-button:single-button:horizontal:increment {
  border-width: 4px 0px 4px 16px;
  border-color: transparent transparent transparent #000; }

.scrollstyle::-webkit-scrollbar-track {
  margin: 0 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9; }

.scrollstyle::-webkit-scrollbar-thumb {
  background-color: #000000; }

/* scrollbar end   ------------------------------------------------------- */
/* ------------------------------------------- */
/* ------------------------------------------- */
.tablehd {
  background-color: var(--bs-yellow);
  font-size: 22px; }

.gamebg {
  background-color: antiquewhite; }

.tabletr {
  font-size: 18px; }

/* BBC專用------------------------------------------- */
/* opacity start ------------------------------------------------------- */
a.hover-opacity-6:hover {
  opacity: 0.6; }

/* opacity end  ------------------------------------------------------- */
.slick-slider {
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

/* more icon start ------------------------------------------------------- */
a .more {
  position: relative;
  left: 0px;
  transition: all 0.3s ease; }
  a .more svg {
    width: 40px;
    height: 10px; }
    @media (min-width: 768px) {
      a .more svg {
        width: 73px;
        height: 16px; } }
    a .more svg .more_path {
      fill: #000; }

a:hover .more {
  left: 10px; }

/* more icon end  ------------------------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots_bottom80 {
  padding-bottom: 40px; }
  .slick-dots_bottom80 .slick-dots {
    bottom: 0; }

.slick-dots {
  display: none;
  bottom: 20px; }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 40px; } }
  .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 10px; }
    .slick-dots li button {
      width: 50px;
      height: 5px; }
      .slick-dots li button:before {
        width: 50px;
        height: 5px;
        content: "";
        background: #ffffff;
        border: 1px solid #a0c1c7; }
    .slick-dots li.slick-active button:before {
      background: #a0c1c7; }

.slick-prev:before, .slick-next:before {
  opacity: 1; }

.slick-prev {
  left: 10px;
  height: 120px;
  z-index: 9; }
  .slick-prev:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_left.svg");
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat;
    width: 50px;
    height: 120px; }

.slick-next {
  right: 50px;
  height: 120px;
  z-index: 9; }
  .slick-next:before {
    content: "";
    background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/slide_arrow_right.svg");
    width: 50px;
    height: 120px;
    background-position: center center;
    background-size: 100%;
    display: block;
    background-repeat: no-repeat; }

.slider_arrow_outside .slick-prev {
  left: -60px; }

.slider_arrow_outside .slick-next {
  right: -20px; }

.slider_arrow_outside.slider_dots_outside .slick-prev, .slider_arrow_outside.slider_dots_outside .slick-next {
  top: 36%; }

header.head_navbar {
  padding: 20px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  header.head_navbar .jp_btnlink span {
    border: #fff 1px solid;
    background-color: #777777;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 30px; }
  header.head_navbar .btn {
    margin-right: 15px; }
  header.head_navbar .logo img {
    min-height: 35px; }
    @media (min-width: 768px) {
      header.head_navbar .logo img {
        max-height: 50px; } }
  header.head_navbar input {
    display: none; }
  header.head_navbar label {
    margin: 0 auto !important;
    cursor: pointer; }

.head_area {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  background: #f9f9f9;
  box-shadow: 0px 0px 5px #c1c1c1; }
  .head_area .breadcrumb {
    margin: 0px;
    padding: 15px 0px; }
    .head_area .breadcrumb .active span {
      font-weight: 600; }
    .head_area .breadcrumb a {
      font-family: "Noto Sans TC", "微軟正黑體";
      color: #000;
      text-decoration: none;
      font-weight: 300; }
    @media (min-width: 768px) {
      .head_area .breadcrumb li.breadcrumb-item:nth-child(2) {
        text-decoration: underline; } }
    .head_area .breadcrumb li.breadcrumb-item:nth-child(2) a {
      font-weight: 500; }
  .head_area .breadcrumb-item + .breadcrumb-item::before {
    content: ">"; }
  .head_area .topimgad {
    color: #000;
    font-size: 20px;
    line-height: 1.2; }
    .head_area .topimgad div {
      width: 100%; }
      .head_area .topimgad div span {
        display: inline-block;
        padding: 10px 20px; }
    .head_area .topimgad .headinf_bgblue {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgblue.png"); }
    .head_area .topimgad .headinf_bgyellow {
      background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf_bgyellow.png"); }
    @media (min-width: 1400px) {
      .head_area .topimgad {
        background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/bbcstore/common/headinf.png");
        height: 45px;
        width: 100%;
        background-size: contain;
        background-position: left center; } }

.fix {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fix .pop {
    z-index: 1;
    position: relative;
    position: absolute;
    top: 145px;
    left: 50%;
    border: 1px solid #888;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    .fix .pop .pop_box img {
      width: 100%; }
  .fix .fixedclose {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white; }
  .fix .fixedclose img {
    width: 100%; }

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: black;
  font-family: "Noto Sans TC", "微軟正黑體"; }
  footer a {
    color: #ffffff !important;
    text-decoration: none; }
    footer a:hover {
      color: #ffffff !important;
      text-decoration: underline; }

@media all and (max-width: 575px) {
  .MemberInfo {
    display: flex;
    align-items: center;
    justify-content: start; }
    .MemberInfo .btn {
      font-size: 0.8em;
      margin-right: 6px !important; }
    .MemberInfo .vertical-align-middle {
      font-size: 12px; } }

@media all and (max-width: 320px) {
  .MemberInfo {
    margin-right: 4px !important;
    flex-wrap: wrap; }
    .MemberInfo .vertical-align-middle {
      font-size: 12px; } }

.opening {
  overflow: hidden; }
  .opening .topbtnarea {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 75px;
    letter-spacing: 3px;
    z-index: 9; }
    .opening .topbtnarea a {
      color: inherit; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .topbtnarea {
        font-size: 25px; } }
  .opening .maintitlearea {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0px auto; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .maintitlearea {
        bottom: -50px;
        position: relative; } }
    @media all and (min-width: 576px) and (max-width: 767.98px) {
      .opening .maintitlearea {
        bottom: -40px;
        position: relative; } }
    @media (min-width: 1100px) {
      .opening .maintitlearea {
        bottom: 40px; } }
    @media all and (max-width: 575px) {
      .opening .maintitlearea {
        width: 100%;
        position: relative;
        top: 40px; } }
    @media all and (max-width: 575px) {
      .opening .maintitlearea .iconarea {
        display: block;
        padding: 0px 20px; }
        .opening .maintitlearea .iconarea img {
          width: 100%;
          margin: 0px auto; } }
    .opening .maintitlearea .titlearea {
      margin: 0px auto;
      position: relative;
      z-index: 2; }
      .opening .maintitlearea .titlearea .title01 {
        margin-top: 20px; }
        @media all and (max-width: 575px) {
          .opening .maintitlearea .titlearea .title01 {
            display: block;
            padding: 0px 20px; }
            .opening .maintitlearea .titlearea .title01 img {
              width: 100%;
              margin: 0px auto; } }
      .opening .maintitlearea .titlearea .title02 {
        margin-top: 10px; }
        @media all and (max-width: 575px) {
          .opening .maintitlearea .titlearea .title02 {
            display: block;
            padding: 0px 20px;
            margin-top: 0px; }
            .opening .maintitlearea .titlearea .title02 img {
              width: 100%;
              margin: 0px auto; } }
      .opening .maintitlearea .titlearea .maskt {
        width: 500px;
        height: 0;
        border-width: 0 37px 92px 37px;
        border-style: none solid solid;
        border-color: transparent transparent red;
        margin: 0px auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 20px;
        z-index: -1; }
        @media all and (max-width: 575px) {
          .opening .maintitlearea .titlearea .maskt {
            display: block;
            width: 90%;
            top: 20px; } }
      .opening .maintitlearea .titlearea .maskb {
        width: 504px;
        height: 0;
        border-top: 180px solid #ff0211;
        border-right: 110px solid transparent;
        border-left: 110px solid transparent;
        margin: 0px auto;
        position: absolute;
        right: 0;
        left: 0;
        top: 111px;
        z-index: -1; }
        @media all and (max-width: 575px) {
          .opening .maintitlearea .titlearea .maskb {
            display: block;
            width: 90%;
            top: 112px; } }
  .opening .redbgcover {
    background: #f5f5f5;
    width: 100%;
    height: 75px;
    position: relative;
    z-index: 88;
    top: 0px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center; }
    @media all and (max-width: 575px) {
      .opening .redbgcover {
        display: none; } }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .redbgcover {
        height: 100%;
        z-index: 1; } }
  .opening .bubblearea {
    height: 40px;
    width: 100%;
    z-index: 99;
    bottom: -380px; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .bubblearea {
        display: none; } }
    @media all and (min-width: 992px) and (max-width: 1199.98px) {
      .opening .bubblearea {
        bottom: -100px; } }
    @media all and (min-width: 1200px) and (max-width: 1439.98px) {
      .opening .bubblearea {
        bottom: -170px; } }
    @media all and (min-width: 1440px) and (max-width: 1599.98px) {
      .opening .bubblearea {
        bottom: -170px; } }
    @media all and (min-width: 1600px) and (max-width: 1999.98px) {
      .opening .bubblearea {
        bottom: -170px; } }
  .opening .hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform; }
  .opening .hvr-grow-shadow:hover,
  .opening .hvr-grow-shadow:focus,
  .opening .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .opening .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform; }
    .opening .hvr-shrink:hover, .opening .hvr-shrink:focus, .opening .hvr-shrink:active {
      transform: scale(0.9); }
  .opening .hvr-glow {
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: box-shadow;
    display: block; }
    .opening .hvr-glow:hover, .opening .hvr-glow:focus, .opening .hvr-glow:active {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .opening .ani_updown1 {
    left: 10%;
    z-index: 1;
    animation: ani_updown1 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown1 {
        animation: ani_updown1-pad 7s infinite normal;
        width: 10%; } }

@keyframes ani_updown1 {
  0%,
  100% {
    bottom: 80%; }
  50% {
    bottom: 20%; } }

@keyframes ani_updown1-pad {
  0%,
  100% {
    bottom: 80%; }
  50% {
    bottom: 70%; } }
  .opening .ani_updown3_2 {
    z-index: 0;
    left: 5%;
    animation: ani_updown3_2 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown3_2 {
        width: 15%; } }

@keyframes ani_updown3_2 {
  0%,
  100% {
    bottom: 90%; }
  50% {
    bottom: 80%; } }
  .opening .ani_updown2 {
    z-index: 1;
    left: 5%;
    animation: ani_updown2 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown2 {
        animation: ani_updown2-pad 7s infinite normal;
        width: 10%;
        left: 0%; } }

@keyframes ani_updown2 {
  0%,
  100% {
    bottom: 10%; }
  50% {
    bottom: 50%; } }

@keyframes ani_updown2-pad {
  0%,
  100% {
    bottom: 80%; }
  50% {
    bottom: 90%; } }
  .opening .ani_updown3 {
    z-index: 1;
    left: 15%;
    animation: ani_updown3 5s infinite normal; }

@keyframes ani_updown3 {
  0%,
  100% {
    bottom: 60%; }
  50% {
    bottom: 40%; } }
  .opening .ani_updown4 {
    z-index: 1;
    left: 12%;
    animation: ani_updown4 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown4 {
        animation: ani_updown4-pad 7s infinite normal;
        width: 20%;
        left: 10%; } }

@keyframes ani_updown4 {
  0%,
  100% {
    bottom: 10%; }
  50% {
    bottom: 20%; } }

@keyframes ani_updown4-pad {
  0%,
  100% {
    bottom: 90%; }
  50% {
    bottom: 95%; } }
  .opening .ani_updown5 {
    z-index: 1;
    right: 10%;
    animation: ani_updown5 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown5 {
        width: 10%;
        animation: ani_updown5-pad 5s infinite normal; } }

@keyframes ani_updown5 {
  0%,
  100% {
    bottom: 20%; }
  50% {
    bottom: 80%; } }

@keyframes ani_updown5-pad {
  0%,
  100% {
    bottom: 90%; }
  50% {
    bottom: 80%; } }
  .opening .ani_updown6 {
    z-index: 1;
    right: 5%;
    animation: ani_updown6 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown6 {
        width: 12%;
        animation: ani_updown6-pad 8s infinite normal; } }

@keyframes ani_updown6 {
  0%,
  100% {
    bottom: 140%; }
  50% {
    bottom: 20%; } }

@keyframes ani_updown6-pad {
  0%,
  100% {
    bottom: 120%; }
  50% {
    bottom: 105%; } }
  .opening .ani_updown7 {
    z-index: 1;
    right: 15%;
    animation: ani_updown7 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown7 {
        animation: ani_updown7-pad 5s infinite normal;
        width: 14%;
        right: 8%; } }

@keyframes ani_updown7 {
  0%,
  100% {
    bottom: 60%; }
  50% {
    bottom: 20%; } }

@keyframes ani_updown7-pad {
  0%,
  100% {
    bottom: 95%; }
  50% {
    bottom: 90%; } }
  .opening .ani_updown7_2 {
    z-index: 0;
    right: 2%;
    animation: ani_updown7_2 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown7_2 {
        animation: ani_updown7_2 8s infinite normal;
        width: 10%; } }

@keyframes ani_updown7_2 {
  0%,
  100% {
    bottom: 90%; }
  50% {
    bottom: 80%; } }
  .opening .ani_updown8 {
    z-index: 1;
    right: 12%;
    animation: ani_updown8 5s infinite normal; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .ani_updown8 {
        animation: ani_updown8-pad 3s infinite normal;
        width: 10%; } }

@keyframes ani_updown8 {
  0%,
  100% {
    bottom: 10%; }
  50% {
    bottom: 20%; } }

@keyframes ani_updown8-pad {
  0%,
  100% {
    bottom: 110%; }
  50% {
    bottom: 100%; } }
  .opening .flicker_light1 {
    animation: flicker1 500ms 1s ease infinite alternate; }

@keyframes flicker1 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  .opening .item a .proditem {
    overflow: hidden;
    transition: all 0.5s ease;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    @media all and (max-width: 575px) {
      .opening .item a .proditem .prod {
        height: auto; } }
    .opening .item a .proditem .prod img {
      object-fit: contain;
      object-position: center;
      display: block;
      max-width: 100%;
      margin: 0 auto;
      height: 303px; }
      @media all and (min-width: 992px) and (max-width: 1199.98px) {
        .opening .item a .proditem .prod img {
          height: 220px !important;
          width: 100% !important; } }
      @media all and (min-width: 768px) and (max-width: 991.98px) {
        .opening .item a .proditem .prod img {
          height: 224px !important;
          width: 100% !important; } }
      @media all and (max-width: 575px) {
        .opening .item a .proditem .prod img {
          height: 188px !important;
          width: 100% !important; } }
      @media all and (max-width: 320px) {
        .opening .item a .proditem .prod img {
          height: 145px !important; } }
    .opening .item a .proditem .prod .jpprice {
      background: #000;
      opacity: 0.8;
      padding: 4px 6px 4px 6px;
      bottom: 2px; }
      .opening .item a .proditem .prod .jpprice .price {
        font-size: 14px;
        color: #fff; }
    .opening .item a .proditem .prodname {
      padding: 10px 0px 0px;
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      color: #212222;
      line-height: 27px;
      height: 70px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      word-wrap: break-word;
      white-space: normal !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media all and (min-width: 768px) and (max-width: 991.98px) {
        .opening .item a .proditem .prodname {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: break-word;
          white-space: normal !important;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          font-size: 24px;
          padding: 0px;
          margin-bottom: 10px !important;
          margin-top: 10px !important;
          height: 57px; } }
      @media all and (max-width: 575px) {
        .opening .item a .proditem .prodname {
          display: -webkit-box;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: break-word;
          white-space: normal !important;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          font-size: 15px;
          padding: 0px 10px;
          line-height: 18px;
          margin-bottom: 5px !important;
          margin-top: 5px !important;
          height: 38px; } }
    .opening .item a .proditem .price1,
    .opening .item a .proditem .price2,
    .opening .item a .proditem .diffprice {
      width: 90%;
      margin: auto;
      color: #212222;
      margin-top: 10px; }
      @media all and (min-width: 768px) and (max-width: 991.98px) {
        .opening .item a .proditem .price1,
        .opening .item a .proditem .price2,
        .opening .item a .proditem .diffprice {
          width: 95%; } }
    .opening .item a .proditem .price1 p,
    .opening .item a .proditem .price2 p,
    .opening .item a .proditem .diffprice p {
      font-size: 16px;
      text-align: left;
      margin: 0 0 10px; }
      @media all and (max-width: 320px) {
        .opening .item a .proditem .price1 p,
        .opening .item a .proditem .price2 p,
        .opening .item a .proditem .diffprice p {
          font-size: 14px; } }
    .opening .item a .proditem .price1 span,
    .opening .item a .proditem .price2 span,
    .opening .item a .proditem .diffprice span {
      font-size: 18px;
      text-align: right; }
    .opening .item a .proditem .price1 p,
    .opening .item a .proditem .price1 span {
      display: block; }
    .opening .item a .proditem .price2 p,
    .opening .item a .proditem .price2 span {
      display: block; }
    .opening .item a .proditem .diffprice {
      display: flex;
      justify-content: space-around; }
      .opening .item a .proditem .diffprice p,
      .opening .item a .proditem .diffprice span {
        width: 50%;
        border-top: 1px solid #f5f5f5;
        margin: 20px 0;
        padding: 10px 0;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 2.6px;
        color: #e72121; }
        @media all and (max-width: 320px) {
          .opening .item a .proditem .diffprice p,
          .opening .item a .proditem .diffprice span {
            font-size: 17px; } }
    .opening .item a .proditem .srcprice {
      font-size: 16px;
      letter-spacing: 1.6px;
      text-align: center;
      color: #b4b4b4; }
  @media (min-width: 768px) {
    .opening .item a .proditem .prodname {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .opening .item a .proditem .price1 p,
    .opening .item a .proditem .price2 p,
    .opening .item a .proditem .diffprice p {
      letter-spacing: 1.6px; } }
  @media (min-width: 768px) {
    .opening .item a .proditem .price1 span,
    .opening .item a .proditem .price2 span,
    .opening .item a .proditem .diffprice span {
      letter-spacing: 1.8px; } }
  @media (min-width: 768px) {
    .opening .item a .proditem .price1,
    .opening .item a .proditem .price2 {
      display: flex;
      justify-content: space-around; } }
  @media (min-width: 768px) {
    .opening .item a .proditem .price1 p,
    .opening .item a .proditem .price1 span {
      width: 50%; }
    .opening .item a .proditem .price2 p,
    .opening .item a .proditem .price2 span {
      width: 50%; } }
  @media (min-width: 768px) {
    .opening .item a .proditem .diffprice p,
    .opening .item a .proditem .diffprice span {
      padding: 20px 0;
      font-size: 26px; } }
  .opening .title {
    margin-bottom: 20px; }
    .opening .title p {
      margin: 20px 0;
      font-size: 22px;
      letter-spacing: 2.2px;
      text-align: left;
      color: #212222; }
    .opening .title .text {
      font-size: 30px;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 2px;
      padding: 14px 14px 14px 0;
      border-bottom: 4px dashed #b4b4b4; }
      .opening .title .text span {
        color: #4191cd;
        font-weight: 900; }
    .opening .title .actrule {
      width: 228px;
      height: 35px;
      padding: 5px;
      border-radius: 5px;
      box-shadow: 2px 2px 0 0 #4191cd;
      border: solid 1px #4191cd;
      text-align: center; }
      .opening .title .actrule span {
        font-size: 18px;
        letter-spacing: 1.8px;
        color: #4191cd; }
  @media (min-width: 768px) {
    .opening .title {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .opening .title .text {
      letter-spacing: 4px;
      font-size: 40px; } }
  @media (min-width: 768px) {
    .opening .title .text span {
      color: #fff;
      background-color: #000;
      border-radius: 8px;
      padding: 2px 6px;
      margin: 0 2px 0 0; } }
  .opening .textbox {
    margin: 0 0 10px;
    border-radius: 20px; }
  .opening .freedelivery.textbox_red {
    height: 600px; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .freedelivery.textbox_red {
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 30px !important; } }
    @media all and (max-width: 575px) {
      .opening .freedelivery.textbox_red {
        height: auto;
        margin-bottom: 20px; } }
  .opening .textbox_red {
    border-radius: 10px;
    border: solid 1px #e72121;
    background-color: #fff; }
    .opening .textbox_red button {
      display: block;
      margin: 10px auto 0;
      width: 90%;
      border-radius: 10px;
      padding: 14px 0;
      border: none; }
      .opening .textbox_red button span {
        letter-spacing: 3px;
        font-size: 30px;
        font-weight: bold;
        color: #fff; }
  @media (min-width: 768px) {
    .opening .textbox_red button {
      max-width: 270px; } }
  .opening .bg_red {
    background-color: #e72121; }
  .opening .bg_blue {
    background-color: #4191cd; }
  .opening .bg_skyblue {
    background-color: #bbedff; }
  .opening .button_color {
    margin: auto;
    max-width: 200px;
    border: none;
    border-radius: 10px; }
    .opening .button_color span {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 2.6px;
      color: #fff; }
  .opening .sec_gray {
    background-color: #f5f5f5; }
    .opening .sec_gray p {
      font-size: 24px;
      line-height: 1.4;
      letter-spacing: 2.6px;
      text-align: left;
      color: #212222; }
      @media all and (max-width: 320px) {
        .opening .sec_gray p {
          font-size: 17px; } }
  @media (min-width: 768px) {
    .opening .sec_gray p {
      font-size: 26px; } }
  .opening .bnpic_h {
    height: 300px; }
  @media (min-width: 768px) {
    .opening .bnpic_h {
      height: auto; } }
  .opening .bnpic {
    max-width: 1200px; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .bnpic {
        width: 135%; } }
  .opening .bnwrap {
    height: 430px;
    overflow: hidden; }
  @media all and (min-width: 768px) and (max-width: 991.98px) {
    .opening .bnwrap {
      height: 400px; } }
  @media all and (min-width: 576px) and (max-width: 767.98px) {
    .opening .bnwrap {
      height: 400px; } }
  @media all and (max-width: 575px) {
    .opening .bnwrap {
      height: 330px;
      position: relative; } }
  @media all and (max-width: 320px) {
    .opening .bnwrap {
      height: 280px;
      position: relative; } }
  @media (min-width: 1000px) {
    .opening .bnwrap {
      height: 430px; } }
  @media (min-width: 1400px) {
    .opening .bnwrap {
      height: 430px; } }
  @media (min-width: 1700px) {
    .opening .bnwrap {
      height: 430px; } }
  .opening .banner .textbox {
    min-height: 240px; }
    @media all and (max-width: 575px) {
      .opening .banner .textbox {
        padding-bottom: 15px; } }
    .opening .banner .textbox p {
      line-height: 1.6;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 2.6px;
      color: #212222; }
      .opening .banner .textbox p .textbox_h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 0.53;
        color: #4191cd; }
      .opening .banner .textbox p.btntoptext {
        letter-spacing: 4px !important;
        font-weight: 600 !important; }
        @media all and (max-width: 575px) {
          .opening .banner .textbox p.btntoptext {
            letter-spacing: 0px !important; } }
        @media all and (max-width: 320px) {
          .opening .banner .textbox p.btntoptext {
            font-size: 20px !important; } }
      .opening .banner .textbox p .textbox_h2 {
        font-size: 45px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 6px; }
        @media all and (max-width: 575px) {
          .opening .banner .textbox p .textbox_h2 {
            font-size: 30px;
            letter-spacing: 0px; } }
        @media all and (max-width: 320px) {
          .opening .banner .textbox p .textbox_h2 {
            font-size: 22px; } }
        .opening .banner .textbox p .textbox_h2 .fillbortext {
          color: #fff;
          font-size: 50px;
          position: relative;
          letter-spacing: 5px;
          margin-left: 7px;
          z-index: 2;
          word-break: keep-all; }
          @media all and (max-width: 575px) {
            .opening .banner .textbox p .textbox_h2 .fillbortext {
              font-size: 35px; } }
          .opening .banner .textbox p .textbox_h2 .fillbortext:after {
            content: attr(data-text);
            -webkit-text-stroke: 8px #000000;
            color: #000000;
            position: absolute;
            left: 0;
            right: 0;
            z-index: -1;
            top: 0;
            bottom: 0;
            margin: auto;
            transform: translate(0px, 6px); }
            @media all and (max-width: 575px) {
              .opening .banner .textbox p .textbox_h2 .fillbortext:after {
                -webkit-text-stroke: 6px #000000;
                transform: translate(0px, 5px); } }
      .opening .banner .textbox p .textbox_limit {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2.6px;
        color: #e72121; }
  .opening .banner .textbox_yellow {
    background-color: #ffc746;
    box-shadow: 0px 10px 0px #e49308;
    max-width: 750px; }
    .opening .banner .textbox_yellow .text p:first-child {
      line-height: 1.2;
      font-size: 27px;
      font-weight: 900;
      letter-spacing: 0px;
      color: #212222; }
  .opening .banner .textbox_white {
    background-color: #ffffff;
    box-shadow: 0px 10px 0px #bbedff; }
    .opening .banner .textbox_white > span {
      font-size: 24px;
      line-height: 1.13;
      letter-spacing: 2.4px;
      text-align: center;
      color: #212222;
      border-bottom: 1px solid #f5f5f5; }
  .opening .banner .textbox_blue {
    background-color: #f5f5f5;
    box-shadow: 0px 10px 0px #55beee; }
  @media all and (min-width: 768px) and (max-width: 991.98px) {
    .opening .sec1 .title .getcoupon {
      order: 1; } }
  @media all and (min-width: 768px) and (max-width: 991.98px) {
    .opening .sec1 .title .actrule {
      order: 2;
      position: static; } }
  .opening .sec4 .container {
    padding: 0px 0px; }
    @media all and (max-width: 575px) {
      .opening .sec4 .container {
        padding: 0px 10px; } }
  @media (min-width: 768px) {
    .opening .banner .textbox {
      min-height: 240px; } }
  @media (min-width: 768px) {
    .opening .banner .textbox p {
      font-size: 26px; } }
  @media (min-width: 768px) {
    .opening .banner .textbox p .textbox_h3 {
      font-size: 36px; } }
  @media (min-width: 768px) {
    .opening .banner .textbox_white > span {
      font-size: 24px; } }
  .opening .textwrap {
    padding: 0px; }
  @media (min-width: 768px) {
    .opening .textwrap {
      padding: 0px; } }
  @media (min-width: 1000px) {
    .opening .textwrap {
      padding: 0px; } }
  @media (min-width: 1400px) {
    .opening .textwrap {
      padding: 0px; } }
  .opening .section_top {
    padding-top: 20px; }
  @media (min-width: 768px) {
    .opening .section_top {
      padding-top: 40px; } }
  .opening .section_bottom {
    padding-bottom: 40px; }
  @media (min-width: 768px) {
    .opening .section_bottom {
      padding-bottom: 80px; } }
  .opening .freedelivery .comingsoon {
    background-color: #b4b4b4; }
  .opening .freedelivery .remind {
    background-color: #fff;
    border: solid 1px #e72121; }
    .opening .freedelivery .remind span {
      color: #e72121; }
  .opening .schedule {
    padding: 30px 20px;
    line-height: 1.5;
    border-radius: 10px;
    box-shadow: 5px 5px 0 0 #e72121;
    border: solid 1px #e72121;
    height: 600px;
    overflow: auto; }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .opening .schedule {
        height: 300px;
        overflow: auto; } }
    @media all and (max-width: 575px) {
      .opening .schedule {
        height: 300px;
        overflow: auto; } }
    .opening .schedule span {
      display: block;
      font-size: 24px;
      color: #b4b4b4; }
    .opening .schedule .now_act {
      font-weight: bold;
      font-size: 28px;
      color: #e72121; }
  .opening .sec2 .text_total img {
    width: 200px; }
  .opening .sec2 .text_total p {
    font-size: 38px;
    font-weight: 900;
    color: #212222; }
  .opening .sec2 .text_register p {
    font-size: 20px;
    line-height: 1.67;
    text-align: center;
    color: #212222; }
  @media (min-width: 768px) {
    .opening .sec2 .text_total p {
      font-size: 52px;
      letter-spacing: 5.2px; } }
  @media (min-width: 768px) {
    .opening .sec2 .text_register p {
      font-size: 30px;
      letter-spacing: 3px; } }
  .opening .sec2_gray {
    margin: 30px 0 0;
    background-color: #fafafa; }
    .opening .sec2_gray .sec2_graybox {
      top: -30px; }
      @media all and (max-width: 320px) {
        .opening .sec2_gray .sec2_graybox .w-90 {
          width: 100% !important; }
        .opening .sec2_gray .sec2_graybox .bg_blue.button_color span {
          font-size: 18px; } }
    .opening .sec2_gray .textbox {
      border-radius: 10px;
      box-shadow: 4px 4px 0 0 #55beee;
      background-color: #f5f5f5; }
      .opening .sec2_gray .textbox img {
        display: block;
        margin: auto; }
      .opening .sec2_gray .textbox > span,
      .opening .sec2_gray .textbox > p {
        padding: 6px 0;
        color: #212222; }
      .opening .sec2_gray .textbox > span {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 2.6px; }
      .opening .sec2_gray .textbox > p {
        font-size: 16px;
        letter-spacing: 1.6px; }
  @media (min-width: 768px) {
    .opening .sec2_gray {
      margin: 90px 0 0; } }
  @media (min-width: 768px) {
    .opening .sec2_gray .sec2_graybox {
      top: -100px; } }
  .opening .sec3 p {
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
    color: #212222; }
  .opening .hotitem a .circle .circlepic {
    overflow: hidden;
    margin: auto; }
    .opening .hotitem a .circle .circlepic img {
      width: 100%;
      border-radius: 250px;
      transition: all 0.2s;
      -webkit-transition: all 0.2s; }
  .opening .hotitem a:hover .circle .circlepic img {
    opacity: .65;
    border-radius: 0; }
  .opening .hotitem span {
    text-align: center;
    display: block;
    margin: 10px;
    font-weight: bolder;
    font-size: 20px; }
  .opening .sec6 {
    border-top: 1px solid #f5f5f5; }
    .opening .sec6 h3 {
      font-size: 28px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .opening .sec6 .subtitle .text {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 2.6px;
      text-align: left;
      color: #212222; }
    .opening .sec6 .txt {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.67;
      letter-spacing: 1.8px;
      text-align: left;
      color: #212222; }
  @media (min-width: 768px) {
    .opening .sec6 .subtitle .text {
      letter-spacing: 4px;
      font-size: 40px; } }

#gototop {
  position: fixed;
  cursor: pointer;
  right: 50px;
  z-index: 99;
  width: 30px;
  height: 30px;
  bottom: 70px; }
  @media all and (max-width: 575px) {
    #gototop {
      position: fixed;
      cursor: pointer;
      right: 10px;
      bottom: 70px;
      z-index: 99; } }

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