@charset"utf-8";
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url("https://use.typekit.net/wzv2skn.css");
body {
	background-color: #000000;
	background-image: url("../img/others/indexbg5.jpg");
	margin: 0px;
	min-height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: neusa-next-std, sans-serif, 'a-otf-midashi-go-mb31-pr6n', 'sans-serif', "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 700;
	font-style: normal;
	font-feature-settings : "pkna"1;



	
	font-size: 100%;
	line-height: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
header {
	position: relative;
	width: 100%;
	height: 110px;
}
#sitetitle {
	position: relative;
	top: 10px;
	left: 3%;
	width: 180px;
	height: 58px;
	padding: 0px 15px;
	color: #ffffff;
	margin: 0px;
	text-align: left;
	line-height: 30px;
	font-size: 12pt;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sitetitle::before, #sitetitle::after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sitetitle::before {
	left: 0px;
	top: 3%;
	border-left: 1px double #ffffff;
}

#menu {
	position: absolute;
	top: -20%;
	right: 3%;
}
#menu li {
	display: block;
	position: relative;
	text-decoration: none;
	height: 30px;
	width: 80px;
	color: #ffffff;
	margin:0px;
	text-align: left;
	line-height: 30px;
}
#menu a:link {
	text-decoration: none;
	color: #ffffff;
}
#menu a:visited {
	text-decoration: none;
	color: #ffffff;
}
#menu :hover {
	text-decoration: none;
	color: #ffffff;
	border-radius: 5px;
	transition: 0.5s;
}
#contents {
	position: relative;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	margin: 30px 10%;
	padding: 0px;
	text-align: center;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

#thumbnail{
	text-align: left;
	
}

#portrait {
	position: relative;
	top: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	margin: 30px 10%;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;

}
#name {
	color: #ffffff;
}
.cv {
	text-align: left;
}

.link {
	margin: 1%;
	display: inline-table;
	background-color: #ffffff;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-decoration: none;
}
.link :hover {
	opacity: 0.8;
	transition: 0.3s;
	text-decoration: none;
}
.link p {
	opacity: 1;
	color: black;
	font-size: 6pt;
	text-align: left;
	top: 0;
	margin: 0px 5px;
	text-decoration: none;
}
.sns {
	width: 45px;
	margin-top: 0px;
	margin-right: 10px;
}

#detail {
	max-width: 100%;
	height: auto;
	line-height: 1.3;
}


.slider{
    margin: 30px auto;
    max-width: 600px;
	padding: 20px;
}
.slider img{
    height: auto;
    width: 100%;
	margin-left: 0px;

}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

#detail p {
	text-align:justify;
	
}

#detail #title {
	font-weight: bold;
	margin:0;
	font-size: 12pt;
	
}
#detail #info {
	font-size: 8pt;

}

#concept{
	float: left;
	margin: 0;
	font-size: 10pt;
	width: 49%;
}

#concepteg{
	float: right;
	margin: 0;
	font-size: 10pt;
	width: 49%;
}

p {
	font-size: 12px;
	color: aliceblue;

}

#footer {
	padding-top: 50px;
	width: 100%;
	height: 40px;
	clear: both;
}
#footer h1 {
	position: absolute;
	color: #FFFFFF;
	left: 3%;
	line-height: 30px;
	font-size: 8pt;
}
.text {
}
