/* initial setting */
body.ver19 .contents {
  background: #fff;
  /* font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', '游ゴシック', 'Yu Gothic', 'メイリオ', meiryo, sans-serif; */
  font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
}
/* initial setting end */


/* common class */
.container {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.btn-area {
  padding: 40px 0;
}

.btn-buy {
  display: block;
  width: 320px;
  height: 62px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 22px;
  /* font-weight: bold; */
  font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
  text-align: center;
  line-height: 59px;
  vertical-align: middle;
  background-image: url('../img/btn_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity .2s;
}
  .btn-buy:hover {
    opacity: .7;
  }

@media screen and (max-width: 640px) {
  .container{
    width: 86%;
  }
  .btn-buy {
    width: 440px;
    height: 84px;
    font-size: 32px;
    /* font-weight: normal; */
    line-height: 84px;
    background-image: url('../img/btn_01_sp.png');
  }
}

.sec-title {
  padding: 12px 0;
  color: #fff;
  font-size: 30px;
  font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
  /* font-weight: normal; */
  text-align: center;
  background-color: #43392d;
}

@media screen and (max-width: 640px) {
  .sec-title {
    padding: 15px 0;
    font-size: 37px;
  }
}

.products-set {
  display: flex;
  align-items: flex-end;
  width: 720px;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #000;
  background-color: #fff;
}
  .products-set .set-image {
    width: 237px;
    margin-right: 15px;
  }
  .products-set .set-content {
    width: 426px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
    .products-set .set-title {
      margin-bottom: 10px;
      font-size: 23px;
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
    }
    .products-set .set-decoration {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      padding-top: 15px;
      font-size: 15px;
      font-family: 'Marcellus', serif;
      text-align: left;
      line-height: 1.2;
      border-top: solid 1px #000;
    }
      .products-set .set-decoration > li:not(:last-child) {
        padding-right: 58px;
        background-image: url('../img/icon_multiply.png');
        background-size: 20px 19px;
        background-position: right 20px top 50%;
        background-repeat: no-repeat;
      }

@media screen and (max-width: 640px) {
  .products-set {
    flex-wrap: wrap;
    width: 520px;
    padding: 40px 50px;
  }
    .products-set .set-image {
      width: 268px;
      margin: 0 auto 20px;
    }
    .products-set .set-content {
      width: 100%;
      font-size: 20px;
    }
      .products-set .set-title {
        font-size: 30px;
      }
      .products-set .set-decoration {
        margin-top: 15px;
        padding-top: 20px;
        font-size: 20px;
      }
        .products-set .set-decoration > li:not(:last-child) {
          padding-right: 50px;
          background-position: right 16px top 50%;
        }
}
/* common class end */


.sec-overview {
	background: #f5f3ed;
}
  .sec-overview .overview-product {
    margin: 20px 0 10px;
    text-align: center;
    line-height: 40px;
  }
    .sec-overview .product-name {
      font-size: 28px;
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      /* font-weight: bold; */
    }
    .sec-overview .product-detail {
      font-size: 26px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
    }
    .sec-overview .product-note {
      font-size: 20px;
    }
  .sec-overview .products-set {
    margin-top: 20px;
  }
    .sec-overview .products-set + .btn-area {
      padding-top: 25px;
      padding-bottom: 60px;
    }

@media screen and (max-width: 640px) {
  .sec-overview .overview-product {
    margin-bottom: 30px;
  }
  .sec-overview .products-set {
    margin-top: 40px;
  }
    .sec-overview .products-set + .btn-area {
      padding-bottom: 90px;
    }
}


.sec-recommend {}
  .sec-recommend .sec-content {
    padding: 60px 0;
    text-align: center;
    background-image: url('../img/bg_01.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
  }
    .sec-recommend .check-list {
      display: inline-block;
      padding-left: 30px;
    }
      .sec-recommend .check-list > li {
        position: relative;
        font-size: 24px;
        /* font-weight: bold; */
        font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
        text-align: left;
      }
        .sec-recommend .check-list > li:not(:last-child) {
          margin-bottom: 40px;
        }
        .sec-recommend .check-list > li:before {
          content: '';
          position: absolute;
          top: -2px;
          left: -30px;
          width: 34px;
          height: 32px;
          background-image: url('../img/icon_check.png');
          background-size: contain;
          background-repeat: no-repeat;
        }
        .sec-recommend .check-list > li .marker {
          display: inline-block;
          background-image: linear-gradient(180deg, transparent 60%, #f8f853 60%);
          background-size: 0 100%;
          background-repeat: no-repeat;
        }
        .sec-recommend .js-highlight.on > li .marker-1 {
          animation: marker .2s ease-out forwards;
        }
        .sec-recommend .js-highlight.on > li .marker-2 {
          animation: marker .2s .4s ease-out forwards;
        }
        .sec-recommend .js-highlight.on > li .marker-3 {
          animation: marker .2s .8s ease-out forwards;
        }

@keyframes marker {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 640px) {
  .sec-recommend .sec-content {
    padding: 80px 0;
    background-image: url('../img/bg_01_sp.jpg');
  }
  .sec-recommend .check-list {
    padding-left: 48px;
  }
    .sec-recommend .check-list > li {
      font-size: 36px;
    }
      .sec-recommend .check-list > li:not(:last-child) {
        margin-bottom: 50px;
      }
      .sec-recommend .check-list > li:before {
        top: 0;
        left: -42px;
        width: 48px;
        height: 46px;
      }
}


.sec-selective {
  font-family: 'Noto Serif JP', serif;
  font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
}
  .sec-selective .sec-title {
    background-color: #000;
    /* font-family: 'Noto Serif JP', serif; */
    /* font-weight: 600; */
  }
  .sec-selective .sec-content {
    padding: 45px 0;
    font-size: 20px;
    line-height: 2.1;
    text-align: center;
    background-image: url('../img/bg_02.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec-selective .selective-text {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: solid 1px #000;
    /* font-weight: 500; */
  }
  .sec-selective .selective-list {
    display: inline-block;
    margin-top: 40px;
    counter-reset: number;
  }
    .sec-selective .selective-list > li {
      position: relative;
      text-align: left;
    }
      .sec-selective .selective-list > li:before {
        counter-increment: number;
        content: counter(number) ".";
        position: absolute;
        left: -40px;
        width: 30px;
        text-align: right;
      }

@media screen and (max-width: 640px) {
  .sec-selective .sec-title {
    padding: 18px 0;
    font-size: 34px;
  }
  .sec-selective .sec-content {
    font-size: 22px;
    background-image: url('../img/bg_02_sp.jpg');
    padding-bottom: 60px;
  }
  .sec-selective .selective-text {
    width: 520px;
    font-size: 25px;
  }
  .sec-selective .selective-list > li{
    font-size: 25px;
  }
}


.sec-features {}
  .sec-features .sec-content {
    padding: 45px 0;
    background-image: url('../img/bg_03.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec-features .features-points{
    max-width: 750px;
    margin: 0 auto;
  }
  .sec-features .features-points .point-frame {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 300px;
    margin-bottom: 40px;
    padding-left: 370px;
    position: relative;
  }
    .sec-features .features-points .point-number {
      /* width: 60%; */
      margin-bottom: 10px;
      font-size: 44px;
      font-family: 'Marcellus', serif;
      line-height: 1;
      letter-spacing: .1rem;
    }
    .sec-features .features-points .point-title {
      /* width: 60%; */
      margin-bottom: 10px;
    }
      .sec-features .features-points .point-title span {
        display: inline-block;
        margin-bottom: 5px;
        padding: 0 5px;
        color: #fff;
        font-size: 25px;
        /* font-weight: bold; */
        font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
        background-color: #43392d;
      }
    .sec-features .features-points .point-image {
      /* order: -1; */
      width: 40%;
      max-width: 300px;
      position: absolute;
      left: 0;
    }
    .sec-features .features-points .point-frame.point-2{
      padding-left: inherit;
      padding-right: 300px;
    }
      .sec-features .features-points .point-frame.point-2 .point-image {
        left: auto;
        right: 0;
      }
    .sec-features .features-points .point-text {
      /* width: 60%; */
      font-size: 18px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      line-height: 28px;
    }
      .sec-features .features-points .point-note {
        font-size: 12px;
        font-weight: normal;
        display: block;
      }
  .sec-features .fracrance-title,
  .sec-products .products-title{
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    font-family: 'Marcellus', serif;
    letter-spacing: .1em;
    margin: 60px auto 50px;
    position: relative;
    width: fit-content;
  }
    .sec-features .fracrance-title span{
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      font-weight: bold;
      display: block;
      font-size: 22px;
      position: relative;
      letter-spacing: normal;
    }
    .sec-features .fracrance-title span:after,
    .sec-products .products-title:after{
      content: "";
      display: inline-block;
      width: 2em;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -5px;
      margin: auto;
    }
    .sec-products .products-title:after{
      width: 100%;
      bottom: 5px;
    }
  .sec-features .fracrance-frame{
    display: -webkit-flex;
    display: flex;
    max-width: 750px;
    margin: 0 auto;
  }
    .sec-features .fracrance-frame .fracrance-image{
      width: 40%;
      max-width: 300px;
      margin-right: 70px;
    }
    .sec-features .fracrance-frame .fracrance-note{}
    .sec-features .fracrance-frame .fracrance-note .note-title{
      font-family: 'Marcellus', serif;
      font-size: 28px;
    }
    .sec-features .fracrance-frame .fracrance-note .note-text{
      font-size: 18px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      margin-bottom: 20px;
    }
  .sec-features .sec-content + .btn-area{
    padding:  60px 0;
    background: #f5f3ed;
  }

@media screen and (max-width: 640px) {
  .sec-features .sec-content {
    background-image: url('../img/bg_03_sp.jpg');
  }
    .sec-features .features-points .point-frame,.sec-features .features-points .point-frame.point-2{
      padding: 0;
      display: block;
      min-height: auto;
    }
    .sec-features .features-points .point-image{
      position: inherit;
      width: 100%;
      max-width: none;
    }
    .sec-features .features-points .point-title{
      margin-bottom: 20px;
    }
      .sec-features .features-points .point-title span{
        font-size: 36px;
      }
    .sec-features .features-points .point-text{
      font-size: 22px;
      line-height: 1.6;
      margin-top: 20px;
    }
      .sec-features .features-points .point-text .point-note{
        font-size: 15px;
      }
    .sec-features .fracrance-frame .fracrance-image{
    	width: 50%;
    	margin-right: 20px;
    }
    .sec-features .sec-content + .btn-area{
      background: #fff;
    }
}


.sec-voice {}
  .sec-voice .sec-content {
    padding: 60px 0 40px;
    background-image: url('../img/bg_04.jpg');
    background-position: 50% top;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-bottom: 60px; */
  }
  .sec-voice .voice-card{
      max-width: 750px;
      margin: 0 auto;
    }
    .sec-voice .voice-card li{
      padding-right: 200px;
      margin-bottom: 20px;
    }
    .sec-voice .voice-card li:nth-last-child(even){
      padding-right: 0;
      padding-left: 200px;
    }

@media screen and (max-width: 640px) {
  .sec-voice .sec-content {
    background-image: url('../img/bg_04_sp.jpg');
    padding: 40px 0;
  }
    .sec-voice .voice-card li{
      padding-right: 0;
    }
    .sec-voice .voice-card li:nth-last-child(even){
      padding-left: 0;
    }
}


.sec-faq{}
  .sec-faq .sec-content{
    max-width: 750px;
    margin: 0 auto;
  }
  .sec-faq .faq-list{
    margin: 60px auto 0;
  }
    .sec-faq .faq-list .question{
      font-size: 28px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      color: #648272;
      position: relative;
      padding-left: 60px;
      margin-bottom: 20px;
    }
    .sec-faq .faq-list .question:before{
      content: "Q";
      font-family: 'Marcellus', serif;
      font-size: 49px;
      font-weight: normal;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1;
    }
    .sec-faq .faq-list .answer{
      font-size: 20px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      margin-bottom: 50px;
      line-height: 1.6;
    }
@media screen and (max-width: 640px) {
  .sec-faq .faq-list .answer{
    line-height: 1.8;
  }
}


.sec-products{
  background: #f5f3ed;
  padding: 1px 0 30px;
}
  .sec-products hr{
    margin: 80px auto 0;
    border-top-color: #000;
    width: 538px;
  }
  .sec-products .recommend-content{
    text-align: center;
  }
  .sec-products .products-item{
    width: 458px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 7px 9px 15px rgb(0 0 0 / 30%);
    overflow: hidden;
    margin: 0 40px;
  }
    .sec-products .products-item .item-title{
      background: #000;
      color: #fff;
      font-size: 23px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      margin: 10px;
      padding: 8px;
      text-align: center;
    }
      .sec-products .products-item .item-title .note{
        font-size: 14px;
        /* font-weight: normal; */
        font-family: "ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004";
      }
    .sec-products .products-item .item-price{
      font-size: 33px;
      /* font-weight: bold; */
      font-family: "ヒラギノ角ゴ W5 JIS2004","Hiragino Kaku Gothic W5 JIS2004";
      letter-spacing: -0.1rem;
      text-align: center;
      line-height: 1.2;
    }
      .sec-products .products-item .item-price.small{
        font-size: 28px;
      }
      .sec-products .products-item .item-price .price{
        /* line-height: 1; */
        font-size: 52px;
        /* font-weight: bold; */
        /* font-family: monospace; */
      }
    .sec-products .products-item .item-detail{
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      margin-top: 10px;
      padding: 50px 70px 40px;
      text-align: center;
    }
      .sec-products .products-item.bg-01 .item-detail{background-image: url(../img/bg_item_01.jpg);}
      .sec-products .products-item.bg-02 .item-detail{background-image: url(../img/bg_item_02.jpg);}
      .sec-products .products-item.bg-03 .item-detail{background-image: url(../img/bg_item_03.jpg);}
      .sec-products .products-item.bg-04 .item-detail{background-image: url(../img/bg_item_04.jpg);}
    .sec-products .products-item .btn-buy{
      background-image: url(../img/btn_02.png);
      background-size: 100% 100%;
      margin-top: 50px;
    }
    .sec-products .products-slider{
      margin: 0 auto 120px;
    }
    .sec-products .slick-list{
      padding-bottom: 20px!important;
    }
    .sec-products .slick-arrow{
      width: 65px!important;
      height: 65px!important;
      display: block;
      text-indent: 200%;
      overflow: hidden;
      z-index: 1;
      border-radius: 50%;
      -webkit-tap-highlight-color: transparent;
    }
    .sec-products .slick-prev{
      left: 0;
      left: calc((100% - 550px)/2);
    }
    .sec-products .slick-next{
      right: 0;
      right: calc((100% - 550px)/2);
    }
    .sec-products .slick-arrow:before,
    .sec-products .slick-arrow:after{
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      vertical-align: middle;
    }
    .sec-products .slick-arrow:before{
      background: rgb(100 130 114 / 70%);
      border-radius: 50%;
    }
    .sec-products .slick-prev:after{
      right: -7px;
      width: 22px;
      height: 22px;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .sec-products .slick-next:after{
      left: -7px;
      width: 22px;
      height: 22px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .sec-products .slick-dots{
      bottom: -50px;
    }
    .sec-products .slick-dots li{
      text-align: center;
      width: 15px;
      height: 15px;
      margin: 0 15px;
    }
    .sec-products .slick-dots li button{
      text-indent: 200%;
      overflow: hidden;
    }
    .sec-products .slick-dots li button:before{
      background: #775d3d;
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      opacity: .5;
      transition: opacity 1s;
    }
    .sec-products .slick-dots li.slick-active button:before{
      opacity: 1;
    }

@media screen and (max-width: 640px) {
  .sec-products .products-item .btn-buy{
    width: 280px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    background-image: url(../img/btn_02_sp.png);
  }
  .sec-products .products-item .item-title .note{
    font-size: 15px;
  }
  .sec-products .products-slider{
    margin-bottom: 80px;
  }
  .sec-products .slick-dots{
    bottom: -30px;
  }
}


.organic-insta {
 background: #b8ada2;
 padding: 70px 0;
 text-align: center;
}
.organic-insta a dd img{
  transition: opacity .2s;
}
.organic-insta a:hover dd img{
  opacity: .7;
}
body .organic-insta img{
  width: auto;
}
body section.organic-insta h2 {
 color: #fff;
 display: inline-block;
 padding-bottom: .4em;
 border-bottom: 1px solid #fff;
 color: #fff;
 display: inline-block;
 padding-bottom: 0.4em;
 border-bottom: 1px solid #fff;
 font-family: 'Marcellus', serif;
 font-size: 40px;
 font-style: italic;
 letter-spacing: 6px;
 margin-bottom: 50px;
 line-height: 1.1;
 font-weight: normal;
}
.organic-insta dt {
 margin-bottom: 30px;
}

@media (max-width: 640px) {
  .organic-insta h2 {
   font-size: 37px;
  }
   .organic-howto li:last-child{
    margin-top: 40px;
  }
}