@charset "UTF-8";
/* ===========================================
共通
=========================================== */
.l-base_nabeseries {
  background-color: #1d1717;
  margin-top: 0;
}

.nabeseries_wrapper {
  margin: 0 auto 0;
  width: 1300px;
}

.nabeseries_wrapper a {
  transition: opacity 0.3s;
}

.nabeseries_wrapper a:hover {
  opacity: 0.7;
}

.-pb115 {
  padding-bottom: 115px !important;
}

.bg_black {
  background-color: #1d1717;
}

.nabeseries_fv {
  text-align: center;
  position: relative;
}
.nabeseries_fv_box {
  display: flex;
  gap: 170px;
  justify-content: center;
  left: 50%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
}

.nabeseries_mizutaki .img_box {
  position: relative;
}
.nabeseries_mizutaki .img_box .img {
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.nabeseries_mizutaki .img03 {
  padding-bottom: 100px;
}
.nabeseries_mizutaki .mizutaki_detail {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 870px;
}

.motsunabe_offer02_ttl {
  padding-top: 10px;
}

.nabeseries_offer {
  background-color: #1d1717;
  margin: 0 auto;
  padding-bottom: 40px;
}
.nabeseries_offer h2 {
  margin: 0 auto;
  background-color: #40200e;
  text-align: center;
  padding: 20px;
  width: 1120px;
}
.nabeseries_offer .offer_flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-top: 10px;
}
.nabeseries_offer .offer_flex .rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nabeseries_offer .offer_flex .cart_box {
  position: relative;
}
.nabeseries_offer .offer_flex .btn_info {
  position: absolute;
  color: #fff;
  bottom: -55%;
  margin: 0;
  font-size: 13px;
  width: 100%;
  text-align: center;
}
.nabeseries_offer .offer01_txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.nabeseries_offer .attention {
  margin: 25px auto 30px;
  padding: 25px;
  color: #9e352f;
  background-color: #fff;
  border: 3px double #9e352f;
  font-size: 15px;
  width: 760px;
}
.nabeseries_offer .attention li {
  list-style: none;
}
.nabeseries_offer .attention .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.nabeseries_offer .attention .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
}

/* --------------------------------
終売
--------------------------------*/
.soldout-area {
  position: relative;
}

.soldout-area::after {
  position: absolute;
  content: "";
  height: 80%;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.soldout-area_2::after {
  height: 100%;
}

.soldout-area--fv::after {
  width: 50%;
  right: inherit;
}

.soldout-area--fv--right::after {
  width: 50%;
  left: inherit;
}

.soldout-area__box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px;
  top: calc(15% + 170px);
  width: 800px;
  color: #fff;
  background-color: #962222;
  border: px double #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: bold;
  z-index: 99;
  line-height: 1.3;
}

.soldout-area__box--red {
  color: #fff;
  border: 4px double #fff;
}

.soldout-area__box--fv {
  width: 400px;
  margin: 0;
  left: 5%;
}

.soldout-area__box--fv--right {
  width: 500px;
  margin: 0;
  right: 5%;
  left: inherit;
}

.soldout-area__heading {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
}

.soldout-area__heading-txtsmall {
  font-size: 17px;
  line-height: 1.4 !important;
  margin-bottom: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.soldout-area__txt {
  font-size: 18px;
  margin: 1em auto 0;
}

.sold_txt {
  color: #fff;
  margin-top: 10px;
}

.nabeseries_offer_cart {
  display: flex;
  gap: 18px;
  align-items: center;
}

.nabeseries_cart_select {
  height: 36px;
  display: flex;
}

.offer_box {
  display: flex;
  margin: 60px auto;
  justify-content: space-between;
  width: 1120px;
}
.offer_box_img {
  position: relative;
}
.offer_box_img .limit {
  position: absolute;
  left: -3px;
  top: -15px;
}
.offer_box_img .limit02 {
  position: absolute;
  left: 8px;
}

.offer_txt {
  margin-bottom: 35px;
}