.furisode-list-section-title{
    margin-top:10px;
    color: #a38a3f;
    font-family: "Shippori Mincho", serif !important;
    background-color: #f6f3f0;
    padding: 55px 0;
}
.furisode-list-section-wrapper{
    background-color: #ffffff;
    padding-bottom: 90px;
}
.furisode-list-section-inner{
    display: flex;
    column-gap: 50px;
    width: 1000px;
    margin: 0 auto;
}
.furisode-list-section-title-jp{
    font-size: 32px;
    letter-spacing: 3px;
}
.furisode-list-section-title-eng{
    font-size: 18px;
    letter-spacing: 5px;
}
.furisode-list{
    width:695px;
}
.furisode-list-title{
    font-size: 22px;
    margin: 76px 0 22px;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Shippori Mincho", serif !important;
    color: #685a4c;
}
.furisode-list-title::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cdc38b;
    transform: rotate(45deg);
    margin-top: 4px;
    margin-right: 10px;
}
.furisode-list-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 50px;
}
.furisode-list-item{
    width:221px;
    height:332px;
}
.furisode-list-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.furisode-list-more-button{
    width:350px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e59a9c;
    color: #ffffff;
    font-size: 21px;
    margin: 0 auto;
}
.furisode-list-more-button:hover{
    opacity: 0.8;
}
.furisode-list-more-button::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(135deg);
    margin-left: 20px;
    margin-top: -7px;
}
.furisode-list-more-button.-open::after{
     transform: rotate(315deg);
     margin-top: 3px;
}
.furisode-color-anchors-section{
    background-color: #f6f3f0;
    width: 250px;
    height:332px;
    margin-top:120px;
}
.furisode-color-anchors-section-title{
    background-color: #e7e1db;
    color: #726558;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.furisode-color-anchors-ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 20px 0;
}
.furisode-color-anchors-li{
    width:95px;
}
.furisode-color-anchors-link{
    font-size: 16px;
    font-family: "Shippori Mincho", serif;
    display: flex;
    column-gap: 14px;
}
.furisode-color-anchors-color{
    width: 32px;
    height: 32px;
    display:block;
    border-radius: 4px;
    background-color: #e7e1db;
}
.-white .furisode-color-anchors-color{
    background-color: #ffffff;
    border: 1px solid #e0dfde;
    box-sizing: border-box;
}
.-black .furisode-color-anchors-color{
    background-color: #262626;
}
.-red .furisode-color-anchors-color{
    background-color: #c74c4c;
}
.-yellow .furisode-color-anchors-color{
    background-color: #e9dd73;
}
.-blue .furisode-color-anchors-color{
    background-color: #4869d3;
}
.-green .furisode-color-anchors-color{
    background-color: #60a66f;
}
.-pink .furisode-color-anchors-color{
    background-color: #ffadce;
}
.-purple .furisode-color-anchors-color{
    background-color: #ad6d94;
}
.-other .furisode-color-anchors-color{
    background: linear-gradient(135deg, #d3fbfb 0%, #fbdd97 100%);
}
.furisode-color-anchors-link.-active .furisode-color-anchors-color{
    position: relative;
}
.furisode-color-anchors-link.-active .furisode-color-anchors-color::after{
    content: "";
    display: block;
    width:10px;
    height:4px;
    transform: rotate(35deg);
    background-color: #000;
    position: absolute;
    top:17px;
    left:5px;
}
.furisode-color-anchors-link.-active .furisode-color-anchors-color::before{
    content: "";
    display: block;
    width:17px;
    height:4px;
    transform: rotate(135deg);
    background-color: #000;
    position: absolute;
    top:14px;
    right:5px;
}
.furisode-color-anchors-link.-active.-white .furisode-color-anchors-color::before{
    top: 15px;
    right: 3px;
}
.furisode-color-anchors-link.-active.-black .furisode-color-anchors-color::after,
.furisode-color-anchors-link.-active.-black .furisode-color-anchors-color::before ,
.furisode-color-anchors-link.-active.-blue .furisode-color-anchors-color::after,
.furisode-color-anchors-link.-active.-blue .furisode-color-anchors-color::before{
    background-color: #fff;
}
div.h1Wrap.sldshow{
    padding: 0;
}
div.section.rentaldress-bottom-contents{
    padding-top: 90px;
}
.furisode-list-item.-hidden{
    display: none;
}
.furisode-list-no-items{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #685a4c;
    font-family: "Shippori Mincho", serif;
}
.furisode-list-items.-no-items{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 322px;
    margin-bottom: 0;
}

@media (min-width: 1020px) {
    .furisode-list-section-inner{
        justify-content: space-between;
    }
    .furisode-color-anchors-section.-fixed{
        position: fixed;
        top:0;
        right: calc((100vw - 1000px) / 2);
        z-index: 1000;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
    }
    .furisode-color-anchors-section.-bottom{
        position: static;
        margin-top: auto;
        margin-bottom: 50px;
    }
    .furisode-color-anchors-text{
        color: #2b3034;
    }
    .-active .furisode-color-anchors-text{
        color: #32638c;
    }
    .furisode-list-no-items{
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: auto;
    }
}

@media (max-width: 1019px) {
    .furisode-list-section-title-jp{
        font-size: 24px;
    }
    .furisode-list-section-title-eng{
        font-size: 12px;
    }
    .furisode-list-section-inner{
        flex-direction: column-reverse;
        width: 100vw;
    }
    .furisode-color-anchors-section{
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .furisode-color-anchors-section.-fixed{
        top: 60px;
        z-index: 1;
        position: fixed;
    }
    .furisode-color-anchors-section.-hidden{
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    .furisode-color-anchors-link{
        position: relative;
    }
    .furisode-color-anchors-ul{
        column-gap: 20px;
        width: 90vw;
        margin: 0 auto;
    }
    .furisode-color-anchors-li{
        width: auto;
        text-align: center;
    }
    .furisode-color-anchors-color{
        width: 50px;
        height: 50px;
    }
    .furisode-color-anchors-text{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 14px;
    }
    .furisode-color-anchors-link.-active .furisode-color-anchors-text{
        display: none;
    }
    .furisode-color-anchors-link.-active .furisode-color-anchors-color::before{
        width: 20px;
        height: 6px;
        top: 20px;
        right: 9px;
    }
    .furisode-color-anchors-link.-active .furisode-color-anchors-color::after{
        width: 16px;
        height: 6px;
        top: 24px;
        left: 12px;
    }
    .furisode-color-anchors-link.-active.-white .furisode-color-anchors-color::before{
        top: 21px;
        right: 10px;
    }
    .furisode-color-anchors-link.-black .furisode-color-anchors-text,
    .furisode-color-anchors-link.-blue .furisode-color-anchors-text,
    .furisode-color-anchors-link.-red .furisode-color-anchors-text,
    .furisode-color-anchors-link.-green .furisode-color-anchors-text,
    .furisode-color-anchors-link.-purple .furisode-color-anchors-text{
        color: #fff;
    }
    .furisode-list{
        width: 90vw;
        margin: 0 auto;
    }
    .furisode-list-item{
        width: calc(50% - 10px);
        height: auto;
    }
    .furisode-list-title{
        font-size: 18px;
        margin: 50px 0 22px;
    }
    .commonLink.gray.center{
        width: 90vw;
    }
    .furisode-list-more-button{
        width: 90vw;
    }
    .furisode-list-items.-no-items{
        min-height: 60px;
        margin-bottom: -30px;
    }
    .-white .furisode-color-anchors-color{
        box-sizing: content-box;
    }
    .furisode-list-title::before{
        width: 8px;
        height: 8px;
        margin-top: 3px;
    }
}