html, body {
	width: 100%;
	height: 100%;
	margin: 0;

	word-break: keep-all;
	font-family: "yg-jalnan", sans-serif;
	font-size: 12px;
	font-weight: normal;

	line-height: 1;
}

* {
	box-sizing: border-box;
}

body > div {
	position: relative;
	width: 100%;
}

#part1 {
	position: relative;

	width: 100%;
	height: 1514px;
	background-color:	#ffc0c0;

	display: flex;
	flex-direction: column;
	align-items: center;

	z-index: 999;
}

#part1 > * {
	position: relative;
}

#part1 > .design2-title {
	width: 515px;

	margin-top: 332px;

	font-size: 55px;
	color: #ffffff;

	line-height: 65px;
	text-align: center;
}

#part1 > .design2-title > img {
	position: absolute;

	top: -252px;
	left: 437px;
}

#part1 > .design2-description {
	margin-top: 70px;

	width: 262px;
	font-size: 27px;
	line-height: 32px;
	color: #ffffff;
  text-align: center;
}

#part1 > .design2-description2 {
	margin-top: 38px;

	font-size: 27px;
	color: #ffffff;
  text-align: center;
}

#part1 > .design2-description2  > img {
	position: absolute;
	top: -63px;
	right: -26px;
}

#part1 > .design2-image {
	margin-top: 127px;
}

#part1 > .design2-image > .design2-round {
	position: absolute;
	width: 457px;
	height: 40px;

	background-image: url(images/round_01.png);
	background-repeat: no-repeat;
	background-size: cover;

	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	
	top: -40px;
	left: 50%;
	margin-left: -223px;
}

#part2 {
	position: relative;

	width: 100%;
	height: 810px;
	background-color:	#ffa8a8;

	display: flex;
	flex-direction: column;
	align-items: center;
}

#part2 > .design2-description3 {
	margin-top: 130px;

	font-size: 27px;
	color: #ffffff;
	text-align: center;
	line-height: 32px
}

#part2 > .design2-icon {
	margin-top: 96px;
}

#part2 > .design2-button {
	display: block;

	margin-top: 18px;

	width: 721px;
	height: 146px;

	background-image: url(images/btn_01.png);
	background-repeat: no-repeat;
	background-size: cover;

	font-size: 42px;
	color: #ffffff;
	text-align: center;

	line-height: 177px;
	cursor: pointer;
	text-decoration: none;
}

#part2 > .design2-description4 {
	margin-top: 14px;

	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.design2-footer {
	position: absolute;
	bottom: 51px;
	width: 935px;
	left: 50%;
	margin-left: -467px;
	font-size: 18px;
	
	color:	#ffffff;
	
	text-align: center;
	
	line-height: 22px;
}

.design2-footer > div {
	display: inline-block;
}

.design2-nm-hide {
	display: none;
}

.design2-m-hide {
	display: inline-block;
}