/*
Theme Name: by interiors
Theme URI: https://by-interiors.net/
Description: 2025 by interiors
Author: Kosuke Uramoto
Author URI: https://graymatter.co.jp/
*/

body {
  font-size: 1em;
  line-height: 1;
  word-break: auto-phrase;
  /* background-color: #ccc; */
  font-family: "Poppins", sans-serif;
}
main {
  padding: 0.1px 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 769px) {
}

.breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.breadcrumb li + li::before {
  content: "›";
  padding: 0 0.5em;
  color: #999;
}

.product-gallery {
  max-width: 800px;
  margin: 0 auto;
}
.gallery-main {
  margin-bottom: 10px;
}
.gallery-thumbs img {
  cursor: pointer;
  opacity: 0.6;
}
.gallery-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid #000;
}
.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #000; /* 任意の色で枠を強調 */
}
.gallery-thumbs .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.swiper-col--3 .swiper-slide,
.swiper-col--4 .swiper-slide {
  opacity: 1;
}

/* .top-slider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */
/* .l-kv img {
  width: 100%;
  height: auto;
  display: block;
} */
