@charset "UTF-8";

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 390));
  }
}

/*=========================================================
 * customize 指定なしの場合は共通css(brandtop.css)が適用される
==========================================================*/

:root {
	--color_bg_01: #fffaf7;
	--color_bg_02: #fdf6f2;
	--color_bg_03: #F7F2EC;
	--color_frame_01: #fff;
	--color_frame_02: #fff;
	--color_frame_03: #FCF7F2;
	--color_btn_01: #000;
	--color_btn_02: #F4F4EA;
	--color_btn_03: #E5E1D2;
	--color_border_01: #faf1ee;
	--color_ttl_01: #000;
	--color_bg_mv: #faefeb;
}


#brandtop-main-concept .read-txt span:first-child {
    font-size: 2rem;
}
.brandTop_allwrap .category_section .category_list {
    justify-content: flex-start;
}
/*
.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.8rem;
}
/*
.brandTop_allwrap .category_section .category_list li {
    width: 11.3rem;
}
*/	
}