body {
  margin: 0;
}
.main {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1440px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 16px;
  color: #5F2314;
}
.main * {
  font-family: "Noto Sans JP", sans-serif !important;
  padding: 0;
  margin: 0;
}
.main .icon_buy {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 2;
}
.main .icon_buy:hover {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .main .icon_buy {
    width: 25.64vw;
    right: 2.56vw;
  }
}
.icon_buy.is-hide {
  display: none;
}
.icon_buy__hide {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width:767px) {
  .icon_buy__hide {
    width: 4.7vw;
    right: .5rem;
    top: .5rem;
  }
}
.sec1 {
  background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/pc/bg_01.jpg);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  background-size: cover;
}
@media screen and (max-width:1439px) {
  .sec1 {
    height: 38.2vw;
  }
}
@media screen and (max-width:767px) {
  .sec1 {
    background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/sp/bg_01.jpg);
    height: 120.5vw;
  }
}
.sec1__txt {
  text-align: center;
  color: #fff;
  line-height: 2.5;
  font-size: 22px;
}
@media screen and (max-width:1439px) {
  .sec1__txt {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:767px) {
  .sec1__txt {
    font-size: 3.84vw;
  }
}
.sec2 {
  background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/pc/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1250px;
}
@media screen and (max-width:1439px) {
  .sec2 {
    height: 86.8vw;
  }
}
@media screen and (max-width:767px) {
  .sec2 {
    background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/sp/bg_02.jpg?v=2);
    height: 343.59vw;
  }
}
.sec2__1st {
  padding-top: 190px;
  padding-left: 660px;
}
@media screen and (max-width:1439px) {
  .sec2__1st {
    padding-top: 13.2vw;
    padding-left: 45.8vw;
  }
}
@media screen and (max-width:767px) {
  .sec2__1st {
    padding-left: 0;
    padding-top: 23.07vw;
  }
}
.sec2__2nd {
  padding-top: 250px;
  padding-left: 240px;
}
@media screen and (max-width:1439px) {
  .sec2__2nd {
    padding-top: 17.3vw;
    padding-left: 16.6vw;
  }
}
@media screen and (max-width:767px) {
  .sec2__2nd {
    padding-left: 0;
    padding-top: 105.12vw;
  }
}
.sec2__h {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width:1439px) {
  .sec2__h {
    font-size: 1.9vw;
  }
}
@media screen and (max-width:767px) {
  .sec2__h {
    font-size: 5.12vw;
    font-weight: 400;
    text-align: center;
  }
}
.sec2__b {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width:1439px) {
  .sec2__b {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:767px) {
  .sec2__b {
    font-size: 3.33vw;
    padding: 1em 1.9em 0;
  }
}
.sec3 {
  padding-top: 70px;;
  background: #FFFAF0;
}
@media screen and (max-width:1439px) {
  .sec3 {
    padding-top: 4.8vw;
  }
}
.sec3__h {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width:1439px) {
  .sec3__h {
    margin-top: 4.1vw;
    padding: 0 7vw;
  }
}
.sec3__items {
  list-style: none;
  display: flex;
  justify-content: space-around;
  max-width: 80%;
  margin: 60px auto 0;
}
@media screen and (max-width:1439px) {
  .sec3__items {
    margin-top: 4.1vw;
  }
  .sec3__items li {
    width: 18.9vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__items {
    flex-wrap: wrap;
    max-width: 90%;
  }
  .sec3__items li {
    width: 41.02vw;
    margin-bottom: 3.84vw
  }
}
.sec3__items li.linebreak {
  width: 100%;
}
.sec3__txt {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  margin-top: 30px
}
@media screen and (max-width:1439px) {
  .sec3__txt {
    font-size: 1.8vw;
    margin-top: 5.4vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__txt {
    font-size: 3.58vw;
    margin-top: 10.25vw;
  }
}
.sec3__tabs {
  list-style: none;
  display: flex;
  margin: 90px auto 0 auto;
  justify-content: space-around;
  max-width: 74%;
}
@media screen and (max-width:1439px) {
  .sec3__tabs {
    margin-top: 6.2vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tabs {
    margin-top: 10.25vw;
    max-width: 90%;
  }
}
.sec3__tabs li {
  color: #fff;
  background: #B4B4B4;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  border-radius: 8px 8px 0 0;
  display: flex;
  position: relative;
  padding: 10px 0 10px 120px;
  align-items: center;
  width: 320px;
}
.sec3__tabs li:hover {
  cursor: pointer;
}
@media screen and (max-width:1439px) {
  .sec3__tabs li {
    font-size: 1vw;
    padding: .7vw 0 .7vw 8.3vw;
    width: 22.2vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tabs li {
    font-size: 2.56vw;
    width: 26.41vw;
    padding: 1.28vw !important;
    justify-content: center;
  }
}
.sec3__tabs li:nth-child(3) {
  padding-left: 140px;
}
@media screen and (max-width:1439px) {
  .sec3__tabs li:nth-child(3) {
    padding-left: 9.7vw;
  }
}
.sec3__tabs li.tab--1.is-active {
  background: #64BEF5;
}
.sec3__tabs li.tab--2.is-active {
  background: #DCA064;
}
.sec3__tabs li.tab--3.is-active {
  background: #AACD00;
}
.sec3__tabs li .img {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media screen and (max-width:1439px) {
  .sec3__tabs li .img {
    width: 5.2vw;
    bottom: .7vw;
    left: 1.3vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tabs li .img {
    display: none;
  }
}
.sec3__tab_contents {
  background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/pc/tab_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents {
    background-image: url(/home/brands/dolce-gusto/sites/default/files/brand/ndg/ice/img2026/sp/tab_bg.jpg);
  }
}
.sec3__tab_contents h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 90px 0;
  line-height: 1.8;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents h2 {
    font-size: 1.5vw;
    padding: 6.2vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents h2 {
    font-size: 3.58vw;
    font-weight: 400;
    padding: 7.69vw 0;
  }
}
.sec3__tab_contents .content {
  display: none;
  position: relative;
}
.sec3__tab_contents .content.is-active {
  display: block;
}
.sec3__tab_contents .content .ice-img {
  position: absolute;
}
.sec3__tab_contents .content .ice-img.ice-img--1 {
  width: 11%;
  top: -3%;
  left: 8%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--1 {
    width: 27%;
    top: -0.8%;
    left: -8%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--2 {
  width: 12.5%;
  top: 9%;
  left: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--2 {
    width: 22%;
    top: 34%;
    left: 0;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--3 {
  width: 9%;
  top: 15%;
  left: 29%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--3 {
    width: 32%;
    top: 91%;
    left: -10%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--4 {
  width: 11%;
  top: 9%;
  left: 79%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--4 {
    width: 31%;
    top: 60%;
    left: 81%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--5 {
  width: 10%;
  top: -5%;
  right: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--5 {
    width: 19%;
    top: 3%;
    right: 0;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--6 {
  width: 10%;
  top: -3%;
  left: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--6 {
    width: 20%;
    top: 62%;
    left: 0;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--7 {
  width: 9%;
  top: 6%;
  left: 14%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--7 {
    width: 32%;
    top: 95%;
    left: 80%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--8 {
  width: 10%;
  top: 16%;
  left: 57%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--8 {
    width: 25%;
    top: 3%;
    left: 3%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--9 {
  width: 8%;
  top: -2%;
  left: 79%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--9 {
    width: 28%;
    top: 32%;
    left: 85%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--10 {
  width: 10%;
  top: 4%;
  right: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--10 {
    width: 31%;
    top: .5%;
    right: -10%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--11 {
  width: 10%;
  top: 4%;
  left: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--11 {
    width: 22%;
    top: 38.5%;
    left: 0;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--12 {
  width: 9%;
  top: 2%;
  left: 14%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--12 {
    width: 31%;
    top: 3%;
    left: -7%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--13 {
  width: 9%;
  top: -2%;
  left: 57%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--13 {
    width: 34%;
    top: 95%;
    left: -11%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--14 {
  width: 10%;
  top: 10%;
  left: 74%;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--14 {
    width: 37%;
    top: 65%;
    left: 78%;
  }
}
.sec3__tab_contents .content .ice-img.ice-img--15 {
  width: 12%;
  top: -4%;
  right: 0;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .content .ice-img.ice-img--15 {
    width: 18%;
    top: -0.7%;
    right: 0px;
  }
}
.sec3__tab_contents .content .ice-img div {
  position: absolute;
  top: 0;
  left: 0;
}
.sec3__tab_contents .content .ice-img .kirinuki {
  z-index: 1;
}
.sec3__tab_contents .content .ice-img .ice-shadow {
  mix-blend-mode: multiply;
  opacity: .7;
}
.sec3__tab_contents .cards {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards {
    flex-wrap: wrap;
    max-width: 85%;
    padding-bottom: 10.25vw;
  }
}
.sec3__tab_contents .cards li {
  width: 350px;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li {
    width: 24.3vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li {
    width: 100%;
    margin-bottom: 5.12vw;
  }
}
.sec3__tab_contents .cards li .top {
  background: #64BEF5;
  border-radius: 18px 18px 0 0;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .top {
    padding: 7.69vw 0 5.12vw;
  }
}
.sec3__tab_contents .content--2 .cards li .top {
  background: #DCA064;
}
.sec3__tab_contents .content--3 .cards li .top {
  background: #AACD00;
}
.sec3__tab_contents .cards li .top .small {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .top .small {
    font-size: 1vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .top .small {
    font-size: 3.33vw;
  }
}
.sec3__tab_contents .cards li .top .large {
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .top .large {
    font-size: 1.5vw;
    margin-top: .7vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .top .large {
    font-size: 4.87vw;
  }
}
.sec3__tab_contents .cards li .bottom {
  border-radius: 0 0 18px 18px;
  background: #FFFAD2;
  text-align: center;
  padding: 40px 30px;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .bottom {
    padding: 2.7vw 2vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .bottom {
    padding: 7.69vw;
  }
}
.sec3__tab_contents .cards li .bottom .line {
  border-top: 2px dotted #5F2314;
  margin: 20px 0;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .bottom .line {
    margin: 1.3vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .bottom .line {
    margin: 5.12vw 0 10.25vw;
  }
}
.sec3__tab_contents .cards li .bottom p {
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .bottom p {
    font-size: 1.1vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .bottom p {
    font-size: 3.84vw;
    margin-bottom: 3.84vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .bottom .img {
    width: 38.46vw;
    margin: 0 auto;
  }
}
.sec3__tab_contents .cards li .bottom .btn {
  margin: 30px auto 0 auto;
}
.sec3__tab_contents .cards li .bottom .btn:hover {
  cursor: pointer;
}
@media screen and (max-width:1439px) {
  .sec3__tab_contents .cards li .bottom .btn {
    margin-top: 2vw;
  }
}
@media screen and (max-width:767px) {
  .sec3__tab_contents .cards li .bottom .btn {
    margin-top: 7.69vw;
    width: 57.69vw;
  }
}
.sec3__dialog {
  position: fixed;
  top: calc(50% - 130px);
  left: calc(50% - 210px);
  border: none;
  outline: none;
  border-radius: 8px;
  width: 420px;
  height: 260px;
  background: #fff;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .sec3__dialog {
    width: 76.92vw;
    left: calc(50% - 38.46vw);
    height: 48.71vw;
  }
}
.sec3__dialog.is-open {
  display: flex;
}
.sec3__dialog__close {
  position: absolute;
  top: -15px;
  right: -15px;
}
.sec3__dialog__close:hover {
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .sec3__dialog .link {
    width: 86%;
  }
}
.sec4 {
  background-image: linear-gradient(90deg, #ECC554, #FFE963);
}
.sec4__txt {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  padding: 80px 0;
}
@media screen and (max-width:1439px) {
  .sec4__txt {
    font-size: 1.8vw;
    padding-top: 5.4vw;
    padding-bottom: 5.4vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__txt {
    font-size: 5.12vw;
    padding: 10.25vw 0;
    font-weight: 400;
  }
}
.sec4__slider .slick-dots {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media screen and (max-width:1439px) {
  .sec4__slider .slick-dots {
    margin-top: 2.7vw;
    padding-bottom: 2.7vw;
  }
}
.sec4__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  padding-left: 0;
}
.sec4__slider .slick-dots li button {
  color: transparent;
  border: 0;
  background: 0 0;
  padding: 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}
.sec4__slider .slick-dots li button:before {
  content: '';
  background: #9FA0A0;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.sec4__slider .slick-dots li.slick-active button:before {
  background: #5F2314;
}
.sec4__slider__item {
  position: relative;
}
.sec4__slider__item__body {
  position: absolute;
  top: 0;
  left: 668px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body {
    left: 46.4vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body {
    left: 0;
    width: 100%;
    top: 92.3vw;
  }
}
.sec4__slider__item__body .recipe_name {
  font-size: 30px;
  font-weight: 700;
  margin-top: 90px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_name {
    font-size: 2vw;
    margin-top: 6.2vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_name {
    font-size: 5.38vw;
    text-align: center;
  }
}
.sec4__slider__item__body .recipe_copy {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.8;
}
.sec4__slider__item__body .recipe_copy.recipe_copy--1 {
  width: 256px;
}
.sec4__slider__item__body .recipe_copy.recipe_copy--2 {
  width: 304px;
}
.sec4__slider__item__body .recipe_copy.recipe_copy--3 {
  width: 336px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_copy {
    margin-top: 1.3vw;
    font-size: 1.1vw;
  }
  .sec4__slider__item__body .recipe_copy.recipe_copy--1 {
    width: 17.8vw;
  }
  .sec4__slider__item__body .recipe_copy.recipe_copy--2 {
    width: 21.2vw;
  }
  .sec4__slider__item__body .recipe_copy.recipe_copy--3 {
    width: 23.4vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_copy {
    font-size: 3.33vw;
    margin-top: 3.84vw;
    font-weight: 400;
  }
  .sec4__slider__item__body .recipe_copy.recipe_copy--1,
  .sec4__slider__item__body .recipe_copy.recipe_copy--2,
  .sec4__slider__item__body .recipe_copy.recipe_copy--3 {
    width: 100%;
    padding: 0 5.12vw;
  }
}
.sec4__slider__item__body .recipe_line {
  border-top: 2px dotted #5F2314;
  width: 625px;
  margin: 40px 0;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_line {
    width: 43.4vw;
    margin: 2.7vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_line {
    width: 90%;
    margin: 56.41vw 5% 5.12vw;
  }
}
.sec4__slider__item__body .recipe_2col {
  display: flex;
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.sec4__slider__item__body .recipe_2col .item {
  min-width: 270px;
}
.sec4__slider__item__body .recipe_2col .item:nth-child(1) {
  border-right: 2px dotted #5F2314;
  margin-right: 40px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item {
    min-width: 18.8vw;
  }
  .sec4__slider__item__body .recipe_2col .item:nth-child(1) {
    margin-right: 2.7vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item:nth-child(1) {
    margin-right: 0;
    border: none;
  }
}
.sec4__slider__item__body .recipe_2col .item .h {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item .h {
    font-size: 1.3vw;
    margin-bottom: 1.3vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item .h {
    font-size: 3.33vw;
    font-weight: 400;
  }
}
.sec4__slider__item__body .recipe_2col .item .ingre {
  padding-left: 24px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item .ingre {
    padding-left: 1.6vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item .ingre {
    padding-left: 5.12vw;
    border-bottom: 2px dotted #5F2314;
    height: 29.48vw;
    margin-bottom: 5.12vw
  }
}
.sec4__slider__item__body .recipe_2col .item .ingre li {
  font-size: 13px;
  line-height: 1.9;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item .ingre li {
    font-size: .9vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item .ingre li {
    font-size: 2.56vw;
  }
}
.sec4__slider__item__body .recipe_2col .item .howto {
  list-style: none;
}
.sec4__slider__item__body .recipe_2col .item .howto li {
  font-size: 13px;
  line-height: 1.9;
  display: flex;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item .howto li {
    font-size: .9vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item .howto li {
    font-size: 2.56vw;
  }
}
.sec4__slider__item__body .recipe_2col .item .howto li .num {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background: #5F2314;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  margin-right: 5px;
  margin-top: 4px;
}
@media screen and (max-width:1439px) {
  .sec4__slider__item__body .recipe_2col .item .howto li .num {
    width: 1.1vw;
    height: 1.1vw;
    border-radius: 1.1vw;
    font-size: .8vw;
  }
}
@media screen and (max-width:767px) {
  .sec4__slider__item__body .recipe_2col .item .howto li .num {
    width: 1.5em;
    height: 1.5em;
    border-radius: 1em;
    font-size: 2.3vw;
    margin-top: .76vw;
    font-weight: 400;
  }
}
.sec5 {
  background: #FFFAF0;
}
.sec5__h {
  font-weight: 500;
  font-size: 26px;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width:1439px) {
  .sec5__h {
    font-size: 1.8vw;
    padding: 5.5vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec5__h {
    font-size: 5.12vw;
    padding: 10.25vw 0;
    font-weight: 400;
  }
}
.sec5__txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width:1439px) {
  .sec5__txt {
    font-size: 1.2vw;
    padding: 2.7vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec5__txt {
    font-size: 3.58vw;
    padding: 10.25vw 0;
  }
}
.sec6__h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width:1439px) {
  .sec6__h2 {
    font-size: 2vw;
    padding: 6.2vw 0;
  }
}
@media screen and (max-width:767px) {
  .sec6__h2 {
    font-size: 5.12vw;
    padding: 12.82vw 0;
    font-weight: 400;
    line-height: 1.5;
  }
}
.sec6__cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .sec6__cards {
    width: 90%;
  }
}
.sec6__cards li {
  border-top: 1px solid #501400;
  text-align: center;
  width: 48.2%;
}
@media screen and (max-width:767px) {
  .sec6__cards li {
    width: 100%;
  }
}
.sec6__cards li.border-b {
  border-bottom: 1px solid #501400;
}
@media screen and (max-width:767px) {
  .sec6__cards li.border-b--1 {
    border-bottom: none;
  }
}
.sec6__cards li h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1439px) {
  .sec6__cards li h3 {
    font-size: 1.5vw;
    margin: 2.7vw 0;
    height: 7vw;
  }
}
@media screen and (max-width:767px) {
  .sec6__cards li h3 {
    font-size: 3.84vw;
    height: 35.89vw;
    margin: 0;
    line-height: 1.8;
  }
}
.sec6__cards li p {
  font-size: 14px;
  line-height: 2;
  margin: 40px 0 70px;
}
@media screen and (max-width:1439px) {
  .sec6__cards li p {
    font-size: 1vw;
    margin: 2.7vw 0 4.8vw;
  }
}
@media screen and (max-width:767px) {
  .sec6__cards li p {
    font-size: 3.58vw;
    text-align: left;
    margin: 7.69vw 0;
  }
}
