﻿/* ーーーーーーheaderーーーーーー */
#product--rotating_machinery--motor__tm_ac .content-header {
  background: url(/img/product/rotating_machinery/motor/special_purpose/tm_ac/bg_header_tm_ac.jpg) no-repeat center center;
  background-size: cover;
}

#product--rotating_machinery--motor__tm_e .content-header{
  background: url(/img/product/rotating_machinery/motor/special_purpose/tm_e/bg_header_tm_e.jpg) no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 500px) {
  #product--rotating_machinery--motor__tm_ac .content-header {
    background: url(/img/product/rotating_machinery/motor/special_purpose/tm_ac/bg_header_tm_ac_sp.jpg) no-repeat center center;
    background-size: cover;
  }

#product--rotating_machinery--motor__tm_e .content-header{
    background: url(/img/product/rotating_machinery/motor/special_purpose/tm_e/bg_header_tm_e_sp.jpg) no-repeat center center;
    background-size: cover;
  }

}
html.hash-loading #content { visibility: hidden; }
/* ーーーーーーEND headerーーーーーー */

.sec04 table{
  margin: auto;
}
.table-prodact table thead tr {
    border-bottom: 1px solid #fff;
}
.product_features .item .indent_dot li+li {
  margin-top: 10px;
}

.product_features .item {
  width: 250px;
}

.product_features .item:nth-of-type(n+2) {
  margin-left: 4%;
}

.product_features .item .text-medium {
  display: inline-block;
  line-height: 1.4;
}

.product_features_icon .icon_ttl {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px auto;
}
.product_features_icon .icon_ttl.line1{
  margin: 43px auto;
}

.product_features .item:nth-of-type(2) {
  animation-delay: .3s;
}

.product_features .item:nth-of-type(3) {
  animation-delay: .6s;
}

.product_features .item:nth-of-type(4) {
  animation-delay: .9s;
}

.is-tb,
.tb_br {
  display: none;
}


@media screen and (max-width: 1400px) {
  .over1400 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .product_features_icon .icon_ttl.line1.vll{
    margin: 30px auto;
  }
}
@media screen and (max-width: 1340px) {
  .product_features .item .item_br02 {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .product_features .item .item_br02 {
    display: block;
  }

  .product_features {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .product_features .item {
    width: calc(96%/2);
  }

  .product_features .item:nth-of-type(n+3) {
    margin-left: unset;
    margin-top: 40px;
  }

  .product_features .item:nth-of-type(2n) {
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
  .product_features_icon .icon_ttl {
    font-size: 20px;
}
.product_features_icon .icon_ttl.line1{
  margin: 30px auto;
}
  .product_features .item:nth-of-type(n+3) {
    margin-left: auto;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .is-tb {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

  .product_features .item .item_br01 {
    display: none;
  }
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
  .product_features .item .tb_br{
  display: block;
}
}
/* ---video_wrapper--- */
.video_wrapper .item:nth-of-type(2) {
  animation-delay: .3s;
}

.video_wrapper .item:nth-of-type(3) {
  animation-delay: .6s;
}

.video_wrapper {
  max-width: 955px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}

.video_wrapper .item {
  width: calc(87%/3);
  height: 450px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.vid_item {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

.video_wrapper .item .item01,
.video_wrapper .item .item02,
.video_wrapper .item .item03 {
  width: 100%;
  height: 100%;
  opacity: 0;
}


@media screen and (max-width: 768px) {

  .product_features .item {
    width: calc(94%/2);
  }

  .product_features .item:nth-of-type(2n) {
    margin-left: auto;
  }

  .product_features .item .indent_dot {
    text-align: left;
  }

  .video_wrapper {
    max-width: 100%;
  }

  .video_wrapper .item {
    width: calc(92%/3);
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .product_features .item {
    width: 100%;
    max-width: 320px;
    margin: auto;
  }

  .video_wrapper {
    max-width: 100%;
    display: block;
  }

  .video_wrapper .item {
    width: 100%;
    height: 200px;
  }

  .video_wrapper .item:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .vid_item {
    width: 100%;
    height: auto;
  }


}

/* ーーーーーーEND video_wrapperーーーーーー */

/* ーーーーーーanimationーーーーーー */

@keyframes position-x {
  0% {
    opacity: 0;
    background-position-x: 40%;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position-x: 60%;
  }
}
@keyframes position-x2 {
  0% {
    opacity: 0;
    background-position-x: 80%;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    background-position-x: 100%;
  }
}

@keyframes scale_up {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}


/* -----tm_ac----- */

.video_wrapper.tm_ac .item .item01 {
  animation: position-x 5s  infinite ease-in-out reverse;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_ac/video_tm_ac_01.jpg")no-repeat center;
}
.video_wrapper.tm_ac .item .item02 {
  animation: position-x2 5s 1.5s infinite ease-in-out;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_ac/video_tm_ac_02.jpg")no-repeat center;
}

.video_wrapper.tm_ac .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out reverse;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_ac/video_tm_ac_03.jpg")no-repeat center;
}

/* -----END tm_ac----- */

/* -----tm_e----- */
.video_wrapper.tm_e .item .item01 {
  animation: position-x 5s  infinite ease-in-out ;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_e/video_tm_e_01.jpg")no-repeat center;
}

.video_wrapper.tm_e .item .item02 {
    animation: position-x 5s 1.5s infinite ease-in-out reverse;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_e/video_tm_e_02.jpg")no-repeat center;
}

.video_wrapper.tm_e .item .item03 {
  animation: position-x 5s 3s infinite ease-in-out ;
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_e/video_tm_e_03.jpg")no-repeat center;
}

/* -----END tm_e----- */

.video_wrapper.tm_ac .item .item01,
.video_wrapper.tm_ac .item .item02,
.video_wrapper.tm_ac .item .item03,
.video_wrapper.tm_e .item .item01,
.video_wrapper.tm_e .item .item02,
.video_wrapper.tm_e .item .item03{
  background-size: 675px 450px;
}


@media screen and (max-width: 500px) {
  /* -----tm_ac----- */

.video_wrapper.tm_ac .item .item02 {
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_ac/video_tm_ac_02_sp.jpg")no-repeat center;
}


/* -----END tm_ac----- */
/* -----tm_e----- */
.video_wrapper.tm_e .item .item01 {
      background-position-y: 90%;
}

.video_wrapper.tm_e .item .item02 {
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_e/video_tm_e_02_sp.jpg")no-repeat center;

}

.video_wrapper.tm_e .item .item03 {
  background: url("/img/product/rotating_machinery/motor/special_purpose/tm_e/video_tm_e_03_sp.jpg")no-repeat center;
}

/* -----END tm_e----- */
.video_wrapper.tm_ac .item .item01,
.video_wrapper.tm_ac .item .item02,
.video_wrapper.tm_ac .item .item03,
.video_wrapper.tm_e .item .item01,
.video_wrapper.tm_e .item .item02,
.video_wrapper.tm_e .item .item03{
  background-size: 552px 368px;
}

}

/* ーーーーーーEND animationーーーーーー */

/* ーーーーーー tm_e/specification　ーーーーーー */

/* ーーーーーーEND tm_e/specification　ーーーーーー */
