/* Minification failed. Returning unminified contents.
(8577,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8579,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Rubik:300,400,400i,700,900";

/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/

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: baseline;
  background: transparent;
  word-wrap: break-word;
  word-break: normal;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}
html body, body body {
  line-height: 1;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
mark {
  background: #ff0;
  color: #000;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table > caption {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}

input, select {
  vertical-align: middle;
}

/*==================== 表單元素 - 去除ios預設外觀 input ====================*/
input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
}

/*==================== 表單元素 - 去除ie預設外觀 select ====================*/
select::-ms-expand {
  display: none;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*改寫iOS Safari中可點擊元素的高亮顏色*/
  font-size: initial;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*去除focus outline-chrome預設*/
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
}

/*隱藏小箭頭*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /*margin: 0;*/
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

/*file、radio、checkbox的focus設定*/
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*placeholder*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}

/*額外新增*/
* {
  box-sizing: border-box;
}

/*==================== 清單 ====================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.625em;
  /*10/16*/
  /* padding-left: 30px; */
}

/* 第二層崁套margin皆為0 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
  padding-left: 30px;
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: normal;
}

em {
  font-weight: normal;
  font-style: normal;
}

body {
  content: "xs";
}
@media (min-width: 768px) {
  body {
    content: "s";
  }
}
@media (min-width: 1024px) {
  body {
    content: "m";
  }
}
@media (min-width: 1230px) {
  body {
    content: "l";
  }
}
@media (min-width: 1920px) {
  body {
    content: "xl";
  }
}

::selection {
  color: #333;
  background: #f0aa00;
}

.hide {
  display: none;
}
@media (min-width: 0) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1230px) {
  .hide-xl {
    display: none;
  }
}
@media (min-width: 1920px) {
  .hide-xxl {
    display: none;
  }
}

.block {
  display: block;
}
@media (min-width: 0) {
  .block-xs {
    display: block;
  }
}
@media (min-width: 600px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .block-lg {
    display: block;
  }
}
@media (min-width: 1230px) {
  .block-xl {
    display: block;
  }
}
@media (min-width: 1920px) {
  .block-xxl {
    display: block;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
}

.link-break {
  word-break: break-all;
}

.border {
  border: 1px solid #ddd;
}

.bg-gray {
  background: #f4f4f4;
}

.hr {
  display: block;
  border: none;
  height: 1px;
  margin: 20px 0;
  background: #ddd;
}

.price-sell {
  color: #333;
  font-size: 12px;
  margin-bottom: 5px;
}

.price-offer {
  color: #e33000;
  margin-bottom: 5px;
}

.price-cht {
  margin-right: 5px;
}

.price-num {
  display: inline-block;
}
.price-num::before {
  content: "NT$";
  display: inline;
  margin-right: 0.3125em;
}

.price-num-simple::before {
  content: "$";
  display: inline;
  margin-right: 0.15em;
}

.integral {
  color: #f09400;
  margin-bottom: 5px;
}

.integral-cht {
  margin-right: 3px;
  font-size: 12px;
}

.integral-num {
  font-size: 16px;
  font-weight: bold;
}

.price-range {
  font-size: 16px;
}
.price-range__pre-text {
  color: #333;
  font-weight: bold;
}
.price-range__num::before {
  content: "$";
  display: inline;
  margin-right: 0.3125em;
}
.phone-verify {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  color: #666;
  width: 26px;
  margin: -4px 0;
}
.phone-verify::before, .phone-verify::after {
  font-family: "icomoon";
}
.phone-verify::before {
  content: "";
  font-size: 22px;
  color: #888;
}
.phone-verify::after {
  content: "";
  color: #888;
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 16px;
}
.phone-verify--success::after {
  content: "";
  color: #0cac00;
}

.info-finish {
  display: none;
}
.info-finish--show {
  display: block;
}

.hover-mask {
  position: relative;
}
.hover-mask::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 1;
}
.hover-mask:hover::before {
  opacity: 0.06;
}

/*iconfont*/
@font-face {
  font-family: "icomoon";
  src: url("/bizlion/Content_2020v1/fonts/icomoon.eot?twayhq");
  src: url("/bizlion/Content_2020v1/fonts/icomoon.eot?twayhq#iefix") format("embedded-opentype"), url("/bizlion/Content_2020v1/fonts/icomoon.ttf?twayhq") format("truetype"), url("/bizlion/Content_2020v1/fonts/icomoon.woff?twayhq") format("woff"), url("/bizlion/Content_2020v1/fonts/icomoon.svg?twayhq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  /*overflow: hidden;*/
  vertical-align: middle;
  /*i元素-目前專給icon使用*/
  font-size: 24px;
  position: relative;
  pointer-events: none;
}

.icon-store2:before {
  content: "";
}

.icon-account:before {
  content: "";
}

.icon-arrow_down_circle:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-arrow_down:before {
  content: "";
}

.icon-arrow_right:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-cardbox:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-coupon_outline:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-global:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-line:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-msg:before {
  content: "";
}

.icon-nav:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-store:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-reload:before {
  content: "";
}

.icon-msg_outline:before {
  content: "";
}

.icon-msg_solid:before {
  content: "";
}

.icon-warning_circle:before {
  content: "";
}

.icon-check_circle:before {
  content: "";
}

.icon-coupon:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-profile:before {
  content: "";
}

.icon-browser:before {
  content: "";
}

.icon-construction:before {
  content: "";
}

.icon-page_error:before {
  content: "";
}

.icon-fb:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-account_outline:before {
  content: "";
}

.icon-gift_outline:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-block:before {
  content: "";
}

.icon-click_outline:before {
  content: "";
}

.icon-scanning_outline:before {
  content: "";
}

.icon-type_outline:before {
  content: "";
}

.icon-arrow_left:before {
  content: "";
}

.icon-tel:before {
  content: "";
}

.icon-calander:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-smile:before {
  content: "";
}

.icon-website:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-aim:before {
  content: "";
}

.icon-bell_outline:before {
  content: "";
}

.icon-chart_double_circle:before {
  content: "";
}

.icon-coin:before {
  content: "";
}

.icon-computer:before {
  content: "";
}

.icon-gift_single:before {
  content: "";
}

.icon-member_protect:before {
  content: "";
}

.icon-search_plus:before {
  content: "";
}

.icon-overview_cards:before {
  content: "";
}

.icon-overview_coupon:before {
  content: "";
}

.icon-overview_gift:before {
  content: "";
}

.icon-overview_points:before {
  content: "";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1230px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
body {
  color: #666;
  font: 100%/1.4 "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: #fff;
}

a {
  color: #666;
  text-decoration: underline;
}
a:focus, a:active {
  color: #f09400;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 1024px) {
  a:hover {
    color: #f09400;
    text-decoration: none;
    outline: 0;
  }
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: #333;
}

.heading1 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .heading1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.heading2 {
  font-size: 16px;
  margin: 0 0 15px;
}

.heading6 {
  font-size: 1em;
}

.heading-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .heading-desc {
    margin-bottom: 40px;
  }
}

.page-paragraph {
  font-size: 14px;
  line-height: 1.7;
}

.time {
  font-size: 12px;
  color: #888;
  font-weight: 300;
}

.text {
  font-size: 14px;
}

.text-bold {
  font-weight: bold;
}

.text-primary {
  color: #f09400;
}
.text-primary:hover, .text-primary:focus {
  color: #f09400;
}

.text-secondary {
  color: #e33000;
}
.text-secondary:hover, .text-secondary:focus {
  color: #e33000;
}

.text-dark {
  color: #333;
}
.text-dark:hover, .text-dark:focus {
  color: #333;
}

.text-third {
  color: #888;
}

.text-fourth {
  color: #eee;
}

.text-success {
  color: #0cac00;
}
.text-success:hover, .text-success:focus {
  color: #0cac00;
}

.text-info {
  color: #888;
}
.text-info:hover, .text-info:focus {
  color: #888;
}

.text-warning {
  color: #e33000;
}
.text-warning:hover, .text-warning:focus {
  color: #e33000;
}

.bg-primary {
  background: #f0aa00;
}

.btn-link {
  text-decoration: underline;
  background: transparent;
}
.btn-link:active {
  text-decoration: none;
}

.listtext {
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.listtext--no {
  padding-left: 0;
  list-style-type: none;
}
.listtext--decimal-arc {
  counter-reset: counter;
}
.listtext--decimal-arc > .listtext__item {
  list-style: none;
  position: relative;
}
.listtext--decimal-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  position: absolute;
  left: -1.5em;
}
.listtext--cjk-arc {
  counter-reset: counter;
  padding-left: 1.5em;
}
.listtext--cjk-arc > .listtext__item {
  list-style: none;
  position: relative;
  padding-left: 0.3em;
}
.listtext--cjk-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter, cjk-ideographic) ")";
  position: absolute;
  left: -1.5em;
}
.listtext__item {
  margin-bottom: 15px;
}
.listtext--disc > .listtext__item {
  list-style-type: disc;
}
.listtext--circle > .listtext__item {
  list-style-type: circle;
}
.listtext--square > .listtext__item {
  list-style-type: square;
}
.listtext--no > .listtext__item {
  list-style-type: none;
}
.listtext--decimal > .listtext__item {
  list-style-type: decimal;
}
.listtext--cjk > .listtext__item {
  list-style-type: cjk-ideographic;
}
.listtext--lowerlatin > .listtext__item {
  list-style-type: lower-latin;
}
.listtext__field {
  display: block;
  float: left;
  text-align: right;
  width: 90px;
}
.listtext__data {
  display: block;
  padding: 0 0 0 90px;
  word-break: break-all;
  word-wrap: break-word;
}

.listtext--gap > .listtext__item {
  margin-bottom: 1.5em;
}
.listtext--lg > .listtext__item {
  font-size: 14px;
  font-weight: bold;
}
.listtext__item * {
  font-weight: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listtext__item * {
    font-size: medium;
    font-weight: normal;
  }
}

.text-article {
  line-height: 1.625;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.text-article .listtext--cjk {
  padding-left: 2.5em;
}
.text-article .listtext--disc {
  padding-left: 1.5em;
}
.text-article__heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}
.text-article__heading--bg {
  font-size: 16px;
  background: #f4f4f4;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .text-article__heading:first-child {
    margin-top: 20px;
  }
}
.text-article__heading--black {
  color: inherit;
}
.text-article__heading--gap-sm {
  margin-bottom: 0.3333333333em;
}
.text-article__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
.text-article__paragraph {
  margin: 0 0 20px;
  font-size: 16px;
}
.text-article__paragraph--gap-top {
  margin-top: 2.15em;
}

.note {
  font-size: 14px;
  margin-bottom: 10px;
}

.list-report {
  padding: 0;
  list-style: none;
}
.list-report__item {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px;
}
.list-report__item:last-child {
  margin-bottom: 0;
}
.list-report__item--all {
  flex-wrap: wrap;
}
.list-report__title {
  font-weight: bold;
  flex-shrink: 0;
  color: #333;
  float: none;
  width: 80px;
  text-align: left;
}
.list-report__item--all .list-report__title {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.list-report__title::after {
  content: "：";
  display: inline;
}
.list-report__item--all .list-report__title::after {
  display: none;
}
.list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .list-report__data {
    padding-left: 0;
  }
}
.list-report__item--all .list-report__data {
  padding-left: 0;
}

.tag {
  background: #f09400;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  align-items: center;
  display: none;
}
.tag--show {
  display: inline-flex;
}
.tag--primary {
  background: #f09400;
}
.tag--secondary {
  background: #e33000;
}
.tag--third {
  background: #ff5ca7;
}

.taglist {
  margin: -3px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.taglist__item {
  margin: 3px;
}
.taglist--strong .taglist__item {
  margin: 6px 4px;
}
.taglist__link, .taglist__text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 6px 10px 5px;
  text-decoration: none;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
}
.taglist__link .taglist--opacity, .taglist__text .taglist--opacity {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 1024px) {
  .taglist--md .taglist__link, .taglist--md .taglist__text {
    font-size: 14px;
    padding: 10px 10px 9px;
  }
}
.taglist--strong .taglist__link {
  color: #666;
}
.taglist__link:focus, .taglist__link:active {
  background: #ddd;
  color: #666;
}
@media (min-width: 1024px) {
  .taglist__link:hover {
    background: #ddd;
    color: #666;
  }
}
.taglist--strong {
  margin: -6px -4px;
}

.tag-event {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 5px 0 0 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tag-event::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 49px 57px 0 0;
  border-color: #e33000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tag-time {
  display: none;
  background: #e33000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  min-height: 69px;
  padding: 4px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
}
.tag-time--show {
  display: block;
}
.tag-time__icon {
  font-size: 20px;
  margin-bottom: 0.25em;
  font-weight: normal;
  display: block;
}
.tag-time__strong {
  font-size: 18px;
}

.tag-store {
  display: inline-block;
  font-size: 0;
  width: 60px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tag-store--kitchen {
  background-image: url(/bizlion/Content_2020v1/images/store/tag_kitchen.svg?t=20180921v1);
}
.tag-store--outlet {
  background-image: url(/bizlion/Content_2020v1/images/store/tag_outlet.svg?t=20180921v1);
}

.tag-product {
  padding: 3px 5px;
  text-align: center;
  min-width: 44px;
  line-height: 25px;
  font-size: 13px;
  color: #fff;
  background: #f0aa00;
  font-weight: bold;
  pointer-events: none;
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table > caption {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}

.table {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  color: #333;
}
.table__row {
  border: 1px solid #ddd;
  border-width: 1px 1px 0 1px;
  position: relative;
  padding: 10px;
}
@media (min-width: 1024px) {
  .table__row {
    display: table;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .table__head, .table__body {
    display: table;
    width: 100%;
  }
}
.table__head {
  display: none;
}
@media (min-width: 1024px) {
  .table__head {
    display: table;
    background: #ddd;
    color: #333;
  }
}
.table__cell {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .table__head .table__cell, .table__body .table__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 6px;
  }
}
@media (min-width: 1024px) {
  .table__head .table__cell {
    padding: 11px 10px;
  }
}
.table__body .table__cell {
  margin: 10px 0;
  padding-right: 80px;
}
.table__body .table__cell::before {
  content: attr(data-th) "：";
  display: block;
  vertical-align: middle;
  float: left;
}
@media (min-width: 1024px) {
  .table__body .table__cell::before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .table__body .table__cell:first-child, .table__body .table__cell:last-child {
    margin: 0;
  }
}
.table__body .table__cell:last-child {
  border-bottom: none;
}
.table__cell-value {
  display: block;
  padding-left: 42px;
}
@media (min-width: 1024px) {
  .table__cell-value {
    padding-left: 0;
  }
}
.table__cell--center {
  text-align: center;
}
.table__cell--right {
  text-align: right;
}
.table__tips {
  font-size: 0.875em;
  margin-bottom: 20px;
}
.table + .table__tips {
  margin-top: -10px;
}

.btn {
  border: 1px solid transparent;
  display: inline-block;
  padding: 13px 10px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-image: none;
  transition: all 0.1s ease-in-out;
  border-radius: 5px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .btn {
    transition: 0.35s background cubic-bezier(0.165, 0.84, 0.44, 1), 0.35s border-color cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.btn:focus, .btn:active {
  outline-offset: -2px;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
}
@media (min-width: 1024px) {
  .btn:hover {
    text-decoration: none;
  }
}
.btn--block {
  width: 100%;
}
.btn--inline {
  width: auto;
  display: inline-block;
}
.btn--default {
  color: #fff;
  background: #666;
  border-color: #666;
}
.btn--default:focus, .btn--default:active {
  color: #fff;
  background: #333;
  border-color: #333;
}
@media (min-width: 1024px) {
  .btn--default:hover {
    color: #fff;
    background: #333;
    border-color: #333;
  }
}
.btn--default[disabled], .btn--default.disabled:hover, .btn--default[disabled]:hover, .btn--default.disabled:focus, .btn--default[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #888;
}
.btn--primary {
  color: #fff;
  background: #f0aa00;
  border-color: #f0aa00;
}
.btn--primary:focus, .btn--primary:active {
  color: #fff;
  background: #f09400;
  border-color: #f09400;
}
@media (min-width: 1024px) {
  .btn--primary:hover {
    color: #fff;
    background: #f09400;
    border-color: #f09400;
  }
}
.btn--primary[disabled], .btn--primary.disabled:hover, .btn--primary[disabled]:hover, .btn--primary.disabled:focus, .btn--primary[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #888;
}
.btn--third {
  color: #666;
  background: #fff;
  border-color: #888;
}
.btn--third:focus, .btn--third:active {
  color: #666;
  background: #f4f4f4;
  border-color: #888;
}
@media (min-width: 1024px) {
  .btn--third:hover {
    color: #666;
    background: #f4f4f4;
    border-color: #888;
  }
}
.btn--third[disabled], .btn--third.disabled:hover, .btn--third[disabled]:hover, .btn--third.disabled:focus, .btn--third[disabled]:focus {
  cursor: not-allowed;
  background: #ddd;
  border-color: #ddd;
  color: #888;
}
.btn--fourth {
  color: #fff;
  background: #999;
  border-color: #999;
}
.btn--fourth:focus, .btn--fourth:active {
  background: #888;
  border-color: #888;
}
@media (min-width: 1024px) {
  .btn--fourth:hover {
    background: #888;
    border-color: #888;
  }
}
.btn--share {
  font-size: 14px;
  padding: 4px 4px 2px 2px;
  letter-spacing: 0;
  color: #343434;
  background: #eeedec;
  border-color: #eeedec;
}
.btn--share:focus, .btn--share:active {
  color: #fff;
  background: #222;
  border-color: #222;
}
@media (min-width: 1024px) {
  .btn--share:hover {
    color: #fff;
    background: #222;
    border-color: #222;
  }
}
.btn--transparent {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media (min-width: 1024px) {
  .btn--transparent:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
  }
}
.btn--facebook {
  color: #fff;
  background: #3b5999;
  border-color: #3b5999;
}
.btn--facebook:focus, .btn--facebook:active {
  color: #fff;
  background: #2b4782;
  border-color: #2b4782;
}
@media (min-width: 1024px) {
  .btn--facebook:hover {
    color: #fff;
    background: #2b4782;
    border-color: #2b4782;
  }
}
.btn--line {
  color: #fff;
  background: #09b900;
  border-color: #09b900;
}
.btn--line:focus, .btn--line:active {
  color: #fff;
  background: #089601;
  border-color: #089601;
}
@media (min-width: 1024px) {
  .btn--line:hover {
    color: #fff;
    background: #089601;
    border-color: #089601;
  }
}
.btn--google {
  color: #fff;
  background: #dc4e41;
  border-color: #dc4e41;
}
.btn--google:focus, .btn--google:active {
  color: #fff;
  background: #c34236;
  border-color: #c34236;
}
@media (min-width: 1024px) {
  .btn--google:hover {
    color: #fff;
    background: #c34236;
    border-color: #c34236;
  }
}
.btn__icon {
  margin: 0 3px;
  font-size: 20px;
  margin-top: -5px;
}

.btn-xs {
  font-size: 14px;
  padding: 7px 6px;
  max-height: 30px;
  min-width: 65px;
}
.btn-sm {
  max-height: 44px;
}

.btn-md {
  font-size: 16px;
  max-height: 48px;
}
.btn-lg {
  font-size: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  .btn-lg {
    font-size: 24px;
    padding: 15px 10px 15px;
  }
}

.btn-icon {
  display: block;
  color: #999;
}
.btn-icon:active {
  color: #222;
}

.icon-btn__icon {
  font-size: 16px;
}

.btnbox {
  text-align: center;
}
.btnbox--1 {
  display: flex;
  justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}

.btnboxs--2 {
  display: flex;
  justify-content: space-between;
  max-width: 345px;
  margin: 0 auto;
}
.btnboxs--2-full {
  max-width: none;
}
@media (min-width: 768px) {
  .btnboxs--3 {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .btnboxs--3 .btn-md {
    width: calc(33.333% - 14px);
    max-width: 170px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .btnboxs--3 .btn-lg {
    width: calc(33.333% - 14px);
    max-width: 260px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.btnboxs--2 .btn {
  width: calc(50% - 10px);
}

.btn-like {
  display: block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-like__icon {
  font-size: 20px;
  transition: 0.5s ease;
  color: #888;
  display: inline-block;
}
.btn-like--active .btn-like__icon {
  animation: like 0.15s;
}
@media (min-width: 1024px) {
  .btn-like:hover .btn-like__icon {
    color: #e33000;
  }
}
.btn-like--active .btn-like__icon::before {
  content: "";
  color: #f09400;
}
@media (min-width: 1024px) {
  .btn-like:hover .btn-like__icon::before {
    content: "";
    color: #e33000;
  }
}

@keyframes like {
  50% {
    transform: scale(1.15);
  }
}
.movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box iframe,
.movie-box object,
.movie-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  text-align: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .pagination {
    text-align: center;
  }
}
.pagination__control {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.pagination__control--disabled {
  border: none;
}

.pagination__link {
  width: 36px;
  height: 36px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-decoration: none;
}
.pagination__link:focus, .pagination__link:active {
  background: #f0aa00;
  color: #fff;
}
@media (min-width: 1024px) {
  .pagination__link:hover {
    background: #f0aa00;
    color: #fff;
  }
}
.pagination__control--disabled .pagination__link {
  background: #f4f4f4;
  color: #888;
  cursor: default;
  pointer-events: none;
  border: none;
  text-decoration: none;
}

.pagination__icon {
  font-size: 15px;
  margin: 10px;
}

.pagination__current {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .pagination__current {
    display: none;
  }
}

.pagination__current-num {
  padding: 0 5px;
  color: #f09400;
}

.list-page {
  display: none;
}
@media (min-width: 768px) {
  .list-page {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .list-page__item {
    font-size: 16px;
    letter-spacing: normal;
    margin: 0 10px;
    word-spacing: normal;
    display: inline-block;
    line-height: 1.5;
    zoom: 1;
  }
}
@media (min-width: 768px) {
  .list-page__link {
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #888;
  }
}
@media (min-width: 768px) {
  .list-page__item--current .list-page__link {
    color: #f09400;
  }
}
@media (min-width: 1024px) {
  .list-page__link:hover {
    color: #f09400;
  }
}

.collapse__heading,
.collapse-sub__heading {
  position: relative;
}
.collapse__body,
.collapse-sub__body {
  transition: max-height 0.25s ease-in-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}
.collapse--half .collapse__body,
.collapse--half .collapse-sub__body {
  opacity: 1;
  max-height: 70px;
  position: relative;
}
@media (min-width: 1024px) {
  .collapse--half .collapse__body,
.collapse--half .collapse-sub__body {
    max-height: 2000px;
    opacity: 1;
  }
}
.collapse--half-2 .collapse__body,
.collapse--half-2 .collapse-sub__body {
  max-height: 115px;
}
@media (min-width: 1024px) {
  .collapse--half-2 .collapse__body,
.collapse--half-2 .collapse-sub__body {
    max-height: 2000px;
    opacity: 1;
  }
}
.collapse--half .collapse__body::after,
.collapse--half .collapse-sub__body::after {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 1024px) {
  .collapse--half .collapse__body::after,
.collapse--half .collapse-sub__body::after {
    display: none;
  }
}
.collapse--open.collapse--half .collapse__body::after,
.collapse--open.collapse--half .collapse-sub__body::after {
  display: none;
}
.collapse--open > .collapse__body, .collapse-sub--open > .collapse__body,
.collapse--open > .collapse-sub__body,
.collapse-sub--open > .collapse-sub__body {
  max-height: 2000px;
  opacity: 1;
}
.collapse__btn,
.collapse-sub__btn {
  display: block;
  text-decoration: none;
  color: #bbb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collapse__icon,
.collapse-sub__icon {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 18px;
  color: #bbb;
  margin-top: -0.5em;
  transition: transform 0.25s ease-in-out;
}
.collapse__more,
.collapse-sub__more {
  background: #ddd;
  display: block;
  height: 1px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .collapse__more,
.collapse-sub__more {
    display: none;
  }
}
.collapse--open .collapse__more,
.collapse--open .collapse-sub__more {
  display: none;
}
.collapse__more-inner,
.collapse-sub__more-inner {
  display: inline-flex;
}
.collapse__more-btn,
.collapse-sub__more-btn {
  text-decoration: none;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 8px 15px;
  position: relative;
  text-align: center;
  z-index: 1;
  top: -15px;
  color: #666;
  border-radius: 10px;
}
.collapse__more-btn:focus, .collapse__more-btn:active,
.collapse-sub__more-btn:focus,
.collapse-sub__more-btn:active {
  background: #888;
  color: #fff;
}
@media (min-width: 1024px) {
  .collapse__more-btn:hover,
.collapse-sub__more-btn:hover {
    background: #888;
    color: #fff;
  }
}
.collapse__more-btn:active .collapse__more-icon, .collapse__more-btn:hover .collapse__more-icon,
.collapse-sub__more-btn:active .collapse__more-icon,
.collapse-sub__more-btn:hover .collapse__more-icon {
  color: #fff;
}
.collapse__more-iconbox,
.collapse-sub__more-iconbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #888;
  color: #fff;
  margin-left: 5px;
}
.collapse__more-icon,
.collapse-sub__more-icon {
  font-size: 14px;
  margin-left: 5px;
  color: #888;
}

.collapse--open .collapse__icon,
.collapse-sub--open .collapse-sub__icon {
  top: 50%;
  transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.collapse-sub__icon {
  right: 0;
  color: #888;
}

.tooltips {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
.tooltips--active {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.tooltips__info {
  color: #fff;
  height: 48px;
  line-height: 48px;
  margin: -24px 0 0 -150px;
  position: absolute;
  padding: 0 20px;
  top: -100%;
  left: 50%;
  width: 300px;
  transition: top 0.5s ease 0.05s;
  font-size: 16px;
  background: #535353;
}
.tooltips--active .tooltips__info {
  top: 50%;
}
.tooltips--error .tooltips__info {
  background: #ed0d0d;
}
.tooltips--success .tooltips__info {
  background: #12ad0e;
}
.tooltips__icon, .tooltips__text {
  display: inline-block;
  vertical-align: middle;
}
.tooltips__icon {
  font-size: 20px;
  margin: 0 8px 0 0;
}
.tooltips__text {
  letter-spacing: 0.1em;
}

.loading {
  position: relative;
  cursor: default;
}
.loading::before {
  position: fixed;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.1);
}
.loading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 2em;
  height: 2em;
  animation: form-spin 0.4s linear;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

.load-more {
  text-align: center;
  margin-top: 20px;
  min-height: 30px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.load-more--active {
  opacity: 1;
}
.load-more__text {
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: none;
}

@keyframes form-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lightbox {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease-in-out, opacity 0.2s linear;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}
.lightbox--active {
  opacity: 1;
  top: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: auto;
}
.lightbox__box {
  line-height: 1.4;
  position: relative;
  width: auto;
  transform: translate(0, -50%);
  transition: transform 0.1s ease-out;
  margin: 10px auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.lightbox__content {
  background-clip: padding-box;
  position: relative;
  margin-top: 100px;
}
.lightbox__head {
  padding: 30px 44px 15px;
  border-bottom: 1px solid #ddd;
}
.lightbox__head--left {
  padding-left: 15px;
}
.lightbox--notitle .lightbox__head {
  border-bottom: none;
}
.lightbox__title {
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.lightbox--notitle .lightbox__title {
  display: none;
}
.lightbox__btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #999;
  background: #f4f4f4;
  border-radius: 50%;
}
.lightbox__btn-close:focus, .lightbox__btn-close:active {
  background: #f0aa00;
  color: #333;
}
@media (min-width: 1024px) {
  .lightbox__btn-close:hover {
    background: #f0aa00;
    color: #333;
  }
}
.lightbox__close-icon {
  text-decoration: none;
  transition: background 0.3s;
  font-size: 20px;
}
.lightbox__body {
  padding: 15px 20px;
}
.lightbox--notitle .lightbox__body {
  padding: 5px 20px 25px;
}
.lightbox__body--scroll {
  max-height: 390px;
  overflow-y: auto;
  margin: 0 10px 10px 0;
  display: inline-block;
  padding-top: 0;
}
.lightbox__body--scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.lightbox__body--scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #9e9797;
}
.lightbox__body--scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #e33000;
}
.lightbox__body--center {
  display: flex;
  justify-content: center;
}
.lightbox__footer {
  padding: 0 20px 25px;
}
.lightbox__desc {
  line-height: 1.7;
  text-align: center;
  overflow: hidden;
}
.lightbox .section {
  margin-bottom: 30px;
}
.lightbox .list-report__item {
  margin-bottom: 10px;
}

.lightbox--active .lightbox__box {
  transform: translate(0, 0);
}

.lightbox--sm .lightbox__box {
  max-width: 345px;
}
@media (min-width: 768px) {
  .lightbox--sm .lightbox__box {
    max-width: 365px;
  }
}

.lightbox--md .lightbox__box {
  max-width: 345px;
}
@media (min-width: 768px) {
  .lightbox--md .lightbox__box {
    max-width: 450px;
  }
}

.lightbox--lg .lightbox__box {
  max-width: 700px;
}

.lightbox--body-scroll .lightbox__box {
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(0, 100%);
  border-radius: 0;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__box {
    max-width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.lightbox--body-scroll .lightbox__head {
  padding-top: 14px;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__head {
    padding: 20px 44px;
  }
}
.lightbox--body-scroll .lightbox__title {
  font-size: 18px;
}
.lightbox--body-scroll .lightbox__content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__content {
    margin-top: 85px;
  }
}
.lightbox--body-scroll .lightbox__body {
  height: calc(100vh - 45px);
  overflow-y: auto;
}
.lightbox--body-scroll .lightbox__body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.lightbox--body-scroll .lightbox__body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f4f4f4;
}
.lightbox--body-scroll .lightbox__body::-webkit-scrollbar-thumb {
  border-radius: 6;
  background: #333;
}
@media (min-width: 768px) {
  .lightbox--body-scroll .lightbox__body {
    height: initial;
    overflow-y: initial;
    margin: initial;
  }
}

.lightbox--body-scroll.lightbox--active .lightbox__box {
  transform: translate(0, 0);
}

.slide {
  position: relative;
}
@media (min-width: 1024px) {
  .slide--padding-lg {
    padding: 0 42px;
  }
}

.carousel__imgbox {
  overflow: hidden;
  position: relative;
}
.carousel__imgbox::after {
  content: "";
  display: block;
}
.carousel__link {
  display: block;
}
.carousel__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.carousel__dotbox {
  font-size: 0;
  letter-spacing: -4px;
  padding: 10px 0;
  text-align: center;
  word-spacing: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .carousel__dotbox {
    bottom: 5px;
  }
}
.carousel__dotbox-item {
  width: 14px;
  height: 14px;
  display: inline-block;
  *display: inline;
  font-size: 16px;
  letter-spacing: normal;
  margin: 0 5px;
  vertical-align: top;
  word-spacing: normal;
  zoom: 1;
}
.carousel__dotbox-link {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  pointer-events: none;
  cursor: default;
}
@media (min-width: 1024px) {
  .carousel__dotbox-link {
    pointer-events: inherit;
    cursor: pointer;
  }
}
.carousel__dotbox-item--current > .carousel__dotbox-link {
  background: none;
}
.carousel__btnbox {
  display: none;
}
@media (min-width: 1024px) {
  .carousel__btnbox {
    display: block;
  }
}
.carousel__btn {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 52px;
  width: 52px;
  top: 50%;
  bottom: inherit;
  margin: -26px 0 0;
  text-align: center;
  line-height: 52px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.25s ease;
}
.carousel__btn:focus, .carousel__btn:active {
  color: #fff;
}
@media (min-width: 1024px) {
  .carousel__btn:hover {
    color: #fff;
  }
}
.carousel__btnbox--sm .carousel__btn {
  font-size: 30px;
}
.carousel__btnbox--box .carousel__btn {
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  color: #888;
  border-color: #bbb;
  line-height: 26px;
  text-align: center;
}
.carousel__btnbox--box .carousel__btn:focus, .carousel__btnbox--box .carousel__btn:active {
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .carousel__btnbox--box .carousel__btn:hover {
    color: #f0aa00;
  }
}
.carousel__btnbox--box .carousel__btn--disabled {
  background: #eee;
  border-color: #eee;
  color: #bbb;
  cursor: not-allowed;
  border: none;
}
.carousel__btnbox--box .carousel__btn--disabled:focus, .carousel__btnbox--box .carousel__btn--disabled:active {
  background: #eee;
  border-color: #eee;
  color: #bbb;
}
@media (min-width: 1024px) {
  .carousel__btnbox--box .carousel__btn--disabled:hover {
    background: #eee;
    border-color: #eee;
    color: #bbb;
  }
}
.carousel__btn-icon {
  font-size: 52px;
  display: inline-block;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.carousel__btnbox--box .carousel__btn-icon {
  font-size: 12px;
  text-shadow: none;
  font-weight: bold;
}
.carousel__btn-prev {
  left: 0;
}
.carousel__btn-next {
  right: 0;
}

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  border: none;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 24px;
  color: #666;
  background-color: #fff;
  overflow: hidden;
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #ddd;
  color: #333;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -18px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -18px;
}

.owl-theme .owl-nav [class*=owl-] span {
  padding-top: 60px;
}

.owl-theme .owl-nav [class*=owl-] span:before {
  font-family: "icomoon";
  font-size: 18px;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-nav .owl-prev span:before {
  content: "";
}

.owl-theme .owl-nav .owl-next span:before {
  content: "";
}

.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev {
  font-size: 50px;
  color: #fff;
  background-color: transparent;
  opacity: 0.5;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next:active,
.owl-carousel.carousel__nav--over .owl-nav button.owl-next:hover,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev:active,
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #fff;
  opacity: 1;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.carousel__nav--over .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] span {
  padding-top: 50px;
}
.owl-carousel.carousel__nav--over .owl-nav [class*=owl-] span:before {
  font-size: 50px;
}

.carousel__dotbox--over .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f0aa00;
  opacity: 1;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot span {
  background: #000;
}

.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot.active span,
.owl-theme.carousel__dotbox--dark .owl-dots .owl-dot:hover span {
  background: #000;
}

input[type=radio] {
  vertical-align: top;
}
input[type=checkbox] {
  vertical-align: middle;
}

.form {
  width: 100%;
  position: relative;
}
.form .row {
  overflow: hidden;
}
.form__control {
  font-family: "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  width: 100%;
  padding: 10px;
  min-height: 44px;
  border: 1px solid #ddd;
  background: #fff;
}
select.form__control {
  padding: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='177 45 42 42'%3E%3Cpath fill='%23666' d='M204 63.686l-1.371-1.371L198 66.942l-4.628-4.628L192 63.686l6 6 6-6z'/%3E%3C/svg%3E") right center no-repeat;
}

textarea.form__control {
  height: auto;
  resize: vertical;
}

.form__control[disabled], .form__control[readonly], fieldset[disabled] .form__control {
  cursor: not-allowed;
  box-shadow: none;
  background-color: #f4f4f4;
  border-color: #ddd;
}
.form__field--error .form__control {
  border-color: #e33000;
}
.form__controls {
  margin-bottom: 18px;
}
.form__controls:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.form__legend {
  display: none;
}
.form__intro {
  margin: 0 0 1em;
}
.form__field {
  margin-bottom: 30px;
}
.form__field::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.form__field-verify img {
  width: auto;
  max-width: none;
}
.form__field-birth .form__control-row {
  margin: 0 -5px;
  overflow: hidden;
}
.form__field-birth .form__control-year,
.form__field-birth .form__control-month,
.form__field-birth .form__control-day {
  display: block;
  float: left;
  margin: 0 5px;
  width: calc(33.33333333% - 10px);
}
@media (min-width: 768px) {
  .form__field-address .form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip,
.form__field-address .form__control-address {
  display: block;
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip {
    float: left;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town {
    width: calc(40% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip {
    width: calc(20% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-address {
    clear: both;
  }
}
.form__field-keepcheckbox {
  margin-bottom: 5px;
}
.form__label {
  text-align: left;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .form--horizontal .form__label {
    padding: 11px 10px;
    margin-bottom: 0;
    text-align: right;
    float: left;
    min-height: 1px;
    width: 120px;
  }
}
.form__field-required .form__label::before {
  content: "* ";
  display: inline-block;
  color: #e33000;
  margin-right: 4px;
}
.form__label--hide {
  display: none;
}
.form__optgroup {
  background: #f4f4f4;
}
.form__field-required .form__inputgroup {
  position: relative;
}
@media (min-width: 1024px) {
  .form--horizontal .form__inputgroup {
    padding: 0 0 0 120px;
  }
}
.form__inputgroup--with-btn {
  display: flex;
}
.form__inputgroup--with-btn .btn {
  margin-left: 10px;
}
.form__inputgroup.loading::after {
  margin: -0.7em 0em 0em -0.7em;
  width: 1.4em;
  height: 1.4em;
}
.form__feedstatic {
  min-height: 44px;
  padding: 14px 0 12px;
  line-height: 1.4;
}
.form__comment {
  color: #888;
  font-size: 14px;
  margin: 5px 0 15px;
  line-height: 1.4;
}
.form__controls + .form__comment {
  margin-top: -10px;
}
.form__feedback {
  display: none;
  font-size: 14px;
  margin: 10px 0 15px;
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.5;
}
.form__comment + .form__feedback {
  margin: -5px 0 0;
}
.form__field--error .form__feedback {
  color: #e33000;
  display: block;
}
.form__field--error .form__feedback > a {
  color: inherit;
}
.form__field--success .form__feedback {
  color: #0cac00;
  display: block;
}
.form__controls + .form__feedback {
  margin-top: -10px;
}
.form__feedback-icon {
  font-size: 20px;
  margin-top: -5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.form__field--success .form-icon {
  color: #0cac00;
}
.form__field--error .form-icon {
  color: #e33000;
}
.form__keep {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.form__comment + .form__keep {
  margin-top: -8px;
}
.form__keep-label {
  font-size: 14px;
}
.form__keep-item--right {
  margin-left: auto;
}
.form__btn-edit {
  margin: 10px 0 0 0;
}
.form__expend {
  overflow: hidden;
  transition: max-height 0.35s;
  max-height: 0;
  margin-bottom: 0;
}
.form__expend--open {
  max-height: 2000px;
}

.form-upload__control {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.form-upload__preview {
  background: #fff;
  border: 1px dashed #ddd;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.form-upload__preview::after {
  content: "";
  padding-top: 75%;
  display: block;
}
.form-upload__preview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.input-verify-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  display: none;
}
.form__field--error .input-verify-icon {
  color: #e33000;
}
.form__field--success .input-verify-icon {
  color: #0cac00;
  display: block;
}

.list-option {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .list-option {
    text-align: left;
  }
}
.list-option--2, .list-option--3 {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .list-option--2, .list-option--3 {
    margin: 0;
  }
}
.list-option--inline {
  overflow: hidden;
}
.list-option__item {
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 1024px) {
  .list-option__item {
    margin-right: 30px;
  }
}
.list-option--inline .list-option__item {
  width: auto;
  margin: 0 20px 0 5px;
  float: left;
}
.list-option--2 .list-option__item {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 1024px) {
  .list-option--2 .list-option__item {
    margin-right: 30px;
  }
}
.list-option--3 .list-option__item {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--3 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .list-option__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item:last-child, .list-option--3 .list-option__item:last-child {
    margin-right: 0;
  }
}

.list-option-img {
  padding: 0;
  list-style: none;
  min-height: 29px;
}
@media (min-width: 1024px) {
  .list-option-img {
    margin: 0 -4px;
  }
}
.list-option-img__item {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 4px;
}
@media (min-width: 1024px) {
  .list-option-img__item {
    width: 20px;
    height: 20px;
  }
}
.list-option-img__checkbox, .list-option-img__radio {
  display: none;
  position: absolute;
  padding: 0;
  margin-left: 0;
}
.list-option-img__label {
  cursor: pointer;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.list-option-img__label::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-option-img__checkbox:checked + .list-option-img__label::after, .list-option-img__radio:checked + .list-option-img__label::after {
  display: block;
}
.list-option-img__img {
  pointer-events: none;
}

.check {
  padding: 13px 0 14px;
  position: relative;
}
.check__input {
  display: none;
  position: absolute;
}
.check__input[disabled] {
  cursor: not-allowed;
}
.check__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  font-weight: normal;
  max-width: initial;
  color: #333;
}
.check__label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  background: #fff;
  animation-duration: 0.4s;
}
.check__label::after {
  content: "";
  position: absolute;
  display: none;
}
.check__input:checked + .check__label::after {
  display: block;
}
.check__input[disabled] + .check__label {
  color: #ddd;
  cursor: not-allowed;
}
.check__input[disabled] + .check__label::before, .check__input[disabled] + .check__label::after {
  cursor: not-allowed;
}
.check__input[disabled] + .check__label::before {
  border-color: #ddd;
}
.check-radio .check__label::before {
  border-radius: 50%;
}
.check-radio .check__label::after {
  background: #666;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 5px;
  left: 4px;
}
.check__input:checked[disabled] + .check-radio .check__label::after {
  background: #ddd;
}
.check-checkbox .check__label::after {
  width: 8px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  border-color: #666;
  border-top: 0;
  border-left: 0;
  top: 1px;
  left: 5px;
}
.check__input:checked[disabled] + .check-checkbox .check__label::after {
  border-color: #ddd;
}

.radiobox,
.checkbox {
  display: none;
  position: absolute;
}
.radiobox[disabled],
.checkbox[disabled] {
  cursor: not-allowed;
}
.radiobox__label,
.checkbox__label {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 10px 0 10px 24px;
  line-height: 1.5;
  font-weight: normal;
  max-width: initial;
  font-size: 16px;
  color: #333;
}
.radiobox__label::before,
.checkbox__label::before {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0px;
  background: #fff;
  animation-duration: 0.4s;
}
.radiobox__label::after,
.checkbox__label::after {
  content: "";
  position: absolute;
  display: none;
}

.radiobox:checked + .radiobox__label::after,
.checkbox:checked + .checkbox__label::after {
  display: block;
}

.radiobox[disabled] + .radiobox__label,
.checkbox[disabled] + .checkbox__label {
  color: #ddd;
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.radiobox[disabled] + .radiobox__label::after .checkbox[disabled] + .checkbox__label::before,
.checkbox[disabled] + .checkbox__label::after {
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.checkbox[disabled] + .checkbox__label::before {
  border-color: #ddd;
}

.radiobox__label::before {
  border-radius: 50%;
}
.radiobox__label::after {
  background: #666;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 17px;
  left: 4px;
}
.radiobox:checked[disabled] + .radiobox__label::after {
  background: #ddd;
}

.checkbox__label::after {
  content: "";
  top: 13px;
  left: -1px;
  color: #666;
  font-family: "icomoon";
  font-size: 18px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.checkbox:checked[disabled] + .checkbox__label::after {
  border-color: #ddd;
}

.radiobtn {
  display: flex;
  justify-content: center;
  margin: 0 -4px;
}
@media (min-width: 1024px) {
  .radiobtn {
    margin: 0 -7px;
  }
}
.radiobtn__item {
  margin: 0 4px;
  flex-grow: 1;
  flex-basis: 110px;
}
@media (min-width: 1024px) {
  .radiobtn__item {
    margin: 0 7px;
    flex-grow: 0;
  }
}
.radiobtn__input {
  display: none;
  position: absolute;
}
.radiobtn__input[disabled] {
  cursor: not-allowed;
}
.radiobtn__label {
  cursor: pointer;
  display: block;
  position: relative;
  color: #333;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
}
.radiobtn__label:focus, .radiobtn__label:active {
  background: #fff;
  border-color: #f0aa00;
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .radiobtn__label:hover {
    background: #fff;
    border-color: #f0aa00;
    color: #f0aa00;
  }
}
.radiobtn__label-icon {
  margin-right: 5px;
}

.radiobtn__item--filter .radiobtn__label {
  padding: 8px 0 9px;
}

.radiobtn__input:checked + .radiobtn__label,
.radiobtn__item--current .radiobtn__label {
  border-color: #f0aa00;
  color: #f0aa00;
  background: #fff;
}

.radiobtn__input[disabled] + .radiobtn__label {
  color: #ddd;
  cursor: not-allowed;
}

.form-qty {
  width: 100%;
  position: relative;
}
.form-qty__legend {
  display: none;
}
.form-qty__word {
  font-size: 14px;
}
.form-qty__word::before {
  content: "數量：";
}
@media (min-width: 768px) {
  .form-qty__word::before {
    content: none;
  }
}
.form-qty__feedback {
  display: none;
  font-size: 14px;
  margin: 7px 0 0 0;
}
@media (min-width: 768px) {
  .form-qty__feedback {
    margin-bottom: 0;
  }
}
.form-qty__field--outstock .form-qty__feedback {
  color: #e33000;
  display: block;
}
.form-qty__feedback i {
  font-size: 20px;
  margin-top: -4px;
}
.form-qty__label {
  font-size: 14px;
  margin-bottom: 5px;
  display: none;
}
.form-qty__input-group {
  position: relative;
}
.form-qty__input {
  text-align: center;
  padding: 5px;
}
.form-qty__input:focus {
  border-color: initial;
  border-color: #e4ecf0;
}
.form-qty__input[disabled], .form-qty__input[readonly] {
  background-color: #f4f4f4;
  border-color: #ddd;
}
.form-qty__btn-subtract, .form-qty__btn-add {
  width: 30px;
  height: 30px;
  margin: auto;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  vertical-align: top;
  white-space: nowrap;
  min-width: inherit;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #333;
}
.form-qty__btn-subtract:focus, .form-qty__btn-subtract:active, .form-qty__btn-add:focus, .form-qty__btn-add:active {
  background: #666;
}
@media (min-width: 1024px) {
  .form-qty__btn-subtract:hover, .form-qty__btn-add:hover {
    background: #666;
  }
}
.form-qty__btn-subtract[disabled], .form-qty__btn-add[disabled] {
  background: #f4f4f4;
}
.form-qty__btn-subtract[disabled] .form-qty__btn-icon, .form-qty__btn-add[disabled] .form-qty__btn-icon {
  color: #ccc;
}
.form-qty__btn-subtract {
  left: 1px;
}
.form-qty__btn-add {
  right: 1px;
}
.form-qty__btn-icon {
  display: inline-block;
  font-size: 1em;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  text-indent: 0;
  pointer-events: none;
}

.form-qty--size-s .form-qty__btn-subtract, .form-qty--size-s .form-qty__btn-add {
  width: 26px;
  height: 26px;
}
.form-qty--size-s .form-qty__input {
  min-height: 30px;
}
.form-qty--size-s .form-qty____select {
  padding: 5px;
  height: 30px;
  padding: 3px;
}

.form-qty--size-m .form-qty__btn-subtract, .form-qty--size-m .form-qty__btn-add {
  width: 44px;
  height: 44px;
}
.form-qty--size-m .form-qty__input {
  min-height: 46px;
}
.form-qty--size-m .form-qty__select {
  min-height: 46px;
}

.form-qty-select select.form-qty__form-control {
  max-width: 96px;
  padding: 10px;
  min-width: 96px;
}
@media (min-width: 768px) {
  .form-qty-select select.form-qty__form-control2 {
    min-height: 20px;
    padding: 5px 10px;
  }
}

.form-qty--horizontal .form-qty__body {
  margin: 0 -5px 15px;
  font-size: 0;
  letter-spacing: -4px;
  word-spacing: 0;
}
.form-qty--horizontal .form-qty__field {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  font-size: 16px;
  width: calc(50% - 10px);
}

.form-slider {
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  position: relative;
}
.form-slider.form__field {
  margin-bottom: 12px;
}
.form-slider::before {
  content: "";
  position: absolute;
  height: 6px;
  background: #ddd;
  width: 100%;
  left: 0;
  top: calc(50% - 3px);
}
.form-slider__control {
  flex: 1 1 100%;
  max-width: 100%;
}

.form__inputgroup--inline .form__control-row {
  display: flex;
}
.form__inputgroup--inline .form__control-col {
  flex: 1 1 auto;
}
.form__inputgroup--inline .form__control-text {
  flex: 1 0 24px;
  max-width: 24px;
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__inputgroup--sm .form__label {
  font-size: 14px;
}
.form__inputgroup--sm .form__control-text {
  margin-top: 24px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid__item {
  flex: 0 0 auto;
}
.grid-xs-1 .grid__item {
  width: 100%;
}
.grid-xs-2 .grid__item {
  width: calc(50% - (8px * 2));
}
.grid-xs-3 .grid__item {
  width: calc(33.333% - (8px * 2));
}
@media (min-width: 600px) {
  .grid-sm-2 .grid__item {
    width: calc(50% - (8px * 2));
  }
}
@media (min-width: 600px) {
  .grid-sm-3 .grid__item {
    width: calc(33.333% - (8px * 2));
  }
}
@media (min-width: 600px) {
  .grid-sm-4 .grid__item {
    width: calc(25% - (8px * 2));
  }
}
@media (min-width: 768px) {
  .grid-md-2 .grid__item {
    width: calc(50% - (10px * 2));
  }
}
@media (min-width: 768px) {
  .grid-md-3 .grid__item {
    width: calc(33.333% - (10px * 2));
  }
}
@media (min-width: 768px) {
  .grid-md-4 .grid__item {
    width: calc(25% - (10px * 2));
  }
}
@media (min-width: 768px) {
  .grid-md-5 .grid__item {
    width: calc(20% - (10px * 2));
  }
}
@media (min-width: 1024px) {
  .grid-lg-2 .grid__item {
    width: calc(50% - (10px * 2));
  }
}
@media (min-width: 1024px) {
  .grid-lg-3 .grid__item {
    width: calc(33.333% - (10px * 2));
  }
}
@media (min-width: 1024px) {
  .grid-lg-4 .grid__item {
    width: calc(25% - (10px * 2));
  }
}
@media (min-width: 1024px) {
  .grid-lg-5 .grid__item {
    width: calc(20% - (10px * 2));
  }
}
@media (min-width: 1024px) {
  .grid-lg-6 .grid__item {
    width: calc(16.667% - (10px * 2));
  }
}
@media (min-width: 1230px) {
  .grid-xl-2 .grid__item {
    width: calc(50% - (10px * 2));
  }
}
@media (min-width: 1230px) {
  .grid-xl-3 .grid__item {
    width: calc(33.333% - (10px * 2));
  }
}
@media (min-width: 1230px) {
  .grid-xl-4 .grid__item {
    width: calc(25% - (10px * 2));
  }
}
@media (min-width: 1230px) {
  .grid-xl-5 .grid__item {
    width: calc(20% - (10px * 2));
  }
}
@media (min-width: 1230px) {
  .grid-xl-6 .grid__item {
    width: calc(16.667% - (10px * 2));
  }
}
.grid-xs-2, .grid-xs-3 {
  margin: -8px;
}
.grid-xs-2 .grid__item, .grid-xs-3 .grid__item {
  margin: 8px;
}
@media (min-width: 600px) {
  .grid-sm-2, .grid-sm-3, .grid-sm-4 {
    margin: -8px;
  }
}
@media (min-width: 600px) {
  .grid-sm-2 .grid__item, .grid-sm-3 .grid__item, .grid-sm-4 .grid__item {
    margin: 8px;
  }
}
@media (min-width: 768px) {
  .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5 {
    margin: -10px;
  }
}
@media (min-width: 1024px) {
  .grid-md-2, .grid-md-3, .grid-md-4, .grid-md-5 {
    margin: -10px;
  }
}
@media (min-width: 768px) {
  .grid-md-2 .grid__item, .grid-md-3 .grid__item, .grid-md-4 .grid__item, .grid-md-5 .grid__item {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .grid-md-2 .grid__item, .grid-md-3 .grid__item, .grid-md-4 .grid__item, .grid-md-5 .grid__item {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .grid-lg-2, .grid-lg-3, .grid-lg-4, .grid-lg-5, .grid-lg-6 {
    margin: -10px;
  }
}
@media (min-width: 1024px) {
  .grid-lg-2 .grid__item, .grid-lg-3 .grid__item, .grid-lg-4 .grid__item, .grid-lg-5 .grid__item, .grid-lg-6 .grid__item {
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .grid-lg-1 {
    margin: -10px 0;
  }
}
@media (min-width: 1024px) {
  .grid-lg-1 .grid__item {
    margin: 10px;
  }
}
@media (min-width: 1230px) {
  .grid-xl-2, .grid-xl-3, .grid-xl-4, .grid-xl-5, .grid-xl-6 {
    margin: 0 -10px;
  }
}
@media (min-width: 1230px) {
  .grid-xl-2 .grid__item, .grid-xl-3 .grid__item, .grid-xl-4 .grid__item, .grid-xl-5 .grid__item, .grid-xl-6 .grid__item {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  .grid-xs--scroll {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: -6px -12px;
    padding: 0 6px;
  }
  .grid-xs--scroll::after {
    content: "";
    flex: 0 0 6px;
  }
  .grid-xs--scroll .grid__item {
    white-space: normal;
    margin: 6px;
  }

  .grid-xs-1--scroll .grid__item {
    width: calc(100% - 120px);
  }
  .grid-xs-2--scroll .grid__item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-md--scroll {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    margin: -7px -14px;
    padding: 0 7px;
  }
  .grid-md--scroll::after {
    content: "";
    flex: 0 0 7px;
  }
  .grid-md--scroll .grid__item {
    white-space: normal;
    margin: 7px;
  }

  .grid-md-2--scroll .grid__item {
    width: calc(50% - 52px);
  }
  .grid-md-3--scroll .grid__item {
    width: calc(33.333% - 40px);
  }
  .grid-md-4--scroll .grid__item {
    width: calc(25% - 30px);
  }
  .grid-md-5--scroll .grid__item {
    width: calc(20% - 20px);
  }
}
@media (min-width: 1024px) {
  .grid-lg--scroll {
    white-space: nowrap;
    overflow-x: auto;
    margin: 0 -9px 9px;
    padding: 0;
  }
  .grid-lg--scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .grid-lg--scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    margin: 80px 0 5px 0;
  }
  .grid-lg--scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #dbdbdb;
  }
}
/* 篩選-多欄型 */
.filter {
  position: relative;
  z-index: 11;
  /* 已觸發 */
  /* 觸發鈕 */
  /* 觸發鈕active */
  /* 文字 */
  /* 數字 */
  /* 向下icon */
  /* 篩選表單 */
  /* 展開區 */
  /* 文字 */
  /* 筆數 */
  /* 關閉 */
  /* icon */
  /* 篩選內容 */
  /* 單項 */
  /* 單項 */
  /* 欄位 */
  /* label-文字 */
  /* label-icon */
  /* 填寫區 */
  /* 子選項 */
  /* 選項組 */
  /* 勾選在右側 */
  /* radio、checkbox-label*/
  /* label-icon-開啟 */
  /* 填寫區-開啟 */
  /* 更多 */
  /* 按鈕區 */
  /* 送出鈕 */
}
@media (min-width: 1024px) {
  .filter {
    z-index: 1;
  }
}
.filter--open {
  z-index: 11;
}
.filter__triggle {
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #888;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 140px;
  min-width: inherit;
}
.filter--open .filter__triggle__triggle {
  display: none;
}
@media (min-width: 1024px) {
  .filter__triggle {
    display: none;
  }
}
.filter__triggle:active {
  /* color: #000; */
}
.filter__triggle-icon {
  /* font-size: 20px; */
  margin-left: 5px;
  /* vertical-align: text-bottom; */
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .filter__triggle-icon {
    transform: rotate(-90deg);
  }
}
.filter__dropbox {
  position: fixed;
  padding: 0 15px;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  transform: translateY(101%);
  transition: transform 350ms;
}
.filter--open .filter__dropbox {
  transform: translateY(0%);
  z-index: 11;
}
@media (min-width: 1024px) {
  .filter__dropbox {
    position: static;
    transform: translateY(0%);
    height: auto;
    padding: 15px 13px 0;
    border: 1px solid #ddd;
  }
}
.filter__header {
  color: #333;
  font-weight: bold;
  background: #fff;
  text-transform: none;
  font-size: 18px;
  padding: 30px 15px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .filter__header {
    position: static;
    padding: 0 0 12px;
  }
}
.filter__header::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
}
.filter__header-count {
  color: #777;
}
@media (min-width: 1024px) {
  .filter__header-count {
    display: none;
  }
}
.filter__header-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #999;
  background: #f4f4f4;
  border-radius: 50%;
}
.filter__header-btn-close:focus, .filter__header-btn-close:active {
  background: #f0aa00;
  color: #333;
}
@media (min-width: 1024px) {
  .filter__header-btn-close:hover {
    background: #f0aa00;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .filter__header-btn-close {
    display: none;
  }
}
.filter__header-icon-close {
  text-decoration: none;
  transition: background 0.3s;
  font-size: 20px;
}
.filter__body {
  height: calc(100% - 127px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 63px;
}
@media (min-width: 1024px) {
  .filter__body {
    margin-top: 0;
    height: auto;
    overflow-y: initial;
    overflow-x: visible;
  }
}
.filter__field {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .filter__field {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
}
.filter__field:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .filter__field:last-child {
    border-bottom: none;
  }
}
.filter__label {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .filter__label {
    font-weight: normal;
    padding: 15px 0;
    background: none;
    font-size: 16px;
  }
}
.filter__label-icon {
  transition: transform 0.2s ease-in 0s;
  color: #666;
  font-size: 18px;
  display: none;
}
@media (min-width: 1024px) {
  .filter__label-icon {
    display: block;
  }
}
.filter__label:active .filter__label-icon {
  color: #333;
}
.filter__inputgroup {
  display: none;
}
.filter__optionlist {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in 0s;
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
@media (min-width: 1024px) {
  .filter__optionlist {
    margin: 0;
    display: block;
  }
}
.filter__optionlist-item {
  list-style: none;
  text-align: left;
  margin: 0;
  display: block;
  width: calc(100% / 2 - 16px);
  margin: 8px;
}
@media (min-width: 1024px) {
  .filter__optionlist-item {
    width: 100%;
    margin: 0;
    border-top: none;
  }
}
.filter__inputgroup--active .filter__optionlist-more {
  display: none;
}
.filter__input-checkbox {
  display: none;
  position: absolute;
}
.filter__label-checkbox {
  cursor: pointer;
  display: block;
  position: relative;
  color: #333;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  margin: 0;
  font-weight: normal;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .filter__label-checkbox {
    padding: 10px 0;
    padding-left: 25px;
    background: none;
    border-radius: 0;
    border: none;
  }
}
.filter__input-checkbox:checked + .filter__label-checkbox {
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .filter__input-checkbox:checked + .filter__label-checkbox {
    padding-left: 25px;
  }
}
.filter__label-checkbox::before, .filter__label-checkbox::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.filter__label-checkbox::before {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 10px;
  background: #f0aa00;
  animation-duration: 0.4s;
  border-radius: 50%;
  display: none;
}
@media (min-width: 1024px) {
  .filter__label-checkbox::before {
    display: block;
    border-radius: 0px;
    border: 1px solid #ddd;
    background: #fff;
    left: 0;
  }
}
.filter__input-checkbox:checked + .filter__label-checkbox::before {
  display: block;
}
.filter__label-checkbox::after {
  width: 4px;
  height: 7px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
  top: 15px;
  left: 16px;
  display: none;
}
.filter__input-checkbox:checked + .filter__label-checkbox::after {
  display: block;
}
@media (min-width: 1024px) {
  .filter__label-checkbox::after {
    width: 8px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #666;
    border-top: 0;
    border-left: 0;
    top: 11px;
    left: 3px;
  }
}
.filter__label--active .filter__label-icon {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
@media (min-width: 1024px) {
  .filter__label--active .filter__label-icon {
    color: #191919;
  }
}
.filter__label--active + .filter__inputgroup {
  display: block;
}
.filter__optionlist-more {
  font-size: 14px;
  display: block;
  border-top: 1px solid #ddd;
  text-decoration: none;
  padding: 15px 16px 15px 20px;
  display: none;
}
@media (min-width: 1024px) {
  .filter__optionlist-more {
    border-top: none;
    padding: 10px 0 10px 33px;
  }
}
.filter__footer {
  border-top: 1px solid #ddd;
  margin: 0 -15px;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
}
@media (min-width: 1024px) {
  .filter__footer {
    border-top: none;
    padding: 5px 10px;
    margin: 0 -6px 20px;
    display: none;
  }
}
@media (min-width: 1024px) {
  .filter__btnbox .btn {
    padding: 5px 0;
  }
}
.selectedlist {
  font-size: 0;
  letter-spacing: -4px;
  word-spacing: 0;
  margin: 0 -5px 20px;
  list-style: none;
  padding: 0;
}

.selectedlist__item {
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  zoom: 1;
  margin: 5px;
  display: inline-block;
}

.selectedlist__link {
  display: block;
  color: #888;
  border: 1px solid #ccc;
  padding: 4px 8px;
  text-decoration: none;
}

.selectedlist__icon-remove {
  color: #ccc;
  font-size: 16px;
  margin: -4px 5px 0 0;
}

.selectedlist__link:hover {
  border-color: #191919;
  color: #191919;
}

.selectedlist__link:hover .selectedlist__icon-remove {
  color: #191919;
}

.filter-trigger {
  background: #F4F4F4;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .filter-trigger {
    display: none;
  }
}
.filter-trigger__icon {
  font-size: 19px;
  margin-right: 3px;
}
.filter-trigger:active {
  border: 1px solid #f0aa00;
  background: #fff;
}

.toolbar {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .toolbar {
    display: grid;
    grid-template-columns: 1fr 70px;
    grid-gap: 15px;
  }
}
@media (min-width: 768px) {
  .toolbar {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .toolbar {
    padding-bottom: 15px;
  }
}

.cardlist {
  padding: 0;
  margin-bottom: 15px;
}
.cardlist__item {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  margin: 0 0 15px;
}
.cardlist__item::after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.cardlist__imgbox {
  overflow: hidden;
  position: relative;
  padding-top: 50.7246376812%;
}
.cardlist__btn-play {
  display: block;
  width: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  line-height: 56px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  pointer-events: none;
  display: none;
}
.cardlist__play-icon {
  font-size: 30px;
}
.cardlist__img-link {
  display: block;
}
.cardlist__imgbox:active .cardlist__img-link::before {
  opacity: 0.06;
}
.cardlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.cardlist__item:active .cardlist__img, .cardlist__item:hover .cardlist__img {
  transform: scale(1.2);
}
.cardlist__infobox {
  padding: 10px;
}
.cardlist__tagbox {
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .cardlist__tagbox {
    margin-bottom: 10px;
  }
}
.cardlist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.375em;
  min-height: 1.375em;
  line-height: 1.375;
  max-width: 100%;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.cardlist__title-link {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.cardlist__databox {
  color: #bbb;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.cardlist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.cardlist__category {
  text-decoration: none;
  color: #bbb;
}
.cardlist__date {
  font-weight: 300;
}
.cardlist__date::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1.5px 0.65em 0;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cardlist__social {
  float: right;
  text-align: right;
  height: 20px;
  display: none;
}
.cardlist__social iframe html {
  float: right;
}
@media (min-width: 1024px) {
  .cardlist--outline .cardlist__item {
    border: 1px solid #f4f4f4;
  }
}
.cardlist--video .cardlist__btn-play {
  display: block;
}
@media (min-width: 1024px) {
  .cardlist--simple .cardlist__tagbox {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cardlist--h-shadow .cardlist__item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1024px) {
  .cardlist--side-simple .cardlist__infobox {
    display: none;
  }
}

.cardlist--horizontal .cardlist__desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.1em;
  min-height: 5.1em;
  line-height: 1.7;
  height: 5.1em;
}
@media (min-width: 1024px) {
  .cardlist--horizontal .cardlist__item {
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .cardlist--horizontal .cardlist__imgbox {
    margin-bottom: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .cardlist--horizontal .cardlist__infobox {
    padding: 5px 5px 5px 14px;
    width: 55.5%;
    min-width: 160px;
  }
}
@media (min-width: 1230px) {
  .cardlist--horizontal .cardlist__infobox {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .cardlist--horizontal .cardlist__title {
    font-size: 18px;
  }
}

.cardlist--side-horizontal .cardlist__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cardlist--side-horizontal .cardlist__imgbox {
  margin-bottom: 0;
  width: 40%;
}
.cardlist--side-horizontal .cardlist__infobox {
  padding: 0 0 0 12px;
  width: 60%;
  min-width: 150px;
}
.cardlist--side-horizontal .cardlist__title {
  font-size: 14px;
}
.cardlist--side-horizontal .cardlist__databox {
  margin: 0;
}
.cardlist--side-horizontal .cardlist__tagbox, .cardlist--side-horizontal .cardlist__category {
  display: none;
}
.cardlist--side-horizontal .cardlist__date::before {
  content: none;
}

.databox__list {
  display: flex;
  margin: 0;
}
.databox__item {
  color: #f09400;
}
.databox__item:first-child {
  padding-right: 10px;
}
.databox__item + .databox__item {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}
.articlelist {
  padding: 0;
  margin-bottom: 20px;
}
.articlelist__item {
  position: relative;
  overflow: hidden;
}
.articlelist__imgbox {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .articlelist__imgbox {
    margin-bottom: 0;
  }
}
.articlelist__imgbox::after {
  padding-top: 75%;
  content: "";
  display: block;
}
.articlelist__img-link {
  display: block;
}
.articlelist__imgbox:active .articlelist__img-link::before {
  opacity: 0.06;
}
.articlelist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.articlelist__img::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.articlelist__infobox {
  padding: 10px 0 5px;
}
@media (min-width: 768px) {
  .articlelist__infobox {
    padding: 20px 0;
  }
}
.articlelist__tagbox {
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .articlelist__tagbox {
    margin-bottom: 10px;
  }
}
.articlelist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.75em;
  min-height: 2.75em;
  line-height: 1.375;
  max-width: 100%;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 16px;
}
.articlelist__title-link {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.articlelist__databox {
  color: #bbb;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.articlelist__category {
  text-decoration: none;
  color: #bbb;
}
.articlelist__date {
  font-weight: 300;
}
.articlelist__date::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -1.5px 0.65em 0;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}
.articlelist__social {
  float: right;
  text-align: right;
  height: 20px;
  display: none;
}
.articlelist__social iframe html {
  float: right;
}
@media (min-width: 1024px) {
  .articlelist--outline .articlelist__item {
    border: 1px solid #f4f4f4;
  }
}
.articlelist--video .articlelist__btn-play {
  display: block;
}
@media (min-width: 1024px) {
  .articlelist--simple .articlelist__tagbox {
    display: none;
  }
}
@media (min-width: 1024px) {
  .articlelist--h-shadow .articlelist__item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1024px) {
  .articlelist--side-simple .articlelist__infobox {
    display: none;
  }
}

.articlelist--horizontal .articlelist__desc {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.1em;
  min-height: 5.1em;
  line-height: 1.7;
  height: 5.1em;
}
@media (min-width: 1024px) {
  .articlelist--horizontal .articlelist__item {
    display: inline-flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .articlelist--horizontal .articlelist__imgbox {
    margin-bottom: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .articlelist--horizontal .articlelist__infobox {
    padding: 5px 5px 5px 14px;
    width: 55.5%;
    min-width: 160px;
  }
}
@media (min-width: 1230px) {
  .articlelist--horizontal .articlelist__infobox {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .articlelist--horizontal .articlelist__title {
    font-size: 18px;
  }
}

.articlelist--side-horizontal .articlelist__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.articlelist--side-horizontal .articlelist__imgbox {
  margin-bottom: 0;
  width: 40%;
}
.articlelist--side-horizontal .articlelist__infobox {
  padding: 0 0 0 12px;
  width: 60%;
  min-width: 150px;
}
.articlelist--side-horizontal .articlelist__title {
  font-size: 14px;
}
.articlelist--side-horizontal .articlelist__databox {
  margin: 0;
}
.articlelist--side-horizontal .articlelist__tagbox, .articlelist--side-horizontal .articlelist__category {
  display: none;
}
.articlelist--side-horizontal .articlelist__date::before {
  content: none;
}

.articlelist--simple .articlelist__item {
  border-left: 4px solid #f0aa00;
  margin-bottom: 1px;
  background: #fff;
}
.articlelist--simple .articlelist__item:focus, .articlelist--simple .articlelist__item:active {
  background: #ddd;
}
@media (min-width: 1024px) {
  .articlelist--simple .articlelist__item:hover {
    background: #ddd;
  }
}
.articlelist--simple .articlelist__item:active .articlelist__icon-go, .articlelist--simple .articlelist__item:hover .articlelist__icon-go {
  color: #f0aa00;
}
.articlelist--simple .articlelist__infobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.articlelist--simple .articlelist__iconbox {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  width: calc(100% - 20px);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  min-height: 3em;
  line-height: 1.5;
}
.articlelist--simple .articlelist__title {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  width: calc(100% - 20px);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  min-height: 3em;
  line-height: 1.5;
}
.articlelist--simple .articlelist__icon-go {
  font-size: 20px;
  color: #bbb;
}
.articlelist--simple .articlelist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.articlelist--simple .articlelist__databox {
  margin: 0;
}
.articlelist--simple .articlelist__tagbox, .articlelist--simple .articlelist__category {
  display: none;
}
.articlelist--simple .articlelist__date::before {
  content: none;
}

.historylist {
  padding: 0;
}
.historylist__item {
  position: relative;
  display: flex;
  padding: 10px;
  flex-direction: row;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}
.historylist__tag {
  top: 10px;
  left: 10px;
}
.historylist__imgbox {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  flex-shrink: 0;
  width: 102px;
}
.historylist__imgbox::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  padding-top: 74.7619047619%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  transition: opacity 0.55s;
  opacity: 0;
  pointer-events: none;
}
.historylist__item:active .historylist__imgbox::before, .historylist__item:hover .historylist__imgbox::before {
  opacity: 1;
}
.historylist__imgbox::after {
  padding-top: 74.7619047619%;
  content: "";
  display: block;
}
.historylist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.historylist__item:active .historylist__img, .historylist__item:hover .historylist__img {
  transform: scale(1.2);
}
.historylist__infobox {
  padding: 0 0 0 10px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.historylist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 0 3px;
}
.historylist__link {
  color: #333;
  text-decoration: none;
}
.historylist__link:focus, .historylist__link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .historylist__link:hover {
    color: #666;
    text-decoration: none;
  }
}
.historylist__location {
  font-size: 12px;
  margin: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
}
.historylist__location-link {
  color: #f09400;
  text-decoration: none;
}
.historylist__location-link:focus, .historylist__location-link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .historylist__location-link:hover {
    color: #666;
    text-decoration: none;
  }
}
.historylist__view {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
}
.historylist__view-icon {
  font-size: 16px;
  margin: 0 2px 0 0;
}
.historylist__view-value {
  margin: 0 5px 0 0;
}
.exchangelist {
  padding: 0;
}
.exchangelist__item {
  position: relative;
  overflow: hidden;
  padding: 5px 10px 5px 6px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .exchangelist__item {
    padding: 10px;
  }
}
.exchangelist__item:focus, .exchangelist__item:active {
  background: #ddd;
}
@media (min-width: 1024px) {
  .exchangelist__item:hover {
    background: #ddd;
  }
}
.exchangelist__imgbox {
  overflow: hidden;
  position: relative;
  flex: 0 1 50px;
  background: #eee;
}
.exchangelist__imgbox::after {
  content: " ";
  padding-top: 100%;
  display: block;
}
.exchangelist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 100%;
  max-width: initial;
  margin: auto;
  width: auto;
  transform: translate(-50%);
}
.exchangelist__infobox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 60px);
}
.exchangelist__title {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em;
  line-height: 1.4;
}
.exchangelist__databox {
  flex: 1 0 90px;
  text-align: right;
}
.exchangelist__value {
  font-size: 24px;
  color: #333;
}
.exchangelist__unit {
  font-size: 12px;
  color: #333;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .exchangelist__unit {
    font-size: 14px;
  }
}
.exchangelist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.couponlist {
  padding: 0;
}
.couponlist__group {
  margin-bottom: 20px;
}
.couponlist__group-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
@media (min-width: 768px) {
  .couponlist--group .couponlist__group-list {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}
.couponlist__group-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .couponlist--group .couponlist__group-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
@media (min-width: 768px) {
  .couponlist {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .couponlist.couponlist--group {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .couponlist--view-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -7px;
  }
}
.couponlist__item {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .couponlist--group .couponlist__item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__item {
    width: calc(50% - 14px);
    margin: 7px;
  }
}
.couponlist__item::before {
  content: "";
  background: rgba(136, 136, 136, 0.7);
  position: absolute;
  padding-top: 56.5217391304%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: none;
}
.couponlist__imgbox {
  overflow: hidden;
  position: relative;
  padding-top: 56.5217391304%;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.couponlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.couponlist__item:active .couponlist__img, .couponlist__item:hover .couponlist__img {
  transform: scale(1.2);
}
.couponlist__infobox {
  padding: 15px 10px;
  position: relative;
  margin-bottom: 5px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__infobox {
    padding: 8px;
  }
}
.couponlist__infobox::before {
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 2;
  pointer-events: none;
}
.couponlist__infobox::after {
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
  pointer-events: none;
}
.couponlist__title {
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em;
  line-height: 1.4;
  margin: 0 0 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__title {
    display: none;
  }
}
.couponlist__location {
  font-size: 12px;
  color: #888;
  margin: 0 0 8px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__location {
    margin-bottom: 0;
  }
}
.couponlist__databox {
  font-size: 12px;
  color: #e33000;
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__databox {
    display: none;
  }
}
.couponlist__status {
  border-radius: 50%;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .couponlist--view-block .couponlist__status {
    width: 69px;
    height: 69px;
  }
}
.couponlist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.couponlist__item--disabled::before {
  display: block;
}
.couponlist__item--disabled .couponlist__infobox {
  background: #a7a7a7;
}
.couponlist__item--disabled .couponlist__status {
  display: flex;
}
.couponlist__item--disabled .couponlist__databox {
  color: #888;
}
.couponlist__item--disabled .couponlist__linkcover {
  display: none;
}

.store-couponlist__item {
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  overflow: hidden;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.store-couponlist__imgbox {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 70px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .store-couponlist__imgbox {
    width: 80px;
  }
}
.store-couponlist__imgbox::after {
  content: "";
  display: block;
  padding-top: 56.5217391304%;
}
.store-couponlist__imgbox::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  padding-top: 74.7619047619%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  transition: opacity 0.55s;
  opacity: 0;
  pointer-events: none;
}
.store-couponlist__item:active .store-couponlist__imgbox::before, .store-couponlist__item:hover .store-couponlist__imgbox::before {
  opacity: 1;
}
.store-couponlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.store-couponlist__item:active .store-couponlist__img, .store-couponlist__item:hover .store-couponlist__img {
  transform: scale(1.2);
}
.store-couponlist__title {
  font-size: 14px;
  padding: 0 10px;
  color: #333;
  flex-grow: 1;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .store-couponlist__title {
    margin-top: 4px;
  }
}
.store-couponlist__item:active .store-couponlist__title, .store-couponlist__item:hover .store-couponlist__title {
  color: #666;
}
.store-couponlist__title-text {
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em;
  line-height: 1.4;
  width: 100%;
}
.store-couponlist__btn {
  color: #fff;
  font-size: 14px;
  margin: -6px;
  border-radius: 0;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-couponlist__item:active .store-couponlist__btn, .store-couponlist__item:hover .store-couponlist__btn {
  background: #f09400;
}
.store-couponlist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.productlist__item {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.productlist__tag--triangle {
  border-style: solid;
  border-width: 55px 60px 0 0;
  color: #fff;
}
.productlist__tag--sale {
  border-color: #e33000 transparent transparent transparent;
}
.productlist__tag-text {
  position: absolute;
  top: 20px;
  width: 40px;
  left: 3px;
  top: -45px;
  font-size: 12px;
  text-transform: uppercase;
}
.productlist__tagbox {
  margin: 0 0 5px;
  max-height: 53px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .productlist__tagbox {
    display: block;
  }
}
.productlist__imgbox {
  overflow: hidden;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.productlist__img-link {
  display: block;
  position: relative;
}
.productlist__img-link:active::before {
  opacity: 0.06;
}
@media (min-width: 1024px) {
  .productlist__img-link:hover::before {
    opacity: 0.06;
  }
}
.productlist__img-link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.productlist__img-link::after {
  padding-top: 75%;
  content: "";
  display: block;
}
.productlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .productlist__img {
    -webkit-backface-visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.productlist__infobox {
  padding: 10px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
  border-top: none;
}
@media (min-width: 1024px) {
  .productlist__infobox {
    min-height: 142px;
  }
}
.productlist__item--lottery .productlist__infobox {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
@media (min-width: 1024px) {
  .productlist__item--lottery .productlist__infobox {
    min-height: 162px;
  }
}
.productlist__btn {
  margin-top: 10px;
}
.productlist__btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 10px;
  transition: width 0s, height 0s, border-color 0.1s ease-in-out, background 0.1s ease-in-out;
}
.productlist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  min-height: 3em;
  line-height: 1.5;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 3em;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .productlist__title {
    max-height: 3em;
    -webkit-line-clamp: 2;
    min-height: 3em;
    margin-bottom: 15px;
  }
}
.productlist__title-link {
  display: block;
  text-decoration: none;
  color: #333;
}
.productlist__price-cht {
  display: none;
}
@media (min-width: 768px) {
  .productlist__price-offer, .productlist__price-sell {
    display: inline-block;
  }
}
.productlist__price-sell {
  min-height: 15px;
  display: flex;
  align-items: flex-end;
}
.productlist__spec {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .productlist__spec-color {
    display: block;
  }
}
.productlist__more {
  min-height: 19px;
}
.productlist__more-link {
  color: #f09400;
  font-size: 14px;
}
.productlist__features {
  margin: 0 0 1.25em;
  padding-left: 1em;
  border-bottom: 1px solid #ddd;
  display: none;
}
.productlist__features-item {
  font-size: 0.875em;
  margin: 0 0 0.7142857143em;
}
.productlist__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -999999px;
  overflow: hidden;
  display: none;
}
.productlist__like {
  position: absolute;
  top: 5px;
  right: -100%;
  z-index: 5;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .productlist__like {
    top: 8px;
    padding-left: 1px;
  }
}
@media (min-width: 1024px) {
  .productlist__item:hover .productlist__like {
    right: 8px;
  }
}
.productlist__store {
  font-size: 12px;
  color: #888;
  margin: 0 0 5px;
}

.productlist--mode-simple .form-qty__field-color, .productlist--mode-simple .form-qty__field-spec, .productlist--mode-simple .form-qty__field-qty {
  display: none;
}
.productlist--mode-simple .productlist__addcartbox, .productlist--mode-simple .productlist__spec {
  display: none;
}

.productlist--mode-buy .productlist__title {
  max-height: 3em;
  min-height: 3em;
  -webkit-line-clamp: 2;
}
.productlist--mode-buy .productlist__select-form {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .productlist--mode-buy .productlist__infobox {
    padding: 5px 10px 10px;
    min-height: 130px;
  }
}
.productlist--mode-buy .form-qty__field {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .productlist--mode-buy .form-qty__field {
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 768px) {
  .productlist--mode-buy .form-qty__field-spec, .productlist--mode-buy .form-qty__field-color {
    width: calc(50% - 6px);
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .productlist--mode-buy .form-qty__body {
    margin: 0 -3px;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: 0;
  }
}

.productlist--outline .productlist__item {
  border: 1px solid #f4f4f4;
}

@media (min-width: 1024px) {
  .productlist--horizontal .productlist__item {
    display: inline-flex;
  }
  .productlist--horizontal .productlist__imgbox {
    margin-bottom: 0;
    width: 180px;
  }
  .productlist--horizontal .productlist__infobox {
    width: calc(100% - 180px);
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .productlist--horizontal .productlist__title {
    margin-bottom: 14px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .productlist--h-shadow .productlist__item {
    transition: box-shadow 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .productlist--h-shadow .productlist__item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  }
}

.eventlist__item {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.eventlist__img-link {
  display: block;
  position: relative;
}
.eventlist__img-link:active::before {
  opacity: 0.06;
}
@media (min-width: 1024px) {
  .eventlist__img-link:hover::before {
    opacity: 0.06;
  }
}
.eventlist__img-link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transition: 0.3s;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.eventlist__img-link::after {
  padding-top: 38.6363636364%;
  content: "";
  display: block;
}
.eventlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}
@media (min-width: 1024px) {
  .eventlist__img {
    -webkit-backface-visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.brandlist {
  padding: 0;
  margin: -10px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
}
.brandlist__item {
  width: calc(33.333% - 20px);
  position: relative;
  overflow: hidden;
  margin: 10px;
}
@media (min-width: 768px) {
  .brandlist__item {
    width: calc(20% - 20px);
  }
}
.brandlist__item::after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.brandlist__imgbox {
  max-width: 80px;
  border: 3px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .brandlist__imgbox {
    max-width: 100px;
  }
}
.brandlist__imgbox::after {
  padding-top: 100%;
  content: "";
  display: block;
}
.brandlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.brandlist__item:active .brandlist__img, .brandlist__item:hover .brandlist__img {
  transform: scale(1.2);
}
.brandlist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.75em;
  min-height: 2.75em;
  line-height: 1.375;
  max-width: 100%;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .brandlist__title {
    font-size: 14px;
  }
}
.brandlist__title-link {
  display: block;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.brandlist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.messagelist {
  padding: 0;
  margin-bottom: 20px;
}
.messagelist__item {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-left: 4px solid #f0aa00;
  margin-bottom: 1px;
  background: #fff;
}
@media (min-width: 768px) {
  .messagelist__item {
    padding: 15px 20px;
  }
}
.messagelist__item:focus, .messagelist__item:active {
  background: #ddd;
}
@media (min-width: 1024px) {
  .messagelist__item:hover {
    background: #ddd;
  }
}
.messagelist__item:active .messagelist__icon-go, .messagelist__item:hover .messagelist__icon-go {
  color: #f0aa00;
}
.messagelist__status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  align-self: flex-start;
  margin-right: 10px;
}
.messagelist__status-icon {
  font-size: 20px;
  color: #bbb;
}
.messagelist__item--unread .messagelist__status-icon {
  color: #f0aa00;
}
.messagelist__infobox {
  width: calc(100% - 54px);
}
.messagelist__title {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  min-height: 3em;
  line-height: 1.5;
}
.messagelist__point {
  flex: 1 0 20px;
  margin-left: 10px;
}
.messagelist__point-icon {
  font-size: 20px;
  color: #bbb;
}
.messagelist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.sortlist {
  padding: 0;
  margin: 0;
  display: flex;
}
.sortlist__item {
  margin: 0 2px;
}
.sortlist__link {
  display: block;
  color: #ddd;
}
.sortlist__item--active .sortlist__link {
  color: #f0aa00;
}
.sortlist__link:focus, .sortlist__link:active {
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .sortlist__link:hover {
    color: #f0aa00;
  }
}
.sortlist__icon {
  font-size: 24px;
}

.storelist {
  padding: 0;
}
.storelist__item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1023px) {
  .storelist--view-list .storelist__item {
    display: flex;
    padding: 10px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    flex-direction: row;
    border-radius: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .storelist--view-list .storelist__item {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .storelist--view-list .storelist__tag {
    top: 10px;
  }
}
.storelist__imgbox {
  overflow: hidden;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .storelist--view-list .storelist__imgbox {
    border-radius: 5px;
    flex-shrink: 0;
    width: 102px;
  }
}
.storelist__imgbox::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  padding-top: 74.7619047619%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  transition: opacity 0.55s;
  opacity: 0;
  pointer-events: none;
}
.storelist__item:active .storelist__imgbox::before, .storelist__item:hover .storelist__imgbox::before {
  opacity: 1;
}
.storelist__imgbox::after {
  padding-top: 74.7619047619%;
  content: "";
  display: block;
}
.storelist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.storelist__item:active .storelist__img, .storelist__item:hover .storelist__img {
  transform: scale(1.2);
}
.storelist__infobox {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  min-height: 110px;
}
@media (min-width: 1024px) {
  .storelist__infobox {
    padding: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .storelist--view-list .storelist__infobox {
    padding: 0 0 0 10px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: initial;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .storelist--view-list .storelist__infobox {
    justify-content: flex-start;
  }
}
.storelist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.6em;
  min-height: 2.6em;
  line-height: 1.3;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .storelist--view-list .storelist__title {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.storelist__link {
  color: #333;
  text-decoration: none;
}
.storelist__link:focus, .storelist__link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .storelist__link:hover {
    color: #666;
    text-decoration: none;
  }
}
.storelist__location {
  font-size: 12px;
  margin: 0 0 8px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .storelist--view-list .storelist__location {
    margin: 0;
  }
}
.storelist__location-link {
  color: #f09400;
  text-decoration: none;
}
.storelist__location-link:focus, .storelist__location-link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .storelist__location-link:hover {
    color: #666;
    text-decoration: none;
  }
}
.storelist__view {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
}
.storelist__view-icon {
  font-size: 16px;
  margin: 0 2px 0 0;
}
.storelist__view-value {
  margin: 0 5px 0 0;
}
.arealist {
  padding: 0;
}
.arealist__item {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__item {
    display: flex;
    padding: 10px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    flex-direction: row;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__tag {
    top: 10px;
  }
}
.arealist__imgbox {
  overflow: hidden;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__imgbox {
    border-radius: 5px;
    flex-shrink: 0;
    width: 102px;
  }
}
.arealist__imgbox::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  padding-top: 74.7619047619%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
  transition: opacity 0.55s;
  opacity: 0;
  pointer-events: none;
}
.arealist__item:active .arealist__imgbox::before, .arealist__item:hover .arealist__imgbox::before {
  opacity: 1;
}
.arealist__imgbox::after {
  padding-top: 75%;
  content: "";
  display: block;
}
.arealist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transform: scale(1);
  transition: transform 0.55s;
}
.arealist__item:active .arealist__img, .arealist__item:hover .arealist__img {
  transform: scale(1.2);
}
.arealist__infobox {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
  min-height: 90px;
}
@media (min-width: 1024px) {
  .arealist__infobox {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__infobox {
    padding: 0 0 0 10px;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: initial;
  }
}
.arealist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.6em;
  min-height: 2.6em;
  line-height: 1.3;
  line-height: 1.4;
  font-size: 16px;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__title {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.arealist__link {
  color: #333;
  text-decoration: none;
}
.arealist__link:focus, .arealist__link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .arealist__link:hover {
    color: #666;
    text-decoration: none;
  }
}
.arealist__location {
  font-size: 12px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .arealist--view-list .arealist__location {
    margin: 0;
  }
}
.arealist__location-link {
  color: #f09400;
  text-decoration: none;
}
.arealist__location-link:focus, .arealist__location-link:active {
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .arealist__location-link:hover {
    color: #666;
    text-decoration: none;
  }
}
.arealist__view {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
}
.arealist__view-icon {
  font-size: 16px;
  margin: 0 2px 0 0;
}
.arealist__view-value {
  margin: 0 5px 0 0;
}
.regionlist__item {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .regionlist__item {
    background-size: 100%;
  }
}
.regionlist__item::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.regionlist__item::after {
  padding-top: 100%;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .regionlist__item::after {
    padding-top: 69.4444444444%;
  }
}
@media (min-width: 1024px) {
  .regionlist__item:hover {
    background-size: 125%;
  }
}
.regionlist__imgbox {
  border-radius: 5px;
  overflow: hidden;
}
.regionlist__img-link {
  display: block;
  position: relative;
}
.regionlist__img-link:active::before {
  opacity: 0.06;
}
@media (min-width: 1024px) {
  .regionlist__img-link:hover::before {
    opacity: 0.06;
  }
}
.regionlist__img-link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.regionlist__img-link::after {
  padding-top: 100%;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  .regionlist__img-link::after {
    padding-top: 75%;
  }
}
.regionlist__img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 1;
  transition: transform 0.55s;
}
.regionlist__infobox {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .regionlist__infobox {
    padding: 15px;
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .regionlist__item:hover .regionlist__infobox {
    transform: translateY(-10px);
  }
}
.regionlist__title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .regionlist__title {
    font-size: 20px;
    margin-bottom: -5px;
  }
}
.regionlist__desc {
  font-size: 12px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  max-width: 100%;
  margin: 0 auto 10px;
  display: none;
}
@media (min-width: 1024px) {
  .regionlist__desc {
    display: block;
  }
}
.regionlist__tagbox {
  display: none;
}
@media (min-width: 1024px) {
  .regionlist__tagbox {
    display: block;
  }
}
.regionlist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-indent: -999999px;
  overflow: hidden;
}

.result {
  color: #333;
}
.result__data {
  font-weight: normal;
}
.result__data-title {
  color: #333;
}
.result__data-title::before {
  content: "「";
  color: #666;
}
.result__data-title + .result__data-title::before {
  content: "-「";
}
.result__data-title::after {
  content: "」";
  color: #666;
}
.result__data-num {
  color: #033e7c;
  font-weight: 700;
}
.result__no-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 340px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .result__no-box {
    height: 400px;
  }
}
.result__no-iconbox {
  margin-bottom: 5px;
}
.result__no-icon {
  font-size: 50px;
  color: #bbb;
}
.result__no-title {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.67;
  font-size: 16px;
}
.result__no-desc {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.result__no-btnbox {
  margin-top: 10px;
}
.img-slider__imgbox {
  width: 100%;
  overflow: hidden;
}
.img-slider__imgbox::after {
  content: " ";
  padding-top: 100%;
  display: block;
}
.img-slider__list {
  position: relative;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}
.img-slider__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.img-slider__item--active {
  opacity: 1;
  z-index: 1;
}

.thumblist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -4px;
  padding: 0;
  list-style: none;
  overflow: auto;
}
@media (min-width: 1024px) {
  .thumblist {
    margin: -7px;
  }
}
@media (min-width: 1230px) {
  .thumblist {
    margin: -10px;
  }
}
.thumblist__item {
  display: inline-block;
  *display: inline;
  margin: 4px;
  width: calc(20% - (4px * 2));
  zoom: 1;
  border: 1px solid #f4f4f4;
}
@media (min-width: 1024px) {
  .thumblist__item {
    margin: 7px;
    width: calc(20% - (7px * 2));
  }
}
@media (min-width: 1230px) {
  .thumblist__item {
    margin: 10px;
    width: calc(20% - (10px * 2));
  }
}
.thumblist__link {
  display: block;
  background: #fff;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.thumblist__item--current .thumblist__link {
  border-color: #f09400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.152);
}
@media (min-width: 1024px) {
  .thumblist__item:active .thumblist__link, .thumblist__item:hover .thumblist__link {
    border-color: #f09400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.152);
  }
}
.thumblist__img {
  pointer-events: none;
}

.imglist__imgbox {
  overflow: hidden;
}

.imglist--height-same.owl-carousel .owl-item img {
  width: auto;
  height: 120px;
}
@media (min-width: 768px) {
  .imglist--height-same.owl-carousel .owl-item img {
    height: 200px;
  }
}

.iconslist {
  padding: 0;
}
.iconslist__item {
  position: relative;
  background: #f4f4f4;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  margin: 0 0 15px;
}
.iconslist__item:focus, .iconslist__item:active {
  background: #fffbdd;
}
@media (min-width: 1024px) {
  .iconslist__item:hover {
    background: #fffbdd;
  }
}
@media (min-width: 1024px) {
  .iconslist__item {
    padding: 25px;
  }
}
.iconslist__icon {
  font-size: 70px;
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .iconslist__icon {
    font-size: 80px;
  }
}
.iconslist__title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.iconslist__linkcover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

.editor html,
.editor body,
.editor fieldset,
.editor form,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor ol,
.editor ul {
  display: block;
}
.editor li {
  display: list-item;
  margin-bottom: 1em;
}
.editor body {
  margin: 8px;
}
.editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.editor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.editor h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.editor h4,
.editor ul,
.editor fieldset,
.editor form,
.editor ol {
  margin: 1.12em 0;
}
.editor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.editor h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-weight: normal;
}
.editor strong {
  font-weight: bold;
}
.editor img {
  width: auto;
}
.editor i {
  font-style: italic;
}
.editor button,
.editor textarea,
.editor input,
.editor select {
  display: inline-block;
}
.editor ol,
.editor ul {
  padding-left: 30px;
}
.editor ol ol, .editor ol ul,
.editor ul ol,
.editor ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.editor ol {
  list-style-type: decimal;
}
.editor ol li {
  list-style-type: decimal;
}
.editor ul {
  list-style-type: square;
}
.editor ul li {
  list-style-type: square;
}
.editor :link,
.editor :visited {
  text-decoration: underline;
}
.editor :focus {
  outline: thin dotted invert;
}

.editor {
  font-size: 1em;
  line-height: 1.75;
}
.editor ul,
.editor ol {
  margin: 0 0 1.25em;
}
.editor ul ul,
.editor ul ol,
.editor ol ul,
.editor ol ol {
  margin: 0 0 1.25em;
}
.editor__title1, .editor__title2, .editor__title3, .editor__title4, .editor__title5, .editor__title6 {
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.editor__title1 {
  font-size: 1.5em;
  margin-bottom: 0.3em;
}
.editor__title2 {
  font-size: 1.375em;
}
.editor__title3 {
  font-size: 1.375em;
  margin: 0 0 10px;
}
.editor__title4 {
  font-size: 1.25em;
}
.editor__title5 {
  font-size: 1.125em;
}
.editor__title6 {
  font-size: 1em;
}
.editor p, .editor__paragraph {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.editor .imgbox, .editor__movie-box {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.875em;
}
.editor__foreword {
  color: #999;
  line-height: 1.5;
  font-size: 1.125em;
  border-left: 5px solid #666;
  margin-bottom: 1.875em;
  padding-left: 10px;
}
.editor__img-source {
  margin-top: -10px;
  padding-bottom: 1.875em;
  color: #999;
  font-size: 0.875em;
}
.editor img {
  margin-bottom: 20px;
}
.editor table {
  white-space: normal;
}
.editor td,
.editor th {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
}

.scrolltable {
  width: 100%;
  position: relative;
}
.scrolltable__inner {
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .box-border {
    background: #fff;
    border: 1px solid #ddd;
    padding: 25px;
  }
}

.box {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .box {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .box {
    margin-bottom: 50px;
  }
}
.box--bg {
  background: #fff;
  padding: 10px;
}
.box__heading {
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .box__heading {
    text-align: center;
  }
}
.box__heading--center {
  text-align: center;
}
.box__heading--seperate-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .box__heading--seperate-sm {
    justify-content: center;
  }
}
.box__title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.box__heading-tips {
  color: #888;
  display: block;
  margin: 6px 0 2px;
}
.box__body {
  overflow: hidden;
}
@media (min-width: 768px) {
  .box__body--bg-md {
    background: #fff;
    padding: 35px 45px;
  }
}
.box__intro {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 2em;
}
.box__intro--left {
  text-align: left;
}
.box__info {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.box__btnbox {
  margin-top: 20px;
}
.box__tips {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.box__bottom-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.box__hr {
  background: #ddd;
  display: block;
  height: 1px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  margin: 25px 0;
  text-align: center;
}
.box__hr-text {
  color: #333;
  background: #fff;
  display: inline-block;
  padding: 0 0.45em;
  position: relative;
  text-align: center;
  z-index: 1;
  top: -8px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .box__hr-text {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .box__step-headingbox {
    margin: 40px 0 35px;
  }
}
.box__step-heading-text {
  font-size: 18px;
  font-weight: bold;
}
.box__step-subheading-text {
  font-size: 14px;
  top: -10px;
}

.box-tab {
  padding-top: 90px;
}

.box-seperate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step {
  margin: 20px 0 20px;
}
@media (min-width: 768px) {
  .step {
    margin-bottom: 30px;
  }
}

.list-step {
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.list-step::before {
  content: "";
  height: 2px;
  width: 67%;
  background: #ddd;
  position: absolute;
  left: 50%;
  top: 1.1875em;
  transform: translate(-50%, -50%);
}
.list-step__item {
  width: 33%;
  text-align: center;
  color: #ddd;
}
.list-step__item--current {
  color: #f09400;
}
.list-step__item-num {
  width: 2.375em;
  height: 2.375em;
  line-height: 1;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}
.list-step__item--current .list-step__item-num {
  background: #f09400;
  color: #fff;
  border-color: #f09400;
}
.list-step__item-title {
  display: block;
  font-size: 14px;
  margin-top: 0.75em;
}

.steplist {
  margin: 0 0 25px;
  text-align: center;
}
.steplist__list {
  list-style: none;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 170px;
}
.steplist__list::after {
  content: "";
  display: block;
  background: #ddd;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.steplist__item {
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.steplist__item--current {
  background: #f0aa00;
  border-color: #f0aa00;
  color: #fff;
}

.tab {
  margin-bottom: 30px;
}
.tab--fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.tab__content {
  display: none;
}
.tab__content--show {
  display: block;
}
.tab__list {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  margin: 0;
}
.tab__item {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tab__item:first-child {
    margin-left: 0;
  }
}
.tab__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #666;
  text-decoration: none;
  border-right: 1px solid #ddd;
  height: 50px;
}
@media (min-width: 768px) {
  .tab__link {
    height: 60px;
  }
}
.tab--fixedheight .tab__link {
  height: 50px;
}
@media (min-width: 768px) {
  .tab--fixedheight .tab__link {
    height: 60px;
  }
}
.tab__item:last-child .tab__link {
  border-right: none;
}
.tab__link:hover, .tab__item--current .tab__link:active, .tab__item--current .tab__link {
  background: #f0aa00;
  color: #fff;
  border-color: #f0aa00;
}
.tab__text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .tab__text {
    font-size: 14px;
  }
}
.tab__num {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tab__num {
    font-size: 24px;
  }
}
.tab__iconbox {
  font-size: 22px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .tab__iconbox {
    font-size: 24px;
  }
}

.scrollbox {
  width: 100%;
  position: relative;
}
.scrollbox__inner {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  word-spacing: -1px;
}
.scrollbox__item {
  border-top: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: normal;
  margin: 13px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 300px;
  word-spacing: normal;
  zoom: 1;
}
.scrollbox .carousel__btnbox {
  display: block;
}
.scrollbox .carousel__btn {
  top: 42%;
  padding: 0;
}
.scrollbox .carousel__btn-prev {
  left: -18px;
}
.scrollbox .carousel__btn-next {
  right: -18px;
}

/* @charset "UTF-8"; */
:root {
  /* 自行設定 */
  --f-offset: 30px;
  /* 偏移量 */
  --f-time: 1s;
  /* transition duration */
}

.js-animate--text span.js-animate__item {
  display: inline-block;
}

/* 漸入 FadeIn
==================================== */
.js-animate--fadein {
  opacity: 0;
}

.js-animate--fadein-up {
  opacity: 0;
  transform: translate(0, -30px);
  /* transform: translate(0, calc( var(--f-offset) * -1)); */
}

.js-animate--fadein-down {
  opacity: 0;
  transform: translate(0, 30px);
  /* transform: translate(0, var(--f-offset)); */
}

.js-animate--fadein-left {
  opacity: 0;
  transform: translate(-30px, 0);
  /* transform: translate(calc( var(--f-offset) * -1), 0); */
}

.js-animate--fadein-right {
  opacity: 0;
  transform: translate(30px, 0);
  /* transform: translate(var(--f-offset), 0); */
}

/* 色塊進入 SolidIn
==================================== */
[class*=js-animate--solidin] {
  position: relative;
  opacity: 0;
  transition: 1700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}

[class*=js-animate--solidin]::before,
[class*=js-animate--solidin]::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*=js-animate--solidin]::before {
  background: #183981;
  /* 色塊顏色 */
  z-index: 1;
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

[class*=js-animate--solidin]::after {
  background: #fff;
  /* 父層背景顏色 */
  z-index: 2;
  transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.js-animate--solidin-up {
  transform: translateY(50px);
}

.js-animate--solidin-up::before,
.js-animate--solidin-up::after {
  transform-origin: center top;
}

.js-animate--solidin-down {
  transform: translateY(-50px);
}

.js-animate--solidin-down::before,
.js-animate--solidin-down::after {
  transform-origin: center bottom;
}

.js-animate--solidin-left {
  transform: translateX(-50px);
}

.js-animate--solidin-left::before,
.js-animate--solidin-left::after {
  transform-origin: right top;
}

.js-animate--solidin-right {
  transform: translateX(50px);
}

.js-animate--solidin-right::before,
.js-animate--solidin-right::after {
  transform-origin: left top;
}

/* 遮罩overflow MaskIn
==================================== */
[class*=js-animate--maskin] {
  overflow: hidden;
}

.js-animate--maskin-up,
.js-animate--maskin-down {
  white-space: nowrap;
}

.js-animate--maskin-left .js-animate__item {
  transform: translateX(-100%);
}

.js-animate--maskin-right .js-animate__item {
  transform: translateX(100%);
}

.js-animate--maskin-up .js-animate__item {
  transform: translateY(-100%);
}

.js-animate--maskin-down .js-animate__item {
  transform: translateY(100%);
}

/* 翻牌 FlipIn
==================================== */
.js-animate--flipin .js-animate__item {
  /* perspective: 100px; */
  display: inline-block;
  opacity: 0;
  transform: perspective(100px) rotateY(-45deg);
}

/* Active 放後面覆蓋
==================================== */
.js-animate--active,
.js-animate--active .js-animate__item {
  opacity: 1;
  transform: none;
  /* transition: opacity 1s, transform 1s; */
  transition-duration: 1s, 1s;
  transition-property: opacity, transform;
  /* transition: opacity var(--f-time), transform var(--f-time); */
}

.js-animate--solidin-up.js-animate--active::before,
.js-animate--solidin-up.js-animate--active::after,
.js-animate--solidin-down.js-animate--active::before,
.js-animate--solidin-down.js-animate--active::after {
  transform: scaleY(0);
}

.js-animate--solidin-left.js-animate--active::before,
.js-animate--solidin-left.js-animate--active::after,
.js-animate--solidin-right.js-animate--active::before,
.js-animate--solidin-right.js-animate--active::after {
  transform: scaleX(0);
}

[class*=js-animate--maskin].js-animate--active .js-animate__item {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.js-animate--flipin.js-animate--active .js-animate__item {
  transform: perspective(100px) rotateY(0);
}

/* Delay & Duration
==================================== */
.animate-delay50 {
  transition-delay: 0.05s;
}

.animate-delay100 {
  transition-delay: 0.1s;
}

.animate-delay150 {
  transition-delay: 0.15s;
}

.animate-delay200 {
  transition-delay: 0.2s;
}

.animate-delay250 {
  transition-delay: 0.25s;
}

.animate-delay300 {
  transition-delay: 0.3s;
}

.animate-delay400 {
  transition-delay: 0.4s;
}

.animate-delay500 {
  transition-delay: 0.5s;
}

.animate-delay600 {
  transition-delay: 0.6s;
}

.animate-delay700 {
  transition-delay: 0.7s;
}

.animate-delay800 {
  transition-delay: 0.8s;
}

.animate-delay900 {
  transition-delay: 0.9s;
}

.animate-delay1000 {
  transition-delay: 1s;
}

.animate-dur100,
.animate-dur100::before,
.animate-dur100::after {
  transition-duration: 0.1s;
}

.animate-dur200,
.animate-dur200::before,
.animate-dur200::after {
  transition-duration: 0.2s;
}

.animate-dur300,
.animate-dur300::before,
.animate-dur300::after {
  transition-duration: 0.3s;
}

.animate-dur400,
.animate-dur400::before,
.animate-dur400::after {
  transition-duration: 0.4s;
}

.animate-dur500,
.animate-dur500::before,
.animate-dur500::after {
  transition-duration: 0.5s;
}

.animate-dur1500 {
  transition-duration: 1.5s;
}

.animate-dur2000 {
  transition-duration: 2s;
}

@media (min-width: 768px) {
  .animate-delay100-md {
    transition-delay: 0.1s;
  }

  .animate-delay150-md {
    transition-delay: 0.15s;
  }

  .animate-delay200-md {
    transition-delay: 0.2s;
  }

  .animate-delay250-md {
    transition-delay: 0.25s;
  }

  .animate-delay300-md {
    transition-delay: 0.3s;
  }

  .animate-delay400-md {
    transition-delay: 0.4s;
  }

  .animate-delay500-md {
    transition-delay: 0.5s;
  }

  .animate-delay600-md {
    transition-delay: 0.6s;
  }

  .animate-delay700-md {
    transition-delay: 0.7s;
  }

  .animate-delay800-md {
    transition-delay: 0.8s;
  }

  .animate-delay900-md {
    transition-delay: 0.9s;
  }

  .animate-delay1000-md {
    transition-delay: 1s;
  }
}
@media (min-width: 1024px) {
  .animate-delay100-lg {
    transition-delay: 0.1s;
  }

  .animate-delay150-lg {
    transition-delay: 0.15s;
  }

  .animate-delay200-lg {
    transition-delay: 0.2s;
  }

  .animate-delay250-lg {
    transition-delay: 0.25s;
  }

  .animate-delay300-lg {
    transition-delay: 0.3s;
  }

  .animate-delay400-lg {
    transition-delay: 0.4s;
  }

  .animate-delay500-lg {
    transition-delay: 0.5s;
  }

  .animate-delay600-lg {
    transition-delay: 0.6s;
  }

  .animate-delay700-lg {
    transition-delay: 0.7s;
  }

  .animate-delay800-lg {
    transition-delay: 0.8s;
  }

  .animate-delay900-lg {
    transition-delay: 0.9s;
  }

  .animate-delay1000-lg {
    transition-delay: 1s;
  }
}
.article-pagelist-wrap {
  line-height: 1.5;
}

.article-pagelist {
  display: block;
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .article-pagelist {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .article-pagelist__prev, .article-pagelist__next {
    width: calc(50% - 0.75em);
    border: none;
  }
}
.article-pagelist__prev {
  text-align: left;
  border-bottom: 1px solid #f4f4f4;
}
@media (min-width: 768px) {
  .article-pagelist__prev {
    border: none;
  }
}
.article-pagelist__next {
  text-align: right;
}
.article-pagelist__link {
  border: none;
  padding: 20px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: inherit;
}
.article-pagelist__btn {
  width: 44px;
  height: 44px;
  display: block;
  color: #fff;
  line-height: 44px;
  background: #f0aa00;
  text-align: center;
}
.article-pagelist__link:hover .article-pagelist__btn, .article-pagelist__link:active .article-pagelist__btn {
  color: #fff;
  background: #033e7c;
}
.article-pagelist__btn-prev {
  margin-right: 10px;
}
.article-pagelist__btn-next {
  margin-left: 10px;
}
.article-pagelist__icon {
  font-size: 15px;
}
.article-pagelist__title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  min-height: 2.8em;
  line-height: 1.4;
  width: calc(100% - 54px);
}

.wrap {
  overflow: hidden;
}

.section-banner {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .section-banner {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .section-banner {
    height: 440px;
  }
}
.section-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-banner__heading, .section-banner__sub-heading {
  position: relative;
  z-index: 1;
}
.section-banner__heading {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-banner__heading {
    font-size: 40px;
  }
}
.section-banner__sub-heading {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-banner__sub-heading {
    font-size: 20px;
  }
}

.static-section {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .static-section {
    padding: 60px 0;
  }
}

.content-block {
  text-align: center;
}
@media (min-width: 1024px) {
  .content-block {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .content-block--center-lg {
    text-align: center;
  }
}
.content-block__container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .content-block--image-right .content-block__container {
    justify-content: flex-start;
  }
  .content-block--image-left .content-block__container {
    justify-content: flex-end;
  }
}
.content-block__pre-heading + .content-block__header {
  margin-top: -5px;
}
.content-block__pre-heading {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-block__pre-heading {
    margin-bottom: 20px;
  }
}
.content-block__heading {
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  color: #f0aa00;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .content-block__heading {
    margin-bottom: 30px;
  }
}
.content-block__heading--mobile-lg {
  font-size: 26px;
}
.content-block__desc {
  color: #333;
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  margin-bottom: 15px;
}
.content-block__image-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1023px) {
  .content-block__image-outer {
    margin-bottom: 30px;
  }
  .content-block--image-right .content-block__image-outer {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .content-block--image-right .content-block__image-outer {
    justify-content: flex-end;
  }
  .content-block--image-left .content-block__image-outer {
    justify-content: flex-start;
  }
}
.content-block__button {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .content-block__button {
    margin-top: 40px;
  }
}
.content-block__button .btn {
  min-width: 190px;
}
.content-block__listtext {
  text-align: left;
}

.iconlist {
  margin-bottom: -25px;
  text-align: center;
}
.iconlist__item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .iconlist__item {
    display: grid;
    grid-template: "icon heading" ". ." 5px ". content"/35px 1fr;
  }
}
@media (min-width: 768px) {
  .iconlist__icon {
    grid-area: icon;
  }
}
@media (min-width: 768px) {
  .iconlist__heading {
    grid-area: heading;
  }
}
@media (min-width: 768px) {
  .iconlist__content {
    grid-area: content;
  }
}
@media (min-width: 768px){
  .iconlist__icon {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .iconlist__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .iconlist__content {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.iconlist__icon {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .iconlist__icon {
    margin-bottom: 0;
    justify-self: flex-start;
  }
}
.iconlist__icon [class^=icon-], .iconlist__icon [class*=icon-] {
  color: #f0aa00;
  font-size: 40px;
}
@media (min-width: 768px) {
  .iconlist__icon [class^=icon-], .iconlist__icon [class*=icon-] {
    font-size: 30px;
    justify-self: flex-start;
    align-self: center;
  }
}
.iconlist__heading {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iconlist__heading {
    align-self: center;
    margin-bottom: 0;
  }
}
.iconlist__content {
  color: #666;
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .iconlist__heading, .iconlist__content {
    text-align: left;
  }
}

.image-bg-text {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.image-bg-text-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
.image-bg-text-list [class^=col-], .image-bg-text-list [class*=col-] {
  padding: 0 10px;
}
.image-bg-text__background {
  position: relative;
}
.image-bg-text__background::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.image-bg-text__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-bg-text__inner {
  padding: 30px;
}
.image-bg-text__heading {
  color: #f0aa00;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .image-bg-text__heading {
    margin-bottom: 5px;
  }
}
.image-bg-text__desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .image-bg-text__desc {
    font-size: 14px;
    line-height: 1.4;
  }
}

.image-4by3 {
  position: relative;
  overflow: hidden;
}
.image-4by3::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.image-4by3 img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.header-fixed {
  overflow: hidden;
}
body.scroll-fixed {
  overflow: hidden;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.wrap {
  position: relative;
  font-size: 14px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .wrap {
    min-height: 100%;
  }
}

.wrap__inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1230px) {
  .wrap__inner {
    max-width: 960px;
  }
}
@media (min-width: 1230px) {
  .wrap__inner {
    padding: 0 0;
  }
}
@media (min-width: 768px) {
  .wrap__inner--padding-sm {
    padding: 0 40px;
  }
}
.wrap__inner--no-padding {
  padding: 0;
}
.wrap__inner--768 {
  max-width: 768px;
}
@media (min-width: 768px) {
  .wrap__inner--768 {
    padding: 0 15px;
  }
}
.wrap__inner--1000 {
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .wrap__inner--1000 {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .wrap__inner::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
  }
}

.no-padding-top {
  margin: -15px 0 0;
}
@media (min-width: 768px) {
  .no-padding-top {
    margin: -30px 0 0;
  }
}

.header {
  background: #fff;
  height: 44px;
  z-index: 10;
  border-bottom: 2px solid #f0aa00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .header {
    position: relative;
    height: 70px;
    display: flex;
    width: 100%;
    align-items: center;
  }
}
.header::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
}
@media (min-width: 1024px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header__inner::after {
    display: none;
  }
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.header__btn:focus, .header__btn:active {
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .header__btn:hover {
    color: #f0aa00;
  }
}
.header__btn-text {
  display: none;
}
.header__like {
  display: none;
}
@media (min-width: 1024px) {
  .header__like {
    display: block;
    float: right;
  }
}
@media (min-width: 1024px) {
  .header__like .header__btn-icon {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .header__inner-bar {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .header__function {
    z-index: 11;
    position: relative;
  }
}
@media (min-width: 1230px) {
  .header__function {
    right: 0;
  }
}
.header__logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .header__logo {
    position: static;
    transform: translateX(0%);
    float: left;
  }
}

@media (min-width: 1024px) {
  .header-fixed-web .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .header::before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .header__inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
  }
}
@media (min-width: 1230px) {
  .header-fixed-web .header__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1430px) {
  .header-fixed-web .header__inner {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .header__logo {
    width: 100px;
    height: 34px;
    margin: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .header__inner-bar {
    flex-grow: 1;
    padding-left: 30px;
  }
}
@media (min-width: 1230px) {
  .header-fixed-web .header__inner-bar {
    padding-left: 50px;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .nav__item {
    margin-right: 30px;
  }
}
@media (min-width: 1230px) {
  .header-fixed-web .nav__item {
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .header-fixed-web .content:before {
    content: "";
    height: 64px;
  }
}

.content {
  min-height: 50vh;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content {
    min-height: inherit;
    padding: 0 0 290px;
  }
}
.section {
  margin: 0 0 30px;
}
.section:last-child.section--gray {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section--gap-large {
    margin: 0 0 50px;
  }
}
.section--gray {
  padding: 25px 0;
  background: #f4f4f4;
}
@media (min-width: 1024px) {
  .section--gray {
    padding: 35px 0;
  }
}
.section__heading {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .section__heading {
    text-align: center;
  }
}
.section__subheading {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  font-size: 16px;
}
.section__title {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .section--gap-large .section__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.section__text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.section__btn-loadmore {
  margin: 20px 0 0 0;
}
@media (min-width: 1024px) {
  .section__btn-loadmore {
    background: transparent;
    border: none;
    color: #666;
    font-weight: normal;
    width: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
  }
  .section__btn-loadmore:hover {
    background: transparent;
    border: none;
    color: #f09400;
  }
}
.section__btn-loadmore-icon {
  font-size: 20px;
  display: none;
}
@media (min-width: 1024px) {
  .section__btn-loadmore-icon {
    display: inline-block;
    margin: -1px 0 0 5px;
  }
}

.section2 {
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .section-side {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .section-side--gray {
    background: #f4f4f4;
    padding: 16px 14px;
  }
}
@media (min-width: 1024px) {
  .section-side__heading {
    color: #033e7c;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1em;
  }
}

@media (min-width: 1024px) {
  .wrap-content::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
  }
}

.main {
  width: 100%;
}
@media (min-width: 1024px) {
  .main {
    padding-left: calc(200px + 3.5%);
    flex-grow: 1;
  }
}

.sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .sidebar {
    display: block;
    float: left;
    width: 200px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 3;
  }
}

.footer {
  background: #f4f4f4;
}
@media (min-width: 1024px) {
  .footer {
    height: 290px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    padding-top: 35px;
  }
}
.footer__inner {
  padding: 20px;
}
@media (min-width: 1024px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
.footer__copyright {
  text-align: center;
  color: #333;
  font-size: 10px;
  padding: 15px;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .footer__copyright br {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-info-wrap {
    padding: 0;
  }
}
.footer__logolist {
  display: flex;
  align-items: center;
  margin: 0 -17.5px 20px;
}
.footer__logolist-item {
  margin: 0 17.5px;
}
.footer__logolist-logo-moea {
  width: 85px;
}
@media (min-width: 1024px) {
  .footer__logolist-logo-moea {
    width: 99px;
  }
}
.footer__logolist-logo-itri {
  width: 107px;
}
@media (min-width: 1024px) {
  .footer__logolist-logo-itri {
    width: 106px;
  }
}

.contact-box {
  font-size: 12px;
}
.contact-box__title {
  font-weight: bold;
  margin: 0 0 10px;
}

.nav-footer-wrap {
  display: none;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .nav-footer-wrap {
    display: inline-block;
    margin: 0;
  }
}

.nav-menu {
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  .nav-menu {
    display: none;
  }
}

.nav-menulist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.nav-menulist__item {
  margin-bottom: 10px;
  position: relative;
}
.nav-menulist__item:after {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background: #888;
  position: absolute;
  right: 0px;
  top: 0;
}
.nav-menulist__link {
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.contactlist {
  margin: 0 0 15px;
}
.contactlist__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contactlist__item:last-child {
  margin-bottom: 0;
}
.contactlist__field {
  flex-shrink: 0;
  display: flex;
  position: relative;
}
.contactlist__icon {
  font-size: 20px;
  margin-right: 5px;
  color: #888;
}
.contactlist__text {
  display: none;
}
.page-heading {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  margin: 0 -15px 15px;
  position: relative;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-heading {
    margin: 0 -20px 30px;
    height: 60px;
  }
}
.page-heading__title {
  font-size: 18px;
  line-height: 1.333;
  /*24px*/
  text-align: center;
  color: #333;
  font-weight: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.4em;
  min-height: 1.4em;
  line-height: 1.4;
  width: 100%;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .page-heading__title {
    padding: 0 60px;
  }
}
.page-heading__btn-back {
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  color: #333;
}
.page-heading__btn-back:focus, .page-heading__btn-back:active {
  color: #888;
}
@media (min-width: 1024px) {
  .page-heading__btn-back:hover {
    color: #888;
  }
}
@media (min-width: 768px) {
  .page-heading__btn-back {
    width: 60px;
    height: 60px;
  }
}
.page-heading__btn-icon {
  font-size: 22px;
}

.breadcrumb {
  font-size: 0.875em;
  padding: 8px 0;
  margin: 0;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 14px 0;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 18.5px 0;
  }
}
.breadcrumb__item {
  display: inline;
  color: #666;
}
.breadcrumb__item::before {
  content: ">";
  margin: 0 3px;
}
.breadcrumb__item:first-child:before {
  display: none;
}
.breadcrumb__item--current {
  color: #333;
}
.breadcrumb__link {
  color: #666;
  text-decoration: none;
}
.breadcrumb__link:focus, .breadcrumb__link:active {
  color: #333;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .breadcrumb__link:hover {
    color: #333;
    text-decoration: none;
  }
}
.breadcrumb__item--current .breadcrumb__link {
  color: #333;
}
.breadcrumb__icon {
  margin-top: -4px;
  font-size: 22px;
}

.logo {
  overflow: hidden;
  width: 122px;
  height: 25px;
}
@media (min-width: 1024px) {
  .logo {
    width: 157px;
    height: 32px;
  }
}
.logo__link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}
.logo__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

@media (min-width: 1024px) {
  .navbar {
    background: #fff;
  }
}
.nav-wrap__trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.nav-wrap__trigger:focus, .nav-wrap__trigger:active {
  color: #fff;
}
@media (min-width: 1024px) {
  .nav-wrap__trigger:hover {
    color: #fff;
  }
}
.nav-wrap--open .nav-wrap__trigger {
  color: #fff;
}
.nav-wrap--open .nav-wrap__trigger-icon::before {
  content: "";
}
.nav-wrap__dropbox-overlay {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.15s;
}
@media (min-width: 1024px) {
  .nav-wrap__dropbox-overlay {
    position: static;
    overflow: visible;
    transform: none;
    background: none;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
}
.nav-wrap--open .nav-wrap__dropbox-overlay {
  background: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.nav-wrap__dropbox {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 350ms;
  overflow-y: auto;
  z-index: 2;
  overflow-X: hidden;
  background: #ddd;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-101%);
}
.nav-wrap--open .nav-wrap__dropbox {
  z-index: 6;
  transform: translateX(0);
}
.nav-wrap__footer-info {
  padding: 30px 16px;
}
@media (min-width: 1024px) {
  .nav-wrap__footer-info {
    display: none;
  }
}

.nav {
  padding: 0;
  margin: 0;
}
.nav__heading, .nav__link, .nav__sub-heading, .nav__sub-link, .nav__third-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  padding: 0.625em 10px;
  color: inherit;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.nav__heading:focus, .nav__heading:active, .nav__link:focus, .nav__link:active, .nav__sub-heading:focus, .nav__sub-heading:active, .nav__sub-link:focus, .nav__sub-link:active, .nav__third-link:focus, .nav__third-link:active {
  background: #333;
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .nav__heading:hover, .nav__link:hover, .nav__sub-heading:hover, .nav__sub-link:hover, .nav__third-link:hover {
    background: #333;
    color: #f0aa00;
  }
}
.nav__heading, .nav__link {
  transition: background 0.435s ease;
  position: relative;
}
.nav__item--current .nav__heading, .nav__item--current .nav__link {
  background: #333;
  color: #f0aa00;
}
.nav__heading-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .nav__heading-icon {
    display: none;
  }
}
.nav__sub-heading {
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
}
@media (min-width: 1024px) {
  .nav__sub-heading {
    display: none;
  }
}
.nav__sub-heading-icon {
  font-size: 1em;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.nav__sub-nav-wrap {
  transition: transform 0.35s;
  transform: translateX(100%);
  position: absolute;
  overflow: hidden;
  background: #f0aa00;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
}
@media (min-width: 1024px) {
  .nav__sub-nav-wrap {
    display: flex;
    justify-content: space-between;
    background: none;
    transform: none;
    top: auto;
    height: auto;
    max-height: 0;
    top: 100%;
    bottom: auto;
    z-index: -1;
    max-width: 1200px;
    margin: 0 auto;
    visibility: hidden;
    transition: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__sub-nav-wrap {
    width: 100%;
  }
}
.nav__heading--active + .nav__sub-nav-wrap {
  transform: translateX(0);
  overflow: auto;
}
@media (min-width: 1024px) {
  .nav__heading--active + .nav__sub-nav-wrap, .nav__item:hover .nav__sub-nav-wrap {
    overflow: visible;
    height: 373px;
    max-height: 373px;
    padding: 42px;
    visibility: visible;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .nav__sub-nav-wrap::before {
    content: "";
    width: 100vw;
    background: #f4f4f4;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleY(0.65);
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: transform 0.25s, opacity 0.25s;
    transform-origin: top center;
  }
}
@media (min-width: 1024px) {
  .nav__heading--active + .nav__sub-nav-wrap::before, .nav__item:hover .nav__sub-nav-wrap::before {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
  }
}
@media (min-width: 1024px) {
  .nav__sub-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    position: static;
    width: 50%;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
    transform: translateY(10px);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .nav__heading--active + .nav__sub-nav-wrap .nav__sub-nav, .nav__item:hover .nav__sub-nav {
    transform: translateY(0);
    opacity: 1;
  }
}
.nav__sub-item {
  border-bottom: 1px solid rgba(222, 222, 222, 0.3);
}
@media (min-width: 1024px) {
  .nav__sub-item {
    width: 33.333%;
    border: none;
  }
}
.nav__sub-link {
  padding-left: 3.5em;
}
@media (min-width: 1024px) {
  .nav__sub-link {
    padding: 0.5em 1em 0.5em 0;
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .nav__sub-item--current .nav__sub-link {
    color: #e33000;
  }
}

.nav-event {
  display: none;
}
@media (min-width: 1024px) {
  .nav-event {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    transition: transform 0.5s 0.35s, opacity 0.5s 0.35s;
    transform: translateY(10px);
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .nav__heading--active + .nav__sub-nav-wrap .nav-event, .nav__item:hover .nav-event {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .nav-event__item {
    width: 50%;
    max-width: 210px;
    margin-left: 24px;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .nav-event__imgbox {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .nav-event__name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.4em;
    min-height: 3.4em;
    line-height: 1.7;
  }
}
@media (min-width: 1024px) {
  .nav-event__link {
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    text-decoration: none;
  }
}

.tabbars {
  background: url("/bizlion/Content_2020v1/images/bg_tabbars.png") center bottom no-repeat;
  height: calc(50px + constant(safe-area-inset-bottom));
  /* 兼容 iOS < 11.2 */
  /*height: calc(50px + env(safe-area-inset-bottom)); 兼容 iOS >= 11.2 */
  padding: 14px 20px 6px;
  position: fixed;
  display: flex;
  align-items: flex-start;
  width: 100%;
  bottom: 0;
  margin: 0 -15px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .tabbars {
    position: static;
    margin: 0 10px 0 0;
    box-shadow: none;
    width: auto;
    padding: 0;
    background: none;
  }
}
.tabbars--normal {
  background: #fff;
  padding: 6px 20px 6px;
}
@media (min-width: 1024px) {
  .tabbars--normal {
    background: transparent;
  }
}
.tabbars__list {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .tabbars__list {
    align-items: center;
  }
}
.tabbars__item {
  width: 100%;
}
@media (min-width: 1024px) {
  .tabbars__item {
    position: relative;
    width: auto;
  }
}
.tabbars__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tabbars__link {
    padding: 26px 20px;
  }
}
.tabbars__link:focus, .tabbars__link:active {
  color: #f09400;
}
@media (min-width: 1024px) {
  .tabbars__link:hover {
    color: #f09400;
  }
}
.tabbars__item--current .tabbars__link {
  color: #f09400;
}
@media (min-width: 1024px) {
  .tabbars__item:last-child .tabbars__link {
    display: none;
  }
}
.tabbars__icon {
  margin: 0 0 5px;
  font-size: 22px;
}
.tabbars__item--main .tabbars__icon {
  font-size: 28px;
}
@media (min-width: 1024px) {
  .tabbars__icon {
    font-size: 24px;
    display: none;
  }
}
.tabbars__title {
  font-size: 10px;
}
@media (min-width: 1024px) {
  .tabbars__title {
    font-size: 16px;
  }
}

.search__trigger {
  display: block;
  top: 0;
  left: 43px;
  z-index: 1;
  opacity: 1;
  position: absolute;
  transform: translateX(0);
  display: none;
}
.search__trigger:focus, .search__trigger:active {
  background: #f0aa00;
  color: #fff;
}
@media (min-width: 1024px) {
  .search__trigger:hover {
    background: #f0aa00;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .search__trigger {
    position: static;
    height: 34px;
    width: 34px;
    background: #f4f4f4;
    color: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.search--open .search__trigger {
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .search--open .search__trigger {
    background: none;
  }
}
.search__dropbox {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #fff;
  transform: translateY(101%);
  transition: transform 350ms;
  padding: 60px 15px 15px;
}
@media (min-width: 1024px) {
  .search__dropbox {
    transform: translateY(-101%);
    bottom: initial;
    top: 0;
    height: auto;
    padding: 20px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.search--open .search__dropbox {
  transform: translateY(0%);
}
@media (min-width: 1024px) {
  .search:hover .search__dropbox {
    opacity: 1;
    visibility: visible;
  }
}
.search__dropbox-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #999;
  background: #f4f4f4;
  border-radius: 50%;
}
.search__dropbox-btn-close:focus, .search__dropbox-btn-close:active {
  background: #f0aa00;
  color: #333;
}
@media (min-width: 1024px) {
  .search__dropbox-btn-close:hover {
    background: #f0aa00;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .search__dropbox-btn-close {
    right: 12px;
    top: 12px;
  }
}
.search__dropbox-btn-close-icon {
  text-decoration: none;
  transition: background 0.3s;
  font-size: 20px;
}
.search__form-wrap {
  overflow: hidden;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .search__form-wrap {
    max-width: 900px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 1230px) {
  .search__form-wrap {
    max-width: 1040px;
  }
}
.search__close {
  display: block;
  color: #fff;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  line-height: 44px;
  text-align: center;
  z-index: 1;
  display: none;
}
.search__form {
  overflow: hidden;
  position: relative;
}
.search__pre-icon {
  position: absolute;
  left: 0;
  color: #f0aa00;
  top: 50%;
  transform: translateY(-50%);
}
.search__input {
  background: #fff;
  padding: 4px 8px 4px 30px;
  width: 100%;
  font-size: 16px;
  border: none;
  height: 42px;
  border: none;
  border-bottom: 1px solid #f0aa00;
  background-repeat: no-repeat;
  background-position: center;
}
.search__input:focus {
  box-shadow: none;
  border-color: #333;
}
.search__input::-webkit-search-decoration, .search__input::-webkit-search-cancel-button, .search__input::-webkit-search-results-button, .search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  display: none;
}
.search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 1024px) {
  .search__input {
    height: 36px;
  }
}
.search__btn-clear, .search__btn-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .search__btn-clear, .search__btn-search {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.search__btn-clear {
  background: none;
  display: none;
  right: 40px;
  text-align: right;
}
@media (min-width: 1024px) {
  .search__btn-clear {
    right: 36px;
  }
}
.search__btn-clear--active {
  display: inline-block;
}
.search__icon-clear {
  font-size: 16px;
  margin: -2px 0 0;
  color: #666;
}
.search__btn-search {
  background: transparent;
  right: 0;
}
.search__btn-search:disabled {
  background: transparent;
  color: #ddd;
}
.search__btn-search:active {
  color: #f0aa00;
}
.search__btn-search-text {
  display: block;
  display: none;
}
.search__text {
  display: none;
}

@media (min-width: 1024px) {
  .keyword {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (min-width: 1230px) {
  .keyword {
    max-width: 1040px;
  }
}
.keyword__title {
  margin-bottom: 15px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.list-keyword {
  margin: -7px -6px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.list-keyword__item {
  margin: 7px 6px;
}
.list-keyword__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 10px 14px;
  text-decoration: none;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
}
.list-keyword__link:focus, .list-keyword__link:active {
  background: #ddd;
  color: #666;
}
@media (min-width: 1024px) {
  .list-keyword__link:hover {
    background: #ddd;
    color: #666;
  }
}

@media (min-width: 768px) {
  .notice {
    float: right;
  }
}
.notice__trigger {
  float: right;
  position: absolute;
  right: 5px;
  text-decoration: none;
}
.notice--open .notice__trigger {
  color: #fff;
}
.notice__trigger:focus, .notice__trigger:active {
  color: #fff;
}
@media (min-width: 1024px) {
  .notice__trigger:hover {
    color: #fff;
  }
}
.notice__icon-trigger {
  vertical-align: middle;
}
.notice__text {
  display: none;
}
.notice__count {
  background: #e33000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: none;
  width: 7px;
  height: 7px;
  transform: translate(9px, -9px);
  position: absolute;
  right: 20px;
  z-index: 1;
}
.notice--active .notice__count {
  display: block;
}
.notice__dropbox {
  display: none;
}
.notice__list {
  font-size: 14px;
}
.notice__list-item {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.notice__list-name {
  display: block;
  text-decoration: none;
  margin-bottom: 0.6em;
}
.notice__list-offer-text, .notice__list-qty-text {
  margin-right: 10px;
}
.notice__list-btn-del {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  text-align: right;
}
.notice__list-del-icon {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .notice--empty .notice__dropbox-empty {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
    color: #f0aa00;
  }
}
@media (min-width: 1024px) {
  .notice--empty .notice__dropbox-full {
    display: none;
  }
}

.login__trigger {
  text-align: center;
  top: 0;
  z-index: 1;
  float: right;
  margin-right: -15px;
  display: none;
}
@media (min-width: 1024px) {
  .login__trigger {
    float: none;
    margin-right: 0;
  }
}
.login--open .login__trigger, .login__trigger:acitve {
  color: #f0aa00;
}
.login--logined .login__trigger {
  display: none;
}
.login__trigger-icon {
  display: none;
}
@media (min-width: 1024px) {
  .login__trigger-icon {
    margin-right: 10px;
    display: flex;
  }
}
.login__user {
  display: none;
}

.login__member {
  display: none;
}
@media (min-width: 1024px) {
  .login__member {
    position: relative;
  }
}
.login__member-trigger {
  text-align: center;
  top: 0;
  z-index: 1;
  float: right;
  margin-right: -15px;
  position: relative;
}
@media (min-width: 1024px) {
  .login__member-trigger {
    margin-right: 0;
  }
}
.login--open .login__member-trigger {
  background: #f4f4f4;
  color: #f0aa00;
}
.login__member-trigger-icon {
  display: none;
}
@media (min-width: 1024px) {
  .login__member-trigger-icon {
    margin-right: 10px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .login--logined .login__member-text {
    display: none;
  }
}
.login__member-welcome {
  display: none;
}
@media (min-width: 1024px) {
  .login__member-welcome {
    display: flex;
  }
}
.login__member-name {
  margin-right: 5px;
}
.login__member-msg {
  margin-left: 3px;
}
@media (min-width: 1024px) {
  .login__member-msg {
    margin-left: 5px;
  }
}
.login__member-collapse-icon {
  font-size: 16px;
  display: none;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .login__member-collapse-icon {
    display: block;
    margin-left: 5px;
  }
  .login--open .login__member-collapse-icon {
    transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  }
}
.login__member-dropbox {
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #333;
  transform: translateY(101%);
  transition: transform 350ms;
  padding-top: 60px;
}
.login--open .login__member-dropbox {
  transform: translateY(0%);
}
@media (min-width: 1024px) {
  .login__member-dropbox {
    transform: translateY(0%);
    transition: max-height 0.5s ease-in-out;
    padding-top: 0;
    position: absolute;
    top: 0;
    right: initial;
    bottom: initial;
    left: 0;
    width: 160px;
    height: auto;
  }
}
.login__member-dropbox-btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #999;
  background: #f4f4f4;
  border-radius: 50%;
}
.login__member-dropbox-btn-close:focus, .login__member-dropbox-btn-close:active {
  background: #f0aa00;
  color: #333;
}
@media (min-width: 1024px) {
  .login__member-dropbox-btn-close:hover {
    background: #f0aa00;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .login__member-dropbox-btn-close {
    display: none;
  }
}
.login__member-dropbox-btn-close-icon {
  text-decoration: none;
  transition: background 0.3s;
  font-size: 20px;
}
.login--logined .login__member {
  display: block;
}

.nav-user {
  padding: 0;
  list-style: none;
  margin: 0;
}

.nav-member {
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .nav-member {
    text-align: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .tabbars__item:hover .nav-member {
    max-height: 1000px;
  }
}
.nav-member__item:first-child {
  padding-top: 10px;
}
.nav-member__item:last-child {
  padding-bottom: 10px;
}
.nav-member__link, .nav-member__text {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
}
.nav-member__item-welcome .nav-member__link, .nav-member__item-welcome .nav-member__text {
  background: #f4f4f4;
  color: #333;
}
.nav-member__link:focus, .nav-member__link:active, .nav-member__text:focus, .nav-member__text:active {
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .nav-member__link:hover, .nav-member__text:hover {
    color: #f0aa00;
  }
}
@media (min-width: 1024px) {
  .nav-member__link, .nav-member__text {
    padding: 12px 20px;
    justify-content: flex-start;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .nav-member__item-welcome {
    display: none;
  }
}
.nav-member__msg {
  margin-left: 5px;
}
.nav-member__phone-verify {
  position: absolute;
}

.nav-footer {
  padding: 0;
}
@media (min-width: 768px) {
  .nav-footer {
    display: flex;
    justify-content: space-around;
  }
}
.nav-footer__item {
  text-align: left;
  border-top: 1px solid rgba(222, 222, 222, 0.3);
}
@media (min-width: 768px) {
  .nav-footer__item {
    border: none;
  }
}
@media (min-width: 1024px) {
  .nav-footer__item {
    width: 160px;
  }
}
.nav-footer__heading {
  padding: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.nav-footer__heading-icon {
  transition: transform 0.25s ease-in-out;
  float: right;
  font-size: 20px;
  color: #bbb;
}
@media (min-width: 768px) {
  .nav-footer__heading-icon {
    display: none;
  }
}
.nav-footer__heading--open .nav-footer__heading-icon {
  transform: rotate(-180deg);
}
.nav-footer__sub-nav {
  padding: 0;
  margin: -15px 0 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .nav-footer__sub-item {
    margin: 15px 0;
  }
}
.nav-footer__sub-link {
  display: block;
  line-height: 1.25;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .nav-footer__sub-link {
    display: inline-block;
    transition: color 0.25s ease;
  }
}

.footer-info {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer-info {
    align-items: stretch;
    justify-content: center;
  }
}
.footer-info a {
  color: inherit;
}
.footer-info__logobox {
  width: 80px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .footer-info__logobox {
    width: 95px;
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  .footer-info__logobox {
    padding-right: 42px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer-info__logo {
    max-width: 90px;
  }
}
@media (min-width: 1024px) {
  .footer-info__logo {
    max-width: 123px;
  }
}
.footer-info__infobox {
  flex: 1;
}
@media (min-width: 768px) {
  .footer-info__infobox {
    width: 70%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 auto;
  }
}
.footer-info__info {
  line-height: 1.8;
  font-size: 14px;
}
.footer-info__info-tel {
  text-decoration: none;
}

.nav-side-wrap {
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .nav-side-wrap {
    border: 1px solid #ddd;
    padding: 12px;
  }
}
.nav-side-wrap__heading {
  display: none;
}
@media (min-width: 1024px) {
  .nav-side-wrap__heading {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 13px;
  }
}
.nav-side-wrap__trigger {
  border: 1px solid #f0aa00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
  max-height: 44px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nav-side-wrap__trigger {
    display: none;
  }
}
.nav-side-wrap__trigger-icon {
  font-size: 18px;
  transition: transform 0.25s;
}
.nav-side-wrap--open .nav-side-wrap__trigger-icon {
  transform: rotate(-180deg);
}

.nav-side {
  max-height: 0;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-5px);
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.25s;
}
@media (min-width: 1024px) {
  .nav-side {
    margin: 0;
    list-style: none;
    max-height: none;
    transform: none;
    background: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    padding: 0 10px;
    border: none;
  }
}
.nav-side-wrap--open .nav-side {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .nav-side-wrap--open .nav-side {
    max-height: none;
  }
}
.nav-side__item {
  display: block;
  margin: 0 15px;
  padding: 6px 0;
  border-bottom: #ddd 1px solid;
  border-radius: 0;
  opacity: 0.2;
  transition: opacity 0.5s 0.1s;
}
@media (min-width: 1024px) {
  .nav-side__item {
    margin: 0;
    border: none;
    opacity: 1;
    transition: none;
    padding: 13px 0;
    position: relative;
  }
}
.nav-side__item--current {
  color: #f09400;
}
.nav-side-wrap--open .nav-side__item {
  opacity: 1;
}
.nav-side__item:last-of-type {
  border: none;
}
.nav-side__link {
  display: block;
  text-decoration: none;
  padding: 13px 0;
  font-size: 16px;
  color: #333;
}
@media (min-width: 1024px) {
  .nav-side__link {
    display: inline;
    text-align: left;
    padding: 2px 0;
  }
}
.nav-side__item--current .nav-side__link {
  color: #f09400;
}
@media (min-width: 1024px) {
  .nav-side__phone-verify {
    position: absolute;
  }
}

.social-media {
  margin: 0 0 15px;
}
.social-media__heading {
  display: none;
}

.list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .list-icon {
    justify-content: flex-start;
    margin: 0 -10px;
  }
}
.list-icon__item {
  margin: 0 10px;
}
.list-icon__link {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #888;
}
.list-icon__link:focus, .list-icon__link:active {
  color: #666;
}
@media (min-width: 1024px) {
  .list-icon__link:hover {
    color: #666;
  }
}
.list-icon__iconbox {
  border-radius: 50%;
  margin-bottom: 10px;
  width: 44px;
  height: 44px;
  background: #888;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.35s color cubic-bezier(0.165, 0.84, 0.44, 1);
}
.list-icon__link .list-icon__iconbox:focus, .list-icon__link .list-icon__iconbox:active {
  background: #f0aa00;
}
@media (min-width: 1024px) {
  .list-icon__link .list-icon__iconbox:hover {
    background: #f0aa00;
  }
}
.list-icon__icon {
  font-size: 38px;
}
.list-icon__icon.icon-facebook {
  font-size: 41px;
  margin-bottom: -10px;
}
.list-icon__title {
  color: #888;
  font-weight: normal;
}

.header2 {
  background: #f89900;
  height: 44px;
  z-index: 10;
}
.header2::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
}
.header2__inner {
  padding: 0 15px;
}
.header2__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  min-width: 44px;
  text-decoration: none;
  color: #fff;
}
.header2__btn:focus, .header2__btn:active {
  color: #f89900;
}
@media (min-width: 1024px) {
  .header2__btn:hover {
    color: #f89900;
  }
}
.header2__btn-text {
  display: none;
}
.header2__like {
  display: none;
}
@media (min-width: 1024px) {
  .header2__like {
    display: block;
    float: right;
  }
}
@media (min-width: 1024px) {
  .header2__like .header2__btn-icon {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .header2__function {
    z-index: 11;
    position: relative;
  }
}
@media (min-width: 1230px) {
  .header2__function {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .header2__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.logo2 {
  position: absolute;
  overflow: hidden;
  width: 70px;
  height: 25px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.logo2__link {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
}
.logo2__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.content2 {
  min-height: 50vh;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content2 {
    min-height: inherit;
    padding: 0;
  }
}
.footer2 a {
  color: inherit;
}
.footer2 a:focus, .footer2 a:active {
  color: #888;
}
@media (min-width: 1024px) {
  .footer2 a:hover {
    color: #888;
  }
}
@media (min-width: 768px) {
  .footer2__inner {
    display: flex;
    flex: 1;
    width: 100%;
  }
}
.footer2__copyright {
  text-align: center;
  color: #888;
  font-size: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .footer2__copyright br {
    display: none;
  }
}

.tabbars2 {
  background: #fff;
  height: calc(50px + constant(safe-area-inset-bottom));
  /* 兼容 iOS < 11.2 */
  height: calc(50px + env(safe-area-inset-bottom));
  /* 兼容 iOS >= 11.2 */
  padding: 6px 20px;
  position: fixed;
  display: flex;
  align-items: flex-start;
  width: 100%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .tabbars2 {
    height: calc(54px + constant(safe-area-inset-bottom));
    /* 兼容 iOS < 11.2 */
    height: calc(54px + env(safe-area-inset-bottom));
    /* 兼容 iOS >= 11.2 */
    padding: 6px 50px;
  }
}
.tabbars2__list {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.tabbars2__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #777;
  text-decoration: none;
}
.tabbars2__link:focus, .tabbars2__link:active {
  color: #f89900;
}
@media (min-width: 1024px) {
  .tabbars2__link:hover {
    color: #f89900;
  }
}
.tabbars__item--current .tabbars2__link {
  color: #f89900;
}
.tabbars2__icon {
  margin: 0 0 5px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .tabbars2__icon {
    font-size: 24px;
  }
}
.tabbars2__title {
  font-size: 10px;
}
@media (min-width: 768px) {
  .tabbars2__title {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .navbar2 {
    background: #fff;
  }
}
.nav-wrap2__trigger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.nav-wrap2__trigger:focus, .nav-wrap2__trigger:active {
  color: #fff;
}
@media (min-width: 1024px) {
  .nav-wrap2__trigger:hover {
    color: #fff;
  }
}
.nav-wrap2--open .nav-wrap2__trigger {
  color: #fff;
}
.nav-wrap2--open .nav-wrap2__trigger-icon::before {
  content: "";
}
.nav-wrap2__dropbox-overlay {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background 0.15s;
}
@media (min-width: 1024px) {
  .nav-wrap2__dropbox-overlay {
    position: static;
    overflow: visible;
    transform: none;
    background: none;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
}
.nav-wrap2--open .nav-wrap2__dropbox-overlay {
  background: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.nav-wrap2__dropbox {
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 350ms;
  overflow-y: auto;
  z-index: 2;
  overflow-X: hidden;
  background: #ddd;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-101%);
}
.nav-wrap2--open .nav-wrap2__dropbox {
  z-index: 6;
  transform: translateX(0);
}
.nav-wrap2__footer-info {
  padding: 30px 16px;
}
@media (min-width: 1024px) {
  .nav-wrap2__footer-info {
    display: none;
  }
}

.nav2 {
  padding: 0;
  margin: 0;
}
.nav2__heading, .nav2__link, .nav2__sub-heading, .nav2__sub-link, .nav2__third-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  padding: 0.625em 10px;
  color: inherit;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.nav2__heading:focus, .nav2__heading:active, .nav2__link:focus, .nav2__link:active, .nav2__sub-heading:focus, .nav2__sub-heading:active, .nav2__sub-link:focus, .nav2__sub-link:active, .nav2__third-link:focus, .nav2__third-link:active {
  background: #333;
  color: #f0aa00;
}
@media (min-width: 1024px) {
  .nav2__heading:hover, .nav2__link:hover, .nav2__sub-heading:hover, .nav2__sub-link:hover, .nav2__third-link:hover {
    background: #333;
    color: #f0aa00;
  }
}
.nav2__heading, .nav2__link {
  transition: background 0.435s ease;
  position: relative;
}
.nav__item--current .nav2__heading, .nav__item--current .nav2__link {
  background: #333;
  color: #f0aa00;
}
.nav2__heading-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  letter-spacing: normal;
}
@media (min-width: 1024px) {
  .nav2__heading-icon {
    display: none;
  }
}

@media (min-width: 768px) {
  .notice2 {
    float: right;
  }
}
.notice2__trigger {
  float: right;
  position: absolute;
  right: 5px;
  text-decoration: none;
}
.notice2--open .notice2__trigger {
  color: #fff;
}
.notice2__trigger:focus, .notice2__trigger:active {
  color: #fff;
}
@media (min-width: 1024px) {
  .notice2__trigger:hover {
    color: #fff;
  }
}
.notice2__icon-trigger {
  vertical-align: middle;
}
.notice2__text {
  display: none;
}
.notice2__count {
  background: #e33000;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  display: none;
  width: 7px;
  height: 7px;
  transform: translate(9px, -9px);
  position: absolute;
  right: 20px;
  z-index: 1;
}
.notice2--active .notice2__count {
  display: block;
}

@media (min-width: 1024px) {
  .notice--empty .notice__dropbox-empty {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
    color: #f0aa00;
  }
}
@media (min-width: 1024px) {
  .notice--empty .notice__dropbox-full {
    display: none;
  }
}

.nav-side-wrap {
  position: relative;
  margin: 0;
}
@media (min-width: 1024px) {
  .nav-side-wrap {
    border: 1px solid #ddd;
    padding: 12px;
  }
}
.nav-side-wrap__heading {
  display: none;
}
@media (min-width: 1024px) {
  .nav-side-wrap__heading {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 13px;
  }
}
.nav-side-wrap__trigger {
  border: 1px solid #f0aa00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding: 15px;
  max-height: 44px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nav-side-wrap__trigger {
    display: none;
  }
}
.nav-side-wrap__trigger-icon {
  font-size: 18px;
  transition: transform 0.25s;
}
.nav-side-wrap--open .nav-side-wrap__trigger-icon {
  transform: rotate(-180deg);
}

.nav-side {
  max-height: 0;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-top: none;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(-5px);
  opacity: 0.5;
  transition: transform 0.3s, opacity 0.25s;
}
@media (min-width: 1024px) {
  .nav-side {
    margin: 0;
    list-style: none;
    max-height: none;
    transform: none;
    background: none;
    box-shadow: none;
    position: static;
    opacity: 1;
    padding: 0 10px;
    border: none;
  }
}
.nav-side-wrap--open .nav-side {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .nav-side-wrap--open .nav-side {
    max-height: none;
  }
}
.nav-side__item {
  display: block;
  margin: 0 15px;
  padding: 6px 0;
  border-bottom: #ddd 1px solid;
  border-radius: 0;
  opacity: 0.2;
  transition: opacity 0.5s 0.1s;
}
@media (min-width: 1024px) {
  .nav-side__item {
    margin: 0;
    border: none;
    opacity: 1;
    transition: none;
    padding: 13px 0;
    position: relative;
  }
}
.nav-side__item--current {
  color: #f09400;
}
.nav-side-wrap--open .nav-side__item {
  opacity: 1;
}
.nav-side__item:last-of-type {
  border: none;
}
.nav-side__link {
  display: block;
  text-decoration: none;
  padding: 13px 0;
  font-size: 16px;
  color: #333;
}
@media (min-width: 1024px) {
  .nav-side__link {
    display: inline;
    text-align: left;
    padding: 2px 0;
  }
}
.nav-side__item--current .nav-side__link {
  color: #f09400;
}
@media (min-width: 1024px) {
  .nav-side__phone-verify {
    position: absolute;
  }
}

/*iconfont*/
@font-face {
	font-family: 'icomoon_2';
	src: url('/bizlion/Content_2020v1/fonts/icomoon_2.eot?t=20180427v1');
	src: url('/bizlion/Content_2020v1/fonts/icomoon_2.eot?t=20180427v1') format('embedded-opentype'),
	url('/bizlion/Content_2020v1/fonts/icomoon_2.ttf?t=20180427v1') format('truetype'),
	url('/bizlion/Content_2020v1/fonts/icomoon_2.woff?t=20180427v1') format('woff'),
	url('/bizlion/Content_2020v1/fonts/icomoon_2.svg?t=20180427v1') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon2-"], [class*=" icon2-"] {
	 /*use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon_2' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	/*i元素-目前專給icon使用*/
	position: relative;
	pointer-events: none;
}

.icon2-email:before {
  content: "\e91a";
}

/* .icon-nav:before { */
  /* content: "\e900"; */
/* } */
/* .icon-youtube:before { */
  /* content: "\e901"; */
/* } */
/* .icon-instagram:before { */
  /* content: "\e902"; */
/* } */
/* .icon-user:before { */
  /* content: "\e903"; */
/* } */
/* .icon-facebook:before { */
  /* content: "\e904"; */
/* } */
/* .icon-gotop:before { */
  /* content: "\e905"; */
/* } */
/* .icon-cart:before { */
  /* content: "\e906"; */
/* } */
/* .icon-search:before { */
  /* content: "\e907"; */
/* } */
/* .icon-arrow_up:before { */
  /* content: "\e908"; */
/* } */
/* .icon-arrow_down:before { */
  /* content: "\e909"; */
/* } */
/* .icon-arrow_right:before { */
  /* content: "\e90a"; */
/* } */
/* .icon-arrow_left:before { */
  /* content: "\e90b"; */
/* } */
/* .icon-close:before { */
  /* content: "\e90c"; */
/* } */
/* .icon-subtract:before { */
  /* content: "\e90d"; */
/* } */
/* .icon-plus:before { */
  /* content: "\e90e"; */
/* } */
/* .icon-none:before { */
  /* content: "\e90f"; */
/* } */
/* .icon-check:before { */
  /* content: "\e910"; */
/* } */
/* .icon-arrow_right_circle:before { */
  /* content: "\e911"; */
/* } */
/* .icon-plus_circle:before { */
  /* content: "\e912"; */
/* } */
/* .icon-check_circle:before { */
  /* content: "\e913"; */
/* } */
/* .icon-facebook2:before { */
  /* content: "\e914"; */
/* } */
/* .icon-warning:before { */
  /* content: "\e915"; */
/* } */
/* .icon-google_plus:before { */
  /* content: "\e916"; */
/* } */
/* .icon-del_circle:before { */
  /* content: "\e917"; */
/* } */
/* .icon-del:before { */
  /* content: "\e918"; */
/* } */
/* .icon-arrow_down_circle:before { */
  /* content: "\e919"; */
/* } */
/* .icon-member:before { */
  /* content: "\e91b"; */
/* } */
/* .icon-facebook_circle:before { */
  /* content: "\e91c"; */
/* } */
/* .icon-google_plus_circle:before { */
  /* content: "\e91d"; */
/* } */
/* .icon-view:before { */
  /* content: "\e91e"; */
/* } */
/* .icon-time:before { */
  /* content: "\e91f"; */
/* } */
/* .icon-play:before { */
  /* content: "\e920"; */
/* } */
/* .icon-gift:before { */
  /* content: "\e921"; */
/* } */
/* .icon-map:before { */
  /* content: "\e922"; */
/* } */
/* .icon-zoomin:before { */
  /* content: "\e923"; */
/* } */
/* .icon-faq:before { */
  /* content: "\e924"; */
/* } */
/* .icon-refresh:before { */
  /* content: "\e925"; */
/* } */
/* .icon-like:before { */
  /* content: "\e926"; */
/* } */
/* .icon-liked:before { */
  /* content: "\e927"; */
/* } */
/* .icon-phone:before { */
  /* content: "\e928"; */
/* } */
/* .icon-line:before { */
  /* content: "\e929"; */
/* } */
/* .icon-share:before { */
  /* content: "\e92a"; */
/* } */
