/*--------------------------------------------------------------------------
   Product
---------------------------------------------------------------------------*/
#Content {
  max-width: 100%;
  padding-top: 0;
}

#Product #Main {
  height: 520px;
  background-image: url("../../images/product/kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #Product #Main {
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
@media screen and (max-width: 640px) {
  #Product #Main {
    height: 370px;
  }
}
#Product #Main:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_top.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #Product #Main:after {
    height: 25px;
    background-size: 100% 25px;
  }
}
#Product #Main .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#Product #Main .main-ttl {
  color: #FFFFFF;
}
#Product #Main .main-ttl dl {
  position: relative;
  margin-bottom: 40px;
}
#Product #Main .main-ttl dl:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Product #Main .main-ttl dl:after {
    width: 25px;
    bottom: -20px;
  }
}
#Product #Main .main-ttl dl dt {
  text-align: center;
  max-width: 83px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #Product #Main .main-ttl dl dt {
    max-width: 70px;
    margin-bottom: 10px;
  }
}
#Product #Main .main-ttl dl dd {
  font-size: 190%;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
}
#Product #Main .main-txt {
  color: #FFFFFF;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 125%;
}
#Product #Feature {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../../images/product/bg.png");
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #Product #Feature {
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
#Product #Feature:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center bottom;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #FAE7E1;
}
@media screen and (max-width: 960px) {
  #Product #Feature:after {
    background-size: 100% 25px;
    height: 25px;
    bottom: -25px;
  }
}
#Product #Feature .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .inner {
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 20px;
  }
}
#Product #Feature .sec {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-jalign-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec {
    display: block;
  }
}
#Product #Feature .sec .sec-box-txts {
  width: 51%;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec .sec-box-txts {
    width: 100%;
  }
}
#Product #Feature .sec .sec-box-pics {
  width: 45%;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec .sec-box-pics {
    width: 100%;
  }
}
#Product #Feature .sec2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#Product #Feature .sec2 .sec-box-pics .feature-pic2 {
  width: 70%;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec2 .sec-box-pics .feature-pic2 {
    width: 100%;
  }
}
#Product #Feature .sec2 .sec-box-pics .feature-pic2 dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#Product #Feature .sec2 .sec-box-pics .feature-pic3 {
  width: 70%;
  margin-top: 30px;
  margin-left: 120px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec2 .sec-box-pics .feature-pic3 {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
}
#Product #Feature .sec2 .sec-box-pics .feature-pic3 dt {
  font-weight: bold;
  margin-bottom: 5px;
  color: #ED6942;
}
#Product #Feature .sec3 .feature-bt {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec3 .feature-bt {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#Product #Feature .sec4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec4 .feature-pics {
    margin-top: 20px;
  }
}
#Product #Feature .sec4 .feature-pics ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#Product #Feature .sec4 .feature-pics ul li {
  width: 48%;
}
#Product #Feature .sec4 .feature-pics .txt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec4 .feature-pics .txt {
    margin-bottom: 5px;
  }
}
#Product #Feature .sec4 .feature-pics .attention {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #Product #Feature .sec4 .feature-pics .attention {
    margin-top: 5px;
  }
}
#Product #Feature .feature-catch dt {
  max-width: 94px !important;
}
@media screen and (max-width: 960px) {
  #Product #Feature .feature-catch dt {
    max-width: 68px !important;
  }
}
#Product #Feature .feature-catch dd {
  background-color: #FFFFFF !important;
  border: none !important;
}
#Product #Feature .feature-ttl {
  font-weight: bold;
  color: #ED6942;
  font-size: 130%;
}
#Product #Feature .feature-ttl span {
  font-size: 200%;
  padding-right: 10px;
}
#Product #Feature .feature-pic img {
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .feature-txt {
    margin-bottom: 20px;
  }
}
#Product #Feature .feature-attention {
  margin-top: 20px;
  font-size: 80%;
}
@media screen and (max-width: 960px) {
  #Product #Feature .feature-attention {
    margin-top: 0;
  }
}
#Product #Feature .movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #000000;
}
#Product #Feature .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#Product #Feature .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#Product #Feature .movie .video-bt {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
}
#Product #Feature .movie .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/product/feature2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#Product #Feature .movie .cover .common-ico-video {
  -webkit-transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#Product #Feature .movie .cover .common-ico-video:before, #Product #Feature .movie .cover .common-ico-video:after {
  margin-top: 0;
}
#Product #Feature .movie .cover:hover .common-ico-video {
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}
#Product #Feature .movie #video-bt1 {
  background-image: url("../../images/product/feature2.jpg");
}
#Product #Feature .movie #video-bt2 {
  background-image: url("../../images/product/feature3.jpg");
}
#Product #Feature .movie #video-bt3 {
  background-image: url("../../images/product/feature4.jpg");
}
#Product #Feature .bt {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #Product #Feature .bt {
    margin-bottom: 30px;
  }
}
#Product #Feature .bt dd {
  max-width: 168px !important;
}
@media screen and (max-width: 960px) {
  #Product #Feature .bt dd {
    max-width: 150px !important;
  }
}
#Product #Item .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  #Product #Item .inner {
    padding-top: 45px;
  }
}
#Product #Item .item-catch dt {
  max-width: 99px !important;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-catch dt {
    max-width: 74px !important;
  }
}
#Product #Item .item-box {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 25px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box {
    margin-bottom: 15px;
    padding: 15px;
  }
}
#Product #Item .item-box .lists {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#Product #Item .item-box .box-ttl {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box .box-ttl {
    margin-bottom: 10px;
  }
}
#Product #Item .item-box .box-attention {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box .box-attention {
    margin-top: 10px;
  }
}
#Product #Item .item-box1 {
  padding-left: 130px;
  padding-right: 130px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#Product #Item .item-box1 dl {
  width: 46%;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box1 dl {
    width: 48%;
  }
}
#Product #Item .item-box1 dl dt {
  color: #ED6942;
  text-align: center;
  margin-bottom: 5px;
}
#Product #Item .item-box2 {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#Product #Item .item-box2 dl {
  width: 16.66667%;
}
#Product #Item .item-box2 dl dt {
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box2 dl {
    width: 33.33333%;
  }
  #Product #Item .item-box2 dl:nth-child(1), #Product #Item .item-box2 dl:nth-child(2), #Product #Item .item-box2 dl:nth-child(3) {
    margin-bottom: 20px;
  }
}
#Product #Item .item-box2 dl dd {
  font-size: 70%;
  text-align: center;
}
#Product #Item .item-box2 .attention {
  padding-top: 10px;
  font-size: 65%;
  padding-left: 1em;
  text-indent: -1em;
}
#Product #Item .item-box3 {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#Product #Item .item-box3 dl {
  width: 12.5%;
  box-sizing: border-box;
  padding: 0 10px;
}
#Product #Item .item-box3 dl:nth-child(1), #Product #Item .item-box3 dl:nth-child(2), #Product #Item .item-box3 dl:nth-child(3), #Product #Item .item-box3 dl:nth-child(4), #Product #Item .item-box3 dl:nth-child(5), #Product #Item .item-box3 dl:nth-child(6), #Product #Item .item-box3 dl:nth-child(7), #Product #Item .item-box3 dl:nth-child(8) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-box3 dl {
    width: 25%;
  }
  #Product #Item .item-box3 dl:nth-child(9), #Product #Item .item-box3 dl:nth-child(10), #Product #Item .item-box3 dl:nth-child(11), #Product #Item .item-box3 dl:nth-child(12) {
    margin-bottom: 20px;
  }
}
#Product #Item .item-box3 dl dd {
  text-align: center;
  line-height: 120%;
  font-size: 70%;
  margin-top: 5px;
}
#Product #Item .item-ttl {
  font-size: 130%;
  font-weight: bold;
  color: #ED6942;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #Product #Item .item-ttl {
    margin-bottom: 10px;
    font-size: 120%;
  }
}
#Product #Item .bt1 {
  margin-top: 40px;
}
#Product #Item .bt1 a {
  max-width: 550px;
}
@media screen and (max-width: 960px) {
  #Product #Item .bt1 {
    margin-top: 20px;
  }
}
#Product #Item .bt1 dd {
  max-width: 77px !important;
}
@media screen and (max-width: 960px) {
  #Product #Item .bt1 dd {
    max-width: 69px !important;
  }
}
#Product #Item .bt2 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #Product #Item .bt2 {
    margin-top: 30px;
  }
}
