﻿@charset "utf-8";

/* =======================================

	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;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
/*

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;}
*/

h1 {
width: 280px;
height: 140px;
margin: auto;
visibility: visible;
 overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	text-align: center;
	position: relative;
	z-index: 1000;
	background:url(../img/head.png) no-repeat center center;
}
h2 {
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
	color:#fff;
	bottom:-20px;
}


html, body{
	width: 100%;
	height: 100%;
}
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -70px;
}

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

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	background-size: contain;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 100px 0 0 0;
	text-align: center;
}
#stage1 {background:url(../img/1.jpg) no-repeat center center;background-size: cover;}
#stage2 {background:url(../img/2.jpg) no-repeat center center;background-size: cover;}
#stage3 {background:url(../img/3.jpg) no-repeat center center;background-size: cover;}
#stage4 {background:url(../img/4.jpg) no-repeat center center;background-size: cover;}
#stage5 {background:url(../img/5.jpg) no-repeat center center;background-size: cover;}
#stage6 {background:url(../img/6.jpg) no-repeat center center;background-size: cover;}

.main {
	background-color: rgba(255,255,255,0.8);
	display: block;
	margin: 0 auto;
	width: 80%;
	min-width: 980px;
	position: relative;
	top:100px;
	border-radius: 10px;
	padding: 40px 0 0 40px;
	overflow: hidden;
	z-index:1000;
	min-height:900px;
}



/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 1000;
}
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 15px;
	/*height: 15px;*/
	display: block;
	/*overflow: hidden;*/
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	background-color: #fff;
	/*background: transparent url(../img/nav.png) no-repeat center center;*/
	display: block;
	border-radius: 15px;
	margin-bottom: 10px;
	box-shadow:0px 0px 6px 3px #ccc;
	-moz-box-shadow:0px 0px 6px 3px #ccc;
	-webkit-box-shadow:0px 0px 6px 3px #ccc;
}
#pageNav ul li.activeStage a {
	background-color: red;
	/*background: transparent url(../img/nav_acv.png) no-repeat center center;*/
}

/* #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: 130px;
	height: 40px;
	background: transparent url(../img/next_arw.png) no-repeat center center;
	display: block;
}


.main a {
	display: inline-table;
}


p.thumb a{ 
    display:block; 
    float:left; 
    width:100px; 
    height:100px; 
 /*   line-height:100px; */
    overflow:hidden; 
    position:relative; 
    z-index:1;
    background-color: #fff;
    border-radius: 10px;

} 
p.thumb a img{ 
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    top: -30px;
    left: -50px;
    width: 300px;
}


.design li {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 100px;
	margin: 0 40px 30px 0;
	display: inline-table;
	float:left; 
	box-shadow:0px 0px 6px 3px #ccc;
	-moz-box-shadow:0px 0px 6px 3px #ccc;
	-webkit-box-shadow:0px 0px 6px 3px #ccc;
}

.text{
	background-color: red;
	position: absolute;
	bottom: -100px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	padding-top: 10px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}
.design li:hover .text{
	bottom: 0;
}

.title,
.title2 {
	font-size: 8rem;
    color: #fff;
    position: relative;
    letter-spacing: 3px;
    padding-right: 30px;
    opacity: 0.8;
}

.title{
    right: -350px;
    top: -150px;
    text-align: right;
    transform: rotate( 90deg );
}

.title2{
	text-align: left;
	position: relative;
    top: 74px;
    left: 8%;
}

.no1 span {
	color: #fff;
	margin-top: 200px;
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	opacity: 0.8;
	display: block;
}
/* -------------------- タイトルアニメーション-------------------- */

	body:after {
		content:"top : 50%";
		display:block;
		position:fixed;
		z-index:1;
		top:50%;
		left:0;
		width:100%;
		text-indent: 0.5em;
		border-top:2px dashed #FF0000;
	}


	.transition_right:before,
	.transition_right2:before,
	.transition_right3:before  {
	content: "";
	display: block;
	position: absolute;
	opacity: 1;
	background-repeat: no-repeat; 
	height: 693px; 
	width: 613px; 
	position: absolute;
	right: -613px;
 	z-index: 1000;
 	font-size: 38px;
	padding-top:40px;
 	background-position-y:-335px; 
 	font-weight: bold;
 	color: #fff;
	}

.transition_right:before{
	content: "Illustration/LOGO";
	background-image: url('../img/001.png'); 
			}

.transition_right2:before{
	content: "web design/3D";
	background-image: url('../img/002.png'); 
			}

.transition_right3:before{
	content: "Graphic";
	background-image: url('../img/003.png'); 
			}

.on.transition_right:before,
.on.transition_right2:before,
.on.transition_right3:before {
	 animation: translate 1s; 
  	animation-iteration-count: 1; 
  	-webkit-animation: translate 1s; /* Safari & Chrome */
  	-webkit-animation-iteration-count: 1; 
   	animation-fill-mode: both;
	}

@keyframes translate { 
  from {
  	position: fixed;
    right: -613px;
    opacity: 0;
  }
  to {

    right: 0px;
    opacity: 1;
  }
} 

@-webkit-keyframes translate { 
  from {
    right: -613px;
  }
  to {
    right: 0px;
  }
} 
/* -------------------- 六角形マスク -------------------- */
.hexagon-mask {
 position:relative;
 top:150px;
 width: 200px;
 
 -webkit-transform: rotate(120deg);
 -ms-transform: rotate(120deg);
 transform: rotate(120deg);
 overflow: hidden;
}
.hexagon-mask > div, .hexagon-mask > div > div {
 width: 100%;
 height: 100%;
 -webkit-transform: rotate(-60deg);
 -ms-transform: rotate(-60deg);
 transform: rotate(-60deg);
 overflow: hidden;
}
.hexagon-mask img {
 position:relative;
 top:5px;
 left:-.5em;
}


/* -------------------- 六角形 -------------------- */
.hexagon, .hexagon:before, .hexagon:after,
.hexagon2, .hexagon2:before, .hexagon2:after {
 display: table;
 position: relative;
	background-color: rgba(255,255,255,1);
 text-transform:uppercase;
 color:#000;
 z-index: 1;
 text-align: left;
 opacity: 0.95;
}
.hexagon:before, .hexagon:after,
.hexagon2:before, .hexagon2:after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 z-index: -100;
}
.hexagon:before,
.hexagon2:before {
 -ms-transform: rotate(60deg);
 -webkit-transform: rotate(60deg);
 transform: rotate(60deg);
}
.hexagon:after,
.hexagon2:after {
 -ms-transform: rotate(-60deg);
 -webkit-transform: rotate(-60deg);
 transform: rotate(-60deg);
}
.hexagon span,
.hexagon2 span {
 display:table-cell;
 vertical-align:middle;
 padding:20px;
}
.hexagon, .hexagon:before, .hexagon:after{

 height: 230px;
 width: 400px;

}

.hexagon2, .hexagon2:before, .hexagon2:after {
 height: 174px;
 width: 300px;
	}