/* ------------------------------------
  ageGateway
------------------------------------ */
.ageGateway,
.ageGatewaySorry {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../images/common/age_gateway_bg@2x.jpg) center center no-repeat;
  background-size: cover;
  border: 25px solid ;
  z-index: 1000;
  color: #fff;
  box-sizing: border-box;
}
.ageGateway__inner {
  position: relative;
}
.ageGateway__logo {
  width: 180px;
  margin: 0 auto 30px;
}
.ageGatewaySorry .ageGateway__logo {
  margin-bottom: 160px;
}
.ageGateway__logo img {
}
.ageGateway__msg1 {
  margin-bottom: 45px;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
}
.ageGateway__msg2 {
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 3.2px;
  font-family: 'Crimson Text', serif;
}
.ageGateway__btnWrap {
  width: 545px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ageGateway__btn {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 2.8px;
  cursor: pointer;
  transition: all 0.3s;
}
.ageGateway__btn:hover {
  color: #c7c0aa;
}
.ageGateway__checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
}
.ageGateway__checkboxInput {
  display: none;
  background: #fff;
}
.ageGateway__checkboxText {
  padding-left: 40px;
  position:relative;
}
.ageGateway__checkboxText::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
.ageGateway__checkboxInput:checked + .ageGateway__checkboxText::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #c7c0aa;
  border-right: 3px solid #c7c0aa;
}
.ageGateway__sorryMsg {
  margin-bottom: 140px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.4px;
}
.ageGateway__back {
  position: absolute;
  cursor: pointer;
}
.c-page-en .ageGateway__msg2 {
  font-family: "Roboto", "Avenir", "Arial", sans-serif;
}
@media screen and (max-width: 860px) {
  .ageGateway,
  .ageGatewaySorry {
    border: 15px solid ;
  }
  .ageGateway__logo {
    width: 88px;
    margin: 0 auto 40px;
  }
  .ageGatewaySorry .ageGateway__logo {
    margin-bottom: 150px;
  }
  .ageGateway__msg1 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 1.6px;
  }
  .ageGateway__msg2 {
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.8px;
  }
  .ageGateway__btnWrap {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
  .ageGateway__btn {
    display: block;
    margin: 0 auto 40px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .ageGateway__checkbox {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 1.4px;
  }
  .ageGateway__checkboxText {
    padding-left: 30px;
  }
  .ageGateway__checkboxText::before {
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .ageGateway__checkboxInput:checked + .ageGateway__checkboxText::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-bottom: 2px solid #c7c0aa;
    border-right: 2px solid #c7c0aa;
  }
  .ageGateway__sorryMsg {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 1.6px;
  }
}

.ageGateway__btn.c-btn {
  width: 176px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  /*border: 1px solid #fff;*/
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  background: url("../images/common/btn_bg_off@2x.png") center center no-repeat;
  background-size: 176px auto;
  transition: all 0.3s ease-out;
}
.ageGateway .c-btn:hover {
  background: url("../images/common/btn_bg_on@2x.png") center center no-repeat;
  background-size: 176px auto;
  opacity: 1;
}
.ageGateway .c-btn a {
  display: block;
}
.ageGateway .c-btn a:hover {
  opacity: 1;
}
