.content.with-category-list .main-content {
    width: 557px;
}
@media screen and (max-width: 768px) {
    .content.with-category-list .main-content {
        width: 100%;
    }
}

.content.with-category-list {
    flex-wrap: wrap;
}
.content_row .block-title {
    background-color: #a68786;
    padding: 0;
    box-shadow: 0 0 5px rgba(239, 142, 142, 0.75);
    margin: 0 0 2.0rem;
    border: 6px solid #A68786;
    width: 100%;
}
.content_row .block-title h1 {
    width: 100%;
    color: #533C34;
    font-size: 20px;
    font-weight: bold;
    background-color: #FFF;
    margin-bottom: 0px;
    text-align: center;
    padding: 12px;
}
.content_row.type-clothes,
.content_row.type-scene {
    font-family: "リュウミン M-KL";
    color: #533C34;
}
.content_row.type-clothes  ol.cat-list {
    padding-left: 0;
    font-size: 1.1rem;
    border-top: 1px solid #7C5D4B;
}
.content_row.type-clothes  ol.cat-list > li {
    padding-left: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-indent: -1em;
    text-align: left;
    border-bottom: 1px solid #7C5D4B;
}
.content_row.type-clothes  ol.cat-list > li:before {
    content: "●";
    color: #533C34;
}
.content_row.type-clothes  ol.cat-list > li > a {

}
.content_row.type-clothes  ol.cat-list > li > a:link,
.content_row.type-clothes  ol.cat-list > li > a:visited {
    color: #533C34;
}


.content_row.type-scene  ol.cat-list {
    padding-left: 0;
    font-size: 1.1rem;
}
.content_row.type-scene  ol.cat-list > li > a {
    display: block;
    background-color: #A68786;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 1.0em;
}
.content_row.type-scene  ol.cat-list > li > a:link,
.content_row.type-scene  ol.cat-list > li > a:visited {
    color: #FFF;
}
.content_row.type-scene  ol.child-list {
    padding-top: 0.75em;
    padding-bottom: 1.5em;
}
.content_row.type-scene  ol.child-list > li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
.content_row.type-scene  ol.child-list > li:before {
    content: "●";
    color: #533C34;
}
.content_row.type-scene  ol.child-list > li > a {

}
.content_row.type-scene  ol.child-list > li > a:link,
.content_row.type-scene  ol.child-list > li > a:visited {
    color: #533C34;
}


.content_row .main-content {
}
.content_row .listpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.content_row .product-wrapper {
    width: 163px;
    height: 163px;
    position: relative;
    margin-bottom: 2em;
    cursor: pointer;
}
.content_row .product-wrapper img {
    width: 163px;
    height: 163px;
}
.content_row .product-wrapper .mark-plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
    cursor: pointer;
    background-color: #A68786;
    position: absolute;
    right: 0;
    top: 0;
}
.content_row .product-wrapper .mark-plus::before,
.content_row .product-wrapper .mark-plus::after {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    left: 12px;
    width: 10px;
    height: 2px;
    margin: -8% 0 0 -42%;
    background: rgb(255, 255, 255);
}
.content_row .product-wrapper .mark-plus::after {
    transform: rotate(90deg);
}


div#bottom-pager {
    margin-top: 1em;
    width: 100%;
}
div#bottom-pager>ul>li>span,
div#bottom-pager>ul>li>a {
    border: 1px solid #A68786;
    background-color: #FFF;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding: 0px 5px;
    font-size: 13px;
    width: auto;
}
div#bottom-pager > ul {
    background: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
}
div#bottom-pager > ul > li {
    float: none;
    width: auto;
    margin: 0;
}
div#bottom-pager > ul > li.active span {
    background-color: #F2F2F2;
}
div#bottom-pager>ul>li>span.current {
    background-color: #A68786;
    color: #FFF;
}
div#bottom-pager > ul > li > span.prev,
div#bottom-pager > ul > li > a.prev,
div#bottom-pager > ul > li > span.next,
div#bottom-pager > ul > li > a.next {
    background-color: #FFF;
    color: #A68786;
    border-color: #FFF;
    margin-right: 0;
    margin-left: 0;
}
div#bottom-pager > ul > li a:link,
div#bottom-pager > ul > li a:visited {
    color: #A68786;
}
@media screen and (max-width: 768px) {
    div#bottom-pager > ul {
        justify-content: center;
    }
}

.content_row .bottom-link {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}
.content_row .bottom-link a {
    display: block;
    width: 268px;
    background-color: #A68786;
    color: #FFF;
    line-height: 39px;
    position: relative;
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.content_row .bottom-link a::after {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*margin: 80px auto;*/
    position: absolute;
    right: 13px;
    top: calc(50% - 6.5px);
}
@media screen and (max-width: 768px) {
    .content_row .bottom-link {
        display: block;
    }
    .content_row .bottom-link a {
        margin-bottom: 0.5em;
        width: 100%;
    }
}


.noscroll{
    overflow: hidden;
}
.popup{
    display: none;
    overflow-y: auto;
    z-index: 10;
    position:fixed;
    top:0;
    left:50%;
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    height: 90%;
    margin: 2.5% 0 0 -450px;
    padding: 2.5%;
    background: rgba(188, 127, 129, 0.9);
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.popup .closeBtn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 60;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.popup .closeBtn span::before,
.popup .closeBtn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 10%;
    margin: -8% 0 0 -42%;
    background: #FFF;
}
.popup .closeBtn span::before {
    transform: rotate(-45deg);
}
.popup .closeBtn span::after {
    transform: rotate(45deg);
}
.popup .layoutLeft{
    width: 55%;
    float: left;
}
.popup .layoutRight{
    width: 40%;
    float: right;
}
.viewer .mainImage img {
    width: 460px;
    height: 460px;
}
.viewer ul.imageList {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.viewer ul.imageList li {
    margin: 0 1% 0 0;
    padding: 0;
    float: left;
    width: 24.25%;
}
.viewer ul.imageList li img{
    cursor: pointer;
    width: 111px;
    height: 111px;
}
.viewer ul.imageList li img:hover{
    opacity: .7;
    transition: .5s;
}
.viewer ul.imageList li:last-child {
    margin: 0;
}
.itemspec{
    border-bottom: 1px solid #fff;
}
.itemspec dl{
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #fff;
    display: table;
    padding: 15px 5px;
    margin-bottom: 0;
}
.itemspec dl dt{
    display: table-cell;
}
.itemspec dl dd{
    display: table-cell;
    text-align: right;
}
.comment{
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .popup .closeBtn{
        position: fixed;
        top:0;
        bottom:auto;
        right:0;
        background: rgba(188, 127, 129, 0.9);
        padding: 10px;
    }
    .popup .closeBtn img{
        width: 40px;
        height: 40px;
    }
    .popup{
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .popup{
        left:0;
    }
    .popup .layoutLeft{
        width: 100%;
        float: none;
    }
    .popup .layoutRight{
        padding: 20px 0 0 0;
        width: 100%;
        float: none;
    }
    .comment{
        padding: 20px 0;
    }
    .viewer .mainImage img {
        width: 100%;
        height: auto;
    }
    .viewer ul.imageList li img {
        width: 100%;
        height: auto;
    }
}