@charset "UTF-8";
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row__item {
    width: 100%; }
    .row__item--mobile-1 {
      width: 8.33333%; }
    .row__item--mobile-2 {
      width: 16.66667%; }
    .row__item--mobile-3 {
      width: 25%; }
    .row__item--mobile-4 {
      width: 33.33333%; }
    .row__item--mobile-5 {
      width: 41.66667%; }
    .row__item--mobile-6 {
      width: 50%; }
    .row__item--mobile-7 {
      width: 58.33333%; }
    .row__item--mobile-8 {
      width: 66.66667%; }
    .row__item--mobile-9 {
      width: 75%; }
    .row__item--mobile-10 {
      width: 83.33333%; }
    .row__item--mobile-11 {
      width: 91.66667%; }
    .row__item--mobile-12 {
      width: 100%; }
    .row__item--mobile-fifth {
      width: 20%; }
    @media screen and (min-width: 768px) {
      .row__item--tablet-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-3 {
        width: 25%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-6 {
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-9 {
        width: 75%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-12 {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .row__item--tablet-fifth {
        width: 20%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-1 {
        width: 8.33333%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-2 {
        width: 16.66667%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-3 {
        width: 25%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-4 {
        width: 33.33333%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-5 {
        width: 41.66667%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-6 {
        width: 50%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-7 {
        width: 58.33333%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-8 {
        width: 66.66667%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-9 {
        width: 75%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-10 {
        width: 83.33333%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-11 {
        width: 91.66667%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-12 {
        width: 100%; } }
    @media screen and (min-width: 1080px) {
      .row__item--desktop-fifth {
        width: 20%; } }
  .row--std {
    margin: -10px; }
  .row--std .row__item {
      padding: 10px; }
  .row--wide {
    margin: -10px; }
    @media screen and (min-width: 768px) {
      .row--wide {
        margin: -20px; }
       }
    .row--wide .row__item {
      padding: 10px; }
      @media screen and (min-width: 768px) {
        .row--wide .row__item {
          padding: 20px; }
         }
      @media screen and (min-width: 768px) {
        .method-step__box .row--wide .row__item {
          padding: 15px; }
         }
  .row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.pc { display: block !important; }
@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px 30px 5px;
/*      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
*/
}
  @media screen and (max-width: 767px) {
    .link-list {
/*      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;*/
    }
  }
  @media screen and (min-width: 767px) {
    .link-list {
      padding: 0 150px;
    }
  }

    .link-list__item {
      width: 100%;
      /*padding: 0 20px 10px;*/ }
      @media screen and (min-width: 768px) {
        .link-list__item {
          width: 33.333333%;
          padding: 20px 10px;
        }
      }

      .link-list__item:before {
        content: none !important;
      }

/*        .index-list__item:before {
          content: "";
          display: block;
          width: 60px;
          height: 60px;
          background: no-repeat center center;
          background-size: contain;
          margin: 0 auto;
        }
        @media screen and (min-width: 768px) {
          .index-list__item:before {
            width: 100px;
            height: 100px; } 
          }
          .index-list__item:nth-child(1):before {
            background-image: url(../images/wine/1.png); }
    .index-list__item:nth-child(2):before {
      background-image: url(../images/wine/2.png); }
    .index-list__item:nth-child(3):before {
      background-image: url(../images/wine/3.png); }
  .index-list__link {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    background: url(../images/wine/ribbon.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 30px 10px;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) and (max-width: 1079px) {
      .index-list__link {
        font-size: 1.3rem; } }
    @media screen and (min-width: 1080px) {
      .index-list__link {
        font-size: 1.5rem; } */
}

.cha-section {
  color: #82a817;
}

.h2 {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .h2 {
    margin: 50px 0;
    font-size: 22px;
  }
}

.h3 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 16px;
  }
}

.h4 {
  height: 80px;
  margin-top: 20px;
  background: url(../images/drink/headbg_drink_18win.png) 50% 50% no-repeat;
  font-size: 18px;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .h4 {
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(../images/drink/headbg_drink_18win.png) 50% 50% no-repeat;
    font-size: 20px;
    line-height: 100px;  
  }
}

@media screen and (max-width: 768px) {
  .row--wide img {
      width: 100%;
  }
}

.biyou {
  background: url(../images/biyou/bg.png) repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
 }

.img-leafl {
  position: absolute;
  left: 0;
  z-index: 100;
}

.img-leafr {
  position: absolute;
  right: 0;
  z-index: 100;
}

.post-type-feature {
  background: #fff7e7;
  padding: 20px;
  padding-top: 80px;
  background-image: url(../images/biyou/bg_inner.png);
  background-position: top top;
  background-repeat: repeat;
  background-size: 50%;
}
@media screen and (min-width: 1024px) {
  .post-type-feature {
    margin-top: -25px;
    padding: 20px 0;
  }
}


.cha-section {
  color: #82a817;
}

.bi-section {
  color: #e88c86;
}

.wa-section {
  color: #bf8ab9;
}

.link-btn {
  display: block;
  max-width: 200px;  
  margin: 3rem auto 6rem;
  padding: 0.8rem 2rem;
  background: #e88c86;
  border-radius: 0px;
  color: #fff;
  text-align: center;
}

.cha-section .link-btn {
  background: #82a817;
}

.bi-section .link-btn {
  background: #e88c86;
}

.wa-section .link-btn {
  background: #bf8ab9;
}

.efficacy__box {
  position: relative;
  color: #fff;
}

.efficacy__box-item {
  position: static;
  padding: 20px;
  font-size: 1.4rem;
  background: rgba(130,168,23,0.7);
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .efficacy__box-item {
    width: 380px;
    padding: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width:1024px) {
  .efficacy__box-item {
    height: 357px;
    width: 432px;
    padding: 20px;
    position: absolute;
    top: 104px;
    right: 60px;
  }
}

.cha-section .efficacy__box-item {
  background: rgba(130,168,23,0.7);
}

.bi-section .efficacy__box-item {
  background: rgba(232,140,134,0.7);
}

.wa-section .efficacy__box-item {
  background: rgba(191,138,185,0.7);
}

.efficacy__box-head {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .efficacy__box-head {
    font-size: 2rem;
  }
}

.obi__box {
  position: relative;
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .obi__box {
    margin: 0;
  }
}

.obi__box .obi__box-img {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .obi__box .obi__box-img {
    height: auto;
  }
}

.obi__box-item {
  position: absolute; 
  top: 70px;
  left: 0;
  right: 0;
  padding: 26px 5px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .obi__box-item {
    position: absolute; 
    background: none;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media screen and (min-width:1024px) {
  .obi__box-item {
    position: absolute; 
    background: none;
    top: 96px;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.obi__box-head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .obi__box-head {
    font-size: 2.4rem;
    text-align: center;
  }
}
.obi__box-text {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .obi__box-text {
    font-size: 14px;
  }
}

.recommend__box-head {
  margin: 30px 0;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .recommend__box-head {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .recommend__box-head {
    margin: 60px 0 30px;
    text-align: center;
    font-size: 2.6rem;
  }
}

.recommend__box-item {
  padding: 10px 28px 0 35px;
  background-image: url(../images/biyou/kazari_l.png),url(../images/biyou/kazari_r.png);
  background-position: center left,center right;
  background-repeat: no-repeat,no-repeat;
  background-size: 31px 167px,31px 167px;
  font-size: 14px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .recommend__box-item {
    margin: 10px 25px 0 0;
    padding: 10px 42px 0 45px;
    background-image: url(../images/biyou/kazari_l.png),url(../images/biyou/kazari_r.png);
/*    background-position: left 18px,right 12px;*/
    background-repeat: no-repeat,no-repeat;
    background-size: 40px 215px,40px 215px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .recommend__box-item {
    min-height: 320px;
    margin: 10px 25px 0 0;
    padding: 10px 65px 0 70px;
    background-image: url(../images/biyou/kazari_l.png),url(../images/biyou/kazari_r.png);
    background-position: top left,top right;
    background-repeat: no-repeat,no-repeat;
    background-size: 62px 334px,62px 334px;
    font-size: 14px;
  }
}

.recommend__box-copy {
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .recommend__box-copy {
    font-size: 2.1rem;
  }
}

.recommend__box-text {
  color: #8c6239;
}

.method__box {
  margin-bottom: 20px;
  padding: 15px 30px;
  background-image: url(../images/biyou/bg_method.jpg);
  background-repeat: repeat-y;
}
@media screen and (min-width: 1024px) {
  .method__box {
    margin-bottom: 50px;
    padding: 50px 110px;
    background-image: url(../images/biyou/bg_method.jpg);
    background-repeat: repeat-y;
  }
}

.method__box-head {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .method__box-head {
    font-size: 26px;
  }
}

.method__box-sub-head {
  margin-bottom: 28px;
  font-size: 11px;
  color: #8c6239;
  text-align: center;
}

.method-step__item {
  background: #fff;
  font-size: 14px;
  color: #000;
}

.method-step__desc {
  height: auto;
  padding: 10px 15px;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .method-step__desc {
    height: 420px;
  }
}
@media screen and (min-width:1024px) {
  .method-step__desc {
    height: 370px;
  }
}

.method-step__box-head {
  height: 45px;
  font-size: 15px;
  color: #8c6239;
  text-align: center;
  line-height: 1.4;
}

.effect__box {
  position: relative;
  margin-top: 80px;
  padding: 225px 20px 10px;
  background-color: #f0ece4;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .effect__box {
    position: relative;
    height: 762px;
    margin-top: 80px;
/*    padding: 225px 50px 0;*/
    padding: 205px 50px 0;
    background-image: url(../images/biyou/bg_bi_effect.png);
    background-repeat: no-repeat;
    color: #000;
  }
}

.effect__box-photo {
  width: 70%;
  position: absolute;
/*  top: 63px;*/
  top: 16px;
  right: -16px;
  z-index: 100;  
}
@media screen and (min-width: 768px) {
  .effect__box-photo {
    width: 50%;
    position: absolute;
    top: -21px;
    right: -16px;
    z-index: 100;  
  }
}
@media screen and (min-width: 980px) {
  .effect__box-photo {
    width: auto;
    position: absolute;
    top: -140px;
    right: 40px;
    z-index: 100;  
  }
}

.effect__box-head__bg {
  background-size: 100%;
/*  padding: 35px 10px 24px 20px;*/
/*  padding: 35px 10px 32px 20px;*/
  padding: 40px 51px 43px 85px;
  background-image: url(../images/biyou/bg_bi_effect_title.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  top: -65px;
  left: 0px;
  z-index: 100;
  color: #fff;
}

@media screen and (max-width: 374px) {
  .effect__box-head__bg {
    padding: 31px 44px 36px 38px;
  }
}

@media screen and (min-width: 768px) {
  .effect__box-head__bg {
    width: 430px;
    padding: 45px 10px 35px 30px;
    background-image: url(../images/biyou/bg_bi_effect_title.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 100;
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .effect__box-head__bg {
    width: 502px;
    height: 186px;  
    padding: 50px 30px 0 40px;
    background-image: url(../images/biyou/bg_bi_effect_title.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 100;
    color: #fff;
  }
}

.effect__box-head__bg2 {
  background-size: 100%;
/*  padding: 35px 10px 24px 20px;*/
/*  padding: 35px 10px 32px 20px;*/
  padding: 40px 22px 43px 53px;
  background-image: url(../images/biyou/bg_bi_effect_title.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  top: -65px;
  left: 0px;
  z-index: 100;
  color: #fff;
}

@media screen and (max-width: 374px) {
  .effect__box-head__bg2 {
    padding: 27px 1px 43px 17px;
  }
}

@media screen and (min-width: 768px) {
  .effect__box-head__bg2 {
    width: 430px;
    padding: 45px 10px 35px 30px;
    background-image: url(../images/biyou/bg_bi_effect_title.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 100;
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .effect__box-head__bg2 {
    width: 502px;
    height: 186px;  
    padding: 50px 30px 0 40px;
    background-image: url(../images/biyou/bg_bi_effect_title.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 100;
    color: #fff;
  }
}

.effect__box-head {
  line-height: 1.3;
/*  font-size: 1.6rem;*/
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .effect__box-head {
    line-height: 1.4;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .effect__box-head {
    font-size: 2.4rem;
  }
}

.effect__box-head__bg .effect__box-sub-head {
  text-align: center;
  font-size: 10px;
  margin-top: 0;
}
@media screen and (max-width: 374px) {
  .effect__box-head__bg .effect__box-sub-head {
    text-align: center;
    font-size: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .effect__box-head__bg .effect__box-sub-head {
    margin-top: 1rem;
  }
}

.effect__box-head__bg2 .effect__box-sub-head {
  text-align: center;
  font-size: 10px;
  margin-top: 0;
}
@media screen and (max-width: 374px) {
  .effect__box-head__bg2 .effect__box-sub-head {
    text-align: center;
    font-size: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .effect__box-head__bg2 .effect__box-sub-head {
    margin-top: 1rem;
  }
}

.effect__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
/*  margin: 50px 0 30px;*/
  margin: 30px 0 20px;
}

.effect__box-listl {
  width: 10%;
  position: relative;
}

.effect__box-listr {
  width: 90%;
}

.effect__box-list-img {
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .effect__box-list-img {
      width: 80%;
  }
}

.effect__box-list-num {
  position: absolute;
  top: 0px;
  left: 6px;
  font-size: 2.4rem;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .effect__box-list-num {
    position: absolute;
    top: 18px;
    left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .effect__box-list-num {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 3.4rem;
  }
}

.effect__box-list-title {
  padding-left: 5px;
  font-size: 18px;
  color: #e88c86;
}
@media screen and (min-width: 980px) {
  .effect__box-list-title {
    padding-left: 0;
    font-size: 20px;
  }
}

.effect__box .effect__box-list-desc {
  font-size: 14px;
  margin-top: 0;
}
