@charset "UTF-8";
/* kisonncss書き換え common*/
:root {
  --blue01: #75C0D7;
  --blue02: #75C0D726;
}
.sp_only{
  display: none;
}
.content{
  padding-top:0;
  overflow: visible;
}
.content *{
  box-sizing: border-box;
}
.content p,
.content img {
  margin-bottom:0;
  margin-block-start: 0;
      margin-block-end: 0;
}
.content h2 {
    margin-bottom: 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-block-start: 0;
    margin-block-end: 0;
}
.content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content h4::before {
    content: none;
}
.content ul{
  padding-left: 0;
  margin-bottom:0;
}
.content ul li::before {
  content:none;
}
.off{
  display: none!important;
}
.list_recipe{
  display: grid;
  grid-template-columns: 335px 335px 335px;
  gap:40px 37px;
}
.box_recipe{
  max-width: 335px;
  width:100%;
  border: solid 1px #DDDDDD;
  display: block;
  background: #fff;
  & > a{
    display: block;

    & .image{
      height: 230px;
      width: 100%;
      background-size: cover;
      & img{
        display: block;
        height: 100%;
        object-fit: cover;
      }
    }

    & .recipe_txt{
      padding:15px;
      color:#000;

      & > div{
        display: grid;
        grid-template-columns: 240px 55px;
        gap:10px;
        height: 50px;
        overflow: hidden;
        line-height: 1.35;
        margin-bottom:5px;

        & .recipe_ttl{
          font-size:18px;
          color:#000;
          padding:0;
          margin: 0;
          border:none;
          font-weight: bold;
        }

        & p{
          position:relative;
          padding-left:20px;

          &::after{
            position:absolute;
            content:"";
            left:0;
            top:3px;
            margin: auto;
            background: url(/common/images/recipe/ico_time.svg);
            width:15px;
            height:15px;
            background-size: cover;
          }
        }
      }

      & > p{
        color:var(--blue01);
        margin: 0;
        font-weight: bold;
      }
    }
  }
}
@media (max-width: 767px) {
  .sp_only{
    display: block;
  }
  #contents .content{
    padding-top:0!important;
  }
  .content h2 {
    font-size:22px;
    margin-bottom:20px!important;
  }
  .list_recipe{
    display: grid;
    grid-template-columns: 1fr;
    gap:40px 37px;
  }
}
/* common end */


/* mv */
.mv{
  position:relative;
  height: 320px;
  display: flex;
  align-items: center;
  z-index:10;
  & div{
    color:#fff;
    margin:0 10px;
    & p{
      font-size: 24px;
    }
  }
}
.mv::after{
  content:"";
  height:100%;
  width:100vw;
  position: absolute;
  top:0;
  left:-50vw;
  right:-50vw;
  margin: auto;
  background: url(/common/images/recipe/img_mv.png);
  background-size: cover;
  z-index:-10;
}
@media (max-width: 767px) {
  .mv{
    height: 150px;
    & h1{
      font-size: 24px;
    }
    & div p{
      font-size: 16px;
    }
  }
  .mv::after{
    background: url(/common/images/recipe/img_mv_sp.png);
    background-size: cover;
  }
}
/* mv end */

/* アンカー */
.btn_unker{
  display:flex;
  justify-content: center;
  gap:45px;
  padding:70px 0;
  & a{
    display: block;
    color:#fff;
    background: var(--blue01);
    max-width: 210px;
    width:100%;
    padding:8px 20px;
    position: relative;
    border-radius: 100px;
    border:solid 1px var(--blue01);
    &:hover{
      border:solid 1px #000;
      box-shadow: 0 4px 4px rgba(0,0,0,0.2);
      opacity: 1;
    }
  }
}
.btn_unker a::after{
  position: absolute;
  content:"";
  right:15px;
  top:0;
  bottom:5px;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .btn_unker {
    gap: 0px;
    padding: 0px 0;
    margin-left: -10px;
    margin-right: -10px;
    display: grid;
    grid-template-columns: 38% 31% 31%;
    & a {

      border-radius: 0;
      font-size: 14px;
      padding: 8px 5px;
      padding-left: 10px;
      border-right:solid 1px #fff;
    }
  }
}
/* アンカー end */

/* おすすめ */
#recommend{
  padding-bottom:80px;
}
#recommend h2{
  margin-bottom:40px;
  position: relative;
  &::before{
    position:relative;
    content:url("/common/images/recipe/ico_good.svg");
    top: 5px;
    margin-right: 5px;
  }
}
#recommend ul{
  margin-bottom:0;
}
#recommend .box_recipe{
  margin: 0 19px;
}
#recommend .slick-prev{
  top:40%;
}
#recommend .slick-next{
  top:46%;
}
#recommend .slick-prev{
  left:-30px;
  &:before {
    content: url(/common/images/recipe/ico_sli_arrow.svg);
  }
}
#recommend .slick-next{
  transform: rotate(180deg);
  right:-28px;
  &:before {
    content: url(/common/images/recipe/ico_sli_arrow.svg);
  }
}
@media (max-width: 767px) {
  #recommend {
    padding-top:30px;
    padding-bottom:50px;
  }
  #recommend h2 {
    &::before {
      top: 8px;
    }
  }
  #recommend .slick-prev {
    left: -17px;
    top: 50.5%;
    width: 40px;
    height: 40px;
    &:before{
      content: "";
      background: url(/common/images/recipe/ico_sli_arrow.svg);
      position: absolute;
      background-size: cover;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  }
  #recommend .slick-next {
    right: 0px;
    top: 45%;
    width: 40px;
    height: 40px;
    &:before{
      content: "";
      background: url(/common/images/recipe/ico_sli_arrow.svg);
      position: absolute;
      background-size: cover;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      margin: 0;

    }
  }
}
/* おすすめ end*/

#search_recipe h2{
  margin-bottom:40px;
  position: relative;
  &::before{
    position:relative;
    content:url("/common/images/recipe/ico_lens.svg");
    top: 2px;
    margin-right: 5px;
  }
}
.choice_tab{
  display: flex;
  gap:30px;
  justify-content: center;
  & p{
    max-width: 485px;
    width:100%;
    border-radius: 20px 20px 0 0;
    background: var(--blue01);
    color:#fff;
    font-size: 24px;
    text-align: center;
    padding:25px 0 15px;
    font-weight: bold;
    cursor:pointer;
  }
}
.choice_tab p.current{
  background: var(--blue02);
  color:#000;
}
.wrap_choise{
  position: relative;
  padding:50px 0 55px;
  z-index: 10;
  &::after{
    background: var(--blue02);
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    margin: auto;
    z-index: -10;
  }
}
.box_choise ul{
  display: flex;
  justify-content: space-between;
  gap:20px;
  margin-bottom:35px;
  & li{
    max-width:160px;
    width:100%;
    padding:20px 10px 10px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border:solid 3px #fff;
    &.current{
      border:solid 3px var(--blue01);
      &::after{
        position:absolute;
        content:"";
        right:0;
        left:0;
        bottom:-30px;
        margin:auto;
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top:30px solid var(--blue01);
      }
    }
    & img{
      margin-bottom:10px;
      height: 75px;
      object-fit: cover;
    }
  }
}
#cat_cont .box_choise ul{
  margin-bottom:50px;
  & li{
    padding:30px 10px 10px;
    max-width:200px;
    height: 180px;
    & img{
      margin-bottom:20px;
      height: 80px;
      object-fit: contain;
    }
  }
}

.choise_intro{
  text-align: center;
  font-weight: bold;
  background: #fff;
  & p{
    font-size: 18px;
  }
}
.sub_type{
  background: #fff;
  position: relative;
  padding:40px;

  &.choice{
    margin-bottom:50px;
  }
  &.choice::after{
    position:absolute;
    content:"";
    right:0;
    left:0;
    bottom:-30px;
    margin:auto;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top:30px solid #fff;
  }
  & > div > p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
  }
}
.sub_type_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:30px 35px;
  & > li{

    & >div{
      min-height: 90px;
      border:solid 1px #ddd;
      padding:10px;
      display: grid;
      grid-template-columns: 90px 1fr;
      gap:20px;
      align-items: center;
      cursor: pointer;
      & p{
        line-height: 1.4;
        font-size: 18px;
        font-weight: bold;
      }
    }
    &.choice{
      border: solid 3px var(--blue01);
    }
  }
}
#search_res{
  &.on{
    display: block;
  }
  & h3{
    text-align: center;
    border: none;
    margin-bottom:30px;
  }
}
@media (max-width: 767px) {
  #search_recipe h2 {
    &::before {
      top:7px;
    }
  }
  .choice_tab {
    margin-left: -10px;
    margin-right: -10px;
    gap: 0;
    & p {
      padding: 15px 0 15px;
      font-size: 18px;
    }
  }
  .box_choise ul {
    display:grid;
    grid-template-columns: 1fr 1fr;
    & li {
      padding: 10px 10px 5px;
      max-width:100%;
      & img {
        height: 60px;
        width: 80%;
        margin-bottom:5px;
        object-fit: contain;
      }
      & p{
        font-size: 16px;
      }
    }
  }
  .wrap_choise {
    padding: 30px 10px 40px;
  }
  .box_choise ul {
    & li {
        &.current {
            &::after {
                content: none;
            }
        }
    }
  }
  #cat_cont .box_choise ul {
    margin-bottom:30px;
    & li {
      padding: 15px 10px 10px;
      height: auto;
      & img {
          margin-bottom: 10px;
          height: 60px;
          width: 50%;
          object-fit: contain;
      }
    }
  }
  .sub_type {
    padding:30px 15px;
  }
  .sub_type > div > p.choice_none{
    margin-bottom:0;
  }
  .sub_type_inner {
    grid-template-columns: 1fr;
    gap:10px;
  }
  .sub_type_inner > li  >div {
    min-height: 80px;
    grid-template-columns: 80px 1fr;
  }
  #search_res {
    & h3 {
      font-size: 22px;
      margin-bottom:20px;
    }
  }
  #search_res .list_recipe{
    gap:20px;
  }
  #search_res .box_recipe {
    max-width: 100%;
    & > a {
      display: grid;
      grid-template-columns: 125px 1fr;
      & .image {
        height: 125px;
        background-size: cover;
      }
      & .recipe_txt {
        padding:15px 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        & > div {
          grid-template-columns: 1fr;
          height: auto;
          gap:10px;
          margin-bottom:0;
          & .recipe_ttl {
            max-height: 50px;
            overflow: hidden;
          }
        }
        & p {
          font-size: 14px;
          line-height: 1;
          &::after {
              left: 0;
              top: 1px;
              width: 13px;
              height: 13px;
          }
        }
        & p.precip_time{
          padding-left: 15px;
        }
      }
    }
  }

}
/* search end */

/* すべてのレシピ */
#all{
  padding-top:70px;
  padding-bottom:60px;
}
#all h2{
  width: fit-content;
  margin: auto;
  margin-bottom:40px;
  position: relative;
  &::before{
    position:absolute;
    content:"";
    background: url("/common/images/recipe/ico_hmb.svg");
    width: 30px;
    height: 30px;
    top: 2px;
    left: -40px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #all {
    padding:40px 10px 0;
    & h2 {
      font-size: 22px;
      margin-bottom:25px;
      &::before {
        top: 5px;
        left: -30px;
        width: 22px;
        height: 22px;
        background-size: cover;
        margin-right: 5px;
      }
    }
  }
  #all .list_recipe{
    gap:20px;
  }
  #all .box_recipe {
    max-width: 100%;
    & > a {
      display: grid;
      grid-template-columns: 125px 1fr;
      & .image {
        height: 125px;
        background-size: cover;
      }
      & .recipe_txt {
        padding:15px 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        & > div {
          grid-template-columns: 1fr;
          height: auto;
          gap:10px;
          margin-bottom:0;
          & .recipe_ttl {
            max-height: 50px;
            overflow: hidden;
          }
        }
        & p {
          font-size: 14px;
          line-height: 1;
          &::after {
              left: 0;
              top: 1px;
              width: 13px;
              height: 13px;
          }
        }
        & p.precip_time{
          padding-left: 15px;
        }
      }
    }
  }
}
/* すべてのレシピ end*/
