@charset "utf-8";
.modal-content{
	width: 600px;
	background: none;
}
.modal .close{
	background-image: url(../images/0109/popup_close_btn.png);
	top: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
}
.page_link_flex_b {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_link_flex_b li {
    width: 47%;
}
.page_link_flex_b li:first-child {
	margin-bottom: 15px;
}
.page_link_flex_b li:nth-child(2) {
	margin-bottom: 15px;
}
.newyear_event_back{
	background: url(../images/0109/newyear_event_back.png);
	background-size: cover;
    background-position: top center;
}
.newyear_event01{
	padding: 25px 25px 20px;
}
.newyear_event02{
	padding: 0 25px 40px;
}
.page_link_flex_c {
    display: flex;
    justify-content: space-between;
}
.page_link_flex_c li {
    width: 46%;
}

@media screen and (max-width: 599px) {
.modal .close{
	top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
}
.newyear_event01 {
    padding: 20px 15px 20px;
}
.newyear_event02 {
    padding: 0 15px 30px;
}
}
@media screen and (max-width: 400px) {
.modal .close{
	top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
}
}
