@charset "utf-8";

img.over {
	opacity: 0;
}
img.over.curr {
	opacity: 1;
}

/* header */
#header {
	width: 100%;
	height: 94px;
	background-color: #fff;
	position: relative;
	z-index:1;
}
h1 {
	position: absolute;
	top: 29px;
	left: 40px;
}
#header p {
	position: absolute;
	top: 40px;
	right: 40px;
}
#header .menu {
	width: 772px;
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 25px;
}
#header ul li {
	height: 70px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 15px;
	position: relative;
}
#header ul li.campaign_close {
	opacity: 0.5;
}
#header ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#header ul li a:hover,
#header ul li a:active {
	opacity: 1;
}

#header ul li a img {
	position: relative;
	top: 0;
	left: 0;
}
#header ul li a {
	padding: 0;
}
#header ul li .icon-new {
	position: absolute;
	top: -5px;
	right: -25px;
}


#header ul li a::after {
	content: '';
	position: absolute;
	left: 2%;
	bottom: 0;
	width: 96%;
	height: 5px;
	background: #eb99ba;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
#header ul li a:hover::after,
#header ul li a:focus::after,
#header ul li.curr a::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* content */
#content {
	width: 100%;
	position: relative;
	margin-bottom: -190px;
	z-index:1;
}
h2 {
	height: 156px;
	padding-top: 60px;
}
#content .catch {
	position: absolute;
	top: 135px;
	left: 50%;
	margin: 0 0 0 -415px;
}
#content .counter {
	width: 300px;
	height: 123px;
	background-image: url(../images/header/counter_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'Bree Serif', serif;
	font-size: 32px;
	line-height: 1em;
	color: #fff;
	padding: 145px 0 0 0;
	position: absolute;
	top: -20px;
	right: 40px;
	z-index: 1;
	display: none;
	opacity: 0;
}
#content .counter img {
	position: relative;
	top: -3px;
	left: 5px;
}
#content .member {
	width: 100%;
	height: 362px;
	position: relative;
	z-index: 2;
	margin: 35px 0 0 0;
}
#content .main {
	width: 100%;
	position: relative;
	top: -192px;
	left: 0;
	z-index: 3;
}
#content .main .school {
	width: 100%;
	height: 120px;
	background-image: url(../images/top/school.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#content .main .entry {
	position: relative;
	top: 85px;
	left: 0;
	z-index: 2;
	background-image: url(../images/top/btn_entry.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
	opacity: 0;
}
#content .main .inner {
	background-color: #fff;
	position: absolute;
	top: 188px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#content .main .entry_box {
	width: 100%;
	/* height: 440px; */
	background-color: #f2f2f2;
	margin: 0 auto;
	padding: 45px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 2;
}
#content .main .entry_box .title {
	margin: 0 0 25px 0;
}
#content .main .entry_box p {
	margin: 0 0 30px 0;
}
#content .main .entry_box .btn {
	margin: 0 auto 50px auto;
	position: relative;
}
#content .main .entry_box .btn a {
	display: block;
	width: 455px;
	height: 57px;
	margin: 0 auto;
	background-image: url(../images/common/btn_entry.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#content .main .entry_box .campaign {
	width: 1001px;
	height: 157px;
	margin: 0 auto;
	background-image: url(../images/common/campaign_bg_w.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	position: relative;
}
#content .main .entry_box .campaign a {
	display: block;
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 90px;
	background-image: url(../images/common/btn_campaign.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* footer */
#footer {
	width: 100%;
	height: 248px;
	background-color: #444444;
	position: relative;
	z-index: 99;
	color: #fff;
}
#footer .sns_area {
	width: 100%;
	height: 106px;
	background-color: #f2f2f2;
	background-image: url(../images/footer/line.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer .sns_area .box_official {
	width: 259px;
	height: 41px;
	background-image: url(../images/footer/official_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 0 0 0 -341px; /*default*/
/*	margin: 0 0 0 -492px;	seven banner */
/* 	margin: 0 0 0 -423px; official banner*/
	padding: 9px 0 0 135px;
	text-align: left;
	line-height: 29px;
}
#footer .sns_area .box_share {
	width: 106px;
	height: 41px;
	background-image: url(../images/footer/share_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 0 0 0 92px; /*default*/
/*	margin: 0 0 0 -62px; seven banner */
/*	margin: 0 0 0 10px; official banner */
	padding: 9px 0 0 118px;
	text-align: left;
	line-height: 29px;
}
#footer .sns_area .box_share iframe {
	position: absolute;
	top: 12px;
}
#footer .sns_area .box_share iframe:hover {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#footer .sns_area img {
	vertical-align: middle;
}
#footer .sns_area .box_official > img {
	margin: 0 15px;
}
#footer .sns_area .box_share > img {
	margin: 0 8px;
}
#footer .detail {
	font-size: 14px;
	padding: 20px 0 0 0;
	line-height: 1.5em;
}
#footer .detail div {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 5px 20px 0 0;
}
#footer .detail div a {
	color: #fff;
	text-decoration: underline;
}
#footer .copy {
	width: 100%;
	height: 37px;
	background-color: #151515;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 37px;
}

#privacy {
	position: absolute;
	top: 94px;
	width: 100%;
	height: 100%;
	min-height: 958px;
	background: #f2f2f2;
	display: none;
	opacity: 0;
	z-index: -1;
}

#footer .sns_area .box_bn {
	width: 136px;
	height: 22px;
	position: absolute;
	top: 46px;
	left: 50%;
	margin: 0 0 0 272px;
	padding: 0;
	display: none;
}
#footer .sns_area .box_bn_2 {
	width: 279px;
	height: 92px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 216px;
	padding: 0;
}

.pb45{
	padding-bottom: 45px !important;
}





