.ly-detail .c-wrapper{
  padding: 90px 68px 0;
}

.ly-detail a{
  position: relative;
}

@media all and (max-width:960px) {
  .ly-detail .c-wrapper{
    padding: 24px 10px 0;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .ly-detail .c-wrapper{
    padding-left:32px;
padding-right:32px;
  }
}


.ly-detail .i-fav[data-fav="on"]::after{
  background-color: var(--marusanRed);
}
.ly-detail .i-fav[data-fav="off"]::after{
  background-color: var(--marusanRed);
}

.sec-recipe{
  background-size: cover;
  background-position: center;
  border-radius: 1em;
  margin: 0 auto 10em;
  padding: 86px 35px 50px;
  max-width: 1366px;
}
.sec-recipe-wrapper{
  overflow: hidden;
}
.sec-recipe_title{
  padding-top: 80px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 1.57;
  letter-spacing: -0.5px;
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
}

.sec-recipe_pill{
  padding: 10px 38px;
}

.sec-recipe_pill-num{
  font-size: 26px;
  margin-left: 6px;
  margin-right: 2px;
}
.sec-recipe_attention{
  margin-top: 32px;
}
.sec-recipe_attention-text{
  font-size: 16px;
}

.sec-recipe_attention-symbol::before{
  content: "（";
}

.sec-recipe_attention-symbol::after{
  content: "）";
}

.sec-recipe_heading{
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-recipe_heading a{
  display: inline-block;
  z-index: 10;
}
.sec-recipe_desc{
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
}
@media all and (max-width:1080px) {
  .sec-recipe_desc{
    padding-left: min(calc((100 / var(--pc))*100vw),100px);
    padding-right: min(calc((100 / var(--pc))*100vw),100px);
  }
}

.sec-recipe_desc-text{
  font-size: 18px;
}

.sec-recipe_content{
  margin-top: 80px;
  display: flex;
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
  column-gap: min(calc((20 / var(--pc))*100vw),20px);
}

.sec-recipe_box{
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-bottom: 40px;
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
  height: 100%;
}

.sec-recipe_box-title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc((42 / var(--pc))*100vw),42px);
  column-gap: 8px;
}

.sec-recipe_box-note{
  font-size: clamp(14px,calc((16 / var(--pc))*100vw),18px);
  letter-spacing: 0.06em;
  font-weight: normal;
  line-height: 1.15;
}

.sec-recipe_nutrition-wrapper{
    display: flex;
    flex-direction: column;
  width: calc(37.75% - min(calc((10 / var(--pc))*100vw),10px));
}

  .sec-recipe_nutrition + .sec-recipe_nutrition{
    margin-top: 32px;
  }

.sec-recipe_nutrition-chunk{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-recipe_nutrition-chunk + .sec-recipe_nutrition-chunk{
  margin-top: 25px;
}

.sec-recipe_nutrition-chunk.sec-recipe_nutrition-allergy{
  margin-top: 34px;
}

.sec-recipe_nutrition-heading{
  margin-bottom: min(calc((16 / var(--pc))*100vw),16px);
  padding:3px 26px;
  border: 1px solid #090909;
  font-size: clamp(16px,calc((18 / var(--pc))*100vw),18px);
  letter-spacing: 0;
}

.sec-recipe_nutrition-value{
  font-size: 22px;
  letter-spacing: 0.06em;
}

.sec-recipe_nutrition-list{
  padding-top: 26px;
  padding-left: min(calc((42 / var(--pc))*100vw),42px);
  padding-bottom: 26px;
  padding-right: min(calc((42 / var(--pc))*100vw),42px);
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  width: 100%;
}

.sec-recipe_nutrition-item{
  display: flex;
  justify-content: space-between;
}

.sec-recipe_nutrition-item + .sec-recipe_nutrition-item{
  margin-top: 15px;
}

.sec-recipe_nutrition-item::before{
  content: "";
  position: absolute;
  background-color: #090909;
  width: 10px;
  height: 10px;
  border-radius: 999px;;
  top: 50%;
  transform:translateY(-50%);
}

.sec-recipe_nutrition-item--sub::before{
  content: none;
}

.sec-recipe_nutrition-item--sub .sec-recipe_nutrition-name::before{
  content: "ー";
}

.sec-recipe_nutrition-name{
  padding-left: 24px;
}

.sec-recipe_nutrition-name,.sec-recipe_nutrition-mass{
  font-size: clamp(14px,calc((16 / var(--pc))*100vw),16px);
  letter-spacing: 0.06em;
}

.sec-recipe_nutrition-unit{
  display: flex;
  column-gap: min(calc((8 / var(--pc))*100vw),8px);
}

.sec-recipe_nutrition-element{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
}

.sec-recipe_nutrition-allergy{
  font-size: clamp(14px,calc((18 / var(--pc))*100vw),16px);
  letter-spacing: 0.06em;
}

.sec-recipe_ingredient{
  width: calc(62.25% - min(calc((10 / var(--pc))*100vw),10px));
}

.sec-recipe_ingredient .sec-recipe_box-title{
  margin-bottom: min(calc((58 / var(--pc))*100vw),58px);
}

.sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group){
  margin-top: 24px;
}

.sec-recipe_ingredient-list{
  width: 100%;
}

.sec-recipe_ingredient-item{
  display: flex;
  justify-content: space-between;
  column-gap: 4px;
  padding: 13px 0;
  border-bottom: 1px solid #090909;
}

.sec-recipe_ingredient-item a{
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.sec-recipe_ingredient-item a:hover{
  text-decoration: none;
}

.sec-recipe_ingredient-chunk:first-of-type .sec-recipe_ingredient-item:first-of-type{
  padding: 0 0 13px;
}

.sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group):first-of-type .sec-recipe_ingredient-item:first-of-type {
  padding: 13px 0;
}

.sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group) + .sec-recipe_ingredient-chunk{
  margin-top: 40px;
  padding-top: 23px;
  position: relative;
}
.sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group) + .sec-recipe_ingredient-chunk::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, black 4px, transparent 4px, transparent 12px);
  background-size: 12px 2px;
}

.sec-recipe_ingredient-name,.sec-recipe_ingredient-mass{
  font-size: clamp(14px,calc((16 / var(--pc))*100vw),16px);
  letter-spacing: 0.1em;
}

.sec-recipe_ingredient-group{
  display: flex;
  align-items: center;
}

.sec-recipe_ingredient-icon{
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.sec-recipe_ingredient-heading{
  font-size: 16px;
  letter-spacing: 0.1em;
}

.sec-recipe_annotation{
  margin-top: 64px;
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
}

.sec-recipe_annotation-text{
  font-size: 14px;
}

.sec-recipe_annotation-text p br{
  display: none;
}

.sec-recipe_prepare{
  margin-top: 64px;
  padding-left: min(calc((40 / var(--pc))*100vw),40px);
  padding-right: min(calc((40 / var(--pc))*100vw),40px);
}

.sec-recipe_prepare .sec-recipe_box{
  padding-top: 40px;
  padding-left: min(calc((60 / var(--pc))*100vw),60px);
  padding-bottom: 64px;
  padding-right: min(calc((60 / var(--pc))*100vw),60px);
}

.sec-recipe_prepare-item{
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 24px 0 24px 40px;
  border-bottom: 1px solid #090909;
}

.sec-recipe_prepare-item:first-of-type{
  padding: 0 0 24px 40px;
}

.sec-recipe_prepare-item::before{
  content: "";
  background-image: url(../../img/common/icon/checkbox.png);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: calc(24px + 0.25em);
  width: 24px;
  height: 20px;
}

.sec-recipe_prepare-item:first-of-type::before{
  margin-top: 0.25em;
}

.sec-recipe_howto{
  margin-top: 88px;
  padding-left: min(calc((72 / var(--pc))*100vw),72px);
  padding-right: min(calc((72 / var(--pc))*100vw),72px);
  padding-bottom: 50px;
}

.sec-recipe_howto .sec-recipe_box{
  padding-top: 40px;
  padding-left: min(calc((60 / var(--pc))*100vw),60px);
  padding-bottom: 32px;
  padding-right: min(calc((60 / var(--pc))*100vw),60px);
}

.sec-recipe_howto-chunk{
  margin-left: min(calc((28 / var(--pc))*100vw),28px);
  margin-right: min(calc((28 / var(--pc))*100vw),28px);
}

.sec-recipe_howto-chunk + .sec-recipe_howto-chunk{
  margin-top: 64px;
}

.sec-recipe_howto-title{
  display: flex;
  justify-content: center;
  margin-bottom: min(calc((48 / var(--pc))*100vw),48px);
}

.sec-recipe_howto-title::before,
.sec-recipe_howto-title::after{
  content: "";
  position: absolute;
  width: calc(50% - 153px);
  height: 2px;
  background-color: #090909;
  top: 50%;
  transform: translateY(-50%);
}

.sec-recipe_howto-title::before{
  left: 0;
}

.sec-recipe_howto-title::after{
  right: 0;
}

.sec-recipe_howto-item:first-of-type{
  padding: 0 0 25px 0;
}

.sec-recipe_howto-item{
  padding: 25px 0;
  border-bottom: 1px solid #090909;
  display: flex;
  align-items: flex-start;
}

.sec-recipe_howto-step{
  margin-right: 20px;
  width:60px;
  flex-shrink: 0;
}

.sec-recipe_howto-desc{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  min-height: 60px;
  display: flex;
}

.sec-recipe_howto-desc p{
  margin-top: auto;
  margin-bottom: auto;
}

.sec-recipe_howto-desc img{
  width: 25px;
  height: 25px;
  margin: 0 0.25em;
  vertical-align: middle;
}

.sec-recipe_howto-text{
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.sec-recipe_howto-used{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(calc((20 / var(--pc))*100vw),20px);
}

.sec-recipe_howto-unit{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% / 3) - min(calc((10 / var(--pc))*100vw),10px));
}

.sec-recipe_howto-unit img{
  width: auto;
  height: 220px;
}

.sec-recipe_howto-link{
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-recipe_howto-link a{
  border-bottom: 1px solid #090909;
}

.sec-recipe_howto-link a:hover{
  border-bottom: none;
}

.sec-recipe_return{
  margin-top: min(calc((50 / var(--pc))*100vw),50px);
  margin-bottom: min(calc((120 / var(--pc))*100vw),120px);
}
.sec-recipe_return .c-button{
  margin-top: min(calc((24 / var(--pc))*100vw),24px);
}

@media all and (max-width:960px) {
  .sec-recipe{
    padding: 41px 6px 8px;
    margin: 0 auto 3em;
  }
  .sec-recipe_title{
    padding-top: 38px;
    font-size: 22px;
    line-height: 1.47;
    margin-bottom: 18px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
  }
  .sec-recipe_heading{
    top: 18px;
  }
  .sec-recipe_logo img{
    width: 105px;
    height: auto;
  }
  .sec-recipe_border-deco::before, .sec-recipe_border-deco::after{
    width: 1px;
    height: 2px;
    top: -3px;
  }
  .sec-recipe_pill{
    font-size: 12px;
    padding: 5px 26px;
  }
  .sec-recipe_pill-num{
    font-size: 16px;
    margin-left: 3px;
    margin-right: 0px;
  }
  .sec-recipe_attention{
    margin-top: 16px;
  }
  .sec-recipe_attention-text{
    font-size: 12px;
  }
  .sec-recipe_desc{
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
  }
  .sec-recipe_desc-text{
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .sec-recipe_desc-text br{
    display: none;
  }
  .sec-recipe_content{
    margin-top: 43px;
    flex-direction: column;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
    column-gap:0;
  }
  .sec-recipe_nutrition,.sec-recipe_ingredient{
    width: 100%;
  }
  .sec-recipe_box{
    padding-top: 38px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
    padding-bottom: 32px;
    border-radius: 6px;
  }
  .sec-recipe_box + .sec-recipe_box{
    margin-top: 38px;
  }
  .sec-recipe_box-title{
    margin-bottom: 25px;
    column-gap: 8px;
  }
  .sec-recipe_box-title img{
    height: 17px;
    width: auto;
  }
  .sec-recipe_box-note{
    max-width: 200px;
  }
  .sec-recipe_nutrition-wrapper{
      width: 100%;
    }
    .sec-recipe_nutrition + .sec-recipe_nutrition{
      margin-top: 20px;
    }
  .sec-recipe_nutrition-chunk{
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
    margin-right: 40px;
  }
  .sec-recipe_nutrition-chunk + .sec-recipe_nutrition-chunk{
    margin-top: 19px;
  }
  .sec-recipe_nutrition-heading{
    font-size: 12px;
    margin-bottom: 0;
    padding: 2px 26px;
    margin-right: 20px;
    white-space: nowrap;
  }
  .sec-recipe_nutrition-value{
    font-size: 16px;
  }
  .sec-recipe_nutrition-note{
    font-size: 12px;
  }
  .sec-recipe_nutrition-list{
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 19px;
  }
  .sec-recipe_nutrition-unit{
    column-gap: 3px;
  }
  .sec-recipe_nutrition-item + .sec-recipe_nutrition-item{
    margin-top: 7px;
  }
  .sec-recipe_nutrition-item::before{
    width: 7.5px;
    height: 7.5px;
  }
  .sec-recipe_nutrition-name, .sec-recipe_nutrition-mass{
    font-size: 12px;
  }
  .sec-recipe_nutrition-name{
    padding-left: 13px;
  }
  .sec-recipe_nutrition-element{
    width: 27px;
  }
  .sec-recipe_nutrition-allergy{
    font-size: 12px;
  }
  .sec-recipe_nutrition-allergy .sec-recipe_nutrition-heading{
    padding: 2px 13px;
  }
  .sec-recipe_ingredient {
    margin-top: 38px;
  }
  .sec-recipe_ingredient .sec-recipe_box-title{
    margin-bottom: 30px;
  }
  .sec-recipe_ingredient-name, .sec-recipe_ingredient-mass{
    font-size: 12px;
  }
  .sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group){
    margin-top: 36px;
  }
  .sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group) + .sec-recipe_ingredient-chunk{
    margin-top: 36px;
    padding-top: 20px;
  }
  .sec-recipe_ingredient-chunk:has(.sec-recipe_ingredient-group) + .sec-recipe_ingredient-chunk::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, black 2px, transparent 2px, transparent 6px);
    background-size: 6px 1px;
  }
  .sec-recipe_ingredient-icon{
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  .sec-recipe_ingredient-icon img{
    width: 100%;
    height: 100%;
  }
  .sec-recipe_ingredient-heading{
    font-size: 13px;
  }
  .sec-recipe_annotation{
    margin-top: 40px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
  }
  .sec-recipe_annotation-text{
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
  }
  .sec-recipe_prepare{
    margin-top: 40px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
  }
  .sec-recipe_prepare .sec-recipe_box{
    padding-top: 34px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
    padding-bottom: 32px;
    border-radius: 6px;
  }
  .sec-recipe_prepare .sec-recipe_box-title img{
    height: 19px;
  }
  .sec-recipe_prepare .sec-recipe_box-title{
    margin-bottom: 30px;
  }
  .sec-recipe_prepare-item::before{
    width: 15px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sec-recipe_prepare-item{
    font-size: 13px;
    padding: 13px 0 13px 21px;
  }
  .sec-recipe_prepare-item:first-of-type{
    padding: 0 0 13px 21px
  }
  .sec-recipe_prepare-item::before{
    margin-top: calc(13px + 0.25em);
  }
  .sec-recipe_howto{
    margin-top: 63px;
    padding-left: min(calc((10 / var(--sp))*100vw),10px);
    padding-right: min(calc((10 / var(--sp))*100vw),10px);
    padding-bottom: 26px;
  }
  .sec-recipe_howto-title{
    margin-bottom: 24px;
    margin-bottom: 32px;
  }
  .sec-recipe_howto-title img{
    width: 109px;
    height: auto;
  }
  .sec-recipe_howto-title::before, .sec-recipe_howto-title::after{
    width: calc(50% - 80px);
    margin-top: -11px;
  }
  .sec-recipe_howto-chunk{
    margin-left: 0;
    margin-right: 0;
  }
  .sec-recipe_howto-chunk.sec-recipe_box{
    padding-top: 37px;
    padding-left: min(calc((20 / var(--sp))*100vw),20px);
    padding-right: min(calc((20 / var(--sp))*100vw),20px);
    padding-bottom: 27px;
  }
  .sec-recipe_howto-chunk.sec-recipe_box.sec-recipe_products{
    padding-left: 0;
    padding-right: 0;
  }
  .sec-recipe_howto-chunk + .sec-recipe_howto-chunk{
    margin-top: 40px;
  }
  .sec-recipe_howto-step{
    width: 35px;
    margin-right: 12px;
  }
  .sec-recipe_howto-step img{
    height: auto;
  }
  .sec-recipe_howto-desc{
    font-size: 14px;
    margin-top: 5px;
    min-height: 30px;
    display: block;
  }
  .sec-recipe_howto-item:first-of-type{
    padding: 0 0 20px 0;
  }
  .sec-recipe_howto-item{
    padding: 20px 0;
  }
  .sec-recipe_howto-text{
    font-size: 14px;
    line-height: 1.8;
  }
  .sec-recipe_products .sec-recipe_box-title{
    margin-bottom: 37px;
  }
  .sec-recipe_products .sec-recipe_box-title img{
    height: 19px;
  }
  .sec-recipe_products .sec-recipe_howto-used .sec-recipe_howto-unit{
    display: flex;
  }
  .sec-recipe_howto-unit img{
    width: auto;
    height: 220px;
  }
  .sec-recipe_howto-link{
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.8;
  }
  .sec-recipe_howto-used .slick-prev{
    left: 0;
    margin-left: 10px;
  }
  .sec-recipe_howto-used .slick-next{
    right: 0;
    margin-right: 10px;
  }
  .sec-recipe_howto-used .slick-prev, .sec-recipe_howto-used .slick-next{
    width: 32px;
    height: 32px;
    margin-top: -27px;
    z-index: 1;
  }
  .sec-recipe_howto-used .slick-prev:before, .sec-recipe_howto-used .slick-next:before{
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    z-index: 1;
  }
  .sec-recipe_howto-used .slick-prev:before{
    background-image: url(../../img/common/icon/slide_prev.svg);
  }
  .sec-recipe_howto-used .slick-next:before{
    background-image: url(../../img/common/icon/slide_next.svg);
  }
  .sec-recipe_return{
    margin-top: 30px;
    margin-bottom: 66px;
  }
  .sec-recipe_return .c-button{
    margin-top: 12px;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .ly-detail .c-main .sec-recipe{
    padding-left: 24px;
    padding-right: 24px;
  }
}

.slick-slide{
  margin: 0 20px;
}
.topSlider{
  margin-top: 30px;
}
.slide-dots {
  margin:24px auto 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
.slide-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #e6d5c4;
  position: absolute;
  left: 0;
}
.slick-active button::before {
  background-color: #ef4300 !important;
}

.topSlider .c-slider_list-item_upper::after{
  bottom: unset;
  right: unset;
  left: 0;
  top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 25px;
  margin-top: 25px;
  background-position: top left;
}

.topSlider .c-slider_list-item[data-play="on"] .c-slider_list-item_upper::before{
  margin-right: 25px;
  margin-bottom: 25px;
}

.topSlider .i-fav{
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
}

.topSlider .i-fav::after{
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.topSlider .i-fav[data-fav="on"]::after,
.topSlider .i-fav[data-fav="off"]::after{
  mask-size: 25px 25px;
}

@media all and (max-width:960px) {
  .slick-slide{
    margin: 0 7px;
  }
  .slide-dots{
    margin: 15px auto 0;
  }
  .slide-dots li{
    margin: 0 5px;
  }
  .slide-dots li button{
    padding: 0 3.75px;
  }
  .slide-dots li button::before{
    width: 7.5px;
    height: 7.5px;
  }
  .sec-recipe .slick-dotted.slick-slider{
    margin-bottom: 19px;
  }
  .topSlider{
    margin-top: 26px;
  }
  .topSlider .c-slider_list-item_upper::after{
    margin-left: 10px;
    margin-top: 10px;
  }
  
  .topSlider .c-slider_list-item[data-play="on"] .c-slider_list-item_upper::before{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .topSlider .i-fav{
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .topSlider .i-fav::after{
    width: 15px;
    height: 11px;
    left: 51%;
  }
  .topSlider .i-fav[data-fav="on"]::after,
  .topSlider .i-fav[data-fav="off"]::after{
    mask-size: 15px 11px;
  }
}

/* Rank */
.ly-detail .c-ranking{
  padding: min(calc((50 / var(--pc))*100vw),50px) 0 min(calc((42 / var(--pc))*100vw),42px);
  border-radius: 1em;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.ly-detail .c-ranking h2{
  padding-top: min(calc((16 / var(--pc))*100vw),16px);
  left: min(calc((-50 / var(--pc))*100vw),-50px);
  margin-right: 0;
}
.ly-detail .c-ranking .swiper{
  padding:0 min(calc((16 / var(--pc))*100vw),16px) 0 min(calc((80 / var(--pc))*100vw),80px);
}
.ly-detail .c-ranking .swiper-wrapper{
  padding-top: min(calc((41 / var(--pc))*100vw),41px);
}
.ly-detail .c-ranking .swiper-slide{
  max-width: 500px;
}
.ly-detail .c-ranking .swiper-button_wrapper{
  top: min(calc((12 / var(--pc))*100vw),12px);
  right: 80px;
}
.ly-detail .c-rank_flag{
  background-color: #ef4300;
}
.ly-detail .c-rank_flag::before{
  border-top: 8px solid #ef4300;
}
.ly-detail .c-rank_flag::after{
  border-top: 8px solid #ef4300;
}
@media all and (max-width:960px) {
  .ly-detail .c-ranking{
    padding: 0;
  }
  .ly-detail .c-ranking .swiper{
    padding: 37px 0 33px 20px;
  }
  .ly-detail .c-ranking .swiper-wrapper{
    padding-top: 30px;
  }
  .ly-detail .c-ranking h2{
    text-align: center;
    left: 0;
    margin-right: 0;
    line-height: 1;
    padding-top: 0;
    font-size: 0;
  }
  .ly-detail .c-ranking .swiper h2 img{
    width: auto;
    height: 20px;
  }
  .ly-detail .c-ranking .i-fav::after{
    width: 10px;
    height: 10px;
    left: 50%;
  }
  .ly-detail .c-ranking .i-fav[data-fav="on"]::after,
  .ly-detail .c-ranking .i-fav[data-fav="off"]::after{
    mask-size: 10px 10px;
  }
}

@media all and (max-width:960px) and (min-width:640px) {
  .ly-detail .c-ranking .swiper{
    padding-left:24px;
    padding-right:24px;
  }
}

/* Swiper */
.ly-detail .swiper-button-prev,
.ly-detail .swiper-button-next{
  background-color: #ffd739;
  outline: 1px solid #ffd739;
}
.ly-detail .swiper-button-prev::after,
.ly-detail .swiper-button-next::after {
  background-color: #000;
}


/* Movie */
.popup-youtube:hover{
  cursor: pointer;
}
#movie{
  position: relative;
  z-index: 99999;
}
.mfp-iframe-scaler {
  overflow: visible;
}
.mfp-iframe-scaler iframe {
  z-index: 100;
}
.mfp-back{
  content: '';
  display: block;
  width: 120%;
  max-width: 1084px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.mfp-back::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 60.185185185%;
}
.mfp-iframe-holder .mfp-close {
  width: 24px !important;
  height: 24px !important;
	background:url(/assets/img/gallery/mfp-close.svg) center/contain no-repeat;
  right: -65px !important;
  top: -35px !important;
}
@media screen and (max-width: 960px){
  .mfp-back{
    width: 100% !important;
  }
  .mfp-iframe-scaler {
    overflow: visible !important;
  }
  .mfp-back:after{
    padding-top: 87.5% !important;
  }
  .mfp-iframe-scaler iframe{
    width: 90% !important;
    left: 5% !important;
  }
  .mfp-iframe-holder .mfp-close{
    right: 5% !important;
    top:-17% !important;
  }
  .mfp-container:before{
    height: 30% !important;
  }
}
@media screen and (min-width: 961px){
  #recipeLogo{
    width: revert-layer;
  }
}

@media all and (min-width:768px) {
  .sec-recipe_return {
      margin-bottom: 240px;
  }
  .gfooter__inner {
      margin-top: 0;
  }
}

@media all and (max-width:767px) {
  .mc-breadcrumb {
      margin-top: -70px;
  }
  .sec-recipe_return {
      margin-bottom: 90px;
  }
}