.lp_main {
  width: 980px;
  margin: 0 auto;
  /* font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif; */
  font-family: "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", "Times New Roman", serif;
}
.firstview {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: auto;
  vertical-align: top;
  margin-bottom: 40px;
}
.firstview figure {
  position: relative;
}
.firstview figure {
  margin-bottom: 1.5rem;
}

.page_title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.page_desc {
  font-size: 1.5rem;
}
/* .firstview figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
} */
.hr_akidayori {
  height: 3px;
  border: none;
  background-color: #d44c1c;
  display: block;
  margin: 30px auto 30px auto;
  width: 95%;
}
.firstview .page_title, .firstview .page_desc {
    padding: 0rem 1rem;
}
@media only screen and (max-width: 768px) {
  .lp_main {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  .firstview {
    margin-bottom: 10px;
}
  .firstview .page_title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .page_desc {
    font-size: 1.25rem;
  }
}


/* 目次 */
.lp_mokuji {
  margin-bottom: 30px;
  padding: 1em 1em 1em 2em;
  border: 1px solid #ee8595;
  background: rgb(238,133,149,0.1);
  color: #333333;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.lp_mokuji h2 {
  text-align: center;
  font-size: 1.5rem;
  color: #d44c1c;
}
.lp_mokuji div.lp_mokuji_inner {
  display: flex;
  align-items: start;
  margin: 0;
  /* background-color: #fff; */
  padding: 5px 5px;
}

.lp_mokuji ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 1.2em;
  overflow: hidden;
  width: 50%;
}

.lp_mokuji ol ol {
  margin-top: 5px;
}

.lp_mokuji li {
  padding: 5px 0;
}

.lp_mokuji a {
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.lp_mokuji a span {
  margin-left: 1rem;
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .lp_mokuji {
    width: 90%;
    padding: 15px 10px;
  }
  .lp_mokuji h2 {
    font-size: 1.25rem;
  }
  .lp_mokuji div.lp_mokuji_inner {
    flex-direction: column;
  }
  .lp_mokuji ol {
    width: 100%;
  }
}

/* main_content */
.main_hr {
	margin: 3rem 0px 2rem 0;
}
.couPhoto {
  font-size: 13px !important;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  right: 10px;
  bottom: 5px;
  color:#fff;
  text-shadow: 0 0 #000, 1px 1px 1px #000;
}
.couPhoto.image_txt_shadow_blk {
  text-shadow: 0 0 #000, 1px 1px 2px #eee;
}
.item_subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
h2.item_title {
  font-size: 3.25rem;
  letter-spacing: -2.5px;
  margin-bottom: 1rem;
}

p.item_desc {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.item_main {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
.item_main .item_left,
.item_main .item_right{
  width: 50%;
}
.item_name {
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: "Times New Roman", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝B", serif !important;
}
.item_detail {
  font-size: 1rem;
}
/* .item_price {
  font-size: 2.5rem;
	margin: 1rem 0 0.5rem 0;
} */
.item_price span {
  font-size: 1.5rem;
  font-weight: normal;
}
.item_price .sale_label {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #AD0D0F;
  padding: 5px 10px 5px 10px;
}
.item_price.sale {
  color: #cc0000;
  line-height: 1.0;
  margin-bottom: 1rem;
}
.regular_price {
  color: #000;
}

/* セール価格表示 */
.price_reg_wrap,
.price_sale_wrap {
  font-size: 1.125rem;
  display: flex  ;
  align-items: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
}
.price_reg_wrap {
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.price_sale_wrap {
  margin-bottom: 1rem;
}
.sale_label_wrap {
  background-color: #c7000b;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}
.sale_label {
  font-weight: bold;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
}

.item_price {
  /* font-size: 0; */
  display: flex  ;
  flex-wrap: nowrap;
  align-items: end;
  line-height: 1;
}
.item_price.reg_price {
  font-size: 1.25rem;
  text-decoration: line-through;
}
.item_price .price_number {
  font-size: 2.5rem;
  color: #000;
  line-height: 1;
  position: relative;
  top: 0.125em;
}
.item_price.reg_price .price_number {
  font-size: 1.5rem;
}
.item_price.sale_price .price_number {
  font-weight: bold;
}
.item_price .price_unit {
  font-size: 1.25rem;
  vertical-align: bottom;
  font-weight: normal;
  padding-left: 5px;
}
.reg_price .price_unit {
  font-size: 1.25rem;
  padding-left: 0;
}

.item_price .sp_price {
  color:#c7000b;
}
@media only screen and (max-width: 768px) {
  ..price_reg_wrap {
    font-size: 1rem;
  }
  .sale_label_wrap {
    padding: 5px 6px;
    display: flex;
  }
  .sale_label {
    font-size: 1rem;
  }
  .item_price .price_number {
    font-size: 2.0rem;
    line-height: 1.25;
  }
}

.ponzArea {
  position: relative;
  width: 100%;
}
.ponzArea .cartBtn { 
  position: absolute;
  width: 308px;
  height: 49px;
  right: 38px;
  bottom: 52px;
}
.item_main .fs-c-dropdown select {
  font-size: 1rem;
}
.item_section hr {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 666px) {
  .item_main h2 {
      font-weight: bold;
  }
  .item_main h2:before {
      content: '■';
  }
}

@media only screen and (max-width: 768px) {
  .main_content {
    padding: 0px 10px;
  }
  .couPhoto {
    font-size: 10px !important;
    right: 2px;
    bottom: 0px;
  }
  .couPhoto span {
    display:none;
  }
  h2.item_title {
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .item_title span {
    border-bottom: none;
    text-decoration: underline;
    text-decoration-style: double;
    text-underline-offset: 5px;
    line-height: 1.7;
  }
	.item_main {
    flex-direction: column;
	}
	.item_main .item_left, .item_main .item_right {
    width: 100%;
	}
  .item_main .item_right {
    padding: 1rem;
	}
	.item_main .item_left {
    padding: 1rem 1rem
	}
  .ponzArea .cartBtn { 
    position: static;
    display: block;
    margin: 1rem auto 0px auto;
  }
  .item_subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
  p.item_desc {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .item_name {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  .indBox01.line_sp {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .item_section hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}
/* ぽん酢 */
.pickup_item_wrap {
  border: 20px solid #ccc;
  display: flex;
}
.pickup_item_wrap .pickup_left {
  width: 28%;
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup_item_wrap .pickup_left img {
  max-width: 120px;
  height: auto;
}
.pickup_item_wrap .pickup_right {
  width: 78%;
  padding: 1rem 1rem;
}
.right_inner_wrap {
  display: flex;
  margin-bottom: 1rem;
}
.right_inner_wrap img{
  max-width: 280px;
  height: auto;
}
.right_inner_wrap h4 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background: #f37f8c;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.right_inner_wrap p {
  font-size: 1.35rem;
  color: #b5312f;
  font-weight: bold;
  letter-spacing: -0.8pt;
}
.pickup_item_wrap .pickup_right>p {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.pickup_item_wrap .inner_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pickup_cart {
  display: flex;
  justify-content: space-around;
  border-bottom: 2px solid #000;
}
.pickup_cart p {
  font-size: 2rem;
}
.pickup_cart span {
  font-weight: bold;
  font-size: 2rem;
  margin-left: 2rem;
}

/* セクションライン */
/* @media only screen and (max-width: 768px) {
  .indBox01.line_sp {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
} */

/* ページ内リンクずれ対策 */
/* @media only screen and (max-width: 768px) {
  .item_section_top {
    padding-top: 100px;
    margin-top: -100px!important;
  }
} */
.bnr_neboke {
  display: block;
  margin-bottom: 3rem;
}

/* お中元 */
.lp_mokuji {
  margin-bottom: 30px;
  padding: 1em 1em 1em 1em;
  border: 2px solid #d44c1c;
  background: #f18b0026;
  color: #333333;
  /* font-family: "Times New Roman", "游明朝体", YuMincho, "Yu Mincho D", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HGS明朝B", serif !important; */
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
/* .lp_mokuji .lp_mokuji_outer {
  background-color: #fff;
  padding: 5px 5px;
} */

.txt_otodoke_full,
.txt_yoyaku_full,
.txt_end_full {
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  text-align: left;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.txt_otodoke_full {
  font-size: 1.875rem;
  background-color: #0174aa;;
}
.txt_yoyaku_full {
  font-size: 2.5rem;
  background-color: #E77F88;
}
.txt_end_full {
  font-size: 2.5rem;
  background-color: #0174aa;
}
.txt_noshi {
  font-size: 1rem;
  font-weight: bold;
  color: #cc0000;
}
.txt_otodoke {
  font-size: 1rem;
  text-align: center;
  padding: 5px 2px;
  font-weight: bold;
  border-radius: 2px;
  color: #fff;
  background-color: #07679d;
}
.hana_noshi_outer {
  border-radius: 5px;
  background: url(/common/campaign/fathersday/assets/2024/img/bg_blue_back.jpg) repeat center center;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  margin: 0rem auto 4rem auto;
  display: block;
  width: 100%;
  padding: 8px;
}
.hana_noshi_inner {
  padding: 10px;
  /* background-color: #fff; */
}
.hana_noshi_inner h3 {
  font-size: 1rem;
}
.hana_noshi_inner ol {
  height: 180px;
}
.hana_noshi_img_wrap {
  padding: 20px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hana_noshi_img_left, 
.hana_noshi_img_right {
  width: 50%;
}
.hana_noshi_img_wrap figcaption {
  color: #009ee8;
  font-size: 1rem;
}
.item_left picture:not(:last-child) img {
  /* display: block; */
  margin-bottom: 1rem;
}
/* .item_title .title_sub {
  font-size: 1.875rem;
} */

.item_other_info p {
  margin-bottom: 5px;
}
.item_other_info ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .item_section {
    padding-top: 90px; 
    margin-top: -90px; 
  }
  .lp_mokuji {
    width: 92%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif" !important;
    padding: 15px 10px;
  }
  .lp_mokuji ol {
    padding: 0 5px;
  }
  .lp_mokuji div.lp_mokuji_inner {
    padding: 5px 5px;
  }
  .hana_noshi_outer {
    margin: 0rem auto 2rem auto;
    width: 90%;
  }
  .hana_noshi_inner h3 {
    font-weight: bold;
  }
  .hana_noshi_inner ol {
    height: auto;
  }
  .lp_mokuji a {
    font-weight: bold;
  }
  .txt_noshi {
    font-size: 16px;
  }
  .txt_otodoke_full,
  .txt_yoyaku_full {
      font-size: 1.25rem;
      padding: 5px 5px;
  }
  .txt_yoyaku_full {
    margin-top: 1rem;
  }
  .txt_end_full {
    margin-top: 1rem;
    font-size: 1.75rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .mothersday .gotoCart .fc_pink, .mothersday .gotoCart .txt_otodoke {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .mothersday .gotoCart .txt_otodoke {
    margin-bottom: 2rem;
  }
  .hana_noshi_inner {
    padding: 1rem 6px;
  }
  .hana_noshi_img_wrap {
    flex-direction: column;
  }
  .hana_noshi_img_left, 
  .hana_noshi_img_right {
    width: 100%;
  }
}

.subarea_wrap {
  /* background-color: #ac8b49; */
  padding: 10px 10px 10px 10px;
  border:solid 8px #ac8b49;
}

.subarea_inner {
  background-color: #fff;
  display: flex;
}
.subarea_inner p {
  font-size: 1.125rem;
}
.subarea_l {
  width: 60%;
  font-size: 16px;
}

.subarea_r {
  width: 40%;
}

.subarea_l,
.subarea_r {
  padding: 20px 15px;
}

.subarea_l .subarea_title {
  background-color: #ac8b49;
  color: #fff;
  font-size: 28px;
  padding: 10px 10px;
  text-align: center;
}

.subarea_r img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media screen and (max-device-width: 667px) {
  .subarea_wrap {
    padding: 10px 10px;
    border: solid 4px #ac8b49;
    margin: 1rem;
  }
  .subarea_wrap .subarea_title {
    font-size: 18px;
    text-align: center;
    padding: 6px 10px;
    color: #fff;
    background-color: #ac8b49;
    height: 30px;
  }
  .subarea_inner {
    flex-wrap: wrap;
  }
  .subarea_l,
  .subarea_r {
    width: 100%;
    padding: 10px 5px;
  }
  .subarea_inner .subarea_l p {
    font-size: 1rem;
  }
}
/* 目次 2025 */
.lp_mokuji_inner ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1em;
  width: 100%;
}

.lp_mokuji_inner ol li {
  flex: 0 0 calc(50% - 0.5em);
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.5em;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: background 0.3s;
}

.lp_mokuji_inner ol li:hover {
  background: #f5f5f5;
}

.lp_mokuji_inner ol li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.lp_mokuji_inner ol li div {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.lp_mokuji_inner ol li img {
  width: 100%;
  height: auto;
  gap: 1em;
}
.lp_mokuji_inner ol li span {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .lp_mokuji_inner ol li {
    flex: 0 0 100%;
  }
}

/* 海鮮単品商品 */
.item_sub_outer {
	padding: 1rem;
	background-color: #cdab53;
  margin-bottom: 2rem;
}
.item_sub_outer.dukedon_sub {
	background-color: #9fa9c7;
}
.item_sub_inner {
  background-color: #fff;
  padding: 1rem;
}
.item_sub_upper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 1rem 0rem;
}

.upper_left {
    width: 45%;
    height: auto;
}
.upper_right {
    width: 55%;
    height: auto;
		padding-right: 1rem;
		padding-left: 1rem;
}
.upper_right h3 {
  font-size: 28px;
  margin-bottom: 1rem;
}
.upper_right p {
  font-size: 1.125rem;
}
.item_sub_lower {
	padding-bottom: 5px;
}
.item_sub_lower_wrap {
  display: flex;
  justify-content: space-around;
  align-items: end;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}
.item_sub_lower_wrap p {
	font-size: 28px;
  width: 65%;
}
.item_sub_lower_wrap p span {
	font-size: 18px;
}
.item_sub_lower_wrap picture {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .item_sub_upper {
    flex-wrap: wrap;
  }
  .upper_left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .upper_right {
    width: 100%;
  }
  .item_sub_lower_wrap p {
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .item_sub_lower_wrap picture {
    width: 100%;
  }
  .item_sub_lower_wrap {
    flex-wrap: wrap;
    border: unset;
}
}

/* product-highlight */
.product-highlight {
  border: 1px solid #ccc; /* または padding: 1rem; */
  padding: 1rem;
  margin-bottom: 2rem;
}
.product-highlight.chirashi_tanpin {
  background: #cdab53;
}
.product-highlight.dukedon_tanpin {
  background: #9fa9c7;
}

.product-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
}

.product-upper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.product-image {
  flex: 0 0 38%;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.product-text {
    display: flex;
    flex: 1;
    flex-direction: column;
  padding: 0rem 1rem;
}

.product-text h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.product-text p {
  font-size: 1.125rem;
  line-height: 1.8;
}

.product-lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #000;
}

.product-lower-left p {
  font-weight: bold;
  font-size: 1.75rem;
}

.product-lower-left span {
  font-size: 0.9rem;
  color: #888;
}

.product-lower-right img {
  height: 58px;
  width: auto;
}
@media (max-width: 768px) {
  .product-highlight {
      padding: 0.5rem;
  }
}
/* ---------- レスポンシブ ---------- */
@media (max-width: 768px) {
  .product-upper {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-image,
  .product-text {
    flex: 1 1 100%;
  }

  .product-lower {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    border-style: none;
  }
  .product-lower-right {
      display: block;
      margin: 0 auto;
  }
  .product-lower-right img {
    height: 44px;
  }
}
/* 晩酌セット card-section */
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; /* 高さを揃えるポイント */
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.card {
  width: calc(48% - 1rem);
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.card picture,
.card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.card-body {
  background-color: #ffffe7;
  padding: 1rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card-body h3 {
  font-size: 1.75rem;
  color: #A62644;
  text-align: center;
  margin-bottom: 0.5rem;
}

.card-body p {
  font-size: 1.25rem;
  text-align: left;
  color: #333;
  margin-top: auto;
}


/* モバイル対応 */
@media (max-width: 768px) {
  .card {
    width: 90%;
  }
  .card-body h3 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .card-body p {
    font-size: 1.125rem;
  }
}

/* バナーエリア */
.bnr_area {
    display: flex;
    flex-direction: row;
    margin-bottom: 4rem;
}
.bnr_area a:first-child {
    margin-right: 1rem;
}
@media (max-width: 768px) {
  .bnr_area {
      flex-direction: column;
      padding: 0rem 1rem;
  }
  .bnr_area a:first-child {
      margin-right: 0rem;
      margin-bottom: 1rem;
  }
}

/* 宅配キャンペーンセクション */
.neboke_cp_wrap {
  margin-bottom: 2rem;
}
.neboke_cp_img_wrap {
  margin-bottom: 1rem;
}
.neboke_cp_text01_wrap {
  text-align: center;
}
.neboke_cp_text01 {
    font-size: 1.25rem;
    background-color: #A62644;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 4rem;
    margin: 0 auto 1rem auto;
}
.neboke_cp_text02 {
    text-align: center;
}
@media only screen and (max-width: 768px) {
  .neboke_cp_img_wrap {
    margin-bottom: 1rem;
  }
  .neboke_cp_text01_wrap {
    margin-bottom: 1rem;
  }
  .neboke_cp_text01 {
      padding: 0.5rem 1rem;
  }
  .neboke_cp_text02 {
    font-weight: bold!important;
  }
}

/* 終了時 */
.sold_out {
  position: relative;
  padding: 1rem;
}
.sold_out form {
  pointer-events: none;
  cursor: default;
}
.sold_out::after {
  content: '完売しました';
  width: 100%;
  height: 100%;
  padding-top: 220px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sold_out::after {
    padding-top: 260px;
  }
}