@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
@import url(https://fonts.googleapis.com/css?family=Heebo:100,400,500,700,900);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background: none;
}

.nav > li > a {
  color: #000;
  display: inline-block;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

a[href]:after {
  content: "";
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

a {
  color: #333;
}
a:focus, a:hover, a:active {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:link, a:visited {
  color: #333;
}

.breadcrumb {
  background: none;
  padding: 15px;
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: none;
  padding: 0;
}
.breadcrumb > li > span {
  padding: 0;
}
.breadcrumb li .divider {
  padding: 0 10px;
}
.breadcrumb li .divider:first-child {
  padding: 0;
}

label {
  font-weight: normal;
}

.pager li > a,
.pager li > span {
  border-radius: 0;
}
.pager li a:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.card {
  background: none;
  border: none;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
}

h1 .site-title,
h2 .site-title,
h3 .site-title,
h4 .site-title,
h5 .site-title,
h6 .site-title {
  font-weight: 300;
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.btn-primary {
  background: #bbb;
  border: none;
}
.btn-primary:hover {
  background: #aaa;
}

#header {
  background: #FFF;
  height: 142px;
}

.header {
  position: relative;
}

.logo {
  width: 207px;
  height: 82px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 15px;
  top: 20px;
  background: url(../images/ui/logo.svg) no-repeat;
  z-index: 999;
}
.logo a {
  display: block;
  height: 60px;
}
.logo a span {
  position: absolute;
  top: -1000px;
  z-index: 999;
}

.mainmenu {
  font-weight: 700;
  position: absolute;
  right: 70px;
  top: 25px;
  font-size: 16px;
  z-index: 99;
}
.mainmenu .nav > li {
  padding: 0 0 20px 0;
}
.mainmenu .nav > li > a {
  padding: 10px 0;
  margin: 0 10px;
}
.mainmenu.white a {
  color: #fff;
}

/*主選單下拉選單(沒有下拉選單可刪掉) */
.mainmenu ul li {
  position: relative;
}
.mainmenu ul li:hover ul {
  position: absolute;
  padding: 0;
  margin: 15px 0 0 0px;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  opacity: 1;
  left: -15px;
  z-index: 99;
}
.mainmenu ul li ul {
  border-top: 2px solid #E20514;
  font-weight: 700;
  min-width: 120px;
  position: absolute;
  opacity: 0;
  left: -999px;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
}
.mainmenu ul li ul li {
  display: block;
  position: relative;
  padding: 0;
}
.mainmenu ul li ul li.active a {
  color: #E20514;
}
.mainmenu ul li ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
.mainmenu ul li ul li a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  color: #E20514;
}
.mainmenu ul li ul li a:after {
  content: none;
}

.language {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 99;
}

.language-btn-m {
  position: absolute;
  right: 85px;
  top: 15px;
}

.langChoose {
  background: url(../images/ui/language-btn.svg) no-repeat !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -999px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .langChoose {
    background: url(../images/ui/language-btn-m.svg) no-repeat !important;
  }
}
@media (min-width: 768px) {
  .langChoose {
    background: url(../images/ui/language-btn-m.svg) no-repeat !important;
  }
}
@media (min-width: 992px) {
  .langChoose {
    background: url(../images/ui/language-btn.svg) no-repeat !important;
  }
}

.lang-block {
  padding: 10px 15px 10px 20px !important;
  background: #eee !important;
  left: -35px !important;
}
.lang-block li {
  padding: 5px 0;
}
.lang-block li a {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.lang-block li a:hover {
  color: #666 !important;
}

.langList {
  width: 20px;
  height: 20px;
}

.trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  margin-left: 2px;
  margin-top: 10px;
}

.search-btn {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 99;
}

.search-btn-m {
  position: absolute;
  right: 50px;
  top: 15px;
}

.submenu li {
  float: none;
  display: inline-block;
  display: inline;
  /*ie7 fix*/
  zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top;
}
.submenu h3 {
  font-size: 50px;
  border: none;
}
.submenu .nav > li {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  border-right: 1px solid #333;
}
.submenu .nav > li a {
  padding: 5px;
  letter-spacing: 5px;
  border-bottom: 2px solid #F6F6F6;
}
.submenu .nav > li.active > a, .submenu .nav > li:hover > a {
  border-bottom: 2px solid #E20514;
}
.submenu .nav > li:last-child {
  margin: 0;
  border-right: none;
  /* 去掉最後的border */
}

.fullblock h2 {
  font-size: 60px;
  padding: 40px 0 30px 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
}

.home-about {
  margin: 50px 0;
}
.home-about p {
  line-height: 180%;
}
.home-about .more-btn {
  margin: 20px 0;
}
.home-about .more-btn a {
  color: #E20514;
  font-weight: 900;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-about .more-btn a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.7;
}
.home-about img {
  max-width: 100%;
}

.designer {
  background: url(../images/ui/designer-bg.jpg) no-repeat bottom;
}
@media (max-width: 768px) {
  .designer {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .designer {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .designer {
    background-size: 230%;
  }
}
@media (min-width: 1200px) {
  .designer {
    background-size: 100%;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .designer {
    background-size: 100%;
    height: 765px;
  }
}
.designer h2 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .designer h2 {
    font-size: 50px;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .designer h2 {
    font-size: 50px;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .designer h2 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .designer h2 {
    padding: 130px 0 30px 0;
  }
}
@media (max-width: 992px) {
  .designer .intro {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .designer .intro {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .designer .intro {
    width: 70%;
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .designer .intro {
    width: 70%;
    padding-left: 100px;
  }
}
.designer .intro p {
  line-height: 180%;
}
.designer .intro .more-btn {
  margin: 20px 0;
}
.designer .intro .more-btn a {
  color: #E20514;
  font-weight: 900;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.designer .intro .more-btn a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.7;
}

.red-dot {
  background: url(../images/ui/red-dot.jpg) no-repeat top center;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  background-size: 100%;
}
@media (max-width: 1200px) {
  .red-dot {
    height: auto;
  }
}
.red-dot .container {
  max-width: 100%;
}
.red-dot .title {
  text-align: center;
  line-height: 120%;
  color: #fff;
  padding: 13% 0px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .red-dot .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .red-dot .title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .red-dot .title {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .red-dot .title {
    font-size: 60px;
  }
}

.series {
  background: url(../images/ui/series-bg.jpg) repeat-x #F0F0F3;
}
@media (max-width: 768px) {
  .series {
    background: url(../images/ui/series-bg-m.jpg) repeat-y #F0F0F3;
  }
}
.series .row {
  margin: 0 0 0 -15px;
}
.series h2 {
  font-size: 60px;
  padding: 35% 0 30px 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .series h2 {
    padding: 10% 0 30px 0;
  }
}
@media (min-width: 768px) {
  .series h2 {
    font-size: 40px;
    padding: 10% 0 30px 0;
  }
}
@media (min-width: 992px) {
  .series h2 {
    font-size: 50px;
    padding: 25% 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .series h2 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .series h2 {
    padding: 35% 0 30px 0;
  }
}
.series h2:after {
  content: "";
  display: inline-block;
  width: 45%;
  height: 2px;
  background: rgba(0, 0, 0, 0.6);
  margin-left: 40px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .series h2:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .series h2:after {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .series h2:after {
    width: 45%;
  }
}
.series .intro {
  padding-right: 35px;
}
@media (max-width: 768px) {
  .series .intro {
    padding: 0 30px 30px 30px;
  }
}
.series img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .series img {
    padding: 50px 15px 30px 15px;
  }
}
.series p {
  line-height: 150%;
}
.series .more-btn {
  margin: 50px 0 0 0;
}
.series .more-btn a {
  color: #E20514;
  font-weight: 900;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.series .more-btn a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.7;
}

.home-project {
  padding: 50px 0;
}
.home-project .container {
  max-width: 90%;
}
.home-project .item {
  margin: 0 -1px -3px 0;
  padding: 0;
  position: relative;
}
.home-project .item:hover img {
  filter: brightness(0.75);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  overflow-x: hidden;
}
.home-project .item:hover h4 {
  color: #eee;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-project .item img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  max-width: 100%;
}
.home-project .item h4 {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 1024px) {
  .home-project .item h4 {
    font-size: 20px;
  }
}

.home-news {
  background: #F4F5F4;
  padding: 20px 0 100px 0;
}
.home-news h2 {
  padding: 80px 0;
}
.home-news li {
  margin-bottom: 40px;
}
.home-news .title {
  font-size: 26px;
  font-weight: 900;
  padding: 20px 0;
  display: block;
  position: relative;
}
.home-news .intro {
  line-height: 150%;
}
.home-news .more-btn {
  margin-top: 30px;
}
.home-news .more-btn a {
  color: #E20514;
  font-weight: 900;
  display: inline-block;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .more-btn a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  opacity: 0.7;
}
.home-news .more_articles {
  text-align: center;
}
.home-news .more_articles a {
  margin-top: 50px;
  display: inline-block;
  padding: 15px 20px;
  background: #E20514;
  color: #fff;
  border: 1px solid #E20514;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.home-news .more_articles a:hover {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  background: none;
  border: 1px solid #E20514;
  color: #E20514;
}

.banner img {
  max-width: 100%;
}

.breadcrumbs-wrap {
  background: #E6E6E6;
  margin-top: 40px;
}
.breadcrumbs-wrap a {
  color: #999;
}

.breadcrumbs > .active {
  color: #000;
}

footer {
  background: #DDDCD8;
  padding: 41px 0 10px 0;
  position: relative;
  z-index: 99;
}

.bbox {
  margin-bottom: 50px;
}
.bbox h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 82px;
}
@media (max-width: 768px) {
  .bbox h2 {
    margin-top: 0;
  }
}
.bbox ul.nav {
  display: block;
}
@media (max-width: 768px) {
  .bbox ul.nav {
    margin-bottom: 20px;
  }
}
.bbox ul.nav li {
  padding-bottom: 15px;
  font-weight: 900;
}
.bbox ul.nav.about {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .bbox ul.nav.about {
    margin-top: 0;
  }
}

.footnav {
  margin-top: 5px;
}
.footnav .nav {
  display: block;
}
.footnav li {
  float: none;
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  font-weight: normal !important;
}
.footnav li:first-child a {
  border: 0;
  padding-left: 0;
}
.footnav li a {
  padding: 0 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.4);
}

.footer-info {
  margin-bottom: 40px;
}
.footer-info img {
  margin-bottom: 15px;
}
.footer-info p {
  font-size: 16px;
  line-height: 140%;
}

.copyright {
  line-height: 150%;
}

#content {
  min-height: 400px;
  padding: 40px 0px 60px 0px;
  margin-bottom: 50px;
}

.content-bottom .module {
  border-top: 1px solid #333;
}

.blog .subheading-category {
  font-size: 50px;
  border: none;
}

.item-page {
  font-size: 16px;
  line-height: 180%;
}
.item-page h2 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
  line-height: 150%;
  font-size: 50px;
  text-align: left;
  margin-bottom: 80px;
}
.item-page .create,
.item-page .createdby {
  color: #999;
  font-size: 15px;
  font-style: italic;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline;
}

.articleBody a {
  border-bottom: 1px solid #E20514;
  text-decoration: none;
}
.articleBody a:hover {
  border: none;
  color: #E20514;
}
.articleBody img {
  max-width: 100% !important;
  height: auto !important;
}
.articleBody ul {
  list-style: disc;
}
.articleBody ul li {
  margin-left: 40px;
}
.articleBody ol {
  list-style: decimal;
}
.articleBody ol li {
  margin-left: 40px;
}

h3.page-header,
.submenu h3.module-header {
  font-size: 50px;
  border: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  margin: 40px 0 20px;
}

.content-links {
  display: none;
}

.subheading-category {
  display: block;
  text-align: center;
  font-size: 3.5em;
  padding: 40px 0 100px 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
}

/*客製樣式有layout或是module的樣式請寫下面*/
.designer-list .kkcontent-designer-item {
  background: #000;
  margin-bottom: 80px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.designer-list .kkcontent-designer-item:hover {
  background: #444;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.designer-list .kkcontent-designer-item .thumb img {
  max-width: 100%;
  transform: translateY(-25px);
}
.designer-list .kkcontent-designer-item .right {
  color: #fff;
  position: relative;
}
.designer-list .kkcontent-designer-item .right .title {
  display: block;
  padding: 30px 0;
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  line-height: 120%;
  height: 110px;
}
@media (max-width: 320px) {
  .designer-list .kkcontent-designer-item .right .title {
    height: auto;
  }
}
@media (max-width: 768px) {
  .designer-list .kkcontent-designer-item .right .title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .designer-list .kkcontent-designer-item .right .title {
    font-size: 26px;
  }
}
.designer-list .kkcontent-designer-item .right .intro {
  padding-right: 20px;
  line-height: 150%;
  display: block;
}
@media (max-width: 320px) {
  .designer-list .kkcontent-designer-item .right .intro {
    display: none;
  }
}
@media (max-width: 768px) {
  .designer-list .kkcontent-designer-item .right .intro {
    display: none;
  }
}
@media (min-width: 768px) {
  .designer-list .kkcontent-designer-item .right .intro {
    display: none;
  }
}
@media (min-width: 992px) {
  .designer-list .kkcontent-designer-item .right .intro {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1200px) {
  .designer-list .kkcontent-designer-item .right .intro {
    height: auto;
    -webkit-line-clamp: unset;
  }
}
.designer-list .kkcontent-designer-item .right .more {
  color: #E20514;
  font-weight: 700;
  position: absolute;
  right: 15%;
  bottom: 10%;
}

.download a {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.download a:hover {
  opacity: 0.5;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.download a:hover img {
  box-shadow: none;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.download h3 {
  font-size: 30px;
  padding: 40px 0 20px 0;
}
@media (max-width: 768px) {
  .download h3 {
    font-size: 23px;
  }
}
.download img {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  max-width: 100%;
  -moz-box-shadow: -18px -18px 0px #000000;
  -webkit-box-shadow: -18px -18px 0px #000000;
  box-shadow: -18px -18px 0px #000000;
}
@media (max-width: 1024px) {
  .download img {
    max-width: 80%;
  }
}
.download .icon {
  font-size: 20px;
  color: #E20514;
  font-weight: 700;
  display: block;
  padding: 10px 0;
  background: url(../images/ui/download-icon.png) no-repeat 20% center;
}
@media (max-width: 768px) {
  .download .icon {
    background: url(../images/ui/download-icon.png) no-repeat 10% center;
  }
}

.kkcontent-blog-wrap .kkcontent-blog-item {
  padding: 10px 10px;
  margin: 0px 0 20px 0;
  display: block;
}
.kkcontent-blog-wrap .kkcontent-blog-item span,
.kkcontent-blog-wrap .kkcontent-blog-item a {
  display: block;
}
.kkcontent-blog-wrap .kkcontent-blog-item img {
  max-width: 100%;
}
.kkcontent-blog-wrap .kkcontent-blog-item a:hover .wrap {
  background: #444;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.kkcontent-blog-wrap .kkcontent-blog-item .wrap {
  transform: translate(0px, -30px);
  background: #000;
  color: #fff;
  height: 180px;
  padding: 20px;
  position: relative;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item .wrap {
    margin-top: -3px;
    transform: translate(0);
    height: 160px;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item .title {
  font-size: 30px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .kkcontent-blog-wrap .kkcontent-blog-item .title {
    font-size: 23px;
  }
}
.kkcontent-blog-wrap .kkcontent-blog-item .intro {
  line-height: 140%;
  padding-bottom: 20px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.kkcontent-blog-wrap .kkcontent-blog-item .more {
  color: #E20514;
  font-weight: 700;
  position: absolute;
  right: 5%;
  bottom: 8%;
}

.project span {
  display: block;
}
.project .item-wrap {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.project .item-wrap:hover {
  border: 1px solid #ddd;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.project img {
  max-width: 100%;
}
.project .title {
  font-size: 23px;
  color: #000;
  font-weight: 900;
  padding: 20px 0;
}
.project .intro {
  line-height: 150%;
  font-weight: 500;
}
.project .more {
  color: #E20514;
  font-weight: 900;
  padding: 10px 0;
  /*position: absolute;
  bottom: 10px;
  left: 15px;*/
}

.product-cate {
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
  margin-bottom: -3px;
  position: relative;
}
.product-cate .item {
  position: relative;
  padding: 0;
  border-right: 1px solid #fff;
  overflow: hidden;
}
@media (max-width: 576px) {
  .product-cate .item {
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
}
.product-cate .item:last-child {
  border: 0;
}
.product-cate .item:hover img {
  filter: brightness(0.6);
  transform: scale(1.1);
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-cate .item:hover span.title, .product-cate .item:hover span.more {
  color: #fff;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-cate .item img {
  max-width: 100%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-cate .item span {
  position: absolute;
  display: block;
  left: 10%;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product-cate .item span.title {
  color: #000;
}
@media (max-width: 576px) {
  .product-cate .item span.title {
    font-size: 35px;
    bottom: 13%;
  }
}
@media (min-width: 576px) {
  .product-cate .item span.title {
    font-size: 23px;
    bottom: 15%;
  }
}
@media (min-width: 768px) {
  .product-cate .item span.title {
    font-size: 25px;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .product-cate .item span.title {
    font-size: 35px;
    bottom: 13%;
  }
}
.product-cate .item span.more {
  bottom: 10%;
  font-size: 16px;
  color: #D60000;
}

@media (max-width: 768px) {
  .product.product-list {
    margin-top: 0;
  }
}
.product.product-list h2 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 900;
  line-height: 150%;
  font-size: 50px;
  text-align: center;
  margin-bottom: 80px;
}
.product.product-list .item {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product.product-list .item a {
  display: block;
}
.product.product-list .item a:before {
  position: absolute;
  top: 30%;
  left: 38%;
  content: "";
  background: url(../images/ui/detail.png) no-repeat center center;
  display: block;
  opacity: 0;
  width: 86px;
  height: 86px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-list .item a:hover {
  opacity: 0.55;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-list .item a:hover:before {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-list .item img {
  max-width: 100%;
}
.product.product-list .item span {
  display: block;
  text-align: center;
}
.product.product-list .item span.cate {
  color: #545454;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 50px;
}
.product.product-list .item span.cate:after {
  content: "";
  width: 20px;
  background: #ccc;
  height: 1px;
  display: block;
  position: absolute;
  right: 47%;
  margin: 10px 0;
}
.product.product-list .item span.title {
  font-size: 30px;
  font-weight: 900;
}
.product.product-page {
  font-family: 'Hebbo', Arial, Helvetica, sans-serif;
}
.product.product-page h2 {
  font-size: 70px;
  font-weight: 900;
  text-align: center;
  padding: 80px 0;
  margin: 80px 0;
}
.product.product-page h2 span {
  display: block;
  font-size: 20px;
  color: #545454;
  font-weight: 300;
  padding-top: 10px;
}
.product.product-page h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}
.product.product-page p {
  line-height: 150%;
  padding-bottom: 10px;
}
.product.product-page ul li {
  color: #000;
  padding-bottom: 15px;
  line-height: 150%;
}
.product.product-page hr {
  margin: 50px 0;
}
.product.product-page .product-img {
  margin-top: 80px;
}
.product.product-page .product-img img {
  margin-bottom: 15px;
}
.product.product-page .button-wrap {
  text-align: center;
}
.product.product-page .button-wrap button {
  margin: 0 3px;
  padding: 2px 2px 0 2px;
  border: 1px solid #ccc;
  background: none;
  cursor: pointer;
}
.product.product-page .button-wrap button:focus {
  outline: 1px solid #666;
}
.product.product-page .related-product h3 {
  margin: 30px 0 50px 0;
}
.product.product-page .related-product .item {
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}
.product.product-page .related-product .item a {
  display: block;
}
.product.product-page .related-product .item a:before {
  position: absolute;
  top: 30%;
  left: 38%;
  content: "";
  background: url(../images/ui/detail.png) no-repeat center center;
  display: block;
  opacity: 0;
  width: 86px;
  height: 86px;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-page .related-product .item a:hover {
  opacity: 0.55;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-page .related-product .item a:hover:before {
  opacity: 1;
  zoom: 1;
  /*動作*/
  transition: 0.3s linear;
}
.product.product-page .related-product .item img {
  max-width: 100%;
}
.product.product-page .related-product .item span {
  display: block;
  text-align: center;
}
.product.product-page .related-product .item span.cate {
  color: #545454;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 50px;
}
.product.product-page .related-product .item span.cate:after {
  content: "";
  width: 20px;
  background: #ccc;
  height: 1px;
  display: block;
  position: absolute;
  right: 47%;
  margin: 10px 0;
}
.product.product-page .related-product .item span.title {
  font-size: 30px;
  font-weight: 900;
}

.shareaholic-share-buttons-container li.shareaholic-share-button {
  text-indent: 0 !important;
}

.about .block1 {
  padding: 80px 0 100px 0;
  background: url(../images/ui/about-block1-bg.jpg) repeat-y 73% 0;
}
@media (max-width: 768px) {
  .about .block1 {
    background: none;
  }
}
.about .block1 .container {
  max-width: 95%;
}
.about .block1 .title {
  font-weight: 900;
  font-size: 50px;
  margin-top: 100px;
  line-height: 120%;
}
.about .block1 td:last-child {
  padding: 0 0 0 80px;
}
@media (max-width: 768px) {
  .about .block1 td:last-child {
    padding-left: 15px;
  }
}
.about .block2 img {
  max-width: 100%;
}
.about .block3 {
  padding: 50px 0;
  background: #000;
  color: #fff;
  margin-top: -10px;
}
.about .block3 .container {
  max-width: 90%;
}
.about .block3 .title {
  color: #fff;
  padding: 50px 0 30px 0;
  font-weight: 900;
  font-size: 50px;
  line-height: 120%;
}
.about .block3 td {
  vertical-align: middle;
}
.about .block4 .container {
  max-width: 90%;
}
.about .block4 .title {
  font-weight: 900;
  font-size: 50px;
  margin: 100px 0;
  line-height: 120%;
}
.about .block4 td {
  padding: 15px;
}
@media (max-width: 768px) {
  .about .block4 td {
    padding: 15px;
  }
}

.contact {
  background: url(../images/ui/contact-bg.jpg) no-repeat top;
  margin-bottom: -50px;
}
.contact .item-page {
  background: #000;
  color: #fff;
  padding: 50px 200px;
}
@media (max-width: 768px) {
  .contact .item-page {
    padding: 20px;
  }
}
.contact .item-page h2 {
  text-align: left;
  position: relative;
  margin-bottom: 0px;
}
.contact .item-page h2:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 5px;
  background: #fff;
  top: 35px;
  left: -200px;
}

/*# sourceMappingURL=template.css.map */
