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

/*----------------------------------------
●PC表示　@media print, screen and (min-width: 769px){}
●SP表示　@media screen and (max-width:768px){}
----------------------------------------*/
.box-inner{
  max-width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------
  ヘッダー画像
----------------------------------------*/
#ABOUT .mv-content{
  background-image: url('../images/img_header.jpg');
}

/*----------------------------------------
  #hello
----------------------------------------*/
#hello h3{
  font-size: 1.5rem;
}
#hello .l-container{
  background: url('../images/img_dot.png') no-repeat left;
  position: relative;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px){
  #hello .l-container{
  background-size: contain;
  max-width:700px;
  height: 220px;
  }
  #hello .l-textSpc{
  position: absolute;
  right: 0;
  top: 10px;
  }
}

@media screen and (max-width:768px){
  #hello {
    margin-bottom: 10px;
  }
  #hello h3{
    text-align: center;
    margin-bottom: 10px;
  }
  #hello .l-container{
   background-repeat: repeat-y;
   background-size: 80%;
   background-position: 50% 50%;
  }
  #hello .l-textSpc{
   padding: 20px 0;
   background-color: rgba(255,255,255,0.6);
  }
}

/*----------------------------------------
  #feature
----------------------------------------*/
#feature h4{
  font-size: 1.3em;
}
#feature h4:before{
  content: '';
  background: #CEC2BA;
  display: inline-block;
  width: 14px;
  height: 4px;
  margin-right: 10px;
  vertical-align: middle;
}
#feature .l-container {
  margin-top: 20px;
}
#feature .l-container ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#feature .l-container ul li{
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 2px 2px 5px #ccc;
  margin-bottom: 20px;
  padding: 1.5em 2.5em;
  width: 45%;
}

@media print, screen and (min-width: 769px){
  #feature{
    position: relative;
    height: 600px;
    margin: 70px 0 50px;
  }
  #feature .p-imgSpc__back figure{
    position: absolute;

  }
  #feature .p-imgSpc__back .bg_l{
    left: 0;
    top: -50px;
  }
  #feature .p-imgSpc__back .bg_r{
    right: 0;
    bottom: -50px;
  }
  #feature .box-inner{
    position: absolute;
    right: 0;
    left: 0;
  }
  
  #feature .l-container ul{
    width: 900px;
    margin: 0 auto;
  }
  #feature .l-container ul li {
    margin: 20px;
  }
}
@media screen and (max-width:768px){
  #feature {
    background-image: url('../images/bg_feature_l.png');
    background-repeat: no-repeat;
  }
  #feature .l-container ul li{
  padding: 1em 2em;
  display: block;
    width: 100%;
 }
}

/*----------------------------------------
  #ingredient
----------------------------------------*/
#ingredient h4{
  font-size: 1.3em;
}
#ingredient h4:before{
  content: '';
  background: url('../images/ico_ing.png') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}
#ingredient .l-container{
  margin-top: 40px;
}
#ingredient .l-textSpc li{
  margin-bottom: 20px;
}
#ingredient .l-textSpc p{
  margin-left: 2.5em;
}
@media print, screen and (min-width: 769px){
  #ingredient .l-container {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
}
  #ingredient .l-container .l-textSpc{
    width: 50%;
    order:2;
    margin-left: 40px;
  }
  #ingredient .l-container figure{
    width: 350px;
  }
}
@media screen and (max-width:768px){
  #ingredient h4{
    text-align: ce
  }
  #ingredient .l-container{
    margin-top: 20px;
  }
  #ingredient .l-container figure{
    width: 70%;
    margin: 0 auto;
  }
}

#ingredient .intro{
  font-size: 1.1em;
  text-align: center;
  margin: 30px auto 40px;
}

#ingredient .intro i{
  font-size: 1.3em;
  color:#CEC2BA;
}

/*----------------------------------------
  #qa
----------------------------------------*/
#qa{
  margin-bottom: 50px;
}
#qa .l-container{
  margin-top: 20px;
}
#qa .question:before{
  content: 'Q.';
}
#qa .answer:before{
  content: 'A.';
}
#qa .question:before,#qa .answer:before{
  font-size: 1.5em;
  margin-right: 1em;
}
#qa .question {
  color: #7d5f33;
  border-bottom: solid 1px #CEC2BA;
  padding: 0.5em 1em;
}
#qa .answer{
  padding: 1em;
  display: none;
}
#qa .question_on{
  background: #CEC2BA;
  color: #fff;
  border-bottom: none;
}
@media print, screen and (min-width: 769px){
  #qa{
  padding-top: 30px;
  }
  #qa .question{
    cursor: pointer;
  }
}
@media screen and (max-width:768px){
  #qa .question:before,#qa .answer:before{
    margin-right: 5px;
  }
}

/*----------------------------------------
  #history
----------------------------------------*/
#history {
  background: url('../images/bg_history.jpg') no-repeat center;
  background-size: cover;
}
#history .c-contTtl p,
#history .c-contTtl h2{
  color: #fff;
}
#history .l-container {
  margin-top: 50px;
}
#history .l-container p{
  color: #fff;
  margin-bottom: 1.5em;
}
#history .l-container .last:before{
  content: '';
  display: inline-block;
  background: #fff;
  width: 4em;
  height: 1px;
  margin-right: 15px;
  vertical-align: middle;
}
#history .l-container span{
  background: linear-gradient(transparent 40%,#53868A 30%);
}
@media screen and (max-width:768px){
  /*スマホのみ途中まで表示*/
  #history .l-container{
    position: relative;
    margin-bottom: 45px;
  }
  #history .text{
    height: 190px;
    overflow: hidden;
  }
  #history .show_more{
    bottom: 0px;
    left: 0px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
    cursor: pointer;
    transition: bottom 0.2s;
    padding: 5px;
  }
  .active {
    background: none;
    bottom: -30px;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  #feature .box-inner {
    position: relative;
  }
  
  .mv-content .box-inner {
    max-width: none;
  }
}