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

sup {
  vertical-align: super;
}

/* ▼ 製品詳細ページ
----------------------------------------*/
.item {
  overflow: hidden;
  margin-bottom: 48px;
  max-width: 1440px;
}

.item_image {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .item_image {
    width: 50%;
  }
}

.itemSlider {
  width: 100%;
}
.itemSlider_main {
  position: relative;
  width: 100%;
}
.itemSlider_swiper {
  width: 100%;
  overflow: hidden;
}
.itemSlider_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #F4F6F7;
}
@media screen and (min-width: 768px), print {
  .itemSlider_image {
    border-radius: 0 20px 20px 0;
  }
}
.itemSlider_image::after {
  content: "";
  position: absolute;
  background: url(../img/icon_zoom.svg) no-repeat center/contain;
  bottom: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.itemSlider_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.itemSlider_caption {
  padding: 0 8px;
  font-size: var(--Caption-X-Small);
  color: var(--Object-Secondary);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.5em;
  overflow: hidden;
}
.itemSlider_thumbnail {
  width: 100%;
  padding: 8px 0 0 8px;
}
.itemSlider_thumbnail_swiper {
  width: 100%;
  overflow: visible;
}
.itemSlider_thumbnail_item {
  position: relative;
  border: 2px solid rgba(54, 55, 59, 0.12);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.itemSlider_thumbnail_item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(54, 55, 59, 0.12);
}
.itemSlider_thumbnail_item:hover {
  opacity: 0.7;
}
.itemSlider_thumbnail_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemSlider_thumbnail_swiper .swiper-slide-active .itemSlider_thumbnail_item {
  border: 2px solid var(--Brand-color-Primary);
}
.itemSlider_thumbnail_swiper .swiper-slide-active .itemSlider_thumbnail_item::after {
  content: none;
}
.itemSlider_thumbnail_swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.itemSlider_thumbnail_swiper .swiper-slide {
  width: auto;
  margin-right: 24px;
}
.itemSlider_thumbnail_swiper .swiper-slide:last-child {
  margin-right: 0;
}
.itemSlider_sliderModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.itemSlider_sliderModal.is_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itemSlider_sliderModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Background-Modal);
}
.itemSlider_sliderModal_container {
  position: relative;
  margin-top: 64px;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  background-color: var(--Background-Secondary);
  border-radius: 20px;
  padding: 60px 16px 40px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px), print {
  .itemSlider_sliderModal_container {
    margin-top: 120px;
    height: 80vh;
    padding: 60px 40px 40px;
  }
}
.itemSlider_sliderModal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.itemSlider_sliderModal_close svg {
  width: 24px;
  height: 24px;
}
.itemSlider_sliderModal_close svg path {
  stroke: var(--Object-Primary);
}
.itemSlider_sliderModal_swiper {
  width: 100%;
  height: 100%;
}
.itemSlider_sliderModal_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.itemSlider_sliderModal_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: calc(100% - 60px);
  -o-object-fit: contain;
     object-fit: contain;
}
.itemSlider_sliderModal_swiper .swiper-navigation-icon {
  display: none;
}
.itemSlider_sliderModal_swiper .swiper-button-prev,
.itemSlider_sliderModal_swiper .swiper-button-next {
  color: var(--Object-Primary);
  width: 50px;
  height: 50px;
  top: 30%;
}
@media screen and (min-width: 768px), print {
  .itemSlider_sliderModal_swiper .swiper-button-prev,
  .itemSlider_sliderModal_swiper .swiper-button-next {
    top: 50%;
  }
}
.itemSlider_sliderModal_swiper .swiper-button-prev::after,
.itemSlider_sliderModal_swiper .swiper-button-next::after {
  font-size: 24px;
}
.itemSlider_sliderModal_swiper .swiper-button-prev:hover,
.itemSlider_sliderModal_swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.itemSlider_sliderModal_swiper .swiper-button-prev {
  left: -16px;
}
@media screen and (min-width: 768px), print {
  .itemSlider_sliderModal_swiper .swiper-button-prev {
    left: 20px;
  }
}
.itemSlider_sliderModal_swiper .swiper-button-next {
  right: -16px;
}
@media screen and (min-width: 768px), print {
  .itemSlider_sliderModal_swiper .swiper-button-next {
    right: 20px;
  }
}
.itemSlider_sliderModal_caption {
  font-size: var(--Caption-X-Small);
  line-height: 1.4em;
  color: var(--Object-Secondary);
  max-width: 100%;
}

.item_content {
  width: 100%;
  padding: 0 16px;
  margin-top: 32px;
}
@media screen and (min-width: 768px), print {
  .item_content {
    max-width: 560px;
    margin-top: 0;
  }
}

.item_jmdn_code_text {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  letter-spacing: 0.03em;
  color: var(--Object-Secondary);
  width: 100%;
}

.item_title {
  font-weight: 500;
  font-size: var(--Heading-H1);
  letter-spacing: 0.05em;
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_title_reading {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_model_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_model_item {
  font-weight: 500;
  font-size: var(--Label-XX-Small);
  color: var(--Object-Secondary);
  vertical-align: center;
}
.item_model_item:not(:last-child)::after {
  content: "/";
  font-weight: 500;
  font-size: 12px;
  color: var(--Object-Secondary);
}

.item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .item_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 64px;
  }
}
.item_inner.no-img .item_image {
  display: none;
}
@media screen and (min-width: 768px), print {
  .item_inner.no-img .item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1288px;
    margin: 64px auto 0;
    gap: 48px;
  }
}
@media screen and (min-width: 768px), print {
  .item_inner.no-img .item_content_name_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.item_content_description_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
  padding: 32px 0px 0px;
  width: 100%;
}

.item_description_text {
  font-weight: 400;
  font-size: var(--body-medium-base);
  line-height: 1.6em;
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_price_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .item_price_section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.item_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.item_price_symbol {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_price_amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Heading-H4);
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_price_tax {
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Primary);
  vertical-align: center;
}

.item_price_button {
  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;
  padding: 4px 12px 6px;
  border: 1px solid var(--Line-Primary);
  border-radius: 100vmax;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 4px;
  max-width: 149px;
  width: 100%;
}
.item_price_button:hover {
  opacity: 0.8;
}
.item_price_button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-left: 1.5px solid #c7cad1;
  border-bottom: 1.5px solid #c7cad1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 2px;
}

.item_price_button_text {
  font-weight: 500;
  font-size: var(--Navigation-X-Small);
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: var(--Object-Primary);
  text-align: left;
  vertical-align: center;
}

.item_certification {
  padding: 12px 0px;
  border-top: 1px solid var(--Line-Primary);
  border-bottom: 1px solid var(--Line-Primary);
  font-size: var(--Label-XX-Small);
  color: var(--Object-Secondary);
}

.item_certification_text:not(:last-child)::after {
  content: "　／　";
}

.item_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.item_mark_image {
  width: auto;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ▼ 詳細記事共通
----------------------------------------*/
.txt_in_link {
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline !important;
}

.cv {
  background-color: var(--Background-Quaternary);
}
.cv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  .cv_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: var(--H-Gap-X-Large);
  }
}
.cv_item {
  width: 100%;
  display: block;
  font-size: var(--navigation-medium-base);
  font-weight: 500;
}
.cv_item_title {
  position: relative;
  padding-left: 32px;
  color: var(--Line-Primary-Reverse);
}
.cv_item_title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.cv_link {
  width: 100%;
  padding: var(--Padding-Button-Label-Small, 16px) var(--Padding-Button-Label-Small, 16px) 18px var(--Padding-Button-Label-Small, 16px);
  border-radius: var(--Corner-Radius-Circle);
  background: var(--btn-gradient);
  text-align: center;
  line-height: 100%; /* 15px */
  letter-spacing: 0.45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid var(--Background-Quaternary);
}
.cv_link:hover {
  opacity: 1;
  color: var(--Brand-color-Primary);
  border: 2px solid var(--Brand-color-Primary);
  background: var(--Object-Primary-Reverse);
}
.cv_link:hover .cv_item_title {
  color: var(--Brand-color-Primary);
  text-decoration: underline;
}
.cv_link.link_catalog .cv_item_title::before {
  background: url(../img/icon_catalog.svg) no-repeat center center;
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
}
.cv_link.link_catalog:hover .cv_item_title::before {
  -webkit-filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
          filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
}
.cv_link.link_estimate .cv_item_title::before {
  background: url(../img/icon_estimate.svg) no-repeat center center;
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
}
.cv_link.link_estimate:hover .cv_item_title::before {
  -webkit-filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
          filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
}
.cv_link.link_demo .cv_item_title::before {
  background: url(../img/icon_demo.svg) no-repeat center center;
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
}
.cv_link.link_demo:hover .cv_item_title::before {
  -webkit-filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
          filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
}
.cv_bottom {
  margin-top: 56px;
  padding: 32px 0;
}
@media screen and (min-width: 768px), print {
  .cv_bottom {
    margin-top: 80px;
    padding: 48px 96px;
  }
}
@media screen and (min-width: 768px), print {
  .cv_bottom .cv_list {
    padding: 0 0 32px 0;
  }
}
.cv_consultation {
  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;
  padding-top: 24px;
  border-top: 1px solid var(--Line-Primary);
}
.cv_consultation_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  padding-left: 32px;
}
.cv_consultation_button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_consultation.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cv_consultation_button:hover {
  opacity: 0.8;
}
.cv_consultation_text {
  font-weight: 500;
  font-size: var(--navigation-medium-base);
  line-height: 1em;
  letter-spacing: 0.03em;
}
.cv_consultation_note {
  text-align: center;
  font-size: var(--Label-X-Small);
  margin-top: 16px;
}

.lineup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.lineup_wrap .lineup_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  background-color: var(--Background-Secondary);
  border-radius: 20px;
  border: 1px solid var(--Background-Secondary);
}
.lineup_wrap .lineup_card:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
.lineup_wrap .lineup_card .lineup_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  line-height: 1.4em;
  color: var(--Object-Primary);
  margin: 0 0 4px 0;
}
.lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_model {
  font-weight: 500;
  font-size: var(--Label-XX-Small);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: var(--Object-Secondary);
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .lineup_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    flex-wrap: wrap;
  }
  .lineup_wrap .lineup_card {
    padding: 24px;
    width: calc(50% - 12px);
    border-radius: 30px;
  }
  .lineup_wrap .lineup_card .lineup_card_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
    max-width: 140px;
    height: auto;
  }
  .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 24px;
  }
  .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
    margin: 0 0 4px 0;
  }
}

.lineup_wrap_noimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
  pointer-events: none;
}
.lineup_wrap_noimg .lineup_noimg {
  display: block;
  width: 100%;
  padding: 16px;
  background-color: var(--Background-Secondary);
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
}
.lineup_wrap_noimg .lineup_noimg:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .lineup_wrap_noimg .lineup_noimg {
    width: calc(50% - 12px);
  }
}
.lineup_wrap_noimg .lineup_noimg .lineup_noimg_text .lineup_noimg_title {
  color: var(--Object-Disabled-on-Quaternary);
  font-weight: 500;
  font-size: var(--Heading-H6);
}
.lineup_wrap_noimg .lineup_noimg .lineup_noimg_text .lineup_noimg_model {
  color: var(--Object-Disabled-on-Quaternary);
  font-weight: 500;
  font-size: var(--Label-XX-Small);
}

.parts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .parts_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px 48px;
  }
}
.parts_wrap .parts_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  .parts_wrap .parts_item {
    width: calc(50% - 24px);
  }
}
.parts_wrap .parts_item .parts_item_image {
  aspect-ratio: 3/2;
  background-color: var(--Background-Secondary);
  border-radius: 20px;
  overflow: hidden;
}
.parts_wrap .parts_item .parts_item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parts_wrap .parts_item .parts_item_video {
  position: relative;
  aspect-ratio: 16/9;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 36, 38, 0.15)), to(rgba(34, 36, 38, 0.15))), var(--Object-Primary-Reverse, #FFF);
  background: linear-gradient(0deg, rgba(34, 36, 38, 0.15) 0%, rgba(34, 36, 38, 0.15) 100%), var(--Object-Primary-Reverse, #FFF);
  border-radius: 20px;
  overflow: hidden;
}
.parts_wrap .parts_item .parts_item_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parts_wrap .parts_item .parts_item_video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: url(../img/icon_play.png) no-repeat center/contain;
}
.parts_wrap .parts_item .parts_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.parts_wrap .parts_item .parts_item_text .parts_item_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
}
.parts_wrap .parts_item .parts_item_text .parts_item_body {
  line-height: 1.6em;
  text-align: justify;
}
.parts_wrap .parts_item .parts_item_text .parts_item_caption {
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
@media screen and (min-width: 768px), print {
  .parts_wrap.col1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .parts_wrap.col1 .parts_item {
    max-width: 600px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 24px;
  }
  .parts_wrap.col2 .parts_item {
    width: calc(50% - 24px);
  }
  .parts_wrap.col3 .parts_item {
    max-width: calc(33.33% - 32px);
    width: 100%;
  }
  .parts_wrap.parts_left .parts_item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
  .parts_wrap.parts_left .parts_item .parts_item_image {
    width: 50%;
  }
  .parts_wrap.parts_left .parts_item .parts_item_video {
    width: 50%;
  }
  .parts_wrap.parts_left .parts_item .parts_item_text {
    width: 50%;
  }
  .parts_wrap.parts_center .parts_item {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 32px;
  }
}
.parts_wrap.parts_right .parts_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px), print {
  .parts_wrap.parts_right .parts_item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
  }
}
@media screen and (min-width: 768px), print {
  .parts_wrap.parts_right .parts_item_image {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .parts_wrap.parts_right .parts_item_video {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .parts_wrap.parts_right .parts_item_text {
    width: 50%;
  }
}

.applicable {
  background-color: var(--Background-Secondary);
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .applicable {
    padding: 32px;
    max-width: 1232px;
    margin: 0 auto 32px;
    padding: 0 16px;
  }
}
.applicable_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.applicable_title {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: var(--Heading-H4);
}
.applicable_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 25px;
  background-color: var(--Brand-color-Primary);
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.applicable_row {
  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-bottom: 16px;
  border-bottom: 1px solid var(--Line-Primary);
}
@media screen and (min-width: 768px), print {
  .applicable_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}
.applicable_row_last {
  border-bottom: none;
  padding-bottom: 0;
}
.applicable_label {
  font-weight: 500;
  font-size: var(--Label-Medium);
  line-height: 1.4em;
}
@media screen and (min-width: 768px), print {
  .applicable_label {
    width: 268px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.applicable_text {
  line-height: 1.4em;
}
@media screen and (min-width: 768px), print {
  .applicable_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.app_download_btn .gradient_btn {
  max-width: 276px;
  margin: 24px 0;
}
@media screen and (min-width: 768px), print {
  .app_download_btn .gradient_btn {
    margin: 32px 0;
  }
}
.app_download_btn a[target=_blank]::after {
  -webkit-transform: translateY(0%) rotate(-45deg);
          transform: translateY(0%) rotate(-45deg);
}

.specification_inner {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 16px;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px), print {
  .specification_inner {
    width: 100%;
    max-width: 1232px;
  }
}
.specification_inner.mb16 {
  margin-bottom: 16px;
}

.specification_inner_nopd {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px), print {
  .specification_inner_nopd {
    width: 100%;
    max-width: 1232px;
  }
}

.specification_table {
  border-collapse: collapse;
  border-top: 1px solid var(--Line-Primary);
  min-width: 1232px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .specification_table {
    min-width: auto;
    padding: 0 16px;
  }
}
.specification_table thead tr th.specification_th_primary {
  background-color: #B8C4CC;
  border: 1px solid var(--Line-Primary);
  padding: 16px;
  font-weight: 500;
  font-size: var(--Label-Medium);
  color: #fff;
  vertical-align: middle;
}
.specification_table thead tr th.specification_th_primary:first-child {
  width: 300px;
}
.specification_table tbody tr th.specification_th_secondary {
  background-color: var(--Background-Tertiary);
  border: 1px solid var(--Line-Primary);
  padding: 16px;
  font-weight: 500;
  font-size: var(--Label-Medium);
  vertical-align: middle;
  width: 300px;
}
.specification_table tbody tr td.specification_td {
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  padding: 16px;
  font-size: var(--Label-Medium);
  vertical-align: middle;
}
.specification_table tbody tr td.specification_price {
  font-weight: 700;
}

.combining .specification_table {
  table-layout: fixed;
}
.combining .specification_table thead tr th.specification_th_primary:first-child {
  width: 240px;
}
.combining .specification_table thead tr th.specification_th_primary:not(:first-child) {
  width: calc((100% - 240px) / 6);
}
.combining .specification_table tbody tr th.specification_th_secondary {
  width: 240px;
}
.combining .specification_table tbody tr td.specification_td {
  width: calc((100% - 240px) / 6);
}

.consumables .specification_table {
  table-layout: fixed;
}
.consumables .specification_table thead tr th.specification_th_primary:first-child {
  width: 120px;
}
.consumables .specification_table thead tr th.specification_th_primary:not(:first-child) {
  width: calc((100% - 120px) / 4);
}
.consumables .specification_table tbody tr th.specification_th_secondary {
  width: 120px;
}
.consumables .specification_table tbody tr td.specification_td {
  width: calc((100% - 120px) / 4);
}

.consumables_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px), print {
  .consumables_img {
    max-width: 1232px;
    margin: 0 auto 32px;
    padding: 0 16px;
  }
}
.consumables_img_item {
  position: relative;
  width: calc((100% - 16px) / 3);
  aspect-ratio: 149/112;
  border: 1px solid var(--Line-Primary);
}
@media screen and (min-width: 768px), print {
  .consumables_img_item {
    width: calc((100% - 56px) / 8);
  }
}
.consumables_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.consumables_img_item_num {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-Medium);
  z-index: 1;
}

.color_variation {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px), print {
  .color_variation {
    max-width: 60%;
  }
}
.color_variation_item {
  padding: 16px;
  background-color: var(--Background-Secondary);
  border-radius: 10px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .color_variation_item {
    width: auto;
  }
}
.color_variation_text {
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1.4em;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--Line-Icon-Primary);
}

.download_inner {
  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 {
  .download_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.download_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  background-color: var(--Background-Secondary);
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .download_card {
    width: calc((100% - 48px) / 3);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 24px;
  }
}
.download_card_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
  line-height: 1.4em;
  margin: 0;
}
.download_card_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px), print {
  .download_card_buttons {
    gap: 14px;
  }
}
.download_button {
  padding: 8px 16px;
  width: calc((100% - 16px) / 3);
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Line-Primary);
  border-radius: 100vmax;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--Navigation-X-Small);
  color: var(--Brand-color-Primary) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .download_button {
    max-width: 102px;
    width: 100%;
  }
}
.download_button_text {
  position: relative;
  padding-right: 20px;
}
.download_button.btn_download .download_button_text::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/icon_download.svg);
  -webkit-filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
          filter: invert(49%) sepia(84%) saturate(2775%) hue-rotate(177deg) brightness(100%) contrast(92%);
}
.download_button:hover {
  background: var(--btn-gradient);
  opacity: 1;
  color: var(--Object-Primary-Reverse) !important;
}
.download_button:hover .download_button_text::after {
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(208deg) brightness(101%) contrast(101%);
}
.download_button_icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.digital_catalog_link {
  text-align: right;
}

.related_products_wrap {
  margin-bottom: 32px;
  padding-left: 16px;
}
@media screen and (min-width: 768px), print {
  .related_products_wrap {
    max-width: 1232px;
    margin: 0 auto 32px;
    overflow: hidden;
    padding: 0 0 0 16px;
  }
}
.related_products_wrap .related_products_swiper {
  overflow: visible;
}
.related_products_wrap .related_products_swiper .swiper-wrapper {
  margin-bottom: 32px;
}
.related_products_wrap .related_products_swiper .swiper-slide {
  height: auto;
}
.related_products_wrap .layout_card {
  max-width: 300px;
}
.related_products_wrap .related_products_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
  padding-right: 16px;
}
@media screen and (min-width: 768px), print {
  .related_products_wrap .related_products_navigation {
    max-width: 1232px;
    padding-right: 0;
    padding: 0 16px 0 0;
  }
}
.related_products_wrap .related_products_progress {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: var(--Line-Primary);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.related_products_wrap .related_products_progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--Brand-color-Primary);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.related_products_wrap .related_products_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.related_products_wrap .related_products_button {
  width: auto;
  height: auto;
  padding: 4px 16px;
  background-color: var(--Background-Secondary);
  border: 1px solid var(--Brand-color-Primary);
  border-radius: 100vmax;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.related_products_wrap .related_products_button:hover {
  opacity: 0.8;
}
.related_products_wrap .related_products_button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.related_products_wrap .related_products_button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_chevron_bl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.related_products_wrap .related_products_button_next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.related_products_wrap .related_products_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 32px;
  padding-right: 16px;
}
@media screen and (min-width: 768px), print {
  .related_products_wrap .related_products_link {
    max-width: 1232px;
    margin: 32px auto 0;
    padding-right: 0;
    padding: 0 0 0 16px;
  }
}

.banner_area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  .banner_area_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
}
.banner_area_item {
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .banner_area_item {
    width: calc(50% - 24px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.banner_area_item:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
.banner_area_item img {
  -o-object-fit: cover;
     object-fit: cover;
}

.related-link .related_link_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
@media screen and (min-width: 768px), print {
  .related-link .related_link_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.related-link .related_link_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .related-link .related_link_card {
    width: 384px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.related-link .related_link_card_image {
  aspect-ratio: 3/2;
  background-color: var(--Background-Primary);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}
.related-link .related_link_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.related-link .related_link_card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.related-link .related_link_card_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  line-height: 1em;
  letter-spacing: 0.05em;
  color: var(--Object-Secondary);
}
.related-link .related_link_card_date.new::before {
  content: "NEW";
  margin-right: 16px;
  color: var(--Brand-color-Primary);
}
.related-link .related_link_card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.related-link .related_link_card_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.related-link .related_link_card_tag {
  padding: 1px 12px 4px;
  background-color: var(--Background-Tertiary);
  border-radius: 100vmax;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
.related-link .related_link_card_title {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-link .related_link_card:hover {
  opacity: 1;
}
.related-link .related_link_card:hover .related_link_card_title {
  color: var(--Brand-color-Primary);
}
.related-link .related_link_card_hashtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.related-link .related_link_card_hashtag {
  color: var(--Object-Secondary);
  font-size: var(--Label-X-Small);
  font-weight: 500;
}

/* ▼ 詳細ページ共通
----------------------------------------*/
.index {
  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;
  padding: 24px 16px;
  margin-bottom: 24px;
  border-radius: 4px;
  background: var(--Background-Primary-Base);
}
@media screen and (min-width: 768px), print {
  .index {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    padding: 24px 32px 24px;
  }
}
.index_title {
  font-weight: 500;
  font-size: var(--Heading-H4);
}
@media screen and (min-width: 768px), print {
  .index_title {
    width: 80px;
  }
}
.index_list {
  width: 100%;
}
.index_list_item {
  display: block;
  font-size: var(--List-Medium);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Line-Primary);
  margin-bottom: 8px;
}
.index_list_item:hover {
  color: var(--Brand-color-Primary);
  opacity: 1;
}

.content_line {
  width: 100%;
  height: 1px;
  background-color: var(--Line-Primary);
  margin: 48px 0;
}

.txt_link_pdf {
  margin-bottom: 24px;
}
.txt_link_pdf_link {
  display: inline-block;
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline !important;
}
.txt_link_pdf_link::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
          filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
}

.txt_link {
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline !important;
  margin-bottom: 24px;
}
.txt_link:hover {
  text-decoration: underline;
}

.txt_link_out {
  margin-bottom: 24px;
}
.txt_link_out_link {
  display: block;
}
.txt_link_out_link::after {
  content: "";
  display: inline-block;
  padding-left: 8px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_arrow_outward.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
          filter: invert(74%) sepia(54%) saturate(7484%) hue-rotate(176deg) brightness(98%) contrast(95%);
}

.name_area {
  border-radius: 10px;
  padding: 24px;
  background: var(--Background-Primary-Base);
  margin-bottom: 24px;
  font-size: var(--Heading-H6);
  font-weight: 500;
}

.name_area_name {
  font-weight: 500;
}

.profile_area {
  margin-bottom: 24px;
  padding: var(--Padding-Unique-Medium);
  background-color: var(--Background-Primary);
  border-radius: 10px;
  width: 100%;
}
.profile_area.parts_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (min-width: 768px), print {
  .profile_area.parts_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.profile_wrap {
  width: 100%;
}
.profile_wrap .profile_title {
  font-weight: 500;
  font-size: var(--Heading-H6);
  border-bottom: 1px solid var(--Line-Primary);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.profile_wrap .profile_text {
  line-height: 1.6em;
  margin-bottom: 8px;
}
.profile_wrap .profile_link {
  display: inline-block;
  color: var(--Brand-color-Primary) !important;
}
.profile_wrap .profile_link:hover {
  text-decoration: underline;
}

.profile_image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--Background-Primary);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .profile_image {
    max-width: 227px;
  }
}
.profile_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.data_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 32px;
  background: var(--Object-Primary-Reverse);
  border-radius: 24px;
}
.data_wrap p a {
  color: var(--Brand-color-Primary) !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 768px), print {
  .data_wrap {
    padding: 32px 60px;
  }
}
.data_wrap .list_dot {
  margin-bottom: 0;
}
.data_wrap .txt_link {
  margin-bottom: 8px;
}
.data_wrap .txt_link.txt_link_pdf::after {
  content: "（PDF）";
}
.data_wrap .txt_link.txt_link_out::after {
  content: "（外部リンク）";
}

.share {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px), print {
  .share {
    padding: 0;
  }
}
.share_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  .share_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.share_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--Object-Primary-Reverse);
  border-radius: 20px;
}
.share_icon_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.share_icon_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  .btn_wrap {
    margin-bottom: 80px;
  }
}
.btn_wrap .gradient_btn {
  margin: 0 auto;
}

/* ▼ 製品詳細以外の共通css
----------------------------------------*/
#news .cv, #seminar .cv, #exhibition-seminar .cv {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px), print {
  #news .cv, #seminar .cv, #exhibition-seminar .cv {
    margin-bottom: 80px;
  }
}
#news .cv .cv_list_seminar, #seminar .cv .cv_list_seminar, #exhibition-seminar .cv .cv_list_seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 0;
}
@media screen and (min-width: 768px), print {
  #news .cv .cv_list_seminar, #seminar .cv .cv_list_seminar, #exhibition-seminar .cv .cv_list_seminar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
  }
}
#news .cv .cv_item_seminar, #seminar .cv .cv_item_seminar, #exhibition-seminar .cv .cv_item_seminar {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #news .cv .cv_item_seminar, #seminar .cv .cv_item_seminar, #exhibition-seminar .cv .cv_item_seminar {
    max-width: 276px;
  }
}
#news .cv .gradient_btn, #seminar .cv .gradient_btn, #exhibition-seminar .cv .gradient_btn {
  border: 2px solid var(--Background-Quaternary);
  max-width: 100%;
}
@media screen and (min-width: 768px), print {
  #news .cv .gradient_btn, #seminar .cv .gradient_btn, #exhibition-seminar .cv .gradient_btn {
    max-width: 276px;
  }
}
#news .cv .gradient_btn:hover, #seminar .cv .gradient_btn:hover, #exhibition-seminar .cv .gradient_btn:hover {
  border: 2px solid var(--Brand-color-Primary);
}

/* ▼ お知らせ詳細ページ
----------------------------------------*/
#news .parts_wrap {
  margin-bottom: 24px;
}
#news .parts_wrap .parts_item .parts_item_image {
  background-color: var(--Background-Primary);
}
#news .parts_wrap .parts_item .parts_item_caption {
  font-size: var(--Caption-X-Small);
}
#news .container_news_ttl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
#news .container_news_content {
  max-width: 880px;
  margin: 0 auto;
}
#news .news_ttl {
  width: 100%;
  margin: 36px 0 32px;
}
@media screen and (min-width: 768px), print {
  #news .news_ttl {
    margin: 80px 0 60px;
  }
}
#news .news_ttl_header {
  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;
}
#news .news_ttl_category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#news .news_ttl_category {
  padding: 1px 12px 4px;
  border-radius: 999px;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
#news .news_ttl_date_wrap {
  padding: 0 0 0 16px;
  border-left: 1px solid var(--Line-Primary);
}
#news .news_ttl_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Object-Secondary);
}
#news .news_ttl_title {
  font-weight: 500;
  font-size: var(--Heading-H1);
  color: var(--Object-Primary);
  width: 100%;
}
#news .news_content {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 32px 16px;
  border-radius: 24px;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  #news .news_content {
    padding: 60px;
  }
}
#news .lineup_wrap .lineup_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
}
#news .lineup_wrap .lineup_card:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
#news .lineup_wrap .lineup_card .lineup_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
#news .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
  max-width: 140px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
#news .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
#news .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
  font-size: var(--Heading-H4);
}
#news .news_related {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  #news .news_related {
    padding: 0;
  }
}
#news .news_related .related_link_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #news .news_related .related_link_card {
    width: calc(33.333% - 21.333px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* ▼ セミナー、学会展示会詳細ページ
----------------------------------------*/
#seminar .parts_wrap {
  margin-bottom: 24px;
}
#seminar .parts_wrap .parts_item .parts_item_image {
  background-color: var(--Background-Primary);
}
#seminar .parts_wrap .parts_item .parts_item_caption {
  font-size: var(--Caption-X-Small);
}
#seminar .container_seminar_ttl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
#seminar .container_seminar_content {
  max-width: 880px;
  margin: 0 auto;
}
#seminar .seminar_ttl {
  width: 100%;
  margin: 36px 0 32px;
}
@media screen and (min-width: 768px), print {
  #seminar .seminar_ttl {
    margin: 80px 0 60px;
  }
}
#seminar .seminar_ttl_header {
  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;
}
#seminar .seminar_ttl_category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#seminar .seminar_ttl_category {
  padding: 1px 12px 4px;
  border-radius: 999px;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
#seminar .seminar_ttl_date_wrap {
  padding: 0 0 0 16px;
  border-left: 1px solid var(--Line-Primary);
}
#seminar .seminar_ttl_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Object-Secondary);
}
#seminar .seminar_ttl_title {
  font-weight: 500;
  font-size: var(--Heading-H1);
  color: var(--Object-Primary);
  width: 100%;
}
#seminar .seminar_content {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 32px 16px;
  border-radius: 24px;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  #seminar .seminar_content {
    padding: 60px;
  }
}
#seminar .lineup_wrap .lineup_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
}
#seminar .lineup_wrap .lineup_card:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
#seminar .lineup_wrap .lineup_card .lineup_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
#seminar .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
  max-width: 140px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
#seminar .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#seminar .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
#seminar .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
  font-size: var(--Heading-H4);
}
#seminar .seminar_related {
  width: 100%;
  max-width: 1000px;
  margin: 48px auto 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  #seminar .seminar_related {
    padding: 0;
    margin: 80px auto 32px;
  }
}
#seminar .seminar_related .related_link_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #seminar .seminar_related .related_link_card {
    width: calc(33.333% - 21.333px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* ▼ 導入事例詳細ページ
----------------------------------------*/
#case-study .container_case_ttl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  #case-study .container_case_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#case-study .container_case_ttl .case_thumbnail {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #case-study .container_case_ttl .case_thumbnail {
    max-width: 270px;
  }
}
#case-study .container_case_ttl .case_thumbnail img {
  width: 100%;
  border-radius: 20px;
}
#case-study .container_case_content {
  max-width: 880px;
  margin: 0 auto;
}
#case-study .case_ttl {
  width: 100%;
  margin: 36px 0 32px;
}
@media screen and (min-width: 768px), print {
  #case-study .case_ttl {
    margin: 80px 0 32px;
  }
}
#case-study .case_ttl_date_wrap {
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-XX-Small);
  color: var(--Object-Secondary);
}
#case-study .case_ttl_facility_tag {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
#case-study .case_ttl_facility_tag::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_facility.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#case-study .case_ttl_title {
  font-weight: 500;
  font-size: var(--Heading-H2);
  color: var(--Object-Primary);
  width: 100%;
  margin-bottom: 16px;
}
#case-study .case_ttl_facility_name {
  font-size: var(--List-Medium);
  font-weight: 500;
  margin-bottom: 16px;
}
#case-study .case_ttl_tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#case-study .case_ttl_tag {
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
#case-study .column_content {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 32px 16px;
  border-radius: 24px;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  #case-study .column_content {
    padding: 60px;
  }
}
#case-study .lineup_wrap .lineup_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
}
#case-study .lineup_wrap .lineup_card:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
#case-study .lineup_wrap .lineup_card .lineup_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
#case-study .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
  max-width: 140px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
#case-study .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-study .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
#case-study .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
  font-size: var(--Heading-H4);
}
#case-study .news_related {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  #case-study .news_related {
    padding: 0;
  }
}
#case-study .news_related .related_link_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #case-study .news_related .related_link_card {
    width: calc(33.333% - 21.333px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

/* ▼ コラム詳細ページ
----------------------------------------*/
#knowledge .container_column_ttl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px), print {
  #knowledge .container_column_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#knowledge .container_column_ttl .column_thumbnail {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #knowledge .container_column_ttl .column_thumbnail {
    max-width: 270px;
  }
}
#knowledge .container_column_ttl .column_thumbnail img {
  width: 100%;
}
#knowledge .container_column_content {
  max-width: 880px;
  margin: 0 auto;
}
#knowledge .column_ttl {
  width: 100%;
  margin: 36px 0 32px;
}
@media screen and (min-width: 768px), print {
  #knowledge .column_ttl {
    margin: 80px 0 32px;
  }
}
#knowledge .column_ttl_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px;
}
#knowledge .column_ttl_date_wrap {
  padding: 0 16px 0 0;
  border-right: 1px solid var(--Line-Primary);
}
#knowledge .column_ttl_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: var(--Label-Small);
  color: var(--Object-Secondary);
}
#knowledge .column_ttl_category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#knowledge .column_ttl_category {
  padding: 1px 12px 4px;
  border-radius: 100vmax;
  background: var(--Background-Tertiary);
  font-weight: 500;
  font-size: var(--Label-X-Small);
  color: var(--Object-Secondary);
}
#knowledge .column_ttl_title {
  font-weight: 500;
  font-size: var(--Heading-H2);
  color: var(--Object-Primary);
  width: 100%;
}
#knowledge .column_content {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 32px 16px;
  border-radius: 24px;
  background: var(--Object-Primary-Reverse);
}
@media screen and (min-width: 768px), print {
  #knowledge .column_content {
    padding: 60px;
  }
}
#knowledge .lineup_wrap .lineup_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--Line-Primary);
}
#knowledge .lineup_wrap .lineup_card:hover {
  border: 1px solid var(--Brand-color-Primary);
  opacity: 1;
}
#knowledge .lineup_wrap .lineup_card .lineup_card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
}
#knowledge .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image {
  max-width: 140px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
#knowledge .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#knowledge .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}
#knowledge .lineup_wrap .lineup_card .lineup_card_inner .lineup_card_info .lineup_card_info_text .lineup_card_title {
  font-size: var(--Heading-H4);
}
#knowledge .news_related {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media screen and (min-width: 768px), print {
  #knowledge .news_related {
    padding: 0;
  }
}
#knowledge .news_related .related_link_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #knowledge .news_related .related_link_card {
    width: calc(33.333% - 21.333px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}