.main-inner {
    padding: 0 0 100px;
}
.child-category {
    margin: 0 0 65px;
}
.child-category__inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1080px;
}
.child-category .child-category__inner:not(:first-child){
    & .child-category__head {
    	margin-top: 70px;
    }
    & .child-category__body{
        margin-bottom: 100px;
    }
}
.child-category__head {
    margin: 0 0 20px;
}
.child-category__head h2 {
    font-size: 16px;
    font-weight: 500;
}
.child-category__head h2 a {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.child-category__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.child-category__item {
    border: 1px solid #e4e4e4;
}
.child-category__item a {
    display: block;
	height: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
	align-content: center;
}

.category-main__inner {
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.category-main__flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.category-sidebar {
    border-right: 1px solid #e4e4e4;
    padding-right: 25px;
    width: 240px;
}
.category-main__content {
    padding-left: 25px;
    width: calc(100% - 240px);
}

.category-content__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 35px;
}
.category-sidebar__item.type-d {
    margin: 0;
}
.category-sidebar__head {
    margin: 0 0 20px;
}
.category-sidebar__head p {
    font-size: 18px;
    font-weight: 500;
}
.category-sidebar__widget {
    padding: 0 10px;
}
.category-sidebar__widget.dropdown {
    padding: 0;
}
.category-sidebar__widget:not(:last-child) {
    margin: 0 0 35px;
}
.category-sidebar__widget.dropdown:not(:last-child) {
    margin: 0;
}
.category-sidebar__widget.dropdown:first-child {
    border-top: 1px solid var(--ft-color3);
    padding: 0;
}
.category-sidebar__widget.dropdown.last-item{
	border-bottom: 1px solid var(--ft-color3);
}
.category-widget__head {
    margin: 0 0 10px;
}
.category-widget__head p {
    font-size: 16px;
    font-weight: 500;
}
.category-widget__body ul li:not(:last-child) {
    margin: 0 0 5px;
}
.category-widget__body ul li a {
    font-size: 14px;
    font-weight: 400;
}


.dropdown .dropdown-head {
    margin: 0;
    padding: 0 10px;
    position: relative;
}
.dropdown .dropdown-head::before,
.dropdown .dropdown-head::after {
    background: var(--ft-color3);
    content: "";
    margin: auto;
    position: absolute;
}
.dropdown .dropdown-head::before {
    height: 15px;
    right: 15px;
    bottom: 0;
    top: 0;
    transition-duration: .3s;
    width: 1px;
}
.dropdown .dropdown-head::after {
    height: 1px;
    right: 8px;
    bottom: 0;
    top: 0;
    width: 15px;
}
.dropdown.active .dropdown-head::before {
    transform: rotate(90deg);
}
.dropdown .dropdown-head p {
    padding: 15px 0;
}
.dropdown-panel {
    border-top: 1px solid var(--ft-color3);
    display: none;
    margin: 0;
    padding: 20px 10px;
}

/* view_history */
.category-sidebar__item{
	&._usage-cat{
		margin: 0 0 55px;
	}
	&._sp-only {
    	display: none;
        & .category-sidebar__head p,.category-sidebar__widget{
            	padding:0 3px;
        }
        & .recently-side_list{
        	display: grid;
        	grid-template-columns: repeat(3, 1fr);
        	gap: 14px;   
    	}
    	& .recently-side .item-card__ttl {
    		font-size: 13px;
    		line-height: 1.3;
		}
	}
    &._pc-only {
    	display: block;
	}
	&._view_history{
		margin: 50px 0;
	}
}

@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
	.category-sidebar__item._usage-cat{
		& .category-sidebar__body{
			display: flex;
			flex-wrap: wrap;
		}
		& .category-sidebar__widget{
    	    width: 50%;
    	    box-sizing: border-box;
    	}
		& .category-sidebar__widget:last-child{
			width: 100%;
		}
	}

	.category-sidebar__item._view_history {
    	margin: 45px 0 30px;
	}
	
	.category-sidebar__item{
	    &._pc-only {
        	display: none;
	    }
        &._sp-only {
        	display: block;
        }
	}
}


.category-main__content .items-list {
    grid-template-columns: repeat(4, 1fr);
	row-gap: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem); /* 40-60px */
}
@media screen and (max-width: 1280px) {
	.category-main__content .items-list {
    	grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 968px) {
    .child-category__items {
        gap: 15px;
    }
    .category-main__content .items-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .child-category__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .child-category__item a {
        font-size: 14px;
    }
	.child-category .child-category__head{
        border-bottom: 1px solid;
    	border-color: #d8d8d8;
    	padding: 0 0 8px;
    }
   .child-category .child-category__inner:not(:first-child){
    	& .child-category__head {
    	margin-top: 60px;
    	} 
	}
    .category-main__flex {
        flex-direction: column-reverse;
    }
    .category-sidebar {
        border-top: 1px solid #e4e4e4;
        border-right: 0;
        margin: 60px 0 0;
        padding-right: 0;
        padding-top: 25px;
        width: 100%;
    }
    .category-main__content {
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
	.child-category__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.category-mv {
    margin: 0 0 65px;
}
.category-mv__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.category-mv__inner.col-1{
	justify-content:center;
}
.category-mv__inner ._cate-elem.col:only-child{
	width: 100%;
	margin: 20px;
}
.category-mv__text,
.category-mv__image {
    width: 48%;
}
.category-mv__image {
    line-height: 0;
}
.category-mv__text h1 {
    font-size: 26px;
    font-weight: 500;
}
.category-mv__inner ._cate-elem.col:only-child h1:only-child{
	text-align: center;
}
.category-mv__text .category-mv__comment {
    margin: 25px 0 0;
}
.category-mv__text .category-mv__comment h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
	letter-spacing: 0.05em;
}
.category-mv__text .category-mv__comment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
@media screen and (max-width: 968px) {
    .category-mv__text,
    .category-mv__image {
        width: 49%;
    }
}
@media screen and (max-width: 768px) {
	.category-mv{
        margin: 40px 0 45px;
    }
    .category-mv__inner {
        flex-direction: column-reverse;
    }
    .category-mv__text,
    .category-mv__image {
        width: 100%;
    }
    .category-mv__text {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 540px) {
	.category-mv__inner{
		flex-direction: column;
		gap: 30px;
	}
	.category-mv__inner ._cate-elem.col:only-child{
		margin: 10px 0 0;
	}
	.category-mv__text .category-mv__comment p{
		line-height: 1.8em;
	}
	.category-mv__text, .category-mv__image{
		width: 100%;
	}
}

/* view_history */
@media screen and (max-width: 768px){
    & ._picup-word ul.hashlist {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    row-gap: 0px;
	}
}

/* sale */
.item-card__price.fixed{
    display: inline-block;
    position: relative;
    & p,span{
        font-weight: normal;
        color: #848484;
    }
    & p{
        display: inline-block;
        font-size: 92%;
    }
    & span{
        font-size: 70%;
        font-feature-settings: "palt";
    }
}
.item-card__price.fixed::after{
    content: '';
    transform: rotate(5deg);
    width: 100%;
    border-top: 1.5px solid #a7a7a7;
    position: absolute;
    top: 55%;
    left: 0;
    opacity: .9;
}
.item-card__price-bl:has(.fixed) .item-card__price.selling{
    & p,span{
        color:inherit;
        font-weight: 550;
        line-height: 1.2;
    }
}

/* set members logout */
.item-card._tagW-set._logout .item-card__price.fixed,
.item-card._tagY-set._logout .item-card__price.fixed{
	display: none;
}
