/*================================================================================================*/
/*about rc =========================================================================================*/
/*================================================================================================*/
body#aboutrc main > div > div:nth-child(1) {
	margin-bottom: 100px;
}
@media all and (max-width: 768px) {
body#aboutrc main > div > div:nth-child(1) {
	margin-bottom: 50px;
}
}
body#aboutrc main > div > div > div {
	margin-bottom: 30px;
}
body#aboutrc main > div > div > div {
	line-height: 1.7em;
}
body#aboutrc main > div > div > div a {
	color: #000;
}
body#aboutrc main > div > div > div:nth-child(1) span {
	color: #E83921;
}
body#aboutrc main > div > div > div:nth-child(2) span {
	color: #F6AB00;
}
body#aboutrc main > div > div > div:nth-child(3) span {
	color: #EB6E8E;
}
body#aboutrc main > div > div > div:nth-child(4) span {
	color: #C4D700;
}
body#aboutrc main > div > div > div:nth-child(5) span {
	color: #00A84E;
}
body#aboutrc main > div > div > div:nth-child(6) span {
	color: #0068B7;
}
body#aboutrc main > div > div > div:nth-child(7) span {
	color: #B60081;
}
body#aboutrc main > div > div > div:nth-child(7) > div:nth-child(2) {
	width: 100%;
	height: 15px;
	background-image: url("../../assets/img/svg/kihara.svg");
	background-repeat: no-repeat;
	background-position: 20px 0px;
	background-size: contain;
	margin-top: 20px;
}
@media all and (max-width: 768px) {
body#aboutrc main > div > div > div:nth-child(7) > div:nth-child(2) {
	height: 12px;
}
}
body#aboutrc main > div > div > div:nth-child(7) > div:nth-child(3) {
	width: 100%;
	height: 250px;
	background-image: url("../../assets/img/svg/rococo_rolicoco.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin-top: 20px;
}
@media all and (max-width: 768px) {
body#aboutrc main > div > div > div:nth-child(7) > div:nth-child(3) {
	height: 180px;
}
}
body#aboutrc main > div > div > div:nth-child(8) span {
	color: #e60012;
}
body#aboutrc main > div > div > div:nth-child(8) > div {
	width: 100%;
	height: 70px;
	background-image: url("../../assets/img/svg/song.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 59%;
	margin-top: 20px;
	cursor: pointer;
}
@media all and (max-width: 768px) {
body#aboutrc main > div > div > div:nth-child(8) > div {
	width: 100%;
	height: 70px;
	background-image: url("../../assets/img/svg/song.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90%;
	margin-top: 20px;
	cursor: pointer;
}
}
body#aboutrc main > div > div > div:nth-child(9) span {
	color: #54c3f1;
}

div#memorialsong {
	width: 100%;
	height: 100%;
	background-color: rgba(198, 198, 198, 0.78);
	position: fixed;
	z-index: 999;
	visibility: hidden;
	top: 0;
}
@media all and (max-width: 768px) {
div#memorialsong {
	width: 100%;
	height: 100%;
}
}
div#memorialsong > div {
	width: 100%;
	height: 100%;
	position: relative;
}
div#memorialsong > div > div {
	width: 500px;
	height: 600px;
	background-image: url("../../assets/img/svg/kyascomment.svg");
	background-repeat: no-repeat;
	background-position: center 20%;
	background-size: 100%;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 768px) {
div#memorialsong > div > div {
	width: calc(100% - 40px);
	height: 410px;
	top: 100px;
	transform: translateY(0%);
	left: 50%;
	transform: translateX(-50%);
}
}
div#memorialsong > div > div > div {
	width: 100%;
	height: 100%;
	position: relative;
}
div#memorialsong > div > div > div:nth-child(1) {
	width: 350px;
	height: 40px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}
@media all and (max-width: 768px) {
div#memorialsong > div > div > div:nth-child(1) {
	width: 200px;
	bottom: 45px;
	left: 50%;
}
}
div#memorialsong > div > div > div:nth-child(1) audio {
	width: 100%;
	height: 100%;
}
div#memorialsong > div > div > div:nth-child(2) {
	width: 80px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 15px;
}
@media all and (max-width: 768px) {
div#memorialsong > div > div > div:nth-child(2) {
	width: 60px;
	height: 20px;
	top: 16px;
	right: 10px;
}
}
div#memorialsong > div > div > div:nth-child(2) button {
	width: 100%;
	height: 100%;
	background-color: #D4E5EF;
	border-radius: 7px;
	font-size: 0.9em;
	font-weight: bold;
	cursor: pointer;
}
