* {
  margin: 0;
  padding: 0;
}

/* 共通 */
/* アンダーバー */
.under-bar {
  width: 279px;
  height: 2px;
  background-color: #d6371a;
}

/* ヘッダータイトル */
.common-header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* セクションのtop、bottomのpadding */
.common-section {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* 全体のレイアウト */
.ulp_all-content-layout {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  width: 375px;
  margin: auto 0;
}

/* メインエリア */
.main-area {
  position: relative;
  max-width: 375px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
}

#wrap_page .main-header-image-background {
  margin-top: 56px;
  height: 150px;
}

.d-point-acceptance-mark {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 43px;
  height: 43px;
}

.main-title-big-font {
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-weight: 800;
  color: #313131;
  text-align: center;
  line-height: 1.3;
}

.main-title-small-font {
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 800;
  color: #313131;
}

.main-content-area {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.all-max-d-point-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 9px;
  margin-top: 8px;
  padding-bottom: 14px;
}

.all-max-d-point-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
  text-align: center;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}

.all-d-point-font {
  font-family: "Noto Sans JP";
  font-size: 48px;
  font-weight: 800;
  color: #d6371a;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}

.all-d-point-unit-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #3e3e3e;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}

.all-d-point-get-font {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke fill;
}

.target-product-image-and-terms-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 28px;
  padding-top: 21px;
}

.target-product-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.target-product-image-and-point-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 31px;
}

.main-image-background {
  position: relative;
  width: 154px;
  height: auto;
}

.main-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.target-product-unit-area {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.target-product-text-font {
  font-family: "Noto Sans JP";
  width: 100px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
  background: linear-gradient(transparent 60%, #fdd6cf 60%);
}

.target-product-per-one-text-font {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
  background: linear-gradient(transparent 60%, #fdd6cf 60%);
}

.target-point-unit-font {
  font-family: "Noto Sans JP";
  font-size: 72px;
  font-weight: 800;
  line-height: 1.3;
  color: #d6371a;
}

.target-give-point-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 72px;
}

.target-give-point-unit-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.target-give-point-unit-font {
  font-family: "Noto Sans JP";
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #3e3e3e;
}

.target-give-point-text-font {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
}

.target-product-cation-font {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #3e3e3e;
}

.extra-bold-font {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  color: #3e3e3e;
}

.red-text {
  color: #d6371a;
}

.bold-font {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #3e3e3e;
}

.campaign-terms-area {
  width: 335px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  z-index: 2;
}

.campaign-terms-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  line-height: 105%;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.campaign-terms-start-end-font {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 800;
  color: #313131;
  text-align: center;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 12px;
}

/* 対象商品～主催者までの全体の並び */
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-top: 24px;
}

/* 対象商品 */
.target-product-section {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 279px;
}

.target-product-title-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #564040;
  margin-bottom: 8px;
}

.target-product-image-area {
  display: flex;
  justify-content: center;
}

.target-product-image-background {
  position: relative;
  width: 100%;
  max-width: 279px;
}

.target-product-image {
  max-width: 279px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.target-product-description-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.description-font {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  color: #564040;
  line-height: 1.2;
}

.target-product-description-area .description-font {
  padding-left: 1em;
  text-indent: -1em;
}

.p-link {
  color: #2c9aff;
  text-decoration: underline;
}

/* キャンペーン詳細 */
.campaign-detail-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 279px;
}

.common-section .title-font {
  position: relative;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #564040;
  padding-bottom: 8px;
}

.common-section .title-font:after {
  content: "";
  position: absolute;
  background: #d6371a;
  border-radius: 2px;
  width: 279px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.about-product-and-participation-procedure-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 商品について */
.about-product-section {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 279px;
}

.about-product-title-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #564040;
}

.about-product-image-background {
  position: relative;
  width: 279px;
  height: auto;
}

.about-product-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 参加方法（手順） */
.participation-procedure-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 279px;
}

.participation-procedure-title-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #564040;
}

.participation-procedure-step-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
}

.step-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #564040;
  text-align: center;
  width: 279px;
  background-color: #ffd8d2;
  padding-top: 6px;
  padding-bottom: 6px;
}

.step-title-font {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 800;
  color: #564040;
  width: 259px;
  text-align: center;
}

.step-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
}

.step-1-and-2-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
}

.step-one-image {
  width: 25px;
  height: 59px;
}

.step-two-image {
  width: 157px;
  height: 43px;
}

.step-three-image {
  width: 176px;
  height: 44px;
}

.step-4-term-font {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 800;
  color: #564040;
}

.step-four-image {
  width: 49px;
  height: 49px;
}

/* 利用規約 */
.terms-of-service-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 279px;
}

.terms-of-service-title-font {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 800;
  color: #564040;
}

.terms-of-service-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.check-detail-button {
  position: relative;
  width: 280px;
  height: 48px;
  border: none;
  border-radius: 30px;
  background-color: #d6371a;
}

.check-detail-button-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  height: 24px;
  font-size: 16px;
  color: #ffffff;
}

.check-detail-button-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 20px;
  height: 20px;
}

/* 主催者 */
.organizer-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  width: 279px;
}

.organizer-name-font {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  color: #564040;
}

/* キャンペーンに参加するボタン */
.participate-button-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.campaign-participate-button {
  width: 375px;
  height: 52px;
  border: none;
  background-color: #d6371a;
  padding-right: 24px;
  padding-left: 24px;
}

.campaign-participate-button-text {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
