.howto_ttl {
  font-size: 6.4vw;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin: 0 0 9.33333vw;
}

@media (min-width: 768px) {
  .howto_ttl {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 90px;
  }
}

.howto_ttl span {
  display: inline;
  background: linear-gradient(transparent 75%, #FFFF00 75%);
}

@media (min-width: 768px) {
  .howto_ttl span {
    background: linear-gradient(transparent 85%, #FFFF00 85%);
  }
}

.howto_list {
  display: block;
}

.howto_list li {
  color: #532C00;
  border-radius: 5.33333vw;
  display: block;
}

@media (min-width: 768px) {
  .howto_list li {
    flex-shrink: 1;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.howto_list li .list_item-txt {
  padding: 5.86667vw 6.4vw;
  position: relative;
  background: #FFFCF2;
  margin: 0 0 12.53333vw;
}

@media (min-width: 768px) {
  .howto_list li .list_item-txt {
    flex-shrink: 2;
    padding: 27px 46px;
    margin: 0;
  }
}

.howto_list li .list_item-txt::after {
  content: "";
  background: url(../img/bg_arrow_1_sp.png) no-repeat left top/cover;
  display: block;
  position: absolute;
  width: 10.4vw;
  height: 4.53333vw;
  bottom: -4.53333vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .howto_list li .list_item-txt::after {
    background: url(../img/bg_arrow_1.png) no-repeat left top/cover;
    width: 33px;
    height: 77px;
    top: 0;
    bottom: 0;
    left: auto;
    right: -33px;
    margin: auto 0;
  }
}

.howto_list li .list_item-txt .howto_list_ttl {
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 8.53333vw;
  position: relative;
  margin: 0 0 10.13333vw;
}

@media (min-width: 768px) {
  .howto_list li .list_item-txt .howto_list_ttl {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 45px;
    padding: 0;
  }
}

.howto_list li .list_item-txt .howto_list_ttl::before {
  content: "";
  background-image: linear-gradient(to right, #FF9900, #FF9900 1.6vw, transparent 1.6vw, transparent 3.46667vw);
  background-size: 3.46667vw 0.8vw;
  background-repeat: repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 1.6vw;
  bottom: -4.26667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .howto_list li .list_item-txt .howto_list_ttl::before {
    background-image: linear-gradient(to right, #FF9900, #FF9900 6px, transparent 6px, transparent 13px);
    background-size: 13px 3px;
    bottom: -25px;
    height: 3px;
  }
}

.howto_list li .list_item-txt p {
  font-size: 3.73333vw;
  line-height: 9.6vw;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .howto_list li .list_item-txt p {
    font-size: 18px;
    line-height: 36px;
  }
}

.howto_list li .list_item-img {
  margin: 0;
}

.howto_list li:first-child .list_item-txt {
  max-width: 574px;
}

@media (min-width: 768px) {
  .howto_list li:first-child .list_item-img {
    margin-left: 107px;
  }
}

.howto_list li:last-child {
  flex-direction: row-reverse;
}

.howto_list li:last-child .list_item-txt {
  max-width: 854px;
}

@media (min-width: 768px) {
  .howto_list li:last-child .list_item-txt::after {
    transform: rotate(180deg);
    left: -33px;
    right: auto;
  }
}

@media (min-width: 768px) {
  .howto_list li:last-child .list_item-img {
    margin-right: 107px;
  }
}

.howto_list li + li {
  margin-top: 40px;
}

.recipe {
  margin: 30.4vw auto 0;
}

@media (min-width: 768px) {
  .recipe {
    margin: 110px auto 0;
  }
}

.recipe_ttl {
  background: #FF9900;
  width: 91.2vw;
  height: 17.06667vw;
  margin: 0 auto 16vw;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.33333vw;
  color: #fff;
  font-size: 5.86667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 768px) {
  .recipe_ttl {
    width: 524px;
    height: 81px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 32px;
    margin: 0 auto 85px;
  }
}

.recipe_ttl::after {
  content: "";
  background: url(../img/bg_arrow_2_sp.png) no-repeat left top/cover;
  display: block;
  width: 10.93333vw;
  height: 4.8vw;
  position: absolute;
  bottom: -4.8vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .recipe_ttl::after {
    width: 41px;
    height: 18px;
    bottom: -18px;
  }
}

.recipe .sec_inner {
  padding: 14.93333vw 0;
  background: #FFFCF2;
}

@media (min-width: 768px) {
  .recipe .sec_inner {
    padding: 0;
    max-width: 100%;
  }
}

.recipe_list {
  width: 91.2vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .recipe_list {
    width: calc(100% - 40px);
    max-width: 1094px;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .recipe_list li {
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc((100% - 90px) / 2);
    max-width: 502px;
  }
}

.recipe_list li a {
  color: #000;
}

@media (min-width: 768px) {
  .recipe_list li a {
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    transition: opacity .3s;
  }
  .recipe_list li a:hover {
    opacity: 0.6;
  }
}

.recipe_list li a figure {
  width: 48vw;
  height: 68.26667vw;
  margin: 0 auto 6.93333vw;
}

@media (min-width: 768px) {
  .recipe_list li a figure {
    margin: 0;
    min-width: 180px;
    flex-basis: 180px;
    height: auto;
  }
}

.recipe_list li a figure img {
  display: block;
  width: 100%;
  height: auto;
}

.recipe_list li a p {
  font-size: 4.8vw;
  line-height: 9.6vw;
  margin: 0 0 8vw;
}

@media (min-width: 768px) {
  .recipe_list li a p {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    margin: 0 0 30px;
  }
}

.recipe_list li a aside {
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .recipe_list li a aside {
    width: 100%;
  }
}

.recipe_list li a aside::before {
  content: "";
  background-image: linear-gradient(to right, #BCB081, #BCB081 1px, transparent 1px, transparent 3px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: -4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .recipe_list li a aside::before {
    top: -15px;
  }
}

.recipe_list li a aside em {
  font-weight: bold;
  display: block;
  color: #161B3B;
  font-style: normal;
  font-size: 3.73333vw;
  line-height: 8.53333vw;
}

@media (min-width: 768px) {
  .recipe_list li a aside em {
    font-size: 14px;
    line-height: 32px;
  }
}

.recipe_list li a aside span {
  color: #676767;
  display: block;
  font-size: 3.73333vw;
  line-height: 5.6vw;
}

@media (min-width: 768px) {
  .recipe_list li a aside span {
    font-size: 14px;
    line-height: 21px;
  }
}

.recipe_list li a aside span.sp-view {
  display: inline;
}

@media (min-width: 768px) {
  .recipe_list li a aside span.sp-view {
    display: none;
  }
}

.recipe_list li + li {
  margin-top: 12.26667vw;
}

@media (min-width: 768px) {
  .recipe_list li + li {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .recipe_list li:nth-child(even) {
    margin-left: 90px;
  }
}

.recipe_list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .recipe_list li > a > div {
    width: 280px;
    flex-basis: 280px;
    margin-left: 42px;
  }
}

.recipe_list_ttl {
  font-size: 6.4vw;
  line-height: 8vw;
  margin: 0 0 4.26667vw;
}

@media (min-width: 768px) {
  .recipe_list_ttl {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

.link {
  margin: 16vw auto 0;
  width: 91.2vw;
  text-align: center;
}

@media (min-width: 768px) {
  .link {
    margin: 78px auto 0;
  }
}

.link p {
  font-size: 4.8vw;
  line-height: 7.2vw;
}

@media (min-width: 768px) {
  .link p {
    font-size: 18px;
    line-height: 36px;
  }
}

.link a {
  display: block;
  width: 91.2vw;
  height: 19.73333vw;
}

@media (min-width: 768px) {
  .link a {
    width: 500px;
    height: 108px;
    margin: 0 auto;
  }
}

.link a img {
  width: 100%;
  height: auto;
}
