@charset "utf-8";



.page-main-content .contents-inner {
  max-width: 1200px;
}


.sec-about {
  background-image: url(/sp/nabeshabu/img/renewal/bg_top_pc.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding-top: 87px;
  position: relative;
}
@media screen and (max-width: 768px) {
.sec-about {
  background-image: url(/sp/nabeshabu/img/renewal/bg_top_sp.jpg);
  padding-top: 80px;
}
}
.sec-about .contents-inner {
  position: relative;
  z-index: 1;
}
.sec-about .contents-inner:before {
  content: "";
  width: 976px;
  height: 353px;
  background-image: url(/sp/nabeshabu/img/renewal/img_about_bfore_pc.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: -1;
  transform: translateX(-52%);
}
@media screen and (max-width: 768px) {
.sec-about .contents-inner:before {
  background-image: url(/sp/nabeshabu/img/renewal/img_about_bfore_sp.png);
  width: 90%;
  height: 100%;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
}

/* @media screen and (max-width: 768px) {
  .sec-about .contents-inner:after {
    content: "";
    width: 40px;
    height: 41px;
    background-image: url(/sp/nabeshabu/img/renewal/img_about_after_sp.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin-top: 10px;
    top: 0px;
    left: 50%;
      transform: translateX(-50%);
  }
} */


.sec-about .ttl-about {
  max-width: 706px;
  margin-inline: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
.sec-about .ttl-about {
  width: 87.5%;
}
}
.sec-about .sec-about__text {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
.sec-about .sec-about__text {
  font-size: 14px;
  letter-spacing: -0.6px;
  margin-top: 20px;
}
}

/* なべしゃぶの3つのポイント */
.sec-point {
  background-image: url(/sp/nabeshabu/img/renewal/bg_top_pc.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding-top: 87px;
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
.sec-point {
  background-image: url(/sp/nabeshabu/img/renewal/bg_top_sp.jpg);
  padding-top: 42px;
  padding-bottom: 100px;
}
}
.sec-point .ttl-point {
  max-width: 530px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
.sec-point .ttl-point {
  transform: scale(1.15);
}
}

.sec-point .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
.sec-point .point-list {
  grid-template-columns: repeat(2, 1fr);
}
.point-card:nth-child(3) {
  grid-column: 1 / -1;       /* 2列分にまたがる */
  justify-self: center;     /* 水平方向の中央寄せ */
  width: calc(50% - 10px);   /* 上段と同じ幅に */
}
}
@media screen and (max-width: 768px) {
.sec-point .point-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.point-card:nth-child(3) {
  width: 100%;
}
}
.sec-point .point-card {
  display: flex;
  position: relative;
}
.sec-point .point-list .point-card__box {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sec-point .point-list .point-card__imgBox img {
  width: 100%;
}

.sec-point .point-list .point-card__details {
  padding-top: 29px;
  padding-bottom: 27px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
.sec-point .point-list .point-card__details {
  padding-top: 20px;
  padding-bottom: 23px;
  padding-left: 18px;
  padding-right: 18px;
}
}
.sec-point .point-list .point-card__details .point-card__ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #C60000;

}
.sec-point .point-list .point-card__details .point-card__ttl-text {
  font-size: 20px;
  color: #C60000;
  font-family: 'NotoSerif';
  font-weight: 600;
  letter-spacing: 1px;
  width: 242px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
.sec-point .point-list .point-card__details .point-card__ttl-text {
  font-size: 18px;
}
}

.sec-point .point-list .point-card__details .point-card__num {
  width: 46px;
}
@media screen and (max-width: 768px) {
.sec-point .point-list .point-card__details .point-card__num {
  width: 36px;
}
}
.sec-point .point-list .point-card__details .point-card__text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}
.sec-point .point-list .point-card__notis {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
}


/* ラインナップ商品 */
.sec-lineup {
  padding-top: 77px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
.sec-lineup {
  padding-top: 38px;
  padding-bottom: 20px;
}
}
.sec-lineup .ttl-lineup {
  width: 388px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
.sec-lineup .ttl-lineup {
  width: 78%;
}
}
.sec-lineup .lineup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
.sec-lineup .lineup-list {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-list {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0px;
  margin-top: 0px;
}
}
.sec-lineup .lineup-card {
  padding-inline: 40px;
  padding-block: 0px;
}
@media screen and (max-width: 1100px) {
.sec-lineup .lineup-card:nth-child(3) {
  grid-column: 1 / -1;       /* 2列分にまたがる */
  justify-self: center;     /* 水平方向の中央寄せ */
  width: calc(50% - 10px);   /* 上段と同じ幅に */
  padding-inline: 40px
}
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card {
  padding-inline: 0px;
  padding-block: 40px;

}
.sec-lineup .lineup-card:nth-child(3) {
  width:100%;
  padding-inline: 0px;
}
}
.sec-lineup .lineup-card.border-left {
  border-left: 1px solid #C60000;
  border-top: none;
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card.border-left {
  border-left: none;
  border-top: 1px solid #C60000;
}
}
.sec-lineup .lineup-card.border-right {
  border-right: 1px solid #C60000;
  border-bottom: none;
}
@media screen and (max-width: 1100px) {
.sec-lineup .lineup-card.border-right {
  border-right: none;
}
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card.border-left {
  border-bottom: 1px solid #C60000;
}}
.sec-lineup .lineup-card-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card-layout {
  flex-direction: row;
  align-items: flex-start;
  column-gap: 15px;
}
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card-layout-left {
  width: 36%;
}
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-card-layout-right {
  width: 60%;
}
}

.sec-lineup .lineup-imgBox {
  width: 176px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-imgBox {
  width: 100%;
}
}
.sec-lineup .lineup-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-ttl {
  text-align: left;
  font-size: 16px;
  margin-top: 13px;
}
}
.sec-lineup .lineup-text {
  font-size: 16px;
  margin-top: 5px; 
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-text {
  font-size: 14px;
}
}
.sec-lineup .lineup-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.sec-lineup .lineup-bottom .lineup-boxbtn {
  color: #ffffff;
  display: block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 17px;
  text-align: center;
  width: 260px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 22px;

}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-bottom .lineup-boxbtn {
  font-size: 16px;
}
}
.sec-lineup .lineup-bottom .lineup-boxbtn:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sec-lineup .lineup-bottom .lineup-boxbtn:after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(/sp/nabeshabu/img/renewal/img_icon_arr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
.sec-lineup .lineup-bottom .lineup-boxbtn.orange {
  background-color: #F08202;
}
.sec-lineup .lineup-bottom .lineup-boxbtn.green {
  background-color: #6DB92A;
}
.sec-lineup .lineup-bottom .lineup-boxbtn.navy {
  background-color: #06065B;
}
.sec-lineup .lineup-bottom .lineup-textbtn {
  display: flex;
  column-gap: 15px;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #C60000;
  align-items: center;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
.sec-lineup .lineup-bottom .lineup-textbtn {
  font-size: 15px;
}
}
.sec-lineup .lineup-bottom .lineup-textbtn:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sec-lineup .lineup-bottom .lineup-textbtn-icon {
    width: 7px;
    height: fit-content;
    position: relative;
    top: 2px;
}



.label-list {
  display: flex;
  flex-direction: row;
  column-gap: 13px;
  justify-content: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
.label-list {
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
  margin-top: 8px;
}
}

.label-list .label-icon {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .label-list .label-icon {
  width: 70px;
}
}


/* おすすめレシピ */
.sec-recipe {
  position: relative;
  padding-top: 62px;
  padding-bottom: 111px;
    background-image: url(/sp/nabeshabu/img/renewal/bg_top_pc.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
.sec-recipe {
  padding-top: 30px;
  padding-bottom: 60px;
}
}
.sec-recipe .ttl-recipe {
  width: 337px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-recipe .ttl-recipe {
    width: 78%;
  }
}
.sec-recipe .recipe-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px; 
}
@media screen and (max-width: 1100px) {
.sec-recipe .recipe-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-list {
  gap: 15px;
}
}


.sec-recipe .recipe-card {
  background-color: #fff;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.6));
  padding-block: 30px;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-card {
  padding-block: 13px;
  padding-inline: 11px
}
}
.sec-recipe .recipe-imgbox {
  position: relative;
}
.sec-recipe .recipe-imgbox .recipe-imgbox-package {
  position: absolute;
  top: 94%;
  left: -6%;
  width: 75px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-imgbox .recipe-imgbox-package {
  width: 50px;
}
}
.sec-recipe .recipe-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  line-height: 1.3;
  padding-left: 65px;
  padding-bottom: 5px;
  border-bottom: 1px solid #C60000;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-ttl {
  font-size: 14px;
  padding-top: 7px;
  padding-left: 44px;
  line-height: 1.1;
  min-height: 4.2em;
}
}
.sec-recipe .recipe-bottom {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-bottom {
  margin-top: 10px;
}
}
.sec-recipe .recipe-boxbtn {
  color: #ffffff;
  display: block;
  position: relative;
  padding-top: 16px;
  padding-bottom: 17px;
  text-align: center;
  width: 260px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 22px;
  text-indent: -0.4em;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-boxbtn {
  width: 85%;
  margin-top: 0;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 6px;
}
}
.sec-recipe .recipe-boxbtn:after {
    content: "";
  width: 5px;
  height: 9px;
  background-image: url(/sp/nabeshabu/img/renewal/img_icon_arr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
.sec-recipe .recipe-boxbtn.orange {
  background-color: #F08202;
}
.sec-recipe .recipe-boxbtn.green {
background-color: #6CB92A;
}
.sec-recipe .recipe-boxbtn.navy {
background-color: #06065B;
}
.sec-recipe .recipe-boxbtn:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sec-recipe .recipe-bottomlink {
  display: flex;
  column-gap: 15px;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #C60000;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
.sec-recipe .recipe-bottomlink {
  margin-top: 30px;
  font-size: 15px;
}
}
.sec-recipe .recipe-bottomlink:hover {
  opacity: 0.65;
  text-decoration: none;
}
.sec-recipe .recipe-bottomlink .recipe-bottomlink-icon {
    width: 5px;
    height: fit-content;
    position: relative;
    top: 2px;
}


/* しゃぶしゃぶを120%楽しもう */

.sec-banner {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
.sec-banner {
  padding-top: 30px;
}
}
.sec-banner .ttl-banner {
  max-width: 646px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-banner .ttl-banner {
    transform: scale(1.05);
  }
}
.sec-banner .banner-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 24px;
}
@media screen and (max-width: 1200px) {
.sec-banner .banner-list {
  column-gap: 30px;
}
}
@media screen and (max-width: 768px) {
.sec-banner .banner-list {
    grid-template-columns: repeat(1, 1fr);
}
}
.sec-banner .banner-link:hover {
  text-decoration: none;
}
.sec-banner .banner-link-text {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
.sec-banner .banner-link-text {
  margin-top: 10px;
  font-size: 16px;
}
}
.sec-banner .banner-link-text .vertical_bottom {

    position: relative;
    top: 0.2em;
    font-size: 23px;
}
@media screen and (max-width: 768px) {
.sec-banner .banner-link-text .vertical_bottom {
  font-size: 20px;
}
}
/* TV CM */
.sec-cm {
  background-color: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
.sec-cm {
  padding-top: 50px;
  padding-bottom: 50px;
}
}
.sec-cm .ttl-cm {
  width: 186px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
.sec-cm .ttl-cm {
  width: 40%;
}
}
.sec-cm .box-cm {
  margin-bottom: 0;
}

.sec-cm .box-cm .move-left.single {
  width: 100%;
}

.sec-cm .box-cm .move-inner {
  max-width: 640px;
  max-height: none;
  aspect-ratio: 16 / 9;
}
.sec-cm .box-cm .ttl-02 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}



/* SNS */
.area-social {
  background-color: #F5F5F5;
}







.custom-shape-divider-bottom-1755222662 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotateX(180deg);
}

.custom-shape-divider-bottom-1755222662 svg {
    position: relative;
    display: block;
    width: calc(152% + 1.3px);
    height: 66px;
}

.custom-shape-divider-bottom-1755222662 .shape-fill {
    fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1755222662 svg {
        width: calc(134% + 1.3px);
        height: 25px;
    }
}


