@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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&display=swap");
.casserole_body {
  color: #362929;
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
}
html[data-browse-mode="S"] .casserole_body .isPc {
  display: none;
}
html[data-browse-mode="P"] .casserole_body .isSp {
  display: none;
}
.casserole_inner {
  max-width: 1132px;
  margin: 0 auto;
  padding: 0 16px;
}
html[data-browse-mode="S"] .casserole_inner {
  padding: 0 calc((16 / 375) * 100vw);
}
.casserole_mv {
  line-height: 0;
}
.casserole_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: 20px;
  margin-bottom: 7px;
}
html[data-browse-mode="S"] .casserole_subhead {
  gap: 10px;
  font-size: 14px;
}
.casserole_subhead:before,
.casserole_subhead:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 25px;
  background-size: 100% 100%;
}
.casserole_subhead:before {
  background-image: url("/img/usr/freepage/casserole/left.png");
}
.casserole_subhead:after {
  background-image: url("/img/usr/freepage/casserole/right.png");
}
.casserole_head2 {
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent calc(100% - 19px), #fdfe8d 19px);
  font-size: 34px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .casserole_head2 {
  font-size: 30px;
}
.casserole_head3 {
  padding: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 75px;
}
html[data-browse-mode="S"] .casserole_head3 {
  font-size: 24px;
  margin: 0 0 44px;
}
.casserole_nav {
  background-image: url("/img/usr/freepage/casserole/nav_bg_pc.png");
  background-size: 100% 100%;
  padding: 70px 0 92px;
}
html[data-browse-mode="S"] .casserole_nav {
  background-image: url("/img/usr/freepage/casserole/nav_bg_sp.png");
  padding: 23px 0 40px;
}
.casserole_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"] .casserole_nav_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.casserole_nav_link {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  background-color: #362929;
  background-image: url("/img/usr/freepage/casserole/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: 25px 14px 25px 0;
}
html[data-browse-mode="S"] .casserole_nav_link {
  background-position: center right 30px;
  padding: 12px 14px 14px 0;
}
.casserole_nav_link:hover {
  color: #fff;
  opacity: 0.8;
}
.casserole_nav_link .link_min {
  font-size: 16px;
  margin-bottom: 3px;
}
html[data-browse-mode="S"] .casserole_nav_link .link_min {
  font-size: 14px;
  margin-bottom: -2px;
}
.casserole_nav_link .link_txt {
  font-size: 22px;
}
html[data-browse-mode="S"] .casserole_nav_link .link_txt {
  font-size: 20px;
}
.casserole_feature {
  padding: 80px 0;
}
html[data-browse-mode="S"] .casserole_feature {
  padding: 50px calc((19 / 375) * 100vw) 60px;
}
.casserole_feature_txt {
  margin-top: 48px;
  text-align: center;
  font-size: 18px;
}
html[data-browse-mode="S"] .casserole_feature_txt {
  font-size: 16px;
  margin-top: 32px;
}
.casserole_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"] .casserole_feature_list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 38px;
  margin: 42px 0 320px calc((23 / 375) * -100vw);
}
.casserole_feature_item {
  position: relative;
  padding-left: 127px;
  padding-bottom: 50px;
}
html[data-browse-mode="S"] .casserole_feature_item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc((78 / 375) * 100vw);
  margin-top: 0;
}
.casserole_feature_item:nth-of-type(even) {
  padding-top: 80px;
}
.casserole_feature_item:nth-of-type(3) {
  margin-top: -130px;
}
.casserole_feature_item:nth-of-type(4) {
  margin-top: -80px;
}
.casserole_feature_item:nth-of-type(5) {
  margin-top: -180px;
}
.casserole_feature_item:before {
  position: absolute;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #feec4c;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  background-image: url("/img/usr/freepage/casserole/pick.png");
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
  font-size: 130px;
  line-height: 1.24;
  padding: 6px 0 0 36px;
  background-size: 79px auto;
}
html[data-browse-mode="S"] .casserole_feature_item:before {
  background-size: 55px auto;
  width: 67px;
  padding-left: 0;
  padding-top: 12px;
  font-size: 80px;
  line-height: 1.6;
  text-align: right;
}
.casserole_feature_ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
  padding-top: 44px;
  margin-bottom: 20px;
}
.casserole_feature_ttl span {
  color: #409360;
}
html[data-browse-mode="S"] .casserole_feature_ttl {
  font-size: 20px;
  margin-bottom: 24px;
}
.casserole_feature_img {
  line-height: 0;
  margin-top: 30px;
  margin-left: -63px;
  max-width: 400px;
}
html[data-browse-mode="S"] .casserole_feature_img {
  padding-left: 0;
  max-width: calc((304 / 375) * 100vw);
  margin-left: calc((55 / 375) * -100vw);
}
.casserole_product_block {
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 25px;
  border-style: solid;
  border-width: 10px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .casserole_product_block {
  border-width: 8px;
  border-radius: 15px;
}
.casserole_product_block.yellow {
  position: relative;
  max-width: 1012px;
  border-color: #feec4c;
}
html[data-browse-mode="S"] .casserole_product_block.yellow {
  margin: 0 calc((19 / 375) * -100vw);
}
.casserole_product_block.yellow:before {
  position: absolute;
  content: "";
  background-image: url("/img/usr/freepage/casserole/appeal_pc.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  right: 38px;
  top: -373px;
  max-width: 361px;
  width: calc((361 / 1366) * 100vw);
  min-width: 300px;
  height: 363px;
}
html[data-browse-mode="S"] .casserole_product_block.yellow:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -310px;
  width: 303px;
  min-width: 100%;
  background-size: auto 100%;
  background-position: center bottom;
  background-image: url("/img/usr/freepage/casserole/appeal_sp.png");
  height: 302px;
}
.casserole_product_block.yellow .casserole_product_head {
  background-color: #feec4c;
}
.casserole_product_block.green {
  border-color: #409360;
  margin-top: 88px;
}
html[data-browse-mode="S"] .casserole_product_block.green {
  margin-top: 60px;
}
.casserole_product_block.green .casserole_product_head {
  position: relative;
  color: #fff;
  background-color: #409360;
}
.casserole_product_block.green .casserole_product_head:before,
.casserole_product_block.green .casserole_product_head:after {
  position: absolute;
  content: "";
  bottom: 0;
  background-size: 100% 100%;
}
.casserole_product_block.green .casserole_product_head:before {
  background-image: url("/img/usr/freepage/casserole/person_left.png");
  width: 80px;
  height: 87px;
  margin-left: -170px;
}
html[data-browse-mode="S"] .casserole_product_block.green .casserole_product_head:before {
  margin-left: -85px;
  width: 76px;
  height: 83px;
}
.casserole_product_block.green .casserole_product_head:after {
  background-image: url("/img/usr/freepage/casserole/person_right.png");
  width: 74px;
  height: 91px;
  margin-left: 90px;
}
html[data-browse-mode="S"] .casserole_product_block.green .casserole_product_head:after {
  margin: 0;
  width: 70px;
  height: 78px;
  margin-left: 23px;
}
.casserole_product_block.movie {
  max-width: 1012px;
  margin-top: 50px;
}
html[data-browse-mode="S"] .casserole_product_block.movie {
  margin: 40px calc((19 / 375) * -100vw) 0;
}
.casserole_product_block.movie .casserole_product_head:before,
.casserole_product_block.movie .casserole_product_head:after {
  content: none;
}
.casserole_product_block.movie .casserole_product_wrap {
  padding: 30px 0;
}
html[data-browse-mode="S"] .casserole_product_block.movie .casserole_product_wrap {
  display: block;
  padding: 30px;
}
.casserole_product_head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 3px 0 13px;
}
html[data-browse-mode="S"] .casserole_product_head {
  padding: 0 0 8px;
  font-size: 20px;
  line-height: 2.3;
}
.casserole_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 25px 25px;
}
html[data-browse-mode="S"] .casserole_product_wrap {
  border-radius: 0 0 13px 13px;
  padding: 50px 30px 30px;
}
.casserole_product_img {
  width: 345px;
}
html[data-browse-mode="S"] .casserole_product_img {
  width: 100%;
  padding: 0 calc((6 / 375) * 100vw);
}
.casserole_product_detail {
  width: 410px;
}
html[data-browse-mode="S"] .casserole_product_detail {
  width: 100%;
}
.casserole_product_name {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .casserole_product_name {
  font-size: 22px;
  margin-bottom: 7px;
}
.casserole_product_price {
  font-weight: bold;
  font-size: 22px;
}
.casserole_product_price .tax {
  font-size: 15px;
}
.casserole_product_btn {
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background: #362929;
  margin: 30px 0 15px;
  font-size: 20px;
  line-height: 66px;
  border-radius: 31px;
}
html[data-browse-mode="S"] .casserole_product_btn {
  font-size: 18px;
  margin-top: 25px;
}
.casserole_product_btn:hover {
  color: #fff;
  opacity: 0.8;
}
.casserole_product_more {
  display: block;
  text-align: center;
  color: #362929;
  font-size: 15px;
}
.casserole_movie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 315px auto;
  grid-template-columns: 315px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}
html[data-browse-mode="S"] .casserole_movie {
  margin: 0;
  display: block;
}
.casserole_movie #instagram-embed-0 {
  min-width: 100% !important;
}
.casserole_movie_explain {
  width: 473px;
  margin-left: 50px;
}
html[data-browse-mode="S"] .casserole_movie_explain {
  width: 100%;
  margin: 23px 0 0;
}
.casserole_movie_point {
  position: relative;
  z-index: 0;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
}
html[data-browse-mode="S"] .casserole_movie_point {
  font-size: 20px;
  margin-bottom: 16px;
}
.casserole_movie_point:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 10px;
  background: #fdfe8d;
  left: 0;
  bottom: 0;
}
.casserole_movie_txt {
  color: #000;
  font-size: 16px;
}
.casserole_charm {
  padding: 80px 0;
  background: #f8f8f8;
  margin-bottom: -32px;
}
html[data-browse-mode="S"] .casserole_charm {
  padding: 60px 0 86px;
  margin-bottom: -21px;
}
html[data-browse-mode="S"] .casserole_charm .casserole_slide_btn {
  top: 100px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
html[data-browse-mode="S"] .casserole_charm_list {
  padding-left: 10px;
}
.casserole_charm_item {
  width: 325px;
  margin-right: 30px;
}
html[data-browse-mode="S"] .casserole_charm_item {
  width: 267px;
  margin-right: 25px;
}
.casserole_charm_head {
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin: 22px 0 24px;
}
html[data-browse-mode="S"] .casserole_charm_head {
  margin-top: 16px;
}
.casserole_recipe {
  padding: 90px 0 100px;
  background-image: url("/img/usr/freepage/casserole/bg_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
html[data-browse-mode="S"] .casserole_recipe {
  padding: 58px 0;
  background-image: url("/img/usr/freepage/casserole/bg_sp.png");
}
.casserole_recipe .casserole_head2 {
  background: linear-gradient(transparent calc(100% - 19px), rgba(255,255,255,0.6) 19px);
}
.casserole_recipe_list {
  gap: 40px;
}
html[data-browse-mode="P"] .casserole_recipe_list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html[data-browse-mode="S"] .casserole_recipe_list {
  margin-top: 40px;
}
.casserole_recipe_item {
  width: 245px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
}
html[data-browse-mode="S"] .casserole_recipe_item {
  margin-right: 24px;
}
.casserole_recipe_item a {
  display: block;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
.casserole_recipe_item a:hover {
  opacity: 0.8;
}
.casserole_recipe_img {
  border-radius: 25px 25px 0 0;
}
.casserole_recipe_name {
  font-weight: bold;
  font-size: 16px;
  padding: 30px 0;
}
.casserole_slide_btn {
  position: absolute;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.casserole_slide_btn.prev-arrow {
  left: -23px;
  background-image: url("/img/usr/freepage/casserole/btn_prev.png");
}
html[data-browse-mode="S"] .casserole_slide_btn.prev-arrow {
  left: -12px;
}
.casserole_slide_btn.next-arrow {
  bottom: 0;
  right: -23px;
  background-image: url("/img/usr/freepage/casserole/btn_next.png");
}
html[data-browse-mode="S"] .casserole_slide_btn.next-arrow {
  right: -12px;
}
html[data-browse-mode="S"] .casserole_slide_btn {
  width: 41px;
  height: 41px;
}
.casserole_life {
  padding: 74px 0 80px;
}
.casserole_life .casserole_head2 {
  background: none;
}
.casserole_life .casserole_subhead {
  gap: 35px;
}
html[data-browse-mode="S"] .casserole_life .casserole_subhead {
  gap: 17px;
}
html[data-browse-mode="S"] .casserole_life {
  padding: 60px 0;
}
.casserole_life_txt {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
}
html[data-browse-mode="S"] .casserole_life_txt {
  margin-top: 40px;
  margin-bottom: 45px;
}
/*ATOJ_AGC-193*/
.salad_spinner_recipe_block {
  margin: 50px auto 80px;
  background: #fff;
  border-radius: 25px;
  border: 10px solid #409360;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block {
  margin: 37px auto;
  border-width: 6px;
}
.salad_spinner_recipe_block .wrap {
  padding: 70px 50px 50px;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .wrap {
  padding: 25px 14px;
}
.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_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_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_block .top .number p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  color: #feec4c;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .top .number p {
  font-size: 50px;
  color: #409360;
}
.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_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_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_block .top .text_wrap .comment p {
  font-size: 18px;
  line-height: 34px;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .top .text_wrap .title {
  font-size: 20px;
  margin-top: 0;
  line-height: 32px;
}
.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_block .top .img img {
  max-width: 550px;
  height: auto;
  aspect-ratio: 550/350;
  border-radius: 25px;
}
html[data-browse-mode="S"] .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_block .top .img img {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 230/147;
  margin-left: auto;
  border-radius: 20px;
}
.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_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_block .bottom .title {
  font-size: 18px;
  font-weight: bold;
}
.salad_spinner_recipe_block .bottom .material {
  width: 320px;
}
.salad_spinner_recipe_block .bottom .material dl {
  font-size: 15px;
  line-height: 21px;
  margin-top: 15px;
}
.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_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_block .bottom .material {
  width: 100%;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .bottom .material dl {
  font-size: 14px;
  line-height: 20px;
  margin-top: 18px;
}
.salad_spinner_recipe_block .bottom .making {
  counter-reset: listnum;
  list-style: none;
  max-width: 611px;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .bottom .making {
  max-width: 100%;
  margin-top: 25px;
}
.salad_spinner_recipe_block .bottom .making ul {
  margin-top: 15px;
}
.salad_spinner_recipe_block .bottom .making li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #409360 4px, transparent 4px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.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: "Roboto", sans-serif;
  font-weight: bold;
  background: #409360;
  border-radius: 100%;
  line-height: 1.6;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .bottom .making li {
  gap: 17px;
  font-size: 14px;
  margin-bottom: 18px;
}
html[data-browse-mode="S"] .salad_spinner_recipe_block .bottom .making li:before {
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 24px;
}

.casserole_slide_btn {
  z-index: 99;
}