<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/* container_Aria
--------------------------------------------------------- */
#ageCheck_pop_up  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    
    
    background: url(../img/bg_01.png) no-repeat center bottom / cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}
#ageCheck_pop_up #pop_logo {
    width: 300px;
    margin: 0 auto 40px;
    filter: drop-shadow(0px 6px 7px #e3007f);
}

#ageCheck_pop_up .text_2 {
    width: 600px;
    margin: 30px 0;
    padding: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    text-align: center;
}
#ageCheck_pop_up .text_2 p.age_text {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
    margin-top: 15px;
}
#ageCheck_pop_up .yes_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 70px;
    color: #111;
    font-size: 18px;
    background: #ffd900;
    margin: 10px auto 0;
    border-radius: 5px;
    margin-top: 20px;
/*    border-right: 7px solid #d69800;
    border-bottom: 7px solid #d69800;*/
    border: none;
    font-weight: bold;
}

#ageCheck_pop_up .red_text{
    color: #ffd900;
    font-size: 16px;
    margin-bottom: 20px;
    display: none;
    
}
#ageCheck_pop_up #key01:active{
    border: none;
}
#ageCheck_pop_up #key01{
    font-size: 52px;
    border: 1px solid #fff;
    color: #111;
    letter-spacing: 0.15em;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    position: relative;
}
#ageCheck_pop_up #input_form .input_year {
    position: relative;
}
#ageCheck_pop_up #input_form .input_year::before {
    content: "å¹´";
    position: absolute;
    z-index: 11;
    color: #757575;
    right: 30px;
    top: 5px;
    bottom: 0;
    height: 100%;
    display: flex;
    line-height: 1;;
    align-items: center;
    font-size: 28px;
}

#body_container {
    display: none;
}

/* ========================================
     1000px
======================================== */
@media screen and (max-width:1000px){
    #ageCheck_pop_up .text_2 {
        width: 450px;
        margin: 30px 0;
        padding: 60px 40px 40px;
        border-radius: 10px;
    }
    
    #ageCheck_pop_up .text_2 p.age_text {
        font-size: 26px;
        margin-bottom: 25px;
    }
    #ageCheck_pop_up #key01 {
        font-size: 42px;
        padding: 25px 25px;
    }
    #ageCheck_pop_up #pop_logo {
        width: 280px;
        margin: 0 auto 0;
    }
    
    #ageCheck_pop_up .yes_button {
        width: 200px;
        height: 60px;
        font-size: 16px;
        margin-top: 25px;
    }
    #ageCheck_pop_up #input_form .input_year::before {
        font-size: 24px;
    }
}
/* ========================================
     768px
======================================== */
@media screen and (max-width:768px){
    #ageCheck_pop_up .text_2 {
        width: 85vw;
        margin: auto;
    }
    #ageCheck_pop_up #pop_logo {
    }
}
/* ========================================
     481px
======================================== */
@media screen and (max-width:481px){
    #ageCheck_pop_up {
		overflow: scroll;
		align-items: flex-start;
        display: block;
    }
    
	.ageCheck_pop_up_inner {
		min-height: 550px;
		padding: 70px 0 50px;
		box-sizing: border-box;
	}
    #ageCheck_pop_up .text_2 p.age_text {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #ageCheck_pop_up .text_2 {
        margin: 25px auto;
        padding: 45px 30px 40px;
    }
    #ageCheck_pop_up #key01 {
        font-size: 36px;
        padding: 20px 10px;
    }
    #ageCheck_pop_up #input_form .input_year::before {
        font-size: 20px;
        right: 20px;
        top: 2px;
    }
    #ageCheck_pop_up #pop_logo {
        width: 240px;
    }

    #ageCheck_pop_up .note_text {
        font-size: 13px;
    }
    #ageCheck_pop_up .red_text{
        font-size: 13px;
        margin-bottom: 15px;

    }
}















</pre></body></html>