/* ==========================================================================
  COMPONENT調整
========================================================================== */
@media all and (min-width: 768px), print {
  .form-items {
    padding-bottom: calc(40 / var(--font-size) * 1rem);
  }
  .c-list.--list-circle.--list-size-m > li > .c-list__ico:before {
    background-color: var(--main-color);
  }
  .c-pagination-button__ico {
    font-weight: 700;
  }
}
@media all and (max-width: 767px), print {
  .c-section-heading + .form_main .form-items {
    padding-top: calc(0 / var(--font-size) * 1rem);
  }
  .form-items__label .u-text--m {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem) !important;
  }
  .form-items__value input[type="text"].--line,
  .form-items__value input[type="password"].--line,
  .form-items__value input[type="email"].--line,
  .form-items__value input[type="tel"].--line,
  .form-items__value textarea.--line {
    border: 2px solid var(--main-accent-color);
    border-radius: calc(5 / var(--font-size) * 1rem);
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
  }
  .c-list.--list-annotation.--list-size-xs > li > .c-list__ico {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem) !important;
  }
  .c-list.--list-annotation.--list-size-xs > li > .c-list__text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem) !important;
  }
  .form-items__box {
    margin-bottom: calc(24 / var(--font-size) * 1rem);
  }
  .c-pagination-desc {
    margin-bottom: 0;
  }
  .c-list.--list-circle.--list-size-m > li > .c-list__ico:before {
    background-color: var(--main-color);
  }
  .c-pagination-button__ico {
    font-weight: 700;
  }
}

/* ==========================================================================
  TOP
========================================================================== */
@media all and (min-width: 768px), print {
}
@media all and (max-width: 767px), print {
}

/* ==========================================================================
  INDEX
========================================================================== */
@media all and (min-width: 768px), print {
  .l-tab {
    margin-top: 3rem;
  }

  .manufacturer-tab-list.--3col-960 {
    flex-wrap: wrap;
    --col: 3;
  }

  .manufacturer-tab-list .manufacturer-tab-list__button {
  }

  .manufacturer-tab-list .manufacturer-tab-list__button .c-btn__inner {
    min-height: calc(60 / var(--font-size) * 1rem);
  }
  .manufacturer-tab-list .manufacturer-tab-list__button .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
  }
  .manufacturer-tab-list .manufacturer-tab-list__button .c-btn__arrow {
    display: none;
  }
  .manufacturer-tab-list .manufacturer-tab-list__button.--type2 .c-btn__arrow {
    display: inherit;
  }

  .search-button {
    max-width: calc(250 / var(--font-size) * 1rem);
    width: 100% !important;
  }
  .search-button .c-btn__inner {
    padding-left: calc(35 / var(--font-size) * 1rem);
    min-height: calc(60 / var(--font-size) * 1rem);
  }
  .search-button .c-btn__arrow {
    margin-right: calc(18 / var(--font-size) * 1rem);
  }
  .search-button .c-btn__arrow__icon {
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
  }

  /** **/
  .maker-filter {
    padding-top: calc(64 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .maker-filter__body {
  }
  .maker-filter__dd {
    display: flex;
    justify-content: center;
  }
  .maker-filter__item {
  }
  .maker-filter__item + .maker-filter__item {
    margin-left: calc(8 / var(--font-size) * 1rem);
  }
  .maker-filter__btn {
    border: 2px solid var(--sub-accent-color);
    padding: calc(5 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem);
    border-radius: calc(100 / var(--font-size) * 1rem);
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-accent-color);
    display: block;
    transition: 0.3s ease;
  }
  .maker-filter__btn.maker-filter__btn--active {
    background-color: var(--sub-accent-color);
    padding: calc(5 / var(--font-size) * 1rem) calc(18 / var(--font-size) * 1rem);
    border-color: var(--sub-accent-color);
    transition: 0.3s ease;
  }
  .maker-filter__btn:hover,
  .maker-filter__btn.maker-filter__btn--current {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
    color: var(--color-white);
  }
  .maker-filter__btn--disable {
    pointer-events: none;
    background-color: var(--color-gray_200);
    border-color: var(--color-gray_200);
    color: var(--color-gray_400);
  }

  /** **/
  .maker-list {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .maker-list__body {
  }
  .maker-list-item {
    padding: 1.25rem 1rem;
    display: block;
    border-top: 1px solid var(--sub-border-color);
    transition: all 300ms ease;
  }
  .maker-list-item:hover {
    background-color: var(--bg-sub-color-02);
  }
  .maker-list-item:nth-last-of-type(1) {
    border-bottom: 1px solid var(--sub-border-color);
  }
  .maker-list-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .maker-list-item__name {
    display: flex;
  }
  .maker-list-item__name-text {
    font-weight: bold;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    align-items: center;
  }
  .maker-list-item__name-text:before {
    content: "";
    background-color: var(--main-accent-color);
    border-radius: 100%;
    display: block;
    width: calc(12 / var(--font-size) * 1rem);
    height: calc(12 / var(--font-size) * 1rem);
    flex-shrink: 0;
    margin-right: calc(7 / var(--font-size) * 1rem);
  }
  .maker-list-item:hover .maker-list-item__name-text {
    color: var(--main-color);
  }
  .maker-list-item__btn {
    width: calc(100 / var(--font-size) * 1rem) !important;
    flex-shrink: 0;
  }

  /* manufacture c-btn */
  .maker-list-item__btn .c-btn.--size-xxs {
    width: calc(100 / var(--font-size) * 1rem) !important;
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__link {
    border-radius: calc(16 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__inner {
    padding: calc(0 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    min-height: calc(24 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__text__label {
    line-height: 1;
    margin-left: calc(-4 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__arrow {
    margin-right: calc(4 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__arrow__icon {
    width: calc(14 / var(--font-size) * 1rem);
    min-width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn__link:hover {
    opacity: initial;
  }
  .maker-list-item:hover .c-button {
    background-color: var(--color-white);
  }
  .maker-list-item__btn .c-button_inner {
    padding: 0 0.875rem;
  }
  .maker-list-item__btn .c-button_body {
    padding: 0.25rem 0;
  }
  .maker-list-item__btn .c-button-text_label {
    font-size: 0.75rem;
  }
  .maker-list-item:hover .c-button-text_label {
    color: var(--main-color);
  }
  /** **/

  .search_submit {
    height: 4.5rem;
  }
  .search_submit .c-button_body {
    padding: 1.375rem 0;
  }

  .c-btn.--manufacturer {
    width: calc(386 / var(--font-size) * 1rem) !important;
  }
  .c-btn.--manufacturer .c-btn__link {
    background-color: var(--bg-sub-color-02);
    border-color: var(--bg-sub-color-02);
    color: #000;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .c-btn.--manufacturer .c-btn__inner {
    padding: calc(32 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem) calc(32 / var(--font-size) * 1rem) calc(32 / var(--font-size) * 1rem);
    min-height: calc(144 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__text {
    margin-left: calc(24 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__text__label {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
  }
  .manufacturer-category-list__img {
    width: calc(80 / var(--font-size) * 1rem);
    min-width: calc(80 / var(--font-size) * 1rem);
    height: calc(80 / var(--font-size) * 1rem);
    min-height: calc(80 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-category-list__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-btn.--manufacturer .c-btn__arrow,
  .c-btn.--manufacturer .c-btn__arrow,
  .c-btn.--manufacturer .c-btn__arrow__icon,
  .c-btn.--manufacturer .c-btn__arrow__icon {
    width: calc(26 / var(--font-size) * 1rem);
    min-width: calc(26 / var(--font-size) * 1rem);
    height: calc(26 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__arrow__icon svg {
    fill: var(--main-color);
  }
  .c-btn.--manufacturer-search .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .manufacturer-search-link__img {
    width: calc(36 / var(--font-size) * 1rem);
    min-width: calc(36 / var(--font-size) * 1rem);
    height: calc(25 / var(--font-size) * 1rem);
    min-height: calc(25 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-search-link__img + .c-btn__text {
    margin-left: calc(6 / var(--font-size) * 1rem);
  }
  .manufacturer-search-link__img img {
    max-width: 100%;
    max-height: 100%;
  }

  /* -----------------------------
    検索トップのタグリスト
  ----------------------------- */
  .c-btn.manufacturer-tab-list__button .c-btn__inner {
    padding-left: calc(36 / var(--font-size) * 1rem);
    padding-right: calc(44 / var(--font-size) * 1rem);
  }
}

@media all and (max-width: 767px), print {
  .l-tab {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .manufacturer-tab-list .manufacturer-tab-list__button {
    width: calc(100% / 4 - 0.475rem);
  }

  .manufacturer-tab-list .manufacturer-tab-list__button .c-btn__inner {
    min-height: calc(60 / var(--font-size) * 1rem);
    padding-left: calc(28 / var(--font-size) * 1rem);
    padding-right: calc(28 / var(--font-size) * 1rem);
  }

  .manufacturer-tab-list .manufacturer-tab-list__button .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
  }

  .search-button {
    max-width: calc(250 / var(--font-size) * 1rem);
    width: 100% !important;
  }
  .search-button .c-btn__inner {
    padding-left: calc(35 / var(--font-size) * 1rem);
    min-height: calc(60 / var(--font-size) * 1rem);
  }
  .search-button .c-btn__arrow {
    margin-right: calc(18 / var(--font-size) * 1rem);
  }
  .search-button .c-btn__arrow__icon {
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
  }

  .maker-filter {
    padding-top: calc(40 / var(--font-size) * 1rem);
  }
  .maker-filter__body {
  }
  .maker-filter__dd {
    display: flex;
    overflow-x: scroll;
  }
  .maker-filter__item {
    flex-shrink: 0;
  }
  .maker-filter__item + .maker-filter__item {
    margin-left: calc(14 / var(--font-size) * 1rem);
  }
  .maker-filter__btn {
    border: 2px solid var(--sub-accent-color);
    padding: calc(6 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem);
    border-radius: calc(100 / var(--font-size) * 1rem);
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-accent-color);
    min-width: calc(38 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
  }
  .maker-filter__btn.maker-filter__btn--active {
    background-color: var(--sub-accent-color);
    padding: calc(6 / var(--font-size) * 1rem) calc(18 / var(--font-size) * 1rem);
    border-color: var(--sub-accent-color);
    transition: 0.3s ease;
  }
  .maker-filter__btn:hover,
  .maker-filter__btn.maker-filter__btn--current {
    background-color: var(--main-accent-color);
    border-color: var(--main-accent-color);
    color: var(--color-white);
  }
  .maker-filter__btn--disable {
    pointer-events: none;
    background-color: var(--color-gray_200);
    border-color: var(--color-gray_200);
    color: var(--color-gray_400);
  }

  /** **/

  /** **/
  .maker-list {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .maker-list__body {
  }
  .maker-list-item {
    padding: calc(20 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem);
    display: block;
    border-top: 1px solid var(--sub-border-color);
    transition: all 300ms ease;
  }
  .maker-list-item:hover {
    background-color: var(--bg-sub-color-02);
  }
  .maker-list-item:nth-last-of-type(1) {
    border-bottom: 1px solid var(--sub-border-color);
  }
  .maker-list-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .maker-list-item__name {
    display: flex;
  }
  .maker-list-item__name-text {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: bold;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    align-items: center;
  }
  .maker-list-item__name-text:before {
    content: "";
    background-color: var(--main-accent-color);
    border-radius: 100%;
    display: block;
    width: calc(12 / var(--font-size) * 1rem);
    height: calc(12 / var(--font-size) * 1rem);
    flex-shrink: 0;
    margin-right: calc(7 / var(--font-size) * 1rem);
  }
  .maker-list-item:hover .maker-list-item__name-text {
    color: var(--main-color);
  }
  .maker-list-item__btn {
    width: calc(94 / var(--font-size) * 1rem) !important;
    flex-shrink: 0;
  }

  /* manufacture c-btn */
  .maker-list-item__btn .c-btn.--size-xxs {
    width: 100% !important;
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__link {
    border-radius: calc(16 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__inner {
    padding: calc(0 / var(--font-size) * 1rem) calc(18 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem);
    min-height: calc(22 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__text__label {
    line-height: 1;
    margin-left: calc(3 / var(--font-size) * 1rem);
    margin-top: calc(-1 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__arrow {
    width: calc(14 / var(--font-size) * 1rem);
    min-width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
    margin-right: calc(4 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__arrow__icon {
    width: calc(14 / var(--font-size) * 1rem);
    min-width: calc(14 / var(--font-size) * 1rem);
    height: calc(14 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn__link:hover {
    opacity: initial;
  }
  .maker-list-item:hover .c-button {
    background-color: var(--color-white);
  }
  .maker-list-item__btn .c-button_inner {
    padding: 0 0.875rem;
  }
  .maker-list-item__btn .c-button_body {
    padding: 0.25rem 0;
  }
  .maker-list-item__btn .c-button-text_label {
    font-size: 0.75rem;
  }
  .maker-list-item:hover .c-button-text_label {
    color: var(--main-color);
  }
  /** **/

  .search_submit {
    height: 4.5rem;
  }
  .search_submit .c-button_body {
    padding: 1.375rem 0;
  }

  .c-btn.--manufacturer {
  }
  .c-btn.--manufacturer .c-btn__link {
    background-color: var(--bg-sub-color-02);
    border-color: var(--bg-sub-color-02);
    border-radius: calc(20 / var(--font-size) * 1rem);
    color: #000;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  }
  .c-btn.--manufacturer .c-btn__body {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .c-btn.--manufacturer .c-btn__inner {
    padding: calc(20 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem);
    min-height: calc(60 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__text {
    margin-top: calc(16 / var(--font-size) * 1rem);
    margin-right: calc(10 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__text__label {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem) !important;
    text-align: center;
    margin-left: 0;
  }
  .manufacturer-category-list__img {
    width: calc(86 / var(--font-size) * 1rem);
    min-width: calc(86 / var(--font-size) * 1rem);
    height: calc(86 / var(--font-size) * 1rem);
    min-height: calc(86 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-category-list__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-btn.--manufacturer .c-btn__arrow,
  .c-btn.--manufacturer .c-btn__arrow,
  .c-btn.--manufacturer .c-btn__arrow__icon,
  .c-btn.--manufacturer .c-btn__arrow__icon {
    width: calc(20 / var(--font-size) * 1rem);
    min-width: calc(20 / var(--font-size) * 1rem);
    height: calc(20 / var(--font-size) * 1rem);
    position: absolute;
    right: 0;
    bottom: calc(0 / var(--font-size) * 1rem);
  }
  .c-btn.--manufacturer .c-btn__arrow__icon svg {
    fill: var(--main-color);
  }
  .c-btn.--manufacturer-search .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .manufacturer-search-link__img {
    width: calc(32 / var(--font-size) * 1rem);
    min-width: calc(32 / var(--font-size) * 1rem);
    height: calc(32 / var(--font-size) * 1rem);
    min-height: calc(32 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-search-link__img + .c-btn__text {
    margin-left: calc(6 / var(--font-size) * 1rem);
  }
  .manufacturer-search-link__img img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media all and (min-width: 768px), print {
  .manufacturer-category {
  }
  .manufacturer-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(24 / var(--font-size) * 1rem);
    align-items: stretch;
  }
  .manufacturer-category-list__item {
    width: calc(1 / 3 * 100% - calc(24 * 2 / 3 / var(--font-size) * 1rem));
  }
  .manufacturer-category-btn {
    height: 100%;
  }
  .manufacturer-category-btn a {
    display: block;
    color: var(--color-black-sub);
    transition: all 0.3s ease;
    height: 100%;
  }
  .manufacturer-category-btn a:hover {
    opacity: 0.7;
  }
  .manufacturer-category-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(200 / var(--font-size) * 1rem);
    padding: calc(10 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
    height: 100%;
  }
  .manufacturer-category-btn-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-btn-container > * {
    width: 100%;
  }
  .manufacturer-category-btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-category-btn-img__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(120 / var(--font-size) * 1rem);
    height: calc(95 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .manufacturer-category-btn-img__label img {
    width: 100%;
    height: 100%;
  }
  .manufacturer-category-btn-content {
    margin-top: calc(12 / var(--font-size) * 1rem);
    text-align: center;
  }
  .manufacturer-category-btn-content:first-child {
    margin-top: 0;
  }
  .manufacturer-category-btn-content + * {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .manufacturer-category-btn__label {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(22.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: bold;
  }
  .manufacturer-category-btn-content:last-child .manufacturer-category-btn__label {
    height: calc(22.4 / 14 * 2em);
  }
  .manufacturer-category-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    margin-right: calc(20 / var(--font-size) * 1rem);
    border-radius: calc(24 / var(--font-size) * 1rem);
    background: var(--main-color);
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
  }
  .manufacturer-category-btn__ico::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + calc(2 / var(--font-size) * 1rem));
    height: calc(100% + calc(2 / var(--font-size) * 1rem));
    margin: calc(-1 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border-radius: calc(24 / var(--font-size) * 1rem);
    z-index: -1;
  }
  .manufacturer-category-btn__ico svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: var(--main-color);
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn__ico svg {
    fill: var(--accent-color-jigyo01);
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-content {
    margin-top: 0;
  }
  .manufacturer-category-list__item .c-btn {
    width: calc(192 / var(--font-size) * 1rem);
  }
  .manufacturer-category-btn.--disable a {
    pointer-events: none;
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn-container {
    background: var(--color-gray_100);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn-img__label {
    filter: grayscale(1);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn__label {
    color: var(--color-gray_600);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn__ico {
    opacity: 0;
  }
  /** **/

  /* item box */
  .manufacturer-category-btn.--inactive a {
    pointer-events: none;
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-btn-container::before {
    border: 0;
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-btn {
    width: calc(1 / 3 * 100% - calc(24 * 2 / 3 / var(--font-size) * 1rem));
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-menu {
    padding: calc(28 / var(--font-size) * 1rem) calc(47 / var(--font-size) * 1rem) calc(28 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
    width: calc(100% - calc(1 / 3 * 100% - calc(24 * 2 / 3 / var(--font-size) * 1rem)));
  }
  .manufacturer-category-menu .c-btn-list.--3col {
    column-gap: calc(24 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn-list.--3col + .c-btn-list.--3col {
    margin-top: calc(15 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn-list.--3col .c-btn {
    width: calc((100% - ((24 * (var(--col) - 1)) / var(--font-size) * 1rem)) / var(--col));
  }
  .manufacturer-category-menu .c-btn {
    min-width: calc(192 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn__inner {
    min-height: calc(64 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn__link {
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn .c-btn__arrow__icon {
    background-color: transparent !important;
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn svg {
    fill: var(--main-color) !important;
    stroke: transparent !important;
  }
}
@media all and (max-width: 767px), print {
  .manufacturer-category {
  }
  .manufacturer-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .manufacturer-category-list__item {
    width: calc(1 / 2 * 100% - calc(16 * 1 / 2 / var(--font-size) * 1rem));
  }
  .manufacturer-category-list__item.--window-search {
    width: 100%;
  }
  .manufacturer-category-btn {
  }
  .manufacturer-category-btn + * {
    margin-top: calc(2 / var(--font-size) * 1rem);
  }
  .manufacturer-category-btn a {
    display: block;
    color: var(--color-black-sub);
  }
  .manufacturer-category-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(135 / var(--font-size) * 1rem);
    padding: calc(10 / var(--font-size) * 1rem) calc(12 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .manufacturer-category-btn-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .manufacturer-category-btn-container > * {
    width: 100%;
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-container > * {
    width: auto;
  }
  .manufacturer-category-btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manufacturer-category-btn-img__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(90 / var(--font-size) * 1rem);
    height: calc(72 / var(--font-size) * 1rem);
    overflow: hidden;
  }
  .manufacturer-category-btn-img__label img {
    width: 100%;
    height: 100%;
  }
  .manufacturer-category-btn-content {
    margin-top: calc(6 / var(--font-size) * 1rem);
    text-align: center;
  }
  .manufacturer-category-btn-content:first-child {
    margin-top: 0;
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-content {
    margin-top: 0;
    margin-left: calc(32 / var(--font-size) * 1rem);
    text-align: left;
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-content:first-child {
    margin-left: 0;
  }
  .manufacturer-category-btn__label {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(17.4 / 14 * 1);
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: bold;
  }
  .manufacturer-category-btn-content:last-child .manufacturer-category-btn__label {
    height: calc(17.4 / 14 * 2em);
  }
  .manufacturer-category-btn__ico {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    margin-right: calc(12 / var(--font-size) * 1rem);
    border-radius: calc(16 / var(--font-size) * 1rem);
    background: var(--color-white);
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
  }
  .manufacturer-category-btn__ico::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + calc(2 / var(--font-size) * 1rem));
    height: calc(100% + calc(2 / var(--font-size) * 1rem));
    margin: calc(-1 / var(--font-size) * 1rem);
    background-color: var(--color-white);
    border-radius: calc(16 / var(--font-size) * 1rem);
    z-index: -1;
  }
  .manufacturer-category-btn__ico svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: var(--main-color);
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn__ico svg {
    fill: var(--accent-color-jigyo01);
  }
  .manufacturer-category-list__item.--window-search .manufacturer-category-btn-content {
    margin-top: 0;
  }
  .manufacturer-category-btn.--disable a {
    pointer-events: none;
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn-container {
    background: var(--color-gray_100);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn-img__label {
    filter: grayscale(1);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn__label {
    color: var(--color-gray_600);
  }
  .manufacturer-category-btn.--disable .manufacturer-category-btn__ico {
    opacity: 0;
  }

  /* item box */
  .manufacturer-category-btn.--inactive a {
    pointer-events: none;
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-btn-container::before {
    border: 0;
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-btn {
    width: 100%;
  }
  .manufacturer-category-list__item.manufacturer-category-list__item--box .manufacturer-category-menu {
    padding: 0 calc(20 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: calc(9 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn-list.--3col {
    gap: calc(8 / var(--font-size) * 1rem);
    width: 100%;
  }
  .manufacturer-category-menu .c-btn-list.--3col + .c-btn-list.--3col {
    margin-top: 0;
  }
  .manufacturer-category-menu .c-btn-list.--3col .c-btn {
    width: 100%;
  }
  .manufacturer-category-menu .c-btn {
    min-width: calc(139 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn:has(.c-btn__arrow) .c-btn__inner {
    min-height: calc(40 / var(--font-size) * 1rem);
    padding-left: calc(12 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn__link {
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn-list.--3col .c-btn__text__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .manufacturer-category-menu .c-btn .c-btn__arrow__icon {
    background-color: transparent !important;
  }
  .manufacturer-category-menu .c-btn svg {
    fill: var(--main-color) !important;
    stroke: transparent !important;
  }

  /* item order */
  .manufacturer-category-list__item.--solar-heat-system {
    order: 1;
  }
  .manufacturer-category-list__item.--water-saving-toilet {
    order: 2;
  }
  .manufacturer-category-list__item.--high-insulation-tub {
    order: 3;
  }
  .manufacturer-category-list__item.--high-efficiency-water-heater-ec {
    order: 5;
  }
  .manufacturer-category-list__item.--battery-system {
    order: 6;
  }
  .manufacturer-category-list__item.--hot-water-faucet {
    order: 4;
  }
}

/* ==========================================================================
  detail
========================================================================== */

/* UPDATE */
.search_result_container {
  padding-top: calc(40 / var(--font-size) * 1rem);
  border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
}
.search_result_title {
  margin-bottom: 2rem;
}
.search_result_title__label {
  font-size: 1.875rem;
  margin-right: 0.75rem;
  color: var(--main-color);
}

@media all and (min-width: 768px), print {
  .c-table--stick.c-table table {
    width: 72rem;
  }

  .search_result_container .search_result-table--wide .c-table__table {
    overflow-x: scroll;
  }
  .search_result_container .search_result-table--wide table {
    width: 80rem;
  }

  /** **/
  .maker-info {
    background-color: var(--color-gray_100);
    padding: calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__header {
    padding-top: calc(2 / var(--font-size) * 1rem);
  }
  .maker-info__header-title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
  }
  .maker-info__detail {
    background-color: var(--color-white);
    padding: calc(16 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .maker-info__company {
    padding-bottom: calc(12 / var(--font-size) * 1rem);
  }
  .maker-info__company-title {
    font-size: calc(var(--title-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .maker-info__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .maker-info__contact__name {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.599;
  }
  .maker-info__contact__tel {
    width: 100%;
    font-size: calc(40 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
  }
  .maker-info__contact__box.--title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .maker-info__footer {
    padding-top: calc(13 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maker-info__footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: calc(600 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item {
    width: 100%;
  }
  .maker-info__footer__list__item__in {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item__header {
    background-color: var(--main-color);
    border-radius: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    max-width: calc(80 / var(--font-size) * 1rem);
    padding: calc(2 / var(--font-size) * 1rem) calc(13 / var(--font-size) * 1rem) calc(4 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .maker-info__footer__list__item__header-text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .maker-info__footer__list__item__body {
  }
  .maker-info__footer__list__item-text {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0;
  }
  .maker-info__footer__list__item-text.--tel {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    color: var(--main-color);
  }
  .maker-info__footer__text {
    padding: calc(8 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem);
  }
  .maker-info__footer__text__object {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    text-align: center;
  }

  /** **/
  .detail-search {
    padding: 0 !important;
  }
  .detail-search > .c-form {
    padding-top: calc(40 / var(--font-size) * 1rem) !important;
  }
  .detail-search__table + .form-items--btn {
    padding-top: 0;
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table th {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table td {
    padding: calc(16 / var(--font-size) * 1rem) calc(38 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .u-text-decoration-circle--s:before {
    top: calc(4 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list {
    margin-left: calc(-32 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list__checkbox {
    min-width: calc(60 / var(--font-size) * 1rem);
    margin-top: calc(15 / var(--font-size) * 1rem);
    margin-left: calc(32 / var(--font-size) * 1rem);
  }
  .c-form__row__cell.--width-full {
    width: 100%;
  }

  .manufacturer-result .c-table__component th {
    white-space: nowrap;
  }
  .manufacturer-result .c-table__component > table thead th,
  .manufacturer-result .c-table__component > table thead td {
    padding-bottom: calc(43 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table thead th[rowspan="2"],
  .manufacturer-result .c-table__component > table thead td[rowspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="2"],
  .manufacturer-result .c-table__component > table thead td[colspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="3"],
  .manufacturer-result .c-table__component > table thead td[colspan="3"],
  .manufacturer-result .c-table__component > table thead th[colspan="4"],
  .manufacturer-result .c-table__component > table thead td[colspan="4"],
  .manufacturer-result .c-table__component > table thead th[colspan="5"],
  .manufacturer-result .c-table__component > table thead td[colspan="5"],
  .manufacturer-result .c-table__component > table thead th.--no-sort,
  .manufacturer-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table th,
  .manufacturer-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .manufacturer-result .--max-width .c-table__component > table thead th,
  .manufacturer-result .--max-width .c-table__component > table thead td,
  .manufacturer-result .--wide .c-table__component > table thead th,
  .manufacturer-result .--wide .c-table__component > table thead td {
    padding-top: calc(33 / var(--font-size) * 1rem);
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .c-table--stick.c-table table {
    width: 72rem;
  }

  .search_result_container {
    padding-top: calc(40 / var(--font-size) * 1rem);
    margin-top: calc(48 / var(--font-size) * 1rem);
  }

  .search_result_container .search_result-table--wide .c-table__table {
    overflow-x: scroll;
  }
  .search_result_container .search_result-table--wide table {
    width: 80rem;
  }
  /** **/
  .maker-info {
    background-color: var(--color-gray_100);
    padding: calc(12 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__header {
    padding-top: calc(2 / var(--font-size) * 1rem);
  }
  .maker-info__header-title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
  }
  .maker-info__detail {
    background-color: var(--color-white);
    padding: calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .maker-info__company {
    padding-bottom: calc(12 / var(--font-size) * 1rem);
  }
  .maker-info__company-title {
    font-size: calc(var(--title-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.422;
    letter-spacing: 0;
  }
  .maker-info__contact {
    padding-bottom: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .maker-info__contact__name {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.599;
    text-align: center;
  }
  .maker-info__contact__tel {
    width: 100%;
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maker-info__contact__box.--title {
  }
  .maker-info__footer {
    padding-top: calc(13 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .maker-info__footer__list {
    width: 100%;
  }
  .maker-info__footer__list__item {
    max-width: calc(300 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .maker-info__footer__list__item__in {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item__header {
    background-color: var(--main-color);
    border-radius: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    max-width: calc(80 / var(--font-size) * 1rem);
    padding: calc(2 / var(--font-size) * 1rem) calc(13 / var(--font-size) * 1rem) calc(4 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .maker-info__footer__list__item__header-text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .maker-info__footer__list__item__body {
  }
  .maker-info__footer__list__item-text {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0;
  }
  .maker-info__footer__list__item-text.--tel {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    color: var(--main-color);
  }
  .maker-info__footer__text {
    padding: calc(8 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem);
  }
  .maker-info__footer__text__object {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    text-align: center;
  }

  .detail-search {
    padding: 0 !important;
  }
  .detail-search > .c-form {
    padding-top: calc(40 / var(--font-size) * 1rem) !important;
  }
  .detail-search__table .c-table__component > table th {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table td {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table th,
  .detail-search__table .c-table__component > table td {
    border: 0;
    border-radius: 0;
    width: 100% !important;
    display: block;
  }
  .detail-search__table .c-table__component > table th,
  .detail-search__table .c-table__component > table tr:last-child th {
    border-top: 1px solid var(--main-border-color);
    border-bottom: 1px solid var(--main-border-color);
  }
  .detail-search__table .c-table__component > table tr:first-child th {
    border-top: none;
  }
  .detail-search__table .c-table__component .u-text-decoration-circle--s:before {
    top: calc(4 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list {
    margin-left: calc(-15 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list__checkbox {
    align-items: flex-start;
    min-width: calc(60 / var(--font-size) * 1rem);
    margin-top: calc(15 / var(--font-size) * 1rem);
    margin-left: calc(15 / var(--font-size) * 1rem);
  }
  .c-form__row__cell.--width-full {
    width: 100%;
  }

  .manufacturer-result .c-table__component th {
    white-space: nowrap;
  }
  .manufacturer-result .c-table__component > table thead th,
  .manufacturer-result .c-table__component > table thead td {
    padding-bottom: calc(43 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table thead th[rowspan="2"],
  .manufacturer-result .c-table__component > table thead td[rowspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="2"],
  .manufacturer-result .c-table__component > table thead td[colspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="3"],
  .manufacturer-result .c-table__component > table thead td[colspan="3"],
  .manufacturer-result .c-table__component > table thead th[colspan="4"],
  .manufacturer-result .c-table__component > table thead td[colspan="4"],
  .manufacturer-result .c-table__component > table thead th[colspan="5"],
  .manufacturer-result .c-table__component > table thead td[colspan="5"],
  .manufacturer-result .c-table__component > table thead th.--no-sort,
  .manufacturer-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table th,
  .manufacturer-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .manufacturer-result .--max-width .c-table__component > table thead th,
  .manufacturer-result .--max-width .c-table__component > table thead td,
  .manufacturer-result .--wide .c-table__component > table thead th,
  .manufacturer-result .--wide .c-table__component > table thead td {
    padding-top: calc(33 / var(--font-size) * 1rem);
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }
}

/* ==========================================================================
  no-list
========================================================================== */
@media all and (min-width: 768px), print {
  .manufacturer-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .manufacturer-result,
  .manufacturer-result + .manufacturer-result {
    margin-top: 0;
  }
  .manufacturer-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .manufacturer-result__container .c-form-component {
    white-space: nowrap;
  }
  .manufacturer-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .manufacturer-result__container .manufacturer-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .manufacturer-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .manufacturer-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .manufacturer-no-list__contents__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(62 / var(--font-size) * 1rem);
    height: calc(62 / var(--font-size) * 1rem);
    border-radius: calc(62 / var(--font-size) * 1rem);
    background: var(--color-gray_100);
  }
  .manufacturer-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .manufacturer-no-list__contents__text {
    margin-top: calc(20 / var(--font-size) * 1rem);
    text-align: center;
    line-height: 1.8;
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-gray_600);
  }
  .manufacturer-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .manufacturer-no-list__contents__text em {
    font-size: calc(20 / 16 * 100%);
    font-weight: bold;
    color: var(--color-gray_600);
  }
}

@media all and (max-width: 767px), print {
  .manufacturer-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .manufacturer-result,
  .manufacturer-result + .manufacturer-result {
    margin-top: 0;
  }
  .manufacturer-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .manufacturer-result__container:has(.c-tab__btn-list) {
    flex-wrap: wrap;
  }
  .manufacturer-result__container .c-form-component {
    white-space: nowrap;
  }
  .manufacturer-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .manufacturer-result__container .manufacturer-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .manufacturer-result__container .c-tab__btn-list {
    width: 100%;
    margin-left: 0;
  }
  .manufacturer-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .manufacturer-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .manufacturer-no-list__contents__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(62 / var(--font-size) * 1rem);
    height: calc(62 / var(--font-size) * 1rem);
    border-radius: calc(62 / var(--font-size) * 1rem);
    background: var(--color-gray_100);
  }
  .manufacturer-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .manufacturer-no-list__contents__text {
    margin-top: calc(20 / var(--font-size) * 1rem);
    text-align: center;
    line-height: 1.8;
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-gray_600);
  }
  .manufacturer-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .manufacturer-no-list__contents__text em {
    font-size: calc(20 / 16 * 100%);
    font-weight: bold;
    color: var(--color-gray_600);
  }
}

/* ==========================================================================
  Result
========================================================================== */
@media all and (min-width: 768px), print {
  .result-text {
    margin-bottom: calc(8 / var(--font-size) * 1rem);
  }

  /* ソート */
  .result-table-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .result-table-sort__in {
    width: calc(38 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .result-table-sort__item {
  }
  .result-table-sort__item:first-child {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .result-table-sort__btn {
  }
  .result-table-sort__btn--active {
  }
  .result-table-sort__ico {
    background-color: var(--sub-color-03);
    border-radius: 100%;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: block;
    position: relative;
  }
  .result-table-sort__ico:before {
    content: "";
    background-color: var(--main-color);
    mask-image: url(/assets/img/common/ico_sort-cursor.svg);
    mask-size: calc(8 / var(--font-size) * 1rem) auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    display: block;
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(8 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .result-table-sort__ico svg {
    display: none;
  }
  .result-table-sort__item:nth-of-type(1) .result-table-sort__ico:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--main-color);
  }
  .result-table-sort__btn--active .result-table-sort__ico:before {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__ico:before {
    background-color: var(--main-color);
  }
}
@media all and (max-width: 767px), print {
  .result-text {
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }

  /* ソート */
  .result-table-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .result-table-sort__in {
    width: calc(38 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .result-table-sort__item {
  }
  .result-table-sort__item:first-child {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .result-table-sort__btn {
  }
  .result-table-sort__btn--active {
  }
  .result-table-sort__ico {
    background-color: var(--sub-color-03);
    border-radius: 100%;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: block;
    position: relative;
  }
  .result-table-sort__ico:before {
    content: "";
    background-color: var(--main-color);
    mask-image: url(/assets/img/common/ico_sort-cursor.svg);
    mask-size: calc(8 / var(--font-size) * 1rem) auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    display: block;
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(8 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .result-table-sort__ico svg {
    display: none;
  }
  .result-table-sort__item:nth-of-type(1) .result-table-sort__ico:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--main-color);
  }
  .result-table-sort__btn--active .result-table-sort__ico:before {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__ico:before {
    background-color: var(--main-color);
  }
}

/* ==========================================================================
  Search
========================================================================== */
@media all and (min-width: 768px), print {
  .search-accordion-box {
    border: none;
    background-color: transparent;
  }
  .search-accordion-box + .c-btn-list {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .search-accordion-box__body {
    /* border-bottom:calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color); */
  }
  .search-accordion-box__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sub-accent-color);
    padding: calc(14 / var(--font-size) * 1rem) calc(44 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    color: var(--main-accent-color);
    width: calc(400 / var(--font-size) * 1rem);
    margin: 0 auto;
    border-radius: calc(10 / var(--font-size) * 1rem);
    text-align: center;
    /* margin-bottom: calc(40 / var(--font-size) * 1rem); */
  }
  .search-accordion-box__title__icon {
    background-color: var(--main-accent-color);
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: calc(0 / var(--font-size) * 1rem);
    right: calc(-180 / var(--font-size) * 1rem);
    margin: 0 auto;
    transform: translate3d(0, -50%, 0);
  }
  .search-accordion-box__title__icon:before,
  .search-accordion-box__title__icon:after {
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(1 / var(--font-size) * 1rem);
    right: calc(4 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .search-accordion-box {
    border: none;
    background-color: transparent;
  }
  .search-accordion-box + .c-btn-list {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .search-accordion-box__body {
  }
  .search-accordion-box__title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sub-accent-color);
    padding: calc(14 / var(--font-size) * 1rem) calc(34 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    color: var(--main-accent-color);
    margin: 0 auto;
    border-radius: calc(10 / var(--font-size) * 1rem);
    text-align: center;
    /* margin-bottom: calc(40 / var(--font-size) * 1rem); */
  }
  .search-accordion-box__title__icon {
    background-color: var(--main-accent-color);
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: calc(0 / var(--font-size) * 1rem);
    right: calc(-180 / var(--font-size) * 1rem);
    margin: 0 auto;
    transform: translate3d(0, -50%, 0);
  }
  .search-accordion-box__title__icon:before,
  .search-accordion-box__title__icon:after {
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(1 / var(--font-size) * 1rem);
    right: calc(4 / var(--font-size) * 1rem);
  }
}

/* ==========================================================================
  SIDE NAV調整
========================================================================== */
@media all and (min-width: 768px), print {
  .side-nav-lv2-list__link--current .side-nav-lv2-list__icon svg {
    fill: var(--main-color);
  }
  .side-nav__container {
    background-color: var(--sub-color-03);
  }
}
@media all and (max-width: 767px), print {
  .side-nav-lv2-list__link--current .side-nav-lv2-list__icon svg {
    fill: var(--main-color);
  }
  .side-nav__container {
    background-color: var(--sub-color-03);
  }
}

/* ==========================================================================
  カテゴリラベル
========================================================================== */
@media all and (min-width: 768px), print {
  .result-category-title {
    border-radius: calc(5 / var(--font-size) * 1rem);
    background-color: var(--sub-color);
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    display: inline-block;
    min-width: calc(128 / var(--font-size) * 1rem);
    height: calc(42 / var(--font-size) * 1rem);
  }
  .result-category-title__label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .result-category-title + * {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .result-category-title {
    border-radius: calc(5 / var(--font-size) * 1rem);
    background-color: var(--sub-color);
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    display: inline-block;
    min-width: calc(128 / var(--font-size) * 1rem);
    height: calc(42 / var(--font-size) * 1rem);
  }
  .result-category-title__label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .result-category-title + * {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
}
