@charset "UTF-8";

.app-download {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-block: 3rem 7rem;
}
.app-download.ico:before {
  content: "";
  display: block;
  flex: 1 1 100%;
  height: 12rem;
  margin: 0 auto 3rem;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-app.svg) no-repeat center center / contain;
}
.app-download a img {
  height: 8rem;
}
.dragscroll {
  overflow-x: auto;
  cursor: grab;
}
#top {
  margin-bottom: 7rem;
}
#top h1 {
  width: 75rem;
  margin-left: -5rem;
  background: var(--color-orange);
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
}
.sec-intro {
  padding: 6rem 0 3rem;
}
.sec-intro time {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: var(--color-red);
  font-size: 3.2rem;
  font-weight: 500;
}
.sec-intro figure {
  max-width: 50rem;
  margin: 5rem auto;
}
.sec-intro .border-block {
  padding: 5rem 6rem;
}
.sec-applymethod .anchor {
  display: flex;
  justify-content: space-between;
  margin-block: 3rem 7rem;
}
.sec-applymethod .anchor a {
  flex: 0 0 25rem;
  display: block;
  counter-increment: num;
  text-align: center;
  border: 1px solid var(--color-orange);
}
.sec-applymethod .anchor a:before {
  content: counter(num);
  display: block;
  padding: 1rem 0;
  background: var(--color-orange);
  line-height: 1;
  color: #fff;
}
.sec-applymethod .anchor a p {
  padding: 2rem 2rem 0;
  line-height: 1.3;
}
.sec-applymethod .anchor a i {
  font-size: 1.8rem;
  color: var(--color-orange);
}
.sec-applymethod .app-download + figure {
  width: 37rem;
  margin: 0 auto 5rem;
}
.sec-save .border-block {
  padding: 3rem 2rem;
}
.sec-expire .js-scrollable img {
  min-width: 147.2rem;
}
.sec-bonus .border-block {
  margin-top: 6rem;
  padding-bottom: 5rem;
  border-color: var(--color-red);
}
.sec-bonus .border-block .js-scrollable {
  width: calc(100% + 3rem);
  margin-right: -3rem;
}
.sec-flows ol li {
  counter-increment: num;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px dotted var(--color-red);
}
.sec-flows ol li:before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin: auto;
  border: 1px solid var(--color-red);
  border-radius: 0.6rem;
  color: var(--color-red);
  font-size: 4rem;
  font-weight: bold;
  pointer-events: none;
}
.sec-flows ol h2 {
  padding-left: 12.4rem;
  margin: 3rem auto;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color-red);
  line-height: 1.5;
}
.sec-flows ol li:nth-of-type(1) h2 {
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-mail.svg) no-repeat left 1rem / 8rem auto;
}
.sec-flows ol li:nth-of-type(2) h2 {
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-edit.svg) no-repeat left 1rem / 8rem auto;
}
.sec-flows ol li:nth-of-type(3) h2 {
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-baby.svg) no-repeat left 1rem / 7rem auto;
}
.sec-flows ol li:nth-of-type(4) h2 {
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-contact.svg) no-repeat left 1rem / 8rem auto;
}
.sec-flows ol li:nth-of-type(5) h2 {
  min-height: 5.6rem;
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-cart.svg) no-repeat 3rem 0rem / 5.6rem auto;
}
.sec-flows ol li:nth-of-type(6) h2 {
  background: url(https://www.jr-takashimaya.co.jp/cn/en/cp/pointcard/assets/img/top/ico-mobile.svg) no-repeat 3rem 1rem / 7rem auto;
}
.sec-flows h4 {
  margin: 5rem auto 1rem;
  color: var(--color-red);
  font-size: 3.2rem;
}
.sec-contact dl {
  text-align: center;
  margin-top: 5rem;
}
.sec-contact dl dt {
  display: block;
  width: fit-content;
  padding: 0.5rem 6rem 0;
  margin: 0 auto;
  border-radius: 999rem;
  background: var(--color-orange);
  color: #fff;
  font-weight: normal;
}
.sec-contact dl dd a {
  color: var(--color-orange);
  font-family: "Roboto", "Noto Sans CJK JP", sans-serif;
  font-size: 6.6rem;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.tgm-title {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.tgm-title img {
  width: 7rem;
  height: auto;
  margin-inline: 1rem;
}
