#tape_slide {
	padding-bottom: 100px;
}
#tape_slide ul {
	margin: auto;
	width: 971px; height: 907px;
	white-space: nowrap;
	overflow: hidden;
}
#tape_slide li {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: inline;
	right: 0;
	transition: all 800ms;
}
#btn_prev, #btn_next {
	cursor: pointer;
	position: absolute;
	top: 422px;
}
#btn_prev:hover, #btn_next:hover {
	opacity: 0.7;
}
#btn_prev img {
	transform: rotate(180deg);
}
#btn_next {
	right: 0;
}
#title_logo {
	position: absolute;
	top: 760px; left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#title_logo img {width: 470px;}
#leftbottom {
	position: absolute;
	top: 700px; left: 0;
}
#leftbottom img {
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
	transition: all 600ms;
}
#leftbottom img.on {
	opacity: 1;
}
#rightbottom {
	position: absolute;
	top: 700px; right: 0;
	width: 400px;
	z-index: 1;
}
#rightbottom img {
	position: absolute;
	top: 0; right: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all 600ms;
}
#rightbottom img:nth-of-type(n+2) {
	top: -45px; right: -50px;
}
#rightbottom img.on {
	opacity: 1;
	transform: translateY(0px);
}
#lefttop {
	position: absolute;
	top: -20px; left: 30px;
	opacity: 0;
}

/* -------------------------------------------------- */
#tape_descript {
	margin-bottom: 40px;
}
#tape_descript h2 {
	font-size: 36px;
	letter-spacing: 20px;
	padding-left: 20px;
	text-align: center;
	color: #f069a3;
	font-family: "vdl-logona",sans-serif;
}
#tape_descript p {
	text-align: center;
	line-height: 1.7;
	font-family: 'mplus-bold';
}
#tape_descript p:nth-of-type(1) {font-size: 30px;}
#tape_descript p:nth-of-type(2) {font-size: 42px;}
#tape_descript p:nth-of-type(3) {font-size: 14px;}
#tape_descript img {
	position: absolute;
	top: -20px; right: 0;
	z-index: -1;
}

/* -------------------------------------------------- */
#tape_info dl { margin-bottom: 60px; }
#tape_info dt {
	width: 215px; height: 30px;
	margin: 0 30px 10px 60px;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #f069a3;
	border-radius: 15px;
}
#tape_info dd {
	line-height: 30px;
	letter-spacing: 1px;
	font-family: 'mplus-regular';
}

/* -------------------------------------------------- */
#tape_privilege h4 {
	letter-spacing: 4px;
	font-size: 26px;
	font-family: 'mplus-regular';
}
#tape_privilege img { margin: 40px 0;}
#tape_privilege p {
	letter-spacing: 2px;
	line-height: 2;
	font-family: 'mplus-regular';
}

/* -------------------------------------------------- */
#tape_sample ul {
	margin: auto;
	width: 970px;
}
#tape_sample ul li {
	margin: 10px.0px.0px.0px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}
#tape_sample ul li:hover {
	opacity: 0.6;
}

/* -------------------------------------------------- */
#tape_image, #tape_image img {
	width: 100%;
}

/* -------------------------------------------------- */
#tape_site table {
	overflow: hidden;
	margin: auto;
	/*width: 100%;*/
}
#tape_site table span,
#tape_site table a {
	margin: 15px 10px;
	display: block;
	width: 150px; height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
#tape_site table span {
	color: #ffffff;
	background-color: #f069a3;
}
#tape_site table a {
	color: #91b9dc;
	background-color: #ffffff;
	border: 1px solid #91b9dc;
}
#tape_site td a:hover {
	color: #ffffff;
	background-color: #91b9dc;
}
#tape_site table td:first-of-type span {
	width: 250px;
}

