@charset "UTF-8";
/* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
いろあんレシピの合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
:root {
  --select-total: 18;
}

main#ankosweets_recipes {
  background-color: #fbf9f5;
}
main#ankosweets_recipes .normal-price {
  display: none;
}
main#ankosweets_recipes .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#ankosweets_recipes .prod-list .prod-item__price {
  text-align: center;
}
main#ankosweets_recipes .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#ankosweets_recipes .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#ankosweets_recipes .pctabsize {
  display: block;
}
main#ankosweets_recipes .lp-menu .item a {
  background-color: #d0c8b5;
  color: #333;
}
main#ankosweets_recipes .lp-menu__sub {
  margin-top: 30px;
}
main#ankosweets_recipes .lp-menu__sub .column-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
main#ankosweets_recipes .lp-menu__sub .column-box .item a {
  background-color: #d0c8b5;
  border-color: #d0c8b5;
  color: #333;
}
main#ankosweets_recipes .lp-menu__sub .column-box .item a:hover, main#ankosweets_recipes .lp-menu__sub .column-box .item a:active, main#ankosweets_recipes .lp-menu__sub .column-box .item a:focus {
  color: #333;
}
main#ankosweets_recipes .btn-recipe {
  max-width: 360px;
  color: #333333;
  border: 2px solid #333333;
}
main#ankosweets_recipes .btn-recipe:hover, main#ankosweets_recipes .btn-recipe:active, main#ankosweets_recipes .btn-recipe:focus {
  color: #333;
  border: 2px solid #d0c8b5;
  background-color: #d0c8b5;
}
main#ankosweets_recipes .txt-c_l {
  text-align: center;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list {
  margin-top: 40px;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list .item.cs {
  height: 44.064305vw;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list .item.cs a {
  display: -ms-box;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-items: center;
  align-items: center;
  background-color: #777;
  color: #fff;
  font-size: 1.125rem;
  pointer-events: none;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list .slick-dots {
  width: 100%;
  margin-top: 30px;
  margin-left: 0;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list .slick-dots li.slick-active button {
  background-color: #d0c8b5;
}
main#ankosweets_recipes .recipe_slider .recipe_slider_list .item_ttl {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
}
main#ankosweets_recipes .recipe_slider .slick-prev_box {
  display: block;
  position: absolute;
  top: 40%;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}
main#ankosweets_recipes .recipe_slider .slick-prev_box::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 11px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
main#ankosweets_recipes .recipe_slider .slick-prev_box::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 11px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
main#ankosweets_recipes .recipe_slider .slick-prev_box button.slick-prev {
  display: block;
  background-color: rgba(100, 100, 100, 0.4);
  border: 1px solid #fff;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
main#ankosweets_recipes .recipe_slider .slick-next_box {
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  z-index: 10;
  cursor: pointer;
}
main#ankosweets_recipes .recipe_slider .slick-next_box::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
main#ankosweets_recipes .recipe_slider .slick-next_box::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 13px;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
main#ankosweets_recipes .recipe_slider .slick-next_box button.slick-next {
  display: block;
  width: 34px;
  height: 34px;
  background-color: rgba(100, 100, 100, 0.4);
  border: 1px solid #fff;
  border-radius: 4px;
}
main#ankosweets_recipes .iroan_slider_wrap {
  background-color: #fff;
  padding: 60px 0;
  margin-top: 60px;
}
main#ankosweets_recipes .iroan_slider {
  overflow: hidden;
  margin-top: 60px;
}
main#ankosweets_recipes .iroan_slider_list_wrapper {
  position: relative;
  height: 180px;
}
main#ankosweets_recipes .iroan_slider_list_wrapper:hover .iroan_slider_list {
  animation-play-state: paused;
}
main#ankosweets_recipes .iroan_slider_list {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 180px;
  width: calc(180px * var(--select-total));
  /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 110s linear infinite;
  animation-name: loop1;
}
main#ankosweets_recipes .iroan_slider_list.loop2 {
  animation-name: loop2;
}
main#ankosweets_recipes .iroan_slider_list.loop3 {
  animation-name: loop3;
}
main#ankosweets_recipes .iroan_slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / var(--select-total));
  padding: 10px;
}
main#ankosweets_recipes .iroan_slider__item a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#ankosweets_recipes .iroan_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
main#ankosweets_recipes .recipe_rating_cont {
  margin-top: 90px;
  filter: drop-shadow(5px 5px 7px rgba(60, 40, 20, 0.2));
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_clip {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 60px 90px;
  -webkit-clip-path: polygon(92% 0%, 100% 15%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
          clip-path: polygon(92% 0%, 100% 15%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  display: flex;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .recipe_rating_ttl {
  line-height: 1.4;
  display: flex;
  width: 80%;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .recipe_rating_ttl .recipe_rating_ttl_num {
  padding-right: 6px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .recipe_rating_ttl .recipe_rating_ttl_txt {
  display: block;
  text-align: left;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box {
  width: 20%;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box .level_item {
  padding: 2px 8px;
  background-color: #d0c8b5;
  margin-right: 4px;
  font-size: 1rem;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box .level_time {
  padding: 2px 8px;
  background-color: #d0c8b5;
  font-size: 1rem;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating {
  display: flex;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_photo {
  width: 36%;
  margin-right: 40px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_photo a {
  display: block;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level {
  width: 64%;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart {
  margin-top: 30px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .recipe_chart_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
  min-height: 36px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dt {
  background-color: #d0c8b5;
  font-size: 0.9rem;
  width: 36%;
  color: #333;
  display: flex;
  align-items: center;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dd {
  font-size: 1.375rem;
  width: 64%;
  text-align: left;
  color: #f2a900;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link:not(:last-of-type) a {
  padding-right: 10px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link:not(:last-of-type) a:after {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dt,
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dd {
  padding: 2px 16px;
  margin: 0;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_rating_level_btn {
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_rating_level_btn a {
  padding: 5px 3px 5px 5px;
}
main#ankosweets_recipes .icn {
  text-align: center;
}
main#ankosweets_recipes #intro .inner {
  padding-bottom: 50px;
}
main#ankosweets_recipes #recipe_slider h2 {
  margin-bottom: 30px;
}
main#ankosweets_recipes #recipe_category .recipe-list {
  margin-top: 60px;
}
main#ankosweets_recipes #recipe_category .recipe_category_item {
  margin-top: 90px;
}
main#ankosweets_recipes #recipe_category .recipe_category_item .sub-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
main#ankosweets_recipes #iron_recipe .recipe_rating_cont:first-of-type {
  margin-top: 90px;
}
main#ankosweets_recipes #iron_recipe .iron_recipe_img {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  いろあんレシピの合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 18;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link:not(:last-of-type) a:after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  いろあんレシピの合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 18;
  }
  main#ankosweets_recipes .lp-menu__sub .column-box {
    grid-template-columns: repeat(4, 1fr);
  }
  main#ankosweets_recipes .recipe_slider .recipe_slider_list .item_ttl {
    font-size: 1.8vw;
  }
  main#ankosweets_recipes .recipe_slider .slick-prev_box {
    top: 30%;
    left: 10px;
  }
  main#ankosweets_recipes .recipe_slider .slick-next_box {
    top: 30%;
    right: 10px;
  }
  main#ankosweets_recipes .iroan_slider_wrap {
    padding: 40px 0 20px;
    margin-top: 40px;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_clip {
    -webkit-clip-path: polygon(90% 0%, 100% 5%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
            clip-path: polygon(90% 0%, 100% 5%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
    padding: 40px 20px;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box {
    display: flex;
    flex-wrap: wrap;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .recipe_rating_ttl {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating {
    flex-wrap: wrap;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_photo {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level {
    width: 100%;
    margin-top: 30px;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link:not(:last-of-type) a:after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  いろあんレシピの合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 18;
  }
  main#ankosweets_recipes .prod-list.column-box .not-discount {
    height: auto;
  }
  main#ankosweets_recipes .pctabsize {
    display: none;
  }
  main#ankosweets_recipes .content .inner {
    padding-bottom: 50px;
  }
  main#ankosweets_recipes .lp-menu .item a {
    font-size: 3.3vw;
  }
  main#ankosweets_recipes .lp-menu__sub .column-box .item a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.6rem;
  }
  main#ankosweets_recipes .txt-c_l {
    text-align: left;
  }
  main#ankosweets_recipes .recipe_slider .recipe_slider_list .slick-dots {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
  main#ankosweets_recipes .recipe_slider .recipe_slider_list .item_ttl {
    font-size: 3.4vw;
  }
  main#ankosweets_recipes .recipe_slider .slick-prev_box {
    top: 32%;
    left: 10px;
  }
  main#ankosweets_recipes .recipe_slider .slick-next_box {
    top: 32%;
    right: 10px;
  }
  main#ankosweets_recipes .iroan_slider {
    margin-top: 0;
  }
  main#ankosweets_recipes .iroan_slider_list_wrapper {
    height: 160px;
  }
  main#ankosweets_recipes .iroan_slider_list {
    height: 160px;
    width: calc(120px * var(--select-total));
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main#ankosweets_recipes .recipe_rating_cont {
    margin-top: 40px;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box .level_item {
    padding: 4px 6px;
    font-size: 0.9rem;
    width: 20%;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating_ttl_box .level_box .level_time {
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-size: 0.7rem;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart {
    margin-top: 20px;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dt {
    font-size: 0.7rem;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dd {
    font-size: 1rem;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link a {
    font-size: 0.7rem;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart .must_item .must_item_link:not(:last-of-type) a:after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dt,
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_chart dd {
    padding: 2px 12px;
  }
  main#ankosweets_recipes .recipe_rating_cont .recipe_rating .recipe_rating_level .recipe_rating_level_btn {
    margin-top: 20px;
  }
  main#ankosweets_recipes h1 {
    font-size: 1.55rem;
  }
  main#ankosweets_recipes h2 {
    font-size: 1.5rem;
  }
  main#ankosweets_recipes h3 {
    font-size: 1.45em;
  }
  main#ankosweets_recipes #intro .inner {
    padding-bottom: 40px;
  }
  main#ankosweets_recipes #recipe_category .recipe-list {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  main#ankosweets_recipes #recipe_category .recipe_category_item {
    margin-top: 80px;
  }
  main#ankosweets_recipes #iron_recipe .recipe_rating_cont:first-of-type {
    margin-top: 70px;
  }
}/*# sourceMappingURL=ankosweets-recipes.css.map */