@charset 'UTF-8';
body {
	background: #000;
}

.section {
	padding: 45px 0 0;
}
body.sp .section {
	min-width: 100%;
}
body.sp .section p {
	width: 100%;
}

#wrapperArea {
	background: #e0e8ed url(/applause/robot/images/section_4_bg.jpg) top center;
}
body.pc .mainSection {
	background: url(/applause/robot/special/tang/images/bg.jpg) top center no-repeat;
	background-size: 2000px auto;
}
body.sp .mainSection {
	background: url(/applause/robot/special/tang/images/bg_s.jpg) top center no-repeat;
	background-size: 100% auto;
}
body.pc .section .pageTitle {
	width: 403px;
	margin: 35px auto 120px;
}

body.sp .section .pageTitle {
	width: 51.3%;
	padding: 12% 0 0;
	margin: 0 auto 12%;
	background: transparent;
}

body .section .pageTitle img {
	width: 100%;
}

.bodyMain {
	padding: 30px 0 80px;
}
.bodyDescription {
	text-align: center;
	margin: 0 0 20px;
}
body.sp .bodyDescription {
	margin: 0 0 5vw;
}
.bodyDescription h2 {
	color: #022e4f;
	font-weight: bold;
	font-size: 24px;
}
.tangimg {
	width: 939px;
	margin: 0 auto;
}
body.sp .tangimg {
	width: 90%;
}
.tangimg img {
	width: 100%;
}

body.sp .section_sns .body {
    width: auto;
}



/* brSp brPc
-------------------------------------------------- */
body.pc .brSp {
	display: none;
}
body.sp .brSp {
	display: block;
}
