@charset "UTF-8";
/* CSS Document */
/*似顔絵はんこ*/
/*-------------------
BASE
--------------------*/
@font-face {
	font-family: 'YuKyo_Yoko-Medium', 'M PLUS 1p';
 }


html{
	font-size:62.5%;/*16px*62.5%=10px*/
}

body{
	color: #333;
	font-family: 'YuKyo_Yoko-Medium', 'M PLUS 1p';
/*	font-feature-settings: "palt";*/
	font-size:1.6rem;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

img{
	max-width:100%;
	height: auto;
	vertical-align: middle;/*ほんのわずかな隙間をなくす*/
}

input,textarea{
	-webkit-appearance:none;/*浮き出るデザインを解除*/
	-moz-appearance:none;
	appearance:none;
	font-size:1.6rem;/*フォーム内の文字の大きさ*/
	outline:#none;/*青いラインをオフ**/
}
.text-center{
	text-align: center;
}
main{
	position: relative;
}
.sp{
	display: none;
}
/*-------------------
navigation
--------------------*/
.btn-trigger{
	display: none;
}
.navigation{
	max-width: 1188px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
}
.nav-list{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 13px;
}
.insite-link{
	font-family:　'YuKyo_Yoko-Medium';
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-left: 15px;
}
.insite-link .nav-items{
	position: relative;
	margin-right: 45px;
}
.nav-items.icon{
	position: relative;
	background-image: url(../images/stamp-solid.png);
	background-repeat: no-repeat;
	background-size: 15px;
	left: -15px;
	padding: 0 0 0 20px;
	color: #c8c8c9;
}

.nav-items.icon:hover{
	background-position: 0 3px;
	-webkit-transition: all .2s;/*だんだん変化する*/
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.opacity{
	position: absolute;
	left: 0;
	width: 15px;
	height: 21px;
	background-color: rgba(255,255,255,0.5);
}
.nav-items>a{
	text-decoration: none;
	color: #444;
}
.nav-items>a:hover{
	opacity: 0.5;
	-webkit-transition: all .2s;/*だんだん変化する*/
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.outsite-link .nav-items{
	margin-left: 30px;
}
.outsite-link .nav-items.sns{
	margin-left: 13px;
}
.sns{
	color: #777;
	font-size:1.6rem;
}
.nav-cover{
	border-bottom: solid #b5b5b5 1px;
}


/*-------------------
header
--------------------*/
.header-inner{
	position: relative;
}
/*.title{
	position: absolute;
	right: 0;
	top: 132px;
	width: 51%;
	height: auto;
	background-color: rgba(68,165,203,0.7);
	text-align: center;
}*/
h1{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
	background-color: rgba(255,255,255,0.7);
	color: #444;
	font-size: 4rem;
	font-family: 'YuKyo_Yoko-Medium';
	padding: 50px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	word-break: keep-all;
}
.heroimage-hanko{
	background-image: url(../images/nigaoehanko-bg.jpg);
/*	background-size: cover;*/
	width: cover; 
	height: 450px;
    background-position: top center;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
    background-attachment: fixed;
}
/*-------------------
main
--------------------*/
.main_inner{
	max-width: 950px;
	margin: 0 auto;
}
.h2{
	text-align: center;
	font-size: 4rem;
	font-family: 'YuKyo_Yoko-Medium';
	text-transform: uppercase;
	margin-bottom: 120px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

/*-------------------
main hanko
--------------------*/
.hanko{
	margin: 160px 0 0;
	/*min-width: 906px;*/
}

.hanko-list{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
}
.hanko-list:last-of-type{
	margin: 0;
}

.hanko-items{
	display: block;
	position: relative;
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	text-align: center;
	margin: 0 16px 32px;
}
.hanko-items img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	transform: translate3d(-50%,-50%,0);/*どんな時も上下左右中央（縦、横、奥）*/

}
.cover{/*薄い黒いグラデーションをかける*/
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 50;
	opacity: 0.1;
	background-color: #000;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
}
.hanko-items:hover .cover{
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.hanko-items:hover img{
	width:90%;
	height: 90%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}


/*-------------------
gotonextpage
--------------------*/
.gotonextpage{
	margin: 80px auto 120px;
}

.nextpage-list{
	display: flex;
	display: -webkit-flex;
	margin-left: -8px;
	justify-content: center;
	-webkit-justify-content: center;
}

.page-item{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #888;
	color: #7a7a7a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 8px;
	font-family: 'M PLUS 1p';
}
.page-item>a:hover{
	background-color: #f9f9f9;
}
.page-item .text{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
.page-item>a{
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #7a7a7a;
	vertical-align: middle;
}
.page-item.current{
	background-color: #e3e3e3;
}

/*btn page top*/
#btn-pageTop{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0;
}
#btn-pageTop.fade-in{
    opacity: 1;
	-webkit-transition: opacity 1s;/*矢印がだんだん上がる*/
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}
#btn-pageTop>a{
	position: relative;
	overflow: hidden;/*はみ出たテキストを隠す*/
	display: block;
	width: 40px;
	height: 40px;
	background-color: #b5b5b5;
	border-radius: 3px;
	text-indent: 100%;/*そのものと同じ大きさ分右に文字をずらす*/
	white-space: nowrap;/*折り返しを解除*/
	font-size: 2.5rem;
}
#btn-pageTop>a:hover:before{
	top: 40%;/*マウスが乗ったら10%上に移動する*/
}
#btn-pageTop>a:before{/*fontawesomeを設置*/
	position: absolute;
	top:50%;/*※マウスが乗ったら10%上に移動する*/
	left: 0%;/*textindentを100%に設定している関係でスタート地点が◽️の右上のポイントになっている*/
	content: "\f077";
	font-family:  FontAwesome;
	color: #fff;
	transform: translate3d(-50%,-50%,0);
	-webkit-transition: all .2s;/*矢印がだんだん上がる*/
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/*-------------------
footer
--------------------*/
.footer{
	color: #fff;
	text-align: center;
	font-family: 'M PLUS 1p';
}
.footer-inner{
	background-color: #7a7a7a;
	padding: 42px 0;

}
.footer_link{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.footer_list{
	margin: 0 0 42px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content:  center;
}
.footer_list_items{
	margin-right: 30px;
}
.footer_list_items.en{
	text-transform: uppercase;
	font-family: 'M PLUS 1p';
	letter-spacing: 0.1em;
}
.footer_list_items.jp{
	text-transform: uppercase;
	font-family: 'YuKyo_Yoko-Medium';
	letter-spacing: 'palt';
}

.footer_list_items>a{
	color: #fff;
}
.footer_list_items>a:hover{
	opacity: 0.6;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 23px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 16px;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.pattern::before{
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.pattern::after{
	left: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #7a7a7a;
	border-right: 2px solid #7a7a7a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.footer_list_items .sns{
	color: #fff;
	font-size: 1.8rem;
}


small{
	font-size: 1.4rem;
}

@media screen and (max-width:850px){
	.btn-trigger{
		display: block;
		overflow: hidden;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		position: fixed;
		top: 12px;
		right: 12px;
		z-index: 100;
		width: 40px;
		padding: 0;
		border: none;
		background-color: #fff;
		white-space:nowrap;/*折り返し機能OFF*/
	}
	use{
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-ms-transition: 0.5s all;
		transition: 0.5s all;
	}
	.btn-trigger.active use:nth-of-type(1) {
		-webkit-transform: translateY(30px) rotate(-45deg);
		transform: translateY(30px) rotate(-45deg);
	}
	.btn-trigger.active use:nth-of-type(2) {
		opacity: 0;
	}
	.btn-trigger.active use:nth-of-type(3) {
		-webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
		transform: translateX(35px) translateY(-15px) rotate(45deg);
	}
	.sp{
		display: block;
	}
	/****************
	navigation
	*****************/
	.nav-cover{
		display: none;
		text-align: center;
		border-bottom: none;
		position: absolute;
		width:100%;
		z-index: 50;
		top: 0;
		left: 0;
	}
	.navigation{
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;/*スクロールで前後に伸び縮みしないようにわざと多めにとる*/
		padding: 120px 0 60px;
		background-color: rgba(255,255,255,0.95);/*背景色を少しすかせる*/
	}

	.nav-list.outsite-link,
	.nav-list.insite-link{
		display: block;
		margin: 0;
		padding: 0;
	}

	.nav-items,
	.nav-items.icon{
		background-image: none;
		left: 0;
		margin: 0 0 60px;
		padding: 0;
	}
	.outsite-link .nav-items.sns{
		margin-left: 0;
	}
	.sns{
		font-size:2.8rem;
	}
	/****************
	hero image
	*****************/
	.heroimage-hanko{
		background-image: url(../images/nigaoehanko-bg_sp.jpg);
		background-size:contain;
		/*width: contain; */
		height: 450px;
		background-position: top center;
		background-repeat: no-repeat;
		margin: 0;
		background-attachment: fixed;
	}
	h1{
		font-size: 3rem;
		padding: 30px;
	}
	/****************
	作品集
	*****************/
	.hanko{
		margin: 160px 0 0;
		min-width: auto;
	}
	.hanko-items{
		width: 150px;
		height: 150px;
	}
	/****************
	footer
	*****************/
	.footer-inner{
		padding: 60px 0;
	}
	.footer_link{
		display: block;
		width: 100%;
		margin: 0 0 60px 0;
	}
	.footer_list{
		margin-bottom: 60px;
	}
	.footer_list_items>a{
		font-size: 1.2rem;
	}
	.footer_list_items.sns{
		margin-right: 50px;
	}
	.footer_list_items:last-of-type,
	.footer_list_items.sns:last-of-type{
		margin-right: 0;
	}
	.footer_list_items .sns{
		font-size: 2.5rem;
	}
	.footer_list.sns .sns:last-of-type{
		margin-right: 0;
	}
	.footer_list.sns{
		margin-right: 0;
	}
	small{
		font-size: 1.1rem;
	}
	
	.arrow{
		padding: 0 0 0 18px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
	}
	
	.arrow::before,
	.arrow::after{
		left: 0px;
	}

	.pattern::before{
		width: 12px;
		height: 12px;
	}
	.pattern::after{
		left: 3px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #7a7a7a;
		border-right: 1px solid #7a7a7a;
	}
}