@charset "UTF-8";
div.contents20230411recommend {
  width: 100%;
  overflow: hidden;
}

div.contents20230411recommend p {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.contents20230411recommend img {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.contents20230411recommend a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000;
}

div.contents20230411recommend div.top_area {
  position: relative;
}

@media (max-width: 840px) {
  div.contents20230411recommend div.top_area {
    padding-bottom: 0;
  }
}

div.contents20230411recommend div.top_area div.top_area_img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

@media (max-width: 840px) {
  div.contents20230411recommend div.top_area div.top_area_img {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

div.contents20230411recommend div.top_area div.title_img {
  width: 50%;
  margin: -3% auto 0;
}

@media (max-width: 840px) {
  div.contents20230411recommend div.top_area div.title_img {
    position: absolute;
    width: 40%;
    bottom: 12px;
    right: 12px;
  }
}

div.contents20230411recommend div.main_comment {
  width: 100%;
}

div.contents20230411recommend div.main_comment p {
  width: 600px;
  margin: 5% auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.main_comment p {
    margin: 0 auto;
    width: 100%;
    padding: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

div.contents20230411recommend div.style {
  width: 100%;
  margin: 10% auto;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style {
    margin: 20% auto;
  }
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style div.recommend-s {
    margin: 0 auto;
  }
}

div.contents20230411recommend div.style div.recommend-s div {
  padding: 0.2%;
}

div.contents20230411recommend div.style div.recommend-s #slider {
  width: 300px;
  margin: 0 auto;
}

div.contents20230411recommend div.style div.recommend-s #slider img {
  width: 100%;
}

div.contents20230411recommend div.style div.recommend-s button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.contents20230411recommend div.style div.recommend-s .slide-dots {
  text-align: center;
}

div.contents20230411recommend div.style div.recommend-s .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

div.contents20230411recommend div.style div.recommend-s .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

div.contents20230411recommend div.style div.recommend-s .slide-dots li button:before {
  content: '○';
  font-size: 16px;
  text-indent: 0px;
  position: absolute;
  color: #fff;
  top: 10px;
  left: 0;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

div.contents20230411recommend div.style div.recommend-s .slide-dots li.slick-active button:before {
  content: '●';
}

div.contents20230411recommend div.style h3 {
  font-size: 48px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding: 0;
  font-family: "Anton", sans-serif;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style h3 {
    font-size: 32px;
  }
}

div.contents20230411recommend div.style p {
  font-size: 16px;
  line-height: 32px;
  width: 600px;
  margin: 5% auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style p {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }
}

div.contents20230411recommend div.style div.credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 3% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style div.credit {
    width: 90%;
  }
}

div.contents20230411recommend div.style div.credit a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Anton", sans-serif;
  font-size: 26px;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  div.contents20230411recommend div.style div.credit a {
    font-size: 16px;
  }
}

div.contents20230411recommend div.style div.credit a:hover {
  color: #a0a0a0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

div.contents20230411recommend div.style div.credit a:hover::after {
  background: #000;
  color: #fff;
}

div.contents20230411recommend div.style div.credit a span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div.contents20230411recommend div.style div.credit a span:nth-child(1) {
  margin-right: 8px;
}

div.contents20230411recommend div.style div.credit a::after {
  content: "BUY";
  display: block;
  font-size: 50%;
  margin-left: 8px;
  background: #fff;
  padding: 0 8px;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20230411recommend #style01 h3 {
  color: #108b10;
}

div.contents20230411recommend #style02 h3 {
  color: #fd0021;
}

div.contents20230411recommend #style03 h3 {
  color: #10508b;
}

div.contents20230411recommend #style04 h3 {
  color: #2e2e2e;
}

div.contents20230411recommend #style05 h3 {
  color: #a97e8f;
}
/*# sourceMappingURL=0414color.css.map */