body * {
  box-sizing: border-box;
}

#wrap.sticky-container {
  overflow: visible !important;
}
#wrap.background--gray {
  background-color: #3c3c3c;
}

/*===============================

チラシ一覧

=================================*/

.p-chirashifeed__thumb {
  width: 100vw;
  object-fit: contain;
}
.c-chirashifeed {
  width: 100vw;
  object-fit: contain;
}
.c-chirashi__item {
  position: relative;
  margin-bottom: 8px;
}
.c-chirashi__item:last-child {
  margin-bottom: 0px;
}
.l-contents_feed {
  background-color: #3c3c3c;
}
.l-section__inner_feed {
  background-color: #3c3c3c;
}
.c-chirashi__title_feed {
  color: white;
  font-size: 14px;
}
.c-chirashi__title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}
.p-title__shopdetail.p-title__shopdetail_feed {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 400;
  width: 100%;
  height: 58px;
  padding: 16px;
  box-sizing: border-box;
}
.p-title__shopdetail.p-title__shopdetail_feed_othershop {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 450;
  width: 100%;
  height: 58px;
  padding: 16px;
  margin-top:16px;
  box-sizing: border-box;
  background-color: white;
}

.c-shop__name_feed {
  color: #3c3c3c;
  margin-left: 8px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.c-chirashi__shop-name_feed {
  color: white;
}
.c-title__section_feed_wrap {
  margin-top: 24px;
}
.c-title__section_feed {
  padding: 16px;
  position: relative;
  color: #fff;
  background: #3c3c3c;
  font-size: 14px;
  position: sticky;
  position: -webkit-sticky;
  border-top: 1px solid #9e9e9e;
}
.c-title__section_feed.is-fixed {
  position: fixed;
  top: 58px;
}
.c-chirashi__zoom {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24px;
  margin-left: 4px;
}
.c-chirashi__zoom img {
  width: 100%;
  height: auto;
}
.l-contents_feed_inner {
  background: #3c3c3c;
  margin-bottom: 16px;
}

/*===============================

店舗詳細ボタン・アプリダウンロードボタン

=================================*/

.c-shop__detailbutton {
  min-width: 74px;
  font-size: 12px;
  font-weight: bold;
  background: white;
  color: #3c3c3c;
  border-radius: 26px;
  margin-left: auto;
  border: 1px solid #e0e0e0;
  padding: 4px 12px;
}
a.c-shop__detailbutton:visited {
  color: #3c3c3c;
}
a.c-shop__detailbutton:link {
  color: #3c3c3c;
}

/*===============================

近くのおすすめチラシ

=================================*/
.p-card-otherchirashi {
  padding-bottom: 16px;
  width: 100%;
}
.p-card-otherchirashi__inner {
  margin-bottom: 16px;
  border-top: #9E9E9E 1px solid;
  position: relative;
}
.p-card-otherchirashi__thumb {
  width: 100%;
}
.c-card-otherchirashi__thumb {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: top left;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.p-card-otherchirashi__cover {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-card-otherchirashi__cover .c-btn__chirashiview {
  background-color: #fff;
  font-size: 14px;
  border-radius: 32px;
  height: 32px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-btn__chirashiview_text {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: bold;
}
.p-card-otherchirashi__info {
  padding: 16px;
  display: flex;
  align-items: center;
}
.p-card-otherchirashi__text {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
.p-card-otherchirashi__info > .c-shop-logo__img {
  flex-shrink: 0;
  width: 24px;
  border: #ddd 1px solid;
}
.c-card__otherchirashi__shopname {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.c-card__otherchirashi__title {
  font-size: 12px;
  line-height: 19.5px;
  color: #9e9e9e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

/*-------------------------
Shop detail
-------------------------*/
.p-title__shopdetail {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  height: 38px;
  color: #3c3c3c;
  background-color: #fff;
  align-items: center;
}
  .p-title__shopdetail .p-shop__logo {
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
  }
    .p-title__shopdetail .c-shop__logo {
      width: 24px;
      height: 24px;
      display: block;
      object-fit: contain;
      object-position: center;
      font-family: 'object-fit: cover; object-position: center;';
      background: #fff;
    }
    .p-title__shopdetail .c-shop__name {
      margin-left: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      word-break: break-all;
    }
    .chirashi_period {
      font-size: 12px;
      color: #9e9e9e;
      line-height: 1.5;
    }
