@charset "utf-8";

/* troubleBodyShape
---------------------------------------------*/
.features_wrap.--troubleBodyShape span.kerning01{
    margin-left: -5px;
}
.features_wrap.--troubleBodyShape span.kerning02{
    margin-left: -12px;
}
.features_wrap.--troubleBodyShape .FV{
    padding: 30px 0;
    text-align: center;
    background: linear-gradient(
        to right,
        #ffc2c8 25%,
        #cfabd6 25% 50%,
        #a8ddd4 50% 75%,
        #f7e094 75%
    );
    position: relative;
}
.features_wrap.--troubleBodyShape .FV::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.features_wrap.--troubleBodyShape .FV-lead{
    display: inline-block;
    padding: 6px 30px 9px;
    border: 1.5px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
}
.features_wrap.--troubleBodyShape .FV-title{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 5.8rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 9px rgba(128, 128, 128, 0.3);
    position: relative;
    z-index: 2;
}
.features_wrap.--troubleBodyShape .FV-troubles{
    display: flex;
    justify-content: space-between;
}
.features_wrap.--troubleBodyShape .FV-trouble_list{
    width: calc(100% / 4);
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon{
    width: 130px;
    margin: 20px auto 0;
    padding: 10px 0;
    border: 2px solid #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--leg{
    background-color: #ea8b9d;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--hip{
    background-color: #b27bbf;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--belly{
    background-color: #7cc1b4;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--bust{
    background-color: #d8b766;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 5.3px 10.5px 5.3px;
    border-color: transparent transparent #ea8b9d;
    translate: -50% -100%;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--leg:after{
    border-color: transparent transparent #ea8b9d;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--hip:after{
    border-color: transparent transparent #b27bbf;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--belly:after{
    border-color: transparent transparent #7cc1b4;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon.--bust:after{
    border-color: transparent transparent #d8b766;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon > span{
    color: #fff;
    font-size: 1.9rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
}
.features_wrap.--troubleBodyShape .FV-trouble_balloon span.main{
    font-size: 1.5em;
}
/* .features_wrap.--troubleBodyShape .FV-trouble_balloon span.main span.kerning{
    margin-left: -5px;
} */
.features_wrap.--troubleBodyShape .introduction{
    padding: 95px 0 0;
    text-align: center;
    background: linear-gradient(
        to right,
        rgba(255,194,200,0.3) 25%,
        rgba(207,171,214,0.3) 25% 50%,
        rgba(168,221,212,0.3) 50% 75%,
        rgba(247,224,148,0.3) 75%
    );
    position: relative;
}
.features_wrap.--troubleBodyShape .introduction-title{
    display: inline;
    background: linear-gradient(transparent 60%, #fffac2 60%);
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    position: relative;
}
.features_wrap.--troubleBodyShape .introduction-title img.absolute-decoration_blink{
    width: 7.44%;
    top: -45%;
    right: -6%;
}
.features_wrap.--troubleBodyShape .introduction-text{
    display: inline-block;
    margin-top: 45px;
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.8;
    position: relative;
}
.features_wrap.--troubleBodyShape .introduction-text span{
    letter-spacing: 0.08em;
}
.features_wrap.--troubleBodyShape .introduction-text img.absolute-decoration_twinkle01{
    width: 6.66%;
    bottom: -10%;
    left: -8%;
    animation: fadeScale 1.8s infinite;
}
.features_wrap.--troubleBodyShape .introduction-text img.absolute-decoration_twinkle02{
    width: 4.18%;
    bottom: -20%;
    left: -2%;
    animation: fadeScale 1.6s infinite;
}
.features_wrap.--troubleBodyShape .introduction-anchorLink{
    margin-top: 75px;
    padding: 135px 0 90px;
    background-image: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_introduction_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.features_wrap.--troubleBodyShape .introduction-anchorLink_title{
    display: inline-block;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: 4.3rem;
    letter-spacing: 0.05em;
    position: relative;
}
.features_wrap.--troubleBodyShape .introduction-anchorLink_title span.serif{
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 6rem;
    letter-spacing: 0.05em;
}
.features_wrap.--troubleBodyShape .introduction-anchorLink_title img.absolute-decoration_thought{
    width: 37px;
    top: -25%;
    left: -12%;
}
.features_wrap.--troubleBodyShape .introduction-anchorLink_title img.absolute-decoration_underline{
    width: 110%;
    max-width: initial;
    bottom: -25%;
    left: -6%;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--troubleBodyShape .introduction-btn{
    width: 90%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features_wrap.--troubleBodyShape .introduction-btn a{
    width: calc((100% - 10px) / 2);
    margin-top: 25px;
    padding: 3px 20px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    position: relative;
}
.features_wrap.--troubleBodyShape .introduction-btn a span.text{
    color: #fff;
    font-size: 2.4rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.features_wrap.--troubleBodyShape .introduction-btn a img.icon-photo{
    width: 60px;
}
.features_wrap.--troubleBodyShape .introduction-btn a img.icon-arrow{
    width: 21px;
}
.features_wrap.--troubleBodyShape .introduction-btn a.btn-leg{
    background-color: #ea8b9d;
    box-shadow: 0 5px 0 #71454f;
}
.features_wrap.--troubleBodyShape .introduction-btn a.btn-hip{
    background-color: #b27bbf;
    box-shadow: 0 5px 0 #3d2030 ;
}
.features_wrap.--troubleBodyShape .introduction-btn a.btn-belly{
    background-color: #7cc1b4;
    box-shadow: 0 5px 0 #2b4d47;
}
.features_wrap.--troubleBodyShape .introduction-btn a.btn-bust{
    background-color: #e0b658;
    box-shadow: 0 5px 0 #645233;
}
.features_wrap.--troubleBodyShape .productIntroduction{
    padding: 65px 20px 0;
    text-align: center;
}
.features_wrap.--troubleBodyShape .productIntroduction.--leg{
    background-color: #fff0f3;
}
.features_wrap.--troubleBodyShape .productIntroduction.--hip{
    background-color: #f5edf7;
}
.features_wrap.--troubleBodyShape .productIntroduction.--belly{
    background-color: #e1f4ef;
}
.features_wrap.--troubleBodyShape .productIntroduction.--bust{
    background-color: #fff8e6;
}
.features_wrap.--troubleBodyShape .productIntroduction-title img.title_icon{
    display: block;
    margin: 0 auto 25px;
}
.features_wrap.--troubleBodyShape .productIntroduction-title span{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 4.4rem;
    line-height: 1.5;
    position: static;
}
.features_wrap.--troubleBodyShape .--leg .productIntroduction-title span{
    color: #e54e76;
}
.features_wrap.--troubleBodyShape .--hip .productIntroduction-title span{
    color: #9857ad;
}
.features_wrap.--troubleBodyShape .--belly .productIntroduction-title span{
    color: #349b87;
}
.features_wrap.--troubleBodyShape .--bust .productIntroduction-title span{
    color: #efb237;
}
.features_wrap.--troubleBodyShape .productIntroduction-lead{
    margin-top: 50px;
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3rem;
}
.features_wrap.--troubleBodyShape .productIntroduction-lead span{
    letter-spacing: 0.05em;
}
.features_wrap.--troubleBodyShape a.productIntroduction-link{
    display: block;
    margin: 25px auto 0;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend{
    margin-top: 65px;
    padding: 55px 20px 60px;
    background-color: #fff;
    position: relative;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend img.absolute-text_recommend{
    width: 36.84%;
    top: 3%;
    left: 3%;
    z-index: 0;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend .recommend-title{
    display: inline-block;
    text-align: center;
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case{
    display: inline-block;
    margin: 30px auto 0;
    text-align: left;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li{
    margin-bottom: 25px;
    padding-left: 50px;
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    position: relative;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li:last-child{
    margin-bottom: 0;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li::before{
    width: 35px;
    position: absolute;
    top: 5%;
    left: 0;
}
.features_wrap.--troubleBodyShape .--leg .productIntroduction-recommend ul.recommend-case li::before{
    content: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_icon_check__pink.svg");
}
.features_wrap.--troubleBodyShape .--hip .productIntroduction-recommend ul.recommend-case li::before{
    content: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_icon_check__purple.svg");
}
.features_wrap.--troubleBodyShape .--belly .productIntroduction-recommend ul.recommend-case li::before{
    content: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_icon_check__green.svg");
}
.features_wrap.--troubleBodyShape .--bust .productIntroduction-recommend ul.recommend-case li::before{
    content: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_icon_check__yellow.svg");
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li:nth-child(2){
    animation-duration: 1.2s;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li:nth-child(3){
    animation-duration: 1.4s;
}
.features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li:nth-child(4){
    animation-duration: 1.6s;
}
.features_wrap.--troubleBodyShape .productIntroduction-productLook{
    width: calc(100% + 40px);
    margin: 95px -20px 0;
    padding: 95px 0 90px;
    background-color: #fff;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(80,70,75,0.05) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgba(80,70,75,0.05) calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}
.features_wrap.--troubleBodyShape .productLook-vertical_line{
    display: block;
    width: 1px;
    height: 80px;
    background-color: #50464b;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.features_wrap.--troubleBodyShape img.absolute-text_product_look{
    width: 45.95%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.features_wrap.--troubleBodyShape .productLook-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.features_wrap.--troubleBodyShape .productLook-title span.line{
    display: block;
    height: 1px;
    background-color: #50464b;
    flex-grow: 1;
    position: relative;
}
.features_wrap.--troubleBodyShape .productLook-title span.line.--left{
    margin-right: 20px;
}
.features_wrap.--troubleBodyShape .productLook-title span.line.--right{
    margin-left: 20px;
}
.features_wrap.--troubleBodyShape .productLook-title span.text{
    display: inline-block;
    position: relative;
    z-index: 0;
}
.features_wrap.--troubleBodyShape .productLook-title span.text span{
    color: #50464b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 5rem;
}
.features_wrap.--troubleBodyShape .productLook-title span.text::before,
.features_wrap.--troubleBodyShape .productLook-title span.text::after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #50464b;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
.features_wrap.--troubleBodyShape .productLook-title span.text::before{
    left: -45px;
}
.features_wrap.--troubleBodyShape .productLook-title span.text::after{
    right: -45px;
}
.features_wrap.--troubleBodyShape .productLook-title span.text span.textUp{
    display: inline-block;
}
.features_wrap.--troubleBodyShape .productLook-slide{
    margin-top: 35px;
}
@media screen and (min-width: 750px) {
    .features_wrap.--troubleBodyShape .introduction-btn a:hover{
        opacity: 1;
        box-shadow: none;
        transform: translateY(5px);
    }
}
@media screen and (max-width: 749px) {
    .features_wrap.--troubleBodyShape .FV-lead{
        font-size: 1.4rem;
    }
    .features_wrap.--troubleBodyShape .FV-title{
        text-align: center;
        font-size: 3.8rem;
    }
    .features_wrap.--troubleBodyShape .FV-trouble_balloon{
        width: 85%;
        min-width: 80px;
    }
    .features_wrap.--troubleBodyShape .FV-trouble_balloon > span{
        font-size: 1.2rem;
    }
    .features_wrap.--troubleBodyShape .introduction{
        padding: 50px 0 0;
    }
    .features_wrap.--troubleBodyShape .introduction-title{
        font-size: 1.8rem;
    }
    .features_wrap.--troubleBodyShape .introduction-text{
        margin-top: 20px;
        font-size: 1.8rem;
    }
    .features_wrap.--troubleBodyShape .introduction-anchorLink{
        margin-top: 35px;
        padding: 60px 0 50px;
        background-image: url("../img/topics/features/troubleBodyShape/EC_topics_features_troubleBodyShape_introduction_bg.png");
    }
    .features_wrap.--troubleBodyShape .introduction-anchorLink_title{
        font-size: 2.3rem;
    }
    .features_wrap.--troubleBodyShape .introduction-anchorLink_title span.serif{
        font-size: 3.5rem;
    }
    .features_wrap.--troubleBodyShape .introduction-anchorLink_title img.absolute-decoration_thought{
        width: 20px;
        top: 5%;
        left: -10%;
    }
    .features_wrap.--troubleBodyShape .introduction-anchorLink_title img.absolute-decoration_underline{
        bottom: -13%;
    }
    .features_wrap.--troubleBodyShape .introduction-btn{
        width: 95%;
        margin: 10px auto 0;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a{
        width: calc((100% - 20px) / 2);
        max-width: 300px;
        margin: 20px auto 0;
        padding: 3px 10px 3px 3px;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a.btn-leg{
        box-shadow: 0 3px 0 #71454f;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a.btn-hip{
        box-shadow: 0 3px 0 #3d2030 ;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a.btn-belly{
        box-shadow: 0 3px 0 #2b4d47;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a.btn-bust{
        box-shadow: 0 3px 0 #645233;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a span.text{
        font-size: 1.4rem;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a img.icon-photo{
        width: 35px;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a img.icon-arrow{
        width: 12px;
    }
    .features_wrap.--troubleBodyShape .introduction-btn a:active{
        opacity: 1;
        box-shadow: none;
        transform: translateY(3px);
    }
    .features_wrap.--troubleBodyShape .productIntroduction{
        padding: 45px 20px 0;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-title img.title_icon{
        width: 25%;
        margin: 0 auto 20px;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-title span{
        font-size: 2.2rem;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-lead{
        margin-top: 15px;
        font-size: 1.5rem;
    }
    .features_wrap.--troubleBodyShape a.productIntroduction-link{
        margin: 10px auto 0;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-recommend{
        margin-top: 30px;
        padding: 25px 20px 25px;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-recommend .recommend-title{
        font-size: 2rem;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case{
        margin: 15px auto 0;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li{
        margin-bottom: 10px;
        padding-left: 25px;
        font-size: 1.6rem;
        letter-spacing: 0.02em;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-recommend ul.recommend-case li::before{
        width: 18px;
    }
    .features_wrap.--troubleBodyShape .productIntroduction-productLook{
        margin: 65px -20px 0;
        padding: 65px 0 90px;
    }
    .features_wrap.--troubleBodyShape .productLook-vertical_line{
        height: 50px;
        top: -25px;
    }
    .features_wrap.--troubleBodyShape img.absolute-text_product_look{
        top: 11%;
    }
    .features_wrap.--troubleBodyShape .productLook-title span.text span{
        font-size: 2.5rem;
    }
    .features_wrap.--troubleBodyShape .productLook-title span.text::before,
    .features_wrap.--troubleBodyShape .productLook-title span.text::after{
        width: 35px;
    }
    .features_wrap.--troubleBodyShape .productLook-title span.text::before{
        left: -38px;
    }
    .features_wrap.--troubleBodyShape .productLook-title span.text::after{
        right: -38px;
    }
    .features_wrap.--troubleBodyShape .productLook-title img.absolute-text_product_look{
        top: -50%;
    }
}