@charset "shift-JIS";

.promo-code {
  --w: 1200px;
  --orange: #ff8c00;
  --purple: #6a5acd;
  --bg: #f1f1f1;
  width: 100%;
}

.promo-code * {
  box-sizing: border-box;
}

.promo-code .b { font-weight: bold; }
.promo-code .red { color: red; }

.promo-code img {
  display: block;
  width: 100%;
  max-width: var(--w);
  height: auto;
  margin: 20px auto;
}

.promo-code .headLine_re-open {
  max-width: var(--w);
  margin: 0 auto 30px;
  padding: .7em;
  background: linear-gradient(180deg, #9a2323 0%, #5c0d0d 40%, #3a0606 100%);
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.promo-code .re-open_subtitle,
.promo-code .youkou_area,
.promo-code .youkou_area_end,
.promo-code .ribbon01-wrapper,
.promo-code .ribbon02-wrapper {
  width: 95%;
  max-width: var(--w);
  margin: 30px auto;
}

.promo-code .re-open_subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orange);
  text-align: center;
}

.promo-code .headLine_re-open_h3 {
  font-size: 16px;
  font-weight: bold;
}

.promo-code .headLine_re-open_h3::before { content: "【"; }
.promo-code .headLine_re-open_h3::after { content: "】"; }

.promo-code .ribbon01-wrapper,
.promo-code .ribbon02-wrapper {
  position: relative;
  padding: 20px 10px 35px;
  background: var(--bg);
  text-align: center;
}

.promo-code .ribbon02 {
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(180deg, #d4af37 0%, #b8860b 100%);
  border-radius: 2px 0 8px 8px;
}

.promo-code .ribbon02::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-bottom: 10px solid #8b6508;
  border-right: 10px solid transparent;
}

.promo-code .ribbon02-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--bg);
}

.promo-code p,
.promo-code li {
  font-size: 14px;
  line-height: 2;
}

.promo-code .ribbon02-text {
  margin-top: 30px;
　margin-bottom: 20px;
  font-size: 16px;
}

.promo-code .re-open_finish {
  display: block;
  font-size: 17px;
}

.promo-code .twcp_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 45px;
  padding: 0 36px;
  line-height: 1;

  color: #333;
  font-weight: bold;
  text-decoration: none;
  transform: translateY(1px);	

  background: linear-gradient(180deg, #ffe58a 0%, #d4af37 100%);
  border: 2px solid #b8860b;
  border-radius: 8px;
}

.promo-code .button-area {
  margin-top: 10px;
  margin-bottom: 15px;
}

.promo-code .youkou_area {
  padding-bottom: 20px;
  border-bottom: 1px dotted #6a6acd;
}

.promo-code ul {
  padding: 0;
  list-style: none;
}

.promo-code ol {
  padding-left: 30px;
}

.promo-code .re-open_syouhin::before,
.promo-code .re-open_jyouken_list::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #000;
}

.promo-code .re-open_syouhin::before {
  width: 10px;
  height: 10px;
  background: var(--purple);
  border-radius: 50%;
}

/* ===== エントリー要項エリア ===== */

.promo-code .youkou_area,
.promo-code .youkou_area_end {
  padding: 20px 30px;
}

.promo-code .headLine_re-open_h3 {
  margin-bottom: 12px;
}

/* 通常本文 */
.promo-code .youkou_text {
  padding-left: 32px;
}

/* 賞品内容 */
.promo-code .re-open_list {
  padding-left: 15px;
}

/* エントリー条件 */
.promo-code .re-open_jyouken {
  margin: 0;
  padding-left: 32px;
  list-style: none;
}

/* ● */
.promo-code .re-open_syouhin::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: var(--purple);
  border-radius: 50%;
  vertical-align: middle;
}

/* ■ */
.promo-code .re-open_jyouken_list::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #000;
  vertical-align: middle;
}

/* 注意事項 */
.promo-code .re-open_caution {
  margin: 0;
  padding-left: 3em;
  list-style: decimal-leading-zero;
}

.promo-code .re-open_caution_list {
  display: list-item;
  padding-left: 0;
}

/* リスト間隔 */
.promo-code .re-open_syouhin,
.promo-code .re-open_jyouken_list,
.promo-code .re-open_caution_list {
  margin-bottom: 4px;
}

/* リンク */
.promo-code .re-open_caution a {
  color: #0068b7;
  text-decoration: underline;
}

.promo-code .re-open_caution a:hover {
  color: #004f8c;
}

.promo-code .promo-message {
  max-width: 1200px;
  margin: 30px auto 30px;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  color: #8b1e1e;
}

.promo-code .promo-message strong {
  color: #e65100;
}

.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .promo-code .headLine_re-open,
  .promo-code .re-open_subtitle {
    font-size: 18px;
  }

  .promo-code .ribbon02-text,
  .promo-code .ribbon01-text,
  .promo-code .re-open_finish {
    text-align: left;
    line-height: 1.7;
	font-size: 14px;
  }

  .promo-code .youkou_area,
  .promo-code .youkou_area_end {
    padding: 15px;
  }

  .promo-code .youkou_text {
    padding-left: 32px;
  }

  .promo-code .re-open_syouhin,
  .promo-code .re-open_jyouken_list,
  .promo-code .re-open_caution_list {
    grid-template-columns: 24px 1fr;
    column-gap: 8px;
  }

  .promo-code .re-open_caution {
    padding-left: 32px;
  }
	
   .promo-code .twcp_button {
    display: flex;
    width: fit-content;
    margin: 15px auto;
    height: 34px;
    padding: 0 24px;
  }
	
  .promo-code .promo-message {
    margin: 15px auto 30px;
    padding: 0 10px;
    font-size: 22px;
    line-height: 1.6;
  }
	
  .sp-br {
    display: inline;
  }	
	
}