@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/*----------------------------------------
 *        Initialize
 *---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
  text-decoration: none;
}

/*----------------------------------------
 *        Common
 *---------------------------------------- */
.contents-wrap {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contents-wrap {
    width: 100%;
    min-width: 100%;
    padding: 0 16px;
  }
}

/*----------------------------------------
 *        Header
 *---------------------------------------- */
header {
  z-index: 10;
}
header .contents-wrap {
  height: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header .contents-wrap {
    height: 60px;
  }
}

.header__logo {
  width: 273px;
  height: 56px;
  position: absolute;
  top: 62px;
}
.header__logo a {
  display: block;
  width: 273px;
  height: 56px;
  background: url("../images/common/head-logo-2x.png") no-repeat;
  background-size: 273px 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 146px;
    height: 30px;
    top: 15px;
    margin-left: -6px;
  }
  .header__logo a {
    display: block;
    width: 146px;
    height: 30px;
    background: url("../images/common/head-logo-sp.png") no-repeat;
    background-size: 146px 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header__logo a:hover {
    opacity: 0.6;
  }
}

.header__nav {
  position: absolute;
  top: 85px;
  right: 0px;
}
.header__nav ul {
  display: -webkit-flex;
  display: flex;
}
.header__nav li {
  margin: 0 18px;
  font-size: 1.14rem;
  list-style: none;
}
.header__nav a:hover {
  color: #929497;
}

.header__nav--otoiawase {
  margin-right: 0 !important;
  padding-left: 20px;
}
.header__nav--otoiawase a {
  margin-top: -18px;
}
.header__nav--otoiawase a:hover {
  color: #fff;
}

.header__nav--active a {
  color: #929497;
}

.header-sp__menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.header-sp__menu a {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/head-menu-sp.png") no-repeat;
  background-size: 60px 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-sp__menu a:hover {
  opacity: 1;
}

.header-sp__menu--open {
  width: 60px;
  height: 60px;
}
.header-sp__menu--open a {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/common/head-menu-sp-o.png") no-repeat;
  background-size: 60px 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header-sp__menu--open a:hover {
  opacity: 1;
}

.header-sp__nav {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #ccc;
  font-size: 1.08rem;
  z-index: 30;
}
@media only screen and (min-width: 769px) {
  .header-sp__nav {
    display: none !important;
  }
}

.header-sp__cate-list li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 16px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}
.header-sp__cate-list .header-sp__nav--coll--about, .header-sp__cate-list .header-sp__nav--coll--product, .header-sp__cate-list .header-sp__nav--coll--ir {
  background: url("../images/common/contents-btn-plus-b.png") no-repeat #f5f5f5;
  background-size: 17px 17px;
  background-position: top 16px right 16px;
}
.header-sp__cate-list .state-open {
  background: url("../images/common/contents-btn-minus.png") no-repeat #222;
  background-size: 17px 2px;
  background-position: top 24px right 16px;
  color: #fff !important;
}

#header-sp__nav--about li a, #header-sp__nav--product li a, #header-sp__nav--ir li a {
  background: #fff;
  border-bottom: dotted 1px #ccc;
}

.header-sp__otoiawase {
  display: block;
  margin: 33px 16px;
  border: 2px solid #222;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.header-sp__cate-list--languege {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 35px auto;
}
.header-sp__cate-list--languege ul {
  display: -webkit-flex;
  display: flex;
}

.header-sp__cate-list--en, .header-sp__cate-list--cn {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}

.header-sp__cate-list--active {
  color: #929497;
  text-decoration: underline;
}
.header-sp__cate-list--active:hover {
  color: #929497;
}
.header-sp__cate-list--active:visited {
  color: #929497;
}

.lang-zh .header-sp__cate-list--languege {
  margin-top: 40px;
}

/*----------------------------------------
 *        MegaDrop
 *---------------------------------------- */
.mega-drop {
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  min-width: 100%;
  background: #222222;
  z-index: 20;
  overflow: hidden;
  margin-top: -28px;
}

.mega-drop__body {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: visible;
}

.mega-drop__tri {
  height: 28px;
  background: #fff;
}

.mega-drop__tri__body {
  width: 1200px;
  margin: 0 auto;
}

.mega-drop__tri__body::before {
  content: " ";
  border-bottom: 14px solid #222;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  position: relative;
  left: 610px;
  z-index: 20;
}

.mega-drop__class {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 0;
}
.mega-drop__class ul.class-l {
  flex-basis: 270px;
  margin-right: 20px;
}
.mega-drop__class ul:nth-child(4) {
  margin: 0;
}
.mega-drop__class ul.class-m {
  margin: 40px 25px;
}
.mega-drop__class li {
  margin: 0 0 1.4em 0;
}
.mega-drop__class a {
  color: #fff;
}
.mega-drop__class a:visited {
  color: #fff;
}
.mega-drop__class a:hover {
  color: #666;
}

.mega-drop__class--image1 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image1 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../en/product/images/head-drop-product1-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image1 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image2 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image2 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../en/product/images/head-drop-product2-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image2 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image3 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image3 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../en/product/images/head-drop-product3-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image3 a:hover {
  opacity: 0.6;
}

.mega-drop__class--image4 {
  width: 270px;
  height: 100px;
}
.mega-drop__class--image4 a {
  display: block;
  width: 270px;
  height: 100px;
  background: url("../en/product/images/head-drop-product4-2x.png") no-repeat;
  background-size: 270px 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mega-drop__class--image4 a:hover {
  opacity: 0.6;
}

/*----------------------------------------
 *        Contact
 *---------------------------------------- */
.contact-area {
  min-width: 1200px;
  background: url("../images/common/contents-contact-bg.jpg") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .contact-area {
    min-width: 100%;
    background: url("../images/common/contents-contact-bg-sp.jpg") no-repeat;
    background-size: cover;
  }
}
.contact-area .contents-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .contact-area .contents-wrap {
    height: 150px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-area .contact--form {
    width: 100%;
    height: 100%;
  }
}

/*----------------------------------------
 * Gotop */
/*---------------------------------------- */
.gotop .contents-wrap {
  width: 100%;
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .gotop .contents-wrap {
    min-width: 100%;
    padding: 0;
  }
}

.gotop__btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #333;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .gotop__btn {
    height: 40px;
  }
}
.gotop__btn:hover {
  background: #929497;
}
.gotop__btn:hover .gotop__btn--arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url("../images/common/footer-arrow-o-2x.png") no-repeat;
  background-size: 24px 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gotop__btn:hover .gotop__btn--arrow {
    background-size: 20px 10px;
  }
}

.gotop__btn--arrow {
  display: block;
  width: 24px;
  height: 12px;
  background: url("../images/common/footer-arrow-2x.png") no-repeat;
  background-size: 24px 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .gotop__btn--arrow {
    background-size: 20px 10px;
  }
}

/*----------------------------------------
 * Copyright */
/*---------------------------------------- */
.copyright, .copyright-sp {
  min-width: 1200px;
  background: #222;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .copyright, .copyright-sp {
    min-width: 100%;
  }
}
.copyright .contents-wrap, .copyright-sp .contents-wrap {
  position: relative;
  height: 100px;
}

.copyright--kazari {
  display: block;
  width: 180px;
  height: 100px;
  background: url("../images/common/footer-kazari-2x.png") left center no-repeat;
  background-size: 180px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.copyright__list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 46px;
  right: 0;
  color: #fff;
}
.copyright__list li {
  margin-left: 30px;
}
.copyright__list a {
  color: #fff;
}
.copyright__list a:hover {
  color: #666;
}

.copyright-sp .contents-wrap {
  height: 40px;
  padding: 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

/*----------------------------------------
 *        Button
 *---------------------------------------- */
.btn-regular, .btn-large, .btn-footer-form {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 50px;
  border: 2px solid #222;
  font-size: 1.14rem;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  color: #222;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .btn-regular, .btn-large, .btn-footer-form {
    width: 112px;
    height: 35px;
    font-size: 0.91rem;
    line-height: 35px;
  }
}
.btn-regular:hover, .btn-large:hover, .btn-footer-form:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-regular:hover, .btn-large:hover, .btn-footer-form:hover {
    color: #929497;
  }
}

.btn-regular, .btn-large, .btn-footer-form, .btn-regular::after, .btn-large::after, .btn-footer-form::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.btn-regular::after, .btn-large::after, .btn-footer-form::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.btn-regular::after, .btn-large::after, .btn-footer-form::after {
  top: 0;
  right: 120%;
  width: 130%;
  height: 100%;
  background: #222;
  transform: skewX(-30deg);
}

.btn-regular:hover::after, .btn-large:hover::after, .btn-footer-form:hover::after {
  -webkit-transform: translate(100%) skewX(-30deg);
  -moz-transform: translate(100%) skewX(-30deg);
  transform: translate(100%) skewX(-30deg);
  background: #222;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-regular:hover::after, .btn-large:hover::after, .btn-footer-form:hover::after {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.btn-large {
  width: 340px;
  height: 80px;
  font-size: 1.41rem;
  line-height: 76px;
}
@media only screen and (max-width: 768px) {
  .btn-large {
    width: 100%;
    height: 50px;
    font-size: 1.08rem;
    line-height: 50px;
  }
}

.btn-footer-form {
  width: 600px;
  height: 120px;
  border: 4px solid #fff;
  font-size: 1.71rem;
  line-height: 112px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn-footer-form {
    width: 100%;
    height: auto;
    border: none;
    font-size: 1.25rem;
    line-height: 150px;
  }
  .btn-footer-form img {
    display: inline-block !important;
    margin-left: 14px;
    vertical-align: -1px;
  }
}
.btn-footer-form:visited {
  color: #fff;
}
.btn-footer-form:hover {
  color: #222;
}
@media only screen and (max-width: 768px) {
  .btn-footer-form:hover {
    color: #fff;
  }
}

.btn-footer-form::after {
  background: #fff;
}

.btn-footer-form:hover::after {
  background: #fff;
}

.btn-dropdown {
  display: inline-block;
  width: 180px;
  height: 40px;
  padding: 12px 0 0 10px;
  border: 2px solid #222;
  background: url("../images/common/contents-dropdown-arrow-2x.png") no-repeat #fff;
  background-position: top 16px right 10px;
  background-size: 16px 8px;
  font-size: 0.92rem;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .btn-dropdown {
    width: 100%;
    padding: 14px 0 0 10px;
    border: 1px solid #222;
  }
}
.btn-dropdown:visited {
  color: #222;
}
.btn-dropdown:hover {
  background: url("../images/common/contents-dropdown-arrow-o-2x.png") no-repeat #222;
  background-position: top 16px right 10px;
  background-size: 16px 8px;
  color: #fff;
}
.btn-dropdown:focus {
  text-decoration: none;
}

/*----------------------------------------
 *        News
 *---------------------------------------- */
.common__news__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  width: 1200px;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .common__news__list {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 16px;
  }
}
.common__news__list a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: url("../images/common/news-icon-arrow-2x.png") no-repeat center right 20px;
  background-size: 12px 24px;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 768px) {
  .common__news__list a {
    -webkit-flex-flow: column;
    flex-flow: column;
    align-items: stretch;
    background: none;
  }
}
.common__news__list a:hover {
  background-color: #f0f0f0;
}
.common__news__list dt, .common__news__list dd {
  align-items: stretch;
  padding: 30px 0;
  font-size: 1.14rem;
  line-height: 1.5;
}
.common__news__list dt {
  -webkit-flex-basis: 160px;
  flex-basis: 160px;
}
@media only screen and (max-width: 768px) {
  .common__news__list dt {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 17px 0 2px 0;
    border: none;
    font-size: 0.83rem;
  }
}
.common__news__list dd {
  -webkit-flex-basis: 920px;
  flex-basis: 920px;
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .common__news__list dd {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    padding: 5px 0 17px 0;
    font-size: 0.91rem;
  }
}
.common__news__list a.pdf {
  background: url("../images/common/news-icon-pdf-2x.png") no-repeat center right 10px;
  background-size: 31px 31px;
}
@media only screen and (max-width: 768px) {
  .common__news__list a.pdf {
    background-size: 16px 16px;
    background-position: top 15px left 70px;
  }
}
.common__news__list a.pdf:hover {
  background-color: #f0f0f0;
}
.common__news__list .new dd:after {
  content: "NEW";
  display: inline-block;
  width: 46px;
  margin: 0 0 0 10px;
  background: #e91d25;
  font-family: "Open Sans", sans-serif;
  font-size: 0.86rem;
  font-style: italic;
  letter-spacing: 0.03rem;
  line-height: 22px;
  text-align: center;
  color: #fff;
  vertical-align: 1px;
}
@media only screen and (max-width: 768px) {
  .common__news__list .new dd:after {
    width: auto;
    padding: 2px 6px;
    margin: 0 0 0 2px;
    font-size: 0.6rem;
    line-height: 11px;
  }
}

/*----------------------------------------
 *        Icon
 *---------------------------------------- */
.icon__link--external:after {
  content: "";
  width: 11px;
  height: 9px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: 1px;
  background: url(../images/common/icon-external-link.png);
  background-size: 11px auto;
}
@media only screen and (max-width: 768px) {
  .icon__link--external:after {
    vertical-align: baseline;
  }
}

/*----------------------------------------
 *        Footer
 *---------------------------------------- */
footer {
  height: 720px;
  background: #222;
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  footer {
    min-width: 100%;
  }
}
footer .contents-wrap {
  height: 100%;
  position: relative;
  padding: 60px 0 0 0;
}
footer a {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #666;
}

.footer__cate-list {
  display: -webkit-flex;
  display: flex;
}

.footer__cate-col {
  -webkit-flex-basis: 240px;
  flex-basis: 240px;
  padding-right: 20px;
}

.footer__cate-list--cate {
  margin: 0 0 2.3em 0;
  font-size: 1.14rem;
  font-weight: bold;
}

.footer__cate-list--class-m li {
  margin: 0 0 1.4em 0;
  line-height: 1.3;
}

.footer__cate-list--product {
  margin: 3.8em 0 0 0;
}
.footer__cate-list--product li {
  margin: 0 0 1.4em 0;
}

.footer__cate-row {
  width: 240px;
}

.footer__cate-list--parent {
  font-weight: bold;
}

.footer__cate-list--languege {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 0.85rem;
}
.footer__cate-list--languege li {
  margin: 0;
}

.footer__cate-list--ja {
  min-height: 13px;
  padding-left: 33px;
  background: url("../images/common/footer-ja-2x.png") no-repeat;
  background-size: 18px 13px;
}
.footer__cate-list--ja .active {
  color: #666;
}

.footer__cate-list--en, .footer__cate-list--cn {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}
.footer__cate-list--en .active, .footer__cate-list--cn .active {
  color: #666;
}

.btn-footer-kokoku, .footer-sp .btn-footer-kokoku-sp {
  width: 240px;
  margin: 18px 0 0 0;
  padding: 0 18px;
  background: url("../images/common/contents-space.png") no-repeat #333;
  background-size: 8px 16px;
  background-position: center right 12px;
  border: 2px solid #929497;
  font-size: 1rem;
  text-align: left;
  color: #fff;
}
.btn-footer-kokoku:hover::after, .footer-sp .btn-footer-kokoku-sp:hover::after {
  background-color: #929497;
}

.footer-sp {
  overflow: hidden;
  *zoom: 1;
  background: #222;
}
.footer-sp .footer-sp__list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 15px 0;
  font-size: 0.83rem;
}
.footer-sp .footer-sp__list a {
  color: #fff;
}
.footer-sp .footer-sp__list a:visited {
  color: #fff;
}
.footer-sp .footer-sp__list a:hover {
  color: #666;
}
.footer-sp .footer-sp__list .last-child {
  padding-left: 28px;
  background: url("../images/common/footer-slash-2x.png") no-repeat 10px 0;
  background-size: 8px 12px;
}
.footer-sp .btn-footer-kokoku-sp {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  line-height: 50px;
}

.lang-zh .footer__cate-list--languege {
  right: 260px;
  bottom: 39px;
}
.lang-zh .footer__cate-list--languege a {
  color: #fff;
}
.lang-zh .footer__cate-list--languege a:hover {
  color: #666;
}
.lang-zh .footer__cate-list--languege .active {
  color: #666;
}

.lang-zh .mv--name {
  width: 580px;
  top: 96px;
}
.lang-zh .mv--name--sp {
  margin: 30px 16px 9px;
}

@media only screen and (min-width: 769px) {
  .product__main-visual--kensetsu {
    background-image: url("../zh/product/images/kensetsu-main.jpg");
  }
}
.product__main-visual--kensetsu .mv--bg--sp {
  background-image: url("../zh/product/images/kensetsu-main-sp.jpg");
}

@media only screen and (min-width: 769px) {
  .product__main-visual--tokusetsu {
    background-image: url("../zh/product/images/tokusetsu-main.jpg");
  }
}
.product__main-visual--tokusetsu .mv--bg--sp {
  background-image: url("../zh/product/images/tokusetsu-main-sp.jpg");
}

@media only screen and (min-width: 769px) {
  .product__main-visual--kankyo {
    background-image: url("../zh/product/images/kankyo-main.jpg");
  }
}
.product__main-visual--kankyo .mv--bg--sp {
  background-image: url("../zh/product/images/tokusetsu-main-sp.jpg");
}

.product__main-visual--mixer .mv--device {
  top: 76px;
  left: 400px;
}
.product__main-visual--mixer .mv--device--sp img {
  width: 83%;
}

.product__main-visual--pistoncrete .mv--device {
  top: 146px;
  left: 460px;
}
.product__main-visual--pistoncrete .mv--device--sp img {
  width: 84%;
}

.product__main-visual--pulverizer .mv--device {
  top: 60px;
  left: 652px;
}
.product__main-visual--pulverizer .mv--device--sp img {
  width: 55%;
}

.product__main-visual--demoline .mv--device {
  top: 110px;
  left: 440px;
}
.product__main-visual--demoline .mv--device--sp img {
  width: 90%;
}
