@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;
  position: relative; }
  .opening .leftimg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1; }
  .opening .rightimg {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1; }
  .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; } }
  @media all and (min-width: 768px) and (max-width: 991.98px) {
    .opening .maintitlearea {
      width: 90%;
      margin: 0px auto; } }
  @media all and (max-width: 575px) {
    .opening .maintitlearea {
      width: 100%;
      position: relative; } }
  @media all and (max-width: 575px) {
    .opening .maintitlearea .iconarea {
      display: block;
      padding: 0px;
      padding-bottom: 5px; }
      .opening .maintitlearea .iconarea img {
        margin: 0px auto;
        opacity: 0;
        animation-name: bounceIn;
        animation-duration: 450ms;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 0.5s; } }
  .opening .maintitlearea .iconarea img {
    margin: 0px auto;
    opacity: 0;
    animation-name: bounceIn;
    animation-duration: 450ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 0.5s; }
  .opening .maintitlearea .titlearea {
    margin: 0px auto;
    position: relative;
    z-index: 2; }
    .opening .maintitlearea .titlearea .title01 {
      margin-top: 20px; }
      .opening .maintitlearea .titlearea .title01 img {
        opacity: 0;
        animation-name: bounceIn;
        animation-duration: 450ms;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-delay: 1s; }
      @media all and (max-width: 575px) {
        .opening .maintitlearea .titlearea .title01 {
          display: block;
          padding: 0px 0px;
          margin-top: 0px; }
          .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 .text.text2 {
        border-bottom: 4px dashed #ffffff !important; }
    .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;
      background: #ffffff; }
      @media all and (min-width: 768px) and (max-width: 991.98px) {
        .opening .title .actrule {
          position: relative; } }
      .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;
    position: relative; }
    .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 {
    padding-top: 30px; }
    .opening .bg_skyblue:after {
      content: '';
      position: absolute;
      z-index: -2;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      right: 0px;
      background: repeating-conic-gradient(from 3deg at 50% 25%, #ffe14d 0deg 10deg, rgba(255, 225, 77, 0) 0deg 20deg) #FFD401; }
  .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; } }
  @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 {
    overflow: hidden; }
  @media all and (max-width: 575px) {
    .opening .bnwrap {
      position: relative; } }
  @media all and (max-width: 320px) {
    .opening .bnwrap {
      position: relative; } }
  .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 #ffca0b; }
    .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 .getcoupon {
      justify-content: center; } }
  @media all and (max-width: 575px) {
    .opening .getcoupon {
      justify-content: center; } }
  @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;
    background: #ffffff;
    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; } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0); }
  50% {
    opacity: 0.9;
    transform: scale(1.1); }
  80% {
    opacity: 1;
    transform: scale(0.89); }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0); } }

a.linkb {
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: block;
  padding: 10px;
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0px; }
  @media all and (max-width: 575px) {
    a.linkb {
      font-size: 15px;
      line-height: 20px; } }

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden; }

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal; }

.shine.small {
  width: 40px;
  height: 40px; }

.shine.medium {
  width: 60px;
  height: 60px; }

.shine.large {
  width: 100px;
  height: 100px; }

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.3) rotate(360deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0; } }

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