main#manuka {
  background-color: #fff;
}
main#manuka .normal-price {
  display: none;
}
main#manuka .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#manuka .prod-list .prod-item__price {
  text-align: center;
}
main#manuka .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#manuka .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#manuka [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#manuka .pcbr {
  display: block;
}
main#manuka .tabbr {
  display: none;
}
main#manuka .spbr {
  display: none;
}
main#manuka .bggry {
  background-color: #F3F3F3;
}
main#manuka .bgyellow {
  background-color: #F7F7F7;
}
main#manuka .red {
  color: #940E07;
}
main#manuka section.content > .inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
main#manuka section.content > .inner h2 {
  margin-top: 0;
}
main#manuka .type-brw .item a {
  background-color: #d0c8b5;
  color: #222;
  border-color: #d0c8b5;
}
main#manuka .lp-menu .item a {
  background-color: #060c2a;
  color: #ffffff;
}
main#manuka .lp-menu__sub .column-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
main#manuka .lp-menu__sub .column-box a {
  background-color: #d0c8b5;
  color: #000;
  border: unset;
  font-weight: normal;
}
main#manuka h2 {
  line-height: 1.5;
  font-size: 2.1rem;
  padding-top: 0;
}
main#manuka h2.b-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}
main#manuka h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
main#manuka h3.b-subttl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 70px;
}
main#manuka h3.sub-ttl {
  margin-top: 60px;
}
main#manuka h3.b-top-bottom {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
main#manuka h3 .square {
  position: relative;
  color: #222;
}
main#manuka h3 .square:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#manuka h3 .square:after {
  content: "";
  position: absolute;
  right: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#manuka h4 {
  font-weight: bold;
  font-size: 1.6em;
}
main#manuka .icn.sale {
  text-align: center;
}
main#manuka .icn.sale.type-band {
  font-family: "Noto Sans JP", sans-serif;
}
main#manuka .icn.season {
  width: 86px;
  height: 86px;
}
main#manuka .icn.season.winter {
  background-color: #80b0cf;
}
main#manuka .icn.season.autumn {
  background-color: #c3ba5a;
}
main#manuka .icn.season.summer {
  background-color: #e9ac3a;
}
main#manuka .icn.season.spring {
  background-color: #ea6751;
}
main#manuka .content-txt {
  margin-top: 20px;
}
main#manuka .content-txt.small {
  font-size: 14px;
  text-align: right;
}
main#manuka .border {
  padding: 10px;
  border: 1px solid #333;
}
main#manuka .txt-c_l {
  text-align: center;
}
main#manuka .btn-recipe {
  max-width: 360px;
  color: #222333;
  border: 2px solid #222333;
}
main#manuka .btn-recipe:hover, main#manuka .btn-recipe:active, main#manuka .btn-recipe:focus {
  color: #222;
  border: 2px solid #333333;
  background-color: #ffffff;
}
main#manuka .content-list_side {
  margin-top: 60px;
}
main#manuka .content-list_side .content-detail {
  margin: auto 0;
}
main#manuka .content_side_photo {
  display: flex;
}
main#manuka .content_side_photo:not(:first-of-type) {
  margin-top: 40px;
}
main#manuka .content_side_photo.reverse {
  flex-direction: row-reverse;
}
main#manuka .content_side_photo .content_side_img {
  width: 50%;
}
main#manuka .content_side_photo .content_side_txt {
  width: 50%;
  padding: 0 40px;
  margin: auto 0;
}
main#manuka .content_side_photo .content_side_txt .content_side_photo_ttl {
  font-size: 26px;
  margin-bottom: 10px;
}
main#manuka .reason-box {
  margin-top: 40px;
}
main#manuka .reason-box .reason_list {
  display: flex;
}
main#manuka .reason-box .reason_list_item_box {
  width: calc((100% - 24px) / 4);
  flex-grow: 1;
  flex-shrink: 0;
}
main#manuka .reason-box .reason_list_item_box:not(:first-of-type) {
  margin-left: 8px;
}
main#manuka .reason-box .reason_list_item {
  height: 100%;
  background: #F7F7F7;
  position: relative;
  box-sizing: border-box;
}
main#manuka .reason-box .reason_list_item_img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
main#manuka .reason-box .reason_list_item_img img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
main#manuka .reason-box .reason_list_item_txtbox {
  padding: 15px;
}
main#manuka .reason-box .reason_list_item_txtbox .content-txt {
  color: #333333;
}
main#manuka .reason-box .reason_list_item_ttl {
  font-size: 22px;
  text-align: center;
  color: #333333;
  text-decoration: underline;
}
main#manuka .column-imgbox {
  display: flex;
}
main#manuka .column-imgbox .column_img {
  width: 50%;
}
main#manuka .column-imgbox .column_img:not(:first-of-type) {
  margin-left: 2%;
}
main#manuka .review-star-columnbox {
  display: flex;
}
main#manuka .review-star-box {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
}
main#manuka .review-star-box:not(:first-of-type) {
  margin-left: 20px;
}
main#manuka .review-star-box .review-star-box_band {
  display: inline-block;
  top: -15px;
  background: #FFD553;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: bold;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
main#manuka .review-star-box .review-star_list {
  display: flex;
  align-items: center;
}
main#manuka .review-star-box .review-star_list .review-star_list_ttl {
  font-size: 20px;
  font-weight: bold;
}
main#manuka .review-star-box .review-star {
  font-weight: 700;
  color: #FFD553;
  font-size: 20px;
  text-align: center;
  margin-left: 10px;
}
main#manuka .review-star-box .content-txt {
  margin-top: 10px;
}
main#manuka .faq__inner {
  padding: 0;
}
main#manuka .faq__inner .faq__box .faq__question {
  background-color: #d0c8b5;
  color: #333;
}
main#manuka .faq__inner .faq__box .faq__icon--answer {
  background-color: #d0c8b5;
}
main#manuka #intro .intro-slogan {
  line-height: 1.4;
}
main#manuka #intro .intro-slogan .sub {
  display: block;
  font-size: 1.8rem;
}
main#manuka #intro .inner {
  padding-bottom: 30px;
}
main#manuka #intro .content-txt {
  text-align: center;
}
main#manuka #pickup_sale .inner {
  padding-bottom: 50px;
}
main#manuka #pickup_sale .section-ttl {
  padding: 40px 16px;
}
main#manuka #about .about_img_container {
  position: relative;
  height: 550px;
}
main#manuka #about .about_img_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
main#manuka #about .about_img_wrapper .about_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50% 30%;
  z-index: -1;
  background-image: url(manuka_img001.jpg);
}

@media screen and (max-width: 1025px) {
  main#manuka .prod-list.column-box.col04 {
    grid-column-gap: 20px;
  }
  main#manuka .prod-list.column-box.col04 .discount-price .type-band.sale {
    font-size: 0.7rem;
  }
  main#manuka .prod-list.column-box.col04 .discount-price .price {
    font-size: 1.8rem;
  }
  main#manuka .pcbr {
    display: none;
  }
  main#manuka .tabbr {
    display: block;
  }
  main#manuka .lp-menu .item a {
    font-size: 18px;
  }
  main#manuka h2 {
    font-size: 1.6rem;
  }
  main#manuka h3 {
    font-size: 1.5rem;
  }
  main#manuka h4 {
    font-size: 1.4rem;
  }
  main#manuka .icn.season {
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    font-size: 14px;
  }
  main#manuka .btn-recipe {
    font-size: 16px;
  }
  main#manuka .content-list_side {
    margin-top: 40px;
  }
  main#manuka .content-list_side .content-detail {
    margin: 30px auto 0;
  }
  main#manuka .content_side_photo .content_side_txt .content_side_photo_ttl {
    font-size: 22px;
    margin-bottom: 0;
  }
  main#manuka .reason-box .reason_list_item_ttl {
    font-size: 19px;
  }
  main#manuka #intro .intro-slogan {
    font-size: 2rem;
  }
  main#manuka #intro .intro-slogan .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  main#manuka .prod-list.column-box .prod-item__name {
    font-size: 4.2vw;
  }
  main#manuka .prod-list.column-box .not-discount {
    height: auto;
  }
  main#manuka .prod-list.column-box.col04 {
    grid-row-gap: 48px;
  }
  main#manuka .prod-list.column-box.col04 .discount-price .type-band.sale {
    font-size: 0.8rem;
  }
  main#manuka .prod-list.column-box.col04 .discount-price .price {
    font-size: 1.75rem;
  }
  main#manuka .spbr {
    display: block;
  }
  main#manuka section.content > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  main#manuka .lp-menu .item a {
    font-size: 2.8vw;
  }
  main#manuka h2 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  main#manuka h3 {
    font-size: 5.8vw;
    margin-bottom: 30px;
  }
  main#manuka h3.b-subttl {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  main#manuka h3.sub-ttl {
    margin-top: 50px;
  }
  main#manuka h3 .square:before {
    left: -24px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#manuka h3 .square:after {
    right: -22px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#manuka h4 {
    font-size: 5vw;
  }
  main#manuka .icn.sale {
    top: 1.333333vw;
    left: 1.333333vw;
  }
  main#manuka .icn.season {
    top: 4px;
    left: 4px;
    width: 12vw;
    height: 12vw;
    font-size: 3vw;
  }
  main#manuka .content-txt {
    margin-top: 10px;
    font-size: 4vw;
  }
  main#manuka .content-txt.small {
    text-align: left;
    font-size: 3.4vw;
  }
  main#manuka .pickup-name {
    font-size: 5.4vw;
  }
  main#manuka .txt-c_l {
    text-align: left;
  }
  main#manuka .btn-recipe {
    font-size: 4vw;
  }
  main#manuka .content_side_photo {
    flex-direction: column;
  }
  main#manuka .content_side_photo:not(:first-of-type) {
    margin-top: 30px;
  }
  main#manuka .content_side_photo.reverse {
    flex-direction: column;
  }
  main#manuka .content_side_photo .content_side_img {
    width: 100%;
  }
  main#manuka .content_side_photo .content_side_txt {
    width: 100%;
    padding: 0;
    margin: 16px auto;
  }
  main#manuka .content_side_photo .content_side_txt .content_side_photo_ttl {
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 0;
  }
  main#manuka .reason-box {
    margin-top: 30px;
  }
  main#manuka .reason-box .reason_list {
    flex-direction: column;
  }
  main#manuka .reason-box .reason_list_item_box {
    width: 100%;
  }
  main#manuka .reason-box .reason_list_item_box:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }
  main#manuka .reason-box .reason_list_item_txtbox {
    padding: 20px;
  }
  main#manuka .reason-box .reason_list_item_ttl {
    font-size: 5.4vw;
  }
  main#manuka .column-imgbox.spcol01 {
    flex-direction: column;
  }
  main#manuka .column-imgbox.spcol01 .column_img {
    width: 100%;
  }
  main#manuka .column-imgbox.spcol01 .column_img:not(:first-of-type) {
    margin-left: 0;
  }
  main#manuka .review-star-columnbox {
    flex-direction: column;
  }
  main#manuka .review-star-box {
    padding: 4%;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  main#manuka .review-star-box:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
  main#manuka .review-star-box .review-star-box_band {
    font-size: 3.2vw;
  }
  main#manuka .review-star-box .review-star_list .review-star_list_ttl {
    font-size: 4.6vw;
  }
  main#manuka .review-star-box .review-star {
    margin-left: 6px;
    padding-right: 2px;
    font-size: 4.2vw;
  }
  main#manuka .faq__inner .faq__box .faq__question {
    font-size: 4vw;
    padding: 6% 16% 6% 18%;
  }
  main#manuka .faq__inner .faq__box .faq__question .faq__icon {
    font-size: 4vw;
    width: 10vw;
    height: 10vw;
    left: 3%;
  }
  main#manuka .faq__inner .faq__box .faq__question:before {
    right: 4%;
    top: 48%;
  }
  main#manuka .faq__inner .faq__box .faq__question:after {
    right: 4%;
    top: 48%;
  }
  main#manuka #intro .intro-slogan {
    font-size: 6.4vw;
  }
  main#manuka #intro .content-txt {
    text-align: left;
  }
  main#manuka #pickup_sale .section-ttl {
    padding: 20px 8px;
  }
  main#manuka #about .about_img_container {
    height: 360px;
  }
}/*# sourceMappingURL=manuka.css.map */