@charset "UTF-8";

/* ▼▼▼ まめ知識
======================================================*/
.dl_list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dl_list li{
  -webkit-flex: 0 0 235px;
  -ms-flex: 0 0 235px;
  flex: 0 0 235px;
  width: 235px;
  max-width: 235px;
  margin: 0 25px 25px;
  position: relative;
  z-index: 2;
}
.dl_list .dl_name{
  width: 174px;
  max-width: 100%;
  margin: 0 auto 8px;
}
.dl_list .dl_img{
  width: 188px;
  max-width: 100%;
  margin: 0 auto 14px;
}

#title_area{
  padding: 100px 0 50px;
  background: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
}
#title_area h2.title{
	width: 754px;
  max-width: 100%;
  margin-bottom: 0;
}

#craft_area{
  padding: 50px 0 228px;
  background: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
}
#craft_area .title_craft{
  width: 406px;
  max-width: 100%;
  margin: 0 auto 10px;
}
#craft_area .craft_txt{
  width: 971px;
  max-width: 100%;
  margin: 0 auto 10px;
}

#color_area{
  padding: 50px 0 0;
  background: linear-gradient(rgba(255,237,178,0.30),rgba(255,237,178,0.30)),url(../img/bg_01.jpg) repeat center center/700px;
  position: relative;
  z-index: 2;
}
#color_area::before,#color_area::after{
	content: '';
	width: 100%;
  height: 227px;
	position: absolute;
	left: 0;
}
#color_area::before{
	background: url(../img/enjoy/bg_color_t.png) no-repeat center bottom/100% 100%;
	top: -227px;
}
#color_area::after{
	background: url(../img/enjoy/bg_color_b.png) no-repeat center bottom/100% 100%;
	bottom: -227px;
}
#color_area .title_color{
  width: 250px;
  max-width: 100%;
  margin: 0 auto 10px;
}
#color_area .color_txt{
  width: 938px;
  max-width: 100%;
  margin: 0 auto 10px;
}

#goods_area{
  padding: 228px 0 228px;
  background: linear-gradient(rgba(255,215,88,0.3),rgba(255,215,88,0.3)),url(../img/bg_01.jpg) repeat center center/700px;
}
#goods_area .title_goods{
  width: 243px;
  max-width: 100%;
  margin: 0 auto 10px;
}
#goods_area .goods_txt{
  width: 597px;
  max-width: 100%;
  margin: 0 auto 10px;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (min-width: 769px) {

}
/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {

  .dl_list li{
    -webkit-flex: 0 0 43.5%;
    -ms-flex: 0 0 43.5%;
    flex: 0 0 43.5%;
    width: 43.5%;
    max-width: 43.5%;
    margin: 0 0 35px;
  }
  .dl_list li:not(:nth-child(2)):not(:last-child){
    margin-right: 13%;
  }
  .dl_list .dl_name{
    width: 121px;
  }
  .dl_list .dl_img{
    width: 130px;
  }

  #title_area{
    padding: 70px 0 35px;
  }
  #title_area h2.title{
  	width: 100%;
  }

  #craft_area{
    padding: 20px 0 75px;
  }
  #craft_area .title_craft{
    width: 266px;
  }
  #craft_area .craft_txt{
    margin: 0 auto 20px;
  }

  #color_area{
    padding: 0;
  }
  #color_area::before,#color_area::after{
    height: 75px;
  }
  #color_area::before{
  	top: -75px;
  }
  #color_area::after{
  	bottom: -75px;
  }
  #color_area .title_color{
    width: 162px;
  }
  #color_area .color_txt{
    margin: 0 auto 20px;
  }

  #goods_area{
    padding: 75px 0 100px;
  }
  #goods_area .title_goods{
    width: 160px;
  }

}
