@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_book .link img, .block_sp1 .esliteCard img, .block_sp1 .coupon .col, .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_book .link img:hover, .block_sp1 .esliteCard img:hover, .block_sp1 .coupon .col:hover, .blk_pre a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.singleChange {
  position: relative;
}
.singleChange > *:nth-last-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: singleChangeAni 5s 5s infinite;
  animation: singleChangeAni 5s 5s infinite;
}

@-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%);
  }
}
.lightSweep {
  pointer-events: none;
  -webkit-filter: brightness(1.5);
  -webkit-mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  -webkit-transition: -webkit-mask-position;
  -webkit-animation-timing-function: linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-filter: brightness(1.3);
  -moz-mask-size: 300% 200%;
  -moz-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  -moz-transition: -webkit-mask-position;
  -moz-animation-timing-function: linear;
  -moz-transform: translate3d(0, 0, 0);
  -o-filter: brightness(1.5);
  -o-mask-size: 300% 200%;
  -o-mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  -o-transition: -webkit-mask-position;
  -o-animation-timing-function: linear;
  -o-transform: translate3d(0, 0, 0);
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  mask-size: 300% 200%;
  mask-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 60%);
  transition: -webkit-mask-position;
  animation-timing-function: linear;
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-animation: move 2.5s ease-out infinite;
          animation: move 2.5s ease-out infinite;
}

@-webkit-keyframes move {
  from {
    -webkit-mask-position: 150% 0px;
    -moz-mask-position: 150% 0px;
    -o-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
  to {
    -webkit-mask-position: 0% 0px;
    -moz-mask-position: 0% 0px;
    -o-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
}

@keyframes move {
  from {
    -webkit-mask-position: 150% 0px;
    -moz-mask-position: 150% 0px;
    -o-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
  to {
    -webkit-mask-position: 0% 0px;
    -moz-mask-position: 0% 0px;
    -o-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
}
#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: #ffe123 !important;
}

/**--  menu 通用版  --**/
.menustyle2 {
  width: 130px;
  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: 2px solid #fb6362;
  border-radius: 20px;
}
@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: #fb6362;
    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: #ffe123;
  color: #fb6362;
}
.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 #fb6362;
  -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: #fb6362;
  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: #ffe123 !important;
  color: #fb6362 !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #fb6362;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: #f10806;
  }
}
.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 #fb6362;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #fb6362;
}

/**--  menu 手機版下拉選單  --**/
#MobileMenu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0px;
  background: #fb6362;
  -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: #fb6362;
}
#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: #ffe123;
  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);
}

.wordCloud {
  max-width: 1110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .wordCloud {
    margin: 0 4vw;
  }
}
.wordCloud dd {
  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;
  font-size: 1vw;
  line-height: 0.8;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .wordCloud dd {
    font-size: 4vw;
  }
}
.wordCloud a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.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_deco.png), url(../images/bg.jpg);
  background-position: center top 80px, center;
  background-size: 100% auto;
  background-attachment: scroll, fixed;
}

.container {
  max-width: unset;
  padding: 0;
  margin-top: -11%;
}
@media screen and (max-width: 991px) {
  .container {
    margin-top: -22%;
  }
}

.btt {
  padding-top: 0.2em;
  font-family: "Noto Sans TC";
  font-size: 64px;
  font-weight: 700;
  color: #307cf7;
  position: relative;
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
  }
}
.blk_sp .btt {
  background-color: #fbfefa;
  -webkit-box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
          box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
  border-radius: 15px;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.3em 2em;
}
.blk_sp .btt:after {
  content: "";
  display: block;
  background-image: url(../images/titleDeco.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.7em;
  padding-bottom: 7%;
  position: absolute;
  left: 20px;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.blk_bas .btt {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(55%, #fff), to(rgba(255, 255, 255, 0.4392156863)));
  background-image: linear-gradient(0deg, #fff 55%, rgba(255, 255, 255, 0.4392156863) 100%);
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
  border-radius: 999em;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1em 0.5em;
}

.btt_s {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -1.5em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd50e), to(#fff749));
  background-image: linear-gradient(0deg, #ffd50e, #fff749);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.btt_s p {
  padding: 0.4em 1em;
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 600;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
@media screen and (max-width: 450px) {
  .btt_s p {
    font-size: 18px;
    margin-top: 0.5em;
  }
}

.stt {
  font-family: "Noto Sans TC";
  font-size: 40px;
  color: #307cf7;
  font-weight: 700;
  position: relative;
  background-color: #fbfefa;
  -webkit-box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
          box-shadow: inset 13px 11px 8px rgba(255, 255, 255, 0.1882352941), inset -13px -13px 18px rgba(0, 0, 0, 0.1882352941), 8px 8px 8px rgba(0, 0, 0, 0.1882352941);
  border-radius: 15px;
  border: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.3em 2em;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
  }
}
.stt:before {
  content: "";
  display: block;
  background-image: url(../images/blk_sp_4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 60%;
  -webkit-transform: translate(-77%, -39%);
          transform: translate(-77%, -39%);
}
.stt:after {
  content: "";
  display: block;
  background-image: url(../images/titleDeco.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.7em;
  padding-bottom: 7%;
  position: absolute;
  left: 20px;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.blk_sp {
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  .blk_sp {
    margin-top: 70px;
  }
}
@media screen and (max-width: 450px) {
  .blk_sp {
    margin-top: 30px;
  }
}

.blk_bas {
  padding: 8vw 0 2vw;
}
.blk_head {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.blk_bas .blk_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 450px) {
  .blk_bas .blk_head {
    margin-bottom: 0;
  }
}

.blk_body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_body + .blk_body {
  margin-top: 110px;
}
@media screen and (max-width: 450px) {
  .blk_body + .blk_body {
    margin-top: 40px;
  }
}
.blk_sp .blk_body {
  background-size: 100% auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_body {
    padding: 12px;
  }
}
.blk_sp .blk_body:before, .blk_sp .blk_body:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 4%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.blk_sp .blk_body:before {
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-position: center top;
}
.blk_sp .blk_body:after {
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-position: center bottom;
}
.block_sp1 .blk_body {
  background-image: url(../images/blk_body_y_2.png);
}
.block_sp1 .blk_body:before {
  background-image: url(../images/blk_body_y_1.png);
}
.block_sp1 .blk_body:after {
  background-image: url(../images/blk_body_y_3.png);
}
.block_book .blk_body {
  background-image: url(../images/blk_body_m_2.png);
}
.block_book .blk_body:before {
  background-image: url(../images/blk_body_m_1.png);
}
.block_book .blk_body:after {
  background-image: url(../images/blk_body_m_3.png);
}
.block_sp2 .blk_body {
  background-image: url(../images/blk_body_g_2.png);
}
.block_sp2 .blk_body:before {
  background-image: url(../images/blk_body_g_1.png);
}
.block_sp2 .blk_body:after {
  background-image: url(../images/blk_body_g_3.png);
}
.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 {
  padding: 12px 0;
}
.blk_item + .blk_item {
  margin-top: 130px;
}
@media screen and (max-width: 991px) {
  .blk_item + .blk_item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 450px) {
  .blk_item + .blk_item {
    margin-top: 50px;
  }
}
.blk_bas .blk_item {
  background-color: #e4e1a8;
  background-size: 100% auto;
  position: relative;
  background-image: url(../images/blk_body_c_2.png);
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_item {
    padding: 12px;
  }
}
.blk_bas .blk_item:before, .blk_bas .blk_item:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 4%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.blk_bas .blk_item:before {
  top: 1px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-position: center top;
}
.blk_bas .blk_item:after {
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-position: center bottom;
}
.blk_bas .blk_item:before {
  background-image: url(../images/blk_body_c_1.png);
}
.blk_bas .blk_item:after {
  background-image: url(../images/blk_body_c_3.png);
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_item {
    padding: 0;
  }
}

.notice {
  text-align: center;
  font-size: 14px;
  padding: 0 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}

.itemInfo {
  font-size: 20px;
  text-align: center;
  margin-top: 0.8em;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .itemInfo {
    font-size: 16px;
  }
}
.itemInfo a {
  background-color: #fff;
  color: #307cf7;
  border-radius: 999em;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
}
.itemInfo a:hover {
  background-color: #ffe123;
}

.more {
  display: inline-block;
  font-size: 0.5em;
  color: #fff;
  background-color: #307cf7;
  padding: 0.3em 0.5em;
  border-radius: 999em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.3em;
}
@media screen and (max-width: 450px) {
  .more {
    font-size: 16px;
    font-size: 14px;
  }
}
.more:hover {
  color: #fff;
  background-color: #619bf9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.brandItem {
  max-width: 1020px;
  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: 4vw;
  }
}
.brandItem .col {
  padding: 10px;
  background-color: #fff;
  -ms-flex-preferred-size: calc((100% - 60px) / 3);
      flex-basis: calc((100% - 60px) / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 991px) {
  .brandItem .col {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
    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: 1.2em;
  color: #fb6362;
}
.brandItem .txt big {
  color: #ffe123;
  font-size: 1.8em;
}
.brandItem .txt p {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .brandItem .txt p {
    font-size: 11px;
    word-break: break-all;
  }
}
.brandItem .logo {
  max-width: 200px;
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
  margin: -15px auto 0;
  background-color: #fff;
  border: 2px solid #ffffff;
  position: relative;
}

.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-deco1 {
  width: 12%;
  top: 40%;
  left: 3%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-deco1 {
    display: none;
  }
}

.kv_item-deco2 {
  width: 7%;
  top: 15%;
  left: 85%;
  -webkit-animation: floatAni 1.5s -2s ease-in-out infinite alternate;
          animation: floatAni 1.5s -2s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-deco2 {
    display: none;
  }
}

.kv_item-deco3 {
  width: 10%;
  top: 51%;
  left: 85%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-deco3 {
    display: none;
  }
}

.kv_item-deco5 {
  width: 4.5%;
  top: 16%;
  left: 10%;
  -webkit-animation: floatAni 1.5s -2s ease-in-out infinite alternate;
          animation: floatAni 1.5s -2s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-deco5 {
    display: none;
  }
}

.kv_item-deco6 {
  width: 5%;
  top: 15%;
  left: 35%;
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-deco6 {
    display: none;
  }
}

.kv_item-pp {
  width: 35.5%;
  top: 4%;
  left: 8%;
}
@media screen and (max-width: 991px) {
  .kv_item-pp {
    display: none;
  }
}

@-webkit-keyframes light {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes light {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes light2 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@keyframes light2 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.kv_item-light1 {
  width: 47%;
  top: -32%;
  left: 30%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: light 1.5s -1s ease-in-out infinite alternate;
          animation: light 1.5s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-light1 {
    display: none;
  }
}

.kv_item-light2 {
  width: 47%;
  top: -32%;
  left: 49%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation: light2 1.5s -2s ease-in-out infinite alternate;
          animation: light2 1.5s -2s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .kv_item-light2 {
    display: none;
  }
}

.kv_item-title {
  width: 43%;
  top: 11%;
  left: 41.2%;
}
@media screen and (max-width: 991px) {
  .kv_item-title {
    width: 93%;
    top: 22%;
    left: 3%;
  }
}

.kv_item-sale {
  width: 37%;
  top: 61%;
  left: 43%;
}
@media screen and (max-width: 991px) {
  .kv_item-sale {
    width: 82%;
    top: 67%;
    left: 8%;
  }
}

.title-bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.kv_title {
  background-image: url(../images/kv_title.png);
}

.kv_titleB {
  background-image: url(../images/kv_titleB.png);
}

.block_sp1 .btt:before {
  content: "";
  display: block;
  background-image: url(../images/blk_sp_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 80%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
.block_sp1 .coupon {
  max-width: 1120px;
  margin: 0 auto;
  padding: 12px;
}
.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 .row a {
  padding: 12px;
}
@media screen and (max-width: 991px) {
  .block_sp1 .coupon .row a {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 991px) {
  .block_sp1 .coupon .col {
    padding: 5px;
  }
}
.block_sp1 .esliteCard {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin-top: 65px;
}
@media screen and (max-width: 450px) {
  .block_sp1 .esliteCard {
    margin-top: 25px;
  }
}

.block_sp2 {
  --borderWidth: 2px;
  padding-bottom: 4vw;
  position: relative;
}
@media screen and (max-width: 450px) {
  .block_sp2 {
    --borderWidth: 1px;
  }
}
.block_sp2:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot0.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_sp2 .btt:before {
  content: "";
  display: block;
  background-image: url(../images/blk_sp_4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 60%;
  -webkit-transform: translate(-77%, -39%);
          transform: translate(-77%, -39%);
}
.block_sp2 .discount {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.block_sp2 .discount .item1 {
  grid-area: 1/1/3/3;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount .item1 {
    width: 100%;
  }
}
.block_sp2 .discount .item2 {
  grid-area: 3/1/4/3;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount .item2 {
    width: 100%;
  }
}
.block_sp2 .discount .item3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount .item3 {
    width: calc(50% - 5px);
  }
}
.block_sp2 .discount .item4 {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount .item4 {
    width: calc(50% - 5px);
  }
}
.block_sp2 .discount .item5 {
  grid-area: 3/3/4/4;
}
@media screen and (max-width: 991px) {
  .block_sp2 .discount .item5 {
    width: 100%;
  }
}
.block_sp2 .discount .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  border-radius: 20px;
  background-color: #e5ffe2;
  -webkit-box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.1450980392), inset 5px 5px 5px rgba(255, 255, 255, 0.3764705882);
          box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.1450980392), inset 5px 5px 5px rgba(255, 255, 255, 0.3764705882);
}
.block_sp2 .discount .main:after {
  content: "";
  display: block;
  width: var(--borderWidth);
  height: 60%;
  background-color: #4d4d4d;
  position: absolute;
  top: 30%;
  left: 50%;
}
.block_sp2 .discount .main .title {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #307cf7;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  border-top: unset;
  border-radius: 0 0 10px 10px;
  padding: 0.5em;
  z-index: 10;
  -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4392156863), 0 4px 4px rgba(0, 0, 0, 0.3137254902);
          box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4392156863), 0 4px 4px rgba(0, 0, 0, 0.3137254902);
}
@media screen and (max-width: 450px) {
  .block_sp2 .discount .main .title {
    font-size: 20px;
    padding: 0.3em;
  }
}
.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_book .btt:before {
  content: "";
  display: block;
  background-image: url(../images/blk_sp_3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 101%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
.block_book .link {
  width: 2em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -30%);
          transform: translate(50%, -30%);
}
@media screen and (max-width: 991px) {
  .block_book .link {
    -webkit-transform: translate(0%, 3%);
            transform: translate(0%, 3%);
  }
}
.block_book img {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.block_1 {
  background: url(../images/bg1.jpg), #ff63b8;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .block_1 {
    background-size: 100% auto;
  }
}
.block_1:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_1 .btt:after {
  content: "";
  display: block;
  background-image: url(../images/bas_titleDeco_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2em;
  padding-bottom: 19%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
.block_1 .rectangle_3p {
  margin-bottom: 0;
}
.block_1 .special_5p_1:nth-last-of-type(1) {
  margin-bottom: 0;
}

.block_2 {
  background: url(../images/bg2.jpg), #3bbe42;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .block_2 {
    background-size: 100% auto;
  }
}
.block_2:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_2 .btt:after {
  content: "";
  display: block;
  background-image: url(../images/bas_titleDeco_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.4em;
  padding-bottom: 19%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
.block_2 .itemInfo {
  background-color: #fff;
  color: #307cf7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 999em;
  padding: 0.3em 1em;
  margin-bottom: 1em;
}

.block_3 {
  background: url(../images/bg3.jpg), #fb6262;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .block_3 {
    background-size: 100% auto;
  }
}
.block_3:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_3 .btt:after {
  content: "";
  display: block;
  background-image: url(../images/bas_titleDeco_3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.3em;
  padding-bottom: 19%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
.block_3 .hightlight {
  margin-bottom: 0;
}
.block_3 .hightlight_5p {
  margin-bottom: 0;
}

.block_4 {
  background: url(../images/bg4.jpg), #58a5ff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .block_4 {
    background-size: 100% auto;
  }
}
.block_4:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_4 .btt:after {
  content: "";
  display: block;
  background-image: url(../images/bas_titleDeco_4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2em;
  padding-bottom: 19%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
@media screen and (max-width: 991px) {
  .block_4 .boxmix-forbn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 450px) {
  .block_4 .boxmix-forbn {
    margin-top: 10px;
  }
}
.block_4 .boxmix-forbn:nth-last-of-type(1) .box-mix {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .block_4 .hightlight {
    width: 95vw;
  }
}
.block_4 .hightlight_5p {
  margin-bottom: 0;
}
.block_4 .hightlight {
  margin: 20px auto 20px;
}

.block_5 {
  background: url(../images/bg5.jpg), #f58626;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 2000px) {
  .block_5 {
    background-size: 100% auto;
  }
}
.block_5:after {
  content: "";
  display: block;
  background-image: url(../images/bgFoot5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 100%;
  padding-bottom: 5.7%;
  -webkit-transform: translateY(98%);
          transform: translateY(98%);
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
}
.block_5 .btt:after {
  content: "";
  display: block;
  background-image: url(../images/bas_titleDeco_5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.4em;
  padding-bottom: 19%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
@media screen and (max-width: 991px) {
  .block_5 .blk_item {
    padding: 2vw;
  }
}
.block_5 .crosswise_3p {
  margin-top: 0;
  margin-bottom: 0;
}
.block_5 .crosswise_3p_main {
  max-width: 370px;
  width: 100%;
  margin-top: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .block_5 .crosswise_3p_main {
    max-width: unset;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    margin: 1vw;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    left: unset;
    width: calc(100% - 2vw);
  }
}
.block_5 .crosswise_3p_main img {
  width: 100%;
  height: unset;
  -o-object-fit: unset;
     object-fit: unset;
}
.block_5 .crosswise_3p_main .txt {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .block_5 .crosswise_3p_main .txt {
    top: 0px;
    color: #fff;
  }
}
.block_5 .crosswise_3p_main .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  color: #307cf7;
}
@media screen and (max-width: 991px) {
  .block_5 .crosswise_3p_main .title {
    padding: 0.2em 1em;
    border-radius: 0 0 10px 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    background-image: linear-gradient(0deg, #ccc, #fff);
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .block_5 .crosswise_3p_main .title {
    font-size: 24px;
  }
}
.block_5 .crosswise_3p_main p {
  padding: 1em 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  color: #4d4d4d;
}
@media screen and (max-width: 991px) {
  .block_5 .crosswise_3p_main p {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .block_5 .crosswise_3p_main p {
    font-size: 16px;
  }
}
.block_5 .blk_item:nth-of-type(3) .crosswise_3p_main .title,
.block_5 .blk_item:nth-of-type(4) .crosswise_3p_main .title {
  color: #ffe123;
}
@media screen and (max-width: 991px) {
  .block_5 .blk_item:nth-of-type(3) .crosswise_3p_main .title,
  .block_5 .blk_item:nth-of-type(4) .crosswise_3p_main .title {
    color: #307cf7;
  }
}
.block_5 .blk_item:nth-of-type(3) .crosswise_3p_main p,
.block_5 .blk_item:nth-of-type(4) .crosswise_3p_main p {
  color: #fff;
}
.block_5 .blk_item:nth-of-type(1) .crosswise_3p_main p {
  text-shadow: -1px 0 #ffe123, 0 1px #ffe123, 1px 0 #ffe123, 0 -1px #ffe123;
}
.block_5 .blk_item:nth-of-type(2) .crosswise_3p_main p {
  text-shadow: -1px 0 #ffd5d5, 0 1px #ffd5d5, 1px 0 #ffd5d5, 0 -1px #ffd5d5;
}
.block_5 .blk_item:nth-of-type(3) .crosswise_3p_main p {
  text-shadow: -1px 0 #128624, 0 1px #128624, 1px 0 #128624, 0 -1px #128624;
}
.block_5 .blk_item:nth-of-type(4) .crosswise_3p_main p {
  text-shadow: -1px 0 #1861d7, 0 1px #1861d7, 1px 0 #1861d7, 0 -1px #1861d7;
}

.block_6 .btt {
  padding-bottom: 0.3em;
}

.keywordB .keywordA li,
.hightlight .font h4,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4 {
  background: #ff63d4;
}

.rectangle_3p .font h4 {
  color: #ff63d4;
}

@media screen and (max-width: 991px) {
  .hightlight_5p ul li:first-child .font h4 {
    color: #ff63d4;
  }
}

.slick5itam-2 h4 {
  color: #fff;
}

.special_5p_1 .hightlight_5p ul li:first-child {
  width: 250px;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p ul li:first-child {
    width: 100vw;
  }
}

.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 45vw;
    height: 60vw;
  }
}

.keywordB .keywordA li:hover {
  background: #ffe123;
}
.keywordB .keywordA li:hover a {
  color: #000;
}

.keywordB .keywordA {
  margin: 0;
}

.slick-dotted.slick-slider {
  margin-top: 0;
  margin-bottom: 0;
}

.blk_item_inner {
  max-width: 1160px;
  margin: 3% auto 0;
  padding-top: 20px;
}
.blk_item_inner .quotes {
  width: 1090px;
}
@media screen and (max-width: 991px) {
  .blk_item_inner {
    width: 95vw;
  }
}

.blk_item_inner,
.half > ul {
  background: #a8dffc;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1882352941), inset -3px -3px 3px rgba(255, 255, 255, 0.1882352941);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.1882352941), inset -3px -3px 3px rgba(255, 255, 255, 0.1882352941);
}
.blk_item_inner h3,
.half > ul h3 {
  color: #307cf7;
}
@media screen and (max-width: 450px) {
  .blk_item_inner h3,
  .half > ul h3 {
    font-size: 24px;
  }
}
.blk_item_inner h3:before,
.half > ul h3:before {
  content: "⟣⎯ ";
}
.blk_item_inner h3:after,
.half > ul h3:after {
  content: " ⎯⟢";
}

.keywordA li {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.keywordB .keywordA li {
  border: unset;
}

.rectangle_3p li {
  position: relative;
}
.rectangle_3p .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffe123;
  padding: 10px;
  color: #000;
  font-weight: 400;
  border-radius: 0 999em 999em 0;
}
.rectangle_3p .tag span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.rectangle_3p .tag span i {
  font-style: normal;
}

.special_5p_1 .hightlight_5p ul li {
  position: relative;
}

@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: 28px;
  width: 860px;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#c2eaff));
  background-image: linear-gradient(0deg, #ffffff, #c2eaff);
  color: #307cf7;
  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;
  left: 310px;
  top: 50px;
  padding: 0.3em 1em;
  border-radius: 999em;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    position: unset;
    padding-top: unset;
    width: calc(100% - 6vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 20px;
    position: unset;
    padding-top: unset;
  }
}
.special_5p_1 .title_AA h2:before {
  content: "⟣⎯⎯⎯⎯⎯  ";
  padding-right: 0.5em;
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2:before {
    content: "⟣⎯⎯  ";
  }
}
.special_5p_1 .title_AA h2:after {
  content: "  ⎯⎯⎯⎯⎯⟢";
  padding-left: 0.5em;
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2:after {
    content: " ⎯⎯⟢  ";
  }
}

.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;
}

.keywordB .keywordA li {
  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: unset;
}

.recommend_4p img {
  width: 100%;
  height: auto;
}

.triple .font img {
  display: inline-block;
}

.alternate ul:nth-child(odd) li:first-child img,
.alternate ul:nth-child(even) li:last-child img {
  margin: unset;
}

.boxmix-forbn .box-mix ul.hightlight li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ribbon {
  background: #ffe019;
  text-align: center;
  color: #000;
}
.ribbon:after {
  border-left: 25px solid #ffe019;
  border-right: 25px solid #ffe019;
}
@media screen and (max-width: 991px) {
  .ribbon:after {
    border-left: 6vw solid #ffe019;
    border-right: 6vw solid #ffe019;
  }
}
.ribbon:before {
  border-bottom: solid 6px #bca200;
}
@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;
  }
  .hightlight li,
  .special_5p_1 .hightlight_5p ul li,
  .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 {
    width: calc(50% - 2vw);
  }
  .crosswise_3p li {
    width: calc(33.3333333333% - 2vw);
    padding: 5px;
  }
  .crosswise_3p li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crosswise_3p li img {
    width: 100%;
  }
  .broadwise li {
    width: calc(100% - 1vw);
  }
  .broadwise li img {
    width: 40%;
  }
  .broadwise li .font {
    width: calc(60% - 2vw);
  }
  .broadwise li:nth-child(3n) img {
    width: 50%;
  }
  .broadwise li:nth-child(3n) .font {
    width: 100%;
    margin-top: 2vw;
  }
  .toptitle .font h4,
  .alternate img,
  .hightlight_5p img,
  .various img,
  .hightlight img,
  .rectangle_3p img,
  .circle img {
    width: 100%;
  }
  .toptitle img {
    width: 100%;
    height: unset;
  }
  .circle .font h4 {
    width: unset;
  }
  .alternate .font h4 {
    width: unset;
    white-space: unset;
  }
}
.blk_item_inner,
.brandItem .col,
.meeteslite .photograph img,
.boxmix-forbn .box-mix ul.quotes img,
.baseline li,
.zasshi3 ul li,
.hightlightAd li:first-child img,
.triple li,
.hightlight li a,
.hlfont h2,
.hightlightFont,
.toptitle li,
.broadwise li,
.hightlight ul,
.various li,
.collect_5x6 li,
.collect_5x6 .h-row li,
.recommend_2p li,
.swiper-brand a,
.alternate li,
.rectangle li,
.slick-slide,
.rectangle_3p li,
.various_5p li,
.crosswise_3p li,
.hightlight_5p li,
.hightlight li,
.block_a1 .title1slick4 .slick-slide,
.banner li,
.brand li {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .photograph a {
    border-radius: 10px;
    overflow: hidden;
  }
}