:root{
    --detail-selected:#ff7145;
    --detail-bg:#fff;
  }
  
  /* slick */
  
  .ly_otherDetail .topSlider{
    margin-left: 2px;
    margin-right: 2px;
  }
  
  .ly_otherDetail .slick-active button::before{
    background-color: var(--detail-selected) !important;
    }
    
    .ly_otherDetail .slide-dots li button::before{
      background-color: #fff1de;
    }
  
    @media all and (max-width:960px) {
      .ly_otherDetail .topSlider{
        margin-left: 1.5px;
        margin-right: 1.5px;
      }
    }
  
  /* swiper */
  
  .ly_otherDetail .swiper-button-prev, .ly_otherDetail .swiper-button-next{
    background-color: var(--detail-selected);
    outline: 1px solid var(--detail-selected);
  }
  
  .ly_otherDetail .swiper-button-prev::after, .ly_otherDetail .swiper-button-next::after{
    background-color: #fff;
  }
  
  .ly_otherDetail .swiper-button-prev:hover::after, .ly_otherDetail .swiper-button-next:hover::after{
    background-color: var(--detail-selected);
  }
  
  /* ui-color */

  .ly_otherDetail .sec-recipe_ingredient-item a{
    color: var(--detail-selected);
  }
  
  .ly_otherDetail .i-fav[data-fav="on"]::after,
  .ly_otherDetail .i-fav[data-fav="off"]::after{
      background-color: var(--detail-selected);
  }
  
  .ly_otherDetail .c-button_inner{
    border-color: #000;
  }
  
  /* padding */
  
  @media all and (max-width:960px) {
    .ly_otherDetail .sec-recipe_title,
    .ly_otherDetail .sec-recipe_desc,
    .ly_otherDetail .sec-recipe_content,
    .ly_otherDetail .sec-recipe_annotation,
    .ly_otherDetail .sec-recipe_prepare,
    .ly_otherDetail .sec-recipe_howto{
      padding-left: min(calc((14 / var(--sp))*100vw),14px);
      padding-right: min(calc((14 / var(--sp))*100vw),14px);
    }
  }

  /* wrap */

  .ly_otherDetail .c-wrapper{
    background: #fff1de;
    background-size: cover;
  }
  
  .ly_otherDetail .sec-recipe{
    background: var(--detail-bg);
    padding: 42px 41px 50px;
    border-radius: 30px;
  }
  
  .ly_otherDetail .sec-recipe_border-inside{
    position: relative;
  }
  
  .ly_otherDetail .sec-recipe_border-inside::before{
    content: "";
    position: absolute;
    box-sizing: border-box;
    background:
    linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px) repeat-x left top / 8px 2px,
    linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px) repeat-x left bottom / 8px 2px,
    linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px) repeat-y left top / 2px 8px,
    linear-gradient(to bottom, #000, #000 2px, transparent 2px, transparent 4px) repeat-y right top / 2px 8px;
    width: 100%;
    height: 100%;
  }
    
  @media all and (max-width:960px) {
  
  .ly_otherDetail .sec-recipe_border-inside::before{
    background:
    linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-x left top / 6px 1.5px,
    linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-x left bottom / 6px 1.5px,
    linear-gradient(to bottom, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-y left top / 1.5px 6px,
    linear-gradient(to bottom, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-y right top / 1.5px 6px;
  }
  .ly_otherDetail .sec-recipe{
    padding: 11px 9px 11px;
    border-radius: 1em;
  }
  }
  
  /* top */

  .ly_otherDetail .sec-recipe_heading{
    display: none;
  }
  
  .ly_otherDetail .sec-recipe_pill{
    background: #fff1de;
  }
  .ly_otherDetail .sec-recipe_title{
    padding-top: 66px;
  }
  
  @media all and (max-width:960px) {
    .ly_otherDetail .sec-recipe_title{
        padding-top: 44px;
    }
  }
  
  /* content */
  
  .ly_otherDetail .sec-recipe_box{
    background: #fff9f1;
  }

    /* howtomake */

    .ly_otherDetail .sec-recipe_howto-title::before, .ly_otherDetail .sec-recipe_howto-title::after{
        background:
        linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px) repeat-x left top / 12px 3px;
    }

    @media all and (max-width:960px) {
        .ly_otherDetail .sec-recipe_howto-title img{
            width: 70px;
        }
        .ly_otherDetail .sec-recipe_howto-title::before, .ly_otherDetail .sec-recipe_howto-title::after{
            background:
            linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 1px) repeat-x left top / 4px 1px;
            margin-top: 2px;
        }
    }
  
    /* Rank */
  
    .ly_otherDetail .c-ranking{
      background: var(--detail-bg);
      background-size: 100% 100%;
      border-radius: 30px;
    }
    
    .ly_otherDetail .sec-recipe_return .c-button-arrow-left:hover::before{
      background: var(--detail-selected);
    }
    
    .ly_otherDetail .sec-recipe_return .c-button_inner:hover{
      background-color: var(--detail-selected);
      color: #fff;
      border-color: var(--detail-selected);
    }
  
    .ly_otherDetail .sec-recipe_return .c-button_inner:hover::before{
        background-color: #fff;
      }
    
    .ly_otherDetail .c-ranking h2{
      padding-right: min(calc((64 / var(--pc))*100vw),64px);
    }
    
    @media all and (max-width:960px) {
      .ly_otherDetail .c-ranking{
        border-radius: 1em;
      }
      .ly_otherDetail .c-ranking h2{
        padding-right: 0;
      }
    }
  
    .ly_otherDetail .c-rank_flag{
      background-color: var(--detail-selected);
    }
    
    .ly_otherDetail .c-rank_flag::before,
    .ly_otherDetail .c-rank_flag::after{
      border-top: 8px solid var(--detail-selected);
    }
    