@charset "UTF-8";

.c-mv_bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 375 / 300;
  background-image: url(../images/common/sp_pickup_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 58px;
  z-index: 1;
}

.c-mv_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
  linear-gradient(180deg,
  rgba(85, 101, 26, 0.1) 0%,
  rgba(27, 32, 9, 0.1) 50%,
  rgba(0, 0, 0, 0.2) 80%,
  rgba(0, 0, 0, 1) 100%);
  z-index: 2;
}

.section-pickup .c-h1 {
  top: 160px;
}

.c-mv_bg h1,
.c-mv_bg .c-mv-content__title {
  position: absolute;
  z-index: 3;
}

.c-mv__txtBlock {
  display: block;
  margin: 0 auto;
  width: 204px;
  padding-top: 150px;
}

.c-pickup__lists {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin: 50px auto 80px;
}

.c-pickup__lists--fix {
  display: flex;
  flex-direction: column;
  gap: 42px;
  margin: 17px auto 0;
  padding: 0 0 45px;
  border-bottom: 1px solid #2d2d2d
}

.c-pickup__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 304 / 375;
  border-radius: 6px;
}

.c-pickup__img img {
  width: 100%;
  height:  100%;
  border-radius: 6px;
  object-fit: cover;
}

.c-pickup__item .title {
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.37;
}

.c-pickup__item .txt {
  font-size: 11px;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #4c4c4c;
  line-height: 1.64;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.pickupCustom__inner {
  padding: 48px 0 110px;
  border-bottom: 1px solid #2d2d2d
}

.c-cate__lists {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  height: 48px;
  overflow-x: auto;
  padding: 0 6px;
  /* margin: 0 16px; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-cate__lists::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.c-cate__item {
  flex-shrink: 0;
}


.c-cate__item a {
  padding: 12px 23px;
  color: #2d2d2d;
  font-size: 16px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #2d2d2d;
  border-radius: 18px;
}

.c-cate__item.is-active a {
  color: #fff;
  border: 1px solid #fff;
}

.c-pager__arrow--left {
  transform: rotate(180deg);
}

.section-pickup {
  margin-top: -60px;
}

#pickPost_backBtn {
  margin-top: 46px;
  display: block;
  width: 268px;
  height: 48px;
  border-radius: 25px;
}

#pickPost_backBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 15.4px;
  border: 1px solid #fff;
  border-radius: 25px;
}

#pickPost_backBtn a .arrow {
  display: block;
  width: 18px;
  height: 100%;
  background-image: url(../images/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 28px;
  transition: background-image 0.25s
cubic-bezier(0.21, 0.51, 0.51, 1);
transform: rotate(180deg);
border-radius: 25px;
}

.c-pickup__item.is-hidden {
  display: none !important;
}

.c-cate__item.is-active a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.c-cate__num--cat {
  /* display: none;*/
}


@media only screen and (min-width: 768px) {
  .c-mv_bg {
    aspect-ratio: 980 / 360;
    background-image: url(../images/common/pickup_mv.png);
    background-size: cover;
  }

  .c-mv__txtBlock {
    padding-top: 150px;
  }
  
  .c-mv_bg::before {
    background: linear-gradient(180deg, rgba(85, 101, 26, 0.1) 0%, rgba(85, 101, 26, 0.1) 25%, rgba(85, 101, 26, 0.1) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 1) 100%);
  }

  .section-pickup {
    margin-top: -60px;
  }

  .c-pickup__lists {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 0;
    margin: 80px auto 165px;
  }

  .c-pickup__lists::after {
    content: "";
    /* .c-pickup__item と完全に同じ幅を設定する */
    width: calc((100% - (42px * 2)) / 3);
}

  .c-pickup__item {
      width: calc((100% - (42px * 2)) / 3);
      flex-shrink: 0;
  }

  .c-pickup__img {
    margin-bottom: 15px;
    aspect-ratio: 258 / 320;
  }

  .c-pickup__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .c-pickup__lists--fix {
    flex-direction: inherit;
    padding: 53px 0 75px;
    margin: 0;
  }

  .pickupCustom__inner {
    padding: 40px 0 80px;
  }

  .c-cate__lists {
    padding: 0;
    height: 36px;
    gap: 10px;
  }

  .c-cate__item a {
    padding: 8px 20px;
    font-size: 13px;
  }

  .c-pickup__item {
    width: calc((100% - (42px * 2)) / 3);
    flex-shrink: 0;
  }

  .c-pager {
    width: 440px;
    margin: 0 0 0 auto;
  }

  .section-pickup .c-h1 {
    top: 195px;
  }

  #pickPost_backBtn {
    width: 192px;
    height: 34px;
    margin-top: 45px;
  }

  #pickPost_backBtn a {
    line-height: 34px;
    font-size: 12px;
    padding-left: 15px;
  }


  #pickPost_backBtn a:hover {
    color: #fff;
    z-index: 2;
    overflow: hidden;
    transition: color 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  #pickPost_backBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    border-radius: 25px;
    background-color: #55651a;
    transition: width 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  #pickPost_backBtn a:hover::before {
    width: 100%;
    border-radius: 25px;
  }

  #pickPost_backBtn a:hover .arrow {
    background-image: url(../images/common/icn_arrow_wh.svg);
  }

  #pickPost_backBtn a .arrow {
    width: 14px;
    left: 15px;
  }


}

.c-cate__item a {
    padding: 0.6em 1.7em;
    align-items: baseline;
    white-space: nowrap;
}

.c-cate__num{
	padding-left: 5px;
}

