html,
body {
  overflow-x: hidden;
}

.tab-10th-campaign,
.tab-10th-campaign * {
  box-sizing: border-box;
}

@media (max-width: 820px) {
  .tab-10th-campaign {
    max-width: 100%;
    overflow-x: hidden;
  }

  .tab-10th-campaign__wrap,
  .tab-10th-campaign__set,
  .tab-10th-campaign__set-head,
  .tab-10th-campaign__products {
    max-width: 100%;
  }

  .tab-10th-campaign img {
    max-width: 100%;
    height: auto;
  }
}

.tab-10th-campaign {
  --red: #d80f22;
  --deep-red: #b90015;
  --ink: #262626;
  --muted: #666;
  --line: #e8d7d7;
  --soft: #fff6f6;
  --paper: #fff;
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}

.tab-10th-campaign * {
  box-sizing: border-box;
}

.tab-10th-campaign a {
  color: inherit;
  text-decoration: none;
}

.tab-10th-campaign img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tab-10th-campaign__wrap {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px 64px;
}

.tab-10th-campaign__hero {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.tab-10th-campaign__hero picture,
.tab-10th-campaign__hero img {
  display: block;
  width: 100%;
}

.tab-10th-campaign__intro {
  padding: 34px 0 18px;
  text-align: center;
}

.tab-10th-campaign__badge {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  line-height: 1.25;
  margin-bottom: 18px;
  text-align: center;
  width: 88px;
}

.tab-10th-campaign__title {
  color: var(--red);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0 0 12px;
}

.tab-10th-campaign__note {
  color: var(--muted);
  font-size: 15px;
  margin: 0;
}

.tab-10th-campaign__nav {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 33px auto 95px;
  max-width: 1200px;
}

.tab-10th-campaign__nav-card {
  border: 0;
  display: grid;
  gap: 0;
  justify-items: center;
  padding: 0;
  text-align: center;
}

.tab-10th-campaign__nav-card img {
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  max-width: 271px;
}

.tab-10th-campaign__nav-card span {
  color: var(--red);
  display: inline-block;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  margin-top: -14px;
}

.tab-10th-campaign__nav-card_small {
  font-size: 60px !important;
  margin-top: 0 !important;
}

.tab-10th-campaign__set {
  border: 2px solid var(--red);
  border-radius: 8px;
  margin: 0 auto 32px;
  max-width: 760px;
  overflow: hidden;
}

.tab-10th-campaign__set-head {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 104px minmax(104px, 150px) minmax(0, 1fr) 78px;
  padding: 20px 24px 18px;
}

.tab-10th-campaign__set-mark {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: 900;
  height: 94px;
  justify-content: center;
  line-height: 1.05;
  text-align: center;
  width: 94px;
}

.tab-10th-campaign__set-mark small {
  font-size: 14px;
}

.tab-10th-campaign__set-mark strong {
  font-size: 50px;
}

.tab-10th-campaign__set-visual img {
  max-height: 132px;
  object-fit: contain;
  width: 100%;
}

.tab-10th-campaign__set-visual-b img {
  max-width: 256px;
  max-height: none;
}

.tab-10th-campaign__set-visual-c img {
  max-width: 234px;
  max-height: none;
}

.tab-10th-campaign__set-visual-d img {
  max-width: 177px;
  max-height: none;
}

.tab-10th-campaign__set-name {
  color: var(--red);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.28;
  margin: 0 0 7px;
}

.tab-10th-campaign__items {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
}

.tab-10th-campaign__items li::before {
  color: var(--red);
  content: "●";
  font-size: 11px;
  margin-right: 8px;
}

.tab-10th-campaign__price {
  color: var(--red);
  font-weight: 900;
  line-height: 1.25;
}

.tab-10th-campaign__price span {
  display: block;
  font-size: 12px;
}

.tab-10th-campaign__price strong {
  font-size: 34px;
}

.tab-10th-campaign__off {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 62px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-12deg);
  width: 62px;
}

.tab-10th-campaign__products {
  display: grid;
  gap: 18px;
  padding: 38px 34px 12px;
}

.tab-10th-campaign__product {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(170px, 34%) minmax(0, 1fr);
  margin-bottom: 68px;
}

.tab-10th-campaign__product-main {
  align-self: stretch;
  align-items: center;
  display: flex;
  justify-content: center;
}

.tab-10th-campaign__product-main img {
  aspect-ratio: auto;
  max-height: 494px;
  object-fit: contain;
  width: 100%;
}

.tab-10th-campaign__product-main-c img {
  max-width: 411px;
  max-height: none;
}

.tab-10th-campaign__product-main-c_02 img {
  max-width: 306px;
  max-height: none;
}

.tab-10th-campaign__product-main-d img {
  max-width: 400px;
  max-height: none;
}

.tab-10th-anniversary-a_01 {
  max-width: 317px;
  max-height: none;
}

.tab-10th-anniversary-a_02 {
  max-width: 315px;
  max-height: none;
}

.tab-10th-anniversary-a_02 img {
  max-height: 341px;
}

.tab-10th-anniversary-a_03 {
  max-width: 298px;
  max-height: none;
}

.tab-10th-anniversary-a_03 img {
  max-height: 577px;
}

.tab-10th-anniversary-b_01 {
  max-width: 356px;
}

.tab-10th-campaign__product-title {
  color: #555;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: var(--ff-accent);
}

.tab-10th-campaign__product-title_small {
  font-size: 36px;
}

.tab-10th-campaign__product-title--with-icon {
  align-items: center;
  display: flex;
  gap: 10px;
}

.tab-10th-campaign__product-title--with-icon span {
  min-width: 0;
  font-family: var(--ff-accent);
}

.tab-10th-campaign__mij {
  flex: 0 0 auto;
  height: auto;
  width: 85px;
}

.tab-10th-campaign__product-sub {
  color: var(--muted);
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 8px;
}

.tab-10th-campaign__product-sub span {
  font-size: 18px;
  font-weight: normal;
}

.tab-10th-campaign__product-text {
  color: #4d4d4d;
  font-size: 24px;
  line-height: 1.55;
  margin: 0 0 29px;
}

.tab-10th-campaign__gallery {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
}

.tab-10th-campaign__gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.tab-10th-campaign__set-summary {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 4px 34px 0;
  padding: 14px 0 0;
}

.tab-10th-campaign__set-summary-title {
  color: var(--red);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 2px;
}

.tab-10th-campaign__set-summary-regular {
  color: #777;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 2px;
}

.tab-10th-campaign__set-summary-price {
  color: var(--red);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.tab-10th-campaign__set-summary-price span {
  font-size: 12px;
  margin-left: 2px;
}

.tab-10th-campaign__set-summary-off {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-12deg);
  width: 48px;
}

.tab-10th-campaign__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 10px 34px 24px;
  padding-top: 0;
}

.tab-10th-campaign__qty {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
}

.tab-10th-campaign__qty-select {
  appearance: auto;
  -webkit-appearance: menulist;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 10px;
  color: var(--ink);
  font: inherit;
  min-height: 28px;
  min-width: 52px;
  padding: 3px 10px;
}

.tab-10th-campaign__button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: normal;
  justify-content: center;
  min-height: 28px;
  min-width: 108px;
  padding: 5px 12px;
}

.tab-10th-campaign__button--sub {
  background: #fff;
  border: 1px solid #bbb;
  color: #555;
}

.tab-10th-campaign__button--cart {
  background: #555;
  color: #fff;
}

.tab-10th-campaign__button--cart:hover {
  background: var(--deep-red);
}

#set-a .tab-10th-campaign__set-summary--purchase {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 34px 26px;
  padding: 18px 0 0;
}

#set-a .tab-10th-campaign__set-summary-title-row {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 0 4px;
}

#set-a .tab-10th-campaign__set-summary-title {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

#set-a .tab-10th-campaign__set-summary-regular {
  color: #666;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 2px;
}

#set-a .tab-10th-campaign__set-summary-price {
  align-items: baseline;
  color: var(--red);
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 900;
  gap: 3px;
  line-height: 1.1;
  margin: 0;
}

#set-a .tab-10th-campaign__set-summary-price strong {
  font-size: 42px;
  line-height: 1;
}

#set-a .tab-10th-campaign__set-summary-price span {
  font-size: 18px;
}

#set-a .tab-10th-campaign__set-summary-off {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  transform: rotate(-12deg);
  width: 92px;
}

#set-a .tab-10th-campaign__actions--summary {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 6px;
}

#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__qty-select {
  min-height: 36px;
  min-width: 100px;
  padding: 4px 10px;
}

#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
  min-height: 36px;
  min-width: 190px;
}

.tab-10th-campaign__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#set-a .tab-10th-campaign__set-head {
  grid-template-columns: 178px minmax(210px, 280px) minmax(0, 1fr) 100px;
  gap: 24px;
  padding: 34px 38px;
}

#set-a .tab-10th-campaign__set-mark--image {
  width: 178px;
}

#set-a .tab-10th-campaign__set-visual img {
  max-height: none;
}

#set-a .tab-10th-campaign__set-name {
  font-size: 20px;
  margin: 0 0 8px;
}

#set-a .tab-10th-campaign__items {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 10px;
}

#set-a .tab-10th-campaign__regular-price {
  color: #666;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 4px;
}

#set-a .tab-10th-campaign__price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

#set-a .tab-10th-campaign__price span {
  display: inline;
  font-size: 18px;
}

#set-a .tab-10th-campaign__price strong {
  font-size: 36px;
  line-height: 1;
}

#set-a .tab-10th-campaign__head-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 14px;
}

#set-a .tab-10th-campaign__head-actions .tab-10th-campaign__qty-select {
  min-height: 34px;
  min-width: 96px;
}

#set-a .tab-10th-campaign__head-actions .tab-10th-campaign__button {
  min-height: 34px;
  min-width: 180px;
}

#set-a .tab-10th-campaign__off {
  font-size: 18px;
  height: 92px;
  width: 92px;
}

#set-a .tab-10th-campaign__actions--hidden-head {
  display: none;
}

@media (max-width: 820px) {
  .tab-10th-campaign__set-head,
  .tab-10th-campaign__product {
    grid-template-columns: 1fr;
  }

  .tab-10th-campaign__nav-card {
    gap: 25px;
  }

  #set-a .tab-10th-campaign__set-head {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  #set-a .tab-10th-campaign__set-mark--image {
    width: 120px;
  }

  #set-a .tab-10th-campaign__set-visual img {
    max-height: 180px;
    margin: 0 auto;
  }

  #set-a .tab-10th-campaign__price,
  #set-a .tab-10th-campaign__head-actions {
    justify-content: center;
  }

  #set-a .tab-10th-campaign__head-actions {
    flex-wrap: wrap;
  }

  .tab-10th-campaign__set-head {
    text-align: center;
  }

  .tab-10th-campaign__set-mark,
  .tab-10th-campaign__off {
    margin: 0 auto;
  }

  .tab-10th-campaign__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab-10th-campaign__set-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .tab-10th-campaign__set-summary-off {
    margin: 0 auto;
  }

  .tab-10th-campaign__product-main img {
    max-height: 280px;
    margin: 0 auto;
    width: min(72vw, 320px);
  }

  .tab-10th-campaign__product-text {
    font-size: 14px;
  }

  .tab-10th-campaign__product-sub {
    color: var(--muted);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
  }

  .tab-10th-campaign__product-sub span {
    font-size: 16px;
    font-weight: normal;
  }

  .tab-10th-campaign__product-title,
  .tab-10th-campaign__product-sub,
  .tab-10th-campaign__product-text {
    text-align: left;
  }

  .tab-10th-campaign__product-title_small {
    font-size: 25px;
  }
}

@media (max-width: 520px) {
  .tab-10th-campaign__wrap {
    padding: 0 14px 40px;
  }

  .tab-10th-campaign__nav {
    gap: 25px;
  }

  .tab-10th-campaign__set-head,
  .tab-10th-campaign__products {
    padding: 22px 16px;
  }

  .tab-10th-campaign__set-name {
    font-size: 22px;
  }

  .tab-10th-campaign__items {
    font-size: 12px;
  }

  .tab-10th-campaign__product {
    gap: 16px;
  }

  .tab-10th-campaign__product-title {
    font-size: 30px;
  }

  .tab-10th-campaign__product-title--with-icon {
    gap: 8px;
  }

  .tab-10th-campaign__mij {
    width: 50px;
  }

  .tab-10th-campaign__gallery {
    gap: 5px;
  }

  .tab-10th-campaign__set-summary {
    margin: 4px 16px 0;
  }

  .tab-10th-campaign__actions {
    margin: 10px 16px 22px;
  }

  .tab-10th-campaign__qty,
  .tab-10th-campaign__button {
    width: 100%;
  }

  .tab-10th-campaign__qty-select {
    flex: 1;
  }
}

.tab-10th-campaign__set-mark--image {
  background: transparent;
  height: auto;
  width: 102px;
}

.tab-10th-campaign__set-mark--image img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 820px) {
  .tab-10th-campaign__set-mark--image {
    margin: 0 auto;
  }
}

.tab-10th-campaign__intro {
  align-items: center;
  column-gap: 8px;
  display: grid;
  grid-template-columns: 370px max-content 150px;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 20px 26px;
  text-align: left;
}

.tab-10th-campaign__intro-badge {
  align-self: start;
  margin-top: -2px;
}

.tab-10th-campaign__intro-badge img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 438px;
}

.tab-10th-campaign__intro-body {
  min-width: 0;
}

.tab-10th-campaign__intro .tab-10th-campaign__title {
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.25;
  margin: 0 0 6px;
  font-weight: normal;
  margin-top: 30px;
}

.tab-10th-campaign__present-copy {
  background: var(--red);
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 6px;
  padding: 4px 10px;
}

.tab-10th-campaign__intro .tab-10th-campaign__note {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
}

.tab-10th-campaign__intro-present img {
  display: block;
  height: auto;
  margin-left: 0;
  max-width: 100%;
  transform: translateX(-24px);
  width: 176px;
}

@media (max-width: 820px) {
  .tab-10th-campaign__intro {
    gap: 12px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0 20px 24px;
    text-align: center;
  }

  .tab-10th-campaign__intro-badge img {
    width: min(438px, 86vw);
  }

  .tab-10th-campaign__intro-present img {
    margin: 0 auto;
    transform: none;
    width: 190px;
  }
}

@media (max-width: 520px) {
  .tab-10th-campaign__present-copy {
    font-size: 14px;
    padding: 7px 10px;
  }

  .tab-10th-campaign__intro .tab-10th-campaign__note {
    font-size: 13px;
  }
}

.tab-10th-campaign__set-mark--image {
  background: transparent;
  height: auto;
  width: 94px;
}

.tab-10th-campaign__set-mark--image img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 820px) {
  .tab-10th-campaign__set-mark--image {
    margin: 0 auto;
  }
}

.tab-10th-campaign #set-a .tab-10th-campaign__set-visual img {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 820px) {
  .tab-10th-campaign #set-a .tab-10th-campaign__set-visual img {
    margin: 0 auto;
    max-width: 230px;
  }
}

/* Set A header: align with Illustrator layout */
#set-a.tab-10th-campaign__set {
  max-width: 1200px;
}

#set-a .tab-10th-campaign__set-head {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 261px 236px minmax(260px, 1fr) 112px;
  padding: 30px 34px;
}

#set-a .tab-10th-campaign__set-mark--image {
  background: transparent;
  height: auto;
  width: 261px;
}

#set-a .tab-10th-campaign__set-mark--image img {
  display: block;
  height: auto;
  width: 100%;
}

#set-a .tab-10th-campaign__set-visual {
  width: 236px;
}

#set-a .tab-10th-campaign__set-visual img {
  display: block;
  object-fit: contain;
  width: 100%;
}

#set-a .tab-10th-campaign__set-name {
  color: var(--red);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 6px;
  white-space: nowrap;
}

#set-a .tab-10th-campaign__items {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.45;
  margin: 0 0 10px;
  padding: 0;
}

#set-a .tab-10th-campaign__items li {
  white-space: nowrap;
}

#set-a .tab-10th-campaign__items li::before {
  color: var(--red);
  font-size: 15px;
  margin-right: 7px;
}

#set-a .tab-10th-campaign__regular-price {
  color: #666;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 3px;
  white-space: nowrap;
}

#set-a .tab-10th-campaign__price {
  align-items: baseline;
  color: var(--red);
  display: flex;
  flex-wrap: nowrap;
  font-weight: 900;
  gap: 4px;
  line-height: 1.1;
  white-space: nowrap;
}

#set-a .tab-10th-campaign__price span {
  display: inline;
  font-size: 30px;
  font-weight: normal;
}

#set-a .tab-10th-campaign__price strong {
  font-size: 54px;
  line-height: 1;
}

#set-a .tab-10th-campaign__head-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-top: 14px;
}

#set-a .tab-10th-campaign__head-actions .tab-10th-campaign__qty-select {
  min-height: 45px;
  min-width: 134px;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

#set-a .tab-10th-campaign__head-actions .tab-10th-campaign__button {
  min-height: 45px;
  min-width: 233px;
}

#set-a .tab-10th-campaign__off {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-size: 32px;
  height: 143px;
  justify-self: end;
  line-height: 1.05;
  width: 143px;
}

#set-a .tab-10th-campaign__off span {
  font-size: 22px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price {
  align-items: baseline;
  display: inline-flex;
  font-size: 30px;
  gap: 1px;
  line-height: 1;
  white-space: nowrap;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price span {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-label {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-top: 4px;
}

#set-a .tab-10th-campaign__actions--hidden-head {
  display: none;
}

@media (max-width: 960px) {
  #set-a.tab-10th-campaign__set {
    max-width: 760px;
  }

  #set-a .tab-10th-campaign__set-head {
    grid-template-columns: 150px 190px minmax(220px, 1fr) 86px;
    gap: 18px;
    padding: 24px;
  }

  #set-a .tab-10th-campaign__set-mark--image {
    width: 150px;
  }

  #set-a .tab-10th-campaign__set-name {
    font-size: 18px;
  }

  #set-a .tab-10th-campaign__items,
  #set-a .tab-10th-campaign__regular-price,
  #set-a .tab-10th-campaign__price span {
    font-size: 14px;
  }

  #set-a .tab-10th-campaign__price strong {
    font-size: 32px;
  }

  #set-a .tab-10th-campaign__off {
    font-size: 14px;
    height: 72px;
    width: 72px;
  }
}

@media (max-width: 820px) {
  #set-a .tab-10th-campaign__set-head {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  #set-a .tab-10th-campaign__set-mark--image {
    width: 150px;
  }

  #set-a .tab-10th-campaign__set-visual img {
    max-width: 250px;
  }

  #set-a .tab-10th-campaign__price,
  #set-a .tab-10th-campaign__head-actions {
    justify-content: center;
  }

  #set-a .tab-10th-campaign__head-actions {
    flex-wrap: wrap;
  }

  #set-a .tab-10th-campaign__off {
    justify-self: center;
  }
}

.tab-10th-campaign__product-link {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin: 33px 0 0;
}

.tab-10th-campaign__product-link a {
  color: #777;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tab-10th-campaign__product-link a:hover {
  color: var(--red);
}

/* A枠下部の購入エリア */
#set-a .tab-10th-campaign__set-summary--purchase {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 34px 26px;
  padding: 0;
  text-align: left;
}

#set-a .tab-10th-campaign__set-summary-main {
  min-width: 0;
}

#set-a .tab-10th-campaign__set-summary-title-row {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 0 4px;
}

#set-a .tab-10th-campaign__set-summary-title {
  color: var(--red);
  font-size: 45px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

#set-a .tab-10th-campaign__set-summary-regular {
  color: #666;
  font-size: 29px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 2px;
}

#set-a .tab-10th-campaign__set-summary-price {
  align-items: baseline;
  color: var(--red);
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: normal;
  gap: 3px;
  line-height: 1.1;
  margin: 0;
}

#set-a .tab-10th-campaign__set-summary-price strong {
  font-size: 52px;
  line-height: 1;
}

#set-a .tab-10th-campaign__set-summary-price span {
  font-size: 26px;
}

#set-a .tab-10th-campaign__set-summary-off {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 900;
  height: 102px;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  transform: rotate(-12deg);
  width: 102px;
}

#set-a .tab-10th-campaign__set-summary-off span {
  font-size: 22px;
}

#set-a .tab-10th-campaign__actions--summary {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 6px;
}

#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__qty,
#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
  width: auto;
}

#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__qty-select {
  min-height: 45px;
  min-width: 134px;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

#set-a .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
  min-height: 45px;
  min-width: 233px;
}

@media (max-width: 820px) {
  .tab-10th-campaign__product-link {
    font-size: 14px;
  }

  #set-a .tab-10th-campaign__set-summary--purchase {
    grid-template-columns: 1fr;
    margin: 0 20px 24px;
    text-align: center;
  }

  #set-a .tab-10th-campaign__set-summary-title {
    font-size: 23px;
  }

  #set-a .tab-10th-campaign__set-summary-regular {
    font-size: 17px;
  }

  #set-a .tab-10th-campaign__set-summary-price {
    font-size: 16px;
  }

  #set-a .tab-10th-campaign__set-summary-price strong {
    font-size: 30px;
  }

  #set-a .tab-10th-campaign__set-summary-price span {
    font-size: 17px;
  }

  #set-a .tab-10th-campaign__set-summary-title-row,
  #set-a .tab-10th-campaign__set-summary-price,
  #set-a .tab-10th-campaign__actions--summary {
    justify-content: center;
  }

  #set-a .tab-10th-campaign__actions--summary {
    flex-wrap: wrap;
  }

  #set-a .tab-10th-campaign__set-summary-off {
    font-size: 16px;
    height: 72px;
    width: 72px;
  }
}

/* A枠上部: OFF丸と購入ボタンの位置調整 */
#set-a .tab-10th-campaign__head-actions {
  justify-content: flex-start;
  margin-left: 82px;
  margin-top: 18px;
}

#set-a .tab-10th-campaign__off {
  align-self: center;
  height: 102px;
  justify-self: start;
  margin-left: -18px;
  margin-top: -18px;
  width: 102px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price {
  font-size: 24px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price span {
  font-size: 18px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-label {
  font-size: 24px;
  margin-top: 3px;
}

@media (max-width: 1150px) {
#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price {
  font-size: 16px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-price span {
  font-size: 16px;
}

#set-a .tab-10th-campaign__off .tab-10th-campaign__off-label {
  font-size: 16px;
}
}

@media (max-width: 960px) {
  #set-a .tab-10th-campaign__head-actions {
    margin-left: 0;
  }

  #set-a .tab-10th-campaign__off {
    height: 72px;
    margin-left: 0;
    margin-top: 0;
    width: 72px;
  }
}

/* B-D枠をA枠のレイアウト基準に合わせる */
:is(#set-b, #set-c, #set-d).tab-10th-campaign__set {
  max-width: 1200px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-head {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 261px 236px minmax(260px, 1fr) 112px;
  padding: 30px 34px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-mark--image {
  background: transparent;
  height: auto;
  width: 261px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-mark--image img,
:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-visual img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-visual {
  width: 236px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-name {
  color: var(--red);
  font-size: 28px;
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 6px;
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__items {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.45;
  margin: 0 0 10px;
  padding: 0;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__items li {
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__items li::before {
  color: var(--red);
  font-size: 15px;
  margin-right: 7px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__regular-price {
  color: #666;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 3px;
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__price {
  align-items: baseline;
  color: var(--red);
  display: flex;
  flex-wrap: nowrap;
  font-weight: 900;
  gap: 4px;
  line-height: 1.1;
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__price span {
  display: inline;
  font-size: 30px;
  font-weight: normal;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__price strong {
  font-size: 54px;
  line-height: 1;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-start;
  margin-left: 82px;
  margin-top: 18px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions .tab-10th-campaign__qty-select {
  font-size: 18px;
  font-weight: normal;
  min-height: 45px;
  min-width: 134px;
  padding: 4px 16px;
  text-align: center;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions .tab-10th-campaign__button {
  min-height: 45px;
  min-width: 233px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off {
  align-items: center;
  align-self: center;
  display: inline-flex;
  flex-direction: column;
  height: 102px;
  justify-self: start;
  line-height: 1.05;
  margin-left: -18px;
  margin-top: -18px;
  width: 102px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-price {
  align-items: baseline;
  display: inline-flex;
  font-size: 24px;
  gap: 1px;
  line-height: 1;
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-price span {
  display: inline-block;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-label {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-top: 3px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary--purchase {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0 34px 26px;
  padding: 18px 0 0;
  text-align: left;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title-row {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 0 4px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title {
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-regular {
  color: #666;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 2px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price {
  align-items: baseline;
  color: var(--red);
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 900;
  gap: 3px;
  line-height: 1.1;
  margin: 0;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price strong {
  font-size: 42px;
  line-height: 1;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price span {
  font-size: 18px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-off {
  align-items: center;
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  transform: rotate(-12deg);
  width: 92px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin: 0;
  padding: 0 0 6px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty,
:is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
  width: auto;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty-select {
  font-size: 18px;
  font-weight: normal;
  min-height: 45px;
  min-width: 134px;
  padding: 4px 16px;
  text-align: center;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
  min-height: 45px;
  min-width: 233px;
}

@media (max-width: 1150px) {
:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-price {
  font-size: 16px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-price span {
  font-size: 16px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__off .tab-10th-campaign__off-label {
  font-size: 16px;
}
}

@media (max-width: 960px) {
  :is(#set-b, #set-c, #set-d).tab-10th-campaign__set {
    max-width: 760px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-head {
    gap: 18px;
    grid-template-columns: 150px 190px minmax(220px, 1fr) 86px;
    padding: 24px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-mark--image {
    width: 150px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-name,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__items,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__regular-price,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price span {
    font-size: 14px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price strong {
    font-size: 32px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions {
    margin-left: 0;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__off {
    height: 72px;
    margin-left: 0;
    margin-top: 0;
    width: 72px;
  }
}

@media (max-width: 820px) {
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-head,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary--purchase {
    grid-template-columns: 1fr;
    text-align: center;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-head {
    justify-items: center;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-visual img {
    max-width: 250px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title {
    font-size: 23px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price {
    font-size: 16px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title-row,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary {
    justify-content: center;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__actions--summary {
    flex-wrap: wrap;
  }
}

/* B-D枠下部をA枠下部と同じサイズに揃える */
:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary--purchase {
  margin: 0 34px 26px;
  padding: 0;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-main {
  min-width: 0;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title {
  font-size: 45px;
  font-weight: normal;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-regular {
  font-size: 29px;
  font-weight: normal;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price {
  font-weight: normal;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price strong {
  font-size: 52px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price span {
  font-size: 26px;
}

:is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-off {
  font-size: 32px;
  height: 143px;
  width: 143px;
}

@media (max-width: 820px) {
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-title {
    font-size: 23px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-regular {
    font-size: 17px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary--purchase {
    margin: 0 20px 24px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-off {
    font-size: 16px;
    height: 72px;
    width: 72px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price strong {
    font-size: 30px;
  }

  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-summary-price span {
    font-size: 17px;
  }
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  width: calc(100% + 80px);
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note li {
  padding-left: 1em;
  position: relative;
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note li + li {
  margin-top: 4px;
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note + .tab-10th-campaign__head-actions {
  margin-top: 18px;
}

:is(#set-c, #set-d) .tab-10th-campaign__actions--summary {
  display: grid;
  gap: 14px 18px;
  grid-template-columns: auto auto;
  justify-content: end;
}

:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  grid-column: 1 / -1;
  line-height: 1.55;
  list-style: none;
  margin: 0;
  max-width: 520px;
  padding: 0;
  text-align: left;
}

:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note li {
  padding-left: 1em;
  position: relative;
}

:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note li + li {
  margin-top: 4px;
}

:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 820px) {
  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__set-small-note {
    width: 100%;
    text-align: left;
  }
}

:is(#set-c, #set-d) .tab-10th-campaign__off {
  margin-top: -96px;
}

#set-d .tab-10th-campaign__off {
  margin-top: -158px;
}

@media (max-width: 960px) {
  :is(#set-c, #set-d) .tab-10th-campaign__off {
    margin-top: 0;
  }
}

/* 数量セレクトの上下矢印を実際に操作できるボタンにする */
.tab-10th-campaign__qty {
  position: relative;
}

.tab-10th-campaign__qty-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  padding-right: 36px !important;
}

.tab-10th-campaign__qty-stepper {
  bottom: 7px;
  display: grid;
  gap: 2px;
  grid-template-rows: 1fr 1fr;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 24px;
}

.tab-10th-campaign__qty-step {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  min-height: 0;
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 24px;
}

.tab-10th-campaign__qty-step::before {
  border-color: #777;
  border-style: solid;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 7px;
}

.tab-10th-campaign__qty-step--up::before {
  border-width: 1.5px 0 0 1.5px;
  bottom: 0;
}

.tab-10th-campaign__qty-step--down::before {
  border-width: 0 1.5px 1.5px 0;
  top: 0;
}

.tab-10th-campaign__qty-step:hover::before {
  border-color: var(--red);
}

/* C/D下部の数量枠をステッパー位置まで広げる */
:is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty {
  width: 190px;
}

:is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty-select {
  width: 100%;
}

:is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty-stepper {
  right: 12px;
}

/* Cセット上部の左側画像位置をA/Bに合わせる */
#set-c .tab-10th-campaign__set-mark--image,
#set-c .tab-10th-campaign__set-visual-c {
  transform: translateY(-88px);
}

@media (max-width: 960px) {
  #set-c .tab-10th-campaign__set-mark--image,
  #set-c .tab-10th-campaign__set-visual-c {
    transform: none;
  }
}

/* Dセット上部の左側画像位置をA/Bに合わせる */
#set-d .tab-10th-campaign__set-mark--image,
#set-d .tab-10th-campaign__set-visual-d {
  transform: translateY(-52px);
}

@media (max-width: 960px) {
  #set-d .tab-10th-campaign__set-mark--image,
  #set-d .tab-10th-campaign__set-visual-d {
    transform: none;
  }
}

/* スマホ時はOFFアイコンを価格の右上へ移動 */
@media (max-width: 820px) {
  .tab-10th-campaign__set-head {
    position: relative;
  }

  .tab-10th-campaign__set-head > .tab-10th-campaign__off,
  #set-a .tab-10th-campaign__set-head > .tab-10th-campaign__off,
  #set-b .tab-10th-campaign__set-head > .tab-10th-campaign__off {
    justify-self: end;
    margin: -384px 4px 18px 0;
    position: relative;
    z-index: 2;
  }

  #set-c .tab-10th-campaign__set-head > .tab-10th-campaign__off {
    justify-self: end;
    margin: -775px 4px 18px 0;
    position: relative;
    z-index: 2;
  }

  #set-d .tab-10th-campaign__set-head > .tab-10th-campaign__off {
    justify-self: end;
    margin: -775px 4px 18px 0;
    position: relative;
    z-index: 2;
  }
}

/* PCでは改行しない */
.sp-br {
  display: none;
}

/* スマホでは改行する */
@media (max-width: 820px) {
  .sp-br {
    display: inline;
  }
}

/* PC時はカートボタンを価格の(税込)下に寄せる */
@media (min-width: 821px) {
  #set-a .tab-10th-campaign__head-actions,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions {
    justify-content: flex-end;
    margin-left: 0;
    width: calc(100% + 80px);
  }
}

.tab-10th-campaign__off_margin {
  margin-left: 0px !important;
  margin-top: -10px !important;
}

/* 960px前後でintroが横にはみ出さないよう中間幅だけ縮小 */
@media (min-width: 821px) and (max-width: 1150px) {
  .tab-10th-campaign__intro {
    column-gap: 6px;
    grid-template-columns: minmax(230px, 30vw) minmax(0, 1fr) 120px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .tab-10th-campaign__intro-badge img {
    width: min(320px, 100%);
  }

  .tab-10th-campaign__intro .tab-10th-campaign__title {
    font-size: clamp(24px, 3vw, 32px);
    margin-top: 14px;
  }

  .tab-10th-campaign__present-copy {
    box-sizing: border-box;
    font-size: 16px;
    max-width: 100%;
  }

  .tab-10th-campaign__intro .tab-10th-campaign__note {
    font-size: 15px;
    line-height: 1.45;
  }

  .tab-10th-campaign__intro-present img {
    transform: translateX(-10px);
    width: 130px;
  }
}

/* 1070px前後でセット上部の文字・価格が重ならないよう調整 */
@media (min-width: 821px) and (max-width: 1150px) {
  #set-a.tab-10th-campaign__set,
  :is(#set-b, #set-c, #set-d).tab-10th-campaign__set {
    max-width: 760px;
  }

  #set-a .tab-10th-campaign__set-head,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-head {
    gap: 12px;
    grid-template-columns: 130px 150px minmax(0, 1fr) 68px;
    padding: 20px;
  }

  #set-a .tab-10th-campaign__set-mark--image,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-mark--image {
    width: 130px;
  }

  #set-a .tab-10th-campaign__set-visual,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-visual {
    width: 150px;
  }

  #set-a .tab-10th-campaign__set-name,
  #set-a .tab-10th-campaign__items,
  #set-a .tab-10th-campaign__regular-price,
  #set-a .tab-10th-campaign__price span,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__set-name,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__items,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__regular-price,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price span {
    font-size: 13px;
  }

  #set-a .tab-10th-campaign__price,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price {
    flex-wrap: wrap;
    gap: 2px;
    white-space: normal;
  }

  #set-a .tab-10th-campaign__price strong,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__price strong {
    font-size: 30px;
  }

  #set-a .tab-10th-campaign__head-actions,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions {
    gap: 8px;
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }

  #set-a .tab-10th-campaign__head-actions .tab-10th-campaign__qty-select,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions .tab-10th-campaign__qty-select {
    font-size: 12px;
    min-height: 30px;
    min-width: 74px;
    padding: 2px 22px 2px 8px;
  }

  #set-a .tab-10th-campaign__head-actions .tab-10th-campaign__button,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__head-actions .tab-10th-campaign__button {
    font-size: 12px;
    min-height: 30px;
    min-width: 130px;
  }

  #set-a .tab-10th-campaign__off,
  :is(#set-b, #set-c, #set-d) .tab-10th-campaign__off {
    height: 68px;
    margin-left: 0;
    margin-top: 0;
    width: 68px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary {
    gap: 10px 14px;
    grid-template-columns: 112px minmax(220px, 320px);
    justify-content: end;
    max-width: 450px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
    font-size: 12px;
    line-height: 1.45;
    max-width: 360px;
    justify-self: end;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty {
    width: 112px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
    min-width: 220px;
  }
}

/* C/D下部の価格改行とボタン接触を中間幅で補正 */
@media (min-width: 821px) and (max-width: 1150px) {
  :is(#set-c, #set-d) .tab-10th-campaign__set-summary-price {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__set-summary-price strong {
    font-size: 40px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__set-summary-price span {
    font-size: 18px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary {
    column-gap: 22px;
    grid-template-columns: 130px 260px;
    max-width: 430px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
    max-width: 410px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__qty {
    width: 130px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary .tab-10th-campaign__button {
    min-width: 260px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__set-summary--purchase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__set-summary-title-row {
    justify-content: flex-start;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__actions--summary {
    grid-template-columns: 130px 260px;
    justify-content: flex-end;
    max-width: 100%;
  }

  :is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
    grid-column: 1 / -1;
    justify-self: end;
    max-width: 430px;
  }
}

/* C/Dの色指定に関する注意書きを共通で目立たせる */
:is(#set-c, #set-d) .tab-10th-campaign__set-small-note,
:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
  background: #fff5f6;
  border-left: 4px solid var(--red);
  box-sizing: border-box;
  color: #4d4d4d;
  padding: 10px 12px 10px 14px;
  font-size: 16px;
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note li,
:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note li {
  padding-left: 1.1em;
}

:is(#set-c, #set-d) .tab-10th-campaign__set-small-note li::before,
:is(#set-c, #set-d) .tab-10th-campaign__summary-small-note li::before {
  color: var(--red);
  font-weight: 900;
}

@media (max-width: 820px) {
  :is(#set-c, #set-d) .tab-10th-campaign__set-small-note,
  :is(#set-c, #set-d) .tab-10th-campaign__summary-small-note {
    padding: 9px 10px 9px 12px;
  }
}
