@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}

legend {
  color: #000;
}

.text--center {
  text-align: center;
}

.hide-text {
  display: block;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
}

.color-gray {
  color: #aaa;
}

.btn {
  background: #333;
  outline: 0;
  margin: 0;
  padding: 0.5em 0;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  display: block;
}

.btn:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .btn {
    font-size: 22px;
  }
}

@media screen and (orientation: portrait) {
  .btn {
    padding: 0.6em 0;
    border-radius: 2em;
    font-size: 1.08333rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .btn {
    font-size: 1.25rem;
  }
}

.btn:visited {
  background: #333;
  outline: 0;
}

.btn:focus, .btn:hover, .btn.js-active {
  background-image: linear-gradient(to right, #1ff57e, #40afff);
  outline: 0;
}

.btn--index {
  background: #333 url(../images/bg-btn-index.png) 50% 0 no-repeat;
  background-size: 0.5% auto;
  width: 400px;
  padding: 0;
  margin: 0 auto;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  display: block;
  box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .btn--index {
    width: 300px;
  }
}

.btn--index:focus, .btn--index:hover, .btn--index:visited {
  background: #333 url(../images/bg-btn-index.png) 50% 0 no-repeat;
}

.btn--index--switchItem {
  width: 81%;
  max-width: 600px;
  margin-left: -300px;
  border-radius: 2em;
  position: fixed;
  bottom: 0.8333rem;
  left: 50%;
  z-index: 8;
  box-shadow: none;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .btn--index--switchItem {
    margin-left: calc(100% / -2.5);
  }
}

.btn--index--info {
  width: 400px;
  margin-left: -200px;
  z-index: 7;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
  .btn--index--info {
    width: 81%;
    margin-left: -40vw;
  }
}

.btn--goTalk {
  background: #333;
  width: 300px;
  padding: 0.96em 0;
  border-radius: 3em;
  color: #fff;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn--goTalk:after {
  content: '';
  width: 0;
  height: 100%;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
}

.btn--goTalk span {
  display: inline-block;
  vertical-align: middle;
}

.btn--goTalk:before {
  content: '';
  background: url(../images/bg-btn-index-shadow.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 7.07em;
  height: 6.36em;
  border-radius: 1em;
  position: absolute;
  top: -1.2057em;
  left: -4.2914em;
  z-index: -1;
}

.btn--goMini {
  background: url(../images/btn-go-miniinfo.png) center 0 no-repeat !important;
  width: 198px;
  height: 144px;
  color: #333;
  font-size: 16px;
  padding-top: 126px;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  letter-spacing: 0.07em;
  position: relative;
  top: 585px;
  margin-left: 3%;
}

@media screen and (max-width: 1230px) and (orientation: landscape) {
  .btn--goMini {
    margin-left: 0;
  }
}

@media screen and (max-width: 1195px) and (orientation: landscape) {
  .btn--goMini {
    position: static;
    margin-top: -2%;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .btn--goMini {
    margin-top: -3%;
    margin-bottom: -5%;
    margin-left: 27%;
    position: relative;
    top: 0;
    left: -12%;
  }
}

@media screen and (max-width: 865px) and (orientation: landscape) {
  .btn--goMini {
    margin-top: 8%;
  }
}

@media screen and (orientation: portrait) {
  .btn--goMini {
    position: static;
    margin-top: 8%;
    margin-bottom: -15%;
  }
}

.btn--goMini span {
  border-bottom: 1px solid #333;
}

.btn--goMini:before {
  display: none;
}

.btn--goMini:after {
  content: '';
  width: 10px;
  height: 10px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.freeze {
  bottom: 5.8333rem;
}

@media screen and (orientation: portrait) {
  .freeze {
    bottom: 10.8333rem;
  }
}

@font-face {
  font-family: 'Noto Sans TC light';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
}

:root,
html {
  height: 100%;
  font-size: calc(1vh + 1vw + 0.5vmin);
}

figure {
  margin: 0;
}

.misc {
  margin: 0;
  padding: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
}

body {
  height: 100%;
  line-height: 1;
  font-family: Helvetica, 'Microsoft JhengHei', '微軟正黑體', -apple-system, 'Noto Sans TC light', sans-serif;
  overflow-x: hidden;
}

body.js-open {
  overflow: hidden !important;
}

.content {
  display: block;
}

.flexWrap {
  display: -ms-flexbox;
  display: flex;
}

.header {
  /*background:#000;*/
  width: 100%;
  /*height: 182px;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  /*@include breakPoint(960, max-width, landscape){
    height: 137px;
  }

  @include breakPoint(710, max-width, landscape){
    height: 42px;
  }

  @include media (portrait){
    height: 42px;
  }*/
}

.footer {
  background: #bfbfbf url(../images/logo-cooperation.png) calc(50% - 460px) 36% no-repeat;
  background-size: 180px auto;
  width: 100%;
  min-height: 119px;
  /*
  @include breakPoint(1050, max-width, landscape){
    background-position: calc(50% + 360px) 22px;
  }*/
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
  .footer {
    background-position: calc(50% + 360px) 22px;
    background-size: 180px auto;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .footer {
    background-position: 70px 90%;
  }
}

@media screen and (orientation: portrait) {
  .footer {
    display: none;
  }
}

.menuTopBar {
  background: rgba(238, 238, 238, 0.9);
  width: 100%;
  height: 42px;
}

.menuTopBar .main {
  -ms-flex-align: center;
      align-items: center;
}

.menuTopBar-link {
  height: 18px;
  padding: 0 1em;
  font-size: 16px;
  border-right: 1px solid #aaa;
}

.menuTopBar-link:last-child {
  border: 0;
}

.menuTopBar-link--red {
  color: #e71a0f !important;
}

.nav-sub {
  background: rgba(238, 238, 238, 0.9);
  width: 100%;
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-sub {
    padding-top: 0;
    position: static;
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-sub.js-open {
    display: block !important;
  }
}

.js-open .nav-sub {
  display: block;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .js-open .nav-sub {
    display: none;
  }
}

.nav-subWrap {
  position: relative;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-subWrap {
    width: 100%;
    margin: 0 !important;
    padding: 0 0;
  }
}

.nav-subWrap:first-of-type:before {
  display: none;
}

.nav-subWrap .menuTopBar-link {
  margin-left: 0 !important;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-subWrap .menuTopBar-link:first-child:after {
    content: ' >';
    color: #aaa;
    position: absolute;
    right: 1em;
    top: 1em;
    -webkit-transform: scaleY(1.5);
        -ms-transform: scaleY(1.5);
            transform: scaleY(1.5);
  }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-subWrap .menuTopBar-link.js-open:first-child:after {
    -webkit-transform: scaleX(1.5) rotate(90deg);
        -ms-transform: scaleX(1.5) rotate(90deg);
            transform: scaleX(1.5) rotate(90deg);
  }
}

.nav-sub-item {
  padding: 0.8em 0;
  font-size: 16px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .nav-sub-item {
    padding: 0.8em 0 0.8em 2em;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0px 0px #f6f6f6;
  }
}

.backtop {
  background: rgba(238, 238, 238, 0.9);
  position: fixed;
  bottom: 0;
  right: 1%;
  display: block;
  opacity: 1;
}

.backtop.js-hide {
  opacity: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible !important;
}

#cboxOverlay {
  background: #000;
}

#cboxContent,
#cboxLoadedContent {
  border-radius: 8px;
}

#cboxClose {
  background: transparent;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  top: -40px;
  right: -56px;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  #cboxClose {
    top: -60px;
    right: 10px;
  }
}

@media screen and (orientation: portrait) {
  #cboxClose {
    width: 13vw;
    height: 13vw;
    top: -15.625vw;
    right: 2.125vw;
  }
}

@media screen and (min-width: 600px) and (orientation: portrait) {
  #cboxClose {
    width: 50px;
    height: 50px;
    top: -60px;
    right: 10px;
  }
}

#cboxClose:before {
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (orientation: portrait) {
  #cboxClose:before {
    width: 10.375vw;
  }
}

@media screen and (min-width: 600px) and (orientation: portrait) {
  #cboxClose:before {
    width: 40px;
  }
}

#cboxClose:after {
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (orientation: portrait) {
  #cboxClose:after {
    width: 10.375vw;
  }
}

@media screen and (min-width: 600px) and (orientation: portrait) {
  #cboxClose:after {
    width: 40px;
  }
}

@media screen and (orientation: portrait) {
  .cooperation {
    background: #bbb url(../images/logo-cooperation-mobile.png) center 70% no-repeat;
    background-size: 5.5rem auto;
    width: 100%;
    height: 10rem;
  }
}

@media screen and (orientation: portrait) {
  .index-html, .index-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-height: 490px) and (orientation: portrait) {
  .index-html, .index-body {
    overflow-y: auto;
  }
}

.bg--situation {
  background: url(../images/bg-situation.jpg) center 0 repeat;
  background-size: 1920px auto;
}

@media screen and (orientation: portrait) {
  .bg--situation {
    background: none;
  }
  .bg--situation:before {
    content: '';
    background: url(../images/bg-situation.jpg) center 0 repeat;
    background-size: 1920px auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.wrap--situation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .wrap--situation {
    width: 320px;
  }
}

.content--situation {
  background: url(../images/bg-line.jpg) calc((100vw - 1920px) / 2) calc(100% - 334px) repeat-x;
  background-size: 1920px auto;
  width: 100%;
  height: 88.9%;
  min-height: 900px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: move;
}

@media screen and (max-height: 960px) and (orientation: landscape) {
  .content--situation {
    background-position-y: 472px;
  }
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .content--situation {
    background-position-y: 445px;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .content--situation {
    height: 84.5%;
    min-height: 630px;
    background-position-y: 285px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .content--situation {
    background-position-y: 28rem;
    height: 46rem;
    min-height: 600px;
  }
}

@media screen and (orientation: portrait) {
  .content--situation {
    background-position-y: 230px;
    height: 100%;
    min-height: 490px;
    position: absolute;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .content--situation {
    background-position: center 62vh;
    background-size: 200%;
  }
}

#charge-table-box {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #333;
  transition: opacity .3s;
}

#charge-table-box.active {
  opacity: 1;
  visibility: visible;
}

#charge-table-box .chargeTable {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable {
    padding-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#charge-table-box .chargeTable th,
#charge-table-box .chargeTable td {
  text-align: center;
  border: 1px solid #FFF;
  padding: 1em;
  font-size: 18px;
}

@media screen and (max-width: 1440px) {
  #charge-table-box .chargeTable th,
  #charge-table-box .chargeTable td {
    padding: 0.5em;
  }
}

@media screen and (max-width: 960px) {
  #charge-table-box .chargeTable th,
  #charge-table-box .chargeTable td {
    font-size: 12px;
    padding: 0.5em 0;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable th,
  #charge-table-box .chargeTable td {
    min-height: 26px;
    border-bottom: 0;
    border-left: 0;
    display: block;
    box-sizing: border-box;
  }
  #charge-table-box .chargeTable th:before,
  #charge-table-box .chargeTable td:before {
    content: '';
    width: 0;
    height: 100%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  #charge-table-box .chargeTable th span,
  #charge-table-box .chargeTable td span {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable th {
    height: 50px;
  }
}

#charge-table-box .chargeTable thead th {
  background-color: #282828;
  color: #FFF;
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  #charge-table-box .chargeTable thead th {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable thead th {
    width: 100%;
    height: 30px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #charge-table-box .chargeTable thead th:first-child {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable tfoot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #charge-table-box .chargeTable tfoot tr {
    width: 100%;
  }
}

#charge-table-box .chargeTable tfoot th,
#charge-table-box .chargeTable tfoot td {
  background-color: #ffacaa;
  color: #FFF;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  #charge-table-box .chargeTable tfoot th,
  #charge-table-box .chargeTable tfoot td {
    line-height: 1em;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable tfoot th,
  #charge-table-box .chargeTable tfoot td {
    border-right: 0;
  }
}

#charge-table-box .chargeTable tfoot th .num,
#charge-table-box .chargeTable tfoot td .num {
  font-size: 28px;
}

@media screen and (max-width: 960px) {
  #charge-table-box .chargeTable tfoot th .num,
  #charge-table-box .chargeTable tfoot td .num {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable tfoot td br {
    display: none;
  }
}

.pc-hidden{
  display: none;
}
@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable tbody {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #charge-table-box .chargeTable tbody [colspan="2"] {
    height: 52px;
  }
  #charge-table-box .chargeTable tbody [colspan="3"] {
    height: 78px;
  }
  #charge-table-box .chargeTable tbody .mod-t1{
    height: 78px;
  }
  #charge-table-box .chargeTable tbody .mod-t2{
    height: 125px;
  }
  #charge-table-box .chargeTable tbody .mod-td-m{
    height:50px;
  }
  .pc-hidden{
    display: block !important;
  }
  .mod-height1{
    height: 26px  !important;
  }
  .mod-height2{
    height: 52px !important;
    line-height: 0;
    padding-bottom: 15px !important;

  }
  .mod-height3{
    height: 78px !important;
    line-height: 0;
  }
  .mod-height5{
    height: 130px !important;
     line-height: 0;
    
  }
 .mod-height52{
  padding-bottom:70px !important;
 }
}

#charge-table-box .chargeTable tbody td,
#charge-table-box .chargeTable tbody th {
  background-color: #f8f8f8;
}

#charge-table-box .chargeTable tbody tr:nth-child(odd) th,
#charge-table-box .chargeTable tbody tr:nth-child(odd) td {
  background-color: #EEE;
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--info thead th:last-child {
    top: 132px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--info tbody {
    width: 75%;
  }
  #charge-table-box .chargeTable--info tbody tr:nth-child(1) {
    width: 40%;
  }
  #charge-table-box .chargeTable--info tbody tr:nth-child(1) td:nth-last-child(4) {
    margin-bottom: 29px;
  }
  #charge-table-box .chargeTable--info tbody tr:nth-child(2) {
    width: 99%;
  }
  #charge-table-box .chargeTable--info tbody tr:nth-child(2) td:nth-child(2) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--info tfoot {
    width: 25%;
  }
  #charge-table-box .chargeTable--info tfoot td:nth-last-child(4) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini thead th:last-child {
    top: 288px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini td:nth-last-child(2) {
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini tbody {
    width: 60%;
  }

  #charge-table-box .chargeTable--mini tbody tr:nth-child(1) {
    width: 28%;
  }
  #charge-table-box .chargeTable--mini tbody tr:nth-child(2) {
    width: 28%;
  }
  #charge-table-box .chargeTable--mini tbody tr:nth-child(3) {
    width: 44%;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini tbody td:last-child {
    height: 50px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini tfoot {
    width: 40%;
  }
   #charge-table-box .chargeTable--mini tfoot tr{
    width: 50%;
    border-right: 1px white solid;
  }
   #charge-table-box .chargeTable--mini tfoot tr td:nth-child(5){
    line-height: 0;
    height: 50px;
    padding-bottom: 15px;
   }
   #charge-table-box .chargeTable--mini tfoot tr td:nth-child(6){
    line-height: 0;
    height: 50px;
    padding-bottom: 15px;
   }
   #charge-table-box .chargeTable--mini tfoot tr td:nth-child(7){
    line-height: 0;
    height: 50px;
    padding-bottom: 15px;
   }

}

@media screen and (max-width: 450px) {
  #charge-table-box .chargeTable--mini tfoot td:last-child br {
    display: block;
  }
}

#charge-table-box .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  background-color: #FFF;
  border-radius: 10px;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  #charge-table-box .inner {
    background-color: #f3f3f3;
    width: 95%;
    border-radius: 0;
    padding: 10px 0;
  }
  #charge-table-box .inner .content {
    height: 100%;
    max-height: calc(100vh - 200px);
    padding: 0 10px;
    overflow: auto;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .inner {
    width: 100%;
    padding: 0;
  }
  #charge-table-box .inner .content {
   /* width: 100vw;*/
    height: 100vh;
    max-height: none;
    padding: 55px 4% 20px;
    box-sizing: border-box;
  }
}

#charge-table-box .tips {
  font-size: 0.3em;
  padding: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  #charge-table-box .tips {
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .tips {
    padding-left: 0;
    padding-right: 0;
  }
}

#charge-table-box .close-link {
  overflow: hidden;
  z-index: 2;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  margin-top: -50px;
  right: -35px;
}

@media screen and (max-width: 1024px) {
  #charge-table-box .close-link {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 450px) {
  #charge-table-box .close-link {
    margin: 0;
    top: 20px;
  }
}

#charge-table-box .close-link:before, #charge-table-box .close-link:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #AAA;
  top: 50%;
  left: 50%;
}

#charge-table-box .close-link:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#charge-table-box .close-link:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.situation {
  width: 110vw;
  min-width: 1100px;
  height: 100%;
  color: #333;
  text-align: center;
  position: relative;
  left: -8%;
  z-index: 0;
  overflow-x: visible;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .situation {
    min-height: 914px;
    -webkit-transform: scale(0.69) translateY(2.9%);
        -ms-transform: scale(0.69) translateY(2.9%);
            transform: scale(0.69) translateY(2.9%);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

@media screen and (max-width: 1055px) and (orientation: landscape) {
  .situation {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation {
    min-width: 480px;
    min-height: 0;
    padding-top: 20%;
    font-size: 1em;
    display: block;
    left: -4%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .situation {
    padding-top: 15%;
  }
}

@media screen and (orientation: portrait) {
  .situation {
    width: 120vw;
    min-width: 700px;
    padding-top: 7.1167rem;
    font-size: 1em;
    display: block;
    left: calc((100% - 42.625vh) / -2 + ((100vw - 42.625vh) / 2));
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation {
    padding-top: 15.542vh;
  }
}

@media screen and (max-height: 475px) and (orientation: portrait) {
  .situation {
    min-height: 480px;
  }
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage {
  position: absolute;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-stage {
  will-change: transform;
}

.owl-dots {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 56px;
  left: 0;
  overflow-x: visible;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .owl-dots {
    bottom: 30px;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .owl-dots {
    bottom: 20px;
  }
}

@media screen and (orientation: portrait) {
  .owl-dots {
    width: 200%;
    height: 8vw;
    bottom: 5.3333rem;
  }
}

.owl-dot {
  width: 8%;
  height: 40px;
  text-align: left;
  position: relative;
  display: block;
  outline: 0;
  overflow: visible;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .owl-dot {
    width: 9%;
  }
}

@media screen and (orientation: portrait) {
  .owl-dot {
    width: 12.5%;
    height: 20px;
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot {
    height: 40px;
  }
}

.owl-dot:after {
  content: '';
  background: #fff;
  width: calc(100% - 20px);
  height: 1px;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  will-change: width, left;
  transition: width 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), left 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (orientation: portrait) {
  .owl-dot:after {
    width: calc(100% - 10px);
    left: 15px;
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot:after {
    width: calc(100% - 20px);
    left: 30px;
  }
}

.owl-dot:first-child:before {
  content: '';
  background: #fff;
  width: 80vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: calc(100% - 8px);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 2;
}

@media screen and (orientation: portrait) {
  .owl-dot:first-child:before {
    right: calc(100% - 4px);
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot:first-child:before {
    right: calc(100% - 8px);
  }
}

.owl-dot:last-child:after {
  width: 50vw;
}

.owl-dot span {
  background: url(../images/icon-productlogo.svg) 0 center no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0.38);
      -ms-transform: scale(0.38);
          transform: scale(0.38);
  transition: -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
  position: relative;
  z-index: 1;
}

.owl-dot span:after {
  content: '';
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 100%;
  position: absolute;
  top: 15%;
  left: 15%;
  opacity: 1;
  z-index: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  transition: opacity 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
}

@-webkit-keyframes going {
  0% {
    background-position: 0 0;
  }
  25.99% {
    background-position: 100% 0;
  }
  26% {
    background-position: 0 33%;
  }
  50.99% {
    background-position: 100% 33%;
  }
  51% {
    background-position: 0 67%;
  }
  75.99% {
    background-position: 100% 67%;
  }
  76% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

@keyframes going {
  0% {
    background-position: 0 0;
  }
  25.99% {
    background-position: 100% 0;
  }
  26% {
    background-position: 0 33%;
  }
  50.99% {
    background-position: 100% 33%;
  }
  51% {
    background-position: 0 67%;
  }
  75.99% {
    background-position: 100% 67%;
  }
  76% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.owl-dot span:before {
  content: '';
  background: url(../images/going.png) 0 0 no-repeat;
  background-size: 600% auto;
  width: 120px;
  height: 40px;
  margin-top: -20px;
  margin-left: calc((100vw * .08) - (20px + 80px));
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-animation: going 1s steps(5) infinite;
          animation: going 1s steps(5) infinite;
  will-change: background-position, opacity;
  opacity: 0;
}

.js-loaded .active.owl-dot span:before {
  opacity: 1;
  transition: opacity .8s;
}

.owl-dot:last-child span:before {
  display: none;
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  .owl-dot span:before {
    margin-left: calc((100vw * .08) - (20px + 60px));
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .owl-dot span:before {
    width: 200%;
    height: calc(40px * 2 *.33);
    margin-top: calc((40px * 2 *.33) / -2);
    margin-left: calc((100vw * .08) - (20px + 80%));
  }
}

@media screen and (orientation: portrait) {
  .owl-dot span:before {
    width: 80px;
    height: 27px;
    margin-top: calc((40px * 2 *.33) / -2);
    margin-left: calc((100vw * .125) - (20px + 80%));
    /*top: auto;
				bottom: calc(50% - 28vh);
				left: 42%;*/
  }
}

@media screen and (orientation: portrait) {
  .owl-dot span {
    width: 20px;
    height: 20px;
    -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot span {
    width: 40px;
    height: 40px;
  }
}

.owl-dot.active:first-child:before {
  right: calc(100% + 6px);
}

@media screen and (orientation: portrait) {
  .owl-dot.active:first-child:before {
    right: calc(100% + 3px);
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot.active:first-child:before {
    right: calc(100% + 6px);
  }
}

.owl-dot.active:last-child:after {
  width: 50vw;
}

.owl-dot.active-prev:after {
  width: calc(100% - 35px);
}

@media screen and (orientation: portrait) {
  .owl-dot.active-prev:after {
    width: calc(100% - 17.5px);
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot.active-prev:after {
    width: calc(100% - 35px);
  }
}

.owl-dot.active:after {
  width: calc(100% - 35px);
  left: 44px;
}

@media screen and (orientation: portrait) {
  .owl-dot.active:after {
    width: calc(100% - 17.5px);
    left: 22px;
  }
}

@media screen and (min-width: 500px) and (orientation: portrait) {
  .owl-dot.active:after {
    width: calc(100% - 35px);
    left: 44px;
  }
}

.owl-dot.active span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.owl-dot.active span:after {
  background-color: transparent;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition-duration: .8s;
}

.situation-title {
  width: 650px;
  margin-left: -142px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  top: -275px;
  z-index: 3;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  will-change: transform, opacity;
}

.js-open .situation-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  transition: opacity 0.8s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s 0.8s;
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-title {
    width: 585px;
    top: -238.5px;
  }
}

@media screen and (max-width: 1055px) and (orientation: landscape) {
  .situation-title {
    width: 67%;
    min-width: 650px;
    margin-top: -67px;
    margin-left: -14%;
    padding-left: 15%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    box-sizing: border-box;
    top: 50%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-title {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    top: auto;
  }
}

@media screen and (orientation: portrait) {
  .situation-title {
    width: 100%;
    margin: 0;
    padding: 0;
    top: auto;
    left: 0;
  }
}

@media screen and (orientation: portrait) {
  .situation-title-btns {
    display: none;
  }
}

.situation-title-btns--switchItem {
  display: none;
}

.situation-title-btns--switchItem.js-open {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (orientation: portrait) {
  .situation-title-btns--switchItem {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: opacity .6s;
  }
}

.situation-title-btn {
  width: calc(50% - 1px);
  color: #fff;
  text-align: center;
  outline: 0;
}

.situation-title-btn:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.situation-title-btn span {
  display: inline-block;
  vertical-align: middle;
}

.situation-headline {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 110px;
  font-weight: lighter;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-headline {
    /*@include fontSize(99, 34.5, rem);*/
    font-size: 70px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-headline {
    margin-bottom: 0.4167rem;
    font-size: 3.125em;
  }
}

@media screen and (orientation: portrait) {
  .situation-headline {
    margin-bottom: 0.4167rem;
    font-size: 3.625em;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-headline {
    margin-bottom: 0.9vh;
  }
}

@media screen and (min-width: 450px) and (orientation: portrait) {
  .situation-headline {
    font-size: 2.79167em;
  }
}

.situation-subtitle {
  height: 153px;
  line-height: 1;
  font-size: 34px;
  font-weight: lighter;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-subtitle {
    height: 135px;
    /*@include fontSize(42,34.5,rem);*/
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-subtitle {
    /*height: 82px;
		font-size: 20px;*/
    height: 4.75rem;
    font-size: 1.35417em;
  }
}

@media screen and (orientation: portrait) {
  .situation-subtitle {
    height: 4.75rem;
    font-size: 1.35417em;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-subtitle {
    height: 10.75vh;
  }
}

.situation-description {
  background: rgba(255, 255, 255, 0.8) url(../images/bg-circle.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 406px;
  height: 406px;
  border-radius: 100%;
  line-height: 2;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  box-sizing: border-box;
  position: relative;
  top: -283px;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateY(50%) translateZ(0);
          transform: translateY(50%) translateZ(0);
  will-change: transform, opacity;
  /*195 195*/
}

.situation-description:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.situation-description span {
  display: inline-block;
  vertical-align: middle;
}

.js-open .situation-description {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  opacity: 1;
  transition: opacity 0.8s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s 0.8s;
  transition: transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.8s 0.8s, -webkit-transform 1s 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description {
    width: 365.4px;
    height: 365.4px;
    top: -254.7px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description {
    width: 16.25rem;
    height: 16.25rem;
    margin: 1rem auto 0;
    position: relative;
    top: auto;
    left: 0;
    font-size: 0.83333em;
    line-height: 1.66667;
  }
}

@media screen and (orientation: portrait) {
  .situation-description {
    width: 38.36vh;
    height: 38.36vh;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: 0;
    font-size: 1.25em;
    line-height: 1.66667;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-description {
    font-size: 2.5vh;
    line-height: 1.8;
  }
}

@media screen and (max-height: 480px) and (orientation: portrait) {
  .situation-description {
    min-width: 195px;
    min-height: 195px;
    font-size: 1em;
  }
}

.situation-description span {
  text-align: left;
}

.situation-description-link {
  border-bottom: 1px solid #ef3123;
  line-height: 1;
  color: #ef3123;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.situation-title-btn {
  padding: .5em 0;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-title-btn {
    font-size: 0.66667em;
  }
}

@media screen and (orientation: portrait) {
  .situation-title-btn {
    padding: 0.39em 0;
    font-size: 1em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .situation-title-btn {
    font-size: 1.45833rem;
  }
}

.situation-title-btn:visited {
  background: #333;
}

.situation-title-btn-store {
  border-radius: 30px 0 0 30px;
}

.situation-title-btn-store:focus, .situation-title-btn-store:hover {
  background-image: linear-gradient(to right, #1ff57e, #40afff);
}

@media screen and (orientation: portrait) {
  .situation-title-btn-store {
    border-radius: 2em 0 0 2em;
  }
}

.situation-title-btn-video {
  border-radius: 0 26px 26px 0;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-title-btn-video {
    border-radius: 0 21px 21px 0;
  }
}

.situation-title-btn-video:focus, .situation-title-btn-video:hover {
  background-image: linear-gradient(to right, #40afff, #1ff57e);
}

@media screen and (orientation: portrait) {
  .situation-title-btn-video {
    border-radius: 0 1.05em 1.05em 0;
  }
}

.situation-title-btn-icon {
  display: inline-block;
  vertical-align: middle;
}

.situation-title-btn-icon.icon-location {
  fill: #fff;
  width: 23px;
  height: 35px;
  margin-left: 0.75em;
  margin-right: 0.75em;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-title-btn-icon.icon-location {
    width: 0.94em;
    height: 1.44em;
    margin-right: .6em;
  }
}

@media screen and (orientation: portrait) {
  .situation-title-btn-icon.icon-location {
    width: 0.94em;
    height: 1.44em;
    margin-right: 1rem;
  }
}

.situation-title-btn-icon.icon-video {
  fill: transparent;
  stroke: #fff;
  width: 19px;
  height: 26px;
  margin-right: 0.58em;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-title-btn-icon.icon-video {
    width: 0.79em;
    height: 1.08em;
    margin-right: .6em;
  }
}

@media screen and (orientation: portrait) {
  .situation-title-btn-icon.icon-video {
    width: 0.79em;
    height: 1.08em;
    margin-right: 1rem;
  }
}

.situation-title-btn-icon.icon-shoppingCart {
  width: 31px;
  height: 38px;
  margin-left: 0;
  stroke: transparent;
}

.situation-space {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.js-load .situation-space > * {
  background: none;
}

@media screen and (max-height: 960px) and (orientation: landscape) {
  .situation-space {
    min-height: 855px;
  }
}

@media screen and (max-height: 475px) and (orientation: portrait) {
  .situation-space {
    min-height: 480px;
  }
}

.situation-space-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translate3d(5%, 0, 0);
          transform: translate3d(5%, 0, 0);
  will-change: transform;
}

.js-open .situation-space-bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-height: 475px) and (orientation: portrait) {
  .situation-space-bg {
    min-height: 480px;
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

.situation-soundBox {
  position: absolute;
  z-index: 2;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  will-change: transform;
}

.js-load .situation-soundBox {
  background: none;
}

.js-open .situation-soundBox {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media screen and (orientation: portrait) {
  .situation-soundBox {
    -webkit-transform: translate3d(130%, 0, 0);
            transform: translate3d(130%, 0, 0);
  }
}

.situation-icon {
  fill: #ef3123;
  width: 71px;
  height: 71px;
  vertical-align: middle;
  margin: 17px 8px 0;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-icon {
    margin-top: 7px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-icon {
    width: 2.64rem;
    height: 2.64rem;
    margin: 1% 2vh 0;
  }
}

@media screen and (orientation: portrait) {
  .situation-icon {
    width: 2.64rem;
    height: 2.64rem;
    margin: .5% 1vw 0;
  }
}

.situation-icon--cloud {
  margin-left: -30px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-icon--cloud {
    margin-left: 8px;
  }
}

@media screen and (orientation: portrait) {
  .situation-icon--cloud {
    margin-left: 1%;
    position: relative;
    left: -1%;
  }
}

@media screen and (orientation: portrait) {
  .situation-icon--wikipedia {
    margin-left: 0%;
  }
}

.situation-icon--alarmclock {
  margin-left: -2px;
}

.situation-icon--list {
  margin-left: 0;
}

.situation-icon--chat {
  margin-left: -2px;
}

.index {
  left: 0;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .index {
    -webkit-transform: scale(0.55) translateY(170px);
        -ms-transform: scale(0.55) translateY(170px);
            transform: scale(0.55) translateY(170px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index {
    padding-top: 22%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .index {
    padding-top: 125px;
  }
}

@media screen and (orientation: portrait) {
  .index {
    height: 95%;
    left: calc((100% - 22.6667rem) / -2 + ((100vw - 22.6667rem) / 1.7));
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index {
    margin-top: -28vh;
    padding-top: 0;
    position: relative;
    top: 50%;
  }
}

.index-title {
  width: 886px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  left: -3.146%;
  /*266*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .index-title {
    left: -5.146%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-title {
    width: 27rem;
    min-width: 360px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (orientation: portrait) {
  .index-title {
    width: 35.13%;
    /*height: 88%;*/
    min-width: 267px;
    left: -1.146%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .index-title {
    width: 40.13%;
    max-width: 360px;
    left: -1.146%;
  }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
  .index-title {
    min-width: 250px;
    max-width: 260px;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index-title {
    width: 49.88vh;
    left: -2.5vh;
  }
}

.index-title-btn {
  margin-top: 62px;
  position: absolute;
  top: 50%;
  right: 22%;
  z-index: 2;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  opacity: 0;
  will-change: opacity;
  /*154 36*/
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-title-btn {
    width: 46.63%;
    max-width: 300px;
    min-width: 210px;
    margin-top: 58px;
    padding: .8em 0;
    font-size: 20px;
    top: 0;
    right: auto;
    left: 14%;
    z-index: 3;
  }
}

@media screen and (max-width: 490px) and (orientation: landscape) {
  .index-title-btn {
    width: 56.63%;
    margin-top: 56px;
  }
}

@media screen and (orientation: portrait) {
  .index-title-btn {
    width: 52.63%;
    min-width: 140px;
    margin-top: 4.25rem;
    padding: .79em 0;
    font-size: 1.16667em;
    top: 0;
    right: auto;
    left: 17%;
    z-index: 3;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index-title-btn {
    width: 26.25vh;
    margin-top: 9.56vh;
    font-size: 2.63vh;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .index-title-btn {
    width: 55.63%;
    margin-top: 48px;
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .index-title-btn {
    width: 53.63%;
    font-size: 14px;
  }
}

.index-title-btn:hover, .index-title-btn:focus {
  background: #333;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-title-btn:before {
    background-image: url(../images/bg-btn-index-shadow-portrait.png);
    width: 3.85em;
    height: 3.22em;
    top: 1.55em;
    left: -1.08em;
    margin: 0;
  }
}

@media screen and (orientation: portrait) {
  .index-title-btn:before {
    background-image: url(../images/bg-btn-index-shadow-portrait.png);
    width: 3.85em;
    height: 3.22em;
    top: 1.42em;
    left: -1.05em;
    margin: 0;
  }
}

.js-loaded .index-title-btn {
  opacity: 1;
  transition: opacity 1.3s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-headline {
  width: 423px;
  margin-top: -64px;
  line-height: 1;
  font-size: 90px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  opacity: 0;
  will-change: transform, opacity;
  /*160 line 1*/
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-headline {
    width: 61.15%;
    max-width: calc(50px * 4.5);
    margin-top: 0;
    font-size: 50px;
    top: 0;
    right: auto;
    left: 39.74%;
  }
}

@media screen and (max-width: 490px) and (orientation: landscape) {
  .index-headline {
    max-width: calc(40px * 4.5);
    font-size: 40px;
  }
}

@media screen and (orientation: portrait) {
  .index-headline {
    width: 61.15%;
    min-width: calc(3.33333rem * 4.2);
    margin-top: 0;
    font-size: 4.16667rem;
    top: 0;
    right: auto;
    left: 39.74%;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index-headline {
    width: 30vh;
    min-width: calc(7.5vh * 4.2);
    font-size: 7.5vh;
    left: 19.083vh;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .index-headline {
    width: 61.15%;
    min-width: calc(40px * 4.2);
    margin-top: 0;
    font-size: 40px;
    top: 0;
    right: auto;
    left: 39.74%;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .index-headline {
    font-size: 38px;
  }
}

.index-headline:after {
  content: '';
  background-image: -webkit-gradient(to right, #1ff57e, #40afff);
  background-image: linear-gradient(to right, #1ff57e, #40afff);
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 85px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-headline:after {
    height: 2px;
    bottom: .85em;
  }
}

@media screen and (orientation: portrait) {
  .index-headline:after {
    height: 2px;
    bottom: .85em;
  }
}

.index-headline--highlight {
  color: #ef3123;
}

.js-loaded .index-headline {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  transition: opacity 0.8s 1s, -webkit-transform 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s 1s;
  transition: transform 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s 1s, -webkit-transform 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-headline--small {
  margin-top: 0.65em;
  font-size: 0.65em;
  display: block;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-headline--small {
    margin-top: .37em;
  }
}

@media screen and (orientation: portrait) {
  .index-headline--small {
    margin-top: .47em;
    font-size: 0.65em;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .index-headline--small {
    /*margin-top: .67em;*/
    font-size: 26px;
  }
}

.index-soundBox {
  background: 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: 50% 0;
      -ms-transform: 50% 0;
          transform: 50% 0;
  will-change: transform, opacity;
}

.js-load .index-soundBox {
  background: none;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-soundBox {
    top: 0;
  }
}

@media screen and (orientation: portrait) {
  .index-soundBox {
    top: 0;
  }
}

.js-loaded .index-soundBox {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.8s 0.8s, -webkit-transform 0.8s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s 0.8s;
  transition: transform 0.8s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s 0.8s, -webkit-transform 0.8s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-soundBox--black {
  background-image: url(../images/soundbox-index-black.png);
  width: 256px;
  height: 504px;
  margin-top: -240px;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-soundBox--black {
    width: 44.74%;
    height: 0;
    padding-top: calc(44.74% * 1.97);
    margin-top: 21px;
  }
}

@media screen and (orientation: portrait) {
  .index-soundBox--black {
    width: 44.74%;
    height: 0;
    padding-top: 88%;
    margin-top: 7%;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index-soundBox--black {
    width: 22.31vh;
    height: 43.69vh;
    margin-top: 3.9vh;
    padding-top: 0;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .index-soundBox--black {
    width: 48.74%;
    height: 0;
    padding-top: 97%;
    margin-top: 7%;
  }
}

.index-soundBox--gray {
  background-image: url(../images/soundbox-index-gray.png);
  width: 296px;
  height: 617px;
  margin-top: -90px;
  left: 21.25%;
  -webkit-transform: translateY(20%);
      -ms-transform: translateY(20%);
          transform: translateY(20%);
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .index-soundBox--gray {
    width: 52%;
    height: 0;
    margin-top: 139px;
    padding-top: calc(52% * 2.08);
    left: 36%;
  }
}

@media screen and (orientation: portrait) {
  .index-soundBox--gray {
    width: 52%;
    height: 0;
    margin-top: 32.47%;
    padding-top: 109%;
    left: 36%;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .index-soundBox--gray {
    width: 25.69vh;
    height: 43.13vh;
    margin-top: 18.19vh;
    padding-top: 0;
    left: 18.19vh;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .index-soundBox--gray {
    width: 61%;
    height: 0;
    margin-top: 95px;
    padding-top: 134%;
    left: 36%;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .index-soundBox--gray {
    width: 58%;
  }
}

.index-space {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .index-space {
    opacity: 0;
  }
}

@media screen and (orientation: portrait) {
  .index-space {
    opacity: 0;
  }
}

.index-space-bg {
  position: absolute;
  top: 50%;
  left: 50%;
}

.index-space-bg--talk {
  background: url(../images/space-bg-talk.png) 0 0 no-repeat;
  width: 530px;
  height: 495px;
  margin-top: -168px;
  margin-left: -1232px;
}

.index-space-bg--remind {
  background: url(../images/space-bg-remind-index.png) 0 0 no-repeat;
  width: 710px;
  height: 523px;
  margin-top: -156px;
  margin-left: 452px;
}

.situation-description--talk:before {
  content: '';
  width: 0;
  height: 90%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.situation-description--talk span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .situation-description--talk:before {
    content: '';
    width: 0;
    height: 81%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--talk span {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-height: 480px) and (orientation: portrait) {
  .situation-description--talk:before {
    content: '';
    width: 0;
    height: 85%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--talk span {
    display: inline-block;
    vertical-align: middle;
  }
}

.situation-description--talk span {
  width: 58%;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description--talk span {
    width: 64%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description--talk span {
    margin-left: 2%;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--talk span {
    width: 78%;
    margin-left: 2%;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-description--talk span {
    width: 77%;
    margin-left: 4%;
  }
}

@media screen and (max-height: 480px) and (orientation: portrait) {
  .situation-description--talk span {
    width: 77%;
  }
}

.situation-space-bg--talk {
  background: url(../images/space-bg-talk.png) calc((110vw - 530px) / 2 + 234px) calc(100% - 195px) no-repeat;
  background-size: 530px auto;
  /*252 236 b66 l9*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--talk {
    background-size: 477px auto;
    background-position: calc((110vw - 477px) / 2 + 210.6px) calc(100% - 175.5px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--talk {
    background-size: 21.25rem auto;
    background-position: calc((110vw - 	21.25rem) / 2 - 0.5833rem) calc(22vw + 12rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--talk {
    background-size: 19.13rem auto;
    background-position: calc((120vw - 19.13rem) / 2 - 0.52rem) calc(100% - 4.95rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-space-bg--talk {
    background-size: auto 44.25vh;
    background-position: calc((120vw - (44.25vh * 1.07)) / 2 - (44.25vh * 0.04)) 33vh;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .situation-space-bg--talk {
    background-position-x: calc((700px - (44.25vh * 1.07)) / 2 - (44.25vh * 0.04));
  }
}

.situation-soundBox--talk {
  background: url(../images/soundbox-talk.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 673px;
  height: 416px;
  top: calc(100% - 397px);
  left: calc((110vw - 673px) / 2 + 416px);
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  /*281 176 t165 l17*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-soundBox--talk {
    width: 605.7px;
    height: 374.4px;
    top: calc(100% - 357.3px);
    left: calc((110vw - 605.7px) / 2 + 374.4px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-soundBox--talk {
    width: 23.4167rem;
    height: 14.6667rem;
    top: calc(22vw + 24rem);
    left: calc((100% - 23.4167rem) / 2 + 5.8rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-soundBox--talk {
    width: 21.08rem;
    height: 13.2rem;
    top: calc(100% - 12.38rem);
    left: calc((100% - 21.08rem) / 2 + 5.22rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-soundBox--talk {
    width: calc(34vh * 1.6);
    height: 34vh;
    top: 59.25vh;
    left: calc((100% - (33vh * 1.6)) / 2 + (33vh * 0.4));
  }
}

.situation-description--remind span {
  width: 58.7%;
  margin-left: -3%;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description--remind span {
    width: 63.7%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description--remind span {
    margin-left: -8%;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--remind span {
    width: 65.7%;
    margin-left: -4.5%;
  }
}

.situation-space-bg--remind {
  background: url(../images/space-bg-remind.png) calc((110vw - 696px) / 2 + 236px) calc(100% - 25px) no-repeat;
  background-size: 696px auto;
  width: 120%;
  /*333 242 b235 l21*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--remind {
    background-size: 626.4px auto;
    background-position: calc((110vw - 626.4px) / 2 + 212.4px) calc(100% - 22.5px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--remind {
    background-size: 100% auto;
    background-position: 0 0;
    width: 27.75rem;
    height: 20.1667rem;
    top: calc(22vw - -17rem);
    left: calc((100% - 27.75rem) / 2 - 1.75rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--remind {
    background-size: 100% auto;
    background-position: 0 0;
    width: 24.98rem;
    height: 18.15rem;
    top: calc(100% - 17.62rem);
    left: calc((100% - 24.98rem) / 2 - 1.57rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-space-bg--remind {
    width: calc(45.38vh * 1.38);
    height: 45.38vh;
    top: 45.94vh;
    left: calc((100% - (45.38vh * 1.38)) / 2 - 45.38vh * 0.09);
  }
}

.situation-space-bg--remind--light {
  background: url(../images/space-bg-light-remind.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 171px;
  height: 664px;
  position: absolute;
  top: -327px;
  left: calc((100% - 171px) / 2 + 144px);
  z-index: 3;
  /*73 282 t227 175*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--remind--light {
    width: 153.9px;
    height: 597.6px;
    top: -207.6px;
    left: calc((100% - 153.9px) / 2 + 129.6px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--remind--light {
    width: 7.0833rem;
    height: 28.5rem;
    top: calc(22vw - 10rem);
    left: calc((100% - 6.0833rem) / 2 - 8.25rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--remind--light {
    width: 6.0833rem;
    height: 23.5rem;
    top: -1.8167rem;
    left: calc((100% - 6.0833rem) / 2 - 8.25rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-space-bg--remind--light {
    width: 13.69vh;
    height: 52.88vh;
    top: -8.31vh;
    left: calc((100% - 15.208vh) / 2 - (52.88vh * .32));
  }
}

.situation-soundBox--remind {
  background: url(../images/soundbox-remind.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 145px;
  height: 305px;
  top: calc(100% - 617px);
  left: calc((110vw - 145px) / 2 + 478px);
  /*67 140 b267 l98*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-soundBox--remind {
    width: 130.5px;
    height: 274.5px;
    top: calc(100% - 555.3px);
    left: calc((110vw - 130.5px) / 2 + 430.2px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-soundBox--remind {
    width: 5.5833rem;
    height: 11.9167rem;
    top: calc(22vw + 14rem);
    left: calc((100% - 5.5833rem) / 2 + 8.1667rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-soundBox--remind {
    width: 5.02rem;
    height: 10.5rem;
    top: calc(100% - 20.03rem);
    left: calc((100% - 5.02rem) / 2 + 7.35rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-soundBox--remind {
    width: calc(26.25vh * 0.48);
    height: 27.15vh;
    top: 39.28vh;
    left: calc((100% - (26.25vh * 0.48)) / 2 + (26.25vh * 0.7));
  }
}

@media screen and (orientation: portrait) {
  .situation-description--ai:before {
    content: '';
    width: 0;
    height: 80%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--ai span {
    display: inline-block;
    vertical-align: middle;
  }
}

.situation-description--ai span {
  width: 67%;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description--ai span {
    width: 70%;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--ai span {
    width: 74%;
    margin-left: 2%;
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-description--ai span {
    width: 78%;
  }
}

.situation-space-bg--ai {
  background: url(../images/space-bg-ai.png) calc((110vw - 736px) / 2 + 266px) calc(100% - 88px) no-repeat;
  background-size: 736px auto;
  width: 120%;
  /*405 454 b399 l21*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--ai {
    background-size: 662.4px auto;
    background-position: calc((110vw - 662.4px) / 2 + 239.4px) calc(100% - 79.2px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--ai {
    background: url(../images/space-bg-ai-portrait.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 32.75rem;
    height: 38.0833rem;
    top: calc(22vw - 3rem);
    left: calc((100% - 32.75rem) / 2 - 1rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--ai {
    background: url(../images/space-bg-ai-portrait.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 30.38rem;
    height: 34.05rem;
    top: 0;
    left: calc((100% - 30.38rem) / 2 - 1.41rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-space-bg--ai {
    width: calc(85.12vh * .89);
    height: 85.12vh;
    top: 0;
    left: calc((100% - (85.12vh * .89)) / 2 - (85.12vh * .05));
  }
}

.situation-soundBox--ai {
  background: url(../images/soundbox-ai.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 190px;
  height: 293px;
  top: calc(100% - 374px);
  left: calc((110vw - 190px) / 2 + 256px);
  /*87 119 b152*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-soundBox--ai {
    width: 171px;
    height: 263.7px;
    top: calc(100% - 336.6px);
    left: calc((110vw - 171px) / 2 + 230.4px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-soundBox--ai {
    width: 7.25rem;
    height: 10.9167rem;
    top: calc(22vw + 22rem);
    left: calc((100% - 7.25rem) / 2);
  }
}

@media screen and (orientation: portrait) {
  .situation-soundBox--ai {
    width: 6.37rem;
    height: 9.83rem;
    top: 24.47rem;
    left: calc((100% - 6.37rem) / 2);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-soundBox--ai {
    width: calc(24.56vh * .65);
    height: 24.56vh;
    top: 56.67vh;
    left: calc((100% - calc(24.56vh * .65)) / 2);
  }
}

.situation-description--news:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.situation-description--news span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description--news:before {
    content: '';
    width: 0;
    height: 105%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--news span {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--news:before {
    content: '';
    width: 0;
    height: 105%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--news span {
    display: inline-block;
    vertical-align: middle;
  }
}

.situation-description--news span {
  width: 59%;
  margin-left: -8%;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description--news span {
    width: 64%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description--news span {
    margin-left: -17%;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--news span {
    width: 69%;
    margin-left: -13%;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .situation-description--news span {
    width: 70%;
    margin-left: -10%;
  }
}

.situation-space-bg--news {
  background: url(../images/space-bg-news.png) calc((110vw - 1249px) / 2 + 285px) calc(100% + 119px) no-repeat;
  background-size: 1249px auto;
  width: 120%;
  /*564 233 t320 l16*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--news {
    background-size: 1124.1px auto;
    background-position: calc((110vw - 1124.1px) / 2 + 256.5px) calc(100% + 107.1px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--news {
    background-size: 100% auto;
    background-position: 0 0;
    width: 47.0rem;
    height: 19.3333rem;
    top: calc(22vw + 22.2rem);
    left: calc((100% - 47.0rem) / 2 - 0.0833rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--news {
    background-size: 100% auto;
    background-position: 0 0;
    width: 42.3rem;
    height: 17.4rem;
    top: 26.2rem;
    left: calc((100% - 42.3rem) / 2 - 0.07rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-space-bg--news {
    width: calc(43.69vh * 2.42);
    height: 43.69vh;
    top: 60vh;
    left: calc((100% - (43.69vh * 2.42)) / 2 - (43.69vh * .05));
  }
}

.situation-soundBox--news {
  background: url(../images/soundbox-news.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 226px;
  height: 301px;
  top: calc(100% - 611px);
  left: calc((110% - 226px) / 2 + 380px);
  /*119 179 t194 l96*/
  /*@include breakPoint (490, max-width, portrait){
		width: calc(37.292vh * .58);
		height: 37.292vh;
		top: 38.417vh;
		left: calc((100% - (37.292vh * .66)) / 2 + (37.292vh * .48));
	}*/
  /*@include breakPoint (350, max-width, portrait){
		width: 9.9167rem;
		height: 14.9167rem;
		top: 16.1667rem;
		left: calc((100% - 9.9167rem) / 2 + 8.0rem);
	}*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-soundBox--news {
    width: 203.4px;
    height: 270.9px;
    top: calc(100% - 549.9px);
    left: calc((110% - 203.4px) / 2 + 342px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-soundBox--news {
    width: 9.3333rem;
    height: 12.1667rem;
    top: calc(22vw + 13rem);
    left: calc((100% - 9.3333rem) / 2 + 6.3667rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-soundBox--news {
    width: 9.9167rem;
    height: 14.9167rem;
    top: 16.1667rem;
    left: calc((100% - 9.9167rem) / 2 + 8.0rem);
  }
}

@media screen and (min-height: 490px) and (orientation: portrait) {
  .situation-soundBox--news {
    width: calc(34.292vh * .66);
    height: 34.292vh;
    top: 37.417vh;
    left: calc((100% - (37.292vh * .66)) / 2 + (37.292vh * .48));
  }
}

.situation-description--sound:before {
  content: '';
  width: 0;
  height: 104%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.situation-description--sound span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .situation-description--sound:before {
    content: '';
    width: 0;
    height: 105%;
    margin-right: -4px;
    display: inline-block;
    vertical-align: middle;
  }
  .situation-description--sound span {
    display: inline-block;
    vertical-align: middle;
  }
}

.situation-description--sound span {
  width: 56%;
  margin-left: -8%;
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-description--sound span {
    width: 58%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-description--sound span {
    width: 59%;
    margin-left: -17%;
  }
}

@media screen and (orientation: portrait) {
  .situation-description--sound span {
    width: 55%;
    margin-left: -10%;
  }
}

@media screen and (max-width: 960px) and (orientation: portrait) {
  .situation-description--sound span {
    margin-left: -18%;
  }
}

.situation-title-btn--sound {
  left: 100%;
}

.situation-space-bg--sound {
  background: url(../images/space-bg-sound.png) calc((110vw - 831px) / 2 + 312px) calc(100% - 75px) no-repeat;
  background-size: 831px auto;
  /*517 571 t94 l6*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-space-bg--sound {
    background-size: 747.9px auto;
    background-position: calc((110vw - 747.9px) / 2 + 280.8px) calc(100% - 67.5px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-space-bg--sound {
    background-size: 100% auto;
    background-position: 0 0;
    width: 43.0833rem;
    height: 47.5833rem;
    top: calc(22vw - 7rem);
    left: calc((100vw - 43.0833rem) / 2 + 2.4167rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-space-bg--sound {
    background-size: 100% auto;
    background-position: 0 0;
    width: 517rem;
    height: 47.5833rem;
    top: -7.8333rem;
    left: calc((100% - 43.0833rem) / 2 + 0.5167rem);
  }
}

@media screen and (max-width: 960px) and (orientation: portrait) {
  .situation-space-bg--sound {
    width: calc(107.06vh * .91);
    height: 107.06vh;
    top: -4.62vh;
    left: calc((100% - (107.06vh * .91)) / 2 + (107.06vh * .01));
  }
}

.situation-soundBox--sound {
  background: url(../images/soundbox-sound.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 294px;
  height: 354px;
  top: calc(100% - 651px);
  left: calc((100% - 294px) / 2 + 442px);
  /*136 185 t164 l70*/
}

@media screen and (max-width: 1600px) and (orientation: landscape) {
  .situation-soundBox--sound {
    width: 264.6px;
    height: 318.6px;
    top: calc(100% - 585.9px);
    left: calc((100% - 264.6px) / 2 + 397.8px);
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .situation-soundBox--sound {
    width: 11.4167rem;
    height: 13.5rem;
    top: calc(22vw + 12rem);
    left: calc((100% - 11.4167rem) / 2 + 5.8667rem);
  }
}

@media screen and (orientation: portrait) {
  .situation-soundBox--sound {
    width: 10.2rem;
    height: 13.88rem;
    top: 12.3rem;
    left: calc((100% - 10.2rem) / 2 + 5.25rem);
  }
}

@media screen and (max-width: 960px) and (orientation: portrait) {
  .situation-soundBox--sound {
    width: calc(34.69vh * .74);
    height: 34.69vh;
    top: 37.75vh;
    left: calc((100% - (34.69vh * .74)) / 2 + (34.69vh * .38));
  }
}

.information-headline {
  line-height: 1;
  text-align: center;
  font-weight: lighter;
}

.information-headline--extreme {
  font-size: 2.54237rem;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .information-headline--extreme {
    font-size: 90px;
  }
}

@media screen and (orientation: portrait) {
  .information-headline--extreme {
    font-size: 2rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .information-headline--extreme {
    font-size: 2.29167rem;
  }
}

.information-headline--normal {
  font-size: 2.0339rem;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .information-headline--normal {
    font-size: 72px;
  }
}

@media screen and (max-height: 710px) and (orientation: landscape) {
  .information-headline--normal {
    font-size: 40px;
  }
}

@media screen and (orientation: portrait) {
  .information-headline--normal {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .information-headline--normal {
    font-size: 2.08333rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .information-headline--normal {
    font-size: 24px;
  }
}

.information-headline--small {
  line-height: 1.25;
  font-size: 1.69492rem;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .information-headline--small {
    font-size: 60px;
  }
}

@media screen and (max-height: 710px) and (orientation: landscape) {
  .information-headline--small {
    font-size: 30px;
  }
}

@media screen and (orientation: portrait) {
  .information-headline--small {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .information-headline--small {
    font-size: 2.08333rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .information-headline--small {
    font-size: 24px;
  }
}

.information-description-title {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (orientation: portrait) {
  .information-description-title {
    font-size: 1.66667rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .information-description-title {
    font-size: 1.66667rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .information-description-title {
    font-size: 20px;
  }
}

.information-description-text {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (orientation: portrait) {
  .information-description-text {
    font-size: 1.16667rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .information-description-text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .information-description-text {
    font-size: 14px;
  }
}

.general {
  padding-top: 160px;
  font-weight: lighter;
  position: relative;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .general {
    background-size: 1297px auto;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general {
    background-size: 48% auto;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .general {
    background-size: 25rem auto;
    background-position-y: 243px;
    padding-top: 115px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general {
    background-position-y: 160px;
    padding-top: 49px;
  }
}

@media screen and (orientation: portrait) {
  .general {
    background-position: 105% calc(9.5833rem + 42px);
    background-size: 96.56% auto;
    padding-top: 42px;
  }
}

.general:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(50deg, #6d6d6d, #fff 51%, #fff 65%, #9e9e9e);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.general-content {
  background: #fff url(../images/bg-information-general.png) 53% calc(100% + 65px) no-repeat;
  background-size: 1434px auto;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-content {
    background-position-x: 43%;
    background-size: calc(1434px * .95) auto;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-content {
    background-position: 53% calc(100% + 25px);
    background-size: 1000px auto;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-content {
    background-position: 46% 57%;
    background-size: calc(1434px * .95) auto;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-content {
    background-size: 201.562% auto;
    background-position: 48% 480px;
  }
}

@media screen and (orientation: portrait) {
  .general-content {
    background-position: 47% 33.1667rem;
    background-size: 201.562% auto;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-content {
    background-position-y: 35.1667rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .general-content {
    background-position-y: 30.1667rem;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .general-headline {
    line-height: 1.16667;
  }
}

@media screen and (orientation: portrait) {
  .general-headline {
    line-height: 1.25;
    font-size: 2.5rem;
  }
}

@media screen and (orientation: portrait) {
  .general-headline span {
    display: block;
  }
}

.general-preface {
  padding-top: 1.6667em;
  margin-bottom: 1.2333em;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .general-preface {
    font-size: 24px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-preface {
    font-size: 20px;
  }
}

@media screen and (orientation: portrait) {
  .general-preface {
    margin-bottom: 1.6667rem;
    padding: 1.6667em 0 0;
    font-size: 1.33333rem;
    letter-spacing: -0.1em;
  }
}

@media screen and (min-width: 600px) and (orientation: portrait) {
  .general-preface {
    padding-left: .6em;
    padding-right: .6em;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-preface {
    padding: 1.6667em .8em 0;
    font-size: 4.5vw;
    letter-spacing: 0em;
  }
}

.general-function {
  padding-bottom: calc(86px + 1.3286rem);
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .general-function {
    padding-bottom: 114px;
  }
}

@media screen and (orientation: portrait) {
  .general-function {
    padding-bottom: 13.6667rem;
  }
}

.general-description {
  min-height: 470px;
  margin: 118px auto 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .general-description {
    height: 470px;
    margin-top: 118px;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description {
    height: 420px;
    min-height: 400px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description {
    background: #fff;
    width: 100%;
    height: auto;
    margin-top: 460px;
    padding: 1.8167rem 1.6667rem 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-description {
    background: #fff;
    width: 100%;
    margin-top: 460px;
    padding: 16.562% 6.25% 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (orientation: portrait) {
  .general-description {
    background: #fff;
    width: 100%;
    margin-top: 75.0%;
    padding: 16.562% 6.25% 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.general-function-btn {
  width: 8.0em;
  min-width: 115px;
  margin: 0 .89em;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-function-btn {
    width: 44%;
    margin: 0 .43em 1.29em;
  }
}

@media screen and (orientation: portrait) {
  .general-function-btn {
    width: 44%;
    margin: 0 .43em 1.29em;
    font-size: 1.16667rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-function-btn {
    font-size: 1.45833rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .general-function-btn {
    width: 43%;
    font-size: 14px;
  }
}

.general-function-lists {
  width: 100%;
  height: 86px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

@media screen and (orientation: portrait) {
  .general-function-lists {
    height: 13.6667rem;
  }
}

.general-function-lists.js-open {
  display: block;
}

.general-function-lists .general-function {
  height: 100%;
  padding-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
}

.general-function-list {
  width: 80px;
  margin: 0 .8em 0.44em;
  font-size: 18px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .general-function-list {
    width: 65px;
    font-size: 16px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-function-list {
    width: 70px;
    margin-bottom: 0.84em;
  }
}

@media screen and (orientation: portrait) {
  .general-function-list {
    width: 15%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-function-list {
    width: 20%;
    margin: 0 0.45em 0.84em;
  }
}

@media screen and (orientation: portrait) {
  .general-function-lists--search .general-function-list {
    width: 23%;
  }
}

.general-function-list--news {
  width: auto;
}

.general-function-list--music {
  width: auto;
}

.general-function-list--openbook {
  width: auto;
}

.general-function-icon {
  fill: #ef3123;
  width: 54px;
  height: 54px;
  margin: 0 auto .5em;
  display: block;
}

@media screen and (orientation: portrait) {
  .general-function-icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.general-description-box {
  width: 336px;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-description-box {
    width: calc(336px * .9);
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-box {
    width: 47%;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-description-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media screen and (orientation: portrait) {
  .general-description-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

.general-description-box:first-child {
  margin-right: 298.5px;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-description-box:first-child {
    margin-right: calc(298.5px * .9);
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-box:first-child {
    margin-right: 220.5px;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-box:first-child {
    margin-right: 0;
  }
}

@media screen and (orientation: portrait) {
  .general-description-box:first-child {
    margin-right: 0;
  }
}

.general-description-box:last-child {
  margin-left: 298.5px;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-description-box:last-child {
    margin-left: calc(298.5px * .9);
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-box:last-child {
    margin-left: 220.5px;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-box:last-child {
    margin-left: 0;
  }
}

@media screen and (orientation: portrait) {
  .general-description-box:last-child {
    margin-left: 0;
  }
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-box:last-child .information-description-text:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-box:last-child .information-description-text:last-child {
    margin-bottom: 1.9167rem;
  }
}

.general-description-title {
  padding-bottom: 0.4167em;
  line-height: 1.25;
  font-size: 24px;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-description-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-description-title {
    font-size: 20px;
  }
}

@media screen and (orientation: portrait) {
  .general-description-title {
    line-height: 1.53846;
    font-size: 1.66667rem;
    padding-bottom: 0.25em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-description-title {
    font-size: 1.66667rem;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  .general-description-title {
    font-size: 18px;
  }
}

.general-description-title:after {
  content: '';
  background-image: linear-gradient(to right, #1ff57e, #40afff);
  width: 100%;
  height: 2px;
  display: block;
}

@media screen and (orientation: portrait) {
  .general-description-title:after {
    width: 95.71%;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-description-title:after {
    width: 100%;
  }
}

.general-description-text {
  margin-bottom: 2.1875em;
  line-height: 1.8125;
  font-weight: normal;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .general-description-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-text {
    margin-bottom: 1.9167rem;
    line-height: 1.64286;
    font-size: 18px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .general-description-text {
    margin-bottom: 3.9286em;
  }
}

@media screen and (orientation: portrait) {
  .general-description-text {
    width: 95.71%;
    margin-bottom: 3.9286em;
    line-height: 1.64286;
    font-size: 1.16667rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-description-text {
    width: 100%;
    font-size: 1.45833rem;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  .general-description-text {
    font-size: 14px;
  }
}

.general-description-text-eql {
  background: url(../images/img-product-eql.png) 100% 0 no-repeat;
  background-size: 25% auto;
  width: 100%;
  margin-top: 0.7368em;
  padding-top: 10%;
  padding-right: 27.77%;
  padding-bottom: 1.9474em;
  font-size: 1.1875em;
  box-sizing: border-box;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-text-eql {
    background-size: 24.5% auto;
    padding-top: 3%;
    padding-right: 29.77%;
    padding-bottom: 1.9474em;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-text-eql {
    background-size: 27.5% auto;
    padding-top: 10%;
    padding-right: 26.77%;
    padding-bottom: 2.3474em;
    font-size: 1.07143em;
  }
}

@media screen and (orientation: portrait) {
  .general-description-text-eql {
    background-position: center bottom;
    background-size: 35.07% auto;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 8.7em;
    font-size: 1.07143em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .general-description-text-eql {
    padding-top: 3%;
    padding-bottom: 8.2em;
    font-size: 1em;
  }
}

.general-description-text-eql-app {
  margin-bottom: 0.4211em;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-text-eql-app {
    margin-bottom: 0.1211em;
  }
}

.general-description-text-eql-app-name {
  display: inline-block;
  vertical-align: middle;
}

.general-description-text-eql-app-icon {
  width: 35px;
  height: auto;
  margin-right: 0.2105em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .general-description-text-eql-app-icon {
    width: 30px;
  }
}

@media screen and (max-width: 1170px) and (orientation: landscape) {
  .general-description-text-eql-app-icon {
    width: 12.5%;
    margin-right: 0.4167rem;
  }
}

@media screen and (orientation: portrait) {
  .general-description-text-eql-app-icon {
    width: 12.5%;
    margin-right: 0.4167rem;
  }
}

.scroll {
  content: '';
  background: url(../images/going.png) 0 0 no-repeat;
  background-size: 600% auto;
  width: 120px;
  height: 40px;
  margin-left: -60px;
  position: fixed;
  bottom: 5%;
  left: 50%;
  z-index: 6;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: going 1s steps(5) infinite;
          animation: going 1s steps(5) infinite;
  will-change: background-position, opacity;
  opacity: 1;
}

.scroll.js-hide {
  opacity: 0;
  transition: opacity .3s;
}

.design {
  background: url(../images/bg-information-design.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 15.208%;
  position: relative;
  /*@include breakPoint(960, max-width, landscape) {
		background-image: url(../images/bg-information-design.png);
	}*/
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .design {
    background-image: url(../images/bg-information-design-768.png);
  }
}

@media screen and (orientation: portrait) {
  .design {
    background-size: 120% auto;
    padding-top: 25.0%;
  }
}

@media screen and (min-width: 700px) and (orientation: portrait) {
  .design {
    background-size: 103% auto;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design {
    background-size: 110% auto;
  }
}

.design:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #b2b2b2, #f3f3f3 62%);
  opacity: .59;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.design-headline {
  margin-bottom: 0.5167em;
  padding-left: 1.5%;
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
  .design-headline {
    margin-bottom: 0.44em;
    line-height: 1.4;
  }
}

@media screen and (orientation: portrait) {
  .design-headline {
    padding-left: 1.5%;
    line-height: 1.4;
  }
}

@media screen and (max-width: 1100px) and (orientation: landscape) {
  .design-headline span {
    line-height: 1.6;
    display: block;
  }
}

@media screen and (orientation: portrait) {
  .design-headline span {
    line-height: 1.6;
    display: block;
  }
}

.design-headline--h2 {
  margin-bottom: 0.4833em;
}

@media screen and (orientation: portrait) {
  .design-headline--h2 {
    margin-bottom: 0.7em;
  }
}

.design-award {
  width: 12.292%;
  max-width: 211px;
  min-width: 160px;
  height: auto;
  margin: 0 auto 1.958%;
  display: block;
}

@media screen and (orientation: portrait) {
  .design-award {
    width: 47.812%;
    min-width: 120px;
    margin-bottom: 9.062%;
    position: relative;
    left: 9.062%;
  }
}

.design-description {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.design-btn {
  width: 250px;
  margin: 0 auto 7.187%;
}

@media screen and (orientation: portrait) {
  .design-btn {
    width: 56.25%;
    max-width: 280px;
    margin-bottom: 0;
  }
}

.design-btn-icon {
  fill: #fff;
  width: 23px;
  height: 35px;
  margin-right: 0.55em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .design-btn-icon {
    width: 0.94em;
    height: 1.44em;
  }
}

.design-sound {
  background: url(../images/bg-information-sound.png) right 0 no-repeat;
  background-size: 61.406% auto;
  padding-top: 32.688%;
  padding-bottom: 36%;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .design-sound {
    background-size: 41.406%;
    padding-top: 13.688%;
    padding-bottom: 14%;
    margin-top: -10%;
  }
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-sound {
    background-size: 1179px auto;
    /*padding-top: 24.688%;*/
    padding-bottom: 24%;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .design-sound {
    background-size: 61.406% auto;
    padding-top: 24.688%;
    padding-bottom: 20%;
  }
}

@media screen and (orientation: portrait) {
  .design-sound {
    background-size: 92.812% auto;
    margin-top: -12.438%;
    padding-top: 124.063%;
    padding-bottom: 19.062%;
  }
}

.design-spec {
  padding: 127px 2% 0;
  position: relative;
  z-index: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  /*@include breakPoint(960, max-width, landscape){
			padding-bottom: 11%;
		}*/
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .design-spec {
    max-height: 740px;
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-spec {
    max-height: none;
    /*padding-top: 127px;*/
    padding-bottom: 11%;
  }
}

@media screen and (orientation: portrait) {
  .design-spec {
    padding-top: 18.125%;
    padding-bottom: 25.625%;
  }
}

.design-spec:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-60deg, #b2b2b2, #fff 87%);
  opacity: .59;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.design-spec:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.design-description--color {
  margin-bottom: 1.771%;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .design-description--color {
    width: calc(1.69492rem * 8);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (orientation: portrait) {
  .design-description--color {
    width: calc(2.5rem * 8);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design-description--color {
    width: calc(2.08333rem * 8);
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .design-description--color {
    width: calc(24px * 8);
  }
}

.design-description-box {
  /*width: 13.438%;
		margin-left: 2.25%;
		margin-bottom: 1.771%;
		padding: 0 1.719% 0 0.26%;
		box-sizing: border-box;*/
  position: relative;
  /*@include breakPoint(1920, min-width, landscape){
			width: 258px;
			margin-left: 1.25%;
		}

		@include breakPoint(1600, max-width, landscape){
			margin-left: 1.25%;
		}*/
}

.design-description-box:after {
  content: '';
  background: #000;
  width: 1px;
  height: 98%;
  position: absolute;
  right: 6.2%;
  top: 0;
}

@media screen and (max-width: 1510px) and (orientation: landscape) {
  .design-description-box:after {
    display: none;
  }
}

@media screen and (orientation: portrait) {
  .design-description-box:after {
    display: none;
  }
}

.design-description-title {
  margin-bottom: 0.55em;
}

@media screen and (orientation: portrait) {
  .design-description-title {
    margin-bottom: 0.44em;
  }
}

@media screen and (max-width: 1510px) and (orientation: landscape) {
  .design-description-text {
    margin-bottom: 1.06em;
  }
}

@media screen and (orientation: portrait) {
  .design-description-text {
    margin-bottom: 1.21em;
  }
}

.design-description--sound {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 6.823%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-description--sound {
    padding-left: 11.823%;
  }
}

@media screen and (max-width: 1510px) and (orientation: landscape) {
  .design-description--sound {
    width: calc(1.69492rem * 9.6);
    padding-left: calc(6.823% + .65em);
  }
}

@media screen and (orientation: portrait) {
  .design-description--sound {
    width: 87.812%;
    padding-left: 6.25%;
  }
}

.design-headline--h2--sound {
  text-align: left;
  padding-left: 6.823%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-headline--h2--sound {
    padding-left: 11.823%;
  }
}

@media screen and (orientation: portrait) {
  .design-headline--h2--sound {
    padding-left: 6.25%;
    font-size: 2.29167rem;
  }
}

@media screen and (max-width: 360px) and (orientation: portrait) {
  .design-headline--h2--sound {
    font-size: 24px;
  }
}

.design-headline--h2--sound:before {
  content: '';
  background: url(../images/icon-bg-sound-headline-left.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.65em;
  height: 1.4333em;
  margin-right: 0.18em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .design-headline--h2--sound:before {
    width: 0.62em;
    height: 1.34em;
  }
}

.design-headline--h2--sound:after {
  content: '';
  background: url(../images/icon-bg-sound-headline-right.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 0.65em;
  height: 1.4333em;
  margin-left: 0.18em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .design-headline--h2--sound:after {
    width: 0.62em;
    height: 1.34em;
  }
}

.design-description--color .design-description-box {
  width: calc(1.69492rem * 3.9);
  margin-left: 1.4rem;
  margin-bottom: 1.771%;
  padding-right: .9rem;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-description--color .design-description-box {
    width: 235px;
    margin-left: 25px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .design-description--color .design-description-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 7%;
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
}

@media screen and (orientation: portrait) {
  .design-description--color .design-description-box {
    width: 100%;
    margin-bottom: 1.5833rem;
    padding-bottom: 1.4167rem;
    margin-left: 0;
    margin-bottom: 6.25%;
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
}

.design-description--color .design-description-box:last-child {
  margin-left: 0;
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .design-description--color .design-description-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (orientation: portrait) {
  .design-description--color .design-description-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}

.design-description--color .design-description-box:last-child:after {
  display: none;
}

.design-description--color .design-description-box:after {
  right: 7.2%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-description--color .design-description-box:after {
    right: 5.2%;
  }
}

.design-description--sound .design-description-box {
  width: calc(1.69492rem * 4.5);
  min-width: 200px;
  margin-left: .4rem;
  margin-bottom: 1.771%;
  padding-right: .9rem;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-description--sound .design-description-box {
    width: 250px;
    margin-left: 6px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1510px) and (orientation: landscape) {
  .design-description--sound .design-description-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 7%;
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
}

@media screen and (orientation: portrait) {
  .design-description--sound .design-description-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6.25%;
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
}

@media screen and (max-width: 1510px) and (orientation: landscape) {
  .design-description--sound .design-description-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (orientation: portrait) {
  .design-description--sound .design-description-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}

.design-description--sound .design-description-box:last-child:after {
  display: none;
}

.design-description--sound .design-description-box:after {
  right: 3.2%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-description--sound .design-description-box:after {
    right: 4.2%;
  }
}

.design-product {
  width: 532px;
  position: relative;
}

@media screen and (max-width: 1060px) and (orientation: landscape) {
  .design-product {
    width: 48%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-product {
    width: 51%;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .design-product {
    width: 100%;
  }
}

@media screen and (orientation: portrait) {
  .design-product {
    width: 100%;
  }
}

.design-product-switch {
  width: 17.99%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 0.65em;
  position: absolute;
  top: 76%;
  left: 100%;
  z-index: 2;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-product-switch {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -15%;
    left: 0;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .design-product-switch {
    width: 22%;
  }
}

@media screen and (orientation: portrait) {
  .design-product-switch {
    width: 28.438%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -12%;
    left: 0;
  }
}

.design-product-switch-btn {
  background: transparent;
  width: 40%;
  padding: 0;
  border: 0;
  border-radius: 100%;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  display: block;
  pointer-events: none;
}

.design-product-switch-btn:before {
  content: '';
  width: 75%;
  height: 75%;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
}

.design-product-switch-btn.js-active:after {
  content: '';
  background: #ccc;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 0;
  display: block;
}

.design-product-switch-btn--gray:before {
  background-image: url(../images/switch-soundbox-gray.png);
}

.design-product-switch-btn--black:before {
  background-image: linear-gradient(to top right, #b4b3b3, #000 63%);
  opacity: .84;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.design-product-img {
  width: 774px;
  height: auto;
  padding-left: 28px;
  display: block;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .design-product-img {
    margin-bottom: -15%;
    -webkit-transform-origin: 40% 74%;
        -ms-transform-origin: 40% 74%;
            transform-origin: 40% 74%;
    -webkit-transform: scale(0.65) translateY(-11.5%);
        -ms-transform: scale(0.65) translateY(-11.5%);
            transform: scale(0.65) translateY(-11.5%);
  }
}

@media screen and (max-width: 1060px) and (orientation: landscape) {
  .design-product-img {
    padding-left: 0;
    margin-left: -6%;
    -webkit-transform-origin: 34% 74%;
        -ms-transform-origin: 34% 74%;
            transform-origin: 34% 74%;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-product-img {
    width: 620px;
    margin-left: -2%;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .design-product-img {
    width: 111.563%;
    margin-left: 0;
    padding-left: 16.625%;
  }
}

@media screen and (orientation: portrait) {
  .design-product-img {
    width: 111.563%;
    margin-left: 0;
    padding-left: 13.625%;
  }
}

.design-product-name {
  padding-left: 0;
  padding-top: 0.8em;
  padding-bottom: 0.87em;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-product-name {
    padding-left: 0;
    font-size: 1.2em;
    position: absolute;
    top: -.7em;
    right: 0;
  }
}

@media screen and (orientation: portrait) {
  .design-product-name {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-bottom: 3.0rem;
    font-size: 1.7em;
    position: absolute;
    top: -1.05rem;
    right: 0;
  }
}

@media screen and (max-width: 336px) and (orientation: portrait) {
  .design-product-name {
    top: 22px;
    padding-bottom: 0;
    right: auto;
    left: 0;
  }
}

.design-product-price {
  padding-left: 1.9em;
  line-height: 1;
  font-size: 30px;
  text-align: right;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-product-price {
    font-size: 1em;
  }
}

@media screen and (orientation: portrait) {
  .design-product-price {
    padding-left: .8em;
    font-size: 1em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design-product-price {
    padding-left: .2em;
    vertical-align: baseline;
  }
}

.design-product-price-twd {
  margin-left: -0.1143rem;
  font-size: 0.58333em;
  font-weight: lighter;
  display: inline-block;
}

.design-spec-btn {
  width: 280px;
  margin-left: 13%;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-spec-btn {
    margin: 0 auto;
  }
}

@media screen and (orientation: portrait) {
  .design-spec-btn {
    width: 62.5%;
    max-width: 280px;
    min-width: 200px;
    margin: 0 auto;
  }
}

.design-spec-box {
  padding-top: 156px;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .design-spec-box {
    padding-top: 113px;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-spec-box {
    margin-top: 4%;
    padding: 0;
  }
}

@media screen and (max-width: 865px) and (orientation: landscape) {
  .design-spec-box {
    margin-top: -5%;
  }
}

@media screen and (orientation: portrait) {
  .design-spec-box {
    width: 87.5%;
    margin: 0 auto;
    padding-top: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.design-spec-table {
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .design-spec-table {
    margin-bottom: 54px;
  }
}

@media screen and (orientation: portrait) {
  .design-spec-table {
    width: 100%;
    margin-bottom: 3.0rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design-spec-table {
    line-height: 1.2;
  }
}

.design-spec-table-headline {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .design-spec-table-headline {
    padding-bottom: 15px;
  }
}

@media screen and (orientation: portrait) {
  .design-spec-table-headline {
    font-size: 2rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design-spec-table-headline {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 336px) and (orientation: portrait) {
  .design-spec-table-headline {
    padding-bottom: 41px;
  }
}

.design-spec-table-title {
  width: 44.88%;
  padding: 0.83em 0 0.78em;
  font-size: 18px;
  position: relative;
}

@media screen and (orientation: portrait) {
  .design-spec-table-title {
    width: 37.88%;
    padding-right: 5%;
    font-size: 1.08333rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .design-spec-table-title {
    font-size: 1.14583rem;
  }
}

.design-spec-table-title:after {
  content: '';
  background: #ccc;
  width: 73%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (orientation: portrait) {
  .design-spec-table-title:after {
    width: 89%;
  }
}

tr:last-of-type .design-spec-table-title {
  border-bottom: 1px solid #ccc;
}

tr:last-of-type .design-spec-table-title:after {
  display: none;
}

.design-spec-table-text {
  padding: 0.94em 0 1.06em;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

@media screen and (orientation: portrait) {
  .design-spec-table-text {
    font-size: 1.04167rem;
  }
}

.app {
  background: url(../images/bg-information-app.png) 0 bottom no-repeat;
  background-size: 93.958% auto;
  padding-top: 11.667%;
  position: relative;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .app {
    background-size: 90% auto;
  }
}

@media screen and (max-width: 1500px) and (orientation: landscape) {
  .app {
    background-size: 110% auto;
  }
}

@media screen and (orientation: portrait) {
  .app {
    background-position-x: 90%;
    background-size: 170% auto;
    padding-top: 18.667%;
    padding-bottom: 82.94%;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .app {
    background-size: 237.5% auto;
    padding-bottom: 115.94%;
  }
}

.app:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-60deg, #b2b2b2, #fff 36%);
  opacity: 0.59;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.app-headline {
  margin-bottom: 1.04em;
  position: relative;
  left: -13.333%;
}

@media screen and (orientation: portrait) {
  .app-headline {
    left: 0;
  }
}

.app-download {
  width: 22.917%;
  min-width: 340px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: -13.333%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .app-download {
    width: 440px;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .app-download {
    width: 30%;
  }
}

@media screen and (orientation: portrait) {
  .app-download {
    width: calc(2.5rem * 8);
    min-width: 0;
    left: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .app-download {
    width: calc(2.08333rem * 8);
  }
}

.app-download-link {
  width: 100%;
  margin-bottom: 8.18%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (orientation: portrait) {
  .app-download-link {
    width: 43%;
    margin: 0;
  }
}

.app-download-link-text {
  margin: 0 5%;
  line-height: 1.33333;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: lighter;
  word-break: keep-all;
}

@media screen and (orientation: portrait) {
  .app-download-link-text {
    line-height: 1.14286;
    font-size: 1.16667rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .app-download-link-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) and (orientation: portrait) {
  .app-download-link-text {
    font-size: 13px;
  }
}

.app-download-link-text-icon {
  width: 54.64%;
  min-width: 78px;
  height: auto;
  margin: 0 auto 11.18%;
  display: block;
}

@media screen and (orientation: portrait) {
  .app-download-link-text-icon {
    width: 56%;
    min-width: 0;
    margin-bottom: 0.57em;
  }
}

.app-download-link-qrcode {
  width: 34%;
  min-width: 148px;
  height: auto;
  margin: 0 5%;
  display: block;
}

@media screen and (orientation: portrait) {
  .app-download-link-qrcode {
    display: none;
  }
}

.app-download-store {
  width: 100%;
  margin-bottom: 13.64%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  .app-download-store {
    width: 50.64%;
    margin-bottom: 17.46%;
  }
}

.app-download-store-google {
  background-position: 0% 0%;
  background-size: 100% 203%;
  background-repeat: no-repeat;
  width: 47.73%;
  min-width: 110px;
  height: 0;
  padding-top: 15%;
  display: block;
}

.misc{
  background-image: url(../images/misc.png)}

@media screen and (orientation: portrait) {
  .app-download-store-google {
    width: 100%;
    min-width: 0;
    padding-top: 31%;
    margin: 0 0 12.14%;
  }
}

.app-download-store-apple {
  background-position: 0% 100%;
  background-size: 100% 203%;
  background-repeat: no-repeat;
  width: 47.73%;
  min-width: 110px;
  height: 0;
  padding-top: 15%;
  display: block;
}

.misc{
  background-image: url(../images/misc.png)}

@media screen and (orientation: portrait) {
  .app-download-store-apple {
    width: 100%;
    min-width: 0;
    padding-top: 32%;
    margin: 0;
  }
}

.app-download-pdf {
  width: 300px;
  margin-bottom: 69%;
}

@media screen and (min-width: 1920px) and (orientation: landscape) {
  .app-download-pdf {
    margin-bottom: 206px;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .app-download-pdf {
    margin-bottom: 50%;
  }
}

@media screen and (orientation: portrait) {
  .app-download-pdf {
    width: 100%;
    margin: 0 auto;
  }
}

.app-download-pdf-icon {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3px;
  width: 0.96em;
  height: 0.88em;
  margin-left: 0.17em;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (orientation: portrait) {
  .app-download-pdf-icon {
    width: 0.94em;
    height: 0.88em;
    margin-left: 0;
  }
}

.faq {
  padding-top: 5.2286rem;
  position: relative;
  padding-bottom: 2rem;
}

@media screen and (max-height: 768px) and (orientation: landscape) {
  .faq {
    padding-top: 2.2286rem;
  }
}

.faq:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #b2b2b2, #fff 62%);
  opacity: .59;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.faq-headline {
  margin-bottom: 0.6571rem;
}

.faq-switch {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 1.5em;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (orientation: portrait) {
  .faq-switch {
    margin-bottom: 1.5rem;
  }
}

.faq-list {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 6.2857em;
  display: none;
}

@media screen and (orientation: portrait) {
  .faq-list {
    padding-bottom: 3.2857em;
  }
}

.faq-list.js-active {
  display: block;
}

.faq-switch-btn {
  width: 50%;
  font-weight: lighter;
}

.faq-switch-btn:before {
  content: '';
  width: 0;
  height: 105%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.faq-switch-btn span {
  display: inline-block;
  vertical-align: middle;
}

.faq-switch-btn:first-child {
  border-radius: 30px 0 0 30px;
}

.faq-switch-btn:last-child {
  border-radius: 0 30px 30px 0;
}

.faq-switch-btn:last-child.js-active, .faq-switch-btn:last-child:focus, .faq-switch-btn:last-child:hover {
  background-image: linear-gradient(to right, #40afff, #1ff57e);
}

.faq-list-question {
  padding-top: 0.6143em;
  margin-bottom: 0.5714em;
  padding-left: 1.8em;
  line-height: 1.58824;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.faq-list-question:first-of-type {
  padding-top: 0;
}

.faq-list-question:first-of-type:before {
  top: 0;
}

@media screen and (orientation: portrait) {
  .faq-list-question {
    margin-bottom: 0.8333em;
    padding-left: 2em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .faq-list-question {
    font-size: 1.09375rem;
    padding-left: 1.8em;
  }
}

.faq-list-question:before {
  content: 'Q';
  position: absolute;
  top: 0.6143em;
  left: 0.5714em;
}

.faq-list-answer {
  background: #fff;
  margin-left: 0.5714em;
  padding: 0.5714em 0.7429em;
  border-radius: 8px;
  line-height: 1.875;
  font-size: 17px;
  display: none;
}

@media screen and (orientation: portrait) {
  .faq-list-answer {
    margin-bottom: 0.8333em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .faq-list-answer {
    font-size: 1.09375rem;
  }
}

.news {
  min-height: 58vh;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .news {
    padding-top: 150px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .news {
    padding-top: 64px;
  }
}

@media screen and (orientation: portrait) {
  .news {
    padding-top: 64px;
    padding-bottom: 4rem;
  }
}

.news:after {
  content: '';
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to right, #b2b2b2, #fff 62%);
  opacity: .59;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (orientation: portrait) {
  .news:after {
    position: fixed;
  }
}

.news-headline {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 1.03em;
  font-size: 24px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .news-headline {
    font-size: 22px;
  }
}

@media screen and (orientation: portrait) {
  .news-headline {
    padding: .6em 0;
    border-radius: 2em;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .news-headline {
    font-size: 1.45833rem;
  }
}

.news-headline:hover, .news-headline:focus {
  background: #333;
}

.news-list {
  width: 85%;
  max-width: 760px;
  margin: 0 auto;
}

.news-list-title {
  margin-bottom: 0.2714em;
  padding-top: 0.6143em;
  font-size: 17px;
  cursor: pointer;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (orientation: portrait) {
  .news-list-title {
    margin-bottom: 0.8333em;
    line-height: 0.85714;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .news-list-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.45833rem;
  }
}

.news-list-title:first-of-type {
  padding-top: 0;
}

.news-list-title-date {
  margin-right: 1.28em;
  line-height: 1.33333;
  font-size: 0.9em;
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .news-list-title-date {
    margin-right: 0;
  }
}

.news-list-title-content {
  line-height: 1.2;
  font-weight: bold;
}

.news-list-content {
  background: #fff;
  margin-bottom: .5em;
  padding: 0.5714em 0.7429em;
  border-radius: 8px;
  line-height: 1.875;
  font-size: 17px;
  display: none;
}

@media screen and (orientation: portrait) {
  .news-list-content {
    margin-bottom: 0.8333em;
  }
}

@media screen and (max-width: 490px) and (orientation: portrait) {
  .news-list-content {
    font-size: 1.14583rem;
  }
}

.video {
  background: #f3f3f3 url(../images/bg-video.png) center 0 no-repeat;
  background-size: 100% auto;
  padding-top: 200px;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .video {
    padding-top: 160px;
  }
}

@media screen and (max-width: 710px) and (orientation: landscape) {
  .video {
    padding-top: 100px;
  }
}

@media screen and (orientation: portrait) {
  .video {
    padding-top: 20%;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 700px) and (orientation: portrait) {
  .video {
    padding-top: 12%;
  }
}

.video-headline {
  margin-bottom: 0.42em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.video-headline--catgory {
  margin-top: 18px;
  font-size: 18px;
}

.video-lists {
  margin: 0 auto 40px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (orientation: portrait) {
  .video-lists {
    margin-bottom: 2rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.video-list {
  width: 190px;
  margin: 0 7px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .video-list {
    width: 31.33%;
    margin: 0 1% 15px;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .video-list {
    width: 48%;
  }
}

.video-play {
  background: #000 url(../images/loading.gif) center center no-repeat;
  width: 95%;
  max-width: 750px;
  height: 0;
  margin: 0 auto 20px;
  padding-top: calc(750px * .5625);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) and (orientation: landscape) {
  .video-play {
    padding-top: calc(95vw * .5625);
  }
}

@media screen and (orientation: portrait) {
  .video-play {
    display: none;
  }
}

.video .cooperation {
  background-position: center center;
}

.video-list.js-active:after {
  content: '';
  background: rgba(0, 0, 0, 0.7) url(../images/bg-video-play.png) center center no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (orientation: portrait) {
  .video-list.js-active:after {
    display: none;
  }
}

.video-list-poster {
  width: 100%;
  height: auto;
  display: block;
}

.video-list-description {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.video-list-description .js-colorbox {
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.video-list-description .js-colorbox:before {
  content: '';
  width: 0;
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}

.video-list-description .js-colorbox span {
  display: inline-block;
  vertical-align: middle;
}

.video-play-youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=../source-map/css/style.css.map */


