@media all and (min-width: 769px) and (min-aspect-ratio: 16 / 9) {
  /* line 5, ../scss/top.scss */
  .gallery img {
    width: 100vw;
  }
}
@media all and (min-width: 769px) and (max-aspect-ratio: 16 / 9) {
  /* line 10, ../scss/top.scss */
  .gallery img {
    height: 100vh;
  }
}
/* line 16, ../scss/top.scss */
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-size: 16.2px 26.4px;
  height: 26.4px;
  width: 16.2px;
}
/* line 24, ../scss/top.scss */
.swiper-container.gallery .swiper-slide img[src*=_sp] {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 28, ../scss/top.scss */
  .swiper-container.gallery .swiper-slide img[src*=_sp] {
    display: block;
  }
  /* line 31, ../scss/top.scss */
  .swiper-container.gallery .swiper-slide img[src*=_pc] {
    display: none;
  }
}
/* line 37, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a {
  display: block;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 25%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 44, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a:hover {
  background-color: #fff;
  opacity: .1;
}
/* line 48, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a[href*=machinetool] {
  left: 0;
}
/* line 51, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a[href*=hardware] {
  right: 0;
}
/* line 54, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a[href*=textile] {
  left: 50%;
}
/* line 57, ../scss/top.scss */
.swiper-container.gallery .swiper-slide.products a[href*=plane] {
  left: 25%;
}
/* line 65, ../scss/top.scss */
.swiper-container.news .swiper-slide {
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  height: 170px;
  padding: 0 10px;
}
/* line 70, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category {
  margin: 0 0 10px 0;
  width: 100%;
}
/* line 73, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category > span {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: .5em 1em .5em 2.5em;
  position: relative;
}
/* line 80, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category > span.newsrelease {
  background-color: #6cb314;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 6px -2721px;
  -moz-background-size: 96px auto;
  -o-background-size: 96px auto;
  -webkit-background-size: 96px auto;
  background-size: 96px auto;
}
/* line 85, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category > span.information {
  background-color: #ff7800;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 6px -2721px;
  -moz-background-size: 96px auto;
  -o-background-size: 96px auto;
  -webkit-background-size: 96px auto;
  background-size: 96px auto;
}
/* line 89, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category > span.other {
  background-color: #2c9ab9;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 6px -2721px;
  -moz-background-size: 96px auto;
  -o-background-size: 96px auto;
  -webkit-background-size: 96px auto;
  background-size: 96px auto;
}
/* line 94, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category > span.newproduct {
  background-color: #AA8F1A;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 6px -2721px;
  -moz-background-size: 96px auto;
  -o-background-size: 96px auto;
  -webkit-background-size: 96px auto;
  background-size: 96px auto;
}
/* line 99, ../scss/top.scss */
.swiper-container.news .swiper-slide a > .category::before {
  background-color: #b8b8b8;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: calc(26px / 2 - 2px);
  width: 100%;
  z-index: -1;
}
/* line 112, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) {
  color: #383838;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 118, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) > div {
  margin-right: 5%;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}
/* line 124, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) > div img {
  display: block;
  left: 50%;
  max-height: 150%;
  max-width: 150%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 136, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) ul {
  list-style: none;
  position: relative;
}
/* line 140, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) ul li:first-child {
  font-size: 14px;
  margin-bottom: 4px;
}
/* line 144, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) ul li:nth-child(2) {
  font-size: 15px;
}
/* line 148, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) ul a {
  color: #383838;
  text-decoration: none;
  width: 100%;
}
/* line 152, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:nth-child(2) ul a:hover {
  text-decoration: underline;
}
/* line 159, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:last-child {
  font-size: 14px;
  position: absolute;
  right: 0;
}
/* line 164, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:last-child a {
  color: #383838;
  padding: 0 0 0 1em;
  text-decoration: none;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -658px;
  -moz-background-size: 57.6px auto;
  -o-background-size: 57.6px auto;
  -webkit-background-size: 57.6px auto;
  background-size: 57.6px auto;
}
/* line 169, ../scss/top.scss */
.swiper-container.news .swiper-slide a > div:last-child a:hover {
  text-decoration: underline;
}
/* line 175, ../scss/top.scss */
.swiper-container.news .swiper-button-prev {
  left: 0;
}
/* line 178, ../scss/top.scss */
.swiper-container.news .swiper-button-next {
  right: 0;
}

/* line 184, ../scss/top.scss */
main section {
  background: #fff;
}
/* line 187, ../scss/top.scss */
main nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
/* line 192, ../scss/top.scss */
main nav > dl {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px #787878 inset;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 198, ../scss/top.scss */
main nav > dl:active {
  background-color: #b8b8b8;
  box-shadow: 0 0 10px #989898 inset;
}
/* line 202, ../scss/top.scss */
main nav > dl > dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 .25em;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 209, ../scss/top.scss */
main nav > dl > dt:first-child {
  opacity: 1;
  position: absolute;
  z-index: 0;
}
/* line 214, ../scss/top.scss */
main nav > dl > dt:nth-child(2) {
  padding-left: 18px;
  background-image: url('../images/common/icon-s8a43575eaf.png');
  background-position: 0 -347px;
  -moz-background-size: 76.8px auto;
  -o-background-size: 76.8px auto;
  -webkit-background-size: 76.8px auto;
  background-size: 76.8px auto;
}
/* line 218, ../scss/top.scss */
main nav > dl > dt > a {
  color: #264b8f;
  text-decoration: none;
}
/* line 223, ../scss/top.scss */
main nav > dl > dd {
  font-size: 14px;
  margin: 0;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
  z-index: 1;
  /*
  &:last-child {
    text-align: right;
    > a { 
      padding-left: 14px;
      @include sprite-icon(icon_arrow_gray_next, 0, 2px, .3);
      &::before {
        content: '';
      }
    }
  }
  */
}
/* line 230, ../scss/top.scss */
main nav > dl > dd > a {
  color: #383838;
  text-decoration: none;
}
/* line 249, ../scss/top.scss */
main nav > ul {
  list-style: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 255, ../scss/top.scss */
main nav > ul > li {
  border-radius: 7px;
  box-shadow: 0 0 10px #787878 inset;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 260, ../scss/top.scss */
main nav > ul > li:active {
  background-color: #b8b8b8;
  box-shadow: 0 0 10px #989898 inset;
}
/* line 264, ../scss/top.scss */
main nav > ul > li > img {
  opacity: 1;
  position: absolute;
  z-index: 0;
}
/* line 269, ../scss/top.scss */
main nav > ul > li > a {
  color: #264b8f;
  font-size: 17px;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 282, ../scss/top.scss */
.en main nav > ul, .zh-cn main nav > ul {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 284, ../scss/top.scss */
.en main nav > ul li, .zh-cn main nav > ul li {
  margin-right: 20px;
}
@media all and (max-width: 768px) {
  /* line 282, ../scss/top.scss */
  .en main nav > ul, .zh-cn main nav > ul {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 289, ../scss/top.scss */
  .en main nav > ul li, .zh-cn main nav > ul li {
    margin-right: 0;
  }
}

@media all and (min-width: 769px) {
  /* line 295, ../scss/top.scss */
  .top header {
    height: 100vh;
  }
  /* line 297, ../scss/top.scss */
  .top header::after {
    display: none;
  }

  /* line 301, ../scss/top.scss */
  .top div#contents > main {
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
  }
  /* line 306, ../scss/top.scss */
  .top div#contents > main section {
    padding: 20px;
  }
  /* line 308, ../scss/top.scss */
  .top div#contents > main section:last-child {
    margin-bottom: 0;
  }

  /* line 316, ../scss/top.scss */
  .swiper-container.gallery {
    background: #dfdfdf;
    height: 100vh;
    width: 100%;
    z-index: 0;
  }
  /* line 321, ../scss/top.scss */
  .swiper-container.gallery .swiper-wrapper {
    z-index: -1;
  }
  /* line 324, ../scss/top.scss */
  .swiper-container.gallery .swiper-pagination {
    display: none !important;
  }
  /* line 327, ../scss/top.scss */
  .swiper-container.gallery .swiper-slide {
    background: #fff;
    font-size: 18px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 336, ../scss/top.scss */
  .swiper-container.gallery-thumbs {
    background-color: #000;
    cursor: pointer;
    height: calc(3.9375vw + 4px * 2);
    margin: calc(-1 * (3.9375vw + 4px * 2 + 20px) ) auto;
    padding: 4px;
    width: calc(7vw * 4 + 4px * 5);
    z-index: 0;
  }
  /* line 347, ../scss/top.scss */
  .swiper-container.gallery-thumbs .swiper-wrapper {
    transform: none !important;
  }
  /* line 350, ../scss/top.scss */
  .swiper-container.gallery-thumbs .swiper-slide {
    background-size: contain;
    font-size: 14px;
    position: relative;
    width: 7vw;
  }
  /* line 356, ../scss/top.scss */
  .swiper-container.gallery-thumbs .swiper-slide:last-child:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  /* line 361, ../scss/top.scss */
  .swiper-container.gallery-thumbs .swiper-slide:last-child:after {
    color: #fff;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - .5em);
    width: 100%;
    z-index: -1;
  }
  /* line 375, ../scss/top.scss */
  .swiper-container.news {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  /* line 379, ../scss/top.scss */
  .swiper-container.news .swiper-pagination {
    bottom: -5px;
  }
  /* line 382, ../scss/top.scss */
  .swiper-container.news .swiper-pagination-bullet {
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
  }
  /* line 387, ../scss/top.scss */
  .swiper-container.news .swiper-pagination-bullet-active {
    background: #ff9600;
  }
  /* line 390, ../scss/top.scss */
  .swiper-container.news .swiper-slide {
    width: calc((100% - 20px * 2) / 3);
  }

  /* line 395, ../scss/top.scss */
  .scroll-down {
    bottom: 20px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 2%;
    text-decoration: none;
    transform: translate(0, -50%);
    z-index: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 405, ../scss/top.scss */
  .scroll-down:hover {
    opacity: .7;
  }
  /* line 408, ../scss/top.scss */
  .scroll-down::after {
    content: '';
    display: inline-block;
    height: 1.5em;
    margin-left: .5em;
    width: 2em;
    background-image: url('../images/common/icon-s8a43575eaf.png');
    background-position: 0 -1532px;
    -moz-background-size: 96px auto;
    -o-background-size: 96px auto;
    -webkit-background-size: 96px auto;
    background-size: 96px auto;
  }

  /* line 418, ../scss/top.scss */
  .en .swiper-container.gallery-thumbs, .zh-cn .swiper-container.gallery-thumbs {
    width: calc(7vw * 3 + 4px * 4);
  }

  /* line 425, ../scss/top.scss */
  main nav {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 427, ../scss/top.scss */
  main nav > dl {
    height: 300px;
    margin: 0 0 20px;
    padding: 20px;
    width: calc((100% - 20px) / 2);
  }
  /* line 432, ../scss/top.scss */
  main nav > dl:hover {
    background-color: #d8d8d8;
    box-shadow: 0 0 4px 4px #b8b8b8 inset;
  }
  /* line 437, ../scss/top.scss */
  main nav > dl > dt:first-child {
    right: 20px;
    top: 20px;
    width: 35%;
  }
}
@media all and (min-width: 769px) and (max-width: 950px) {
  /* line 437, ../scss/top.scss */
  main nav > dl > dt:first-child {
    opacity: .2;
  }
}
@media all and (min-width: 769px) {
  /* line 444, ../scss/top.scss */
  main nav > dl > dt:first-child > img {
    height: auto;
    width: 100%;
  }
  /* line 450, ../scss/top.scss */
  main nav > dl > dt > a:hover {
    text-decoration: underline;
  }
  /* line 455, ../scss/top.scss */
  main nav > dl > dd {
    padding-left: 32px;
  }
  /* line 458, ../scss/top.scss */
  main nav > dl > dd > a:hover {
    text-decoration: underline;
  }
  /* line 466, ../scss/top.scss */
  main nav > ul > li {
    padding: 3em 0;
    width: calc((100% - 20px * 4) / 5);
  }
  /* line 469, ../scss/top.scss */
  main nav > ul > li:hover {
    background-color: #d8d8d8;
    box-shadow: 0 0 4px 4px #b8b8b8 inset;
  }
  /* line 473, ../scss/top.scss */
  main nav > ul > li > img {
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 50px;
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  /* line 473, ../scss/top.scss */
  main nav > ul > li > img {
    left: 50%;
    opacity: .2;
    transform: translate(-50%, -50%);
  }
}
@media all and (min-width: 769px) {
  /* line 484, ../scss/top.scss */
  main nav > ul > li > a {
    display: block;
    left: 80px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media all and (min-width: 769px) and (max-width: 1200px) {
  /* line 484, ../scss/top.scss */
  main nav > ul > li > a {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}

@media all and (max-width: 768px) {
  /* line 506, ../scss/top.scss */
  .top header {
    height: calc(60vw + 44px + 2vw);
  }

  /* line 509, ../scss/top.scss */
  .top div#contents main {
    padding: 0;
  }

  /* line 514, ../scss/top.scss */
  .swiper-container.gallery {
    background: #dfdfdf;
    height: auto;
    width: 100%;
    top: calc(44px + 2vw);
    z-index: 0;
  }
  /* line 520, ../scss/top.scss */
  .swiper-container.gallery .swiper-wrapper {
    z-index: -1;
  }
  /* line 523, ../scss/top.scss */
  .swiper-container.gallery .swiper-slide {
    background: #fff;
    font-size: 18px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 530, ../scss/top.scss */
  .swiper-container.gallery .swiper-slide img {
    width: 100vw;
  }
  /* line 534, ../scss/top.scss */
  .swiper-container.gallery .swiper-pagination-bullet {
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
  }
  /* line 539, ../scss/top.scss */
  .swiper-container.gallery .swiper-pagination-bullet-active {
    background: #ff9600;
  }
  /* line 543, ../scss/top.scss */
  .swiper-container.news {
    padding-bottom: 6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  /* line 547, ../scss/top.scss */
  .swiper-container.news .swiper-slide {
    width: calc(100% - (2vw * 1));
  }
  /* line 550, ../scss/top.scss */
  .swiper-container.news .swiper-pagination {
    bottom: -2px;
  }
  /* line 553, ../scss/top.scss */
  .swiper-container.news .swiper-pagination-bullet {
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
  }
  /* line 558, ../scss/top.scss */
  .swiper-container.news .swiper-pagination-bullet-active {
    background: #ff9600;
  }

  /* line 564, ../scss/top.scss */
  main section {
    padding: 2%;
  }
  /* line 566, ../scss/top.scss */
  main section:first-child {
    margin-bottom: 2vw;
  }
  /* line 570, ../scss/top.scss */
  main nav {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 572, ../scss/top.scss */
  main nav > dl {
    margin-bottom: 2vw;
    min-height: 13em;
    padding: calc(2vw * 2);
    width: calc((100% - 2vw) / 2);
  }
}
@media all and (max-width: 768px) and (max-width: 414px) {
  /* line 572, ../scss/top.scss */
  main nav > dl {
    min-height: auto;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  /* line 581, ../scss/top.scss */
  main nav > dl > dt {
    margin-bottom: .5em;
  }
  /* line 583, ../scss/top.scss */
  main nav > dl > dt:first-child {
    display: none;
    height: 20vw;
  }
  /* line 587, ../scss/top.scss */
  main nav > dl > dt:first-child img {
    height: 100%;
    margin-left: -2vw;
    margin-top: -2vw;
  }
  /* line 593, ../scss/top.scss */
  main nav > dl > dt:nth-child(2) {
    background: none;
    font-size: 20px;
    padding-left: 0;
  }
  /* line 599, ../scss/top.scss */
  main nav > dl > dd {
    font-size: 15px;
    padding-left: 0;
    text-indent: 0;
  }
  /* line 606, ../scss/top.scss */
  main nav > ul > li {
    height: 6em;
    line-height: 1;
    margin-bottom: 2vw;
    padding: 0 calc(2vw * 2);
    width: calc((100% - 2vw) / 2);
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 614, ../scss/top.scss */
  main nav > ul > li > img {
    position: static;
    width: 30%;
  }
  /* line 618, ../scss/top.scss */
  main nav > ul > li > a {
    font-size: 16px;
    padding-left: 2vw;
  }
}
