@charset "UTF-8";

@media screen and (max-width: 768px) {
html {
	font-size: calc(10 * (100vw / 390));
}	
}

/*=========================================================
 * customize 指定なしの場合は共通css(brandtop.css)が適用される
==========================================================*/

:root {
	--color_bg_01: #F5F4F3;
	--color_bg_02: #f2f1f0;
	--color_bg_03: #F7F2EC;
	--color_frame_01: #fff;
	--color_frame_02: #fff;
	--color_frame_03: #FCF7F2;
	--color_btn_01: #53565A;
	--color_btn_02: #F4F4EA;
	--color_btn_03: #E5E1D2;
	--color_border_01: #eeeceb;
	--color_ttl_01: #53565A;
	--color_bg_mv: #eeecea;
	--color_txt: #53565A;
}


#brandtop-main-concept .brand-logo img {
    height: 4rem;
}

#brandtop-main-concept .read-txt span:first-child {
    font-size: 1.8rem;
}

.brandTop_allwrap.pno1 .brandTop_upper:not(.searchWord_active.brandTop_allwrap.pno1 .brandTop_upper) {
    color: var(--color_txt);
}
/* .brandTop_allwrap .category_section .category_list li {
	width: 14rem;
} */
@media screen and (max-width: 768px) {
#brandtop-main-concept .read-txt span:first-child {
    font-size: 1.6rem;
}
#brandtop-main-concept .brand-logo img {
    height: 2.5rem;
    margin-top: 1rem;
}
/* .brandTop_allwrap .category_section .category_list li {
    width: 11.3rem;
}
.brandTop_allwrap .category_section .category_list {
	justify-content: flex-start;
}	 */
}
