@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, .block_sp1 .coupon .col, .block_0 a img, .go_btn 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_sp_discount a:hover, .block_sp1 .coupon .col:hover, .block_0 a img:hover, .go_btn a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
#gotop::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 85% 35%;
}

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

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

img {
  display: block;
  margin: 0 auto;
}

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

/**--  menu 通用版  --**/
.menustyle2 {
  width: 150px;
  display: block;
  background: #fffdea;
  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: 2.5px solid #000;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: background-color 1s, opacity 1s, visibility 1s;
    transition: background-color 1s, opacity 1s, visibility 1s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    background-color: #e6332f;
    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: #ffd800;
  color: #e6332f;
}
@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 #e6332f;
  -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: #e6332f;
  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: #ffd800 !important;
  color: #e6332f !important;
  border-radius: 0;
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: #e6332f;
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: rgb(156.2231759657, 21.7811158798, 18.7768240343);
  }
}
.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 #e6332f;
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid #e6332f;
}

/**--  menu 手機版下拉選單  --**/
#MobileMenu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0px;
  background: #e6332f;
  -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;
  width: 50%;
}
#MobileMenu > *:nth-of-type(1), #MobileMenu > *:nth-of-type(2) {
  z-index: 2;
}
#MobileMenu > *:nth-of-type(3), #MobileMenu > *:nth-of-type(4) {
  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: #e6332f;
}
#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%;
  height: 212px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .swiper-slide img {
    height: 35vw;
  }
}

.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: #ffd800;
  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 .slider,
.blk_bas .slickbg .slider {
  margin-bottom: 0;
}
.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: #ffd800;
  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;
}

.tabs {
  max-width: unset;
}
.tabs .tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.tabs .tabs-head li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #ffd800;
  border: 3px solid #000;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head li {
    padding: 2vw;
    border: 1px solid #000;
  }
}
.tabs .tabs-head li.active {
  background-color: #fffdea;
  border: 3px solid #000;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head li.active {
    border: 1px solid #000;
  }
}
.tabs .tabs-head li:hover {
  background-color: #fffdea;
  border: 3px solid #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head li:hover {
    border: 1px solid #000;
  }
}
.tabs .tabs-head a {
  display: block;
  font-size: 24px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 991px) {
  .tabs .tabs-head a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tabs .tabs-item {
    padding: 0;
  }
}
.tabs .tabs-item > *:nth-child(1) {
  margin-top: 0;
}

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

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

@media screen and (max-width: 991px) {
  .target-fix {
    top: -90px;
  }
}

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

.container {
  overflow: unset;
  max-width: unset;
  padding: 0;
}
.blk_bas_all {
  background-image: url(../images/bg2.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .blk_bas_all {
    background-size: 1920px auto;
  }
}

.btt {
  font-family: "Noto Sans TC";
  font-size: 64px;
  border: 3px solid #000;
  border-radius: 999em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.05em 0.8em 0.2em;
  position: relative;
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
    border: 2px solid #000;
  }
}
.blk_sp .btt {
  background-color: #ffd800;
  color: #000;
}
.blk_bas .btt {
  background-color: #358d5a;
  color: #fffdea;
}
.btt small {
  display: block;
  margin-top: 0.5em;
}
.btt:before, .btt:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: absolute;
  top: 0;
  width: 1.2em;
  padding-bottom: 18%;
}
.btt:before {
  background-image: url(../images/btt_deco.png);
  left: 0;
  -webkit-transform: translateX(-50%) rotate(20deg);
          transform: translateX(-50%) rotate(20deg);
}
.btt:after {
  background-image: url(../images/btt_deco2.png);
  right: 0;
  -webkit-transform: translateX(50%) rotate(-20deg);
          transform: translateX(50%) rotate(-20deg);
}

.stt {
  padding-top: 0.4em;
  font-size: 40px;
  color: #fffdea;
  background-color: #358d5a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.3764705882)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3764705882));
  border: 3px solid #000;
  border-top: unset;
  border-radius: 0 0 20px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -0.9em auto 1em;
  padding: 0.3em;
}
@media screen and (max-width: 991px) {
  .stt {
    margin-top: -0.66em;
  }
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 22px;
    border: 1px solid #000;
    border-radius: 0 0 5px 5px;
    padding: 0.4em 0.4em;
    margin: -0.85em auto 0.5em;
  }
}
.stt span {
  display: inline-block;
  line-height: 1.2;
}
.stt br {
  display: none;
}
.stt br a {
  display: inline-block;
}

.blk_item_btt_box {
  width: 100%;
  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;
  position: relative;
}
.blk_item_btt_box a {
  position: absolute;
  right: 20%;
}
@media screen and (max-width: 991px) {
  .blk_item_btt_box a {
    position: absolute !important;
    right: 50%;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
}

.blk_item_btt {
  background-color: #fffdea;
  color: #000;
  border: 3px solid #000;
  font-size: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0.4em 1em;
  border-radius: 999em;
}
@media screen and (max-width: 991px) {
  .blk_item_btt {
    font-size: 24px;
    padding: 0.2em 1em;
    border: 1px solid #000;
  }
}
.blk_sp .blk_item_btt {
  background-color: #e6332f;
  color: #fffdea;
  -webkit-box-shadow: 0 -5px 0 #000;
          box-shadow: 0 -5px 0 #000;
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_item_btt {
    padding: 0.35em 2.5em 0.4em 1em;
  }
}
.blk_sp .blk_item_btt:before, .blk_sp .blk_item_btt:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 200%;
  padding-bottom: 2em;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_item_btt:before, .blk_sp .blk_item_btt:after {
    width: 80%;
  }
}
.blk_sp .blk_item_btt:before {
  background-image: url(../images/stt_decoL.png);
  background-position: right 30px center;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_item_btt:before {
    display: none;
  }
}
.blk_sp .blk_item_btt:after {
  background-image: url(../images/stt_decoR.png);
  background-position: left 30px center;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_item_btt:after {
    display: none;
  }
}
.blk_bas .blk_item_btt:before {
  content: "✦";
  padding: 0 0.5em;
}
.blk_bas .blk_item_btt:after {
  content: "✦";
  padding: 0 0.5em;
}

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

.blk_sp,
.blk_bas {
  margin-top: 60px;
}
.blk_sp:nth-of-type(1),
.blk_bas:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 450px) {
  .blk_sp,
  .blk_bas {
    margin-top: 30px;
  }
}

.blk_head {
  font-size: 64px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.6em 0;
  position: relative;
}
.blk_sp .blk_head {
  background-image: url(../images/blk_headA.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  .blk_head {
    font-size: 30px;
  }
}
.blk_head a {
  display: inline-block;
  position: absolute;
  bottom: 22%;
  right: 24%;
}

@media screen and (max-width: 991px) {
  .blk_head-normal {
    text-align: center;
  }
}

.blk_body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
.blk_sp .blk_body {
  background-image: url(../images/blk_bodyA.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  z-index: 2;
}
.blk_sp .blk_body:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 4%;
  background-image: url(../images/blk_footA.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_body {
    padding: 22px;
  }
}
@media screen and (max-width: 450px) {
  .blk_sp .blk_body {
    padding: 12px;
  }
}
.blk_sp .blk_body > *:nth-child(1) {
  margin-top: 0px;
  padding-top: 0;
}
.blk_sp .blk_body > *:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.block_sp2 .blk_body {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .block_sp2 .blk_body {
    padding: 2px;
  }
}
.block_sp3 .blk_body {
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .block_sp3 .blk_body {
    padding: 0 9px;
  }
}
.blk_item {
  background-image: url(../images/blk_bodyB.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 12px 0;
  margin-top: 18%;
}
.blk_item:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 4%;
  background-image: url(../images/blk_footB.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  bottom: 1px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.blk_item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 12%;
  background-image: url(../images/blk_headB.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
}
.blk_item:nth-of-type(1) {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .blk_item:nth-of-type(1) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 450px) {
  .blk_item:nth-of-type(1) {
    margin-top: 10px;
  }
}
.blk_item > *:nth-child(2) {
  margin-top: -10px;
}
@media screen and (max-width: 991px) {
  .blk_item > *:nth-child(2) {
    margin-top: 10px;
  }
}
.blk_item > *:nth-last-child(1) {
  margin-bottom: 0px;
}
.notice {
  text-align: center;
  font-size: 14px;
  padding: 1em 1em 0 1em;
}
@media screen and (max-width: 991px) {
  .notice {
    font-size: 12px;
  }
}
.go_btn {
  max-width: 1200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.go_btn a {
  background-color: #358d5a;
  padding: 0.3em 1em;
  border-radius: 999em;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 991px) {
  .go_btn a {
    font-size: 24px;
  }
}
.go_btn a:hover {
  color: #000;
}
.go_btn i {
  display: inline-block;
  font-style: initial;
  -webkit-animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
          animation: floatLRAni 0.5s -1s ease-in-out infinite alternate;
}

.more {
  display: inline-block;
  font-size: 18px;
  color: #000;
  background-color: #ffd800;
  padding: 0.3em 0.5em;
  border-radius: 999em;
  margin-left: 0.5em;
}
@media screen and (max-width: 450px) {
  .more {
    font-size: 14px;
  }
}
.more:hover {
  color: #000;
  background-color: rgb(255, 223.8, 51);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.brandItem {
  max-width: 1160px;
  margin: 20px auto 0;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .brandItem {
    margin: 5px;
  }
}
.brandItem .col {
  padding: 10px;
  background-color: #358d5a;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media screen and (max-width: 991px) {
  .brandItem .col {
    padding: 5px;
  }
}
.brandItem.item5 .col {
  -ms-flex-preferred-size: calc((100% - 60px) / 5);
      flex-basis: calc((100% - 60px) / 5);
}
@media screen and (max-width: 991px) {
  .brandItem.item5 .col {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
        flex-basis: calc((100% - 20px) / 3);
  }
}
.brandItem.item4 .col {
  -ms-flex-preferred-size: calc((100% - 60px) / 4);
      flex-basis: calc((100% - 60px) / 4);
}
@media screen and (max-width: 991px) {
  .brandItem.item4 .col {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}
.brandItem a {
  display: block;
  position: relative;
}
.brandItem.item4 a > img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .brandItem.item4 a > img {
    width: 44vw;
    height: 44vw;
  }
}
.brandItem.item5 a > img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .brandItem.item5 a > img {
    width: 28vw;
    height: 28vw;
  }
}
.brandItem .txt {
  margin-top: 10px;
  padding: 5px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .brandItem .txt {
    margin-top: 0px;
    padding: 0.3em;
  }
}
.brandItem .txt span {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  color: #ffd800;
}
.brandItem .txt big {
  color: #ffd800;
  font-size: 1.8em;
}
.brandItem .txt p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .brandItem .txt p {
    font-size: 14px;
    word-break: break-all;
    font-weight: 400;
  }
}
.brandItem img {
  width: 100%;
  background-color: #fff;
}
.brandItem .logo {
  width: 80%;
  border-radius: 5px;
  overflow: hidden;
  margin: -15px auto 0;
  padding: 5px;
  background-color: #fff;
  border: 2px solid #358d5a;
  position: relative;
}
.brandItem.bgDeco {
  position: relative;
}
.brandItem.bgDeco:after {
  content: "";
  display: block;
  background-image: url(../images/itemBgB.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  width: 40%;
  padding-bottom: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .brandItem.bgDeco:after {
    display: none;
  }
}

.blk_line {
  width: 100%;
}

.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;
  left: 50%;
}

.kv_item-title {
  width: 38%;
  top: 0%;
  left: 12%;
}
@media screen and (max-width: 991px) {
  .kv_item-title {
    width: 97%;
    top: 0%;
    left: 0%;
  }
}
@media screen and (max-width: 991px) {
  .kv_item-title.christmas {
    width: 78%;
    top: 3%;
    left: 9%;
  }
}

.kv_item-sale {
  width: 38%;
  top: 58%;
  left: 12.6%;
}
@media screen and (max-width: 991px) {
  .kv_item-sale {
    width: 89%;
    top: 38%;
    left: 5.6%;
  }
}

.kv_item-deco-1 {
  width: 9%;
  top: 81%;
  left: 7%;
}
@media screen and (max-width: 991px) {
  .kv_item-deco-1 {
    display: none;
  }
}

.kv_item-deco-2 {
  width: 6%;
  top: 79%;
  left: 49%;
}
@media screen and (max-width: 991px) {
  .kv_item-deco-2 {
    display: none;
  }
}

.kv_item-deco-3 {
  width: 4.5%;
  top: 14%;
  left: 45%;
}
@media screen and (max-width: 991px) {
  .kv_item-deco-3 {
    display: none;
  }
}

.kv_m img {
  width: 100%;
}

.block_0 .blk_body {
  padding: 12px;
}
.block_0 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_0 a {
  padding: 10px;
}
.block_sp1 {
  margin-top: 0;
}
.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 .col {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .block_sp1 .coupon .col {
    padding: 5px;
    margin-bottom: 0;
  }
}
.block_sp1 .banner {
  width: unset;
}
.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_sp1 .blk_body + .blk_body {
  margin-top: 100px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .block_sp1 .blk_body + .blk_body {
    margin-top: 65px;
  }
}
@media screen and (max-width: 450px) {
  .block_sp1 .blk_body + .blk_body {
    margin-top: 35px;
    padding: 0 18px;
  }
}
.block_sp1 .blk_body + .blk_body:before {
  content: "";
  display: block;
  background-image: url(../images/blk_head.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  padding-bottom: 5%;
}

.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: 28px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .block_sp2 .slick5itam-2 h4,
  .block_sp2 .slick5itam-2 p {
    font-size: 22px;
  }
}

.block_sp3 {
  padding-bottom: 60px;
}
.block_sp3 .sp3_item .type {
  background-color: #358d5a;
  border: 2px solid #000;
  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;
  border-radius: 999em;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 991px) {
  .block_sp3 .sp3_item .type {
    border: 1.5px solid #000;
  }
}
.block_sp3 .sp3_item .sp3_item_body {
  border-radius: 10px;
  overflow: hidden;
  background-color: #358d5a;
  color: #fff;
  text-align: center;
  border: 2px solid #000;
}
@media screen and (max-width: 991px) {
  .block_sp3 .sp3_item .sp3_item_body {
    border: 1.5px solid #000;
  }
}
.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: #ffd800;
  font-size: 19px;
}
.block_sp3 .sp3_item big {
  color: #ffd800;
  font-size: 29px;
}

@media screen and (max-width: 991px) {
  .block_sp_read img {
    margin-bottom: 10px;
  }
}
.block_sp_read .row {
  max-width: 1120px;
  margin: 0 auto;
}
.block_sp_read .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.block_sp_read img[src*=readSubTitle] {
  border: unset;
}
.block_sp_read .read-weekend {
  margin-bottom: 20px;
}
.block_sp_read .read-pre {
  margin-bottom: 20px;
}
.block_sp_read .read-pre .row > *:nth-of-type(1) {
  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;
}
.block_sp_read .btn_read {
  display: inline-block;
  background-color: #ffd800;
  color: #000;
  font-size: 20px;
  padding: 0.5em;
  border: 2px solid #000;
}
@media screen and (max-width: 991px) {
  .block_sp_read .btn_read {
    font-size: 14px;
    position: unset;
    margin: 0 auto;
  }
}
.block_sp_read .btn_read:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgb(255, 223.8, 51);
}
.block_sp_read .readWeekend {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}
.block_sp_read .readWeekend a {
  font-size: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .block_sp_read .readWeekend a {
    bottom: 50%;
  }
}
.block_sp_read .readWeekend .btn1 {
  left: 0;
  height: 85%;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .block_sp_read .readWeekend .btn1 {
    width: 45%;
    height: 30%;
  }
}
.block_sp_read .readWeekend .btn2 {
  left: 30%;
  height: 85%;
  width: 30%;
}
@media screen and (max-width: 991px) {
  .block_sp_read .readWeekend .btn2 {
    left: 45%;
    width: 55%;
    height: 30%;
  }
}

.block_sp_discount {
  margin-top: 60px;
}
.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;
  }
}
.block_sp_discount .discount > * {
  width: 100%;
}
.block_sp_discount .discount .item1 {
  grid-area: 1/1/4/2;
}
.block_sp_discount .discount .item2 {
  grid-area: 1/2/2/3;
}
.block_sp_discount .discount .item3 {
  grid-area: 1/3/2/4;
}
.block_sp_discount .discount .item4 {
  grid-area: 2/2/3/3;
}
.block_sp_discount .discount .item5 {
  grid-area: 2/3/3/4;
}
.block_sp_discount .discount .item6 {
  grid-area: 3/2/4/4;
}
@media screen and (max-width: 991px) {
  .block_sp_discount .discount .item2,
  .block_sp_discount .discount .item3,
  .block_sp_discount .discount .item4,
  .block_sp_discount .discount .item5 {
    width: calc(50% - 5px);
  }
}
.block_sp_discount img {
  width: 100%;
}

.block_branch {
  margin-bottom: 30px;
}
.block_branch .row {
  margin-bottom: 20px;
}
.block_branch .row .blk_item {
  margin-top: 20px;
}
.block_branch .row .various {
  width: unset;
}
.block_branch .stt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_branch .more {
  font-size: 0.8em;
  margin-left: 1em;
  background-color: #358d5a;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 999em;
}
.block_branch .more:hover {
  background-color: rgb(66.9329896907, 178.0670103093, 113.6597938144);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.keywordB .keywordA li {
  border: solid 1px #000;
  -webkit-box-shadow: 4px 4px 0px #000;
          box-shadow: 4px 4px 0px #000;
}

.various .font h4,
.toptitle .font h4,
.keywordB .keywordA li,
.collect_5x6 .s-row h4,
.collect_5x6 .special,
.special_5p_1 .hightlight_5p ul li h4,
.various_5p .font h4,
.hightlight_5p .font h4,
.hightlight .font h4 {
  background: #358d5a;
}

.various li:nth-of-type(odd) .font h4,
.toptitle li:nth-of-type(odd) .font h4,
.collect_5x6 .s-row li:nth-of-type(odd) h4,
.special_5p_1 .hightlight_5p ul li:nth-of-type(odd) h4,
.various_5p li:nth-of-type(odd) .font h4,
.hightlight_5p li:nth-of-type(odd) .font h4,
.hightlight li:nth-of-type(odd) .font h4 {
  background: #e6332f;
}

.alternate ul:nth-child(odd) li:first-child {
  background: #358d5a;
}

.ranks,
.round_3p .font h4,
.alternate ul:nth-child(even) li:last-child {
  background: #e6332f;
}

.alternate .font h4 {
  color: #358d5a;
}

.rectangle_3p h4 {
  color: #e6332f;
}

.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: #ffd800;
}

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

.crosswise_3p {
  background-image: url(../images/itemBg.png);
  background-repeat: no-repeat;
  background-position: center top -20px;
  padding-top: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 991px) {
  .crosswise_3p {
    background-image: unset;
    padding-top: 0;
  }
}

.half ul {
  background: #e46600;
}

.slick5itam-2 .slick-slide img {
  border: 2px solid #000;
}
@media screen and (max-width: 991px) {
  .slick5itam-2 .slick-slide img {
    border: 1.5px solid #000;
  }
}

.rectangle_3p {
  margin-top: 20px !important;
}
.rectangle_3p ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rectangle_3p ul li {
  border-radius: 0;
  border: 2px solid #000;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li + .rectangle_3p ul li {
    margin-top: 30px;
  }
}
.rectangle_3p ul li:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: calc(100% + 20px);
  padding-bottom: 46%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li:after {
    padding-bottom: 15%;
    width: 50%;
  }
}
.rectangle_3p ul li:nth-of-type(1) {
  background-color: #358d5a;
}
.rectangle_3p ul li:nth-of-type(1):after {
  background-image: url(../images/gift2.png);
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li:nth-of-type(1):after {
    background-image: url(../images/gift2_m.png);
  }
}
.rectangle_3p ul li:nth-of-type(2) {
  padding: 50px 20px;
  background-color: #e6332f;
}
.rectangle_3p ul li:nth-of-type(2):after {
  background-image: url(../images/gift1.png);
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li:nth-of-type(2) {
    padding: 3vw;
  }
}
.rectangle_3p ul li:nth-of-type(3) {
  background-color: #2b67aa;
}
.rectangle_3p ul li:nth-of-type(3):after {
  background-image: url(../images/gift3.png);
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li:nth-of-type(3):after {
    background-image: url(../images/gift3_m.png);
  }
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li {
    width: 94vw;
    padding: 3vw;
    margin: 1vw 3vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .rectangle_3p ul li {
    margin: 6vw 3vw;
  }
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .rectangle_3p ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rectangle_3p ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.rectangle_3p ul h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul h4 {
    font-size: 26px;
    color: #fff !important;
    font-weight: 600;
  }
}
.rectangle_3p ul p {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .rectangle_3p ul a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.rectangle_3p h4 {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 991px) {
  .rectangle_3p h4 {
    font-size: 22px;
    font-weight: 600;
  }
}
.rectangle_3p .font {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .rectangle_3p .font {
    padding: 1vw 0vw 1vw 3vw;
  }
}

.hightlight a {
  position: relative;
}
.hightlight .font h4 {
  overflow: unset;
  text-overflow: unset;
  font-size: 18px;
}

.hightlight6Item li {
  width: calc(16.6666666667% - 12px);
}
.hightlight6Item img {
  width: 100%;
  height: 181px;
}
@media screen and (max-width: 991px) {
  .hightlight6Item img {
    width: 46vw;
    height: 46vw;
  }
}

@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;
  background-color: #fffdea;
  color: #000;
  border: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999em;
  padding: 0.2em 0.5em 0.3em;
  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: 600px;
  top: 0.5em;
}
@media screen and (max-width: 991px) {
  .special_5p_1 .title_AA h2 {
    position: unset;
    border: 1px solid #000;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .special_5p_1 .title_AA h2 {
    font-size: 18px;
    position: unset;
  }
}
.special_5p_1 .title_AA h2:before, .special_5p_1 .title_AA h2:after {
  content: "";
  display: block;
  background-image: url(../images/stt_decoR.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1.4em;
}
.special_5p_1 .title_AA h2:before {
  left: 0;
  -webkit-transform: translate(-110%, -50%);
          transform: translate(-110%, -50%);
}
.special_5p_1 .title_AA h2:after {
  right: 0;
  -webkit-transform: translate(110%, -50%);
          transform: translate(110%, -50%);
}

.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;
}

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

.book img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.ribbon {
  --w: 40px;
  --w_m: 30px;
  width: var(--w);
  background: rgb(228.9055793991, 42.069527897, 37.8944206009);
  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(228.9055793991, 42.069527897, 37.8944206009);
  border-right: calc(var(--w) / 2) solid rgb(228.9055793991, 42.069527897, 37.8944206009);
}
@media screen and (max-width: 991px) {
  .ribbon:after {
    border-left: calc(var(--w_m) / 2) solid rgb(228.9055793991, 42.069527897, 37.8944206009);
    border-right: calc(var(--w_m) / 2) solid rgb(228.9055793991, 42.069527897, 37.8944206009);
  }
}
.ribbon:before {
  left: var(--w);
  border-bottom: solid 6px rgb(156.2231759657, 21.7811158798, 18.7768240343);
}
@media screen and (max-width: 991px) {
  .ribbon:before {
    left: var(--w_m);
  }
}

@media screen and (max-width: 991px) {
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
  .various .font h4 {
    position: unset;
  }
  .recommend_4p li,
  ul.crosswise-width46 li,
  .baseline li,
  .toptitle li,
  .various li,
  .circle li,
  .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,
  .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;
  }
}
.topfive li,
.brandItem.item5 .col,
.brandItem.item4 .col,
.hightlight6Item li,
.hightlight li,
.half ul li,
.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;
  }
}