@charset "utf-8";
@media screen and (max-width: 640px) {

.main_image {
	border-bottom: none;
	border-top: none;
}
}

/*==============
　MAIN IMAGE
================*/

#index-slider-area {
	width: 100%;
	height: 610px;
	float: left;
	position: relative;
	overflow: hidden;
}

#index-slider-area .slide-box {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 600px;
	left: 0;
	top: 0;
}

#index-slider-area .slide-box:first-child {
	position: relative;
	display: block;
	float: left;
}

/*pager*/

.pager-area {
	width: 100%;
	float: left;
	padding: 25px 0 10px 25px;
	margin-bottom: 10px;
	background: url("../../index.html") center bottom no-repeat;
}

.pager-area ul li {
	width: 30%;
	float: left;
	display: inline;
	margin: 0 1%;
	cursor: pointer;
}

.pager-area ul li, .pager-area ul li * {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
@media screen and (min-width: 481px) {

.pager-area ul li {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.pager-area ul li.rslides_here {
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}
}

.pager-area ul li a img {
	width: 100%;
	height: auto;
}

.pager-area ul li a .sp {
	display: none;
}

/**/

.rslides_here {
	box-shadow: 0 0 0 3px #A79476;
	background: #A79476;
}

.topslide_2_btn.rslides_here {
	box-shadow: 0 0 0 3px #A79476 !important;
	background: #A79476 !important;
}

.sp-plan_btn.rslides_here {
	box-shadow: 0 0 0 3px #A79476 !important;
	background: #A79476 !important;
}
@media screen and (max-width: 960px) {

#index-slider-area {
	height: 550px;
}

#index-slider-area, #index-slider-area div {
	height: 550px;
}

#index-slider-area div.infoBox, #index-slider-area div.infoBox .text-box {
	height: 220px;
}

#index-slider-area .slide-box {
	height: 550px;
}

/*pager*/

.pager-area ul li {
	width: 32%;
	margin: 0 0.5%;
}
}
@media screen and (max-width: 480px) {

#index-slider-area {
	height: 400px;
}

#index-slider-area, #index-slider-area div {
	height: 400px;
}

#index-slider-area .slide-box {
	height: 400px;
}

#index-slider-area div.infoBox, #index-slider-area div.infoBox .text-box {
	height: 400px;
}

/*pager*/

.pager-area {
	width: 100%;
	float: left;
	padding: 0 0 15px;
	background-size: auto 15px;
}

.pager-area ul li {
	width: 33.3333%;
	margin: 0;
}

.pager-area ul li a .sp {
	display: block;
}

.pager-area ul li a .pc {
	display: none;
}

.pager-area .2015pg_btn.rslides_here, .pager-area .topslide_2_btn.rslides_here, .pager-area .sp-plan_btn.rslides_here, .rslides_here {
	box-shadow: none !important;
}

.rslides_here img {
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
}

/*rest*/

#index_top h1 {
	margin-top: 0 !important;
}
}

/*=========================
　スライド2
===========================*/

.topslide_2 {
	position: relative;
	border-bottom: solid 5px #A79476;
	border-top: solid 5px #A79476;
}

.topslide_2 .en, .topslide_2 .en * {
	font-family: 'Coda', cursive;
	font-weight: 800;
	letter-spacing: -1px;
}

/*テキスト*/

.topslide_2 .inner {
	width: 900px;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -450px;
	z-index: 10;
}

.topslide_2 .inner > * {
	width: 100%;
	text-align: center;
	position: absolute;
}

/*h2*/

.topslide_2 .inner h2 {
	position: absolute;
	bottom: 50px;
	font-size: 60px;
	color: #fff;
	text-shadow: 1px 2px 4px #555;
}

.topslide_2 .inner h2 span {
	font-size: 84px;
	color: #fff;
	text-shadow: 1px 2px 4px #555;
}

/*text*/

.topslide_2 .inner .text {
	top: 0;
}

.topslide_2 .inner .text > * {
	display: block;
	color: #fff;
	text-shadow: 1px 2px 4px #555;
}

.topslide_2 .inner .text .year {
	font-size: 80px;
	line-height: 0.8em;
	letter-spacing: 8px;
}

.topslide_2 .inner .text .day {
	font-size: 24px;
	line-height: 1.2em;
}

.topslide_2 .inner .text .shop {
	font-size: 30px;
}

/*link*/

.topslide_2 .inner .link {
	width: 300px;
	height: 40px;
	left: 50%;
	bottom: 0;
	margin-left: -150px;
	text-align: center;
}

.topslide_2 .inner .link a {
	display: block;
	background: #A79476;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.topslide_2 .inner .link a span {
	text-shadow: none;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.topslide_2 .inner p a:hover {
	background: #fff;
}

.topslide_2 .inner p a:hover span {
	color: #A79476;
}

/*背景*/

.topslide_2 .back-image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	background: url("../../img/event_sl/main2.jpg") 50% 80% no-repeat;
	background-size: cover;
}

/**/

.topslide_2 .inner .text, .topslide_2 .inner h2 {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(3);
	-moz-transform: scale(3);
	-ms-transform: scale(3);
	-o-transform: scale(3);
	-webkit-transform: scale(2);
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}

.topslide_2 .back-image {
	transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.topslide_2.rslides1_on .back-image, .topslide_2.rslides1_on .inner h2, .topslide_2.rslides1_on .inner .text {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}
@media screen and (max-width: 960px) {

.topslide_2 .back-image {
	background: url("../../img/event_sl/main2.jpg") 50% 0% no-repeat;
	background-size: auto 115%;
}

.topslide_2 .inner h2 {
	bottom: 35%;
}

.topslide_2 .inner .link {
	bottom: 30px;
}
}
@media screen and (max-width: 640px) {

.topslide_2 {
	border-bottom: none;
	border-top: none;
}

.topslide_2 .inner h2 {
	bottom: auto;
	top: 30px;
	font-size: 31px;
}

.topslide_2 .inner h2 span {
	font-size: 45px;
}

.topslide_2 .inner .text {
	width: 280px;
	left: 50%;
	margin-left: -140px;
	top: 30%;
}

.topslide_2 .inner .text span {
	display: block;
}

.topslide_2 .inner .text .year {
	width: 45%;
	height: 60px;
	line-height: 60px;
	padding-top: 5px;
	float: left;
	display: inline;
	font-size: 44px;
	line-height: 0.8em;
	letter-spacing: 1px;
}

.topslide_2 .inner .text .day {
	width: 55%;
	line-height: 30px;
	float: right;
	font-size: 14px;
	line-height: 1.2em;
}

.topslide_2 .inner .text .shop {
	width: 55%;
	line-height: 30px;
	float: right;
	font-size: 16px;
}

.topslide_2 .inner h2, .topslide_2 .inner h2 span, .topslide_2 .inner .text > * {
	text-shadow: 1px 1px 2px #888;
}

.topslide_2 .inner .link {
	bottom: 10px;
}

.topslide_2 .inner .link {
	width: 240px;
	margin-left: -120px;
}

.topslide_2 .inner .link a {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
}
}

/*=========================
　スライド3
===========================*/

.sp-plan {
	position: relative;
	border-bottom: solid 5px #A79476;
	border-top: solid 5px #A79476;
	background: #eee;
}

.sp-plan .sp_back {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../../s_contents/2015_sp/img/back/index_img.jpg") 50% 50% repeat;
}

/**/

.sp-plan .spTitle {
	width: 500px;
	height: 100%;
	position: absolute;
	margin-left: -250px;
	left: 50%;
	top: 0;
	z-index: 11;
	background: #fff;
}

.sp-plan .spTitle .box {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 100px;
}

.sp-plan .spTitle .box span {
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}

.sp-plan .spTitle .box span {
	font-size: 70px;
	line-height: 60px;
	display: inline-block;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

.sp-plan.rslides1_on .spTitle .box span {
	opacity: 1;
	filter: alpha(opacity=100);
}

/**/

.sp-plan .spTitle .text {
	width: 90%;
	float: left;
	text-align: center;
	margin: 40px 5% 10px;
	padding: 15px 0;
	background: url("../../s_contents/2015_sp/img/back/index_back.png") 50% 50% no-repeat;
}

.sp-plan .spTitle .text span {
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
}

.sp-plan .spTitle .text span {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 3s ease-in-out;
	-moz-transition: 3s ease-in-out;
	-o-transition: 3s ease-in-out;
	transition: 3s ease-in-out;
}

.sp-plan.rslides1_on .spTitle p span {
	opacity: 1;
	filter: alpha(opacity=100);
}

/**/

.sp-plan .spTitle .more {
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -70px;
}

.sp-plan .spTitle .more a {
	width: 140px;
	height: 40px;
	display: block;
	padding: 50px 0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #FFFF4C;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.sp-plan .spTitle .more a {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	-webkit-transform: scale(0.6);
}

.sp-plan.rslides1_on .spTitle .more a {
	color: #fff;
	background: #A79476;
	transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

.sp-plan.rslides1_on .spTitle .more a:hover {
	background: #85CCF2 !important;
}
@media screen and (max-width: 960px) {

.sp-plan .spTitle {
	width: 360px;
	margin-left: -180px;
}

.sp-plan .sp_back {
	height: 540px;
}
}
@media screen and (max-width: 640px) {

.sp-plan {
	border-bottom: none;
	border-top: none;
}

.sp-plan .spTitle {
	height: 80%;
	top: 12%;
	background: rgba(255,255,255,0.8);
}

.sp-plan .spTitle .box {
	margin-top: 40px;
}

.sp-plan .spTitle .box img {
	width: 80%;
}

.sp-plan .spTitle .text {
	margin: 20px 5% 10px;
}

.sp-plan .spTitle .more {
	width: 120px;
	height: 120px;
	margin-left: -60px;
	bottom: 30px;
}
}
@media screen and (max-width: 480px) {

.sp-plan .sp_back {
	height: 400px;
}

.sp-plan .spTitle {
	width: 250px;
	margin-left: -125px;
	height: 75%;
	top: 15%;
}

.sp-plan .spTitle .box {
	margin-top: 20px;
}

.sp-plan .spTitle .box span {
	font-size: 50px;
	line-height: 50px;
}

.sp-plan .spTitle .text {
	margin: 5px 5%;
	background-size: contain;
}

.sp-plan .spTitle .text span {
	font-size: 14px;
}

.sp-plan .spTitle .more {
	width: 100%;
	height: 60px;
	margin-left: 0;
	left: 0;
	bottom: 0px;
}

.sp-plan .spTitle .more a {
	transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	-webkit-transform: scale(0.6);
}

.sp-plan .spTitle .more a {
	width: 100%;
	height: 100%;
	line-height: 60px;
	padding: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
}
}

/*================================
　animation/ タイトル文字
================================*/

.font-y {
	color: #F4DD00 !important;
}

.font-p {
	color: #A79476 !important;
}

.font-b {
	color: #85CDF2 !important;
}

.font-o {
	color: #FFA54C !important;
}

/**/

.spTitle .box span.txt1 {
	transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-moz-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-ms-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-o-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-webkit-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	transform-origin: 20px -20px;
	-moz-transform-origin: 20px -20px;
	-ms-transform-origin: 20px -20px;
	-o-transform-origin: 20px -20px;
	-webkit-transform-origin: 20px -20px;
}

.spTitle .box span.txt2 {
	transform: matrix3d(1, 3, 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(60deg);
	-moz-transform: matrix3d(1, 3, 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(60deg);
	-ms-transform: matrix3d(1, 3, 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(60deg);
	-o-transform: matrix3d(1, 3, 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(60deg);
	-webkit-transform: matrix3d(1, 3, 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(60deg);
	transform-origin: -10px 20px;
	-moz-transform-origin: -10px 20px;
	-ms-transform-origin: -10px 20px;
	-o-transform-origin: -10px 20px;
	-webkit-transform-origin: -10px 20px;
}

.spTitle .box span.txt3 {
	transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-moz-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-ms-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-o-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-webkit-transform: matrix3d(2, 5, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	transform-origin: -500px -20px;
	-moz-transform-origin: -500px -20px;
	-ms-transform-origin: -500px -20px;
	-o-transform-origin: -500px -20px;
	-webkit-transform-origin: -500px -20px;
}

.spTitle .box span.txt4 {
	transform: matrix3d(2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-moz-transform: matrix3d(2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-ms-transform: matrix3d(2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-o-transform: matrix3d(2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-webkit-transform: matrix3d(2, 2, 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
}

.spTitle .box span.txt5 {
	transform: matrix3d(1, 1, 0, 0, 6, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-300deg);
	-moz-transform: matrix3d(1, 1, 0, 0, 6, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-300deg);
	-ms-transform: matrix3d(1, 1, 0, 0, 6, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-300deg);
	-o-transform: matrix3d(1, 1, 0, 0, 6, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-300deg);
	-webkit-transform: matrix3d(1, 1, 0, 0, 6, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-300deg);
	transform-origin: 5px -30px;
	-moz-transform-origin: 5px -30px;
	-ms-transform-origin: 5px -30px;
	-o-transform-origin: 5px -30px;
	-webkit-transform-origin: 5px -30px;
}

.spTitle .box span.txt6 {
	transform: matrix3d(1, 2, 0, 0, 5, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1200deg);
	-moz-transform: matrix3d(1, 2, 0, 0, 5, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1200deg);
	-ms-transform: matrix3d(1, 2, 0, 0, 5, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1200deg);
	-o-transform: matrix3d(1, 2, 0, 0, 5, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1200deg);
	-webkit-transform: matrix3d(1, 2, 0, 0, 5, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1200deg);
}

.spTitle .box span.txt7 {
	transform: matrix3d(2, 1, 0, 0, 5, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-50deg);
	-moz-transform: matrix3d(2, 1, 0, 0, 5, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-50deg);
	-ms-transform: matrix3d(2, 1, 0, 0, 5, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-50deg);
	-o-transform: matrix3d(2, 1, 0, 0, 5, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-50deg);
	-webkit-transform: matrix3d(2, 1, 0, 0, 5, 4, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-50deg);
	transform-origin: 50px 30px;
	-moz-transform-origin: 50px 30px;
	-ms-transform-origin: 50px 30px;
	-o-transform-origin: 50px 30px;
	-webkit-transform-origin: 50px 30px;
}

.spTitle .box span.txt8 {
	transform: matrix3d(2, 1, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-moz-transform: matrix3d(2, 1, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-ms-transform: matrix3d(2, 1, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-o-transform: matrix3d(2, 1, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-webkit-transform: matrix3d(2, 1, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	transform-origin: 5px -100px;
	-moz-transform-origin: 5px -100px;
	-ms-transform-origin: 5px -100px;
	-o-transform-origin: 5px -100px;
	-webkit-transform-origin: 5px -100px;
}

.spTitle .box span.txt9 {
	transform: matrix3d(2, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1205deg);
	-moz-transform: matrix3d(2, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1205deg);
	-ms-transform: matrix3d(2, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1205deg);
	-o-transform: matrix3d(2, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1205deg);
	-webkit-transform: matrix3d(2, 2, 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-1205deg);
}

.spTitle .box span.txt10 {
	transform: matrix3d(1, 3, 0, 0, 4, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(600deg);
	-moz-transform: matrix3d(1, 3, 0, 0, 4, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(600deg);
	-ms-transform: matrix3d(1, 3, 0, 0, 4, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(600deg);
	-o-transform: matrix3d(1, 3, 0, 0, 4, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(600deg);
	-webkit-transform: matrix3d(1, 3, 0, 0, 4, 5, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(600deg);
	transform-origin: -10px 220px;
	-moz-transform-origin: -10px 220px;
	-ms-transform-origin: -10px 220px;
	-o-transform-origin: -10px 220px;
	-webkit-transform-origin: -10px 220px;
}

.spTitle .box span.txt11 {
	transform: matrix3d(2, 2, 0, 0, 7, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-moz-transform: matrix3d(2, 2, 0, 0, 7, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-ms-transform: matrix3d(2, 2, 0, 0, 7, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-o-transform: matrix3d(2, 2, 0, 0, 7, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
	-webkit-transform: matrix3d(2, 2, 0, 0, 7, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1) rotate(-145deg);
}

.spTitle .box span.txt12 {
	transform: matrix3d(2, 2, 0, 0, 6, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(-180deg);
	-moz-transform: matrix3d(2, 2, 0, 0, 6, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(-180deg);
	-ms-transform: matrix3d(2, 2, 0, 0, 6, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(-180deg);
	-o-transform: matrix3d(2, 2, 0, 0, 6, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(-180deg);
	-webkit-transform: matrix3d(2, 2, 0, 0, 6, 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(-180deg);
	transform-origin: -28px 120px;
	-moz-transform-origin: -28px 120px;
	-ms-transform-origin: -28px 120px;
	-o-transform-origin: -28px 120px;
	-webkit-transform-origin: -28px 120px;
}

.spTitle .box span.txt13 {
	transform: matrix3d(2, 2, 0, 0, 3, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(980deg);
	-moz-transform: matrix3d(2, 2, 0, 0, 3, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(980deg);
	-ms-transform: matrix3d(2, 2, 0, 0, 3, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(980deg);
	-o-transform: matrix3d(2, 2, 0, 0, 3, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(980deg);
	-webkit-transform: matrix3d(2, 2, 0, 0, 3, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 1) rotate(980deg);
	transform-origin: -100px 0px;
	-moz-transform-origin: -100px 0px;
	-ms-transform-origin: -100px 0px;
	-o-transform-origin: -100px 0px;
	-webkit-transform-origin: -100px 0px;
}

.sp-plan.rslides1_on .spTitle .box span {
	transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	-o-transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
