@charset "UTF-8";

/* =============================================================
  ecostore CSS
============================================================= */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 390));
  }
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Black.otf") format("opentype");
  font-weight: 800;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "AlrightSans";
  src: url("../font/AlrightSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

:root {
  --color_bg_01: #fff;
  --color_bg_02: #F8F8F8;
  --color_bg_03: #F8F8F8;
	--color_frame_01: #E5E5E5;
  --color_frame_02: #fff;
  --color_frame_03: #fcfcfc;
  --color_btn_01: #74A68F;
  --color_btn_02: #EFEFEF;
	--color_border_01: #F5F5F5;
  --color_ttl_01: #565a5c;
  --font_eng_01: "AlrightSans", sans-serif;
}


/*===============================================
 * common
================================================*/
.cateID_BRDECO.brandTop_allwrap .section_ttl .txt_eng {
	font-weight: 700;
}


/*===============================================
 * fixed header
================================================*/
.cateID_BRDECO.brandTop_allwrap .fixedHeader_wrap .brand_logo a {
	width: 9rem;
}

@media (min-width: 769px) {
.cateID_BRDECO.brandTop_allwrap .fixedHeader_wrap .brand_logo a {
	width: 10rem;
}
}


/*===============================================
 * logo
================================================*/
.cateID_BRDECO.brandTop_allwrap .brand_logo_wrap .brand_logo a {
	width: 12rem;
}

@media (min-width: 769px) {
.cateID_BRDECO.brandTop_allwrap .brand_logo_wrap .brand_logo a {
	width: 18rem;
}
}


/*===============================================
 * ranking
================================================*/
.cateID_BRDECO.brandTop_allwrap .ranking_section .item_list__item a {
	background: none;
}


/*===============================================
 * new arrival
================================================*/
.cateID_BRDECO.brandTop_allwrap .newArrival_section .item_list__item {
	background: none;
}

.cateID_BRDECO.brandTop_allwrap .newArrival_section .item_list__item::before {
	z-index: 1;
}


/*===============================================
 * staff common
================================================*/
.cateID_BRDECO.brandTop_allwrap .staffContent_area {
	display: none;
}


/*===============================================
 * concept
================================================*/
.cateID_BRDECO.brandTop_allwrap .concept_section .relatedContent_ttl {
	font-weight: 700;
}
