main#present-coupon .normal-price {
  display: none;
}
main#present-coupon .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#present-coupon .prod-list .prod-item__price {
  text-align: center;
}
main#present-coupon .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#present-coupon .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#present-coupon [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#present-coupon {
  background-color: #fff;
}
main#present-coupon .content-txt.fnt-b.txt-c {
  font-size: 28px;
  margin-top: 80px;
}
main#present-coupon .figureSquareCard {
  width: 50%;
  margin: 0 auto;
}
main#present-coupon .item.content-photo {
  width: 25%;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
main#present-coupon .__product_name {
  font-size: 1.6rem;
}
main#present-coupon .btn-link.type-regist.arw-solid.right {
  margin-top: 20px;
  background-color: #d0c8b5;
  color: #333;
  border-color: #d0c8b5;
  background-size: 40px;
  max-width: 448px;
  min-height: 80px;
  border-radius: 10px;
  background-position: top 50% left 24px;
  margin-top: 26px;
  padding-left: 50px;
}
main#present-coupon .btn-link.type-regist.arw-solid.right:hover, main#present-coupon .btn-link.type-regist.arw-solid.right:active, main#present-coupon .btn-link.type-regist.arw-solid.right:focus {
  background-color: #d0c8b5;
  border-color: #d0c8b5;
  color: #fff;
}
main#present-coupon .btn-link {
  background-image: url("https://tomizawa-ec.s3.amazonaws.com/contents/common/icn/icn-regist_wht.svg");
  background-repeat: no-repeat;
}
main#present-coupon .coupon-ttl {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
  font-weight: 700;
}
main#present-coupon .coupon-ttl:before {
  content: "";
  background-color: #333;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #797065;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main#present-coupon .coupon-id.cb-txt {
  display: flex;
  font-size: 5rem;
  color: #333;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  height: 88px;
  width: 916px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
main#present-coupon .coupon-kana {
  font-size: 1.75rem;
  text-align: center;
}
main#present-coupon .btn-copy {
  background-image: url(https://tomizawa-ec.s3.amazonaws.com/common/icn/icn-copy_wht.svg);
  background-color: #333;
  border-color: #333;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 24px;
  width: 400px;
}
main#present-coupon .btn-copy.btn-copy {
  background-position: top 16px right 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-top: 24px;
}
main#present-coupon .attention__list li {
  margin-top: 16px;
}
main#present-coupon .section-ttl {
  color: #940e07;
  margin-top: 40px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 2.375rem;
}
main#present-coupon .sub-ttl {
  color: #940e07;
  margin-top: 40px;
  margin-bottom: 16px;
}
main#present-coupon #regist_flow .section-ttl,
main#present-coupon #outro .section-ttl {
  color: #333;
  text-align: center;
  margin: 30px 0px;
}
main#present-coupon .regist-flow__inner {
  display: flex;
}
main#present-coupon .regist-flow__image {
  flex: 1 0 50%;
  margin-right: 16px;
}
main#present-coupon .regist-flow__ttl {
  margin-left: 16px;
  font-size: 1.75rem;
  font-weight: 700;
}
main#present-coupon .regist-flow__step {
  display: flex;
  align-items: center;
}
main#present-coupon .regist-flow__item {
  margin-top: 64px;
}
main#present-coupon .icn.type-circle {
  position: unset;
}
main#present-coupon .icn.type-circle.regist-flow__num.en {
  width: 80px;
  height: 80px;
  padding-top: 0.3rem;
  font-family: "Roboto Condensed", sans-serif;
}
main#present-coupon .num {
  font-size: 1.75rem;
  font-family: "Roboto Condensed", sans-serif;
}
main#present-coupon .regist-flow__detail {
  position: relative;
  margin-top: 40px;
  padding-left: 100px;
}
main#present-coupon .regist-flow__detail::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -40px;
  width: 2px;
  height: calc(100% + 40px + 64px);
  background: #d0c8b5;
  display: block;
}

@media screen and (min-width: 769px) {
  main#present-coupon {
    background-color: #fff;
  }
  main#present-coupon .coupon-id.cb-txt {
    width: 0px;
  }
}
@media screen and (max-width: 768px) {
  main#present-coupon {
    background-color: #fff;
  }
  main#present-coupon .coupon-id.cb-txt {
    width: 0px;
  }
}
@media screen and (max-width: 480px) {
  main#present-coupon .prod-list.column-box .not-discount {
    height: auto;
  }
  main#present-coupon {
    background-color: #fff;
  }
  main#present-coupon .figureSquareCard {
    width: 100%;
  }
  main#present-coupon .item.content-photo {
    width: 45%;
    display: block;
    margin-top: 20px;
  }
  main#present-coupon .btn-link.type-regist.arw-solid.right {
    background-size: 8.3vw;
    padding-left: 13.3vw;
    padding-right: 32px;
    font-size: 4.167vw;
    max-width: 300px;
    margin-top: 20px;
  }
  main#present-coupon .coupon-id.cb-txt {
    font-size: 15vw;
    height: 61.8px;
    width: 295px;
  }
  main#present-coupon .coupon-kana {
    font-size: 5.6vw;
  }
  main#present-coupon .btn-copy.btn-copy {
    font-size: 0.9rem;
    max-width: 90%;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    padding: 16px;
  }
  main#present-coupon h1 {
    font-size: 7vw;
  }
  main#present-coupon .section-ttl {
    font-size: 5.7vw;
  }
  main#present-coupon .sub-ttl {
    font-size: 5.2vw;
  }
  main#present-coupon .regist-flow__inner {
    display: block;
  }
  main#present-coupon .regist-flow__ttl {
    font-size: 5.2083vw;
  }
  main#present-coupon .icn.type-circle.regist-flow__num.en {
    width: 16.67vw;
    height: 16.67vw;
    padding-top: 1.04167vw;
    line-height: 1.1;
  }
  main#present-coupon .num {
    font-size: 6.67vw;
  }
  main#present-coupon .regist-flow__detail {
    margin-top: 24px;
    padding-left: 16.67vw;
  }
  main#present-coupon .regist-flow__detail::before {
    left: 30px;
    top: -24px;
    height: calc(100% + 45px + 43px);
  }
}/*# sourceMappingURL=present-common-base.css.map */