#contents {
	padding-top: 0;
}

#top {
	background-color: #fff;
}

#top .container {
	padding-top: 0;
}

#top .baby {
	position: absolute;
	top: 0;
	left: calc(100% - 620px);
	width: 620px;
	opacity: 0.6;
	z-index: 2;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#top .baby {
		left: calc(100% - 62%);
		width: 62%;
	}
}
@media screen and (max-width: 700px) {
	#top .baby {
		left: calc(100% - 83% + 15%);
		width: 83%;
	}
}

#top .family {
	position: absolute;
	top: 100px;
	right: calc(100% - 620px);
	width: 620px;
	opacity: 0.6;
	z-index: 1;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#top .family {
		top: 10vw;
		right: calc(100% - 62vw);
		width: 62vw;
	}
}
@media screen and (max-width: 700px) {
	#top .family {
		top: 10vw;
		right: calc(100% - 83vw + 15vw);
		width: 83vw;
	}
}

#top .screen {
	position: absolute;
	top: calc(620px - 230px);
	right: 60px;
	height: 360px;
	z-index: 3;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#top .screen {
		top: calc(62vw - 23vw);
		right: 6vw;
		height: 36vw;
	}
}
@media screen and (max-width: 700px) {
	#top .screen {
		top: calc(83vw - 32vw);
		right: 4vw;
		height: 48vw;
	}
}

#top .logo img {
	position: relative;
	display: block;
	margin-top: calc(620px + 20px);
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	z-index: 11;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#top .logo img {
		margin-top: calc(62vw + 2vw);
		width: 60vw;
	}
}
@media screen and (max-width: 700px) {
	#top .logo img {
		margin-top: calc(83vw + 1vw);
		width: 80vw;
	}
}

#top .logo_subtitle {
	margin-top: 4px;
	font-family: 'kindness_gothic_bold';
	font-size: 160%;
	text-align: center;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#top .logo_subtitle {
		font-size: calc(1.6vw * 1.6 * 1.3);
	}
}
@media screen and (max-width: 700px) {
	#top .logo_subtitle {
		font-size: calc(1.6vw * 1.6 * 1.9);
	}
}

#top .badge {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#top .badge img {
	margin-left: 10px;
	margin-right: 10px;
	height: 56px;
}
@media screen and (max-width: 700px) {
	#top .badge img {
		height: 12.5vw;
		max-height: 56px;
	}
}

#top .price {
	margin-top: 10px;
	text-align: center;
}

#about {
	background-color: #feb382;
}

#about .container {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 700px) {
	#about .container {
		flex-direction: column;
	}
}

#about .movie {
	width: calc(50% - 20px);
}
#about .movie iframe {
	width: 440px;
	height: 248px;
}
@media screen and (max-width: 1000px) and (min-width: 701px) {
	#about .movie iframe {
		width: 44vw;
		height: 24.8vw;
	}
}
@media screen and (max-width: 700px) {
	#about .movie {
		width: 100%;
		margin-bottom: 20px;
	}
	#about .movie iframe {
		width: 100%;
		height: calc((100vw - 40px) / 16 * 9);
	}
}

#about .overview {
	width: calc(50% - 20px);
}
@media screen and (max-width: 700px) {
	#about .overview {
		width: 100%;
	}
}

#screen {
	background-color: #fff;
}

#screen .container {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 700px) {
	#screen .container {
		flex-direction: column;
	}
}

#screen .item {
	width: calc(33.3% - 20px);
	font-family: 'kindness_gothic_bold';
	line-height: 150%;
}
@media screen and (max-width: 700px) {
	#screen .item {
		width: 100%;
		margin-bottom: 40px;
	}
}

#screen .item img {
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	height: 280px;
}

#message {
	background-color: #fce094;
}

#message .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 700px) {
	#message .container {
		flex-direction: column;
	}
}

#message .text {
	width: calc(75% - 20px);
}
@media screen and (max-width: 700px) {
	#message .text {
		width: 100%;
		margin-bottom: 20px;
	}
}

#message .developer {
	width: calc(25% - 20px);
}
#message .developer img {
	width: 100%;
}
@media screen and (max-width: 700px) {
	#message .developer {
		width: 30%;
	}
}

#links {
	background-color: #d2dd9f;
}

#links .item {
	margin-bottom: 40px;
}

#links .link_title {
	margin-bottom: 20px;
	font-family: 'kindness_gothic_bold';
	font-size: 140%;
	text-align: center;
}

#links .badge {
	display: flex;
	justify-content: center;
}
#links .badge img {
	margin-left: 10px;
	margin-right: 10px;
	height: 56px;
}
@media screen and (max-width: 700px) {
	#links .badge img {
		height: 12.5vw;
		max-height: 56px;
	}
}

#links .price {
	margin-top: 10px;
	text-align: center;
}

#links .timeline {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
@media screen and (max-width: 700px) {
	#links .timeline {
		width: 80%;
	}
}

#links .btns {
	display: flex;
	justify-content: center;
}
#links .btns img {
	margin-left: 10px;
	margin-right: 10px;
	height: 48px;
}
@media screen and (max-width: 700px) {
	#links .btns img {
		margin-left: 1vw;
		margin-right: 1vw;
		height: 10.7vw;
		max-height: 48px;
	}
}

#links .banner {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#links .banner img {
	margin: 0 10px;
	width: calc(100% - 20px);
	max-width: 326px;
}
@media screen and (max-width: 700px) {
	#links .banner {
		flex-direction: column;
		align-items: center;
	}
	#links .banner img {
		display: block;
		margin: 10px auto;
		width: 100%;
	}
}
