/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	height: 100%;
}

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
background-color: #ffffff; 
color: #333; 
font-family: 'Noto Serif JP', serif;
-webkit-text-size-adjust: 100%;
}

/* --- スクロール停止 --- */
.no-scroll{
 	overflow: hidden !important;
}

.sp{
	display: none;
}
.pc{
	display: block;
}

/* --- 全体 --- */
a{
	cursor:pointer;
	text-decoration: none;
}
a:link { color: #333; }
a:visited { color: #333; }
a:active { color: #333; }

ul,li {
	list-style-type: none;
	padding-left: 0;
}

/* --- ラッパー --- */
.wrapper {
  display:none;
  width: 100%;
  margin: 0;
}

/* --- ヘッダー --- */
.header{
	position: relative;
	display: table;
	margin-left:17%;
}

.nav {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  font-size: 16px;
  letter-spacing: 5px;
  white-space: nowrap;
  
}
 
.nav li {
  width: auto;
  margin-right: 45px;
  display: inline-block;
}
 
.nav li a {
  text-decoration: none;
}

/* ---ポップアップメニュー---*/
#popup-menu{
	display:none;
    position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: #ffffff;
	z-index:1500;
}

#popup-menu .name{
	position: absolute;
	top:50px;
	width: 25%;
	height:100%;
	text-align: center;
}

#popup-menu .name img{
	height:auto;
}

#popup-menu .close_btn {
	position:fixed;
	right:0;
	top:0;
	width:50px;
	height:50px;
	background: #fff;
	display: table;
	cursor:pointer;
}
#popup-menu .close_btn a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size:0;
}
#popup-menu .close_btn img{
	pointer-events : none;
}

#popup-menu .nav {
   position: absolute;
   top:30%;
   right:0;
   height:100%;
   width:auto;
   font-size: 18px;
   margin-right: 10%;
   white-space: nowrap;
}
 
#popup-menu .nav li {
   width: auto;
   text-align: right;
   margin-right: 0px;
   margin-bottom: 50px;
   display: block; 
}
 
#popup-menu .nav li a {
   text-decoration: none;
}
#popup-menu article{
	position:absolute;
	margin-left:10%;
	margin-top:-170px;
	top: 100%;
	display: flex;
}
#popup-menu a:link {
	color: #333;
	text-decoration: underline;
}


/* --- コンテナ --- */
.container {
  position:relative;
  width: 100%;
}


/* --- トップ --- */
.top {
  position:relative;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.name{
	position: relative;
	width: 17%;
	height:100%;
	text-align: center;
}
.name img{
	height:auto;
}

.kv{
	position: relative;
	width: 83%;
	height:100%;
}
.kv img{
	position: relative;
	height:auto;
	width:100%;
}


/* --- タイトル --- */
.title {
	position: relative;
	margin-right: 50px;
}
.title img{
	width:20px;
	height:auto;
}

/* --- テキスト --- */
.text {
	position: relative;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 2px;
	margin-top: -8px;
	width:450px;
}
/* --- プロフィールテキスト --- */
.text-prof{
	position: relative;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 2px;
	margin-top: -6px;
}
.text-prof p{
	margin-bottom: 14px;
}


/* --- お知らせ --- */
.news{
	position:relative;
	width:100%;
	margin: 80px 0 120px;
}
.news article{
	margin-left:17%;
	display: flex;
}
.news a:link {
	color: #333;
	text-decoration: underline;
}


/* --- 要素グループ --- */
.box{
	clear: both;
	position:relative;
	width:100%;
	margin-bottom:130px;
	display: flex;
	align-items: center;
}

.box figure{
	width: 46%;
}

.box figure img{
	position: relative;
	height:auto;
	width:100%;
}

.box article{
	display: flex;
	margin-left: 8%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.box a:link {
	color: #333;
	text-decoration: underline;
}

.box.right {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.box.right figure{
	margin-right: 0;
}

.box.right article{
	margin-left: 17%;
}

/* --- 作品 --- */
.works{
	position:relative;
	width:100%;
	margin: 80px 0 120px;
}
.works article{
	margin-left:17%;
	display: flex;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.list {
	width:75%;
	list-style: none;
	font-size: 0;
}
.list li {
	width: 31%;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.list li img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* --- フッタ --- */
.footer{
position: relative;
width: 100%;
height: 80px;
font-size: 12px;
display: table;
}

.footer p{
display: table-cell;
text-align: center;
vertical-align: middle;
}

/* --- ページトップ --- */
.page-top{
	width: 80px;
	height: 80px;
	position :fixed;
	right: 0px;
	bottom: 0px;
}
.pt{
	width: 80px;
	height: 80px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	margin-top: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.pt img{
	pointer-events : none;
}

.pt-off{
	margin-top: 80px;
}

/*---------ポップアップ---------*/
#popup{
	display:none;
    position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background: url(../img/popup_bg.png);
	z-index:1500;
}

#popup .box{
	position:absolute;
	left:50%;
	top:50%;
	
}
#popup .box img{
	margin-top: -28px;
}
#popup .close_btn{
	position:fixed;
	right:0;
	top:0;
	width:80px;
	height:80px;
	background: #fff;
	display: table;
	cursor:pointer;
}

#popup .back_btn{
	position:absolute;
	left:0;
	top:50%;
	width:80px;
	height:80px;
	margin-top: -40px;
	background: #fff;
	display: table;
	cursor:pointer;
}

#popup .next_btn{
	position:absolute;
	right:0;
	top:50%;
	width:80px;
	height:80px;
	margin-top: -40px;
	background: #fff;
	display: table;
	cursor:pointer;
}

#popup .close_btn a,#popup .back_btn a,#popup .next_btn a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size:0;
	pointer-events : none;
}

#popup .close_btn img,#popup .back_btn img,#popup .next_btn img{
	pointer-events : none;
}

.close_btn img{
	pointer-events : none;
	width:22px;
	height:22px;
}


#popup .caption{
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -10px;
	font-size: 16px;
	color: #fff;
}



@media screen and (min-width: 769px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	
	@media screen and (max-width: 1480px) {
		.box figure{
			width: 46%;
			overflow: hidden;
		}
		
		.box figure img{
			position: relative;
			width: 690px;
			float:right;
		}
		
		.box article,.box.right article,.works article{
			margin-left: 100px;
		}
		
		.list {
			width:90%;
		}
		
		@media screen and (max-width: 1100px) {
			
			.text,.text-prof {
				font-size: 13px;
				letter-spacing: 0;
				width:350px;
			}
			
			.text-prof p{
				margin-bottom: 7px;
			}	
			
			.title {
				margin-right: 30px;
			}
			
		}
		
		@media screen and (max-width: 900px) {
			
			.box figure{
				width: 42%;
				overflow: hidden;
			}
			
			.box article,.box.right article,.works article{
				margin-left: 50px;
			}
			
			.list {
				width:85%;
			}
						
		}
		
		@media screen and (max-width: 800px) {
			
			.box article,.box.right article,.works article{
				margin-left: 30px;
			}
			
			.list {
				width:100%;
			}
						
		}
	}
}

@media screen and (max-width: 769px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
	
	.container {
		width: 100%;
		display:relative;
		margin: 0 auto;
	}
	
	.main {
		width: 86%;
		margin: 0 auto -12px;
	}
	
	/* --- ヘッダー --- */
	.header{
		margin-left:0%;
		height: 50px;
	}
	.menu_btn{
		z-index: 100;
		position:fixed;
		right:0px;
		top:0px;
		width:50px;
		height:50px;
		background: #ffffff;
		cursor:pointer;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menu_btn img{
		width:100%;
		height:100%;
	}
	
	/* --- お知らせ --- */
	.news{
		margin: 50px 0 120px;
	}
	.news article{
		margin-left:25%;
		display: flex;
	}
	.news a:link {
		color: #333;
		text-decoration: underline;
	}
	
	.top {
		margin: 0;
	}
	
	.logo{
		width: 88%;
	}

	.text,.text-prof {
		font-size: 14px;
		margin-right: 5%;
	}
	.text img{
		width:14.7%;
		height:auto;
		margin-top:172px;
		right:-8px;
		top:-250px;
	}
	
	.name{
		width: 25%;
		height:100%;
	}
	
	.kv{
		height: 500px;
		width: 75%;
		overflow: hidden;
	}
	
	.kv img{
		margin-left: -300px;
		height:100%;
		width:auto;
	}
	
	.about {
	  margin-top: 30px;
	}
	
	.prof_img1{
		position:relative;
		top:0px;
		left:0px;
		width:66%;
		height:auto;
		margin-bottom: 26px;
	}
	.prof_img2{
		width:35%;
		height:auto;
		top:-31px;
		left:197px;
	}
	
	.btm-menu {
		-webkit-transform : translate(0.5,0.5);
		-ms-transform : translate(0.5,0.5);
		transform : translate(0.5,0.5);
	}
	
	.title{
		margin: 5px 35px 0px 0px;
	}
	
	.title h2{
		font-size: 26px;
	}
	
	.title img{
		width:18px;
	}
	
	.box{
		margin-bottom:58px;
		display: block;
		position:relative;
	}
	.box figure{
		width: 100%;
		margin-bottom: 58px;
		position:relative;
	}
	.box article,.box.right article{
		position:relative;
		margin-left: 8%;
	}
	.box p{
		font-size: 14px;
		line-height:26px;
		margin-bottom: 18px;
	}
	.box h3{
		font-size: 23px;
		margin-bottom: 32px;
	}
	.box span{
		font-size: 16px;
	}
	.box p.large{
		font-size: 16px;
		line-height:1.6em;
		margin-top: -10px;
		margin-bottom: -15px;
	}
	.box p.medium{
		font-size: 12px;
	}
	.box p.sub{
		font-size: 10px;
		line-height:1.8em;
		margin-top: 30px;
		margin-bottom: 4px;
		letter-spacing:0em;
	}
	.box p.link{
		font-size: 11px;
		margin-bottom: 28px;
		letter-spacing:0em;
	}
	.box p.link a:hover{
		border-width: 2px;
	}
	.box p.cap{
		font-size: 11px;
	}
	
	.works{
		position:relative;
		width:100%;
		margin: 80px 0 120px;
	}
	.works article{
		display: block;
		position:relative;
		margin-left: 0;
	}
	.works article .title{
		margin-left: 8%;
		margin-bottom: 25px;
	}
	.list {
		width:96%;
		margin-left:4%;
	}
	.list li{
		margin: 0 1.5% 1.5% 0;
	}
	
	.footer-top {
		margin-top:190px;
	}
	
	.footer {
		margin-top:0px;
	}
	
	#popup .close_btn{
		width:50px;
		height:50px;
	}
	
	#popup .back_btn{
		width:50px;
		height:50px;
	}
	
	#popup .next_btn{
		width:50px;
		height:50px;
	}
	
	/* --- ページトップ --- */
	.page-top{
		width: 50px;
		height: 50px;
	}
	.pt{
		width: 50px;
		height: 50px;
	}
	
	@media screen and (max-width: 500px) {
		
		.wrapper {
			min-height: auto;
		}
		.title h2{
			font-size: 16px;
		}
		.box h3{
			font-size: 16px;
		}
		.btm-menu_item {
		  	font-size: 16px;
		}
		.btm-menu_item li+li{
			margin-left: 24px;
		}
		.footer {
			font-size: 10px;
		}
		.footer-top {
			font-size: 10px;
		}

	}
}


/* ---アニメーション---*/
.f_in{
	animation: fadeIn 0.6s ease;
	-webkit-animation: fadeIn 0.6s ease;
	-moz-animation: fadeIn 0.6s ease;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
	0% {opacity: 0}
    100% {opacity: 1}
}