:root {
  --color-01: #A07373;
  --color-02: #F5EDE5;
  --color-03: #899CD5;
  --bg: #F5EDE5;
  --mvbg: #fee7e1;
}


#femtur .mv {
  text-align: center;
  background: var(--mvbg);
}
#femtur .mv img.pc {
  max-height: 600px;
  width: auto;
}
#femtur .check_list li:after {
  border: solid var(--color-01);
  border-width: 0 2px 2px 0;
}
#femtur .faq_area dt:before, #femtur .faq_area dt:after {
  background: var(--color-01);
}
#femtur .title_boder {
  border: 1px solid var(--color-01);
  color: var(--color-01);
}

#femtur .color_01 {
    color: var(--color-01);
  }

#femtur .color_03 {
    color: var(--color-03);
  }
#femtur span.accent {
    color: #F5A591;
}

@media screen and (max-width: 768px) {

    #femtur .mv {
        text-align: center;
        background: url(/goods/femtur/mv_sp.jpg)no-repeat;
        height: 117vw;
        background-size: contain;
    }
    #femtur .hatena {
        border: 1px solid #899CD5;
        padding: 20px 5%;
    }

    #femtur .en_list {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
        align-items: center;
        justify-content: center;
        margin: 50px 0;
    }
    
    #femtur .en_list li {
        color: var(--color-01);
        border: 1px solid var(--color-02);
        border-radius: 50%;
        font-size: 1em;
        width: 158px;
        height: 158px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ban-lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 2rem auto 0;
        align-items: center;
        gap: 0rem 0.6rem;
    }
    
    .ban-lists li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 76px;
        height: 76px;
        margin: 15px 0;
        background: url(/goods/femtur/61110301/bg-circle.png);
        background-size: contain;
        font-size: 0.8em;
        text-align: center;
    }
    
    ul.grid_04.list_img img {
        border: #e5e5e5 1px solid;
        border-radius: 50%;
    }

    .check-lists {
        display: flex;
        justify-content: center;
        gap: 2rem;
    }
    
    .check-lists li {
        background-color: #fdede9;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        font-weight: 600;
        width: 32rem;
    }
    
    .check-lists li::before {
        content: "";
        width: 1.4rem;
        height: 1.2rem;
        display: inline-block;
        background: url(/goods/femtur/61110301/icon_check.png) rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
    }

    #femtur .grid_04 {
        display: grid!important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    }


@media screen and (min-width: 769px) {
#femtur .mv {
}

#femtur .hatena {
    border: 1px solid #899CD5;
    padding: 50px;
}

#femtur .en_list {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

#femtur .en_list li {
    color: var(--color-01);
    border: 2px solid var(--color-02);
    border-radius: 50%;
    font-size: 1.1em;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ban-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto 0;
    align-items: center;
    gap: 0.6rem 0.6rem;
}

.ban-lists li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 30px 0;
    background: url(/goods/femtur/61110301/bg-circle.png);
    background-size: contain;
}

.check-lists {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.check-lists li {
    background-color: #fdede9;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    font-weight: 600;
    width: 32rem;
}

.check-lists li::before {
    content: "";
    width: 1.4rem;
    height: 1.2rem;
    display: inline-block;
    background: url(/goods/femtur/61110301/icon_check.png) rgba(255, 255, 255, 0) no-repeat top 50% left 50%/contain;
}
}
/*# sourceMappingURL=original.css.map */