#age-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: #fff;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.age-content {
    color: #000;
    padding: 40px;
    font-size: 18px;
    text-align: center;
}
.age-content-logo{
	margin: 0 auto 40px;
    max-width: 360px;
}
.age-gate-question{
	margin-bottom: 24px;
}
.age-content button{
	border: 1px solid #000;
	color: #f7f6f3;
    background: #000;
    padding: 8px 12px;
    margin: 8px;
    width: 240px;
    font-family: 'FOT-筑紫明朝 Pr6 L', serif;
    font-weight: 400;
    font-size: 1em;
}
.age-content button:hover{
	color: #000;
    background: transparent;
}
.check-remember{
	margin-top: 20px;
}
.remember-me-txt{
	cursor: pointer;
	color: #000;
}
#remember-me{
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-right: 8px;
}
@media (max-width: 641px){
	.age-content{
		font-size: 16px;
	}
	.age-content h2{
		margin-bottom: 12px;
	}
	.age-gate-question{
		margin-top: 8px;
	}
	.remember-me-txt{
		font-size: 14px;
	}
}



