/*===================================================================
　　ページデザイン設定　　
====================================================================*/
#Content{
	width: 100%;
	height: auto;
	position: relative;
}
.TitleBox{
	position: relative;
}
h2.h2_title{
	display: block;
}
section.Contents{
	width: 1040px;
	padding: 30px 0;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
/*---------------------------------------------------------
　　ヘッター　　
----------------------------------------------------------*/
header{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 30;
}
.fp-viewing-Contents header{
	background: rgba(59, 120, 161, 0.4);
}
header .headerCont{
	width: 1230px;
	margin: auto;
	padding: 10px 0;
	position: relative;
}
header nav.global-nav{
	opacity: 0;
}
/*---------------------------------------------------------
　　コンテンツ　　
----------------------------------------------------------*/
.section{
	overflow: hidden;
}
/*--------------　section0　--------------*/
/*--------------　Video　--------------*/
.VideoCont #Video{
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
	background-image: /* our video */;
	background-position: center center;
	background-size: contain;
	object-fit: cover; /*cover video background */
	z-index: 10;
}
.VideoCont #player {
	position: relative;
	z-index: 0;
	padding:0;
	margin:0;
}
.VideoCont:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	background: transparent url(../image/common/backgrand_logo.png);
	background-position: center center;
}
.VideoCont:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: transparent url(../image/common/dot01.png) repeat center center;
}
.WidgetCont{
	width: 1230px;
	padding: 0;
	margin: 0 auto;
}
.WidgetCont .Widget_L{
	width: 50%;
	float: left;
}
.WidgetCont .Widget_R{
	width: 50%;
	float: left;
}
section.Widget .Bnr{
	text-align: center;
}
/*--------------　背景　--------------*/
.ImgBg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
.ImgBg img.Bg{
	position: absolute;
	display: block;
	z-index:0;
	left: 50%;
	top: 50%;
	max-width: initial;
	margin-left: -960px;
	margin-top: -600px;
}
.ImgBg:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
/*--------------　section1　--------------*/
/*--------------　PICKUPGIRL　--------------*/
.PickupCont .PickupContBox{
	width: 1230px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.PickupCont .PickupDetail{
	position: absolute;
	overflow: hidden;
	top: 50%;
	margin-top: -190px;
}
.PickupCont .PickupDetail.left{
	left: 0;
}
.PickupCont .PickupDetail.right{
	right: 0;
}
.PickupCont .PickupDetail .DetailBox{
	position: relative;
	height: 380px;
}
.PickupCont.active .PickupDetail .DetailBox{
	-webkit-transition: all 5s ease-in-out;
	-moz-transition: all 5s ease-in-out;
	-o-transition: all 5s ease-in-out;
	transition: all 5s ease-in-out;
	opacity: 1;
}
.PickupCont .PickupDetail .TitleBox{
	height: 50px;
}
.PickupCont .PickupDetail h2.pickup_ttl{
	opacity: 0;
	font-size: 36px;
	display: block;
	position: absolute;
	top: 0;
	left: -200%;
	moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}
.PickupCont.active .PickupDetail h2.pickup_ttl{
	opacity: 1.0;
	top: 0;
	left: 0;
}
.PickupCont .PickupDetail p.underline{
	width: 600px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: -200%;
	moz-transition-duration:2s;
	-webkit-transition-duration:2s;
	-o-transition-duration:2s;
	-ms-transition-duration:2s;
	moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}
.PickupCont.active .PickupDetail p.underline{
	opacity: 1.0;
	bottom: 0;
	left: 0;
}
.PickupCont .PickupDetail .DetailBox dl{
	color: #FFFFFF;
	width: 600px;
	padding: 20px 0 30px 0;
	box-sizing: border-box;
	text-align: left;
	opacity: 0;
}
.PickupCont.active .PickupDetail .DetailBox dl{
	color: #FFFFFF;
	box-sizing: border-box;
	text-align: left;
	-moz-transition-duration:1.5s;
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	-ms-transition-duration:1.5s;

	moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;

	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	opacity: 1;
}
.PickupDetail .DetailBox dl dt span.name{
	display: block;
	font-family: 'Pinyon Script', cursive;
	font-weight: normal;
	font-size: 50px;
	padding: 0 0 0 20px;
}
.PickupDetail .DetailBox dl dt span.size{
	font-size: 16px;
	display: block;
}
.PickupDetail .DetailBox dl dd span{
	color: #730000;
}
.PickupDetail .DetailBox dl dd{
	height: 135px;
	overflow: hidden;
	padding: 20px 0;
	font-size: 14px;
	line-height: 2.0;
}
.PickupCont .PickupDetail .DetailBox ul.Link li{
	opacity: 0;
	position: absolute;
	top: 200%;
}
.PickupCont .PickupDetail.left .DetailBox ul.Link li{
	left: 0;
}
.PickupCont .PickupDetail.right .DetailBox ul.Link li{
	right: 0;
}
.PickupCont.active .PickupDetail .DetailBox ul.Link li{
	opacity: 1.0;
	top: 85%;
	margin-top: 0;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
}
.PickupDetail .DetailBox ul.Link li{
	width: 200px;
	text-align:center;
}
.PickupDetail .DetailBox ul.Link li a{
	display: block;
	font-size: 20px;
	line-height: 37px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	color: #FFFFFF;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
}
.PickupDetail .DetailBox ul.Link li a:hover{
	border: 1px solid #ffffff;
	-webkit-transform: all .4s;
	-moz-transform: all .4s;
	transition: all .4s;
	background: #FFFFFF;
	color: #000000;
}
/*--------------　section2　--------------*/
.BK_Wrap{
	background: url(../image/common/bk_wrap.jpg);
	padding: 30px 0;
	margin-top: 70px;
}
.SpaceWrap{
	height: 300px;
}
section.News h2.news_ttl,
section.NewFace h2.newface_ttl,
section.Diary h2.diary_ttl,
section.Message h2.message_ttl{
	color: #c3a77b;
	font-size: 25px;
	position: relative;
}
section.News h2.news_ttl span,
section.NewFace h2.newface_ttl span,
section.Diary h2.diary_ttl span,
section.Message h2.message_ttl span{
	padding: 0 2px;
}
section.News h2.news_ttl span.ttl,
section.NewFace h2.newface_ttl span.ttl,
section.Diary h2.diary_ttl span.ttl,
section.Message h2.message_ttl span.ttl{
	position: absolute;
	top: 3px;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
}
/*--------------　NEWS　--------------*/
section.News{
	width: 480px;
	float: left;
}
section.News .NewsBox{
	margin: 0;
	padding: 20px 0 0 0;
}
section.News .NewsBox article dl.table{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
section.News .NewsBox article dl.table dt,
section.News .NewsBox article dl.table dd{
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
section.News .NewsBox article dl dt{
	width: 90px;
	color: #c3a77b;
	font-size: 12px;
}
section.News .NewsBox article dl dd a{
	font-size: 14px;
	color: #000000;
}
/*　ポップアップ　*/
.NewsUpWrap{
	padding: 5px 5px 20px 5px;
}
.NewsUpWrap .NewsUpBox{
	border: 1px solid #c3a77b;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
.NewsUpWrap .NewsUpBox h2.news_title{
	background: #c3a77b;
	padding: 5px;
	background-position: center;
	border-top-left-radius: 13px; 
	-webkit-border-top-left-radius: 13px;
	-moz-border-radius-topleft: 13px;
	border-top-right-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topright: 13px;
}
.NewsUpWrap .NewsUpBox .NewsImg{
	text-align: center;
}
.NewsUpWrap .NewsUpBox .NewsImg img{
	width: 100%;
	max-width: 640px;
	height: auto;
}
.NewsUpWrap .NewsUpBox .NewsUpDetail{
	box-sizing: border-box;
	padding: 10px 20px;
}
.NewsUpWrap .NewsUpBox .NewsUpDetail p{
	font-size: 11px;
}
.NewsUpWrap p.close{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.NewsUpWrap p.close a{
	padding: 5px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #515151;
	color: #FFFFFF;
}
/*--------------　NewFace　--------------*/
section.NewFace{
	width: 500px;
	float: right;
	margin: 0;
}
section.NewFace .NewFaceBox{
	margin: 0;
	padding: 15px 5px 0 5px;
}
section.NewFace .NewFaceBox article{
	width: 122px;
	float: left;
}
section.NewFace .NewFaceBox article a{
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
}
section.NewFace .NewFaceBox article a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.NewFace .NewFaceBox dt.Img{
	padding: 0;
	margin: auto;
	line-height: 0;
}
section.NewFace .NewFaceBox dt.Img img{
	width: 124px;
	height: 140px;
}
section.NewFace .NewFaceBox dd.Detail{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
section.NewFace .NewFaceBox dd.Detail{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: 5px;
	left: -100%;
	width: 120px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}
section.NewFace .NewFaceBox a:hover dd.Detail{
	bottom: 5px;
	left: 50%;
	z-index: 10;
	margin-left: -60px;
}
section.NewFace .NewFaceBox article a:hover::after {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	z-index: 5;
}
section.NewFace .NewFaceBox dd.Detail p.name{
	font-size: 14px;
}
section.NewFace .NewFaceBox dd.Detail p.date{
	font-size: 12px;
	font-weight: bold;
}
/*--------------　DIARY　--------------*/
section.Diary{
	width: 560px;
	float: left;
}
section.Diary .TitleBox span.diary_more{
	position: absolute;
	right: 0;
	top: 4px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #c3a77b;
	height: 26px;
	width: 110px;
	text-align: center;
}
section.Diary .TitleBox span.diary_more a{
	color: #c3a77b;
	display: block;
	line-height: 26px;
}
section.Diary .DiaryBox{
	margin: 0;
	padding: 15px 0 0 0;
}
section.Diary .DiaryBox article{
	width: 140px;
	float: left;
}
section.Diary .DiaryBox article a{
	position: relative;
	z-index: 2;
	overflow: hidden;
	display: block;
}
section.Diary .DiaryBox article a:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.Diary .DiaryBox article dt.Img{
	height: 183px;
	overflow: hidden;
	padding: 0;
	margin: auto;
	line-height: 0;
}
section.Diary .DiaryBox article dd.Detail{
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
section.Diary .DiaryBox article dd.Detail{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	bottom: 5px;
	left: -100%;
	width: 120px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .4s;
	transition: all .4s;
}
section.Diary .DiaryBox article a:hover dd.Detail{
	bottom: 5px;
	left: 50%;
	z-index: 10;
	margin-left: -60px;
}
section.Diary .DiaryBox article a:hover::after {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	z-index: 5;
}
section.Diary .DiaryBox article dd.Detail p.name{
	font-size: 14px;
}
section.Diary .DiaryBox article dd.Detail p.date{
	font-size: 12px;
	font-weight: bold;
}
section.Diary .DiaryBox article dd.Detail p.title{
	font-size: 12px;
	font-weight: bold;
}
/*--------------　MESSAGE　--------------*/
section.Message{
	width: 410px;
	float: right;
}
section.Message .MessageBox{
	height: 380px;
	overflow-y:scroll;
	margin: 0;
	padding: 10px 0 0 0;
}
section.Message .MessageBox article{
	border-bottom: 1px dotted #544835;
}
section.Message .MessageBox article:last-child{
	border-bottom: none;
}
section.Message .MessageBox article dl.table{
	padding: 5px 2px 5px 7px;
	display: table;
}
section.Message .MessageBox article dl.table dt,
section.Message .MessageBox article dl.table dd{
	vertical-align: top;
	display: table-cell;
}
section.Message .MessageBox article dl.table dt{
	width: 70px;
	line-height: 0;
}
section.Message .MessageBox article dl.table dt img{
	width: 60px;
	height: auto;
}
section.Message .MessageBox article dl.table dd{
	padding: 0 0 0 5px;
}
section.Message .MessageBox article dl dd{
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
	text-align: left;
	padding: 0 0 0 10px;
}
section.Message .MessageBox article dl dd ul{
	position: relative;
}
section.Message .MessageBox article dl dd ul li span{
	display: inline-block;
}
section.Message .MessageBox article dl dd ul li span.name{
	color: #c3a77b;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}
section.Message .MessageBox article dl dd ul li span.from,
section.Message .MessageBox article dl dd ul li span.comment{
	font-size: 14px;
}
section.Message .MessageBox article dl dd ul li span.date{
	font-weight: bold;
	margin-right: 10px;
}
section.Message .MessageBox article dl dd ul li span.star{
	font-size: 16px;
	line-height: 1.2;
	color: #ffe400;
}
/*--------------　SCHEDULE　--------------*/
.ScheduleCont{
	margin-top: 30px;
}
.ScheduleCont .js-tab-wrap ul.jstabs li.firsttab.current{
	background: url(../image/common/first_tab_on.png) no-repeat;
}
.ScheduleCont .js-tab-wrap ul.jstabs li.firsttab{
	background: url(../image/common/first_tab_off.png) no-repeat;
}
.ScheduleCont .js-tab-wrap ul.jstabs li.secondtab.current{
	background: url(../image/common/second_tab_on.png) no-repeat;
}
.ScheduleCont .js-tab-wrap ul.jstabs li.secondtab{
	background: url(../image/common/second_tab_off.png) no-repeat;
}
.ScheduleCont .ScheduleContInner{
	padding: 0 10px;
}
.ScheduleCont .ScheduleBox .ladys-list{
	background: #000000;
}
.ScheduleCont .ScheduleBox .ladys-list .reception_time{
	background: #bc9756;
	margin: 4px 2px;
	padding: 5px 0;
}
.ScheduleCont .ScheduleBox .ladys-list .reception_time dl.dl_table{
	display: table;
	margin: auto;
}
.ScheduleCont .ScheduleBox .ladys-list .reception_time dl.dl_table dt{
	display: table-cell;
	vertical-align: middle;
	width: 22px;
	padding: 3px 0 0 0;
}
.ScheduleCont .ScheduleBox .ladys-list .reception_time dl.dl_table dd{
	display: table-cell;
	vertical-align: middle;
	color: #000000;
	font-size: 14px;
	line-height: 1.0;
}
.ScheduleCont .LinkBnr{
	margin-top: 30px;
}
.ScheduleCont .LinkBnr ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.ScheduleCont .LinkBnr ul li{
	width: 32%;
	line-height: 0;
}
.ScheduleCont .LinkBnr ul li img{
	width: 100%;
}
.ScheduleCont .LinkBnr ul li a,
.ScheduleCont .CsgLinkBnr ul li a{
	display: block;
	-webkit-transform: all .4s;
	-moz-transform: all .4s;
	transition: all .4s;
}
.ScheduleCont .LinkBnr ul li a img,
.ScheduleCont .CsgLinkBnr ul li a img{
	background: #000000;
}
.ScheduleCont .LinkBnr ul li a:hover,
.ScheduleCont .CsgLinkBnr ul li a:hover{
	opacity: 0.6;
}
/*--------------　System　--------------*/
.SystemCont .SystemBox{
	border: 1px solid #fcdd99;
	box-sizing: border-box;
	padding: 40px 0 20px 0;
	text-align: center;
}
.SystemBox .Stage{
	padding: 0 0 20px 0;
}
.SystemBox .Stage .Course .CourseComment,
.SystemBox .Stage .Option p{
	text-align: left;
	padding: 0 58px;
	font-size: 13px;
}
.SystemBox .Stage .Course .CourseComment ul li{
	display: inline-block;
}
.SystemBox .Stage .Course .CourseComment ul li a{
	color: #851313;
}
/*--------------　sub_nav　--------------*/
section.Contents.SubNav{
	padding: 70px 0 0 0;
}
.SubNav nav.sub_nav ul li{
	width: 250px;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	background: #000000;
	line-height: 0;
}
.SubNav nav.sub_nav ul li:last-child,
.SubNav nav.sub_nav ul li.nav_guide,
.SubNav nav.sub_nav ul li.nav_recruit{
	margin-right: 0;
}
.SubNav nav.sub_nav ul li a{
	display: block;
	-webkit-transform: all .4s;
	-moz-transform: all .4s;
	transition: all .4s;
	opacity: 0.4;
}
.SubNav nav.sub_nav ul li a:hover{
	opacity: 1.0;
}
/*--------------　Link　--------------*/
nav.Sub_nav ul li{
	float: left;
	margin-right: 13px;
}
nav.Sub_nav ul li:last-child{
	margin-right: 0;
}
nav.Sub_nav ul li a{
	-webkit-transform: all .4s;
	-moz-transform: all .4s;
	transition: all .4s;
}
nav.Sub_nav ul li a:hover{
	opacity: 0.6;
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer.section0_f{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 30;
}
footer.section0_f nav.section0_nav {
	position: absolute;
	left: 50%;
	width: 1100px;
	bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
footer.section0_f nav.section0_nav ul{
	display: flex;
}
footer.section0_f nav.section0_nav ul li{
	padding: 0 30px 0 0;
}
nav.section0_nav ul li.nav_system{
	padding: 0 40px 0 0;
}
footer nav.section0_nav ul li.nav_event{
	padding: 0 30px 0 52px;
}
footer nav.section0_nav ul li.nav_recruit{
	padding: 0;
}
footer.section0_f nav.section0_nav ul li:nth-of-type(5){
margin-right: 70px;
}
footer nav.section0_nav ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 30px;
	position: relative;
	z-index: 12;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	font-family: "Copperplate Gothic Light";
}
footer.section0_f p.scroll{
	position: absolute;
	width: 22px;
	height: 29px;
	overflow: hidden;
	left: 50%;
	bottom: 40px;
	color: transparent;
	padding: 0;
	text-align: center;
	margin-left: -11px;
	-webkit-animation: updown 0.5s ease-in-out infinite;
	-webkit-animation-direction: alternate;
	-moz-animation: updown 0.5s ease-in-out infinite;
	-moz-animation-direction: alternate;
	-ms-animation: updown 0.5s ease-in-out infinite;
	-ms-animation-direction: alternate;
	-o-animation: updown 0.5s ease-in-out infinite;
	-o-animation-direction: alternate;
	animation: updown 0.5s ease-in-out infinite;
	animation-direction: alternate;
	z-index: 20;
}
footer.section0_f p.scroll a{
	display: block;
	height: auto;
	color: #fff;
}
footer.section0_f p.scroll a:before{
	content: url(../image/nav/scroll_icn.png);
	display: block;
	width: 22px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	height: 40px;
}
/*--------------　section3 Footer　--------------*/
footer.section2_f{
	background: #3b78a1;
	color: #FFFFFF;
	padding-bottom: 40px;
}
footer.section2_f nav.section2_nav{
	padding: 30px 0 40px 0;
}
footer.section2_f nav.section2_nav ul{
	text-align: center;
}
footer.section2_f nav.section2_nav ul li{
	display: inline-block;
	font-size: 18px;
}
footer.section2_f nav.section2_nav ul li a{
	color: #FFFFFF;
	font-family: "Copperplate Gothic Light";
}
footer.section2_f address,
footer.section2_f address a{
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
footer.section3_f{
	opacity: 0;
	position: relative;
	font-family: "Copperplate Gothic Light";
}
footer.section3_f .Event{
	width: 100%;
	position: fixed;
	z-index: 30;
}
/*--------------　イベント　--------------*/
footer.section3_f .EventUp{
	bottom: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
footer.section3_f .Eventdown{
	bottom: -124px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
footer.section3_f .Event .EventBox{
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
}
.Event_btn,
.Event_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.Event_btn {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 50%;
	top: -40px;
	width: 50px;
	height: 40px;
	margin-right: -25px;
	border-top-left-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px; 
}
.Event_btn span {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 2px;
	margin-left: -15px;
	background-color: #fff;
	border-radius: 4px;
}
.Event_btn span:nth-of-type(1) {
	top: 10px;
}
.Event_btn span:nth-of-type(2) {
	top: 21px;
}
.Event_btn span:nth-of-type(3) {
	bottom: 7px;
}
.Event_btn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .4s;
}
.Event_btn.active span:nth-of-type(1) {
	transform: translateY(20px) scale(0);
}
.Event_btn.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.Event_btn.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.Event_btn.active span:nth-of-type(3) {
	transform: translateY(-20px) scale(0);
}
footer.section3_f .EventBox{
	position: relative;
	overflow: hidden;
}
footer.section3_f .EventBox ul{
	float: left;
	left: 50%;
	position: relative;
}
footer.section3_f .EventBox ul li{
	background: #000000;
	float: left;
	left: -50%;
	position: relative;
	margin-right: 10px;
	line-height: 0;
}
footer.section3_f .EventBox ul li a{
	display: block;
	-webkit-transform: all .4s;
	-moz-transform: all .4s;
	transition: all .4s;
}
footer.section3_f .EventBox ul li a img{
	width: 335px;
	height: 85px;
}
footer.section3_f .EventBox ul li a:hover{
	opacity: 0.6;
}
