@charset "utf-8";

/* 商品紹介
---------------------------------------------*/
.features_wrap .productIntroduciton-title{
    width: 100%;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features_wrap .productIntroduciton-title span.text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    transform: skewX(-5deg);
}
.features_wrap .productIntroduciton-title span.line{
    display: block;
    height: 1px;
    background-color: #fff;
    flex-grow: 1;
}
.features_wrap .productIntroduciton-title span.line.--left{
    margin-right: 20px;
}
.features_wrap .productIntroduciton-title span.line.--right{
    margin-left: 20px;
}
@media screen and (max-width: 749px) {
    .features_wrap .productIntroduciton-title{
        padding: 25px 15px;
    }
    .features_wrap .productIntroduciton-title span.text{
        font-size: 2rem;
    }
    .features_wrap .productIntroduciton-title span.line.--left{
        margin-right: 10px;
    }
    .features_wrap .productIntroduciton-title span.line.--right{
        margin-left: 10px;
    }
}

/* winterOfficeCasual
---------------------------------------------*/
.features_wrap.--winterOfficeCasual .FV_frame{
    width: 100%;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -20px;
    position: relative;
}
.features_wrap.--winterOfficeCasual .FV_frame::before{
    content: '';
    display: block;
    padding-top: 64.66666666666666%;
}
.features_wrap.--winterOfficeCasual .FV_frame .FV{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.features_wrap.--winterOfficeCasual .absolute-text_office_casual{
    width: 99.85%;
    padding: 10px;
    top: 0.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--winterOfficeCasual .FV-title{
    width: 70.35%;
    position: absolute;
    top: 7%;
    left: 4%;
    z-index: 2;
}
.features_wrap.--winterOfficeCasual .FV-title img.sub{
    display: block;
    width: 64.72%;
}
.features_wrap.--winterOfficeCasual .FV-title img.main{
    display: block;
    width: 100%;
    margin-top: 11px;
}
.features_wrap.--winterOfficeCasual .absolute-FV_woman_main01{
    width: 26.09%;
    top: 0;
    right: 0;
}
.features_wrap.--winterOfficeCasual .absolute-FV_woman_sub01{
    width: 18.29%;
    bottom: 6.3%;
    left: 7.4%;
}
.features_wrap.--winterOfficeCasual .absolute-FV_woman_sub02{
    width: 14.46%;
    bottom: 5.5%;
    left: 25.4%;
}
.features_wrap.--winterOfficeCasual .absolute-FV_woman_sub03{
    width: 12.9%;
    bottom: 6.7%;
    left: 41.3%;
}
.features_wrap.--winterOfficeCasual .absolute-FV_woman_sub04{
    width: 15.31%;
    bottom: 6.5%;
    left: 56.8%;
}
.features_wrap.--winterOfficeCasual .messageArea {
    padding: 80px 10%;
    font-size: 2.3rem;
    line-height: 1.6;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: #323c45;
    text-align: center;
}
.features_wrap.--winterOfficeCasual .messageArea-title{
    margin-bottom: 50px;
    font-size: 3.7rem;
    line-height: 1.5;
}
.features_wrap.--winterOfficeCasual .messageArea-title span{
    display: inline-block;
    transform: skewX(-5deg);
}
.features_wrap.--winterOfficeCasual .messageArea-text{
    margin-top: 55px;
    transform: skewX(-5deg);
}
.features_wrap.--winterOfficeCasual .messageArea-text:first-of-type{
    margin-top: 0;
}
.features_wrap.--winterOfficeCasual .coordinate {
    padding: 60px 20px 0;
    text-align: center;
}
.features_wrap.--winterOfficeCasual .coordinate-title .num{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features_wrap.--winterOfficeCasual .coordinate-title .num span.line{
    display: block;
    height: 1px; 
    margin-top: 50px;
    background-color: #323c45;
    flex-grow: 1;
}
.features_wrap.--winterOfficeCasual .coordinate-title .num img{
    width: 21.7%;
}
.features_wrap.--winterOfficeCasual .coordinate-title span.text{
    display: inline-block;
    color: #323c45;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.5;
    letter-spacing: 0;
    transform: skewX(-5deg);
    position: static;
}
.features_wrap.--winterOfficeCasual .coordinate-text{
    margin-top: 35px;
    font-size: 2.4rem;
    line-height: 1.8;
    color: #323c45;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea{
    width: 100%;
    margin-top: 70px;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail{
    width: 160px;
    padding: 15px;
    background: rgba(255,255,255, 0.8);
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .product{
    width: 100%;
    height: 140px;
    margin: 0 auto 10px;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .product img{
    height: 100%;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox{
    width: 100%;
    align-self: center;
    font-size: 1.4rem;
    text-align: left;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-productName{
    font-size: 1.5rem;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-price{
    margin: 3px 0;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-detail{
    font-size: 1.2rem;
}
.features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-detail .detail_color{
    height: 13px;
}
.features_wrap.--winterOfficeCasual .pointArea {
    margin-top: 90px;
    padding: 60px 25px 50px;
    background: #fff;
    /* border: 1px solid #323c45; */
    position: relative;
}
.features_wrap.--winterOfficeCasual .pointArea .border_top,
.features_wrap.--winterOfficeCasual .pointArea .border_bottom,
.features_wrap.--winterOfficeCasual .pointArea .border_right,
.features_wrap.--winterOfficeCasual .pointArea .border_left  {
    position: absolute;
    opacity: 1;
}
.features_wrap.--winterOfficeCasual .pointArea .border_top {
    width: 100%;
    border-top: 1px solid #323c45;
    top: 0;
    right: 0;
}
.features_wrap.--winterOfficeCasual .pointArea .border_bottom {
    width: 100%;
    border-bottom: 1px solid #323c45;
    bottom: 0;
    left: 0;
}
.features_wrap.--winterOfficeCasual .pointArea .border_right {
    height: 100%;
    border-right: 1px solid #323c45;
    top: 0;
    right: 0;
}
.features_wrap.--winterOfficeCasual .pointArea .border_left {
    height: 100%;
    border-left: 1px solid #323c45;
    bottom: 0;
    left: 0;
}
.features_wrap.--winterOfficeCasual .pointArea .border_top.animate_borderGrow,
.features_wrap.--winterOfficeCasual .pointArea .border_bottom.animate_borderGrow {
    animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.features_wrap.--winterOfficeCasual .pointArea .border_right.animate_borderGrow,
.features_wrap.--winterOfficeCasual .pointArea .border_left.animate_borderGrow{
    animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.features_wrap.--winterOfficeCasual .pointArea-title{
    width: 35%;
    padding: 10px 0;
    border-radius: 30px;
    background-color: #323c45;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--winterOfficeCasual .pointArea-lead span{
    display: inline-block;
    transform: skewX(-5deg);
    font-size: 3.2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.features_wrap.--winterOfficeCasual .pointArea-lead span.fontChange{
    font-family: "Yu Mincho", "YuMincho", serif;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter .photo01,
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter .photo02 {
    width: calc((100% - 15px) / 2);
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter.--coordinate01 .absolute-beforeAfter01_arrow{
    width: 27.7%;
    top: 61%;
    left: 34.4%;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter.--coordinate01 .absolute-beforeAfter01_temprature{
    width: 38.57%;
    top: 0%;
    left: 34.1%;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter.--coordinate01 .absolute-beforeAfter02_arrow_minus{
    width: 23.71%;
    bottom: 4.4%;
    left: 38.8%;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter.--coordinate02 .absolute-beforeAfter02_arrow_minus{
    width: 32.57%;
    bottom: 4.7%;
    left: 36.6%;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter.--coordinate03 .absolute-beforeAfter01_arrow_minus{
    width: 32.57%;
    bottom: 4.7%;
    left: 36.6%;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter_bottom{
    margin-top: 5px;
    color: #808080;
    font-size: 1.2rem;
    text-align: right;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter_bottom_inner{
    display: inline-block;
    padding-left: 12px;
    text-align: left;
    position: relative;
}
.features_wrap.--winterOfficeCasual .pointArea .beforeAfter_bottom_inner::before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow{
    width: 40px;
    position: absolute;
    top: -9.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow svg{
    display: block;
    width: 100%;
    position: static;
    animation: fadeInDown 2s infinite;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow svg:nth-of-type(2){
    animation-delay: 0.2s;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow svg:nth-of-type(3){
    animation-delay: 0.4s;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow svg polyline{
    stroke: #323c45;
}
.features_wrap.--winterOfficeCasual .moreLooks{
    margin: 125px -20px 0;
    padding: 50px 20px 70px;
    background-color: #fff;
    text-align: center;
}
.features_wrap.--winterOfficeCasual .moreLooks::before{
    content: "";
    width: 100%;
    height: 71px;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    background: #fff;
    position: absolute;
    top: -70px;
    right: 0;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-title{
    width: 371px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.features_wrap.--winterOfficeCasual .moreLooks .moreLooks-title span.text img{
    height: 40px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left,
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right{
    width: 240px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text .triangleBox{
    display: flex;
    margin-bottom: 10px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text .triangleBox .triangle{
    display: block;
    width: 11px;
    height: 14px;
    margin-right: 5px;
    background-color: #323c45;
    animation: fadeIn_arrow 2s infinite;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text .triangleBox .triangle:last-of-type{
    margin-right: 0;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left .outfitArea-text .triangleBox .triangle{
    clip-path: polygon(0% 50%, 11px 0%, 11px 14px);
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left .outfitArea-text .triangleBox .triangle:nth-of-type(2){
    animation-delay: 0.2s;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left .outfitArea-text .triangleBox .triangle:nth-of-type(1){
    animation-delay: 0.4s;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right .outfitArea-text .triangleBox .triangle{
    clip-path: polygon(11px 50%, 0% 0%, 0% 14px);
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right .outfitArea-text .triangleBox .triangle:nth-of-type(2){
    animation-delay: 0.2s;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right .outfitArea-text .triangleBox .triangle:nth-of-type(3){
    animation-delay: 0.4s;
}
@media screen and (min-width: 750px) {
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left .outfitArea-text{
        width: calc(100% - 480px);
        position: absolute;
        top: 25.8%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right .outfitArea-text{
        width: calc(100% - 480px);
        position: absolute;
        bottom: 25.8%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.trench_coat{
    width: 156px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.chester_coat{
    width: 167px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.knit{
    width: 56px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.long_coat{
    width: 129px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.one_peace{
    width: 125px;
}
.features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.sweater{
    width: 105px;
}
@media screen and (max-width: 749px) {
    .features_wrap.--winterOfficeCasual .messageArea {
        padding: 40px 15px;
        font-size: 1.5rem;
    }
    .features_wrap.--winterOfficeCasual .messageArea-title{
        margin-bottom: 25px;
        font-size: 2.2rem;
    }
    .features_wrap.--winterOfficeCasual .messageArea-text{
        margin-top: 20px;
    }
    .features_wrap.--winterOfficeCasual .coordinate {
        padding: 40px 15px 0;
    }
    .features_wrap.--winterOfficeCasual .coordinate-title .num{
        margin-bottom: 25px;
    }
    .features_wrap.--winterOfficeCasual .coordinate-title .num span.line{
        margin-top: 30px;
    }
    .features_wrap.--winterOfficeCasual .coordinate-title span.text{
        font-size: 2.3rem;
    }
    .features_wrap.--winterOfficeCasual .coordinate-text{
        margin-top: 15px;
        font-size: 1.4rem;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea{
        margin-top: 35px;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail{
        width: 125px;
        padding: 10px;
        flex-direction: column;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea.--tights .itemDetail{
        width: 90px;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .product{
        height: 20vw;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox{
        width: 100%;
        font-size: 1.2rem;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-productName{
        font-size: 1.2rem;
        line-height: 1.4;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-price{
        margin: 0;
        font-size: 1.1rem;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-detail{
        font-size: 1rem;
    }
    .features_wrap.--winterOfficeCasual .mainPhotoArea .itemDetail .infoBox-detail .detail_color{
        height: 10px;
    }
    .features_wrap.--winterOfficeCasual .pointArea{
        margin-top: 60px;
        padding: 30px 15px 20px;
    }
    .features_wrap.--winterOfficeCasual .pointArea-title{
        padding: 5px 0;
        top: -12px;
    }
    .features_wrap.--winterOfficeCasual .pointArea-title img{
        display: block;
        width: 14.26vw;
        margin: 0 auto;
    }
    .features_wrap.--winterOfficeCasual .pointArea-lead span{
        font-size: 2.1rem;
        line-height: 1.6;
    }
    .features_wrap.--winterOfficeCasual .pointArea .beforeAfter {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
    .features_wrap.--winterOfficeCasual .pointArea .beforeAfter .photo01,
    .features_wrap.--winterOfficeCasual .pointArea .beforeAfter .photo02{
        width: 100%;
        margin-top: 15px;
    }
    .features_wrap.--winterOfficeCasual .pointArea .beforeAfter_bottom{
        width: 90%;
        margin: 5px auto 0;
        font-size: 1rem;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .moreLooks-arrow{
        top: -5.5%;
    }
    .features_wrap.--winterOfficeCasual .moreLooks{
        margin: 65px -20px 0;
    }
    .features_wrap.--winterOfficeCasual .moreLooks::before{
        height: 41px;
        top: -40px;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .moreLooks-title{
        width: 53%;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .moreLooks-title span.text img{
        height: 5vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea{
        flex-direction: column;
        position: static;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left,
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.outfitArea-photo,
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text{
        width: 50%;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right{
        margin: 20px 0 0 auto;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea .outfitArea-text .triangleBox .triangle{
        width: 9px;
        height: 11px;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_left .outfitArea-text .triangleBox .triangle{
        clip-path: polygon(0% 50%, 9px 0%, 9px 11px);
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea_right .outfitArea-text .triangleBox .triangle{
        clip-path: polygon(9px 50%, 0% 0%, 0% 11px);
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.trench_coat{
        width: 33.3vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.chester_coat{
        width: 35.73vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.knit{
        width: 12.13vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.long_coat{
        width: 27.6vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.one_peace{
        width: 26.66vw;
    }
    .features_wrap.--winterOfficeCasual .moreLooks .outfitArea img.sweater{
        width: 22.4vw;
    }
}