@charset "utf-8";
/* ==========================================================================
260703　調整用
========================================================================== */

/* Recommended Models */

.sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.sidebar .break {
  display: none;
}

/* タブ */
.tab-btn {
  background-color: transparent;
  color: var(--color-text-main);
  border: 1px solid var(--color-border);
  border-radius: 1140px;
  padding: 8px 20px;
  font-size: 14px;
  transition: all 0.2s ease;
}
.tab-btn:hover {
  border-color: var(--color-text-muted);
}
.tab-btn.active {
  background-color: var(--color-text-main);
  color: var(--color-text-white);
  border-color: var(--color-text-main);
}

.pc-set-contents .content-section {
  display: none;
}
.pc-set-contents .content-section.active {
  height: 100%;
  display: block;
}
.recommend__title {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.recommend-card__title small {
  font-size: 50%;
  display: inline-block;
}
.recommend-card__subtitle span {
  font-weight: 700;
}
.recommend-card__point {
  background-color: var(--color-text-main);
  color: var(--color-text-white);
  font-size: 80%;
  display: block;
  width: fit-content;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.recommend-collabo-link {
  text-align: center;
  padding-bottom: 1em;
  font-size: 14px;
}
.recommend-collabo-link .button--link {
  font-size: 14px;
}

@media screen and (max-width: 574px) {
  .sidebar .break {
    display: block;
    flex-basis: 100%;
    height: 0;
  }
  .recommend-card__title small {
    font-size: 60%;
  }
    .collabo .recommend__visual-inner {
    width: 90%;
  }
  /* .collabo .recommend__list {
    padding-top: 0;
  } */
}

/* カルーセル */
.carousel {
  position: relative;
}
.track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.track::-webkit-scrollbar {
  display: none;
}
.item {
  flex: 0 0 100%;
  scroll-snap-align: center;
  padding: 0;
  text-align: center;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  cursor: pointer;
}
.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
}
.prev {
  left: 10px;
}
.prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.next {
  right: 10px;
}
.next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .track {
    display: flex;
    padding: 15px;
  }
  .prev {
    left: -30px;
  }
  .next {
    right: -30px;
  }
}

.recommend__visual-thumb {
  padding: 16px 0 0;
}
.recommend__visual-thumb ul {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  justify-content: center;
}

/* コラボ */
.recommend-collabo {
  padding-top: 80px;
}
.recommend-video-inner {
  margin: 16px auto;
  text-align: center;
  aspect-ratio: 560 / 315;
  max-width: 640px;
}
.recommend-video-inner iframe {
  width: 100%;
  height: 100%;
}
.collabo-detail {
  margin: 0 auto;
  padding-top: 60px;
  max-width: 800px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.collabo-detail .collabo-detail-image {
  max-width: 160px;
}
.collabo-detail .collabo-detail-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .collabo-detail {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    gap: 16px;
  }
  .collabo-detail .collabo-detail-image {
    max-width: 120px;
  }
}

/* 再調整 */
@media (min-width: 1140px) {
  .recommend__list {
    padding-top: 32px;
  }
}

/* ==========================================================================
260714　調整用
========================================================================== */

.recommend-caution {
  padding-top: 1em;
}

/* 製品特徴 */
#lineup {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .p-dospara-select__select-point__title {
    font-size: 32px;
  }
}
.p-dospara-select__select-point__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.374px;
  line-height: 1.14;
  margin-bottom: 16px;
}

.p-dospara-select__select-point {
  overflow: hidden;
}
.p-dospara-select__select-point-slider {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.product-select-point.is-hidden {
    display: none;
}
.p-dospara-select__select-point-slider .swiper-container {
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  overflow: visible;
}
.p-dospara-select__select-point-slider .swiper-slide {
  width: 480px;
  height: auto;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  color: #484848;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.p-dospara-select__select-point-slider .swiper-slide:hover {
  box-shadow: none;
}
.p-dospara-select__select-point-slider-thumb {
  margin-bottom: 16px;
  border-radius: 16px 16px 0 0;
}
.p-dospara-select__select-point-slider-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.p-dospara-select__select-point-slider-body {
  flex-grow: 1;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
.p-dospara-select__select-point-slider-link {
  margin-top: auto;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.p-dospara-select__select-point-slider-link .c-button {
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #484848;
  color: #484848;
}
.p-dospara-select__select-point-slider-link .c-button--primary-blue::before {
  background-color: #ccc;
  opacity: .3;
}
.p-dospara-select__select-point-slider-link .c-button--primary-blue::after {
  border-color: #484848;
  right: 15px;
}
.p-dospara-select__select-point-slider-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(98, 98, 98, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: -60px;
}
.p-dospara-select__select-point-slider-button::after {
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.p-dospara-select__select-point-slider-button--prev {
  right: 60px;
  transform: rotate(-135deg);
}
.p-dospara-select__select-point-slider-button--next {
  right: 0;
  transform: rotate(45deg);
}

.p-dospara-select__select-point-slider-button.swiper-button-disabled {
  background: rgba(220, 220, 220, 0.5);
  cursor: default;
}

.p-dospara-select__select-point-slider__scrollbar {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.p-dospara-select__select-point-slider__scrollbar .swiper-pagination-bullet-active {
  background: linear-gradient(45deg, #949ce1, #6ab5d4);
}
.p-dospara-select__select-point-slider__scrollbar .swiper-pagination-bullet {
  border-radius: unset;
  width: 30px;
  height: 4px;
}
.p-dospara-select__select-point-slider__scrollbar .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 6px;
}

@media screen and (max-width:767px){
  .p-dospara-select__select-point-slider {
    width: 100%;
  }
  .p-dospara-select__select-point-slider .swiper-slide {
    padding: 20px;
    gap: 12px;
  }
  .p-dospara-select__select-point-slider-thumb {
    width: calc(100% + 20px + 20px) !important;
    margin: -20px;
    margin-bottom: 16px;
  }
  .p-dospara-select__select-point-slider-title {
    font-size: 4.27vw;
  }
  .p-dospara-select__select-point-slider-body {
    font-size: 3.2vw;
  }
  .p-dospara-select__select-point-slider-link {
    gap: 5px;
  }
  .p-dospara-select__select-point-slider-link .c-button {
    padding-right: 10px;
    font-size: 3.2vw;
    height: 8.53vw;
  }
  .p-dospara-select__select-point-slider-link .c-button::after {
    right: 11.31px;
  }
  .p-dospara-select__select-point-slider .swiper-slide img {
    max-width: none !important;
  }
}