	.main-section--col--two {
		/* width: var(--vk-width-col-2-main); */
		width: 100%;
	}
	.post-list{
		margin: 0;
	}
	.post-list .item-box {
	border-radius: 10px;
	height: 100%;
	}
	.post-list .item-box span.item-category{
	display: inline-block;
    background: #64c6ea;
    border-radius: 6px;
    color: #fff;
	width: auto; 
    white-space: nowrap; 
    flex: 0 0 auto; 
    align-self: flex-start;
	}	
	.item-box .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 10px;
	}
	.item-box b.price{
	color: #ea5d9d;
}
	.item-box .btn-wrap{
		margin-top: auto;
		}
	.item-box .btn-box{
		display: flex;
		/* justify-content: space-between; */
	}
	.item-box .btn-box a{
		display: inline-block;
	}
	.item-box .btn-box img{
		height: auto;
	}
	.item-box .online-b{
	display: block;
	background: #fff;
	border: #64c6ea 2px solid;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
    color: #333;
	position: relative;
	}
	.item-box .online-b::after{
        content: '';
        position: absolute;
        display: block;
        margin: auto 0;
        width: 6px;
        height: 6px;
        border-top: 2px solid #64c6ea;
        border-right: 2px solid #64c6ea;
        transform: rotate(45deg);
	}
@media (min-width: 1201px) {
	.post-list{
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		gap: 60px;
		align-items: stretch;
		max-width: 1200px;
		margin: 0 auto;
	}
	.post-list .flex-item{
		/* flex: 1 1 360px; */
		display: flex;
		flex-direction: column;
	}
	.post-list .item-box {
	width: 360px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	}
	.post-list .item-box span.item-category{
    font-size: 13px;
    padding: 3px 10px;
    margin-bottom: 2px;
	}	
	.item-box .img {
		width: 100%;
		height: 220px;
		margin-bottom: 20px;
	}
	.item-box .img img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.item-box .txt {
    display: flex;
    flex-direction: column;
    height: 100%;
	}
	.item-box h3 {
		font-size: 20px;
		padding-bottom: 8px;
		margin-bottom: 7px;
	}
	.item-box p.discription{
		font-size: 15px;
		margin-bottom: 0px;
	}
	.item-box b.price{
        font-size: 20px;
        margin-bottom: 14px;
        display: block;
        line-height: 1;
	}
	.item-box b.price span{
	font-size: 30px;
	padding: 0 3px;
	}
	.item-box .btn-wrap{
		margin-top: auto;
		}
	.item-box .btn-wrap a{
        transition: all 0.3s;
	}
	.item-box .btn-wrap a:hover{
	opacity: 0.8;
	}
	.item-box .btn-box{
		margin-top: 12px;
	}
	.item-box .btn-box a{
		display: inline-block;
	}
	.item-box .btn-box a:first-child{
		margin-right: 12px;
	}
	.item-box .btn-box img{
		width: 90px;
		height: auto;
	}
	.item-box .online-b{
		padding: 13px;
		border-radius: 50px;
		position: relative;
	}
	.item-box .online-b::after{
        right: 25px;
        top: 21px;
	}
	}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
        /* width: 77vw; */
        padding: 0;
	}
	.site-header-container {
        max-width: 1400px;
        padding: 0 15px;
	}
	.breadcrumb .container{
        max-width: 1400px;
        padding: 0 15px;
	}	
	.post-list{
        display: flex;
        flex-wrap: wrap;
		gap: 5vw;
        align-items: stretch;
        width: 77vw;
        margin: 0 auto;
        justify-content: center;
	}
	.post-list .flex-item{
		display: flex;
		flex-direction: column;
	}
	.post-list .item-box {
        width: 36vw;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        height: 100%;
	}
	.post-list .item-box span.item-category{
    font-size: 1.63vw;
    padding: 0.38vw 1.25vw;
    margin-bottom: 2px;
	}	
	.item-box .img {
		height: 22.52vw;
        margin-bottom: 1.67vw;
	}
	.item-box h3 {
        font-size: max(1.67vw, 18px);
        padding-bottom: 0.67vw;
        margin-bottom: 0.58vw;
	}
	.item-box p.discription{
		font-size: max(1.25vw, 14px);
		margin-bottom: 0px;
	}
	.item-box b.price{
        font-size: 1.67vw;
        margin-bottom: 1vw;
        display: block;
	}
	.item-box b.price span{
		font-size: 3.6vw;
        padding: 0 0.25vw;
		margin-bottom: 2.67vw;
		line-height: 1;
	}
	.item-box .btn-wrap{
		margin-top: auto;
		}
	.item-box .btn-wrap a{
		transition: all 0.3s;
	}
	.item-box .btn-wrap a:hover{
		opacity: 0.8;
	}
	.item-box .btn-box{
		margin-top: 1vw;
		justify-content: left;
	}
	.item-box .btn-box a{
		display: inline-block;
	}
	.item-box .btn-box a:first-of-type{
		margin-right: 12px;
	}
	.item-box .btn-box img{
        width: 12.93vw;
        max-width: 90px;
        height: auto;
	}
	.item-box .online-b{
	padding: 13px;
	border-radius: 50px;
	}
	.item-box .online-b::after{
		right: 2vw;
        top: 2vw;
	}	
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.site-header-container {
        max-width: 960px;
        padding: 0 15px;
	}
	.breadcrumb .container{
        max-width: 960px;
        padding: 0 15px;
	}	
}
@media screen and (min-width: 767px) and (max-width: 991px) {
	.breadcrumb .container{
        max-width: 720px;
        padding: 0 15px;
	}	
}
/*-------spのみ-------*/
@media (max-width: 767px) {
	.post-list{
		display: flex;
		flex-direction: column;
		margin: 0;
		gap: 5.33vw;
	}
	.post-list .flex-item{
        display: flex;
        flex-direction: column;
        padding-bottom: 5.33vw;
	}
	.post-list .flex-item:not(:last-of-type){
        border-bottom: 2px solid #d2d2d2;
	}
	.post-list .item-box {
	border-radius: 10px;
	}
	.post-list .item-box span.item-category{
    font-size: 3.47vw;
    padding: 0.53vw 2.67vw;
    margin-bottom: 0.53vw;
	}
	.item-box .img {
        height: 53.33vw;
        margin-bottom: 4vw;
	}
	.item-box h3 {
        font-size: 5.33vw;
        padding-bottom: 2vw;
        margin-bottom: 0vw;
	}
	.item-box p.discription{
		font-size: 4vw;
		margin-bottom: 0px;
	}
	.item-box b.price{
        font-size: 5.33vw;
        display: block;
        margin-bottom: 2vw;
	}
	.item-box b.price span{
	font-size: 8vw;
	padding: 0 0.8vw;
	}
	.item-box .btn-wrap{
		margin-top: auto;
		}
	.item-box .btn-box{
		margin-top: 3.2vw;
	}
	.item-box .btn-box a{
		display: inline-block;
	}
	.item-box .btn-box a:first-child{
		margin-right: 3vw;
	}
	.item-box .btn-box img{
        width: 26.67vw;
        max-width: 220px;
        height: auto;
	}
	.item-box .online-b {
        padding: 3.47vw;
        border-radius: 50px;
        font-size: 4.27vw;
    }
	.item-box .online-b::after{
        right: 5vw;
        top: 6vw;
	}
}
@media (max-width: 576px) {
	.breadcrumb .container{
        max-width: 540px;
        padding: 0 15px;
	}	
}