@charset "UTF-8";
/* CSS Document */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
body {
	font-family: 'Adam-Bold-Web', "Helvetica Neue", sans-serif, "Noto Sans Japanese";
}
a, a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
h1 {
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1em;
	text-align: center;
}
h1 a, h1 a:link {
	color: #000;
}
h2 {
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 1em;
	margin: 50px 0px 30px;
}
h3 {
	letter-spacing: 1px;
	font-size: 23px;
	line-height: 1em;
	margin: 40px 0px 20px;
}
.itemsPortfolioH3 {
	margin: 15px 0px 20px;
}
h4 {
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 1em;
	margin: 20px 0px;
}
article {
	margin-bottom: 60px;
}
.mobileMenu {
	display: none;
}
.mobileMenu ul {
	padding-left: 0;
}
.mobileMenu li {
	text-align: center;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 2.2em;
}
.arrows a, .go-home a, .go-top a, .mobileMenu ul li a, .mobileMenu ul li a:link, .pcMenu ul li a, .pcMenu ul li a:link {
	color: #999;
}
.arrows a:hover, .go-home a:hover, .go-top a:hover, .pcMenu ul li:hover, .mobileMenu li:hover, .mobileMenu ul li a:hover, .pcMenu ul li a:hover {
	color: #000;
}
.mobaileMenuLink {
	text-align: center;
	display: block;
	letter-spacing: 1px;
	color: #999;
	font-size: 15px;
	line-height: 2.2em;
}
.pcMenu {
	margin-bottom: 40px;
}
.pcMenu ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}
.pcMenu ul li {
	margin: 10px;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 2.5em;
}
.wrapProfile {
	text-align: center;
}
.wrap {
	/*max-width: 1200px; */
	/*display: -webkit-flex; /* Safari */
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
	/*-webkit-align-items: center; 
  align-items: center;*/
 /*縦*/
	-webkit-justify-content: center;
	justify-content: center;
}
.wrapPortfolio {
	/*max-width:1200px;*/
	 	/*display: -webkit-flex; /* Safari */
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;/*margin-left: -10px;
  margin-top: -10px;*/
	/*-webkit-align-items: center; 
  align-items: center;*/
 /*縦*/
	/*-webkit-justify-content: center; 
  justify-content:  center;*/}
.wrapPortfolio img:last-of-type {
	border-right: 40px solid white;
}

.wrapPortfolio img {
	margin-left:10px;}
	
.wrapWelcome {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -72px;
	margin-left: -162px;
}
.welcomeH2 {
	font-weight: 400;
	letter-spacing: 1px;
	color: rgba(153,153,153,.7);
	font-size: 15px;
	line-height: 2.5em;
	text-align: center;
	margin-top: 35px;
}
.items {
	/*デフォルト*/
	/*flex: 1 0 20%;*/
	margin: 1%;
	margin-top: 10px;
	width: calc(33.33333% - 6%);/* = 100 - 1 * (3- 1) * 2 + 1 * 2  */
 /* box-sizing: border-box;*/
}
.itemsWide {
	margin: 1%;
	margin-top: 10px;
	width: 100%;
}
.itemsWide .item {
	margin-bottom: 10px;
}
.items .item {
	margin-bottom: 10px;
}
.itemPortfolio {
	margin-bottom: 70px;/*margin-right:40px;*/
}
.items .item img {
	width: 100%;
}
.itemsWide .item img {
	width: 100%;
}
.go-home {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	position: fixed;
	bottom: 10px;
	right: 40px;
}
.go-top {
	/*text-align:center;*/
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 20px;
	font-weight: 500;
	font-size: 15px;
	color: #000;
}
.go-top.background--light {
	color: #000;
}
.go-top.background--dark {
	color: #fff;
}
.arrows {
	margin-left: 40px;
}
.arrow {
}
/*caption*/
		
.item {
	position: relative;
	overflow: hidden;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
.description {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 70%;
	height: 100%;
	background: rgba(100,100,100,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
.description h3, .description p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	color: aliceblue;
}
.description h3 {
	font-weight: 400;
	font-size: 22px;
}
.description p {
	font-weight: 300;
	font-size: 16px;
}
.description1 {
	background: rgba(200,100,200,.6);
}
.description2 {
	background: rgba(100,200,200,.6);
}
.description h3 {
	top: 35%;
	text-align: center;
}
.description p {
	top: 55%;
	text-align: center;
}
.item:hover .description {
	opacity: 1;
}
.item:hover .description h3 {
	top: 10%;
	text-align: center;
}
.item:hover .description p {
	top: 75%;
	text-align: center;
}
.item:hover .description h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.item:hover .description p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
/**********************/
	
	/*changeColorText*/
.changeColortext {
	color: #B63E3E;
}
.changeColortext2 {
	color: blue;
}
.changeColortext3 {
	color: turquoise;
}

/**********************/

/*404*/
.errorH4 {
	margin:100px 0 60px;
	text-align: center;
}
.errorP {
	text-align: center;
}

	
@media screen and (max-width:1040px) {
.item:hover .description p {
	top: 70%;
	text-align: center;
}
}

@media screen and (max-width:840px) {
.item:hover .description p {
	top: 60%;
	text-align: center;
}
}

@media screen and (min-width: 651px) {
.mobaileMenuLink {
	display: none;
}
}

@media screen and (max-width: 650px) {
.pcMenu {
	display: none;
}
.wrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.items {
	margin: 1%;
	width: calc(100% - 6%);
}
.item:hover .description p {
	top: 80%;
	text-align: center;
}
.go-home {
	text-align: center;
	margin-left: 0;
	position: static;
	margin-top: -40px;
}
.itemsPortfolio {
	text-align: center;
}
.itemPortfolio {
	margin-bottom: 50px;
}
.wrapPortfolio img {
	width: 98%;
	margin-bottom:10px;
	margin-left:0px;
}
.wrapPortfolio {
	display: inline-block;
	text-align: center;
}
}
