/*親カテゴリーページ*/

.fs-body-category-coordinate a.fs-c-subgroupList__link,.fs-body-category-coordinate a.fs-c-subgroupList__link:hover {
    border: none;
    background: none;
}
.fs-body-category-coordinate li.fs-c-subgroupList__item {
    height: auto;
    margin-bottom: 2em;
    border-bottom: 1px solid #d9d9d9;
}

.fs-body-category-coordinate .fs-c-subgroupList__comment {
    grid-row: 1;
}
.fs-body-category-coordinate .fs-c-subgroupList__label {
    grid-row: 2;
    margin: 2em 0px;
    letter-spacing: 1.5px;
}
.fs-body-category-coordinate .fs-c-subgroupList__link::after{
display: none;
}






/*子カテゴリーページ*/
body:not(.fs-body-category-coordinate) div.cat_comment1_wrap {
    background-image: url(https://ops777.itembox.design/item/category_page/coordinate/light-blue-bg.jpg);
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-position: center bottom;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}

.left img{
max-width:500px !important;
box-shadow: 1px 1px 4px 2px #ececec;
width: 100%;
}
.left {
    margin-bottom: 60px;
    flex-basis: 45%;

}
.right {
    flex-basis: 50%;
margin-bottom: 60px;
}

.top_right_inner {
    position: relative;
    height: 65%;
}

figure.img1 {
    position: absolute;
    width: 55%;
    top: 0;
    left: 0;
    margin: 0;
}

figure.img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    margin: 0;
}

img.img1, img.img2 {
    width: 100%;
    box-shadow: 14px 13px 3px 0px #adadad24;
}



.bottom_right_inner {
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bottom_right_inner h3 {
    font-size: 200%;
    letter-spacing: 2px;
    margin: 0px !important;
}
.bottom_right_inner p{
margin-bottom:0px;
letter-spacing: 1px;
font-size:90%;
}
.bottom_right_inner img {
    width: 60%;
}



@media screen and (max-width:640px){
.flex-box{
flex-direction:column;
}

body:not(.fs-body-category-coordinate) div.cat_comment1_wrap {
    background-position: center top;
    padding-top: 10%;
    background-size: 95% 100%;
}
.left {
    width: 90%;
    margin-left: 10%;
margin-bottom:-40px;
}
.top_right_inner {
    height: 100vw;
}
}
