/* related section include
ranking (同じカテゴリのランキング),
related products (あなたにおすすめの関連商品),
recommended products (コーディネートにおすすめの商品)
at the bottom of products and category page*/
@import url("../components/arm-related-section.css?t=20240830135435");

@import url("../components/arm-navigation-component.css?t=20241204123103");

.ar-product-list {
    margin-top: 30px;
}

.ar-product-list .content-title {
    margin-top: 30px;
    margin-left: 20px;
    color: var(--color__gray-333);
    font-size: var(--font-size__large);
    font-weight: var(--font-weight-medium);
}

.about_ar .ar-product-list .nav-content.nav-content-tab {
    margin-top: 10px;
    margin-left: 20px;
}

.about_ar .ar-product-list .nav-content .nav-list li a.category-list-item-link {
	font-weight: var(--font-weight-normal);
	padding: 4px 8px;
	min-height: 29px;
}

@media only screen and (min-width: 1280px) {
	.ar-product-list.content {
	    margin-top: 60px;
	}

	.ar-product-list .content-title {
	    margin-left: auto;
        margin-right: auto;
        max-width: var(--pc-content-width);
        font-weight: var(--font-weight-medium);
	}

	.about_ar .ar-product-list .nav-content.nav-content-tab {
	    margin-left: auto;
        margin-right: auto;
        max-width: var(--pc-content-width);
        margin-top: 20px;
	}

	.about_ar .ar-product-list .nav-content .nav-list li a.category-list-item-link {
		padding: 8px 16px;
		border-radius: 5px;
	}
}