@charset "UTF-8";
/*--------------------
ブレイクポイント
--------------------*/
/*--------------------
メディアクエリ
--------------------*/
/*--------------------
矢印アイコン
--------------------*/
/*--------------------------------------
brand
----------------------------------------*/
.c_brand {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  .c_brand {
    padding-top: 50px;
  }
}

.c_search {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c_search {
    padding-top: 50px;
  }
}
.c_search_input {
  background-color: var(--gray_lt);
  border-radius: 8px;
  border: 1px solid rgb(127, 127, 127);
  display: block;
  font-size: 16px;
  height: 55px;
  max-width: 630px;
  padding-inline: 18px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c_search_input {
    border-radius: 4px;
    height: 50px;
    padding-inline: 12px;
  }
}
.c_search_input::placeholder {
  color: rgb(194, 194, 194);
}

.c_brand_menu {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .c_brand_menu {
    padding-top: 50px;
  }
}
.c_brand_menu_tabs {
  display: flex;
}
.c_brand_menu_tab {
  background-color: rgb(255, 255, 255);
  border-left: 2px solid var(--body_color);
  border-radius: 8px 8px 0 0;
  border-right: 2px solid var(--body_color);
  border-top: 2px solid var(--body_color);
  cursor: pointer;
  flex: 1;
  font-size: 1.8rem;
  font-weight: var(--font_weight_bold);
  padding-block: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_tab {
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    font-size: 1.4rem;
  }
}
.c_brand_menu_tab:not(:first-child) {
  margin-left: -2px;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_tab:not(:first-child) {
    margin-left: -1px;
  }
}
.c_brand_menu_tab.is_active {
  background-color: var(--body_color);
  color: rgb(255, 255, 255);
}
.c_brand_menu_unit {
  background-color: rgb(255, 255, 255);
  border: 2px solid var(--body_color);
}
@media screen and (max-width: 768px) {
  .c_brand_menu_unit {
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  .c_brand_menu_jp_wrap {
    overflow-x: auto;
  }
}
.c_brand_menu_jps {
  display: flex;
}
.c_brand_menu_jp {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_jp {
    min-width: 90px;
  }
}
.c_brand_menu_jp.is_active span,
.c_brand_menu_jp.is_active a {
  border-bottom-color: var(--body_color);
}
.c_brand_menu_jp span,
.c_brand_menu_jp a {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  display: block;
  font-weight: var(--font_weight_bold);
  padding-block: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_jp span,
  .c_brand_menu_jp a {
    border-width: 3px;
    font-size: 1.8rem;
    padding-block: 8px;
  }
}
.c_brand_menu_order_wrap {
  background-color: var(--gray_lt);
  padding: 17px;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_order_wrap {
    overflow-x: auto;
    padding: 10px 20px;
    text-align: center;
  }
}
.c_brand_menu_orders {
  display: none;
}
.c_brand_menu_orders.is_active {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_orders.is_active {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: start;
  }
}
.c_brand_menu_orders li span,
.c_brand_menu_orders li a {
  border-radius: 8px;
  display: block;
  line-height: 1;
  min-width: 30px;
  padding: 7px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_orders li span,
  .c_brand_menu_orders li a {
    border-radius: 4px;
    font-size: 1.8rem;
    min-width: 32px;
  }
}
.c_brand_menu_orders li a {
  text-decoration: underline;
}
.c_brand_menu_orders li.is_active span,
.c_brand_menu_orders li.is_active a {
  background-color: var(--body_color);
  color: rgb(255, 255, 255);
}
.c_brand_menu_shop_wrap {
  max-height: 480px;
  overflow-y: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_shop_wrap {
    max-height: 425px;
    padding: 20px;
  }
}
.c_brand_menu_shops {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1080px) {
  .c_brand_menu_shops {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c_brand_menu_shops {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.c_brand_menu_shops .brand_link {
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c_brand_menu_shops .brand_link {
    font-size: 1.6rem;
  }
}
.c_brand_menu_shops a.brand_link {
  text-decoration: underline;
}
.c_brand_menu_shops .brand_link_jp,
.c_brand_menu_shops .brand_link_en {
  display: block;
}
.c_brand_menu_shops .brand_link_en {
  color: rgb(125, 125, 125);
}

.c_index_brand {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .c_index_brand {
    padding-block: 50px;
  }
}
.c_index_brand_box {
  border-left: 1px solid var(--main_color);
  border-right: 1px solid var(--main_color);
  border-top: 1px solid var(--main_color);
}
.c_index_brand_list {
  align-items: start;
  border-bottom: 1px solid var(--main_color);
  display: grid;
  gap: 26px;
  grid-template-columns: 140px 1fr;
  padding: 25px 30px 25px 80px;
}
@media screen and (max-width: 1080px) {
  .c_index_brand_list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c_index_brand_list {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }
}
.c_index_brand_info {
  align-items: center;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.c_index_brand_new {
  border: 1px solid;
  color: var(--main_color);
  font-size: 2rem;
  line-height: 1;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .c_index_brand_new {
    font-size: 1.2rem;
    padding-inline: 5px;
  }
}
.c_index_brand_link_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .c_index_brand_link_wrap {
    gap: 10px 14px;
  }
}
@media screen and (max-width: 768px) {
  .c_index_brand_link {
    font-size: 1.6rem;
  }
}