.ageCheck {
  min-height: calc(100vh - 33px);
  margin-bottom: -50px;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #f7f7f7;
}

.ageCheck__heading {
  margin: 0 0 56px;
  font-size: 26px;
  font-weight: normal;
  color: #1F2D3D;
}

.ageCheck__heading:after {
  display: block;
  content: '';
  margin: 12px auto 0;
  width: 42px;
  height: 10px;
  background-image: url(//p.dmm.co.jp/p/pf/icon/rainbow.svg);
  background-size: cover;
}

.ageCheck__subHeading {
  margin-bottom: 16px;
  font-size: 18px;
}

.ageCheck__desc {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 2;
  color: #8f8f8f;
}

.ageCheck__btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
  width: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ageCheck__btn {
  position: relative;
  width: 45%;
  box-sizing: border-box;
}

.ageCheck__btn:hover {
  opacity: .6;
}

.ageCheck__link {
  display: block;
  border-radius: 30px;
}

.ageCheck__link--com {
  border: 1px solid #b6b6b6;
}

.ageCheck__link--r18 {
  background-color: #ee2737;
}

.ageCheck__link--r18 .ageCheck__linkText {
  color: #fff;
}

.ageCheck__link:hover {
  text-decoration: none;
}

.ageCheck__linkText {
  font-weight: bold;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ageCheck__disclaimer {
  margin: 0 auto 64px;
  width: 715px;
  text-align: justify;
  font-size: 10px;
  line-height: 2;
  color: #8f8f8f;
}

.ageCheck__note--rebranding {
  margin-bottom: 60px;
}

.ageCheck__note--rebranding a {
  color: #00bcd4;
  font-size: 14px;
}
