@font-face{
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body.lp {
  color: #000;
}
body.lp .content {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
body.lp .content.w {
  width: 1366px;
  padding: 0 40px;
}
body.lp .content.n {
  width: 1100px;
}
body.lp .content.nn {
  width: 930px;
}
body.lp #lp-header {
  padding: 20px 0;
}
body.lp #lp-header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.lp #lp-header .content p a {
  display: flex;
  align-items: center;
}
body.lp #lp-header .content p a img {
  width: 135px;
}
body.lp #lp-header .content p a span {
  margin-left: 20px;
  font-size: 110%;
}
body.lp #lp-header .content ul li {
  text-align: center;
  font-size: 86%;
}
body.lp #lp-header .content ul li a img {
  width: 80px;
}
body.lp #lp-header .content ul li a span {
  display: inline-block;
  margin-top: 8px;
}
body.lp #lp-footer {
  padding: 50px 0;
}
body.lp #lp-footer .content ul {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  border-bottom: 1px solid #e8e8e8;
}
body.lp #lp-footer .content ul li {
  padding: 0 16px;
  border-right: 1px solid #e8e8e8;
  font-size: 86%;
}
body.lp #lp-footer .content ul li:nth-last-child(1) {
  border-right: none;
}
body.lp #lp-footer .content p {
  padding: 18px 0 0 0;
  font-family: "Lato", sans-serif;
  font-size: 86%;
  color: #3a3a3a;
  text-align: center;
}
body.lp #lp-content {
  font-family: "Lato", "Meiryo UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.lp #lp-content a {
  color: #0042d3;
  text-decoration: underline;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
body.lp #lp-content a:hover {
  opacity: 0.9;
}
body.lp #lp-content img {
  max-width: 100%;
  height: auto;
}

body.lp #lp-content > section {
  margin-top: 50px;
}
body.lp #lp-content > section h2 {
  margin: 0 0 30px;
  color: #32443e;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
body.lp #lp-content > section h2::after {
  content: "";
  display: block;
  width: 814px;
  max-width: 100%;
  height: 7px;
  margin: 0 auto;
  background: #008e61;
}
body.lp #lp-content > section h2 span.s {
  margin: 0 0.2em;
  font-size: 36px;
}
body.lp #lp-content > section h2 span.l {
  font-size: 56px;
}
body.lp #lp-content > section h2 span.t {
  font-weight: 400;
}
body.lp #lp-content > section h2 span.n {
  letter-spacing: -0.5em;
}

body.lp #lp-content > section#contact .title {
  padding: 20px 0;
  background: #232256;
}
body.lp #lp-content > section#contact .title .content {
  height: auto;
}
body.lp #lp-content > section#contact .title .content h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}
body.lp #lp-content > section#contact .title .content h2::after {
  display: none;
}
body.lp #lp-content > section#contact .body .content h3 {
  margin: 30px 0 0;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
}
body.lp #lp-content > section#contact .body .content p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
body.lp #lp-content > section#contact .body .content > div {
  display: flex;
  margin-top: 10px;
}
body.lp #lp-content > section#contact .body .content > div > div:nth-of-type(1) {
  width: 50%;
  padding-right: 5%;
  text-align: center;
}
body.lp #lp-content > section#contact .body .content > div > div:nth-of-type(2) {
  flex: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.specification-table-wrap table{
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.specification-table-wrap table th,
.specification-table-wrap table td{
    padding: 5px;
    border: solid 1px #ccc;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.specification-table-wrap table th{
    font-size: 12px;
}
.specification-table-wrap table > thead > tr > th{
    background-color: #f0f8ff;
}
.specification-table-wrap table > tbody > tr > th{
    background-color: #eee;
}
.specification-table-wrap table a{
    text-decoration: none;
}
.specification-table-wrap table .spec-image {
    position: relative;
}
.specification-table-wrap table .spec-image > a > span{
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.specification-table-wrap table .spec-image > a > span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    z-index: 100;
    margin-top: -5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent rgba(0, 0, 0, .8) transparent transparent;
}
.specification-table-wrap table .spec-image > a > span > img{
    max-width: auto;
    max-width: initial;
}

@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }

  #lp-content {
    padding-top: 0;
    padding-bottom: 0;

  }
  #lp-content .notice{
    font-size: 14px;
  }
  #lp-content main.gt-sp .content {
    width: 1024px;
    margin: 0 auto;
  }
  #lp-content main.gt-sp .col1 > div h3 {
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  #lp-content main.gt-sp .col2 {
    display: flex;
    align-items: center;
  }
  #lp-content main.gt-sp .col2 > div h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  #lp-content main.gt-sp .col2 > div p {
    margin: 20px 0 0;
  }
  #lp-content main.gt-sp .col2 > div p span {
    font-size: 14px;
  }
  #lp-content main.gt-sp .col2 > div:nth-of-type(1) {
    width: 50%;
    padding-right: 20px;
  }
  #lp-content main.gt-sp .col2 > div:nth-of-type(2) {
    width: 50%;
    padding-left: 20px;
  }
  #lp-content main.gt-sp .btn {
    margin-top: 30px;
  }
  #lp-content main.gt-sp .btn a {
    display: inline-block;
    padding: 20px 35px;
    background: #922683;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
  }
  #lp-content main.gt-sp .btn a::before {
    content: "";
    display: inline-block;
    padding-right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #lp-content main.gt-sp .btn.w {
    margin-top: 50px;
    text-align: center;
  }
  #lp-content main.gt-sp .btn.w a {
    width: 660px;
  }
  #lp-content main.gt-sp .btn.s {
    margin-top: 50px;
    text-align: center;
  }
  #lp-content main.gt-sp .btn.s a {
    width: 660px;
    background: #0c3178;
  }
  #lp-content main.gt-sp .btn.s a::before {
    display: none;
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2) {
    padding: 0 0 0 20px;
    background: transparent;
    transform: translate(0, 22px);
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2):before {
    display: none;
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2) img {
    width: 76px;
  }
  #lp-content main.gt-sp .object {
    margin: 30px 0 0;
    padding: 30px 40px;
    border-radius: 5px;
    background: #333;
  }
  #lp-content main.gt-sp .object h4 {
    margin: 0 0 20px;
    font-size: 21px;
    text-align: center;
  }
  #lp-content main.gt-sp .object ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
  }
  #lp-content main.gt-sp .object ul li {
    margin: 0 15px;
    text-align: center;
  }
  #lp-content main.gt-sp .object ul li p {
    margin: 0 0 10px;
    font-size: 15px;
  }
  #lp-content main.gt-sp .object ul li img {
    width: 86px;
  }
  #lp-content main.gt-sp .object ul + div {
    text-align: center;
  }
  #lp-content main.gt-sp .object > div {
    margin-top: 40px;
  }
  #lp-content main.gt-sp .object > div p {
    margin: 0;
  }
  #lp-content main.gt-sp .object.dev h4 {
    margin-bottom: 0;
  }
  #lp-content main.gt-sp .object.dev ul {
    margin: 0;
  }
  #lp-content main.gt-sp .object.dev ul li {
    display: flex;
    width: 50%;
    border-top: dashed 1px #999;
    text-align: left;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(1) {
    width: 60px;
    flex-shrink: 0;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) {
    flex: 1;
    padding-left: 20px;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 700;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(2) {
    margin: 0;
    font-size: 14px;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(2) span {
    font-size: 12px;
  }
  #lp-content main.gt-sp .object.dev ul li:nth-child(odd) {
    padding-right: 20px;
  }
  #lp-content main.gt-sp .object.dev ul li:nth-child(even) {
    padding-left: 20px;
  }
  #lp-content main.gt-sp .object.dev ul li.image {
    display: block;
  }
  #lp-content main.gt-sp .object.dev ul li.image > img {
    width: 100%;
  }
  #lp-content main.gt-sp .object.dev ul + div {
    text-align: left;
  }
  #lp-content main.gt-sp .command {
    margin: 30px 0 0;
    padding: 30px 40px;
    border-radius: 5px;
    background: #555566;
  }
  #lp-content main.gt-sp .command h4 {
    margin: 0 0 20px;
    font-size: 21px;
    text-align: center;
  }
  #lp-content main.gt-sp .command .col1 > div > div {
    text-align: center;
  }
  #lp-content main.gt-sp .merit {
    margin: 0 -40px;
    padding: 40px;
    background: #333333;
    background: linear-gradient(180deg, #333333 0%, black 100%);
  }
  #lp-content main.gt-sp .merit .col2 {
    align-items: normal;
  }
  #lp-content main.gt-sp .merit .col2 > div {
    padding: 20px;
    border-radius: 7px;
    background: #fff;
    color: #000;
  }
  #lp-content main.gt-sp .merit .col2 > div > div {
    margin-bottom: 10px;
    text-align: center;
  }
  #lp-content main.gt-sp .merit .col2 > div > div img {
    width: 104px;
  }
  #lp-content main.gt-sp .merit .col2 > div > h4 {
    margin: 0 0 20px;
    font-size: 21px;
    text-align: center;
  }
  #lp-content main.gt-sp .merit .col2 > div:nth-of-type(1) {
    margin-right: 20px;
  }
  #lp-content main.gt-sp .merit .col2 > div:nth-of-type(2) {
    margin-left: 20px;
  }
  #lp-content main.gt-sp .i {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  #lp-content main.gt-sp p {
    line-height: 1.8;
  }
  #lp-content main.gt-sp #mv h1 {
    margin: 0;
    line-height: 0;
  }
  #lp-content main.gt-sp #lineup .content > div {
    display: flex;
    align-items: center;
    border: solid 1px #000;
    padding: 20px 0;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(1) {
    width: 130px;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(1) h2 {
    margin: 0;
    padding-left: 10px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) {
    flex: 1;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li {
    margin: 0 10px;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) {
    padding-left: 20px;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) h4 {
    margin: 5px 0 0;
    font-size: 14px;
  }
  #lp-content main.gt-sp > section h2 {
    margin: 0 0 40px;
    font-size: 38px;
    line-height: 1;
    text-align: center;
  }
  #lp-content main.gt-sp > section .content {
    padding: 60px 40px 0;
  }
  #lp-content main.gt-sp > section .content > section {
    margin-top: 50px;
  }
  #lp-content main.gt-sp > section .content > section:nth-of-type(1) {
    margin-top: 0;
  }
  #lp-content main.gt-sp > section .feature .content {
    padding-top: 0;
    padding-bottom: 100px;
    background: #000;
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .content a {
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .mv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 -40px;
    padding: 0 40px 160px;
    height: 700px;
    background: url(../img/feature-bg.png) 0 0 no-repeat;
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .mv h3 {
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp > section .feature .mv p {
    margin: 10px 0 0;
    font-size: 30px;
    line-height: 1.4;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp > section .feature .mv + section {
    margin-top: -80px;
  }
  #lp-content main.gt-sp > section .feature#touch .content {
    background: #183060;
  }
  #lp-content main.gt-sp > section .feature#touch .mv {
    padding-bottom: 220px;
    background-image: url(../img/feature-touch-bg.png);
  }
  #lp-content main.gt-sp > section .feature#touch .mv + section {
    margin-top: -160px;
  }
  #lp-content main.gt-sp > section .feature#display .content {
    background: #363f2e;
  }
  #lp-content main.gt-sp > section .feature#display .mv {
    padding-bottom: 220px;
    background-image: url(../img/feature-display-bg.png);
  }
  #lp-content main.gt-sp > section .feature#display .mv + section {
    margin-top: -160px;
  }
  #lp-content main.gt-sp > section .feature#supply .content {
    background: #221f32;
  }
  #lp-content main.gt-sp > section .feature#supply .mv {
    padding-bottom: 220px;
    background-image: url(../img/feature-supply-bg.png);
  }
  #lp-content main.gt-sp > section .feature#supply .mv + section {
    margin-top: -160px;
  }
  #lp-content main.gt-sp > section#flow .content {
    background: #e4e4f2;
    padding-bottom: 100px;
  }
  #lp-content main.gt-sp > section#flow .img {
    text-align: center;
  }
  #lp-content main.gt-sp > section#product-lineup .content {
    padding-bottom: 20px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li {
    display: flex;
    margin-top: 40px
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li:nth-child(1) {
    margin-top: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(1) {
    width: 200px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) {
    flex: 1;
    padding: 0 20px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 a {
    color: #0c3178;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li {
    display: flex;
    font-size: 15px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p {
    position: relative;
    margin: 0;
    line-height: 1.4;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p:nth-of-type(1) {
    width: 140px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p:nth-of-type(1)::after {
    content: ":";
    position: absolute;
    right: 5px;
    top: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) {
    width: 200px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p {
    margin: 10px 0 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p a {
    display: block;
    padding: 5px 0;
    background: #0c3178;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p a.quotation {
    background: #ffcc00;
    color: #000;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p:nth-of-type(1) {
    margin-top: 0;
  }
  #lp-content main.gt-sp.sub .content {
    background: #000;
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content a {
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content #mv-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 -10px;
    padding: 0 40px 160px;
    height: 700px;
    background: url(../img/feature-bg.png) 0 0 no-repeat;
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content #mv-page h1 {
    margin: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp.sub .content #mv-page + section {
    margin-top: -160px;
  }
  #lp-content main.gt-sp.sub .content > section {
    padding: 60px 40px;
  }
  #lp-content main.gt-sp.sub .content > section > div {
    margin-top: 60px;
  }
  #lp-content main.gt-sp.sub .content > section .intro {
    margin-top: 0;
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .intro h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
  }
  #lp-content main.gt-sp.sub .content > section .intro div {
    margin: 30px 0 0;
  }
  #lp-content main.gt-sp.sub .content > section .intro div img {
    width: 90%;
  }
  #lp-content main.gt-sp.sub .content > section .intro p {
    margin: 30px 0 0;
    padding: 0 7.5%;
    font-size: 18px;
    line-height: 1.4;
  }
  #lp-content main.gt-sp.sub .content > section .flow {
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .flow h3 {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .flow p {
    text-align: right;
    font-size: 12px;
  }
  #lp-content main.gt-sp.sub .content > section#event {
    background: #19191c;
  }
  #lp-content main.gt-sp.sub .content > section#host {
    background: #28282d;
  }
  #lp-content main.gt-sp.sub .content > section#support-series {
    margin: 0 -10px;
    background: #e4e4f2;
    color: #000;
  }
  #lp-content main.gt-sp.sub .content > section#back {
    margin: 0 -10px;
    background: #fff;
    color: #000;
  }
  #lp-content main.gt-sp.sub .content > section#back .col1 .btn {
    margin-top: 0;
  }
  #lp-content main.gt-sp.sub.touch .content {
    background: #183060;
  }
  #lp-content main.gt-sp.sub.touch .content #mv-page {
    padding: 0 40px 260px;
    background-image: url(../img/touch-h-top.png);
  }
  #lp-content main.gt-sp.sub.touch .content #mv-page + section {
    margin-top: -240px;
  }

  #lp-content main.gt-sp .banner .content > div {
    margin-top: 60px;
    text-align: center;
  }

  #lp-content main.gt-sp > section .feature .videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -40px 0 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #666;
  }

  #lp-content main.gt-sp > section .feature .videos > div{
    width: 50%;
    margin-top: 40px;
  }

  #lp-content main.gt-sp > section .feature .videos > div:nth-of-type(odd){
    padding-right: 20px;
  }

  #lp-content main.gt-sp > section .feature .videos > div:nth-of-type(even){
    padding-left: 20px;
  }

  #lp-content main.gt-sp > section .feature .videos > div .video-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  #lp-content main.gt-sp > section .feature .videos > div .video-wrap > iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 span{
    margin-left: 10px;
    font-size: 14px;
  }

  #lp-content main.gt-sp .object ul li{
    width: 13%;
    margin: 20px 0 0 1.5%;
    text-align: center;
  }

  #lp-content main.gt-sp .object ul li:nth-child(7n + 1){
    margin-left: 0;
  }
  
  body.lp #lp-content .tab-box{
      overflow: hidden;
  }

  body.lp #lp-content .tab-box > ul{
      list-style: none;
      margin: 0;
      padding: 0;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2) > li:not(.active){
      display: none;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li{
      float: left;
      margin-left: 10px;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li:first-child{
      margin-left: 0;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li > a{
      display: block;
      height: 60px;
      padding: 0 40px;
      border: solid 1px #ccc;
      background: #eee;
      color: #333;
      font-size: 20px;
      line-height: 60px;
      text-decoration: none;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a{
      position: relative;
      border-bottom: none;
      background: #fff;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: #0c3178;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a:hover{
      opacity: 1;
      cursor: default;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2){
      margin-top: -1px;
      padding: 20px 40px 40px;
      border: solid 1px #ccc;
      background: #fff;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2) > li{
      overflow: auto;
  }
}
@media only screen and (max-width: 814px) {
  .pc-only {
    display: none !important;
  }

  body.lp .content {
    padding: 0 20px;
  }
  body.lp .content.w {
    padding: 0 20px;
  }
  body.lp #lp-header {
    padding: 10px 0;
  }
  body.lp #lp-header .content p a {
    flex-direction: column;
    align-items: flex-start;
  }
  body.lp #lp-header .content p a img {
    width: 52px;
  }
  body.lp #lp-header .content p a span {
    margin-top: 8px;
    margin-left: 0;
    font-size: 75%;
  }
  body.lp #lp-header .content ul li a img {
    width: 56px;
  }
  body.lp #lp-header .content ul li a span {
    display: none;
  }
  body.lp #lp-footer {
    padding: 20px 0;
  }
  body.lp #lp-footer .content ul {
    flex-direction: column;
    align-items: center;
    padding: 25px 0 0;
    border-bottom: 1px solid #e8e8e8;
  }
  body.lp #lp-footer .content ul li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-right: none;
    text-align: center;
  }
  body.lp #lp-footer .content ul li a {
    display: block;
    padding: 15px 0;
  }
  body.lp #lp-footer .content p {
    padding: 18px 0 0 0;
    font-family: "Lato", sans-serif;
    font-size: 86%;
    color: #3a3a3a;
    text-align: center;
  }
  body.lp #lp-content {
    overflow: hidden;
    font-size: 14px;
  }

  body.lp #lp-content > section {
    margin-top: 30px;
  }
  body.lp #lp-content > section h2 {
    margin: 0 0 20px;
    font-size: 24px;
  }
  body.lp #lp-content > section h2::after {
    width: 100%;
    height: 5px;
  }
  body.lp #lp-content > section h2 span.s {
    font-size: 16px;
  }
  body.lp #lp-content > section h2 span.l {
    font-size: 30px;
  }
  body.lp #lp-content > section#contact .title {
    padding: 10px 0;
  }
  body.lp #lp-content > section#contact .title .content h2 {
    font-size: 18px;
  }
  body.lp #lp-content > section#contact .body .content h3 {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  body.lp #lp-content > section#contact .body .content p {
    font-size: 12px;
    text-align: left;
  }
  body.lp #lp-content > section#contact .body .content > div {
    display: block;
  }
  body.lp #lp-content > section#contact .body .content > div > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  body.lp #lp-content > section#contact .body .content > div > div:nth-of-type(1) img {
    max-width: 60%;
  }
  body.lp #lp-content > section#contact .body .content > div > div:nth-of-type(2) {
    padding-top: 20px;
  }

  #lp-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  #lp-content main.gt-sp {
    padding: 0;
  }
  #lp-content main.gt-sp > .content {
    padding: 0;
  }
  #lp-content main.gt-sp .col1 > div h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  #lp-content main.gt-sp .col2 {
    display: flex;
    flex-direction: column;
  }
  #lp-content main.gt-sp .col2 > div h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  #lp-content main.gt-sp .col2 > div p {
    margin: 10px 0 0;
  }
  #lp-content main.gt-sp .col2 > div p span {
    font-size: 14px;
  }
  #lp-content main.gt-sp .col2 > div.img {
    order: 1;
    margin-top: 20px;
  }
  #lp-content main.gt-sp .btn {
    margin-top: 20px;
  }
  #lp-content main.gt-sp .btn a {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 25px;
    background: #922683;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  #lp-content main.gt-sp .btn a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    padding-right: 15px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
  }
  #lp-content main.gt-sp .btn.w {
    margin-top: 30px;
    text-align: center;
  }
  #lp-content main.gt-sp .btn.w a {
    width: 100%;
  }
  #lp-content main.gt-sp .btn.s {
    margin-top: 30px;
    text-align: center;
  }
  #lp-content main.gt-sp .btn.s a {
    width: 100%;
    background: #0c3178;
  }
  #lp-content main.gt-sp .btn.s a::before {
    display: none;
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2) {
    padding: 0 0 0 10px;
    background: transparent;
    transform: translate(0, -1px);
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2):before {
    display: none;
  }
  #lp-content main.gt-sp .btn.icon a:nth-of-type(2) img {
    width: 44px;
  }
  #lp-content main.gt-sp .object {
    margin: 30px 0 0;
    padding: 20px 10px;
    border-radius: 5px;
    background: #333;
  }
  #lp-content main.gt-sp .object h4 {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
  }
  #lp-content main.gt-sp .object ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px;
    padding: 0;
  }
  #lp-content main.gt-sp .object ul li {
    width: calc(30% - 10px);
    margin: 20px 10px 0;
    text-align: center;
  }
  #lp-content main.gt-sp .object ul li p {
    height: 30px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  #lp-content main.gt-sp .object ul li img {
    width: 80px;
  }
  #lp-content main.gt-sp .object ul + div {
    text-align: center;
  }
  #lp-content main.gt-sp .object > div {
    margin-top: 30px;
  }
  #lp-content main.gt-sp .object > div p {
    margin: 0;
  }
  #lp-content main.gt-sp .object.dev h4 {
    margin-bottom: 0;
  }
  #lp-content main.gt-sp .object.dev ul {
    margin: 0;
  }
  #lp-content main.gt-sp .object.dev ul li {
    display: flex;
    width: 100%;
    border-top: dashed 1px #999;
    text-align: left;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(1) {
    width: 60px;
    flex-shrink: 0;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) {
    flex: 1;
    padding-left: 20px;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p {
    height: auto;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(1) {
    font-weight: 700;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(2) {
    margin: 0;
    font-size: 14px;
  }
  #lp-content main.gt-sp .object.dev ul li > div:nth-of-type(2) p:nth-of-type(2) span {
    font-size: 12px;
  }
  #lp-content main.gt-sp .object.dev ul li.image {
    display: block;
  }
  #lp-content main.gt-sp .object.dev ul li.image > img {
    width: 100%;
  }
  #lp-content main.gt-sp .object.dev ul + div {
    text-align: left;
  }
  #lp-content main.gt-sp .command {
    margin: 30px 0 0;
    padding: 20px 10px;
    border-radius: 5px;
    background: #555566;
  }
  #lp-content main.gt-sp .command h4 {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
  }
  #lp-content main.gt-sp .merit {
    margin: 0 -20px;
    padding: 30px 20px;
    background: #333333;
    background: linear-gradient(180deg, #333333 0%, black 100%);
  }
  #lp-content main.gt-sp .merit .col2 {
    align-items: normal;
  }
  #lp-content main.gt-sp .merit .col2 > div {
    padding: 20px;
    border-radius: 7px;
    background: #fff;
    color: #000;
  }
  #lp-content main.gt-sp .merit .col2 > div > div {
    margin-bottom: 10px;
    text-align: center;
  }
  #lp-content main.gt-sp .merit .col2 > div > div img {
    width: 104px;
  }
  #lp-content main.gt-sp .merit .col2 > div > h4 {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: center;
  }
  #lp-content main.gt-sp .merit .col2 > div:nth-of-type(2) {
    margin-top: 20px;
  }
  #lp-content main.gt-sp .i {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  #lp-content main.gt-sp p {
    line-height: 1.8;
  }
  #lp-content main.gt-sp #mv h1 {
    margin: 0;
    line-height: 0;
  }
  #lp-content main.gt-sp #lineup .content > div {
    border: solid 1px #000;
    padding: 20px 0;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(1) h2 {
    margin: 0;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li {
    margin: 20px 20px 0;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(1) img {
    width: 100px;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) {
    padding-left: 20px;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul li a div:nth-of-type(2) h4 {
    margin: 5px 0 0;
    font-size: 12px;
  }
  #lp-content main.gt-sp > section h2 {
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
  }
  #lp-content main.gt-sp > section .content {
    padding: 30px 20px 0;
  }
  #lp-content main.gt-sp > section .content > section {
    margin-top: 50px;
  }
  #lp-content main.gt-sp > section .content > section:nth-of-type(1) {
    margin-top: 0;
  }
  #lp-content main.gt-sp > section .feature .content {
    padding-top: 0;
    padding-bottom: 60px;
    background: #000;
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .content a {
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .mv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 -20px;
    padding: 0 20px 0;
    height: 350px;
    background: url(../img/feature-bg.png) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
  }
  #lp-content main.gt-sp > section .feature .mv h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp > section .feature .mv p {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp > section .feature .mv + section {
    margin-top: 60px;
  }
  #lp-content main.gt-sp > section .feature#touch .content {
    background: #183060;
  }
  #lp-content main.gt-sp > section .feature#touch .mv {
    padding-bottom: 120px;
    background-image: url(../img/feature-touch-bg.png);
  }
  #lp-content main.gt-sp > section .feature#touch .mv + section {
    margin-top: -60px;
  }
  #lp-content main.gt-sp > section .feature#display .content {
    background: #363f2e;
  }
  #lp-content main.gt-sp > section .feature#display .mv {
    padding-bottom: 160px;
    background-image: url(../img/feature-display-bg.png);
  }
  #lp-content main.gt-sp > section .feature#display .mv + section {
    margin-top: -100px;
  }
  #lp-content main.gt-sp > section .feature#supply .content {
    background: #221f32;
  }
  #lp-content main.gt-sp > section .feature#supply .mv {
    padding-bottom: 160px;
    background-image: url(../img/feature-supply-bg.png);
  }
  #lp-content main.gt-sp > section .feature#supply .mv + section {
    margin-top: -100px;
  }
  #lp-content main.gt-sp > section#flow .content {
    background: #e4e4f2;
    padding-bottom: 60px;
  }
  #lp-content main.gt-sp > section#flow .img {
    text-align: center;
  }
  #lp-content main.gt-sp > section#product-lineup .content {
    padding-bottom: 60px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(1) {
    text-align: center;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 a {
    color: #0c3178;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li {
    display: flex;
    font-size: 15px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p {
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p:nth-of-type(1) {
    width: 100px;
    flex-shrink: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p:nth-of-type(1)::after {
    content: ":";
    position: absolute;
    right: 5px;
    top: 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) {
    width: 200px;
    margin: 10px auto 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p {
    margin: 10px 0 0;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p a {
    display: block;
    padding: 5px 0;
    background: #0c3178;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p a.quotation {
    background: #ffcc00;
    color: #000;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(3) p:nth-of-type(1) {
    margin-top: 0;
  }
  #lp-content main.gt-sp.sub .content {
    background: #000;
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content a {
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content #mv-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 100px;
    height: 350px;
    background: url(../img/feature-bg.png) 0 0 no-repeat;
    background-size: cover;
    color: #fff;
  }
  #lp-content main.gt-sp.sub .content #mv-page h1 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: 0 0 5px black;
  }
  #lp-content main.gt-sp.sub .content #mv-page + section {
    margin-top: -60px;
  }
  #lp-content main.gt-sp.sub .content > section {
    padding: 30px 20px;
  }
  #lp-content main.gt-sp.sub .content > section > div {
    margin-top: 40px;
  }
  #lp-content main.gt-sp.sub .content > section .intro {
    margin-top: 0;
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .intro h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
  }
  #lp-content main.gt-sp.sub .content > section .intro div {
    margin: 30px 0 0;
  }
  #lp-content main.gt-sp.sub .content > section .intro div img {
    width: 90%;
  }
  #lp-content main.gt-sp.sub .content > section .intro p {
    margin: 30px 0 0;
    font-size: 16px;
    text-align: left;
  }
  #lp-content main.gt-sp.sub .content > section .flow {
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .flow h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  #lp-content main.gt-sp.sub .content > section .flow p {
    text-align: center;
    font-size: 12px;
  }
  #lp-content main.gt-sp.sub .content > section#event {
    background: #19191c;
  }
  #lp-content main.gt-sp.sub .content > section#host {
    background: #28282d;
  }
  #lp-content main.gt-sp.sub .content > section#support-series {
    background: #e4e4f2;
    color: #000;
  }
  #lp-content main.gt-sp.sub .content > section#back {
    background: #fff;
    color: #000;
  }
  #lp-content main.gt-sp.sub .content > section#back .col1 .btn {
    margin-top: 0;
  }
  #lp-content main.gt-sp.sub.touch .content {
    background: #183060;
  }
  #lp-content main.gt-sp.sub.touch .content #mv-page {
    padding: 0 20px 160px;
    background-image: url(../img/touch-h-top.png);
  }
  #lp-content main.gt-sp.sub.touch .content #mv-page + section {
    margin-top: -140px;
  }

  #lp-content main.gt-sp .banner .content > div {
    margin-top: 30px;
    padding: 0 20px;
    text-align: center;
  }

  #lp-content main.gt-sp > section .feature .videos{
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: dashed 1px #666;
  }

  #lp-content main.gt-sp > section .feature .videos > div{
    margin-top: 20px;
  }

  #lp-content main.gt-sp > section .feature .videos > div .video-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  #lp-content main.gt-sp > section .feature .videos > div .video-wrap > iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  #lp-content main.gt-sp #lineup .content > div > div:nth-of-type(2) ul {
    flex-direction: column;
  }


  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li {
    margin-top: 30px;
  }
  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li:nth-child(1) {
    margin-top: 0;
  }

  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) h3 span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }

  #lp-content main.gt-sp > section#product-lineup .content .lineup-wrap > ul > li > div:nth-of-type(2) ul li p:nth-of-type(1) {
    width: 120px;
 }

  body.lp #lp-content .tab-box{
      margin-bottom: 20px;
      overflow: hidden;
  }
  body.lp #lp-content .tab-box > ul{
      list-style: none;
      margin: 0;
      padding: 0;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2) > li:not(.active){
      display: none;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li{
      float: left;
      margin-left: 10px;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li:first-child{
      margin-left: 0;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li > a{
      display: block;
      height: 40px;
      padding: 0 10px;
      border: solid 1px #ccc;
      background: #eee;
      color: #333;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a{
      position: relative;
      border-bottom: none;
      background: #fff;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: #0c3178;
  }

  body.lp #lp-content .tab-box > ul:first-of-type > li.active > a:hover{
      opacity: 1;
      cursor: default;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2){
      margin-top: -1px;
      padding: 10px 10px 20px;
      border: solid 1px #ccc;
      background: #fff;
  }

  body.lp #lp-content .tab-box > ul:nth-of-type(2) > li{
      overflow: auto;
  }

  body.lp #lp-content .scroll-box{
      overflow: auto;
      margin-bottom: 20px;
  }

  body.lp #lp-content .scroll-box > table{
      width: 100%;
      margin-bottom: 0;
  }

  body.lp #lp-content .scroll-box::-webkit-scrollbar{
      height: 10px;
  }

  body.lp #lp-content .scroll-box::-webkit-scrollbar-track{
      background: #EEE;

  }

  body.lp #lp-content .scroll-box::-webkit-scrollbar-thumb{
      background: #999;
  }
}