@charset "UTF-8";
:root {
  --color1: #FF5324;
  --color2: #FF5324;
  --color3: #fadb86;
}

/* 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;
}

/* 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;
}

.kv_m {
  display: none;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .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_sp2 .discounts img, .block_sp1 .tips img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.block_sp2 .discounts img:hover, .block_sp1 .tips img:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/**--  修正  --**/
#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: 980;
}
header img {
  display: inline;
}

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

@media screen and (min-width: 992px) {
  body,
  header {
    min-width: 1200px;
  }
}
/**--  menu 通用版  --**/
.menustyle2 {
  width: 120px;
  display: block;
  background: var(--color3);
  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.5em 0;
  overflow: hidden;
  border: 3px solid var(--color1);
  border-radius: 20px;
  -webkit-box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
          box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
}
@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;
  }
  .menustyle2.show {
    opacity: 1;
    visibility: visible;
  }
  .menustyle2 {
    border-radius: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 100%;
    padding: 1vw 1vw;
    overflow-x: auto;
    white-space: nowrap;
    border: unset;
    background-color: var(--color1);
    top: 0;
    left: 0;
  }
  .menustyle2::-webkit-scrollbar {
    display: none;
  }
}
.menustyle2 .nav-pills .nav-link {
  border-radius: 0;
}
.menustyle2 .nav-link:focus,
.menustyle2 .nav-link:hover {
  background: var(--color3);
  color: var(--color1);
  -webkit-box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
          box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
}
@media screen and (max-width: 991px) {
  .menustyle2 .nav-link:focus,
  .menustyle2 .nav-link:hover {
    background: unset;
    color: unset;
    -webkit-box-shadow: unset;
            box-shadow: 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 var(--color1);
  -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: var(--color1);
  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: var(--color2) !important;
  color: var(--color3) !important;
  border-radius: 0;
  -webkit-box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
          box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.5647058824), inset -3px -3px 5px rgba(0, 0, 0, 0.5137254902), 5px 5px 10px rgba(0, 0, 0, 0.2235294118);
}
@media screen and (max-width: 991px) {
  .menustyle2 .active {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background: var(--color3) !important;
    color: var(--color2) !important;
  }
}
.menustyle2 .menutitle a,
.menustyle2 .menutitle a:hover {
  color: #fff;
  background: var(--color1);
}
@media screen and (max-width: 991px) {
  .menustyle2 .menutitle a,
  .menustyle2 .menutitle a:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), var(--color1);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--color1);
  }
}
.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 var(--color1);
}
@media screen and (max-width: 991px) {
  .menustyle2 br {
    display: none;
  }
}
.menustyle2 .showByDate {
  border-bottom: 0.5px solid var(--color1);
}

/**--  kv  --**/
.kv_pc {
  position: relative;
  width: 100%;
}

.kv_pc img {
  width: 100%;
}

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

.kv_item {
  position: absolute;
}

.kv_item-title {
  width: 54.5%;
  top: -10%;
  left: 7.5%;
}

.kv_item-sale {
  width: 30%;
  top: 50%;
}

.kv_m img {
  width: 100%;
}

/**--  共用  --**/
html,
body {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  overflow: unset;
  max-width: unset;
  padding: 0 0 30px 0;
}
.blk_sp_all {
  background-color: var(--color1);
  position: relative;
  margin-bottom: 5vw;
}
.blk_sp_all:after {
  content: "";
  display: block;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  padding-bottom: 3vw;
  position: absolute;
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.btt {
  font-family: "Noto Sans TC";
  font-size: 64px;
  font-weight: 700;
  color: var(--color1);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), var(--color2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--color2);
  -webkit-box-shadow: 3px 3px 3.5px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.5), inset -4px -4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3.5px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.5), inset -4px -4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.8em 0.2em;
  border-radius: 999em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .btt {
    font-size: 46px;
  }
}
@media screen and (max-width: 450px) {
  .btt {
    font-size: 30px;
    -webkit-box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.25), inset 3px 3px 3px rgba(255, 255, 255, 0.5), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2.5px rgba(0, 0, 0, 0.25), inset 3px 3px 3px rgba(255, 255, 255, 0.5), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
  }
}

.stt {
  font-size: 40px;
  color: #fff;
  background-color: var(--color1);
  border-radius: 999em;
  padding: 0.4em 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.4em auto 0;
  background-image: url(../images/deco1.png), url(../images/deco2.png);
  background-repeat: no-repeat;
  background-position: left 0.5em center, right 0.5em center;
  background-size: auto 1em;
}
@media screen and (max-width: 450px) {
  .stt {
    font-size: 24px;
  }
}

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

.blk_bas {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .blk_bas {
    margin-top: 70px;
  }
}
@media screen and (max-width: 450px) {
  .blk_bas {
    margin-top: 60px;
  }
}

.blk_head {
  font-size: 64px;
  max-width: 1240px;
  padding: 12px 0;
  background-color: var(--color1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  border-radius: 999em;
  padding: 10px;
  border: 4px solid var(--color3);
  -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media screen and (max-width: 991px) {
  .blk_head {
    font-size: 30px;
    padding: 5px;
    border: 2px solid var(--color3);
  }
}
.blk_head:before, .blk_head:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 3em;
  padding-bottom: 2.4em;
  position: absolute;
  top: 0;
  -webkit-filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.35));
}
.blk_head:before {
  background-position: right center;
  background-image: url(../images/bttL.png);
  left: 0;
  -webkit-transform: translate(-75%, -40%);
          transform: translate(-75%, -40%);
}
.blk_head:after {
  background-position: left center;
  background-image: url(../images/bttR.png);
  right: 0;
  -webkit-transform: translate(75%, -40%);
          transform: translate(75%, -40%);
}

.blk_body {
  font-size: 64px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 0;
}
.blk_body:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .blk_sp .blk_body {
    padding: 12px;
  }
}
.blk_bas .blk_body {
  margin: -1em auto 0;
  padding: 1.5em 0 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0.65))), var(--color2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), var(--color2);
  -webkit-box-shadow: 3px 3px 3.5px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.5), inset -4px -4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3.5px rgba(0, 0, 0, 0.25), inset 4px 4px 4px rgba(255, 255, 255, 0.5), inset -4px -4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  outline: 10px solid var(--color1);
}
@media screen and (max-width: 991px) {
  .blk_bas .blk_body {
    font-size: 30px;
    outline: 5px solid var(--color1);
  }
}
.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_sp {
  position: relative;
  z-index: 1;
}

.block_sp1 {
  margin-top: -7vw;
}
@media screen and (max-width: 991px) {
  .block_sp1 {
    margin-top: 0;
  }
}
.block_sp1 .tips {
  margin-left: -5px;
  margin-right: -5px;
}
.block_sp1 .tips > * {
  padding: 5px;
}
.block_sp2 .discounts {
  margin-left: -5px;
  margin-right: -5px;
}
.block_sp2 .discounts > * {
  padding: 5px;
}
.block_sp3 {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .block_sp3 {
    margin-top: 0;
  }
}
.block_sp3 .blk_body {
  padding: 0;
}
.block_sp3 .couponBg {
  width: calc(100% - 10px);
  margin: 0 auto;
  -webkit-transform: translateX(0.6%);
          transform: translateX(0.6%);
}
.block_sp3 .coupon {
  position: relative;
}
.block_sp3 .coupon-slick {
  position: absolute;
  top: 25px;
  right: 14%;
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .block_sp3 .coupon-slick {
    top: 21vw;
    right: 2vw;
    width: 96vw;
  }
}
@media screen and (max-width: 450px) {
  .block_sp3 .coupon-slick {
    right: 0vw;
    width: 100vw;
  }
}
.block_sp3 .slick-list {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .block_sp3 .slick-list {
    margin-bottom: 5px;
  }
}
.block_sp3 .slick-dots li button:before {
  font-size: 1.5rem !important;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .block_sp3 .slick-dots li button:before {
    color: var(--color1) !important;
  }
}

/**--  區塊  --**/


/* 元件 */
.keywordA li {
  font-size: 1.2rem;
}

.dis-for-zasshi3,
.zasshi3 ul li .font p,
.zasshi3-buy,
.hightlight_5p .font h4,
.hightlight .font h4,
.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child,
.collect_5x6 .special,
.collect_5x6 .s-row h4 {
  background: var(--color1);
}

.zasshi3 ul li h4,
.slick5itam-2 h4,
.slick5itam-2 p {
  color: var(--color1);
}

.zasshi3 ul li,
.recommend_2p li,
.half ul {
  background: #ffeeea;
}

.boxmix-forbn .box-mix ul.quotes li {
  width: 700px;
}

.boxmix-forbn .box-mix ul.hightlight li {
  width: 195px;
}

.boxmix-forbn .box-mix ul.hightlight li img {
  width: 195px;
  height: 195px;
}

.slickbg.hightlight.hl-4p {
  width: 1110px;
}

.hightlight.hl-4p img {
  height: 210px;
}

.regular2itam.slider {
  width: 1110px;
}

@media screen and (max-width: 991px) {

  .boxmix-forbn .box-mix ul.quotes li {
    width: 100%;
  }

  .boxmix-forbn .box-mix ul.hightlight li {
    width: 46vw;
  }

  .boxmix-forbn .box-mix ul.hightlight li img {
    width: 46vw;
    height: 46vw;
  }

  .slickbg.hightlight.hl-4p {
    width: 100%;
    padding: 0 2vw;
  }

  .hightlight.hl-4p img {
    height: 46vw;
  }

  .regular2itam.slider {
    width: 100%;
  }

}

/*五品特殊*/
.special_5p_1 {
  margin: 10px auto;
}

.special_5p_1 .hightlight_5p {
  width: 1200px;
  margin: 0px auto;
  padding: 0;
  background: url("../images/h5psp_bg.png")top center no-repeat;
}

.special_5p_1 .title_AA h3 {
  border-left: none;
  padding: 20px 0 0 200px;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
}

.title_AA .more {
  top: 25px;
  right: 40px;
}

.title_AA .more a {
  font-size: 1.1rem;
  background: var(--color3);
  padding: 2px 8px 3px;
  border-radius: 50px;
}

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

.special_5p_1 .hightlight_5p ul li h4 {
  background: var(--color1);
}

.special_5p_1 .hightlight_5p ul li {
  height: auto;
  margin-top: 82px;
}

.special_5p_1 .hightlight_5p ul li:first-child {
  height: auto;
  width: 240px;
  padding-top: 0;
}

.special_5p_1 .hightlight_5p img {
  width: 100%;
  object-fit: contain;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
  width: 100%;
  height: 240px;
}

.special_5p_1 .hightlight_5p ul li:first-child img {
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .special_5p_1 {
    margin: 1vw auto 0;
  }

  .special_5p_1 .hightlight_5p {
    background: none;
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }

  .special_5p_1 .title_AA {
    margin: 2vw auto 0;
    height: auto;
  }

  .special_5p_1 .title_AA h3 {
    position: relative;
    right: 0;
    padding: 0px;
    top: 0;
    color: #222;
    font-size: 1.8rem;
  }

  .title_AA .more {
    top: 1vw;
    right: 3vw;
  }

  .title_AA .more a {
    font-size: 1rem;
    padding: .5vw 3vw 1vw;
  }

  .special_5p_1 .hightlight_5p ul li {
    margin: 1vw auto;
    width: 46vw;
  }

  .special_5p_1 .hightlight_5p ul li:first-child {
    width: 100vw;
    margin: .5vw 1.5vw;
    padding: 2vw;
  }

  .special_5p_1 .hightlight_5p img {
    width: 100%;
  }

  .special_5p_1 .hightlight_5p ul li:first-child .font {
    padding: 0;
  }

  .special_5p_1 .hightlight_5p ul li:first-child img {
    width: 48vw;
    height: 48vw;
  }
}

/*btn*/
.blk_btn {
  max-width: 650px;
  margin: 40px auto 20px;
  display: flex;
  flex-wrap: wrap;
}

.go_btn {
  position: relative;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 95px 12px;
  border-radius: 999em;
  border: 3px solid #fff;
  background: var(--color1);
}

/*
  .btn_a {
	background: #e65e66;
  }
  .btn_b {
	background: #2daa6b;
  }
  */
.go_btn h2 {
  line-height: 1.45;
  margin-left: -60px;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
}

.go_btn span {
  font-size: 1.8rem;
  font-weight: 900;
  border-radius: 100%;
  padding: 18px 10px;
  position: absolute;
  right: 9px;
  top: 7px;
  animation: pulse 1s infinite;
  color: #000;
  background: var(--color3);
}

/*
  .btn_a span{ background: #2daa6b;}
  .btn_b span{ background: #e65e66;}
  */
@media screen and (max-width: 991px) {
  .blk_btn {
    margin: 4vw auto;
    padding: 0 5vw;
    display: flex;
    flex-wrap: wrap;
  }

  .go_btn {
    margin: 1.5vw auto;
    padding: 3vw 13vw 3.5vw 20vw;
    border: 1px solid #fff;
  }

  .go_btn h2 {
    line-height: 1.5rem;
    margin-left: -16vw;
    font-size: 1.8rem;
  }

  .go_btn span {
    font-size: 1.3rem;
    padding: 2.5vw 1.2vw;
    right: 1.2vw;
    top: 1vw;
  }

}

/*輪播統一設定*/
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slick3item .slick-slide {
  margin: 0 10px !important;
}


@media screen and (max-width: 991px) {
  .slider {
    margin: 2vw auto !important;
  }

  .slick-dotted.slick-slider {
    padding-bottom: 2vw !important;
  }

}