@charset "utf-8";

body {
	background-color: #F3F3F3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner_wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

p {
	line-height: 1.8;
    letter-spacing: 0.8px;
    word-break: break-all;
	color: rgb(51, 51, 51);
}

/*--------------------------------
 header
---------------------------------*/

/********** Arlee logo **********/
.logo {
	position: fixed;
	top: 10px;
	left: 30px;
	z-index: 1000;
}

.logo img {
	width: 45%;
	height: 45%;
}

.logo:hover {
	 animation: poyooon .9s linear 1 forwards;
}

@keyframes poyooon {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      40%  { transform: scale(1.15, 0.8) translate(0%, 10%); }
      50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      60%  { transform: scale(0.9, 1.1) translate(0%, -20%); }
      75%  { transform: scale(0.9, 1.0) translate(0%, -15%); }
      85%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/*--------------------------------
 gnav
---------------------------------*/
#gnav {
	width: 100%;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
	
	position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

#gnav ul {
	text-align: center;
	box-sizing: border-box;
}

#gnav ul li {
	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	padding: 0 10px;
	font-size: 95%;
	box-sizing: border-box;
}

#gnav ul li a {
	text-decoration: none;
	color: #000;
	position: relative;
}

#gnav ul li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	height: 3px;
	width: 100%; /* 文字の幅全体 */
	background-color: #444444;
	transform: scale(0); /* 最初は出ていない*/
	transform-origin: center top; /* 真ん中からトップへ */
	transition: 0.3s;
}

#gnav ul li a:hover::after {
	transform: scale(1);
}

/*--------------------------------
 hello slider - about me ver.
---------------------------------*/
@keyframes hello_fadeinLR {
	0% {opacity: 0; transform: translateX(-100px)}
	50% {opacity: 1;}
	100% {opacity: 0.4; transform: translateX(0px)}
}

.helloL,.helloR {
	font-family: 'Montserrat', sans-serif;
}

.helloL {
	font-size: 240px;
	font-weight: bold;
	color: white;
	position: fixed;
	top: 80px;
	left: -100px;
	z-index: -1;
	
	opacity: 0;
	animation-name: hello_fadeinLR;
	animation-duration: 3s;
	animation-fill-mode: forwards; 
	animation-timing-function: ease;
}

.helloR {
	font-size: 240px;
	font-weight: bold;
	color: white;
	position: fixed;
	bottom: 80px;
	right: -100px;
	z-index: -1;
	
	opacity: 0;
	animation-name: hello_fadeinLR;
	animation-duration: 3s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards; 
	animation-timing-function: ease;
}

/*--------------------------------
 about me title
---------------------------------*/

.title {
	padding-top: 100px;
	text-align:center;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: 500;
	font-size: 72px;
	text-align: center;
	color: #333333;
	margin-bottom: 50px;
	
	opacity: 0;
	animation-duration: 2s;
	animation-delay : .4s;
	animation-name: fadein;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; /*これで値を保持*/
}

@keyframes fadein {
  0% {opacity: 0;transform: translateY(-20px);}
  100% {opacity: 1;transform: translateY(0);}
}

/*--------------------------------
 about me
---------------------------------*/

#about_me {
	display: flex;
	margin-bottom: 60px;
}

#about_meR {	/* Responsive */
	display: none;
}

.am_pic img{
	width: 250px;
	/* height: 250px; */
}

.am_detail {
	margin-left: 40px;	
}

ul.am_name {
	/* display: flex; */
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.am_name li {
	padding-bottom: 10px;
}

h3.am_title {
	margin-bottom: 40px;
}

/*--------------------------------
 skills
---------------------------------*/
#skills {
	background-color: #fff;
	padding: 60px 0 10px;
}

#skillsR {		/* Responsive */
    display:none;
}

h2.skills_title, h2.more_about_title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 72px;
	text-align: center;
	color: #444444;
	padding: 0 0 15px 0;
}

p.align_center {
	text-align: center;
	line-height: 0;
	margin-bottom: 60px;
}

.flex {
	display: flex;
	justify-content: center;
}

.columns {
	margin-bottom: 80px;
}

.category {
	width: 30%;
	margin-right: 30px; 
}

.category:last-child {
	margin-right: 0;
}

li.skills_app, li.skills_detail {
	margin-left: 15px;
}

li.skills_app {
	font-weight: bold;
	margin-bottom: 8px;
}

.skills_detail {
	font-size: 14px;
	line-height: 1.5;
}

/*--------------------------------
 more about
---------------------------------*/
#more_about_res {
	display: none;
}

.more_about_title {
	margin-top:50px;
    text-align:center;
}

.item {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 72px;
	font-style: italic;
	padding: 120px 20px 10px;
	box-sizing: border-box;
}

.align_right {
	text-align: right;
	padding-right: 60px;
	box-sizing: border-box;
}

.align_left {
	text-align: left;
	padding-left: 60px;
	box-sizing: border-box;
}

/** background setting **/
.seattle,.music,.tennis, .wolf {
	/*background: no-repeat center fixed;*/
	background-size: cover;
    width: 100%;
    height: 75vh;
	box-sizing: border-box;
	position: relative;
}

.seattle {
	background-image: url("../images/about/seattle.jpg");
}

.music {
	background-image: url("../images/about/music.jpg");
}

.tennis {
	background-image: url("../images/about/tennis.jpg");
}

.wolf {
	background-image: url("../images/about/wolf.jpg");
}

.item_white,.white_text {
	color: #fff;
}

/*--------------------------------
 footer
---------------------------------*/
footer {
    background-color: #1A1A1A;
}

footer small p {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
    color: #fff;
	font-size: 70%;
	padding: 40px 0;
}

/*--------------------------------
 pageTop
---------------------------------*/

#pageTop {
	position: fixed;
	z-index: 1000;
	bottom: 115px;
	right: 20px;
	font-size: 60%;
}

#pageTop a {
	text-decoration: none;
	color: #000;
	text-align: center;
	display: inline-block;
}

#pageTop img {
	width: 90%;	
}

#pageTop a:hover {
	color: #999999;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	.logo {
		position: fixed;
		top: 14px;
		left: 12px;
		z-index: 1000;
	}
	
	.logo img {
		width: 38%;
	}
	
	.helloR {
		display: none;
	}

/********** gnav **********/	
	#gnav ul li {
		font-size: 95%;
		/*font-weight: bold;*/
		padding: 0 1.5%;
	}
	
	h1 {
		margin-bottom: 20px;
	}
	
	.title,h2.skills_title {
		font-size: 360%;
	}
	
	h2.more_about_title {
		font-size: 240%;
	}
	
/********** about me **********/
	#about_me {
		display: none;
	}
	
	#about_meR {
		display: flex;
		flex-direction: column;
		text-align: center;
        margin-bottom: 50px;
	}
	
    .am_detailR {
        text-align: center;
    }
	
	ul.am_nameR {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
}
    ul.am_nameR li {
        margin-bottom: 10px;
    }
    
    .am_info {
        font-size: 90%;
        text-align: left;
        padding: 0 20px;
    }

/********** skills **********/    
    #skills {
        display:none;
    }
    
    #skillsR {
    display: flex;
    flex-wrap: wrap;
	background-color: #fff;
	padding: 60px 0 10px;
    }
    
    .flexR {
        display:flex;
        margin: 30px 40px;
    }
    
    p.align_center {
        margin-bottom: 40px;
    }
	
/********** more about me **********/
	#more_about {
		display: none;
	}
	
	#more_about_res {
		display:block;
	}
	
	.more_about_title {
		padding :50px 0 10px;
    	text-align:center;
}
	#more_about_res .align_center {
		margin-bottom: 20px;
		text-align: center;
	}
	
	#more_about_res section .seattle {
		width: 100%;
		box-sizing: border-box;
	}
	
	#more_about_res .wrap {
		background-color: rgba(255,255,255,0.8);
		width: 96%;
		margin: 0 auto;
		padding: 10px 5px 30px;
		box-sizing: border-box;
	}

	#more_about_res .item {
		text-align: center;
		padding: 20px 0 10px;
		box-sizing: border-box;
	}
	
	#more_about_res p {
		color: #000;
		font-size: 87%;
		text-align: center;
		box-sizing: border-box;
		margin: 0 5px;
	}
	
	/** background setting **/
.seattle,.music,.tennis, .wolf {
	/*background: no-repeat center fixed;*/
	background-size: cover;
    width: 100%;
    height: 90%;
	box-sizing: border-box;
	position: relative;
}
	
}/*** media Queries 767 end ***/

/*media Queries 375 for small phones
----------------------------------------------------*/
@media screen and (max-width: 375px) {
	
	.logo {
		position: fixed;
		top: 17px;
		left: 12px;
		z-index: 1000;
	}
	
	.logo img {
		width: 26%;
	}
	
		#gnav ul li {
		font-size: 80%;
		padding: 0 1.5%;
	}
	
	.align_center {
		font-size: 85%;
	}
	
	#more_about_res p {
		font-size: 70%;
	}
	
	#more_about_res .wrap {
		padding: 10px 2px 30px;
		box-sizing: border-box;
	}
}