@charset "UTF-8";
/* CSS Document */
/* ---reset.css--- */
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;
}

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

html {
  background: url("../images/bg.jpg") top center repeat;
}

/* body {
  background: transparent !important;
  margin: 0 !important;
} */
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
  /* width: 100% !important;
  max-width: 1920px !important;
  padding: 0; */
}

/* .topbox {
  position: relative;
  width: 1200px;
  margin: auto;
}
.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap-reverse;
}
.kv_pc img {
  display: block;
  text-align: center;
} */
.kv_m {
  display: none;
}

/* .kv_m img {
  display: block;
}
.kv_m a {
  font-size: 0;
  display: block;
} */
.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  /* .kv_m img {
    width: 100%;
  } */
  .kv_pc {
    display: none;
  }
  /* .container {
    width: 100%;
    min-width: auto;
  } */
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
}
/*--  錨點微調--*/
.target-fix {
  position: relative;
  top: 0px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -30px;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}

#gotop::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/top.png) center no-repeat;
  background-size: 50%;
  background-position: 50% 20%;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#gotop:active {
  background-color: #ccc;
}

#gotop.show {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
}
/* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}

#share::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/share.png) center no-repeat;
  background-size: 20px;
  background-position: 50% 30%;
}

#share:hover {
  cursor: pointer;
  background-color: #666;
}

#share:active {
  background-color: #666;
}

@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
.block_0 a, .go_btn img, .go_btn a, .blk_pre a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.block_0 a:hover, .go_btn img:hover, .go_btn a:hover, .blk_pre a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
#gotop::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 85% 35%;
}

#share::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 80% 35%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header img {
  display: inline;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  body,
  header {
    min-width: 1200px;
  }
}
.slick-dots li button:before {
  font-size: 1.5rem !important;
  color: #9caf3a !important;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 140px;
  display: block;
  background: #9caf3a;
  z-index: 999;
  height: auto;
  position: fixed;
  top: 100px;
  right: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: background-color 1s, opacity 1s, visibility 1s;
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    background-color: #9caf3a;
    top: 0;
    left: 0;
  }
  .menustyle2.show {
    opacity: 1;
    visibility: visible;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
}
.menustyle2 .nav-pills .nav-link {
  border-radius: 0;
}
.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
  background: #ffc84d;
  color: #e44b46;
}
@media screen and (max-width: 991px) {
  .menustyle2 .nav-link:focus,
  .menustyle2 .nav-link:hover {
    background: unset;
    color: unset;
  }
}
.menustyle2 ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .menustyle2 ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menustyle2 li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.5px solid #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .menustyle2 li {
    width: auto;
    font-size: 20px;
    color: #fff;
    border-right: 0.5px solid rgba(255, 255, 255, 0.5647058824);
    border-bottom: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 450px) {
  .menustyle2 li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.menustyle2 li:nth-last-child(1) {
  border-bottom: unset;
  border-right: unset;
}
.menustyle2 a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 6px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .menustyle2 a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
    padding: 0.7em 1em;
  }
}
.menustyle2 .active {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #ffc84d !important;
  color: #e44b46 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #9caf3a;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: rgb(87.7081545064, 98.3905579399, 32.6094420601);
  }
}
.menustyle2 .showByDate {
  width: 100%;
}
.menustyle2 .showByDate .nav-item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menustyle2 .nav-item-50 {
  width: 50%;
}
.menustyle2 .nav-item-50:nth-child(even) {
  border-left: 0.5px solid #9caf3a;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #9caf3a;
}

.side-menu2,
#TopMenu2,
#MainEventMenu-pc,
#closebtn,
#share,
#gotop,
header,
footer,
.edmNoShow {
  /*display: none !important;*/
}

.showByDate {
  /*display: block !important;*/
}

html,
body {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  html,
  body {
    background-image: url(../images/bg_m.jpg);
    background-size: 100% 100%;
  }
}

.container {
  max-width: unset;
  padding: 0;
}
.btt {
  font-family: "Noto Sans TC";
  font-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 46px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 23px;
  }
}

.blk_bas {
  margin-top: 30px;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 10px;
  }
}

.blk_head {
  max-width: 1400px;
  margin: 0 auto -1px;
  padding: 9em 0 4.5em;
  background-image: url(../images/body1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 1200px) {
  .blk_head {
    padding: 9em 0 3.6em;
  }
}
@media screen and (max-width: 991px) {
  .blk_head {
    padding: 9em 0 2.5em;
    background-size: 110% auto;
  }
}
@media screen and (max-width: 450px) {
  .blk_head {
    padding: 4em 0 1.8em;
  }
}
@media screen and (max-width: 400px) {
  .blk_head {
    padding: 4em 0 1.4em;
  }
}
.block_Type .blk_head {
  background-image: url(../images/body1B.png);
  background-size: 100% 100%;
  padding: 2em 0;
}
@media screen and (max-width: 991px) {
  .block_Type .blk_head {
    padding: 1em 0;
    background-size: 110% auto;
  }
}

.blk_body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 120px;
}
@media screen and (max-width: 991px) {
  .blk_body {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 450px) {
  .blk_body {
    padding: 0 0 40px;
  }
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_bas .blk_body {
  background-image: url(../images/body3.png), url(../images/body2.png);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto, 100% 100%;
  background-position: center bottom, center top;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body {
    background-size: 110% auto, 110% 110%;
  }
}
.blk_bas .blk_body > *:nth-child(1) {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-child(1) {
    margin-top: 0px;
  }
}
.blk_bas .blk_body > *:nth-last-child(1) {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-last-child(1) {
    margin-bottom: 0px;
  }
}

.blk_item {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_item {
  margin-top: 20px;
}

.notice {
  text-align: center;
  font-size: 14px;
  padding: 0 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}

.go_btn {
  max-width: 800px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .go_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.go_btn a {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #ffc84d;
  color: #fff;
  padding: 0.6em 1em;
  background-image: url(../images/sttB.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .go_btn a {
    font-size: 24px;
  }
}
.more {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #9caf3a;
  padding: 0.3em 0.5em;
  border-radius: 999em;
  margin-left: 0.5em;
}
@media screen and (max-width: 450px) {
  .more {
    font-size: 16px;
  }
}
.more:hover {
  color: #fff;
  background-color: rgb(180.313304721, 198.7424892704, 85.2575107296);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.snowflake img {
  width: auto;
  height: auto;
}

.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 991px) {
  .snowflake {
    display: none;
  }
}

.snowflake,
.snowflake .inner {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(110vh) rotate(360deg);
            transform: translateY(110vh) rotate(360deg);
  }
}

@keyframes snowflakes-fall {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(110vh) rotate(360deg);
            transform: translateY(110vh) rotate(360deg);
  }
}
@-webkit-keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-shake;
          animation-name: snowflakes-shake;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.snowflake .inner {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-name: snowflakes-fall;
          animation-name: snowflakes-fall;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.snowflake:nth-of-type(0) .inner {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.snowflake:first-of-type {
  left: 10%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.snowflake:first-of-type .inner,
.snowflake:nth-of-type(8) .inner {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.snowflake:nth-of-type(2) {
  left: 90%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.snowflake:nth-of-type(2) .inner,
.snowflake:nth-of-type(6) .inner {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.snowflake:nth-of-type(11) .inner,
.snowflake:nth-of-type(3) .inner {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.snowflake:nth-of-type(4) {
  left: 70%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.snowflake:nth-of-type(10) .inner,
.snowflake:nth-of-type(4) .inner {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.snowflake:nth-of-type(5) .inner {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.snowflake:nth-of-type(7) .inner {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.snowflake:nth-of-type(9) .inner {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

.topbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.kv_item {
  position: absolute;
}

.kv_item-deco1 {
  width: 5%;
  top: 27%;
  left: 79%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}

.kv_item-deco2 {
  width: 8%;
  top: 44%;
  left: 18.2%;
  -webkit-animation: floatAni 1.5s -2s ease-in-out infinite alternate;
          animation: floatAni 1.5s -2s ease-in-out infinite alternate;
}

.kv_item-subTitle {
  width: 5%;
  top: 7%;
  left: 72.5%;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.2s both;
}

.kv_item-subSale {
  width: 30%;
  top: 81%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
}

.kv_item-title {
  width: 32%;
  top: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.8s both;
}

.kv_item-sale {
  width: 37%;
  top: 59%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.3s both;
}

.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 a {
  padding: 10px;
}

.block_app .regular4item {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .block_app .regular4item {
    margin-bottom: 0;
  }
}
.block_app .regular4item-intro li {
  background: transparent !important;
}
.block_app .regular4item-intro .font {
  height: 110px;
}
.block_app .regular4item-intro .font h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  padding: 0 30px;
  background: #ed611a;
  color: #fff;
}
.block_app .regular4item-intro .font p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ed611a;
  margin-top: 1em;
}
.block_app .regular4item-intro img {
  width: 220px !important;
  height: 504px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 10px auto;
}
@media screen and (max-width: 991px) {
  .block_app .items5 li {
    padding: 3vw;
    margin: 1vw;
  }
  .block_app .regular4item-intro .font {
    height: 26vw !important;
  }
  .block_app .regular4item-intro img {
    width: 60vw !important;
    height: 126vw !important;
  }
  .block_app .bg_5 {
    margin-bottom: 0vw;
  }
  .block_app .regular4item-intro .font h4 {
    font-size: 4vw;
    padding: 0 4vw;
    line-height: 1;
    height: 10vw;
  }
  .block_app .regular4item-intro .font p {
    font-size: 4.5vw;
    height: 16vw;
  }
}

.block_Ereader {
  margin-bottom: 30px;
}

.block_3 .brand {
  max-width: 85%;
}

.block_4 .row {
  max-width: 1110px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
  .block_4 .row {
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .block_4 .row a {
    margin-bottom: 10px;
  }
}
.block_4 .row img {
  width: 100%;
}

.block_5 .special_5p_1 {
  margin-bottom: 0;
}

.hightlight .font h4,
.special_5p_1 .hightlight_5p ul li h4 {
  background: #9caf3a;
}

@media screen and (max-width: 991px) {
  .hightlight_5p ul li:first-child .font h4 {
    color: rgb(121.8540772532, 136.69527897, 45.30472103);
  }
}

.box-mix {
  margin-top: 0;
}

.banner {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .keywordA ul {
    margin-top: 0;
  }
}
.keywordA li {
  border: solid 2px #413e34;
  background: #b2c748;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 999em;
}
.keywordA li:hover {
  background: #ed611a;
}
.keywordA a {
  color: #413e34;
}

@media screen and (max-width: 450px) {
  .special_5p_1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA {
    height: unset;
    position: unset;
    margin: 0 auto;
  }
}
.special_5p_1 .title_AA h2 {
  font-family: "Noto Sans TC";
  font-size: 40px;
  color: #000;
  letter-spacing: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/stt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 0.5em;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    position: unset;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 24px;
  }
}

.special_5p_1 .hightlight_5p ul li:first-child,
.special_5p_1 .hightlight_5p ul li {
  height: unset;
}

.recommend_4p img {
  width: 100%;
  height: auto;
}

.triple .font img {
  display: inline-block;
}

.alternate ul:nth-child(odd) li:first-child img,
.alternate ul:nth-child(even) li:last-child img {
  margin: unset;
}

.boxmix-forbn .box-mix ul.hightlight li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.toptitle img,
.hightlight img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
  .various .font h4 {
    position: unset;
  }
  .recommend_4p li,
  ul.crosswise-width46 li,
  .baseline li,
  .toptitle li,
  .various li,
  .circle li,
  .hightlight_5p li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .hightlight li,
  .circle li,
  .hightlight_5p li,
  .recommend_2p li,
  .various li,
  .various_5p li,
  .collect_5x6 .s-row li,
  .hightlight_5p li,
  ul.crosswise_3p_for2p li,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .hightlight li {
    width: calc(50% - 2vw);
  }
  .crosswise_3p li {
    width: calc(33.3333333333% - 2vw);
    padding: 5px;
  }
  .crosswise_3p li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crosswise_3p li img {
    width: 100%;
  }
  .broadwise li {
    width: calc(100% - 1vw);
  }
  .broadwise li img {
    width: 40%;
  }
  .broadwise li .font {
    width: calc(60% - 2vw);
  }
  .broadwise li:nth-child(3n) img {
    width: 50%;
  }
  .broadwise li:nth-child(3n) .font {
    width: 100%;
    margin-top: 2vw;
  }
  .toptitle .font h4,
  .alternate img,
  .hightlight_5p img,
  .various img,
  .hightlight img,
  .rectangle_3p img,
  .circle img {
    width: 100%;
  }
  .toptitle img {
    width: 100%;
    height: unset;
  }
  .circle .font h4 {
    width: unset;
  }
  .alternate .font h4 {
    width: unset;
    white-space: unset;
  }
}
.meeteslite .photograph img,
.boxmix-forbn .box-mix ul.quotes img,
.baseline li,
.zasshi3 ul li,
.hightlightAd li:first-child img,
.triple li,
.hightlight li a,
.hlfont h2,
.hightlightFont,
.toptitle li,
.broadwise li,
.hightlight ul,
.various li,
.collect_5x6 li,
.collect_5x6 .h-row li,
.recommend_2p li,
.swiper-brand a,
.alternate li,
.rectangle li,
.slick-slide,
.rectangle_3p li,
.various_5p li,
.crosswise_3p li,
.hightlight_5p li,
.hightlight li,
.block_a1 .title1slick4 .slick-slide,
.banner li,
.brand li {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .photograph a {
    border-radius: 10px;
    overflow: hidden;
  }
}