/* パンくず */
#body_wrap .p-breadcrumb__list {
    flex-wrap: wrap;
}

#body_wrap .term-title-bg.parent-title-bg {
    min-height: 240px;
    padding: 1em 0;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#body_wrap .term-title-bg.parent-title-bg .l-topTitleArea__body {
    width: 100%;
}

#lp-content .post_content, #main_content .post_content {
    padding-top: 40px;
}

#body_wrap .swell-block-columns__inner {
    justify-content: flex-start;
}

#body_wrap .swell-block-column .swell-block-capbox .cap_box_ttl {
    min-height: 85px;
}

#body_wrap .swell-block-column .swell-block-capbox .cap_box_content {
    max-height: 300px;
}


#body_wrap .wp-block-image.parent-img a img {
    object-fit: cover;
    height: 300px;
}

/* è¦ªã‚¿ãƒ¼ãƒ  */

#body_wrap .cont_ttl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 40px;
}

#body_wrap .cont_ttl h2 {
    margin: 0 20px 0 0;
}

#body_wrap .cont_ttl h3 {
    margin: 0;
}

#body_wrap .parent-bland-wrap {
    background-color: #F7F4ED;
    padding: 5em 1em!important;
}

#body_wrap .parent-bland-wrap .inner ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    list-style: none;
    gap: 10px;
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
}

#body_wrap .parent-bland-wrap .inner ul li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
}

#body_wrap .parent-bland-wrap .inner ul li a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
}

#body_wrap .parent-bland-wrap .inner ul li a figure {
    height: 232px;
    margin-bottom: 0;
}

/* ホバー */
#body_wrap a img {
    transition: 0.25s!important;
    opacity: 1!important;
}

#body_wrap a:hover img {
    transition: 0.25s!important;
    opacity: 0.8!important;
}

#body_wrap .parent-bland-wrap .inner ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#body_wrap .parent-bland-wrap .inner ul li a p {
    background-color: #222222;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    align-items: center;
}

/* è²·å–å®Ÿç¸¾ */

#body_wrap .result-wrap.child-bland-wrap {
    margin: 1em;
}

#body_wrap .result-wrap h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

#body_wrap .result-wrap h2 .en-ttl {
    font-size: 40px;
    position: relative;
    line-height: 1;
}

#body_wrap .result-wrap h2 .en-ttl::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #222222;
    position: absolute;
    right: -20px;
    top: 0;
}

#body_wrap .result-wrap h2 .jp-ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

#body_wrap .result-wrap .inner {
    max-width: 958px;
}

#body_wrap .result-wrap .inner ul li a img {
    height: 313px!important;
    display: block;
}

#body_wrap .result-wrap .inner ul li a .info-desc {
    background-color: #fff;
    border: 1px solid #DDDDDD;
}

#body_wrap .result-wrap .inner ul {
    padding-left: 0;
}


/* 子ターム */
#body_wrap #content:has(.child-ttl) {
    padding-left: 0;
}

#body_wrap .child-ttl {
    margin-top: 40px;
}

#body_wrap .child-ttl .c-pageTitle {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
    margin-right: 0;
}

#body_wrap .child-ttl .c-pageTitle .en-ttl {
    color: #D9C88E;
    line-height: 1.2;
    font-size: 50px;
}

#body_wrap .child-ttl {
    margin-bottom: 60px;
}

#body_wrap .child-ttl .c-pageTitle small.c-pageTitle__subTitle.u-fz-14 {
    margin-top: 0;
}

#body_wrap .child-style {
    position: relative;
}

#body_wrap .child-style h2 {
    position: absolute;
    left: 35px;
    top: -24px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: calc(100% - 65px);
}

#body_wrap .child-style h2 .en-ttl {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    line-height: 1;
    width: fit-content;
}

#body_wrap .child-style h2 .en-ttl::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #222222;
    position: absolute;
    right: -20px;
    top: 0;
}

#body_wrap .child-style h2 .jp-ttl {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

#body_wrap .child-style .inner {
    background-color: #F7F4ED;
    padding: 50px 30px 70px 65px;
    padding: 70px 30px;
    width: 100%;
}

#body_wrap .child-bland-wrap .inner .term-post-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

#body_wrap .child-bland-wrap .inner .term-post-list > li {
    min-width: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    background-color: #fff;
}

#body_wrap .child-bland-wrap .inner .term-post-list > li * {
    min-width: 0;
}

#body_wrap .child-bland-wrap .inner .term-post-list > li a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    display: block;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc {
    background-color: #222222;
    padding: 15px 10px 10px 15px;
    color: #fff;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
    list-style-type: none;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc ul li {
    background-color: #fff;
    border-radius: 30px;
    color: #222222;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 7px 3px;
    line-height: 1;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc > p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc .material {
    font-size: 12px;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc {
    background-color: #fff;
    padding: 18px 15px 15px 15px;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 45px;
    color: #222222;
    font-size: 12px;
    margin-bottom: 8px;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl div:last-child {
    margin-bottom: 0;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl div dt {
    width: 50px;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl .state dd {
    background-color: #C7E5F7;
    color: #4C60D0;
    border-radius: 30px;
    width: 70px;
    text-align: center;
    padding: 2px 0;
    font-size: 11px;
    font-weight: 600;
}

#body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl .price dd {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

/* ページネーション */
#body_wrap .navigation.pagination {
    margin-top: 45px;
}

#body_wrap .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

#body_wrap .nav-links .page-numbers {
    background-color: #fff;
    color: #D9C88E;
    border: 1px solid #D9C88E;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

#body_wrap .post_content div>:first-child, .post_content>:first-child {
    margin-bottom: 0;
}

#body_wrap .nav-links .current.page-numbers {
    background-color: #D9C88E;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

#body_wrap .nav-links .prev.page-numbers,
#body_wrap .nav-links .next.page-numbers {
    background-color: inherit;
    border: none;
}

.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #D9C88E;  
  border-right: 2px solid #D9C88E;
}

/* ◀ 左向き */
.arrow-prev {
  transform: rotate(-135deg);
}

/* ▶ 右向き */
.arrow-next {
  transform: rotate(45deg);
}

@media screen and (max-width:1100px) {
    #body_wrap .child-style .inner {
        padding: 150px 30px 70px 65px;
    }
}


@media screen and (max-width:900px) {
    #body_wrap .swell-block-column .swell-block-capbox .cap_box_ttl {
        min-height: 110px;
    }
}

@media screen and (max-width:600px) {

    #lp-content .post_content, #main_content .post_content {
        padding-top: 0;
    }

    /* 親ターム */
        #body_wrap .parent-bland-wrap {
        padding: 30px 10px;
        margin-bottom: 60px;
    }

    #body_wrap .parent-bland-wrap .inner ul {
        grid-template-columns: repeat(3,1fr);
        gap: 8px;
        max-width: auto;
    }
    
    /* ホバー */
    #body_wrap a img {
        transition: 0s!important;
        opacity: 1!important;
    }

    #body_wrap a:hover img {
        transition: 0s!important;
        opacity: 1!important;
    }

    #body_wrap .parent-bland-wrap .inner ul li a figure {
        height: 29.8vw;
    }

    #body_wrap .parent-bland-wrap .inner ul li a p {
        padding: 10px;
        font-size: 10px;
        line-height: 1.5em;
    }


    #body_wrap .term-title-bg.parent-title-bg {
        min-height: 11em;
        display: flex;
        align-items: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right 20% center;
    }

    #body_wrap h1.c-pageTitle {
        display: flex;
        flex-direction: column;
        line-height: 1;
        font-weight: 600;
        font-size: 24px;
    }

    #body_wrap small.c-pageTitle__subTitle.u-fz-14 {
        margin-top: 12px;
        margin-left: 0;
    }

    #body_wrap h1.c-pageTitle::after {
        display: none;
    }

    #body_wrap .cont_ttl {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
        padding: 2em 0 1em 1em;
    }

    #body_wrap .cont_ttl h2 {
        /* font-size: 28px; */
        margin-right: 0;
    }

    #body_wrap .cont_ttl h3 {
        margin-top: 0;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0 0 0;
    }

    #body_wrap .swell-block-columns__inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 10px;
    }

    #body_wrap .swell-block-columns__inner .swell-block-column {
        margin-left: 0;
        width: auto;
    }

   /* 買取実績 */
    #body_wrap .result-wrap h2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 30px;
    }

    #body_wrap .result-wrap h2 .en-ttl {
        font-size: 28px;
    }

    #body_wrap .result-wrap h2 .jp-ttl {
        font-size: 14px;
    }

    #body_wrap .result-wrap .inner {
        max-width: none;
    }

    #body_wrap .result-wrap .inner ul li a img {
        height: 46.6vw!important;
    }


    /* 子ターム */
    #body_wrap #content:has(.child-ttl) {
        padding-top: 0;
        padding-right: 0;
    }

    #body_wrap .child-ttl {
        margin-top: 20px;
    }

    #body_wrap .child-ttl .c-pageTitle {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 12px;
        padding-left: 20px;
    }

    #body_wrap .child-ttl .c-pageTitle .en-ttl {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    #body_wrap .child-ttl {
        margin-bottom: 40px;
    }

    #body_wrap .child-style h2 {
        position: absolute;
        left: 20px;
        top: -11px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: calc(100% - 20px);
    }

    #body_wrap .child-style h2 .en-ttl {
        font-size: 24px;
        width: auto;
    }

    #body_wrap .child-style h2 .jp-ttl {
        font-size: 16px;
    }

    #body_wrap .child-style .inner {
        padding: 50px 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list {
        grid-template-columns: repeat(2,1fr);
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a img {
        height: 46.5vw;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc {
        padding: 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc ul {
        margin-bottom: 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc ul li {
        font-size: 8px;
        font-weight: 600;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc > p {
        font-size: 14px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .cat-desc .material {
        font-size: 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc {
        padding: 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl div {
        gap: 20px;
        color: #222222;
        font-size: 10px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl div dt {
        width: 40px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl .state dd {
        width: 50px;
    }

    #body_wrap .child-bland-wrap .inner .term-post-list li a .info-desc dl .price dd {
        font-size: 16px;
    }

    /* ページネーション */
    #body_wrap .navigation.pagination {
        margin-top: 30px;
    }

    #body_wrap .nav-links .page-numbers {
        width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

