@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo , sans-serif;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.header-box {
	height: 50px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(../images/nav_back.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	z-index: 999;
}

header p img {
	width: 150px;
	margin: 10px 0 0 10px;
}

nav {
	display: none;
}

/** ハンバーガーメニュー **/

/* hamburgerここから */
	/* inputを非表示 */
.input-hidden{
	display: none;
}
	/* label */
.hamburger-demo-switch{
	cursor: pointer;
	position: absolute;
	right: 1%;
	top: 0; /* ハンバーガーアイコンの位置（上から） */
	z-index: 9999;
	width: 4em; /* アイコン（クリック可能領域）の幅 */
	height: 4em; /* アイコン（クリック可能領域の）高さ */
}
/* メニュー展開時にハンバーガーアイコンを固定 */
#hamburger-demo1:checked ~ .hamburger-demo-switch{
	position: fixed;
}
/* ハンバーガーアイコン */
.hamburger-switch-line1, .hamburger-switch-line1:before, .hamburger-switch-line1:after{
	width: 25px;
	height: 3px;
	background: #a6dbed; /* ハンバーガーアイコンの色 */
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .3s;
	content: "";
}
.hamburger-switch-line1{
		transform: translate(-50%, -50%);
}
.hamburger-switch-line1:before{
	transform: translate(-50%, -300%);
}
.hamburger-switch-line1:after{
	transform: translate(-50%, 200%);
}
/* ハンバーガーアイコン･アニメーション */
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1{
	width: 0;
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:before{
	transform: rotate(45deg) translate(-40%, 325%);
}
#hamburger-demo1:checked ~ .hamburger-demo-switch .hamburger-switch-line1:after{
	transform: rotate(-45deg) translate(-40%, -325%);
}
/* メニューエリア */
.hamburger-demo-menuwrap{
	position: fixed;
	height: 100%;
	background: #fafafa; /* メニューエリアの背景色 */
	padding: 5em 3% 2em;
	z-index: 9998;
	transition: .3s;
	overflow-y: scroll; /* メニュー内容が多い場合に縦スクロールする */
	top: 0;
	left: 100%;
	width: 30%;
}
/* メニューリスト */
.hamburger-demo-menulist{
	margin-right: 3%;
	padding-left: 5% !important; /* !important不要な場合もあり */
	list-style: none;
}
.hamburger-demo-menulist li a{
	font-size: 1.4rem;
	text-decoration: none;
	color: #a6dbed; /* メニューリストの文字色 */
	display: block;
	padding: .5em 0;
}

.hamburger-demo-menulist li a:hover {
	color: #ff96c4;
}

/* メニューエリア･アニメーション */
	/* 右から */
#hamburger-demo1:checked ~ .hamburger-demo-menuwrap{
	left: 70%;
}
	/* コンテンツカバー */
#hamburger-demo1:checked ~ .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
}

.hamburger-demo-menulist img {
	width: 20px;
	padding: 5px 0 0 5px;
}

/** article **/

article {
	width: 100%;
	text-align: center;
}

/** mine **/

#mine {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 30px 0;
	text-align: center;
}

#mine h1{
	width: 100%;
}

#mine h1 img {
	width: 150px;
}

.right {
	width: 100%;
	height: auto;
	font-weight: bold;
	margin-top: 20px;
}

.name {
	display: inline-block;
	width: 300px;
	height: 45px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #9fd9f6;
	background-image: url(../images/about/nametag.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 73px 0;
	padding-top: 5px;
	margin-bottom: 15px;
}

.list {
	width: 94%;
	height: auto;
	line-height: 1.5;
	text-align: left;
	margin-left: 30px;
}

.list th {
	color: #9fd9f6;
}

.list td img,
.list td p {
	display: inline;
	padding: 0 4px;
}

.list td img {
	width: 25px;
	padding-bottom: 2px;
}

.list td p {
	color: #999;
}

/* process **/

#process {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#process h2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #9fd9f6;
	margin-bottom: 10px;
	display: inline-block;
	width: 350px;
	height: 30px;
	background-image: url(../images/about/nametag_02.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 75px 0;
	padding-top: 7px;
}

.proBox {
	width: 92%;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.proBox img {
	width: 75%;
	margin-left: -8px;
}

.a,
.b,
.c {
	width: 140px;
	height: 150px;
}

.proText {
	font-weight: bold;
	color: #999;
	padding: 8px 0 0 8px;
	text-align: left;
	line-height: 1.3;
}

.box {
	display: none;
}

/** skill **/

#skill {
	margin: 10px 0 50px 0;
}

#skill h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #a6dbed;
}

.skillImg {
	width: 90%;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
}
.skillImg img {
	width: 100%;
}

.skillImg .caption {
	font-size: 1.1rem;
	color: #fff;
	padding-top: 2px;
	line-height: 1.1;
}

.skillImg .ind,
.skillImg .lig {
	margin-top: 5px;
}

.skillImg .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: 0;
	opacity: 0;
	background-color: rgba(111,163,190,0.7);
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition:	all 0.5s ease;
	transition: all 0.5s ease;
}

.skillImg:hover .mask {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}

/** photo **/

.photo {
	margin-bottom: 30px;
}

.photo p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #a6dbed;
	padding-bottom: 15px;
}

#topBtn {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

#topBtn img {
	width: 65px;
}

/** footer **/

footer {
	width: 100%;
	height: 50px;
	background-color: #fad8e5;
}

.text { 
	line-height: 1.4;
	font-weight: bold;
	color: #999;
	text-align: center;
	padding-top: 12px;
}

.sns {
	display: none;
}

