:root {
    
    --bg-tsuraresu: #ffecee;
    --txt-tsuraresu: #ed606d;
    --txt-note: #e40015;
    --color-gray: #424242;
    --bg-item03: #fff0cf;
    --txt-item03: #8d6203;

    --bg-item05: #ffecee;
    --txt-item05: #f47392;

    --bg-item06: #f6e2e3;
    --txt-item06: #6e0107;

    --bg-item07: #fff9d5;
    --txt-item07: #be6919;

    --bg-item09: #fff5d2;
    --txt-item09: #c29144;

    --bg-item10: #e9f7ff;
    --txt-item10: #235fa7;

    --bg-item14: #f8ebff;
    --txt-item14: #774fa7;

    --bg-item15: #d4fafd;
    --txt-item15: #047488;

    --bg-item17: #ddeefe;
    --txt-item17: #0061b2;

    --bg-item19: #ede4bd;
    --txt-item19: #9f851c;

    --bg-item20: #ffefe4;
    --txt-item20: #df4e6b;
}


#mvWrap *,
#worriesWrap *,
#improveWrap *,
#aboutWrap *,
#linkWrap *,
#productWrap *,
#telWrap * {
    font-family: 'Noto Sans JP', 'Noto Sans KR', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-feature-settings: "palt";
    font-weight: 400;
}



#wrapper {
    background-color: transparent !important;
}

.search-result-title {
    display: none !important;
}

.pt_product-search-result #secondary {
    display: none !important;
}

#secondary.refinements {
    display: none !important;
}

.pt_product-search-result .primary-content {
    margin-left: 0px;
    width: 100%;
}

.pt_product-search-result .primary-content {
    margin-top: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#laflora {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

#laflora sup {
    font-size: 80%;
}

#laflora img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    font-size: 0;
}

#laflora a {
    text-decoration: none;
}

#laflora a:hover img {
    opacity: 0.7;
}

#laflora .inner {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

#laflora .sp {
    display: block;
}

#laflora .pc {
    display: none;
}

#laflora.cmn-inner {
    width: auto;
    padding: 0;
}

#laflora .kodawari-box {
    position: relative;
}

#laflora .kodawari-btn {
    position: absolute;
    inset: auto;
    margin: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 19.1vw;
}

#laflora .kodawari-btn img {
    width: 67.7vw;
}

@media screen and (min-width: 767px) {
    .cmn-contents .contents-category {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    #laflora sup {
        font-size: 50%;
    }

    #laflora .sp {
        display: none;
    }

    #laflora .pc {
        display: block;
    }

    #laflora .kodawari-btn {
        bottom: 74px;
    }

    #laflora .kodawari-btn img {
        width: 250px;
    }
    
}


#productWrap .item .toggleWrap {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
}
#productWrap .item .toggleWrap dl {
    margin-bottom: 10px;
    padding: 25px 23px 25px 24px;
    border-radius: 5px;
    background: #f1f1f1;
    font-size: 14px;
    letter-spacing: 0.04em;
}
#productWrap .item .toggleWrap dt {
    position: relative;
    color: var(--txt-tsuraresu);
}
#productWrap .item .toggleWrap dl:hover {
    cursor: pointer;
}
#productWrap .item .toggleWrap dd {
    width: 100% !important;
    padding-top: 25px;
    line-height: 1.64;
    display: none;
}
#productWrap .item .toggleWrap dd small {
    font-size: 10px;
}
#productWrap .item .toggleWrap dd p {
    margin-top: 20px;
}
#productWrap .item .toggleWrap dd div {
    display: flex;
}
#productWrap .item .toggleWrap dd div span {
    width: 370px;
    margin-right: 18px;
}
#productWrap .item .toggleWrap dt::before,
#productWrap .item .toggleWrap dt::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #787878;
    transform: translateY(-50%);
    transition: .5s;
}
#productWrap .item .toggleWrap dt::after {
    opacity: 1;
    transform: rotate(90deg) translateY(-50%);
}
#productWrap .item .toggleWrap dt.open::after {
    opacity: 0;
    transform: translateY(-50%);
    transition: .5s;
}
#productWrap .noteWrap {
    width: 940px;
    max-width: 100%;
    margin: 40px auto 0;
}
#productWrap .noteWrap h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid #fc9fa2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    color: var(--txt-note);
}
#productWrap .noteWrap dl {
    margin-top: 17px;
}
#productWrap .noteWrap dt {
    margin-bottom: 11px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: var(--txt-note);
}
#productWrap .noteWrap ol {
    counter-reset: wraps;
}
#productWrap .noteWrap li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.64;
    letter-spacing: 0.04em;
    counter-increment: wraps;
}
#productWrap .noteWrap li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    content: counter(wraps) "."; 
}
#productWrap .noteWrap li ol {
    padding-left: 0;
    margin-bottom: 20px;
    counter-reset: sections;
}
#productWrap .noteWrap li li {
    position: relative;
    margin: 0;
    padding-left: 1.5em;
    letter-spacing: 0;
    list-style: none;
    counter-increment: sections;
}
#productWrap .noteWrap li li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    content: "(" counter(sections) ")"; 
}
#productWrap .noteWrap li table {
    margin: 14px 0 16px;
}
#productWrap .noteWrap li table th,
#productWrap .noteWrap li table td {
    padding: 15px 11px;
    border-top: 1px solid #fc9fa2;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0;
}
#productWrap .noteWrap li table th {
    min-width: 164px;
    border-right: 1px solid #fc9fa2;
    color: var(--txt-note);
}
#productWrap .noteWrap li table td {
    background: #f1f1f1;
}
#productWrap .noteWrap li thead th,
#productWrap .noteWrap li thead td {
    background: var(--bg-tsuraresu);
}
#productWrap .noteWrap li tbody tr:last-of-type th,
#productWrap .noteWrap li tbody tr:last-of-type td {
    border-bottom: 1px solid #fc9fa2;
}
#productWrap .item .toggleWrap dd div img {
    max-width: 286px;
    width: 100%;
}


#productWrap .noteWrap li table {
    width: 100%;
}
#productWrap .noteWrap li table th {
    width: 186px;
}


#productWrap .item .toggleWrap dl table {
    margin-top: 10px;
}
#productWrap .item .toggleWrap dl table th,
#productWrap .item .toggleWrap dl table td {
    padding: 10px;
    border: 1px solid #cecece;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: 0;
    text-align: center;
}
#productWrap .item .toggleWrap dl table th {
    min-width: 100px;
    color: var(--txt-note);
    background: var(--bg-tsuraresu);
}
#productWrap .item .toggleWrap dl table td {
    background: #fff;
}


#productWrap .item .toggleWrap dd p.note {
    color: #e40015;
    text-decoration: underline;
}

#productWrap .item .toggleWrap dl table {
    width: 100%;
}
#productWrap .item .toggleWrap dl table th {
    min-width: unset;
}

#productWrap {
    padding: 40px 15px 40px;
}

@media screen and (max-width: 768px) {
    #productWrap {
        width: auto;
    }
    
    
    #productWrap .item .toggleWrap dl {
        padding: 15px 18px;
        margin-bottom: 18px;
    }
    #productWrap .item .toggleWrap dd {
        padding-top: 15px;
    }
    #productWrap .item .toggleWrap dt::before,
    #productWrap .item .toggleWrap dt::after {
        width: 15px;
    }
    #productWrap .noteWrap {
        width: auto;
        margin-top: 34px;
    }
    #productWrap .noteWrap h3 {
        padding-bottom: 8px;
        font-size: 17px;
    }
    #productWrap .noteWrap li ol {
        margin-bottom: 10px;
    }
    #productWrap .noteWrap li table th {
        min-width: 108px;
    }
    #productWrap .noteWrap li table th, 
    #productWrap .noteWrap li table td {
        vertical-align: baseline;
    }
    #productWrap .item .toggleWrap dd p {
        margin-top: 15px;
    }
    #productWrap .item .toggleWrap dd div {
        display: block;
    }
    #productWrap .item .toggleWrap dd div span {
        display: block;
        width: auto;
    }
    #productWrap .item .toggleWrap dd div img {
        max-width: 316px;
        margin-top: 10px;
    }
    
    #productWrap .noteWrap li table th {
        width: 108px;
    }
}