@charset "UTF-8";

/* ===== ▼ 共通パーツ ▼ ===== */

.rich-content .clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.rich-content .pc {
    display: none;
}

.rich-content .sp {
    display: block;
}

.rich-content p, .rich-content ul, .rich-content ol, .rich-content li, .rich-content a {
   font-family: "Noto Sans JP", sans-serif;
   font-size: 14px;
}

.rich-content {
    max-width: 1040px;
    margin-bottom: 60px;
}

.rich-content img {
    width: 100%;
}

.rich-content figure {
    margin: 0;
}

.rich-content figure img {
    text-align: center;
}

.rich-content .btn-area {
    text-align: center;
}

.rich-content .btn {
    text-align: left;
    padding: 10px 60px 10px 30px;
    background: #D38191;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 200px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    line-height: 1.6rem;
    box-shadow: 0px 5px 0px 0px rgba(178, 85, 103, 1);
    transition-duration: 0.2s;
}

.rich-content .btn::after {
    position: absolute;
    content: "";
    display: block;
    background: url(/img/usr/goods/fashion/SuTeKi_girdle/SuTeKi_girdle_btn_arrow.png) no-repeat;
    top: calc(50% - 10px);
    right: 10px;
    width: 28px;
    height: 20px;
    background-size: contain;
}

.rich-content .btn:active, .rich-content .btn:hover {
    box-shadow: none;
    -webkit-transform: translate(0px,5px);
    transform: translate(0px,5px);
}
/* ===== ▲ 共通パーツ ▲ ===== */

/* ===== ▼ 商品の解説 ▼ ===== */
.rich-content .explanation {
    margin: 20px 0 40px;
    color: #575556;
    letter-spacing: 0.1rem;
}

.rich-content .explanation figure {
    max-width: 242px;
    margin: 0 auto 20px;
}

.rich-content .short-length {
    margin: 0 auto 10px;
}

.rich-content .explanation .explanation-text {
    max-width: 380px;
    display: block;
    margin: 0 auto;
}

.rich-content .explanation .explanation-text .catchphrase {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.rich-content .explanation .explanation-text ol {
    margin-bottom: 22px;
    padding: 0;
}

.rich-content .explanation .explanation-text ol li {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    list-style-type: none;
    position: relative;
    padding-left: 32px;
}

.rich-content .explanation .explanation-text ol li::before {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    background: #575556;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 1px;
}

.rich-content .explanation .explanation-text ol li:first-of-type::before {
    content: "1";
}

.rich-content .explanation .explanation-text ol li:nth-of-type(2)::before {
    content: "2";
}

.rich-content .explanation .explanation-text ol li:nth-of-type(3)::before {
    content: "3";
}

.rich-content .explanation .explanation-text ol li:nth-of-type(4)::before {
    content: "4";
}

.rich-content .explanation .explanation-text ol li:last-of-type {
    margin-bottom: 0;
}

.rich-content .explanation .explanation-text .boxed-text {
    padding: 4px 28px 5px;
    border: 2px solid #707070;
    display: inline-block;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.rich-content .explanation .explanation-text .attention{
    font-size: 12px;
    line-height: 1.4rem;
    font-weight: 400;
}
/* ===== ▲ 商品の解説 ▲ ===== */

/* ===== ▼ 丈違い訴求 ▼ ===== */
.rich-content .different-length {
    margin-bottom: 50px;
}
/* ===== ▲ 丈違い訴求 ▲ ===== */

/* ===== ▼ バージョン違い訴求 ▼ ===== */
.rich-content .another figure {
    margin-bottom: 20px;
}
/* ===== ▲ バージョン違い訴求 ▲ ===== */

/* ===== ▼ 780px以上に適用するCSS ▼ ===== */
@media only screen and (min-width: 780px) {

    /* ===== ▼ 共通パーツ ▼ ===== */
    .rich-content .pc {
        display: block;
    }

    .rich-content .sp {
        display: none;
    }

    .rich-content {
        margin-bottom: 80px;
    }

    .rich-content .btn {
        padding: 14px 68px 14px 34px;
        font-size: 24px;
        line-height: 2.2rem;
    }

    .rich-content .btn::after {
        top: calc(50% - 12px);
        right: 5px;
        width: 34px;
        height: 24px;
        background-size: contain;
    }
    /* ===== ▲ 共通パーツ ▲ ===== */

    /* ===== ▼ 商品の解説 ▼ ===== */
    .rich-content .explanation {
        margin: 50px 0 40px;
    }

    .rich-content .explanation figure, .rich-content .explanation .explanation-text {
        float: left;
     }
    
    .rich-content .explanation figure {
        max-width: 520px;
        margin: 0 30px 0 0;
    }

    .rich-content .explanation .explanation-text {
        max-width: calc(100% - 550px);
    }

    .rich-content .explanation .explanation-text .catchphrase {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .rich-content .explanation .explanation-text .catchphrase.short {
        font-size: 32px;
    }

    .rich-content .explanation .explanation-text ol {
        margin-bottom: 40px;
    }

    .rich-content .explanation .explanation-text ol li {
        font-size: 24px;
        padding-left: 40px;
    }

    .rich-content .explanation .explanation-text ol li::before {
        top: 6px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .rich-content .explanation .explanation-text .boxed-text {
        padding: 6px 42px 8px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .rich-content .explanation .explanation-text .attention{
        font-size: 14px;
    }
    /* ===== ▲ 商品の解説 ▲ ===== */

    /* ===== ▼ 丈違い訴求 ▼ ===== */
    .rich-content .different-length {
        margin-bottom: 100px;
    }
    /* ===== ▲ 丈違い訴求 ▲ ===== */

    /* ===== ▼ バージョン違い訴求 ▼ ===== */
    .rich-content .another figure {
        margin-bottom: 50px;
    }
    /* ===== ▲ バージョン違い訴求 ▲ ===== */    

}