body,
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
html {
  overflow-x: hidden;
}

body {
  overflow-x: visible;
}
main {
  background-color: #f1e7dc;
}

img {
  max-width: 100%;
  margin: 0 auto;
}
h3 {
  font-size: 1.3rem;
}
section h2,
h3 {
  color: #333;
}

.pc_none {
  display: block;
}

.sp_none {
  display: none;
}

.fv {
  margin-bottom: 0;
}
.fv-container {
  max-width: 1600px;
  margin: 0 auto;
}
.ct-container {
  max-width: 1400px;
}
.ct-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct-line {
  margin: 0.35rem 0;
}
.ct-label {
  display: inline-block;
  color: #6c757d;
  font-weight: 600;
}
.ct-price {
  color: #212529;
  font-weight: 700;
}
#ct-mount {
  background-color: #f1e7dc;
}
#ct-loading {
  min-height: 200px;
}
#ct-error {
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.btn-bg {
  color: #ffffff;
  background-color: #4ba38b;
}
.btn-bg:hover {
  color: #4ba38b;
  border: 1px solid #4ba38b;
  transition: 0.5s ease;
}

/* fade_in */
.fade_in {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.yt_sekou {
  box-shadow: 12px 6px #edebeb3f;
}
#maker_area {
  color: #333;
}
#maker_area img {
  max-width: 300px;
  border-radius: 8px;
}
.link_btn {
  text-align: center;
}

.subttl {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
  color: #333;
}

/*swiper start*/

/* スライダー画像 */
.image-swiper img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.text-swiper h3 {
  font-size: 1.2rem;
  color: #333;
  display: inline-block;
}

.text-swiper p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

/* テキスト側もフェードに合わせてアニメ感 */
.text-swiper .swiper-slide {
  transition: opacity 0.8s ease-in-out;
}

/* Coverflow専用スライダー */
.swiper-coverflow {
  width: 100%;
  /* max-width: 350px; */
  overflow: visible;
}

.swiper-coverflow .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
  transition: transform 0.5s ease;
  border-radius: 8px;
}

.swiper-coverflow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.swiper-coverflow .caption-ttl {
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 600;
  color: #4e4e4e;
  transition: opacity 0.6s ease;
}
.caption {
  font-size: 0.9rem;
  color: #333;
  border-radius: 8px;
  line-height: 2.2;
}

.swiper-coverflow .swiper-slide-active .caption-ttl {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .list-group-item {
    border-radius: 10px;
    padding: 1.2rem;
  }
  .list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .swiper-coverflow {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
