@charset "utf-8";

.sec-products .box-jstf .sec-inner .ttl-block .limited-txt ,
.sec-recipe .list-recipe li .recipe-container .limited-txt ,
.product h3 span {
  background: #CF0003 !important;
  color: #FFFFFF !important;
}
.sec-recipe .list-recipe li .recipe-container .limited-txt {
  width: 96%;
  font-size: 86%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}


@media screen and (min-width: 813px), print {
    .sec-products {
        padding-bottom: 18px;
    }
    .sec-products::after {
        top: -20px;
    }
    .sec-products .box-jstf.un_box-jstf {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
    }
  
    .sec-products .box-jstf.un_box-jstf.box1 {
      width: 610px;
    }
    .sec-products .box-jstf.un_box-jstf.box2 {
      width: 920px;
    }
  
    .sec-products .sec-inner.un_sec-inner {
        width: 292px;
    }
    .sec-products .box-jstf .sec-inner .ttl-block.un_ttl-block img {
        width: 120px;
        top: -14px;
        right: -18px;
    }
    .sec-products .box-jstf .sec-inner p.un_tsuyu_txt {
        padding: 20px 25px 20px;
        width: 290px;
    }
    .sec-products .box-jstf .sec-inner a {
        width: 258px;
        height: 40px;
        font-size: 1.1em;
        margin: 0 auto;
        text-align: center;
    }
    .sec-products .box-jstf .sec-inner a span {
        top: 70%;
    }
    .sec-products .box-jstf .sec-inner.un_sec-inner a span {
        top: 63%;
          z-index: 1;
    }
    .sec-products .box-jstf .sec-inner h3.un_gyudashi_ttlpb {
        padding-bottom: 10px;
    }
    .sec-column .box-jstf article .box-column-wrap > div:last-child > img {
        top: 204px;
        width: 23%;
        right: 6px;
    }
    .sec-column .box-jstf article .box-column-wrap > div:last-child {
        padding-bottom: 74px;
        max-height: none;
    }
    .sec-column .box-jstf {
        max-height: none;
    }
    .sec-column .box-jstf article {
        max-height: none;
        width: 313px;
    }
    .sec-column .box-jstf article a {
        overflow: hidden;
    }
    .sec-column .box-jstf article .box-column-wrap {
        max-height: none;
        overflow: hidden;
    }
  
  .sec-column.shabushabu {
    background-image:url("/sp/nabeshabu/img/shabushabu/img_top_shabushabu_bg_pc.jpg");
    background-size: auto 100%;
    background-position: bottom;
    height: 600px;
  }
  .sec-column.shabushabu h2 {
    margin-bottom: 50px;
    padding-top: 10px;
  }
  
}

@media screen and (max-width: 813px), print {
    .un_pc_br {
        display: none;
    }
    .sec-column .box-jstf article .box-column-wrap > div:last-child {
        min-height: none;
    }
  
  .sec-column.shabushabu {
    background-image:url("/sp/nabeshabu/img/shabushabu/img_top_shabushabu_bg_sp.jpg");
    background-size: auto 100%;
    background-position: bottom;
    height: 500px;
  }
  .sec-column.shabushabu h2 {
    margin-bottom: 60px;
    padding-top: 40px;
  }
  
  .sec-recipe .list-recipe li .recipe-container .limited-txt {
    font-size: 64%;
  }
  
}


/*add*/

br.w38-block {
	display: none;
}

@media only screen and (max-width: 380px) {
	br.w38-block {
		display: block;
	}
}


.tare_header-wrap {
  position: relative;
  height: 83px;
	display: none;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.tare_header-wrap.is-fixeda {
	display: block;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

.tare_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  padding: 2px 0 2px;
  background: #FFFFFF;
	display: block;
	z-index: 1;
}

.tare_header.is-fixed {
  position: fixed;
	margin-bottom: 56px;
	z-index:999!important;
	border-bottom: solid 1px #e5e5e5;
}
@media only screen and (max-width: 640px) {
  .tare_header {
    padding: 0 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  	height: 48px;
  }
}
.tare_header_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
@media only screen and (max-width: 640px) {
  .tare_header_inner {
    max-width: none;
    width: auto;
  }
}

.tare_header_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
@media only screen and (max-width: 640px) {
  .tare_header_logo {
    font-size: 13px;
  }
}
@media only screen and (max-width: 380px) {
  .tare_header_logo {
    font-size: 12px;
		text-align: center;
  }
}

.tare_header_logo a {
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 13px 15px;
  border-bottom: 3px solid #fff;
	white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .tare_header_logo a {
    padding: 12px 5px;
  }
}
@media only screen and (max-width: 380px) {
  .tare_header_logo a {
    padding: 6px 5px 5px;
		line-height: 16px;
  }
}

.tare_header_logo a:hover {
  text-decoration: none;
  border-bottom-color: #d2161a;
}

.tare_header_navi {
  display: table;
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
}

.tare_header_navi li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .tare_header_navi li {
    font-size: 13px;
  }
}

.tare_header_navi a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 13px 15px;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 640px) {
  .tare_header_navi a {
    padding: 12px 5px;
  }
}

.tare_header_navi a:hover {
  text-decoration: none;
  border-bottom-color: #d2161a;
}


.sec-cm .contents-inner .box-cm .move-inner {
  position: relative;
}
.sec-cm .contents-inner .box-cm .move-inner:after {
  content: "";
  background: url(/sp/nabeshabu/img/img_icon_play.png)no-repeat center/100%;
  position: absolute;
  width: 122px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.sec-products .box-jstf.responseive {
justify-content: space-evenly
}


@media only screen and (max-width: 920px) and (min-width: 381px) {
.sec-products .box-jstf.responseive {
  justify-content: space-around;
}
}


.page-main-content .backBtn {
  margin-block: 68px;
  text-align: center;
}

.page-main-content .backBtn .backBtn__link{
      display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  width: 258px;
        height: 40px;
        font-size: 1.1em;
        margin: 0 auto;
        text-align: center;
}
.page-main-content .backBtn .backBtn__link span {
  top: 62%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: block;
    position: absolute;
    left: 50%;
}

@media screen and (max-width: 813px) {

.page-main-content .backBtn .backBtn__link{

  width: 278px;
        height: 54px;
        font-size: 16px;

}
.page-main-content .backBtn .backBtn__link span {
  top: 50%;
}
}

.r_mark {
  display: inline-block;
    height: 1em;
    vertical-align: bottom;
}