body, body * {
	font-family: 'Atzofen';
}
#swiper-slide1 {
    background-image: url('../images/birthday/bgbimg.jpg');
	background-position: top center;
}
._top h1 * {
	color:#000000;
	font-size:44px;
}
._top .birthday-logo {
	display: block;
    height: 20vh;
}

._bottom .birthday-slogen, 
._bottom .birthday-slogen * {
	color:#ffffff;
	font-size:72px;
	font-weight:bold;
}
._bottom .birthday-slogen {
	text-align:center;
}
._bottom .birthday-slogen .red {
	color:red;
}
._bottom .birthday-slogen .green {
	color:green;
}
._bottom .birthday-slogen .birthday-sub,
._bottom .birthday-slogen .birthday-sub * {
	margin:0;
	text-align:center;
	font-size:28px;
	font-weight:300;
}
._bottom .birthday-slogen .birthday-sub b {
	font-weight:600;
}

._pricesHP {
	width: fit-content;
    margin: 2vh auto;
    height: auto;
	background:#D4D4D4;
}
._pricesHP .p1 {
	background:none;
	padding-bottom: 0;
}
._pricesHP .p1:after {
	display:none;
}
._pricesHP .p1 span {
    font-size: 30px;
    font-weight: 600;
}
._pricesHP .p1 img {
    height: 40px;
	width:auto;
}
._pricesHP .p2 {
	background: none;
    padding: 2vh;
    width: auto;
	padding-bottom: 0;
}
._pricesHP .p2 * {
	color:#b02438;
}
.pricesHP_s2 {
    font-size: 46px;
    font-weight: 900;
}

@media(max-width: 1024px) {
	#swiper-slide1 {
		background-image: url(../images/birthday/bgbimg_mob.jpg);
        background-size: 100% auto;
        background-position: center 4vh;
	}
	._top .birthday-logo {
		width: 20vw;
		height: auto;
		margin-top: -3vh;
	}
	._top h1 * {
		display:inline-block;
		font-size:24px;
	}
	._bottom .birthday-slogen, ._bottom .birthday-slogen * {
		font-size:42px;
	}
	._bottom .birthday-slogen .birthday-sub,
	._bottom .birthday-slogen .birthday-sub * {
		font-size:18px;
	}
	._pricesHP .p1 {
	    display: block;
		padding-top: 0;
	}
	._pricesHP .p1 img {
		height:30px;
	}
	.pricesHP_s1 {
		font-size: 14px;
	}
	.pricesHP_s2 {
		font-size: 32px;
	}
}
