/*
* recipe_detail.css
*
*/
/* ------------------------
  utilities Classes
------------------------ */
/* copy Guard ------- */
.u-copyGuard {
  position: relative;
}
.u-copyGuard:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  .u-copyGuard {
    display: none;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .u-hidden-xlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1600px) and (max-width: 1278.98px) {
  .u-hidden-xxlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1279px) and (max-width: 1279.98px) {
  .u-hidden-1279 {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-1280 {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------
   recipe_detail
-------------------------------- */
.mv_animation .recipe_intro {
  background: #f5f4f5;
}

.mv_animation .mv_visual {
  -webkit-transition: all 0.35s 0.1s;
  transition: all 0.35s 0.1s;
}

.mv_animation .recipe_hero_copy {
  -webkit-transition: opacity 0.35s 0.85s;
  transition: opacity 0.35s 0.85s;
}

body:not(.is-loaded) .mv_animation .mv_visual {
  opacity: 0; 
  -webkit-transform: translateY(30px); 
      -ms-transform: translateY(30px); 
          transform: translateY(30px);
}

body:not(.is-loaded) .mv_animation .recipe_hero_copy {
  opacity: 0;
}

.recipe_intro {
  margin-bottom: -75px;
}
@media (min-width: 1024px) {
  .recipe_intro {
    margin-bottom: -80px;
  }
}

.recipe_hero {
  overflow: hidden;
  position: relative;
}

.mv_visual img {
  width: 100%;
}

.recipe_hero_copy {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 0 6.66667% 20px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .recipe_hero_copy {
    padding: 0 5.71429% 2.42857% 5.71429%;
  }
}
.recipe_hero_copy .en {
  display: block;
  font-size: 1.9375rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .recipe_hero_copy .en {
    font-size: 3rem;
  }
}
.recipe_hero_copy .ja {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .recipe_hero_copy .ja {
    font-size: 1.375rem;
  }
}

.recipe_content {
  margin: 133px auto 59px;
}
@media (min-width: 768px) {
  .recipe_content {
    margin: 165px auto 27px;
    padding: 0 56px; 
    max-width: 1352px;
  }
}

.recipe_content_heading {
  padding: 0 10px; 
  text-align: center;
}
.recipe_content_heading img {
  width: 100%; 
  max-width: 315px;
}
@media (min-width: 768px) {
  .recipe_content_heading {
    padding: 0;
  }
  .recipe_content_heading img {
    max-width: 500px;
  }
}

.recipe_content_headingSub {
  margin-top: 14px; 
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .recipe_content_headingSub {
    margin-top: 25px; 
    font-size: 1rem;
  }
}

.lineup_content_wrapper h3 {
  margin-top: 37px; 
  text-align: center;
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .lineup_content_wrapper h3 {
    margin-top: 57px; 
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .lineup_content_wrapper + .lineup_content_wrapper {
    padding-top: 15px;
  }
}

.lineup_content_wrapper + .lineup_content_wrapper h3 {
  margin-top: 42px;
}
@media (min-width: 1024px) {
  .lineup_content_wrapper + .lineup_content_wrapper h3 {
    margin-top: 57px;
  }
}

.lineup_content {
  margin: 47px 20px 0;
}
@media (min-width: 1024px) {
  .lineup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 64px -8px 0; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

.lineup_list {
  position: relative; 
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .lineup_list {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
}
.lineup_list a {
  display: block;
}
@media (min-width: 1024px) {
  .lineup_list a:hover .lineup_list_image img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.lineup_list a.is-touched .lineup_list_image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.lineup_list.itemLast::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: url(/sports/savas/img/magazine_recipe/recipe_badge06.webp) no-repeat center/contain;
}
@media (min-width: 1024px) {
  .lineup_list.itemLast::before {
    top: 30px;
    left: 40px;
    width: 84px;
    height: 84px;
  }
}

.lineup_list_image {
  overflow: hidden;
  position: relative;
}
.lineup_list_image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.listup_list_new {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #ae0000;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {
  .listup_list_new {
    width: 52px;
    height: 52px;
    font-size: 0.8125rem;
    line-height: 3.25rem;
  }
}

.lineup_list_category_food {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 51px;
  width: 100px;
  height: 28px;
  background-color: #000;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .lineup_list_category_food {
    padding-left: 56px;
    width: 107px;
    height: 30px;
    font-size: 0.875rem;
    line-height: 30px;
  }
}
.lineup_list_category_food::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 21px;
  width: 24px;
  height: 17px;
  background: url(/sports/savas/img/magazine_recipe/recipe_category_food.webp) no-repeat center/cover;
}
@media (min-width: 1024px) {
  .lineup_list_category_food::before {
    left: 24px;
    width: 26px;
    height: 18px;
  }
}

.lineup_list_category_sweets {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 41px;
  width: 100px;
  height: 28px;
  background-color: #000;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .lineup_list_category_sweets {
    padding-left: 45px;
    width: 107px;
    height: 30px;
    font-size: 0.875rem;
    line-height: 30px;
  }
}
.lineup_list_category_sweets::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 16px;
  width: 20px;
  height: 17px;
  background: url(/sports/savas/img/magazine_recipe/recipe_category_sweets.webp) no-repeat center/cover;
}
@media (min-width: 1024px) {
  .lineup_list_category_sweets::before {
    top: 4px;
    width: 22px;
    height: 19px;
  }
}

.lineup_list_detail {
  padding: 22px 0 19px 0;
}
@media (min-width: 1024px) {
  .lineup_list_detail {
    padding: 22px 0 40px 0;
  }
}

.lineup_list_detail_title {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lineup_list_detail_title {
    font-size: 1.125rem;
  }
}
.lineup_list_detail_title span {
  display: inline-block;
  -webkit-transition: background-size 0.35s;
  transition: background-size 0.35s; 
  background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
}
.is-touched .lineup_list_detail_title span {
  background-position: left bottom;
  background-size: 100% 1px;
}
.lineup_list_detail_title span:after {
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .lineup_list_detail_title span:after {
    margin-bottom: 4px;
  }
}
.lineup_list_detail_title small {
  display: block;
  margin-top: 8px;
  font-size: 0.6875rem;
  line-height: 1.33333;
}
@media (min-width: 1024px) {
  .lineup_list_detail_title small {
    font-size: 0.875rem;
  }
}

.magazine_top_btn {
  margin: 35px auto 70px;
  width: 220px;
}
@media (min-width: 768px) {
  .magazine_top_btn {
    margin: 0 auto 100px;
  }
}