@charset "utf-8";
/* ====================================
common
=====================================*/

:root {
    --primary-white: #F9F5EF;
    --primary-whiteLow: #8D5904; /* 薄さ15％にして活用　主にメニューや悩み、FAQとかの背景 */
    --primary-black: #231815;
    --primary-beige: #9F804D; /* 薄さ70％にして活用　SNSの部分 */
    --primary-red: #A03E22;
    --contentWidth: 80%; /* sp サイドの余白 */
    --contentPadding: 10%; /* sp サイドの余白 */
}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Shippori Mincho",
        "Libre Caslon Text",
         serif;
    color: var(--primary-black, #231815);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}


/* ====================================
section--femcare--top
=====================================*/

.section--femcare--top {
    background-image: url(../images/top_bl_femcare.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index:-1;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center center;
    background-size: cover;
}

.femcare__txt__group {
    padding: 220px 6%;
    /* width: 330px; */
}

.femcare--topic__sub {
    color: var(--primary-white);
    font-family: "Libre Caslon Text";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.064rem;
}

.femcare--topic__main {
    margin-top: 6px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.08rem;
}

.femcare__txt {
    margin-top: 60px;
    color: var(--primary-white);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}



/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--femcare--top {
        background-image: url(../images/top_bl_femcare.png);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index:-1;
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center center;
        background-size: cover;
    }
    
    .femcare__txt__group {
        padding: 220px 24%;
        /* width: 330px; */
    }
    
    .femcare--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
    }
    
    .femcare--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
    }
    
    .femcare__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }

 }



/* ==============================================================
section--femcare--top pc
================================================================*/
@media screen and (min-width: 960px){

    .section--femcare--top {
        background-image: url(../images/background01.png);
        position: fixed;
        width: 100%;
        padding: 0 0 0 16.31%;
        background-size: cover;
    }
    
    .femcare__txt__group {
        background-image: url(../images/top_bl_femcare.png);
        background-size: cover;
        padding: 200px 0 156px 11.12%;
    }
    
    .femcare--topic__sub {
        color: var(--primary-white);
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-left: 3px;
    }
    
    .femcare--topic__main {
        margin-top: 6px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.128rem;
    }
    
    .femcare__txt {
        margin-top: 60px;
        color: var(--primary-white);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 240%; /* 29.4px */
        letter-spacing: 0.128rem;
        width: 330px;
    }


}





/* ====================================
section--anchor
=====================================*/

.section--anchor {
    background-image: url(../images/background01.png);
    padding: 85px 0 30px 0;
    text-align: center;
}

.anchor {
    margin-top: 20px;
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}

.anchor:first-of-type {
    margin-top: 0px;
}

.anchor::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/anchorbtn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
    margin-bottom: -2.5px;
}



/* ==============================================================
section--anchor pc
================================================================*/
@media screen and (min-width: 960px){

    .section--anchor {
        background-image: url(../images/background01.png);
        padding: 100px 0 100px 25.69%;
    }

    .section--anchor ul {
        display: flex;
    }
    
    .anchor {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 33.6px */
        letter-spacing: 0.128rem;
        margin-left: 52px;
        margin-top: 0;
    }
    
    .anchor:first-of-type {
        margin-top: 0px;
        margin-left: 0px;
    }
    
    .anchor::after {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../images/anchorbtn.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-left: 6px;
        margin-bottom: -2.5px;
    }


}






/* ====================================
フェムケアに対する想い　femcare1
=====================================*/
.section--femcare1 {
    padding: 60px 6% 0;
    background-image: url(../images/background01.png);
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  .section--femcare1::before {
    content: "";
    position: absolute;
    top: -7%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(../images/gradation01.png) center/cover no-repeat;
    opacity: 0.5;
    z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
    pointer-events: none;
  }

.femcare1__group {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.112rem;
}

.femcare1__txt2{
    margin-top: 30px;
}

.femcare1__txt3{
    margin-top: 30px;
}

.femcare1__txt4 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.femcare1__img__list {
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
}

.femcare1__img__item1 {
    width: 267px;
    height: 253px;
    object-fit: cover;
}

.femcare1__img__item2 {
    width: 154px;
    height: 194px;
    margin-top: -30px;
    margin-left: 150px;
    object-fit: cover;
    object-position: center center;
}

.femcare1__img__item3 {
    width: 220px;
    height: 157px;
    margin-top: 30px;
    margin-left: 10px;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){
    .section--femcare1 {
        padding: 60px 24% 0;
        background-image: url(../images/background01.png);
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
      }
      
    .section--femcare1::before {
        content: "";
        position: absolute;
        top: -5%;
        left: 1%;
        width: 170%;
        height: 100%;
        background: url(../images/gradation01.png) center/cover no-repeat;
        opacity: 0.5;
        z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
        pointer-events: none;
      }
    
    .femcare1__group {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.112rem;
    }
    
    .femcare1__txt2{
        margin-top: 30px;
    }
    
    .femcare1__txt3{
        margin-top: 30px;
    }
    
    .femcare1__txt4 {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    .femcare1__img__list {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .femcare1__img__item1 {
        width: 300px;
        height: 280px;
        object-fit: cover;
    }
    
    .femcare1__img__item2 {
        width: 180px;
        height: 210px;
        margin-top: -30px;
        margin-left: 210px;
        object-fit: cover;
        object-position: center center;
    }
    
    .femcare1__img__item3 {
        width: 250px;
        height: 180px;
        margin-top: 30px;
        margin-left: 30px;
    }
    

 }



/* ==============================================================
フェムケアに対する想い pc
================================================================*/
@media screen and (min-width: 960px){

    .section--femcare1 {
        background-image: url(../images/background01.png);
        padding: 0 10.06% 100px 25.69%;
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
      
    .section--femcare1::before {
        content: "";
        position: absolute;
        top: 5%;
        left: 50%;
        width: 70%;
        height: 100%;
        background: url(../images/gradation01.png) center/cover no-repeat;
        opacity: 0.5;
        z-index: -1; /* テキストより後ろ、背景より前にしたい場合は要調整 */
        pointer-events: none;
      }
    
    .femcare1__group {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 210%; /* 33.6px */
        letter-spacing: 0.128rem;
        width: 70%;
        margin-left: 80px;
        margin-top: 30px;
    }
    
    .femcare1__txt2{
        margin-top: 40px;
    }
    
    .femcare1__txt3{
        margin-top: 40px;
    }
    
    .femcare1__txt4 {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    
    .femcare1__img__list {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    
    .femcare1__img__item1 {
        width: 350px;
        height: 332px;
        object-fit: cover;
    }
    
    .femcare1__img__item2 {
        width: 196px;
        height: 246px;
        margin-top: -30px;
        margin-left: 220px;
        object-fit: cover;
        object-position: center center;
    }
    
    .femcare1__img__item3 {
        width: 250px;
        height: 178px;
        margin-top: 60px;
        margin-left: 80px;
    }
    

}





/* ====================================
デリケートゾーンによくあるお悩み femcare2
=====================================*/

.section--femcare2 {
    background-image: url(../images/background01.png);
    padding: 80px 4.2% 0;
}

.section--femcare2 h2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.072rem;
    margin-left: 1.8%;
    margin-bottom: 30px;
}

.femcare2__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 30px 0;
}

.femcare2__list {
    padding: 0 5.8%;
    margin: 0 auto;
}

.femcare2__img img {
    width: 100%;
    max-width: 343px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.femcare2__list:last-of-type {
    margin-top: 30px;
}

.femcare2__txt h3 {
    color: var(--primary-black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.064rem;
    margin-top: 24px;
}

.femcare2__txt p {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.056rem;
    margin-top: 24px;
}

.femcare2__item__group1 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 30px;
}

.femcare2__item__group2 {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 6px;
    align-self: stretch;
    flex-wrap: wrap;
    margin-top: 24px;
}

.femcare2__item {
    background: rgba(249, 245, 239, 0.50);
    padding: 6px;
    justify-content: center;
    align-items: center;
}

.span1 {
    margin-left: -6px;
}

.femcare2__group hr {
    width: 90%;
    border: solid 1px rgba(35, 24, 21, 0.20);
    margin: 0 auto;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--femcare2 {
        background-image: url(../images/background01.png);
        padding: 80px 14% 0;
    }
    
    .section--femcare2 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.072rem;
        /* margin-left: 10%; */
        margin-bottom: 40px;
    }

    .section--femcare2 h2 br {
        display: none;
    }
    
    .femcare2__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 40px 0;
    }
    
    .femcare2__list {
        padding: 0 14%;
        margin: 0 auto;
    }

    .femcare2__img img {
        width: 100%;
        /* max-width: 343px; */
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        display: block;
    }
    
    .femcare2__list:last-of-type {
        margin-top: 30px;
    }
    
    .femcare2__txt h3 {
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-top: 24px;
    }
    
    .femcare2__txt p {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
        margin-top: 24px;
    }
    
    .femcare2__item__group1 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 6px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    
    .femcare2__item__group2 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 6px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-top: 24px;
    }
    
    .femcare2__item {
        background: rgba(249, 245, 239, 0.50);
        padding: 6px;
        justify-content: center;
        align-items: center;
    }
    
    .span1 {
        margin-left: -6px;
    }
    
    .femcare2__group hr {
        width: 90%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin: 0 auto;
    }


 }



/* ==============================================================
デリケートゾーンによくあるお悩み femcare2 pc
================================================================*/
@media screen and (min-width: 960px){

    .section--femcare2 {
        background-image: url(../images/background01.png);
        padding: 20px 9.8% 90px 25.69%;
    }
    
    .section--femcare2 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.096rem;
        margin-left: 0;
        margin-bottom: 60px;
    }

    .section--femcare2 h2 br {
        display: none;
    }
    
    .femcare2__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 90px 25px;
    }
    
    .femcare2__list {
        padding: 0 2%;
        margin: 0 auto;
        display: flex;
        gap: 50px;
    }

    .femcare2__list:last-of-type {
        flex-direction: row-reverse;
    }

    .femcare2__img img {
        max-width: 275px;
        height: 336px;
        object-fit: cover;
    }
    
    .femcare2__list:last-of-type {
        margin-top: 30px;
    }

    .femcare2__txt__group {
        width: 60%;
    }
    
    .femcare2__txt h3 {
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 2.0rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.08rem;
        margin-top: 0;
    }
    
    .femcare2__txt p {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.128rem;
        margin-top: 30px;
    }
    
    .femcare2__item__group1 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 6px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-top: 30px;
        margin-bottom: 80px;
    }
    
    .femcare2__item__group2 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 6px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    .femcare2__item {
        background: rgba(249, 245, 239, 0.50);
        padding: 6px;
        justify-content: center;
        align-items: center;
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    
    .span1 {
        margin-left: -6px;
    }
    
    .femcare2__group hr {
        width: 100%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
    }
    


}



/* ===========================================
フェムケアをすることで期待できる効果 femcare3
============================================*/

.section--femcare3 {
    background-image: url(../images/background01.png);
    padding: 80px 4.2% 80px;
}

.section--femcare3 h2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.072rem;
    margin-left: 1.8%;
    margin-bottom: 30px;
}

.femcare3__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 30px 0;
}

.femcare3__list {
    padding: 0 5.8%;
    margin: 0 auto;
}

.femcare3__img img {
    width: 100%;
    max-width: 343px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.femcare3__txt h3 {
    color: var(--primary-black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.064rem;
    margin-top: 24px;
}

.femcare3__txt p {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.056rem;
    margin-top: 24px;
}

.femcare3__list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.femcare3__list:first-of-type {
    margin-top: 0;
}

.femcare3__list:last-of-type {
    margin-bottom: 0;
}

.femcare3__group hr {
    width: 90%;
    border: solid 1px rgba(35, 24, 21, 0.20);
    margin: 0 auto;
}


/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--femcare3 {
        background-image: url(../images/background01.png);
        padding: 80px 14% 80px;
    }
    
    .section--femcare3 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.072rem;
        /* margin-left: 10%; */
        margin-bottom: 30px;
    }

    .section--femcare3 h2 br {
        display: none;
    }
    
    .femcare3__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 40px 0;
    }
    
    .femcare3__list {
        padding: 0 14%;
        margin: 0 auto;
    }
    
    .femcare3__img img {
        width: 100%;
        /* max-width: 343px; */
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
    
    .femcare3__txt h3 {
        color: var(--primary-black);
        text-align: center;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.064rem;
        margin-top: 30px;
    }
    
    .femcare3__txt p {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.056rem;
        margin-top: 30px;
    }
    
    .femcare3__list {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .femcare3__list:first-of-type {
        margin-top: 0;
    }
    
    .femcare3__list:last-of-type {
        margin-bottom: 0;
    }
    
    .femcare3__group hr {
        width: 90%;
        border: solid 1px rgba(35, 24, 21, 0.20);
        margin: 0 auto;
    }
    

 }



/* ==============================================================
フェムケアをすることで期待できる効果 femcare3 pc
================================================================*/
@media screen and (min-width: 960px){

    .section--femcare3 {
    background-image: url(../images/background01.png);
    padding:120px 9.8% 0 25.69%;
}

.section--femcare3 h2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.096rem;
    margin-left: 0;
    margin-bottom: 60px;
}

.femcare3__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 90px 25px;
}

.section--femcare3 h2 br {
    display: none;
}

.femcare3__list {
    padding: 0 5.8%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 60px;
}

.femcare3__img img {
    max-width: 270px;
    height: 300px;
    object-fit: cover;
}

.femcare3__txt {
    width: 60%;
}

.femcare3__txt h3 {
    color: var(--primary-black);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.08rem;
    margin-top: 0;
}

.femcare3__txt p {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.128rem;
    margin-top: 30px;
}

.femcare3__list {
    margin-top: 80px;
    margin-bottom: 80px;
}

.femcare3__list:first-of-type {
    margin-top: 0;
}

.femcare3__list:last-of-type {
    margin-bottom: 0;
    flex-direction: row-reverse;
}

.femcare3__list:nth-of-type(2) {
    flex-direction: row-reverse;
}


.femcare3__group hr {
    width: 100%;
    border: solid 1px rgba(35, 24, 21, 0.20);
    margin: 0 auto;
}

}



/* ===========================================
FAQ
============================================*/

.section--femcare4 {
    background-image: url(../images/background01.png);
    padding: 30px 4.2% 80px;
}

.section--femcare4 h2 {
    color: var(--primary-black);
    font-family: "Shippori Mincho";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.072rem;
    margin-left: 1.8%;
    margin-bottom: 30px;
}


.faq__group {
    background-color: rgba(141, 89, 4, 0.15);
    margin: 0 auto;
    padding: 10px 0 40px 0; 
}

.faq {
    min-width: 343px;
    margin-bottom: 5px;
    position: relative;
}

.faq::after {
    position: absolute;
    content: '';
    background-color: rgba(35, 24, 21, 0.20);
    width: 95%;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
} 

.faq summary {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    position: relative;
    padding: 30px 5.8% 10px 12%;
    color: var(--primary-black);
    font-weight: 400;
    cursor: pointer;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.56px;
}

.faq summary::before,
.faq p::before {
    position: absolute;
    left: 4.8%;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: -2px;
    margin-right: 10px;
    top: 32px;
    font-family: "Libre Caslon Text";
}

.faq summary::before {
    color: var(--primary-red);
    content: "Q";
}

.faq summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 6px;
    height: 6px;
    margin-left: 20px;
    border-bottom: 1px solid var(--primary-black);
    border-right: 1px solid var(--primary-black);
    content: '';
    transition: transform .5s;
    margin-top: 11px;
}

.faq[open] summary::after {
    transform: rotate(225deg);
}

.faq p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 30px 10% 10px 12%;
    color: var(--primary-black);
    transition: transform .5s, opacity .5s;
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 210%; /* 29.4px */
    letter-spacing: 0.56px;
}

.faq[open] p {
    transform: none;
    opacity: 1;
}

.faq p::before {
    color: var(--primary-red);
    line-height: 1.2;
    content: "A";
    top: 30px;
    color: var(--primary-red);
    text-align: center;
    font-family: "Libre Caslon Text";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 242.857% */
}





/*=============================================================================
768px 
 =============================================================================*/
 @media screen and (min-width: 768px) and (max-width: 959px){

    .section--femcare4 {
        background-image: url(../images/background01.png);
        padding: 30px 14% 80px;
    }
    
    .section--femcare4 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 1.8rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.072rem;
        /* margin-left: 2%; */
        margin-bottom: 30px;
    }
    
    
    .faq__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 10px 0 40px 0; 
    }
    
    .faq {
        min-width: 343px;
        margin-bottom: 5px;
        position: relative;
    }
    
    .faq::after {
        position: absolute;
        content: '';
        background-color: rgba(35, 24, 21, 0.20);
        width: 95%;
        height: 1px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    } 
    
    .faq summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        position: relative;
        padding: 30px 5.8% 10px 14%;
        color: var(--primary-black);
        font-weight: 400;
        cursor: pointer;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.56px;
    }
    
    .faq summary::before,
    .faq p::before {
        position: absolute;
        left: 6%;
        font-weight: 500;
        font-size: 1.4rem;
        margin-top: -2px;
        margin-right: 10px;
        top: 32px;
        font-family: "Libre Caslon Text";
    }
    
    .faq summary::before {
        color: var(--primary-red);
        content: "Q";
    }
    
    .faq summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 6px;
        height: 6px;
        margin-left: 20px;
        border-bottom: 1px solid var(--primary-black);
        border-right: 1px solid var(--primary-black);
        content: '';
        transition: transform .5s;
        margin-top: 11px;
    }
    
    .faq[open] summary::after {
        transform: rotate(225deg);
    }
    
    .faq p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 30px 10% 10px 12%;
        color: var(--primary-black);
        transition: transform .5s, opacity .5s;
        font-family: "Shippori Mincho";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.56px;
    }
    
    .faq[open] p {
        transform: none;
        opacity: 1;
    }
    
    .faq p::before {
        color: var(--primary-red);
        line-height: 1.2;
        content: "A";
        top: 30px;
        color: var(--primary-red);
        text-align: center;
        font-family: "Libre Caslon Text";
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 34px; /* 242.857% */
    }

 }



 


/* ==============================================================
FAQ pc
================================================================*/
@media screen and (min-width: 960px){

    .section--femcare4 {
        background-image: url(../images/background01.png);
        padding: 120px 9.8% 120px 25.69%;
    }
    
    .section--femcare4 h2 {
        color: var(--primary-black);
        font-family: "Shippori Mincho";
        font-size: 2.4rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.096rem;
        margin-left: 0;
        margin-bottom: 60px;
    }
    
    
    .faq__group {
        background-color: rgba(141, 89, 4, 0.15);
        margin: 0 auto;
        padding: 10px 0 40px 0; 
    }
    
    .faq {
        min-width: 343px;
        margin-bottom: 8px;
        position: relative;
    }
    
    .faq::after {
        position: absolute;
        content: '';
        background-color: rgba(35, 24, 21, 0.20);
        width: 95%;
        height: 1px;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    } 
    
    .faq summary {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        position: relative;
        padding: 30px 5.8% 20px 12%;
        color: var(--primary-black);
        font-weight: 500;
        cursor: pointer;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.128px;
    }
    
    .faq summary::before,
    .faq p::before {
        position: absolute;
        left: 4.8%;
        font-weight: 500;
        font-size: 1.6rem;
        margin-top: -2px;
        margin-right: 10px;
        top: 32px;
        font-family: "Libre Caslon Text";
    }
    
    .faq summary::before {
        color: var(--primary-red);
        content: "Q";
    }
    
    .faq summary::after {
        transform: translateY(-25%) rotate(45deg);
        width: 6px;
        height: 6px;
        margin-left: 20px;
        border-bottom: 1px solid var(--primary-black);
        border-right: 1px solid var(--primary-black);
        content: '';
        transition: transform .5s;
        margin-top: 11px;
    }
    
    .faq[open] summary::after {
        transform: rotate(225deg);
    }
    
    .faq p {
        position: relative;
        transform: translateY(-10px);
        opacity: 0;
        margin: 0;
        padding: 30px 10% 10px 12%;
        color: var(--primary-black);
        transition: transform .5s, opacity .5s;
        font-family: "Shippori Mincho";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 210%; /* 29.4px */
        letter-spacing: 0.128px;
    }
    
    .faq[open] p {
        transform: none;
        opacity: 1;
    }
    
    .faq p::before {
        color: var(--primary-red);
        /* line-height: 1.2; */
        content: "A";
        top: 30px;
        color: var(--primary-red);
        text-align: center;
        font-family: "Libre Caslon Text";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 39px; /* 242.857% */
    }


}
