.fs-dd-contentsArea {
    max-width: 1600px;
    padding: 0 60px;
    margin: 0 auto 80px;
}
.fs-lower-lead {
    line-height: 1.8;
}
.fs-dd-catArea__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.fs-dd-catArea__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E7EAEA;
    border: 1px solid #E7EAEA;
}
.fs-dd-catArea__list li a img {
    width: 80px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.fs-dd-catArea__list li a p {
    font-family: "YuGothic-B";
    margin-left: 20px;
}
.fs-body-category-diary .fs-dd-tabArea.--rollbahn {
    display: none;
}
.fs-body-category-cat701 .fs-dd-tabArea.--diary {
    display: none;
}
.fs-dd-tabArea__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}
.fs-dd-tabArea__tabs::after {
    content: "";
    width: 32%;
    order: 1;
}
.fs-dd-tabArea__tabs li {
    position: relative;
    font-family: "YuGothic-B";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 32%;
    height: 60px;
    background-color: #E7EAEA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.fs-dd-tabArea__tabs li.is-active {
    background-color: #fff;
    border: 1px solid #707070;
    border-bottom: none;
}
.fs-dd-tabArea__tabs li.is-active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    z-index: 2;
}
.fs-dd-tabArea__tabs li span {
    opacity: 0.5;
}
.fs-dd-tabArea__tabs li.is-active span {
    opacity: 1;
}
.fs-dd-tabArea__item {
    display: none;
    padding: 40px 40px 20px;
    background-color: rgba(255, 55, 0, 0.05);
}
.fs-dd-tabArea__item.is-active {
    display: flex;
}

.fs-dd-tabArea__list {
    display: flex;
    flex-wrap: wrap;
}
.fs-dd-tabArea__item[data-type="format"] .fs-dd-tabArea__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    width: 100%;
}
.fs-dd-tabArea__list li {
    margin-right: 40px;
    margin-bottom: 20px;
}
.fs-dd-tabArea__list li a {
    display: flex;
    align-items: center;
}
.fs-dd-tabArea__list li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #FF3700;
    border-radius: 50%;
    margin-right: 6px;
}
.fs-dd-tabArea__tabs li span::after {
    content: "から探す";
}
.fs-dd-tabArea__block {
    width: 50%;
}
.fs-dd-tabArea__block .fs-sizeguide-img {
    display: block;
    width: 100%;
    max-width: 500px;
    padding-left: 20px;
    margin: 0 auto 20px;
}
.fs-dd-tabArea__block__ttl {
    font-family: "YuGothic-B";
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.fs-dd-tabArea__block .fs-dd-tabArea__list {
    /* width: fit-content; */
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}
.fs-body-category-cat701 .fs-dd-tabArea__block__ttl:nth-of-type(2) {
    margin-top: 30px;
}

.fs-dd-tabArea__otherLink {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.fs-dd-tabArea__otherLink.sp_only {
    display: none;
}
.fs-dd-tabArea__otherLink span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #FF3700;
    border-radius: 50%;
    margin-right: 6px;
}
.fs-dd-tabArea__item[data-type="forme"] a {
    flex-flow: column;
    align-items: flex-start;
}
.fs-dd-tabArea__btn {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.fs-dd-tabArea__thumb {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}

.fs-dd-featureArea__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-dd-featureArea__list li {
    width: 32%;
    margin-bottom: 40px;
}
.fs-dd-featureArea__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7 / 1;
    object-fit: cover;
    margin-bottom: 14px;
}
.fs-dd-featureArea__list li h3 {
    display: flex;
    align-items: center;
    font-family: "YuGothic-B";
}
.fs-dd-featureArea__list li h3 img {
    transform: rotate(-90deg);
    margin-bottom: 3px;
    margin-right: 4px;
}

@media screen and (max-width:768px) {
    .fs-dd-contentsArea {
        padding: 0 20px;
        margin: 0 auto 80px;
    }
    .fs-lower-lead {
        margin-bottom: 65px;
    }
    .fs-dd-catArea__list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 25px;
        grid-row-gap: 27px;
    }
    .fs-dd-catArea__list li a {
        flex-flow: column-reverse;
        align-items: flex-start;
        background-color: transparent;
        border: none;
    }
    .fs-dd-catArea__list li a p {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 0 auto;
    }
    .fs-dd-catArea__list li a img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 16px;
        border: 1px solid #E7EAEA;
    }
    .fs-dd-tabArea__item[data-type="size"] .fs-dd-tabArea__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        width: 100%;
    }
    .fs-dd-tabArea__item[data-type="format"] .fs-dd-tabArea__list {
        display: flex;
        margin-top: 0;
    }
    .fs-dd-tabArea__item {
        padding: 20px 15px 0;
    }
    .fs-dd-tabArea__item[data-type="size"] {
        padding: 20px 15px;
    }
    .fs-dd-tabArea__list li {
        margin-right: 20px;
    }
    .fs-dd-tabArea__tabs {
        margin-bottom: 10px;
    }
    .fs-dd-tabArea__tabs li span::after {
        content: none;
    }
    .fs-dd-tabArea__item.is-active {
        display: block;
    }
    .fs-dd-tabArea__block {
        width: 100%;
    }
    .fs-dd-tabArea__block:nth-child(2) {
        margin-top: 30px;
    }
    .fs-dd-tabArea__block .fs-sizeguide-img {
        padding-left: 0;
        margin-bottom: 0;
    }
    .fs-dd-tabArea__otherLink.pc_only {
        display: none;
    }
    .fs-dd-tabArea__otherLink.sp_only {
        display: flex;
        margin-bottom: 0;
    }
    .fs-dd-tabArea__item[data-type="forme"] .fs-dd-tabArea__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        grid-column-gap: 17px;
        grid-row-gap: 20px;
    }
    .fs-dd-tabArea__item[data-type="forme"] .fs-dd-tabArea__list li {
        margin-right: 0;
        margin-bottom: 0;
    }
    .fs-dd-featureArea__list li {
        width: 47.4%;
        margin-bottom: 40px;
    }
    
}