@charset "utf-8";

/* .ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ibm-plex-sans-jp-medium {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ibm-plex-sans-jp-semibold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
} */

/* bestSellers
---------------------------------------------*/
.features_wrap.--bestSellers{
    background-color: #fffdf7;
}
.features_wrap.--bestSellers:not(ul.path-nav li),
.features_wrap.--bestSellers span{
    color: #50464b;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 400;
}
.features_wrap.--bestSellers a:hover{
    opacity: 1;
}
.features_wrap.--bestSellers span.text-red{
    color: #c53255;
}
.features_wrap.--bestSellers img.emoji{
    height: 1em;
    vertical-align: middle;
}
.features_wrap.--bestSellers .FV .absolute-FV_lead_underline{
    width: 48.66%;
    top: 20%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}
.features_wrap.--bestSellers .FV .absolute-FV_title{
    width: 90.93%;
    bottom: 4.4%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}
.features_wrap.--bestSellers .introduction{
    padding: 185px 4% 145px;
    text-align: center;
    overflow: hidden;
}
.features_wrap.--bestSellers .introduction-title_slider{
    width: 100%;
    position: absolute;
    display: flex;
    list-style: none;
    animation: infinity-scroll-left 15s infinite linear 0.5s both;
    top: 0;
    z-index: 0;
}
.features_wrap.--bestSellers .introduction-title_slider li{
    margin-right: 25px;
    color: rgba(80, 70, 75, 0.5);
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}
.features_wrap.--bestSellers .introduction-lead {
    line-height: 2;
}
.features_wrap.--bestSellers .introduction-lead span{
    padding: 3px 5px 0;
    color: #fffdf7;
    font-size: 3.9rem;
    font-weight: 600;
    text-align: center;
    background-color: #e298aa;
    position: static;
}
.features_wrap.--bestSellers .introduction-text{
    margin-top: 35px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
}
.features_wrap.--bestSellers .introduction-separatorLine{
    width: 100%;
    height: 3px;
    margin: 100px auto 125px;
    border: none;
    background-color: rgba(80, 70, 75, 0.5);
    border-radius: 10px;
}
.features_wrap.--bestSellers .introduction-anchorLink{
}
.features_wrap.--bestSellers .introduction-anchorLink_title{
    width: 44.93%;
    margin: 0 auto;
}
.features_wrap.--bestSellers .introduction-anchorLink_title .absolute-introduction_anchor_lead{
    width: 49.85%;
    top: -25%;
    right: -5%;
}
.features_wrap.--bestSellers .introduction-btn{
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    isolation: isolate;
}
.features_wrap.--bestSellers .introduction-btn a{
    width: calc((100% - 4%) / 2);
    margin-top: 35px;
    padding: 20px 30px 20px 25px;
    border-radius: 15px;
    color: #fffdf7;
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.features_wrap.--bestSellers .introduction-btn a:nth-child(1),
.features_wrap.--bestSellers .introduction-btn a:nth-child(2){
    margin-top: 0;
}
.features_wrap.--bestSellers .introduction-btn a::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(80, 70, 75, 0.5);
    border-radius: 15px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
}
.features_wrap.--bestSellers .introduction-btn a.btn-ribLeggings{
    background-color: #ce9dd9;
}
.features_wrap.--bestSellers .introduction-btn a.btn-denim{
    background-color: #575e9b;
}
.features_wrap.--bestSellers .introduction-btn a.btn-leggipan{
    background-color: #7393ae;
}
.features_wrap.--bestSellers .introduction-btn a.btn-10leggings{
    background-color: #e69bbe;
}
.features_wrap.--bestSellers .introduction-btn a .icon-arrow{
    width: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.features_wrap.--bestSellers .productIntroduction{
    margin-bottom: 110px;
    isolation: isolate;
}
.features_wrap.--bestSellers .productIntroduction:last-of-type{
    margin-bottom: 0;
}
.features_wrap.--bestSellers .productIntroduction-summary{
    width: 58.66%;
    margin: 0 auto 150px 0;
    padding: 75px 30px 75px 0;
}
.features_wrap.--bestSellers .productIntroduction-summary.--ribLeggings,
.features_wrap.--bestSellers .productIntroduction-summary.--ribLeggings .absolute-product_mainPhoto::before{
    background-color: #ce9dd9;
}
.features_wrap.--bestSellers .productIntroduction-summary.--denim,
.features_wrap.--bestSellers .productIntroduction-summary.--denim .absolute-product_mainPhoto::before{
    background-color: #575e9b;
}
.features_wrap.--bestSellers .productIntroduction-summary.--leggipan,
.features_wrap.--bestSellers .productIntroduction-summary.--leggipan .absolute-product_mainPhoto::before{
    background-color: #7393ae;
}
.features_wrap.--bestSellers .productIntroduction-summary.--10leggings,
.features_wrap.--bestSellers .productIntroduction-summary.--10leggings .absolute-product_mainPhoto::before{
    background-color: #e69bbe;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-lead{
    display: inline-block;
    margin-left: 25px;
    padding-bottom: 5px;
    color: #fffdf7;
    font-size: 3rem;
    font-weight: 500;
    position: relative;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-lead:after{
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #fffdf7;
    position: absolute;
    left: 0;
    bottom: 0;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-lead .emoji{
    margin-top: -3px;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-title{
    margin-top: 25px;
    margin-left: 25px;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-title .main{
    color: #fffdf7;
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1.3;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-title .sub{
    color: #fffdf7;
    font-size: 3.5rem;
    font-weight: 700;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-detail{
    display: inline-block;
    margin-top: 30px;
    padding: 25px;
    background-color: #fffdf7;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productName{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}
.features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productColor,
.features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productSize{
    display: block;
    height: 28px;
    margin-top: 15px;
}
.features_wrap.--bestSellers .productIntroduction-summary .absolute-product_mainPhoto{
    width: 70.45%;
    top: 80px;
    right: -70.45%;
}
.features_wrap.--bestSellers .productIntroduction-summary.animate_colorFilter_vertical::before,
.features_wrap.--bestSellers .productIntroduction-summary .absolute-product_mainPhoto.animate_colorFilter_vertical::before{
    animation: colorFilter_vertical 1s;
}
.features_wrap.--bestSellers .productIntroduction-summary::before,
.features_wrap.--bestSellers .productIntroduction-summary .absolute-product_mainPhoto::before{
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.features_wrap.--bestSellers .productIntroduction-summary::before{
    background-color: #fffdf7;
}
.features_wrap.--bestSellers .productIntroduction-summary_design{
    width: 58.66%;
    margin: -110px auto 50px 0;
    text-align: center;
}
.features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-title{
    margin-bottom: 20px;
    color: #7393ae;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
}
.features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-photo{
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-photo img{
    width: calc((100% - 16px) / 3);
}
.features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-photo img:nth-child(2){
    animation-duration: 1.4s;
}
.features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-photo img:nth-child(3){
    animation-duration: 1.8s;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail{
    display: block;
    width: 58.66%;
    margin: 0 auto;
    padding: 20px 0 25px;
    background-color: #50464b;
    border-radius: 10px;
    color: #fffdf7;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.25em;
    text-align: center;
    position: relative;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail.--red{
    margin-top: 45px;
    background-color: #c53255;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail::after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(80, 70, 75, 0.5);
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: -1;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle{
    width: 17%;
    position: absolute;
    top: -65px;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle.--left{
    left: -75px;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle.--right{
    right: -75px;
}
.features_wrap.--bestSellers .productIntroduction-btn_detail .icon-arrow{
    width: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.features_wrap.--bestSellers .productIntroduction-review{
    margin-top: 100px;
}
.features_wrap.--bestSellers .productIntroduction-review .review-title{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.features_wrap.--bestSellers .productIntroduction-review .review-title span.text{
    font-size: 8.4rem;
    font-weight: 600;
    line-height: 1;
}
.features_wrap.--bestSellers .productIntroduction-review .review-title span.line{
    content: '';
    display: block;
    height: 3px;
    margin-left: 2rem;
    background-color: #50464b;
    flex-grow: 1;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF{
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text{
    width: calc((100% - 15px) / 2);
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-photo{
    width: calc((100% - 20px) / 2);
    text-align: center;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text{
    padding: 0 20px;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .icon{
    display: block;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .icon.--right{
    margin: 0 0 0 auto;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .hashtag{
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.75;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .hashtag.--right{
    text-align: right;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .comment{
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: justify;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .comment span.highlight{
    padding: 2px 0 0;
    background-color: #e298aa;
    color: #fffdf7;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .comment .emoji{
    height: 0.9em;
    margin: -3px 2px 0;
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-photo .photo_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: rgba(80, 70, 75, 0.5);
}
.features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-photo img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.features_wrap.--bestSellers .productIntroduction-review .review-caution{
    display: inline-block;
    margin: 20px 5px 0;
    padding-left: 15px;
    color: #808080;
    font-size: 1.1rem;
    text-align: center;
    position: relative;
}
.features_wrap.--bestSellers .productIntroduction-review .review-caution::before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.features_wrap.--bestSellers .productIntroduction-comment{
    margin-top: 170px;
    padding: 110px 35px 80px;
}
.features_wrap.--bestSellers .productIntroduction-comment.--ribLeggings{
    background-color: #faf5fb;
    border-bottom: 50px solid #ce9dd9;
}
.features_wrap.--bestSellers .productIntroduction-comment.--denim{
    background-color: #eeeff4;
    border-bottom: 50px solid #575e9b;
}
.features_wrap.--bestSellers .productIntroduction-comment.--leggipan{
    background-color: #f1f5f8;
    border-bottom: 50px solid #7393ae;
}
.features_wrap.--bestSellers .productIntroduction-comment.--10leggings{
    background-color: #fef5fa;
    border-bottom: 50px solid #e69bbe;
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-title .icon-commentBalloon{
    width: 16%;
    margin: -10px 10px 0 0;
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-title .textUp{
    white-space: nowrap;
    letter-spacing: 0;
    overflow: hidden;
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-title .textUp span.text{
    font-size: 8.5rem;
    font-weight: 600;
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-text{
    font-size: 2.8rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
    text-align: justify;
}
.features_wrap.--bestSellers .productIntroduction-comment .comment-text span.text-red{
    font-weight: 600;
}

@media screen and (max-width: 749px) {
    .features_wrap.--bestSellers .introduction{
        padding: 90px 4% 70px;
    }
    .features_wrap.--bestSellers .introduction-title_slider li{
        font-size: 5rem;
    }
    .features_wrap.--bestSellers .introduction-lead span{
        font-size: 1.9rem;
    }
    .features_wrap.--bestSellers .introduction-text{
        margin-top: 20px;
        font-size: 1.5rem;
    }
    .features_wrap.--bestSellers .introduction-separatorLine{
        height: 2px;
        margin: 50px auto 60px;
    }
    .features_wrap.--bestSellers .introduction-btn{
        margin-top: 30px;
    }
    .features_wrap.--bestSellers .introduction-btn a{
        margin-top: 20px;
        padding: 15px 10px 15px 10px;
        border-radius: 10px;
        font-size: 1.4rem;
    }
    .features_wrap.--bestSellers .introduction-btn a::after{
        border-radius: 10px;
        bottom: -3px;
        right: -3px;
    }
    .features_wrap.--bestSellers .introduction-btn a .icon-arrow{
        width: 14px;
        right: 6px;
    }
    .features_wrap.--bestSellers .productIntroduction{
        margin-bottom: 70px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary{
        margin: 0 auto 100px 0;
        padding: 30px 10px 30px 0;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-lead{
        margin-left: 15px;
        font-size: 1.5rem;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-lead:after{
        height: 1.5px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-title{
        margin-top: 12px;
        margin-left: 15px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-title .main{
        font-size: 2.7rem;
        line-height: 1.5;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-title .sub{
        font-size: 1.7rem;
        line-height: 1.8;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-detail{
        margin-top: 10px;
        padding: 15px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productName{
        font-size: 1.5rem;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productColor,
    .features_wrap.--bestSellers .productIntroduction-summary .summary-detail .productSize{
        height: 15px;
        margin-top: 10px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary .absolute-product_mainPhoto{
        top: 40px;
    }
    .features_wrap.--bestSellers .productIntroduction-summary_design{
        margin: -70px auto 30px 0;
    }
    .features_wrap.--bestSellers .productIntroduction-summary_design .summary_design-title{
        margin-bottom: 10px;
        font-size: 1.6rem;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail{
        min-width: 250px;
        padding: 15px 0 20px;
        font-size: 1.5rem;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail.--red{
        margin-top: 25px;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle{
        top: -60%;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle.--left{
        left: -15%;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail .absolute-decoration_twinkle.--right{
        right: -15%;
    }
    .features_wrap.--bestSellers .productIntroduction-btn_detail .icon-arrow{
        width: 15px;
        right: 15px;
    }
    .features_wrap.--bestSellers .productIntroduction-review{
        margin-top: 60px;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-title{
        padding-left: 10px;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-title span.text{
        font-size: 4.2rem;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-title span.line{
        height: 2px;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF{
        margin-top: 45px;
        align-items: center;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text{
        padding: 0 10px;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .icon{
        height: 45px;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .hashtag{
        margin-top: 12px;
        font-size: 1rem;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .comment{
        margin-top: 8px;
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-IF .IF-text .comment span.highlight{
        padding: 0;
    }
    .features_wrap.--bestSellers .productIntroduction-review .review-caution{
        width: 100%;
        margin: 10px 5px 0;
        font-size: 1rem;
        text-align: justify;
    }
    .features_wrap.--bestSellers .productIntroduction-comment{
        margin-top: 85px;
        padding: 55px 20px 40px;
    }
    .features_wrap.--bestSellers .productIntroduction-comment.--ribLeggings{
        border-bottom: 25px solid #ce9dd9;
    }
    .features_wrap.--bestSellers .productIntroduction-comment.--denim{
        border-bottom: 25px solid #575e9b;
    }
    .features_wrap.--bestSellers .productIntroduction-comment.--leggipan{
        border-bottom: 25px solid #7393ae;
    }
    .features_wrap.--bestSellers .productIntroduction-comment.--10leggings{
        border-bottom: 25px solid #e69bbe;
    }
    .features_wrap.--bestSellers .productIntroduction-comment .comment-title .textUp span.text{
        font-size: 4.2rem;
    }
    .features_wrap.--bestSellers .productIntroduction-comment .comment-text{
        font-size: 1.6rem;
    }
}