main#halloween_recipes .normal-price {
  display: none;
}
main#halloween_recipes .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#halloween_recipes .prod-list .prod-item__price {
  text-align: center;
}
main#halloween_recipes .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#halloween_recipes .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#halloween_recipes section.content > .inner {
  padding-bottom: 100px;
}
main#halloween_recipes section.content > .inner h2 {
  margin-top: 0;
}
main#halloween_recipes .lp-menu .item a {
  background-color: #d0c8b5;
  color: #333333;
}
main#halloween_recipes .lp-menu__sub {
  margin-bottom: 60px;
}
main#halloween_recipes .lp-menu__sub .column-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
main#halloween_recipes .lp-menu__sub .column-box a {
  background-color: #d0c8b5;
  color: #333;
  border: unset;
  font-weight: normal;
}
main#halloween_recipes h1 .sub {
  display: block;
  font-size: 1.8rem;
}
main#halloween_recipes h2 {
  line-height: 1.5;
  font-size: 2.1rem;
  padding-top: 0;
}
main#halloween_recipes h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
  font-size: 1.8rem;
}
main#halloween_recipes h4 {
  font-size: 1.6em;
}
main#halloween_recipes .sub-ttl.type-brd_l {
  border-left: 4px solid #d0c8b5;
  border-left-width: 16px;
  color: #333;
}
main#halloween_recipes .txt-c_l {
  text-align: center;
}
main#halloween_recipes .btn-recipe {
  max-width: 360px;
  color: #333;
  border: 2px solid #333;
}
main#halloween_recipes .btn-recipe:hover, main#halloween_recipes .btn-recipe:active, main#halloween_recipes .btn-recipe:focus {
  color: #333;
  border: 2px solid #d0c8b5;
  background-color: #d0c8b5;
}
main#halloween_recipes .content-txt {
  margin-bottom: 20px;
}
main#halloween_recipes .recipes_item {
  margin-top: 80px;
}
main#halloween_recipes #intro .inner {
  padding-bottom: 40px;
}
main#halloween_recipes #halloween_monster_recipe .halloween_monster_recipe_txt {
  margin-top: 30px;
}
main#halloween_recipes #halloween_monster_recipe .halloween_monster_recipe_txt .sub-ttl {
  line-height: 1.4;
}
main#halloween_recipes #halloween_monster_recipe .recipe-list {
  margin-top: 40px;
}
main#halloween_recipes #halloween_color_recipe .halloween_color_recipe_txt {
  margin-top: 30px;
}
main#halloween_recipes #halloween_color_recipe .halloween_color_recipe_txt .sub-ttl {
  line-height: 1.4;
}
main#halloween_recipes #halloween_color_recipe .recipe-list {
  margin-top: 40px;
}
main#halloween_recipes #halloween_photo .halloween_photo_item {
  display: flex;
}
main#halloween_recipes #halloween_photo .halloween_photo_item:not(:nth-of-type(1)) {
  margin-top: 60px;
}
main#halloween_recipes #halloween_photo .halloween_photo_item .halloween_photo_item_img {
  width: 50%;
}
main#halloween_recipes #halloween_photo .halloween_photo_item .halloween_photo_item_txt {
  margin: auto;
  width: 48%;
  margin-left: 2%;
}
main#halloween_recipes #halloween_photo .halloween_photo_item .sub-ttl {
  margin-bottom: 10px;
}
main#halloween_recipes #halloween_popular_recipes .halloween_popular_item:not(:nth-of-type(1)) {
  margin-top: 90px;
}
main#halloween_recipes #halloween_catalog .halloween_catalog_item:not(:nth-of-type(1)) {
  margin-top: 80px;
}
main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box {
  display: flex;
}
main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box .halloween_catalog_btn {
  width: 32%;
}
main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box .halloween_catalog_btn:not(:nth-of-type(1)) {
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  main#halloween_recipes .lp-menu__sub .column-box.col03 {
    grid-template-columns: repeat(3, 1fr);
  }
  main#halloween_recipes .lp-menu__sub .column-box.col05 {
    grid-template-columns: repeat(5, 1fr);
  }
  main#halloween_recipes h1 .sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  main#halloween_recipes .prod-list.column-box .not-discount {
    height: auto;
  }
  main#halloween_recipes section.content > .inner {
    padding-bottom: 90px;
  }
  main#halloween_recipes .lp-menu__sub {
    margin-bottom: 40px;
  }
  main#halloween_recipes .lp-menu__sub .column-box.col05 {
    grid-template-columns: repeat(2, 1fr);
  }
  main#halloween_recipes h1 {
    font-size: 1.55rem;
  }
  main#halloween_recipes h2 {
    font-size: 1.4rem;
  }
  main#halloween_recipes h3 {
    font-size: 1.35em;
  }
  main#halloween_recipes h4 {
    font-size: 1.3em;
  }
  main#halloween_recipes .txt-c_l {
    text-align: left;
  }
  main#halloween_recipes .recipes_item {
    margin-top: 60px;
  }
  main#halloween_recipes #firstview_btn .inner {
    padding-bottom: 60px;
  }
  main#halloween_recipes #halloween_monster_recipe .halloween_monster_recipe_txt {
    margin-top: 20px;
  }
  main#halloween_recipes #halloween_color_recipe .halloween_color_recipe_txt {
    margin-top: 20px;
  }
  main#halloween_recipes #halloween_photo .halloween_photo_item {
    display: block;
  }
  main#halloween_recipes #halloween_photo .halloween_photo_item:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
  main#halloween_recipes #halloween_photo .halloween_photo_item .halloween_photo_item_img {
    width: 100%;
  }
  main#halloween_recipes #halloween_photo .halloween_photo_item .halloween_photo_item_txt {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }
  main#halloween_recipes #halloween_popular_recipes .halloween_popular_item:not(:nth-of-type(1)) {
    margin-top: 80px;
  }
  main#halloween_recipes #halloween_catalog .halloween_catalog_item {
    margin-top: 60px;
  }
  main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box {
    flex-wrap: wrap;
  }
  main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box .halloween_catalog_btn {
    width: 100%;
  }
  main#halloween_recipes #halloween_catalog .halloween_catalog_btn_box .halloween_catalog_btn:not(:nth-of-type(1)) {
    margin-left: 0;
    margin-top: 20px;
  }
}/*# sourceMappingURL=halloween_recipes_test.css.map */