@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/3d/~

++++++++++++++++++++++++++++++++++++++++ */

#section_view3d {
	max-width: 980px;
	margin: 70px auto 150px;
}
#section_view3d h3 {
	margin: 0 auto 70px;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
}
#section_view3d h3 span {
	padding: 0 20px 14px;
	border-bottom: 4px solid #444;
	display: inline-block;
}

#section_view3d.dummy {
	position: relative;
}
#section_view3d.dummy::after {
	content: 'Dummy';
	position: absolute;
	left: 50%;
	bottom: 250px;
	z-index: 1;
	padding: .5em 1em;
	background: #da4058;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	transform: translateX(-50%);
}

#top_caution {
	margin: -20px 0 50px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
#top_caution span {
	color: #da4058;
}

#include3d {
	display: block;
	margin: 30px auto 0;
}

#colorCaution {
	max-width: 900px;
	margin: 20px auto 0;
	color: #da4058;
}


/* ----------------------------------------
	SP
---------------------------------------- */

@media screen and (max-width: 768px) {
	#section_view3d {
		margin: calc(60 / 750 * 100vw) 0 88px;
	}
	#section_view3d h3 {
		margin-bottom: calc(60 / 750 * 100vw);
		font-size: 24px;
	}
	#section_view3d h3 span {
		padding: 0 .5em .25em;
		border-bottom-width: 2px;
	}

	#section_view3d.dummy::after {
		bottom: calc(300 / 750 * 100vw);
		font-size: 20px;
	}

	#include3d {
		width: calc(690 / 750 * 100vw);
		height: calc(690 / 750 * 100vw);
		margin-top: calc(60 / 750 * 100vw);
	}

	#section_view3d~#cta_footer {
		margin-top: -88px;
	}
}
