#mb{
  display: none;
}
body,
#mbPanel > [class^="mbPanel_"]{
  background-image: url(../images/en/bg_dots.png);
  background-repeat: repeat;
  background-color: #ffffff;
}

/* icon */
.idxAdvantage_icon{
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  margin-right: 18px;
  background-size: contain;
}
.idxAdvantage_icon01{
  background-image: url(../images/en/idxAdvantage_icon01.svg);
}
.idxAdvantage_icon02{
  background-image: url(../images/en/idxAdvantage_icon02.svg);
}
.idxAdvantage_icon03{
  background-image: url(../images/en/idxAdvantage_icon03.svg);
}
.idxAdvantage_icon04{
  background-image: url(../images/en/idxAdvantage_icon04.svg);
}
.idxAdvantage_icon05{
  background-image: url(../images/en/idxAdvantage_icon05.svg);
}
.idxAdvantage_icon06{
  background-image: url(../images/en/idxAdvantage_icon06.svg);
}
.idxAdvantage_icon07{
  background-image: url(../images/en/idxAdvantage_icon07.svg);
}

.idxProSlider_icon{
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.idxProSlider_prev{
  background-image: url(../images/en/idxProSlide_arrowPrev.png);
}
.idxProSlider_next{
  background-image: url(../images/en/idxProSlide_arrowNext.png);
}

/* header */
.headerType3 .topLink{
  padding-right: 55px;
  padding-top: 5px;
  background-color: #ffffff;
}
.headerType3 .topLink .topLinkContent{
  margin-left: auto;
  margin-right: 0;
}
.headerType3 .brandLogo{
  margin-left: auto;
  margin-right: auto;
}

.headerType3 .navMenu > li{
  position: relative;
}
.headerType3 .navMenu > li > a{
  min-width: 160px;
  justify-content: center;
}
.headerType3 .navMenu > li:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  margin: auto;
  z-index: 1;
}
.headerType3 .navMenu > li:last-child:after{
  display: none;
}
.headerType3 .navMenu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  border: 0;
  left: 50%;
  bottom: 0;
  background-color: #DE5911;
  transition: all 0.3s;
}
.headerType3 .navMenu > li:hover > a:before{
  width: 100%;
  left: 0;
  right: 0;
}

::-webkit-full-page-media, :future, :root .articleBlockStyle02 {
  background-size: auto 100% !important;
  background-attachment: scroll !important;
}

/* banner */
.bannerBlock .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 100px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .bannerBlock .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
    /* background: rgba(255, 255, 255, 1); */
    background: transparent;
    text-align: center;
    border-radius: 50%;
  }
  .bannerBlock .slick-arrow .cusIcon-prev,
  .bannerBlock .slick-arrow .cusIcon-next {
    font-weight: 900;
  }
}
.bannerBlock .slick-arrow.slick-next,
.bannerBlock .slick-slider:hover .slick-arrow.slick-next {
  right: 20px;
}
.bannerBlock .slick-arrow.slick-prev,
.bannerBlock .slick-slider:hover .slick-arrow.slick-prev {
  left: 20px;
}
.bannerBlock .slick-arrow:hover {
  color: #EA5902;
}

.slideBanner .slick-dots{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 10px;
}
.slideBanner:after{
  content: "";
  background-image: url(../images/en/idxBnr_arrowBg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 518px;
  height: 57px;
  margin: auto;
}
.slick-slider .slick-dots li button{
  border: 0;
}
.slick-slider .slick-dots li.slick-active button{
  background: rgba(240,144,125,1);
  background: -moz-linear-gradient(left, rgba(240,144,125,1) 0%, rgba(237,119,0,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,144,125,1)), color-stop(100%, rgba(237,119,0,1)));
  background: -webkit-linear-gradient(left, rgba(240,144,125,1) 0%, rgba(237,119,0,1) 100%);
  background: -o-linear-gradient(left, rgba(240,144,125,1) 0%, rgba(237,119,0,1) 100%);
  background: -ms-linear-gradient(left, rgba(240,144,125,1) 0%, rgba(237,119,0,1) 100%);
  background: linear-gradient(to right, rgba(240,144,125,1) 0%, rgba(237,119,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0907d', endColorstr='#ed7700', GradientType=1 );
}
.slideBanner .slick-slider .slick-dots li button::after{
  background-color: #666666;
}
.slick-slider .slick-dots li.slick-active button::after{
  left: -10px;
  top: -10px;
  background: rgba(237,119,0,1);
  background: -moz-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,119,0,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(237,119,0,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7700', endColorstr='#ffffff', GradientType=1 );
}

/* index */
.idxAbout{
  position: relative;
  padding-top: 156.87px;
}
.idxAbout:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/en/idxAbout_bg.png);
  background-repeat: no-repeat;
  z-index: 1;
}
.idxAbout_bg{
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.idxAbout_inner{
  /* position: absolute; */
  position: relative;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  /* top: 176px; */
  bottom: 0;
  z-index: 1;
}
.idxAbout_title{
  color: #666666;
  font-size: 48px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
}
.idxAbout_title span{
  color: #EA5902;
  font-size: 72px;
  font-weight: 900;
  font-style: italic;
}
.idxAbout_txt{
  color: #999999;
  font-size: 18px;
  margin-bottom: 0;
}
.idxAbout_line:before{
  content: "";
  position: relative;
  width: 1px;
  height: 360px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: rgba(234,91,2,1);
  background: -moz-linear-gradient(top, rgba(234,91,2,1) 0%, rgba(245,173,129,0) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,91,2,1)), color-stop(50%, rgba(245,173,129,0)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(234,91,2,1) 0%, rgba(245,173,129,0) 50%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(234,91,2,1) 0%, rgba(245,173,129,0) 50%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(234,91,2,1) 0%, rgba(245,173,129,0) 50%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(234,91,2,1) 0%, rgba(245,173,129,0) 50%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b02', endColorstr='#ffffff', GradientType=0 );
  background-size: 400% 400%;
	-webkit-animation: Gradient 6s;
	-moz-animation: Gradient 6s;
	animation: Gradient 6s;
}
@-webkit-keyframes Gradient {
  0%{
    background-position:50% 0%;
  }
  50%{
    background-position:50% 100%;
  }
  100%{
    background-position:50% 0%;
  }
}
@keyframes Gradient {
  0%{
    background-position:50% 0%;
  }
  50%{
    background-position:50% 100%;
  }
  100%{
    background-position:50% 0%;
  }
}

.idxAdvantage{
  position: relative;
  /* padding-top: 156.87px; */
  height: 844px;
}
.idxAdvantage:before{
  content: "";
  background-image: url(../images/en/idxAdvantage_arrowBg.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  width: 518px;
  height: 57px;
  margin: auto;
}
.idxAdvantage_bg{
  background-position: center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.idxAdvantage_inner{
  position: relative;
  /* left: 258px;
  bottom: 0; */
  margin-top: 141px;
  max-width: 566px;
  height: 703px;
  padding: 50px;
  background-color: rgba(51,51,51,0.95);
  border-top-right-radius: 50%;
  z-index: 1;
}
.idxAdvantage_inner:before{
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(237,119,0,1);
  background: -moz-linear-gradient(top, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,119,0,1)), color-stop(100%, rgba(240,144,125,1)));
  background: -webkit-linear-gradient(top, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -o-linear-gradient(top, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -ms-linear-gradient(top, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: linear-gradient(to bottom, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7700', endColorstr='#f0907d', GradientType=0 );
}
.idxAdvantage_inner .pageTitle{
  color: #ffffff;
}
.idxAdvantage_txt{
  color: #ffffff;
  margin-bottom: 50px;
}
.idxAdvantage_item{
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
  border-bottom: 1px solid #666666;
}
.idxAdvantage_item span{
  vertical-align: middle;
}

.idxProduct{
  text-align: center;
  padding-top: 100px;
}
.idxProduct .itemImg{
  background-color: #ffffff;
}
.idxProduct .slick-slider .slick-slide p{
  color: #656464;
  font-size: 24px;
}
.idxProduct .slick-slider .slick-slide.slick-current.slick-active .itemImg{
  padding-bottom: 125%;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.idxProduct .slick-slider .slick-slide.slick-current.slick-active .itemImg span:before{
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  margin: auto;
  border: 1px solid #EA5902;
  z-index: 1;
}
.idxProduct .slick-slider .slick-slide.slick-current.slick-active p{
  color: #EA5902
}
.idxProduct .slick-slider .slick-slide:not(.slick-current) .itemImg{
  opacity: 0.2;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.idxProduct .slick-arrow{
  border: 0;
  background: rgba(237,119,0,1);
  background: -moz-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,119,0,1)), color-stop(100%, rgba(240,144,125,1)));
  background: -webkit-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -o-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: -ms-linear-gradient(left, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  background: linear-gradient(to right, rgba(237,119,0,1) 0%, rgba(240,144,125,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7700', endColorstr='#f0907d', GradientType=1 );
}
.idxProduct .slick-slider:hover .slick-arrow.slick-prev{
  left: 378px;
}
.idxProduct .slick-slider:hover .slick-arrow.slick-next{
  right: 378px;
}

/* about */
.history_v2 ul li .img{
  padding-top: 10px;
}

/* product */
.menuListStyle_3{
  margin-bottom: 50px;
  margin-left: -16px;
  margin-right: -16px;
}
.menuListStyle_3 li{
  padding-left: 16px;
  margin-bottom: 20px;
}
.menuListStyle_3 li a{
  display: block;
  padding: 7px 30px;
  border-radius: 3px;
  border: 1px solid #000000;
}
.menuListStyle_3 li:hover a{
  color: #EA5902;
  border-color: #EA5902;
}
.proList .itemList .item .itemImg,
.proDetail .itemImg,
.proDetail .itemSlickNav .itemImg{
  padding-bottom: 100%;
}

/* contact */
.contact_info{
  list-style: none;
  padding-left: 0;
}
.contact_info li,
.contact_info li a,
.contact_info li i{
  color: #666666;
}

/* footer */
.ftLine:before{
  position: relative;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(226,117,15,1);
  background: -moz-linear-gradient(left, rgba(226,117,15,1) 0%, rgba(243,170,121,1) 50%, rgba(226,117,15,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(226,117,15,1)), color-stop(50%, rgba(243,170,121,1)), color-stop(100%, rgba(226,117,15,1)));
  background: -webkit-linear-gradient(left, rgba(226,117,15,1) 0%, rgba(243,170,121,1) 50%, rgba(226,117,15,1) 100%);
  background: -o-linear-gradient(left, rgba(226,117,15,1) 0%, rgba(243,170,121,1) 50%, rgba(226,117,15,1) 100%);
  background: -ms-linear-gradient(left, rgba(226,117,15,1) 0%, rgba(243,170,121,1) 50%, rgba(226,117,15,1) 100%);
  background: linear-gradient(to right, rgba(226,117,15,1) 0%, rgba(243,170,121,1) 50%, rgba(226,117,15,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2750f', endColorstr='#e2750f', GradientType=1 );
}


/* 20190715_edit */
.company_1 .Bbox_view_full{
  padding: 0;
}
.articlesingle .articleBlockStyle02{
  margin-top: 0;
  margin-bottom: 0;
  min-height: auto;
}
.articlesingle .articleBlockStyle03{
  background: transparent;
}
.articlesingle .oem_slider {
  background-image:
   url('../images/articlesingle/articlesingle_0.jpg');
  margin-bottom: 0;
}

.articlesingle footer{
  margin-top: 0;
}


/* 20190716_edit */
.articlesingle .oem_slider .blockTitle{
 color:#FFFFFF;
}
.articlesingle .slidBlock{
  color:#DE5911;
}
.articleBlockStyle02 {
  padding: 100px;
}
.proDetail .itemTitle{
  color:#DE5911;
}


/* 20200113_edit */
.idxProduct .slick-dots{
  display: none !important;
}
.proList .itemList .item .itemTitle{
  text-align: center;
}
.proList .Bbox_flexBetween{
  justify-content: center;
}
.cp_quality > div:nth-child(1){
  order: 1;
}



@media screen and (max-width: 1200px) {
  .idxProduct .slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
  }
  .idxProduct .slick-slider:hover .slick-arrow.slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #pc{
    display: none;
  }
  #mb{
    display: block;
  }
  .slideBanner::after,
  .slideBanner .slick-dots{
    display: none !important;
  }
  .idxAbout{
    padding: 150px 15px;
  }
  .idxAbout:before{
    display: none;
  }
  .idxAbout_title{
    font-size: 35px;
  }
  .idxAbout_title span{
    font-size: 62px;
  }
  .idxAbout_txt{
    font-size: 16px;
  }
  .idxAbout_line{
    display: none;
  }
  .idxAdvantage{
    /* padding-top: 0; */
    height: 100%;
  }
  .idxAdvantage .Bbox_1c{
    padding-left: 0;
    padding-right: 0;
  }
  .idxAdvantage:before{
    display: none;
  }
  .idxAdvantage_inner{
    /* left: 0;
    right: 0; */
    margin: auto;
    padding: 30px;
    height: 100%;
    border-top-right-radius: 0;
  }
  .idxAdvantage_txt{
    margin-bottom: 20px;
  }
  .pageTitle:not([class*="pageTitleStyle-"]){
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .idxAbout{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .idxAbout_title{
    font-size: 30px;
  }
  .idxAbout_title span{
    font-size: 55px;
  }
  .idxAbout_txt{
    font-size: 15px;
  }
  .idxProduct {
    padding-top: 50px;
  }
  .idxProduct .slick-slider .slick-slide.slick-current.slick-active .itemImg{
    padding-bottom: 100%;
  }
  .menuListStyle_3 li{
    padding-left: 8px;
    padding-right: 8px;
  }
  .pageTitle:not([class*="pageTitleStyle-"]){
    font-size: 35px;
  }
  footer .siteMap.type2{
    display: none;
  }
  .com_slick{
    order: 1;
  }
}

@media screen and (max-width: 480px) {
  .idxProduct .slick-slider .slick-slide.slick-current.slick-active .itemImg span:before{
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
}



@media (min-width: 510px) {
  _::-webkit-full-page-media, _:future, :root .company_1 .articleBlockStyle02 {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
  }
}
@media (max-width: 509px) {
  _::-webkit-full-page-media, _:future, :root .company_1 .articleBlockStyle02 {
    background-size: auto 100% !important;
    background-attachment: scroll !important;
  }
}


@media (min-width: 738px) {
  _::-webkit-full-page-media, _:future, :root .articlesingle .articleBlockStyle02 {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
  }
}
@media (max-width: 737px) {
  __::-webkit-full-page-media, _:future, :root .articlesingle .articleBlockStyle02 {
  background-size: auto 100% !important;
  background-attachment: scroll !important;
}
}