#fb-fix {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 50%;
	width: 143px;
	height: 63px;
	margin-left: -71.5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#fb-fix.hide {
	bottom: -70px;
}

#contents .item {
	width: 300px;
	margin: 0 auto;
}

#main {
	position: relative;
	overflow: hidden;
	background-color: #000;
}

#main .vis {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#intro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom: 55px;
	text-align: center;
	background-color: #c1241e;
	background-image: url('../image/intro_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#intro .ttl {
	padding-bottom: 25px;
	text-align: center;
}

#intro .txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	width: 300px;
	margin: 0 auto;
	color: #fff;
}

#intro .txt span {
	font-size: 22px;
}

#campaign1 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff600;
	background-image: url('../image/cp1_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#campaign1 .tag {
	position: absolute;
	top: -44px;
	left: 50%;
	width: 116px;
	margin: 0 auto 0;
	margin-left: -58px;
}

#campaign1 .ttl {
	text-align: center;
	color: #c31b23;
}

#campaign1 .item.idx1 {
	min-height: 330px;
}

#campaign1 .trigger {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c31b23;
	background-image: url(../image/cp1-btntxt_off.png);
	background-repeat: no-repeat;
	background-position: 96% 14px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign1 .trigger img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#campaign1 .content {
	display: none;
}

#campaign1 .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 25px auto;
	text-align: left;
	color: #c31b23;
}

#campaign1 .period {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign1 .itm {
	margin-top: 2px;
}

#campaign1 .itm:first-child {
	margin-top: 0;
}

#campaign1 .comingsoon {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c31b23;
}

#campaign1 .comingsoon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#campaign1 .oubo {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c31b23;
	background-repeat: no-repeat;
	background-position: 96% 12px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#campaign1 .oubo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#campaign1 .search {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c31b23;
	background-image: url(../image/cp1-btntxt_off.png);
	background-repeat: no-repeat;
	background-position: 96% 12px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#campaign1 .search img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#campaign2 {
	position: relative;
	padding-bottom: 67px;
	background-color: #0688d2;
	background-image: url('../image/cp2_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#campaign2 .tag {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 123px;
	margin: 0 auto 0;
	margin-left: -61.75px;
}

#campaign2 .ttl {
	padding-top: 60px;
	text-align: center;
}

#campaign2 .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 10px auto;
	color: #fff;
}

#campaign2 .getsystem {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 13px;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff600;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign2 .getsystem .content {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign2 .getsystem .trigger {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	background-image: url(../image/cp2_1-btntxt_off.png);
	background-repeat: no-repeat;
	background-position: 96% 14px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign2 .getsystem .trigger.on {
	background-image: url(../image/cp2_1-btntxt_on.png);
	background-repeat: no-repeat;
	background-position: 96% 14px;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#campaign2 .getsystem .trigger img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#campaign2 .getsystem h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	width: 260px;
	margin: 0 auto;
	text-align: center;
	color: #058ad2;
}

#campaign2 .getsystem h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	width: 260px;
	margin: 20px auto 5px;
	text-align: left;
	color: #058ad2;
}

#campaign2 .getsystem .txt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	width: 260px;
	margin: 12px auto;
	color: #058ad2;
}

#campaign2 .getsystem .place {
	font-size: 14px;
	line-height: 1.5;
	width: 260px;
	margin: 5px auto 20px;
	color: #058ad2;
}

#campaign2 .getsystem .notes {
	font-size: 12px;
	line-height: 1.5;
	width: 260px;
	margin: 12px auto 0;
	color: #058ad2;
}

#campaign2 .copypaste .wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 4px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #006fc4;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign2 .copypaste .wrapper h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	border-bottom: solid 4px #fff;
}

#campaign2 .copypaste .wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 auto;
	padding: 18px 0 0 0;
	text-align: center;
	letter-spacing: -.1em;
	color: #fff;
}

#campaign2 .copypaste .wrapper h4 .strg {
	font-size: 19px;
	letter-spacing: 0;
	color: #fbf403;
}

#campaign2 .copypaste .wrapper .trigger {
	background-image: url(../image/cp2_copypaste-triggerarrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	-moz-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#campaign2 .copypaste .wrapper .trigger.on {
	background-image: none;
}

#campaign2 .copypaste .wrapper .area {
	display: none;
	padding-top: 18px;
}

#campaign2 .copypaste .wrapper .type1 {
	border-bottom: solid 4px #fff;
}

#campaign2 .copypaste .wrapper .type1 h4 {
	background-image: url(../image/cp2_copypaste-img1.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	-moz-background-size: 44px 41px;
	-o-background-size: 44px 41px;
	background-size: 44px 41px;
}

#campaign2 .copypaste .wrapper .type2 h4 {
	background-image: url(../image/cp2_copypaste-img2.png);
	background-repeat: no-repeat;
	background-position: 10px 17px;
	-moz-background-size: 44px 42px;
	-o-background-size: 44px 42px;
	background-size: 44px 42px;
}

#campaign2 .copypaste .wrapper .type1,
#campaign2 .copypaste .wrapper .type2 {
	padding-bottom: 18px;
}

#campaign2 .copypaste .wrapper textarea {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	margin: 0 auto;
	padding: 10px;
	resize: none;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#campaign2 .copypaste .underarrow {
	position: relative;
	top: -4px;
	text-align: center;
}

#campaign2 .share {
	zoom: 1;
	width: 168px;
	margin: 18px auto 0;
}

#campaign2 .share:after {
	display: block;
	clear: both;
	content: '';
}

#campaign2 .share .tw {
	float: left;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

#campaign2 .share .fb {
	float: right;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

#campaign3 {
	position: relative;
	padding-top: 56px;
	padding-bottom: 45px;
	background-color: #9300f8;
	background-image: url('../image/cp3_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#campaign3 .tag {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 131px;
	margin: 0 auto 0;
	margin-left: -66px;
}

#campaign3 .ttl {
	text-align: center;
}

#campaign3 .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 10px auto;
	color: #fff;
}

#campaign3 .timeprogram {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 13px;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#eventsearch {
	position: relative;
	padding-top: 75px;
	background-color: #c31b23;
	background-image: url('../image/eventsearch_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#eventsearch .tag {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 131px;
	margin: 0 auto 0;
	margin-left: -61px;
}

#eventsearch .ttl {
	text-align: center;
}

#eventsearch .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 10px auto;
	text-align: left;
	color: #fff;
}

#eventsearch .links {
	font-size: 0;
	width: 320px;
	margin: 0 auto;
	text-align: center;
}

#eventsearch .links .linkitm {
	display: inline-block;
	margin: 3px;
}

#eventsearch .links .linkitm a {
	display: block;
	overflow: hidden;
	width: 95px;
	height: 95px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#eventsearch .pickup {
	padding-top: 20px;
	padding-bottom: 30px;
}

#eventsearch .pickup h3 {
	text-align: center;
}

#eventsearch .pickup .view-area {
	overflow: hidden;
	width: 300px;
	margin: 8px auto;
	-webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
}

#eventsearch .pickup .slide-wrap .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	text-align: center;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#eventsearch .pickup .slide-nav {
	zoom: 1;
	width: 300px;
	margin: 0 auto;
}

#eventsearch .pickup .slide-nav:after {
	display: block;
	clear: both;
	content: '';
}

#eventsearch .pickup .slide-nav .slick-prev {
	float: left;
	overflow: hidden;
	width: 134.5px;
	height: 34.5px;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(../image/eventsearch_pickup-prev.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

#eventsearch .pickup .slide-nav .slick-next {
	float: right;
	overflow: hidden;
	width: 134.5px;
	height: 34.5px;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(../image/eventsearch_pickup-next.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

#eventsearch .ticket {
	position: relative;
	padding-bottom: 60px;
	background-color: #73181f;
}

#eventsearch .ticket .topbg {
	position: relative;
	top: -22px;
}

#eventsearch .ticket h3 {
	font-size: 15px;
	line-height: 1.2;
	position: relative;
	padding: 6px 0 10px;
	text-align: center;
	color: #fffc00;
}

#eventsearch .ticket h3 .eplus {
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -9em;
}

#eventsearch .ticket .txt {
	font-size: 11px;
	width: auto;
	margin: 0 auto 5px;
	text-align: center;
	color: #fffc00;
}

#eventsearch .ticket .btn {
	position: relative;
	display: block;
	width: 100%;
	width: 300px;
	height: 46px;
	margin: 12px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff600;
}

#eventsearch .ticket .btn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#invite {
	position: relative;
	padding-top: 70px;
	padding-bottom: 25px;
	background-image: url('../image/eventsearch_invite-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#invite .tag {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 122px;
	margin: 0 auto 0;
	margin-left: -64.25px;
}

#invite .invitecheck {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	margin: 0 auto;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2395dd;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#invite .invitecheck h2 {
	font-size: 19px;
	line-height: 1.2;
	padding: 6px 0 10px;
	text-align: center;
	color: #fff600;
}

#invite .invitecheck .wrapper {
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#invite .invitecheck .wrapper .txt {
	font-size: 12px;
	width: auto;
	margin: 0 auto 10px;
	color: #2395dd;
}

#invite .invitecheck .wrapper .btn {
	position: relative;
	display: block;
	width: 260px;
	width: 100%;
	height: 46px;
	height: 40px;
	margin: 5px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #2395dd;
}

#invite .invitecheck .wrapper .btn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#webnazo {
	position: relative;
	padding-top: 100px;
	padding-bottom: 45px;
	background-color: #54a009;
	background-image: url('../image/webnazo_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#webnazo .tag {
	position: absolute;
	top: -10px;
	left: 50%;
	width: 122px;
	margin: 0 auto 0;
	margin-left: -52px;
}

#webnazo .ttl {
	text-align: center;
}

#webnazo .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 10px auto;
	text-align: left;
	color: #fff;
}

#webnazo .idx1 .roundbtn {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff600;
}

#webnazo .idx1 .roundbtn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#special {
	position: relative;
	padding-top: 47px;
	padding-bottom: 30px;
	background-color: #ff6363;
	background-image: url('../image/special_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}

#special .tag {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 153px;
	margin: 0 auto 0;
	margin-left: -73px;
}

#special .ttl {
	margin-top: 15px;
	text-align: center;
}

#special .txt {
	font-size: 14px;
	line-height: 1.6;
	width: 300px;
	margin: 9px auto 12px;
	text-align: left;
	color: #fff;
}

#special .item {
	padding-bottom: 30px;
}

#special .idx1 .roundbtn {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #008ada;
}

#special .idx1 .roundbtn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#special .idx2 .ytarea {
	position: relative;
}

#special .idx2 .ytarea .player-wrap {
	visibility: hidden;
}

#special .idx2 .ytarea .yt-thumb {
	position: absolute;
	top: 0;
	left: 0;
}

#special .idx2 .directed {
	margin-top: 6px;
	margin-right: 6px;
	text-align: center;
}

#special .idx3 .roundbtn {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff600;
}

#special .idx3 .roundbtn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.remodal.cp {
	padding: 0;
	background-color: #000;
}

.remodal.cp h1 {
	font-size: 16px;
	line-height: 1;
	padding: 15px 0 5px 10px;
	text-align: left;
	color: #fff;
}

.remodal.cp .block {
	position: relative;
}

.remodal.cp .block .tag-group {
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
}

.remodal.cp .block .tag-group .tag {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	padding: 5px 7px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.remodal.cp .block .date {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 4px;
	right: 10px;
	color: #fff;
}

.remodal.cp .btn-special {
	position: relative;
	display: block;
	width: 100%;
	width: 260px;
	height: 46px;
	margin: 20px auto 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #c31b23;
}

.remodal.cp .btn-special img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.remodal.cp.cp1 .t1 {
	background-color: #b2211c;
}

.remodal.cp.cp1 .t2 {
	background-color: #2593e2;
}

.remodal.cp.cp1 .t3 {
	background-color: #31df00;
}

.remodal.cp.cp2 .t1 {
	background-color: #fe9300;
}

.remodal.cp.cp2 .t2 {
	background-color: #ba23e5;
}

.remodal.cp.cp2 .t3 {
	background-color: #0078e6;
}

.remodal.cp.cp3 .t1 {
	background-color: #fe9200;
}

.remodal.cp.cp3 .t2 {
	background-color: #2594e3;
}

.remodal.cp.cp3 .t3 {
	background-color: #a80f2a;
}

.remodal.cp.cp4 .t1 {
	background-color: #b2221c;
}

.remodal.cp.cp4 .t2 {
	background-color: #2593e2;
}

.remodal.cp.cp4 .t3 {
	background-color: #a80f2a;
}

.remodal.cp.cp5 .t1 {
	background-color: #79ad00;
}

.remodal.cp.cp5 .t2 {
	background-color: #d025e5;
}

.remodal.cp.cp5 .t3 {
	background-color: #a80f2a;
}

.remodal.cp.cp5 .btn-special {
	margin: 20px auto 10px;
}

.remodal.cp.cp5 .logo {
	margin: 0 0 10px 0;
}

.remodal.cp.cp5 .copy {
	font-size: 10px;
	color: #fff;
}

.remodal.cp.cp6 .t1 {
	background-color: #fd9200;
}

.remodal.cp.cp6 .t2 {
	background-color: #2593e2;
}

.remodal.cp.cp6 .t3 {
	background-color: #a80f2a;
}

.remodal.cp.cp7 .t1 {
	background-color: #ff6cb9;
}

.remodal.cp.cp7 .t2 {
	background-color: #be23dd;
}

.remodal.cp.cp7 .t3 {
	background-color: #007ae0;
}

.remodal.cp.cp8 .t1 {
	background-color: #00b9e0;
}

.remodal.cp.cp8 .t2 {
	background-color: #00e026;
}

.remodal.cp.cp8 .t3 {
	background-color: #e00016;
}

.bound-img {
	visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-moz-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-o-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: 0;
	filter: alpha(opacity=0);
}

.bound-img img {
	-webkit-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-moz-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-o-transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	transition: all .4s cubic-bezier(.71, 2.71, .83, .67);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.bound-img.disp {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.bound-img.disp img {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

