@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2022 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Grnet $
 * $Date: 2022/07 $ 
 * */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --gap: 25px;
  --gap-item: 12px;
  --gap-vertical: 90px;
  --gap-table-column: max(1.5vw, 30px);
  --w-container: calc(1340px + var(--gap) * 2);
  --w-container-sm: calc(1100px + var(--gap) * 2);
  --w-container-lg: calc(1700px + var(--gap) * 2);
  --h-header: 98px;
  --h-input: 50px;
  --h-btn: 60px;
  --h-pager: 45px;
  /* 顏色-漸層start */
  --product-color1: #639b1b;
  /* 顏色-漸層end */
  --product-color2: #81dfb3;
  /* 顏色-淡底色 */
  --color-main: #639b1c;
  --color-main-hover: #77bd1f;
  --color-secondary: #285cba;
  --color-secondary-hover: #3591d8;
  --plyr-control-spacing: 25px;
  --plyr-color-main: #639b1c;
  --fz-def: 16px;
  --fz-kanban: min(3.6vw, 4.375rem);
  --fz-kanban-sub: max(1.35vw, 1.375rem);
  --fz-subhead: 1.875rem;
  --fz-p-kanban: max(3.125vw, 3.75rem);
  --fz-p-kanban-sub: 1.25rem;
  --fz-listname: 1.25rem;
  --fz-listname-sm: 1.0625rem;
  --fz-summary: 0.9375rem;
  --fz-h1: 1.875rem;
  --fz-h2: 1.625rem;
  --fz-h3: 1.4125rem;
  --fz-h4: 1.375rem;
  --fz-h5: 1.25rem;
  --fz-h6: 1.125rem;
}

@media (max-width: 1499px) {
  :root {
    --gap-vertical: 70px;
  }
}
@media (max-width: 1299px) {
  :root {
    --gap-vertical: 60px;
    --h-header: 80px;
    --h-btn: 50px;
  }
}
@media (max-width: 1099px) {
  :root {
    --gap-item: 10px;
    --gap-table-column: max(1.5vw, 15px);
    --fz-kanban: 2.25rem;
    --fz-kanban-sub: 1.25rem;
    --fz-subhead: 1.625rem;
    --fz-p-kanban: max(4.5vw, 2.25rem);
    --fz-p-kanban-sub: 1.125rem;
    --fz-listname: 1.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --gap-vertical: 40px;
    --h-header: 65px;
    --h-input: 45px;
    --h-btn: 45px;
    --fz-listname: 1.0625rem;
    --fz-subhead: 1.5rem;
    --fz-h1: 1.625rem;
    --fz-h2: 1.5rem;
    --fz-h3: 1.375rem;
    --fz-h4: 1.25rem;
    --fz-h5: 1.125rem;
    --fz-h6: 1.0625rem;
  }
}
@media (max-width: 549px) {
  :root {
    --gap-vertical: 32px;
    --gap-item: 8px;
    --fz-kanban: 1.875rem;
    --fz-kanban-sub: 1.125rem;
  }
}
@media (max-width: 499px) {
  :root {
    --fz-kanban: 1.4125rem;
    --fz-kanban-sub: 1.0625rem;
    --fz-subhead: 1.375rem;
  }
}
/*
 * Mixin
 */
/*!
 * * 保留BS v3隱藏/顯示的樣式 https://getbootstrap.com/docs/3.4/customize/
 * * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * * Copyright 2011-2019 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role=button] {
  cursor: pointer;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

/*
 * Reset
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

button,
button:visited,
button:hover,
button:focus,
button:active {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

a[accesskey] {
  color: transparent !important;
  position: absolute !important;
  top: 0;
  left: 0;
  font-size: 0;
}

img,
a img {
  border: none;
  max-width: 100%;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

video, embed, iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

section,
article,
aside,
footer,
header,
nav,
main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset,
ul.reset,
li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input:not([type=button]),
input:not([type=submit]),
input:not([type=reset]) {
  font-size: 16px !important;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 0.625em;
  width: 0.625em;
  margin-right: -8px;
  margin-left: 3px;
  opacity: 0;
  pointer-events: none;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23888' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm101.8-262.2L295.6 256l62.2 62.2c4.7 4.7 4.7 12.3 0 17l-22.6 22.6c-4.7 4.7-12.3 4.7-17 0L256 295.6l-62.2 62.2c-4.7 4.7-12.3 4.7-17 0l-22.6-22.6c-4.7-4.7-4.7-12.3 0-17l62.2-62.2-62.2-62.2c-4.7-4.7-4.7-12.3 0-17l22.6-22.6c4.7-4.7 12.3-4.7 17 0l62.2 62.2 62.2-62.2c4.7-4.7 12.3-4.7 17 0l22.6 22.6c4.7 4.7 4.7 12.3 0 17z' /%3E%3C/svg%3E");
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

\::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}

\::-moz-placeholder {
  color: #888;
  font-size: 16px;
}

\:-ms-input-placeholder,
:-moz-placeholder {
  color: #888;
  font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit;
}

::-moz-selection {
  background: var(--product-color1);
  color: #fff;
}

::selection {
  background: var(--product-color1);
  color: #fff;
}

::-moz-selection {
  background: var(--product-color1);
  color: #fff;
}

hr {
  display: block;
  background: none;
  height: 1px;
  width: 100%;
  margin: calc(var(--gap) * 1.5) auto;
  border: none;
  border-top: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}

@media (max-width: 639px) {
  hr {
    margin: var(--gap) auto;
  }
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  color: #222;
  background: #fff;
  font-size: var(--fz-def);
  line-height: 2.12;
  word-wrap: break-word;
}

.c-scrollbar {
  z-index: 150;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
      -ms-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ==========
 * Layout
 * ========== */
/*
 * Footer Function
 */
.f-funcs {
  position: fixed;
  z-index: 501;
  bottom: var(--h-btn);
  right: var(--h-btn);
  width: var(--h-btn);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-func-link {
  position: relative;
  display: block;
  cursor: pointer;
  min-width: var(--h-btn);
  height: var(--h-btn);
  border-radius: var(--h-btn);
  line-height: var(--h-btn);
  padding: 0 12px 0 calc(var(--h-btn) - 12px);
  text-align: center;
  color: #fff;
  margin: 6px 0 0;
  white-space: nowrap;
  -webkit-transition: padding 0.45s cubic-bezier(0.32, 0.52, 0.67, 0.89);
  transition: padding 0.45s cubic-bezier(0.32, 0.52, 0.67, 0.89);
}
.f-func-link.prod {
  display: none;
}
.f-func-link .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-10%, -10%);
      -ms-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
  border-radius: 50px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: crimson;
  color: #fff;
  font-style: normal;
  white-space: nowrap;
  font-size: 13px;
}
.f-func-link > span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 0;
  font-size: 0.875rem;
  -webkit-transition: width 0.45s;
  transition: width 0.45s;
}
.f-func-link::before {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: var(--h-btn);
  height: var(--h-btn);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.f-func-link.gotop {
  background-color: #787878;
  display: none;
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
}
.f-func-link.gotop::before {
  display: none;
}
.f-func-link.iq {
  background-color: var(--color-secondary);
}
.f-func-link.iq::before {
  background-image: url(../images/icon_inquiry.svg);
}
.f-func-link.search {
  background-color: var(--color-main);
}
.f-func-link.search::before {
  background-image: url(../images/icon_finder.svg);
}
.f-func-link.prod::before {
  background-image: url(../images/icon_prod.svg);
}
.f-func-link:active {
  color: #fff;
}
.f-func-link:active > span {
  width: 65px;
}
.f-func-link:active.gotop {
  background-color: #333;
}
.f-func-link:active.iq {
  background-color: var(--color-secondary-hover);
}
.f-func-link:active.search {
  background-color: var(--color-main-hover);
}
.f-func-link:hover {
  color: #fff;
}
.f-func-link:hover > span {
  width: 65px;
}
.f-func-link:hover.gotop {
  background-color: #333;
}
.f-func-link.is-open {
  color: #fff;
}
.f-func-link.is-open > span {
  width: 65px;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  position: fixed;
  z-index: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.header .container {
  height: var(--h-header);
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
}
.header::before {
  content: "";
  display: block;
  height: 180%;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0);
  /* Vertical gradient */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0));
}

.logo, .nav-logo {
  display: block;
  position: absolute;
  top: 53%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: var(--gap);
  width: 145px;
}
.logo::before, .nav-logo::before {
  content: "";
  display: block;
  padding-bottom: 36%;
}
.logo-img, .nav-logo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 28.57%;
  height: 100%;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.logo-img svg, .nav-logo-img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.logo-img::before, .nav-logo-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo.svg) no-repeat left top/auto 100%;
}
.logo-text, .nav-logo-text {
  font-size: 0;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 71.43%;
  height: 100%;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  background: url(../images/logo.svg) no-repeat right top/auto 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.func-lang {
  position: relative;
}

.is-fixed-header .header {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: none;
}
.is-fixed-header .header::before {
  display: none;
}
.is-fixed-header .header .func-lang-switch {
  color: #fff;
}
.is-fixed-header .header .func-lang-switch::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.is-fixed-header.pc .header .func-lang:hover .func-lang-switch {
  color: var(--color-main-hover);
}
.is-fixed-header.pc .header .func-lang:hover .func-lang-switch::before {
  -webkit-filter: none;
          filter: none;
}

.h-top-func {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: var(--gap);
  text-align: right;
  z-index: 21;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-top-func > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.h-top-func > *:first-child {
  margin-left: 0;
}

.func-search-popup {
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px var(--gap) min(180px, 38vh);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  display: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.func-search-popup.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ani_fade_in 0.25s both;
          animation: ani_fade_in 0.25s both;
}
.func-search-popup form {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 15px;
  z-index: 5;
}
.func-search-popup input:not([type=button]), .func-search-popup input:not([type=submit]), .func-search-popup input:not([type=reset]), .func-search-popup .h-search-input {
  height: calc(var(--h-btn) + 10px);
  position: relative;
  z-index: 0;
  border: none;
  width: 100%;
  max-width: 800px;
  color: #fff;
  background-color: transparent;
  font-size: calc(var(--h-btn) - 20px) !important;
  font-weight: 600;
  padding: 0 calc(var(--h-btn) + 5px) 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.pc .func-search-popup form:hover + .h-search-close {
  -webkit-transform: scale(0) translate(-50%, -50%) !important;
      -ms-transform: scale(0) translate(-50%, -50%) !important;
          transform: scale(0) translate(-50%, -50%) !important;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.func-search-send {
  width: var(--h-btn);
  height: var(--h-btn);
  border: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 5px;
  font-size: 0;
  display: block;
  z-index: 15;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.func-search-send::before {
  content: "";
  pointer-events: none;
  display: block;
  width: 80%;
  height: 80%;
  background: url(../images/icon_search.png) no-repeat 0 0/contain;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.pc .func-search-send:hover::before {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-filter: none;
          filter: none;
}

.func-search-close {
  position: absolute;
  z-index: 0;
  right: var(--gap) !important;
  top: var(--gap) !important;
  left: auto !important;
  padding: 10px 15px 10px 35px;
  opacity: 0.35;
  font-size: max(1.125rem, var(--fz-search) * 0.25);
  white-space: nowrap;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background-color 0.2s, left 0.125s ease, top 0.125s ease;
  transition: opacity 0.2s, background-color 0.2s, left 0.125s ease, top 0.125s ease;
}
.func-search-close::before, .func-search-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.func-search-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.func-search-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.func-search-close:hover {
  opacity: 1;
  font-weight: 600;
}

.func-lang-switch {
  height: var(--h-btn);
  line-height: var(--h-btn);
  padding-left: calc(var(--h-btn) - 15px);
  padding-right: 5px;
  font-size: 0;
  background-color: transparent;
  display: block;
  position: relative;
  border-radius: 60px;
  z-index: 2;
  font-size: 0.9375rem;
  color: #ddd;
  white-space: nowrap;
}
.func-lang-switch::before {
  content: "";
  display: block;
  width: 0;
  padding-left: calc(var(--h-btn) * 0.55);
  height: calc(var(--h-btn) * 0.55);
  background: url(../images/icon_earth.png) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.pc .func-lang-switch:hover {
  color: #fff;
}

.func-lang-list {
  position: absolute;
  top: var(--h-btn);
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.func-lang-list::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 11px;
}
.func-lang-list > li > a {
  display: block;
  padding: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #555;
}
.func-lang-list > li > a:hover {
  color: #fff;
  background-color: var(--color-main);
}
.func-lang-list > li.current > a {
  color: var(--color-main);
}
.func-lang-list > li.current > a:hover {
  color: #fff;
}

.pc .func-lang:hover .func-lang-switch::before {
  -webkit-transform: translate(0, -50%) scale(1.1);
      -ms-transform: translate(0, -50%) scale(1.1);
          transform: translate(0, -50%) scale(1.1);
}

.pc .func-lang:hover .func-lang-list, .mb .func-lang-list.is-open {
  display: block;
  -webkit-animation: ani_subnav_in 0.35s ease both;
          animation: ani_subnav_in 0.35s ease both;
}

.nav {
  position: fixed;
  z-index: 5;
}

.footer {
  background-color: #efefef;
  color: #4c4948;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.9375rem;
}

.f-top {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.f-top a {
  color: #4c4948;
}
.f-top a:hover {
  color: var(--color-main);
}
.f-top > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  padding: 0 max(var(--gap), 5%);
}
.f-top > *:first-child {
  padding-left: 0;
}
.f-top > *:last-child {
  padding-right: 0;
}

.f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--gap) * -1);
}
.f-links .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  padding-left: var(--gap);
  padding-right: var(--gap);
}
.f-links .item:nth-child(1) {
  max-width: 200px;
}
.f-links .item:nth-child(3) {
  max-width: 250px;
}
.f-links .item > ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100px;
}
.f-links .item > ul > li {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.f-links .item > ul > li > a {
  white-space: nowrap;
  display: inline-block;
}

.f-links-tit {
  font-weight: 700;
  color: #000;
  font-size: var(--fz-h5);
  display: block;
  margin: 0 0 5px;
  line-height: 1.2;
  white-space: nowrap;
}

.f-bottom {
  background-color: #1c1c20;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 80px;
  font-size: 0.875rem;
}
.f-bottom > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.f-bottom a {
  color: #fff;
}
.f-bottom a:hover {
  color: #fff;
  text-decoration: underline;
}

.f-logo {
  position: absolute;
  left: var(--gap);
  top: 50%;
  display: inline-block;
  z-index: 10;
  width: 230px;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.f-logo::before {
  content: "";
  display: block;
  padding-bottom: 17.392%;
}
.f-logo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 13.044%;
  height: 100%;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.f-logo-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo.svg) no-repeat left top/auto 100%;
}
.f-logo-text {
  font-size: 0;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 83.479%;
  height: 100%;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  background: url(../images/logo_f.svg) no-repeat right top/auto 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.f-copyright {
  display: inline-block;
  vertical-align: middle;
}

.f-grnet {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 15px;
}

.f-etc {
  vertical-align: middle;
  margin-left: 15px;
  display: none;
}
.f-etc a {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
.f-etc a::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #999;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -11px;
}
.f-etc a:first-child::before {
  display: none;
}

@media screen and (min-width: 1100px) {
  .nav-logo {
    display: none;
  }
  .pc .header:hover {
    background-color: rgb(0, 0, 0);
    border-bottom: none;
  }
  .func-nav-switch {
    display: none !important;
  }
  .nav {
    display: block !important;
    top: 0;
    position: absolute;
    left: calc(var(--gap) + 160px);
    right: calc(var(--gap) + 100px);
    -webkit-transition: top 0.35s;
    transition: top 0.35s;
  }
  .nav .deco1, .nav .deco2, .nav .func-nav-switch {
    display: none;
  }
  .pc .sub-switch {
    display: none !important;
  }
  .menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu > li {
    position: relative;
  }
  .menu > li > ul {
    min-width: 210px;
    display: none;
    position: absolute;
  }
  .menu a {
    display: block;
  }
  .menu > li {
    padding: 0 20px;
  }
  .menu > li > a {
    line-height: 1.5;
    padding: 0 4px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: var(--h-header);
  }
  .menu > li > .sub-switch {
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    position: absolute;
    height: 100%;
    z-index: 10;
  }
  .menu > li > ul {
    text-transform: capitalize;
    line-height: 1.6;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    max-height: calc(95vh - var(--h-header));
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu > li > ul::-webkit-scrollbar {
    width: 6px;
    background: rgba(0, 0, 0, 0);
  }
  .menu > li > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    margin: 0;
  }
  .menu > li > ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
  .menu > li > ul::-webkit-scrollbar-thumb:hover {
    width: 16px;
  }
  .menu > li > ul:not(.subnav-full) {
    position: absolute;
  }
  .menu > li > ul:not(.subnav-full) > li {
    display: block;
  }
  .menu > li > ul:not(.subnav-full) > li > a {
    display: block;
    color: #555;
    padding: 10px;
    text-align: center;
  }
  .menu > li > ul:not(.subnav-full) > li > a:active {
    background-color: var(--color-main);
    color: #fff;
  }
  .menu > li > ul:not(.subnav-full) > li:active {
    background-color: var(--color-main);
    color: #fff;
  }
  .menu > li > ul.subnav-full {
    position: fixed;
    width: 100vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    padding-top: calc(var(--gap) + 10px);
    padding-bottom: calc(var(--gap) + 10px);
  }
  .menu > li > ul.subnav-full.text-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu > li > ul.subnav-full.text-start > li:nth-of-type(4n+1) {
    margin-left: max(0px, (100vw - var(--w-container) + var(--gap) * 2 + 16px) * 0.5);
  }
  .menu > li > ul.subnav-full > li {
    max-width: 350px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(var(--w-container-sm) / 4);
            flex: 1 1 calc(var(--w-container-sm) / 4);
    display: inline-block;
    vertical-align: top;
    margin-bottom: var(--gap);
    padding-left: var(--gap);
    padding-right: var(--gap);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .menu > li > ul.subnav-full > li:nth-child(4n+1) {
    border-left: none;
  }
  .menu > li > ul.subnav-full > li > a, .menu > li > ul.subnav-full > li > .subnav-cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    padding: 10px;
    text-align: center;
    font-weight: 700;
  }
  .menu > li > ul.subnav-full > li > a > img, .menu > li > ul.subnav-full > li > .subnav-cate > img {
    max-height: 60px;
    max-width: 120px;
    display: inline-block;
    margin-right: 15px;
  }
  .menu > li > ul.subnav-full > li > a:active, .menu > li > ul.subnav-full > li > .subnav-cate:active {
    color: var(--color-main);
  }
  .menu > li > ul.subnav-full > li > ul {
    display: block !important;
  }
  .menu > li > ul.subnav-full > li > ul > li {
    display: block;
  }
  .menu > li > ul.subnav-full > li > ul > li > a {
    display: block;
    color: #555;
    padding: 5px 0;
  }
  .menu > li > ul.subnav-full > li > ul > li > a:active {
    color: var(--color-main);
  }
  .pc-nav-line {
    pointer-events: none;
    position: absolute;
    display: inline-block;
    background: var(--color-main);
    height: 3px;
    width: 0;
    padding: 0;
    bottom: -1px;
    left: 0;
  }
  .mb .menu > li.is-open > a {
    color: var(--color-main);
  }
  .mb .menu > li.is-open > ul {
    -webkit-animation: ani_subnav_in 0.35s ease both;
            animation: ani_subnav_in 0.35s ease both;
  }
  .mb .menu > li.is-open > ul:not(.subnav-full) {
    display: block !important;
  }
  .mb .menu > li.is-open > ul.subnav-full {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc .menu > li.is-open > ul {
    display: none !important;
  }
  .pc .menu > li:hover > a {
    color: var(--color-main);
  }
  .pc .menu > li:hover > ul {
    -webkit-animation: ani_subnav_in 0.35s ease both;
            animation: ani_subnav_in 0.35s ease both;
  }
  .pc .menu > li:hover > ul:not(.subnav-full) {
    display: block !important;
  }
  .pc .menu > li:hover > ul.subnav-full {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pc .menu > li > ul:not(.subnav-full) > li:hover > a {
    color: var(--color-main);
    background-color: #f5f5f5;
  }
  .pc .menu > li > ul:not(.subnav-full) > li:active > a {
    color: #fff;
    background-color: var(--color-main);
  }
  .pc .menu > li > ul.subnav-full > li > a:hover, .pc .menu > li > ul.subnav-full > li > .subnav-cate:hover {
    color: var(--color-main);
  }
  .pc .menu > li > ul.subnav-full > li > ul > li:hover > a {
    color: var(--color-main);
  }
}
@media screen and (min-width: 1100px) and (max-width: 1299px) {
  .menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1099px) {
  .header::before {
    height: 120%;
  }
  .f-funcs {
    right: var(--gap);
    bottom: var(--gap);
  }
  .pc-nav-line {
    display: none !important;
  }
  .func-nav-switch {
    display: inline-block;
    vertical-align: middle;
  }
  .func-nav-switch > a {
    display: block;
    height: var(--h-header);
    width: calc(var(--h-header) - 5px);
    font-size: 0;
  }
  .func-nav-switch > a > div {
    position: absolute;
    width: 27px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    -webkit-transition: margin 0.15s ease, width 0.25s, -webkit-transform 0.25s ease;
    transition: margin 0.15s ease, width 0.25s, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, margin 0.15s ease, width 0.25s;
    transition: transform 0.25s ease, margin 0.15s ease, width 0.25s, -webkit-transform 0.25s ease;
  }
  .func-nav-switch > a > div:nth-child(1) {
    margin-top: -11px;
  }
  .func-nav-switch > a > div:nth-child(2) {
    width: 18px;
  }
  .func-nav-switch > a > div:nth-child(3) {
    margin-top: 9px;
    width: 23px;
  }
  .h-top-func {
    z-index: 51;
    position: fixed;
    top: 0;
    right: 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    transform: none;
  }
  .nav {
    z-index: 50;
    position: fixed;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: none;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    margin-top: 0;
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: #000, #151515, #000;
    /* Vertical gradient */
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#151515), to(#000));
    background: linear-gradient(to bottom, #000, #151515, #000);
  }
  .nav::before {
    content: "";
    display: block;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--h-header) + 35px);
    z-index: 25;
    background: rgb(0, 0, 0) 50px, rgba(0, 0, 0, 0);
    /* Vertical gradient */
    background: linear-gradient(to bottom, rgb(0, 0, 0) 50px, rgba(0, 0, 0, 0));
  }
  .nav::after {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(var(--h-header) + 15px);
    z-index: 15;
    background: rgba(0, 0, 0, 0), rgb(0, 0, 0) 50px;
    /* Vertical gradient */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 50px);
  }
  .nav .func-nav-switch {
    display: block;
    position: fixed;
    top: 10px;
    right: 8px;
    z-index: 52;
  }
  .nav-deco1, .nav-deco2 {
    pointer-events: none;
    position: fixed;
    mix-blend-mode: hard-light;
    width: min(500px, 110vw);
  }
  .nav-deco1 {
    z-index: 0;
    top: 35px;
    left: 0;
    -webkit-transform: translate(-19%, -60%);
        -ms-transform: translate(-19%, -60%);
            transform: translate(-19%, -60%);
  }
  .nav-deco1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 60% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 60% 0%, 60% 100%, 0% 100%);
    border-radius: 100%;
    border: max(8vw, 70px) solid var(--color-main);
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(52%, transparent), color-stop(80%, black));
    -webkit-mask-image: linear-gradient(to left, transparent 52%, black 80%);
            mask-image: -webkit-gradient(linear, right top, left top, color-stop(52%, transparent), color-stop(80%, black));
            mask-image: linear-gradient(to left, transparent 52%, black 80%);
  }
  .nav-deco1::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .nav-deco2 {
    z-index: 0;
    bottom: 0;
    right: 0;
    z-index: 27;
    -webkit-transform: translate(58%, 53%);
        -ms-transform: translate(58%, 53%);
            transform: translate(58%, 53%);
  }
  .nav-deco2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
    border-radius: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, transparent), color-stop(120%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 35%, black 120%);
            mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, transparent), color-stop(120%, black));
            mask-image: linear-gradient(to top, transparent 35%, black 120%);
    border: max(8vw, 70px) solid var(--color-main);
  }
  .nav-deco2::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .nav-logo {
    display: block;
    top: 25px;
    left: 50%;
    position: absolute;
    z-index: 25;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .is-open-nav .header {
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .is-open-nav .header .func-lang-switch {
    color: #fff;
  }
  .is-open-nav .header .func-lang-switch::before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .is-open-nav .nav {
    background-color: rgba(0, 0, 0, 0.9);
    display: block !important;
    -webkit-animation: ani_nav_open 0.35s both ease;
            animation: ani_nav_open 0.35s both ease;
  }
  .is-open-nav .nav-deco1 {
    -webkit-animation: ani_clip_in_right 1s linear 0.05s both;
            animation: ani_clip_in_right 1s linear 0.05s both;
  }
  .is-open-nav .nav-deco2 {
    -webkit-animation: ani_clip_in_down 1.15s linear 0.05s both;
            animation: ani_clip_in_down 1.15s linear 0.05s both;
  }
  .is-open-nav .nav-logo {
    -webkit-animation: ani_clip_in_up 0.5s linear 0.02s both;
            animation: ani_clip_in_up 0.5s linear 0.02s both;
  }
  .is-open-nav .menu > li > a {
    overflow: hidden;
  }
  .is-open-nav .menu > li > a > span {
    -webkit-animation: ani_fade_in_up_full 0.8s both;
            animation: ani_fade_in_up_full 0.8s both;
  }
  .is-open-nav .menu > li:nth-child(1) > a > span {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .is-open-nav .menu > li:nth-child(2) > a > span {
    -webkit-animation-delay: 0.18s;
            animation-delay: 0.18s;
  }
  .is-open-nav .menu > li:nth-child(3) > a > span {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s;
  }
  .is-open-nav .menu > li:nth-child(4) > a > span {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .is-open-nav .menu > li:nth-child(5) > a > span {
    -webkit-animation-delay: 0.27s;
            animation-delay: 0.27s;
  }
  .is-open-nav .menu > li:nth-child(6) > a > span {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .is-open-nav .menu > li:nth-child(7) > a > span {
    -webkit-animation-delay: 0.33s;
            animation-delay: 0.33s;
  }
  .is-open-nav .menu > li:nth-child(8) > a > span {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
  }
  .is-open-nav .h-top-func {
    position: fixed;
    right: auto;
    left: var(--gap);
    top: 22px !important;
  }
  .is-open-nav .h-top-func .func-nav-switch {
    display: none;
  }
  .is-open-nav:not(.is-close-nav) .func-nav-switch > a > div:nth-child(1) {
    margin-top: -1px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition-delay: 0.15s, 0.0001s;
            transition-delay: 0.15s, 0.0001s;
  }
  .is-open-nav:not(.is-close-nav) .func-nav-switch > a > div:nth-child(2) {
    -webkit-transform: scaleX(0) translateX(50px);
        -ms-transform: scaleX(0) translateX(50px);
            transform: scaleX(0) translateX(50px);
  }
  .is-open-nav:not(.is-close-nav) .func-nav-switch > a > div:nth-child(3) {
    width: 27px;
    margin-top: -1px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition-delay: 0.15s, 0.0001s;
            transition-delay: 0.15s, 0.0001s;
  }
  .is-close-nav .nav {
    -webkit-animation: ani_nav_close 0.35s both ease;
            animation: ani_nav_close 0.35s both ease;
  }
  .pc .func-nav-switch > a:hover > div:nth-child(2), .pc .func-nav-switch > a:hover > div:nth-child(3) {
    width: 27px;
  }
  .pc .header .func-lang:hover .func-lang-switch {
    color: var(--color-main-hover);
  }
  .pc .header .func-lang:hover .func-lang-switch::before {
    -webkit-filter: none;
            filter: none;
  }
  .menu {
    z-index: 15;
    position: relative;
    width: 100%;
    max-height: 100vh;
    padding-top: calc(var(--h-header) + 35px) !important;
    padding-bottom: calc(var(--h-header) + 80px) !important;
    overflow: overlay;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu::-webkit-scrollbar {
    width: 5px;
  }
  .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 5px;
    margin: 0;
    background: rgba(0, 0, 0, 0);
  }
  .menu::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    border-radius: 5px;
    background: rgba(82, 129, 24, 0.2);
  }
  .menu:hover::-webkit-scrollbar-thumb {
    background: rgba(82, 129, 24, 0.5);
  }
  .menu li {
    display: block;
    position: relative;
    text-align: center;
  }
  .menu a {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
  }
  .menu > li {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  .menu > li .sub-switch {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
  .mb .menu > li .sub-switch + a {
    z-index: 1;
  }
  .menu > li .sub-switch + a span {
    position: relative;
  }
  .menu > li .sub-switch + a span::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: -25px;
    margin-top: -10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.1' stroke='%23999' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 4.5v15m7.5-7.5h-15' /%3E%3C/svg%3E") no-repeat center center/contain;
  }
  .menu > li ul {
    position: relative;
    z-index: 15;
    display: none;
  }
  .menu > li.is-open > .sub-switch + a span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.1' stroke='%23fff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");
  }
  .menu > li.is-open > ul {
    display: block;
  }
  .menu > li.is-open > a {
    color: #fff;
    font-size: var(--fz-h1);
  }
  .menu > li:not(.is-open) > a:active {
    color: #f2f2f2;
  }
  .menu > li > a {
    display: inline-block;
    vertical-align: middle;
    padding: 15px var(--gap);
    font-size: var(--fz-h4);
    color: #999;
    -webkit-transition: font-size 0.15s ease;
    transition: font-size 0.15s ease;
  }
  .menu > li > a > span {
    display: inline-block;
    vertical-align: middle;
  }
  .menu > li > ul {
    margin: 0 auto 25px;
  }
  .menu > li > ul > li {
    padding: 5px 0;
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  .menu > li > ul > li > .subnav-cate {
    min-height: 70px;
  }
  .menu > li > ul > li > a, .menu > li > ul > li > .subnav-cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.0625rem;
    color: #fff;
    padding: 8px var(--gap);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 0.25s, color 0.25s, border 0.25s;
    transition: background 0.25s, color 0.25s, border 0.25s;
  }
  .menu > li > ul > li > a > img, .menu > li > ul > li > .subnav-cate > img {
    width: 50px;
    display: inline-block;
    margin-right: 15px;
  }
  .menu > li > ul > li > a:active, .menu > li > ul > li > .subnav-cate:active {
    border-color: #fff;
    background: #fff;
    color: #222;
  }
  .menu > li > ul > li > .sub-switch:active + a, .menu > li > ul > li > .sub-switch:active + .subnav-cate {
    border-color: #fff;
    background: #fff;
    color: #222;
  }
  .menu > li > ul > li > ul {
    display: block !important;
    padding: 5px 0;
    margin: 0 auto 15px;
  }
  .menu > li > ul > li > ul > li {
    display: block;
    padding: 3px 0;
  }
  .menu > li > ul > li > ul > li > a {
    display: block;
    background: #666;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .menu > li > ul > li > ul > li > a:active {
    background: #888;
  }
  .pc .menu > li:not(.is-open):hover > a {
    color: #fff;
    font-size: var(--fz-h1);
  }
  .pc .menu > li > ul > li:hover > a {
    border-color: #fff;
    background: #fff;
    color: #222;
  }
  .pc .menu > li > ul > li > ul > li:hover > a {
    background: #999;
  }
}
@media screen and (max-width: 991px) {
  .f-bottom > .container {
    display: block;
    text-align: center;
  }
  .f-logo {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto 20px;
    display: block;
  }
  .f-copyright {
    display: block;
    margin-bottom: 10px;
  }
  .f-top {
    display: none;
  }
  .f-etc {
    display: inline-block;
  }
  .f-grnet {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: 120px;
  }
  .f-funcs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background-color: #333;
  }
  .f-funcs > * {
    min-width: calc((100% - 45px) / 3);
  }
  .f-funcs .gotop {
    min-width: auto !important;
    width: 45px !important;
    display: block !important;
  }
  .f-func-link {
    margin: 0;
    padding: 0 10px 0 0;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .f-func-link .num {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    min-width: 16px;
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .f-func-link::before {
    position: static;
  }
  .f-func-link.prod {
    display: block;
  }
  .f-func-link > span {
    width: auto;
  }
  .f-func-link:hover span {
    width: auto;
  }
}
@media screen and (max-width: 499px) {
  .logo {
    margin-left: -5px;
  }
  .logo, .is-fixed-header .logo {
    max-width: 120px;
  }
  .func-nav-switch {
    margin-left: 5px;
  }
}
@media screen and (max-width: 389px) {
  .f-grnet {
    display: block;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 379px) {
  .f-func-link {
    padding: 0 8px;
  }
  .f-func-link::before {
    display: none;
  }
}
/* ==========
 * Index
 * ========== */
/*
 * Kanban
 */
.i-kanban-wrap {
  z-index: 0;
  overflow: hidden;
  position: relative;
  height: max(400px, 39.02vw);
  background: #000;
}
.i-kanban-wrap::before, .i-kanban-wrap::after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.i-kanban-wrap::after {
  top: auto;
  bottom: 0;
}
.i-kanban-wrap.swiper-initialized::before, .i-kanban-wrap.swiper-initialized::after {
  -webkit-animation: pageTransition 1s forwards;
          animation: pageTransition 1s forwards;
}
.i-kanban-wrap.swiper-initialized .swiper-wrapper {
  -webkit-animation: ani_fade_in 0.5s 0.5s both;
          animation: ani_fade_in 0.5s 0.5s both;
}
.i-kanban-wrap:not(.swiper-initialized) {
  background: #000 url(../images/loading.gif) no-repeat center center/50px auto;
}
.i-kanban-wrap:not(.swiper-initialized) .swiper-wrapper {
  max-height: 70px;
}
.i-kanban-wrap:not(.swiper-initialized) .swiper-slide {
  opacity: 0;
}
.i-kanban-wrap.is-prevent-btn .swiper-pagination,
.i-kanban-wrap.is-prevent-btn .swiper-button-prev,
.i-kanban-wrap.is-prevent-btn .swiper-button-next, .i-kanban-wrap.is-video-playing .swiper-pagination,
.i-kanban-wrap.is-video-playing .swiper-button-prev,
.i-kanban-wrap.is-video-playing .swiper-button-next {
  display: none !important;
}
.i-kanban-wrap .swiper-button-prev, .i-kanban-wrap .swiper-button-next {
  border: none;
  opacity: 0;
}
.i-kanban-wrap .swiper-button-prev::after, .i-kanban-wrap .swiper-button-next::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.i-kanban-wrap .swiper-button-prev::before, .i-kanban-wrap .swiper-button-next::before {
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #fff;
}
.pc .i-kanban-wrap .swiper-button-prev:hover::after, .pc .i-kanban-wrap .swiper-button-next:hover::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.i-kanban-wrap .swiper-button-prev {
  left: var(--gap);
}
.i-kanban-wrap .swiper-button-next {
  right: var(--gap);
}
.i-kanban-wrap .swiper-pagination,
.i-kanban-wrap .swiper-button-prev,
.i-kanban-wrap .swiper-button-next {
  z-index: 10;
  position: absolute;
}
.i-kanban-wrap .swiper-pagination {
  top: auto;
  left: auto;
  right: auto;
  bottom: 15px;
  width: 100%;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.i-kanban-wrap .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.8) !important;
  margin: 0 10px !important;
}
.i-kanban-wrap .swiper-pagination-bullet svg {
  opacity: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280%;
  height: 280%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.i-kanban-wrap .swiper-pagination-bullet svg circle {
  stroke: var(--color-main);
  stroke-dashoffset: 200;
  stroke-dasharray: 200;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.i-kanban-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main) !important;
}
.i-kanban-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  -webkit-animation: ani_stroke 6.6s both linear;
          animation: ani_stroke 6.6s both linear;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.pc .i-kanban-wrap:hover .swiper-button-prev, .pc .i-kanban-wrap:hover .swiper-button-next {
  opacity: 1;
}

.i-kanban-list {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  background: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-kanban-list iframe, .i-kanban-list .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.i-kanban-list .plyr--video {
  z-index: 5;
}
.i-kanban-list .swiper-slide {
  height: 100%;
}
.i-kanban-list .swiper-slide.text-left .i-kanban-text {
  max-width: calc(var(--w-container) * 0.8);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  left: max(0px, (100vw - var(--w-container)) * 0.5);
}
.i-kanban-list .swiper-slide.text-right .i-kanban-text {
  max-width: calc(var(--w-container) * 0.45);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  left: auto;
  right: max(0px, (100vw - var(--w-container)) * 0.5);
}

.i-kanban-pic {
  display: block;
  position: relative;
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
  will-change: transform;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2s;
  transition: all 2s;
  overflow: hidden;
}
.i-kanban-pic img,
.i-kanban-pic source {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% center;
     object-position: 60% center;
}

.i-kanban-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  color: #fff;
  width: 100%;
  max-width: var(--w-container);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  height: 100%;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: var(--gap);
  padding-right: var(--gap);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.i-kanban-text .txt1 {
  font-size: var(--fz-kanban);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.i-kanban-text .txt2 {
  font-size: var(--fz-kanban-sub);
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}

.i-kanban-btn {
  margin-top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.text-center .i-kanban-btn {
  -ms-flex-item-align: center;
      align-self: center;
}

@-webkit-keyframes pageTransition {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

@keyframes pageTransition {
  0% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}
/*
 * 分類
 */
.i-pcate-wrap {
  z-index: 10;
  position: relative;
  margin-top: -10.41vh;
  padding: 30px calc(var(--gap) - var(--gap-item)) 45px !important;
  background: #fff;
}
.i-pcate-wrap .swiper-button-prev, .i-pcate-wrap .swiper-button-next {
  top: calc(50% - var(--h-btn) * 0.5);
  background-color: #fff;
}
.i-pcate-wrap .swiper-button-prev {
  left: calc(var(--gap) * 0.5);
}
.i-pcate-wrap .swiper-button-next {
  right: calc(var(--gap) * 0.5);
}

.i-pcate-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-pcate-list .swiper-slide {
  padding-left: var(--gap-item);
  padding-right: var(--gap-item);
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.i-pcate-list .swiper-slide > a {
  width: 100%;
  display: block;
  background: #eee;
  line-height: 0;
}
.i-pcate-list .g-btn {
  display: block;
  border-radius: 0;
  font-weight: 400;
  min-width: auto;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: var(--fz-listname);
}
.i-pcate-list .g-btn > span {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.i-pcate-list .g-btn > span::after {
  display: none;
}
.i-pcate-list .img {
  text-align: center;
}
.i-pcate-list .img img {
  width: auto;
  display: inline-block;
  max-width: 100%;
  max-height: 180px;
}

@media screen and (min-width: 840px) {
  .i-kanban-wrap .swiper-pagination {
    top: 0 !important;
    right: max(var(--gap), (100vw - var(--w-container-lg)) * 0.5) !important;
    height: 100% !important;
    width: 10px !important;
    bottom: auto !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .i-kanban-wrap .swiper-pagination-bullet {
    display: block !important;
    margin: 11px auto !important;
  }
}
@media screen and (max-width: 1399px) {
  .i-pcate-wrap {
    margin-top: 0;
  }
  .i-kanban-text {
    padding-top: var(--h-header);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .i-kanban-text {
    padding-top: 0;
  }
  .i-kanban-text .txt1 {
    font-size: min(3vw, 3rem);
  }
  .i-kanban-text .txt2 {
    font-size: max(1.35vw, 1.375rem);
  }
  .i-kanban-list .swiper-slide.text-left .i-kanban-text {
    left: calc((100vw - 1000px) * 0.5);
    max-width: 1000px;
  }
  .i-pcate-wrap {
    margin-top: -18vh;
  }
  .i-pcate-wrap.container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1099px) {
  .i-kanban-wrap {
    height: max(50vh, 400px);
  }
}
@media screen and (max-width: 767px) {
  .i-kanban-wrap {
    height: min(120vw, 100vh);
  }
}
@media screen and (max-width: 639px) {
  .i-kanban-list .swiper-slide.text-left .i-kanban-text, .i-kanban-list .swiper-slide.text-right .i-kanban-text, .i-kanban-list .swiper-slide.text-center .i-kanban-text {
    max-width: var(--w-container);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    left: auto;
    right: auto;
  }
  .i-kanban-list .swiper-slide .g-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 550px) {
  .i-pcate-wrap:not(.swiper-initialized) {
    background: #fff url(../images/loading.gif) no-repeat center center/50px auto;
  }
  .i-pcate-wrap:not(.swiper-initialized) .swiper-wrapper {
    max-height: 170px;
  }
  .i-pcate-wrap:not(.swiper-initialized) .swiper-slide {
    opacity: 0;
  }
  .i-pcate-wrap:not(.swiper-initialized) .swiper-button-next, .i-pcate-wrap:not(.swiper-initialized) .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  .i-pcate-wrap {
    padding: var(--gap) !important;
  }
  .i-pcate-wrap .swiper-button-next, .i-pcate-wrap .swiper-button-prev, .i-pcate-wrap .swiper-pagination, .i-pcate-wrap .slider-controller {
    display: none;
  }
  .i-pcate-wrap .swiper-slide-duplicate {
    display: none !important;
    pointer-events: none;
  }
  .i-pcate-list {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: block !important;
  }
  .i-pcate-list .swiper-slide {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 auto var(--gap);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*
 * PLUGIN: Swiper Default
 */
.swiper-lazy-preloader {
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  background: url(../images/loading.gif) no-repeat center center/contain;
  z-index: 10;
  border: none;
}

.swiper-pagination {
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 11px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-size: 0;
  line-height: 0;
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: background-color 0.25s, border 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border 0.25s, transform 0.25s;
  transition: background-color 0.25s, border 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-main);
}
.swiper-pagination.swiper-pagination-vertical {
  bottom: auto;
}
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  display: block;
  margin: 12px auto;
}

.pc .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background: var(--color-main);
}

.swiper-button-prev,
.swiper-button-next {
  width: var(--h-btn);
  height: var(--h-btn);
  position: absolute;
  top: 50%;
  font-size: 0;
  border-radius: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: transparent;
  border: 1px solid #959595;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #959595;
  z-index: -1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: max(30%, 18px);
  height: max(30%, 18px);
  background: url(../images/icon_aw.svg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 50%;
}
.swiper-button-prev:active::before, .swiper-button-prev:hover::before,
.swiper-button-next:active::before,
.swiper-button-next:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-button-prev:active::after, .swiper-button-prev:hover::after,
.swiper-button-next:active::after,
.swiper-button-next:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.swiper-button-prev.light,
.swiper-button-next.light {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.swiper-button-prev.light::before,
.swiper-button-next.light::before {
  background-color: #fff;
}
.swiper-button-prev.light::after,
.swiper-button-next.light::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.swiper-button-prev.light:active::after, .swiper-button-prev.light:hover::after,
.swiper-button-next.light:active::after,
.swiper-button-next.light:hover::after {
  -webkit-filter: none;
          filter: none;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.swiper-initialized {
  overflow: hidden;
  position: relative;
}

.slider-controller {
  white-space: nowrap;
  position: relative;
  width: calc(var(--h-btn) * 2 + 15px);
  height: var(--h-btn);
  margin: 20px 0 0 0;
}

.is-prevent-btn .swiper-slide {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
.is-prevent-btn .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.is-prevent-btn .swiper-button-next, .is-prevent-btn .swiper-button-prev, .is-prevent-btn .swiper-pagination, .is-prevent-btn .slider-controller {
  display: none;
}
.is-prevent-btn .swiper-slide-duplicate {
  display: none !important;
  pointer-events: none;
}

.is-center-mode .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-center-mode .swiper-button-next, .is-center-mode .swiper-button-prev, .is-center-mode .swiper-pagination, .is-center-mode .slider-controller {
  display: none;
}
.is-center-mode .swiper-slide-duplicate {
  display: none !important;
  pointer-events: none;
}

/*
 * PLUGIN: Splitting CSS - Default
 */
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 3);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 3);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 3);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

/*
 * PLUGIN: MagnificPopup Default Popup
 */
.mfp-bg {
  background: rgba(0, 0, 0, 0.9);
}

.mfp-zoom {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.98) translateY(10px);
      -ms-transform: scale(0.98) translateY(10px);
          transform: scale(0.98) translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}
.mfp-zoom.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}

.mfp-wrap .mfp-close,
.mfp-wrap button.mfp-close {
  cursor: pointer !important;
  right: 0;
  top: -10px;
  width: auto;
  height: auto;
  display: block;
  opacity: 1;
  margin: 0;
  position: absolute;
  background: none;
  border-radius: 50px;
  border: none;
  font-size: 0 !important;
  padding: 5px 10px;
  line-height: 1.4;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: opacity 0.2s, background-color 0.2s, left 0.125s ease, top 0.125s ease;
  transition: opacity 0.2s, background-color 0.2s, left 0.125s ease, top 0.125s ease;
}
.mfp-wrap .mfp-close::before,
.mfp-wrap button.mfp-close::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.mfp-wrap .mfp-close::after,
.mfp-wrap button.mfp-close::after {
  content: "CLOSE";
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.mfp-wrap .mfp-close:hover,
.mfp-wrap button.mfp-close:hover {
  opacity: 1;
}

.mfp-wrap > .mfp-close,
.mfp-wrap > button.mfp-close {
  position: fixed;
  right: var(--gap);
  top: var(--gap);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.pc .mfp-wrap .mfp-close:hover,
.pc .mfp-wrap button.mfp-close:hover {
  background: #fff;
}
.pc .mfp-wrap .mfp-close:hover::before, .pc .mfp-wrap .mfp-close:hover::after,
.pc .mfp-wrap button.mfp-close:hover::before,
.pc .mfp-wrap button.mfp-close:hover::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure img {
  max-width: 100%;
  height: none !important;
  margin: 0;
  padding: 0;
  line-height: 0;
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
  .mfp-gallery .mfp-figure img {
    height: 520px !important;
  }
}
.mfp-block-media.mfp-bg {
  background: #000000;
  opacity: 0.8;
}
.mfp-block-media .mfp-container {
  cursor: auto !important;
  opacity: 0;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  transition: transform 0.3s ease-in-out, opacity 0.3s, -webkit-transform 0.3s ease-in-out;
}
.mfp-block-media.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-block-media.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.96);
      -ms-transform: scale(0.96);
          transform: scale(0.96);
}
.mfp-block-media .mfp-iframe-scaler {
  overflow: visible;
}
.mfp-block-media .mfp-iframe {
  border-radius: 15px;
}
.mfp-block-media .mfp-content {
  position: relative;
  width: 100% !important;
  max-width: min(90vw, 160vh);
  margin: 0 auto;
  padding: 0;
  background: url(../images/loading.gif) no-repeat center center/15vh 15vh;
}
.mfp-block-media .mfp-content::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.mfp-block-media .mfp-content > *,
.mfp-block-media .mfp-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}

.mfp-bulletin .mfp-content {
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  max-width: var(--w-container);
  width: 100%;
  padding: max(var(--gap), 3vw);
  background: #fff;
}

.limit-h {
  max-height: min(70vh, 600px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.limit-h::-webkit-scrollbar {
  width: 5px;
}
.limit-h::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 5px;
  margin: 0;
  background: #ececec;
}
.limit-h::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 5px;
  background: rgba(224, 132, 136, 0.8);
}
.limit-h:hover::-webkit-scrollbar-thumb {
  background: rgb(224, 132, 136);
}

@media screen and (max-width: 767px) {
  .scroll-area {
    padding-bottom: 45px;
  }
}
.container {
  width: 100%;
  max-width: var(--w-container);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gap);
  padding-right: var(--gap);
}

.p-mainwrap {
  position: relative;
  z-index: 10;
  min-height: 50vh;
  padding-bottom: var(--gap-vertical);
}
.p-mainwrap.no-p-bottom {
  padding-bottom: 0;
}
.p-mainwrap > .container {
  z-index: 10;
}

.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
 * 按鈕
 */
.btn-wrap {
  text-align: center;
  margin: 20px auto;
}

.g-btn-back {
  position: relative;
  border: none;
  z-index: 15;
  min-width: 225px;
  line-height: 1.2;
  padding: calc((var(--h-btn) - 1.2em) * 0.5) 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  white-space: nowrap;
  color: #666;
  background-color: #fff;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.pc .g-btn-back:hover, .pc a:hover .g-btn-back {
  color: #fff;
  border: 1px solid #666;
  background-color: #666;
}

.g-btn {
  --indient-start: #639b1c;
  --indient-end: #81dfb3;
  position: relative;
  border: none;
  z-index: 15;
  min-width: 225px;
  line-height: 1.2;
  padding: calc((var(--h-btn) - 1.2em) * 0.5) 15px;
  white-space: nowrap;
  color: #fff;
  background-color: var(--indient-start);
  overflow: hidden;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.g-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  width: 201%;
  background: -webkit-gradient(linear, left top, right top, from(var(--indient-end)), color-stop(var(--indient-start)), to(var(--indient-end)));
  background: linear-gradient(to right, var(--indient-end), var(--indient-start), var(--indient-end));
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.g-btn span {
  position: relative;
  z-index: 5;
}
.g-btn span::after {
  content: "";
  line-height: 0;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  margin-right: -10px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M10.573,6L7,9.502L6.198,8.7l2.129-2.129h-6.9V5.429h6.9L6.198,3.3L7,2.498L10.573,6z' /%3E%3C/svg%3E");
}

.pc .g-btn:hover, .pc a:hover .g-btn {
  color: #fff;
}
.pc .g-btn:hover::before, .pc a:hover .g-btn::before {
  -webkit-transform: translateX(49%);
      -ms-transform: translateX(49%);
          transform: translateX(49%);
}

/*
 * Page Kanban
 */
.p-kanban {
  position: relative;
  height: max(350px, 41vh);
  background: #000;
  overflow: hidden;
}

.p-kanban-text {
  height: 100%;
  padding-top: var(--h-header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
  font-size: var(--fz-p-kanban-sub);
}
.p-kanban-text .txt1 {
  padding-top: 10px;
  font-weight: 700;
  display: block;
  font-size: var(--fz-p-kanban);
}
.p-kanban-text .txt2 {
  display: block;
}

.p-kanban-img {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120%;
}
.p-kanban-img img {
  top: 0%;
  width: 100%;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .p-kanban {
    height: 200px;
  }
}
/*
 * Category
 */
.p-catetab {
  position: relative;
  z-index: 50;
  margin: 0 auto var(--gap);
  width: 100%;
}
.p-catetab .cur-item {
  display: none;
  position: relative;
  z-index: 10;
}
.p-catetab > ul {
  position: relative;
  z-index: 9;
  display: block;
  white-space: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.p-catetab > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  margin: 0;
}
.p-catetab > ul > li > a {
  position: relative;
  z-index: 15;
  min-width: 140px;
  height: var(--h-btn);
  line-height: var(--h-btn);
  white-space: nowrap;
  border-radius: 50px;
  color: #222;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  background: none;
}
.p-catetab > ul > li.current > a {
  color: #fff;
  background: -webkit-gradient(linear, right top, left bottom, from(#ed9027), to(#de2126));
  background: linear-gradient(to left bottom, #ed9027, #de2126);
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.p-catetab > ul > li > ul {
  position: relative;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-catetab > ul > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#ed9027), to(#de2126));
  background: linear-gradient(to left, #ed9027, #de2126);
  left: 0;
  top: 0;
}
.p-catetab > ul > li > ul > li {
  display: block !important;
  padding: 0;
  border-top: 1px solid #f3f3f3;
}
.p-catetab > ul > li > ul > li:first-child {
  border-top: none;
}
.p-catetab > ul > li > ul > li > a {
  width: auto;
  min-width: auto;
  border-radius: 0;
  border: none;
  display: block;
  color: #666;
  padding: 8px 5px 8px 30px;
  text-align: left;
  height: auto;
  line-height: 1.4;
  position: relative;
}
.p-catetab > ul > li > ul > li > a::before {
  content: "．";
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
}
.p-catetab > ul > li > ul > li.current > a {
  color: var(--color-main);
}

.pc .p-catetab .cur-item:hover {
  background: -webkit-gradient(linear, right top, left bottom, from(#ed9027), to(#de2126));
  background: linear-gradient(to left bottom, #ed9027, #de2126);
  color: #fff;
}
.pc .p-catetab > ul > li:hover > a {
  font-weight: 600;
}

@media (min-width: 1100px) {
  .p-catetab.more-item {
    text-align: left;
    width: 100%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .p-catetab.more-item .cur-item {
    cursor: pointer;
    position: relative;
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, from(#ed9027), to(#de2126));
    background: linear-gradient(to left bottom, #ed9027, #de2126);
    -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    min-width: 180px;
    height: var(--h-btn);
    line-height: var(--h-btn);
    border-radius: 50px;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-catetab.more-item .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-catetab.more-item > ul {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    border-radius: 30px;
    width: auto;
    overflow: hidden;
    padding: 60px 20px 10px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .p-catetab.more-item > ul.is-leaving {
    -webkit-animation: ani-fade-out 0.2s 0.1s both;
            animation: ani-fade-out 0.2s 0.1s both;
  }
  .p-catetab.more-item > ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#de2126), to(#ed9027));
    background: linear-gradient(to right, #de2126, #ed9027);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .p-catetab.more-item > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dedede;
  }
  .p-catetab.more-item > ul > li:first-child {
    border-top: none;
  }
  .p-catetab.more-item > ul > li > a {
    width: auto;
    min-width: auto;
    border-radius: 0;
    border: none;
    display: block;
    color: #333;
    padding: 15px;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
  }
  .p-catetab.more-item > ul > li.current > a {
    border: none;
    color: var(--color-main);
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-catetab.more-item.is-open .cur-item::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: -3px;
  }
  .p-catetab.more-item.is-open > ul {
    display: block;
  }
  .p-catetab:not(.more-item) > ul {
    display: block !important;
  }
  .pc .p-catetab:not(.more-item) > ul > li:not(.current):hover > a {
    background: #eee;
  }
}
@media (max-width: 1099px) {
  .p-catetab {
    text-align: left;
    width: 100%;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .p-catetab .cur-item {
    cursor: pointer;
    position: relative;
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, from(#ed9027), to(#de2126));
    background: linear-gradient(to left bottom, #ed9027, #de2126);
    -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    min-width: 180px;
    height: var(--h-btn);
    line-height: var(--h-btn);
    border-radius: 50px;
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-catetab .cur-item::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-catetab > ul {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    border-radius: 30px;
    width: auto;
    overflow: hidden;
    padding: 60px 20px 10px 20px;
    background: #fff;
    -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .p-catetab > ul.is-leaving {
    -webkit-animation: ani-fade-out 0.2s 0.1s both;
            animation: ani-fade-out 0.2s 0.1s both;
  }
  .p-catetab > ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 2px;
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#de2126), to(#ed9027));
    background: linear-gradient(to right, #de2126, #ed9027);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
  .p-catetab > ul > li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dedede;
  }
  .p-catetab > ul > li:first-child {
    border-top: none;
  }
  .p-catetab > ul > li > a {
    width: auto;
    min-width: auto;
    border-radius: 0;
    border: none;
    display: block;
    color: #333;
    padding: 15px;
    text-align: left;
    line-height: 1.5;
    white-space: normal;
  }
  .p-catetab > ul > li.current > a {
    border: none;
    color: var(--color-main);
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-catetab.is-open .cur-item::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: -3px;
  }
  .p-catetab.is-open > ul {
    display: block;
  }
}
@media (max-width: 639px) {
  .p-catetab {
    max-width: none;
  }
}
/*
 * Subhead
 */
.subhead {
  display: block;
  position: relative;
  margin-top: 3vw;
  padding: 10px 0 20px;
  font-size: var(--fz-subhead);
  line-height: 1.3;
}
.subhead h3 {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  font: inherit;
  font-weight: 700;
}
.subhead h3::before {
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: calc(100% - 6px);
  background-color: var(--product-color1);
}

@media (max-width: 1279px) {
  .subhead {
    padding-bottom: 10px;
  }
  .subhead h3::before {
    top: 3px;
    height: calc(100% - 7px);
  }
}
@media (max-width: 767px) {
  .subhead {
    margin-top: 22px;
  }
  .subhead h3 {
    font-weight: 500;
  }
}
/* ---- form ---- */
.form-columns {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  width: 49.5%;
  background-color: #f7f7f7;
}
.form-group.no-bg {
  background-color: transparent;
}
.form-group.full {
  width: 100%;
}
.form-group .label-ti {
  padding-left: 28px;
  width: 110px;
  font-size: 1.0625rem;
  line-height: 60px;
}
.form-group .label-ti label {
  margin-bottom: 0;
}
.form-group .label-ti strong {
  padding-right: 5px;
  color: var(--product-color1);
}
.form-group .field {
  width: calc(100% - 110px);
}
.form-group.message {
  padding-top: 20px;
}
.form-group.message .label-ti, .form-group.message .field {
  width: 100%;
}
.form-group.message .label-ti {
  line-height: 1.6;
}
.form-group.code .label-ti {
  width: 130px;
}
.form-group.code .field {
  width: calc(100% - 130px);
}

.input-style {
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 60px;
  font-size: 1.0625rem;
  line-height: 60px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

textarea.input-style {
  padding: 10px 12px 10px 28px;
  height: 100px;
  line-height: 1.6;
}

label input[type=radio], label input[type=checkbox] {
  position: absolute;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* 驗證碼 */
.form-group.code .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group.code .field .code-txt {
  width: 150px;
  cursor: pointer;
  line-height: 60px;
}
.form-group.code .field .code-txt img {
  width: 150px;
  overflow: hidden;
}
.form-group.code .field input {
  width: calc(100% - 150px);
}

@media (max-width: 1079px) {
  .form-group .label-ti {
    padding-left: 15px;
    width: 90px;
  }
  .form-group .field {
    width: calc(100% - 90px);
  }
  textarea.input-style {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .form-group {
    width: 100%;
  }
}
@media (max-width: 549px) {
  .form-group {
    padding-top: 10px !important;
  }
  .form-group .label-ti {
    width: 100% !important;
    line-height: 1.6;
  }
  .form-group .field {
    width: 100% !important;
  }
  .input-style {
    padding: 0 15px;
  }
  .input-style:not(textarea) {
    height: 42px;
    line-height: 42px;
  }
}
.theme-table, .table-wrap {
  position: relative;
  margin: 0 auto var(--gap-sec);
  border: none;
  overflow-y: hidden;
  overflow-x: auto;
}
.theme-table::after, .table-wrap::after {
  content: "";
  width: 55px;
  height: 50px;
  background-position: 0 0;
  background-image: url(../images/touch_icon_mb.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  opacity: 0;
  top: 5px;
  right: 20px;
  -webkit-animation: ani_move_loop 0.8s both linear infinite;
          animation: ani_move_loop 0.8s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.theme-table table, .table-wrap table {
  max-width: 100% !important;
}
.theme-table.need-scroll::after, .table-wrap.need-scroll::after {
  opacity: 0.9;
}
.theme-table::-webkit-scrollbar, .table-wrap::-webkit-scrollbar {
  height: 5px;
}
.theme-table::-webkit-scrollbar-track, .table-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
  background: #ddd;
}
.theme-table::-webkit-scrollbar-thumb, .table-wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
  background: #999;
}
.theme-table:hover::-webkit-scrollbar-thumb, .table-wrap:hover::-webkit-scrollbar-thumb {
  background: #666;
}

/*
 * Img Hover Effect
 */
.js-imghover {
  overflow: hidden;
  position: relative;
}
.js-imghover img {
  z-index: 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.js-imghover .eff {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.js-imghover .eff:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-110%) skewX(-10deg);
      -ms-transform: translateX(-110%) skewX(-10deg);
          transform: translateX(-110%) skewX(-10deg);
  background: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-110%) skewX(-10deg);
}

.pc a.js-imghover:hover img, .pc a:hover .js-imghover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.pc a.js-imghover:hover .eff, .pc a:hover .js-imghover .eff {
  opacity: 1;
}
.pc a.js-imghover:hover .eff:after, .pc a:hover .js-imghover .eff:after {
  -webkit-animation: ani_imgeffin 0.5s both ease;
          animation: ani_imgeffin 0.5s both ease;
  -webkit-transform: translateX(110%) skewX(-10deg);
      -ms-transform: translateX(110%) skewX(-10deg);
          transform: translateX(110%) skewX(-10deg);
}

@-webkit-keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-110%) skewX(-10deg);
            transform: translateX(-110%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}

@keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-110%) skewX(-10deg);
            transform: translateX(-110%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}
/* pic */
.hover-style {
  overflow: hidden;
}
.hover-style .pic {
  position: relative;
  overflow: hidden;
}
.hover-style .pic img {
  width: 100%;
}
.hover-style .view {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-60deg, transparent 42%, rgba(99, 155, 25, 0.75) 0) top right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-style .view span {
  position: absolute;
  left: 6%;
  bottom: 8%;
  font-size: 1.125rem;
  color: #fff;
}
.hover-style .view span i {
  display: inline-block;
  margin: -2px 0 0 8px;
  width: 25px;
  height: 9px;
  vertical-align: middle;
  background: url(../images/icon_aw2.svg) no-repeat 0 0;
  background-size: cover;
}
.hover-style:hover .view {
  left: 0;
}

@media (max-width: 1079px) {
  .hover-style .view span {
    font-size: 1rem;
  }
}
/*
 * No-data
 */
.msg-nodata {
  padding: 60px 0;
  margin: auto;
  text-align: center;
}
.msg-nodata .img {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  border-radius: 50%;
}
.msg-nodata .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#de2126), to(#ed9027));
  background: linear-gradient(to right, #de2126, #ed9027);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.msg-nodata .img.letter::before {
  content: "";
  height: 1.875em;
  width: 1.875em;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23de2126' d='M20,4H4C2.9,4,2.01,4.9,2.01,6L2,18c0,1.1,0.9,2,2,2h8l0-2H4V8l8,5l8-5v5h2V6C22,4.9,21.1,4,20,4z M12,11L4,6h16L12,11z M17.34,22l-3.54-3.54l1.41-1.41l2.12,2.12l4.24-4.24L23,16.34L17.34,22z' /%3E%3C/svg%3E");
}
.msg-nodata .img.check::before {
  content: "";
  height: 2em;
  width: 2em;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23de2126' d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' /%3E%3C/svg%3E");
}
.msg-nodata .img::before {
  content: "!";
  font-style: normal;
  font-weight: 900;
  font-size: 2.25em;
  color: #de2126;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.msg-nodata .text {
  color: #222;
  text-align: center;
  font-size: 1.125em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  margin: 20px auto 30px;
  letter-spacing: 0.05em;
}
.msg-nodata .text .t-cut {
  display: block;
}
.msg-nodata .text strong {
  display: block;
  font-size: 2em;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 auto 10px;
}

@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .msg-nodata .text strong {
    font-size: 2.25em;
  }
}
@media (max-width: 599px) {
  .msg-nodata .text {
    font-size: 1em;
  }
  .msg-nodata .text strong {
    font-size: 1.875em;
  }
  .msg-nodata .text .t-cut {
    display: inline;
  }
}
@media (max-width: 499px) {
  .msg-nodata .text strong {
    font-size: 1.388em;
  }
}
/* 頁碼 */
.p-pager {
  padding-top: 10px;
  font-size: 0;
  text-align: center;
}
.p-pager > a {
  display: inline-block;
  position: relative;
  margin: 0 7px;
  width: 50px;
  height: 50px;
  font-size: 0.9375rem;
  color: #666;
  vertical-align: middle;
  line-height: 50px;
  border: #ccc solid 1px;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: all 0.3s;
      -ms-transform: all 0.3s;
          transform: all 0.3s;
}
.p-pager > a:not(.disabled):hover, .p-pager > a:not(.disabled).current {
  color: #fff;
  background-color: var(--product-color1);
}
.p-pager .btn-aw {
  text-indent: -9999px;
}
.p-pager .btn-aw::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 9px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: all 0.3s;
      -ms-transform: all 0.3s;
          transform: all 0.3s;
}
.p-pager .prev::after {
  background: url(../images/btn_aw_l.svg) no-repeat 0 0;
  background-size: cover;
}
.p-pager .prev:not(.disabled):hover::after {
  background-position: -12px 0;
}
.p-pager .next::after {
  background: url(../images/btn_aw_r.svg) no-repeat -12px 0;
  background-size: cover;
}
.p-pager .next:not(.disabled):hover::after {
  background-position: 0 0;
}
.p-pager .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 1079px) {
  .p-pager > a {
    margin: 0 4px;
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .p-pager > a {
    margin: 0 4px;
    width: 32px;
    height: 32px;
    font-size: 0.8125rem;
    line-height: 32px;
  }
}
/*
 * * 頁籤溢出轉滾動
 */
.tabs-scroll {
  position: relative;
  margin: var(--gap-vertical) auto 60px;
}
.tabs-scroll .tab-prev, .tabs-scroll .tab-next {
  display: none;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: 15;
  cursor: pointer;
}
.tabs-scroll .tab-prev::before, .tabs-scroll .tab-next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.tabs-scroll .tab-prev.is-hide, .tabs-scroll .tab-next.is-hide {
  opacity: 0 !important;
}
.tabs-scroll .tab-prev:active::before, .tabs-scroll .tab-next:active::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.tabs-scroll .tab-prev {
  left: calc(var(--gap) * -0.8);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(39%, rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 39%);
}
.tabs-scroll .tab-prev::before {
  left: 45%;
  margin-left: -12px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.tabs-scroll .tab-next {
  right: calc(var(--gap) * -0.8);
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(39%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 39%);
}
.tabs-scroll .tab-next::before {
  right: 45%;
  margin-right: -12px;
}
.tabs-scroll.is-scroll-active .tab-horizon-track > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs-scroll.is-scroll-active .tab-prev,
.tabs-scroll.is-scroll-active .tab-next {
  display: block;
}
.tabs-scroll .tab-horizon-track {
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.tabs-scroll .tab-horizon-track::-webkit-scrollbar {
  height: 3px;
}
.tabs-scroll .tab-horizon-track::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 5px;
  margin: 0;
}
.tabs-scroll .tab-horizon-track::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.tabs-scroll .tab-horizon-track > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: inherit;
  top: auto;
  left: auto;
  float: none;
  min-width: initial;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--fz-listname);
  color: #333;
}
.tabs-scroll .tab-horizon-track > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}
.tabs-scroll .tab-horizon-track > ul > li:first-child {
  margin-left: 0;
}
.tabs-scroll .tab-horizon-track > ul > li > a {
  border: 1px solid #ddd;
  position: relative;
  display: block;
  color: #333;
  background-color: #fff;
  padding: 10px 35px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tabs-scroll .tab-horizon-track > ul > li > a > span {
  position: relative;
  z-index: 10;
}
.tabs-scroll .tab-horizon-track > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: height 0.22s;
  transition: height 0.22s;
  background-color: var(--product-color1);
}

.pc .tabs-scroll .tab-horizon-track > ul > li:not(.current) > a:hover,
.tabs-scroll .tab-horizon-track > ul > li:not(.current) > a:active {
  color: #fff;
  border-color: transparent;
}
.pc .tabs-scroll .tab-horizon-track > ul > li:not(.current) > a:hover::before,
.tabs-scroll .tab-horizon-track > ul > li:not(.current) > a:active::before {
  height: 100%;
}

.tabs-scroll .tab-horizon-track > ul > li.current > a {
  color: #fff;
  border-color: transparent;
}
.tabs-scroll .tab-horizon-track > ul > li.current > a::before {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .tabs-scroll {
    margin-bottom: 25px;
  }
  .tabs-scroll .tab-horizon-track > ul > li > a {
    padding: 5px 8px;
    font-size: 0.9375rem;
  }
}
/*
* Copy String
*/
.js-copy {
  position: relative;
  cursor: copy;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.pc .js-copy:hover {
  background-color: rgba(222, 33, 38, 0.9);
}

.copy-done {
  right: -5px;
  top: 0;
  z-index: 10;
  line-height: 1.1;
  position: absolute;
  font-size: 13px;
  color: #ffffff;
  padding: 5px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(222, 33, 38, 0.6);
}

.g-community .copy-done {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

/* ============
 * 動畫
 ============ */
@-webkit-keyframes ani_nav_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes ani_nav_close {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes ani_nav_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani_nav_open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani_width_grow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes ani_width_grow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes ani_subnav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes ani_subnav_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes ani_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_up {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_up {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_up_full {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_up_full {
  0% {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_right {
  0% {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_right {
  0% {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_left {
  0% {
    -webkit-transform: translate(35px, 0);
            transform: translate(35px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_left {
  0% {
    -webkit-transform: translate(35px, 0);
            transform: translate(35px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_out_right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
  }
}
@keyframes ani_fade_out_right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes ani_fade_out_left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
}
@keyframes ani_fade_out_left {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes ani_fade_in_leftup {
  0% {
    -webkit-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_leftup {
  0% {
    -webkit-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_in_rightdown {
  0% {
    -webkit-transform: translate(-30%, -20%);
            transform: translate(-30%, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@keyframes ani_fade_in_rightdown {
  0% {
    -webkit-transform: translate(-30%, -20%);
            transform: translate(-30%, -20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ani_fade_out_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80%, 100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }
}
@keyframes ani_fade_out_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  80%, 100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }
}
@-webkit-keyframes ani_zoom_in {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani_zoom_in {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_clip_in_left {
  0%, 5% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes ani_clip_in_left {
  0%, 5% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_clip_in_right {
  0%, 5% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes ani_clip_in_right {
  0%, 5% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_clip_in_down {
  0%, 5% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes ani_clip_in_down {
  0%, 5% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_clip_in_up {
  0%, 5% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes ani_clip_in_up {
  0%, 5% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_clip_out_left {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
}
@keyframes ani_clip_out_left {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
}
@-webkit-keyframes ani_clip_out_right {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 0% 100%);
  }
}
@keyframes ani_clip_out_right {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 20% 0%, 20% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_clip_out_down {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 20%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 20%);
  }
}
@keyframes ani_clip_out_down {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 20%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 20%, 0% 20%);
  }
}
@-webkit-keyframes ani_clip_out_up {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@keyframes ani_clip_out_up {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes ani_center_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(5px) scale(1.1);
            transform: translateX(-50%) translateY(5px) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes ani_center_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(5px) scale(1.1);
            transform: translateX(-50%) translateY(5px) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes ani_center_zoom_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ani_center_zoom_in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes ani_split_word_flip {
  from {
    -webkit-transform: rotateX(90deg) translateY(-100%);
            transform: rotateX(90deg) translateY(-100%);
  }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes ani_split_word_flip {
  from {
    -webkit-transform: rotateX(90deg) translateY(-100%);
            transform: rotateX(90deg) translateY(-100%);
  }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@-webkit-keyframes ani_split_char_flip {
  from {
    -webkit-transform: translate(10px, 50px) rotateX(-45deg) scaleY(0.2);
            transform: translate(10px, 50px) rotateX(-45deg) scaleY(0.2);
  }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes ani_split_char_flip {
  from {
    -webkit-transform: translate(10px, 50px) rotateX(-45deg) scaleY(0.2);
            transform: translate(10px, 50px) rotateX(-45deg) scaleY(0.2);
  }
  to {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@-webkit-keyframes ani_split_char_up {
  from {
    -webkit-transform: translate(10px, 101%);
            transform: translate(10px, 101%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes ani_split_char_up {
  from {
    -webkit-transform: translate(10px, 101%);
            transform: translate(10px, 101%);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes ani_spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ani_spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ani_kabnantext_in {
  0% {
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes ani_kabnantext_in {
  0% {
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ani_move_loop {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes ani_move_loop {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@-webkit-keyframes ani_logotext_in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(-50%) skewX(-15deg);
            transform: translateX(-15px) translateY(-50%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%) skewX(-15deg);
            transform: translateX(0) translateY(-50%) skewX(-15deg);
  }
}
@keyframes ani_logotext_in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px) translateY(-50%) skewX(-15deg);
            transform: translateX(-15px) translateY(-50%) skewX(-15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%) skewX(-15deg);
            transform: translateX(0) translateY(-50%) skewX(-15deg);
  }
}
@-webkit-keyframes ani_stroke {
  0% {
    stroke-dasharray: 200;
  }
  100% {
    stroke-dasharray: 240;
  }
}
@keyframes ani_stroke {
  0% {
    stroke-dasharray: 200;
  }
  100% {
    stroke-dasharray: 240;
  }
}
.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#de2126), to(#ed9027));
  background: linear-gradient(90deg, #de2126, #ed9027);
  background-position-x: 100% !important;
  background-size: 100% !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
}

/* 列表-類別介紹 */
.pd-intro {
  position: relative;
  padding-top: var(--gap-vertical);
  padding-bottom: var(--gap-vertical);
}
.pd-intro::before {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  background: var(--product-color1);
  opacity: 0.1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.3));
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.3));
}
.pd-intro .half {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pd-intro .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 auto 30px;
  font-size: var(--fz-subhead);
  color: var(--product-color1);
  font-weight: 600;
}
.pd-intro .img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 450px;
          flex: 1 0 450px;
  max-width: 450px;
}
.pd-intro .img + .text {
  padding-left: 60px;
}
.pd-intro .text {
  padding-top: var(--gap);
  padding-bottom: var(--gap);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 450px);
          flex: 1 1 calc(100% - 450px);
}
.pd-intro .text .tit {
  font-size: calc(var(--fz-listname) * 1.1);
  font-weight: 600;
  color: #444;
}

.list-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-dots > li {
  display: block;
  position: relative;
  padding-left: 18px;
  margin: 8px 0;
  color: #666;
  line-height: 1.5;
}
.list-dots > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #999;
  position: absolute;
  top: 8px;
  left: 3px;
}

/* 列表 */
.product-list {
  --product-num: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: var(--gap-vertical);
  margin-left: calc(var(--gap-item) * -1);
  margin-right: calc(var(--gap-item) * -1);
}
.product-list.type-cate {
  --product-num: 3;
}
.product-list .item {
  background-color: #f7f7f7;
  padding: var(--gap-item);
  line-height: 1.5;
  color: #333;
  display: block;
  position: relative;
  width: calc(100% / var(--product-num) - var(--gap-item) * 2);
  margin-bottom: calc(var(--gap-item) * 4);
  margin-left: var(--gap-item);
  margin-right: var(--gap-item);
  padding-bottom: calc(10px + var(--h-input));
  -webkit-transition: background-color 0.85s;
  transition: background-color 0.85s;
}
.product-list .item:active {
  background-color: #dedede;
}
.product-list .item:active .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.product-list .item:active .sn-name {
  color: var(--product-color1);
}
.product-list .item:active .more::before {
  height: 100%;
}
.product-list .item:active .more > div {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pc .product-list .item:hover .img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.pc .product-list .item:hover .sn-name {
  color: var(--product-color1);
}
.pc .product-list .item:hover .more::before {
  height: 100%;
}
.pc .product-list .item:hover .more > div {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.product-list .more {
  position: absolute;
  width: 100%;
  height: var(--h-input);
  line-height: var(--h-input);
  white-space: nowrap;
  text-align: center;
  bottom: 0;
  left: 0;
  color: var(--product-color1);
  font-size: 0.875rem;
}
.product-list .more::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  height: 3px;
  width: 100%;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(var(--product-color1)), to(var(--product-color2)));
  background: linear-gradient(to right, var(--product-color1), var(--product-color2));
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
.product-list .more > div {
  z-index: 10;
  position: relative;
}
.product-list .more > div svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: -10px;
  margin-left: 10px;
}
.product-list .img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.product-list .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.product-list .sn-name {
  display: block;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 500;
  font-size: var(--fz-listname-sm);
  display: -webkit-box;
  overflow: hidden;
  /*! autoprefixer: off;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-list .list-dots {
  margin-top: 15px;
}
.product-list .text {
  margin: 25px auto 0;
  padding: 0 15px;
}

@media (max-width: 839px) {
  .pd-intro .img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
  .pd-intro .img + .text {
    padding-left: var(--gap);
  }
  .pd-intro .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-list {
    --product-num: 3;
  }
}
@media (max-width: 639px) {
  .pd-intro {
    padding-top: var(--gap);
    padding-bottom: var(--gap);
  }
  .pd-intro .title {
    text-align: center;
  }
  .pd-intro .half {
    display: block;
  }
  .pd-intro .img {
    display: block;
    margin: 0 auto;
  }
  .pd-intro .img + .text {
    padding-left: 0;
  }
  .pd-intro .text {
    display: block;
    margin: 20px auto 0;
    max-width: 450px;
  }
  .product-list {
    --product-num: 2;
  }
  .product-list.type-cate {
    --product-num: 2;
  }
}
@media (max-width: 579px) {
  .product-list {
    display: block;
    margin: var(--gap-vertical) 0 auto;
  }
  .product-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto 3px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 15px;
  }
  .product-list .more {
    height: 3px;
  }
  .product-list .more > div {
    display: none;
  }
  .product-list .img {
    max-width: 120px;
  }
  .product-list .img + .text {
    padding-left: 15px;
  }
  .product-list .text {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 120px);
            flex: 1 1 calc(100% - 120px);
    font-size: 0.875rem;
  }
  .product-list .list-dots > li {
    margin: 3px 0;
  }
}
@media (max-width: 449px) {
  .product-list .img {
    max-width: 80px;
  }
  .product-list .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 80px);
            flex: 1 1 calc(100% - 80px);
  }
}
/* 詳細 */
.pv-top {
  overflow: hidden;
  margin-bottom: var(--gap-vertical);
  padding-top: 2.3vw;
  position: relative;
}
.pv-top::before {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 0;
  position: absolute;
  background: var(--product-color1);
  opacity: 0.1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.3));
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.3));
}
.pv-top > .container {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pv-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(45% - max(5.2vw, var(--gap)));
          flex: 1 1 calc(45% - max(5.2vw, var(--gap)));
  max-width: 560px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 70px;
}
.pv-top-left .cate {
  color: var(--product-color1);
  display: block;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}
.pv-top-left .name {
  font-size: var(--fz-p-kanban);
  color: #000;
  line-height: 1.2;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.pv-top-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.pv-top-right img {
  position: relative;
  z-index: 10;
}

.pv-top-info {
  margin: 30px 0 50px;
  line-height: 1.6;
}
.pv-top-info .tit {
  font-size: var(--fz-listname);
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.pv-details .theme-table {
  margin-bottom: var(--gap-vertical);
}

@media screen and (max-width: 1299px) {
  .pv-top-left {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1099px) {
  .pv-top-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pv-top-right::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pv-top {
    margin-top: 0;
    padding-top: 30px;
  }
  .pv-top > .container {
    display: block;
  }
  .pv-top-left {
    max-width: none;
    display: block;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .pv-top-left .name, .pv-top-left .cate {
    text-align: center;
  }
  .pv-top-left .g-btn {
    display: block;
    max-width: 300px;
    margin: 10px auto;
  }
  .pv-top-right {
    max-width: none;
    display: block;
  }
  .pv-top-right::before {
    width: 100vw;
    left: calc(var(--gap) * -1);
    border-radius: 0 0 20vw 20vw;
  }
  .pv-top-info {
    margin: 20px 0 30px;
  }
  .pv-top-info .tit {
    text-align: center;
  }
  .pv-details .theme-table {
    margin-left: calc(var(--gap) * -1);
    margin-right: calc(var(--gap) * -1);
  }
}
@media screen and (max-width: 579px) {
  .pv-top {
    margin-top: 0;
  }
}
/* search */
#search .keyword {
  margin-top: 3vw;
  padding: 15px 10px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
  border: #ddd solid 1px;
}
#search .keyword span {
  padding: 0 3px;
  color: var(--product-color1);
}
#search .product-list {
  margin-top: 3.5vw;
}

@media screen and (max-width: 767px) {
  #search .keyword {
    margin-top: 32px;
    padding: 8px 5px;
    font-size: 1.0625rem;
  }
}
/* ---- about ---- */
/* 共用 */
#about .editor {
  margin-top: 5.5vw;
}

@media (max-width: 767px) {
  #about .editor {
    margin-top: 32px;
  }
}
/* 認證 - 彈出視窗 */
.mfp-bottom-bar {
  top: calc(100% + 50px);
}
.mfp-bottom-bar .mfp-title {
  font-size: 0.9375rem;
}

.certific-body .mfp-close {
  display: none;
}

/* 里程紀事 */
.milestone .list {
  position: relative;
  margin: 5.5vw auto 0;
  max-width: 1090px;
}
.milestone .list::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 102px;
  width: 2px;
  height: 100%;
  background-color: var(--product-color1);
}
.milestone .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.milestone .list .item .year {
  position: relative;
  width: 109px;
  font-size: 1.875rem;
  color: var(--product-color1);
  font-weight: 700;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
}
.milestone .list .item .year::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: var(--product-color1);
}
.milestone .list .item .txt {
  margin: 0 0 1vw 3.5vw;
  padding: 16px 0 1.8vw 0;
  width: calc(100% - 109px - 3.5vw);
  font-size: 1.0625rem;
  color: #666;
  border-bottom: #ddd solid 1px;
}
.milestone .list .item .txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.milestone .list .item .txt ul li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
.milestone .list .item .txt ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #666;
}
.milestone .list .item .txt ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .milestone .list {
    margin-top: 32px;
  }
  .milestone .list::after {
    left: 60.5px;
    width: 1px;
  }
  .milestone .list .item .year {
    width: 65px;
    font-size: 1.25rem;
  }
  .milestone .list .item .year::after {
    margin-top: -4px;
    width: 8px;
    height: 8px;
  }
  .milestone .list .item .txt {
    margin: 0 0 10px 20px;
    padding: 7px 0 15px 0;
    width: calc(100% - 65px - 20px);
  }
  .milestone .list .item .txt ul li {
    padding-left: 15px;
  }
  .milestone .list .item .txt ul li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
/* ---- 重大訊息 ---- */
/* sidebar */
#nav-item {
  position: relative;
  z-index: 10;
  width: 200px;
}
#nav-item .cate-btn {
  display: block;
  position: relative;
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  line-height: 54px;
  border: #ddd solid 1px;
  border-radius: 5px;
  background-color: #fff;
}
#nav-item .cate-btn .cate-name {
  position: relative;
  margin: 0;
  padding-right: 25px;
  font-size: 1rem;
  color: #666;
}
#nav-item .cate-btn .cate-name span {
  display: block;
}
#nav-item .cate-btn .cate-name .icon {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  width: 9px;
  height: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #666 #666 transparent transparent;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#nav-item .cate-btn.open .cate-name .icon {
  top: 58%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

ul.nav-list {
  display: none;
  position: absolute;
  margin-top: 8px;
  width: 100%;
  border: #ddd solid 1px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
ul.nav-list li:not(:last-child) {
  border-bottom: #ddd solid 1px;
}
ul.nav-list li:first-child a {
  border-radius: 5px 5px 0 0;
}
ul.nav-list li:last-child a {
  border-radius: 0 0 5px 5px;
}
ul.nav-list li a {
  display: block;
  padding: 12px 15px 12px 20px;
  font-size: 1rem;
  color: #666;
}
ul.nav-list li.current a, ul.nav-list li a:hover {
  color: #fff;
  background-color: var(--product-color1);
}

#news .subhead.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #444 solid 3px;
}

@media (max-width: 1079px) {
  #nav-item .cate-btn {
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #nav-item .cate-btn {
    line-height: 48px;
  }
}
@media (max-width: 549px) {
  #nav-item {
    margin-top: 10px;
    width: 100%;
  }
  #nav-item .cate-btn {
    line-height: 42px;
  }
}
/* 圖文列表 */
.news-list {
  margin: 40px -20px 0;
}
.news-list .item {
  margin-bottom: 2.6vw;
  padding: 0 20px;
  width: 33.333%;
}
.news-list .item .txt {
  padding: 20px 15px 0;
}
.news-list .item .ti {
  margin: 0 0 10px 0;
  font-size: var(--fz-listname);
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .item .date {
  font-size: 0.9375rem;
  color: #666;
}
.news-list .item a:hover .ti {
  color: var(--product-color1);
}

@media (max-width: 1365px) {
  .news-list {
    margin: 40px -15px 0;
  }
  .news-list .item {
    padding: 0 15px;
  }
  .news-list .item .txt {
    padding-top: 15px;
  }
}
@media (max-width: 1279px) {
  .news-list {
    margin: 40px -10px 0;
  }
  .news-list .item {
    padding: 0 10px;
  }
  .news-list .item .txt {
    padding: 15px 5px 0;
  }
}
@media (max-width: 839px) {
  .news-list {
    margin-top: 25px;
  }
  .news-list .item {
    margin-bottom: 20px;
    width: 50%;
  }
  .news-list .item .txt {
    padding-top: 10px;
  }
  .news-list .item .ti {
    margin-bottom: 0;
  }
}
@media (max-width: 549px) {
  .news-list .item {
    width: 100%;
  }
}
/* 文字列表 */
#news .list-style {
  padding-bottom: 2.5vw;
}
#news .list-style .th, #news .list-style .td {
  text-align: left;
}
#news .list-style .th:nth-child(1), #news .list-style .td:nth-child(1) {
  width: 200px;
}
#news .list-style .th:nth-child(2), #news .list-style .td:nth-child(2) {
  width: calc(100% - 200px);
}
#news .list-style .td a {
  color: #444;
}
#news .list-style .tr:hover .td a {
  color: var(--product-color1);
}

@media (max-width: 1079px) {
  #news .list-style .th:nth-child(1), #news .list-style .td:nth-child(1) {
    width: 150px;
  }
  #news .list-style .th:nth-child(2), #news .list-style .td:nth-child(2) {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  #news .list-style {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  #news .list-style .th:nth-child(1), #news .list-style .td:nth-child(1) {
    width: 125px;
  }
  #news .list-style .th:nth-child(2), #news .list-style .td:nth-child(2) {
    width: calc(100% - 125px);
  }
}
@media (max-width: 549px) {
  #news .list-style .td {
    width: 100% !important;
  }
  #news .list-style .td:nth-child(1) {
    padding-bottom: 0;
  }
  #news .list-style .td:nth-child(2) {
    padding-top: 0;
  }
}
/* view */
#news.view .data-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.5vw;
  padding: 1.5vw 0;
  border-top: #444 solid 3px;
  border-bottom: #ddd solid 1px;
}
#news.view .data-top .ti {
  position: relative;
  margin: 0;
  padding: 0 1.5vw 0 25px;
  width: calc(100% - 150px);
  font-size: 1.75rem;
  line-height: 1.8;
}
#news.view .data-top .ti::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #ddd;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#news.view .data-top .date {
  width: 150px;
  font-size: 0.9375rem;
  text-align: center;
}
#news.view .editor {
  margin-bottom: 50px;
  padding: 1.5vw 25px 3.5vw;
  border-bottom: #ddd solid 1px;
}
#news.view .editor-wrap {
  font-size: 1.0625rem;
  color: #666;
}

@media (max-width: 1365px) {
  #news.view .data-top {
    padding: 25px 0;
  }
  #news.view .data-top .ti {
    padding: 0 10px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  #news.view .editor {
    margin-bottom: 40px;
    padding: 25px 10px 40px;
  }
}
@media (max-width: 767px) {
  #news.view .data-top {
    margin-top: 32px;
    padding: 15px 0;
  }
  #news.view .data-top .ti {
    width: 100%;
    font-size: 1.25rem;
  }
  #news.view .data-top .ti::after {
    display: none;
  }
  #news.view .data-top .date {
    display: inline-block;
    margin: 5px 0 0 10px;
    padding: 2px 8px;
    width: auto;
    font-size: 0.875rem;
    color: #fff;
    text-align: left;
    line-height: 1.6;
    border-radius: 4px;
    background-color: var(--product-color1);
  }
  #news.view .editor {
    margin-bottom: 30px;
    padding: 15px 10px 25px;
  }
}
/* ---- 投資人專區 ---- */
/* spac */
.spac {
  padding-bottom: 3vw;
}

@media (max-width: 1079px) {
  .spac {
    padding-bottom: 30px;
  }
}
/* list-style - 共用 */
.list-style {
  width: 100%;
}
.list-style .thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #444;
}
.list-style .thead .th {
  position: relative;
  padding: 15px var(--gap-table-column);
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.list-style .thead .th:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.2);
}
.list-style .thead .th:nth-child(1) {
  width: calc(100% - 220px);
}
.list-style .thead .th:nth-child(2) {
  width: 220px;
  text-align: center;
}
.list-style .tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #ccc solid 1px;
}
.list-style .tbody .th, .list-style .tbody .td {
  padding: 15px var(--gap-table-column);
  font-size: 1rem;
  color: #666;
  vertical-align: top;
  line-height: 1.6;
}
.list-style .tbody .th {
  width: calc(100% - 220px);
}
.list-style .tbody .th a {
  color: #666;
  font-weight: 500;
}
.list-style .tbody .th a:hover {
  color: #639b1b;
}
.list-style .tbody .td {
  width: 220px;
  text-align: center;
}
.list-style.has-border {
  border: #ccc solid 1px;
  border-bottom: none;
}
.list-style.has-border .thead .th:not(:first-child) {
  border-left: #ccc solid 1px;
}
.list-style.has-border .tbody .td > div {
  border-left: #ccc solid 1px;
}
.list-style.grids-12, .list-style.grids-4 {
  text-align: center;
}
.list-style.grids-12 .thead .th, .list-style.grids-12 .tbody .th, .list-style.grids-4 .thead .th, .list-style.grids-4 .tbody .th {
  padding: 15px 10px;
}
.list-style.grids-12 .thead .th:nth-child(1), .list-style.grids-12 .tbody .th, .list-style.grids-4 .thead .th:nth-child(1), .list-style.grids-4 .tbody .th {
  width: 20%;
}
.list-style.grids-12 .tbody .td, .list-style.grids-4 .tbody .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: 80%;
}
.list-style.grids-12 .tbody .td > div, .list-style.grids-4 .tbody .td > div {
  padding: 15px 10px;
}
.list-style.grids-12 .thead .th:not(:first-child) {
  width: 6.6666666667%;
}
.list-style.grids-12 .tbody .td > div {
  width: 8.3333333333%;
}
.list-style.grids-4 .thead .th:not(:first-child) {
  width: 20%;
}
.list-style.grids-4 .tbody .td > div {
  width: 25%;
}

.btn-download {
  display: block;
  text-align: center;
  line-height: 0;
}
.btn-download i {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-download i.icon-pdf {
  width: 18px;
  height: 25px;
  background: url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: cover;
}
.btn-download i.icon-video {
  width: 21px;
  height: 21px;
  background: url(../images/icon_video.png) no-repeat 0 0;
  background-size: cover;
}
.btn-download:hover .icon-pdf {
  background-position: 0 -25px;
}
.btn-download:hover .icon-video {
  background-position: 0 -21px;
}

@media (min-width: 768px) {
  .list-style .tbody .tr:nth-child(even) {
    background-color: #f7f7f7;
  }
}
@media (max-width: 1079px) {
  .list-style .thead .th:nth-child(1), .list-style .tbody .th {
    width: calc(100% - 130px);
  }
  .list-style .thead .th:nth-child(2), .list-style .tbody .td {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .list-style.grids-12 .thead .th, .list-style.grids-12 .tbody .th, .list-style.grids-4 .thead .th, .list-style.grids-4 .tbody .th {
    padding: 10px;
  }
  .list-style.grids-12 .thead {
    display: none;
  }
  .list-style.grids-12 .tbody .td > div {
    padding: 0 0 15px 0;
    width: 16.666%;
  }
  .list-style.grids-12 .tbody .td > div::before {
    display: block;
    content: attr(data-title);
    margin-bottom: 15px;
    padding: 10px 10px;
    font-size: 1.0625rem;
    font-weight: 500;
    border-bottom: #ccc solid 1px;
    background-color: #f7f7f7;
  }
}
@media (max-width: 767px) {
  .list-style .thead {
    display: none;
  }
  .list-style .tbody .tr {
    padding: 5px 0;
    border: #ccc solid 1px;
  }
  .list-style .tbody .tr:not(:last-child) {
    margin-bottom: 5px;
  }
  .list-style .tbody .th, .list-style .tbody .td {
    padding: 5px var(--gap-table-column);
  }
  .list-style .tbody .th {
    position: relative;
    width: calc(100% - 60px);
  }
  .list-style .tbody .th::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .list-style .tbody .td {
    width: 60px;
  }
  .list-style.has-border .tbody .tr {
    padding: 0;
    border: none;
    border-bottom: #ccc solid 1px;
  }
  .list-style.has-border .tbody .th::before {
    display: none;
  }
  .list-style.grids-4 .tbody .tr {
    margin-bottom: 0 !important;
  }
  .list-style.grids-4 .tbody .td > div {
    padding: 0 0 15px 0;
    width: 25%;
  }
  .list-style.grids-4 .tbody .td > div::before {
    display: block;
    content: attr(data-title);
    margin-bottom: 15px;
    padding: 10px 10px;
    font-size: 1.0625rem;
    font-weight: 500;
    border-bottom: #ccc solid 1px;
    background-color: #f7f7f7;
  }
}
@media (max-width: 570px) {
  .list-style.has-border {
    border-left: none;
  }
  .list-style.has-border .tbody .th {
    border-left: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  .list-style.grids-12 .tbody .th, .list-style.grids-4 .tbody .th {
    width: 100%;
    color: #fff;
    background-color: #444;
  }
  .list-style.grids-12 .tbody .td, .list-style.grids-4 .tbody .td {
    width: 100%;
  }
  .list-style.grids-12.grids-12 .tbody .td > div, .list-style.grids-4.grids-12 .tbody .td > div {
    width: 25%;
  }
}
/* 股東會訊息 + 股權結構 + 法人說明會 */
/* 共用 */
.list-style.divident .thead .th {
  text-align: center;
}
.list-style.divident .thead .th:not(:last-child)::after {
  display: none;
}
.list-style.divident .tbody .th {
  width: 120px;
  text-align: center;
}
.list-style.divident .tbody .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  width: calc(100% - 120px);
}
.list-style.divident .tbody .td > div {
  padding: 15px var(--gap-table-column);
}

.divident-info .list-style.divident .thead .th:nth-child(1) {
  width: 120px;
}
.divident-info .list-style.divident .thead .th:nth-child(2) {
  width: calc(100% - 660px - 20%);
  text-align: left;
}
.divident-info .list-style.divident .thead .th:nth-child(3) {
  width: 20%;
  text-align: left;
}
.divident-info .list-style.divident .thead .th:nth-child(4) {
  width: 170px;
}
.divident-info .list-style.divident .thead .th:nth-child(5) {
  width: 130px;
}
.divident-info .list-style.divident .thead .th:nth-child(6) {
  width: 110px;
}
.divident-info .list-style.divident .thead .th:nth-child(7) {
  width: 130px;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(1) {
  width: calc(100% - 540px - 21.9%);
  text-align: left;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(2) {
  width: 21.9%;
  text-align: left;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(3) {
  width: 170px;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(4) {
  width: 130px;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(5) {
  width: 110px;
}
.divident-info .list-style.divident .tbody .td > div:nth-child(6) {
  width: 130px;
}

.divident-briefing .list-style.divident .thead .th:nth-child(1) {
  width: 120px;
}
.divident-briefing .list-style.divident .thead .th:nth-child(2) {
  width: 160px;
  text-align: left;
}
.divident-briefing .list-style.divident .thead .th:nth-child(3) {
  width: calc(100% - 580px);
  text-align: left;
}
.divident-briefing .list-style.divident .thead .th:nth-child(4) {
  width: 170px;
}
.divident-briefing .list-style.divident .thead .th:nth-child(5) {
  width: 130px;
}
.divident-briefing .list-style.divident .tbody .td > div:nth-child(1) {
  width: 160px;
  text-align: left;
}
.divident-briefing .list-style.divident .tbody .td > div:nth-child(2) {
  width: calc(100% - 460px);
  text-align: left;
}
.divident-briefing .list-style.divident .tbody .td > div:nth-child(3) {
  width: 170px;
}
.divident-briefing .list-style.divident .tbody .td > div:nth-child(4) {
  width: 130px;
}

.divident-years .list-style.divident .thead .th {
  width: calc((100% - 120px) / 6);
  text-align: left;
}
.divident-years .list-style.divident .thead .th:nth-child(1) {
  width: 120px;
  text-align: center;
}
.divident-years .list-style.divident .tbody .td > div {
  width: 16.6666666667%;
  text-align: left;
}

.divident-shareholding .list-style.divident .thead .th {
  width: calc((100% - 120px) / 6);
  text-align: left;
}
.divident-shareholding .list-style.divident .thead .th:nth-child(1) {
  width: 120px;
  text-align: center;
}
.divident-shareholding .list-style.divident .thead .th:nth-child(2) {
  width: calc(100% - 340px);
}
.divident-shareholding .list-style.divident .thead .th:nth-child(3) {
  width: 220px;
  text-align: center;
}
.divident-shareholding .list-style.divident .tbody .td > div:nth-child(1) {
  width: calc(100% - 220px);
  text-align: left;
}
.divident-shareholding .list-style.divident .tbody .td > div:nth-child(2) {
  width: 220px;
}

@media (max-width: 1079px) {
  .divident-info .list-style.divident .thead .th:nth-child(2) {
    width: calc(100% - 660px - 16%);
  }
  .divident-info .list-style.divident .thead .th:nth-child(3) {
    width: 16%;
  }
  .divident-info .list-style.divident .tbody .td > div:nth-child(1) {
    width: calc(100% - 540px - 18%);
  }
  .divident-info .list-style.divident .tbody .td > div:nth-child(2) {
    width: 18%;
  }
}
@media (max-width: 1023px) {
  .list-style.divident .thead {
    display: none;
  }
  .list-style.divident .tbody .tr {
    padding: 0;
    border: #ccc solid 1px;
  }
  .list-style.divident .tbody .tr:nth-child(even) {
    background-color: transparent;
  }
  .list-style.divident .tbody .tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .list-style.divident .tbody .th {
    padding: 8px 10px;
    width: 80px;
  }
  .list-style.divident .tbody .td {
    width: calc(100% - 80px);
    font-size: 0.9375rem;
    border-left: #ccc solid 1px;
  }
  .list-style.divident .tbody .td > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100% !important;
    text-align: left;
  }
  .list-style.divident .tbody .td > div::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: attr(data-title);
    padding: 8px 10px;
    width: 100px;
    background-color: #f7f7f7;
  }
  .list-style.divident .tbody .td > div:not(:last-child) {
    border-bottom: #ccc solid 1px;
  }
  .list-style.divident .tbody .td > div div {
    padding: 8px 10px;
    width: calc(100% - 100px);
  }
  .list-style.divident .tbody .td > div .btn-download {
    text-align: left;
  }
  .divident-years .list-style.divident .tbody .td > div::before {
    width: 132px;
  }
  .divident-years .list-style.divident .tbody .td > div div {
    width: calc(100% - 132px);
  }
  .divident-shareholding .list-style.divident .tbody .td > div::before {
    width: 130px;
  }
  .divident-shareholding .list-style.divident .tbody .td > div div {
    width: calc(100% - 130px);
  }
}
@media (max-width: 767px) {
  .list-style.divident .tbody .th {
    width: 60px;
  }
  .list-style.divident .tbody .th::before {
    display: none;
  }
  .list-style.divident .tbody .td {
    width: calc(100% - 60px);
  }
}
/* 財務資訊 */
.financial .year {
  margin-top: 3vw;
}
.financial .list-style:last-child {
  margin-top: 1.5vw;
}

@media (max-width: 1279px) {
  .financial .year {
    margin-top: 30px;
  }
  .financial .list-style {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .financial .list-style:last-child {
    margin-top: 10px;
  }
}
/* 投資人服務 */
.investor-liaison .editor {
  padding-top: 3vw;
}

/* 利害關係人 */
.conference .editor {
  margin-top: 3vw;
}

@media (max-width: 1279px) {
  .conference .editor {
    margin-top: 30px;
  }
}
/* ---- inquiry ---- */
#inquiry .list-style .thead .th {
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#inquiry .list-style .thead .th:nth-child(1) {
  width: 220px;
}
#inquiry .list-style .thead .th:nth-child(2) {
  width: 250px;
}
#inquiry .list-style .thead .th:nth-child(3) {
  width: calc(100% - 900px);
}
#inquiry .list-style .thead .th:nth-child(4) {
  width: 250px;
}
#inquiry .list-style .thead .th:nth-child(5) {
  width: 180px;
  text-align: center;
}
#inquiry .list-style .tbody .th {
  width: 220px;
}
#inquiry .list-style .tbody .th img {
  max-width: 160px;
  background-color: #fff;
}
#inquiry .list-style .tbody .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  width: calc(100% - 220px - 180px);
}
#inquiry .list-style .tbody .td > div {
  padding: 15px var(--gap-table-column);
  text-align: left;
}
#inquiry .list-style .tbody .td > div:nth-child(1) {
  width: 250px;
}
#inquiry .list-style .tbody .td > div:nth-child(2) {
  width: calc(100% - 500px);
}
#inquiry .list-style .tbody .td > div:nth-child(3) {
  width: 250px;
}
#inquiry .list-style .tbody .td > div a {
  color: #444;
}
#inquiry .list-style .tbody .tr:hover a {
  color: var(--product-color1);
}
#inquiry .list-style .tbody .del {
  width: 180px;
  height: 28px;
  text-align: center;
}
#inquiry .list-style .tbody .del .btn-del {
  display: inline-block;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: url(../images/icon_del.png) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#inquiry .list-style .tbody .del .btn-del:hover {
  background-position: 0 -28px;
}
#inquiry .form .form-group.no-bg {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#inquiry.finish .msg-wrap {
  margin: 5.5vw auto 0;
  padding: 20px 30px;
  max-width: 600px;
  text-align: center;
}
#inquiry.finish .msg-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#inquiry.finish .msg-icon span {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--product-color1);
}
#inquiry.finish .msg-icon span::before, #inquiry.finish .msg-icon span::after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  background-color: #fff;
}
#inquiry.finish .msg-icon span:before {
  top: 16px;
  left: 34px;
  width: 3px;
  height: 50%;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
#inquiry.finish .msg-icon span:after {
  top: 30px;
  left: 20px;
  width: 3px;
  height: 25%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#inquiry.finish .msg-title {
  position: relative;
  padding-top: 20px;
  color: var(--product-color1);
  font-size: var(--fz-subhead);
}
#inquiry.finish .txt {
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.6;
}
#inquiry.finish .btn-box {
  margin-top: 30px;
}

@media (max-width: 1365px) {
  #inquiry .list-style .thead .th:nth-child(1) {
    width: 190px;
  }
  #inquiry .list-style .thead .th:nth-child(2) {
    width: 180px;
  }
  #inquiry .list-style .thead .th:nth-child(3) {
    width: calc(100% - 670px);
  }
  #inquiry .list-style .thead .th:nth-child(4) {
    width: 180px;
  }
  #inquiry .list-style .thead .th:nth-child(5) {
    width: 120px;
  }
  #inquiry .list-style .tbody .th {
    width: 190px;
  }
  #inquiry .list-style .tbody .th img {
    max-width: 130px;
  }
  #inquiry .list-style .tbody .td {
    width: calc(100% - 190px - 120px);
  }
  #inquiry .list-style .tbody .td > div:nth-child(1) {
    width: 180px;
  }
  #inquiry .list-style .tbody .td > div:nth-child(2) {
    width: calc(100% - 360px);
  }
  #inquiry .list-style .tbody .td > div:nth-child(3) {
    width: 180px;
  }
  #inquiry .list-style .tbody .del {
    width: 120px;
  }
}
@media (max-width: 991px) {
  #inquiry .list-style .thead {
    display: none;
  }
  #inquiry .list-style .tbody .tr {
    position: relative;
    padding: 0;
    border: #ccc solid 1px;
    background-color: #fff !important;
  }
  #inquiry .list-style .tbody .tr:not(:last-child) {
    margin-bottom: 5px;
  }
  #inquiry .list-style .tbody .th {
    padding: 10px;
    width: 150px;
  }
  #inquiry .list-style .tbody .th::before {
    display: none;
  }
  #inquiry .list-style .tbody .td {
    padding: 10px 10px 10px 20px;
    width: calc(100% - 150px - 48px);
    font-size: 0.9375rem;
  }
  #inquiry .list-style .tbody .td::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #inquiry .list-style .tbody .td > div {
    padding: 0;
    width: 100% !important;
  }
  #inquiry .list-style .tbody .td a {
    font-size: 1.0625rem;
    line-height: 1;
  }
  #inquiry .list-style .tbody .td .del {
    width: 48px;
  }
  #inquiry .list-style .tbody .del {
    width: 48px;
  }
}
@media (max-width: 767px) {
  #inquiry .list-style .tbody .th {
    width: 100px;
  }
  #inquiry .list-style .tbody .th img {
    max-width: 100%;
  }
  #inquiry .list-style .tbody .td {
    width: calc(100% - 100px - 48px);
  }
  #inquiry .form .form-columns {
    padding: 0;
  }
  #inquiry .form .form-group.no-bg {
    padding-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #inquiry.finish .msg-icon {
    width: 45px;
    height: 45px;
  }
  #inquiry.finish .msg-icon span:before {
    top: 12px;
    left: 26px;
  }
  #inquiry.finish .msg-icon span:after {
    top: 22px;
    left: 15px;
  }
  #inquiry.finish .txt {
    font-size: 1rem;
  }
}
@media (max-width: 413px) {
  #inquiry .list-style .tbody .th {
    width: 100%;
    text-align: center;
  }
  #inquiry .list-style .tbody .th img {
    max-width: 140px;
  }
  #inquiry .list-style .tbody .td {
    padding: 10px 20px;
    width: 100%;
  }
  #inquiry .list-style .tbody .td::before {
    display: none;
  }
  #inquiry .list-style .tbody .del {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
/* ---- contact ---- */
#contact .editor {
  margin-top: 5.5vw;
}

@media (max-width: 767px) {
  #contact .editor {
    margin-top: 32px;
  }
}
/* ---- sitemap ---- */
#sitemap .list {
  margin: 2.5vw auto 0;
  max-width: 1200px;
}
#sitemap .list .wrap {
  margin: 0 -2.5vw;
}
#sitemap .list .item {
  padding: 0 2.5vw;
  width: 33.333%;
}
#sitemap .list .item ul {
  border-top: #444 solid 3px;
}
#sitemap .list .item ul li {
  border-bottom: #ddd solid 1px;
}
#sitemap .list .item a {
  display: block;
  position: relative;
  padding: 8px 0 8px 36px;
  font-size: 1.0625rem;
  color: #444;
}
#sitemap .list .item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 22px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #999 #999 transparent transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 992px) {
  #sitemap .list .subhead {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  #sitemap .list {
    margin-top: 10px;
  }
  #sitemap .list .item {
    width: 50%;
  }
  #sitemap .list .item a {
    padding: 3px 0 3px 36px;
  }
  #sitemap .list .item a::before {
    top: 17px;
  }
}
@media (max-width: 549px) {
  #sitemap .list .item {
    padding: 0;
    width: 100%;
  }
}
/* nodata */
.block-nodata {
  margin: auto;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.block-nodata .img {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px dashed var(--product-color1);
}
.block-nodata .img::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: var(--product-color1);
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-nodata .text {
  margin: 20px auto;
  color: #555;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.block-nodata .text strong {
  display: block;
  margin: 0 auto;
  font-weight: 500;
}

@media (max-width: 1079px) {
  .block-nodata {
    padding: 50px 0;
  }
}