@charset "utf-8";
/*--------------------------------------------------------------------
index
--------------------------------------------------------------------*/
.index .kvArea{
  height: 720px;
  margin-bottom: 50px;
  position: relative;
}
.index .kvArea *:not(p){
  height: 100%;
  position: relative;
}
.index .kv01{
  background: url("../img/index/kv01.jpg")no-repeat center center/cover;
}
.index .kv02{
  background: url("../img/index/kv02.jpg")no-repeat center center/cover;
}
.index .kv03{
  background: url("../img/index/kv03.jpg")no-repeat center center/cover;
}
.index .kv04{
  background: url("../img/index/kv04.jpg")no-repeat center center/cover;
}
.index .kv::after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 2s;
  transition-delay: 1.4s;
}
.index .slick-current .kv::after{
  opacity: 0;
}
.index .kvArea p{
  height: 3em;
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.35em;
  line-height: 1.5;
  color: #fff;
}
.index.mainWrap > section .inner{
  padding-top: 28px;
  border-top: 1px solid rgba(0,0,0,0.5);
}
.index.mainWrap > section:not(.recipeArea) .inner{
  position: relative;
}
.index.mainWrap > section .inner::before{
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.index.mainWrap > section.recipeArea .inner::before {
  background: #fff;
}
.index .topicArea{
  margin-bottom: 50px;
}
.index .topicArea ul{
}
/* .index .topicArea li{
  width: 220px;
} */
.index .topicArea li img{
  width: 100%;
}
.index .reportArea{
  margin-bottom: 50px;
}
.index .reportArea figure{
  margin-bottom: 20px;
}
.index .reportArea .btnBlc{
  font-size: 0;
  text-align: center;
}
.index .reportArea .btnBlc a{
  display: inline-block;
  margin-bottom: 7px;
}
.index .reportArea .btnBlc img{
  height: 20px;
  width: auto;
}
.index .reportArea p{
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.index .recipeArea{
	height: 480px;
  position: relative;
  margin-bottom: 50px;
}
.index .recipeArea a{
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/index/recipe.jpg")no-repeat;
  background-size: cover;
}
.index .recipeArea .commonTtl{
  color: #fff;
}
.index.mainWrap > section.recipeArea .recipeTtl{
  position: absolute;
  top: 130px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
  padding-bottom: 50px;

}


/*
.index section.recipeArea .inner{
  border: none;
  padding: 0;
}
.index .recipeArea p{
  width: 600px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: rgba(255,255,255,0.7);
} */
.index .shopArea{
  margin-bottom: 50px;
}
.index .shopArea figure{
  position: relative;
  margin-bottom: 20px;
}
.index .shopArea figure + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.index .faqArea{
  margin-bottom: 50px;
}
.index .faqArea figure{
  margin-bottom: 20px;
}
.index .faqArea figure + p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.index .insArea{
  margin-bottom: 100px;
}
.index .insArea .btnWrap a{
  width: 600px;
}
.index .btnWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.index .btnWrap a{
  width: 480px;
}
.index .btnWrap img{
  width: 100%;
}
.index .btnWrap a + a{
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .index .inner {
  	padding-right: 0;
  	padding-left: 0;
  }
  .index .kvArea{
    height: auto;
  }
  .index .kvArea *:not(p){
  	position: static;
  }
  .index .kv01{
    background-image: url("../img/index/kv01_sp.jpg");
  }
  .index .kv02{
    background-image: url("../img/index/kv02_sp.jpg");
  }
  .index .kv03{
    background-image: url("../img/index/kv03_sp.jpg");
  }
  .index .kv04{
    background-image: url("../img/index/kv04_sp.jpg");
  }
  .index .kv {
    width: 100%;
    height: 0;
    padding-top: 108.823529%;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .index .kv::after {
  	top: -7px;
  }
  .index .kvArea p{
    font-size: 25px;
    letter-spacing: 0.3em;
  }
  .index .topicArea{
    margin-bottom: 70px;
  }
  .index .topicArea .bnrs{
    width: 100%;
    overflow-x: auto;
  }
  .index .reportArea{
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .index .reportArea figure{
    margin-bottom: 20px;
  }
  .index .reportArea figure img{
    width: 100%;
  }
  .index .reportArea p{
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .index .recipeArea{
  	height: auto;
    margin-bottom: 50px;
  }
  .index .recipeArea a{
    background: url("../img/index/recipe_sp.jpg")no-repeat center center/cover;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .index .recipeArea p{

    font-size: 14px;
  }

  .index.mainWrap > section.recipeArea .recipeTtl {
  	top: 50%;
  	margin-top: -80px;
  	padding-bottom: 20px;
  }
  .index .recipeArea .commonTtl {
  	padding: 0;
  }



  .index .shopArea{
    margin-bottom: 70px;
  }
  .index .shopArea .inner{
    padding: 0;
  }
  .index .shopArea figure img{
    width: 100%;
  }
  .index .shopArea figure + p {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .index .faqArea{
    margin-bottom: 70px;
  }
  .index .faqArea .inner{
    padding: 0;
  }
  .index .faqArea figure + p {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .index .faqArea figure img{
    width: 100%;
  }
  .index .insArea{
    margin-bottom: 70px;
  }
  .index .insArea .btnWrap a{
    max-width: 100%;
    width: 100%;
  }
  .index .insArea .btnWrap {
    padding: 0 15px;
  }
  .index .btnWrap{
    display: block;
  }
  .index .btnWrap a{
    display: block;
    max-width: 480px;
    width: 80%;
    margin: 0 auto;
  }
  .index .btnWrap img{
    width: 100%;
  }
  .index .btnWrap a + a{
    margin-left: auto;
    margin-top: 30px;
  }
}



#js-bnrs {
  overflow: hidden;
}
#js-bnrs .slick-slide {
  margin: 0 30px;
}
#js-bnrs .slick-list{
  margin: 0 -30px;
  overflow: hidden;
}
#js-bnrs .slick-arrow {
  position: absolute;
  display: block;
  margin-top: -8px;
	top: 50%;
	left: 50px;
  width: 16px;
  height: 22px;
  background-image: url(../../assets/img/index/prev.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
}
#js-bnrs .slick-arrow.next {
	right: 50px;
  left: auto;
  background-image: url(../../assets/img/index/next.png);
}
@media screen and (max-width: 767px) {

  #js-bnrs .slick-slide {
    margin: 0 10px;
  }
  #js-bnrs .slick-list{
  }
}
