@charset "utf-8";

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #2f2f2f;
}
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}
h1 {
  font-weight: 500 !important;
  line-height: 1.7;
  font-size: 24px;
  margin: 10px 0 25px;
}
a {
  text-decoration: none;
  color: #2f2f2f;
}
* {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 1200px !important;
}
.ruminous_kanban img {
  max-width: 100%;
  object-fit: cover;
}
.ruminous_discription {
  max-width: 1200px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 14px;
}
.ruminous_discription p {
  line-height: 1.8;
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 70px;
  position: relative;
}
.image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.box1 {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 18%;
}
.box2 {
  width: 51%;
}
.box3 {
  position: absolute;
  right: -10px;
  bottom: -40px;
  width: 26%;
}
.popular_wrap {
  position: relative;
}
.bg_blue {
  position: absolute;
  top: -80px;
  background-color: #d9e3e8;
  width: 25%;
  height: 580px;
}
.title {
  margin: 120px 0 45px;
  text-align: center;
}
.title2 h2,
.title3 h2 {
  font-size: 20px;
  font-weight: 500 !important;
}
.title h2 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

.title p,
.title2 p,
.title3 p {
  font-size: 14px;
  margin: 0;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-slide {
  width: 270px !important;
}
.swiper-slide img {
  width: 100%;
}

.select {
  margin-top: 103px;
}
.select_bg {
  background-color: #59728d;
  padding: 60px 0;
  margin-bottom: 50px;
}
.title2 {
  text-align: center;
  color: #f6f6f6;
}
.select_box ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}
.select_box ul li {
  list-style: none;
  position: relative;
}
.select_box ul li::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -5px;
  right: 48%;
  color: #fff;
  transform: translateY(-50%);
  font-size: 14px;
}
.select_box a {
  border: 1px solid #f6f6f6;
  padding: 30px 20px;
  text-decoration: none;
  color: #f6f6f6;
  width: 225px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.title3 {
  background-color: #eff2f0;
  padding: 50px 0;
  text-align: center;
}
.allseries {
  max-width: 1080px;
  margin: 0 auto;
}
.series_contens {
  margin-top: 60px;
}
.series_contens h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.series_text {
  font-size: 14px;
  margin: 0 0 20px;
}
.top_image {
  position: relative;
  width: 60%;
}
.main_img {
  border-radius: 5px;
  width: 100%;
}
.top_logo {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 15%;
}
.top_image_bottom {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.topimage_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 30%;
  border-radius: 5px;
  background: linear-gradient(
    0deg,
    rgb(49 49 49 / 32%) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.series_main {
  display: flex;
  justify-content: space-between;
}
.series_items {
  width: 38%;
  max-width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s;
  padding-inline-start: 0;
}
.series_items li {
  list-style: none;
  width: 49%;
}
.series_items li img {
  width: 100%;
  border-radius: 5px;
}
.top_image_bottom p {
  color: #f6f6f6;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.top_image_bottom ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0;
  margin-top: 0;
}
.top_image_bottom ul li {
  list-style: none;
  background-color: rgb(255 255 255 / 0.7);
  border: 1px solid #3f3f3f;
  padding: 10px 50px;
  font-weight: 600;
  font-size: 14px;
}
.series_items a {
  text-decoration: none;
}
.tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.tag span {
  background: #ececec;
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 3px 0;
  padding: 5px 8px;
  text-align: left;
  letter-spacing: 1px;
  color: #2f2f2f;
  font-weight: 600;
}
.itemprice {
  color: #2f2f2f;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
}
.series_button {
  text-align: center;
}
.series_button a {
  display: inline-block;
  position: relative;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  width: 400px;
  max-width: 90%;
  margin: 20px 0 0;
  border-radius: 5px;
  background: #333;
  color: #f6f6f6;
}
.series_button p::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 30%;
}
.parts_inner {
  display: flex;
  justify-content: center;
}
.parts,
.use {
  text-align: center;
  margin-top: 60px;
}
ul.use_grid {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 60px auto;
}
ul.use_grid li {
  width: 200px;
  text-align: center;
}
ul.use_grid img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
}
ul.use_grid span {
  display: inline-block;
  padding: 12px 0;
  width: 100%;
  color: #2f2f2f;
  border-radius: 0 0 5px 5px;
  font-weight: 600;
}
ul.use_grid li:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}
.sp {
  display: none;
}
.pc {
  display: inline;
}
#series,
#parts,
#use {
  scroll-margin-top: 86px;
}
@media screen and (max-width: 1180px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #series,
  #parts,
  #use {
    scroll-margin-top: 98px;
  }

  .ruminous_discription {
    margin: 20px auto 0;
    padding: 0 10px;
    overflow: hidden;
    animation-name: slideup;
    z-index: 2;
    max-width: 80%;
  }
  .ruminous_discription h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ruminous_discription p {
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
  }
  .title p,
  .title2 p,
  .title3 p {
    font-size: 12px;
  }
  .title h2 {
    font-size: 28px;
  }
  .title {
    margin: 50px 0 30px;
  }
  .swiper-slide {
    width: 150px !important;
  }
  .select {
    margin-top: 50px;
  }
  .select_bg {
    padding: 30px 0;
  }
  .select_box ul {
    flex-direction: column;
    margin-top: 20px;
    padding: 0 10px;
    gap: 20px;
  }
  .select_box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .select_box li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .select_box ul li::after {
    display: none;
  }
  .select_box a {
    padding: 15px;
  }
  .arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f6f6f6;
    transform-origin: right;
    transition: 0.3s cubic-bezier(0.08, 0.92, 0.35, 1);
  }
  .arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f6f6f6;
    transform: scale(0.7);
    transform-origin: center 70%;
  }
  .arrow {
    height: 13px;
    width: 33%;
    transition: 0.3s;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  .title3 {
    padding: 40px 0;
  }
  .series_contens {
    margin: 30px auto 0px;
    padding: 0;
    width: 95%;
  }
  .series_contens h3 {
    font-size: 20px;
    font-weight: 600;
  }
  .series_text {
    margin: 10px 0 20px;
    line-height: 1.2;
    font-size: 14px;
  }
  .series_main {
    flex-direction: column;
    align-items: center;
  }
  .main_img {
    width: 100%;
  }
  .top_image {
    width: 100%;
  }
  .top_logo {
    top: 10px;
    left: 10px;
    width: 18%;
  }
  .top_image_bottom {
    right: 5px;
  }
  .top_image_bottom p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .top_image_bottom ul li {
    padding: 5px 10px;
    font-size: 11px;
  }
  .series_items {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scroll-snap-type: x mandatory;
  }
  .series_items li {
    min-width: 158px;
    width: 100%;
    scroll-snap-align: start;
  }
  .itemprice {
    margin: 5px;
    font-size: 14px;
  }
  .tag span {
    padding: 3px 5px;
  }
  .series_button a {
    width: 100%;
    margin: 10px 0 0;
    padding: 15px;
  }
  .series_button p {
    margin: 0;
  }

  .parts {
    margin-top: 40px;
  }
  .use {
    margin-top: 0;
  }
  ul.use_grid {
    margin: 40px auto;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 8px;
  }
  ul.use_grid li {
    width: 100%;
  }
  ul.use_grid img {
    height: auto;
  }
  ul.use_grid span {
    padding: 6px 0;
    font-size: 12px;
  }
  .parts_inner {
    padding: 0 10px;
  }
}

@keyframes mqscroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .ruminous_discription {
    margin: 0px auto;
    padding: 0 10px;
    z-index: 2;
    max-width: 100%;
  }
  .ruminous_discription h1 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .ruminous_discription p {
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.8;
    padding: 0 10px;
  }
}

/* 20260526再改修～ */

.ruminous_mv {
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
.luminous_mv_track {
  display: flex;
  width: max-content;
  animation: loopSlide 80s linear infinite;
  gap: 10px;
}
.luminous_mv_item {
  flex-shrink: 0;
}
.luminous_mv_item img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  display: block;
}
.ranking-h3 {
  font-weight: 500 !important;
  padding: 15px 10px;
}
.ranking-h3_sub {
  font-size: 11px;
  font-weight: 500 !important;
  padding-left: 20px;
}
.title5 {
  font-size: 18px;
  font-weight: 500 !important;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.size_all {
  margin-bottom: 60px;
}
nav.top_item__wrap.inner {
  background: none;
  margin-bottom: 50px;
}
@keyframes loopSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .luminous_mv_item img {
    width: 350px;
    height: 250px;
  }
  .ruminous_mv {
    margin-bottom: 20px;
  }
  .ranking-h3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .ranking-h3_sub {
    padding: 0;
  }
  .title2 h2,
  .title3 h2 {
    font-size: 18px;
  }
  .select_bg {
    margin-bottom: 30px;
  }
  .title5 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .series_contens h3 {
    font-size: 16px;
  }
  .series_text {
    line-height: 1.6;
  }
  .top_points {
    margin: 0 auto 40px;
  }
  .top_points ul {
    gap: 20px 0;
  }
}

/* ランキング */
.ranking-carousel {
  margin-bottom: 60px;
}

.ranking-carousel__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 24px;
}
.ranking-carousel__title-en {
  font-size: 30px;
  letter-spacing: 4px;
}
.ranking-carousel__title-ja {
  font-size: 13px;
}

.ranking-slider__item {
  padding: 20px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
.ranking-image-wrapper {
  position: relative;
}
.ranking-slider__img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 8px;
}
.ranking-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
}
.badge-gold {
  background: #bcab4b;
  color: #fff;
}

.badge-silver {
  background-color: #9d9b9c;
  color: #fff;
}

.badge-bronze {
  background-color: #90745c;
  color: #fff;
}

.badge-default {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.label {
  font-size: 12px;
  background: #e9e9e9;
  padding: 3px 6px;
  border-radius: 3px;
}

.ranking-slider__desc {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  font-weight: 500 !important;
}
.ranking-slider__labels {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.ranking-slider__price {
  font-weight: bold;
  font-size: 13px;
  text-align: right;
}

.slick-prev-ranking,
.slick-next-ranking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 9998;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  background-color: unset;
}
.slick-prev-ranking {
  left: -50px;
  background-image: url("https://vegasiku.com/perfect-space/img/cat/left_arrow_s_40.svg");
}
.slick-next-ranking {
  right: -50px;
  background-image: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_s_40.svg");
}
.ranking-h3 {
  font-size: 18px;
  color: #5a5a5a;
  background-color: #f1f1f1;
  padding: 10px;
}
.ranking-slider {
  margin-bottom: 60px;
}
.no_m {
  margin-bottom: 0px;
}
@media (max-width: 769px) {
  .ranking-carousel {
    margin-bottom: 40px;
  }

  .ranking-slider__item {
    flex: 0 0 auto;
    margin-right: 0px;
  }

  .ranking-slider .slick-track {
    display: flex !important;
    will-change: transform;
  }

  .ranking-slider {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    margin-bottom: 30px;
  }

  .ranking-slider__img {
    width: 100%;
    height: auto;
  }

  .ranking-slider__desc,
  .ranking-slider__labels,
  .ranking-slider__price {
    font-size: 12px;
  }

  .no_m {
    margin-bottom: 0px;
  }
  .ranking-h3 {
    font-size: 16px;
    font-weight: 500 !important;
    padding: 8px;
  }

  .ranking-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 4px 10px 10px;
  }

  .ranking-slider:not(.slick-initialized) .ranking-slider__item {
    flex: 0 0 auto;
    width: calc((100% - 14px) / 2.2);
    scroll-snap-align: start;
  }
  .ranking-slider:not(.slick-initialized) {
    position: relative;
    z-index: 1;
    touch-action: pan-x;
  }
}

/* 当店の特徴 */
.top_points {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.top_points ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.top_points ul li a {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.top_points ul li img {
  width: 60px;
  object-fit: contain;
}
.top_points_text h3 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.top_points_text p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 5px 0 0;
  font-weight: 500 !important;
}
.top_points ul li:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}
.top_points ul li {
  position: relative;
}
.top_points ul li a::after {
  content: "▶";
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #5a5a5a;
}

@media (max-width: 768px) {
  .top_points {
    margin: 0 auto 30px;
  }
  .top_points ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 0px;
  }
  .top_points ul li a {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .top_points_text h3 {
    font-size: 12px;
  }
  .top_points_text p {
    font-size: 11px;
    line-height: 1.8;
  }
  .top_points ul li a::after {
    display: none;
  }
  .top_points_text {
    text-align: center;
  }
  .top_points ul li {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .top_points ul li:not(:first-child) {
    border-left: none;
  }
  .top_points ul li:nth-child(odd)::before {
    display: none;
  }
  .top_points ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
  }
}

/**横幅サイズから選ぶ 用途から選ぶ**/
.width__wrap {
  margin: 0 auto;
  max-width: 1200px !important;
}

.width__wrap .width__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}

.width__wrap .width__row .width__cell {
  min-width: 0;
  background-color: #e4e4e4;
  max-width: 245px;
  width: 100%;
}

.width__wrap .width__row .width__cell:first-child {
  margin-left: 0;
}

.width__wrap .width__row .width__cell div {
  border-bottom: none;
}

.width__wrap .width__row .width__cell .width_background {
  background-color: #e4e4e4;
  flex-basis: 30%;
}

.width__wrap .width__row .width__cell h3 {
  background-color: #676767;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0.5rem;
}

.width__wrap .width__row img {
  vertical-align: top;
}

.width__wrap .width__row ul {
  list-style: none;
}

.width__wrap .width__row ul li {
  width: 100%;
  text-align: center;
}

.width__wrap .width__row ul li:empty {
  background-color: #e4e4e4;
}

.width__wrap .width__row ul li:nth-child(1) p {
  font-size: 12px;
  color: #ffffff;
  background-color: #185ba7;
  padding: 5px 0;
}

.width__wrap .width__row ul li a img {
  vertical-align: bottom;
}

.size_all {
  margin-bottom: 40px;
}

.size_all__title {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.size_all__title-en {
  font-size: 34px;
  letter-spacing: 5px;
}

.size_all__title-ja {
  font-size: 13px;
}

.size_all__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.size_all__list li {
  width: 12%;
}

.size_all__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eef3f5;
  border: none;
  border-radius: 8px;
  padding: 18px 32px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  min-width: 140px;
  transition: background-color 0.3s;
}

.size_all__btn:hover {
  background-color: #dce7eb;
}

.size_all__unit {
  font-weight: 500;
  margin-right: 2px;
}

.width__wrap .width__row img {
  width: 100%;
}

.width__wrap .width__row .width__cell {
  max-width: 275px;
}

.width__wrap .width__row .width__cell p {
  font-size: 12.5px;
  font-weight: bold;
  padding: 0.7rem 0.5rem;
  background-color: #ffffff;
  border-bottom: 2px solid #5a5a5a;
  line-height: 1.6;
  letter-spacing: 1px;
}

nav.top_item__wrap.inner {
  background: none;
  margin-bottom: 40px;
}

.top_item__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_item__wrap ul li {
  width: 16%;
  text-align: center;
  margin: 0 0 20px;
}

.top_item__wrap ul li p {
  font-size: 13px;
  text-align: left;
  margin: 0;
  line-height: 14px;
}

.top_item__wrap img {
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .size_all__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .size_all__list li {
    width: 100%;
  }

  .size_all__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 8px;
    font-size: 16px;
    font-weight: 500;
  }
  .width__wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: auto;
  }
  .width__wrap .width__row {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    min-width: max-content;
  }
  .top_item__wrap ul li p {
    font-size: 11px;
  }
  nav.top_item__wrap.inner {
    margin-bottom: 30px;
  }
  .top_item__wrap ul {
    padding: 0;
  }

  .top_item__wrap ul li {
    width: 32%;
    margin: 0 0 10px;
  }
  .top_item__wrap ul li a {
    line-height: normal;
  }
  .top_item__wrap ul li:nth-last-child(-n + 3) {
    display: none;
  }
}

/* カルーセル追加 */
.top-carousel_wrapper {
  width: 100%;
  height: 710px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}

.sl-slider_top-carousel {
  position: relative;
}

.mv__slide_inner {
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}

.mv__slide_inner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
.mv__slide .slick-list {
  overflow: visible !important;
}
.mv__slide_inner div {
  margin: 0 10px;
}
.carousel__arrow--prev,
.carousel__arrow--next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-color: rgba(64, 64, 64, 0.7);
  border: none;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.carousel__arrow--next {
  right: 2%;
  background-image: url("https://vegasiku.com/perfect-space/img/cat/right_arrow_t_24.svg");
}

.carousel__arrow--prev {
  left: 2%;
  background-image: url("https://vegasiku.com/perfect-space/img/cat/left_arrow_t_24.svg");
}

.slick-prev:before,
.slick-next:before {
  display: none !important;
}

img {
  max-width: 100%;
}
.mv__slide .slick-dots li button:before {
  font-size: 21px;
  content: "\2022";
}

@media (max-width: 768px) {
  .top-carousel_wrapper {
    margin: 0px auto;
    height: 440px;
  }

  .mv__slide_inner div {
    margin: 0 5px;
  }

  .carousel__slider {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .common_rack_concept div span:before {
    width: 28px;
    height: 28px;
    margin-right: 2px;
  }
  .slick-slide {
    text-align: center;
  }

  .mv__slide_inner img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .slick-prev-carousel,
  .slick-next-carousel {
    width: 30px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .slick-prev-carousel {
    left: 5px;
  }

  .slick-next-carousel {
    right: -5px;
  }

  .slick-dots {
    bottom: -20px;
  }
}

/* パーツ付けたし */
.partsline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
.partslist {
  font-size: 14px;
}

p.partstext {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 500 !important;
}
.parts_btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 500;
  width: 270px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #5a5a5a;
  position: relative;
}
.parts_sub {
  font-size: 14px;
  margin-bottom: 5px;
}
.parts_btn li::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: -5px;
  right: 48%;
  color: #5a5a5a;
  transform: translateY(-50%);
  font-size: 14px;
}

.title6 {
  font-size: 18px;
  font-weight: 500 !important;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.parts_btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 auto 40px;
}
.parts_h5 {
  font-size: 18px;
  font-weight: 500 !important;
  margin-bottom: 20px;
  text-align: center;
  background: #f1f1f1;
  padding: 15px;
}
.partslist img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.partslist img:hover {
  transform: scale(1.05);
}
.luminous-filter-test {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .inner {
    width: 100% !important;
  }
  .parts_btn li {
    width: 100%;
    height: 60px;
    text-align: center;
  }
  .parts_sub {
    font-size: 12px;
    font-weight: 500 !important;
  }
  .parts_btn {
    gap: 10px;
    justify-content: center;
    margin: 0 auto 30px;
  }
  .partsline {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
  p.partstext {
    font-size: 12px;
    margin: 10px 0;
  }
  .parts_h5 {
    font-size: 16px;
    padding: 10px;
  }
  .parts_btn li::after {
    right: 44%;
  }
  .title6 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .luminous-filter-test__lead {
    font-size: 12px;
  }
  .luminous-filter-test {
    margin-bottom: 10px;
  }
}
