#body {
  padding-top: 8px;
}

#main {
  padding: 0 0 90px;
}
#main hr {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.hidden-pc {
  display: none;
}

.CampaignHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.0864197531%;
}
.CampaignHeader__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.8086419753%;
          flex: 0 0 62.8086419753%;
}
.CampaignHeader__ttl {
  letter-spacing: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 35px;
  line-height: 1.4;
  font-family: "HelveticaNeueLTStd-Th";
}

.CampaignFeatured {
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  gap: 0 3.8580246914%;
  margin: 40px 0 0;
}
.CampaignFeatured__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.898089172%;
          flex: 0 0 37.898089172%;
  text-align: center;
}
.CampaignFeatured__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.CampaignFeatured__content p {
  font-size: 14px;
  line-height: 1.6923076923;
}
.CampaignFeatured__content ul {
  margin-top: 1.2em;
}
.CampaignFeatured__content ul, .CampaignFeatured__content li {
  font-size: 11px;
  line-height: 17px;
}

.CampaignProducts {
  margin: 80px 0 0;
}
.CampaignProducts__ttl {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.03em;
}
.CampaignProducts__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  margin: 40px 0 0;
}

.CampaignCard {
  display: block;
  text-decoration: none;
}
.CampaignCard:hover {
  text-decoration: underline;
}
.CampaignCard__product {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.3636363636;
}
.CampaignCard__price {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  margin: 0.75em 0 0;
}