*{
	font-family: Sans-serif;
	margin: 0%;
}
			
.puffit
{
		background: #FF9797;
}

.puffit-belly
{
	background: #FFEBEB;
}

.top-area
{
	width: 100%;
}
			
.icon
{
	width: 10%;
	display: grid;
	margin-left: auto;
	margin-right: auto;
}
			
.banner
{
	width: 100%;
}

.trailer
{
	display: flex;
	justify-content: center;
	margin: 20px 5px;
}

.center-area
{
	height: 250px;
	display: flex;
	justify-content: center;
}

.center-left
{
	display: flex;
	align-items: center;
}			

.center-right
{
display: flex;
align-items: center;
}

.center-gif
{
	height: 80%;
}

.center-title-area
{
	display: grid;
	align-content: center;
	margin: 100px 5px;
}

.center-title
{
	text-align: center;
	font-weight: bold;
	font-size: 5rem;
}

.center-des-area
{
	height: 70%;
	display: grid;
	align-content: center;
}

.center-des
{
	text-align: center;
	font-size: 2.5rem;
	margin: 10px 5px;
}

.pic-area
{
	position: relative;
	display: flex;
	justify-content: center;
}

.pic
{
	width: 50%;
}

.pic-icon
{
	width: 15%;
	position: absolute;
	left: 17.5%;
	top: 60%;
	z-index: 1;
}

.shop-area
{
	width: 100%;
	height: 250px;
	padding: 15px 0px;
}

.shop-text
{
	font-size: 45px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
}

.shop-button
{
	height: 100px;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 10px 0px;
}

.bottom-area
{
	color: white;
	background: #4B505D;
	width: 100%;
	display: flex;
	padding: 10px 0px;
}

.bottom-icon-area
{
	width: 8%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-icon
{
	width: 80%;
	cursor: pointer;
}

.bottom-copyright
{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 1rem;
}

.bottom-button-area
{
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: right;
}

.bottom-button
{
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	margin: 5px;
}

.bottom-company-area
{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: right;
}

.company-button
{
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: pointer;
	margin: 10px 10px;
}

@media screen and (max-width: 600px){
	.icon{
		width: 20%;
	}

	.center-title-area
	{
		margin: 30px 5px;
	}

	.center-title {
		font-size: 1.75rem;
	}

				.center-area
				{
					height: 150px;
				}

				.center-des
				{
					font-size: 1rem;
				}

				.center-gif
				{
					height: 60%;
				}

				.shop-button
				{
					height: 50px;
				}

				.bottom-area
				{
					display: grid;
					justify-content: center;
					padding: 5px 0px;
				}

				.bottom-icon-area
				{
					width: 100%;
					justify-content: center;
					margin: 5px 0px;
				}

				.bottom-icon
				{
					width: 20%;
				}

				.bottom-copyright
				{
					width: 100%;
					text-align: center;
					justify-content: center;
					font-size: 0.8rem;
					margin: 2px 0px;
				}

	.bottom-button-area
	{
		width: 100%;
		justify-content: center;
		margin: 2px 0px;
	}

.bottom-button
{
	font-size: 0.8rem;
}

.bottom-company-area
{
	width: 100%;
	justify-content: center;
}
}