@charset "utf-8";
.title-img img {
    width: 100%;
    height: auto;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.cg-box{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cover-sample{
width: 100%;
  margin-bottom: 30px;
}
.cover-sample a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.cover-sample img{
  width: 40%;
}
.item-text{
  margin: 0 auto 20px;
  padding: 10px 20px;
  width: 80%;
  color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  background: #60513d;
}
.item-text::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: rotate(-45deg) translateX(-50%);
  background: #60513d;
}

.sample-box{
  margin: 0;
  padding: 0 20px 50px;
  width: 100%;
  height: auto;
  display: block;
}
.slick-initialized .slick-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slick-initialized .slick-slide a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slick-slide img{
  margin: 0 20px;
}
.slick-dots{
  width: 55%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 3px
}
.slick-dots > li{
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
  height: 100%;
}
.slick-dots > li:last-of-type{
  margin-right: 0;
}
.slick-dots > li.slick-active button{
  background: #fff;
  border: 1px solid #60513d;
}
.slick-dots button{
  width: 100%;
  height: 3px;
  background: #60513d;
  font-size: 0;
  border: none;
}