@charset "UTF-8";

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 390));
  }
}

/*=========================================================
 * customize 指定なしの場合は共通css(brandtop.css)が適用される
==========================================================*/

:root {
    --color_bg_01: #ffffff;
    --color_bg_02: #f6f4ef;
    --color_bg_03: #faf9f5;
    --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: #EEEDE9;
    --color_ttl_01: #000;
    --color_bg_mv: #EEEDE9;
}

#brandtop-main-concept .brand-logo img {
    height: 5rem;
}

.brandTop_allwrap .ranking_section {
    background: var(--color_bg_03);
}

@media (max-width: 768px) {
#brandtop-main-concept .brand-logo img {
    height: calc(40 * (100vw / 390));
    margin-top: calc(10 * (100vw / 390));
}

.brandTop_allwrap .category_section .category_list {
    justify-content: flex-start;
}
}
