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

#body_wrap #content {
    padding-left: 0;
}

#body_wrap #main_content {
    padding-top: 40px;
}

#body_wrap .single-title {
    margin-bottom: 60px;
}

#body_wrap .single-title .c-pageTitle {
    display: flex;
    align-items: center;
    gap: 40px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 24px;
    margin-right: 0;
}

#body_wrap .single-title .c-pageTitle .en-ttl {
    color: #D9C88E;
    font-size: 50px;
}

#body_wrap .single-title .c-pageTitle small.c-pageTitle__subTitle.u-fz-14 {
    margin-top: 0;
    font-size: 20px;
}

#body_wrap .item-conatiner {
    background-color: #F7F4ED;
    padding: 0px 65px 70px 65px;
    position: relative;
}

#body_wrap .item-conatiner h2 {
    position: relative;
    /* left: 65px; */
    display: flex;
    align-items: center;
    gap: 40px;
}

#body_wrap .single-item-container {
    margin-bottom: 100px;
}

#body_wrap .single-item-container h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    top: -29px;
}

#body_wrap .single-other-container h2 {
    top: -20px;
    padding-bottom: 20px;
}

#body_wrap .single-other-container h2 .en-ttl {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.04em;
    position: relative;
    line-height: 1;
}

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

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

#body_wrap .single-item-container > p {
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 1.5;
}

#body_wrap .single-item-container .contents-desc {
    display: flex;
    justify-content: flex-start;
    border: 1px solid #DDDDDD;
    background-color: #fff;
}

#body_wrap .single-item-container .contents-desc img {
    width: 37%;
    object-fit: cover;
    width: 43%;/* パンくず 画像のはみ出し防止 */
    object-fit: contain; /* パンくず 画像のはみ出し防止 */
}

/* ホバー */
#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 .single-item-container .contents-desc dl {
    width: 63%;
    background-color: #fff;
    padding: 30px;
}

#body_wrap .single-item-container .contents-desc dl div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

#body_wrap .single-item-container .contents-desc dl div:first-child {
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
}

#body_wrap .single-item-container .contents-desc dl div:last-child {
    margin-bottom: 0;
}

#body_wrap .single-item-container .contents-desc dl div dt {
    font-size: 12px;
    width: 62px;
    font-weight: 600;
}

#body_wrap .single-item-container .contents-desc dl div dd {
    font-size: 15px;
    max-width: 330px;
}

#body_wrap .single-item-container .contents-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 .single-item-container .contents-desc dl .section {
    align-items: flex-start;
}

#body_wrap .single-item-container .contents-desc dl .section dt {
    padding-top: 2px;
}

#body_wrap .single-item-container .contents-desc dl .price {
    justify-content: space-between;
}

#body_wrap .single-item-container .contents-desc dl .price dd {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

#body_wrap .single-item-container .attention {
    margin-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-bottom: 0;
    font-size: 13px;
}

/* そのほかのモデル */

#body_wrap .single-other-container .term-post-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

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

#body_wrap .single-other-container .term-post-list > li * {
    min-width: 0;
}

#body_wrap .single-other-container .term-post-list > li a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

#body_wrap .single-other-container .term-post-list li a img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    display: block;
}

#body_wrap .single-other-container .term-post-list li a .cat-desc {
    background-color: #222222;
    padding: 10px 10px 10px 15px;
    color: #fff;
}

#body_wrap .single-other-container .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;
}

#body_wrap .single-other-container .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 .single-other-container .term-post-list li a .cat-desc > p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

#body_wrap .single-other-container .term-post-list li a .cat-desc .material {
    font-size: 12px;
}

#body_wrap .single-other-container .term-post-list li a .info-desc {
    background-color: #fff;
    padding: 18px 15px 15px 15px;
}

#body_wrap .single-other-container .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 .single-other-container .term-post-list li a .info-desc dl div:last-child {
    margin-bottom: 0;
}

#body_wrap .single-other-container .term-post-list li a .info-desc dl div dt {
    width: 50px;
}

#body_wrap .single-other-container .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 .single-other-container .term-post-list li a .info-desc dl .price dd {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

/* ページネーション */

#body_wrap .other-models__pagination {
    margin-top: 45px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#body_wrap .other-models__pagination .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 .other-models__pagination .current.page-numbers {
    background-color: #D9C88E;
    color: #fff;
}

#body_wrap .other-models__pagination .prev.page-numbers,
#body_wrap .other-models__pagination .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:600px) {

    #body_wrap #content {
        padding-top: 0;
        padding-right: 0;
    }

    #body_wrap #main_content {
        padding-top: 5px;
    }

    #body_wrap .single-title {
        margin-bottom: 40px;
    }

    #body_wrap .single-title .c-pageTitle {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-bottom: 5px;
        padding-left: 20px;
    }

    #body_wrap .single-title .c-pageTitle .en-ttl {
        font-size: 28px;
    }

    #body_wrap .single-title .c-pageTitle small.c-pageTitle__subTitle.u-fz-14 {
        font-size: 14px;
        letter-spacing: 0;
        font-weight: 500;
    }

    #body_wrap .item-conatiner {
        padding: 0px 15px;
    }

    #body_wrap .item-conatiner h2 {
        /* left: 20px; */
    }

    #body_wrap .single-item-container {
        margin-bottom: 70px;
    }

    #body_wrap .single-item-container h2 {
        font-size: 22px;
        top: -15px;
    }

    #body_wrap .single-other-container {
        padding: 60px 10px;
    }

    #body_wrap .single-other-container h2 {
        top: -10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    #body_wrap .single-other-container h2 .en-ttl {
        font-size: 24px;
    }

    #body_wrap .single-other-container h2 .jp-ttl {
        font-size: 14px;
        font-weight: 600;
    }

    #body_wrap .single-item-container > p {
        margin-bottom: 20px;
        font-size: 11px;
        width: 95%;
        margin-left: 0;
        margin-right: auto;
    }

    #body_wrap .single-item-container .contents-desc {
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        border: 1px solid #DDDDDD;
        padding: 0 20px 20px;
    }

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

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

    #body_wrap .single-item-container .contents-desc img {
        width: 65%;
        height: 59vw;
    }

    #body_wrap .single-item-container .contents-desc dl {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    #body_wrap .single-item-container .contents-desc dl div {
        gap: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #body_wrap .single-item-container .contents-desc dl div:first-child {
        padding-top: 10px;
    }

    #body_wrap .single-item-container .contents-desc dl div dt {
        font-size: 11px;
        width: 20%;
    }

    #body_wrap .single-item-container .contents-desc dl div dd {
        font-size: 13px;
        max-width: 80%;
    }

    #body_wrap .single-item-container .contents-desc dl .state dd {
        width: 75px;
    }

        #body_wrap .single-item-container .contents-desc dl .price dd {
        letter-spacing: 0;
    }

    #body_wrap .single-item-container .attention {
        width: 100%;
        font-size: 11px;
    }

    #body_wrap .single-item-container .attention br {
        display: none;
    }

    /* そのほかのモデル */

    #body_wrap .single-other-container .term-post-list {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a img {
        height: 46.5vw;
    }

    #body_wrap .single-other-container .term-post-list li a .cat-desc {
        padding: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a .cat-desc ul {
        gap: 8px;
        margin-bottom: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a .cat-desc ul li {
        font-size: 8px;
        font-weight: 600;
    }

    #body_wrap .single-other-container .term-post-list li a .cat-desc > p {
        font-size: 14px;
    }

    #body_wrap .single-other-container .term-post-list li a .cat-desc .material {
        font-size: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a .info-desc {
        padding: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a .info-desc dl div {
        gap: 20px;
        font-size: 10px;
    }

    #body_wrap .single-other-container .term-post-list li a .info-desc dl div dt {
        width: 40px;
    }

    #body_wrap .single-other-container .term-post-list li a .info-desc dl .state dd {
        width: 50px;
        font-size: 11px;
        font-weight: 600;
    }

    #body_wrap .single-other-container .term-post-list li a .info-desc dl .price dd {
        font-size: 16px;
    }

    /* ページネーション */

    #body_wrap .other-models__pagination {
        margin-top: 30px;
    }

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


