/* Common style */
.grid figure {
	position: relative;
	margin: 10px auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%;*/
	opacity: ;
}

.grid figure.effect-bubba figcaption {
	padding:45px 0 45px 5px;
	color: #2BA6E0;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

/* Individual effects */

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	max-width: 520px;
}
/*
figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
*/
figure.effect-bubba:hover img {
	opacity: ;
}

figure.effect-bubba:hover h2{
		line-height:1.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 35px;
    right: 63px;
    bottom: 30px;
    left: 47px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #2BA6E0;
	border-bottom: 1px solid #2BA6E0;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #2BA6E0;
	border-left: 1px solid #2BA6E0;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
font-family: "century gothic", "Helvetica Neue", Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding-right: 20px;
font-weight:bold;
	line-height:1.2;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
	font-size: 25px;
}

figure.effect-bubba a{
		color:#2BA6E0;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

div.itv_hoka{
	overflow:hidden;
	width:100%;
	margin:0 auto;
	text-align: center;

	padding:50px 0;
}
div.hoka_g{
	float:none;
	text-align: center;
	margin-left:0;
display: -moz-inline-box; /* For FF<3 */
 -moz-box-orient: vertical; /* For FF<3 */
 display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on block elements - see conditional below */
 vertical-align: top; /* explicitly declare your preference as Moz inline-box auto aligns to top */
 text-align: center; /* to left align text within divs when container has been set to center */
}

div.hoka_g:nth-child(even){
	padding:0 20px;
}

figure.effect-lexi{
	max-width: 250px;
    max-height: 250px;
	background:rgba(84,194,240,0.4); /* FF3.6+ */

border-radius:250px;
-o-border-radius: 250px;
-moz-border-radius: 250px;
-webkit-border-radius: 250px;
}

figure.effect-lexi img {
	margin:;
	max-width: none;
	width: ;
	height: auto;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi img.bute_M {
	display:none;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -50;
	bottom: -50;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 20px 70px 0;
    width: 120px;
    text-align: right;
    opacity: 0;
	font-size: 18px;
		font-family: "century gothic", "Helvetica Neue", Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color:#000;
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}