@charset "utf-8";

.bgi {
  height: 210px;
  background-image: url(../img/sweater-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.category {
  width: 100%;
  text-align: center;
  color: rgba(255, 250, 250, 0.85);
  font-family: Libre Baskerville;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.507);
  font-weight: bold;
}

h2 {
  font-family: Libre Baskerville;
  font-size: 24px;
  color: rgb(63, 49, 49);
  padding-top: 80px;
  /* padding-left: 60px; */
  text-align: center;
}

.item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 25px;
  align-items: center;
}

.Cate {
  display: flex;
  font-family: "Zen Old Mincho", serif;
  gap: 15px;
  padding: 30px 10px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.Cate p:not(.im) {
  text-align: center;
  flex-grow: 1;
  font-size: 0.8vw;
  margin: auto;
  /* white-space: nowrap; */
}

.im {
  width: 280px;
  flex-shrink: 0;
  /* 画像小さくならないように */
}

.im img {
  width: 100%;

}

/* .im img:hover{
  transform: scale(1.2);
} */

.slick-next {
  right: 0 !important;

}

.slick-prev {
  left: 0 !important;

}

.slick-arrow {
  z-index: 2 !important;
}

.slick-slide {
  height: auto !important;
}

.pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
  display: inline-block;
  /* 画像のサイズに合わせる */
}

.pagetop img {
  width: 45px;
  display: block;
  /* 画像の下に余白ができないようにする */
}

.top-text {
  position: absolute;
  /* 親要素からの絶対位置で配置する */
  left: 50%;
  /* 親要素の幅の中央に配置 */
  top: -10%;
  transform: translate(-50%, -50%);
  /* 文字自体の中央に配置し直す */
  text-align: center;
  /* 文字を中央揃えにする */
  font-family: "Zen Old Mincho", serif;
  /* padding-top: 11px; */
  font-size: 11px;
}