@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 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 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 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%);
  }
}
@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@-webkit-keyframes ppFloatAni {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(15%, 10%);
            transform: translate(15%, 10%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  70% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes ppFloatAni {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(15%, 10%);
            transform: translate(15%, 10%);
  }
  50% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  70% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
#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;
  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: #000 !important;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 120px;
  display: block;
  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: 10px;
  overflow: hidden;
  border-image-source: url(../images/stt.png);
  border-image-slice: 30;
  border-image-width: 1em;
  border-image-repeat: stretch;
}
.menustyle2:after {
  content: "";
  display: block;
  background-color: #fff;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-image-source: unset;
    border-image-slice: unset;
    border-image-width: unset;
    border-image-repeat: unset;
    -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: #000;
    top: 0;
    left: 0;
  }
  .menustyle2:after {
    display: none;
  }
  .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: #fee206;
  color: #000;
}
@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 #000;
  -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 {
  font-family: "Cubic_11";
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  line-height: 1.3em;
  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: #fee206 !important;
  color: #000 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #000;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: black;
  }
}
.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 #000;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #000;
}

.tabs {
  max-width: unset;
}
.tabs .tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -3px;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: rgb(208.164, 184.756, 0.836);
  border-radius: 0;
  border: 3px solid #000;
  padding: 20px;
  position: relative;
}
.tabs .tabs-head li:before, .tabs .tabs-head li:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #87e5ef;
  position: absolute;
}
.tabs .tabs-head li:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.tabs .tabs-head li:after {
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head li {
    padding: 2vw;
  }
}
.tabs .tabs-head li.active {
  background-color: #fee206;
  border: 3px solid #000;
}
.tabs .tabs-head li:hover {
  background-color: #fee206;
  border: 3px solid #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tabs .tabs-head a {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head a {
    font-size: 20px;
  }
}
.tabs .tabs-item {
  padding: 10px;
  border-image-source: url(../images/stt2.png);
  border-image-slice: 30;
  border-image-width: 20px;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
}
.tabs .tabs-item:after {
  content: "";
  display: block;
  background-color: #fee206;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-item {
    padding: 0;
    border-image-slice: 40;
  }
}
@media screen and (max-width: 991px) {
  .tabs .tabs-item {
    padding: 10px 0;
  }
}

.flip-container {
  position: absolute;
  width: 13%;
  height: 35%;
}

.flip-container-1 {
  left: 69%;
  top: 14%;
  -webkit-animation: floatAni 1s -1s ease-in-out infinite alternate;
          animation: floatAni 1s -1s ease-in-out infinite alternate;
}

.flip-container-2 {
  left: 12%;
  top: 57%;
  -webkit-animation: floatAni 1s 0s ease-in-out infinite alternate;
          animation: floatAni 1s 0s ease-in-out infinite alternate;
}

.flip-card {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-size: cover;
  background-position: center;
}

.flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.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: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  html,
  body {
    background-image: url(../images/bg_m.jpg);
  }
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}
.deco {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .deco {
    display: none;
  }
}
.deco.show {
  opacity: 1;
}
.deco:before, .deco:after {
  content: "";
  display: block;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.deco:before {
  background-image: url(../images/kv_ppR.png);
  width: 13%;
  padding-bottom: 6%;
  left: 8%;
  bottom: 10%;
  -webkit-animation: ppFloatAni 5s -1.5s linear infinite alternate;
          animation: ppFloatAni 5s -1.5s linear infinite alternate;
}
@media screen and (max-width: 1500px) {
  .deco:before {
    left: 1%;
  }
}
.deco:after {
  background-image: url(../images/kv_ppL.png);
  width: 13%;
  padding-bottom: 6%;
  right: 10%;
  top: 28%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-animation: ppFloatAni 5s -1s linear infinite;
          animation: ppFloatAni 5s -1s linear infinite;
}
@media screen and (max-width: 1500px) {
  .deco:after {
    right: 1%;
  }
}

@font-face {
  font-family: "Cubic_11";
  src: url("../fonts/Cubic_11.ttf");
}
.btt {
  font-family: "Cubic_11";
  font-size: 64px;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 44px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .btt {
    font-size: 24px;
  }
}
.btt small {
  display: block;
  margin-top: 0.5em;
}

.stt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.4em;
  font-family: "Cubic_11";
  font-size: 46px;
  line-height: 1.4;
  border-image-source: url(../images/stt.png);
  border-image-slice: 30;
  border-image-width: 0.6em;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  margin: 2em auto 0;
}
.stt:after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(../images/stt_arrow1.png), url(../images/stt_arrow2.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
  background-size: auto 0.5em;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .stt {
    font-size: 36px;
  }
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
  }
}

.blk_item_btt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.4em;
  font-family: "Cubic_11";
  font-size: 46px;
  line-height: 1.4;
  border-image-source: url(../images/stt.png);
  border-image-slice: 30;
  border-image-width: 0.6em;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  margin: 1em auto 0;
  font-size: 28px;
}
.blk_item_btt:after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(../images/stt_arrow1.png), url(../images/stt_arrow2.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
  background-size: auto 0.5em;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .blk_item_btt {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .blk_item_btt {
    font-size: 20px;
    width: 94%;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .picTitle img {
    max-width: 190px;
  }
}

.blk_pre img {
  max-width: 100%;
}

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

.blk_head {
  font-size: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0;
  background-image: url(../images/btt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .blk_head {
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 450px) {
  .blk_head {
    background-image: url(../images/btt_m.png);
    padding-left: 0.8em;
  }
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_bas .blk_body > *:nth-child(1) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-child(1) {
    margin-top: 10px;
  }
}
.blk_bas .blk_body > *:nth-last-child(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body > *:nth-last-child(1) {
    margin-bottom: 10px;
  }
}

.blk_item {
  background-color: #e4e1a8;
  padding: 12px 0;
}
.blk_item + .blk_item {
  margin-top: 20px;
}

.QA .row > * {
  padding: 10px;
}
.QA .link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.QA .link a {
  display: block;
  position: absolute;
  width: 18%;
  padding-bottom: 8%;
  font-size: 0;
}
.QA .link a[href="#blk1_1"] {
  top: 20%;
  left: 31%;
}
.QA .link a[href="#blk1_2"] {
  top: 20%;
  left: 51%;
}
.QA .link a[href="#blk1_3"] {
  top: 48%;
  left: 41%;
}
.QA .link a[href="#blk1_4"] {
  top: 75%;
  left: 41%;
}
.QA img {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.QA .col-lg-auto img {
  padding: 10px;
  border-image-source: url(../images/stt3.png);
  border-image-slice: 30;
  border-image-width: 20px;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  border-image-width: 30px;
}
.QA .col-lg-auto img:after {
  content: "";
  display: block;
  background-color: #fee206;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .QA .col-lg-auto img {
    padding: 0;
    border-image-slice: 40;
  }
}
@media screen and (max-width: 991px) {
  .QA .col-lg-auto img {
    padding: 10px;
    width: 90%;
    border-image-width: 24px;
  }
}

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

.go_btn {
  max-width: 1200px;
  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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.4em;
  font-family: "Cubic_11";
  font-size: 46px;
  line-height: 1.4;
  border-image-source: url(../images/stt.png);
  border-image-slice: 30;
  border-image-width: 0.6em;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.go_btn a:after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(../images/stt_arrow1.png), url(../images/stt_arrow2.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
  background-size: auto 0.5em;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .go_btn a {
    font-size: 24px;
  }
}
.go_btn a:after {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .go_btn a {
    font-size: 24px;
  }
}
.go_btn a:hover {
  color: #000;
}
.go_btn i {
  display: inline-block;
  background-image: url(../images/stt_arrow1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 0.5em;
  height: 1em;
  margin-left: 0.5em;
  -webkit-animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
          animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
}

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

.kv_pc img {
  width: 100%;
}

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

.kv_item {
  position: absolute;
  left: 50%;
}

.kv_item-kv_diamond {
  width: 4%;
  top: 16%;
  left: 16%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}

.kv_item-balloon1 {
  width: 3.7%;
  top: 54%;
  left: 7%;
  -webkit-animation: floatAni 1.5s 0s ease-in-out infinite alternate;
          animation: floatAni 1.5s 0s ease-in-out infinite alternate;
}

.kv_item-balloon2 {
  width: 3.7%;
  top: 27%;
  left: 88%;
  -webkit-animation: floatAni 1.5s -0.5s ease-in-out infinite alternate;
          animation: floatAni 1.5s -0.5s ease-in-out infinite alternate;
}

.kv_item-ppL {
  width: 17%;
  top: 65%;
  left: 17%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}
.kv_item-ppL img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.kv_item-ppR {
  width: 20%;
  top: 15%;
  left: 57%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}

.kv_item-title {
  width: 34%;
  top: 14%;
  left: 30%;
}

.kv_item-sale {
  width: 28.3%;
  top: 73%;
  left: 35.3%;
}

.kv_m img {
  width: 100%;
}

.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 .row img {
  max-width: 240px;
}
@media screen and (max-width: 991px) {
  .block_0 .row img {
    width: 80%;
  }
}
.block_0 a {
  padding: 10px;
}
.block_0 .banner ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block_0 .banner img {
  width: unset;
  padding: 10px;
  border-image-source: url(../images/stt3.png);
  border-image-slice: 30;
  border-image-width: 20px;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  border-image-width: 26px;
}
.block_0 .banner img:after {
  content: "";
  display: block;
  background-color: #fee206;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .block_0 .banner img {
    padding: 0;
    border-image-slice: 40;
  }
}
@media screen and (max-width: 991px) {
  .block_0 .banner img {
    width: 96%;
    padding: 10px;
  }
}

.block_1 .itemBg_A_1 {
  background-image: url(../images/itemBg_A_1.png);
}
.block_1 .itemBg_A_2 {
  background-image: url(../images/itemBg_A_2.png);
}
.block_1 .itemBg_A_3 {
  background-image: url(../images/itemBg_A_3.png);
}
.block_1 .itemBg_A_4 {
  background-image: url(../images/itemBg_A_4.png);
}
.block_1 .crosswise_3p {
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  .block_1 .crosswise_3p {
    background-image: unset;
  }
}

.block_5 .itemBg_B_1 {
  background-image: url(../images/itemBg_B_1.png);
}
.block_5 .itemBg_B_2 {
  background-image: url(../images/itemBg_B_2.png);
}
.block_5 .itemBg_B_3 {
  background-image: url(../images/itemBg_B_3.png);
}
.block_5 .crosswise_3p {
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  .block_5 .crosswise_3p {
    background-image: unset;
  }
}

.block_6 .special_5p_1:nth-of-type(1) .title_AA h2 {
  margin-top: 0;
}

.slick5itam-2 h4 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p ul li:first-child h4,
  .hightlight_5p ul li:first-child .font h4 {
    color: #4fbb00;
  }
}

.special_5p_1 .hightlight_5p ul li h4,
.collect_5x6 .s-row h4,
.collect_5x6 .special,
.hightlight_5p .font h4,
.hightlight .font h4 {
  background: #4fbb00;
}

.half ul {
  background: unset;
  padding: 10px;
  border-image-source: url(../images/stt2.png);
  border-image-slice: 30;
  border-image-width: 20px;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
}
.half ul:after {
  content: "";
  display: block;
  background-color: #fee206;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .half ul {
    padding: 0;
    border-image-slice: 40;
  }
}
@media screen and (max-width: 991px) {
  .half ul {
    padding: 20px 0;
  }
}

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

@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: 46px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.4em;
  font-family: "Cubic_11";
  font-size: 46px;
  line-height: 1.4;
  border-image-source: url(../images/stt.png);
  border-image-slice: 30;
  border-image-width: 0.6em;
  border-image-repeat: stretch;
  position: relative;
  z-index: 1;
  margin-top: 2em;
  margin-bottom: -2.2em;
  left: 315px;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    padding: 0.4em 1em;
    margin-bottom: 1px;
    font-size: 36px;
    width: 94%;
    left: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 24px;
  }
}
.special_5p_1 .title_AA h2:after {
  content: "";
  display: block;
  background-color: #fff;
  background-image: url(../images/stt_arrow1.png), url(../images/stt_arrow2.png);
  background-repeat: no-repeat;
  background-position: left 10px center, right 10px center;
  background-size: auto 0.5em;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 24px;
  }
}

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