@charset "utf-8";
.slick-slider img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-height: 40rem;
    max-width: 100%;
}
.slick-prev, .slick-next {
    background: #342817;
    border-radius: 4rem;
    width: 3.5rem;
    height: 3.5rem;
    z-index: 10;
}
.slick-prev:before, .slick-next:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border: 0px;
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    left: 1.5rem;
    margin-top: -4px;
    opacity: 1;
}
.slick-next:before {
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    left: 0.9rem;
}
.slick-slider {
    width: 64rem;
    margin: 4rem auto;
    padding: 0 2rem;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.5;
    background: #342817;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #342817;
}
.slick-slide .ttl {
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2rem;
}
.slick-slide .caption {
    line-height: 1.1;
    font-size: 10px;
}
.slick-list {}
section.sec-recommend.select3 {
  margin: 0 -20vw;
}

.select3 .l-center {
  max-width: 100rem;
}

.select3 .card-select {
  padding-top: 0;
}

.select3 .main-catch {
  text-align: center;
  font-size: 2.4rem;
  background: #454444;
  color: #fff;
  font-weight: bold;
  margin: 0px -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.select3 .card-select__catch {
  font-size: 2rem;
}

.select3 h3.card-select__title {
  margin: 0;
  background: none;
  color: #000;
  font-size: 2rem;
  padding: 0;
}

.main-area--low .select3 h3.card-select__title:before,
.main-area--low .select3 h3.card-select__title:after {
  content: none;
}

.main-area--low .select3 .card-select__reason {
  padding: 0 2rem;
  margin: 0 auto 2rem;
}

/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
  appearance: none;
  background: #f7f5f2;
  border: solid 1px #000;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
  font-size: 1.4rem;
  margin: 20px 0 0;
}

.list-btn:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .fixBan {
    position: fixed;
    bottom: 11rem;
    right: 0;
    z-index: 50;
  }

  .fixBan-sp {
    display: none !important;
  }

  #close-button {
    position: absolute;
    top: -26px;
    right: 1px;
    border: none;
    background: #999;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    cursor: pointer;
  }
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .fixBan {
    position: fixed;
    bottom: 0;
    z-index: 50;
  }

  .fixBan-pc {
    display: none !important;
  }

  #close-button {
    position: absolute;
    top: -26px;
    left: 1px;
    border: none;
    background: #999;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    cursor: pointer;
  }

  .page-top {
    bottom: var(--s10);
  }

  .footer-bottom {
    margin: 0 0 72px 0;
  }

  section.sec-recommend.select3 {
    margin: 0 -2rem 2rem;
  }

  .sec-recommend-upper {
    padding-bottom: 2rem;
  }

  .select3 .main-catch {}
	
.slick-slider {
    width: 100%;
}

.slick-prev {left: -2rem;}

.slick-next {
    right: -2rem;
}

.slick-prev, .slick-next {
    top: 25%;
}
	
}
