@charset "UTF-8";
/*
|---------------------------------------------------------------
| fs-product-contents.css
|---------------------------------------------------------------
*/
:root {
  --mbs-pd-content-font-size-base: var(--mbs-pd-font-size-base, 15px);
}

.mbs-pd *[data-corp-desc]:not(.js--active),
.mbs-pd *[data-corp-spec]:not(.js--active),
.mbs-pd *[data-corp-tech]:not(.js--active) {
  display: none;
}

/*
 * 動画
------------------------------------------------*/
.mbs-pd-videos:not(.js--hasContents) {
  display: none;
}

.mbs-pd-video {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  font-size: var(--mbs-pd-content-font-size-base, 15px);
}
@media (min-width: 750.02px) {
  .mbs-pd-video {
    grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
    gap: var(--mbs-pd-layout-gap, 30px);
  }
}
.mbs-pd-video > iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 570/427.5;
}

/*
 * スペック
------------------------------------------------*/
.mbs-pd-specs:not(.js--hasContents) {
  display: none;
}

.mbs-pd-spec {
  width: 100%;
  font-size: var(--mbs-pd-content-font-size-base, 15px);
  font-weight: 500;
  line-height: 1.75;
}
.mbs-pd-spec dl {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.mbs-pd-spec dl dt {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  max-width: 50%;
}
.mbs-pd-spec dl dd {
  margin: 0;
  padding: 0;
}

.mbs-pd-spec-series:not(.js--hasContents) {
  display: none;
}
.mbs-pd-spec-series a {
  color: inherit;
  text-decoration: underline;
}

/*
 * 商品説明
------------------------------------------------*/
.mbs-pd-descriptions:not(.js--hasContents) {
  display: none;
}

.mbs-pd-description {
  width: 100%;
  margin: 0;
  font-size: var(--mbs-pd-content-font-size-base, 15px);
  line-height: 1.75;
  position: relative;
}
.mbs-pd-description__content {
  display: block;
  width: 100%;
}
.mbs-pd-description__content p {
  margin: 0 0 1.5em;
}
.mbs-pd-description__content > *:last-child {
  margin-bottom: 0;
}
.mbs-pd-description__more {
  display: none;
  width: 100%;
}
@media (max-width: 750px) {
  .mbs-pd-description:not(.js--opened) .mbs-pd-description__content {
    overflow: hidden;
    max-height: 22em;
    position: relative;
  }
  .mbs-pd-description:not(.js--opened) .mbs-pd-description__content::after {
    content: "";
    display: block;
    width: 100%;
    height: min(100%, 12.25em);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
  }
  .mbs-pd-description.js--hasMore .mbs-pd-description__more {
    display: block;
  }
  .mbs-pd-description.js--opened .mbs-pd-description__more {
    display: none;
  }
}

.mbs-pd-description-more {
  width: 100%;
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.mbs-pd-description-more::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%;
  background-position: center;
  flex-shrink: 0;
  margin-left: 0.5em;
}

/*
 * テクノロジー
------------------------------------------------*/
.mbs-pd-technologies {
  --mbs-section-gap: 15px;
  --mbs-title-align: left;
  --mbs-title-margin-bottom: 15px;
}
@media (min-width: 750.02px) {
  .mbs-pd-technologies {
    --mbs-section-gap: 40px;
    --mbs-title-align: center;
    --mbs-title-margin-bottom: 1.5em;
  }
}
.mbs-pd-technologies:not(.js--hasContents) {
  display: none;
}

.mbs-pd-technology {
  display: block;
}
.mbs-pd-technology__content {
  /*  */
}
.mbs-pd-technology *[data-corp-tech] {
  display: none;
}
.mbs-pd-technology section {
  width: 100%;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: var(--mbs-section-gap);
}
.mbs-pd-technology section > .tech_text {
  padding: 20px 0;
}
.mbs-pd-technology section > .tech_img {
  order: -1;
}
@media (min-width: 750.02px) {
  .mbs-pd-technology section {
    border: 1px solid #dddddd;
    padding: 29px 29px 79px;
    display: grid;
    grid-template-columns: 50% minmax(0, 1fr); /* 570px */
    align-items: center;
  }
  .mbs-pd-technology section > .tech_img {
    align-self: flex-start;
  }
}

/*--------------- Swiper ---------------*/
.mbs-pd-technology {
  --swiper-pagination-bullet-width: clamp(15px, 2vw, 20px);
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-color: #000000;
  --swiper-pagination-bullet-inactive-color: #cccccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.mbs-pd-technology:not(.swiper-initialized) .mbs-pd-technology__content {
  display: flex;
  flex-direction: column;
  gap: var(--mbs-section-gap);
}
.mbs-pd-technology .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(15px, 2vw, 20px);
}
@media (min-width: 750.02px) {
  .mbs-pd-technology .swiper-pagination {
    bottom: 40px;
  }
}
.mbs-pd-technology .swiper-pagination-bullet {
  display: block;
  margin: 0;
  flex-shrink: 0;
  border-radius: 0;
}

/*--------------- 旧命名を維持 ---------------*/
.mbs-pd-technology .tech_text:not(p) {
  font-size: var(--mbs-pd-content-font-size-base, 1em);
  line-height: 1.75;
}
.mbs-pd-technology p.tech_text {
  font-size: 1em;
  margin: 0;
}
.mbs-pd-technology p.tech_text:not(:last-child) {
  margin-bottom: 1.75em;
}
.mbs-pd-technology .tech_img {
  display: block;
  margin: 0;
}
.mbs-pd-technology .tech_img img {
  display: block;
  width: 100%;
  height: auto;
}
.mbs-pd-technology section h3, .mbs-pd-technology section h4 {
  display: block;
  width: 100%;
  font-size: clamp(16px, 4.78cqw, 18px);
  font-weight: 600;
  margin: 0 0 var(--mbs-title-margin-bottom);
  padding: 0;
  text-align: var(--mbs-title-align);
}

/*
 * 発送時期・ご注意事項
------------------------------------------------*/
.mbs-pd-attentions:not(.js--hasContents) {
  display: none;
}

.mbs-pd-attention {
  width: 100%;
  font-size: var(--mbs-pd-font-size-base, 15px);
  line-height: 1.75;
  margin: 0 0 1.5em;
}

.mbs-pd-attention-nav {
  width: 100%;
  font-size: var(--mbs-pd-font-size-base, 15px);
  line-height: 1.75;
}
.mbs-pd-attention-nav .fs-pt-list {
  list-style: disc;
  padding-left: 1.5em;
}
.mbs-pd-attention-nav .fs-pt-list li {
  margin: 0 0 0.25em;
}
.mbs-pd-attention-nav a {
  color: inherit;
  text-decoration: underline;
}
