.p-modal {
    position: fixed;
    display: none;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
}
.p-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-notice {
    padding-top: 40px;
}
.p-modal__box {
    background: #fff;
    width: 800px;
    border-radius: 20px;
    padding: 30px;
}
.p-notice__logo {
    text-align: center;
    margin-bottom: 50px;
}
.p-notice__logo img {
    width: 270px;
}
.c-section__title {
    text-align: center;
    overflow: hidden;
    position: relative;
    font-weight: 400;
}
.p-modal .h2 {
    font-size: 2rem;
}
.p-notice__desc {
    background: #e8f5ff;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
}
.p-checkAge {
    margin-top: 50px;
    border: 1px solid #4c96cb;
    border-radius: 6px;
    position: relative;
}
.p-checkAge__title {
    text-align: center;
    margin: 0;
}
.p-modal .h3 {
    font-size: 1.75rem;
}
.p-checkAge__titleText {
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    font-size: 18px;
    font-family: "Sawarabi Mincho", sans-serif;
    color: #4c96cb;
    top: -20px;
    position: relative;
}
.p-checkAge__actionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 20px 0 30px;
    margin: 0 -30px;
}
.p-modal ol, ul {
    box-sizing: border-box;
}
.p-checkAge__actionItem {
    margin: 0 30px;
    width: 30%;
}
.p-checkAge__actionItem.__yes a {
    background: #ed4d76;
    color: #fff;
}
.p-checkAge__actionItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    height: 50px;
    border-radius: 30px;
}
.p-modal a {
    text-decoration: none;
    color: inherit;
}
.p-checkAge__actionItem.__no a {
    border: 3px solid #eee;
}
.p-notice__note {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}
.check_keep {
    text-align: center;
    margin-bottom: 1em;
    font-size: 15px;
}
#age-validate-checkbox {
    margin-right: .25em;
}