@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 {
  -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: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 flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@-webkit-keyframes scale_A {
  0% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
}
@keyframes scale_A {
  0% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
  50% {
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
  }
}
@-webkit-keyframes singleChangeAni {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10% {
    opacity: 1;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
  }
  60% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes singleChangeAni {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  10% {
    opacity: 1;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    pointer-events: auto;
  }
  60% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@-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;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 999;
  height: auto;
  position: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  overflow: hidden;
  background-color: #c41f26;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
}
.menustyle2.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.menustyle2 .nav-pills .nav-link {
  border-radius: 0;
}
.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
  background: -webkit-gradient(linear, left top, right top, from(#edb755), color-stop(25%, #ffe485), to(#edb755));
  background: linear-gradient(90deg, #edb755, #ffe485 25%, #edb755);
  color: #c41f26;
}
.menustyle2 ul {
  max-width: 1200px;
  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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menustyle2 li {
  border-right: 1px solid #fff;
}
.menustyle2 li:nth-of-type(1) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .menustyle2 li:nth-of-type(1) {
    border-left: unset;
  }
}
@media screen and (max-width: 991px) {
  .menustyle2 li:nth-last-of-type(1) {
    border-right: unset;
  }
}
@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;
  }
}
.menustyle2 a {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 26px;
  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: 0.5em;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .menustyle2 a {
    font-size: 1.1rem;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
    font-family: "Noto Serif TC", "微軟正黑體", "Microsoft JhengHei", Helvetica, Verdana, Arial;
    padding: 0.3em 0.5em;
  }
}
.menustyle2 a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .menustyle2 a br {
    display: block;
  }
}
.menustyle2 .active {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, right top, from(#edb755), color-stop(25%, #ffe485), to(#edb755)) !important;
  background: linear-gradient(90deg, #edb755, #ffe485 25%, #edb755) !important;
  color: #c41f26 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #c41f26;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: #6c1115;
  }
}
.menustyle2 .showByDate {
  width: 100%;
}
.menustyle2 .showByDate .nav-item {
  height: 100%;
}
.menustyle2 .nav-item-50 {
  width: 50%;
}
.menustyle2 .nav-item-50:nth-of-type(even) {
  border-left: 0.5px solid #c41f26;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}

.side-menu2,
#TopMenu2,
#MainEventMenu-pc,
#closebtn,
#share,
#gotop,
header,
footer,
.edmNoShow {
  /*display: none !important;*/
}

.showByDate {
  /*display: block !important;*/
}

html {
  background: #c41f26;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  html {
    background-size: 210% auto;
  }
}

.btt {
  padding: 0.2em 1em;
  font-size: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#edb755), color-stop(25%, #ffe485), to(#edb755));
  background: linear-gradient(90deg, #edb755, #ffe485 25%, #edb755);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #c41f26;
  border-radius: 999em 999em 0 0;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 32px;
  }
}

.stt {
  padding-top: 0.4em;
  font-size: 40px;
  color: #c41f26;
  border: 2px solid #c41f26;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0.5em;
  padding-bottom: 0.3em;
  background-color: #f7f8e6;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 991px) {
  .stt {
    font-size: 28px;
    width: 100%;
    padding: 0.4em;
  }
}
.stt:nth-of-type(1) {
  margin-top: 0.5em;
}
.stt:before, .stt:after {
  content: "";
  display: inline-block;
  background-image: url(../images/sttDeco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .stt:before, .stt:after {
    width: 24px;
    height: 24px;
  }
}
.stt:before {
  margin-right: 0.5em;
}
.stt:after {
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.blk_item_btt {
  background-color: #c41f26;
  color: #fff;
  font-size: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0.5em;
  padding: 0.4em 1em;
  border-radius: 999em;
}
@media screen and (max-width: 991px) {
  .blk_item_btt {
    font-size: 16px;
    padding: 0.2em 1em;
  }
}

.blk_item_stt {
  text-align: center;
  background-color: #c41f26;
  color: #fff;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0.5em;
  padding: 0.2em 1em;
  border-radius: 999em;
}
@media screen and (max-width: 991px) {
  .blk_item_stt {
    font-size: 14px;
  }
}

.titleMore {
  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;
}
.titleMore .stt {
  padding-top: 0;
}

.blk_pre {
  padding-top: 30px;
}

.blk_bas {
  margin-top: 100px;
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 30px;
  }
}

.blk_head {
  max-width: 1200px;
  margin: 0 auto;
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: rgba(247, 248, 230, 0.8);
  border: 3px solid;
  -o-border-image: linear-gradient(90deg, #edb755, #ffe485 25%, #edb755) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#edb755), color-stop(25%, #ffe485), to(#edb755)) 1;
     border-image: linear-gradient(90deg, #edb755, #ffe485 25%, #edb755) 1;
}
@media screen and (max-width: 991px) {
  .blk_body {
    background-color: unset;
    border: unset;
    -o-border-image: unset;
       border-image: unset;
  }
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}

.blk_item {
  padding: 12px 0;
}
.blk_item + .blk_item {
  margin-top: 20px;
}

.notice {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}

.go_btn {
  max-width: 1200px;
  width: 100%;
  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;
}

@media screen and (max-width: 991px) {
  .target-fix {
    top: -80px;
  }
}
.kv_pc {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.kv_pc img {
  width: 100%;
}

.topbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_item {
  position: absolute;
}

.kv_item-deco-1 {
  width: 9.2%;
  top: 0.2%;
  left: 55.5%;
}

.kv_item-deco-2 {
  width: 4%;
  top: 31%;
  left: 19.2%;
}

.kv_item-deco-3 {
  width: 6%;
  top: 80%;
  left: 76.5%;
}

.kv_item-snake-A {
  width: 56%;
  top: 58.5%;
  left: -14.5%;
}

.kv_item-snake-B {
  width: 29.5%;
  top: 4%;
  right: 0%;
}

.kv_item-title {
  width: 42%;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.kv_item-sale {
  width: 28%;
  top: 76%;
  left: 43%;
}

.block_0 .blk_body {
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .block_0 .blk_body {
    background-color: unset;
  }
}
.block_0 a {
  padding: 10px;
}
.block_0 .banner {
  padding: 0;
  margin: 0;
}

.block_branch {
  margin-bottom: 30px;
}
.block_branch .row {
  margin-bottom: 20px;
}
.block_branch .row .blk_item {
  margin-top: 20px;
}
.block_branch .row .various {
  width: unset;
}
.block_branch .stt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_branch .more {
  font-size: 0.8em;
  margin-left: 1em;
  background-color: #c41f26;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 999em;
}
.block_branch .more:hover {
  background-color: #df373e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

big {
  color: #c41f26;
}

.scene .font p,
.half ul h3 {
  color: #fff;
}


.keywordA li {
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 999em;
  background-color: #c41f26;
}

.keywordA a {
  color: #199f84;
  color: #fff;
}

.hightlight .font h4 {
  background-color: #199f84;
}

.alternate ul:nth-child(odd) li:first-child,
.half ul,
.collect_5x6 .s-row h4,
.collect_5x6 .special,
.alternate ul:nth-child(even) li:last-child {
  background-color: #ef766a;
}

.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;
}

@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
  .various .font h4 {
    position: unset;
  }
  .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;
  }
  .alternate img,
  .various_5p img,
  .hightlight_5p img,
  .various img,
  .hightlight img,
  .rectangle_3p img,
  .circle img {
    width: 100%;
  }
  .circle .font h4 {
    width: unset;
  }
  .alternate .font h4 {
    width: unset;
    white-space: unset;
  }
}
.alternate ul:nth-child(even) li:last-child img {
  margin: unset;
}

.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;
}