@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#3f6816;
}

.fcBasic2 {
	color:#73AC2D;
}

.fcBasic3 {
	color:#a71717;
}




/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	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%;
}


/* Roxy  */


.f-roxy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-roxy1-3 {
	box-sizing: border-box;
	width: 33.3%;
}

figure.effect-roxy {
	background:rgba(255,255,255,1);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	background:rgba(255,255,255,.75);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}
figure.effect-roxy figcaption p{
	padding-top:50px;
}
figure.effect-roxy figcaption p img{
	height:150px;
	width:auto;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure {
    margin: 0;
}
.grid a {
	display:block;
}

.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#868e96
}

@media screen and (max-width: 768px) {
	
figure.effect-roxy figcaption {
	padding: 2em 3em;
	text-align: left;
}

figure.effect-roxy figcaption p{
	padding-top:0px;
}

figure.effect-roxy img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy figcaption::before,
figure.effect-roxy p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

}


@media screen and (max-width: 600px) {
	
	figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy figcaption p{
	padding-top:50px;
}
	.f-roxy1-3 {
	box-sizing: border-box;
	width: 100%;
}
}









