
/* カスタム黄色（上書き優先） */
.-custom-yellow {
  background: linear-gradient(to bottom, transparent 70%, #FFEB0D 0%) !important;
}

.c-btn-sell_custom{
  height: 110px;
}

.c-heading-m_custom {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-subheading-sell-text_adjust{
  text-align: center;
  margin-top: 60px;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .c-subheading-sell-text_adjust{
  font-size: 27px;
}
}

.c-text-normal-m_adjust{
  width: 400px;
  margin-top: 25px;
  margin-left: 40px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-text-normal-m_adjust{
  width: 300px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 13px;
}
}

.omakase-image{
  width: 285px;
  height: 240px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .omakase-image{
    width: 157px;
    height: 135px;
  }
}

@media screen and (max-width: 768px) {
  .omakase-image2_resize{
  width: 220px !important;
  height: 150px !important;
  max-width: none;
  margin-left: 40px;
  margin-top: -20px;
}
}


@media screen and (max-width: 768px) {
  .omakase-image3_resize{
  width: 230px !important;
  height: 140px !important;
  max-width: none;
  margin-left: 40px;
  margin-top: 10px;
}
}


.omakase-image_resize{
  width: 275px !important;
  height: 210px !important;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .omakase-image_resize{
  width: 240px !important;
  height: 150px !important;
  max-width: none;
  margin-left: 40px;
}
}

  .p-bubble-button-wrap {
    position: relative;
    margin: 80px auto;
    display: flex;
    justify-content: center;
  }

@media screen and (max-width: 768px) {
    .p-bubble-button-wrap {
    position: relative;
    margin: 10px auto;
  }
}

@media screen and (min-width: 768px) {
  .p-merit-buy__main_custom{
    row-gap: 0;
  }
}

/*TODO 「うるま店オープンのアピールを削除」対応で削除 */
.p-omakase-badge .c-badge-new {
  display: inline-block;
  padding: 2px 12px;
  background-color: #D90D0D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 8px;
}

.p-omakase-badge .c-text-sell-omakase {
  color: #D90D0D;
  font-weight: bold;
}
/*TODO 「うるま店オープンのアピールを削除」対応で削除 ここまで*/