@charset "UTF-8";
@import "reset.css";
@import "jquery.fullPage.css";
@import "https://fonts.googleapis.com/css?family=Cutive+Mono";
li{ list-style: none; }
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
a{
	color: #00A0E9;
	text-decoration: none;
}
body{
	width: 100%;
	background: #fff;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height:2em;
	/*枠カラー*/
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	/*／枠カラー*/
	position: relative;
	z-index: 1;
}
body:before, body:after{
	content: "";
	position: fixed;
	left: 0;
	width: 100%;
	height: 10px;
	/*枠カラー*/
	background: #fff;
	/*／枠カラー*/
	z-index: 100;
}
body:before{
	top: 0;
}
body:after{
	bottom: 0;
}
nav, #wrapper{
	font-size: 1.0rem;
	margin: 0 auto;
	padding: 0 20px;
}
nav{
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
nav>ul{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 20px;
}
nav>ul>li{
	width: 22%;
	float: left;
	padding: 50px 0 0 0;
}
nav>ul>li:nth-child(3){
	margin-right: 12%;
}
nav li.logo{
	width: 140px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -15px;
	padding-top: 0;
}
nav li.top{
	width: 300px;
	position: absolute;
	top: 340%;
	left: 50%;
	margin-left: -15px;
	padding-top: 0;
}
nav li.logo img{
	width: 100%;
	height: auto;
}
nav>ul>li.active a{
	position: relative;
}
#menubutton, #menucover{
	display: none;
}
.mouse{
	width: 40px;
	margin: 550px auto 0 auto;
	position: absolute;
	animation: mouse 1.5s linear infinite;
	-webkit-animation: mouse 1.5s linear infinite;
	-moz-animation: mouse 1.5s linear infinite;
}
@keyframes mouse{
	0%{transform: translateY(0px);}
	30%{transform: translateY(-10px);}
	60%{transform: translateY(0px);}
	80%{transform: translateY(0px);}
	85%{transform: translateY(-5px);}
	90%{transform: translateY(0px);}
	95%{transform: translateY(-5px);}
	100%{transform: translateY(0px);}
}
@-webkit-keyframes mouse{
	0%{-webkit-transform: translateY(0px);}
	30%{-webkit-transform: translateY(-10px);}
	60%{-webkit-transform: translateY(0px);}
	80%{-webkit-transform: translateY(0px);}
	85%{-webkit-transform: translateY(-5px);}
	90%{-webkit-transform: translateY(0px);}
	95%{-webkit-transform: translateY(-5px);}
	100%{-webkit-transform: translateY(0px);}
}
@-moz-keyframes mouse{
	0%{-moz-transform: translateY(0px);}
	30%{-moz-transform: translateY(-10px);}
	60%{-moz-transform: translateY(0px);}
	80%{-moz-transform: translateY(0px);}
	85%{-moz-transform: translateY(-5px);}
	90%{-moz-transform: translateY(0px);}
	95%{-moz-transform: translateY(-5px);}
	100%{-moz-transform: translateY(0px);}
}
.mouse:after, .scroll:after{
	content: "SCROLL";
	position: absolute;
	width: 100%;
	display: block;
	bottom: -20px;
	left: 0;
	text-align: center;
	font-size: .7rem;
}
.button a:after, nav>ul>li.active a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #f7f4f4;
	border-right: 2px solid #f7f4f4;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
nav>ul>li.active a:before{
	right: auto;
	top: auto;
	left: -20px;
	bottom: 4px;
	border-top: 2px solid #452730;
	border-right: 2px solid #452730;
}


#menu{
	height: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f4f4+0,f7f4f4+100&1+0,0+100 */

/*	background: -moz-linear-gradient(top,  rgba(247,244,244,1) 0%, rgba(247,244,244,0) 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top,  rgba(247,244,244,1) 0%,rgba(247,244,244,0) 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom,  rgba(247,244,244,1) 0%,rgba(247,244,244,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f4f4', endColorstr='#00f7f4f4',GradientType=0 ); /* IE6-9 */
}
nav .sns, nav .mail, nav .copyright{
	position: fixed;
	top: 50%;
	text-transform: none;
}
nav .sns{
	left: 50px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	margin-top: 10%;
}
nav .sns ul{
	display: table;
	width: 100%;
}
nav .sns li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
nav .mail{
	right: 50px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	margin-top: 5%;
}
nav .copyright{
	top: auto;
	bottom: 1.5vh;
	right: 0;
	left:0;
	text-align: center;
	font-size: .6rem;
}
#wrapper{
	width: 100%;
	max-width:1380px;
	min-width:780px;
}

#container{
	width: 100%;
	padding-left:3%;
	padding-right:3%;
	margin:0;
}
/*
main>div.top img, main>div.top .scroll{
	display:block;
	position: relative;
}
*/
/********************

         TOP

********************/
#first {
}

#first h1 {
	text-align:center;
	margin:0 auto;
}


/********************

     INTRODUCTION

********************/
#second {
}

#second .leftWrap {
	position:relative;
	background:#FFFFFF;
	width:25%;
	height:100vh;
	top:0;
	left:0;
	z-index:100;
}

#second .leftWrap2 {
	position:absolute;
	width:7%;
	height:100vh;
	top:0;
	left:78%;
	z-index:104;
}


#second .leftWrap h2 {
	position:absolute;
	bottom:30vh;
	left:0;
	width:100%;
	z-index:101;
}
#second .leftWrap2 h2 {
	position:relative;
	top:0;
	left:10%;
	padding-bottom:30px;
	width:80%;
	z-index:101;
}

#second .leftWrap h2 img {
	width:100%;
}
#second .leftWrap2 h2 img {
	width:100%;
}

#second .leftWrap .txt {
	position:absolute;
	bottom:5vh;
	left:0;
	width:90%;
	background:#FFFFFF;
	font-size:14px;
	text-align:justify;
	z-index:101;
}
#second .leftWrap2 .txt {
	position:relative;
	bottom:-30vh;
	left:0;
	width:90%;
	font-size:14px;
	text-align:justify;
	z-index:101;
}

#second .photo {
	position:absolute;
	top:5vh;
	left:25%;
}

#second .photo img {
	height:90vh;
	-webkit-transform: translate(-90.0%,0);
	-moz-transform: translate(-90.0%,0);
	-ms-transform: translate(-90.0%,0);
	-o-transform: translate(-90.0%,0);
	transform: translate(-90.0%,0);
}

#second .photo2,
#second .photo3 {
	position:relative;
	background:#FFFFFF;
	width:100%;
	height:90vh;
	top:0;
	left:0;
	z-index:103;
}

#second .photo2 img,
#second .photo3 img {
	height:90vh;
	margin: 0 auto;
	position: relative;
}

#second .photo4 {
	position:relative;
	background:#FFFFFF;
	width:100%;
	height:90vh;
	top:0;
	left:0;
	z-index:103;
}

#second .photo4 img {
	height:90vh;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width: 1300px){
#second .photo {
	left:24%;
}
}

@media screen and (min-width: 1400px){
#second .photo {
	left:23%;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px){
#second .photo {
	position:absolute;
	top:10vh;
}

#second .photo2,
#second .photo3 {
	top:5vh;
}

#second .photo img {
	height:80vh;
	-webkit-transform: translate(-90%,0);
	-moz-transform: translate(-90%,0);
	-ms-transform: translate(-90%,0);
	-o-transform: translate(-90%,0);
	transform: translate(-90%,0);
}

#second .photo2 img,
#second .photo3 img, {
	height:80vh;
}


#second .leftWrap {
	position:relative;
	background:#FFFFFF;
	width:30%;
	height:100vh;
	top:0;
	left:0;
	z-index:100
}

#second .txt {
	position:absolute;
	bottom:10vh;
	left:0;
	width:15em;
	font-size:0.85em;
	line-height:1.5em;
	text-align:justify;
	background:#FFFFFF;
	z-index:101;
}

}
@media screen and (min-height: 940px) {
#second .photo {
	position:absolute;
	top:15vh;
}

#second .photo2,
#second .photo3 {
	top:10vh;
}

#second .photo img {
	height:70vh;
	-webkit-transform: translate(-90%,0);
	-moz-transform: translate(-90%,0);
	-ms-transform: translate(-90%,0);
	-o-transform: translate(-90%,0);
	transform: translate(-90%,0);
}

#second .photo2 img,
#second .photo3 img,
#second .photo4 img  {
	height:70vh;
}

#second .leftWrap {
	position:relative;
	background:#FFFFFF;
	width:17em;
	height:100vh;
	top:0;
	left:2em;
	z-index:100
}

#second .leftWrap .txt {
	position:absolute;
	bottom:15vh;
	left:0;
	width:18em;
	text-align:justify;
	background:#FFFFFF;
	z-index:101;
}

#second .photo4 {
	position:relative;
	background:#FFFFFF;
	width:100%;
	height:70vh;
	top:0;
	left:0;
	z-index:103;
}
#second .leftWrap2 .txt {
	bottom:-35vh;
}

}

/********************

    CRANK TOKYO

********************/
#third {
}

#third .leftWrap {
	position:relative;
	background:#FFFFFF;
	width:50%;
	height:100vh;
	top:0;
	left:0;
	z-index:100;
}

#third .leftWrap h2 {
	margin:0 auto;
	padding-bottom:30px;
	z-index:101;
	text-align:center;
	max-width:222px;
}

#third .leftWrap h2 img {
	width:100%;
}

#third .leftWrap .txt {
	position:relative;
	margin:0 10%;
	width:80%;
	top:32vh;
	font-size:14px;
	line-height:2em;
	background:#FFFFFF;
	text-align:justify;
	z-index:101;
}

#third .photo {
	position:absolute;
	top:5vh;
	right: 89.15%;
}

#third .photo img {
	height:90vh;
}


#third .photo2,
#third .photo3,
#third .photo4,
#third .photo5,
#third .photo6,
#third .photo7,
#third .photo8 {
	position:relative;
	background:#FFFFFF;
	width:100%;
	height:90vh;
	top:0;
	left:0;
	z-index:103;
}

#third .photo2 img,
#third .photo3 img,
#third .photo4 img,
#third .photo5 img,
#third .photo6 img,
#third .photo7 img,
#third .photo8 img {
	height:90vh;
	margin: 0 auto;
	position: relative;
}

#third .rightWrap {
	position:relative;
	background:#FFFFFF;
	width:40%;
	height:100vh;
	bottom:0;
	right:-60%;
	z-index:106;
}

#third .rightWrap .txt {
	position:absolute;
	margin:0 10%;
	width:80%;
	bottom:5vh;
	font-size:14px;
	line-height:2em;
	background:#FFFFFF;
	text-align:justify;
	z-index:101;
}

#third .photo9 {
	position:absolute;
	top:5vh;
	z-index:105;
	background:#FFFFFF;
}

#third .photo9 img {
	height:90vh;
	margin: 0 auto;
	position: relative;
	padding-left:1px;
}

#third .leftWrap2 {
	position:relative;
	background:#FFFFFF;
	width:50%;
	height:100vh;
	top:0;
	left:0;
	z-index:106;
}

#third .leftWrap2 h2 {
	margin:0 auto;
	padding-bottom:30px;
	z-index:101;
	text-align:center;
	max-width:278px;
}

#third .leftWrap2 h2 img {
	width:100%;
}

#third .leftWrap2 .txt {
	position:relative;
	margin:0 10%;
	width:80%;
	top:30vh;
	font-size:0.8em;
	line-height:2em;
	background:#FFFFFF;
	text-align:justify;
	z-index:106;
}

#third .photo10 {
	position:absolute;
	top:25vh;
	z-index:105;
	right:1%;
	background:#FFFFFF;
}

#third .photo10 img {
	height:50vh;
	margin: 0 auto;
	position: relative;
	padding-left:1px;
    left:0;
}

@media screen and (min-width: 768px) and (max-width: 1000px){
#third .photo {
	position:absolute;
	left:0;
	top:10vh;
}

#third .photo img {
	height:80vh;
}

#third .leftWrap {
	position:relative;
	background:#FFFFFF;
	width:50%;
	height:100vh;
	top:0;
	left:0;
	z-index:100
}

#third h2 {
	margin:10vh auto 0;
	z-index:101;
	text-align:center;
	padding-bottom:30px;
}

#third .txt {
	padding-top:30px;
	width:80%;
	font-size:0.75em !important;
	line-height:1.5em;
	background:#FFFFFF;
	text-align:justify;
	z-index:101;
}

}



@media screen and (max-height: 740px){
#third .leftWrap .txt {
	padding-top:20px;
	font-size:0.75em;
	line-height:1.3em;
}

#third .leftWrap2 .txt {
	font-size:0.75em;
	line-height:1.3em;
}

#third h2 {
	padding-bottom:30px;
}

#third h2 img {
	width:80%;
}

#third .txt div img {
	width:100%;
	padding:30px 0;
}

	}

@media screen and (min-height: 940px){
#third .photo,
#third .photo9 {
	top:15vh;
}
#third .photo2,
#third .photo3,
#third .photo4,
#third .photo5,
#third .photo6,
#third .photo7,
#third .photo8 {
	top:10vh;
}
#third .photo img,
#third .photo2 img,
#third .photo3 img,
#third .photo4 img,
#third .photo5 img,
#third .photo6 img,
#third .photo7 img,
#third .photo8 img,
#third .photo9 img {
	height:70vh;
}
#third .leftWrap .txt {
	padding-top:5vh;
}
#third .rightWrap .txt {
	bottom:15vh;
}

	}




/********************

         ABOUT

********************/
#fourth {
}

#fourth a {
	cursor:pointer;
}

#fourth .photo {
	background:#FFFFFF;
	width:100%;
	z-index:103;
	transform: translate(0,-20%);
}

#fourth .photo img {
	width:100%;
	max-width:900px;
}

#fourth .tag {
	position:absolute;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:220px;
}

#fourth .lts_logo {
	position:absolute;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:70px;
	transform: translate(8%,0);
}

#fourth .adm_logo {
	position:absolute;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:60px;
	transform: translate(-8.5%,0);
}

@media screen and (min-height: 771px) and (max-height: 850px){

#fourth .photo {
	background:#FFFFFF;
	width:100%;
	position:absolute;
	z-index:103;
	top:50px;
	transform: translate(0,0);
}

#fourth .photo img {
	width:80%;
	max-width:900px;
}


}

@media screen and (max-height: 770px){

#fourth .photo {
	background:#FFFFFF;
	width:100%;
	position:absolute;
	z-index:103;
	top:50px;
	transform: translate(0,0);
}

#fourth .photo img {
	width:70%;
}

#fourth .tag {
	position:absolute;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:170px;
}

#fourth .tag img {
	width:35%;
}

#fourth .lts_logo {
	position:absolute;
	width:80%;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:70px;
	transform: translate(8%,0);
}

#fourth .lts_logo img {
	width:15%;
}

#fourth .adm_logo {
	position:absolute;
	width:80%;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:60px;
	transform: translate(-8.5%,0);
}

#fourth .adm_logo img {
	width:7.5%;
}

}

@media screen and (max-height: 770px) and (min-width: 1201px){

#fourth .tag {
	position:absolute;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:145px;
}

#fourth .tag img {
	width:27%;
}

#fourth .lts_logo {
	position:absolute;
	width:70%;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:50px;
	transform: translate(8%,0);
}

#fourth .lts_logo img {
	width:15%;
}

#fourth .adm_logo {
	position:absolute;
	width:70%;
	left: 0;
    right: 0;
	margin:0 auto;
	bottom:40px;
	transform: translate(-8.5%,0);
}

#fourth .adm_logo img {
	width:7.5%;
}

}




/* work */
.slide{
	text-align: center;
	background:#FFF;
}

/* about */
.about{
	text-align: center;
}
.myself p:first-child{
	width: 140px;
	height: 140px;
	background: #452730;
	border: 1px solid rgba(167, 160, 163, 1);
	margin: 0 auto 20px auto;
}
.myself p:first-child img{
	width: 100%;
	height: auto;
	border: 6px solid #f7f4f4;
}
.myself p:last-child{
	font-size: .8rem;
}
.myself p:last-child span{
	display: block;
	font-size: 1.0rem;
	margin-bottom: 10px;
}
.history, .skills{
	font-size: .8rem;
}
.history{
	line-height: 1.4rem;
	margin: 30px 0 15px 0;
	padding: 30px 0 15px 0;
	border-top: 1px dashed rgba(167, 160, 163, 1);
}
.skills{
	line-height: 1.2rem;
}
.snsicon{
	margin-top: 40px;
}
.snsicon a{
	display: inline-block;
	width: 20px;
}
.snsicon a img{
	width: 100%;
	height: auto;
}

.complete{
	text-align: center;
	font-size: .8rem;
	line-height: 1.4rem;
	display: none;
}
/* transition */
.item p:last-child, .button, .snsicon a img, nav a, #menubutton i{
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
nav li.logo, .mouse, nav li, .sns, .mail{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
/* 初期 */
nav li:not(:first-child), .sns, .mail{
	opacity: 0;
}
.display, .display li{opacity: 1 !important;}
.undisplay{opacity: 0 !important;}
/* hover */
@media screen and (min-width: 991px){
	.item:hover p:last-child{
		opacity: 1;
	}
	.button:hover{
		border: 2px solid rgba(167, 160, 163, 1);
	}
	.snsicon a:hover img{
		filter: brightness(0.5);
		-webkit-filter: brightness(0.5);
		-moz-filter: brightness(0.5);
	}
	nav a:hover{
		color: #ce124a;
	}
}


/* iPad media query */

/*@media screen and (min-width: 768px) and (max-width: 991px){
	#wrapper {
		max-width: 600px;
	}
	.item, .item p:last-child {
		width: 440px;
	}
	.item p:last-child{
		height: 440px;
	}
	.fp-controlArrow.fp-next{
		right: -10px;
	}
	.fp-controlArrow.fp-prev{
		left: -10px;
	}
	.blog li{
		margin-left: 30px;
	}
	nav>ul>li{
		width: 19%;
	}
	nav>ul>li:nth-child(3) {
		margin-right: 24%;
	}
	nav .sns{
		margin-top: 21%;
	}
	nav .mail{
		margin-top: 9%;
	}
}
*/
/* phone media query */
@media screen and (min-width: 0px) and (max-width: 767px) {
	body{
		border-left: 5px solid #452730;
		border-right: 5px solid #452730;
		background: #452730;
	}
	body:before, body:after{
		width: 100%;
		height: 5px;
	}
	nav{
		background: #452730;
		color: #fff;
		padding: 30px;
		left: 20%;
		width: 80%;
		z-index: 5;
	}
	nav a{
		color: #fff;
	}
	nav li{
		float: none !important;
		margin: 0;
	}
	.sns, .mail{
		position: static !important;
		transform: rotate(0deg) !important;
		-webkit-transform: rotate(0deg) !important;
		-moz-transform: rotate(0deg) !important;
		-ms-transform: rotate(0deg) !important;
		-o-transform: rotate(0deg) !important;
		margin-top: 0 !important;
	}
	.sns ul, .mail ul, .sns li, .mail li{
		display: block !important;
	}
	nav>ul>li{
		width: 100%;
		padding: 0;
	}
	nav>ul{
		padding: 0;
	}
	nav>ul>li:nth-child(3) {
		margin-right: 0%;
	}
	#menu{
		height: auto;
		background: none;
	}
	nav li.top{
		width: 200px;
		top: 50%;
		margin-left: -100px;
		margin-top: 30%;
	}
	.mouse{
		margin: 200px auto 0 auto;
	}
	nav .copyright {
		bottom: 3hv;
		padding-right: 30px;
		font-size: .6rem;
	}
	nav>ul>li a, .sns a, .mail a{
		padding: 10px;
		display: block;
	}
	nav li.logo{
		width: 100%;
		position: relative;
		margin-left: 0;
		top: auto;
		left: auto;
	}
	nav li.logo::before{
		content: "HOME";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	nav li.logo img{
		display: none;
	}
	nav .mouse{
		display: none;
	}
	#wrapper {
		max-width: 100%;
		padding: 0 30px;
		background: #f7f4f4;
		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		position: relative;
		z-index: 10;
	}
	.wp-menuopen{
		transform: translateX(-80%) !important;
		-webkit-transform: translateX(-80%) !important;
		-moz-transform: translateX(-80%) !important;
		position: relative;
	}
	#menubutton{
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		display: none;
	}
	#menubutton i{
		display: block;
		position: absolute;
		height: 2px;
		width: 20px;
		background: #452730;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -10px;
	}
	.menuopen i:first-child{
		transform-origin: 13px 7px;
		transform: rotate(-45deg);
	}
	.menuopen i:last-child{
		transform-origin: 16px -7px;
		transform: rotate(45deg);
	}
	#menubutton i:first-child{
		margin-top: -5px;
	}
	#menubutton i:last-child{
		margin-top: 5px;
	}
	main>div.first img, main>div.first .scroll{
		display: block;
	}
	main>div.first img{
		width: 200px;
		margin: 0 auto
	}
	main>div.first .scroll img{
		width: 40px;
		margin: 100px auto 0 auto;
		animation: mouse 1.5s linear infinite;
		-webkit-animation: mouse 1.5s linear infinite;
		-moz-animation: mouse 1.5s linear infinite;
	}
	.parts{
		font-size: .6rem;
		line-height: .9rem !important;
	}
	.item{
		width: 90%;
	}
	.item p:last-child{
		width: 100%;
		height: 100%;
	}
	.item p span.slideNumber {
		font-size: 7rem;
		margin-top: 20px;
		line-height: 6rem;
	}
	.item p span.slideName {
		top: 50%;
		left: 0%;
		width: 80%;
		margin: -4% 0 0 10%;
		padding: 5px;
	}
	.item .button{
		margin-top: 14px;
	}
	.item .button a{
		width: 150px;
		padding: 5px;
		font-size: .8rem;
		margin-left: auto;
		margin-right: auto;
	}
	@media screen and (min-width: 321px) and (max-width: 767px){
		.item p span.slideNumber {
			margin-top: 50px;
		}
		.item p span.slideName {
			padding: 8px;
		}
		.item .button{
			margin-top: 14px;
		}
		.item .button a{
			font-size: 1.0rem;
		}
	}
	.fp-controlArrow.fp-next{
		right: -30px;
	}
	.fp-controlArrow.fp-prev{
		left: -30px;
	}
	.blog ul {
		margin-bottom: 40px;
	}
	.blog li span:before{
		display: none;
	}
	.blog li{
		margin-bottom: 20px;
	}
	.blog li span{
		font-size: 1.0rem;
		line-height: 1.4rem;
	}
	.blog li p {
		font-size: .6rem;
		line-height: 1.0rem;
	}
	.history, .skills {
		font-size: .6rem;
		line-height: 1.0rem !important;
	}
	.contact li{
		margin-bottom: 0;
	}
	.comment:before{
		margin-left: -125px;
	}
	.comment:after{
		margin-left: 120px;
	}
}