@charset "utf-8";

/* main {
  background-image: url(../img/o.png);
  background-size: cover;
} */

.bgi {
  height: 80px;
  background-image: url(..//img/yarn-9618413.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.9);
  font-size: 10px;
  font-family: Libre Baskerville;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 120px 80px;
}

.atext {
  width: 450px;

}

.im {
  width: 450px;
  height: 100%;
  flex-shrink: 0;
  /* 画像小さくならないように */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.slick-next {
  right: 0 !important;
}

h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  padding-bottom: 15px;
}

h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.select {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  width: 100px;
  height: 49px;
  margin-top: 5px;
  margin-right: 15px;
}

.number {
  width: 80px;
  height: 50px;
  font-family: Libre Baskerville;
  text-align: center;
}

.submit-button {
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  text-align: center;
  margin: 5px 0px 15px 15px;
  cursor: pointer;
  border: none;
}

.submit-button:hover {
  background-color: #ebd7c6d3;
  transform: scale(1.05);
}

.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;
}