.promo-general-catalog,
.promo-catalog,
.promo-news,
.promo-pop {
  padding-bottom: 60px;
}
.promo-general-catalog__title,
.promo-catalog__title,
.promo-news__title,
.promo-pop__title {
  font-size: 1.5rem;
  color: #028739;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .promo-general-catalog,
  .promo-catalog,
  .promo-news,
  .promo-pop {
    padding-bottom: 40px;
  }
  .promo-general-catalog__title,
  .promo-catalog__title,
  .promo-news__title,
  .promo-pop__title {
    font-size: 1.25rem;
  }
}
.marushima-news-box {
  overflow-y: scroll;
  max-height: 500px;
}

.dot-line {
  max-width: 1000px;
  margin: 0 auto;
  background: none;
  outline: none;
  border: none;
  border-bottom: dashed 1px #028739;
  height: 1px;
}

.marushima-news-box2 {
  overflow-y: scroll;
  max-height: 450px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .marushima-news-box2 {
    padding: 10px;
    max-height: 50vh;
    grid-template-columns: 1fr 1fr;
  }
}

.catalog-infobox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #028739;
  border-radius: 8px;
  background: #fff;
}
.catalog-infobox > h2 {
  font-size: 1.25rem;
  color: #028739;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.catalog-info {
  display: flex;
  gap: 24px;
}
.catalog-info__img {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
}
.catalog-info__img img {
  width: 140px;
  height: auto;
  display: block;
  border: 1px solid #bbb;
}
.catalog-info__title {
  flex: 1 1 auto;
}
.catalog-info__title h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 10px;
}
.catalog-info__title h3 small {
  margin-left: 10px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #737373;
}
.catalog-info__title p {
  line-height: 1.8;
  margin-bottom: 16px;
}

.open--pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #028739;
  text-decoration: underline;
  font-size: 0.875rem;
}
.open--pdf:hover {
  text-decoration: none;
}
.open--pdf__size {
  font-size: 0.75rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .catalog-info {
    flex-direction: column;
    gap: 12px;
  }
  .catalog-info__img img {
    width: 120px;
  }
}
.promo-catalog__box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  padding: 20px;
  border: 1px solid #028739;
  border-radius: 8px;
  background: #fff;
}
.promo-catalog__img {
  flex: 0 0 155px;
}
.promo-catalog__img img {
  width: 100%;
  height: auto;
  display: block;
}
.promo-catalog__body {
  flex: 1 1 auto;
}
.promo-catalog__name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #303030;
  margin-bottom: 10px;
}
.promo-catalog__name small {
  margin-left: 10px;
  font-weight: 400;
  font-size: 0.8125rem;
  color: #737373;
}
.promo-catalog__desc {
  line-height: 1.8;
  margin-bottom: 16px;
}
.promo-catalog__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #028739;
  text-decoration: underline;
  font-size: 0.875rem;
}
.promo-catalog__link:hover {
  text-decoration: none;
}
.promo-catalog__link-size {
  font-size: 0.75rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .promo-catalog__box {
    flex-direction: column;
    gap: 12px;
  }
  .promo-catalog__img {
    flex-basis: auto;
    max-width: 155px;
  }
}
.promo-news__latest {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  gap: 24px;
  padding: 20px;
  border: 1px solid #028739;
  border-radius: 8px;
  background: #fff;
}
.promo-news__latest-label {
  display: none;
}
.promo-news__latest-thumb {
  flex: 0 0 108px;
}
.promo-news__latest-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #bbb;
}
@media (max-width: 767px) {
  .promo-news__latest-thumb {
    padding: 0 8vw;
    flex: inherit;
    margin-bottom: 3.5vw;
  }
}
.promo-news__latest-body {
  flex: 1 1 auto;
}
.promo-news__latest-date {
  display: block;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #777;
}
.promo-news__latest-date strong {
  font-size: 1.125rem;
  color: #028739;
}
.promo-news__latest-text {
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 12px;
  color: #555;
}
.promo-news__year {
  max-width: 1000px;
  margin: 0 auto 5px;
  padding: 6px 12px;
  background: #028739;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
}
.promo-news__list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 16px;
}
.promo-news__item {
  padding: 0;
  border-bottom: dashed 1px #ddd;
}
.promo-news__item a {
  display: block;
  padding: 0.3em 0.75em;
  transition: all 0.3s;
}
.promo-news__item a:hover {
  background: white;
  color: #c00;
}
.promo-news__item-thumb {
  flex: 0 0 54px;
}
.promo-news__item-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #bbb;
}
.promo-news__item-date {
  display: block;
  font-size: 0.8125rem;
}
.promo-news__item-date strong {
  color: #028739;
  text-decoration: underline;
}
.promo-news__item-text {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 8px;
}
.promo-news__dl-btn {
  display: inline-block;
  font-size: 1rem;
  color: #333;
  background: #f7f7f7;
  border: solid 1px #bbb;
  padding: 0.5em 0.75em;
  border-radius: 3px;
  text-decoration: none;
}
.promo-news__dl-btn:before {
  content: url(../img/ico_pdf.svg);
  vertical-align: middle;
  margin-right: 0.5em;
}
.promo-news__dl-btn:hover {
  opacity: 0.8;
  color: #c00;
  border: solid 1px #c00;
}

@media (max-width: 767px) {
  .promo-news__latest {
    flex-direction: column;
    gap: 12px;
  }
  .promo-news__item {
    flex-basis: 100%;
  }
  .promo-news__year {
    font-size: 0.8125rem;
  }
}
.promo-pop__desc {
  max-width: 1000px;
  margin: 0 auto 20px;
  line-height: 1.8;
}
.promo-pop__notice {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 12px 0;
}
.promo-pop__notice-label {
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.75em 0.45em 0.75em;
  border: solid 1px #333;
  border-radius: 3.5em;
  display: inline-block;
}
.promo-pop__notice-list {
  margin-left: 15px;
  padding-left: 1.2em;
  font-size: 0.8125rem;
  line-height: 1.38;
  color: #575757;
}
.promo-pop__notice-list li {
  padding-bottom: 0.5em;
}
.promo-pop__catmenu {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 15px 0 5px 0;
  position: relative;
}
.promo-pop__catmenu:after {
  content: "";
  border: solid 12px transparent;
  border-top: solid 12px #f7eabd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 75%);
}
.promo-pop__catmenu-title {
  font-size: 1.125rem;
  color: #028739;
  margin-bottom: 10px;
}
.promo-pop__catmenu-title span {
  font-size: 0.75rem;
  color: #464646;
  font-weight: 400;
}
.promo-pop__catmenu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 0;
  list-style: none;
}
.promo-pop__catmenu-list a {
  border: 1px solid #028739;
  padding: 0.35em 0.75em 0.45em 0.75em;
  line-height: 1;
  display: inline-block;
  color: #303030;
  background: white;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: all 0.3s;
}
.promo-pop__catmenu-list a:hover {
  background: #028739;
  color: white;
  text-decoration: none;
}
.promo-pop__genre {
  max-width: 1000px;
  margin: 0 auto 15px;
  padding: 8px 12px;
  font-size: 1rem;
  color: #fff;
  background: #028739;
  scroll-margin-top: 20px;
  border-radius: 4px;
}
.promo-pop__grid {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.promo-pop__item {
  flex: 0 0 calc(20% - 13px);
}
.promo-pop__item-link {
  display: block;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
  background: #fff;
}
.promo-pop__item-link:hover {
  text-decoration: underline;
  background: #f5faf0;
  color: #028739;
}
.promo-pop__item-name {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 8px;
}
.promo-pop__item-thumb {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
}
.promo-pop__item-thumb img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  max-width: 180px;
  max-height: 180px;
  margin: 0 auto;
}
.promo-pop__item-type {
  z-index: 3;
  width: 5.5em;
  height: 5.5em;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.35em;
}
.promo-pop__item-type em {
  position: absolute;
  width: 100%;
  font-style: normal;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-45%);
}
.promo-pop__item-type--pop {
  background: rgba(230, 146, 0, 0.85);
}
.promo-pop__item-type--flyer {
  background: rgba(26, 75, 148, 0.85);
}
.promo-pop__item-type--pcard {
  background: rgba(220, 102, 135, 0.85);
}
.promo-pop__item-size {
  font-size: 0.6875rem;
  color: #737373;
}

@media (max-width: 767px) {
  .promo-pop__grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .promo-pop__list {
    grid-template-columns: 1fr;
  }
  .promo-pop__item {
    flex-basis: calc(50% - 8px);
  }
  .promo-pop__item-thumb img {
    max-width: 100%;
    max-height: inherit;
    height: auto;
  }
}

/*# sourceMappingURL=btob.css.map */
