@charset "UTF-8";
/*----------------------------------------
       Reset
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'fontello';
  src: url("https://www.polyplastics-global.com/fonts/fontello.eot?77085477");
  src: url("https://www.polyplastics-global.com/fonts/fontello.eot?77085477#iefix") format("embedded-opentype"), url("https://www.polyplastics-global.com/fonts/fontello.woff2?77085477") format("woff2"), url("https://www.polyplastics-global.com/fonts/fontello.woff?77085477") format("woff"), url("https://www.polyplastics-global.com/fonts/fontello.ttf?77085477") format("truetype"), url("https://www.polyplastics-global.com/fonts/fontello.svg?77085477#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-globe-line:before {
  content: '\e800';
}

.icon-globe:before {
  content: '\e801';
}

.icon-extlink:before {
  content: '\e802';
}

.icon-menu-bar:before {
  content: '\e803';
}

.icon-tri-down:before {
  content: '\e804';
}

.icon-stop:before {
  content: '\e805';
}

.icon-left-big:before {
  content: '\e806';
}

.icon-right-big:before {
  content: '\e807';
}

.icon-tri-up:before {
  content: '\e808';
}

.icon-menu-close:before {
  content: '\e809';
}

.icon-up-big:before {
  content: '\e80a';
}

.icon-down-big:before {
  content: '\e80b';
}

.icon-right-mini:before {
  content: '\e80c';
}

.icon-down-small:before {
  content: '\e80d';
}

.icon-up-small:before {
  content: '\e80e';
}

.icon-arrow-down:before {
  content: '\e80f';
}

.icon-lock:before {
  content: '\e810';
}

.icon-user:before {
  content: '\e811';
}

.icon-search:before {
  content: '\e812';
}

.icon-arrow-left:before {
  content: '\e813';
}

.icon-arrow-right:before {
  content: '\e814';
}

.icon-arrow-up:before {
  content: '\e815';
}

.icon-left-mini:before {
  content: '\e816';
}

.icon-down-mini:before {
  content: '\e817';
}

.icon-up-mini:before {
  content: '\e818';
}

.icon-building:before {
  content: '\e819';
}

.icon-catalog:before {
  content: '\e81a';
}

.icon-caution:before {
  content: '\e81b';
}

.icon-certificate:before {
  content: '\e81c';
}

.icon-earth:before {
  content: '\e81d';
}

.icon-factory:before {
  content: '\e81e';
}

.icon-inquiry:before {
  content: '\e81f';
}

.icon-operate:before {
  content: '\e820';
}

.icon-sds:before {
  content: '\e821';
}

.icon-pdffile:before {
  content: '\e822';
}

.icon-mail:before {
  content: '\e823';
}

.icon-company:before {
  content: '\e824';
}

.icon-officer:before {
  content: '\e825';
}

.icon-org:before {
  content: '\e826';
}

.icon-invest:before {
  content: '\e827';
}

.icon-flask:before {
  content: '\e828';
}

.icon-down-mid:before {
  content: '\f004';
}

.icon-up-mid:before {
  content: '\f005';
}

.icon-right-mid:before {
  content: '\f006';
}

.icon-left-mid:before {
  content: '\f007';
}

.icon-lock-open:before {
  content: '\f13e';
}

.icon-cube:before {
  content: '\f1b2';
}

/*--------------------------
Common Styles
---------------------------*/
* {
  box-sizing: border-box;
  -webkit-appearance: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*:before,
*:after {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

object {
  width: 100%;
  height: auto;
}

body {
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 100px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
}

body * {
  text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 769px) {
  body.lower {
    padding-top: 150px;
  }
}

body.lower .underlayer {
  width: 100%;
  height: 50px;
  background-color: #a8011b;
}

@media only screen and (max-width: 768px) {
  body.lower .underlayer {
    display: none;
  }
}

body.lower .underlayer ul {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
}

body.lower .underlayer ul li {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  transition-duration: 0.5s;
}

body.lower .underlayer ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 18px 20px;
}
body.lower .productunderlayer ul li a {
  display: inline-block;
  color: #ffffff;
  padding: 18px 10px;
}

body.lower .underlayer ul li a i {
  font-size: 1.1rem;
  margin-left: 8px;
  vertical-align: 2px;
}

body.lower .underlayer ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  left: 0;
}

body.lower .underlayer ul li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  right: 0;
}

body.lower .underlayer ul li:hover, body.lower .underlayer ul li.active {
  background-color: #7e0114;
}

body.stopper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lazy {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: all 1s;
}

.waitview {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: all 1s;
}

.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#gnoverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 5000;
}

.onlysp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .onlysp {
    display: block;
  }
}

.onlypc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .onlypc {
    display: none;
  }
}

#main_visual {
  opacity: 0;
  transition-duration: 1s;
}

sup {
  font-size: 65%;
  vertical-align: top;
}

sub {
  font-size: 65%;
  vertical-align: bottom;
}

.videomodal {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.videomodal::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("https://www.polyplastics-global.com/image/common/playbutton.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transition-duration: 0.5s;
}

.videomodal:hover::before {
  background-image: url("https://www.polyplastics-global.com/image/common/playbutton_active.svg");
}

.wistia_body .wistia_click_to_play {
  width: 100% !important;
  height: auto !important;
}

.wistia_body .wistia_anchor {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.wistia_body .icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
}

.wistia_body .icon_path01,
.wistia_body .icon_path02 {
  transition-duration: 0.5s;
}

.wistia_body .wistia_anchor:hover .icon_path01,
.wistia_body .wistia_anchor:hover .icon_path02 {
  fill: #a8011b;
}

/*--------------------------
Header
---------------------------*/
#header {
  border-top: 4px solid #a8011b;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  #header {
    height: 50px;
  }
}

#header #pcnavigation {
  width: 1280px;
  height: auto;
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #header #pcnavigation {
    display: none;
  }
}

#header #pcnavigation .navarea {
  width: 1010px;
}

#header #pcnavigation .navarea #companynav {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 14px 14px 0;
}

#header #pcnavigation .navarea #companynav .headlogo {
  width: 170px;
  margin-top: 1px;
}

#header #pcnavigation .navarea #companynav .headdaicellogo {
  width: 80px;
  margin: 0 0 0 auto;
}

#header #pcnavigation .navarea #companynav .headdaicellogo a {
  display: inline-block;
}

#header #pcnavigation .navarea #companynav .headdaicellogo img {
  width: 100%;
}

#header #pcnavigation .navarea #companynav .functionarea {
  margin: 0 0 0 20px;
  padding-right: 130px;
  position: relative;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite {
  display: inline-block;
  padding: 10px 20px 5px 0;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #333333;
  position: relative;
  z-index: 1;
  transition-duration: 0.3s;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite::before {
  content: "\e802";
  color: #b6b6b6;
  font-family: 'fontello';
  font-size: 1.2rem;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  transition-duration: 0.3s;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #a8011b;
  transition: 0.3s;
  z-index: -1;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite:hover {
  color: #a8011b;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite:hover::before {
  color: #a8011b;
}

#header #pcnavigation .navarea #companynav .functionarea .techsite:hover::after {
  width: 100%;
  left: 0;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector {
  width: 110px;
  height: auto;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9900;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: -2px;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li {
  font-size: 1.3rem;
  font-weight: normal;
  position: relative;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li span {
  display: block;
  background-color: #ffffff;
  color: #333333;
  padding: 7px 10px 7px 15px;
  cursor: pointer;
  transition-duration: 0.3s;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li span::before {
  content: "\e800";
  font-family: 'fontello';
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: -1px;
  margin: 0 10px 0 0;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  transition-duration: 0.3s;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li a:hover {
  color: #ffffff;
  background-color: #4d4d4d;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li + li {
  border-top: 1px solid #cccccc;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector li.selector {
  display: none;
}

#header #pcnavigation .navarea #companynav .functionarea #langselector:hover li:first-child span {
  background-color: #a8011b;
  color: #ffffff;
}

#header #pcnavigation .navarea #globalnav > ul {
  height: 48px;
  display: flex;
  margin: 0;
  padding-left: 10px;
  font-size: 1.4rem;
}

#header #pcnavigation .navarea #globalnav > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#header #pcnavigation .navarea #globalnav > ul > li > a {
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 10px;
}

#header #pcnavigation .navarea #globalnav > ul > li > a span {
  display: block;
}

#header #pcnavigation .navarea #globalnav > ul > li > a span i {
  font-size: 1.2rem;
  margin-left: 5px;
  vertical-align: 2px;
}

#header #pcnavigation .navarea #globalnav > ul > li > a span::after {
  content: "";
  background-color: #a8011b;
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 14px;
  transition: all .3s ease-out;
}

#header #pcnavigation .navarea #globalnav > ul > li:hover > a, #header #pcnavigation .navarea #globalnav > ul > li.active > a {
  color: #a8011b;
}

#header #pcnavigation .navarea #globalnav > ul > li:hover span::after, #header #pcnavigation .navarea #globalnav > ul > li.active span::after {
  width: calc(100% - 20px);
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav {
  position: fixed;
  width: 100%;
  color: #ffffff;
  background-color: #333333;
  top: 100px;
  left: 0;
  z-index: 8000;
  display: none;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .wrap::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #333333 transparent;
  position: absolute;
  top: -8px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav h2 {
  font-size: 2.2rem;
  line-height: 1.0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap {
  display: flex;
  margin-top: 30px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul {
  padding: 12px 25px 12px 0;
  min-width: 240px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li {
  position: relative;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 7px;
  left: 0;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a {
  color: #ffffff;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  padding-left: 14px;
  transition: all .3s ease-out;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease-out;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a:hover::before {
  width: calc(100% - 14px);
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a.multi {
  line-height: 1.5;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a.multi::before {
  top: 12px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li a.extlink::after {
  content: "\e802";
  color: #ffffff;
  font-family: 'fontello';
  font-size: 1.0rem;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul > li + li {
  margin-top: 24px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul .submenu {
  margin-left: 20px;
  padding: 5px 0 0;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul .submenu li {
  margin-top: 12px;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul .submenu a {
  color: #ffffff;
  font-size: 1.4rem;
}

#header #pcnavigation .navarea #globalnav > ul > li .innernav .listwrap ul + .listitem {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 25px 12px 25px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(1) .innernav .wrap::before {
  left: 40px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(2) .innernav .wrap::before {
  left: 115px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(3) .innernav .wrap::before {
  left: 191px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(4) .innernav .wrap::before {
  left: 267px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(6) .innernav .wrap::before {
  left: 450px;
}

#header #pcnavigation .navarea #globalnav > ul > li:nth-of-type(8) .innernav .wrap::before {
  left: 590px;
}

#header #pcnavigation .inquiryarea {
  width: 270px;
  height: 96px;
  background-color: #666666;
  padding: 20px;
}

#header #pcnavigation .inquiryarea a {
  display: block;
  background-color: #a8011b;
  font-size: 1.7rem;
  line-height: 1.0;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 19px 50px;
  position: relative;
  z-index: 1;
}

#header #pcnavigation .inquiryarea a::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}

#header #pcnavigation .inquiryarea a::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  transition: 0.3s;
  z-index: -1;
}

#header #pcnavigation .inquiryarea a:hover::after {
  width: 100%;
  left: 0;
}

#header #spnavigation {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header #spnavigation {
    display: flex;
    height: 100%;
  }
  #header #spnavigation .headlogo {
    padding: 15px 10px 0;
  }
  #header #spnavigation .headlogo img {
    width: 130px;
  }

  #header #spnavigation .headdaicellogo {
    width: 50px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translateY(-50%) translateX(-50%);
  }

  #header.spopen #spnavigation .headdaicellogo {
    display: none !important;
  }

  #header #spnavigation .headdaicellogo a {
    display: inline-block;
  }

  #header #spnavigation .headdaicellogo img {
    width: 100%;
  }

  #header #spnavigation .navbutton {
    display: flex;
    margin-left: auto;
  }
  #header #spnavigation .navbutton .splangselector > a {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    color: #a8011b;
    font-size: 2.4rem;
    padding: 0 12px;
  }
  #header #spnavigation .navbutton .splangselector > a i {
    margin-top: 1px;
  }
  #header #spnavigation .navbutton .splangselector > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #b2b2b2;
    position: absolute;
    left: 0;
  }
  #header #spnavigation .navbutton .inquiry > a {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    color: #a8011b;
    font-size: 2.4rem;
    padding: 0 12px;
  }
  #header #spnavigation .navbutton .inquiry > a i {
    margin-top: -1px;
  }
  #header #spnavigation .navbutton .inquiry > a::before {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background-color: #b2b2b2;
    position: absolute;
    left: 0;
  }
  #header #spnavigation .navbutton .spmenutoggle > a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    background-color: #a8011b;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  #header #spnavigation .navbutton .spmenutoggle > a i {
    margin-top: -2px;
  }
}

#header #spglobalmenu {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #333333;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 8000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header #spglobalmenu > ul {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9000;
}

#header #spglobalmenu > ul > li {
  border-top: 1px solid #1e1e1e;
  transition-duration: 0.5s;
}

#header #spglobalmenu > ul > li > a, #header #spglobalmenu > ul > li > p {
  display: block;
  position: relative;
  padding: 15px;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.0;
  color: #ffffff;
}

#header #spglobalmenu > ul > li > a > span, #header #spglobalmenu > ul > li > p > span {
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

#header #spglobalmenu > ul > li > ul {
  background-color: #262626;
  border-top: 1px solid #515151;
  padding: 15px;
}

#header #spglobalmenu > ul > li > ul li a {
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 15px;
}

#header #spglobalmenu > ul > li > ul li .submenu {
  margin-left: 15px;
}

#header #spglobalmenu > ul > li.close > ul {
  display: none;
}

#header #spglobalmenu > ul > li.close p::after {
  content: "\f004";
  font-family: 'Fontello';
  font-weight: normal;
  position: absolute;
  top: 15px;
  right: 15px;
}

#header #spglobalmenu > ul > li.open {
  background-color: #262626;
}

#header #spglobalmenu > ul > li.open p::after {
  content: "\f005";
  font-family: 'Fontello';
  font-weight: normal;
  position: absolute;
  top: 15px;
  right: 15px;
}

#header #spglobalmenu > ul > li.techlink {
  padding: 30px 15px 60px;
}

#header #spglobalmenu > ul > li.techlink a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
}

#header #spglobalmenu > ul > li.techlink a i {
  margin-left: 10px;
}

#header #langguide {
  position: fixed;
  background-color: #333333;
  width: 100%;
  padding: 0 0 20px;
  left: 0;
  top: 50px;
  text-align: center;
  z-index: 9000;
  display: none;
}

#header #langguide p {
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 0;
}

#header #langguide ul {
  display: flex;
  justify-content: center;
}

#header #langguide ul li {
  padding: 0 10px;
}

#header #langguide ul li a {
  font-size: 1.1rem;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
}

#header #langguide ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#header #langguide ul li.active a {
  background-color: #ffffff;
  color: #333333;
}

@media only screen and (max-width: 768px) {
  #header.spclose {
    border-top: 2px solid #a8011b;
  }
  #header.spclose #spnavigation .headlogo .white {
    display: none;
  }
  #header.spclose #spnavigation .navbutton .spmenutoggle .close {
    display: none;
  }
  #header.spopen {
    border-top: 2px solid #333333;
  }
  #header.spopen #spnavigation {
    background-color: #333333;
  }
  #header.spopen #spnavigation .headlogo .color {
    display: none;
  }
  #header.spopen #spnavigation .navbutton .splangselector > a {
    color: #ffffff;
  }
  #header.spopen #spnavigation .navbutton .splangselector > a::before {
    background-color: #4d4d4d;
  }
  #header.spopen #spnavigation .navbutton .inquiry > a {
    color: #ffffff;
  }
  #header.spopen #spnavigation .navbutton .inquiry > a::before {
    background-color: #4d4d4d;
  }
  #header.spopen #spnavigation .navbutton .spmenutoggle > a {
    background-color: #333333;
    border-left: 1px solid #4d4d4d;
  }
  #header.spopen #spnavigation .navbutton .spmenutoggle .open {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  body.lower #header {
    height: 150px;
  }
}

/*--------------------------
Bread Crumb
---------------------------*/
#breadcrumb {
  width: 1070px;
  margin: 0 auto;
  padding: 10px 0 50px;
}

@media only screen and (max-width: 768px) {
  #breadcrumb {
    width: 90%;
    padding: 10px 0 30px;
  }
}

#breadcrumb ul {
  font-size: 1.4rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #breadcrumb ul {
    font-size: 1.2rem;
  }
}

#breadcrumb ul li {
  display: inline-block;
}

#breadcrumb ul li a {
  color: #333232;
  display: inline-block;
  padding: 10px 0;
}

#breadcrumb ul li:last-child {
  color: #a8011b;
}

#breadcrumb ul li:last-child::after {
  content: none;
}

#breadcrumb ul li::after {
  content: "\e807";
  display: inline-block;
  color: #333232;
  font-family: 'fontello';
  font-size: 1.3rem;
  vertical-align: 1px;
  margin: 0 7px;
}

/*--------------------------
PageTop
---------------------------*/
#page_top, #page_tops {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background-color: #333333;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 4900;
  transition-duration: 0.3s;
  opacity: 0.8;
}

#page_top::after, #page_tops::after {
  content: "\e80a";
  font-family: 'fontello';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  left: 16px;
}

@media only screen and (max-width: 768px) {
  #page_top, #page_tops {
    width: 40px;
    height: 40px;
    bottom: 8%;
    right: 3%;
  }
  #page_top::after, #page_tops::after {
    font-size: 20px;
    top: 10px;
    left: 11px;
  }
}

/*--------------------------
Footer
---------------------------*/
#footer {
  width: 100%;
  color: #ffffff;
}

#footer .sitemap {
  background-color: #666666;
  padding: 50px 0;
}

@media only screen and (max-width: 768px) {
  #footer .sitemap {
    display: none;
  }
}

#footer .sitemap .logoarea {
  width: 1170px;
  margin: 0 auto;
}

#footer .sitemap .logoarea a {
  display: block;
  width: 200px;
}

#footer .sitemap .pagelist {
  width: 1170px;
  margin: 40px auto 0;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
}

#footer .sitemap .pagelist > ul {
  width: 160px;
}

#footer .sitemap .pagelist > ul li {
  margin: 6px 0;
  position: relative;
}

#footer .sitemap .pagelist > ul li::before {
  content: "-";
  position: absolute;
  top: 2px;
  left: 0;
}

#footer .sitemap .pagelist > ul li:nth-of-type(1) {
  padding: 0 0 15px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}

#footer .sitemap .pagelist > ul li a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  position: relative;
  color: #ffffff;
  position: relative;
  transition: all .3s ease-out;
}

#footer .sitemap .pagelist > ul li a::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease-out;
}

#footer .sitemap .pagelist > ul li a:hover::before {
  width: calc(100% - 10px);
}

#footer .sitemap .pagelist > ul li a.extlink::after {
  content: "\e802";
  color: #ffffff;
  font-family: 'fontello';
  font-size: 1.0rem;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
}

#footer .sitemap .pagelist > ul li:nth-of-type(1)::before {
  content: none;
}

#footer .sitemap .pagelist > ul li:nth-of-type(1) a {
  padding: 0;
}

#footer .sitemap .pagelist > ul li:nth-of-type(1) a::before {
  left: 0;
  bottom: 0;
  width: 0;
}

#footer .sitemap .pagelist > ul li:nth-of-type(1) a:hover::before {
  width: 100%;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li {
  padding: 0 0 15px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li::before {
  content: none;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li a {
  padding: 0;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li a::before {
  left: 0;
  bottom: 0;
  width: 0;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li a:hover::before {
  width: 100%;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li a.extlink::after {
  content: "\e802";
  color: #ffffff;
  font-family: 'fontello';
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: 3px;
  margin-left: 10px;
}

#footer .sitemap .pagelist > ul:nth-of-type(5) li + li {
  margin-top: 30px;
}

#footer .sitemap .pagelist .external {
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer .sitemap .pagelist .external ul li {
  margin-top: 10px;
}

#footer .sitemap .pagelist .external ul li a {
  color: #ffffff;
  font-size: 1.4rem;
  position: relative;
  transition: all .3s ease-out;
}

#footer .sitemap .pagelist .external ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease-out;
}

#footer .sitemap .pagelist .external ul li a:hover::before {
  width: 100%;
}

#footer .sitemap .pagelist .external ul li a.extlink::after {
  content: "\e802";
  color: #ffffff;
  font-family: 'fontello';
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 10px;
}

#footer .misclink {
  background-color: #333333;
  padding: 30px 0 20px;
}

@media only screen and (max-width: 768px) {
  #footer .misclink {
    padding-top: 40px;
  }
}

#footer .misclink ul {
  text-align: center;
}

#footer .misclink ul li {
  display: inline-block;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul li {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

#footer .misclink ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul li a {
    padding: 0 10px;
  }
}

#footer .misclink ul li a::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all .3s ease-out;
}

#footer .misclink ul li a:hover::before {
  width: calc(100% - 40px);
}

#footer .misclink ul li + li {
  border-left: 1px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul li:nth-of-type(2) + li, #footer .misclink ul li:nth-of-type(3) + li {
    border-left: none;
  }
}

#footer .misclink ul li:nth-of-type(4) a::after, #footer .misclink ul li:nth-of-type(5) a::after, #footer .misclink ul li:nth-of-type(6) a::after {
  content: "\e802";
  color: #b6b6b6;
  font-family: 'fontello';
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul li:nth-of-type(4) a::after, #footer .misclink ul li:nth-of-type(5) a::after {
    font-size: 1.0rem;
  }
}

#footer .misclink ul:nth-of-type(2) {
  margin-top: 20px;
}

#footer .misclink ul:nth-of-type(2) li a::after {
  content: "\e802";
  color: #b6b6b6;
  font-family: 'fontello';
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul:nth-of-type(2) li a::after {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 768px) {
  #footer .misclink ul:nth-of-type(2) li + li {
    border-left: none;
  }
}

#footer .misclink .copyright {
  text-align: center;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 1.2rem;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  #footer .misclink .copyright {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9500;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-video-wrap {
  position: relative;
  width: 80vw;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 製品紹介ナビゲーション調整 */
body.lower .underlayer.productunderlayer ul {
  width: 1145px;
}
