@charset "UTF-8";
#main {
  overflow: visible;
}

/* ▼▼▼ 製品情報 一覧
======================================================*/
@media screen and (min-width: 768px), print {
  .product_care #main, .product_medical #main, .product_rehabilitation #main {
    position: relative;
    z-index: 1;
  }
  .product_care #main::before, .product_medical #main::before, .product_rehabilitation #main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 327px;
    height: 446px;
    z-index: -1;
  }
}

@media screen and (min-width: 768px), print {
  .product_care #main::before {
    background: url(../img/product/bg_care.png) no-repeat center/contain;
  }
}

@media screen and (min-width: 768px), print {
  .product_medical #main::before, .product_rehabilitation #main::before {
    background: url(../img/product/bg_reha.png) no-repeat center/contain;
  }
}

.ttl_wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .ttl_wrap {
    margin-top: 60px;
  }
}

.product_wrap {
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .product_wrap {
    margin-top: 60px;
  }
}

.category_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.category_search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(../img/icon_list.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.category_search_text {
  font-weight: 500;
  font-size: var(--Heading-H5);
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px), print {
  .tab_list {
    max-width: 1200px;
    margin: 0 auto 4px;
  }
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 16px 10px;
  width: 50%;
  cursor: pointer;
  border-radius: 20px 20px 0px 0px;
  background: var(--Background-Quaternary);
  font-weight: 500;
  font-size: var(--Heading-H6);
  text-align: center;
  color: var(--Object-Disabled);
}
@media screen and (min-width: 768px), print {
  .tab {
    padding: 24px 32px;
    height: 77px;
  }
}
.tab.active {
  background: var(--Background-Secondary);
  color: var(--Object-Primary);
}
.tab a {
  display: block;
  width: 100%;
  height: 100%;
}

.tab_article:not(.active) {
  display: none;
}

.tag_wrap {
  padding: 16px;
  background: var(--Background-Secondary);
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .tag_wrap {
    padding: 32px;
    max-width: 1200px;
    border-radius: 0px 0px 20px 20px;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 768px), print {
  .tag_wrap.care_tag {
    border-radius: 20px;
  }
}
.tag_wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.tag_wrap_inner.tag_all {
  padding-bottom: 8px;
}
.tag_wrap_inner.tag_second {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Line-Primary);
}
@media screen and (min-width: 768px), print {
  .tag_wrap_inner.tag_second {
    padding-bottom: 24px;
  }
}
.tag_wrap_inner.tag_third {
  padding-top: 16px;
}
@media screen and (min-width: 768px), print {
  .tag_wrap_inner.tag_third {
    padding-top: 24px;
  }
}
.tag_wrap .category_tag {
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  text-align: center;
  background: var(--Background-Tertiary);
  color: var(--Object-Secondary);
}
.tag_wrap .category_tag_primary {
  background: var(--Brand-color-Primary);
  color: var(--Object-Primary-Reverse);
}

.pick_up {
  width: 100%;
  margin-bottom: 60px;
}
.pick_up_inner {
  padding: 32px 16PX;
  background: var(--Background-Quaternary);
  border-radius: 40px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pick_up_inner {
    padding: 40px;
  }
}
.pick_up_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}
.pick_up_title_line {
  width: 12px;
  height: 2px;
  background: var(--Brand-color-Primary);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pick_up_title_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Heading-H4);
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: var(--Brand-color-Primary);
  margin: 0;
}
.pick_up_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pick_up_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px), print {
  .pick_up_grid .layout_card {
    width: calc(33.33% - 24px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.layout_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  background-color: var(--Background-Secondary);
  border-radius: 30px;
  border: 1px solid transparent;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.layout_card_image {
  position: relative;
}
.layout_card_image_inner {
  position: relative;
  width: 100%;
  aspect-ratio: 268/178;
  border-radius: 20px;
  border: 1px solid var(--Line-Tertiary, #EDF2F6);
  background-color: var(--Background-Primary);
  overflow: hidden;
}
.layout_card_image_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.layout_card_tag {
  display: inline-block;
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  margin: 0 8px 8px 0;
}
.layout_card_title {
  font-weight: 500;
  font-size: var(--Heading-H6);
  margin-bottom: 4px;
}
.layout_card_title.font-h4 {
  font-size: var(--Heading-H4);
}
.layout_card_model {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
  margin-bottom: 8px;
}
.layout_card_commonname {
  color: var(--Object-Disabled);
  font-size: var(--Label-X-Small);
  font-weight: 500;
  margin-bottom: 8px;
}
.layout_card_description {
  font-weight: 400;
  font-size: var(--Caption-X-Small);
  color: var(--Object-Secondary);
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.layout_card .arrow_btn {
  max-width: 48px;
  width: 100%;
  margin: 0 0 0 auto;
}
.layout_card:hover {
  opacity: 1;
  border: 1px solid var(--Brand-color-Primary);
}
.layout_card:hover .layout_card_title {
  color: var(--Brand-color-Primary);
}
.layout_card:hover .layout_card_title .hover_line {
  position: relative;
}
.layout_card:hover .layout_card_title .hover_line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--Brand-color-Primary);
  -webkit-animation: drawLine 0.3s ease forwards;
          animation: drawLine 0.3s ease forwards;
}

.product_list {
  width: 100%;
  margin-bottom: 60px;
}
.product_list_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media screen and (min-width: 768px), print {
  .product_list_inner {
    grid-template-columns: repeat(3, 1fr);
  }
}