[lang] .u-uqFont-l,
[lang] .u-uqFont-r,
[lang] .u-uqFont-b,
.commonFooter_copyright {
  font-weight: 400 !important;
}

/* style */
* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.startDate {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.startDate .ofWeek {
  font-size: 13px;
}
.methodContents_outer {
  display: flex;
  flex-direction: column;
}
.methodContents_inner {
  width: 100%;
}
.notHaveBalloon {
  display: inline-block;
  align-self: start;
  position: relative;
  padding: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 0.15em;
  margin-left: calc(30px + 17px);
}
.notHaveBalloon::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 10%;
  border-style: solid;
  border-color: #000 transparent;
  border-width: 6px 4px 0;
}
.methodContents_heading {
  display: flex;
  align-self: start;
}
.methodContents_number {
  font-size: 24px;
  border: 2px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 17px;
}
.contentsHeading_title {
  font-size: 14px;
  font-weight: 700;
  align-self: center;
  width: calc(100% - 30px - 17px);
}
.contentsHeading_title.-notHaveApp {
  width: 100%;
  text-align: center;
}
.getApp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.appBtn_appStore {
  width: 45.07937%;
}
.appBtn_googlePlay {
  width: 50.15873%;
}
.couponBtn_outer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.couponBtn_inner {
  font-size: 13px;
  text-align: center;
  padding: 8px 0;
  color: #f00;
  border: 1px solid #f00;
}
.couponBtn_inner span {
  font-weight: 700;
}
.methodImg_appBarcode {
  width: 50%;
  margin-right: auto;
  margin-left: 35.79709%;
}
.methodImg_barcodeScan {
  width: 92.31884%;
  margin-right: -4vw;
  margin-left: auto;
}
.methodImg_membersPricme {
  width: 37.97101%;
  margin-right: auto;
  margin-left: auto;
}
.annotationList a {
  text-decoration: underline;
}
.notHaveApp {
  display: flex;
  flex-direction: column;
}
.appArea {
  width: 100%;
}
.appText {
  font-size: 11px;
  color: #7d7d7d;
  margin-top: 21px;
}


/* utility */
.u-sp-border-top {
  border-top: 1px solid #dadada;
}
.u-align-ltoc {
  text-align: left;
}


/* image */
[data-aspect-ratio="284:95"]:before {
  padding-top: 33.4507%;
}
[data-aspect-ratio="316:95"]:before {
  padding-top: 30.0632%;
}
[data-aspect-ratio="344:390"]:before {
  padding-top: calc((390 / 344) * 100%);
}
[data-aspect-ratio="91:50"]:before {
  padding-top: 54.945%;
}

@media screen and (min-width: 813px) {
  /* link */
  a:hover,
  a:hover img,
  a[href]:hover,
  a[href]:hover img,
  a[data-link]:hover,
  a[data-link]:hover img {
    opacity: .8;
    cursor: pointer;
  }
  /* style */
  .startDate {
    font-size: 28px;
  }
  .startDate .ofWeek {
    font-size: 18px;
  }
  .methodContents_outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .methodContents_inner {
    width: 50%;
  }
  .notHaveBalloon {
    padding: 10px;
    font-size: 12px;
    margin-left: calc(12px + 56px + 12px);
  }
  .notHaveBalloon::before {
    bottom: -10px;
    border-width: 10px 6px 0;
  }
  .methodContents_heading {
    margin: 0 12px;
    line-height: 1.4;
  }
  .methodContents_heading.-macthHeight {
    margin-top: 38px;
  }
  .methodContents_number {
    font-size: 36px;
    width: 56px;
    height: 56px;
    margin-right: 12px;
  }
  .contentsHeading_title {
    font-size: 20px;
    width: calc(100% - 56px - 12px);
  }
  .methodImg_qr {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
  }
  .getApp {
    width: 58.75%;
  }
  .getApp.-notHaveApp {
    width: 100%;
  }
  .appBtn_appStore {
    width: 44.68085%;
  }
  .appBtn_googlePlay {
    width: 50%;
  }
  .couponBtn_outer {
    width: 71.66666%;
  }
  .couponBtn_outer.-notHaveApp {
    width: 100%;
  }
  .couponBtn_inner {
    font-size: 14px;
  }
  .methodImg_appBarcode {
    width: 50%;
    margin-left: 36.35416%;
  }
  .methodImg_barcodeScan {
    width: 85.83333%;
    margin-right: 0;
  }
  .methodImg_membersPricme {
    width: 34.58333%;
  }
  .annotationList a:hover {
    text-decoration: none;
  }
  .notHaveApp {
    max-width: 416px;
    margin-right: auto;
    margin-left: auto;
  }
  .appAndqr {
    display: flex;
  }
  .appArea {
    width: calc(100% - (30px + 102px));
    margin-right: 30px;
  }
  .qrArea {
    width: 102px;
  }
  .appText {
    text-align: center;
    margin-top: 20px;
  }


  /* utility */
  .u-sp-border-top {
    border-top: none;
  }

  .u-align-ltoc {
    text-align: center;
  }

  /* image */
  [data-pc-aspect-ratio="2:1"]:before {
    padding-top: 50%;
  }
  [data-pc-aspect-ratio="308:173"]:before {
    padding-top: 56.1688%;
  }
}
