@charset "UTF-8";

/*main visual*/

#visual{
  height: 100vh;
  overflow-y: auto;
  -webkit-scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-points-y: repeat(100vh);
  scroll-snap-points-y: repeat(100vh);
  -webkit-scroll-snap-type: mandatory;
  -ms-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
}

.box{
	position: relative;
  /*width: 100vw;*/
	height:  auto;
  min-height: 100%;
	background-size: cover;
	background-position: center;
	/*background-color: #00a7fd;*/
	background-color: #61c9fe;
	/*overflow: hidden;*/
}

@media screen and (min-width:768px){
	#set{
		width: 1200px;
		margin: 0 auto;
	}
}

.box h2{
	position: absolute;
	top: 35%;
	font-size: 32px;
	line-height: 36px;
	padding-left: 20px;
}

@media screen and (min-width:366px){
	.box h2{
		font-size: 36px;
	}
}

@media screen and (min-width:768px){
	.box h2{
		font-size: 75px;
		line-height: 100px;
	}
}


@media screen and (min-width:1100px){
	.box h2{
		top: 35%;
		font-size: 110px;
		line-height: 100px;
	}
}

.box h3{
	position: absolute;
	top: 50%;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
}

@media screen and (min-width:768px){
	.box h3{
		position: absolute;
		top: 61%;
		font-size: 30px;
		font-weight: 800;
		line-height: 48px;
	}
}

@media screen and (min-width:1100px){
	.box h3{
		position: absolute;
		top: 61%;
		font-size: 36px;
		font-weight: 800;
		line-height: 48px;
	}
}

.box p.font{
	position: absolute;
	bottom: 7%;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	line-height: 15px;
	font-weight: 800;
}

@media screen and (min-width:768px){
	.box p.font{
		font-size: 16px;
		line-height: 16px;
		font-weight: 800;
	}
}

.box p.font a{
	display: block;
}

.box::after{
	position: absolute;
	content: "";
	bottom: 3%;
	right: 0;
	left: 0;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	border-top: 2px solid #131313;
	border-right: 2px solid #131313;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}




/*about*/

#aboutSection{
	display: block;
	margin-bottom: 50px;
	padding-top: 61px;
	background: url(../img/home/about_bg.png) no-repeat 0 0;
}

@media screen and (min-width:390px){
	#aboutSection{
		display: block;
		margin-bottom: 50px;
		padding-top: 61px;
		background: url(../img/home/about_bg_tablet.png) no-repeat 0 0;
	}
}



@media screen and (min-width:768px){
	#aboutSection{
		background: url(../img/home/about_bg_pc.png) no-repeat center center;
		position: relative;
		overflow: hidden;
	}
}

#aboutSection p.rale{
	margin-bottom: 28px;
}

@media screen and (min-width:768px){
	#aboutSection p.rale{
		margin-bottom: 0px;
	}
}

#aboutSection .accent{
	position: absolute;
	transform: rotate(-7deg);
	top: 96px;
	left: 54%;
}

@media screen and (min-width:768px){
	#aboutSection .accent{
	position: absolute;
	transform: rotate(-7deg);
	top: 123px;
	left: 52%;
	}
}

#iam{
	font-size: 30px;
	margin-bottom: 30px;
}

@media screen and (min-width:768px){
	#iam{
	font-size: 44px;
	line-height: 85px;
	margin-bottom: 40px;
	}
}

@media screen and (min-width:1100px){
	#iam{
	font-size: 48px;
	line-height: 85px;
	margin-bottom: 40px;
	}
}


h2#iam span{
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

@media screen and (min-width:768px){
	h2#iam span{
		display: block;
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px;
	}
}

#line{
	display: none;
}

@media screen and (min-width:768px){
	#line{
		display: block;
		position: relative;
		top: 20px;
		left: 47%;
		}
	}

/*profile*/

@media screen and (min-width:1100px){
	#profileSection{
		width: 1100px;
		margin: 0 auto;
		}
	}

@media screen and (min-width:1100px){
	#profileSet{
		display: flex;
		display: -webkit-flex;
		display: -ms-flex;
	}
}

#myphoto{
	position: relative;
}

#myphoto img{
	display: block;
	width: 325px;
	height: auto;
	position: absolute;
	left: 10px;
}

@media screen and (min-width:365px){
	#myphoto img{
			width: 345px;
		}
	}

@media screen and (min-width:1100px){
	#myphoto img{
			width: 605px;
			left: -52px;
		}
	}

#photoback{
	width: 325px;
	height: 228px;
	/*background-color: #00a7fd;*/
	background-color: #61c9fe;
	mix-blend-mode: multiply;
	position: absolute;
	top: 10px;
	left: 18px;
	z-index: -1;
}

@media screen and (min-width:365px){
	#photoback{
		width: 345px;
		height: 244px;
	}
}

@media screen and (min-width:1100px){
	#photoback{
		width: 605px;
		height: 428px;
		top: 15px;
		left: -35px;
	}
}

@media screen and (min-width:1100px){
	#photoback2{
		width: 605px;
		height: 428px;
		background-color: #f6f6f6;
		mix-blend-mode: multiply;
		position: absolute;
		top: 150px;
		left: 230px;
		z-index: -2;
	}
}

#profile{
	margin: 0 auto;
}

@media screen and (min-width:1100px){
	#profile{
		margin: 0;
	}
}

.justify{
	position: absolute;
	top: 180px;
	margin: 0 23px 0;
	padding: 104px 26px 52px;
	text-align: justify;
	/*background: #f0f0f0;*/
	z-index: -888;
}

@media screen and (min-width:1100px){
	.justify{
		top: 0px;
		left: 50%;
		margin: 0 0 0 100px;
		padding: 0px 0px 0px;
		background: none;
		z-index: 0;
	}
}

.justify .rale{
	margin-bottom: 15px;
}

#fix{
	position: relative;
}

.justify .accent{
	position: absolute;
	top: -49px;
	left: 170px;
	transform: rotate(-7deg);
}

@media screen and (min-width:768px){
	.justify .accent{
		top: -70px;
		left: 240px;
	}
}

@media screen and (min-width:1100px){
	.justify .accent{
		top: -70px;
		left: 51%;
	}
}

#name{
	font-size: 23px;
	font-weight: 600;
	line-height: 28px;
}

@media screen and (min-width:1100px){
	#name{
		font-size: 36px;
		font-weight: 600;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

#position{
	font-size: 18px;
	line-height: 50px;
}

@media screen and (min-width:1100px){
	#position{
		font-size: 24px;
		font-weight: 600;
		line-height: 50px;
		margin-bottom: 10px;
	}
}

#space{
	height: 800px;
}

@media screen and (min-width:480px){
	#space{
		height: 700px;
	}
}

@media screen and (min-width:768px){
	#space{
		height: 800px;
	}
}

@media screen and (min-width:1100px){
	#space{
		height: 740px;
	}
}

/*works*/

.worksSection{
	background: #f6f6f6;
	padding: 40px 0 80px;
	position: relative;
	margin-bottom: 0px;
}

@media screen and (min-width:768px){
	.worksSection{
		padding: 80px 0 70px;
	}	
}

@media screen and (min-width:1100px){
	.worksSection{
		padding: 80px 0 150px;
	}	
}

@media screen and (min-width:768px){
	.worksSection .rale{
		line-height: 70px;
	}
}

.worksSection .accent{
	color: #34bafe;
	position: absolute;
	transform: rotate(-7deg);
	top: 76px;
	left: 60%;
}

@media screen and (min-width:768px){
	.worksSection .accent{
		position: absolute;
		transform: rotate(-7deg);
		top: 125px;
		left: 57%;
	}
}

@media screen and (min-width:1100px){
	.worksSection .accent{
		position: absolute;
		transform: rotate(-7deg);
		top: 120px;
		left: 53%;
	}
}

#worksH2{
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 30px;
}

@media screen and (min-width:768px){
	#worksH2{
		display: block;
		font-size: 18px;
		font-weight: 600;
		padding-top: 20px;
		margin-top: 30px;
		margin-bottom: 20px;
		line-height: 30px;
	}
}

.worksList{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width:768px){
	.worksList{
		width: 720px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 0;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.worksList::after{
		content:"";
		display: block;
		/*width:720px;*/
		width: 360px;
	}
}

@media screen and (min-width:1100px){
	.worksList{
		width: 1100px;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 50px;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.worksList::after{
		content:"";
		display: block;
		width:734px;
		/*width:367px;*/
	}
	.other .worksList::after{
		content:"";
		display: block;
		/*width:734px;*/
		width:367px;
	}
}

.view{
	width: 350px;
	position: static;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}
.view img{
	display: block;
	width: 350px;
	height: 238px;
}
.view h2{
	color: #1c1c1c;
	text-align: left;
	position: static;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	padding: 7px 0 6px 2px;
	margin: 5px 3px 0;
	border-bottom: 1px solid #1c1c1c;
}
.view p{
	font-size: 18px;
	position: static;
	color: #1c1c1c;
	text-align: left;
	font-weight: 400;
	padding: 1px 6px 3px 2px;
	margin-left: 5px;
	margin-top: 3px;
}
.view p span{
	border-right: 1px solid #1c1c1c;
	margin: 0 8px;
}
.view a.info{
	position: relative;
	width: 350px;
	height: 238px;
	top: -305px;
	text-decoration: none;
}

.view-first .mask{
	opacity: 1;
	position: relative;
	width: 350px;
	height: 100px;
	top: 0px;
}
.view-first h2{
}
.view-first p{
	opacity: 1;
}
.view-first a.info{
	opacity: 1;
}

@media screen and (min-width:768px){
	.view{
		width: 330px;
		position: static;
		text-align: center;
		cursor: pointer;
		margin: 0 auto;
	}
	.view img{
		display: block;
		width: 330px;
		height: 223px;
	}
	.view h2{
		color: #1c1c1c;
		text-align: left;
		position: static;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		padding: 7px 0 6px 2px;
		margin: 5px 3px 0;
		border-bottom: 1px solid #1c1c1c;
	}
	.view p{
		font-size: 18px;
		position: static;
		color: #1c1c1c;
		text-align: left;
		font-weight: 400;
		padding: 1px 6px 3px 2px;
		margin-left: 5px;
		margin-top: 0px;
	}
	.view p span{
		border-right: 1px solid #1c1c1c;
		margin: 0 8px;
	}
	.view a.info{
		position: relative;
		width: 330px;
		height: 223px;
		top: -298px;
		text-decoration: none;
	}

	.view-first .mask{
		opacity: 1;
		position: relative;
		width: 330px;
		height: 100px;
		top: 0px;
	}
	.view-first h2{
	}
	.view-first p{
		opacity: 1;
	}
	.view-first a.info{
		opacity: 1;
	}
}


@media screen and (min-width:1100px){
	.view{
		width: 350px;
		height: 238px;
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		/*box-shadow: 1px 1px 2px #e6e6e6;*/
		cursor: pointer;
		margin-bottom: 18px;
	}
	.view .mask, .view .content{
		width: 350px;
		height: 238px;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0
	}
	.view img{
			display: block;
			position: relative
	}
	.view h2{
		color: #fff;
		text-align: left;
		position: relative;
		font-size: 18px;
		font-weight: 500;
		line-height: 18px;
		padding: 10px 0 6px 5px;
		margin: 90px 10px 0;
		border-bottom: 1px solid #fff;
	}
	.view p{
		font-size: 14px;
		position: relative;
		color: #fff;
		text-align: left;
		font-weight: 300;
		padding: 1px 6px 3px 3px;
		margin-left: 12px;
		margin-top: 0px;
	}
	.view p span{
		border-right: 1px solid #fff;
		margin: 0 8px;
	}
	.view a.info{
		position: relative;
		width: 350px;
		height: 238px;
		top: -165px;
		text-decoration: none;
	}
	.view a.info:hover {
	}

	.view-first img{
		transition: all 0.6s linear;
		width: 350px;
		height: 238px;
	}
	.view-first .mask{
		opacity: 0;
		background-color: rgba(0,0,0,0.60);
		transition: all 0.6s ease-in-out;
	}
	.view-first h2{
		transform: translateY(-100px);
		opacity: 0;
		transition: all 0.4s ease-in-out;
	}
	.view-first p{
		transform: translateY(100px);
		opacity: 0;
		transition: all 0.4s linear;
	}
	.view-first a.info{
		opacity: 0;
	}

	.view-first:hover img{
		transform: scale(1.1);
	}
	.view-first:hover .mask{
		opacity: 1;
	}
	.view-first:hover h2,
	.view-first:hover p{
		opacity: 1;
		transform: translateY(0px);
	}
	.view-first:hover a.info {
		opacity: 1;
	}
	.view-first:hover p {
		transition-delay: 0.1s;
	}
	.view-first:hover a.info {
		/*transition-delay: 0.2s;*/
	}
}

.works_button {
	font-family:'Raleway', "sans-serif";
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	background: #1c1c1c;
	color: #fff;
	cursor: pointer;
}

.works_button a{
	cursor: pointer;
}

@media screen and (min-width:1100px){
	.works_button{
		font-size: 18px;
		line-height: 70px;
		width: 300px;
		height: 70px;
		cursor: pointer;
	}
}

.works_button::before,
.works_button::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	cursor: pointer;
}
.works_button,
.works_button::before,
.works_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.works_button::before{
	top: 45%;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width:1100px){
	.works_button::before{
		top: 42%;
		right: 20px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.works_button:hover::before{
	top: 45%;
	right: 10px;
}

@media screen and (min-width:1100px){
	.works_button:hover::before{
		top: 42%;
		right: 10px;
	}
}


/*flow*/

#flowSection{
	position: relative;
	background:#000E1E;
	padding-top: 70px;
	padding-bottom: 85px;
	margin-bottom: 50px;
}

@media screen and (min-width:1100px){
	#flowSection{
		margin-bottom: 130px;
	}
}

#flowSection .rale{
	color: #fff;
	margin-bottom: 20px;
}

#flowSection .accent{
	position: absolute;
	transform: rotate(-7deg);
	top: 105px;
	left: 57%;
	color: #34bafe;
}

@media screen and (min-width:768px){
	#flowSection .accent{
		top: 135px;
		left: 54%;
	}
}

@media screen and (min-width:1100px){
	#flowSection .accent{
		top: 135px;
		left: 52%;
	}
}

#flowSection h2{
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 38px;
}

#flowList{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media screen and (min-width:1100px){
	#flowList{
		width: 1100px;
		padding-top: 20px;
		padding-bottom: 80px;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
}


.flow{
	width: 280px;
	margin: 0 auto;
	padding-bottom: 40px;
}

#flowList .flow:last-of-type{
	padding-bottom: 0;
}

@media screen and (min-width:1100px){
	.flow{
		margin: 0;
		padding-bottom: 0;
	}
}

.flow img{
	height: 102px;
	margin: 0 auto;
	padding-bottom: 20px;
}

@media screen and (min-width:1100px){
	.flow img{
		height: 127px;
	}
}

.flow h3{
	color: #fff;
	margin-bottom: 10px;
}

@media screen and (min-width:1100px){
	.flow h3{
		font-size: 36px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

.flow h3 span{
	font-size: 18px;
	font-weight: bold;
}

.flow p{
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	text-align: justify;
	color: #fff;
}

.btn{
	width: 250px;
	margin: 0 auto;
}

@media screen and (min-width:1100px){
	.btn{
		width: 300px;
		height: 70px;
	}
}

.flow_button {
	font-family:'Raleway', "sans-serif";
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	background: #fff;
	color: #1c1c1c;
	cursor: pointer;
}

.flow_button a{
	cursor: pointer;
}

@media screen and (min-width:1100px){
	.flow_button{
		font-size: 18px;
		line-height: 70px;
		width: 300px;
		height: 70px;
		cursor: pointer;
	}
}

.flow_button::before,
.flow_button::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	cursor: pointer;
}
.flow_button,
.flow_button::before,
.flow_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.flow_button::before{
		top: 45%;
		right: 15px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #1c1c1c;
		border-right: 1px solid #1c1c1c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

@media screen and (min-width:1100px){
	.flow_button::before{
		top: 42%;
		right: 20px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #1c1c1c;
		border-right: 2px solid #1c1c1c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.flow_button:hover::before{
	top: 45%;
	right: 10px;
}

@media screen and (min-width:1100px){
	.flow_button:hover::before{
		top: 42%;
		right: 10px;
	}
}


/*contact*/

#contactTop{
	padding-bottom: 150px;
}

#contactSection{
	width: 315px;
	margin: 0 auto;
}

@media screen and (min-width:768px){
	#contactSection{
		width: 728px;
		height: 150px;
	}
}

@media screen and (min-width:1100px){
	#contactSection{
		width: 1100px;
		height: 150px;
		background: #f6f6f6;
	}
}

.contact_button {
	font-family:'Raleway', "sans-serif";
	font-size: 22px;
	font-weight: 800;
	display: inline-block;
	width: 325px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
	background: #fff;
	color: #1c1c1c;
	border: #1c1c1c solid 5px;
}

@media screen and (min-width:768px){
	.contact_button{
		font-size: 55px;
		line-height: 130px;
		width: 728px;
		height: 150px;
		border: #1c1c1c solid 8px;
	}
}

@media screen and (min-width:1100px){
	.contact_button{
		font-size: 55px;
		line-height: 130px;
		width: 1100px;
		height: 150px;
		border: #1c1c1c solid 10px;
		padding-top: 10px;
	}
}

.contact_button:hover{
	color: #444444;
	border: #444444 solid 5px;
}

@media screen and (min-width:768px){
	.contact_button:hover{
		border: #444444 solid 8px;
	}
}

@media screen and (min-width:1100px){
	.contact_button:hover{
		border: #444444 solid 10px;
	}
}

/*.contact_button::before,
.contact_button::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
}
.contact_button,
.contact_button::before,
.contact_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contact_button::before{
		top: 35px;
		right: 20px;
		width: 20px;
		height: 20px;
		border-top: 4px solid #1c1c1c;
		border-right: 4px solid #1c1c1c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.contact_button:hover::before{
	border-top: 4px solid #666666;
	border-right: 4px solid #666666;
}

@media screen and (min-width:768px){
	.contact_button::before{
		top: 55px;
		right: 40px;
		width: 30px;
		height: 30px;
		border-top: 8px solid #1c1c1c;
		border-right: 8px solid #1c1c1c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}*/

.contact_button:hover::before{
	top: 35px;
	right: 10px;
}

@media screen and (min-width:768px){
	.contact_button:hover::before{
		top: 55px;
		right: 25px;
		border-top: 8px solid #666666;
		border-right: 8px solid #666666;
	}
}

