.summer2026-media {
  position: relative;
  display: block;
  container-type: inline-size;
}

.summer2026-media > img {
  display: block;
  width: 100%;
  height: auto;
}

.summer2026-info-zone {
  position: absolute;
  right: 4%;
  bottom: 2.2%;
  left: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .22em;
  min-width: 0;
  color: #26211f;
  line-height: 1.35;
  pointer-events: none;
}

.summer2026-target {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: .3em .75em;
  box-sizing: border-box;
  border: 1.5px solid #4d9f9b;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 4px rgba(35, 25, 23, .12);
  font-size: clamp(10px, 1.25cqw, 16px);
  font-weight: 700;
}

.summer2026-target__label {
  flex: 0 0 auto;
  margin-right: .65em;
  padding-right: .65em;
  border-right: 1px solid #77bcb7;
  color: #247e79;
  font-weight: 800;
  white-space: nowrap;
}

.summer2026-slide .summer2026-target {
  width: fit-content;
  min-width: 0;
  padding: 1em 2.5em;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
  font-size: clamp(15px, 1.5cqw, 22px);
}

@media screen and (min-width: 768px) {
  .summer2026-slide .summer2026-target {
    width: 91%;
  }
}

.summer2026-slide .summer2026-target__label {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-right: 1em;
  padding-right: 1em;
  border-right: 2px solid rgba(36, 126, 121, .45);
}

.summer2026-slide--pc .summer2026-info-zone {
  bottom: 7%;
}

.summer2026-target__names {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 0;
}

.summer2026-info__item {
  display: inline-block;
  white-space: nowrap;
}

.summer2026-info__item:not(:last-child)::after {
  content: '、';
}

.summer2026-notice {
  max-width: 100%;
  padding: .1em .5em;
  border-radius: 3px;
  background: rgba(255, 255, 255, .88);
  font-size: clamp(7px, .75cqw, 10px);
  font-weight: 600;
  text-align: center;
}

.summer2026-slide--sp .summer2026-info-zone {
  right: 5%;
  bottom: 2.5%;
  left: 5%;
  gap: .3em;
}

.summer2026-slide--sp .summer2026-target {
  padding: .6em 1.5em;
  font-size: clamp(12px, 2.7cqw, 17px);
}

.summer2026-slide--sp .summer2026-notice {
  font-size: clamp(7px, 1.45cqw, 9px);
}

.summer2026-topics .summer2026-info-zone,
.summer2026-bnr .summer2026-info-zone {
  right: 3.5%;
  bottom: 4.5%;
  left: 3.5%;
}

.summer2026-topics .summer2026-info-zone--single-line,
.summer2026-bnr .summer2026-info-zone--single-line {
  bottom: 8.5%;
}

.summer2026-topics .summer2026-target,
.summer2026-bnr .summer2026-target {
  padding: .25em .65em;
  font-size: clamp(9px, 1.75cqw, 13px);
}

.summer2026-bnr .summer2026-target {
  width: 71%;
  min-width: 56%;
  padding: .55em 1.2em;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
  font-size: clamp(11px, 2cqw, 16px);
}

.summer2026-bnr .summer2026-info-zone--single-line .summer2026-target {
  width: max-content;
  min-width: 40%;
  padding: .55em 1.2em;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
  font-size: clamp(11px, 2cqw, 16px);
}

.summer2026-bnr .summer2026-target__label {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin-right: .8em;
  padding-right: .8em;
  border-right: 1px solid rgba(36, 126, 121, .45);
}

.summer2026-topics .summer2026-notice,
.summer2026-bnr .summer2026-notice {
  font-size: clamp(6px, 1.15cqw, 9px);
}

.summer2026-bnr-wrap {
  width: min(700px, calc(100% - 40px));
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .summer2026-bnr-wrap {
    width: calc(100% - 30px);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .summer2026-slide--sp .summer2026-info-zone {
    right: 5%;
    bottom: 11.5%;
    left: 5%;
    gap: .3em;
  }

  .summer2026-slide--sp .summer2026-notice {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .summer2026-bnr .summer2026-info-zone {
    bottom: 3%;
  }

  .summer2026-topics .summer2026-info-zone--single-line,
  .summer2026-bnr .summer2026-info-zone--single-line {
    bottom: 8.5%;
  }

  .summer2026-bnr .summer2026-target {
    padding: .6em .7em;
    font-size: clamp(7px, 2.4cqw, 14px);
  }

  .summer2026-bnr .summer2026-notice {
    font-size: clamp(6px, 1.35cqw, 8px);
  }
}

@media screen and (max-width: 599px) {
  .summer2026-bnr .summer2026-target {
    padding: .4em .7em;
  }
}
