@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
 *
 * display, float
 * overflow, clear
 * position, z-index, top, left, bottom, right
 * width, height,
 * margin, padding,
 * border, background
 * list, content, cursor, color, line, vertical, text, font
 *
 *
 *-------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------
 *
 *
 * Global
 *
 *
 *-------------------------------------------------------------------------------------------------- */
body, html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0A0907;
  color: #fff;
  font-family: Arial, "微軟正黑體", "MS PGothic", "MS UI Gothic";
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif, "Segoe UI", Arial, "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic";
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

hr {
  clear: both;
  height: 1px;
  margin-bottom: 25px;
  border: 0;
  background-color: #555;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

button {
  vertical-align: baseline;
}

/* ----------------------------------------------------------------------------------------------------
 *
 *
 * Layout
 *   wrapper, nav, banner, side, content, article and footer
 *
 *
 *-------------------------------------------------------------------------------------------------- */
.wrapper {
  width: 1024px;
  margin: 0 auto;
}
.wrapper a {
  color: #fff;
}
.wrapper a:hover {
  color: #fff;
}

.nav {
  float: left;
  width: 100%;
  background-image: url(../images/bg4_nav.gif);
  background-repeat: repeat-x;
  line-height: 1;
}
.nav ul {
  display: none;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.nav > ul {
  display: block;
}
.nav > ul > li {
  float: left;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
.nav > ul > li > ul {
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0px;
  width: 130%;
  margin: 0;
  padding: 0;
  background-color: #444;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  list-style: none;
}
.nav > ul > li > ul > li {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-color: #333;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-size: 14px;
}
.nav > ul > li > ul > li:hover {
  background-color: #222;
}
.nav > ul > li > ul > li > a {
  display: block;
  padding-left: 3px;
  padding-right: 3px;
  color: #fff;
}
.nav > ul > li > ul > li > a:hover {
  color: #fff;
}

.nav__line {
  width: 100%;
  height: 2px;
  background: #444;
}

.banner {
  width: 100%;
  height: 428px;
  background-image: url(../images/bg_banner.png);
  background-position: center center;
}
.banner ul {
  width: 1024px;
  height: 428px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.banner ul li {
  overflow: hidden;
}
.banner ul li img {
  width: 100%;
  height: 528px;
  margin-top: -100px;
}
.banner .m-page-wrapper {
  display: none;
}
.banner .m-wrapper {
  float: left;
  width: 1024px;
  height: 468px;
  overflow: hidden;
}
.banner .m-wrapper li {
  width: 1024px;
  height: 468px;
}

.banner2 {
  width: 100%;
  height: 268px;
  background-color: #161718;
  background-position: center center;
}
.banner2 li {
  overflow: hidden;
}
.banner2 li img {
  width: 100%;
  height: 368px;
  margin-top: -100px;
}
.banner2 ul > li {
  float: left;
}
.banner2 .m-page-wrapper {
  display: none;
}
.banner2 .m-wrapper {
  float: left;
  width: 1024px;
  height: 268px;
  overflow: hidden;
}
.banner2 .m-wrapper li {
  width: 1024px;
  height: 268px;
}

.banner__content {
  overflow: hidden;
  position: relative;
  width: 1024px;
  height: 468px;
  margin: 0 auto;
}

.banner__left {
  position: absolute;
  z-index: 9;
  top: 220px;
  left: 30px;
  cursor: pointer;
}

.banner__right {
  position: absolute;
  z-index: 9;
  top: 220px;
  right: 30px;
  cursor: pointer;
}

.banner2__content {
  overflow: hidden;
  position: relative;
  width: 1024px;
  height: 268px;
  margin: 0 auto;
}

.banner2__left {
  position: absolute;
  z-index: 9;
  top: 110px;
  left: 30px;
  cursor: pointer;
}

.banner2__right {
  position: absolute;
  z-index: 9;
  top: 110px;
  right: 30px;
  cursor: pointer;
}

.side {
  float: left;
  width: 220px;
  margin-bottom: 25px;
  line-height: 1.8;
}

.side__title {
  float: left;
  width: 100%;
}
.side__title img {
  float: left;
}

.side__list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #a7a7a7;
  text-align: left;
}
.side__list > li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 20px;
  border-bottom-color: #0A0907;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-image: url(../images/bg2_white.gif);
  background-position: center center;
  background-repeat: repeat-y;
  color: #333;
}
.side__list > li a {
  color: #fff;
}
.side__list > li:hover {
  background-image: url(../images/hover/bg2_white.gif);
}

.content {
  float: left;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.content .photo {
  border-width: 0px;
}

.content2 {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
}

.content__left {
  float: left;
  width: 30%;
  margin-right: -90px;
  padding-left: 90px;
}

.content__center {
  float: left;
  width: 40%;
  text-align: left;
}
.content__center2 {
  float: left;
  width: 58%;
  text-align: left;
}
.content__right {
  float: left;
  width: 30%;
  text-align: left;
}

.content2__left {
  float: left;
  width: 25%;
  line-height: 1;
}

.content2__center {
  float: left;
  margin-left: -30px;
  width: 75%;
}

.article {
  width: 100%;
}

.article__title {
  float: left;
  width: 70%;
}

.article__content {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 2;
  font-size: 15px;
}
.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 15px;
}
.article__content h1 {
  color: #34B4F6;
}
.article__content h2 {
  color: #FFD200;
}
.article__content .title1 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-radius: 10px;
  border-color: #428eda;
  border-style: solid;
  border-width: 1px;
  border-top: 0px;
  border-right: 0px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: -1px 1px 1px 0px rgba(137, 130, 99, 0.75);
  -webkit-box-shadow: -1px 1px 1px 0px rgba(137, 130, 99, 0.75);
  box-shadow: -1px 1px 1px 0px rgba(137, 130, 99, 0.75);
}

.article__breadcrumbs {
  float: left;
  width: 30%;
  margin: 0;
  margin-left: -10px;
  padding: 0;
  list-style: none;
  text-align: right;
}
.article__breadcrumbs a {
  color: #fff;
}

.article__breadcrumbs {
  float: left;
  width: 30%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article__breadcrumbs li {
  display: inline;
  padding-top: 5px;
  padding-right: 5px;
  font-size: 13px;
}
.article__breadcrumbs li:before {
  content: " > ";
  color: #787878;
}
.article__breadcrumbs li:first-child:before {
  content: "";
}

.footer {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1c1b19;
  color: #787878;
  text-align: center;
  font-size: 12px;
}
.footer .wrapper {
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------
 *
 *
 * Page
 *   product, testimonials, faq, contactus, aboutus and order
 *
 *
 *-------------------------------------------------------------------------------------------------- */
.product, .testimonials, .faq, .contactus, .aboutus {
  padding-left: 20px;
}

.testimonials .testimonials__list {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom-color: #333;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
.testimonials .testimonials__list__image {
  float: left;
  width: 40%;
}
.testimonials .testimonials__list__content {
  float: left;
  width: 60%;
}
.testimonials .testimonials__list__content__header {
  float: left;
  width: 100%;
}

.testimonials__list__header {
  float: left;
  width: 100%;
  color: #34B4F6;
  font-family: sans-serif, "Segoe UI", Arial, "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic";
  font-size: 18px;
}

.faq__list {
  overflow: hidden;
  width: 100%;
}
.faq__list h1, .faq__list h2, .faq__list h3, .faq__list h4, .faq__list h5, .faq__list h6 {
  padding: 10px;
}
.faq__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq__list .m-page-wrapper li {
  float: left;
  width: 100px;
  color: #aaa;
  padding: 5px;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-bottom-width: 0;
  cursor: pointer;
  font-size: 12px;
}
.faq__list .m-page-wrapper li.m-page-current {
  background-color: #333;
  color: #fff;
}
.faq__list .m-page-wrapper li:first-child {
  border-left-width: 1px;
}
.faq__list .m-wrapper {
  overflow-y: scroll !important;
  width: 100%;
  height: 700px;
  border-color: #333;
  border-style: solid;
  border-width: 1px;
  background-color: #222;
}

.faq__list__f {
  color: #FFD200;
  font-size: 16px;
}

.faq__list__sub {
  width: 95%;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom-color: #333;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.order input {
  vertical-align: baseline;
}

/* ----------------------------------------------------------------------------------------------------
 *
 *
 * Other
 *
 *
 *-------------------------------------------------------------------------------------------------- */
.mobile__show {
  display: none;
}

.b-label {
  padding: 0px 3px;
  font-family: Arial;
}

.photo {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
}

.padding {
  padding-left: 25px;
  padding-right: 25px;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #a7a7a7;
  text-align: left;
}
.list > li:before {
  content: "‧ ";
}

.tel {
  float: left;
  width: 220px;
  color: #ccc;
  letter-spacing: 1px;
  text-align: center;
  font-size: 24px;
}

.b-nav a {
  color: #888;
}
.b-nav a:hover {
  color: #fff;
}

.social {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
  margin-right: 10px;
}

#menu2 {
  display: none;
}

.slicknav_menu {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  background: #090908;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 10px #555;
  -webkit-box-shadow: 0px 0px 10px #555;
  box-shadow: 0px 0px 10px #555;
}
.slicknav_menu a {
  margin: 0;
  border-bottom-color: #333;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.slicknav_nav {
  background-color: #222;
  color: #fff;
}
.slicknav_nav a:hover {
  background-color: #222;
  color: #fff;
}
.slicknav_nav .slicknav_row {
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  background-color: #222;
  color: #fff;
}

.slicknav_parent a:hover {
  background-color: #222;
  color: #fff;
}

@media screen and (max-device-width: 1080px) {
  html body .moblie__col__1 {
    width: 10%;
  }
  html body .moblie__col__2 {
    width: 20%;
  }
  html body .moblie__col__3 {
    width: 30%;
  }
  html body .moblie__col__4 {
    width: 40%;
  }
  html body .moblie__col__5 {
    width: 50%;
  }
  html body .moblie__col__6 {
    width: 60%;
  }
  html body .moblie__col__7 {
    width: 70%;
  }
  html body .moblie__col__8 {
    width: 80%;
  }
  html body .moblie__col__9 {
    width: 90%;
  }
  html body .moblie__col__10 {
    width: 100%;
  }

  .wrapper {
    width: 100%;
  }

  .banner, .banner2 {
    overflow: hidden;
    height: auto;
    margin-top: 45px;
    background: #161718;
  }
  .banner ul, .banner2 ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .banner ul li, .banner2 ul li {
    line-height: 0;
  }
  .banner ul li img, .banner2 ul li img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .banner ul img, .banner2 ul img {
    width: auto;
  }
  .banner .m-wrapper, .banner2 .m-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }
  .banner .m-wrapper li, .banner2 .m-wrapper li {
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .banner2 {
    overflow: hidden;
    margin-top: 37px;
    height: auto;
  }
  .banner2 .m-wrapper {
    width: 100%;
  }
  .banner2 .m-wrapper li {
    width: 100%;
  }

  .banner3 {
    margin-top: 45px;
    background-size: 100%;
    background-image: url(../images/bg_banner.png);
    line-height: 0;
    text-align: center;
  }

  .banner__content, .banner2__content {
    width: 100%;
    height: auto;
  }

  .content2 {
    padding: 0;
    padding-top: 15px;
  }

  .content__left {
    float: left;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .content__left img {
    width: 100%;
  }

  .content__center {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .content__center2 {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .content__center img, .content2__center img  .content__center2 img{
    max-width: 100%;
    box-sizing: border-box;
  }

  .content2__center {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .content__right {
    width: 100% !important;
  }
  .content__right iframe {
    width: 100%;
  }

  .footer {
    background: transparent;
  }

  .product, .testimonials, .faq, .contactus, .aboutus, .order {
    padding-left: 5px;
    padding-right: 5px;
  }

  .testimonials img {
    width: 100%;
  }
  .testimonials iframe {
    width: 100%;
  }
  .testimonials .testimonials__list__image {
    float: left;
    width: 100%;
    text-align: center;
  }
  .testimonials .testimonials__list__content {
    float: left;
    width: 100%;
  }

  .faq__list .m-page-wrapper li {
    float: left;
    width: 100%;
  }
  .faq__list .m-page-wrapper li.m-page-current {
    background-color: #333;
    color: #fff;
  }
  .faq__list .m-page-wrapper li:first-child {
    border-left-width: 0;
  }

  .mobile__logo {
    overflow: hidden;
    z-index: 99999999;
    position: absolute;
    top: 7px;
    left: 5px;
    height: 47px;
  }
  .mobile__logo img {
    height: 70%;
  }

  .mobile__show {
    display: block;
  }

  .mobile__hide {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_btn {
    background: #090908;
  }

  .social {
    display: inline-block;
    position: static;
    margin: 0;
    margin-top: 15px;
    margin-left: 10px;
    padding: 0;
    list-style: none;
    vertical-align: top;
  }
  .social li {
    display: inline-block;
    margin-right: 10px;
  }
}
