:root{
    --detail-selected:#225b2b;
    --detail-bg:center / 100% 100% no-repeat url(../../img/brand/tonyucheese/detail/bg-detail-frame-upper.png);
  }
  
  /* slick */
  
  .ly-tonyucheeseDetail .topSlider{
    margin-left: 3px;
    margin-right: 3px;
  }
  
  .ly-tonyucheeseDetail .slick-active button::before{
    background-color: var(--detail-selected) !important;
    }
    
    .ly-tonyucheeseDetail .slide-dots li button::before{
      background-color:#f3dbc7;;
    }
  
    @media all and (max-width:960px) {
      .ly-tonyucheeseDetail .topSlider{
        margin-left: 4.5px;
        margin-right: 4.5px;
      }
    }
  
  /* swiper */
  
  .ly-tonyucheeseDetail .swiper-button-prev, .ly-tonyucheeseDetail .swiper-button-next{
    background-color: #000;
    outline: 1px solid #000;
  }
  
  .ly-tonyucheeseDetail .swiper-button-prev::after, .ly-tonyucheeseDetail .swiper-button-next::after{
    background-color: #fff;
  }

  .ly-tonyucheeseDetail .swiper-button-prev:hover::after, .ly-tonyucheeseDetail .swiper-button-next:hover::after{
    background-color: #000;
  }
  
  /* ui-color */

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

  /* wrap */

  .ly-tonyucheeseDetail .c-wrapper{
    background: url(../../img/brand/tonyucheese/detail/bg-detail.png) top;
    background-size: 100% 100%;
  }
  
  .ly-tonyucheeseDetail .sec-recipe{
    background: var(--detail-bg);
    padding: 40px 35px 50px;
    border-radius: 30px;
  }
  
  .ly-tonyucheeseDetail .sec-recipe_border-inside{
    position: relative;
  }
  
  .ly-tonyucheeseDetail .sec-recipe_border-inside::before{
    content: "";
    position: absolute;
    box-sizing: border-box;
    background:
    linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px) repeat-x left bottom / 13px 3px,
    linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 6px) repeat-y left top / 3px 13px,
    linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 6px) repeat-y right top / 3px 13px;
    width: 100%;
    height: 100%;
  }
    
  @media all and (max-width:960px) {
    .ly-tonyucheeseDetail .c-wrapper{
      background: url(../../img/brand/tonyucheese/detail/bg-detail_sp.png) top;
      background-size: 100% 100%;
    }
  
  .ly-tonyucheeseDetail .sec-recipe_border-inside::before{
    background:
    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;
    margin: 0 3px;
    width: calc(100% - 6px)
  }
  .ly-tonyucheeseDetail .sec-recipe{
    background: center / cover no-repeat url(../../img/brand/tonyucheese/detail/bg-detail-frame-upper_sp.png);
    padding: 30px 6px 8px;
    border-radius: 1em;
  }
  }
  
  /* top */
  
  .ly-tonyucheeseDetail .sec-recipe_pill{
    background: #f3dbc7;;
  }
  
  .ly-tonyucheeseDetail .sec-recipe_heading{
    top: 9px;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 24px;
    background-size: auto;
    z-index: 10;
    width: 100%;
  }

  .ly-tonyucheeseDetail .sec-recipe_heading::before{
    content: "";
    width: calc(50% - 235px);
    height: 12px;
    background: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px) repeat-x left top / 13px 3px;
    position: absolute;
    top: 31px;
    left: 35px;
  }

  .ly-tonyucheeseDetail .sec-recipe_heading::after{
    content: "";
    width: calc(50% - 235px);
    height: 12px;
    background: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 6px) repeat-x left top / 13px 3px;
    position: absolute;
    top: 31px;
    right: 35px;
  }
  
  .ly-tonyucheeseDetail .sec-recipe_title{
    padding-top: 127px;
  }
  
  @media all and (max-width:960px) {
    .ly-tonyucheeseDetail .sec-recipe_title{
        padding-top: 52px;
    }
    .ly-tonyucheeseDetail .sec-recipe_heading{
        top: 0px;
        padding-top: 19px;
      padding-left: 12px;
      padding-right: 12px;
      z-index: 10;
    }

    .ly-tonyucheeseDetail .sec-recipe_heading::before{
      content: "";
      width: calc(50% - 90px);
      height: 4px;
      background: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-x left top / 6px 1.5px;
      top: 30px;
      left: 10px;
    }
  
    .ly-tonyucheeseDetail .sec-recipe_heading::after{
      content: "";
      width: calc(50% - 90px);
      height: 4px;
      background: linear-gradient(to right, #000, #000 1.5px, transparent 1.5px, transparent 3px) repeat-x left top / 6px 1.5px;
      top: 30px;
      right: 10px;
    }
    .ly-tonyucheeseDetail .sec-recipe_heading img{
        width: 136px;
    }
  }

  @media (max-width: 960px) and (min-width: 640px){
    .ly-tonyucheeseDetail .sec-recipe_heading::before,
    .ly-tonyucheeseDetail .sec-recipe_heading::after{
      width: calc(50% - 130px);
    }
    .ly-tonyucheeseDetail .sec-recipe_heading::before{
      left: 24px;
  }
    .ly-tonyucheeseDetail .sec-recipe_heading::after{
      right: 24px;
  }
  }
  
  /* content */
  
  .ly-tonyucheeseDetail .sec-recipe_box{
    background-image: url(../../img/brand/tonyucheese/detail/bg-detail-block.png);
    background-size: 100% 100%;
    box-shadow: 2.828px 2.828px 26px 0px rgba(38, 38, 38, 0.07);
  }

  @media all and (max-width:960px) {
    .ly-tonyucheeseDetail .sec-recipe_box{
      background-image: url(../../img/brand/tonyucheese/detail/bg-detail-block_sp.png);
      }
      .ly-tonyucheeseDetail .sec-recipe_nutrition .sec-recipe_box-title img{
        height: 22px;
      }
  }

        /* howtomake */

        .ly-tonyucheeseDetail .sec-recipe_howto-title::before,.ly-tonyucheeseDetail .sec-recipe_howto-title::after{
            background:
            linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px) repeat-x left top / 12px 3px;
            margin-top: -16px;
        }
    
        @media all and (max-width:960px) {
            .ly-tonyucheeseDetail .sec-recipe_howto-title img{
                width: 88px;
            }
            .ly-tonyucheeseDetail .sec-recipe_howto-title::before, .ly-tonyucheeseDetail .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: 1px;
            }
        }
  
    /* Rank */
      
    .ly-tonyucheeseDetail .c-ranking{
      background: center / cover no-repeat url(../../img/brand/tonyucheese/detail/bg-detail-frame-lower.png);
      position: relative;
      background-size: 100% 100%;
      border-radius: 30px;
    }
    
    .ly-tonyucheeseDetail .sec-recipe_return .c-button-arrow-left:hover::before{
      background: #000;
    }
    
    .ly-tonyucheeseDetail .sec-recipe_return .c-button_inner:hover{
      background-color: #000;
      color: #fff;
    }

    .ly-tonyucheeseDetail .sec-recipe_return .c-button_inner:hover::before{
        background-color: #fff;
      }
    
    .ly-tonyucheeseDetail .c-ranking h2{
      padding-right: min(calc((64 / var(--pc))*100vw),64px);
    }
    
    @media all and (max-width:960px) {
      .ly-tonyucheeseDetail .c-ranking{
        background: center / cover no-repeat url(../../img/brand/tonyucheese/detail/bg-detail-frame-lower_sp.png);
        border-radius: 1em;
      }
      .ly-tonyucheeseDetail .c-ranking h2{
        padding-right: 0;
      }
    }
  
    .ly-tonyucheeseDetail .c-rank_flag{
      background-color: #ffc052;
    }
    
    .ly-tonyucheeseDetail .c-rank_flag::before,
    .ly-tonyucheeseDetail .c-rank_flag::after{
      border-top: 8px solid #ffc052;
    }
    