@charset "UTF-8";

#wrapper {
  background: none;
  position: absolute;
  background: url("../product/image/mainProductBg.png") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}
video {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
#container {
  background: none;
  width: 100%;
  height: 100%;
}

#main-contents {
  padding-top: 24px;
}
#main-contents .main-inner {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
#main-contents .main-inner h2 {
  width: 50%;
  margin: 0 auto 16px;
}
#main-contents .main-inner .machinery-main-left {
  width: 50%;
  background: rgba(255,255,255,0.5);
  margin: 0 auto;
}
.machinery-info-body {
  padding: 16px 16px 32px 28px;
}
.machinery-info-body h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}
.machinery-info-body ul {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.machinery-info-body ul li {
  margin-bottom: 24px;
  margin-right: 14px;
}

.machinery-btn {
  text-align: center;
}



/* Break Point ======================================================================>>> 1024px以下 */
@media screen and ( max-width:1024px ){

  #main-contents .main-inner .machinery-main-left {
    width: 95%;
    max-height: 550px;
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
    overflow: scroll;
  }
  .

}
/* END Break Point ==================================================================>>> 1024px以下 */




/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query *------------------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
    position: absolute;
    background: url("../product/image/mainProductBg.png") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  #container {
    background: none;
    width: 100%;
    height: 100%;
  }
  
  #main-contents {
    padding-top: 24px;
    width: 100%;
  }
  #main-contents .main-inner {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  #main-contents .main-inner h2 {
    width: 95%;
    margin: 0 auto 16px;
  }
  #main-contents .main-inner h2 img {
    width: 100%;
  }
  #main-contents .main-inner .machinery-main-left {
    width: 95%;
    max-height: 380px;
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
    overflow: scroll;
  }
  .machinery-info-body {
    padding: 16px 16px 32px;
  }
  .machinery-info-body h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .machinery-info-body ul {
    display: block;
  }
  .machinery-info-body ul li {
    margin-bottom: 24px;
    margin-right: 14px;
  }
  .machinery-info-body ul li img {
    width: 100%;
    height: auto;
  }
  
  .machinery-btn {
    text-align: center;
  }
}




