/*----- products 共通 -----*/

#lineUp {
  width: 98%;
  margin: 0 auto;
}
#lineUp h2 {
  font-size: 3.0rem;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px;
}
#lineUp .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 80px 5%;
}
#lineUp .wrap .itmBox {
  overflow: auto;
  min-width: 0;
  /*margin-bottom: 80px;*/
}
#lineUp .itmBox img {
  display: block;
}
/*a.btnName {
    display: block;
    padding: 15px 3px;
    color: #121C46;
    border: 1px solid #87898F;
    background-color: #F3F3F3;
    margin-top:  20px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

a.btnName:hover {
    color: #213487;
    background-color: #FFF;
    letter-spacing: 0.1rem;
}*/
a.btnName {
  display: block;
  padding: 15px 3px;
  color: #666;
  border: 1px solid #B7B4AE;
  background-color: #FFFFFF;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.btnName:hover {
  color: #000;
  background-color: #F0EFE9;
  letter-spacing: 0.1rem;
}
.imgWrap {
  width: 100%;
  margin: 140px auto 0;
  background-color: #F0EFE9;
}
.imgBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 100px;
  position: relative;
}
.imgBox h2 {
  position: absolute;
  top: -50px;
  font-size: 3rem;
  padding-left: 1%;
  font-weight: normal;
}
.imgBox p {
  margin-bottom: 40px;
  font-size: 1.8rem;
  padding-left: 1%;
}
.imgBox img {
  width: 100%;
  max-width: auto;
  height: auto;
}
#shade #content {
  padding: 140px 0 140px;
}
#shade #processBox {
  padding: 40px 0 40px;
}
#processLink div {
  position: relative;
  /*height: 188px;*/
  margin: 0 auto 120px;
  background-image: url("../../img/btn_naturalpaper.jpg");
  background-position: right;
  background-size: cover;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80); /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#processLink div:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100); /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  opacity: 1;
}

#processLink img {
  opacity: 0;
  height: auto;
}
#processLink h3 {
  position: absolute;
  width: 100%;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, 0.60);
  color: #FFF;
  text-align: right;
  font-size: 2.3rem;
  letter-spacing: 0.4em;
  font-weight: normal;
  bottom: 12%;
}
#processLink h3 span {
  display: inline-block;
  vertical-align: middle;
}
#processLink h3 span:last-child {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.60)
}

/*----- process -----*/
.awardWrap {
  width: 100%;
  margin: 60px auto 0;
	padding: 100px 0 140px;
  background-color: #F9F9F9;
}
.awardBox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
}
.awardL,
.awardR {
	width: 48%;
	float: left;
	margin-right: 4%;
	text-align: center;
}
.awardL img,
.awardR img {
	width: 100%;
	margin-bottom: 20px;
}
.awardR {
		margin-right: 0;
}

@media screen and (max-width: 767px) {
  .imgWrap {
    margin: 80px auto 0;
  }
  .imgBox {
    padding-bottom: 40px;
  }
  .imgBox h2 {
    font-size: 2.5rem;
  }
  #shade #content {
    padding: 40px 0 140px;
  }
  #processLink div {
    position: relative;
    width: 98%;
    height: 140px;
    margin: 60px auto;
  }
  #processLink h3 {
    font-size: 2.3rem;
  }
  #processLink h3 span:last-child {
    font-size: 1.2rem;
  }
  #lineUp .wrap {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 60px 5%;
  }
  a.btnName {
    padding: 13px 3px;
    font-size: 1.4rem;
  }
  a.btnName:hover {
    letter-spacing: 0;
  }
	.awardWrap {
  margin: 60px auto 0;
	padding: 60px 0 100px;
}
}

@media screen and (max-width: 430px) {
	.awardL,
	.awardR {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
}
	}