@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせ詳細 */
/* -------------------------------------------------- */
/* メインイメージ */

#secretMain {
	background: url(../img/pc_secret_fv.jpg) center center no-repeat;
}


/* #secretSe1 */
/* -------------------------------------------------- */
#secretSeWrap {
	width: 100%;
	background: #f6f6f6 none 0 0;
	margin-top: -50px;
	padding: 50px 0 0 0;
}

#secretSe1 {
	width: 980px;
	margin: 0 auto 50px;
	line-height: 1.4;
}

.secretTit1 {
	width: 460px;
	height: 88px;
	color: #da2805;
	font-size: 350%;
	text-align: center;
	background: rgba(0,0,0,0) url(../img/pc_secret_img6.png) 0 0;
	margin: 0 auto 20px;
	padding: 14px 0 0 0;
	/**/
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#secretSe1 h2, #secretSe2 h2, #secretSe3 h2 {
	color: #da2805;
	font-size: 350%;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 0 auto 30px;
	/**/
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#sercImage1 img {
	width: 100%;
}

.se1Txt {
	width: 780px;
	font-size: 166%;
	line-height: 1.3;
	margin: 0 auto 30px;
	/**/
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

.se2Txt, .se3Txt {
	width: 780px;
	font-size: 166%;
	line-height: 1.3;
	margin: 0 auto 50px;
}

#se1boxWrap {
	width: 640px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.se1box {
	width: 294px;
	height: 284px;
	color: #da2805;
	font-size: 200%;
	text-align: center;
	line-height: 1.2;
	background: #ffffff none 0 0;
	border: 3px solid #da2805;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
	/**/
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}
.se1box:nth-child(2) {
	margin: 0;
}

#se1boxA .se1BoxTxt {
	margin-top: 35px;
    display: block;
}

#se1boxA .se1BoxImg {
	margin-top: 50px;
    display: block;
}

#se1boxB .se1BoxTxt {
	margin-top: 20px;
    display: block;
}

#se1boxB .se1BoxImg {
	margin-top: 30px;
    display: block;
}

#se1boxC .se1BoxTxt {
	margin-top: 35px;
    display: block;
}

#se1boxC .se1BoxImg {
	margin-top: 30px;
    display: block;
}


	
	
/* #secretSe2 */
/* -------------------------------------------------- */
#secretSe2 {
	margin: 0 0 120px;
}

#secretSe2In {
	width: 980px;
	margin: 0 auto 50px;
	line-height: 1.4;
}


/* #secretSe3 */
/* -------------------------------------------------- */
#secret3In {
	width: 980px;
	margin: 0 auto 50px;
	line-height: 1.4;
}

#secret3Img {
	padding-bottom: 100px;
}

#secret3Img img {
	width: 100%;
}

/* -------------------------------------------------- */


#begiSe2 {
	width: 980px;
	margin: 0 auto 120px;
}

#begiSe2 li {
	width: 227px;
	display: block;
	float: left;
	margin-left: 20px;
}

#begiSe2 li:first-child {
	margin-left: 0;
}

#begiSe2 li a {
	width: 227px;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#begiSe2 li a:before,
#begiSe2 li a:after {
	width: 100%;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#begiSe2 li a:before {
	top: 0;
}

#begiSe2 li a:after {
	bottom: 0;
}

#begiSe2 li a:hover:before,
#begiSe2 li a:hover:after {
	height: 50%;
}

#begiSe2 li p {
	display: inline-block;
	margin-bottom: 0;
}

#begiSe2 li span {
	height: 58px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 167%;
	font-weight: bold;
	color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#begiSe2 li a:hover span {
	color: #FFFFFF;
}

#begiSe2 li p:after {
	width: 6px;
	height: 11px;
	display: block;
	content: "";
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 5;
	background: url(../img/pc_top_icon28.png) 94.5% center no-repeat;
}

#begiSe2 li a:hover p:after {
	background-image: url(../img/pc_top_icon28_2.png);
}

.fadeIn1,
.fadeIn2,
.fadeIn3 {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#serTxt2 {
	margin-bottom: 40px;
}