@media screen and (min-width: 769px) {
  .check {
    margin-top: 20px;
    text-align: center;
  }
  .check label {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .check label input {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .check {
    margin-top: 3vw;
    text-align: center;
  }
  .check label {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 1.2vw;
    font-size: 4vw;
    font-weight: bold;
    padding-bottom: 1.2vw;
    cursor: pointer;
  }
  .check label input {
    width: 3.5vw;
    height: 3.5vw;
  }
}
.p_top .checkAge .cta__btn .btn_off {
  display: block;
  pointer-events: none;
}
.p_top .checkAge .cta__btn .btn_on {
  display: none;
}
.p_top .checkAge.oke .cta__btn .btn_off {
  display: none;
}
.p_top .checkAge.oke .cta__btn .btn_on {
  display: block;
}