@charset "utf-8";

/*-----------------------------------------------------
bootstrap
-------------------------------------------------------*/

/*-----------------------------------------------------
common
-------------------------------------------------------*/

html,
body{
  font-family: "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  line-height: 1.8;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",sans-serif;
  }
}
html{
  font-size: 62.5%;
}
body{
  color: #3e3b34;
  font-size: 1.5rem;
}
ul,
ol{
  padding: 0;
}
li{
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body{
    line-height: 1.6;
  }
  body{
    font-size: 1.5rem;
  }
}

/* .head
------------------------------------------------*/

.head{
  margin: 0;
  padding: 60px 0;
  background: #2fc6a4;
  color: #fff;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .head{
    padding: 20px 0;
    font-size: 2.4rem;
  }
}
.head span{
  display: block;
}

/* .sentence
------------------------------------------------*/

.sentence{
  margin: 70px 0;
}
.sentence-text{
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media all and (-ms-high-contrast: none){
  .sentence-text{
    line-height: 2.4;
  }
}
.sentence-text--space{
  margin-top: 1em;
}
.sentence-text__lg{
  margin: 0 10px;
  color: #fb3e54;
  font-size: 7rem;
}
.sentence-text__lg--underline{
  border-bottom: 14px solid #c4ece3; 
  border-radius: 2.5px;
}
.sentence-text__lg--green{
  color: #2fc6a4;
}
.sentence-text__lg--blue{
  color: #2f68c6;
}
.sentence-text__lg--dot{
  text-emphasis-style:dot filled;
  -webkit-text-emphasis-style:dot filled;
}
.sentence-text__lg--sm{
  color: #3e3b34;
  font-size: 4rem;
}
@media only screen and (max-width: 991px) {
  .sentence{
    margin: 40px 0;
  }
  .sentence-text{
    font-size: 2.4rem;
  }
  .sentence-text__lg{
    font-size: 3rem;
  }
  .sentence-text__lg--sm{
    font-size: 2.4rem;
  }
  .sentence-text__lg--underline{
    border-bottom: 10px solid #c4ece3; 
    border-radius: 2.5px;
  }
}

/* .application
------------------------------------------------*/

.application{
  padding: 100px 0;
  background: url(../images/bg_vegetable_fruit01.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .application{
    padding: 40px 0;
  }  
}
.application-balloon{
  position: relative;
  margin-bottom: 50px;
  padding: 20px 0;
  border-radius: 10px;
  background: #2fc6a4;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.application-balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2fc6a4 transparent transparent transparent;
  border-width: 20px 10px 0 10px;
}
@media only screen and (max-width: 991px) {
  .application-balloon{
    margin-bottom: 35px;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 1.8rem;
  }
}
.application-box{
  padding: 4px;
  background: url(../images/bg_parastichy.png) repeat center top;
  background-size: 5px;
  border-radius: 10px;
}
.application-box__inner{
  padding: 60px 0;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .application-box__inner{
    padding: 40px 0; 
  }
}
.product-img{
  float: left;
  width: 40%;
}
.product-img__item{
  margin-top: 65px;
}
.product-img__item:first-child{
  margin-top: 80px;
}
.product-detail{
  float: right;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .product-img,
  .product-detail{
    float: none;
    width: auto;
  }
  .product-img__item{
    width: 40%;
    float: left;
    margin-top: 0;
  }
  .product-img__item:first-child{
    float: right;
    margin-top: 0;
  }
  .product-detail{
    margin-top: 20px;
  }
}
.application h2{
  margin: 0;
}
.application-lead{
  margin-top: 10px;
  overflow: hidden;
  font-size: 1.2rem;
  text-align: center;
}
.application-lead__inner{
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
.application-lead__inner::before,
.application-lead__inner::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #cdcdcd;
}
.application-lead__inner::before {
  right: 100%;
}
.application-lead__inner::after {
  left: 100%;
}
.application-lead__label{
  margin-right: 10px;
  padding: 2px 5px;
  color: #fff;
  font-size: 1.5rem;
  background: #c30e23;
}
@media only screen and (max-width: 991px) {
  .application-lead__label{
    font-size: 1.2rem;
  }
}
.product-list{
  margin-top: 20px;
}
.product-item{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bea898;
}
.product-item:first-child{
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.product-label{
  display: inline-block;
  margin-bottom: 15px;
  padding: 2px 15px;
  background: #fb3e54;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .product-label{
    font-size: 1.4rem;
  }
}
.product-price{
  display: table;
  margin: 0 0 20px auto;
}
.product-price__caption{
  display: table-cell;
  padding: 0 10px 20px 0;
  vertical-align: bottom;
}
.product-price__caption-inner {
  position: relative;
  display: inline-block;
  min-height: 35px;
  background: #fb3e54;
  margin-right: 1em;
  padding: 0.25em 0.5em 0.25em 1em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.product-price__caption-inner:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1em;
  bottom: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #fb3e54;
  border-width: 1.17em 0 1.17em 15px;
}
.product-price__num{
  display: table-cell;
  font-size: 8.5rem;
  line-height: 1;
  vertical-align: bottom;
}
.product-price__yen{
  display: table-cell;
  font-size: 3rem;
  vertical-align: bottom;
}
.product-price__tax{
  display: block;
  margin-top: 1.5em;
  margin-left: -2em;
  font-size: 1.4rem; 
}
@media only screen and (max-width: 991px) {
  .product-price__num{
    font-size: 5rem;
  }
  .product-price__caption{
    padding: 0 10px 10px 0;
  }
  .product-price__caption-inner{
    min-height: 29px;
    font-size: 1.2rem;   
  }
  .product-price__caption-inner:after{
    right: -1.25em;
  }
  .product-price__yen{
    font-size: 2rem;
    padding-left: 5px;
  }
  .product-price__tax{
    margin: 0.5em 0 0 -1.8em;

    font-size: 1.1rem;
  }
}
.product-description{
  font-size: 1.3rem;
  line-height: 1.8;
}
.product-annotaion{
  font-size: 1.2rem;
}

/* .bg-paper
------------------------------------------------*/

.bg-paper{
  background: url(../images/bg_paper.jpg) repeat-y center top;
  background-size: cover;
}


/* .text-mincho
------------------------------------------------*/
.text-mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*-----------------------------------------------------
block
-------------------------------------------------------*/

/* .site-header
------------------------------------------------*/

.site-header{
  display: none;
  padding: 0 0 110px;
  background: #c4ece3;
}
.site-header__head{
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .site-header{
    padding: 0 0 40px;
  }
}

/* .mv
------------------------------------------------*/

.mv{
  padding: 20px 0 50px;
  background: url(../images/bg_mv.jpg) no-repeat center bottom;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .mv{
    padding-bottom: 20px;
    background-position: center top;
    background-size: cover;
  }
}
.mv__content{
  margin: 0;
}
.mv__point{
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .mv__point{
    margin-top: 20px;
  }
}
/* .sympathy
------------------------------------------------*/

.sympathy{
  overflow: hidden;
  padding-bottom: 10vw;
}
.sympathy__inner{
  position: relative;
  padding-top: 100px;
  background: #c4ece3;
}
.sympathy__inner:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #c4ece3 transparent transparent transparent;
  border-width: 10vw 50vw 0;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .sympathy__inner{
    padding-top: 40px;
  }
}
.sympathy-panel{
  margin: 0 auto 80px;
  padding: 40px 80px 100px;
  background: url(../images/img_trouble01.jpg) no-repeat right bottom #fff;
  background-size: contain;
  border-bottom: 10px solid #2fc6a4;
}
@media only screen and (max-width: 991px) {
  .sympathy-panel{
    margin: 0 auto 40px;
    padding: 20px;
    background: url(../images/img_trouble01.jpg) no-repeat right bottom #fff;
    background-size: contain;
    border-bottom: 10px solid #2fc6a4;
  }
}

.sympathy-head{
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
}
.sympathy-item{
  padding-left: 40px;
  background: url(../images/ico_check.png) no-repeat left 35%;
  background-size: 28px 24px;
  font-weight: bold;
  line-height: 3;
}
.sympathy-lead{
  margin-top: 120px;
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .sympathy-head{
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .sympathy-item{
    padding-left: 30px;
    background-position: left 5px;
    background-size: 25px;
    line-height: 2;
  }
  .sympathy-lead{
    margin-top: 40px;
    font-size: 2rem;
  }
}

/* .lack
------------------------------------------------*/

.lack{
  margin: 60px 0 100px;
}
@media only screen and (max-width: 991px) {
  .lack{
    margin: 30px 0 50px;
  }  
}

/* .cause
------------------------------------------------*/

.cause{
  padding: 100px 0 80px;
  background: url(../images/img_trouble02.jpg) no-repeat right bottom;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .cause{
    padding: 40px 0 40px;
    background-position: 70%;
  }
}
.cause-head{
  margin-bottom: 40px;
  line-height: 1.6;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .cause-head{
    font-size: 2.4rem;
    text-align: left;
  }
  .cause-text{
    width: 70%;
    text-align: left;
  }
}


/* .require
------------------------------------------------*/

.require{
  padding: 100px 0;
  background: #c4ece3;
}
@media only screen and (max-width: 991px) {
  .require{
    padding: 50px 0;
  }
}

.require-head,
.require-text{
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .require-head{
    font-size: 2.4rem;
  }
}
.require-text--end{
  margin: 30px 0 0;
  font-weight: bold;
}

/* .effect
------------------------------------------------*/

.effect{
  padding: 100px 0;
  background: url(../images/bg_stomach.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .effect{
    padding: 40px 0;
  }
}
.effect-head{
  margin-bottom: 50px;
  font-size: 4.2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .effect-head{
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.effect-lead{
  position: relative;
  width: 90%;
  height: 90%;
  padding: 45%;
  border-radius: 50%;
  background: #2fc6a4;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .effect-lead{
    font-size: 1.6rem;
  }
}
.effect-lead__inner{
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1.5em 0 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.effect-item{
  width: 80%;
  margin: 0 auto;
}
.effect-item--firstline{
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .effect-item{
    width: 100%;
  }
  .effect-item--firstline{
    margin-top: 10px;
  }
}

/* .point
------------------------------------------------*/

.point{
  padding: 100px 0 220px;
}
@media only screen and (max-width: 991px) {
  .point{
    padding: 40px 0;
  }
}
.point--1{
  background: url(../images/bg_vegetable_fruit02.jpg) no-repeat center top;
  background-size: cover;
}
.point--2{
  background: url(../images/bg_extraction.jpg) no-repeat center top;
  background-size: cover;
}
.point--3{
  background: url(../images/bg_qualitycontrol.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .point--1{
    background-position: 35% top;
  }
  .point--3{
    background-position: left top;
  }
}
.point-lead{
  margin-bottom: 40px;
  text-shadow: 0 2px 3px #fff,2px 0 3px #fff,0 -2px 3px #fff,-2px 0 3px #fff,2px 2px 3px #fff,-2px 2px 3px #fff,2px -2px 3px #fff,-2px -2px 3px #fff;
}
@media only screen and (max-width: 991px) {
  .point-lead{
    margin-bottom: 20px;
  }
}
.point-lead__num{
  float: left;
  display: block;
  max-width: 85px;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .point-lead__num{
    max-width: 15%;
    margin-bottom: 10px;
  }
}
.point-lead__text{
  float: left;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .point-lead__text{
    font-size: 2.4rem;
  }
}

/* .diff
------------------------------------------------*/

/* .nutrition */

.nutrition{
  padding: 100px 0;
  background: url(../images/bg_wallpaper.jpg) repeat left top;
  background-size: 50%;
}
.nutrition__text{
  margin: 20px 0 10px;
  font-size: 3rem;
  line-height: 1.4;
}
.nutrition__text strong{
  margin: 0 10px;
  font-size: 6rem;
  color: #fb3e54;
}
@media only screen and (max-width: 991px) {
  .nutrition{
    padding: 40px 0;
  }
  .nutrition__text{
    font-size: 2.4rem;
  }
  .nutrition__text strong{
    font-size: 3rem;
  }  
}

/* .farmer */

.farmer{
  padding: 100px 0;
  background: url(../images/bg_sand.jpg) repeat left top;
  background-size: 700px;
}
.farmer__inner{
  padding: 40px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .farmer{
    padding: 15px 0;
  }
  .farmer__inner{
    padding: 15px;
  }
}
.farmer-head{
  margin: 0;
  font-size: 3rem;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .farmer-head{
    font-size: 2.4rem;
  }
}
.farmer-lead{
  width: 75%;
  margin-top: 30px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 991px) {
  .farmer-lead{
    width: 100%;
    margin-top: 15px;
  }
}
.farmer-main{
  width: 85%;
  margin: 50px auto 0;
}
@media only screen and (max-width: 991px) {
  .farmer-main{
    width: 100%;
    margin-top: 15px;
  }
}
.farmer-main__pic{
  float: left;
  width: 50%;
}
.farmer-main__comment{
  float: right;
  width: 60%;
  margin-top: 50px;
  margin-left: -10%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .farmer-main__pic,
  .farmer-main__comment{
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .farmer-main__pic{
    width: 80%;    
  }
  .farmer-main__comment{
    width: 100%;
    margin-top: 15px;
  }
}
.farmer-main__info{
  margin-top: 50px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .farmer-main__info{
    margin: 15px 0 0;
    font-size: 1.5rem;
  }
}
.farmert__text{
  margin: 40px 0;
  color: #9dbda6;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .farmert__text{
    margin: 20px 0;
    font-size: 2.4rem;
  }
}

.farmer-sub__info{
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: center;
}

/* .flow */

.flow{
  padding:90px 0;
  background: url(../images/bg_wooden.jpg) repeat left top;
  background-size: contain;
  color: #fff;
  font-size: 1.8rem;
}
.flow__inner{
  padding: 60px 0;
  background: url(../images/bg_blackboard.jpg) repeat left top;
  background-size: 1325px 500px;
}
@media only screen and (max-width: 991px) {
  .flow,
  .flow__inner{
    padding: 15px 0;
  }
}
.flow-lead{
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .flow-lead{
    width: 80%;
  }
}
.flow-head{
  width: 14em;
  margin: 30px auto 50px;
  padding-bottom: 10px;
  border-bottom: 6px solid #f3f98b;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .flow-head{
    width: 8em;
    margin: 15px auto 25px;
    font-size: 2.4rem;
  }
}
.flow-label{
  margin: 0 0 40px;
  text-align: center;
}
.flow-label span{
  display: inline-block;
  padding:15px 60px;
  background: #fff;
  color: #3e3b34;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .flow-label{
    margin: 15px;
  }
  .flow-label span{
    display: block;
   font-size: 2rem; 
  }
}

.flow-label--onaka span{
  background: #2fc6a4;
  color: #fff;
}
.flow-separate{
  background: linear-gradient(to top, #fff, #fff) repeat-y center;
  background-size: 4px;
}
@media only screen and (max-width: 991px) {
  .flow-separate{
    margin-top: 30px;
    background: none;
  }
  .flow-separate--first{
    margin-top: 0;
  }
}
.flow-extraction{
  width: 95%;
  margin: 40px auto 0;
}
.flow-extraction--onaka{
  width: 100%;
}
.flow-preparation__text--onaka{
  margin-left: 15px;
}
@media only screen and (max-width: 991px) {
  .flow-preparation__text{
    margin: 0 15px;
  }  
}
.flow-extraction__text{
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .flow-extraction__text{
    margin-top: 15px;
  }
}
.flow-extraction__text--onaka{
  margin-top: 30px;
}
.flow-extraction__text--aging{
  margin-top: 40px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .flow-extraction__text--onaka,
  .flow-extraction__text--aging{
    margin: 15px 0 0;
  }
}
.flow-extraction__text--aging span{
  margin-right: 5px;
  font-size: 5rem;
}
.flow-bottle{
  position: relative;
  margin: 40px 0 20px;
  padding-top: 7vw;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .flow-bottle{
    margin: 15px 0;
  }
}
.flow-bottle:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #9dbda6 transparent transparent transparent;
    border-width: 5vw 8vw 0;
    z-index: 1;
}
.flow-bottle__pic{
  width: 70%;
  margin: 0 auto;
}
.flow-bottle__pic--onaka{
  width: 65%;
}
.flow-more{
  margin-top: 15px;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 2.4;
}
.flow-more__balloon{
  display: block;
  text-align: left;
}
.flow-more strong{
  font-size: 4rem;
  border-bottom: 6px solid #fb3e54;
}
@media only screen and (max-width: 991px) {
  .flow-more{
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .flow-more__balloon{
    width: 100px;
  }
  .flow-more strong{
    font-size: 3rem;
  }
}


/* .sugar
------------------------------------------------*/

/* .secret */

.secret{
  padding: 100px 0;
  background: url(../images/bg_sugar.jpg) no-repeat 20% top;
  background-size: cover;
}
.secret-head{
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .secret{
    padding: 40px 0;
  }
  .secret-head{
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
}

.sugar-table{
  margin: 40px 0 10px;
  overflow: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .sugar-table{
    margin-top: 15px;
  }
}
.sugar-table table{
  width: 100%;
}

.sugar-table th,
.sugar-table td{
  width: 33.3%;
  font-size: 1.8rem;
}
.sugar-table th span,
.sugar-table td span{
  display: block;
  margin:3px 4px;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.sugar-table td:nth-of-type(1) span{
  color: #fb3e54;
}
.sugar-table th span{
  background: #2fc6a4;
  color: #fff;
}
.sugar-table td span{
  background: #c4ece3;
}

/* .extraction
------------------------------------------------*/

.extraction{
  padding: 100px 0;
  background: #c4ece3;
}
@media only screen and (max-width: 991px) {
  .extraction{
    padding: 15px 0 40px;
  }
}
.extraction-main{
  float: right;
  width: 50%;
  padding-left: 15px;
}
.extraction-sub{
  float: left;
  width: 50%;
}
.extraction-main--even{
  float: left;
  padding-right: 15px;
  padding-left: 0;
}
.extraction-sub--even{
  float: right;
}
@media only screen and (max-width: 991px) {
  .extraction-main,
  .extraction-sub{
    float: none;
    width: 100%;
    padding: 0;
  }
}
.extraction-head{
  padding: 15px;
  border-bottom: 1px dotted #a0a0a0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
.extraction-text{
  padding: 15px;
}

/* .probiotic */

.probiotic{
  margin-top: 50px;
  padding:30px 35px;
  background: #fff;
  box-shadow: 0px 10px 29px 0px rgba(64, 53, 42, 0.52);
}
.probiotic-main{
  float: right;
  width: 64%;
}
.probiotic-sub{
  float: left;
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .probiotic-main,
  .probiotic-sub{
    float: none;
    width: 100%;
  }
  .probiotic-sub{
    margin-top: 20px;
  }
}
.probiotic-head{
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .probiotic-head{
    font-size: 2rem;
  }
}

/* .quality
------------------------------------------------*/

.quality-image{
  width: 100%;
}
.quality-step{
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .quality-step{
    padding: 40px 0;
  }
}
.quality-step__list{
  width: 70%;
  margin:0 auto;
}
@media only screen and (max-width: 991px) {
  .quality-step__list{
    width: 100%;
  }
}
.quality-step__item{
  padding: 30px;
  border: 1px solid #3e3b34;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .quality-step__item{
    margin-top: 15px;
    padding: 15px;
  }  
}
.quality-step__text{
  height: 5em;
}
.quality-step__num{
  display: block;
  color: #2fc6a4;
  font-size: 1.8rem;
}
@media only screen and (max-width: 991px) {
  .quality-step__pic{
    width: 50%;
    margin: 0 auto;
  }
}
.quality-movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .quality-movie{
    margin-top: 15px;
  }  
}
.quality-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.quality-summary{
  padding: 100px 0;
  background: url(../images/bg_liquid.jpg) no-repeat center top;
  background-size: cover;
}
.quality-summary__list{
  margin-bottom: 40px;
  text-align: center;
}
.quality-summary__item{
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  color: #2fc6a4;
  font-size: 2.4rem;
  font-weight: bold;
}
.quality-summary__item:first-child{
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .quality-summary{
    padding: 40px 0;
  }
  .quality-summary__list{
    margin-bottom: 20px;
  }
  .quality-summary__item{
    margin: 0 0 20px 0;
    font-size: 1.8rem;
  }
  .quality-summary__item img{
    margin-bottom: 5px;
  }
}

.quality-summary__text{
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 991px) {
  .quality-summary__text{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }
}
.quality-send{
  padding: 100px 0;
  background: #f1f1ec;
}
.quality-send__head{
  margin: 0 0 50px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .quality-send{
    padding: 40px 0;
  }
  .quality-send__head{
    font-size: 2.4rem;
  }
}

/* .picky
------------------------------------------------*/

.picky__lead{
  margin-bottom: 0;
}

/* .recipe */

.recipe{
  padding: 100px 0;
  background: #2fc6a4;
}
.recipe__inner{
  padding: 50px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .recipe{
    padding: 40px 0;
  }
  .recipe__inner{
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe__inner{
    padding: 40px;
  }
}
.recipe-head{
  font-size: 4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .recipe-head{
    font-size: 2.4rem;
  }
}
.recipe-head__sub{
  display: block;
  font-size: 1.8rem;
}
.recipe-row{
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .recipe-row{
    margin-top: 15px;
  }
}
.recipe-main{
  float: right;
  width: 60%;
}
.recipe-main--even{
  float: left;
}
.recipe-main__head{
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .recipe-main__head{
    margin-top: 0;
  }
}
.recipe-sub{
  float: left;
  width: 35%;
}
.recipe-sub--even{
  float: right;
}
@media (max-width: 767px) {
  .recipe-main,
  .recipe-sub{
    float: none;
    width: 100%;
  }
}

/* .voice */

.voice{
  padding: 100px 0;
  background: url(../images/bg_knit.jpg) repeat left top;
  background-size: 30%;
}
@media only screen and (max-width: 991px) {
  .voice{
    padding: 40px 0;
  }
}
.voice-head{
  width: 90%;
  margin: 0 auto;
  padding: 0 3%;
  font-size: 3rem;
  background:
  url(../images/bg_balloon_01.png) no-repeat left 75%,
  url(../images/bg_balloon_02.png) no-repeat right 75%;
  background-size: 3%;
  text-align: center;
  line-height: 1.6;
}
.voice-head__lg{
  margin: 0 10px;
  font-size: 7rem;
}
@media only screen and (max-width: 991px) {
  .voice-head{
    font-size: 2.4rem;
    background-size: 5%;
  }
  .voice-head__lg{
    font-size: 3rem;
  }
}
.voice-item{
  margin-top: 50px;
  padding: 45px;
  background-color: #fff;
  box-shadow: 0px 8px 21px 0px rgba(117, 117, 117, 0.58);
}
.voice-item__main{
  float: right;
  width: 70%;
}
.voice-item__sub{
  float: left;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .voice-item{
    margin-top: 20px;
    padding: 15px;
  }
  .voice-item__main{
    width: 75%;
  }
  .voice-item__sub{
    width: 20%;
  }
}

.voice-item__head{
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #a0a0a0;
  font-size: 2.4rem;
  font-weight: bold;
}


.voice-content{
  padding: 50px 0 130px;
  background: url(../images/img_tea03.jpg) no-repeat center top;
  background-size: cover;
}
.voice-item{
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .voice-content{
    padding: 25px 0 65px;
    background-position: 85%;
  }
  .voice-item{
    margin-bottom: 15px;
  }
}

/* .nutritionist */

.nutritionist{
  padding: 100px 0;
  background: url(../images/bg_placemat.jpg) no-repeat center top;
  background-size: cover;
}
.nutritionist__inner{
  padding: 50px;
  background: #fff;
  box-shadow: 0px 8px 21px 0px rgba(117, 117, 117, 0.58);
}
@media only screen and (max-width: 991px) {
  .nutritionist{
    padding: 40px 0;
  }
  .nutritionist__inner{
    padding: 15px;
  }
}
.nutritionist-balloon{
  text-align: center;
}
.nutritionist-balloon__text{
  position: relative;
  display: inline-block;
  padding: 0 10%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .nutritionist-balloon__text{
    padding: 0 15%;
  }
}
.nutritionist-balloon__text:before,
.nutritionist-balloon__text:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fb3e54;
}
.nutritionist-balloon__text:before{
  left:0;
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.nutritionist-balloon__text:after{
  right: 0;
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.nutritionist-head{
  margin: 10px 0 40px;
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .nutritionist-head{
    font-size: 2.4rem;
  }
}
.nutritionist-main{
  float: right;
  width: 60%;
}
.nutritionist-sub{
  float: left;
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .nutritionist-main,
  .nutritionist-sub{
    float: none;
    width: auto;
  }
  .nutritionist-sub{
    margin: 30px auto 0;
  }
  .nutritionist__pic img{
    width: 50%;
    margin: 0 auto;
  }
}

.nutritionist__text{
  margin-bottom: 2em;
}
.nutritionist__text--last{
  margin-bottom: 0;
}
.nutritionist__caption{
  text-align: center;
  font-weight: bold;
}

/* .qa
------------------------------------------------*/

.qa{
  padding: 100px 0;
  background: #eeeeee;
}
.qa__inner{
  padding: 50px 100px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .qa{
    padding: 40px 0;
  }
  .qa__inner{
    padding: 40px 15px;
  }
}
.head-qa{
  margin: 0 100px;
  padding-bottom: 15px;
  font-size: 3rem;
  text-align: center;
  border-bottom: 4px solid #2fc6a4;
}
@media only screen and (max-width: 991px) {
  .head-qa{
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
.qa-list{
  margin-top: 40px;
}
.qa-question{
  margin-top: 30px;
}
.qa-question,
.qa-answer{
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.6;
}
.qa__capitalletter{
  margin-right: 0.5em;
  color: #2fc6a4;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .qa-question,
  .qa-answer{
    padding-left: 2.4em;
    text-indent: -2.4em;
  }
  .qa__capitalletter{
    font-size: 2.4rem;
  }
}
.qa__capitalletter--answer{
  color: #fb3e54;
  font-weight: bold;
}
.qa-annotation{
  margin-top: 40px;
  font-size: 1.2rem;
  text-align: right;
}

/* .concept
------------------------------------------------*/

.concept{
  padding: 100px 0;
}
.concept-text{
  margin-top: 50px;
}
.concept-text__item{
  margin-bottom: 20px;
}
.concept-text__item--last{
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .concept{
    padding: 40px 0;
  }
  .concept-text{
    margin-top: 20px;
  }
  .concept-text__item{
    margin-bottom: 10px;
  }
}
@media screen and (min-width:992px) and ( max-width:1199px) {
  .concept-text{
    margin-top: 10px;
  }
}




















/* .point1 */

.point-lead--brand{
  min-height: 800px;
  background: url(../images/img_korea.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .point-lead--brand{
    min-height: auto;
    padding-bottom: 50%;
  }
}
.process-lead{
  margin-top: 50px;
  font-size: 3.8rem;
  font-weight: bold;
}
.process-type__head{
  margin-top: 40px;
  font-size: 5.2rem;
}
.process-type__description{
  font-size: 3.2rem;
}
.process-year{
  font-size: 2.8rem;
}
.process-label{
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 10px;
  background: #c30e23;
  color: #fff;
  font-size: 3.2rem;
  border-radius: 10px;
  text-align: center;
}
.process-value{
  margin-top: 20px;
  font-size: 3.4rem;
  font-weight: bold;
}
.process-pickup{
  display: table-cell;
  width: 6em;
  height: 6em;
  background: #c30e23;
  border-radius: 50%;
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.process-pickup__value{
  font-size: 6rem;
}
.process-pickup__multiply{
  font-size: 3.6rem;
}
@media only screen and (max-width: 991px) {
  .process-lead{
    margin-top: 25px;
    font-size: 1.9rem;
  }
  .process-type__head{
    margin-top: 20px;
    font-size: 2.6rem;
  }
  .process-type__description{
    font-size: 1.6rem;
  }
  .process-year{
    font-size: 1.4rem;
  }
  .process-label{
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .process-value{
    font-size: 1.7rem;
  }
  .process-pickup{
    font-size: 1.5rem;
  }
  .process-pickup__value{
    font-size: 3rem;
  }
  .process-pickup__multiply{
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .process-value{
    font-size: 1.3rem;
  }
  .process-pickup{
    font-size: 1.3rem;
  }
  .process-pickup__value{
    font-size: 2.4rem;
  }
  .process-pickup__multiply{
    font-size: 1.8rem;
  }
}

.ginsengberry{
  padding: 50px 0;
}
.ginsengberry-head{
  margin: 90px 0 50px;
  font-size: 3.8rem;
  font-weight: bold;
}
.ginsengberry-lead{
  font-size: 3rem;  
}
.ginsengberry-value{
  display: inline-block;
  margin-top: 100px;
  font-size: 5rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f29b76 60%);
}
.ginsengberry-summary{
  margin-top: 60px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 991px) {
  .ginsengberry{
    padding: 25px 0;
  }
  .ginsengberry-head{
    margin: 45px 0 25px;
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .ginsengberry-lead{
    margin-top: 15px;
    font-size: 1.5rem;  
  }
  .ginsengberry-value{
    margin-top: 50px;
    font-size: 2rem;
  }
  .ginsengberry-summary{
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

/* .point2 */

.point-lead--active{
  min-height: 800px;
  background: url(../images/img_active.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .point-lead--active{
    min-height: auto;
    padding-bottom: 30%;
    background-position: 65% top;
  }
}

.circulation-text{
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .circulation-text{
    margin-top: 25px;
  }
}
.circulation-text strong{
  color: #c30e23;
}

/* .point3 */

.point-lead--trouble{
  min-height: 800px;
  margin: 100px 0 50px;
  background: url(../images/img_trouble02.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .point-lead--trouble{
    min-height: auto;
    margin: 50px 0 25px;
    padding-bottom: 30%;
    background-position: 55% top;
  }
}
.point-tea__text strong{
  color: #c30e23;
}

.change{
  margin-top: 100px;
}
.change__head{
  margin-bottom: 45px;
  font-size: 4.3rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .change__head{
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.change-image{
  margin-top: 70px;
  background: #f0e4d7;
}
@media only screen and (max-width: 991px) {
  .change-image{
    margin-top: 35px;
  }
}
.change-image__figure{
  padding:50px 0;
  background: #f0e4d7;  
}
@media only screen and (max-width: 991px) {
  .change-image__figure{
    padding: 25px 0;
  }
}
.change-image__head{
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .change-image__head{
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.week-item--1{
  background: url(../images/img_change_01.jpg) no-repeat center top;
}
.week-item--2{
  background: url(../images/img_change_02.jpg) no-repeat center top;
}
.week-item--3{
  background: url(../images/img_change_03.jpg) no-repeat center top;
}
.week-item--4{
  background: url(../images/img_change_04.jpg) no-repeat center top;
}

.week-list{
  margin: 0;
}
.week-item{
  margin-top: 100px;
  padding: 30px 0;
  background-size: cover;
}
.week-item:first-child{
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .week-list{
    margin-top: 15px;
  }
  .week-item{
    margin-top: 50px;
    padding: 15px 0;
    background-position: 60% top;
  }
}
.week-head__main{
  display: block;
  margin: 35px 0 25px;
  font-size: 3.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.week-head__sub{
  display: block;
  font-size: 2rem;
}
.week-text{
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .week-head__label{
  }
  .week-head__main{
    margin: 10px 0;
    font-size: 1.7rem;
    white-space: normal;
  } 
  .week-head__sub{
    font-size: 1rem;
  }
  .week-text{
    margin-top: 10px;
  }
}

.week-annotation{
  min-height: 200px;
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .week-annotation{
    min-height: 100px;
    font-size: 1.2rem;
  }
}

.change-recommend{
  min-height: 600px;
  background: url(../images/img_tea02.jpg) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .change-recommend{
    min-height: auto;
    padding-bottom: 20%;
    background-position: 35% top;
  }
}

.change-recommend__head,
.change-recommend__text{
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}
.change-recommend__head{
  margin-top: 140px;
  font-size: 3.6rem;
}
.change-recommend__text{
  margin-top: 20px;
}
.change-recommend__pic{
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .change-recommend__head,
  .change-recommend__text{
    font-size: 1.5rem;
  }
  .change-recommend__head{
    margin-top: 70px;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .change-recommend__text{
    margin-top: 10px;
  }
  .change-recommend__pic{
    margin-top: 15px;
  }

}















/* .introduction
------------------------------------------------*/

.introduction{
  margin-top: 40px;
  padding: 160px 0 50px;
}
.introduction__lead{
  margin-top: 50px;
  font-size: 2.2rem;
}
.introduction-head{
  margin: 40px 0;
  font-size: 5rem;
  text-align: center;
}
.introduction-head__text{
  display: inline-block;
  width: 8em;
  padding: 10px 0;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(195, 14, 35);
  color: #fff;
}
.introduction-head__cross{
  margin: 0 1em;
}
.introduction__text{
  margin-top: 50px;
  font-size: 2.2rem;
  text-align: center;
}
.introduction__summary{
  margin: 40px 0 0;
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .introduction{
    margin-top: 20px;
    padding: 60px 0 25px;
  }
  .introduction__lead{
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .introduction-head{
    margin: 20px 0 20px;
    font-size: 1.8rem;
  }
  .introduction-head__text{
    text-align: center;
  }
  .introduction-head__cross{
    margin: 0 0.3em;
  }
  .introduction__text{
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .introduction__summary{
    margin: 20px 0 0;
    font-size: 2.4rem;
  }
}

/* .qa
------------------------------------------------*/

.qa-head{
  margin: 100px 0 50px;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .qa-head{
    margin: 50px 0 25px;
    font-size: 3rem;
  }
}

.qa-content{
  padding: 50px 0;
  background:url(../images/bg_geometric.png) no-repeat center top;
  background-size: cover;
}
.qa-list{
  margin-bottom: 0;
}
.qa-item{
  margin-top: 30px;
  border: 3px solid #b49b88;
  padding: 2px;
  background: #fff;
}
.qa-item:first-child{
  margin-top: 0;
}
.qa-item__inner{
  border: 1px solid #b49b88;
  padding: 25px;
}
.qa-item__question{
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
}
.qa-item__icon{
  margin-right: 10px;
}
.qa-item__answer{
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .qa-content{
    padding: 25px 0;
  }
  .qa-item{
    margin-top: 15px;
  }
  .qa-item__inner{
    padding: 10px;
  }
  .qa-item__question{
    padding-left: 35px;
    text-indent: -35px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .qa-item__icon{
    width: 25px;
    margin-right: 10px;
  }
  .qa-item__answer{
    font-size: 1.2rem;  
  }
}

/* .brand
------------------------------------------------*/

.brand-series{
  padding: 50px 0 100px;
  background: url(../images/bg_nature.jpg) no-repeat center top;
  background-size: cover;
}
.brand-series__head{
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
}
.brand-series__lead{
  margin-bottom: 40px;
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
}
.brand__label{
  margin: 0 15px;
  padding: 0 20px;
  background: #769b50;
  color: #fff;
}
.brand-series__text{
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .brand-series{
    padding: 25px 0 50px;
    background-position: 35% top;
  }
  .brand-series__head{
    font-size: 3rem;
  }
  .brand-series__lead{
    margin-bottom: 20px;
    font-size: 1.9rem;
  }
  .brand__label{
    margin: 0 5px;
    padding: 0 5px;
  }
  .brand-series__text{
    margin-top: 25px;
  }
}

.brand-concept{
  padding: 90px 0 60px;
}
.brand-concept-head{
  color: #769b50;
  font-size: 6rem;
  text-align: center;
}
.brand-concept-head__jp{
  display: block;
  margin-top: 5px;
  font-size: 2.8rem;
  font-weight: bold;
}
.brand-concept-lead{
  margin-top: 30px;
  text-align: center;
}
.brand-concept__list{
  margin-top: 50px;
  text-align: center;
}
.brand-concept__item{
  display: inline-block;
  width: 33%;
  padding: 0 2%;
  text-align: center;
  vertical-align: top;
  font-size: 2.8rem;
  font-weight: bold;
}
.brand-concept-item__caption{
  margin-top: 25px;
}
.brand-concept__comment{
  margin-top: 50px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 991px) {
  .brand-concept{
    padding: 45px 0 30px;
  }
  .brand-concept-head{
    font-size: 3rem;
  }
  .brand-concept-head__jp{
    font-size: 1.4rem;
  }
  .brand-concept-lead{
    margin-top: 15px;
    text-align: left;
  }
  .brand-concept__list{
    margin-top: 25px;
  }
  .brand-concept__item{
    font-size: 1.2rem;
  }
  .brand-concept-item__caption{
    margin-top: 5px;
  }
  .brand-concept__comment{
    margin-top: 25px;
    font-size: 1.6rem;
    text-align: left;
  }
}