@charset "UTF-8";

.large-img-box {
	position: relative;
	width: 100%;
	height: 45vh;
	border-radius: 5px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px darkgray;
}

.normal-text-box {
	padding: 0.25em 1em;
}

.img-box0 {
	background-image: url(img/gahag-0081539110.jpg);
	background-position: center;
	background-size: cover;
}

.img-box1 {
	background-image: url(img/gahag-0080875318.jpg);
	background-position: center;
	background-size: cover;
}

.img-box3 {
	background-image: url(img/gahag-0049293020.jpg);
	background-position: center;
	background-size: cover;
}

/* Page2 */
.max-box {
	height: 100%;
}
.drop-cat {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}

.drop-cat img {
	width: 20vh;
}

.baloon-bottom-box{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.up-baloon {
	box-sizing: border-box;
	width: 100%;
	padding-right: 10vw;
	text-align: right;
}

.up-baloon img {
	width: 20vh;
	opacity: 0.75;
}

@media screen and (max-width: 400px){
	.large-img-box {
		height: 30vh;
	}
}
