@charset "utf-8";
/* CSS Document */

/*==============================
共通
==============================*/

#headWrap{
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url(../img/headBack.jpg);
  background-position: center top;
  background-size: 1920px;
  background-repeat: no-repeat;
}

#headWrap h2{
  font-family: 'Crushed', cursive;  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 2;
  letter-spacing: 0;
  width: 80%;
  height: 150px;
  line-height: 100px;
  font-size: 150px;
  text-align: center;
  vertical-align: middle;
}


.titleBox h2{
  font-family: 'Crushed', cursive;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: 0;
}

.titleBox hr{
  width: 50px;
  border-bottom: 5px solid #000;
  margin:10px 0;
}

.titleBox h3{
  font-family: 'Hannari';
  font-size: 22px;
  letter-spacing: 2px;
}

#greensTitle{
  padding: 150px 15px;
  background-image: url(../img/paperBack.jpg);
  position: relative;
}

.greensText{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.greensText .titleBox{
  text-align: center;
  margin-bottom: 20px;
}

.greensText .titleBox hr{
  margin: 0 auto;
}

.greensText > h4{
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}

.greensText > p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.greensConcept{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.greensConcept img{
  margin-right: 20px;
}

.greensConcept p{
  font-weight: bold;
}

.greensText ul{
  text-align: center;
  margin-bottom: 20px;
}

.greensText ul li{
  margin-bottom: 10px;
}

.greensText ul li p{
}

.greensText ul li p::before{
  content: "一、";
}

.borderLayer{
  position: absolute;
  background-color: #333;
}

.layerTop{
  height: 5px;
  top: 30px;
  left: 30px;
  right: 30px;
}

.layerRight{
  width: 5px;
  top: 30px;
  bottom: 30px;
  right: 30px;
}

.layerBottom{
  height: 5px;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.layerLeft{  
  width: 5px;
  top: 30px;
  bottom: 30px;
  left: 30px;
}

#productsWrap{
  padding: 150px 15px;
  background-image: url(../img/paperBack.jpg);
  position: relative;
}

#productsWrap .titleBox{
  text-align: center;
  margin-bottom: 20px;
}

#productsWrap .titleBox hr{
  margin: 0 auto;
}

.productsList{
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.productsBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-right: 1%;
}

.productsBox h4{
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-family: 'Crushed', cursive;
  font-size: 28px;
}

.productsBox h4 span{
  width: 100%;
  letter-spacing: 0;
  font-size: 16px;
  margin-left: 6px;
}

.productsBox p{
  flex-basis: 100%;
  width: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
  line-height: 22px;
}

.cl01{
  width: 24%;
}

.cl01 img{
  width: 100%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 5px;
}

.cl02{
  width: 49%;
}

.cl02 img{
  width: 48%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 5px;
}

/*==============================
メイン
==============================*/



/*==============================
レスポンシブ
==============================*/

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

  #headWrap{
    background-size: 1600px;
  }
  
  .productsList{
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {

  #headWrap{
    background-size: 1400px;
  }
  
  .productsList{
    max-width: 1000px;
  }
}

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

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

  #headWrap{
    background-size: 1200px;
  }
  
  .greensText{
    max-width: 800px;
  }
  
  .greensConcept{
    flex-wrap: wrap;
    text-align: center;
  }
  
  .greensConcept img{
    margin: 0 auto 20px;
  }
  
  .greensConcept p{
    width: 100%;
  }
  
  .productsList{
    max-width: 600px;
  }
  
  .productsBox{
    margin-right: 3%;
  }
  
  .cl02{
    width: 100%;
  }
  
  .cl01{
    width: 47%;
  }
}

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

  #headWrap{
    height: 100vh;
    background-size: 1000px;
  }
  
  .greensText{
    max-width: 560px;
  }
}

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

  #headWrap{
    background-size: 1000px;
  }
  
  .greensText{
    max-width: 450px;
  }
  
  .productsList{
    max-width: 400px;
  }
  
  .productsBox{
    margin-right: 0%;
  }
  
  .cl02{
    width: 100%;
  }
  
  .cl02 img{
    width: 100%;
    margin-bottom: 10px;
  }
  
  .cl01{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  #headWrap h2{
    font-size: 80px;
  }
  
  .titleBox h2{
    font-size: 80px;
  }
  
  #headWrap {
    background-size: 1400px;
  }
  
  #productsWrap{
    padding-top: 0;
  }
  
  .borderLayer{
    display: none;
  }
  
  .productsList{
    max-width: 330px;
  }
}

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