:root{
  --color-white: #fff;
  --color-blue: #6978c9;
  --color-orange: #f96898;
  --color-gray: #6e6e6e;
  --color-txt-jill: #993366;
  --color-txt-flora: #856c4a;
  --color-online-only: #fbf7f8;
  --border-color: #cfcfcf;

}

body{
  font-family: 'Shippori Mincho', "メイリオ", Meiryo, sans-serif;
  background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/jlfn_bg.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.main-contents img{
  width: 100%;
  height:auto;
}
strong,b{font-weight: 600;}

.is-pc{ display: block;}
.is-sp{ display: none;}

.main-contents {
  width: 1000px;
  margin-top: 90px;
  box-sizing: border-box;
}

.pane-topic-path {
  width: 1000px;
}
.pane-topic-path li:after {
  content: '';
}

.txt-jill{color: var(--color-txt-jill); font-weight: 500;}
.txt-flora{color: var(--color-txt-flora); font-weight: 500;}
.txt-underline{text-decoration: underline; font-weight: 500;}

/* cont-top */
.cont-top{
  margin-top: 10px;
  letter-spacing: 1px;

  .mainvisual{
    text-align: center;
  }

  h1{
    width: 720px;
    margin: 40px auto 0;
    padding-left: 60px;
    font-size: 0;
    text-align: center;
  }


  .lead,
  .period{
    margin-top: 60px;
    line-height: 1.8;

    >*{
      margin-top: 10px;
      text-align: center;
    }
    >*:first-child{
      margin-top: 0;
    }
    span{
      font-weight: 600;
    }
  }
  .lead{
    margin-top: 20px;
  }
}





/* cont-benefit */
.cont-benefit{
  margin-top: 80px;
  padding: 50px 40px 90px;
  background-color: var(--color-white);
  box-sizing: border-box;

  h1{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--color-orange);
  }
  h2{
    margin-top: 20px;
    text-align: center;
  }
  h2:nth-of-type(2){
    margin-top: 80px;
  }
  .lead{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .lead:nth-of-type(2) .img{
    padding-right: 40px;
  }
  .text{
    width: fit-content;
    padding-left: 20px;
    >*{
      width: fit-content;
      margin-top: 20px;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.6;
    }
    >*:first-child{
      margin-top: 0;
      font-size: 22px;
      font-weight: 600;
    }
    .annotation{
      margin: 20px auto 0;
      li{
        margin-top: 5px;
        font-size: 11px;
      }
      li:first-child{
        margin-top: 0;
      }
    }
    strong{
      font-size: 23px;
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/underbar_grad.png');
      background-repeat: no-repeat;
      background-position-y: 88%;
      background-size: 98% 30%;
    }
  }
  .img{
    flex: 0 0 40%;
    padding-right: 70px;
    box-sizing: border-box;
  }
}

/* cont-target */
.cont-target{
  margin-top: 40px;
}

/* tab */
.tabs {
  display: flex;
  gap: 10px;
  cursor: pointer;
  justify-content: space-between;
}

.tab {
  position: relative;
  flex: 0 1 50%;
  margin-bottom: -1px;
  padding: 30px 0 40px;
  background: #e7e7e7;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}
.tab.is-active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 33px;
  height: 28px;
  background-image: url('/assets/images/common/common_icon_current_red_28.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.tab:nth-of-type(1).is-active {
  background: #f4e8e8;
  border-bottom: none;
}
.tab:nth-of-type(2).is-active {
  background: #c9d2d9;
  border-bottom: none;
}


.tab-content {
  display: none;
  border-top: 1px solid var(--border-color);
  margin-bottom: 80px;
  padding: 50px;
  background-size: contain;
  box-shadow: 0px 2px 10px 5px rgba(136, 136, 136, 0.2);

  h2{
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
  }
  h2::before{
    content: '';
    display: block;
    width: 90px;
    height: 34px;
    margin: 0 auto 22px;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/deco_top.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  h2::after{
    content: '';
    display: block;
    width: 74px;
    height: 20px;
    margin: 28px auto 0;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/deco_bottom.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  h2.flora::before,
  h2.flora::after{
    content: '';
    display: block;
    width: 250px;
    height: 20px;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/decoration_fn.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  h2.flora::before{
    margin-bottom: 26px;
  }

  .tab-content__inner {
    padding: 70px 50px;
    background-color: var(--color-white);
  }

  .lead{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 2.4;
    >*{
      text-align: center;
    }
    >*:first-child{
      margin-top: 0;
    }
    b{
      font-size: 20px;
      letter-spacing: 2px;
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/underbar_jl.png');
      background-repeat: no-repeat;
      background-position-y: 88%;
      background-size: 98% 30%;
    }
    b.flora{
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/underbar_fn.png');
    }
  }
}

.tab-content.is-active {
  display: block;
}
.tab-content.--bg-jill {
  background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/bg_products_jl.jpg');
  background-size: 105%;
}
.tab-content.--bg-flora {
  background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/bg_products_fn.jpg');
}


/* product-details */
.product-details {
  display: flex;
  margin-top: 120px;
  gap: 20px;
  justify-content: space-between;

  .icon{
    display: block;
    margin-bottom: 26px;

    span{
      display: inline-block;
      padding: 3px 15px;
      font-size: 11px;
      color: #363636;
      background-color: #eed2cd;
    }
  }
  .icon.--flora span{
    color: #fff;
    background-color: #b59046;
  }




  .product-details__img {
      flex: 0 1 50%;
      max-width: 480px;
  }
  .product-details__text {
    flex: 0 0 400px;

    .title {
        display: block;
        font-size: 26px;
        line-height: 1.6;
        word-break: keep-all;
        overflow-wrap: anywhere;

        small{
          display: block;
          margin: 10px 0px;
          font-size: 14px;
          color: rgb(102, 102, 102);
          line-height: 1;
        }
    }
    .title.--ex01{
      letter-spacing: -1px;
    }
    .title:has(+.price){
      margin-bottom: 20px;
    }
    .info{
      margin-top: 20px;
      sup{
        display: inline-block;
        margin: 0 3px;
        font-size: 12px;
        transform: translateY(-8px);
      }
    }
    .price{
      margin-top: 5px;
      color: var(--color-gray);
      letter-spacing: 2px;
      .large{
        font-size: 23px;
        font-weight: 600;
      }
      small{
        font-size: 14px;
      }
    }
    .point{
      margin-top: 20px;
      line-height: 1.8;
      img{
        width: 62px;
      }
      sup{
        display: inline-block;
        margin: 0 2px;
        font-size: 11px;
        transform: translateY(-8px);
      }
      >*:first-child{
        margin-top: 10px;
      }
      .notes{
        font-size: 12px;
      }
    }
    .set-list{
      margin-top: 30px;
      line-height: 1.8;

      li{
        margin-left: 1.2em;
        text-indent: -1em;
      }
    }
    .btn {
      margin-top: 30px;

      >*{
        margin-top: 20px;
      }
      >*:first-child{
        margin-top: 0;
      }

      p{
        background-color: #fff;
      }

      a{
        display: block;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(147, 147, 147);
        border-image: initial;
        padding: 12px 0px;
        transition: background 0.4s;
        background: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/common_icon_arrow_right_black_12.png') right 12px center / 12px no-repeat;
      }

      span{
        display: block;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(147, 147, 147);
        border-image: initial;
        padding: 12px 0px;
        transition: background 0.4s;
        background: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/common_icon_arrow_right_black_12.png') right 12px center / 12px no-repeat;
        position: relative;
      }

      span::after{
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(192,192,192, .5);
      }
    }

    .btn_annotation{
      margin-top: 30px;

      p{
        font-size: 14px;
        letter-spacing: 0.6px;
        margin: 20px auto 0px;
        color: #c2012a;
        text-decoration: underline;
        text-decoration-color: #eeb8c3;
        line-height: 180%;
        width: fit-content;
      }
    }

    .btn__seaside-flamingo{
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/btn_sikh_001.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
    .btn__sunset-reflection{
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/btn_sikh_002.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
    .btn__cherryBlossom{
      background-image: url('/img/flora/img/usr/common/kaori/l/cherry_blossom_l.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
    .btn__sensualJasmine{
      background-image: url('/img/flora/img/usr/common/kaori/l/sensual_jasmine_l.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
    .btn__frenchRose{
      background-image: url('/img/flora/img/usr/common/kaori/l/french_rose_l.jpg');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
    .btn__blueHydrangea{
      background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/btn_bh_l.png');
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
    }
  }
}


/* product-others */
.product-others{
  margin-top: 80px;

  h3{
    font-size: 24px;
    text-align: center;
    line-height: 1;
  }
  h3::before{
    content: '';
    display: block;
    width: 90px;
    height: 37px;
    margin: 0 auto 24px;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/deco_top.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  h3::after{
    content: '';
    display: block;
    width: 74px;
    height: 20px;
    margin: 28px auto 0;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/deco_bottom.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  h3.flora::before,
  h3.flora::after{
    content: '';
    display: block;
    width: 250px;
    height: 30px;
    background-image: url('/img/flora/img/pc/images/news/2025/0620/jlfn_cp/decoration_fn.png');
    background-repeat: no-repeat;
    background-size: contain;
  }
  h3.flora::before{
    margin-bottom: 26px;
  }

  ul{
    width: fit-content;
    margin: 40px auto 0;
  }
  li{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.8;
    list-style: disc;

    a{
      border-bottom: 1px solid #707070;
      text-decoration: none;
    }
    a:hover,a:active{
      text-decoration: none;
      border-color: #e87c6f;
    }
  }
  .notes{
    margin-top: 50px;
    list-style: none;
    margin-left: -1.2em;
    text-decoration: none;
    line-height: 1;
    span{
      display: inline-block;
      padding: 0 5px;
      background-color: #f7d9d5;
    }
    img{
      display: inline-block;
      width: 154px;
      vertical-align: text-top;
      padding: 0 5px;
    }
    img.img-flora{
      width: 140px;
    }
  }
}

/* online-only */
.online-only{
  position: relative;
  margin: 120px -30px 0;
  padding: 80px 30px;
  background-color: var(--color-online-only);
  border-radius: 10px;

  .product-details:nth-of-type(1){
    margin-top: 0;
  }

}
.online-only::before{
  content: '';
  display: block;
  position: absolute;
  top: -158px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: transparent transparent var(--color-online-only) transparent;
  border-width: 80px 176px;
  border-style: solid;
  transform: translateX(-50%);
}




/* ********** SP ************ */
@media screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
    letter-spacing: 0;
  }

  .pane-topic-path {
    width: 100%;
    margin: 0;
    padding: 0 3vw;
  }

  .is-pc{ display: none;}
  .is-sp{ display: block;}

  .main-contents {
    width: 100%;
    margin-top: 18vw;
    padding: 0;
  }
  .bread-crumb{
    padding: 0 3vw;
    li{
      font-size: 2.8vw;
    }
  }
  .cont-top{
    margin-top: 2vw;

    h1{
      width: 96%;
      padding: 0;
    }
    .lead,
    .period{
      margin-top: 8vw;

      >*{
        margin-top: 0;
      }

      /*>*:first-child{
        margin-top: 0;
      }*/
    }
    .lead{
      margin-top: 0;
      >*{
        margin-top: 2vw;
      }
    }
    .period{
        >*:nth-of-type(2){
        margin-top: 2vw;
      }
    }
  }


  .cont-benefit{
    margin-top: 10vw;
    padding: 10vw 3vw;

    h1{
      font-size: 4.6vw;
    }
    h2{
      margin-top: 3vw;
      padding: 0;
    }
    h2:nth-of-type(2) {
      margin-top: 10vw;
    }
    .lead{
      flex-direction: column;
      margin-top: 8vw;

      .text{
        order: 2;
        width: 100%;
        margin-top: 6vw;
        padding: 0;

        strong{
          font-size: 3.8vw;
        }
        >* {
          width: 100%;
          font-size: 3.6vw;
          line-height: 1.8;
        }
        .annotation{
          width: fit-content;
          margin-top: 5vw;
          li{
            margin: 0;
            font-size: 2.6vw;
          }
        }
      }
      .img{
        order: 1;
        width: 60%;
        margin: 0 auto;
        padding: 0;

      }
    }
    .lead:nth-of-type(2) .img {
      width: 66%;
      margin: 0 0 0 19vw;
      padding: 0;
    }
  }

  .cont-target{
    margin-top: 10vw;
  }

  .tabs{
    gap: 1.6vw;
    justify-content: center;
    font-size: 2.8vw;
  }
  .tab {
    flex: 0 1 48%;
    padding: 3vw 0 6vw;
  }
  .tab.is-active::after {
    width: 6vw;
    height: 5vw;
  }
  .tab-content{
    padding: 6vw 3vw;

    .tab-content__inner{
      padding: 11.5vw 3vw;
    }

    h2{
      font-size: 5vw;
    }

    h2::before{
      width: 14vw;
      height: 5vw;
      margin-bottom: 4vw;
    }
    h2::after{
      width: 12vw;
      height: 4vw;
      margin-top: 4vw;
    }
    h2.flora::before,
    h2.flora::after{
      width: 30vw;
      height: 3vw;
      margin-bottom: 4vw;
    }
    h2.flora::after{
      margin-top: 4vw;
    }
    .lead{
      margin-top: 6vw;
      font-size: 3.6vw;
      line-height: 2.2;

      b{
        font-size: 3.6vw;
        letter-spacing: 0;
      }
      b::before{
        height: 1.5vw;
        bottom: 1vw;
      }
    }
  }



  .product-details{
    margin-top: 20vw;
    justify-content: flex-start;
    flex-direction: column;

    .product-details__img{
      width: 80%;
      max-width: inherit;
      margin: 0 auto;
    }

    .product-details__text{

      >* {
        margin-top: 3vw;
        text-align: center;
      }

      >*:first-child {
        margin-top: 0;
      }

      .icon{
        width: fit-content;
        margin: 5vw auto;

        span {
          padding: 1vw 5vw;
          font-size: 3vw;
        }
      }
      .title {
        font-size: 5vw;

        small {
          margin: 1vw 0;
          font-size: 4vw;
          text-align: center;

        }
      }
      .title:has(+.price) {
        margin-bottom: 3vw;
      }
      .info {
        margin-top: 5vw;
        sup{
          font-size: 3vw;
          transform: translateY(-1.5vw);
        }
      }
      .price {
        margin-top: 2vw;
        .large{
          font-size: 5.6vw;
        }
      }
      
      .point {
        margin-top: 3vw;
        font-size: 3vw;

        sup{
          font-size: 2.8vw;
          transform: translateY(-1vw);
         }

        .txt-jill,
        .txt-flora{
          text-align: center;
        }

        .notes{
          margin-top: 2vw;
          font-size: 3.2vw;
        }

        .img{
          margin-bottom: 3vw;
        }

        img{
          display: block;
          width: 15vw;
          margin: 0 auto;
        }
        >*{
          text-align: center;
          line-height: 1.6;
        }
        >*:first-child{
          margin: 7vw 0 2vw;
        }
      }
      .btn {
        display: block;
        width: 100%;
        margin-top: 8vw;
        padding: 0;

        >*{
          margin-top: 6vw;
        }

        a{
          width: 100%;
          padding: 4vw 0;
          font-size: 3.8vw;
        }

        span{
          width: 100%;
          padding: 4vw 0;
          font-size: 3.8vw;
        }


      }
      

      .btn_annotation{
        margin-top: 20px;

        p{
          font-size: 3.5vw;
        }

      }
      
      .set-list{
        margin-top: 7vw;
        font-size: 3.2vw;

        > p:first-child{
          text-align: center;
        }

        ul{
          margin-top: 2vw;
        }
        li{
          margin-top: 1vw;
        }

      }
    }
  }


  .online-only{
    margin: 25vw -3vw 0;
    padding: 15vw 3.4vw;
    border-radius: 0; 
  }
  .online-only::before{
    top: -27vw;
    border-width: 14vw 35vw;
  }
  .online-only.--ex01{
    margin-top: 18vw;
  }

  .product-others{
    margin-top: 8vw;

    h3{
      font-size: 5vw;
    }

    h3::before{
      width: 14vw;
      height: 5vw;
      margin-bottom: 4vw;
    }
    h3::after{
      width: 12vw;
      height: 4vw;
      margin-top: 4vw;
    }
    h3.flora::before,
    h3.flora::after{
      width: 34vw;
      height: 4vw;
      margin-bottom: 4vw;
    }
    h3.flora::after{
      margin-top: 5vw;
    }

    ul{
      margin: 6vw 0 0 5vw;
    }
    li {
      margin-top: 3vw;
      font-size: 3.5vw;
    }
    .notes{
      margin-top: 8vw;
      font-size: 3vw;
  
      img{
        width: 28vw;
      }
    }
  }

}