@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

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

p {
  margin: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #928178;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.8px;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

ele {
  overflow: auto; }

a {
  outline: 0;
  color: #928178;
  text-decoration: none;
  -webkit-transition: color, background .2s;
  -o-transition: color, background .2s;
  transition: color, background .2s; }
  a:hover {
    color: #ed6c00; }

em {
  font-style: normal; }

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

h1 {
  font-size: 2.25em; }
  @media (min-width: 960px) {
    h1 {
      font-size: 46px; } }

h2 {
  font-size: 1.75em; }
  @media (min-width: 960px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 1.25em; }
  @media (min-width: 960px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 1.125em; }
  @media (min-width: 960px) {
    h4 {
      font-size: 20px; } }

[data-rwd*=" mobile"], [data-rwd~=mobile] {
  display: block !important; }

[data-rwd*=" pc"], [data-rwd*=" tablet"], [data-rwd~=pc], [data-rwd~=tablet] {
  display: none !important; }

@media (min-width: 640px) {
  [data-rwd*=" mobile"], [data-rwd~=mobile] {
    display: none !important; }
  [data-rwd*=" tablet"], [data-rwd~=tablet] {
    display: block !important; } }

@media (min-width: 960px) {
  [data-rwd*=" tablet"], [data-rwd~=tablet] {
    display: none !important; }
  [data-rwd*=" pc"], [data-rwd~=pc] {
    display: block !important; } }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.section-content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding-top: 50px; }
  @media (min-width: 960px) {
    .section-content {
      padding-top: 100px; } }
  .section-content.has-top-nav {
    padding-top: 95px; }
    @media (min-width: 960px) {
      .section-content.has-top-nav {
        padding-top: 160px; } }

.empty {
  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;
  height: calc(100vh - 150px);
  text-align: center; }
  @media (min-width: 640px) {
    .empty {
      height: calc(100vh - 370px); } }
  .empty.has-top-nav {
    height: calc(100vh - 380px); }
    @media (min-width: 640px) {
      .empty.has-top-nav {
        height: calc(100vh - 354px); } }

.footer-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
  padding: 70px 1em 30px; }
  .footer-wrap:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    .footer-wrap {
      padding: 40px 0; } }
  .footer-wrap.orange {
    background-color: #ed6c00; }
  .footer-wrap.black {
    background-color: #000; }
  .footer-wrap .footer {
    color: #fff;
    font-size: 13px;
    text-align: center; }
    @media (min-width: 640px) {
      .footer-wrap .footer {
        font-size: 16px;
        text-align: left; } }
    .footer-wrap .footer h2, .footer-wrap .footer p, .footer-wrap .footer a {
      color: #fff; }
    .footer-wrap .footer .column {
      padding-bottom: 10px;
      border-bottom: 1px solid #fff; }
      @media (min-width: 640px) {
        .footer-wrap .footer .column {
          width: 49.15254%;
          float: left;
          margin-right: 1.69492%;
          padding-bottom: 0;
          border-bottom: 0; } }
      .footer-wrap .footer .column:last-child {
        padding-top: 10px;
        padding-bottom: 0;
        border-bottom: 0; }
        @media (min-width: 640px) {
          .footer-wrap .footer .column:last-child {
            width: 49.15254%;
            float: right;
            margin-right: 0;
            padding-top: 0; } }
    .footer-wrap .footer .company-info h2 {
      margin-top: 2px;
      margin-bottom: 10px;
      font-size: 20px; }
      @media (min-width: 640px) {
        .footer-wrap .footer .company-info h2 {
          font-size: 23px; } }
    .footer-wrap .footer .company-info p {
      line-height: 1.5; }
    .footer-wrap .footer .sns-list {
      top: 22px;
      left: 0;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 640px) {
        .footer-wrap .footer .sns-list {
          top: 0;
          position: relative;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      .footer-wrap .footer .sns-list a {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        font-size: 0; }
        @media (min-width: 640px) {
          .footer-wrap .footer .sns-list a {
            width: 30px;
            height: 30px; } }
        .footer-wrap .footer .sns-list a:first-child {
          margin-left: 0; }
        .footer-wrap .footer .sns-list a img {
          max-width: 100%; }
    .footer-wrap .footer .copyright {
      line-height: 1.5; }

[class*="btn-"] {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ed6c00;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  overflow: hidden; }
  [class*="btn-"]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d46000; }
  [class*="btn-"] [data-icon] {
    margin-left: -5px;
    margin-right: 8px; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive:before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

label, select, button, input[type="button"],
input[type="reset"], input[type="submit"],
input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #928178;
  background-clip: padding-box;
  border-radius: 0;
  outline: 0; }

.form-column {
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    .form-column {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%;
      margin-bottom: 0; } }
  .form-column:last-child {
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .form-column:last-child {
        width: 49.15254%;
        float: right;
        margin-right: 0; } }
  .form-column [class*="form-group"] {
    position: relative; }
    .form-column [class*="form-group"]:first-child {
      margin-top: 0; }
    .form-column [class*="form-group"] label, .form-column [class*="form-group"] input, .form-column [class*="form-group"] textarea {
      color: #fff; }
    @media (min-width: 640px) {
      .form-column [class*="form-group"] label {
        font-size: 17px; } }

.form-group-row {
  margin-top: 25px; }
  .form-group-row label {
    top: 2px;
    left: 0;
    position: absolute; }
    @media (min-width: 640px) {
      .form-group-row label {
        top: 4px; } }
  .form-group-row input {
    width: 100%;
    padding: 0 0 5px 70px;
    color: #fff;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .form-group-row input:focus {
      border-bottom: 1px solid #ed6c00; }

.form-group {
  margin-top: 25px; }
  @media (min-width: 640px) {
    .form-group {
      margin-top: 30px; } }
  .form-group label {
    display: block;
    margin-bottom: 6px; }
  .form-group textarea {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: -3px;
    border: 1px solid #fff;
    background-color: #5b504a;
    outline: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .form-group textarea:focus {
      border: 1px solid #ed6c00; }

.help-block {
  bottom: -18px;
  left: 0;
  position: absolute;
  font-size: 13px;
  color: #ed6c00;
  text-align: center; }
  @media (min-width: 640px) {
    .help-block {
      bottom: -20px;
      font-size: 14px;
      text-align: left; } }

.captcha-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .captcha-group [class*="column"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 25px; }
    @media (min-width: 640px) {
      .captcha-group [class*="column"] {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 10px;
        margin-bottom: 0; } }
    .captcha-group [class*="column"].column-btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 0;
      margin-bottom: 0; }
      @media (min-width: 640px) {
        .captcha-group [class*="column"].column-btn {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
  .captcha-group .captcha-input {
    width: calc(100% - 150px);
    margin-right: 10px;
    color: #928178 !important;
    border: 1px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .captcha-group .captcha-input:focus {
      border: 1px solid #ed6c00; }
  @media (min-width: 640px) {
    .captcha-group [class*="btn"] {
      width: calc(50% - 5px); } }
  .captcha-group [class*="btn"]:first-child {
    margin-right: 10px; }
  .captcha-group .btn-captcha {
    background-color: #898989; }
    .captcha-group .btn-captcha:hover {
      background-color: #707070; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.overflow-container {
  overflow: hidden; }

#status {
  top: 60px;
  left: 0;
  position: absolute;
  z-index: 1000000; }

.loader-wrap {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 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;
  z-index: 100000;
  background-color: #fff;
  overflow: hidden; }
  .loader-wrap .loader-content .loader-cross {
    width: calc(100vw * 1000/750 * 0.7);
    height: calc(100vw * 320/750 * 0.7);
    background: url("../img/loader/cross.gif") 50% 50% no-repeat;
    background-size: cover; }
    @media (min-width: 640px) {
      .loader-wrap .loader-content .loader-cross {
        width: calc(100vw * 1000/1920 * 0.7);
        height: calc(100vw * 320/1920 * 0.7); } }
  .loader-wrap .loader-content .loader-txt {
    width: 100%;
    margin-top: -7%;
    color: #000;
    font-size: 7vw;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 640px) {
      .loader-wrap .loader-content .loader-txt {
        font-size: 2.5vw; } }
  .loader-wrap .loader-content .loader-logo {
    width: calc(100vw * 680/750);
    height: calc(100vw * 70/750);
    margin: 2% auto 0;
    background: url("../img/loader/logo.png") 50% 50% no-repeat;
    background-size: cover; }
    @media (min-width: 640px) {
      .loader-wrap .loader-content .loader-logo {
        width: calc(100vw * 680/1920);
        height: calc(100vw * 70/1920); } }

.modal-wrap {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 0%;
  z-index: 100;
  background-color: #000;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .modal-wrap.is-open {
    height: 100%;
    overflow: auto;
    pointer-events: auto; }
  .modal-wrap .container {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    @media (min-width: 640px) {
      .modal-wrap .container {
        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;
        height: 100%; } }
    .modal-wrap .container.is-open {
      opacity: 1; }
  .modal-wrap .modal-header {
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 640px) {
      .modal-wrap .modal-header {
        margin-bottom: 30px; } }
    .modal-wrap .modal-header h2.modal-tit {
      color: #ed6c00;
      font-size: 20px;
      line-height: 1; }
      @media (min-width: 640px) {
        .modal-wrap .modal-header h2.modal-tit {
          font-size: 30px; } }
    .modal-wrap .modal-header .modal-close {
      top: 0;
      right: 0;
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url("../img/icon/close.svg");
      background-size: 20px;
      cursor: pointer;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      @media (min-width: 640px) {
        .modal-wrap .modal-header .modal-close {
          width: 30px;
          height: 30px;
          background-size: 30px; } }
      .modal-wrap .modal-header .modal-close:hover {
        opacity: .7;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.modal-contact .map-wrap {
  height: 250px;
  margin: 0 -1em 30px; }
  @media (min-width: 640px) {
    .modal-contact .map-wrap {
      height: 300px;
      margin-left: 0;
      margin-right: 0; } }

.nav-menu {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  margin-left: -10px;
  padding: 10px 14px;
  cursor: pointer; }
  @media (min-width: 960px) {
    .nav-menu {
      display: none; } }
  .nav-menu.menu-right {
    margin-left: 0;
    margin-right: -10px; }
  .nav-menu:before, .nav-menu:after, .nav-menu span {
    width: 100%;
    height: 2px;
    content: '';
    display: block;
    margin: 6px 0;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .nav-menu.is-open:before {
    margin-left: -38%;
    -webkit-transform: rotate(45deg) translateX(50%);
    -ms-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%); }
  .nav-menu.is-open:after {
    margin-left: -38%;
    -webkit-transform: rotate(-45deg) translateX(50%);
    -ms-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%); }
  .nav-menu.is-open span {
    opacity: 0; }

.header-nav {
  top: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 10;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media (min-width: 960px) {
    .header-nav {
      width: 100%;
      height: 100px; }
      .header-nav.is-open {
        top: 0;
        z-index: 11; }
      .header-nav.is-sticky {
        height: 80px; }
        .header-nav.is-sticky [class*="nav-logo"] {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8); } }
  .header-nav .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 960px) {
      .header-nav .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .header-nav .nav-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .header-nav .nav-logo-wrap [class*="logo"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      @media (min-width: 960px) {
        .header-nav .nav-logo-wrap [class*="logo"] {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8); } }
      @media (min-width: 1500px) {
        .header-nav .nav-logo-wrap [class*="logo"] {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
      .header-nav .nav-logo-wrap [class*="logo"].logo-epack {
        width: 90px;
        background: url("../img/layout/logo_epack_w_m.png") 0 50%/auto 28px no-repeat; }
        @media (min-width: 960px) {
          .header-nav .nav-logo-wrap [class*="logo"].logo-epack {
            width: 204.3px;
            background: url("../img/layout/logo_epack.png") 50% 50%/auto 65.7px no-repeat; } }
        @media (min-width: 960px) {
          .header-nav .nav-logo-wrap [class*="logo"].logo-epack.logo-epack-white {
            background-image: url("../img/layout/logo_epack_w.png"); } }
      .header-nav .nav-logo-wrap [class*="logo"].logo-fun {
        width: 60px;
        background: url("../img/layout/logo_fun_w_m.png") 0 50%/auto 28px no-repeat; }
        @media (min-width: 960px) {
          .header-nav .nav-logo-wrap [class*="logo"].logo-fun {
            width: 117px;
            background: url("../img/layout/logo_fun.png") 50% 50%/auto 65.7px no-repeat; } }
        @media (min-width: 960px) {
          .header-nav .nav-logo-wrap [class*="logo"].logo-fun.logo-fun-white {
            background-image: url("../img/layout/logo_fun_w.png"); } }
      .header-nav .nav-logo-wrap [class*="logo"] a {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        width: 100%;
        height: 100%;
        display: block; }
  .header-nav .nav-wrap {
    top: 50px;
    left: 0;
    position: fixed;
    width: calc(100% - 80px);
    height: calc(100% - 50px);
    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;
    z-index: 10;
    padding: 20px 0 40px;
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    @media (min-width: 640px) {
      .header-nav .nav-wrap {
        width: calc(100% - 120px); } }
    @media (min-width: 960px) {
      .header-nav .nav-wrap {
        top: 100px;
        width: 21%;
        height: calc(100% - 80px); } }
    @media (min-width: 960px) {
      .header-nav .nav-wrap.nav-wrap-epack, .header-nav .nav-wrap.nav-wrap-fun {
        top: 0;
        left: 0;
        position: relative;
        width: auto;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0;
        overflow: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease; } }
    .header-nav .nav-wrap.is-open {
      opacity: 1;
      -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
      transform: translateX(0%) !important; }
      .header-nav .nav-wrap.is-open .nav-list, .header-nav .nav-wrap.is-open .nav-extra {
        opacity: 1;
        -webkit-transform: translateX(0%) !important;
        -ms-transform: translateX(0%) !important;
        transform: translateX(0%) !important; }
    .header-nav .nav-wrap .nav-list, .header-nav .nav-wrap .nav-extra {
      opacity: 0;
      -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
      transform: translateX(-20%);
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; }
      @media (min-width: 960px) {
        .header-nav .nav-wrap .nav-list, .header-nav .nav-wrap .nav-extra {
          opacity: 1;
          -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
          transform: translateX(0%); } }

.nav-epack, .nav-wrap-epack {
  background-color: #ed6c00; }
  @media (min-width: 960px) {
    .nav-epack, .nav-wrap-epack {
      background-color: #fff; } }

.nav-fun, .nav-wrap-fun {
  background-color: #000; }
  @media (min-width: 960px) {
    .nav-fun, .nav-wrap-fun {
      background-color: #fff; } }

.nav-fun .nav-wrap a.is-active {
  color: #ed6c00; }
  @media (min-width: 960px) {
    .nav-fun .nav-wrap a.is-active {
      color: #000; } }
  .nav-fun .nav-wrap a.is-active:after {
    border-bottom: 1px solid #ed6c00; }
    @media (min-width: 960px) {
      .nav-fun .nav-wrap a.is-active:after {
        border-bottom: 1px solid #000; } }

.nav-common {
  width: 100%;
  background-color: #ed6c00; }
  .nav-common:before {
    top: 0;
    right: 0;
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    display: block;
    background-color: #000; }
  .nav-common .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 960px) {
      .nav-common .container {
        padding-left: 76px;
        padding-right: 76px; } }
    @media (min-width: 1500px) {
      .nav-common .container {
        padding-left: 0;
        padding-right: 0; } }
  .nav-common .nav-menu {
    display: block; }
    @media (min-width: 960px) {
      .nav-common .nav-menu {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); } }
  .nav-common .nav-wrap#nav_epack {
    background-color: #ed6c00; }
    @media (min-width: 960px) {
      .nav-common .nav-wrap#nav_epack .nav-list li {
        text-align: right; } }
    @media (min-width: 640px) {
      .nav-common .nav-wrap#nav_epack .nav-extra {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 76px; } }
  .nav-common .nav-wrap#nav_fun {
    left: auto;
    right: 0;
    background-color: #000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .nav-common .nav-wrap#nav_fun .nav-list, .nav-common .nav-wrap#nav_fun .nav-extra {
      -webkit-transform: translateX(20%);
      -ms-transform: translateX(20%);
      transform: translateX(20%); }
    @media (min-width: 640px) {
      .nav-common .nav-wrap#nav_fun .nav-extra {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 76px; } }
  .nav-common .nav-wrap .nav-list {
    margin-right: 0; }
    @media (min-width: 960px) {
      .nav-common .nav-wrap .nav-list li {
        display: block;
        margin-bottom: 38px; } }
    @media (min-width: 960px) {
      .nav-common .nav-wrap .nav-list li.is-active a:after {
        bottom: -6px; } }
    @media (min-width: 960px) {
      .nav-common .nav-wrap .nav-list li a {
        display: inline-block;
        width: 154px;
        color: #fff;
        text-align: center; } }
  .nav-common .nav-wrap .nav-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 640px) {
      .nav-common .nav-wrap .nav-extra {
        position: relative;
        right: auto; } }
  .nav-common .nav-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .nav-common .nav-logo-wrap .logo-epack {
      margin-left: -25px;
      margin-right: 20px; }
      @media (min-width: 960px) {
        .nav-common .nav-logo-wrap .logo-epack {
          margin-left: -86px;
          margin-right: 100px; } }

[lang="en"] .nav-list li a {
  font-size: 18px; }

@media (min-width: 960px) {
  .nav-list {
    margin-right: 120px; } }

@media (min-width: 1500px) {
  .nav-list {
    margin-right: 20px; } }

.nav-list li {
  margin-bottom: 38px; }
  @media (min-width: 960px) {
    .nav-list li {
      display: inline-block;
      margin-bottom: 0; } }
  @media (min-width: 960px) {
    .nav-list li.is-active a {
      color: #000; } }
  .nav-list li.is-active a:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 2px solid currentColor; }
    @media (min-width: 960px) {
      .nav-list li.is-active a:after {
        bottom: -4px;
        left: 50%;
        position: absolute;
        padding-bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .nav-list li a {
    position: relative;
    display: block;
    width: 154px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    @media (min-width: 960px) {
      .nav-list li a {
        width: auto;
        margin: 0 10px;
        color: #928178;
        text-align: left; } }
    @media (min-width: 1200px) {
      .nav-list li a {
        margin: 0 18px; } }
    @media (min-width: 640px) {
      .nav-list li a:hover {
        color: #000; } }

.nav-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 0 58px; }
  @media (min-width: 960px) {
    .nav-extra {
      right: 0;
      position: absolute;
      display: block;
      padding: 0; } }
  @media (min-width: 1500px) {
    .nav-extra {
      right: -78px;
      position: absolute; } }

.nav-lang a {
  position: relative;
  display: inline-block;
  margin-right: 10px; }
  .nav-lang a:last-child {
    margin-right: 0; }
  .nav-lang a.is-active:after {
    content: "";
    display: block;
    top: 1px;
    left: 1px;
    position: absolute;
    width: 31px;
    height: 31px;
    border-bottom: 0 !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6); }
  .nav-lang a img {
    max-width: 32px; }

.nav-home {
  width: 69px;
  height: 52px; }
  @media (min-width: 960px) {
    .nav-home {
      top: 100px;
      right: 0;
      position: fixed;
      width: 80px;
      height: 80px;
      display: block;
      z-index: 9; }
      .nav-home.is-sticky {
        top: 80px; }
      .nav-home.epack-page {
        left: calc(100% - 180px); }
      .nav-home.fun-page {
        left: 100px; } }
  .nav-home a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block; }
    @media (min-width: 960px) {
      .nav-home a:hover:before {
        background-color: rgba(255, 255, 255, 0.6); } }
    .nav-home a:before, .nav-home a:after {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    @media (min-width: 960px) {
      .nav-home a:before {
        background-color: rgba(255, 255, 255, 0.5); } }
    .nav-home a:after {
      background: url("../img/layout/nav_home_m.png") 50% 50% no-repeat;
      background-size: cover; }
      @media (min-width: 960px) {
        .nav-home a:after {
          background: url("../img/layout/nav_home.png") 50% 50% no-repeat;
          background-size: cover; } }

.pagination-wrap {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .pagination-wrap {
      margin-bottom: 30px; } }
  .pagination-wrap .pagination {
    text-align: center; }
    .pagination-wrap .pagination li {
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
      .pagination-wrap .pagination li.prev a, .pagination-wrap .pagination li.next a {
        font-size: 31px;
        line-height: 1; }
        @media (min-width: 640px) {
          .pagination-wrap .pagination li.prev a, .pagination-wrap .pagination li.next a {
            font-size: 33px; } }
      .pagination-wrap .pagination li a {
        display: block;
        padding: 5px;
        font-size: 18px; }
        @media (min-width: 640px) {
          .pagination-wrap .pagination li a {
            font-size: 20px; } }
        .pagination-wrap .pagination li a:hover {
          text-decoration: none; }
      .pagination-wrap .pagination li.active a {
        color: #ed6c00; }
      .pagination-wrap .pagination li.disabled a {
        color: #b2b2b2;
        cursor: default; }

@media (min-width: 960px) {
  [lang="en"] .top-nav-wrap .top-nav-list li a {
    font-size: 18px; } }

.top-nav-wrap {
  top: 50px;
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media (min-width: 960px) {
    .top-nav-wrap {
      top: 100px;
      position: fixed; } }
  @media (min-width: 960px) {
    .top-nav-wrap.is-sticky {
      top: 80px; }
      .top-nav-wrap.is-sticky .top-nav-list {
        height: 50px; } }
  .top-nav-wrap .container {
    padding: 0; }
  .top-nav-wrap .top-nav-list {
    width: 100%;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 640px) {
      .top-nav-wrap .top-nav-list {
        text-align: center; } }
    @media (min-width: 960px) {
      .top-nav-wrap .top-nav-list {
        height: 60px; } }
    .top-nav-wrap .top-nav-list li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      padding: 0 15px; }
      @media (min-width: 640px) {
        .top-nav-wrap .top-nav-list li {
          padding: 0 30px; } }
      .top-nav-wrap .top-nav-list li.is-active a {
        color: #ed6c00;
        border-bottom: 2px solid #ed6c00; }
      .top-nav-wrap .top-nav-list li a {
        position: relative;
        display: block;
        padding: 0 0 2px;
        white-space: nowrap;
        text-decoration: none; }
        @media (min-width: 640px) {
          .top-nav-wrap .top-nav-list li a {
            font-size: 18px; } }
        @media (min-width: 960px) {
          .top-nav-wrap .top-nav-list li a {
            font-size: 20px;
            padding: 0 0 3px; } }
        @media (min-width: 960px) {
          .top-nav-wrap .top-nav-list li a:hover {
            color: #ed6c00; } }

#holdon-overlay {
  filter: alpha(opacity=80);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .8;
  z-index: 9999; }

#holdon-content-container {
  width: 100%;
  padding: 0;
  vertical-align: middle;
  display: table-cell !important;
  margin: 0;
  text-align: center; }

#holdon-content {
  text-align: center;
  width: 50px;
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -25px; }

#holdon-message {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  color: white; }

.sk-rect {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-rect > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-rect-anim 1.2s infinite ease-in-out;
  animation: sk-rect-anim 1.2s infinite ease-in-out; }

.sk-rect .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-rect .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.sk-rect .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-rect .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-rect-anim {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-rect-anim {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.sk-cube {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-cube1, .sk-cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cube 1.8s infinite ease-in-out;
  animation: sk-cube 1.8s infinite ease-in-out; }

.sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-cube {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes sk-cube {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.sk-dot {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-animation: sk-dot-rotate 2.0s infinite linear;
  animation: sk-dot-rotate 2.0s infinite linear; }

.sk-dot1, .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-dot-bounce 2.0s infinite ease-in-out;
  animation: sk-dot-bounce 2.0s infinite ease-in-out; }

.sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-dot-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-dot-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-dot-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-dot-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.sk-bounce {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.sk-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px; }

.sk-cube-grid .sk-cube-child {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube-grid1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube-grid2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube-grid3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube-grid4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube-grid5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube-grid6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube-grid7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube-grid8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube-grid9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube-parent {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube-parent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cubechild2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cubechild3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cubechild4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cubechild2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cubechild3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cubechild4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.sk-fading-circle {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-fading-circle .sk-circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-fading-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-fading-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-fading-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-fading-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-fading-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-fading-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-fading-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-fading-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-fading-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-fading-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-fading-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-fading-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-fading-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-fading-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-fading-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-fading-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-fading-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-fading-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-fading-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-fading-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-fading-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-fading-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-fading-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-dots {
  bottom: 3%; }
  @media (min-width: 640px) {
    .slick-dots {
      bottom: 4%;
      padding-left: 13%;
      text-align: left; } }
  .slick-dots li {
    width: 10px;
    height: 10px; }
    @media (min-width: 640px) {
      .slick-dots li {
        width: 13px;
        height: 13px; } }
    .slick-dots li.slick-active button:before {
      color: transparent;
      background-color: #ed6c00;
      opacity: 1; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0; }
      @media (min-width: 640px) {
        .slick-dots li button {
          width: 13px;
          height: 13px; } }
      .slick-dots li button:before {
        width: 10px;
        height: 10px;
        border-radius: 13px;
        color: transparent;
        border: 1px solid #ed6c00;
        opacity: 1; }
        @media (min-width: 640px) {
          .slick-dots li button:before {
            width: 13px;
            height: 13px; } }

.fancybox-slide--html {
  padding: 50px 0 0; }
  .fancybox-slide--html .fancybox-content {
    margin-bottom: 50px; }

.fancybox-slide--html .fancybox-close-small {
  width: 20px;
  height: 20px;
  top: 15px !important;
  right: 15px !important;
  background: url(../img/icon/close.svg) 50% 50%/cover no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  @media (min-width: 640px) {
    .fancybox-slide--html .fancybox-close-small {
      width: 30px;
      height: 30px;
      top: 20px !important;
      right: 20px !important; } }
  .fancybox-slide--html .fancybox-close-small:hover {
    opacity: .7;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .fancybox-slide--html .fancybox-close-small svg {
    display: none; }

.home-wrap {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/index/home/bg_m.jpg") 50% 50% no-repeat;
  background-size: cover;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media (min-width: 960px) {
    .home-wrap {
      background: url("../img/index/home/bg.jpg") 50% 50% no-repeat;
      background-size: cover; } }
  .home-wrap .contact-us {
    top: 45.2%;
    left: 50%;
    position: absolute;
    z-index: 10;
    height: 8.9%;
    -webkit-transform: translate(-52%);
    -ms-transform: translate(-52%);
    transform: translate(-52%); }
    @media (min-width: 960px) {
      .home-wrap .contact-us {
        top: 8.7%;
        left: 50%;
        position: absolute;
        height: 8.96%;
        -webkit-transform: translate(-62.8%);
        -ms-transform: translate(-62.8%);
        transform: translate(-62.8%); } }
    .home-wrap .contact-us a, .home-wrap .contact-us img {
      display: block;
      height: 100%; }
  .home-wrap .home-bg-obj {
    top: 7.5%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 85.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    pointer-events: none; }
    @media (min-width: 960px) {
      .home-wrap .home-bg-obj {
        top: 20.5%;
        left: 50%;
        position: absolute;
        width: 76%;
        height: 65.4%;
        margin-left: -38%;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
        transform: perspective(600px) rotate3d(0, 1, 0, 0deg); }
        .home-wrap .home-bg-obj.is-left {
          -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 6deg);
          transform: perspective(600px) rotate3d(0, 1, 0, 6deg); }
        .home-wrap .home-bg-obj.is-right {
          -webkit-transform: perspective(600px) rotate3d(0, 1, 0, -6deg);
          transform: perspective(600px) rotate3d(0, 1, 0, -6deg); } }
    .home-wrap .home-bg-obj .obj {
      fill: none;
      stroke: #ffffff;
      stroke-width: 1.5; }
    .home-wrap .home-bg-obj .home-obj-m, .home-wrap .home-bg-obj .home-obj {
      margin: auto;
      overflow: hidden; }
    @media (min-width: 960px) {
      .home-wrap .home-bg-obj .home-obj-m.loaded {
        display: none; } }
    .home-wrap .home-bg-obj .home-obj-m.loaded .other {
      stroke-dasharray: 810;
      stroke-dashoffset: 810;
      -webkit-animation: dash 2s ease-out forwards;
      animation: dash 2s ease-out forwards; }
    .home-wrap .home-bg-obj .home-obj-m.loaded .outer {
      stroke-dasharray: 3500;
      stroke-dashoffset: 1500;
      -webkit-animation: dash 2s ease-out forwards;
      animation: dash 2s ease-out forwards; }
    .home-wrap .home-bg-obj .home-obj.loaded {
      display: none; }
      @media (min-width: 960px) {
        .home-wrap .home-bg-obj .home-obj.loaded {
          display: block; } }
      .home-wrap .home-bg-obj .home-obj.loaded .other {
        stroke-dasharray: 560;
        stroke-dashoffset: 560;
        -webkit-animation: dash 2s ease-out forwards;
        animation: dash 2s ease-out forwards; }
      .home-wrap .home-bg-obj .home-obj.loaded .outer {
        stroke-dasharray: 4500;
        stroke-dashoffset: 2500;
        -webkit-animation: dash 2s ease-out forwards;
        animation: dash 2s ease-out forwards; }
      .home-wrap .home-bg-obj .home-obj.loaded .handle {
        stroke-dasharray: 910;
        stroke-dashoffset: 910;
        -webkit-animation: dash 2s ease-out forwards;
        animation: dash 2s ease-out forwards; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
  .home-wrap .home-side {
    width: 100%;
    height: 50%;
    float: left;
    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; }
    @media (min-width: 960px) {
      .home-wrap .home-side {
        width: 50%;
        height: 100%;
        overflow: hidden; } }
    .home-wrap .home-side .home-link {
      width: 100%;
      height: 100%;
      position: relative;
      display: block; }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link {
          width: 100%;
          height: 80%; } }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link:hover .overlay {
          width: 95.9805%;
          height: 115.5%; } }
      .home-wrap .home-side .home-link .overlay {
        top: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s; }
        @media (min-width: 960px) {
          .home-wrap .home-side .home-link .overlay {
            width: 83.1%;
            height: 100%; } }
      .home-wrap .home-side .home-link .content {
        width: 100%;
        height: 100%;
        position: relative;
        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;
        pointer-events: none; }
        @media (min-width: 960px) {
          .home-wrap .home-side .home-link .content {
            width: 83.1%;
            height: 100%; } }
        .home-wrap .home-side .home-link .content .logo {
          position: relative;
          z-index: 2;
          height: 17.7%;
          text-align: center; }
          @media (min-width: 960px) {
            .home-wrap .home-side .home-link .content .logo {
              position: absolute;
              height: 11.096%; } }
          .home-wrap .home-side .home-link .content .logo img {
            height: 100%; }
            @media (min-width: 960px) {
              .home-wrap .home-side .home-link .content .logo img {
                margin-top: 0; } }
    .home-wrap .home-side .home-link-epack .content {
      margin-left: auto; }
    .home-wrap .home-side .home-link-epack .logo {
      top: 6%;
      width: 100%; }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link-epack .logo {
          top: auto;
          right: 0;
          width: calc(78vh * 705/770); } }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link-epack .logo img {
          margin-left: 2%; } }
    .home-wrap .home-side .home-link-epack .overlay {
      right: 0;
      background-color: rgba(237, 108, 0, 0.85); }
    .home-wrap .home-side .home-link-fun .logo {
      top: -7%;
      width: 100%; }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link-fun .logo {
          top: auto;
          width: calc(78vh * 705/770); } }
      @media (min-width: 960px) {
        .home-wrap .home-side .home-link-fun .logo img {
          margin-right: 2%; } }
    .home-wrap .home-side .home-link-fun .overlay {
      left: 0;
      background-color: rgba(21, 3, 1, 0.85); }
  .home-wrap .bottom-text {
    display: none; }
    @media (min-width: 960px) {
      .home-wrap .bottom-text {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 10%;
        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;
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 1.5; } }

@media (min-width: 960px) {
  .epack-wrap .header-nav, .fun-wrap .header-nav {
    width: calc(100% - 100px); } }

.epack-wrap {
  left: -100%; }

.fun-wrap {
  right: -100%; }
  .fun-wrap .slick-dots .slick-active button:before {
    background-color: #000; }
  .fun-wrap .slick-dots button:before {
    border: 1px solid #000; }

.section-wrap {
  top: 0;
  position: absolute;
  width: 100%;
  height: auto;
  display: none;
  padding-top: 50px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }
  @media (min-width: 960px) {
    .section-wrap {
      width: calc(100% - 100px); } }
  @media (min-width: 960px) {
    .section-wrap {
      padding-top: 100px; } }
  .section-wrap .section {
    position: relative;
    width: 100%; }
    .section-wrap .section .content img {
      max-width: 100%; }

.works-list:after {
  content: "";
  display: table;
  clear: both; }

.works-list .item {
  line-height: 0; }
  @media (min-width: 640px) {
    .works-list .item {
      width: 50%;
      float: left; } }
  .works-list .item a {
    position: relative;
    display: block; }
    .works-list .item a:before, .works-list .item a:after {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      display: block;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .works-list .item a:before {
      width: 100%;
      height: 100%; }
    .works-list .item a:after {
      content: attr(data-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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 15%;
      color: #fff;
      font-size: 24px; }
      @media (min-width: 960px) {
        .works-list .item a:after {
          font-size: 30px; } }
    .works-list .item a:hover:before, .works-list .item a:hover:after {
      opacity: 1; }
    .works-list .item a.orange:before {
      background-color: rgba(237, 108, 0, 0.8); }
    .works-list .item a.black:before {
      background-color: rgba(0, 0, 0, 0.8); }

.sidebar {
  top: 0;
  position: fixed;
  width: 0;
  height: 50px;
  display: block;
  z-index: 99;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  @media (min-width: 960px) {
    .sidebar {
      height: 100%; } }
  .sidebar#epack-sidebar {
    right: 0;
    float: right;
    background-color: #000; }
    .sidebar#epack-sidebar .logo a {
      background: url("../img/layout/logo_fun_w_m.png") 50% 50%/auto 25px no-repeat; }
      @media (min-width: 960px) {
        .sidebar#epack-sidebar .logo a {
          background: url("../img/layout/logo_fun_h.png") 50% 0 no-repeat; } }
  .sidebar#fun-sidebar {
    right: 0;
    background-color: #ed6c00; }
    @media (min-width: 960px) {
      .sidebar#fun-sidebar {
        left: 0;
        right: auto; } }
    .sidebar#fun-sidebar .logo a {
      background: url("../img/layout/logo_epack_w_m.png") 50% 50%/auto 21px no-repeat; }
      @media (min-width: 960px) {
        .sidebar#fun-sidebar .logo a {
          background: url("../img/layout/logo_epack_h.png") 50% 0 no-repeat; } }
  .sidebar.is-open {
    width: 80px; }
    @media (min-width: 960px) {
      .sidebar.is-open {
        width: 100px; } }
    .sidebar.is-open .logo {
      opacity: 1; }
  .sidebar .logo {
    width: 100%;
    height: 100%; }
    @media (min-width: 960px) {
      .sidebar .logo {
        display: inline-block;
        height: 251px;
        margin-top: 100px;
        opacity: 0;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; } }
    .sidebar .logo a {
      width: 100%;
      height: 100%;
      display: block; }

.hiddenleft {
  left: -100%;
  right: inherit; }

.hiddenright {
  right: -100%;
  left: inherit; }

.revealleft {
  left: 0; }

.revealright {
  right: 0; }

.hero-slider {
  line-height: 0;
  margin-bottom: 0 !important; }
  .hero-slider .hero-img {
    width: calc(100vw);
    height: calc(100vw * 800/750);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 640px) {
      .hero-slider .hero-img {
        width: calc(100vw);
        height: calc(100vw * 800/1920); } }
    @media (min-width: 960px) {
      .hero-slider .hero-img {
        width: calc(100vw - 100px);
        height: calc(100vw * 800/1920); } }

.news-wrap {
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    .news-wrap {
      margin-bottom: 30px; } }
  .news-wrap .container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .news-wrap .container:after {
      content: " ";
      display: block;
      clear: both; }

.news-item {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #928178; }
  @media (min-width: 640px) {
    .news-item {
      margin-bottom: 0;
      border-bottom: 0; } }
  .news-item a {
    width: 100%;
    height: 100%; }
    @media (min-width: 640px) {
      .news-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (min-width: 640px) {
      .news-item a:hover:after {
        top: 0;
        right: 0;
        position: absolute;
        width: 8px;
        height: 100%;
        display: block;
        content: "";
        background-color: #ed6c00; } }
  .news-item .thumb {
    line-height: 0; }
    @media (min-width: 640px) {
      .news-item .thumb {
        position: relative;
        padding: 20px 20px 20px 0;
        border-right: 1px solid #928178; } }
    .news-item .thumb .img {
      width: 100%;
      padding-top: 60%;
      background-position: 50% 50%;
      background-size: cover; }
      @media (min-width: 640px) {
        .news-item .thumb .img {
          width: 320px;
          padding-top: 62.5%; } }
    .news-item .thumb .anchor {
      right: 8.5px;
      bottom: -8.5px;
      position: absolute;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      @media (min-width: 640px) {
        .news-item .thumb .anchor {
          top: 56px;
          right: -8.5px;
          position: absolute;
          bottom: auto;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); } }
      .news-item .thumb .anchor:before, .news-item .thumb .anchor:after {
        content: "";
        display: block; }
      .news-item .thumb .anchor:before {
        width: 17px;
        height: 17px;
        border: 1px solid #928178;
        border-radius: 50%; }
      .news-item .thumb .anchor:after {
        top: 8px;
        left: -7px;
        position: absolute;
        width: 31px;
        height: 1px;
        border-top: 1px solid #928178; }
  .news-item .content {
    padding: 15px 0;
    overflow: hidden; }
    @media (min-width: 640px) {
      .news-item .content {
        padding: 0 20px; } }
    .news-item .content .date, .news-item .content .more {
      font-size: 15px; }
      @media (min-width: 640px) {
        .news-item .content .date, .news-item .content .more {
          font-size: 16px; } }
    .news-item .content .title {
      margin-top: 6px;
      margin-bottom: 5px; }
      @media (min-width: 640px) {
        .news-item .content .title {
          margin-top: 10px;
          margin-bottom: 15px; } }
      .news-item .content .title .tit {
        max-width: 100%;
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
        font-size: 20px; }
      .news-item .content .title .desc {
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        word-wrap: break-word;
        font-size: 15px; }
    .news-item .content .more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .news-item .content .more span {
        position: relative;
        top: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 4px; }
        @media (min-width: 640px) {
          .news-item .content .more span {
            top: 1px;
            margin-left: 6px; } }

.news-view {
  margin: 0 auto;
  padding: 20px;
  color: #150301; }
  @media (min-width: 640px) {
    .news-view {
      padding: 50px; } }
  @media (min-width: 1000px) {
    .news-view {
      width: 1000px; } }
  .news-view .news-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #928178; }
    @media (min-width: 640px) {
      .news-view .news-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 30px;
        padding-right: 40px; } }
    @media (max-width: 640px) {
      .news-view .news-title h2 {
        margin-bottom: 4px; } }
    .news-view .news-title .anchor {
      right: 10px;
      bottom: -9px;
      position: absolute;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .news-view .news-title .anchor:before, .news-view .news-title .anchor:after {
        content: "";
        display: block; }
      .news-view .news-title .anchor:before {
        width: 17px;
        height: 17px;
        border: 1px solid #928178;
        border-radius: 50%; }
      .news-view .news-title .anchor:after {
        top: 8px;
        left: -7px;
        position: absolute;
        width: 31px;
        height: 1px;
        border-top: 1px solid #928178; }
  .news-view .news-content {
    line-height: 1.5 !important; }
    .news-view .news-content img {
      max-width: 100% !important;
      height: auto !important;
      padding: 0 !important; }
    .news-view .news-content a {
      color: #ed6c00;
      text-decoration: underline; }

@media (min-width: 640px) {
  [lang="zh-TW"] .about-wrap [class*="section"] .content .desc {
    font-size: 19px; } }

[lang="en"] .about-fun .section3 .title {
  height: 90px; }
  @media (min-width: 640px) {
    [lang="en"] .about-fun .section3 .title {
      height: 155px; } }

[lang="en"] .about-fun .section2 .content .title:before,
[lang="en"] .about-fun .section3 .content .title:before,
[lang="en"] .about-fun .section4 .content .title:before {
  width: 100%;
  height: 100%;
  background-size: 100% 100%; }

.about-wrap [class*="section"] .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%; }

.about-wrap [class*="section"] .content {
  width: 100%;
  padding: 15px 0 30px;
  line-height: 1.8; }
  @media (min-width: 640px) {
    .about-wrap [class*="section"] .content {
      width: 48%;
      padding: 0; } }
  .about-wrap [class*="section"] .content .title {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.15; }
    @media (min-width: 640px) {
      .about-wrap [class*="section"] .content .title {
        font-size: 36px; } }
  .about-wrap [class*="section"] .content .desc {
    font-size: 15px; }
  .about-wrap [class*="section"] .content .info {
    margin-top: 10px; }
    .about-wrap [class*="section"] .content .info .stit {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5; }
      @media (min-width: 640px) {
        .about-wrap [class*="section"] .content .info .stit {
          font-size: 20px; } }
    .about-wrap [class*="section"] .content .info .list {
      font-size: 13px; }
      @media (min-width: 640px) {
        .about-wrap [class*="section"] .content .info .list {
          font-size: 15px; } }
      .about-wrap [class*="section"] .content .info .list.list-indent {
        margin-left: 24px; }
        @media (min-width: 640px) {
          .about-wrap [class*="section"] .content .info .list.list-indent {
            margin-left: 26px; } }
        .about-wrap [class*="section"] .content .info .list.list-indent li {
          text-indent: -24px; }
          @media (min-width: 640px) {
            .about-wrap [class*="section"] .content .info .list.list-indent li {
              text-indent: -26px; } }

.about-epack [class*="section"] {
  width: 100%;
  height: auto;
  padding-top: 106.8%; }
  @media (min-width: 640px) {
    .about-epack [class*="section"] {
      width: 100%;
      height: 800px;
      padding-top: 0; } }
  .about-epack [class*="section"] .title {
    color: #ed6c00; }

.about-epack .section1 {
  background: url("../img/epack/about_01_m.jpg") 50% 0 no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-epack .section1 {
      background: url("../img/epack/about_01.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }

.about-epack .section2 {
  background: url("../img/epack/about_02_m.jpg") 50% 0 no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-epack .section2 {
      background: url("../img/epack/about_02.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }

.about-epack .section3 {
  background: url("../img/epack/about_03_m.jpg") 50% 0 no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-epack .section3 {
      background: url("../img/epack/about_03.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }

.about-epack .section4 {
  background: url("../img/epack/about_04_m.jpg") 50% 0 no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-epack .section4 {
      background: url("../img/epack/about_04.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }

.about-epack .section1 {
  color: #ed6c00;
  background-color: #000; }
  .about-epack .section1 .slogan-wrap {
    width: 100%;
    text-align: right; }
    @media (min-width: 640px) {
      .about-epack .section1 .slogan-wrap {
        margin-top: 10px;
        padding-right: 30px; } }
    .about-epack .section1 .slogan-wrap .slogan {
      max-width: 60%; }
      @media (min-width: 640px) {
        .about-epack .section1 .slogan-wrap .slogan {
          max-width: 100%; } }

.about-epack .section2 {
  color: #585757;
  background-color: #bbc3c5; }

.about-epack .section3 {
  color: #150301; }
  @media (min-width: 640px) {
    .about-epack .section3 .title, .about-epack .section3 .desc {
      width: 93%; } }

.about-epack .section4 {
  color: #150301; }
  .about-epack .section4 .list {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.6; }

.about-fun [class*="section"] {
  width: 100%;
  height: auto;
  padding-bottom: 106.8%; }
  @media (min-width: 640px) {
    .about-fun [class*="section"] {
      width: 100%;
      height: 800px;
      padding-bottom: 0; } }
  .about-fun [class*="section"] .title {
    color: #fff; }

.about-fun .section1 {
  background: url("../img/fun/about_01_m.jpg") 50% 100% no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-fun .section1 {
      background: url("../img/fun/about_01.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }
  .about-fun .section1 .title:before {
    background: url("../img/fun/about_01_label.png") 50% 0 no-repeat; }

.about-fun .section2 {
  background: url("../img/fun/about_02_m.jpg") 50% 100% no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-fun .section2 {
      background: url("../img/fun/about_02.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }
  .about-fun .section2 .title:before {
    background: url("../img/fun/about_02_label.png") 50% 0 no-repeat; }

.about-fun .section3 {
  background: url("../img/fun/about_03_m.jpg") 50% 100% no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-fun .section3 {
      background: url("../img/fun/about_03.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }
  .about-fun .section3 .title:before {
    background: url("../img/fun/about_03_label.png") 50% 0 no-repeat; }

.about-fun .section4 {
  background: url("../img/fun/about_04_m.jpg") 50% 100% no-repeat;
  background-size: 100% auto; }
  @media (min-width: 640px) {
    .about-fun .section4 {
      background: url("../img/fun/about_04.jpg") 50% 0 no-repeat;
      background-size: auto 800px; } }
  .about-fun .section4 .title:before {
    background: url("../img/fun/about_04_label.png") 50% 0 no-repeat; }

.about-fun .section1 {
  color: #585757;
  padding-bottom: 108.8%; }
  @media (min-width: 640px) {
    .about-fun .section1 {
      padding-bottom: 0; } }
  @media (min-width: 640px) {
    .about-fun .section1 .content {
      margin-top: -180px; } }
  .about-fun .section1 .content .title {
    height: 59.59px;
    color: #fff; }
    @media (min-width: 640px) {
      .about-fun .section1 .content .title {
        height: 101px; } }
    .about-fun .section1 .content .title:before {
      top: 0;
      left: -10px;
      position: absolute;
      width: 247.21px;
      height: 59.59px;
      z-index: 0;
      display: block;
      content: "";
      background-size: 247.21px, 59.59px; }
      @media (min-width: 640px) {
        .about-fun .section1 .content .title:before {
          top: 0;
          left: -34px;
          position: absolute;
          width: 419px;
          height: 101px;
          background-size: 419px, 101px; } }
    .about-fun .section1 .content .title:after {
      top: 22px;
      left: 0;
      position: absolute;
      z-index: 1;
      display: block;
      content: attr(data-title); }
      @media (min-width: 640px) {
        .about-fun .section1 .content .title:after {
          top: 44px; } }

.about-fun .section2 {
  color: #585757;
  height: calc(100vw * 1705/750);
  padding-bottom: 136%; }
  @media (min-width: 640px) {
    .about-fun .section2 {
      height: 800px;
      padding-bottom: 0; } }
  @media (min-width: 640px) {
    .about-fun .section2 .content {
      margin-top: -142px; } }
  .about-fun .section2 .content .title {
    height: 54.28px;
    color: #fff; }
    @media (min-width: 640px) {
      .about-fun .section2 .content .title {
        height: 92px; } }
    .about-fun .section2 .content .title:before {
      top: 0;
      left: -10px;
      position: absolute;
      width: 247.8px;
      height: 54.28px;
      z-index: 0;
      display: block;
      content: "";
      background-size: 247.8px, 54.28px; }
      @media (min-width: 640px) {
        .about-fun .section2 .content .title:before {
          top: 0;
          left: -34px;
          position: absolute;
          width: 420px;
          height: 92px;
          background-size: 420px, 92px; } }
    .about-fun .section2 .content .title:after {
      top: 22px;
      left: 0;
      position: absolute;
      z-index: 1;
      display: block;
      content: attr(data-title); }
      @media (min-width: 640px) {
        .about-fun .section2 .content .title:after {
          top: 44px; } }
  .about-fun .section2 .content .desc {
    width: 100%;
    height: calc(100vw * 496/750);
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto calc(100vw * 496/750); }
    @media (min-width: 640px) {
      .about-fun .section2 .content .desc {
        width: 769px;
        height: 310px;
        background-position: 0 0;
        background-size: 769px 310px; } }
  .about-fun .section2 .content .box {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .about-fun .section2 .content .box1 {
    width: calc(100vw * 336/750 * 1.08);
    height: calc(100vw * 227/750 * 1.08);
    position: absolute;
    top: calc(100vw * 964/750);
    left: calc(100vw * 0/750);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 640px) {
      .about-fun .section2 .content .box1 {
        top: 72px;
        left: 650px;
        position: absolute;
        width: 336px;
        height: 227px; } }
  .about-fun .section2 .content .box2 {
    width: calc(100vw * 354/750 * 1.05);
    height: calc(100vw * 218/750 * 1.05);
    position: absolute;
    top: calc(100vw * 635/750);
    left: calc(100vw * 225/750);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 640px) {
      .about-fun .section2 .content .box2 {
        top: 477px;
        left: 53px;
        position: absolute;
        width: 354px;
        height: 218px; } }

.about-fun .section3 {
  color: #150301; }
  .about-fun .section3 .title {
    height: 54.87px;
    color: #fff; }
    @media (min-width: 640px) {
      .about-fun .section3 .title {
        height: 93px; } }
    .about-fun .section3 .title:before {
      top: 0;
      left: -10px;
      position: absolute;
      width: 247.21px;
      height: 54.87px;
      z-index: 0;
      display: block;
      content: "";
      background-size: 247.21px, 54.87px; }
      @media (min-width: 640px) {
        .about-fun .section3 .title:before {
          top: 0;
          left: -34px;
          position: absolute;
          width: 419px;
          height: 93px;
          background-size: 419px, 93px; } }
    .about-fun .section3 .title:after {
      top: 22px;
      left: 0;
      position: absolute;
      z-index: 1;
      display: block;
      content: attr(data-title); }
      @media (min-width: 640px) {
        .about-fun .section3 .title:after {
          top: 44px; } }

.about-fun .section4 {
  color: #150301; }
  .about-fun .section4 .list {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.6; }
  .about-fun .section4 .title {
    height: 56.64px;
    color: #fff; }
    @media (min-width: 640px) {
      .about-fun .section4 .title {
        height: 96px; } }
    .about-fun .section4 .title:before {
      top: 0;
      left: -10px;
      position: absolute;
      width: 248.39px;
      height: 56.64px;
      z-index: 0;
      display: block;
      content: "";
      background-size: 248.39px, 56.64px; }
      @media (min-width: 640px) {
        .about-fun .section4 .title:before {
          top: 0;
          left: -34px;
          position: absolute;
          width: 421px;
          height: 96px;
          background-size: 421px, 96px; } }
    .about-fun .section4 .title:after {
      top: 22px;
      left: 0;
      position: absolute;
      z-index: 1;
      display: block;
      content: attr(data-title); }
      @media (min-width: 640px) {
        .about-fun .section4 .title:after {
          top: 44px; } }

.about-wrap [data-inview] > * {
  opacity: 0; }

.about-wrap [data-inview] .title, .about-wrap [data-inview] .desc, .about-wrap [data-inview] .info {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }

.about-wrap [data-inview] .slogan {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.about-wrap [data-inview] .box {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.about-wrap [data-inview] .title {
  -webkit-transition: all 1s 0s ease;
  -o-transition: all 1s 0s ease;
  transition: all 1s 0s ease; }

.about-wrap [data-inview] .desc {
  -webkit-transition: all 1s 0.2s ease;
  -o-transition: all 1s 0.2s ease;
  transition: all 1s 0.2s ease; }

.about-wrap [data-inview] .slogan {
  -webkit-transition: all 0.5s 0.8s ease;
  -o-transition: all 0.5s 0.8s ease;
  transition: all 0.5s 0.8s ease; }

.about-wrap [data-inview] .info {
  -webkit-transition: all 1s 0.4s ease;
  -o-transition: all 1s 0.4s ease;
  transition: all 1s 0.4s ease; }

.about-wrap [data-inview] .box1 {
  -webkit-transition: all 0.6s 0.6s ease-out;
  -o-transition: all 0.6s 0.6s ease-out;
  transition: all 0.6s 0.6s ease-out; }

.about-wrap [data-inview] .box2 {
  -webkit-transition: all 0.6s 0.8s ease-out;
  -o-transition: all 0.6s 0.8s ease-out;
  transition: all 0.6s 0.8s ease-out; }

.about-wrap [data-inview].is-inview > * {
  opacity: 1;
  -webkit-transform: translate(0) translateY(0);
  -ms-transform: translate(0) translateY(0);
  transform: translate(0) translateY(0); }

.about-wrap [data-inview].is-inview .slogan {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.service-wrap .section1 {
  height: calc(100vw * 1234/750);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .service-wrap .section1 {
      height: calc(100vw * 800/1920);
      background-size: cover; } }

.service-wrap .section2 .service-item-wrap:after {
  content: "";
  display: table;
  clear: both; }

.service-wrap .section2 .service-item-wrap [class*="item"] {
  height: calc(100vw * 550/750);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .service-wrap .section2 .service-item-wrap [class*="item"] {
      width: 50%;
      float: left;
      height: calc(100vw * 480/1920); } }
  .service-wrap .section2 .service-item-wrap [class*="item"].service-item2 {
    background-image: url("../img/service/item_02_m.jpg"); }
    @media (min-width: 640px) {
      .service-wrap .section2 .service-item-wrap [class*="item"].service-item2 {
        background-image: url("../img/service/item_02.jpg"); } }

.service-wrap .section3 .photo-wrap:after {
  content: "";
  display: table;
  clear: both; }

.service-wrap .section3 .photo-wrap [class*="item"] {
  width: 50%;
  float: left;
  height: calc(100vw * 320/750); }
  @media (min-width: 640px) {
    .service-wrap .section3 .photo-wrap [class*="item"] {
      width: 25%;
      float: left;
      height: calc(100vw * 320/1920); } }
  .service-wrap .section3 .photo-wrap [class*="item"].photo-item1 {
    background: url("../img/service/photo_01.jpg") 50% 50% no-repeat;
    background-size: cover; }
  .service-wrap .section3 .photo-wrap [class*="item"].photo-item2 {
    background: url("../img/service/photo_02.jpg") 50% 50% no-repeat;
    background-size: cover; }
  .service-wrap .section3 .photo-wrap [class*="item"].photo-item3 {
    background: url("../img/service/photo_03.jpg") 50% 50% no-repeat;
    background-size: cover; }
  .service-wrap .section3 .photo-wrap [class*="item"].photo-item4 {
    background: url("../img/service/photo_04.jpg") 50% 50% no-repeat;
    background-size: cover; }

.service-wrap .section4 {
  height: calc(100vw * 1335/750);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .service-wrap .section4 {
      height: calc(100vw * 800/1920); } }

.works-list-wrap {
  height: 100%; }
  .works-list-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .works-list-wrap .container {
    height: 100%; }
  .works-list-wrap .works-item {
    line-height: 0; }
    @media (min-width: 640px) {
      .works-list-wrap .works-item {
        width: 49.15254%;
        float: left; }
        .works-list-wrap .works-item:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .works-list-wrap .works-item:nth-child(2n + 2) {
          margin-left: 50.84746%;
          margin-right: -100%;
          clear: none; } }
    @media (min-width: 960px) {
      .works-list-wrap .works-item {
        width: 32.20339%;
        float: left; }
        .works-list-wrap .works-item:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .works-list-wrap .works-item:nth-child(3n + 2) {
          margin-left: 33.89831%;
          margin-right: -100%;
          clear: none; }
        .works-list-wrap .works-item:nth-child(3n + 3) {
          margin-left: 67.79661%;
          margin-right: -100%;
          clear: none; } }
    .works-list-wrap .works-item .works-link {
      width: 100%;
      height: 100%;
      position: relative;
      display: block;
      margin-bottom: 4%;
      padding-bottom: 67.6%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 640px) {
        .works-list-wrap .works-item .works-link {
          margin-bottom: 7%; } }
      .works-list-wrap .works-item .works-link:before, .works-list-wrap .works-item .works-link .works-info {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .works-list-wrap .works-item .works-link .works-info {
        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;
        padding: 0 15%; }
        .works-list-wrap .works-item .works-link .works-info span {
          display: block;
          color: #fff;
          font-size: 20px;
          line-height: 1.4;
          text-align: center; }
      .works-list-wrap .works-item .works-link:hover:before, .works-list-wrap .works-item .works-link:hover .works-info {
        opacity: 1; }
      .works-list-wrap .works-item .works-link.orange:before {
        background-color: rgba(237, 108, 0, 0.8); }
      .works-list-wrap .works-item .works-link.black:before {
        background-color: rgba(0, 0, 0, 0.8); }
  .works-list-wrap .works-empty {
    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;
    height: 100%;
    text-align: center;
    padding: 20% 0; }
    @media (min-width: 640px) {
      .works-list-wrap .works-empty {
        padding: 10% 0; } }

.works-view-wrap .works-image {
  width: 100%;
  height: calc(100vw * 800/750);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 640px) {
    .works-view-wrap .works-image {
      width: 100%;
      height: calc(100vw * 1200/1920); } }
  @media (min-width: 1200px) {
    .works-view-wrap .works-image {
      width: 100%;
      height: 800px; } }

.works-view-wrap .works-content {
  padding: 20px 0;
  color: #585757;
  background-color: #e8e7e6; }
  @media (min-width: 640px) {
    .works-view-wrap .works-content {
      padding: 60px 0; } }
  @media (min-width: 640px) {
    .works-view-wrap .works-content .container {
      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; } }
  @media (min-width: 640px) {
    .works-view-wrap .works-content .container .column1 {
      -webkit-box-flex: 1.54;
      -ms-flex: 1.54;
      flex: 1.54; } }
  .works-view-wrap .works-content .container .column1 + .column2 {
    margin-top: 10px; }
    @media (min-width: 640px) {
      .works-view-wrap .works-content .container .column1 + .column2 {
        margin-left: 4%;
        margin-top: 0; } }
  @media (min-width: 640px) {
    .works-view-wrap .works-content .container .column2 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; } }
  .works-view-wrap .works-content .content-list dl, .works-view-wrap .works-content .content-list dt, .works-view-wrap .works-content .content-list dd {
    margin: 0;
    font-size: 15px; }
    @media (min-width: 640px) {
      .works-view-wrap .works-content .content-list dl, .works-view-wrap .works-content .content-list dt, .works-view-wrap .works-content .content-list dd {
        font-size: 18px; } }
  .works-view-wrap .works-content .content-list dl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #585757; }
    .works-view-wrap .works-content .content-list dl:first-child {
      border-top: 0; }
  .works-view-wrap .works-content .content-list dt, .works-view-wrap .works-content .content-list dd {
    width: 50%;
    padding: 0 15px; }
    @media (min-width: 640px) {
      .works-view-wrap .works-content .content-list dt, .works-view-wrap .works-content .content-list dd {
        padding: 0 20px; } }
    .works-view-wrap .works-content .content-list dt span, .works-view-wrap .works-content .content-list dd span {
      display: block; }
  .works-view-wrap .works-content .content-list dt:first-child {
    border-right: 1px solid #585757; }
    .works-view-wrap .works-content .content-list dt:first-child span {
      text-align: right; }
  .works-view-wrap .works-content .content-list .en {
    font-size: 14px; }
    @media (min-width: 640px) {
      .works-view-wrap .works-content .content-list .en {
        font-size: 16px; } }
  .works-view-wrap .works-content .content-desc {
    white-space: pre-line;
    line-height: 1.4; }
    @media (min-width: 640px) {
      .works-view-wrap .works-content .content-desc {
        font-size: 18px; } }

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