@charset "UTF-8";

#container {
    background: #ff9cb0;
}

h1 {
	background: #ff9cb0;
	color: #fff;
	font-size: 12px;
}
.visible {
    margin-bottom: 40px;
    background: #fff;
}
.visible .pc {
    display: none;
}
.visible .sp {
    display: block;
}
.visible img {
     margin:auto;
}

.index_adultonly {
    text-align: center;
    margin-bottom: 20px;
}
.index_adultonly img {
    width: 50px;
}
#enter a {
    color: #fff;
    background: #ff5884;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 300px;
    margin: 0 auto 20px;
    height: 60px;
    font-weight: 500;
    border-radius: 40px;
}
#leave a {
    border: 1px solid #ff5884;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 200px;
    margin: 0 auto;
    height: 50px;
    font-weight: 500;
    border-radius: 40px;
    background: #fff;
}
#leave_text {
    font-size: 12px;
    text-align: center;
    margin: 60px 0;
    color: #fff;
}
#leave_text a {
    display: block;
	margin-top: 20px;
}
footer {
    padding-top: 0;
}
@media (min-width: 767px){
    .index_adultonly img {
        width: 60px;
    }
    .visible .pc {
        display: block;
    }
    .visible .sp {
        display: none;
    }
}