@charset "UTF-8";
/*----------------------------------------------------------

setting

----------------------------------------------------------*/
/*----------------------------------------------------------

mixin

----------------------------------------------------------*/
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* common_label  */
.common_label {
  background-color: #EFEFEF;
  padding: 36px 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common_label {
    padding: 27px 35px;
  }
}
.common_label_container {
  max-width: 710px;
  width: 100%;
  margin-inline: auto;
}
.common_label_btnLists {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .common_label_btnLists {
    flex-direction: column;
  }
}
.common_label_btnList {
  width: 280px;
  height: 46px;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList {
    width: 360px;
    margin-inline: auto;
  }
}
.common_label_btnList:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .common_label_btnList:last-child {
    margin-top: 25px;
    margin-left: 0;
    margin-inline: auto;
  }
}
.common_label_btnLabel {
  width: 90px;
  max-width: 100%;
  margin-left: 25%;
  height: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 90/28;
  transition: all 0.3s ease 0s;
}
.common_label_btnLabel img {
  height: auto;
}
.common_label_btnLink {
  color: #0E9352;
  font-weight: 700;
  margin-top: -18px;
  background-color: #FFF;
  padding: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}
.common_label_btnLink:hover {
  box-shadow: 0 2px 0 #0A6D3D;
  transform: translateY(2px);
}
.common_label_btnLink:hover + .common_label_btnLabel {
  transform: translateY(2px);
}
.common_label_btnLink::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  right: 23px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 47%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::before {
    right: 18px;
  }
}
.common_label_btnLink::after {
  content: "";
  position: absolute;
  background: #0E9352;
  border-radius: 23px;
  width: 23px;
  height: 23px;
  right: 15px;
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .common_label_btnLink::after {
    right: 10px;
  }
}

.recommend {
  margin-top: 100px;
  overflow: hidden;
  /* スライド */
}
@media only screen and (max-width: 768px) {
  .recommend {
    margin-top: 66px;
  }
}

.recommend .recommend_inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .recommend .recommend_inner {
    padding-inline: 10px;
  }
}

.recommend .recommend_headGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.recommend .recommend_headline_sub2 {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .recommend .recommend_headline_sub2 {
    font-size: 16px;
  }
}
.recommend .recommend_headline_sub2::before, .recommend .recommend_headline_sub2::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  top: 50%;
  background-color: #0e9352;
}
.recommend .recommend_headline_sub2::before {
  left: -40px;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .recommend .recommend_headline_sub2::before {
    left: -24px;
  }
}
.recommend .recommend_headline_sub2::after {
  left: auto;
  right: -40px;
  transform: translate(0, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .recommend .recommend_headline_sub2::after {
    right: -24px;
  }
}
.recommend .recommend_headline {
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.4523809524;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .recommend .recommend_headline {
    font-size: 36px;
  }
}
.recommend_title {
  width: min(100%, 575px);
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .recommend_title {
    width: min(100%, 310px);
  }
}
.recommend_title img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommend-splide {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .recommend-splide {
    margin-top: 30px;
  }
}
.recommend-splide .splide__track {
  overflow: visible;
}
.recommend-splide_link {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .recommend-splide_link {
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .recommend-splide_body {
    margin-top: 10px;
  }
}
.recommend-splide_text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #0e9352;
  text-decoration: underline;
}
.recommend-splide_price {
  margin-top: 20px;
  padding: 10px 16px;
  background-color: #feebeb;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .recommend-splide_price {
    margin-top: 15px;
    align-items: center;
  }
}
.recommend-splide_price .label {
  font-size: 15px;
  font-weight: bold;
}
.recommend-splide .price_number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.recommend-splide .fraction {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  /* font-size: 30px; */
  font-size: 24px;
}
.recommend-splide .small {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.5625;
  color: #333333;
  align-self: flex-end;
  padding-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .small {
    font-size: 15px;
  }
}
.recommend-splide .sale-date {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .sale-date {
    font-size: 26px;
  }
}
.recommend-splide .sale-price {
  display: flex;
  align-items: flex-end;
}
.recommend-splide .sale-price + .price {
  margin-top: 16px;
}
.recommend-splide .price {
  margin-bottom: 0;
}
.recommend-splide .before {
  line-height: 1.3;
}
.recommend-splide .before-cost {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .before-cost {
    font-size: 24px;
  }
}
.recommend-splide .before-cost::before {
  content: "";
  width: 155%;
  height: 2px;
  background-color: #e8340c;
  position: absolute;
  top: 20%;
  left: 0;
  rotate: 13deg;
  transform-origin: top left;
}
.recommend-splide .before-small {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .before-small {
    font-size: 18px;
  }
}
.recommend-splide .after {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .after {
    margin-left: 10px;
  }
}
.recommend-splide .after::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-color: #333;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  bottom: 10px;
  left: 0;
}
.recommend-splide .lower {
  line-height: 1;
}
.recommend-splide .after-cost {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .after-cost {
    font-size: 36px;
  }
}
.recommend-splide .after-small {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recommend-splide .after-small {
    font-size: 28px;
  }
}
.recommend-splide .--color_red {
  color: #f33a38;
}
.recommend_btn-wrap {
  margin: 20px auto 0;
  padding-bottom: 10px;
}/*# sourceMappingURL=recommend.css.map */