@charset "UTF-8";

/* Layout
   ========================================================================== */

/**
 * Page
 */

.page {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .page {
    padding-top: 52px;
  }
}

@media print {
  .page {
    padding-top: 0;
  }
}

/**
 * Header
 */

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: black;
}

.header a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.header .container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.header .container:after {
  content: "";
  clear: both;
  display: block;
}

.header .head {
  float: left;
}

.header .body {
  float: right;
}

.header .body:after {
  content: "";
  clear: both;
  display: block;
}

.header .logo {
  width: 328px;
}

.header .logo:lang(ja) {
  margin-top: 18px;
}

.header .logo:lang(en) {
  margin-top: 29px;
}

.header .logo:lang(zh) {
  margin-top: 29px;
}

.header .tagline {
  color: white;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.header .logo + .tagline {
  margin-top: 10px;
}

.header .category {
  float: left;
}

.header .category:lang(ja) {
  margin-top: 34px;
}

.header .category:lang(en) {
  margin-top: 26px;
}

.header .category:lang(zh) {
  margin-top: 33px;
}

.header .category > .label {
  display: none;
}

.header .category .label a > div + div {
  display: none;
}

.header .category .list > ul {
  font-size: 0;
}

.header .category .list > ul > li {
  display: inline-block;
}

.header .category .list .label {
  position: relative;
  display: block;
  cursor: pointer;
}

.header .category .list .label:lang(ja) {
  padding: 0 15px 32px;
}

.header .category .list .label:lang(en) {
  padding: 0 15px 24px;
}

.header .category .list .label:lang(zh) {
  padding-right: 10px;
  padding-bottom: 35px;
  padding-left: 10px;
}

.header .category .list .label:before {
  content: "";
  position: absolute;
  z-index: 300;
  left: 50%;
  top: 100%;
  display: none;
  width: 0;
  height: 0;
  margin-left: -7.5px;
  border-width: 12px 7.5px 0 7.5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}

.header .category .on .label:before {
  display: block;
}

.header .category .label .text {
  display: block;
  color: white;
  font-size: 14px;
}

.header .category .label .text:lang(en) {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.header .category .label .text:lang(zh) {
  font-size: 12px;
}

.header .subcategory {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 200;
  width: 864px;
  padding: 20px;
  background-color: #595959;
}

.header .subcategory > ul {
  margin: -6px -22px;
  font-size: 0;
}

.header .subcategory > ul > li {
  display: inline-block;
  margin: 6px 22px;
}

.header .subcategory > ul > li a {
  position: relative;
  display: block;
  padding-left: 16px;
  background-size: 11px 12px;
}

.header .subcategory > ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #d29600;
}

.header .subcategory .text {
  display: block;
  color: white;
  font-size: 12px;
}

.header .lang {
  float: right;
}

.header .lang:lang(ja) {
  margin-top: 32px;
}

.header .lang:lang(en) {
  margin-top: 32px;
}

.header .lang:lang(zh) {
  margin-top: 30px;
}

.header .lang .label {
  display: none;
}

.header .lang .list > ul {
  font-size: 0;
}

.header .lang .list > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
}

.header .lang .list > ul > li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #979797;
}

.header .lang .list > ul > li a {
  color: white;
  text-decoration: none;
}

.header .lang .list .text {
  display: inline-block;
  min-height: 18px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.header .lang .list a[href="/"] .text {
  font-family: Arial, Verdana, "Helvetica Neue", helvetica, sans-serif;
}

.header .lang .list a[href="/en/"] .text {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.header .lang .list a[href="/tc/"] .text {
  font-family: "Microsoft JhengHei", 微軟正黑體, PmingLiU, "Apple LiGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .header {
    background-color: transparent;
  }

  .header a:hover {
    opacity: 1;
    transition: none;
  }

  .header .wrapper {
    height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: black;
  }

  .header .wrapper:after {
    content: "";
    clear: both;
    display: block;
  }

  .header .container {
    position: relative;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }

  .header .container:lang(en) {
    padding-top: 0;
  }

  .header .head {
    width: 63%;
  }

  .header .body {
    margin-right: 5px;
    padding-top: 0;
  }

  .header .logo {
    width: 224px;
  }

  .header .logo:lang(ja) {
    margin-top: 8px;
  }

  .header .logo:lang(en) {
    margin-top: 18px;
  }

  .header .logo:lang(zh) {
    margin-top: 18px;
  }

  .header .tagline {
    font-size: 10px;
  }

  .header .logo + .tagline {
    margin-top: 5px;
  }

  .header .category {
    float: right;
    margin-left: 18px;
  }

  .header .category:lang(ja),
  .header .category:lang(en),
  .header .category:lang(zh) {
    margin-top: 16px;
  }

  .header .category > .label {
    display: block;
  }

  .header .category > .label .i {
    display: block;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
  }

  .header .category > .label .i:before {
    content: "\f102";
    display: inline-block;
    color: #d29600;
    font-family: "icon";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .header .category.on > .label .i:before {
    content: "\f101";
  }

  .header .category .list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 200;
    top: 52px;
  }

  .header .category .list > ul > li {
    display: block;
    padding: 0;
    background-color: white;
  }

  .header .category .list > ul > li + li {
    margin-left: 0;
  }

  .header .category .list .label {
    display: table;
    width: 100%;
  }

  .header .category .list .label:lang(ja),
  .header .category .list .label:lang(en),
  .header .category .list .label:lang(zh) {
    padding: 0;
  }

  .header .category .list .label:before {
    content: none;
  }

  .header .category .list .label > a {
    display: table-row;
  }

  .header .category .on .label > a:before {
    display: none;
  }

  .header .category .list .label > a > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 45px;
    background: linear-gradient(135deg, rgba(108,108,108,1) 0%,rgba(181,181,181,1) 100%);
  }

  .header .category .list .label > a > div + div {
    display: table-cell;
    width: 60px;
    padding: 0;
    background: linear-gradient(45deg, rgba(218,219,219,1) 0%,rgba(108,108,108,1) 100%);
    text-align: center;
  }

  .header .category .list .label > a > div + div img {
    width: 16px;
  }

  .header .category .label .text:lang(en) {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }

  .header .category .list .i {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
  }

  .header .category .list .i:before {
    content: "\f103";
    display: inline-block;
    color: white;
    font-family: "icon";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 60px;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }

  .header .category .list .on .i:before {
    content: "\f101";
    font-size: 16px;
  }

  .header .subcategory {
    position: static;
    right: auto;
    top: auto;
    background-color: white;
    width: auto;
    padding: 0;
  }

  .header .subcategory:before {
    content: none;
  }

  .header .subcategory > ul {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header .subcategory > ul > li {
    display: block;
    margin: 0;
  }

  .header .subcategory > ul > li > a {
    padding-left: 0;
    background: none;
  }

  .header .subcategory > ul > li a:before {
    left: 45px;
    top: 14px;
    border-width: 6.5px 0 6.5px 11px;
  }

  .header .subcategory .text {
    padding: 14px 45px 14px 63px;
    background-size: 11px 13px;
    color: black;
  }

  .header .lang {
    position: relative;
    float: left;
    width: 70px;
    height: 30px;
    margin-top: 3px;
    margin-left: 0;
    background: linear-gradient(to bottom, #484848 0%,#2f2f2f 100%);
  }

  .header .lang:lang(ja),
  .header .lang:lang(en),
  .header .lang:lang(zh) {
    margin-top: 11px;
  }

  .header .lang .label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
    color: white;
    font-size: 10px;
    line-height: 30px;
  }

  .header .lang .label:after {
    content: "\f10c";
    position: absolute;
    right: 5px;
    top: 50%;
    display: inline-block;
    margin-top: -3px;
    font-family: "icon";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }

  .header .lang .list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
  }

  .header .lang .list > ul > li {
    display: block;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    background-color: #989898;
  }

  .header .lang .list > ul > li + li {
    background-color: #737373;
  }

  .header .lang .list > ul > li:before {
    content: none;
  }

  .header .lang .list a {
    display: table;
    width: 100%;
  }

  .header .lang .list .text {
    display: table-cell;
    height: 30px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
    color: black;
    font-size: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .header .head {
    width: 60%;
  }

  .header .body {
    margin-right: 0;
  }

  .header .logo {
    width: auto;
  }

  .header .tagline {
    font-size: 9px;
    letter-spacing: 0;
  }

  .header .nav {
    margin-left: 10px;
  }
}

@media print {
  .header {
    position: static;
  }
}

/**
 * Main
 */

.main {
  display: block;
}

.main > .container {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.main .breadcrumb {
  margin-top: 360px;
  background-color: white;
}

.main .breadcrumb .container {
  padding: 20px 48px;
}

.main .breadcrumb ul {
  font-size: 0;
}

.main .breadcrumb .item {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 700;
}

.main .breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.main .breadcrumb .item + .item:before {
  content: ">";
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .main > .container {
    width: auto;
    padding-top: 25px;
  }

  .main .breadcrumb {
    margin-top: 140px;
  }

  .main .breadcrumb .container {
    border-top: 1px solid #7f8d9e;
    padding: 12px 18px;
  }

  .main .breadcrumb .item {
    font-size: 9px;
  }
}

/**
 * Footer
 */

.footer {
  background-color: black;
}

.footer a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.footer .container {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
}

.footer .pagetop {
  position: fixed;
  z-index: 2147483647;
  right: 40px;
  bottom: 93px;
  display: none;
  width: 64px;
  height: 64px;
}

.footer .nav {
  color: white;
  text-align: center;
}

.footer .nav a {
  color: inherit;
  text-decoration: none;
}

.footer .nav nav {
  display: inline-block;
  vertical-align: top;
}

.footer .nav > nav > ul {
  font-size: 0;
}

.footer .nav > nav > ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
}

.footer .nav > nav > ul > li + li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid white;
}

@media screen and (max-width: 768px) {
  .footer .container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 18px 12px 18px;
  }
  html.withBebot .footer .container {
    padding: 12px 110px 12px 18px;
  }


  .footer .pagetop {
    display: none;
    bottom: 67px;
    right: 0;
    width: 45px;
    height: 45px;
  }

  .footer .pagetop a:hover {
    opacity: 1;
    transition: none;
  }

  .footer .nav:lang(ja) {
    text-align: left;
  }

  .footer .nav:lang(en),
  .footer .nav:lang(zh) {
    text-align: right;
  }

  .footer .nav > nav > ul > li {
    font-size: 9px;
  }

  .footer .nav > nav > ul > li + li {
    margin-left: 9px;
    padding-left: 9px;
  }
}

@media screen and (max-width: 360px) {
  .footer .nav > nav > ul > li {
    font-size: 8px;
  }
}

@media print {
  .footer .pagetop {
    position: static;
  }
}

/**
 * Popup
 */
#popup {
  border: 1px solid #ededed;
  position: relative;
  z-index: 10000;
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}

#popup .inner {
  padding: 60px 50px;
}

#popup h2 {
  margin: 30px 0 20px;
  font-size: 17px;
  font-weight: 500;
}

#popup h2:lang(en) {
  font-weight: 700;
}

#popup h2:first-child {
  margin-top: 0;
}

#popup p + p {
  margin-top: 30px;
}

#popup a {
  color: #000;
}

#popup .mfp-close {
  top: -40px;
  right: -10px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #popup {
    font-size: 13px;
    line-height: 16px;
  }

  #popup .inner {
    padding: 50px 20px;
  }

  #popup h2 {
    font-size: 14px;
  }
}
