@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.ZenMaru {
  font-family: "Zen Maru Gothic", serif;
}
.block-page-top {
  z-index: 9999;
}
.salad_spinner_body {
  color: #362929;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
html[data-browse-mode="S"] .salad_spinner_body .isPc {
  display: none;
}
html[data-browse-mode="P"] .salad_spinner_body .isSp {
  display: none;
}
.salad_spinner_body .comment {
  max-width: 1130px;
  text-align: right;
  padding: 0 16px 0;
  margin: 10px auto 0;
}
html[data-browse-mode="S"] .salad_spinner_body .comment {
  text-align: left;
  font-size: 12px;
}
.salad_spinner_inner {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 16px;
}
html[data-browse-mode="S"] .salad_spinner_inner {
  max-width: 500px;
  padding: 0 calc((15 / 375) * 100vw);
}
.salad_spinner_mv {
  line-height: 0;
}
.salad_spinner_subhead {
  color: #409360;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
html[data-browse-mode="S"] .salad_spinner_subhead {
  font-size: 16px;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.salad_spinner_subhead:before,
.salad_spinner_subhead:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 25px;
  background-size: 100% 100%;
}
.salad_spinner_subhead:before {
  background-image: url("/img/usr/freepage/salad_spinner/left.png");
}
.salad_spinner_subhead:after {
  background-image: url("/img/usr/freepage/salad_spinner/right.png");
}
.salad_spinner_head2 {
  padding: 0;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url("/img/usr/freepage/salad_spinner/under.png") repeat-x;
  background-position: left bottom;
  background-size: 12px 3px;
  font-size: 34px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .salad_spinner_head2 {
  font-size: 30px;
  line-height: 2;
}
.salad_spinner_head3 {
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 80px;
}
html[data-browse-mode="S"] .salad_spinner_head3 {
  font-size: 24px;
  margin: 0 0 40px;
  line-height: 1.8;
}
.salad_spinner_nav {
  background-image: url("/img/usr/freepage/salad_spinner/nav_bg.png");
  background-size: 100% 100%;
  padding: 70px 0 92px;
}
html[data-browse-mode="S"] .salad_spinner_nav {
  background-image: url("/img/usr/freepage/salad_spinner/sp/nav_bg.png");
  padding: 8px 0 43px;
}
.salad_spinner_nav_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (370px)[2];
  grid-template-columns: repeat(2, 370px);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html[data-browse-mode="S"] .salad_spinner_nav_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
  max-width: 300px;
  margin: auto;
}
.salad_spinner_nav_link {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #e07a2e;
  background-image: url("/img/usr/freepage/salad_spinner/nav_btn.png");
  background-size: 21px auto;
  background-position: center right 43px;
  background-repeat: no-repeat;
  letter-spacing: 0.01em;
  line-height: 1.5;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.161);
          box-shadow: 0 3px 6px 0 rgba(0,0,0,0.161);
  border-radius: 10px;
  color: #fff;
  padding: 20px 14px 20px 0;
}
html[data-browse-mode="S"] .salad_spinner_nav_link {
  background-position: center right 30px;
  padding: 12px 14px 14px 0;
}
@media (hover: hover) {
  .salad_spinner_nav_link:hover {
    color: #fff;
    opacity: 0.8;
  }
}
.salad_spinner_nav_link .link_min {
  font-size: 16px;
  margin-bottom: 3px;
}
html[data-browse-mode="S"] .salad_spinner_nav_link .link_min {
  font-size: 14px;
  margin-bottom: -2px;
}
.salad_spinner_nav_link .link_txt {
  font-size: 22px;
}
html[data-browse-mode="S"] .salad_spinner_nav_link .link_txt {
  font-size: 20px;
}
.salad_spinner_feature {
  padding: 48px 0 150px;
}
html[data-browse-mode="S"] .salad_spinner_feature {
  padding: 45px calc((19 / 375) * 100vw) 70px;
}
.salad_spinner_feature_txt {
  margin-top: 38px;
  text-align: center;
  font-size: 18px;
}
html[data-browse-mode="S"] .salad_spinner_feature_txt {
  font-size: 16px;
  margin-top: 21px;
  line-height: 36px;
}
.salad_spinner_feature_list {
  counter-reset: number 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin: 50px 0 10px;
}
html[data-browse-mode="S"] .salad_spinner_feature_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin: 42px 0 0 calc((23 / 375) * -100vw);
}
.salad_spinner_feature_item {
  position: relative;
  padding-left: 127px;
  padding-bottom: 50px;
}
html[data-browse-mode="S"] .salad_spinner_feature_item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc((78 / 375) * 100vw);
  margin-top: 0;
  line-height: 1.9;
}
.salad_spinner_feature_item:nth-of-type(even) {
  padding-top: 80px;
}
.salad_spinner_feature_item:nth-of-type(3) {
  margin-top: -75px;
}
.salad_spinner_feature_item:nth-of-type(4) {
  margin-top: -75px;
}
.salad_spinner_feature_item:nth-of-type(5) {
  margin-top: -120px;
}
@media screen and (max-width: 400px) {
  .salad_spinner_feature_item:nth-of-type(5) .salad_spinner_feature_ttl br {
    display: none;
  }
}
.salad_spinner_feature_item:before {
  position: absolute;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #e07a2e;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  background-image: url("/img/usr/freepage/salad_spinner/pick.png");
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
  font-size: 130px;
  line-height: 1.24;
  padding: 13px 0 0 40px;
  background-size: 79px auto;
}
html[data-browse-mode="S"] .salad_spinner_feature_item:before {
  background-size: 55px auto;
  width: 60px;
  padding-left: 0;
  padding-top: 2px;
  font-size: 80px;
  line-height: 1.6;
  text-align: right;
}
.salad_spinner_feature_ttl {
  font-weight: bold;
  line-height: 1.7;
  font-size: 24px;
  padding-top: 35px;
  margin-bottom: 10px;
}
.salad_spinner_feature_ttl span {
  color: #409360;
}
html[data-browse-mode="S"] .salad_spinner_feature_ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.salad_spinner_feature_img {
  line-height: 0;
  margin-top: 30px;
  margin-left: -63px;
  max-width: 400px;
}
html[data-browse-mode="S"] .salad_spinner_feature_img {
  padding-left: 0;
  margin-top: 27px;
  max-width: calc((304 / 375) * 100vw);
  margin-left: calc((55 / 375) * -100vw);
}
.salad_spinner_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1012px;
  margin: auto;
  gap: 30px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
.salad_spinner_flex_wrap .salad_spinner_product_block {
  line-height: 1.5;
  border-radius: 25px;
  border-style: solid;
  border-width: 10px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_block {
  border-width: 6px;
  border-radius: 15px;
}
.salad_spinner_flex_wrap .salad_spinner_product_block.green {
  position: relative;
  max-width: 500px;
  border-color: #50a549;
}
.salad_spinner_flex_wrap .salad_spinner_product_block.green .salad_spinner_product_head {
  background-color: #50a549;
  color: #fff;
}
.salad_spinner_flex_wrap .salad_spinner_product_head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 3px 0 13px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_head {
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 2.3;
}
.salad_spinner_flex_wrap .salad_spinner_product_wrap {
  background: #fff;
  padding: 100px 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  row-gap: 44px;
  border-radius: 5px 5px 15px 15px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_wrap {
  row-gap: 32px;
  border-radius: 0 0 13px 13px;
  padding: 50px 30px 30px;
}
.salad_spinner_flex_wrap .salad_spinner_product_img {
  width: 345px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_img {
  width: 100%;
  padding: 0 calc((6 / 375) * 100vw);
}
.salad_spinner_flex_wrap .salad_spinner_product_detail {
  width: 410px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_detail {
  width: 100%;
}
.salad_spinner_flex_wrap .salad_spinner_product_name {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_name {
  font-size: 22px;
  margin-bottom: 5px;
}
.salad_spinner_flex_wrap .salad_spinner_product_price {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.salad_spinner_flex_wrap .salad_spinner_product_price .tax {
  font-size: 15px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_price {
  font-size: 19px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_price .tax {
  font-size: 13px;
}
.salad_spinner_flex_wrap .salad_spinner_product_btn {
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background: #e07a2e;
  margin: 30px 0 15px;
  font-size: 20px;
  line-height: 66px;
  border-radius: 31px;
}
html[data-browse-mode="S"] .salad_spinner_flex_wrap .salad_spinner_product_btn {
  font-size: 18px;
  margin-top: 25px;
}
.salad_spinner_flex_wrap .salad_spinner_product_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.salad_spinner_flex_wrap .salad_spinner_product_more {
  display: block;
  text-align: center;
  font-size: 15px;
}
.salad_spinner_product_block {
  line-height: 1.5;
  border-radius: 25px;
  border-style: solid;
  border-width: 10px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .salad_spinner_product_block {
  border-width: 6px;
  border-radius: 15px;
}
.salad_spinner_product_block.green {
  position: relative;
  max-width: 1012px;
  border-color: #50a549;
}
html[data-browse-mode="S"] .salad_spinner_product_block.green {
  max-width: 500px;
}
.salad_spinner_product_block.green .salad_spinner_product_head {
  background-color: #50a549;
  color: #fff;
}
.salad_spinner_product_head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 3px 0 13px;
}
html[data-browse-mode="S"] .salad_spinner_product_head {
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 2.3;
}
.salad_spinner_product_wrap {
  background: #fff;
  padding: 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 74px;
     -moz-column-gap: 74px;
          column-gap: 74px;
  row-gap: 44px;
  border-radius: 5px 5px 18px 18px;
}
html[data-browse-mode="S"] .salad_spinner_product_wrap {
  row-gap: 32px;
  border-radius: 0 0 13px 13px;
  padding: 50px 30px 30px;
}
.salad_spinner_product_img {
  width: 345px;
}
html[data-browse-mode="S"] .salad_spinner_product_img {
  width: 100%;
  padding: 0 calc((6 / 375) * 100vw);
}
.salad_spinner_product_detail {
  width: 410px;
}
html[data-browse-mode="S"] .salad_spinner_product_detail {
  width: 100%;
}
.salad_spinner_product_name {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .salad_spinner_product_name {
  font-size: 22px;
  margin-bottom: 5px;
}
.salad_spinner_product_price {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.salad_spinner_product_price .tax {
  font-size: 15px;
}
html[data-browse-mode="S"] .salad_spinner_product_price {
  font-size: 19px;
}
html[data-browse-mode="S"] .salad_spinner_product_price .tax {
  font-size: 13px;
}
.salad_spinner_product_btn {
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background: #e07a2e;
  margin: 30px 0 15px;
  font-size: 20px;
  line-height: 66px;
  border-radius: 31px;
}
html[data-browse-mode="S"] .salad_spinner_product_btn {
  font-size: 18px;
  margin-top: 25px;
}
.salad_spinner_product_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.salad_spinner_product_more {
  display: block;
  text-align: center;
  font-size: 15px;
}
.salad_spinner_charm {
  position: relative;
  padding: 28px 0 145px;
  background-color: #f1f2f1;
  z-index: 10;
}
.salad_spinner_charm:before {
  position: absolute;
  top: -53px;
  left: 0;
  content: "";
  width: 100%;
  height: 103px;
  display: block;
  background: url("/img/usr/freepage/salad_spinner/charm_bg.png") repeat-x top/contain;
  z-index: -1;
}
html[data-browse-mode="S"] .salad_spinner_charm {
  padding: 55px 0 115px;
}
html[data-browse-mode="S"] .salad_spinner_charm:before {
  top: -20px;
  height: 43px;
  background: url("/img/usr/freepage/salad_spinner/sp/charm_bg.png") repeat-x top/contain;
}
html[data-browse-mode="S"] .salad_spinner_charm .salad_spinner_slide_btn {
  top: 100px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
html[data-browse-mode="S"] .salad_spinner_charm_list {
  padding-left: 10px;
}
.salad_spinner_charm_item {
  width: 325px;
  margin-right: 30px;
}
html[data-browse-mode="S"] .salad_spinner_charm_item {
  width: 267px;
  margin-right: 25px;
}
.salad_spinner_charm_head {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin: 22px 0 20px;
}
html[data-browse-mode="S"] .salad_spinner_charm_head {
  margin: 27px 0 20px;
}
.salad_spinner_slide_btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer;
}
.salad_spinner_slide_btn.prev-arrow {
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -23px;
  background: #362929;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.salad_spinner_slide_btn.prev-arrow:before {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 3px;
}
html[data-browse-mode="S"] .salad_spinner_slide_btn.prev-arrow {
  left: -10px;
}
.salad_spinner_slide_btn.next-arrow {
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -23px;
  background: #362929;
  border-radius: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.salad_spinner_slide_btn.next-arrow:after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
html[data-browse-mode="S"] .salad_spinner_slide_btn.next-arrow {
  right: -10px;
}
html[data-browse-mode="S"] .salad_spinner_slide_btn {
  width: 41px;
  height: 41px;
}
.salad_spinner_life {
  padding: 74px 0 80px;
}
.salad_spinner_life .salad_spinner_head2 {
  background: none;
}
.salad_spinner_life .salad_spinner_subhead {
  gap: 35px;
}
html[data-browse-mode="S"] .salad_spinner_life .salad_spinner_subhead {
  gap: 17px;
}
html[data-browse-mode="S"] .salad_spinner_life {
  padding: 60px 0;
}
.salad_spinner_life_txt {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
}
html[data-browse-mode="S"] .salad_spinner_life_txt {
  margin-top: 40px;
  margin-bottom: 45px;
}
.video_block {
  position: relative;
  max-width: 1012px;
  border-color: #e07a2e;
  margin: 50px auto;
}
html[data-browse-mode="S"] .video_block {
  max-width: 500px;
  width: 100%;
  margin: 50px auto 0px;
}
.video_block .salad_spinner_product_head {
  background: #e07a2e;
  color: #fff;
}
html[data-browse-mode="S"] .video_block .salad_spinner_product_head {
  line-height: 1.5;
  padding: 10px 0 17px;
}
.video_block:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -90px;
  width: 164px;
  height: 163px;
  background: url("/img/usr/freepage/salad_spinner/video_deco.png") no-repeat center/contain;
  z-index: 9;
}
html[data-browse-mode="S"] .video_block:after {
  width: 92px;
  height: 92px;
  bottom: -22px;
  right: -5px;
}
.video_block .salad_spinner_product_wrap {
  padding: 28px 80px;
}
html[data-browse-mode="S"] .video_block .salad_spinner_product_wrap {
  padding: 30px 12px 80px;
}
html[data-browse-mode="S"] .video_block .salad_spinner_product_wrap #instagram-embed-0 {
  max-width: 500px !important;
  min-width: 290px !important;
}
.salad_spinner_recipe {
  position: relative;
  background: #faeec5;
  z-index: 10;
  padding: 45px 0 200px;
}
.salad_spinner_recipe:before {
  position: absolute;
  top: -53px;
  left: 0;
  content: "";
  width: 100%;
  height: 103px;
  display: block;
  background: url("/img/usr/freepage/salad_spinner/recipe_bg.png") repeat-x top/contain;
  z-index: -1;
}
html[data-browse-mode="S"] .salad_spinner_recipe {
  padding: 30px 0 200px;
}
html[data-browse-mode="S"] .salad_spinner_recipe:before {
  top: -20px;
  height: 43px;
  background: url("/img/usr/freepage/salad_spinner/sp/recipe_bg.png") repeat-x top/contain;
}
@media screen and (max-width: 453px) {
  .salad_spinner_recipe .salad_spinner_subhead .isSp:last-child {
    display: none !important;
  }
}
.salad_spinner_recipe .salad_spinner_inner {
  max-width: 1130px;
}
.salad_spinner_recipe .salad_spinner_inner .salad_spinner_product_block {
  max-width: 1130px;
}
.salad_spinner_recipe .salad_spinner_recipe_block {
  margin: 50px auto 80px;
  background: #fff;
  border-radius: 25px;
  border: 10px solid #e07a2e;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block {
  margin: 37px auto;
  border-width: 6px;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) {
  border: 10px solid #80bc66;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) {
  border-width: 6px;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top {
  -ms-grid-columns: 550px 1fr;
  grid-template-columns: 550px 1fr;
  -ms-grid-rows: 80px 1fr;
  grid-template-rows: 80px 1fr;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top {
  -ms-grid-columns: 1fr 50px;
  grid-template-columns: 1fr 50px;
  -ms-grid-rows: 147px 1fr;
  grid-template-rows: 147px 1fr;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .text_wrap {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .number {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  margin-left: auto;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .number p {
  margin-left: -8px;
  color: #80bc66;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .text_wrap {
  text-align: right;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block:nth-of-type(odd) .top .img {
  margin-right: auto;
  margin-left: 0;
}
.salad_spinner_recipe .salad_spinner_recipe_block .wrap {
  padding: 70px 50px 50px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .wrap {
  padding: 35px 14px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 550px;
  grid-template-columns: 1fr 550px;
  -ms-grid-rows: 80px 1fr;
  grid-template-rows: 80px 1fr;
  gap: 40px 46px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top {
  -ms-grid-columns: 50px 1fr;
  grid-template-columns: 50px 1fr;
  -ms-grid-rows: 147px 1fr;
  grid-template-rows: 147px 1fr;
  gap: 17px 23px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .number {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .number p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Quicksand", sans-serif;
  color: #e07a2e;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .number p {
  font-size: 50px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .text_wrap {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .text_wrap .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 10px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .text_wrap {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .text_wrap .comment p {
  font-size: 18px;
  line-height: 34px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .text_wrap .title {
  font-size: 20px;
  margin-top: 0;
  line-height: 32px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.salad_spinner_recipe .salad_spinner_recipe_block .top .img img {
  max-width: 550px;
  height: auto;
  aspect-ratio: 550/350;
  border-radius: 25px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  margin-left: auto;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .top .img img {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 230/147;
  margin-left: auto;
  border-radius: 20px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 46px;
  margin-top: 25px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-top: 20px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .title {
  font-size: 18px;
  font-weight: bold;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .material {
  width: 320px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .material dl {
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .material dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 130px;
  font-weight: 600;
  text-align: right;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .material div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom .material {
  width: 100%;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom .material dl {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .making {
  counter-reset: listnum;
  list-style: none;
  max-width: 611px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom .making {
  max-width: 100%;
  margin-top: 25px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .making ul {
  margin-top: 15px;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .making li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #e07a2e 4px, transparent 4px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.salad_spinner_recipe .salad_spinner_recipe_block .bottom .making li:before {
  counter-increment: listnum;
  content: counter(listnum);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  background: #e07a2e;
  border-radius: 100%;
  line-height: 1.5;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom .making li {
  gap: 17px;
  font-size: 14px;
  margin-bottom: 18px;
}
html[data-browse-mode="S"] .salad_spinner_recipe .salad_spinner_recipe_block .bottom .making li:before {
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 1.6;
}
