@charset "utf-8";
/* CSS Document */
.recommend-bgc {
  background-color: #002c5a;
}
.recommend_h1 {
  color:  #FFFFFF;
  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Sans', "游明朝", YuGothic, 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 9rem;
  margin: 40px auto;
  text-align: left;
}
.recommend_h2 {
  color:  #FFFFFF;  font-family: "游ゴシック", "Yu Gothic", 'Hiragino Sans', "游明朝", YuGothic, 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 2.4rem;
  margin: 0 auto;
  text-align: left;
}
.recommend_mono {
  width: 30%;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.category-section_picture {
  width: 100%;
  object-fit: cover; 
  object-position: center;
  border-radius: 1em;
}
.category h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.category ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.category li {
  margin: 30px 0 0;
  border-radius: 1em;
  text-align: center;
  width: 25%;
}
h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.recommend-item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1em;
}
.recommend-item p {
  color: #fff;
  font-size: 1.6rem;
  padding: 16px 0 0;
}
ul.post-item-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 4%;
  margin-top: 6%;
}
img.post-item {
  width: 100%;
  border-radius: 1em;
  object-fit: cover;
  aspect-ratio: 1/0.7;
}
.recommemd_wave-navy {
  background-color: #dedfeb;
  padding-top:16px;
}
div#slick-slide-footer {
  background-color: #002c5a;
}
.star1 {
 opacity: 0.4;
 width: 32%;
}
.star2 {
 opacity: 0.4;
 width: 16%;
}
.top_btn-padding {
  padding-top: 60px; 
}
.star-wrapper {
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  margin: 0 auto;
}

/*========================================================================================
タブレット・スマホ版　sp style
=========================================================================================*/

@media(max-width:1100px) {
  .recommemd_wave-navy {
    padding-top: 32px;
  }
  .recommend-bgc {
    padding: 0;
  }
}


/*========================================================================================
タブレット・スマホ版　sp style
=========================================================================================*/

@media(max-width:768px) {
  .recommend_h1 {
    font-size: 6rem;
    margin: 16px auto 24px;
    text-align: left;
  }
  .recommend_h2 {
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: left;
  }

  ul.post-item-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(140px,1fr));
    gap: 4%;
    margin-top: 6%;
  }
}

/*========================================================================================
スマホ版　sp style
=========================================================================================*/

@media(max-width:425px) {
    .recommend_h1 {
      font-size: 4rem;
      margin: 16px auto 16px;
      text-align: left;
    }
    .recommend_h2 {
      margin: 0 auto;
      text-align: left;
    }
    .post-item-wrapper li {
      padding: 0 0 30px;
    }
    img.star1 {
      width: 32%;
    }
    img.star2 {
      width: 18%;
    }
    .recommend_mono {
      width: 50%;
    }

}