@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #000;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}


a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}

.min{font-family: "Sawarabi Mincho";}


.contentLinkBox{
	text-align: right;
    padding-right: 20px!important;
}
.contentLink {
    padding: 20px 50px;
    display: inline-block;
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
.contentLink::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink span {
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 16px;
    /* letter-spacing: 4px; */
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    color: #fff;
}
.contentLink i{
    width: 70px;
    height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    display: block;
    line-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink i::after {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #6bb2b6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink i::before {
  content: '';
    width: 19px;
    /* height: 6px; */
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -8px;
}
.contentLink:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contentLink:hover span {
  color: #000;
}
.contentLink:hover  i{
    right: -50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* RED */
.contentLinkBox{
	text-align: right;
    padding-right: 20px!important;
}
.contentLink2 {
    padding: 20px 50px;
    display: inline-block;
    border: 1px solid #f00;
    position: relative;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
.contentLink2::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #f00;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink2 span {
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 16px;
    /* letter-spacing: 4px; */
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    color: #f00;
}
.contentLink2 i{
    width: 70px;
    height: 1px;
    margin: auto;
    background: #f00;
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    display: block;
    line-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink2 i::after {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #6bb2b6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contentLink2 i::before {
  content: '';
    width: 19px;
    /* height: 6px; */
    border: 0px;
    border-top: solid 1px #f00;
    border-right: solid 1px #f00;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -8px;
}
.contentLink2:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.contentLink2:hover span {
  color: #000;
}
.contentLink2:hover  i{
    right: -50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.onepage-pagination {
	top: auto !important;
	bottom: 50px;
	left: 24px;
	width: 10px;
	text-align: center;
	position: fixed;
	z-index: 9998 !important;
}
.onepage-pagination {
	width: 10px;
	display: block;
}
.onepage-pagination li {
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 17px;
}
.onepage-pagination li a {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: block;
}
.onepage-pagination li a.active {
	background-color: #ff0000;
}



/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 100px 0 0 0;
	text-align: center;
}
#stage1 {background-image:url(../image/common/bg.jpg); }
#stage2 {background-image:url(../image/common/bg2.jpg);background-size: cover;}
#stage3 {background:#000;}
#stage4 {background:url(../image/common/bg3.jpg) center 43px no-repeat;background-size: cover;}
#stage5 {background:#bbb;}
#stage6 {background:#1a1a1a;}
#stage7 {background-image:url(../image/careere/bg01.png);background-size: cover;}
#stage8 {background-image:url(../image/careere/bg02.png);background-size: cover;}
#stage9 {background:#1a1a1a url(../image/vison/bg01.png);background-size: cover;}

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: auto !important;
	bottom: 0px;
	left: -8px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 9997;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 25px;
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	display: block;
}
#pageNav ul li.activeStage a {
	background-color: #ff0000;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: transparent url(../img/next_arw.png) no-repeat center center;
	display: block;
}

#globalheader{
	width: 65px;
	position: fixed;
	height: 100%;
	background-color: #333333;
	z-index: 999;
	padding: 20px 0;
}
#globalheader h1{
	
}

#navigation{
	height: 43px;
	position: fixed;
	width: 100%;
	z-index: 998;
	background: rgba(77,77,77,0.8);
}

#navigation ul{
	float: right;
	padding: 13px 25px 0px 0px;
	margin: 0px;
}

#navigation ul li{
	float: left;
	list-style: none;
	margin-left: 60px;
	zoom: 80%;
}

#catchy{
	position: absolute;
	width: 545px;
	height: 730px;
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	margin: auto;
}

#main-logo{
	position: absolute;
	width: 353px;
	height: 312px;
	padding-right: 450px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	margin: auto;
}


#catchy img{
	height: auto;
	width: 85%;
	margin: 30px 0 0;
}

#movie{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
	margin: auto;
}

#movie #video{
	width: 97%;
    margin: 0px -81px 0 0;
    height: 100%;
}

.ft-logo{
	position: absolute;
	left: 115px;
	bottom: 18px;
	z-index: 100;
}

#catchy-frame{
	text-align: left;
	width: 650px;
	height: 300px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	position: absolute;
}

#catchy-frame h2{
	font-size: 36px;
	line-height: 1.8em;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.3em;
	font-weight: 400;
}

#catchy-frame p{
	font-size: 14px;
	line-height: 2.2em;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.3em;
}

#loadingNow {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/*background-image: url(../image/top/welcome.jpg);
	background-size: cover;
	background-position: center center;*/
}
#loadingNow img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 9999;
}

.side1{
	position: absolute;
	right: 0px;
	top: 48%;
	width: 59px;
	height: 85px;
}
.side2{
	position: absolute;
	left: 65px;
	top: 48%;
	width: 59px;
	height: 85px;
}

.side1fix{
	position: absolute;
	right: 0px;
	top: 48%;
	width: 59px;
	height: 85px;
	z-index: 10;
	-moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  opacity: 100;
}
.side2fix{
	position: absolute;
	left: 65px;
	top: 48%;
	width: 59px;
	height: 85px;
	z-index: 10;
	-moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
  opacity: 100;
}

#owner-txt1{
	position: absolute;
	top: 28%;
	left: 10%;
	width: 30%;
	color:#fff;
	font-family: "Sawarabi Mincho";
	z-index: 1;
	text-align: left;
}

#owner-txt2{
	position: absolute;
	top: 16%;
	right: 40px;
	width: 35%;
	color:#fff;
	font-family: "Sawarabi Mincho";
	z-index: 1;
	text-align: left;
}

#owner-txt1 h3{
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 400;
}

#owner-txt1 p{
	font-size: 12px;
	line-height: 2.0em;
	letter-spacing: 0.1em;
}

#owner-txt2 h3{
	font-size: 36px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.3em;
	padding: 0px;
	margin: 0px;
}

#owner-txt2 p{
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 20px;
}

#owner-txt2 div{
	padding: 10px 0 0 0;
	
}

#ft-address{
	position: absolute;
	height: 95px;
	bottom: 0px;
	background-color: #000;
	z-index: 1;
	width: 100%;
}
#ft-address2{
	position: absolute;
	height: 95px;
	bottom: 0px;
	background-color: #000;
	z-index: 1;
	width: 100%;
}
#ft-address3{
	height: 95px;
	bottom: 0px;
	background-color: #000;
	z-index: 1;
	width: 100%;
}
#ft-address4{
	position: absolute;
	height: 95px;
	bottom: 0px;
	z-index: 1;
	width: 100%;
}

ul#sns{
	position: absolute;
	bottom: 31px;
	z-index: 1;
	right: 30px;
	overflow: hidden;
}

ul#sns li{
	float: left;
	margin-left: 20px;
}

p#copyright{
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 1;
	font-family: "Sawarabi Mincho";
	font-size: 10px;
	color:#fff;
	letter-spacing: 0.1em;
}

/*=culture==================*/
	.pageArrow{
	position: absolute;
    left: 50%;
    bottom: 15px;
	}
#main-cult{
	margin: 160px 0 0 70px;
}
	.cult01{
	position: absolute;
    text-align: left;
    width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 11.5vh;
	}
	.cult01 img{
		position: relative;
		width: 53%;
		margin: 0 0 0 30px;
	}
	.cult01 p{
	position: absolute;
    top: 240px;
    left: 480px;
    width: 450px;
    line-height: 2.6em;
    font-size: 13px;
    /* letter-spacing: 3px; */
}
.cult01 span{
    font-size: 18px;
    color:#964848;
}
	.cult02{
	position: absolute;
    right: 0;
    bottom: 0;
	}
@media screen and (max-height: 750px) {
	.cult02 img{
	width: 85%;
	}
}
	.cult03{
	position: absolute;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    top: 10vh;
    left: 0;
    right: 0;
	}
	.cult03 img{
		position: relative;
		width: 100%;
		margin: 0 0 0 40px;
	}
	.cult03 p{
	position: absolute;
    top: 170px;
    left: 45px;
    width: 410px;
    line-height: 2.6em;
    font-size: 13px;
    letter-spacing: 0px;
}
.cult03 span{
    font-size: 18px;
    color:#964848;
}
.cult04{
	position: absolute;
	top: 50px;
	left: 185px;
	width: 510px;
	text-align: left;
	color: #fff;
	line-height: 1.5em;
	font-size: 13px;
	letter-spacing: 2px;
}
.cult04 h3{
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 2px;
	font-weight: 300;
}
.cult04 p{
	margin: 0 0 40px;
	font-size: 13px;
}
.cult04 div{
	margin: 0 0 20px;
}
.cult04 p span{
	color:#ff0000;
}
.cult05 {
    position: absolute;
    top: 49px;
    left: 725px;
    width: 380px;
    text-align: left;
}
.cult05 p img{
	width: 100%;
}
.cult05 div{
	text-align: right;
    margin: 52px -6px 0 0;
}
.cult06{
	width: 1220px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;

}
/*=CAREERE==================*/

	.car01{
		position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
	}
	.car01 img{
		width: 90%;
		max-width: 1100px;
    margin: 0 -120px 0 0;
	}
	.car02{
		position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
	}
	.car02 img{
	width: 90%;
    max-width: 1000px;
    margin: 0 -93px 0 0;
	}
	.car03{
		width: 650px;
    /* margin: 20px auto 0; */
    text-align: left;
    position: absolute;
    left: 24vw;
    top: 13vh;
	}
	.car03 div{
	position: absolute;
    right: -7vw;
    top: 0vh;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
	}
	.car03 div p{
	width: 510px;
	}
	.car03 div h3{
	margin: 0 0 20px;
    font-weight: 200;
    font-size: 18px;
	}
	.car04{
		position: absolute;
    bottom: 16vh;
    right: 10vw;
	}
/*=ENTRY==================*/
.ent01{
		width: 850px;
    margin: 0 auto;
    text-align: left;
    position: relative;

	}
	.ent01 h2{
		position: absolute;
    left: 50px;
	}
	.ent01 p{
		position: absolute;
    left: 280px;
    font-size: 14px;
    line-height: 2em;
	}
@media screen and (max-height: 750px) {
	.ent01 h2 img{
		width: 85%;
	}
   .ent01 p{
		line-height: 1.7em;
	}
}
	
	.ent02{
		position: absolute;
    left: 100px;
	}
	.ent03{
		width: 61%;
		    max-width: 920px;
		margin: 0 auto;
		position: relative;
		z-index: 20;
		padding: 0px 0 0 60px;
	}
	.ent04{
		display: flex;
    width: 100.2%;
    margin: -8px auto 0;
	}


/*=VISON==================*/
.main-vis{
		margin: 160px 0 0 70px;

	}
	.vison01{
		padding: 3.5vw 0 0 0;
		position: relative;
		text-align: center;
		left: 26px;
	}
	.vison01 img{
		width: 90vw;
		max-width: 1000px;
	}
	.vison02{
		position: absolute;

    top: 20px;
    left: 20px;
    right: 0px;
    bottom: 0px;
    margin: auto;
	}
	.vison02 img{
	width: 90%;
	padding: 40px 0 0 0;
	}
	.vis03{
		width: 35%;
    position: absolute;
    left: 15%;
    top: 20%;
	}
	.vis04{
		width: 35%;
    position: absolute;
    right: 11%;
    top: 20%;
	}
	.vis04 h2{
		margin: 10px 0 10px;
	}
	.vis04 h3{
		margin: 0 0 10px;
		color: #964848;
		font-weight: 200;
		font-size: 22px;
		letter-spacing: 5px;
	}
	.vis04 p{
		font-size: 13px;
	}
	.slotBase{
		font-size: 200px;
		color: #3f3f3f;
		font-family: 'Oswald', sans-serif;
    	line-height: 1.1em;
    	position: absolute;
    	top: 240px;
    right: 130px;
    z-index: 10;
	}
	.slotAfter{
		position: absolute;
    top: 450px;
    right: 145px;
    font-size: 45px;
    color: #3f3f3f;
    font-family: 'Oswald', sans-serif;
    line-height: 1.1em;
    font-weight: bold;
	}
	.slotTxt{
	position: absolute;
    top: 330px;
    right: 111px;
    font-size: 19px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    z-index: 20;
    width: 400px;
    letter-spacing: 8px;
	}
	.mr10{
		margin: 0 10px 0 0;
	}
	.vis05{
		position: absolute;
		top: 240px;
    	left: 190px;
	}

.vis06{
		width: 900px;
    position: relative;
    left: 30px;
    margin: 0 auto;
    top: 90px;
	}
	.vis06 p{
		position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    top: 150px;
    left: 2px;
    width: 410px;
	}
	.vis07{
    position: absolute;
    right: 100px;
    margin: 0 auto;
    top: 515px;
	}




	.newCont01{
		width: 950px;
		margin: 0 auto 80px;
		padding: 100px 0 0 0;
		text-align: left;
		position: relative;
		left: 30px;
	}
	.newCont01 h2{
		text-align: center;
		margin: 0 0 20px;
		font-size: 24px;
		font-weight: 200;
		letter-spacing: 3px;
	}
	.newCont01 table{
		width: 100%;
	}
	.newCont01 table td{
		border-bottom: 1px dashed #aaa;
		padding: 20px 20px;
		letter-spacing: 3px;
		font-size: 14px;
	}
	.newCont01 table td:nth-child(odd){
		font-weight: bold;
	}
	.newCont02{
		width: 800px;
		margin: 0 auto 80px;
		text-align: left;
		position: relative;
		left: 30px;
		
	}
	.newCont02 table{
		width: 100%;
		border:1px solid #000;
		background: #fff;
		margin: 0 0 50px;
	}
	.newCont02 table td{
		border: 1px solid #000;
		padding: 20px 20px;
		letter-spacing: 3px;
		font-size: 14px;
	}
	.hissu{color: red;font-size: 10px;}
	.sendBtn {
    font-family: 'Oswald', sans-serif;
    background: red;
    padding: 10px 30px;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    letter-spacing: 8px;
    font-size: 18px;
    display: block;
    border: none;
    border-radius: 100px;

}
.sendBack {
    font-family: 'Oswald', sans-serif;
    background: #666;
    padding: 10px 30px;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    letter-spacing: 8px;
    font-size: 18px;
    display: block;
    border: none;
    border-radius: 100px;
    
}


