/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Noto Sans CJK TC', 'pingfang tc', 'ligothic', 'fangsong',
    'simhei', 'microsoft jhenghei', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt,
ul,
ol,
li,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

button,
[role='button'],
input[type='submit'],
input[type='button'] {
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  outline: none;
  text-align: center;
}

button._primary,
[role='button']._primary,
input[type='submit']._primary,
input[type='button']._primary {
  background: #ffcc33;
  line-height: 3;
  border-radius: 1.5em;
  padding: 0 2.5em;
  color: #000;
}

figure {
  margin: 0;
  padding: 0;
}

ul._block,
ol._block {
  list-style: none;
}

.hidden,
.grecaptcha-badge {
  display: none !important;
}

.wrap {
  max-width: 1090px;
  width: 82%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap._clearself::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
  height: 0;
  overflow: hidden;
}

#phead {
  color: #fff;
  height: 680px;
  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;
  position: relative;
}

#phead._bm .fuckios {
  position: fixed;
}
#phead._bm .fuckios::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}

#phead .wrap {
  max-width: 1314px;
}

#phead .ptitle {
  margin-top: 120px;
  letter-spacing: 0.1em;
}

#phead .scrolldown {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 66px;
  height: 66px;
  border-radius: 50% 50%;
  background: rgba(255, 255, 255, 0.6) url(./images/hd-icon-arrowb.png)
    center center no-repeat;
}

#phead .pdesc {
  letter-spacing: 0.1em;
}

#phead .fuckios {
  position: fixed;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 680px;
}

.ptitle {
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.ptitle._l {
  font-size: 56px;
}

.ptitle._m {
  font-size: 40px;
}

.ptitle._s {
  font-size: 24px;
}

.ptitle._y {
  color: #ffcc33;
}

.lightbox {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox._active {
  opacity: 1;
  pointer-events: unset;
  z-index: 999;
}

.lightbox._active .lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.lightbox::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox-wrap {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  position: relative;
  -webkit-transition: 0.3s all cubic-bezier(0, 1.06, 0.58, 1);
  -o-transition: 0.3s all cubic-bezier(0, 1.06, 0.58, 1);
  transition: 0.3s all cubic-bezier(0, 1.06, 0.58, 1);
}

.lightbox-close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #000;
  right: 0;
  bottom: 100%;
}

.lightbox-close::before,
.lightbox-close::after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #fff;
  left: 30%;
  border-radius: 6px 6px;
  position: absolute;
  top: calc(50% - 1px);
}

.lightbox-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lightbox-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filter-bar {
  border-bottom: 1px solid #ccc;
  line-height: 3.8;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
}

.filter-bar::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background: url(./images/sl-filter-icon.png) no-repeat;
  width: 60px;
  left: 0;
  top: 0;
  background-position: center center;
  border-right: 1px solid #ddd;
}

.filter-bar .txt {
  display: block;
  border-right: 1px solid #ddd;
  padding: 0 1em 0 80px;
}

.filter-bar .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-bar .pcat {
  display: block;
  border-right: 1px solid #ddd;
  text-align: center;
  padding: 0 1em;
}
.filter-bar .pcat._active {
  background: #ffcc33;
}

.pagination-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-module > * {
  display: block;
}

.pagination-module .page-prev,
.pagination-module .page-next {
  display: block;
  background: #5d5d5d;
  color: #fff;
  line-height: 3;
  padding: 0 1em;
}

.pagination-module .page-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75em;
}

.pagination-module .page-mid li {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3em;
  flex: 0 0 3em;
}

.pagination-module .page-number {
  display: block;
  width: 3em;
  line-height: 3;
  text-align: center;
  border: 1px solid #fff;
  background: #f2f2f2;
  color: #4b4b4b;
}

.pagination-module .page-number.current {
  background: #5d5d5d;
  color: #fff;
}

.pagination-module .dots {
  display: block;
  background: #f2f2f2;
  color: #4b4b4b;
  width: 3em;
  line-height: 3;
  text-align: center;
  border: 1px solid #fff;
}

.related-articles {
  background: #1a1a1a;
  padding: 80px 0;
}

.related-articles .ptitle {
  color: #fff;
  text-align: center;
}

.related-articles .excerpt-list .el-wrap {
  padding-top: 50px;
}

.wpcf7-form dt {
  margin-bottom: 0.3em;
}

.wpcf7-form input,
.wpcf7-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 2px solid #fff;
  padding: 0.5em 0.5em;
  -webkit-transform: border 0.3s ease-out;
  -ms-transform: border 0.3s ease-out;
  transform: border 0.3s ease-out;
  background: #fff;
}
.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active {
  outline: 0;
  border: 2px solid #5a5a5a;
}

.wpcf7-form span.ur-type {
  display: block;
  border: none;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transform: border 0.3s ease-out;
  -ms-transform: border 0.3s ease-out;
  transform: border 0.3s ease-out;
}

.wpcf7-form span.ur-type::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0.8em;
  top: 1em;
}

.wpcf7-form span.ur-type:hover {
  border: 2px solid #5a5a5a;
}

.wpcf7-form span.ur-type select {
  height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: none;
  border: none;
  padding: 0 0.5em;
  -webkit-appearance: none;
}

.wpcf7-form span.ur-type select:focus,
.wpcf7-form span.ur-type select:active {
  outline: 0;
}

.wpcf7-form .wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.excerpt-list .wrap {
  max-width: 1610px;
  width: 90%;
  overflow: hidden;
}

.excerpt-list .pagination-module {
  margin-bottom: 80px;
}

.excerpt-list .el-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.excerpt-list .excerpt-module {
  background: #f7f7f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.excerpt-list .excerpt-module .ep-image {
  display: block;
  padding-top: 67.8392%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.excerpt-list .excerpt-module .ep-image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.excerpt-list .excerpt-module .ep-con {
  padding: 1em;
  color: #292929;
}

.excerpt-list .excerpt-module .ep-pname {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 0.7em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.excerpt-list .excerpt-module .ep-info {
  font-size: 13px;
}
.excerpt-list .excerpt-module .ep-info dt {
  display: none;
}

.excerpt-list .excerpt-module .ep-released {
  float: right;
  margin-bottom: 0.8em;
}

.excerpt-list .excerpt-module .ep-cates {
  clear: both;
  padding-top: 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.excerpt-list .excerpt-module .ep-pos {
  float: left;
}

.excerpt-list .excerpt-module .ep-labels {
  display: block;
  float: right;
}

.excerpt-list .excerpt-module .ep-labels a {
  background: #888;
  color: #fff;
  border-radius: 1em;
  padding: 0 0.5em 0 0.65em;
}

.excerpt-list .excerpt-module._showcase .ep-customer {
  float: left;
  margin-bottom: 0.8em;
}

.excerpt-list .excerpt-module._showcase .ep-cates ._customized {
  background: #ba00ff;
}

.excerpt-list .excerpt-module._showcase .ep-cates ._creative {
  background: #ffa700;
}

.excerpt-list .excerpt-module._showcase .ep-cates ._video {
  background: #0093ff;
}

.excerpt-list .excerpt-module._showcase .ep-cates ._image {
  background: #12e500;
}

.excerpt-list .excerpt-module._showcase .ep-cates .ep-ind {
  background: #ff4e4e;
}

.excerpt-list .excerpt-module._showcase .ep-cates a {
  display: inline-block;
  vertical-align: middle;
}

.excerpt-list .excerpt-module._news .ep-type {
  background: #ffa700;
}

@media screen and (max-width: 1380px) {
  .excerpt-list .wrap {
    width: auto;
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 1120px) {
  .excerpt-list .el-wrap {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 880px) {
  .excerpt-list .el-wrap {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .excerpt-list .excerpt-module {
    margin: 0 0 1.5rem 0;
  }
  .excerpt-list .el-wrap {
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
    padding-top: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .wrap {
    width: 95%;
  }
}

@media screen and (max-width: 720px) {
  .filter-bar {
    display: block;
    margin: 1rem;
    border: 1px solid #ccc;
  }
  .filter-bar::before {
    border-right: none;
  }
  .filter-bar::after {
    content: '';
    display: block;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    background: #ddd url(./images/sl-filter-add.png) center center
      no-repeat;
  }
  .filter-bar .txt {
    display: none;
  }
  .filter-bar .cats {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .wrap {
    width: calc(100% - 3em);
  }
}

@media screen and (max-width: 550px) {
  #phead {
    height: 100vh;
  }
  #phead .ptitle {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #phead p {
    text-align: center;
  }
  #phead .scrolldown {
    display: block;
    right: 50%;
    margin-right: -33px;
    bottom: 12vh;
  }
  #phead .fuckios {
    height: 100vh;
  }
  .ptitle._l {
    font-size: 40px;
  }
}

header#header {
  color: #d0d0d0;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 70px;
  z-index: 99;
}
header#header::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
  height: 0;
  overflow: hidden;
}

header#header .wrap {
  max-width: 1314px;
  overflow: hidden;
}

header#header .hd-logo {
  float: left;
}
header#header .hd-logo a {
  width: 68px;
  height: 68px;
  overflow: hidden;
  display: block;
  background: url(./images/hd-logo.png);
  background-size: 100% 100%;
  text-indent: -999px;
}

header#header .hd-menu {
  display: none;
}

header#header .hd-nav {
  float: right;
  margin-top: 23px;
}

header#header .hd-nav a {
  padding: 0 0.5em;
  margin: 0 0.5em;
  font-weight: normal;
}

header#header .hd-switcher {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

header#header .hd-switcher a {
  padding: 0;
  margin: 0 0.3em;
}

header#header .hd-switcher .wpml-ls-item-tw {
  margin-left: 0;
}

header#header .hd-switcher .wpml-ls-current-language {
  color: #525252;
}

@media screen and (max-width: 900px) {
  header#header {
    padding-top: 80px 0 35px 0;
  }
  header#header .hd-logo {
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header#header .hd-logo a {
    width: 66px;
    height: 66px;
  }
  header#header .hd-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 8px;
    z-index: 3;
  }
  header#header .hd-menu i {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    width: 50%;
    position: absolute;
    left: 25%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header#header .hd-menu i:first-child {
    margin-top: -7px;
  }
  header#header .hd-menu i:last-child {
    margin-top: 7px;
  }
  header#header .hd-nav {
    position: absolute;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    float: none;
    margin-top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 100vh;
    padding-top: 3em;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    color: #868686;
  }
  header#header .hd-nav .page {
    display: block;
    width: 75%;
    text-align: center;
    line-height: 2;
    margin-top: 0.75em;
    font-size: 1.125rem;
  }
  header#header .hd-switcher {
    margin-top: 3em;
    display: block;
    text-align: center;
  }
  header#header .hd-switcher .wpml-ls-current-language {
    color: #aaa;
  }
  header#header._active {
    position: fixed;
  }
  header#header._active .hd-logo {
    border-right-color: #aaa;
  }
  header#header._active .hd-menu i {
    background: #000;
  }
  header#header._active .hd-nav {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: unset;
  }
}

.header-group-wrapper-custom {
  position: absolute;
  width: 100%;
}

#footer {
  background: #1a1a1a url(./images/ft-bg-star.png) repeat;
  overflow: hidden;
  padding-bottom: 226px;
  position: relative;
}

#footer .wrap {
  color: #d5d5d5;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

#footer .ft-decoration {
  text-align: center;
  padding: 118px 2rem;
}

#footer .ft-decoration img {
  max-width: 100%;
}

#footer .ft-river {
  padding: 155px 0 42px 0;
  background: url(./images/ft-bg-river.png) no-repeat center center;
  background-size: 100% auto;
  position: relative;
}

#footer .ft-river::before,
#footer .ft-river::after {
  content: '';
  display: block;
  position: absolute;
}

#footer .ft-river::before {
  width: 130px;
  height: 130px;
  background: url(./images/ft-bg-plant1.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 94px;
  z-index: 0;
}

#footer .ft-river::after {
  width: 76px;
  height: 76px;
  background: url(./images/ft-bg-plant2.png) no-repeat;
  background-size: 100% 100%;
  top: 118px;
  right: 110px;
  z-index: 0;
}

#footer .ft-contact {
  width: 92%;
  max-width: 1090px;
  margin: 0 auto;
  background: #efefef;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#footer .ft-contact::before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50% 50%;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -60px;
  background: #fff url(./images/ft-icon-quote.png) center 68px no-repeat;
  background-size: 30px 30px;
}

#footer .ft-slogan {
  font-size: 24px;
  font-weight: bold;
  margin: 0 1em 1em 1em;
}

#footer .ft-main {
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 -5px 40px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -5px 40px 0 rgba(0, 0, 0, 0.12);
  margin-top: 90px;
  padding: 28px 6%;
}

#footer .ft-subscribe {
  float: left;
  font-weight: bold;
}

#footer .ft-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#footer .ft-popup._active {
  pointer-events: all;
  z-index: 99;
  opacity: 1;
}

#footer .ft-popup._active .ft-edm {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#footer .ft-edm {
  opacity: 0;
  -webkit-transform: translateY(-30vh);
  -ms-transform: translateY(-30vh);
  transform: translateY(-30vh);
  border-radius: 10px;
  max-width: 680px;
  width: 90vw;
  background: #efefef;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.52, 0.7, 0.95);
  -o-transition: all 0.8s cubic-bezier(0, 1.52, 0.7, 0.95);
  transition: all 0.8s cubic-bezier(0, 1.52, 0.7, 0.95);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  position: relative;
}

#footer .ft-welcome {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

#footer .ft-fillin {
  width: 280px;
  margin: 0 auto;
  padding: 2em 0;
}

#footer .ft-fillin dl {
  margin-bottom: 0.5em;
}

#footer .ft-fillin .wpcf7-submit {
  width: 75%;
  font-size: 16px;
  margin-top: 1em;
}

#footer .ft-closepopup {
  position: absolute;
  bottom: -66px;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  border-radius: 50% 50%;
  padding: 0;
}

#footer .ft-closepopup::before,
#footer .ft-closepopup::after {
  content: '';
  display: block;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  background: #000;
  margin-top: -3px;
  width: 60%;
  left: 20%;
}

#footer .ft-closepopup::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer .ft-closepopup::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer .ft-form {
  display: inline-block;
  background: #ffffff;
  font-size: 16px;
  padding: 5px 5px 5px 16px;
  border-radius: 28px;
  margin-left: 1.3em;
}

#footer .ft-form input {
  border: 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
}

#footer .ft-form button {
  line-height: 2.5;
  padding: 0 1.5em;
  font-size: 13px;
}

#footer .ft-tel,
#footer .ft-mail {
  float: right;
  color: #3e3e3e;
  font-size: 11px;
  line-height: 21px;
  margin: 12px 0 0 2em;
  padding-left: 1.8em;
  position: relative;
}

#footer .ft-tel::before,
#footer .ft-mail::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}

#footer .ft-tel::before {
  background: url(./images/ft-icon-tel.png) center center no-repeat;
  background-size: auto 100%;
}

#footer .ft-mail::before {
  background: url(./images/ft-icon-mail.png) center center no-repeat;
  background-size: auto 100%;
}

#footer .ft-logo {
  float: left;
}
#footer .ft-logo a {
  display: block;
  width: 148px;
  height: 50.5px;
  overflow: hidden;
  text-indent: -999px;
  background: url(./images/ft-logo.png);
  background-size: 100% auto;
}

#footer .ft-nav {
  float: right;
  margin-top: 28px;
}

#footer .ft-nav a {
  padding: 0 1em;
}

#footer .ft-info {
  overflow: hidden;
  padding-top: 70px;
}

#footer .ft-copyright {
  margin-top: 130px;
  font-size: 11px;
}

#footer .ft-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 600px;
  z-index: 0;
}

#footer .ft-preload {
  height: 0;
  overflow: hidden;
}

#footer .wpcf7 span.ajax-loader {
  display: block;
  font-size: 13px;
}

#footer .wpcf7 span.wpcf7-not-valid-tip,
#footer .wpcf7 .wpcf7-mail-sent-ok {
  display: block;
  white-space: nowrap;
  padding: 0.5em 0;
  border: none;
  margin: 0;
  font-weight: normal;
}

#footer .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

#footer #ft-wave {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
  #footer .ft-main {
    padding-left: 1em;
    padding-right: 1em;
  }
  #footer .ft-form,
  #footer .wpcf7 {
    margin: 0.5em 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  #footer .ft-contact .slogan {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  #footer .ft-subscribe {
    float: none;
    margin-bottom: 1.5em;
  }
  #footer .ft-form {
    margin: 1em 0 0 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }
  #footer .ft-form input {
    width: calc(100% - 104px);
  }
  #footer .ft-form button {
    width: 98px;
  }
  #footer .ft-tel,
  #footer .ft-mail {
    margin-left: 0;
    float: none;
  }
  #footer .ft-logo {
    float: none;
  }
  #footer .ft-logo a {
    width: 158px;
    height: 54px;
    margin: 0 auto;
  }
  #footer .ft-nav {
    max-width: 520px;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 40px auto 0 auto;
  }
  #footer .ft-nav a {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    padding: 0;
    text-align: center;
    line-height: 2.5;
  }
  #footer .ft-copyright {
    text-align: center;
    margin-top: 62px;
  }
  #footer .ft-bg {
    height: 300px;
  }
}

.page-template-default .content {
  background: #101010 url(./images/ft-bg-star.png) repeat-y;
  background-size: 100% auto;
  color: #fff;
  padding: 5em 0;
}

.page-template-default .content h2 {
  color: #ffcc33;
  margin: 1.5em 0 0.5em 0;
}

.page-template-default .content h3 {
  text-decoration: underline;
  margin: 1.5em 0 0.5em 0;
}

.page-template-default .content p {
  margin-bottom: 1em;
}

.page-template-default .content ul,
.page-template-default .content ol,
.page-template-default .content li {
  list-style: unset;
  margin: 0 0 0 1em;
  padding: unset;
}

.page-template-default .content ul,
.page-template-default .content ol {
  margin-bottom: 1em;
}

main#index #phead {
  height: 100vh;
  position: relative;
}
main#index #phead .scrolldown {
  display: block;
}
main#index #phead h1 {
  padding: 0 5%;
}
main#index #phead .headline,
main#index #phead .slider {
  height: 100vh;
  overflow: hidden;
}
main#index #phead .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
}
main#index #phead .scrolldown {
  background: rgba(0, 0, 0, 0.6) url(./images/hd-icon-arroww.png) center
    center no-repeat;
}
main#index #phead .tns-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 50px 0;
}
main#index #phead .tns-nav button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #707070;
  opacity: 0.6;
  padding: 0;
  margin: 0 20px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}
main#index #phead .tns-nav button.tns-nav-active {
  background: #000;
  opacity: 1;
}

main#index #index-overview {
  background: url(./images/in-overview-bg.png) center center;
  background-size: cover;
  position: relative;
}
main#index #index-overview::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}

main#index #index-overview .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 78px 0 82px 0;
  position: relative;
}

main#index #index-overview .ptitle {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 3.5em;
}

main#index #index-overview .point {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13em;
  flex: 0 0 13em;
  color: #fff;
  text-align: center;
}

main#index #index-overview .point h3 {
  font-size: 16px;
  color: #ffcc33;
  margin-bottom: 1.5em;
}

main#index #index-media {
  background: #ddd url(./images/in-media-bg.png) no-repeat center bottom;
  background-size: cover;
}

main#index #index-media .wrap {
  padding: 156px 0 210px 0;
  position: relative;
  overflow: hidden;
}

main#index #index-media .desc {
  color: #3e3e3e;
}

main#index #index-media .fname {
  font-size: 20px;
  background: #fff;
  line-height: 2.8;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 18px;
  border-radius: 8px;
  padding-left: 2.5em;
  color: #8b8b8b;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

main#index #index-media .fname._active {
  background: #ffcc33;
  color: #000;
  font-weight: bold;
}

main#index #index-media .fsample {
  position: absolute;
  right: 0;
  top: 40px;
  max-width: 640px;
  width: 60%;
  opacity: 0;
  -webkit-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

main#index #index-media .fsample img {
  display: block;
  width: 100%;
}

main#index #index-media .fsample._active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

main#index #index-media .con {
  width: 50%;
  max-width: 27.5em;
}

main#index #index-media .figures {
  margin-top: 2.6em;
}

main#index #index-media .more {
  position: absolute;
  right: 0;
  bottom: 50px;
}

main#index #index-ai {
  background: #000 url(./images/in-ai-bg.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

main#index #index-ai .wrap {
  position: relative;
  padding: 260px 0;
}

main#index #index-ai .con {
  width: 27em;
  color: #fff;
  position: relative;
  z-index: 3;
}

main#index #index-ai .ptitle {
  text-shadow: 0 0 30px black;
}

main#index #index-ai .desc {
  margin-bottom: 1.5em;
  text-shadow: 0 0 30px black;
}

main#index #index-ai .img {
  position: absolute;
  height: 100%;
  right: -120px;
  top: 0;
  z-index: 1;
}

main#index #index-coopration {
  background: #101010 url(./images/ft-bg-star.png);
  color: #fff;
  padding: 150px 0 128px 0;
}

main#index #index-coopration .ptitle {
  text-align: center;
  margin-bottom: 20px;
}

main#index #index-coopration .logos {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

main#index #index-coopration .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#index #index-coopration .unit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 18%;
  flex: 0 1 18%;
  margin: 15px 1%;
}
main#index #index-coopration .unit img {
  max-width: 100%;
}

main#index #index-coopration .tns-nav {
  text-align: center;
}

main#index #index-coopration .tns-nav button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #707070;
  opacity: 0.6;
  padding: 0;
  margin: 0 20px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
}

main#index #index-coopration .tns-nav button.tns-nav-active {
  background: #000;
  opacity: 1;
}

main#index #index-creative {
  background: #101010 url(./images/ft-bg-star.png);
  color: #fff;
  position: relative;
  padding: 75px 0 50px 0;
}

main#index #index-creative .hd,
main#index #index-creative .desc,
main#index #index-creative .tns,
main#index #index-creative .ctrl {
  position: relative;
  z-index: 3;
}

main#index #index-creative .hd {
  display: block;
  width: 85%;
  max-width: 850px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto 200px auto;
}

main#index #index-creative .desc {
  margin-bottom: 3em;
}

main#index #index-creative::after {
  content: '';
  display: block;
  position: absolute;
  background: #ffcc33;
  right: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: 0;
}

main#index #index-creative .logos {
  position: absolute;
  right: 2.5%;
  top: 75px;
  width: 33%;
  z-index: 3;
  min-width: 360px;
}

main#index #index-creative .logos .group {
  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;
}

main#index #index-creative .logos li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23.5%;
  flex: 0 1 23.5%;
  margin-bottom: 2em;
}

main#index #index-creative .logos img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

main#index #index-creative .ctrl {
  width: 75%;
  text-align: right;
  margin: 30px auto 0 auto;
}

main#index #index-creative .next {
  background: url(./images/in-creative-arrowr.png) no-repeat;
}

main#index #index-creative .prev {
  background: url(./images/in-creative-arrowl.png) no-repeat;
  margin-right: 5%;
}

main#index #index-creative .prev,
main#index #index-creative .next {
  width: 42px;
  height: 42px;
  background-size: 100% 100%;
}

main#index #index-creative .card {
  background: #fff;
  color: #000;
  border-radius: 6px;
  padding: 30px 40px 0 52px;
  color: #585858;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 330px;
}

main#index #index-creative .card .con {
  font-size: 18px;
  margin-bottom: 1.5em;
}

main#index #index-creative .card .con::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(./images/ft-icon-quote.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0 0 0.5em -12px;
}

main#index #index-creative .card .from {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 1.2em 0;
}

main#index #index-creative .card .cite {
  font-style: normal;
  margin: 0.4em 0 0 calc(56px + 1.5em);
  text-align: left;
  display: block;
}

main#index #index-creative .card .aka {
  font-size: 13px;
  display: block;
}

main#index #index-creative .card .avatar {
  display: block;
  float: left;
  width: 56px;
  height: 56px;
}

main#index #index-creative .card .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main#index #index-creative .card .image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#index #index-creative .card .image img {
  display: block;
  width: 100%;
}

main#index #index-news {
  padding: 60px 0;
  background: url(./images/in-news-bg.jpg) center bottom;
  background-size: cover;
}

main#index #index-news .ptitle {
  text-align: center;
}

main#index #index-news .el-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

main#index #index-news .btm {
  text-align: center;
}

main#index .decoration {
  padding-bottom: 150px;
}

@media screen and (max-width: 1100px) {
  main#index #index-creative::after {
    width: calc(100% - 38em);
  }
  main#index #index-creative .logos {
    width: calc(100% - 40em);
    right: 1em;
    min-width: unset;
  }
}

@media screen and (max-width: 960px) {
  main#index #index-creative .logos {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  main#index #index-overview .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#index #index-overview .point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 13em;
    width: 100%;
    margin-bottom: 4em;
  }
  main#index #index-overview .point:last-child {
    margin-bottom: 0;
  }
  main#index #index-media {
    background-position: center top;
  }
  main#index #index-media .wrap {
    padding: 76px 0;
  }
  main#index #index-media .con {
    width: 27.5em;
    text-align: center;
    margin: 0 auto;
  }
  main#index #index-media .more {
    display: none;
  }
  main#index #index-media .fname {
    width: 95%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    text-align: center;
  }
  main#index #index-media .fsample {
    position: static;
    max-height: 0px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    overflow: hidden;
    max-width: unset;
    top: unset;
    width: unset;
  }
  main#index #index-media .fsample._active {
    max-height: 550px;
  }
  main#index #index-ai .wrap {
    padding: 78px 0;
  }
  main#index #index-ai .img {
    display: none;
  }
  main#index #index-ai .con {
    width: 90%;
    max-width: 27em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
  }
  main#index #index-creative .hd {
    width: 85%;
  }
  main#index #index-creative::after {
    display: none;
  }
  main#index #index-creative .desc br {
    display: none;
  }
  main#index #index-creative .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  main#index #index-creative .card .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  main#index #index-creative .card .con::before {
    margin-left: 0;
  }
  main#index #index-creative .card .image {
    display: none;
  }
  main#index #index-creative .card cite {
    margin-left: 70px;
  }
}

@media screen and (max-width: 650px) {
  main#index #index-coopration .logos {
    width: auto;
  }
  main#index #index-coopration .unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  main#index #index-coopration .unit img {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  main#index .ptitle,
  main#index .desc {
    text-align: center;
  }
  main#index #index-phead p {
    width: 16em;
    margin: 0 auto;
  }
  main#index #index-phead br {
    display: none;
  }
  main#index .scrolldown {
    right: 50%;
    margin-right: -33px;
  }
  main#index #index-media .con {
    width: auto;
  }
  main#index #index-dropping .more {
    display: block;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
  }
  main#index #index-dropping h3 {
    text-align: center;
  }
  main#index #index-dropping ul {
    width: auto;
  }
}

main#creative .wrap {
  overflow: hidden;
}

main#creative #creative-main {
  background: #f7f7f4;
}
main#creative #creative-main .wrap {
  padding-bottom: 100px;
  max-width: 926px;
}
main#creative #creative-main .ptitle {
  text-align: center;
  padding: 3em 0 1.5em 0;
}

main#creative .section {
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #2e2e2e;
}

main#creative .section h3 {
  font-size: 24px;
  margin-bottom: 0.75em;
  font-family: Helvetica Neue;
}

main#creative .section .text,
main#creative .section .vitural {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main#creative .section .vitural {
  background: #ffcc33;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#creative .section .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 6.5%;
}
main#creative .section .img img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

main#creative .section .text {
  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;
  padding: 2.5em 5%;
  min-height: 280px;
}

main#creative .section._aleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

main#creative .section._aright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main#creative #creative-showcase {
  background: #1a1a1a;
  padding: 120px 0 80px 0;
}

main#creative #creative-showcase .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#creative #creative-showcase .con {
  -webkit-box-flex: 0;
  -ms-flex: 0 3 auto;
  flex: 0 3 auto;
}

main#creative #creative-showcase .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 375px;
  flex: 0 1 375px;
}
main#creative #creative-showcase .img img {
  display: block;
  width: 100%;
}

main#creative #creative-showcase p {
  color: #fff;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 680px) {
  main#creative #creative-main .ptitle {
    padding: 2em 0 1em 0;
  }
  main#creative .section {
    margin-bottom: 0;
  }
  main#creative .section._aleft,
  main#creative .section._aright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main#creative .section .vitural {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  main#creative #creative-showcase {
    padding: 60px 0 100px 0;
    text-align: center;
  }
  main#creative #creative-showcase .wrap {
    -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;
  }
  main#creative #creative-showcase .con {
    max-width: 22em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
    margin: 3em auto 3.5em auto;
  }
  main#creative #creative-showcase .con p {
    text-align: left;
  }
  main#creative #creative-showcase .con br {
    display: none;
  }
  main#creative #creative-showcase .img {
    max-width: 375px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
  }
}

main#media section[id*='media-'] {
  color: #fff;
}
main#media section[id*='media-'] .ptitle {
  text-align: center;
}
main#media section[id*='media-'] h3 {
  color: #ffcc33;
  text-align: center;
}
main#media section[id*='media-'] .desc {
  text-align: center;
}
main#media section[id*='media-'] .figure {
  width: 80%;
  max-width: 1162px;
  display: block;
  margin: 0 auto;
}
main#media section[id*='media-'] .figure img {
  width: 100%;
}

main#media #media-engine,
main#media #media-algorithm,
main#media #media-identification,
main#media #media-service {
  background: #101010 url(./images/ft-bg-star.png) repeat-y;
}

main#media #media-monitor,
main#media #media-lifestyle {
  background-color: #1a1a1a;
}

main#media #media-engine {
  background-size: 100% auto;
  padding: 112px 0;
}

main#media #media-engine .wrap {
  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;
}

main#media #media-engine .ptitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 50px;
}

main#media #media-engine h3 {
  margin: 3em 0 0.3em 0;
}

main#media #media-engine .icon {
  display: block;
  margin: 0 auto;
}

main#media #media-engine .data {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 216px;
}

main#media #media-engine .data * {
  display: inline-block;
  vertical-align: middle;
}

main#media #media-engine .data dt {
  font-size: 24px;
  font-weight: bold;
  margin-right: 3em;
}

main#media #media-engine .data dd {
  font-size: 40px;
  color: #ffcc33;
  font-family: Futura;
  font-weight: bold;
}

main#media #media-engine .pros {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13em;
  flex: 0 0 13em;
}

main#media #media-algorithm,
main#media #media-identification {
  padding: 76px 0 120px 0;
  text-align: center;
}

main#media #media-algorithm .ptitle,
main#media #media-identification .ptitle {
  margin-bottom: 0.5em;
}

main#media #media-algorithm .figure,
main#media #media-identification .figure {
  margin-top: 60px;
}

main#media #media-monitor {
  text-align: center;
  padding: 80px 0 120px 0;
}

main#media #media-monitor ul,
main#media #media-monitor li {
  list-style: none;
}

main#media #media-monitor .logos {
  margin-top: 45px;
}

main#media #media-monitor .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#media #media-monitor li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 15px;
}

main#media #media-monitor img {
  max-width: 100%;
}

main#media #media-lifestyle .type {
  width: 18em;
  margin: 0 auto;
  position: absolute;
  top: 26%;
  left: 50%;
  margin-left: -9em;
  opacity: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

main#media #media-lifestyle .type._active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

main#media #media-lifestyle .wrap {
  overflow: hidden;
}

main#media #media-lifestyle .circle {
  position: relative;
  width: 75%;
  padding-top: 45%;
  margin: 7em auto 0 auto;
}

main#media #media-lifestyle .circle::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50% 50%;
  border: 1px dashed #fff;
  top: 0;
  left: 0;
}

main#media #media-lifestyle .icon {
  width: 100px;
  padding-top: 100px;
  position: absolute;
}

main#media #media-lifestyle .icon._anime::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 3px 0px #ffcc33;
  box-shadow: 0 0 3px 0px #ffcc33;
  -webkit-animation: 1.5s halo infinite;
  animation: 1.5s halo infinite;
}

main#media #media-lifestyle .icon._ft {
  top: -50px;
  margin-left: -50px;
  left: 50%;
  background: url(./images/md-lifestyle-icon1.png) no-repeat;
  background-size: 100% 100%;
}

main#media #media-lifestyle .icon._co {
  right: 0;
  bottom: 10%;
  margin-right: -50px;
  background: url(./images/md-lifestyle-icon2.png) no-repeat;
  background-size: 100% 100%;
}

main#media #media-lifestyle .icon._en {
  left: 0;
  bottom: 10%;
  margin-left: -50px;
  background: url(./images/md-lifestyle-icon3.png) no-repeat;
  background-size: 100% 100%;
}

main#media #media-lifestyle h3 {
  margin-bottom: 1em;
}

main#media #media-service {
  padding: 116px 0 158px 0;
}

main#media #media-service .wrap {
  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;
}

main#media #media-service .ptitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 116px;
}

main#media #media-service h3 {
  margin: 3em 0 0.8em 0;
}

main#media #media-service .service {
  max-width: 16em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

main#media #media-service .icon {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1010px) {
  main#media #media-engine .pros {
    margin: 0 calc((100% - 26em) / 4) 2em;
  }
}

@media screen and (max-width: 756px) {
  main#media section[id*='media-'] .figure {
    width: 100%;
  }
  main#media section[id*='media-'] .figure img {
    width: auto;
  }
  main#media #media-engine .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main#media #media-engine .pros {
    margin: 0 1.5em 3em 1.5em;
  }
  main#media #media-engine .data {
    margin-top: 160px;
  }
  main#media #media-engine .data dt,
  main#media #media-engine .data dd {
    display: block;
    text-align: center;
  }
  main#media #media-engine .data dd {
    font-size: 8.5vw;
  }
  main#media #media-engine .data dt {
    margin: 0 0 0.5em 0;
  }
  main#media #media-algorithm,
  main#media #media-identification {
    background: #1a1a1a;
  }
  main#media #media-algorithm .desc,
  main#media #media-identification .desc {
    width: 100%;
    max-width: 24em;
    margin-left: auto;
    margin-right: auto;
  }
  main#media #media-monitor {
    background: #000;
  }
  main#media #media-monitor .group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#media #media-monitor .group li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    margin: 15px;
  }
  main#media #media-monitor .group img {
    display: block;
    margin: 0 auto;
  }
  main#media #media-lifestyle {
    background: #1a1a1a;
  }
  main#media #media-lifestyle .wrap {
    padding-top: 86px;
    width: 100%;
  }
  main#media #media-lifestyle .circle {
    padding: 0;
    width: auto;
  }
  main#media #media-lifestyle .circle::before {
    top: 50px;
    padding-top: 726px;
    width: 726px;
    left: 50%;
    margin-left: -363px;
  }
  main#media #media-lifestyle .type {
    text-align: center;
    position: relative;
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  main#media #media-lifestyle .icon {
    position: relative;
  }
  main#media #media-lifestyle .icon._anime::before {
    display: none;
    -webkit-animation: unset;
    animation: unset;
  }
  main#media #media-lifestyle .icon._ft,
  main#media #media-lifestyle .icon._co,
  main#media #media-lifestyle .icon._en {
    left: unset;
    top: unset;
    bottom: unset;
    right: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin: 80px auto 60px auto;
  }
  main#media #media-service {
    background: #1a1a1a;
    padding-bottom: 100px;
  }
  main#media #media-service .wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#media #media-service .service {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 5em;
  }
}

@-webkit-keyframes halo {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes halo {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

main#formats .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

main#formats .sub a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3%;
  flex: 1 1 33.3%;
  text-align: center;
  line-height: 3.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-weight: normal;
}

main#formats .sub a._active {
  background: #ffcc33;
  border-color: #ffcc33;
  position: relative;
}

main#formats .sub a._active::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border-top: 8px solid #ffcc33;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: calc(50% - 4px);
}

main#formats #format-layouts {
  background: #fff;
}
main#formats #format-layouts .wrap {
  padding: 60px 0 180px 0;
  color: #292929;
}

main#formats #static-layouts {
  margin-bottom: 70px;
}

main#formats .layouts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (17em) [3];
  grid-template-columns: repeat(3, 17em);
  grid-row-gap: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main#formats .layout .demo {
  margin-bottom: 1.5em;
  position: relative;
  text-align: center;
}

main#formats .layout .demo._video::after {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  padding-top: 56px;
  background: rgba(255, 255, 255, 0.75) url(./images/af-video-play.png)
    no-repeat center center;
  background-size: 30% 30%;
  border-radius: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
}

main#formats .layout .demo img,
main#formats .layout .demo video {
  max-width: 230px;
}

main#formats .layout .title {
  font-size: 16px;
  margin-bottom: 0.7em;
}

main#formats .layout .sample {
  line-height: 2.5;
  padding: 0 1.5em;
  margin-top: 1em;
}

main#formats .loading-layouts {
  text-align: center;
  background: #eee;
}

main#formats .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

main#formats .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

main#formats .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

main#formats .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

main#formats .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

main#formats .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@media screen and (max-width: 900px) {
  main#formats .layouts {
    -ms-grid-columns: (17em) [2];
    grid-template-columns: repeat(2, 17em);
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 550px) {
  main#formats .layouts {
    display: block;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    grid-column-gap: unset;
    grid-row-gap: unset;
  }
  main#formats .layout {
    margin: 0 auto 4rem auto;
    max-width: 18em;
  }
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

main#caselist .result {
  background: #fff;
  overflow: hidden;
}

main#caselist .filter-bar .extend {
  padding: 0 1em;
  line-height: 3.8;
  border-right: 1px solid #ddd;
  position: relative;
}

main#caselist .filter-bar .extend::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border-top: 6px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 1.75em;
  right: 0.7em;
}

main#caselist .filter-bar .extend._cozy {
  display: block;
  padding-right: 2em;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

main#caselist .filter-bar .extend._cozy._active {
  background: #f7f7f4;
  position: relative;
}
main#caselist .filter-bar .extend._cozy._active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #f7f7f4;
  position: absolute;
  left: 0;
}

main#caselist .filter-bar .extend._narrow {
  display: none;
}

main#caselist .filter-bar .adv {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #f7f7f4;
  width: 100vw;
  font-size: 13px;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 48px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

main#caselist .filter-bar .adv._active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 1;
}

main#caselist .filter-bar .adv .close {
  background: #404040;
  width: 36px;
  height: 36px;
  border-radius: 50% 50%;
  position: absolute;
  right: 48px;
  top: 26px;
}
main#caselist .filter-bar .adv .close::before,
main#caselist .filter-bar .adv .close::after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #f7f7f7;
  left: 30%;
  border-radius: 6px 6px;
  position: absolute;
  top: calc(50% - 1px);
}
main#caselist .filter-bar .adv .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main#caselist .filter-bar .adv .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

main#caselist .filter-bar .adv .ctrl {
  text-align: right;
}

main#caselist .filter-bar .parent {
  margin-bottom: 1.5em;
}
main#caselist .filter-bar .parent dt {
  margin-bottom: 0.5em;
}

main#caselist .filter-bar .children .child {
  font-size: 13px;
  border-radius: 2em;
  border: 1px solid #c1c1c1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.3em;
  min-width: 4em;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 0.6em;
}

main#caselist .filter-bar .children .child._active {
  background: #ffcc33;
  color: #000;
}

main#caselist .el-wrap {
  padding-top: 30px;
}

main#caselist .conditions {
  margin-top: 50px;
  font-size: 13px;
  line-height: 2;
}

main#caselist .conditions > * {
  margin-bottom: 0.5em;
}

main#caselist .conditions span {
  display: inline-block;
  vertical-align: middle;
  background: #f7f7f4;
  border: 1px solid #c1c1c1;
  border-radius: 1em 1em;
  padding: 0 1.3em;
  min-width: 4em;
  text-align: center;
}

main#caselist .conditions .clear {
  display: inline-block;
  vertical-align: middle;
  background: #404040;
  width: 2em;
  height: 2em;
  border-radius: 50% 50%;
  margin-left: 0.3em;
  position: relative;
}
main#caselist .conditions .clear::before,
main#caselist .conditions .clear::after {
  content: '';
  display: block;
  width: 46%;
  height: 2px;
  background: #fff;
  left: 27%;
  border-radius: 6px 6px;
  position: absolute;
  top: calc(50% - 1px);
}
main#caselist .conditions .clear::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main#caselist .conditions .clear::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 720px) {
  main#caselist .filter-bar .more {
    padding-left: 60px;
    position: relative;
    z-index: 3;
  }
  main#caselist .filter-bar .extend._cozy {
    display: none;
  }
  main#caselist .filter-bar .extend._narrow {
    display: block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  main#caselist .filter-bar .extend::before {
    display: none;
  }
  main#caselist .filter-bar .adv {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, 0.15);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  main#caselist .filter-bar .adv .all {
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  main#caselist .filter-bar .adv .ctrl {
    border-top: 1px solid #ccc;
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#caselist .filter-bar .adv .parent {
    padding: 1em 2em;
    margin-bottom: 0;
    overflow: hidden;
  }
  main#caselist .filter-bar .adv .parent dt {
    margin-bottom: 0;
    position: relative;
  }
  main#caselist .filter-bar .adv .parent dt::after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 100%;
    background: url(./images/sl-cate-icon.png) center center no-repeat;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  main#caselist .filter-bar .adv .parent._active dt::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  main#caselist .filter-bar .adv .parent._active .children {
    display: block;
  }
  main#caselist .filter-bar .adv .children {
    display: none;
    margin-top: 0.7em;
  }
  main#caselist .filter-bar .adv .close {
    position: relative;
    width: 48px;
    height: 48px;
    right: unset;
    top: unset;
    background: none;
  }
  main#caselist .filter-bar .adv .close::before,
  main#caselist .filter-bar .adv .close::after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background: #2e2e2e;
    left: 10%;
    border-radius: 6px 6px;
    position: absolute;
    top: calc(50% - 1px);
  }
  main#caselist .filter-bar .adv .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main#caselist .filter-bar .adv .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main#caselist .conditions {
    margin-top: 20px;
  }
}

main#showcase #phead {
  background: none;
}

main#showcase #phead .ptitle {
  margin: 45px 0 0 0;
}
main#showcase #phead .ptitle._deductive {
  margin-right: 250px;
}

main#showcase #phead .page {
  font-weight: normal;
}

main#showcase #phead span {
  display: block;
}

main#showcase #phead .customer {
  font-size: 24px;
  margin-bottom: 0.4em;
}

main#showcase #phead .fuckios._mobile {
  display: none;
}

main#showcase #phead .fuckios._pc {
  display: block;
}

main#showcase .deductive {
  position: absolute;
  width: 210px;
  padding: 28px 8px;
  background: #eee;
  border-radius: 10px;
  right: 0;
  bottom: calc(100% + 40px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main#showcase .deductive._video::after {
  content: '';
  display: block;
  position: absolute;
  width: 56px;
  padding-top: 56px;
  background: rgba(255, 255, 255, 0.75) url(./images/af-video-play.png)
    no-repeat center center;
  background-size: 30% 30%;
  border-radius: 50% 50%;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -28px;
}

main#showcase .deductive img,
main#showcase .deductive video {
  display: block;
  width: 100%;
  overflow: hidden;
}

main#showcase .brief {
  background: #ededed;
  padding: 80px 0;
}

main#showcase .brief .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

main#showcase .brief dt,
main#showcase .brief dd {
  display: block;
}

main#showcase .brief dt {
  font-weight: bold;
  margin-bottom: 1.3em;
}

main#showcase .brief ._overview {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24em;
  flex: 0 1 24em;
}

main#showcase .brief ._industry,
main#showcase .brief ._released,
main#showcase .brief ._qrcode {
  margin-left: 1.5rem;
}

main#showcase .brief ._industry {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 8em;
  flex: 0 2 8em;
}

main#showcase .brief ._released {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 4em;
  flex: 0 1 4em;
}

main#showcase .brief ._qrcode {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 98px;
  flex: 0 1 98px;
  text-align: center;
}

main#showcase .brief ._qrcode dd img {
  padding: 10px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 10px;
}

main#showcase .brief ._qrcode dd span {
  font-size: 13px;
  display: none;
}

main#showcase .content {
  padding: 3em 0 5em 0;
  background: #fff;
}

main#showcase .content .wrap {
  max-width: 926px;
}

main#showcase .content p {
  margin-bottom: 2em;
}

main#showcase .content h2,
main#showcase .content h3 {
  margin: 3em 0 0.8em 0;
}

main#showcase .content iframe {
  max-width: 100%;
  border: none;
}

main#showcase .content .ml-slider._center {
  margin: 0 auto;
}

main#showcase .content .ml-slider._mbg {
  padding: 40px 10px;
  position: relative;
}

main#showcase .content .ml-slider._mbg::before {
  content: '';
  position: absolute;
  background: #eee;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 700px) {
  main#showcase #phead {
    text-align: center;
  }
  main#showcase #phead .ptitle {
    margin-right: 0;
  }
  main#showcase #phead .ptitle._deductive {
    margin-right: 0;
  }
  main#showcase .deductive {
    position: relative;
    margin: 0 auto 60px auto;
    right: unset;
    bottom: unset;
  }
  main#showcase .brief {
    padding: 60px 0;
  }
  main#showcase .brief .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#showcase .brief .wrap ._overview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 3em;
  }
  main#showcase .brief .wrap ._industry,
  main#showcase .brief .wrap ._released,
  main#showcase .brief .wrap ._qrcode {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  main#showcase #phead .fuckios._mobile {
    display: block;
  }
  main#showcase #phead .fuckios._pc {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  main#showcase .info .wrap {
    -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;
  }
  main#showcase .info .wrap ._overview,
  main#showcase .info .wrap ._industry,
  main#showcase .info .wrap ._released,
  main#showcase .info .wrap ._qrcode {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  main#showcase .info .wrap ._industry,
  main#showcase .info .wrap ._released,
  main#showcase .info .wrap ._qrcode {
    text-align: center;
    margin-bottom: 3em;
  }
  main#showcase .info .wrap ._overview dt {
    text-align: center;
  }
  main#showcase .info .wrap ._qrcode {
    margin-bottom: 0;
  }
  main#showcase .info .wrap ._qrcode span {
    display: block;
  }
}

main#about #about-intro {
  position: relative;
  background: #000 url(./images/ab-intro-bg.png);
  background-size: cover;
}
main#about #about-intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}

main#about #about-intro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 184px 0;
  position: relative;
}

main#about #about-intro .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 246px;
  flex: 0 1 246px;
  margin-right: 3rem;
}

main#about #about-intro .logo img {
  display: block;
  width: 100%;
}

main#about #about-intro .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 33em;
  flex: 0 2 33em;
}

main#about #about-intro .con {
  color: #fff;
}

main#about #about-award,
main#about #about-team,
main#about #about-environment {
  background: #101010 url(./images/ft-bg-star.png) repeat-y;
  background-size: 100% auto;
}

main#about #about-award {
  color: #fff;
  padding: 80px 0 182px 0;
}

main#about #about-award .ptitle {
  text-align: center;
}

main#about #about-award .container {
  margin-top: 20px;
  overflow: auto;
}

main#about #about-award .container::-webkit-scrollbar {
  opacity: 0;
}

main#about #about-award .list {
  display: -ms-grid;
  display: grid;
  font-size: 13px;
  grid-auto-columns: auto;
  -ms-grid-rows: (auto) [2];
  grid-template-rows: repeat(2, auto);
  margin-left: 20%;
}

main#about #about-award .space {
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  position: relative;
}
main#about #about-award .space::before {
  content: '';
  display: block;
  width: calc(100% - 6em);
  left: 4.2em;
  height: 1px;
  background: #ffcc33;
  position: absolute;
}
main#about #about-award .space::after {
  content: '';
  position: absolute;
  width: 34px;
  padding-top: 34px;
  left: 0;
  background: url('./images/ab-award-icon.png') no-repeat;
  background-size: 100% 100%;
}

main#about #about-award .space:nth-of-type(2n-1) {
  -ms-grid-row: 2;
  grid-row-start: 2;
}
main#about #about-award .space:nth-of-type(2n-1)::before {
  top: 0;
}
main#about #about-award .space:nth-of-type(2n-1)::after {
  top: -17px;
}

main#about #about-award .space:nth-of-type(2n) {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
main#about #about-award .space:nth-of-type(2n)::before {
  bottom: 0;
}
main#about #about-award .space:nth-of-type(2n)::after {
  bottom: -17px;
}

main#about #about-award .each {
  padding: 3em 2em 3em 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  position: relative;
}

main#about #about-award .each::before {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  height: 7.2em;
  width: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}

main#about #about-award .each:nth-of-type(2n-1) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}
main#about #about-award .each:nth-of-type(2n-1)::before {
  bottom: 3em;
}

main#about #about-award .each:nth-of-type(2n) {
  -ms-grid-row: 2;
  grid-row-start: 2;
}
main#about #about-award .each:nth-of-type(2n)::before {
  top: 3em;
}

main#about #about-award dt {
  font-weight: bold;
}

main#about #about-team {
  color: #fff;
  padding: 50px 0 120px 0;
}

main#about #about-team .ptitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 92px;
}

main#about #about-team .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main#about #about-team .team {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 13em;
  flex: 0 1 13em;
  text-align: center;
}

main#about #about-team .tname {
  color: #ffcc33;
  margin: 2em 0 1em 0;
}

main#about #about-team .tdesc {
  text-align: left;
}

main#about #about-environment {
  padding: 130px 0;
}

main#about #about-environment .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

main#about #about-environment .photo {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}

main#about #about-environment img {
  display: block;
  width: 100%;
}

.lightbox-container img {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  main#about #about-intro .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
  }
  main#about #about-intro .logo {
    display: none;
  }
  main#about #about-intro .text {
    max-width: 26em;
    width: 90%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    text-align: center;
  }
  main#about #about-award .container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 80px 0;
  }
  main#about #about-award .list {
    display: block;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    grid-auto-columns: unset;
    overflow: unset;
    margin-left: 0;
  }
  main#about #about-award .space {
    display: none;
  }
  main#about #about-award .each {
    -ms-grid-row-span: unset;
    grid-row-end: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
    padding: 3em 0;
    margin: 0 2em 0 4em;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
  }
  main#about #about-award .each:nth-of-type(2n),
  main#about #about-award .each:nth-of-type(2n-1) {
    -ms-grid-row: unset;
    grid-row-start: unset;
  }
  main#about #about-award .each:nth-of-type(2n)::before,
  main#about #about-award .each:nth-of-type(2n-1)::before {
    top: unset;
    bottom: 2em;
  }
  main#about #about-award .each::before {
    left: -2em;
    height: calc(100% - 17px - 3em);
    width: 1px;
    border: 0;
    background: #ffcc33;
  }
  main#about #about-award .each::after {
    content: '';
    position: absolute;
    width: 34px;
    padding-top: 34px;
    top: -17px;
    left: calc(-2em + -17px);
    background: url('./images/ab-award-icon.png') no-repeat;
    background-size: 100% 100%;
  }
  main#about #about-team .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#about #about-team .team {
    max-width: 18em;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
    margin-bottom: 5em;
  }
  main#about #about-team .team:last-child {
    margin-bottom: 0;
  }
  main#about #about-environment {
    padding: 40px 0 0 0;
  }
  main#about #about-environment .wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  main#about #about-environment .photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
  }
}

main#contact #contact-info {
  background: #fff;
}

main#contact #contact-info .ptitle {
  text-align: center;
  margin-bottom: 1.2em;
}

main#contact #contact-info .wrap {
  max-width: 800px;
  padding: 78px 0 88px 0;
  font-weight: normal;
}

main#contact #contact-info .addr,
main#contact #contact-info .tel,
main#contact #contact-info .email {
  margin: 1.7em 0;
  overflow: hidden;
}

main#contact #contact-info .addr dt,
main#contact #contact-info .tel dt,
main#contact #contact-info .email dt {
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}

main#contact #contact-info .addr dd,
main#contact #contact-info .tel dd,
main#contact #contact-info .email dd {
  margin-left: 32px;
  color: #707070;
}

main#contact #contact-info .addr {
  -webkit-box-flex: 0;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
}

main#contact #contact-info .email,
main#contact #contact-info .tel {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

main#contact #contact-info .hours {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  color: #8e8e8e;
}
main#contact #contact-info .hours dt {
  display: none;
}

main#contact #contact-info .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main#contact #contact-info .addr dt {
  background: url(./images/cn-info-icon1.png);
  background-size: 100% 100%;
}

main#contact #contact-info .tel dt {
  background: url(./images/cn-info-icon2.png);
  background-size: 100% 100%;
}

main#contact #contact-info .email dt {
  background: url(./images/cn-info-icon3.png);
  background-size: 100% 100%;
}

main#contact #contact-gmap {
  height: 350px;
  background: #ddd;
}

main#contact #contact-mail {
  background: #f4f4f4;
}

main#contact #contact-mail .ptitle {
  text-align: center;
  margin-bottom: 60px;
}

main#contact #contact-mail .wrap {
  max-width: 568px;
  padding: 75px 0 120px 0;
}

main#contact .wpcf7-form,
main#contact #contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main#contact .wpcf7-form .item,
main#contact #contact-form .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 5px);
  flex: 0 1 calc(50% - 5px);
  margin-bottom: 1.2em;
}
main#contact .wpcf7-form .item._cross,
main#contact #contact-form .item._cross {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
main#contact .wpcf7-form .item._type,
main#contact #contact-form .item._type {
  margin-right: 50%;
}

main#contact .wpcf7-form textarea,
main#contact #contact-form textarea {
  height: 9.6em;
}

main#contact .wpcf7-form p,
main#contact #contact-form p {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

main#contact .wpcf7-form .submit,
main#contact #contact-form .submit {
  width: 50%;
}

@media screen and (max-width: 700px) {
  main#contact #contact-info .wrap {
    width: auto;
  }
  main#contact #contact-info .detail {
    display: block;
  }
  main#contact #contact-info .addr,
  main#contact #contact-info .tel,
  main#contact #contact-info .email {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 1.5em;
  }
  main#contact #contact-info .hours {
    padding: 1.5em 1.5em 0 1.5em;
  }
}

@media screen and (max-width: 480px) {
  main#contact .wpcf7-form {
    display: block;
  }
  main#contact .wpcf7-form .item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  main#contact .wpcf7-form .item._type {
    margin-right: 0;
  }
  main#contact .wpcf7-form .submit {
    width: 100%;
  }
}

main#newslist .result {
  background: #fff;
}

main#newslist .result,
main#newslist .filter-bar,
main#newslist .excerpt-list {
  overflow: hidden;
}

main#newslist .filter-bar .more {
  display: none;
}

@media screen and (max-width: 720px) {
  main#newslist .filter-bar .more {
    display: block;
    padding-left: 60px;
    position: relative;
    z-index: 3;
  }
  main#newslist .filter-bar .extend {
    display: block;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 3.8;
    border-right: none;
    padding: 0;
  }
  main#newslist .filter-bar .adv {
    opacity: 0;
    pointer-events: none;
    background: #f7f7f4;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -20px 20px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scaleY(0.8);
    -ms-transform: scaleY(0.8);
    transform: scaleY(0.8);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  main#newslist .filter-bar .adv._active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  main#newslist .filter-bar .adv .all {
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 65px;
    border-bottom: 1px solid #ddd;
  }
  main#newslist .filter-bar .adv .parent {
    padding: 1em 2em;
    margin-bottom: 0;
    overflow: hidden;
  }
  main#newslist .filter-bar .adv .parent dt {
    margin-bottom: 0;
  }
  main#newslist .filter-bar .adv .parent._active .children {
    max-height: 100vh;
    opacity: 1;
    position: relative;
    pointer-events: all;
    margin-top: 0.7em;
  }
  main#newslist .filter-bar .adv .children {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  main#newslist .filter-bar .adv .close {
    bottom: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: none;
    position: absolute;
  }
  main#newslist .filter-bar .adv .close::before,
  main#newslist .filter-bar .adv .close::after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background: #2e2e2e;
    left: 30%;
    border-radius: 6px 6px;
    position: absolute;
    top: calc(50% - 1px);
  }
  main#newslist .filter-bar .adv .close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main#newslist .filter-bar .adv .close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

main#news #phead {
  height: 512px;
  background: url(bg.png) no-repeat center center;
  background-size: cover;
}

main#news #phead .ptitle {
  margin-top: 100px;
}

main#news #phead .date {
  display: block;
  font: 300 16px/16px Noto Sans CJK TC;
  margin-top: 1.3em;
}

main#news .content .wrap {
  max-width: 850px;
  padding-top: 84px;
  padding-bottom: 84px;
  line-height: 1.7;
}

main#news .entity {
  font-size: 18px;
  font-weight: 400;
}

main#news .entity a {
  color: #00b2ff;
}

main#news .entity iframe {
  max-width: 100%;
  border: none;
}

main#news .tags a {
  font-style: italic;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  line-height: 1.7;
  padding: 0 0.5em;
}

main#news .bottom {
  margin-top: 2em;
}

main#news .back {
  font-size: inherit;
}

#notfound {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 280px 0 200px 0;
}

#notfound h1 {
  font-size: 186px;
  line-height: 1;
  font-weight: bold;
  color: #ffcc33;
}

#notfound h2 {
  line-height: 1;
  font-size: 56px;
  margin-bottom: 0.3em;
}
