@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_sp_discount a img, .block_sp_read a img, .block_sp1 .coupon .col, .stt a img {
  -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_sp_discount a img:hover, .block_sp_read a img:hover, .block_sp1 .coupon .col:hover, .stt a img: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%);
  }
}
#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: #1766a1 !important;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 160px;
  display: block;
  background: #fff;
  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;
  border: 8px double #1766a1;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    display: none;
    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: #1766a1;
    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: #fde058;
  color: #1766a1;
}
@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 #1766a1;
  -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: #1766a1;
  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: #fde058 !important;
  color: #1766a1 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #1766a1;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: rgb(10.25, 45.4565217391, 71.75);
  }
}
.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 #1766a1;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #1766a1;
}

/**--  menu 手機版下拉選單  --**/
#MobileMenu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0px;
  background: #1766a1;
  -webkit-transition: background-color 1s, opacity 1s, visibility 1s;
  transition: background-color 1s, opacity 1s, visibility 1s;
  opacity: 0;
  visibility: hidden;
}
#MobileMenu.show {
  opacity: 1;
  visibility: visible;
}
#MobileMenu > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 0.5px solid #fff;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
#MobileMenu > *:nth-of-type(1), #MobileMenu > *:nth-of-type(2), #MobileMenu > *:nth-of-type(3) {
  z-index: 1;
}
#MobileMenu > *:nth-last-child(1) {
  border-right: 0;
}
#MobileMenu a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  color: #fff;
}
#MobileMenu .dropdown-menu {
  background: #fff;
  padding: 0 10px;
}
#MobileMenu .dropdown-menu .dropdown-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2509803922);
  color: #1766a1;
}
#MobileMenu .dropdown-menu > *:nth-last-child(1) .dropdown-item {
  border-bottom: 0px solid transparent;
}

.swiper {
  position: relative;
}

.swiper-slide a {
  display: block;
}
.swiper-slide img {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: unset;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 50%;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  display: block;
  border-radius: 999em;
  width: 30px;
  height: 30px;
  background-color: #ed4463;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 26px;
    height: 26px;
  }
}

.swiper-button-next:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.blk_sp .slickbg,
.blk_bas .slickbg {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg,
  .blk_bas .slickbg {
    width: 96%;
  }
}
.blk_sp .slickbg .for_pc,
.blk_bas .slickbg .for_pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg .for_pc,
  .blk_bas .slickbg .for_pc {
    display: none;
  }
}
.blk_sp .slickbg .for_m,
.blk_bas .slickbg .for_m {
  display: none;
}
@media screen and (max-width: 991px) {
  .blk_sp .slickbg .for_m,
  .blk_bas .slickbg .for_m {
    display: block;
  }
}
.blk_sp .slick-prev,
.blk_sp .slick-next,
.blk_bas .slick-prev,
.blk_bas .slick-next {
  display: block !important;
  width: 30px;
  height: 30px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev,
  .blk_sp .slick-next,
  .blk_bas .slick-prev,
  .blk_bas .slick-next {
    width: 26px;
    height: 26px;
  }
}
.blk_sp .slick-prev,
.blk_bas .slick-prev {
  left: 5px;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev,
  .blk_bas .slick-prev {
    left: -5px;
  }
}
.blk_sp .slick-next,
.blk_bas .slick-next {
  right: 5px;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-next,
  .blk_bas .slick-next {
    right: -5px;
  }
}
.blk_sp .slick-prev:before,
.blk_sp .slick-next:before,
.blk_bas .slick-prev:before,
.blk_bas .slick-next:before {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  display: block;
  border-radius: 999em;
  width: 30px;
  height: 30px;
  background-color: #ed4463;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .blk_sp .slick-prev:before,
  .blk_sp .slick-next:before,
  .blk_bas .slick-prev:before,
  .blk_bas .slick-next:before {
    width: 26px;
    height: 26px;
  }
}
.blk_sp .slick-next:before,
.blk_bas .slick-next:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.blk_sp .slick-slide img,
.blk_bas .slick-slide img {
  height: auto;
}

.slick-track {
  padding: 0;
}

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

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

html,
body {
  background: #ed4463;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
  margin-top: -7%;
  position: relative;
  z-index: 1;
}
.btt {
  font-family: "Noto Sans TC";
  font-size: 64px;
  color: #ed4463;
  position: relative;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 46px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
  }
}
.btt small {
  display: block;
  margin-top: 0.5em;
}
.btt i {
  font-style: normal;
  background-image: url(../images/btt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  padding: 0.5em;
  margin: 0 -0.225em;
}
.btt a {
  font-size: 0.5em;
  padding: 0.4em;
  background-color: #005be2;
  color: #fff;
  border-radius: 999em;
  border: 4px solid #ffdede;
  margin-left: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 991px) {
  .btt a {
    position: unset;
  }
}
.btt a:hover {
  background-color: rgb(22, 115.8185840708, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto;
  padding: 0.4em 1em;
  font-size: 40px;
  font-weight: 600;
  border-radius: 999em;
  color: #1766a1;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25), inset -3px -3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25), inset -3px -3px 5px rgba(0, 0, 0, 0.25);
  border: 3px solid #fda226;
  position: relative;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
    border: 2px solid #fda226;
  }
}
.blk_sp .stt {
  padding: 0.4em 1.5em 0.4em 1em;
}
.stt i {
  font-style: normal;
}
.stt a {
  width: 1.5em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}
.stt:before, .stt:after {
  content: "";
  display: block;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
  width: 8.2em;
  height: 1.4em;
  position: absolute;
}
@media screen and (max-width: 450px) {
  .stt:before, .stt:after {
    width: 4em;
  }
}
.stt:before {
  background-image: url(../images/sttDecoL.png);
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.stt:after {
  background-image: url(../images/sttDecoR.png);
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.blk_bas .stt:before {
  background-image: url(../images/sttDecoBL.png);
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.blk_bas .stt:after {
  background-image: url(../images/sttDecoBR.png);
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.blk_item_btt {
  background-color: #1766a1;
  color: #fff;
  font-size: 28px;
  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: 20px;
    padding: 0.2em 1em;
  }
}

.blk_item_stt {
  text-align: center;
  background-color: #1766a1;
  color: #fff;
  font-size: 26px;
  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: 16px;
  }
}

.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_sp img {
  max-width: 100%;
}

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

.blk_head {
  font-size: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0;
  background-image: url(../images/blkHead1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  .blk_head {
    padding: 0.8em 0;
  }
}
@media screen and (max-width: 450px) {
  .blk_head {
    padding: 0.4em 0;
  }
}
.block_sp1 .blk_head {
  background-image: url(../images/blkHead1.png);
}
.block_sp_read .blk_head {
  background-image: url(../images/blkHead2.png);
}
.block_sp_discount .blk_head {
  background-image: url(../images/blkHead3.png);
}
.block_sp2 .blk_head {
  background-image: url(../images/blkHead4.png);
}
.block_sp3 .blk_head {
  background-image: url(../images/blkHead5.png);
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url(../images/blkBody_y.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
}
.blk_body:after {
  content: "";
  display: block;
  background-image: url(../images/blkFoot_y.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 100%;
  padding-bottom: 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_sp:nth-of-type(even) .blk_body {
  background-image: url(../images/blkBody_b.jpg);
}
.blk_sp:nth-of-type(even) .blk_body:after {
  background-image: url(../images/blkFoot_b.png);
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_body {
    padding: 12px;
  }
}
.blk_bas .blk_body > *:nth-child(1) {
  margin-top: 0px;
}
.blk_bas .blk_body > *:nth-last-child(1) {
  margin-bottom: 0px;
}
.blk_item {
  padding: 12px 0;
}
.blk_item + .blk_item {
  margin-top: 20px;
}
.blk_item > *:nth-child(1) {
  margin-top: 0px;
}
.blk_item > *:nth-last-child(1) {
  margin-bottom: 0px;
}
.block_1 .blk_item {
  background-color: #fde058;
  margin: 5px 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: inset 3px 3px 5px #ba6d0a, inset -3px -3px 5px rgba(255, 255, 255, 0.5019607843);
          box-shadow: inset 3px 3px 5px #ba6d0a, inset -3px -3px 5px rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 991px) {
  .block_1 .blk_item {
    margin: 5px;
  }
}
@media screen and (max-width: 991px) {
  .block_3 .blk_item {
    padding: 5px;
  }
}

.notice {
  text-align: center;
  font-size: 14px;
  padding: 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}
.brandItem {
  max-width: 1160px;
  margin: 20px auto 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .brandItem {
    margin: 5px;
  }
}
.brandItem .col {
  padding: 10px;
  background-color: #1766a1;
  -ms-flex-preferred-size: calc((100% - 60px) / 5);
      flex-basis: calc((100% - 60px) / 5);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .brandItem .col {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
    padding: 5px;
  }
}
.brandItem a {
  display: block;
}
.brandItem .txt {
  margin-top: 10px;
  padding: 5px;
  color: #323232;
}
.brandItem .txt span {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  color: #fda226;
}
.brandItem .txt big {
  color: #fda226;
  font-size: 1.8em;
}
.brandItem .txt p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .brandItem .txt p {
    font-size: 16px;
    word-break: break-all;
  }
}
.brandItem img {
  width: 100%;
}
.brandItem .logo {
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
  margin: -15px auto 0;
  background-color: #fff;
  border: 2px solid #1766a1;
  position: relative;
}

.more {
  display: table;
  font-size: 28px;
  color: #1766a1;
  background-color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 999em;
  -webkit-box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25), inset -3px -3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.25), inset -3px -3px 5px rgba(0, 0, 0, 0.25);
  margin: 1em auto;
}
@media screen and (max-width: 450px) {
  .more {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.more:hover {
  color: #fff;
  background-color: rgb(253.4657534247, 183.6575342466, 88.5342465753);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kv_pc {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .kv_pc {
    display: block;
  }
}

.kv_pc img {
  width: 100%;
}

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

.kv_item {
  position: absolute;
}

.kv_item-book1 {
  width: 9%;
  top: 8%;
  left: 13%;
  -webkit-animation: floatAni 1s -1s ease-in-out infinite alternate;
          animation: floatAni 1s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-book1 {
    display: none;
  }
}

.kv_item-book2 {
  width: 6%;
  top: 37%;
  left: 86%;
  -webkit-animation: floatAni 1s -1s ease-in-out infinite alternate;
          animation: floatAni 1s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-book2 {
    display: none;
  }
}

.kv_item-book3 {
  width: 4%;
  top: 18%;
  left: 65%;
  -webkit-animation: floatAni 1s -0.5s ease-in-out infinite alternate;
          animation: floatAni 1s -0.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-book3 {
    display: none;
  }
}

.kv_item-pp1 {
  width: 7%;
  top: 68%;
  left: 21%;
}
@media screen and (max-width: 991px) {
  .kv_item-pp1 {
    display: none;
  }
}

.kv_item-pp2 {
  width: 8%;
  top: 56%;
  left: 18%;
}
@media screen and (max-width: 991px) {
  .kv_item-pp2 {
    display: none;
  }
}

.kv_item-pp3 {
  width: 16%;
  top: 59%;
  left: 74%;
}
@media screen and (max-width: 991px) {
  .kv_item-pp3 {
    display: none;
  }
}

.kv_item-title1 {
  width: 35%;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .kv_item-title1 {
    width: 75%;
  }
}

.kv_item-title2 {
  width: 25%;
  top: 12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .kv_item-title2 {
    width: 55%;
  }
}

.kv_item-sale {
  width: 44%;
  top: 64%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .kv_item-sale {
    width: 95%;
    top: 61%;
  }
}

.kv_m img {
  width: 100%;
}

.block_sp1 {
  margin-top: 0;
}
.block_sp1 .coupon {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px;
}
@media screen and (max-width: 450px) {
  .block_sp1 .coupon {
    padding: 0 5px;
  }
}
.block_sp1 .coupon img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .block_sp1 .coupon .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block_sp1 .coupon .col {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .block_sp1 .coupon .col {
    padding: 5px;
    margin-bottom: 0;
  }
}
.block_sp1 .banner {
  width: unset;
  margin-top: 0;
}
.block_sp1 .singleChange > * {
  position: absolute;
  top: 0;
  left: 0;
}
.block_sp1 .singleChange > *:nth-last-of-type(1) {
  -webkit-animation: singleChangeAni 5s 5s infinite;
          animation: singleChangeAni 5s 5s infinite;
}

.block_sp2 .slickbg {
  max-width: 1160px;
}
.block_sp2 .hightlightSp .scene {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.block_sp2 .swiper-brand a {
  position: relative;
}
.block_sp2 .swiper-brand .font {
  position: absolute;
  top: 20px;
  left: 20px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.block_sp2 .swiper-brand h4 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .block_sp2 .swiper-brand h4 {
    font-size: 20px;
  }
}
.block_sp2 .swiper-brand p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .block_sp2 .swiper-brand p {
    font-size: 16px;
  }
}
.block_sp2 .swiper-brand .swiper-container {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .block_sp2 .swiper-brand .swiper-container {
    margin-left: 26px;
    margin-right: 26px;
  }
}
.block_sp2 .slick5itam-2 h4,
.block_sp2 .slick5itam-2 p {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .block_sp2 .slick5itam-2 h4,
  .block_sp2 .slick5itam-2 p {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .block_sp2 .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.block_sp2 .slickbg .slick5itam-2 .slick5.showByDate {
  display: none;
}

.block_sp3 {
  position: relative;
  position: relative;
  z-index: 1;
}
.block_sp3 .swiper {
  max-width: 1160px;
}
.block_sp3 .sp3_item .type {
  background-color: #1766a1;
  border: 2px solid #fff;
  border-radius: 999em;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1em;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 991px) {
  .block_sp3 .sp3_item .type {
    font-size: 18px;
  }
}
.block_sp3 .sp3_item .sp3_item_body {
  border-radius: 10px;
  overflow: hidden;
  background-color: #1766a1;
  color: #fff;
  text-align: center;
}
.block_sp3 .sp3_item .txt {
  padding: 10px;
}
.block_sp3 .sp3_item p {
  font-size: 19px;
  font-weight: 500;
}
.block_sp3 .sp3_item p:nth-of-type(1) {
  padding-bottom: 5px;
}
.block_sp3 .sp3_item span {
  display: inline-block;
  color: #fde058;
  font-size: 19px;
}
.block_sp3 .sp3_item big {
  color: #fde058;
  font-size: 29px;
}
.block_sp3:after {
  content: "";
  display: block;
  background-image: url(../images/bg_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 6%;
  position: absolute;
  left: 0;
  bottom: -29px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .block_sp3:after {
    display: none;
  }
}
.block_sp_read .row {
  max-width: 1120px;
  margin: 0 auto;
}
.block_sp_read .row > * {
  padding: 5px;
}
.block_sp_discount .discount {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 991px) {
  .block_sp_discount .discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
@media screen and (max-width: 991px) {
  .block_sp_discount .discount > * {
    padding: 5px;
    width: 50%;
  }
}
.block_sp_discount .discount .item1 {
  grid-area: 1/1/4/2;
}
.block_sp_discount .discount .item2 {
  grid-area: 1/2/4/3;
}
.block_sp_discount .discount .item3 {
  grid-area: 1/3/2/4;
}
.block_sp_discount .discount .item4 {
  grid-area: 2/3/3/4;
}
.block_sp_discount .discount .item5 {
  grid-area: 3/3/4/4;
}
@media screen and (max-width: 991px) {
  .block_sp_discount .discount .item5 {
    width: 100%;
  }
}
.block_sp_discount img {
  width: 100%;
}
.block_1,
.block_3 {
  background-color: #0f2e7e;
  background-image: url(../images/bgB.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-attachment: fixed;
  padding: 60px 0;
}
@media screen and (max-width: 450px) {
  .block_1,
  .block_3 {
    padding: 0;
  }
}

.block_1 .slickbg {
  max-width: 1160px;
}
.block_1 .regular4item {
  margin-bottom: 0;
}
.block_1 .stt.for_m {
  display: none;
}
@media screen and (max-width: 991px) {
  .block_1 .stt.for_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block_1 .crosswise_3p {
  background-image: url(../images/itemBg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 32% auto;
}
@media screen and (max-width: 991px) {
  .block_1 .crosswise_3p {
    background-image: unset;
  }
}

.block_2 {
  position: relative;
  z-index: 1;
}
.block_2 .hightlightSp .scene {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-image: url("../images/hightlightSp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .block_2 .hightlightSp .scene {
    height: 117vw;
    background-size: cover;
    padding: 0;
  }
}
.block_2 .hightlightSp .scene .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: unset;
  padding-bottom: 0;
}
@media screen and (max-width: 450px) {
  .block_2 .hightlightSp .scene .logo {
    padding-top: 0px;
  }
}
.block_2 .hightlightSp .scene .logo li {
  width: 100px;
  height: 60px;
  margin: 0 5px 10px 5px;
  padding: 0 0 0 0;
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 2px solid rgb(231.6975609756, 22.3024390244, 60.712195122);
}
@media screen and (max-width: 991px) {
  .block_2 .hightlightSp .scene .logo li {
    width: 18vw;
    margin: 0.5vw;
    height: 10.8vw;
  }
}
.block_2 .hightlightSp .scene .logo li:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.block_2 .hightlightSp .scene .logo img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991px) {
  .block_2 .hightlightSp .scene .logo img {
    width: 100%;
    height: 100%;
  }
}
.block_2 .hightlightSp .scene .sceneBtn {
  display: inline-block;
  background-color: #ed4463;
  color: #fff;
  border-radius: 999em;
  font-size: 20px;
  padding: 0.5em 1em;
  margin-right: 20px;
}
@media screen and (max-width: 450px) {
  .block_2 .hightlightSp .scene .sceneBtn {
    font-size: 16px;
    margin-right: 10px;
  }
}
.block_2 .hightlightSp .scene .sceneBtn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgb(241.4780487805, 114.5219512195, 137.8097560976);
}
.block_2 .hightlightSp .product {
  background: rgb(231.6975609756, 22.3024390244, 60.712195122);
  background: #fde058;
}
.block_2 .hightlightSp .product li {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .block_2 .hightlightSp .product li {
    width: 46vw;
  }
}
.block_2 .hightlightSp .product img {
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 991px) {
  .block_2 .hightlightSp .product img {
    width: 100vw;
    height: 46vw;
  }
}
.block_2 .blk_item {
  padding: 0 6px;
}
.block_2:after {
  content: "";
  display: block;
  background-image: url(../images/bg_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 6%;
  position: absolute;
  left: 0;
  bottom: -29px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .block_2:after {
    display: none;
  }
}
.block_2 .hightlight {
  margin-bottom: 0;
}

.block_3 {
  margin-top: 0;
}
.block_3 .hightlight {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .block_3 .various {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.circle_5p .price {
  font-size: 13px;
}
.circle_5p big {
  font-size: 17px;
}

.collect_5x6 .s-row h4 {
  background: #1766a1;
}

.tabs .tabs-head li:hover,
.tabs .tabs-head li.active,
.various .font h4,
.circle_5p .font .price:after,
.hightlight_5p .font h4,
.hightlight .font h4 {
  background: #ed4463;
}

.half ul {
  background: #fde058;
}

.tabs .tabs-head li {
  background: #fda226;
  background: rgb(212.5410958904, 123.4109589041, 1.9589041096);
}

.half ul h3 {
  color: #1766a1;
}
.half ul h3:before, .half ul h3:after {
  content: "⌇";
}

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

.circle_5p .font .price big,
.circle_5p .font h4 {
  color: #ed4463;
}

.circle_5p .font .price {
  border: #ed4463 1px solid;
  color: #ed4463;
}

.half ul h3 {
  font-size: 28px;
}
@media screen and (max-width: 450px) {
  .half ul h3 {
    font-size: 20px;
  }
}

.various {
  margin-bottom: 20px;
}

@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;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    position: unset;
    padding-top: unset;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 24px;
    position: unset;
    padding-top: unset;
  }
}

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

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

.slickbg .s-row h4 {
  width: 100%;
}

.ribbon {
  --w: 40px;
  --w_m: 30px;
  width: var(--w);
  background: rgb(236.1043902439, 58.6956097561, 91.2380487805);
  text-align: center;
  left: 0;
}
@media screen and (max-width: 991px) {
  .ribbon {
    width: var(--w_m);
  }
}
.ribbon:after {
  border-left: calc(var(--w) / 2) solid rgb(236.1043902439, 58.6956097561, 91.2380487805);
  border-right: calc(var(--w) / 2) solid rgb(236.1043902439, 58.6956097561, 91.2380487805);
}
@media screen and (max-width: 991px) {
  .ribbon:after {
    border-left: calc(var(--w_m) / 2) solid rgb(236.1043902439, 58.6956097561, 91.2380487805);
    border-right: calc(var(--w_m) / 2) solid rgb(236.1043902439, 58.6956097561, 91.2380487805);
  }
}
.ribbon:before {
  left: var(--w);
  border-bottom: solid 6px rgb(185.1756097561, 17.8243902439, 48.5219512195);
}
@media screen and (max-width: 991px) {
  .ribbon:before {
    left: var(--w_m);
  }
}
.block_1 .collect_5x6 .ribbon {
  top: 38px;
}
@media screen and (max-width: 991px) {
  .block_1 .collect_5x6 .ribbon {
    top: 34px;
  }
}

@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p ul li:first-child {
    margin: 10px 1vw;
  }
  .special_5p_1 .hightlight_5p {
    width: 94vw;
  }
  .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,
  .alternate li,
  .rectangle li,
  .various_5p li,
  .circle li,
  .recommend_2p li,
  .various li,
  .various_5p li,
  .collect_5x6 .s-row 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,
  .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;
  }
}
.half ul,
.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,
.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;
  }
}