@charset "UTF-8";
.kv_under {
  background-color: #d15516;
}

@media screen and (max-width: 749px) {
  .kv_under {
    margin-bottom: 4.93333vw;
    background-image: url(../img/recipe/title_bg_sp.png);
  }
}
@media screen and (min-width: 750px) {
  .kv_under {
    margin-bottom: 70px;
    background-image: url(../img/recipe/title_bg.png);
  }
}
#contents .icon_time {
  display: inline-block;
  background: url("../img/common/icon_time_01.svg") left center no-repeat;
  color: #a57d50;
}

#contents .icon_time span {
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #contents .icon_time {
    padding-top: 0.4vw;
    padding-left: 6vw;
    background-size: 4.53333vw;
    line-height: 4.53333vw;
    font-size: 3.33333vw;
  }
  #contents .icon_time span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contents .icon_time {
    padding-top: 1px;
    padding-left: 25px;
    line-height: 19px;
  }
  #contents .icon_time span {
    font-size: 17px;
  }
}
#searchArea {
  position: relative;
}

#searchArea .fukidashi {
  color: #a57d50;
  font-weight: bold;
  line-height: 1;
}

#searchArea .fukidashi span {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  #searchArea .fukidashi {
    height: 7.6vw;
    margin-bottom: 2vw;
    padding-top: 0.53333vw;
    text-align: center;
    background: url("../img/recipe/fukidashi_01_sp.svg") center center no-repeat;
    background-size: 46.66667vw auto;
    font-size: 3.73333vw;
  }
  #searchArea .fukidashi span {
    position: relative;
    top: 0.53333vw;
    font-size: 6.13333vw;
  }
}
@media screen and (min-width: 750px) {
  #searchArea .fukidashi {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    left: -10px;
    top: -24px;
    transform: translateX(-100%);
    background: url("../img/recipe/fukidashi_01.svg") right center no-repeat;
    height: 83px;
    font-size: 16px;
  }
  #searchArea .fukidashi span {
    font-size: 26px;
    margin-bottom: 2px;
  }
}
#keyword .title {
  font-family: "Permanent Marker", cursive;
  color: #a57d50;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 749px) {
  #keyword {
    position: relative;
    margin-bottom: 13.33vw;
  }
  #keyword .title {
    margin-bottom: 3.06667vw;
    font-size: 4.26667vw;
  }
  #keyword .spScrollWrap {
    white-space: nowrap;
    overflow-x: auto;
    padding: 1.2em;
  }
  #keyword .spScrollWrap .keywordList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  #keyword .arrow {
    position: absolute;
    bottom: 14px;
    right: 0;
    background: #f4eadd url("../img/common/arrow_02.svg") center center no-repeat;
    background-size: 1.86667vw auto;
    height: 6.93333vw;
    width: 5.33333vw;
  }
  #keyword .keywordList li a {
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  #keyword {
    margin-bottom: 100px;
  }
  #keyword .arrow {
    display: none;
  }
  #keyword .title {
    margin-bottom: 14px;
    font-size: 22px;
  }
  #keyword .keywordList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #keyword .keywordList li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.recipeList {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.recipeList li img {
  display: block;
  width: 100%;
}

.recipeList li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .recipeList li {
    margin-bottom: 10.13333vw;
    width: 42.66667vw;
  }
  .recipeList li:nth-child(odd) {
    margin-right: 6vw;
  }
  .recipeList li img {
    margin-bottom: 12px;
    border-radius: 0.53333vw;
  }
  .recipeList li .icon_new_01 {
    margin-bottom: 2.26667vw;
  }
  .recipeList li .name {
    font-size: 3.46667vw;
  }
  .recipeList li .time {
    margin-bottom: 7.5px;
  }
}
@media screen and (min-width: 750px) {
  .recipeList.column-3 li {
    width: 360px;
  }
  .recipeList.column-3 li:not(:nth-child(3n)) {
    margin-right: 60px;
  }
  .recipeList.column-4 li {
    width: 264px;
  }
  .recipeList.column-4 li:not(:nth-child(4n)) {
    margin-right: 48px;
  }
  .recipeList li {
    margin-bottom: 56px;
  }
  .recipeList li img {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .recipeList li .icon_new_01 {
    margin-bottom: 10px;
  }
  .recipeList li .name {
    font-size: 16px;
  }
  .recipeList li .time {
    margin-top: 5px;
  }
  .recipeList li a {
    transition: opacity 0.3s ease-in;
  }
  .recipeList li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 749px) {
  #newRecipe {
    margin-bottom: 30.66667vw;
  }
}
@media screen and (min-width: 750px) {
  #newRecipe {
    margin-bottom: 170px;
  }
}
#recipe_entry .swiper-wrapper, #recipe_entry .swiper-slide {
  width: 100%;
}

#recipe_entry .recipe_header {
  border-top: 3px solid #dcc3a0;
  background: url("../img/common/line_dot_01.png") left bottom repeat-x;
  text-align: center;
}

#recipe_entry .recipe_header h3 {
  border-top: 1px solid #dcc3a0;
  font-weight: bold;
  line-height: 1.4;
}

#recipe_entry .video {
  display: block;
  position: relative;
}

#recipe_entry .video img {
  position: relative;
  z-index: 1;
}

#recipe_entry .video::after {
  content: "";
  display: block;
  background: url("../img/common/icon_play_01.svg") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#recipe_entry .recipe_outline .images img {
  width: 100%;
}

#recipe_entry .recipe_outline .images video {
  width: 100%;
}

#recipe_entry .recipe_outline .memo {
  line-height: 1.86;
  flex-basis: 100%;
}

#recipe_entry .recipe_outline .point {
  position: relative;
  border-radius: 4px;
  background: #e8dac7;
  flex-basis: 100%;
}

#recipe_entry .recipe_outline .point h4 {
  position: absolute;
}

#recipe_entry .ingredient h5 {
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #a57d50;
  line-height: 1.2;
}

#recipe_entry .ingredient .hasH5:not(:last-child) {
  margin-bottom: 2.2em;
}

#recipe_entry .ingredient .items {
  border-top: 1px solid #dcc3a0;
}

#recipe_entry .ingredient .items li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  width: 100%;
  border-bottom: 1px solid #dcc3a0;
}

#recipe_entry .ingredient .items li .item_name {
  width: 66%;
}

#recipe_entry .ingredient .items li .item_quantity {
  width: 31%;
  text-align: right;
}

#recipe_entry .ingredient .items a {
  font-weight: bold;
  text-decoration: underline;
}

#recipe_entry .recipe_steps {
  counter-reset: number;
}

#recipe_entry .recipe_steps li {
  position: relative;
  line-height: 1.86;
}

#recipe_entry .recipe_steps li img {
  border-radius: 4px;
}

#recipe_entry .recipe_steps li::before {
  counter-increment: number;
  content: counter(number);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #a57d50;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #a57d50;
}

@media screen and (max-width: 749px) {
  #recipe_entry {
    padding-top: 1.33333vw;
  }
  #recipe_entry .recipe_header {
    padding-bottom: 7.33333vw;
    margin-bottom: 2.66667vw;
    background-size: auto 0.66667vw;
    padding-top: 0.93333vw;
  }
  #recipe_entry .recipe_header h3 {
    margin-bottom: 2.66667vw;
    padding-top: 8vw;
    font-size: 5.33333vw;
  }
  #recipe_entry .recipe_outline {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #recipe_entry .recipe_outline .images {
    order: 1;
    margin-bottom: 9.33333vw;
  }
  #recipe_entry .recipe_outline .images img {
    border-radius: 0.53333vw;
  }
  #recipe_entry .recipe_outline .ingredient {
    order: 4;
    flex-basis: 100%;
  }
  #recipe_entry .recipe_outline .memo {
    order: 2;
    margin-bottom: 17.33333vw;
    flex-basis: 100%;
  }
  #recipe_entry .recipe_outline .point {
    order: 3;
    padding: 8vw 5.33333vw 5.33333vw;
    margin-bottom: 12.53333vw;
  }
  #recipe_entry .recipe_outline .point h4 {
    top: -9.2vw;
    left: 2.13333vw;
  }
  #recipe_entry .recipe_outline .point img {
    width: 30.93333vw;
  }
  #recipe_entry .video::after {
    height: 100vw;
    width: 100vw;
    background-size: 17.86667vw;
  }
  #recipe_entry .ingredient {
    margin-bottom: 12.53333vw;
  }
  #recipe_entry .ingredient h5, #recipe_entry .ingredient li {
    font-size: 3.33333vw;
  }
  #recipe_entry .ingredient .hasH5 .item {
    margin-left: 3.33333vw;
  }
  #recipe_entry .ingredient li i {
    width: 7.06667vw;
    height: 1em;
    background-image: url("../img/recipe/dot_01_sp.png");
  }
  #recipe_entry .recipe_steps {
    margin-bottom: 20vw;
  }
  #recipe_entry .recipe_steps li {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #recipe_entry .recipe_steps li::before {
    height: 6.66667vw;
    min-width: 6.66667vw;
    width: 6.66667vw;
    border-width: 0.26667vw;
    margin-left: 0;
    margin-right: 2.53333vw;
    font-size: 3.73333vw;
    line-height: 6.13333vw;
  }
  #recipe_entry .recipe_steps li:not(:first-child) {
    margin-top: 4.66667vw;
    padding-top: 5.33333vw;
  }
  #recipe_entry .recipe_steps li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 40vw);
    display: block;
    height: 1px;
    width: 80.53333vw;
    border-top: 0.53333vw dotted #dfc8a8;
  }
  #recipe_entry .recipe_steps li img {
    width: 32vw;
  }
}
@media screen and (min-width: 750px) {
  #recipe_entry {
    width: 1080px;
  }
  #recipe_entry .swiper-container {
    padding-bottom: 30px;
  }
  #recipe_entry .swiper-container img {
    width: 1200px;
  }
  #recipe_entry .recipe_header {
    padding-bottom: 30px;
    margin-bottom: 45px;
    background-size: auto 3px;
    padding-top: 4px;
  }
  #recipe_entry .recipe_header h3 {
    margin-bottom: 17px;
    padding-top: 30px;
    font-size: 26px;
  }
  #recipe_entry .recipe_outline {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recipe_entry .recipe_outline .images {
    width: 527px;
    margin-bottom: 55px;
  }
  #recipe_entry .recipe_outline .images img {
    border-radius: 4px;
  }
  #recipe_entry .recipe_outline .memo {
    margin-bottom: 80px;
  }
  #recipe_entry .recipe_outline .point {
    padding: 55px 55px 40px;
    margin-bottom: 50px;
  }
  #recipe_entry .recipe_outline .point h4 {
    top: -43px;
    left: 20px;
  }
  #recipe_entry .video::after {
    width: 527px;
    height: 527px;
  }
  #recipe_entry .ingredient {
    width: 460px;
    margin-bottom: 55px;
  }
  #recipe_entry .ingredient .title_03 {
    text-align: left;
  }
  #recipe_entry .ingredient .title_03 span {
    padding-left: 0;
  }
  #recipe_entry .recipe_steps {
    margin-bottom: 100px;
  }
  #recipe_entry .recipe_steps ol {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  #recipe_entry .recipe_steps li {
    padding-bottom: 45px;
    width: 312px;
  }
  #recipe_entry .recipe_steps li:nth-child(n+4) {
    padding-top: 50px;
  }
  #recipe_entry .recipe_steps li:nth-child(3n):not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    height: 1px;
    width: 1080px;
    border-top: 2px dotted #dfc8a8;
  }
  #recipe_entry .recipe_steps li:not(:nth-child(3n)) {
    padding-right: 64px;
    width: 380px;
  }
  #recipe_entry .recipe_steps li:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 25px;
    display: block;
    height: 15px;
    width: 25px;
    background: url("../img/recipe/arrow_next.svg") 0 0 no-repeat;
  }
  #recipe_entry .recipe_steps li::before {
    width: 28px;
    height: 28px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #recipe_entry .recipe_steps li p:not(:last-child) {
    margin-bottom: 10px;
  }
  #recipe_entry .recipe_steps li.final::after {
    display: none;
  }
}
#recommend li {
  display: block;
}

#recommend li a, #recommend li img {
  display: block;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  #recommend {
    margin-bottom: 14.66667vw;
  }
  #recommend li {
    font-size: 3.46667vw;
  }
  #recommend li:not(:last-child) {
    margin-bottom: 5.86667vw;
  }
  #recommend li a {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #recommend li img {
    min-width: 42.66667vw;
    width: 42.66667vw;
    margin-right: 3.2vw;
    border-radius: 0.53333vw;
  }
  #recommend li p {
    min-width: 46vw;
  }
}
@media screen and (min-width: 750px) {
  #recommend {
    width: 1080px;
    margin-bottom: 70px;
  }
  #recommend ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  #recommend li {
    width: 312px;
    font-size: 16px;
  }
  #recommend li:not(:nth-child(3n)) {
    margin-right: 69px;
  }
  #recommend li img {
    border-radius: 4px;
    margin-bottom: 16px;
  }
  #recommend li a {
    transition: opacity 0.3s ease-in;
  }
  #recommend li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 749px) {
  #relatedKeyword .keywordList li {
    margin-top: 2.53333vw;
  }
}
@media screen and (min-width: 750px) {
  #relatedKeyword {
    width: 1080px;
  }
  #relatedKeyword .keywordList li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 749px) {
  .bnr .sp {
    width: 100%;
    margin: 0 auto 13.33vw 0;
    border-radius: 10px;
    text-align: center;
  }
  .pc {
    display: none;
  }
  .bnr a {
    display: block;
    transition: opacity 0.3s ease-in;
  }
  .bnr:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 750px) {
  .bnr {
    width: 1200px;
  }
  .bnr:hover {
    opacity: 0.75;
  }
  .bnr .pc {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto 100px auto;
    border-radius: 10px;
    text-align: center;
  }
  .sp {
    display: none;
  }
  .bnr a {
    display: block;
    transition: opacity 0.3s ease-in;
  }
}

body#recipe #contents .recipe_steps iframe {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  display: block;
}

@media screen and (max-width: 749px) {
  body#recipe #contents .recipe_steps iframe {
    margin: 0 auto 25px;
    height: 64vw;
  }
}
@media screen and (min-width: 750px) {
  body#recipe #contents .recipe_steps li:not(:nth-child(3n))::after {
    background: unset;
  }
}
body#recipe #contents .recipe_steps li img {
  margin-bottom: 10px;
  display: block;
}

/*----------------------------------
2022-10-12 改修
----------------------------------*/
body#recipe.recipe #wrapper #contents {
  padding-bottom: 0;
}
body#recipe.recipe #wrapper #contents form #searchArea {
  width: 445px;
  margin: 0 auto 85px;
}
body#recipe.recipe #wrapper #contents form #searchArea .fukidashi {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: unset;
  justify-content: center;
  align-items: baseline;
  color: #411E0A;
  font-size: 18px;
  height: auto;
  display: inline-flex;
  margin: 0 auto 10px;
}
body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:before, body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:after {
  position: absolute;
  background: url(../img/recipe/fukidasi.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 18px;
  height: 26px;
  bottom: 0;
}
body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:before {
  left: -27px;
}
body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:after {
  right: -23px;
  transform: scale(-1, 1);
}
body#recipe.recipe #wrapper #contents form #searchArea .fukidashi span {
  font-size: 32px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}
body#recipe.recipe #wrapper #contents article {
  padding-bottom: 150px;
}
body#recipe.recipe #wrapper #contents article .sections .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body#recipe.recipe #wrapper #contents article .sections .inner > .head_h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
}
body#recipe.recipe #wrapper #contents article .sections#mv {
  background: #fff;
}
body#recipe.recipe #wrapper #contents article .sections#mv .orange {
  position: absolute;
  background: #D15516;
  width: 100%;
  height: 540px;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner {
  padding: 30px 0 40px;
  position: relative;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .head_h1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-bottom: 5px;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider a {
  margin: 0;
  display: block;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider a img {
  margin: 0 auto;
  border-radius: 4px;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev {
  left: 215px;
  z-index: 10;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_left.svg) center center no-repeat #fff;
  background-size: contain;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next {
  right: 215px;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_right.svg) center center no-repeat #fff;
  background-size: contain;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev, body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next {
  top: 50%;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev.slick-arrow, body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next.slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.8;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev:before, body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next:before {
  content: "";
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .sub_slider {
  max-width: 680px;
  margin: 5px auto 0;
}
body#recipe.recipe #wrapper #contents article .sections#mv .inner .sub_slider a.item {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7777777778;
  text-align: center;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner {
  padding: 70px 0 0;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents {
  max-width: 1000px;
  margin: 0 auto;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex {
  display: flex;
  justify-content: space-between;
  padding: 30px 60px;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  flex-direction: row-reverse;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex + .flex {
  margin-top: 85px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 {
  position: absolute;
  left: -40px;
  top: -25px;
  background: #F4EADD;
  padding-bottom: 30px;
  padding-right: 40px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #D15516;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
  width: 400px;
  min-height: 100px;
  border-radius: 30px;
  padding: 16px 1em;
  line-height: 1.4166666667;
  position: relative;
  z-index: 10;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 span:before {
  position: absolute;
  content: "";
  background: url(../img/recipe/ttl.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 26px;
  left: 28.5px;
  bottom: -21px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider {
  max-width: 340px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt {
  padding-top: 100px;
  line-height: 1.5714285714;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt .time {
  font-weight: bold;
  color: #A57D50;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt .time:before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_time_01.svg) left center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt .btn_02 {
  margin-top: 35px;
  color: #044198;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .icons {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .icons:before, body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .icons:after {
  position: absolute;
  content: "";
  z-index: -1;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider {
  max-width: 480px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev {
  left: -20px;
  z-index: 10;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_left.svg) center center no-repeat #fff;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next {
  right: -20px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_right.svg) center center no-repeat #fff;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev, body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next {
  top: 50%;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev.slick-arrow, body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next.slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.8;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev:before, body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next:before {
  content: "";
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots {
  bottom: 20px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-left: 0;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li:not(:last-child) {
  margin-right: 30px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li:last-child {
  margin-right: 0;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li.slick-active button:before {
  background: #fff;
  box-shadow: 0 0 6px rgba(65, 30, 10, 0.5);
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li button:before {
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0;
  background: unset;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) {
  flex-direction: unset;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) .head_h2 {
  left: unset;
  right: -40px;
  padding-right: unset;
  padding-left: 40px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) .head_h2 span {
  background: #411E0A;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) .head_h2 span:before {
  background: url(../img/recipe/ttl_reverse.svg) no-repeat;
  background-size: contain;
  left: unset;
  right: 28.5px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(1) .icons:before {
  background: url(../img/recipe/top_icon_20.svg) no-repeat;
  background-size: contain;
  width: 161.48px;
  height: 80.55px;
  top: 65px;
  right: -90px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(1) .icons:after {
  background: url(../img/recipe/top_icon_10.svg) no-repeat;
  background-size: contain;
  width: 85.06px;
  height: 160.56px;
  bottom: -34px;
  left: -58px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(2) .icons:before {
  background: url(../img/recipe/top_icon_30.svg) no-repeat;
  background-size: contain;
  width: 71px;
  height: 75.73px;
  top: 203px;
  left: -104px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(3) .icons:before {
  background: url(../img/recipe/top_icon_40.svg) no-repeat;
  background-size: contain;
  width: 105.11px;
  height: 55.24px;
  top: 92.3px;
  right: -76px;
}
body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(4) .icons:before {
  background: url(../img/recipe/top_icon_50.svg) no-repeat;
  background-size: contain;
  width: 178.76px;
  height: 176.59px;
  top: -34.6px;
  left: -83px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner {
  padding-top: 100px;
  overflow: hidden;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box {
  position: relative;
  display: block;
  overflow: hidden;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box:before, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: "";
  width: 100%;
  height: 260px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide {
  display: block;
  padding: 40px 20px 75px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide img, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide img {
  border-radius: 4px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide:nth-child(even), body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide:nth-child(even) {
  transform: translateY(-40px);
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide:hover, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide:hover {
  text-decoration: unset;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide:hover img, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide:hover img {
  opacity: 0.8;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .infinite_slider, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .infinite_slider {
  transform: translateY(40px);
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more {
  display: flex;
  justify-content: flex-end;
  transform: translate(-100px, -20px);
  transition: opacity 0.3s;
  position: relative;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more:before, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more:before {
  position: absolute;
  content: "";
  background: url(../img/recipe/arrow.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more span, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding-right: 1em;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more:hover, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more:hover {
  text-decoration: unset;
  opacity: 0.8;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe {
  margin-bottom: 0;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner {
  position: relative;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner:before {
  position: absolute;
  content: "";
  background: url(../img/recipe/top_icon_60.svg) no-repeat;
  background-size: contain;
  width: 182.74px;
  height: 111.45px;
  top: 73.3px;
  right: 229px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box:before {
  background: #D15516;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box img {
  box-shadow: 4px 4px 0px #A84410;
}
body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box:before {
  background: #8D5D34;
}
body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box img {
  box-shadow: 4px 4px 0px #624023;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup {
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 135px auto 0;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .orange {
  background: #D15516;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
  top: 0%;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner {
  padding: 40px 60px 50px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .head_h2 span {
  color: #fff;
  text-align: center;
  display: block;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .head_h2 span.en {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .head_h2 span.ja {
  font-size: 14px;
  letter-spacing: 0.04em;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner > p {
  color: #fff;
  line-height: 1.5714285714;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 750px) {
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .pc_flex {
    display: flex !important;
  }
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .pc_flex {
  justify-content: space-between;
  margin-top: 35px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .item {
  width: 320px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .item img {
  width: inherit;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .item .date {
  color: #A57D50;
  font-size: 12px;
  font-family: montserrat, sans-serif;
  letter-spacing: 0.08em;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .item .text {
  line-height: 1.7857142857;
  font-weight: bold;
  margin-top: 5px;
}
body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .btn_01 {
  margin-top: 35px;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe #wrapper #contents {
    padding-bottom: 0;
  }
  body#recipe.recipe #wrapper #contents form #searchArea {
    width: 100%;
    margin: 0 auto 33.33vw;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .fukidashi {
    font-size: 14px;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:before, body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:after {
    width: 11px;
    height: 16.93px;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:before {
    left: -20px;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .fukidashi:after {
    right: -15px;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .fukidashi span {
    font-size: 24px;
    margin: 0 3px;
    letter-spacing: 0.01em;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .flex {
    display: flex;
    justify-content: center;
  }
  body#recipe.recipe #wrapper #contents form #searchArea .flex input[type=search] {
    width: 65.07vw;
    font-size: 14px;
  }
  body#recipe.recipe #wrapper #contents article {
    padding-bottom: 36vw;
  }
  body#recipe.recipe #wrapper #contents article .sections .inner {
    max-width: 100%;
  }
  body#recipe.recipe #wrapper #contents article .sections .inner > .head_h2 {
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.2142857143;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .orange {
    height: 82.67vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner {
    padding: 4vw 0 6vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .head_h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider a img {
    height: 76.923vw;
    width: 76.923vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev {
    left: 6.667vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next {
    right: 6.667vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-prev.slick-arrow, body#recipe.recipe #wrapper #contents article .sections#mv .inner .mv_slider button.slick-next.slick-arrow {
    width: 6.347vw;
    height: 6.347vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .sub_slider {
    max-width: 76.923vw;
    margin: 15px auto 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#mv .inner .sub_slider a.item {
    line-height: 1.5555555556;
    text-align: left;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner {
    padding: 30px 0 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents {
    max-width: 100%;
    margin: 0 auto;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex {
    display: block;
    transform: translateX(10.67vw);
    padding: 15.6vw 17.33vw 8vw 5.33vw;
    border-top: unset;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex + .flex {
    margin-top: 25.73vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 {
    left: -6.67vw;
    top: -12.4vw;
    padding-bottom: 5.73vw;
    padding-right: 0;
    border-radius: 30px;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 span {
    width: 86.67vw;
    min-height: 24vw;
    font-size: 6.4vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .head_h2 span:before {
    width: 5.6vw;
    height: 6.93vw;
    left: 5.33vw;
    bottom: -5.66vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider {
    max-width: 77.33vw;
    margin: 0 auto;
    margin-left: 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider img {
    height: 77.33vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev {
    left: -3.5vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next {
    right: -3.4vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-prev.slick-arrow, body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider button.slick-next.slick-arrow {
    width: 6.67vw;
    height: 6.67vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots {
    bottom: 15px;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li:not(:last-child) {
    margin-right: 25px;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .slider .slick-dots li:last-child {
    margin-right: 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider {
    max-width: 100%;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex .txt_slider .txt .btn_02 {
    margin-top: 15px;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) {
    padding: 15.6vw 5.33vw 8vw 17.33vw;
    transform: translateX(-10.67vw);
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) .head_h2 {
    right: -6.67vw;
    padding-left: 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(odd) .head_h2 span:before {
    right: 4.33vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(1) .icons:before {
    top: -24.67vw;
    right: 8.47vw;
    width: 29.94vw;
    height: 14.93vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(1) .icons:after {
    width: 15.85vw;
    height: 29.92vw;
    bottom: unset;
    left: -9.73vw;
    top: -24.67vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(2) .icons:before {
    width: 14.53vw;
    height: 15.5vw;
    top: -19.47vw;
    left: 13.33vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(3) .icons:before {
    width: 21.54vw;
    height: 11.32vw;
    top: -20.27vw;
    right: 8.59vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#recipes .inner .contents .flex:nth-child(4) .icons:before {
    width: 26.97vw;
    height: 26.64vw;
    top: 21.2vw;
    left: 1.47vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner {
    padding-top: 16vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .head_h2, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .head_h2 {
    font-size: 24px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box:before, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box:before {
    height: 50.53vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide {
    padding: 8vw 4.2vw 15.6vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide img, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide img {
    height: 51.6vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .slick-initialized .slick-slide:nth-child(even), body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .slick-initialized .slick-slide:nth-child(even) {
    transform: translateY(-8vw);
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .infinite_slider, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .infinite_slider {
    transform: translateY(8vw);
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more {
    transform: translate(-25px, -20px);
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more:before, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more:before {
    width: 8px;
    height: 15px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner .slider_box .more span, body#recipe.recipe #wrapper #contents article .sections#coffeeRecipe .inner .slider_box .more span {
    font-size: 14px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipe .inner:before {
    width: 37.03vw;
    height: 22.59vw;
    top: 1.15vw;
    right: -9.07vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup {
    border-radius: unset;
    max-width: 100%;
    margin: 26.67vw auto 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .orange {
    height: 89.73vw;
    border-radius: unset;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner {
    padding: 40px 15px 50px;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .head_h2 span.en {
    font-size: 36px;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .head_h2 span.ja {
    font-size: 16px;
    margin-top: 3px;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner > p {
    margin-top: 25px;
    font-size: 14px;
    max-width: 86.67vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex .item {
    width: 100%;
    margin-bottom: 8vw;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    display: flex;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex .item img {
    width: 42.67vw;
    height: 42.67vw;
    margin-bottom: 0;
    margin-right: 10px;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex .item .date {
    font-size: 2.67vw;
    margin-bottom: 1.6vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex .item .text {
    margin-top: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .sp_flex .item:not(:last-child) {
    margin-bottom: 10px;
  }
  body#recipe.recipe #wrapper #contents article .sections#Pickup .inner .btn_01 {
    margin-top: 0;
  }
}
body#recipe.recipe.single_recipe .topicpath {
  line-height: normal;
  padding: 10px 0 60px;
}
body#recipe.recipe.single_recipe .title_03 {
  transform: unset;
  line-height: normal;
  text-align: left;
  font-size: 20px;
  margin: 15px 0 20px;
}
body#recipe.recipe.single_recipe .title_03 span {
  padding-left: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents {
  padding-bottom: 150px;
}
body#recipe.recipe.single_recipe #wrapper #contents article {
  margin-bottom: 60px;
  padding-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_header {
  padding-bottom: 40px;
  background: unset;
  border-bottom: 2px solid #dcc3a0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_header h3 {
  margin-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images {
  width: 530px;
  margin-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images img,
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images video {
  border-radius: 4px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider {
  margin-bottom: 0;
  max-width: 530px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider img {
  width: 100%;
  height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-slide {
  height: 530px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev {
  left: 10px;
  z-index: 10;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_left.svg) center center no-repeat #fff;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next {
  right: 10px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_right.svg) center center no-repeat #fff;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next {
  top: 50%;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev.slick-arrow, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next.slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.8;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev:before, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next:before {
  content: "";
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots {
  bottom: 25px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-left: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li:not(:last-child) {
  margin-right: 30px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li:last-child {
  margin-right: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li.slick-active button:before {
  background: #fff;
  box-shadow: 0 0 6px rgba(65, 30, 10, 0.5);
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li button:before {
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0;
  background: unset;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient {
  width: 470px;
  margin-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .memo {
  margin-bottom: 30px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .icon_time {
  font-size: 20px;
  font-weight: bold;
  background: unset;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .icon_time span {
  font-size: 16px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .caution {
  line-height: 1.6666666667;
  font-size: 12px;
  color: #A57D50;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .items {
  border-top: unset;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .items li .item_name {
  padding-left: 12px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5 h5 {
  margin-bottom: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5 + .hasH5 h5 {
  border-bottom: 1px solid #dcc3a0;
  padding-bottom: 10.5px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps {
  margin: 5px 0 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .title_03 {
  margin: 15px 0 10.5px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li {
  width: 100%;
  padding-right: 0;
  border-bottom: 1px solid #DCC3A0;
  padding: 30px 70px 30px 30px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li:before {
  content: unset;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li:not(:nth-child(3n)):after, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li:nth-child(3n):not(:last-child):after {
  display: none;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li .img_box {
  margin: 0 0 0 auto;
  display: block;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li .img_box img {
  width: 224px;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: unset;
  margin: 0 auto;
  margin-right: 0;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num {
  order: 1;
  font-size: 18px;
  font-weight: bold;
  color: #A57D50;
  font-family: "Montserrat", sans-serif;
  margin-right: 7px;
  letter-spacing: 0.4rem;
  transform: translateX(-10px);
  line-height: normal;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num:before, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num:after {
  font-size: 16px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num:before {
  content: "【";
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num:after {
  content: "】";
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .content {
  max-width: 600px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point {
  margin-top: 58.5px;
  background: #E8DAC7;
  border-radius: 4px;
  position: relative;
  padding: 50px 70px 24.82px 57px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point h4 {
  position: absolute;
  top: -28.7px;
  left: 19px;
  width: 130px;
}
body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point h4 img {
  width: 100%;
}
body#recipe.recipe.single_recipe #wrapper #contents #recommend {
  margin-bottom: 70px;
}
body#recipe.recipe.single_recipe #wrapper #contents #recommend .title_03 {
  margin: 0 0 40px;
}
body#recipe.recipe.single_recipe #wrapper #contents #recommend li img {
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe.single_recipe .topicpath {
    padding: 10px 17.5px 30px;
  }
  body#recipe.recipe.single_recipe .title_03 {
    font-size: 18px;
    margin: 15px 0 20px;
    border-bottom: 2px dotted #a57d50;
  }
  body#recipe.recipe.single_recipe .title_03 span i {
    font-size: 15px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents {
    padding-bottom: 24.4vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article {
    margin-bottom: 9.33vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry {
    padding-top: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_header {
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_header h3 {
    padding-top: 20px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images {
    width: 100%;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider {
    width: 100vw;
    margin-bottom: 0;
    transform: translateX(-4vw);
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider img,
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider video {
    width: 100%;
    height: 100vw;
    border-radius: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-slide {
    height: 100vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev {
    left: 10px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next {
    right: 10px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-prev.slick-arrow, body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider button.slick-next.slick-arrow {
    width: 6.67vw;
    height: 6.67vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots {
    bottom: 25px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .images .slider .slick-dots li:not(:last-child) {
    margin-right: 25px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient {
    width: 100%;
    margin-top: 15px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .memo {
    font-size: 14px;
    margin-bottom: 35px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .icon_time {
    font-size: 18px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .icon_time span {
    font-size: 15px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .caution {
    line-height: 1.5;
    margin-top: 20px;
    margin-top: 5px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5:not(:last-child) {
    margin-bottom: 32px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5 .items li {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5 h5 {
    margin-bottom: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_outline .ingredient .hasH5 + .hasH5 h5 {
    padding-bottom: 10.5px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li {
    padding: 25px 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li:not(:first-child) {
    margin-top: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p {
    flex-wrap: wrap;
    flex-direction: unset;
    justify-content: flex-end;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .img_box {
    order: 3;
    width: 88%;
    margin: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .img_box img {
    margin: 15px 0 0 auto;
    width: 100%;
    height: auto;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .num {
    order: 1;
    margin-right: 0;
    width: 40px;
    line-height: normal;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps ol li p .content {
    order: 2;
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 1.5;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point {
    margin-top: 22.29vw;
    border-radius: 2px;
    padding: 7.8vw 6.33vw 5.28vw;
    font-size: 14px;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point h4 {
    top: -11.93vw;
    left: 1.87vw;
    width: 34.67vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents article #recipe_entry .recipe_steps .point p {
    line-height: 1.4285714286;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend {
    margin-bottom: 13.33vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend .title_03 {
    text-align: center;
    margin: 0 0 6.67vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend .title_03 span {
    padding: 0 3.6vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend li img {
    margin-bottom: 0;
    border-radius: 0;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend li p {
    font-size: 16px;
    line-height: 1.4444444444;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #recommend li:not(:last-child) {
    margin-bottom: 5.36vw;
  }
  body#recipe.recipe.single_recipe #wrapper #contents #relatedKeyword .keywordList li a {
    padding: 0 1.6vw 0;
  }
}
body#recipe.recipe.archive #wrapper #contents {
  padding-bottom: 150px;
}
body#recipe.recipe.archive #wrapper #contents form #searchArea {
  margin: 50px auto 55px;
}
@media screen and (min-width: 750px) {
  body#recipe.recipe.archive #wrapper #contents form #searchArea {
    width: 480px;
    position: relative;
  }
  body#recipe.recipe.archive #wrapper #contents form #searchArea .fukidashi {
    position: absolute;
    left: -160px;
    top: 50%;
    transform: translateY(-50%);
  }
  body#recipe.recipe.archive #wrapper #contents form #searchArea .fukidashi:before, body#recipe.recipe.archive #wrapper #contents form #searchArea .fukidashi:after {
    display: none;
  }
  body#recipe.recipe.archive #wrapper #contents form #searchArea:before {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    background: url(../img/recipe/fukidashi_article.svg) no-repeat;
    content: "";
    background-size: contain;
    height: 54px;
    width: 62px;
    left: -79.5px;
  }
}
body#recipe.recipe.archive #wrapper #contents article {
  padding-bottom: 0;
}
body#recipe.recipe.archive #wrapper #contents article #keyword {
  display: none;
}
body#recipe.recipe.archive #wrapper #contents article .recipeList li .name {
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe.archive #wrapper #contents form #searchArea {
    margin: 8vw auto 10.67vw;
  }
}
@media screen and (max-width: 749px) {
  body.recipe.news article .title_01 {
    margin: 13.33vw 0 6.67vw;
  }
}
body.recipe.single article .main {
  max-width: 980px;
  margin: 25px auto 110px;
}
body.recipe.single article .main .head {
  display: flex;
  flex-direction: column-reverse;
}
body.recipe.single article .main .head .date {
  font-size: 12px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  color: #876441;
}
body.recipe.single article .main .head .head_h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4285714286;
  border-bottom: #A57D50 5px solid;
  padding: 20px 0 15px;
}
body.recipe.single article .main img {
  margin: 40px auto;
  display: block;
}
body.recipe.single article .recipe_list {
  list-style: none;
}
body.recipe.single article .recipe_list > li {
  position: relative;
}
body.recipe.single article .recipe_list > li .num {
  color: #A57D50;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
}
body.recipe.single article .recipe_list > li .flex {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  padding-top: 55px;
}
body.recipe.single article .recipe_list > li .flex:before {
  position: absolute;
  background: #fff;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 160px;
}
@media screen and (min-width: 750px) {
  body.recipe.single article .recipe_list > li .flex.height_level_10:before {
    height: 200px;
  }
  body.recipe.single article .recipe_list > li .flex.height_level_20:before {
    height: 235px;
  }
  body.recipe.single article .recipe_list > li .flex.height_level_30:before {
    height: 270px;
  }
}
body.recipe.single article .recipe_list > li .flex .txt {
  max-width: 400px;
}
body.recipe.single article .recipe_list > li .flex .txt .head_h3 {
  color: #D15516;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5454545455;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  min-height: 68px;
}
body.recipe.single article .recipe_list > li .flex .txt .time {
  font-weight: bold;
  color: #A57D50;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
body.recipe.single article .recipe_list > li .flex .txt .time:before {
  position: absolute;
  content: "";
  background: url(../img/common/icon_time_01.svg) left center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
body.recipe.single article .recipe_list > li .flex .txt .btn_02 {
  margin-top: 35px;
  color: #044198;
}
body.recipe.single article .recipe_list > li .flex .slider {
  max-width: 480px;
  margin-bottom: 0;
}
body.recipe.single article .recipe_list > li .flex .slider img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-prev {
  left: -20px;
  z-index: 10;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-prev.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_left.svg) center center no-repeat #fff;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-next {
  right: -20px;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-next.slick-arrow {
  background: url(../img/index/KV_swiper_arrow_right.svg) center center no-repeat #fff;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-prev, body.recipe.single article .recipe_list > li .flex .slider button.slick-next {
  top: 50%;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-prev.slick-arrow, body.recipe.single article .recipe_list > li .flex .slider button.slick-next.slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  opacity: 0.8;
}
body.recipe.single article .recipe_list > li .flex .slider button.slick-prev:before, body.recipe.single article .recipe_list > li .flex .slider button.slick-next:before {
  content: "";
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots {
  bottom: 20px;
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-left: 0;
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li:not(:last-child) {
  margin-right: 30px;
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li:last-child {
  margin-right: 0;
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li.slick-active button:before {
  background: #fff;
  box-shadow: 0 0 6px rgba(65, 30, 10, 0.5);
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li button:before {
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0;
  background: unset;
  opacity: 1;
  border-radius: 50%;
  content: "";
}
body.recipe.single article .recipe_list > li .flex .slider .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
}
body.recipe.single article .recipe_list > li:not(:last-child) {
  margin-bottom: 200px;
}
body.recipe.single article .recipe_list > li:nth-child(odd) .flex {
  flex-direction: row-reverse;
}
body.recipe.single article .recipe_list > li:nth-child(odd) .flex .slider {
  margin-right: 60px;
}
body.recipe.single article .recipe_list > li:nth-child(even) .flex .slider {
  margin-left: 60px;
}
@media screen and (max-width: 749px) {
  body.recipe.single article {
    padding-bottom: 37.87vw;
  }
  body.recipe.single article .main {
    max-width: 100%;
    margin: 25px auto 18vw;
  }
  body.recipe.single article .main .head {
    padding: 0 4vw;
  }
  body.recipe.single article .main .head .date {
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  body.recipe.single article .main .head .head_h2 {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: unset;
    padding: 10px 0 0;
  }
  body.recipe.single article .main img {
    margin: 35px auto;
    width: 100%;
  }
  body.recipe.single article .main img + p {
    font-size: 14px;
    max-width: 92vw;
    margin: 0 auto;
  }
  body.recipe.single article .recipe_list > li .num {
    font-size: 34px;
    top: -17px;
    z-index: 10;
  }
  body.recipe.single article .recipe_list > li .flex {
    max-width: 100%;
    padding-top: 26.67vw;
    position: relative;
    flex-direction: column-reverse !important;
  }
  body.recipe.single article .recipe_list > li .flex:before {
    height: 30vw;
  }
  body.recipe.single article .recipe_list > li .flex .txt {
    max-width: 86.67vw;
    margin: 10px auto 0;
    font-size: 14px;
  }
  body.recipe.single article .recipe_list > li .flex .txt .head_h3 {
    font-size: 18px;
    text-align: center;
    padding: 35px 25px 33.33vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: unset;
    margin-bottom: 0;
    background: #fff;
    justify-content: center;
  }
  body.recipe.single article .recipe_list > li .flex .txt .time {
    margin-bottom: 0;
  }
  body.recipe.single article .recipe_list > li .flex .txt .btn_02 {
    margin-top: 15px;
  }
  body.recipe.single article .recipe_list > li .flex .slider {
    max-width: 86.67vw;
    margin: 0 auto !important;
    width: 100% !important;
  }
  body.recipe.single article .recipe_list > li .flex .slider img {
    height: 86.67vw;
    z-index: 10;
    position: relative;
  }
  body.recipe.single article .recipe_list > li .flex .slider button.slick-prev {
    left: -5.33vw;
  }
  body.recipe.single article .recipe_list > li .flex .slider button.slick-next {
    right: -5.33vw;
  }
  body.recipe.single article .recipe_list > li .flex .slider button.slick-prev.slick-arrow, body.recipe.single article .recipe_list > li .flex .slider button.slick-next.slick-arrow {
    width: 6.67vw;
    height: 6.67vw;
  }
  body.recipe.single article .recipe_list > li .flex .slider .slick-dots {
    bottom: 15px;
  }
  body.recipe.single article .recipe_list > li .flex .slider .slick-dots li:not(:last-child) {
    margin-right: 25px;
  }
  body.recipe.single article .recipe_list > li:not(:last-child) {
    margin-bottom: 21.33vw;
  }
}

/*----------------------------------
2023-10-02 改修
----------------------------------*/
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner {
  padding: 70px 0 150px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner form #searchArea {
  margin-bottom: 95px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner form #searchArea .flex {
  padding: 0;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 40px 60px 0;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits {
  width: 324px;
  margin-bottom: 50px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits:not(:nth-child(3n)) {
  margin-right: 5%;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits > a {
  display: block;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits > a img {
  border-radius: 4px;
  width: 100%;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits > a:hover ~ .txt a {
  text-decoration: underline;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits .txt {
  margin-top: 15px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits .txt a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 25px;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits .txt a:hover {
  text-decoration: underline;
}
body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner .flex .item_lits .txt .time {
  color: #a57d50;
  background: url(../img/common/icon_time_01.svg) left center no-repeat;
  font-weight: bold;
  padding-left: 25px;
  line-height: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner {
    padding: 30px 0 150px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .head_h2 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner form #searchArea {
    margin-bottom: 16.272vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex {
    max-width: 100%;
    padding: 0 15px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits {
    width: 42.899vw;
    margin-bottom: 10.13333vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits:not(:nth-child(3n)) {
    margin-right: 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits:not(:nth-child(even)) {
    margin-right: 6.2vw;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits .txt {
    margin-top: 12px;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits .txt a {
    font-size: 3.46667vw;
    margin: 0;
  }
  body#recipe.recipe #wrapper #contents article .sections#newRecipes .inner > .flex .item_lits .txt .time {
    padding-top: 0.4vw;
    padding-left: 6vw;
    background-size: 4.53333vw;
    line-height: 4.53333vw;
    font-size: 3.33333vw;
    margin-bottom: 7.5px;
  }
}
body#recipe.recipe #wrapper #contents article #recipe_entry .recipe_steps li:not(:first-child)::after {
  display: none;
}
body#recipe.recipe #wrapper #contents article #recipe_entry .recipe_steps iframe {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  body#recipe.recipe #wrapper #contents article #recipe_entry .recipe_steps iframe {
    margin-top: 30px;
  }
}/*# sourceMappingURL=recipe.css.map */