@charset "utf-8";

/* key visual */
#keyVisual {
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-content: flex-end;
  width: 100%;
  min-width: 1000px;
  height: 520px;
  background: url("../jpg/topview3.jpg") no-repeat center center;
  background: url("../jpg/topview2.jpg") no-repeat center center;
  background: url("../jpg/topview.jpg") no-repeat center center;
  -webkit-animation: img_animation 30s ease infinite;
  animation: img_animation 30s ease infinite;
  background-size: cover;
  overflow: hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
@keyframes img_animation {
  0% {
    background: url("../jpg/topview.jpg") no-repeat center center;
    background-size: cover;
  }
  20% {
    background: url("../jpg/topview.jpg") no-repeat center center;
    background-size: cover;
  }
  35% {
    background: url("../jpg/topview2.jpg") no-repeat center center;
    background-size: cover;
  }
  53% {
    background: url("../jpg/topview2.jpg") no-repeat center center;
    background-size: cover;
  }
  68% {
    background: url("../jpg/topview3.jpg") no-repeat center center;
    background-size: cover;
  }
  85% {
    background: url("../jpg/topview3.jpg") no-repeat center center;
    background-size: cover;
  }
  100% {
    background: url("../jpg/topview.jpg") no-repeat center center;
    background-size: cover;
  }
}
#kvLogo {
  position: relative;
  width: 1000px;
  height: 44px;
  text-align: center;
  margin: 0 auto 10px;
}
#kvLogo img {
  width: 273px;
  height: 49px;
}
#kvCatch {
  position: relative;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0,0,0,0.85);
}
#kvCatch p {
  width: 1000px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin: 0 auto 16px;
}
#kvCatch p:last-child {margin-bottom: 0;}
#subCatch {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #f5f5f5;
}
#subCatch p {
  width: 800px;
  font-size: 15px;
  color: #555;
  margin: 0 auto;
}

.headline {
	position: relative;
	width: 100%;
  font-size: 32px;
	font-weight: bold;
	text-align: center;
  line-height: 48px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.features {
  width: 800px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.features .featureImg {
  width: 48%;
  margin: 30px auto;
}
.features .featureImg img {
  border-radius: 12px;
}
.features .feature {
  width: 48%;
  margin: 30px 4% 30px 0;
}
.feature .title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-weight: 550;
}
.feature .text { margin-bottom: 16px; }
.feature .text img {
  width: 18px;
  vertical-align: middle;
  margin: 0 4px;
}

/* .linkBtn1, .linkBtn2 { margin: 0px 0px; } */

/* News */
.itemNews {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}
.itemNews .more {
  width: 100%;
  text-align: right;
}
.eachNews {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  width: 100%;
}
.eachNews#eachNews1 {	margin-top: 15px; }
.eachNews .date {
  /* position: relative; */
  float: left;
  width: 200px;
  margin-bottom: 16px;
}
.eachNews .ttl {
  /* position: relative; */
  width: 595px;
  margin-left: 5px;
  margin-bottom: 16px;
  overflow-wrap: normal;
}

/* camera select */
/*
#products_wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
}
*/

/* How-to steps */
.contentsTitle .subTitle {
  font-size: 22px;
  margin: 5px auto;
}

@media only screen and (min-width:641px) and (max-width:999px) {
  #keyVisual {min-width: inherit;}
  #keyVisualAnimation {min-width: inherit;}
  #kvLogo {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
  }
  #kvCatch p {width: 90%;}
  #subCatch p {width: 85%;}
  .features { width: 80%; }
  .features .feature {
    width: 80%;
    margin: 0 auto 56px;
  }
  .linkBtn1, .linkBtn2 { margin: 0px auto ; }
  .features {
    width: 80%;
    margin: 0 auto;
  }
  .features .featureImg {
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
  .features .featureImg img {width: 80%;}
  .itemNews {
    width: 80%;
    margin: 0 auto;
  }
  .eachNews .date {width: 25%;}
  .eachNews .ttl {
    width: 75%;
    padding-left: 12px;
  }
}

@media only screen and (max-width: 640px) {
  #keyVisual {
    min-width: inherit;
    height: 120vw;
  }
  #kvLogo {
    position: relative;
    width: 100vw;
    height: 11.73vw;
    margin: 0 0 3vw;
  }
  #kvLogo img {
    width: 67.18vw;
    height: 11.73vw;
  }
  #kvCatch {padding: 3vw 0;}
  #kvCatch p {
    width: 90%;
    margin: 0 auto 3vw;
  }
  #subCatch {	padding: 3vw 0;	}
  #subCatch p {
    width: 85%;
    margin: 0 auto;
  }
  .headline {
    height: auto;
    font-size: 8vw;
    font-weight: bold;
    text-align: center;
    line-height: 12vw;
    padding: 2vw 5vw;
    margin-top: 4vw;
    margin-bottom: 0px;
  }
  .features { width: 80%; }
  .features {
    width: 80vw;
    padding: 4vw 0;
  }
  .features .feature {
    width: 80vw;
    margin:0 0 60px 0;
  }
  .features .featureImg {
    width: 80vw;
    text-align: center;
    margin: 20px auto;
  }
  .features .featureImg img { width: 80vw; }
  .feature .title { font-size: 5.5vw; }
  .itemNews {
    width: 80vw;
    padding: 8vw 0;
  }
  .itemOthers {width: 80%;}
  .eachNews {
    display: initial;
    padding-bottom: initial;
  }
  .eachNews .date {
    clear: both;
    width: 80vw;
    margin-bottom: 2vw;
    margin-left: 2vw;
  }
  .eachNews .ttl {
    clear: both;
    width: 80vw;
    margin-bottom: 5vw;
    margin-left: 2vw;
  }
}
