@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
	display:none;
	background-color: #f2f2f2;
}


.st_wrap {
	clear: both;
	width: 96%;
	max-width: 1100px;
	padding: 4% 0;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #000000;	
	overflow: hidden;
}

.st_wrap p {
	font-family: 'Tenor Sans', sans-serif;
	padding:0;
	margin:2% 0;
	line-height: 1.8em;
	font-size: 14px;
}

.st_wrap p a{
	color: #000000;
	text-decoration: none;
}

.st_wrap h1 {
    font-family: 'Marcellus', serif;
	text-align: left;
    font-weight: 400;
	font-size: 58px;
	line-height: 1.3em;
	margin: 7% 0 1%;
	padding: 0;
}

.st_wrap h2 {
	width: 500px;
    font-family: 'Marcellus', serif;
	text-align: left;
    font-weight: 400;
	font-size: 35px;
	line-height: 1.5em;
	margin: 1% 0 0;
	padding: 0;
}

.st_wrap h3 {
    font-family: 'Marcellus', serif;
	text-align: left;
    font-weight: 400;
	font-size: 26px;
	line-height: 1.5em;
	margin: 2% 0 0;
	padding: 0;
}

.sub {
	position: absolute;
	width: 14%;
	bottom: 10%;
	left: -1%;
	z-index: 10;	
}


.sub2 {
	position: absolute;
	width: 28%;
	top: 70%;
	left: -2%;
	z-index: 10;	
}

.sp {
	display:none;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.Red {
	color: #FF0004;
}

.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}


/*thumb*/
	
.thum_box {
	width: 100%;
	padding: 0;
	margin: 5% auto;
	position: relative;
}

.w_33 {
	width: 32.3%;
	margin: .5%;
}

.w_50 {
	width: 46%;
	margin: 2%;
}

.w_100 {
	width: 100%;
	position: relative;
}

.w_33:nth-child(5){
	clear:both;
}

.thum_box .w_33, .thum_box .w_50 {
	float: left;
}




.FL {
	float: left;
}
.FR {
	float: right;
}

.MT50 {
	margin-top: 50%;
}

.MT30 {
	margin-top: 30%;
}

.MT20 {
	margin-top: 20%;
}

strong {
	font-size: 115%;
	font-weight: bold;
}




/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 130px;
	margin: 10px auto 20px;
	background-color: #FFFFFF;
	border: solid 2px #000000;
	color: #000000;
}



.logo_t {
	width: 23%;
	max-width: 250px;
	margin: 6% 0 8%;
}

.logo {
	width: 50%;
	max-width: 300px;
	margin: 0 auto 50px;
}

.copyright {
	clear: both;
	text-align: center;
	font-size: 12px;
}


@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
    .st_wrap h1 {
        font-size: 23px;
    }
	
    .st_wrap h2 {
        font-size: 16px;
    }	
	
	.st_wrap h3 {
		font-size: 13px;
	}

	.st_wrap p {
		font-size: 8px;
	}
	
	.thum_box {
    	width: 100%;
    	margin: 4% auto 8%;
		padding: 0;
	}

	.w_50 {
		width: 80%;
    	margin: 2% 10%;
	}
	
	.w_100 h3 {
		font-size: 17px;
	}
	
	.w_100 p {
		font-size: 13px;
	}
	
	.MT30 {
		margin-top: 10%;
	}
	
	.sub {
		bottom: 18%;
	}
	
	.sub2 {
		top: 65%;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 70%;
		font-size: 11px;
		margin: 5% 15% 5%;
		position: relative;
	}
	
	.br_sp {
		display: block;
	}
	


	.logo {
		width: 30%;
		margin: 3% auto 6%;
	}
	
	.copyright {
		font-size: 10px;
	}	
}



/*キャプションエフェクト*/


.sample3 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sample3 .caption {
	color: #fff;
	padding-top: 80px;
	padding-left: 0px;
}

.sample3 .caption p a{
	color: #FFF;
	text-decoration: none;
}

.sample3 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.3);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.sample3:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-left: 30px;	/* 右にずらす */
}

.sample3 img {
	vertical-align: bottom;
}

@media only screen and (max-width: 750px) {
	
	.sample3 .caption {
		padding-top: 20px;
	}
	
	.sample3:hover .mask {
		padding-left: 5px;	/* 右にずらす */
	}
	
	
}
	