@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

textarea {
  resize: none;
  outline: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

input, select {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  font-weight: 300;
}

html,
body {
  background-color: #fff !important;
  color: #3f3f3f;
  font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrap .stitle {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section .title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  color: #0074c1;
  padding: 3.5rem 0 2.5rem;
  text-shadow: 2px 3px 0 rgba(2, 115, 193, 0.2);
  padding: 1.5rem 0 1.7rem;
}

.container {
  width: 1200px;
  max-width: 97%;
  padding: 0;
  position: relative;
  z-index: 5;
}

/*----- 主視覺 -----*/
.kv_box {
  width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.kv_box a {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/*----- 商品區(手機出現) -----*/
.products {
  margin-top: 8px;
  margin-bottom: 5px;
  width: 92%;
  padding: 10px 15px 0;
  border: 3px solid #fff;
  background-color: #fdf4c1;
  border-radius: 12px;
  display: none;
}

.products .row {
  margin-left: -6px;
  margin-right: -6px;
}

.products [class^='col'] {
  padding: 0 6px;
  margin-bottom: 12px;
}

.products__title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.products__title span {
  font-size: 0.6em;
  margin-left: 10px;
  border-radius: 20px;
  color: #fff;
  background-color: #92683c;
  padding: 4px 10px;
  vertical-align: 4px;
}

.products__link {
  display: block;
  border-radius: 6px;
  border: 2px solid #92683c;
  overflow: hidden;
  background-color: #92683c;
}

.products__link img {
  max-width: 100%;
}

.products p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding-bottom: 2px;
}

/*----- 加碼金輪播 -----*/
.promo_card {
  width: 1230px;
  max-width: 97%;
  position: relative;
  z-index: 5;
  padding: 5px 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

.promo_card .swiper-container {
  padding-top: 10px;
}

.promo_card .swiper-slide {
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.promo_card .swiper-slide img {
  width: 330px;
  max-width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.promo_card .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.promo_card .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.promo_card .swiper-slide-active,
.promo_card .swiper-slide-prev,
.promo_card .swiper-slide-next {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.promo_title,
.card_title {
  text-align: center;
  display: none;
  padding: 0 10px;
}

.promo_title img,
.card_title img {
  max-width: 80%;
}

/*----- 儲值卡面選單 -----*/
.card_range {
  margin: 1rem auto;
  padding: 0.3rem 0.5rem;
  background: rgba(14, 171, 248, 0.85);
  background-clip: padding-box;
  border-radius: 5rem;
  overflow: hidden;
}

.card_range #range_btn a {
  color: #fff;
  display: block;
  margin: 0 0.6rem;
  font-size: 1.45rem;
  font-weight: 400;
  cursor: pointer;
}

.card_range #range_btn a.active {
  color: #fff100;
}

.mb_cardbtn {
  display: none;
  cursor: pointer;
  background-color: #e4685d;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 0px 1px 0px #b23e35;
  width: 80%;
  position: fixed;
  z-index: 9;
  bottom: 13px;
  left: 10%;
  -webkit-box-shadow: inset 0px 39px 0px -24px #e67a73;
  box-shadow: inset 0px 39px 0px -24px #e67a73;
  background-clip: padding-box;
  border-radius: 50px;
}

/*----- 儲值卡面 -----*/
.card_wrap {
  padding: 0 10px;
  margin-bottom: 0.5rem;
}

.card_wrap .row {
  margin: 0;
}

.card_wrap [class*='col-'] {
  padding: 0 5px 10px;
}

.card_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.card_wrap a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card_wrap a:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.card_mb::before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 50px;
  top: -50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 243, 252, 0)), color-stop(2%, rgba(219, 243, 252, 0)), to(#dbf3fc));
  background: linear-gradient(to bottom, rgba(219, 243, 252, 0) 0%, rgba(219, 243, 252, 0) 2%, #dbf3fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dbf3fc', endColorstr='#dbf3fc', GradientType=0);
}

.card_mb .btn {
  width: 95%;
  margin: 0 auto;
  display: block;
  background: #626768;
  color: #fff;
  font-size: 1.2rem;
}

/*----- 儲儲值狂享禮, 強檔活動 -----*/
.bonus_wrap,
.event_wrap {
  margin: 1rem auto;
  max-width: 90%;
}

.bonus_wrap .swiper-slide img,
.event_wrap .swiper-slide img {
  width: 300px;
  max-width: 100%;
  background-clip: padding-box;
  border-radius: 20px;
}

.bonus_wrap .swiper-button-prev,
.bonus_wrap .swiper-button-next,
.event_wrap .swiper-button-prev,
.event_wrap .swiper-button-next {
  display: none;
  z-index: 5;
  width: 30px;
  height: auto;
  left: -4.5rem;
  background: transparent;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.bonus_wrap .swiper-button-next,
.event_wrap .swiper-button-next {
  left: auto;
  right: -4.5rem;
}

.bonus_wrap .swiper-button-next img,
.event_wrap .swiper-button-next img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.event_wrap {
  margin: 1rem auto 3rem;
}

/*----- 儲值FAQ -----*/
.faq {
  background-color: #fff090;
  padding-bottom: 1rem;
}

.faq .title {
  padding: 2rem 0 1.7rem;
}

.faq .title strong {
  font-size: 117%;
  vertical-align: -6px !important;
  margin-left: 3px;
}

.faq .question {
  padding: 0 0 4rem 1rem;
  font-size: 2rem;
  color: #0074c1;
  cursor: pointer;
  padding-left: 1rem;
}

.faq .question i {
  font-style: normal;
  position: relative;
  top: -7px;
}

.faq .question i::before {
  content: '▲';
  width: 20px;
  color: #ff6900;
  font: bold 22px/2 arial;
}

.faq .question.collapsed i::before {
  content: '▼';
}

.faq .question strong {
  position: relative;
  color: #fff;
  z-index: 2;
  font-size: 110%;
  font-weight: normal;
  margin-right: 25px;
}

.faq .question strong::before {
  content: '';
  position: absolute;
  background: url("../img/icon_06.png") no-repeat;
  background-size: 80%;
  top: -0.3rem;
  left: -0.6rem;
  width: 87px;
  height: 91px;
  z-index: -1;
}

.faq .ans {
  font-size: 1.5rem;
  margin: -1rem 0 4rem 2rem;
  background-color: #feffee;
  padding: 1rem 2.5rem;
  color: #0074c1;
  line-height: 2.6rem;
  background-clip: padding-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 0.6rem 0 #ffdd3d;
  box-shadow: 0 0.6rem 0 #ffdd3d;
}

.faq .ans.q2 {
  padding: 2rem 0 0;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq .ans.q2 ul li {
  width: calc(100% / 3);
  position: relative;
}

.faq .ans.q2 ul li:nth-child(2) {
  margin: 0 1rem;
}

.faq .ans.q2 img {
  background-clip: padding-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 0.6rem 0 #ffdd3d;
  box-shadow: 0 0.6rem 0 #ffdd3d;
}

.faq .ans.q2 .num {
  position: absolute;
  background-color: #fff;
  top: -2.3rem;
  left: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  font: italic bold 3.5rem/80px arial;
  background-clip: padding-box;
  border-radius: 100%;
}

.faq .ans.q2 ul li:nth-child(1) .num {
  -webkit-box-shadow: 0 0.4rem #1392d7;
  box-shadow: 0 0.4rem #1392d7;
  color: #45c1eb;
}

.faq .ans.q2 ul li:nth-child(2) .num {
  -webkit-box-shadow: 0 0.4rem #d52a3d;
  box-shadow: 0 0.4rem #d52a3d;
  color: #ea677c;
}

.faq .ans.q2 ul li:nth-child(3) .num {
  -webkit-box-shadow: 0 0.4rem #168201;
  box-shadow: 0 0.4rem #168201;
  color: #4ab800;
}

.faq .ans.q3 {
  padding: 0 1.3rem 0;
}

.faq .ans.q3 img {
  margin-top: -12px;
}

.faq .ans span {
  color: #ff6900;
}

/*----- 活動說明 -----*/
.caption {
  background-color: #f4f4f4;
  font-size: 1.5rem;
  padding-bottom: 2rem;
  color: #414040;
}

.caption .container {
  max-width: 95%;
}

.caption a:hover {
  text-decoration: none;
}

.caption .title {
  padding: 2rem 0;
}

.caption span.hand {
  width: 20px;
  margin-left: 2px;
}

.caption .panel-heading {
  width: 100%;
  position: relative;
  background-color: #e7e7e7;
  border-bottom: 3px solid #fff;
}

.caption .panel-heading .panel-title {
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.caption .panel-heading .panel-title::before {
  content: '▲';
  float: left;
  width: 20px;
  color: #ff6900;
  font: bold 20px/2 arial;
  margin-right: 2px;
}

.caption .panel-heading .panel-title.collapsed::before {
  content: '▼';
}

.caption .panel-heading .buy {
  background-color: #ff6900;
  color: #fff;
  font-size: 80%;
  padding: 0 0.8rem 0 1rem;
}

.caption .panel-body {
  font-size: 1.25rem;
  background-color: #fff;
  padding: 1rem 1rem 1rem 3rem;
}

.caption .panel-body p {
  margin-bottom: 0.5rem;
}

.caption .panel-body strong {
  vertical-align: 0;
  font-weight: 700;
  margin-right: 0.5rem;
}

.caption .panel-body a {
  color: #0083ff;
  text-decoration: underline;
  vertical-align: 0 !important;
}

.caption .panel-body ul.square {
  margin-left: 1.2rem;
}

.caption .panel-body ul.square li {
  list-style-type: square;
  margin-bottom: 0.5rem;
}

/* ---------- 關鍵字  ----------*/
.keyword {
  background-color: #7ecef4;
  padding: 40px 0;
  color: #fff;
}

.keyword .key_left {
  margin-bottom: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.keyword .key_link a {
  background-color: #0088c9;
  display: inline-block;
  color: #fff;
  padding: 5px 8px;
  margin: 0 3px 10px 0;
  font-size: 16px;
  text-decoration: none;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.keyword .key_link a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0176af;
}

/* ---------- 共用  ----------*/
.header {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 1;
  font-size: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.header .container {
  width: 1200px;
  max-width: 97%;
  margin: 0 auto;
  height: 100%;
}

.header .left {
  width: 250px;
  margin: 6px 0 0 10px;
}

.header .left img {
  height: 28px;
}

.header .right {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.header .right a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #707070;
  padding: 6px 1rem 0;
  margin: 0 6px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .right a img.icon {
  margin-right: 4px;
  position: relative;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.header .right a img.icon.i01 {
  width: 25px;
  top: -2px;
}

.header .right a img.icon.i02 {
  width: 24px;
  top: -2px;
}

.header .right a img.icon.i03, .header .right a img.icon.i04 {
  width: 20px;
  top: -3px;
}

.header .right a span {
  font-weight: 400;
  display: block;
  vertical-align: 0 !important;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.header .right a:hover {
  color: #fff;
  background-color: #626262;
}

.header .right a:hover img.icon {
  -webkit-filter: brightness(50);
  filter: brightness(50);
}

.header .right a:last-child {
  margin-right: 0;
}

.header .right .line {
  font-size: 1rem;
  color: #707070;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.header .mb {
  display: none !important;
}

.header .mb img {
  height: 25px;
}

@media only screen and (max-width: 992px) {
  .header {
    height: auto;
    z-index: 99999;
    width: 100%;
  }
  .header .container {
    background: #fff;
    display: block !important;
    height: auto;
    max-width: 100%;
  }
  .header .left {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 7px 0 8px;
  }
  .header .left img {
    height: 23px;
    margin: 0 auto;
    display: block;
  }
  .header .right {
    width: 100%;
    background: #fff;
    -moz-justify-content: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    -ms-flex-pack: center !important;
  }
  .header .right a {
    padding: 3px 1rem 3px;
  }
  .header .right a img.icon.i01,
  .header .right a img.icon.i02,
  .header .right a img.icon.i03,
  .header .right a img.icon.i04 {
    top: 0;
  }
  .header .mbfixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .header a.pc {
    display: none !important;
  }
  .header a.mb {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .header .left {
    padding: 6px 0 3px;
  }
  .header .right {
    padding: 3px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .right a {
    font-size: 15px;
    padding: 3px 5px;
    margin: 0 3px;
  }
  .header .right a img.icon {
    display: none !important;
  }
  .header .right a span {
    font-weight: 500;
  }
  .header .right .line {
    font-size: 13px;
    font-weight: 400;
  }
  .mbfixed {
    padding: 5px 0;
  }
}

@media only screen and (max-width: 370px) {
  .header .right a {
    padding: 3px 4px;
  }
}

@media only screen and (max-width: 350px) {
  .header .right a {
    font-size: 13px;
  }
}

.right_menu, .left_menu {
  width: 150px;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100px;
  padding-right: 15px;
}

.right_menu .arrow_box, .left_menu .arrow_box {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0 10px 5px;
  width: 40px;
  height: 40px;
  margin: 0 -15px 3px 0;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 5px 0 0 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right_menu .arrow_box:hover, .left_menu .arrow_box:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right_menu .menu_box, .left_menu .menu_box {
  text-align: center;
  background: rgba(149, 149, 149, 0.8);
  width: 100%;
  padding: 2px 0;
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-clip: padding-box;
  border-radius: 200px;
}

.right_menu .menu_box img, .left_menu .menu_box img {
  width: 100%;
  display: block;
}

.right_menu .menu_box img.menutitle, .left_menu .menu_box img.menutitle {
  width: 165px;
  position: relative;
  left: -15px;
  top: -65px;
}

.right_menu .menu_box a, .left_menu .menu_box a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 3px;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right_menu .menu_box a:hover, .left_menu .menu_box a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.right_menu .menu_box li.mtitle, .left_menu .menu_box li.mtitle {
  height: 30px;
}

.right_menu .menu_box li.banner a, .left_menu .menu_box li.banner a {
  background-color: inherit;
  padding: 0;
}

.right_menu .menu_box li, .left_menu .menu_box li {
  padding: 2px 5px;
  position: relative;
}

.right_menu .menu_box li:nth-child(1) a, .left_menu .menu_box li:nth-child(1) a {
  overflow: hidden;
}

.right_menu .menu_box li.gotop, .left_menu .menu_box li.gotop {
  padding: 3px 4px 2px;
}

.right_menu .menu_box hr, .left_menu .menu_box hr {
  width: 88%;
  margin: 5px auto 0;
  border-top: 1px dashed #eee;
}

.right_menu .menu_box li.gotop, .left_menu .menu_box li.gotop {
  padding: 0;
}

.right_menu .menu_box li.gotop a, .left_menu .menu_box li.gotop a {
  display: block;
  padding: 5px 0 10px;
}

.right_menu .menu_box li.gotop .arrow, .left_menu .menu_box li.gotop .arrow {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  vertical-align: -3px;
}

.right_menu .menu_box li.act_01 a, .left_menu .menu_box li.act_01 a {
  color: #fff;
  background-color: #eb6201;
}

.right_menu .menu_box li.act_02 a, .left_menu .menu_box li.act_02 a {
  background-color: #fff;
  color: #373737;
}

.right_menu .menu_box li.act_03 a, .left_menu .menu_box li.act_03 a {
  background-color: #3754d0;
  color: #fff600;
}

.right_menu dt, .left_menu dt {
  color: #fff;
  border-bottom: solid 1px #d3d3d3;
  margin: 0 3px;
  padding: 0 0 4px;
}

.right_menu .gohide, .left_menu .gohide {
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

.right_menu span.arrow.arRight.rotate, .left_menu span.arrow.arRight.rotate {
  -webkit-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
  margin-left: 8px;
}

.right_menu .mtitl {
  width: 165px;
  position: absolute;
  z-index: 3;
  left: -10px;
  top: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.right_menu .menu_box {
  margin-top: 63px;
  padding-bottom: 0;
}

.right_menu .menu_box li {
  padding: 2px 4px;
}

.right_menu .gohide {
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}

.right_menu li.banner {
  padding: 10px;
}

.left_menu {
  right: auto;
  left: 0;
  padding: 0 0 0 5px;
}

.left_menu .arrow_box {
  margin: 0 0 3px -5px;
  padding: 10px 0 10px 15px;
  background-clip: padding-box;
  border-radius: 0 5px 5px 0;
}

.left_menu .gohide {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.left_menu span.arrow.arLeft.rotate {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  margin-left: -8px;
}

.left_menu .main_menu {
  display: none;
  width: 100%;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  background: #d8000f;
  background: -webkit-gradient(linear, left top, right top, from(#8c0000), color-stop(10%, #8c0000), color-stop(30%, #c30000), color-stop(50%, #c30000), color-stop(50%, #c30000), color-stop(70%, #c30000), color-stop(90%, #8c0000), to(#8c0000));
  background: linear-gradient(to right, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%);
}

.left_menu .main_menu li {
  width: 50%;
  text-align: center;
  position: relative;
}

.left_menu .main_menu li img {
  width: 34px;
  vertical-align: -8px;
}

.left_menu .main_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px 0;
}

.left_menu .main_menu li:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background-color: #fff;
  opacity: .7;
}

.subfixed {
  position: fixed;
  top: 10px;
}

.menuMask {
  display: none;
  background-color: rgba(34, 34, 34, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 55;
  top: 0px;
  left: 0px;
}

.gotopMB {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 88;
  background-clip: padding-box;
  border-radius: 100%;
}

.gotopMB span {
  width: 15px;
  height: 15px;
  display: block;
  margin: 10px auto -6px;
}

.gotopMB:hover, .gotopMB a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1280px) {
  .right_menu {
    -webkit-transform: scale(0.9) translateX(5%);
    transform: scale(0.9) translateX(5%);
  }
  .left_menu {
    -webkit-transform: scale(0.9) translateX(-5%);
    transform: scale(0.9) translateX(-5%);
  }
  .subfixed {
    top: -10px;
  }
}

@media only screen and (max-width: 1100px) {
  .right_menu .menu_box,
  .right_menu .mtitl {
    -webkit-transform: translateX(115%);
    transform: translateX(115%);
  }
  .left_menu .menu_box {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .right_menu .gohide, .left_menu .gohide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .right_menu .arRight {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
  }
  .right_menu span.arrow.arRight.rotate {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    margin-left: 0;
  }
  .left_menu .arLeft {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -8px;
  }
  .left_menu span.arrow.arLeft.rotate {
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .right_menu {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .right_menu, .left_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .right_menu .arrow_box,
  .right_menu .mtitl, .left_menu .arrow_box,
  .left_menu .mtitl {
    display: none;
  }
  .right_menu .menu_box, .left_menu .menu_box {
    width: 100%;
    padding: 0;
    margin: 0;
    background-clip: padding-box;
    border-radius: 0 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .right_menu .menu_box li.banner, .right_menu .menu_box li.gotop, .right_menu .menu_box li.subtitle, .left_menu .menu_box li.banner, .left_menu .menu_box li.gotop, .left_menu .menu_box li.subtitle {
    display: none;
  }
  .right_menu .menu_box li:nth-child(1) a, .left_menu .menu_box li:nth-child(1) a {
    overflow: inherit;
  }
  .right_menu.subfixed {
    position: fixed !important;
  }
  .left_menu {
    position: fixed;
    bottom: 0px;
    top: inherit;
    z-index: 66;
  }
  .left_menu .menu_box {
    display: none;
    background-color: inherit;
    padding: 0 8px;
    margin-bottom: 10px;
    text-align: center;
  }
  .left_menu .menu_box li {
    display: inline-block;
    position: relative;
    width: calc(100% / 3 - 4px);
    text-align: left;
    margin: 0 0 8px;
    padding: 0;
  }
  .left_menu .menu_box a {
    text-align: center;
    padding: 8px 3px;
    color: #000;
    background-color: #fff600;
  }
  .main_menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .gotopMB {
    display: block;
  }
}

ul.promo img {
  padding: 0 5px;
}

ul.promo li {
  margin-bottom: 20px;
}

ul.promo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  padding: 5px 0 3rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.promo a:hover {
  top: -6px;
  border: 1px solid #03446d;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

ul.promo .icon {
  width: 3rem;
  height: 5rem;
  padding: 0 0.2rem 1rem;
  position: absolute;
  right: 5px;
  top: -5rem;
  background: #03446d;
  background-clip: padding-box;
  border-radius: 0 0 50px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

ul.promo a:hover .icon {
  top: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.promo .hotline {
  background-color: #898989;
  color: #fff;
  padding: 8px 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.promo a:hover .hotline {
  background: #03446d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.promo .pd_title {
  color: #454545;
  margin-bottom: 8px;
  padding: 0 5px;
}

ul.promo .price {
  font-size: 135%;
  color: #c90016;
  font-weight: bold;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
}

ul.promo .price i {
  font-weight: normal;
  font-style: normal;
  vertical-align: 0;
  color: #454545;
  font-size: 70%;
  text-decoration: line-through;
  padding-right: 3px;
}

ul.promo .price small {
  font-weight: normal;
  font-size: 65%;
  vertical-align: 0;
}

@media only screen and (max-width: 1440px) {
  ul.promo a {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  ul.promo {
    margin-right: -10px;
    margin-left: -10px;
  }
  ul.promo .col-md-6, ul.promo .col-6 {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  ul.promo {
    margin-right: -5px;
    margin-left: -5px;
  }
  ul.promo a {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  ul.promo .col-md-6, ul.promo .col-6 {
    padding: 0 5px;
  }
}

.card_note {
  padding: 10px 0;
  color: #959595;
  background-color: #282828;
  line-height: 22px;
  font-size: 13px;
}

.card_note .left {
  margin: 0 12px;
  padding: 5px 10px;
  border: 1px solid #959595;
  font-size: 170%;
  font-weight: 500;
  letter-spacing: 5px;
  vertical-align: middle;
}

.footer {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 10px 20px;
  line-height: 22px;
  font-size: 13px;
  background-color: #0087c9;
}

.footer li {
  margin: 0 3px;
}

.footer li.text {
  margin-right: 10px;
}

.footer li img {
  width: 40px;
}

@media only screen and (max-width: 991px) {
  .card_note {
    display: block !important;
    padding: 20px;
    text-align: center;
  }
  .card_note .left {
    width: 310px;
    max-width: 100%;
    margin: 0 auto 8px;
  }
}

@media only screen and (max-width: 480px) {
  .card_note .left {
    font-size: 160%;
  }
}

.arrow {
  border: solid rgba(255, 255, 255, 0.7);
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -5px;
}

.arRight {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arLeft {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arUp {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.show {
  display: block !important;
}

.radius_S {
  background-clip: padding-box;
  border-radius: 4px;
}

.radius_M {
  background-clip: padding-box;
  border-radius: 10px !important;
}

.radius_M_top {
  background-clip: padding-box;
  border-radius: 10px 10px 0 0;
}

.radius_M_bottom {
  background-clip: padding-box;
  border-radius: 0 0 10px 10px;
}

.radius_L {
  background-clip: padding-box;
  border-radius: 13px;
}

.d-block {
  width: 100%;
}

.absolute {
  position: absolute;
  top: 0;
  left: 50%;
  left: 50%;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.mobile,
.card_mb,
.container.card_mb.hide {
  display: none !important;
}

.fadeIn {
  display: block !important;
  -webkit-animation: fadeIn 0.35s ease;
  animation: fadeIn 0.35s ease;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .wrap {
    background-size: 200% !important;
  }
  .kv_box {
    width: 58%;
  }
  .bonus_wrap .swiper-button-prev,
  .event_wrap .swiper-button-prev {
    left: -4vw;
  }
  .bonus_wrap .swiper-button-next,
  .event_wrap .swiper-button-next {
    right: -4vw;
  }
  .card_range #range_btn a {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 992px) {
  .bonus_wrap .swiper-slide,
  .event_wrap .swiper-slide {
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  }
  .bonus_wrap .swiper-slide.swiper-slide-active,
  .bonus_wrap .swiper-slide.swiper-slide-next,
  .event_wrap .swiper-slide.swiper-slide-active,
  .event_wrap .swiper-slide.swiper-slide-next {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .bonus_wrap .swiper-button-prev,
  .event_wrap .swiper-button-prev,
  .bonus_wrap .swiper-button-next,
  .event_wrap .swiper-button-next {
    width: 20px;
    left: -4vw;
  }
  .bonus_wrap .swiper-button-next,
  .event_wrap .swiper-button-next {
    left: auto;
    right: -4vw;
  }
}

@media only screen and (max-width: 768px) {
  .mb_cardbtn {
    display: block;
    z-index: 9999;
  }
  .card_range {
    display: none !important;
  }
  #range_mb .modal-dialog {
    max-width: 100%;
  }
  #range_mb .modal-content {
    background: transparent;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10vw;
  }
  #range_mb .modal-body {
    font-size: 1.25rem;
    padding: 0;
  }
  #range_mb .modal-body a {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    margin: 0 8px 15px;
    display: block;
    cursor: pointer;
    background-clip: padding-box;
    border-radius: 10px;
  }
  #range_mb .modal-body a.active {
    color: #505050;
    background: #fff100;
  }
  .modal-backdrop.show {
    opacity: 0.75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  }
  .modal-dialog-centered::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .pc,
  .wrap {
    background-size: 100% !important;
  }
  .pc .stitle,
  .wrap .stitle {
    width: 250px;
  }
  .pc #cardtitle,
  .wrap #cardtitle {
    width: auto;
  }
  .section .title {
    font-size: 10vw;
    padding: 1rem 0;
  }
  .kv_box {
    width: 100%;
    margin-bottom: 5px;
  }
  .kv_box a {
    padding: 0 10px;
  }
  .products {
    display: block;
  }
  .promo_card .swiper-container {
    margin: 0;
    padding: 0 5px;
  }
  .promo_card .swiper-slide {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 50% !important;
  }
  .promo_card .swiper-slide a {
    padding: 0 5px 10px;
  }
  .promo_card .swiper-slide img {
    vertical-align: middle;
  }
  .promo_title,
  .card_title {
    display: block;
  }
  .card_wrap {
    padding: 0 5px;
  }
  .card_mb {
    display: block !important;
  }
  .bonus_wrap .swiper-button-prev,
  .event_wrap .swiper-button-prev,
  .bonus_wrap .swiper-button-next,
  .event_wrap .swiper-button-next {
    display: none;
  }
  .faq {
    padding-bottom: 0;
  }
  .faq .question {
    font-size: 18px;
    text-indent: -12vw;
    margin-left: 17vw;
    padding: 0 1vw 12vw 0;
    font-weight: 400;
  }
  .faq .question i::before {
    font: bold 18px/1.5 arial;
    position: relative;
    top: 4px;
  }
  .faq .question strong {
    margin-right: 5vw;
    font-size: 5vw;
  }
  .faq .question strong::before {
    background-size: 12vw;
    top: -1.6vw;
  }
  .faq .ans {
    font-size: 4.5vw;
    line-height: 7vw;
    width: 95%;
    margin: -8vw auto 10vw;
    padding: 5vw;
    background-clip: padding-box;
    border-radius: 13px;
    -webkit-box-shadow: 0 0.4rem 0 #ffdd3d;
    box-shadow: 0 0.4rem 0 #ffdd3d;
  }
  .faq .ans.q2 {
    padding-top: 4vw;
  }
  .faq .ans.q2 ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq .ans.q2 ul li {
    width: 250px;
    max-width: none;
    padding: 30px 0 10px;
    display: inline-block;
    margin: 0 5vw 0 0;
  }
  .faq .ans.q2 .num {
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 3rem;
  }
  .faq .ans.q2 img {
    width: 250px;
    max-width: none;
    margin-right: 3vw;
    background-clip: padding-box;
    border-radius: 13px;
  }
  .caption {
    font-size: 18px;
  }
  .caption span.hand {
    width: 15px;
  }
  .caption .panel-heading .panel-title {
    padding: 13px 10px;
    font-weight: 400;
  }
  .caption .panel-heading .panel-title::before {
    font: bold 18px arial;
    position: relative;
    top: 4px;
  }
  .caption .panel-heading .buy {
    padding: 0 10px;
    font-weight: 400;
  }
  .caption .panel-body {
    padding: 10px 10px 10px 20px;
    font-size: 1rem;
  }
  .keyword .container {
    padding: 0 10px;
  }
  .card_range #range_btn {
    padding-bottom: 25vw;
  }
  #range_mb .modal-content {
    bottom: 20vw;
  }
}

body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

.inset {
  text-align: center;
}

.inset a {
  color: #06c;
  font: 11px/20px normal;
}

.logotype a {
  display: block;
  width: 186px;
  height: 60px;
  text-indent: -9999px;
}

#HEADER .logotype a {
  background: url();
}

#HEADER {
  position: relative;
  height: 60px;
  width: 930px;
  margin: 0 auto;
  margin-bottom: 6px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  background: url() repeat-x;
}

#HEADER a {
  display: block;
  position: absolute;
}

#HEADER .site_roadsign {
  width: 68px;
  height: 65px;
  left: 186px;
  top: 0;
  text-indent: -9999px;
}

#HEADER .site_ad {
  left: 312px;
  top: 16px;
  border: 1px solid #ddd;
}

#FOOTER {
  margin: 10px 0 20px;
  color: #777;
  font: 13px/1.5 Verdana;
  text-align: center;
}

#FOOTER a {
  color: #333;
  font: 13px/1.5 Verdana;
}

#FOOTER span {
  margin: 0 4px;
  color: #999;
  font: 12px/1.5 Verdana;
}

#GLOBALWRAPPER,
#WRAPPER {
  margin: 0 auto;
}

#GLOBALWRAPPER {
  overflow: hidden;
  margin-bottom: 7px;
}
/*# sourceMappingURL=layout_0914.css.map */