/* ==========================================================================
  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;
  }
  .c-table__component > table tr:last-child th{
    border-bottom: 1px solid var(--main-border-color);
  }
}
@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;
  }
  .c-table__component > table tr:last-child th{
    border-bottom: 1px solid var(--main-border-color);
  }
}

/* ==========================================================================
  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;
  }

  .hems-tab-list.--3col-960 {
    flex-wrap: wrap;
    --col: 3;
  }

  .hems-credit{
    display: inline-block;
  }

  .hems-tab-list .hems-tab-list__button {
  }

  .hems-tab-list .hems-tab-list__button .c-btn__inner {
    min-height: calc(60 / var(--font-size) * 1rem);
  }
  .hems-tab-list .hems-tab-list__button .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
  }
  .hems-tab-list .hems-tab-list__button .c-btn__arrow {
    display: none;
  }
  .hems-tab-list .hems-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__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 .c-table{
    margin-left: auto;
    margin-right: auto;
  }
  .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 {
    padding-right: calc(20 / var(--font-size) * 1rem);
    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__name__category{
    font-size: calc(12 / var(--font-size)* 1rem);
    color: var(--color-white);
    background-color: var(--main-accent-color);
    border-radius: 9999px;
    margin-left: calc(20 / var(--font-size)* 1rem);
    font-weight: bold;
    line-height: calc(26 / var(--font-size)* 1rem);
    padding: 0 calc(16 / var(--font-size)* 1rem);
    margin-top: (-2 / var(--font-size)* 1rem);
    flex-shrink: 0;
  }
  .maker-list-item__name__category.--end{
    background-color: var(--color-attention_1000);
  }
  .maker-list-item__name__category.--notice{
    background-color: #FAC20A;
  }


  .maker-list-item__btn {
    width: calc(82 / 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(14 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    min-height: calc(24 / var(--font-size) * 1rem);
  }
  .maker-list-item__btn .c-btn.--size-xxs .c-btn__text__label {
    text-align: left;
    line-height: 1;
  }
  .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);
  }
  .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);
    right: calc(4 / 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.--hems {
    width: calc(386 / var(--font-size) * 1rem) !important;
  }
  .c-btn.--hems .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.--hems .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.--hems .c-btn__text {
    margin-left: calc(24 / var(--font-size) * 1rem);
  }
  .c-btn.--hems .c-btn__text__label {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
  }
  .hems-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;
  }
  .hems-category-list__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-btn.--hems .c-btn__arrow,
  .c-btn.--hems .c-btn__arrow,
  .c-btn.--hems .c-btn__arrow__icon,
  .c-btn.--hems .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.--hems .c-btn__arrow__icon svg {
    fill: var(--main-color);
  }
  .c-btn.--hems-search .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .hems-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;
  }
  .hems-search-link__img + .c-btn__text {
    margin-left: calc(6 / var(--font-size) * 1rem);
  }
  .hems-search-link__img img {
    max-width: 100%;
    max-height: 100%;
  }

  /* -----------------------------
    検索トップのタグリスト
  ----------------------------- */
  .c-btn.hems-tab-list__button .c-btn__inner {
    padding-left: calc(36 / var(--font-size) * 1rem);
    padding-right: calc(44 / var(--font-size) * 1rem);
  }
  .c-btn.hems-tab-list__button.--type2:not(.--current) .c-btn__link{
    background-color: #DEFCF3;
  }
}
@media all and (max-width: 767px), print {
  .l-tab {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .hems-tab-list .hems-tab-list__button {
    width: calc(100% / 4 - 0.475rem);
  }

  .hems-tab-list .hems-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);
  }

  .hems-tab-list .hems-tab-list__button .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
  }

  .hems-credit{
    display: inline-block;
  }

  .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__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);
    margin-left: calc(-15 / var(--font-size) * 1rem);
    margin-right: calc(-15 / var(--font-size) * 1rem);
  }
  .maker-filter__body {
  }
  .maker-filter__dd {
    display: flex;
    overflow-x: scroll;
    padding-left: calc(15 / var(--font-size) * 1rem);
    padding-right: calc(15 / var(--font-size) * 1rem);
  }
  .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 {
    padding-right: calc(10 / var(--font-size) * 1rem);
    display: flex;
  }
  .maker-list-item__name-text {
    padding-left: calc(18 / var(--font-size)* 1rem);
    order:2;
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: bold;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .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);
    position: absolute;
    top:calc(4 / var(--font-size) * 1rem);
    left:0;
  }
  .maker-list-item:hover .maker-list-item__name-text {
    color: var(--main-color);
  }

  .maker-list-item__name-text__label{
    order:2;
  }
  .maker-list-item__name__category{
    order:1;
    flex-shrink: 0;
    position: relative;
    top:calc(-2 / var(--font-size) * 1rem);
  }
  .maker-list-item__name__category__label{
    font-size: calc(12 / var(--font-size)* 1rem);
    color: var(--color-white);
    background-color: var(--main-accent-color);
    border-radius: 9999px;
    font-weight: bold;
    line-height: calc(26 / var(--font-size)* 1rem);
    padding: calc(2 / var(--font-size)* 1rem) calc(16 / var(--font-size)* 1rem);
  }
  .maker-list-item__name__category.--end .maker-list-item__name__category__label{
    background-color: var(--color-attention_1000);
  }
  .maker-list-item__name__category.--notice .maker-list-item__name__category__label{
    background-color: #FAC20A;
  }

  .maker-list-item__btn {
    width: calc(82 / 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 {
    text-align: left;
    line-height: 1;
  }
  .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);
  }
  .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.--hems {
  }
  .c-btn.--hems .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.--hems .c-btn__body {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .c-btn.--hems .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.--hems .c-btn__text {
    margin-top: calc(16 / var(--font-size) * 1rem);
    margin-right: calc(10 / var(--font-size) * 1rem);
  }
  .c-btn.--hems .c-btn__text__label {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem) !important;
    text-align: center;
    margin-left: 0;
  }
  .hems-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;
  }
  .hems-category-list__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-btn.--hems .c-btn__arrow,
  .c-btn.--hems .c-btn__arrow,
  .c-btn.--hems .c-btn__arrow__icon,
  .c-btn.--hems .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.--hems .c-btn__arrow__icon svg {
    fill: var(--main-color);
  }
  .c-btn.--hems-search .c-btn__text__label {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .hems-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;
  }
  .hems-search-link__img + .c-btn__text {
    margin-left: calc(6 / var(--font-size) * 1rem);
  }
  .hems-search-link__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .c-btn.hems-tab-list__button.--type2:not(.--current) .c-btn__link{
    background-color: #DEFCF3;
  }
}

@media all and (min-width: 768px), print {
  .hems-category {
  }
  .hems-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(24 / var(--font-size) * 1rem);
    align-items: stretch;
  }
  .hems-category-list__item {
    width: calc(1 / 3 * 100% - calc(24 * 2 / 3 / var(--font-size) * 1rem));
  }
  .hems-category-btn {
    height: 100%;
  }
  .hems-category-btn a {
    display: block;
    color: var(--color-black-sub);
    transition: all 0.3s ease;
    height: 100%;
  }
  .hems-category-btn a:hover {
    opacity: 0.7;
  }
  .hems-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%;
  }
  .hems-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);
  }
  .hems-category-btn-container > * {
    width: 100%;
  }
  .hems-category-btn-img {
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hems-category-btn-img__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(96 / var(--font-size) * 1rem);
    height: calc(96 / var(--font-size) * 1rem);
    border-radius: calc(96 / var(--font-size) * 1rem);
    background-color: var(--color-gray_100);
    overflow: hidden;
  }
  .hems-category-btn-content {
    margin-top: calc(12 / var(--font-size) * 1rem);
    text-align: center;
  }
  .hems-category-btn-content:first-child {
    margin-top: 0;
  }
  .hems-category-btn-content + * {
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .hems-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;
  }
  .hems-category-btn-content:last-child .hems-category-btn__label {
    height: calc(22.4 / 14 * 2em);
  }
  .hems-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);
  }
  .hems-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);
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color);
    border-radius: calc(24 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--window-search .hems-category-btn__ico {
    background: var(--accent-color-jigyo01);
  }
  .hems-category-list__item.--window-search .hems-category-btn__ico::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--accent-color-jigyo01);
  }
  .hems-category-btn__ico svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: var(--color-white);
  }
  .hems-category-list__item .c-btn {
    width: calc(192 / var(--font-size) * 1rem);
  }
  /** **/
  .hems-category-list__item.--glass-dan .hems-category-btn-img__label img {
    max-width: calc(48 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(54 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--outside-window-dan .hems-category-btn-img__label img {
    max-width: calc(61 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--inner-window-bo .hems-category-btn-img__label img {
    max-width: calc(60 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(43 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--door-dan .hems-category-btn-img__label img {
    max-width: calc(38 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(55 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--window-search .hems-category-btn-img__label img {
    max-width: calc(59 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(49 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--insulation-material .hems-category-btn-img__label img {
    max-width: calc(58 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(58 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--solar-heat-system .hems-category-btn-img__label img {
    max-width: calc(66 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(56 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--water-saving-toilet .hems-category-btn-img__label img {
    max-width: calc(42 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(72 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--high-insulation-tub .hems-category-btn-img__label img {
    max-width: calc(70 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(56 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--high-efficiency-water-heater-ec .hems-category-btn-img__label img {
    max-width: calc(62 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(54 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--hot-water-faucet .hems-category-btn-img__label img {
    max-width: calc(65 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(57 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--battery-system .hems-category-btn-img__label img {
    max-width: calc(47 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(45.5 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--built-in-dishwasher .hems-category-btn-img__label img {
    max-width: calc(58 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(58 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--range-hood .hems-category-btn-img__label img {
    max-width: calc(60 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(62 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--auto-cooking-stove-gas .hems-category-btn-img__label img {
    max-width: calc(53 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(52 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--auto-cooking-stove-ih .hems-category-btn-img__label img {
    max-width: calc(53 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(52 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--bathroom-dryer .hems-category-btn-img__label img {
    max-width: calc(62 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(65 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--delivery-box .hems-category-btn-img__label img {
    max-width: calc(50 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(61 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--shock-absorbing-tatami .hems-category-btn-img__label img {
    max-width: calc(32 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(59 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--air-conditioner .hems-category-btn-img__label img {
    max-width: calc(64 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(29 / var(--font-size) * 1rem);
  }

  /* item box */
  .hems-category-btn.--inactive a {
    pointer-events: none;
  }
  .hems-category-list__item.hems-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);
  }
  .hems-category-list__item.hems-category-list__item--box .hems-category-btn-container::before {
    border: 0;
  }
  .hems-category-list__item.hems-category-list__item--box .hems-category-btn{
    width: calc(1 / 3 * 100% - calc(24 * 2 / 3 / var(--font-size) * 1rem));
  }
  .hems-category-list__item.hems-category-list__item--box .hems-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)));
  }
  .hems-category-menu .c-btn-list.--3col{
    column-gap: calc(24 / var(--font-size) * 1rem);
  }
  .hems-category-menu .c-btn-list.--3col + .c-btn-list.--3col{
    margin-top: calc(15 / var(--font-size) * 1rem);
  }
  .hems-category-menu .c-btn-list.--3col .c-btn{
    width: calc((100% - ((24 * (var(--col) - 1)) / var(--font-size) * 1rem)) / var(--col));
  }
  .hems-category-menu .c-btn{
    min-width: calc(192 / var(--font-size) * 1rem);
  }
  .hems-category-menu .c-btn__inner{
    min-height: calc(64 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .hems-category {
  }
  .hems-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .hems-category-list__item {
    width: calc(1 / 2 * 100% - calc(16 * 1 / 2 / var(--font-size) * 1rem));
  }
  .hems-category-list__item.--window-search {
    width: 100%;
  }
  .hems-category-btn {
  }
  .hems-category-btn + * {
    margin-top: calc(2 / var(--font-size) * 1rem);
  }
  .hems-category-btn a {
    display: block;
    color: var(--color-black-sub);
  }
  .hems-category-btn-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(124 / 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;
  }
  .hems-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);
  }
  .hems-category-list__item.--window-search .hems-category-btn-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .hems-category-btn-container > * {
    width: 100%;
  }
  .hems-category-list__item.--window-search .hems-category-btn-container > * {
    width: auto;
  }
  .hems-category-btn-img {
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .hems-category-btn-img__label {
    display:flex;
    align-items:center;
    justify-content:center;
    width: calc(64 / var(--font-size) * 1rem);
    height: calc(64 / var(--font-size) * 1rem);
    border-radius: calc(64 / var(--font-size) * 1rem);
    background-color: var(--color-gray_100);
    overflow: hidden;
  }
  .hems-category-btn-content {
    margin-top: calc(6 / var(--font-size) * 1rem);
    text-align: center;
  }
  .hems-category-btn-content:first-child {
    margin-top: 0;
  }
  .hems-category-list__item.--window-search .hems-category-btn-content {
    margin-top: 0;
    margin-left: calc(32 / var(--font-size) * 1rem);
    text-align: left;
  }
  .hems-category-list__item.--window-search .hems-category-btn-content:first-child {
    margin-left: 0;
  }
  .hems-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;
  }
  .hems-category-btn-content:last-child .hems-category-btn__label {
    height: calc(17.4 / 14 * 2em);
  }
  .hems-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(--main-color);
    overflow: hidden;
    transform: translate3d(0, -50%, 0);
  }
  .hems-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);
    border: calc(4 / var(--font-size) * 1rem) solid var(--main-color);
    border-radius: calc(16 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--window-search .hems-category-btn__ico {
    background: var(--accent-color-jigyo01);
  }
  .hems-category-list__item.--window-search .hems-category-btn__ico::before {
    border: calc(4 / var(--font-size) * 1rem) solid var(--accent-color-jigyo01);
  }
  .hems-category-btn__ico svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: var(--color-white);
  }

  /** **/
  .hems-category-list__item.--glass-dan .hems-category-btn-img__label img {
    max-width: calc(34 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--outside-window-dan .hems-category-btn-img__label img {
    max-width: calc(42 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(28 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--inner-window-bo .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(32 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--door-dan .hems-category-btn-img__label img {
    max-width: calc(28 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--window-search .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--insulation-material .hems-category-btn-img__label img {
    max-width: calc(40 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--solar-heat-system .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--water-saving-toilet .hems-category-btn-img__label img {
    max-width: calc(28 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(48 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--high-insulation-tub .hems-category-btn-img__label img {
    max-width: calc(48 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--high-efficiency-water-heater-ec .hems-category-btn-img__label img {
    max-width: calc(42 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(36 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--hot-water-faucet .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--battery-system .hems-category-btn-img__label img {
    max-width: calc(32 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(30 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--built-in-dishwasher .hems-category-btn-img__label img {
    max-width: calc(42 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(42 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--range-hood .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(45 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--auto-cooking-stove-gas .hems-category-btn-img__label img {
    max-width: calc(34 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(34 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--auto-cooking-stove-ih .hems-category-btn-img__label img {
    max-width: calc(34 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(34 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--bathroom-dryer .hems-category-btn-img__label img {
    max-width: calc(36 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(38 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--delivery-box .hems-category-btn-img__label img {
    max-width: calc(32 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--shock-absorbing-tatami .hems-category-btn-img__label img {
    max-width: calc(22 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(40 / var(--font-size) * 1rem);
  }
  .hems-category-list__item.--air-conditioner .hems-category-btn-img__label img {
    max-width: calc(44 / var(--font-size) * 1rem);
    width: 100%;
    height: calc(20 / var(--font-size) * 1rem);
  }

  /* item box */
  .hems-category-btn.--inactive a {
    pointer-events: none;
  }
  .hems-category-list__item.hems-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);
  }
  .hems-category-list__item.hems-category-list__item--box .hems-category-btn-container::before {
    border: 0;
  }
  .hems-category-list__item.hems-category-list__item--box .hems-category-btn{
    width: 100%;
  }
  .hems-category-list__item.hems-category-list__item--box .hems-category-menu{
    padding: 0 calc(30 / 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);
  }
  .hems-category-menu .c-btn-list.--3col{
    gap: calc(8 / var(--font-size) * 1rem);
    width: 100%;
  }
  .hems-category-menu .c-btn-list.--3col + .c-btn-list.--3col{
    margin-top: 0;
  }
  .hems-category-menu .c-btn-list.--3col .c-btn{
    width: 100%;
  }
  .hems-category-menu .c-btn{
    min-width: calc(139 / var(--font-size) * 1rem);
  }
  .hems-category-menu .c-btn:has(.c-btn__arrow) .c-btn__inner{
    min-height: calc(40 / var(--font-size) * 1rem);
    padding-right: calc(34 / var(--font-size) * 1rem);
  }
  .hems-category-menu .c-btn-list.--3col .c-btn__text__label{
    font-size: calc(12 / var(--font-size) * 1rem);
  }

  /* item order */
  .hems-category-list__item.--solar-heat-system {
    order: 1;
  }
  .hems-category-list__item.--water-saving-toilet {
    order: 2;
  }
  .hems-category-list__item.--high-insulation-tub {
    order: 3;
  }
  .hems-category-list__item.--high-efficiency-water-heater-ec {
    order: 5;
  }
  .hems-category-list__item.--battery-system {
    order: 6;
  }
  .hems-category-list__item.--hot-water-faucet {
    order: 4;
  }
}

/* ==========================================================================
  detail
========================================================================== */

/* UPDATE */
.search_result_container {
  padding-top: calc(64 / 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(20 / 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;
    line-height: 1.5;
  }
  .maker-info__contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maker-info__contact__name {
    font-size: calc(var(--text-size-m) / 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%;
  }

  .hems-result .c-table__component > table thead th,
  .hems-result .c-table__component > table thead td {
    /* padding-bottom: calc(43 / var(--font-size) * 1rem); */
  }
  .hems-result .c-table__component > table thead th[rowspan="2"],
  .hems-result .c-table__component > table thead td[rowspan="2"],
  .hems-result .c-table__component > table thead th[colspan="2"],
  .hems-result .c-table__component > table thead td[colspan="2"],
  .hems-result .c-table__component > table thead th[colspan="3"],
  .hems-result .c-table__component > table thead td[colspan="3"],
  .hems-result .c-table__component > table thead th[colspan="4"],
  .hems-result .c-table__component > table thead td[colspan="4"],
  .hems-result .c-table__component > table thead th[colspan="5"],
  .hems-result .c-table__component > table thead td[colspan="5"],
  .hems-result .c-table__component > table thead th.--no-sort,
  .hems-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .hems-result .c-table__component > table th,
  .hems-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .hems-result .--max-width .c-table__component > table thead th,
  .hems-result .--max-width .c-table__component > table thead td,
  .hems-result .--wide .c-table__component > table thead th,
  .hems-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(10 / 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%;
  }

  .hems-result .c-table__component > table thead th,
  .hems-result .c-table__component > table thead td {
    /* padding-bottom: calc(43 / var(--font-size) * 1rem); */
  }
  .hems-result .c-table__component > table thead th[rowspan="2"],
  .hems-result .c-table__component > table thead td[rowspan="2"],
  .hems-result .c-table__component > table thead th[colspan="2"],
  .hems-result .c-table__component > table thead td[colspan="2"],
  .hems-result .c-table__component > table thead th[colspan="3"],
  .hems-result .c-table__component > table thead td[colspan="3"],
  .hems-result .c-table__component > table thead th[colspan="4"],
  .hems-result .c-table__component > table thead td[colspan="4"],
  .hems-result .c-table__component > table thead th[colspan="5"],
  .hems-result .c-table__component > table thead td[colspan="5"],
  .hems-result .c-table__component > table thead th.--no-sort,
  .hems-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .hems-result .c-table__component > table th,
  .hems-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .hems-result .--max-width .c-table__component > table thead th,
  .hems-result .--max-width .c-table__component > table thead td,
  .hems-result .--wide .c-table__component > table thead th,
  .hems-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 {
  .hems-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .hems-result ,
  .hems-result + .hems-result {
    margin-top: 0;
  }
  .hems-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .hems-result__container .c-form-component {
    white-space: nowrap;
  }
  .hems-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .hems-result__container .hems-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .hems-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .hems-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hems-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);
  }
  .hems-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .hems-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);
  }
  .hems-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .hems-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 {
  .hems-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .hems-result ,
  .hems-result + .hems-result {
    margin-top: 0;
  }
  .hems-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .hems-result__container:has(.c-tab__btn-list) {
    flex-wrap: wrap;
  }
  .hems-result__container .c-form-component {
    white-space: nowrap;
  }
  .hems-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .hems-result__container .hems-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .hems-result__container .c-tab__btn-list {
    width: 100%;
    margin-left: 0;
  }
  .hems-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .hems-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hems-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);
  }
  .hems-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .hems-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);
  }
  .hems-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .hems-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);
  }
  .hems-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .hems-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);
  }
  .hems-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .hems-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);
  }
}

/* --------------------------------------------------------------------------
  HEMSコントローラ・メーカーアンケート結果（GX建築事業者の検索と同じCSS）
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .search-form__body{
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .search-form__title{
    font-size: calc(var(--text-size-s) / var(--font-size)* 1rem);
    font-weight: 700;
    max-width:calc(60 / var(--font-size) * 1rem);
    width:100%;
  }
  .keyword-search__object{
    max-width:calc(916 / var(--font-size) * 1rem);
    width:100%;
  }
  .keyword-search__object__parts{
    overflow:hidden;
    display:flex;
    height:calc(48 / var(--font-size) * 1rem);
    position: relative;
  }
  
  .keyword-search__object__parts input[type="text"]{
    font-size:calc(var(--text-size-s) / var(--font-size) * 1rem);
    border:calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
    border-radius:calc(5 / var(--font-size) * 1rem);
    width:100%;
    height:calc(48 / var(--font-size) * 1rem);
    padding-right:calc(144 / var(--font-size) * 1rem + 15 / var(--font-size) * 1rem);
  }
  .keyword-search__object__parts input[type="text"]:focus{
    outline: none;
  }
  ::placeholder {
    color: #dadada;
  }
  
  .keyword-search__object__parts button{
    border-radius:0 calc(5 / var(--font-size) * 1rem) calc(5 / var(--font-size) * 1rem) 0;
    background-color: var(--main-accent-color);
    color:var(--color-white);
    font-size:calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    height:100%;
    position: absolute;
    top:0;
    right:0;
    cursor:pointer;
  }
  
  .keyword-search__inner{
    display: flex;
    align-items: center;
  }
  .keyword-search__inner.--keyword{
    padding-top: calc(24 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--main-accent-color);
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .keyword-search__title{
    flex-shrink: 0;
    width:calc(264 / var(--font-size) * 1rem);
    display:flex;
    align-items:center;
  }
  .--keyword .keyword-search__title{
    width:auto;
    margin-left: calc(24 / var(--font-size) * 1rem);
  }
  .keyword-search__title__ico{
    display:flex;
    align-items:center;
    justify-content:center;
    width: calc(62 / var(--font-size) * 1rem);
    height: calc(62 / var(--font-size) * 1rem);
    border-radius: calc(62 / var(--font-size) * 1rem);
    background-color: var(--color-white);
  }
  .keyword-search__title__ico svg{
    width: calc(40 / var(--font-size) * 1rem);
    height: calc(40 / var(--font-size) * 1rem);
    fill: var(--main-accent-color);
  }
  .keyword-search__title__label{
    display: inline-block;
    vertical-align: top;
    margin-left: calc(17 / var(--font-size) * 1rem);
    font-size:calc(var(--title-size-xs) / var(--font-size) * 1rem);
    font-feature-settings: "palt";
  }
  .keyword-search__title__label:first-child{
    margin-left: 0;
  }
  .--keyword .keyword-search__title__label{
    font-size:calc(14 / var(--font-size) * 1rem);
  }
  .keyword-search__object{
    margin-left: calc(24 / var(--font-size) * 1rem);
  }
  .keyword-search__object__parts button{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink: 0;
    width:calc(144 / var(--font-size) * 1rem);
    transition:0.3s ease;
  }
  .keyword-search__object__parts button svg{
    width:calc(17 / var(--font-size) * 1rem);
    height:calc(17 / var(--font-size) * 1rem);
    fill:var(--color-white);
    margin-left:calc(6 / var(--font-size) * 1rem);
  }
  .keyword-search__object__parts button:hover{
    /* background-color: #fff;
    border-color:var(--bg-main-color);
    color:var(--bg-main-color); */
    opacity: 0.7;
  }

}

@media all and (max-width: 767px), print {
  .search-form__body{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
  }
  .search-form__title{
    font-size: calc(var(--title-size-xs) / var(--font-size)* 1rem);    font-weight: 700;
  }
  .keyword-search__object__parts{
    overflow:hidden;
    display:flex;
    height:calc(48 / var(--font-size) * 1rem);
    position: relative;
  }
  
  .keyword-search__object__parts input[type="text"]{
    font-size:calc(var(--text-size-s) / var(--font-size) * 1rem);
    border:calc(2 / var(--font-size) * 1rem) solid var(--main-accent-color);
    border-radius:calc(5 / var(--font-size) * 1rem);
    width:100%;
    height:calc(48 / var(--font-size) * 1rem);
    padding-right:calc(80 / var(--font-size) * 1rem + 15 / var(--font-size) * 1rem);
  }
  .keyword-search__object__parts input[type="text"]:focus{
    outline: none;
  }
  ::placeholder {
    color: #dadada;
  }
  
  .keyword-search__object__parts button{
    border-radius:0 calc(5 / var(--font-size) * 1rem) calc(5 / var(--font-size) * 1rem) 0;
    background-color: var(--main-accent-color);
    color:var(--color-white);
    font-size:calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    width:calc(56 / var(--font-size) * 1rem);
    height:100%;
    position: absolute;
    top:0;
    right:0;
    cursor:pointer;
  }
  
  .keyword-search__inner{
    display: flex;
    flex-direction: column;
  }
  .keyword-search__inner.--keyword{
    padding-top: calc(24 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--main-accent-color);
    margin-top: calc(24 / var(--font-size) * 1rem);
  }
  .keyword-search__title{
    display:flex;
    align-items:center;
  }
  .keyword-search__title__ico{
    display:flex;
    align-items:center;
    justify-content:center;
    width: calc(40 / var(--font-size) * 1rem);
    height: calc(40 / var(--font-size) * 1rem);
    border-radius: calc(40 / var(--font-size) * 1rem);
    background-color: var(--color-white);
  }
  .keyword-search__title__ico svg{
    width: calc(40 * 40 / 62 / var(--font-size) * 1rem);
    height: calc(40 * 40 / 62 / var(--font-size) * 1rem);
    fill: var(--main-accent-color);
  }
  .keyword-search__title__label{
    display: inline-block;
    vertical-align: top;
    margin-left: calc(9 / var(--font-size) * 1rem);
    font-size:calc(var(--title-size-xs) / var(--font-size) * 1rem);
    font-feature-settings: "palt";
  }
  .keyword-search__title__label:first-child{
    margin-left: 0;
  }
  .keyword-search__object{
    width: 100%;
    margin-top: calc(9 / var(--font-size) * 1rem);
  }
  .keyword-search__object__parts button{
    display:flex;
    align-items:center;
    justify-content:center;
    width:calc(80 / var(--font-size) * 1rem);
    transition:0.3s ease;
  }
  .keyword-search__object__parts button svg{
    width:calc(17 / var(--font-size) * 1rem);
    height:calc(17 / var(--font-size) * 1rem);
    margin-left:calc(5 / var(--font-size) * 1rem);
    fill:var(--color-white);
  }
  .keyword-search__object__parts button:hover{
    /* background-color: #fff;
    border-color:var(--bg-main-color);
    color:var(--bg-main-color); */
    opacity: 0.7;
  }
}

/* --------------------------------------------------------------------------
  
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .hems-cushion{
    max-width:calc(600 / var(--font-size) * 1rem);
  }
  .hems-cushion-text-unit{
    padding-left: calc(150 / var(--font-size) * 1rem);
  }
  .detail-table-button{
    margin:0 auto;
  }
  .maker-info__summary{
    padding-top: calc(30 / var(--font-size) * 1rem);
    padding-left: calc(42 / var(--font-size) * 1rem);
    padding-right: calc(42 / var(--font-size) * 1rem);
    padding-bottom: calc(20 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    width:100%;
    position: relative;
    display: flex;
    gap:calc(10 / var(--font-size) * 1rem);
    margin:0 auto;
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list{
    width:calc(100% - calc(10 / var(--font-size) * 1rem));
  }
  .maker-info__summary__list__item{
    margin-top: calc(26 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item:first-child{
    margin-top: 0;
  }
  .maker-info__summary__list__item__in{
    display: flex;
  }
  .maker-info__summary__list__item__header{
    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:calc(152 / var(--font-size) * 1rem);
    width:100%;
    height:calc(24 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .maker-info__summary__list__item__body{
    margin-left:calc(20 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item__header-text{
    background-color: var(--main-color);
    border-radius:calc(12 / var(--font-size) * 1rem);
    color:var(--color-white);
    font-size:calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
  }
  .maker-info__summary__list__item__body__text{
    font-size:calc(var(--text-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    top:calc(-1 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item__body__text:has(.maker-info__summary__list__item__body__label){
    display: flex;
    flex-direction: column;
  }
  .maker-info__summary__list__item__body__label{
    display: flex;
  }
  .maker-info__summary__list__item__body__label::before{
    content: "・";
  }
  .maker-info__box{
    background-color: var(--color-gray_100);
    padding:calc(24 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem) calc(0 / var(--font-size) * 1rem);
    border-radius:calc(10 / var(--font-size) * 1rem);
    display: flex;
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__box__header{
    text-align: center;
    max-width:calc(190 / var(--font-size) * 1rem);
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .maker-info__box__header__text{
    font-size:calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    color:var(--main-color);
  }
  .maker-info__box__body{
    padding-left: calc(22 / var(--font-size) * 1rem);
    padding-right: calc(22 / var(--font-size) * 1rem);
  }
  .maker-info__box__body__text{
    font-size:calc(var(--text-size-m) / var(--font-size) * 1rem);
  }


  .maker-info__summary__list__item.--float{
    width:calc(50% - calc(30 / var(--font-size) * 1rem) - calc(42 / var(--font-size) * 1rem));
    position: absolute;
    top:calc(30 / var(--font-size) * 1rem);
    left:calc(50% - calc(10 / var(--font-size) * 1rem) + calc(47 / var(--font-size) * 1rem));
    margin-top: 0;
  }
  .maker-info__summary__list__item.--tel .maker-info__summary__list__item__body__text{
    font-size:calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    color:var(--main-color);
    line-height: 1;
    position: relative;
    top:calc(-4 / var(--font-size) * 1rem);
    font-family: "Cabin", sans-serif;
  }
  .maker-info__summary__list__item.--mail .maker-info__summary__list__item__body__text{
    font-family: "Cabin", sans-serif;
  }
  .--mail + .maker-info__summary__list__item.--form .maker-info__summary__list__item__body__text{
    font-family: "Cabin", sans-serif;
  }
  .maker-info__comment{
    padding-top: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(20 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
  }

  .hems-result.c-table{
    max-width:calc(1384 / var(--font-size) * 1rem) !important;
  }
}

@media all and (max-width: 767px), print {
  .hems-cushion-text-unit{
    padding-left: calc(40 / var(--font-size) * 1rem);
  }
  .detail-table-button{
    margin:0 auto;
  }
  .maker-info__summary{
    padding-top: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(20 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    width:100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap:calc(10 / var(--font-size) * 1rem);
    margin:0 auto;
  }
  .maker-info__summary__list{
    display: flex;
    flex-direction: column;
  }
  .maker-info__summary__list + .maker-info__summary__list{
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item{
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item:first-child{
    margin-top: 0;
  }
  .maker-info__summary__list__item__in{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
  }
  .maker-info__summary__list__item__header{
    text-align: center;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:calc(152 / var(--font-size) * 1rem);
    width:100%;
    height:calc(24 / var(--font-size) * 1rem);
    flex-shrink: 0;
  }
  .maker-info__summary__list__item__body{
    margin-top:calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item__header-text{
    background-color: var(--main-color);
    border-radius:calc(12 / var(--font-size) * 1rem);
    color:var(--color-white);
    font-size:calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
  }
  .maker-info__summary__list__item__body__text{
    font-size:calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    top:calc(-1 / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item__body__text:has(.maker-info__summary__list__item__body__label){
    display: flex;
    flex-direction: column;
  }
  .maker-info__summary__list__item__body__label{
    display: flex;
  }
  .maker-info__summary__list__item__body__label::before{
    content: "・";
  }
  .maker-info__box{
    background-color: var(--color-gray_100);
    padding:calc(16 / var(--font-size) * 1rem) calc(10 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
    border-radius:calc(10 / var(--font-size) * 1rem);
    display: flex;
    flex-direction: column;
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__box__header{
    text-align: center;
    width: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    border-bottom: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    padding-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .maker-info__box__header__text{
    font-size:calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    color:var(--main-color);
  }
  .maker-info__box__body{
    padding-top: calc(16 / var(--font-size) * 1rem);
    padding-left: calc(10 / var(--font-size) * 1rem);
    padding-right: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__box__body__text{
    font-size:calc(var(--text-size-s) / var(--font-size) * 1rem);
  }

  .maker-info__summary__list__item.--tel .maker-info__summary__list__item__body__text{
    font-size:calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    color:var(--main-color);
    line-height: 1;
    position: relative;
    top:calc(-4 / var(--font-size) * 1rem);
    font-family: "Cabin", sans-serif;
  }
  .maker-info__summary__list__item.--mail .maker-info__summary__list__item__body__text{
    font-family: "Cabin", sans-serif;
  }
  .--mail + .maker-info__summary__list__item.--form .maker-info__summary__list__item__body__text{
    font-family: "Cabin", sans-serif;
  }
  .maker-info__summary__list__item.--time .maker-info__summary__list__item__body__text{
    font-size:calc(var(--text-size-l) / var(--font-size) * 1rem);
  }
  .maker-info__summary__list__item.--tel{
    order:1;
  }
  .maker-info__summary__list__item.--time{
    order:2;
  }
  .maker-info__summary__list__item.--mail{
    order:3;
  }
  .maker-info__summary__list__item.--form{
    order:4;
  }

  .maker-info__comment{
    padding-top: calc(20 / var(--font-size) * 1rem);
    padding-bottom: calc(10 / var(--font-size) * 1rem);
    border-top:calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
  }

  .maker-info__box + .maker-info__comment{
    margin-top: calc(30 / var(--font-size) * 1rem);
  }

  .hems-result .c-table__component{
    width:calc(1384 / var(--font-size) * 1rem) !important;
  }
}


/* --------------------------------------------------------------------------
  hems-result-table
-------------------------------------------------------------------------- */
.hems-result-table {
  width: 100%;
}
.c-table__component {
  border: none;
  border-radius: 0;
  /* overflow: hidden !important; */
  }
.hems-result-table__thead {
}
.hems-result-table__tbody {
}
.hems-result-table__tr {
  display: flex;
}
.hems-result-table__th {
  padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--main-border-color);
  background-color: var(--main-table-bg-color);
  width: 100%;
}
.hems-result-table__th:nth-of-type(1) {
  border-top: 1px solid var(--main-border-color);
}
.hems-result-table__thead .hems-result-table__tr:nth-of-type(1) .hems-result-table__th {
  border-top: 1px solid var(--main-border-color);
}
.hems-result-table__th + .hems-result-table__th {
  border-left: var(--color-white) 1px solid;
}
.hems-result-table__td {
  padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--main-border-color);
  width: 100%;
}
.hems-result-table__tbody .hems-result-table__tr:nth-last-of-type(1) .hems-result-table__td {
  border-bottom: 1px solid var(--main-border-color);
}
.hems-result-table__tbody .hems-result-table__tr + .hems-result-table__tr .hems-result-table__td {
  border-top: 1px solid var(--main-border-color);
}

/* 個別 */
.hems-result-table__tr .hems-result-table__th:nth-of-type(1),
.hems-result-table__tr .hems-result-table__td:nth-of-type(1) {
  width: 14.5%;
}
.hems-result-table__thead .hems-result-table__tr:nth-of-type(1) .hems-result-table__th:nth-of-type(1) {
  border-top-left-radius: calc(20 / var(--font-size) * 1rem);
}
.hems-result-table__tbody .hems-result-table__tr:nth-last-of-type(1) .hems-result-table__td:nth-of-type(1) {
  border-bottom-left-radius: calc(20 / var(--font-size) * 1rem);
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(2),
.hems-result-table__tr .hems-result-table__td:nth-of-type(2) {
  width: 15%;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(3),
.hems-result-table__tr .hems-result-table__td:nth-of-type(3) {
  width: 12.5%;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(4),
.hems-result-table__tr .hems-result-table__td:nth-of-type(4) {
  width: 9%;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(5),
.hems-result-table__tr .hems-result-table__td:nth-of-type(5) {
  width: 14%;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(6),
.hems-result-table__tr .hems-result-table__td:nth-of-type(6) {
  width: 10%;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(7),
.hems-result-table__tr .hems-result-table__td:nth-of-type(7) {
  width: 12.5%;
}
.hems-result-table__td:nth-of-type(7) {
  border-right: 1px solid var(--main-border-color);
}
.hems-result-table__thead .hems-result-table__tr:nth-of-type(1) .hems-result-table__th:nth-of-type(7) {
  border-top-right-radius: calc(20 / var(--font-size) * 1rem);
}
.hems-result-table__tbody .hems-result-table__tr:nth-last-of-type(1) .hems-result-table__td:nth-of-type(7) {
  border-bottom-right-radius: calc(20 / var(--font-size) * 1rem);
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(8) {
  background: #FFE5A3;
}
.hems-result-table__tr .hems-result-table__th:nth-of-type(8),
.hems-result-table__tr .hems-result-table__td:nth-of-type(8) {
  width: 12.5%;
  margin-left: .5rem;
}
.hems-result-table__th:nth-of-type(8),
.hems-result-table__td:nth-of-type(8) {
  border-right: 1px solid var(--main-border-color);
}
.hems-result-table__thead .hems-result-table__tr .hems-result-table__th:nth-of-type(8) {
  border-left: 1px solid var(--main-border-color)!important;
}
.hems-result-table__thead .hems-result-table__tr:nth-of-type(1) .hems-result-table__th:nth-of-type(8) {
  border-top-left-radius: calc(20 / var(--font-size) * 1rem);
  border-top-right-radius: calc(20 / var(--font-size) * 1rem);
}
.hems-result-table__tbody .hems-result-table__tr:nth-last-of-type(1) .hems-result-table__td:nth-of-type(8) {
  border-bottom-left-radius: calc(20 / var(--font-size) * 1rem);
  border-bottom-right-radius: calc(20 / var(--font-size) * 1rem);
}
