@charset "utf-8";
.category * {
	color: #000;
	padding: 0;
    margin: 0;
}
.category ul {
	list-style: none;
}
.page_title {
    font-weight: bold;
    font-size: 3rem;
    padding: 22px 20px 25px 20px;
    background: #DADADA;
	margin: 0 0 40px;
}
.category__li {
	margin-bottom: 60px;
}
.category__li a:hover,
.category__li a:visited {
    color: inherit;
}
.category__title {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 25px;
}
.category__li .category__title:after {
    width: 9px;
    height: 17px;
    display: inline-block;
    content: "";
    background: url(https://yamani.itembox.design/item/img/category/arrow_r.png)no-repeat center center/contain;
    margin-left: 20px;
}
.category__contents {
    display: flex;
}
.category__contents__txt {
    width: 49%;
    flex-shrink: 0;
    padding-right: 3%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.category__contents__txt:after {
    display: block;
    content: "";
    width: 1px;
    height: 142px;
    border-right: 1px solid #DADADA;
    position: absolute;
    top: 0;
    right: 0;
}
.category__contents__txt p {
    font-size: 1.4rem;
}
.category__contents__txt figure {
    width: 28.5%;
    flex-shrink: 0;
    margin-right: 6%;
}
.category__contents__link {
    width: 51%;
    flex-shrink: 0;
    padding-left: 2%!important;
    max-height: 162px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	align-content: flex-start;
}
.category__contents__link li {
    margin-bottom: 20px;
	margin-right: 9%;
}
.category__contents__link a {
	transition: 0.2s;
}
.category__contents__link a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.category__subTitle {
    font-size: 1.6rem;
    font-weight: bold;
}
.category__subTitle:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #000;
    margin-right: 6px;
    vertical-align: middle;
}
.category__comingSoon {
    font-size: 1.4rem;
}
.to-list {
    text-align: right;
}
.to-list a {
    color: #000;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
	.page_title {
		font-size: 2.7rem;
		padding: 0 0 20px 0;
		background: none;
		border-bottom: 1px solid #DADADA;
		margin-bottom: 50px;
	}
	.category__title {
		font-size: 1.8rem;
		padding: 0;
		border: none;
		margin-bottom: 30px;
	}
	.category__li .category__title:after {
		width: 7px;
    	height: 13px;
		margin-left: 10px;
	}
    .category__li a {
        transition: 0.2s;
    }
    .category__li a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
	.category__contents {
		display: block;
	}
	.category__contents__txt {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		flex-direction: row;
	}
	.category__contents__txt:after {
		display: none;
	}
	.category__contents__txt figure {
		margin: 0 0 0 6%;
	}
    .category__contents__txt figure img {
		width: 100%;
	}
	.category__contents__link {
		width: 100%;
		flex-direction: row;
		padding: 0!important;
	}
	.category__contents__link li {
		margin-bottom: 15px;
		margin-right: 7%;
	}
}