.wf-notosansjapanese
{ font-family: "Noto Sans Japanese"; }

html {
  box-sizing: border-box;
}

html, body { height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	/*font-family:'Overpass', 'Montserrat','Questrial'*/
	font-family:'Overpass', "Noto Sans Japanese", sans-serif;
	color: #494949;
	font-size: 16px;
	line-height:1.75;
	font-feature-settings : "pkna";
	letter-spacing: 1.4px;
	background-color: #f7f8fa;
}

header {
	width: 100%;
	height: 180px;
	background-color: #3f2c7d;
}

a {
	color: #3f2c7d;
	font-weight: 400;
	font-style: italic;
	text-decoration: underline;
}

a:hover{
    color: #67617d;
    font-style: italic;
    text-decoration: none;
}

.no_border {
	color: #494949;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.no_border:hover {
	color: #494949;
	font-style: normal;
	text-decoration: none;
}

.no_border img {
	transition: 0.6s ;
}

.no_border img:hover {
	opacity: 0.5 ;
}

ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 42px;
	line-height: 1.5;
}

#page {
	margin: 0;
	padding: 0;
}

.first-view {
	height: calc(100vh - (130px + 13em));
}

.message {
	font-size: 1.6em;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.6em;
	padding-top: 1.2em;
}

.messageSub {
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

@media screen and (min-width: 500px) {
	.first-view {
	height: calc(100vh - (130px + 12em));
	}
	.message {
	font-size: 2.4em;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding-top: 2.5em;
	}
	.messageSub {
	font-size: 0.9em;
	letter-spacing: 0.2em;
	}
}

#gnav {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

header {
	width: 100%;
	height: 130px;
	background-color: #3f2c7d;
	}

.nav {
	height: 60px;
	padding-top: 18px;
	padding-left: 7%;
	padding-right: 7%;
	}

.nav .logo {
	font-size: 20px;
	letter-spacing: 0.4em;
	}

.nav .logo a {
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}

.nav .logo a:hover{
    color: #67617d;
    text-decoration: none;
}

.nav .main {
	float: left;
}

.nav .main a {
	color: #fff;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.nav .main ul li {
	float: left;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 1.6em;
	padding-top: 4px;
	letter-spacing: 0.28em;
	}

.pageLink {
	position: relative;
	display: inline-block;
	font-size: 1em;
}

.pageLink:before,
.pageLink:after{
  position: absolute;
  top: 1.9em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px; 
  background: #ffffff;
  transition: 0.4s;
}

.pageLink:before{
  left: 50%;
}

.pageLink:after{
  right: 50%;
}

.pageLink:hover:before,
.pageLink:hover:after{
  width: 48%;
}

#wrap {
	clear: both;
	padding: 20px 7% 20px 7%;
}

#content .title {
	font-size: 24px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

#content .select-language {
	float: right;
}

#content .img-works {
	width: 100%;
	max-width: 5000px;
	min-width: 330px;
	height: auto;
	border-top-style: solid;
	border-top-width: 5px;
}

#content .select-language ul li {
	float: left;
	padding-left: 5px;
	padding-top: 6px;
	font-size: 14px;
}

#content .select-language ul li:first-child:after {
      content: " /" ;
      color: #e0e0e0;
}

.select-language a{
	font-style: normal;
	text-decoration: none;
}

#content .workTitle {
	padding-top: 0;
}

#content .subtitle {
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

#content .subtitle_jp {
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

#content .titleDescription {
	-moz-column-width: 30em;
	-moz-columns: 30em;
	-webkit-columns: 30em;
	columns: 30em;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	margin-bottom: 3.2em;
	font-size: 0.9em;
	color: #595959;
	letter-spacing: 0.08em;
}

#content .titleDescription .jp_en {
	font-size: 0.89em;
	color: #595959;
	letter-spacing: 0.07em;
}

#content .titleDescription_jp {
	-moz-column-width: 30em;
	-moz-columns: 30em;
	-webkit-columns: 30em;
	columns: 30em;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	margin-bottom: 5em;
	font-size: 0.89em;
	color: #595959;
	letter-spacing: 0.07em;
}

#content .left-column {
	float: left;
	width: 280px;
	margin-bottom: 2em;
	color: #595959;
}

#content .left-columnB {
	float: left;
	width: 280px;
	margin-bottom: 2em;
	color: #595959;
}

#content .workDetail-list {
	font-size: 0.9em;
	letter-spacing: 0.08em;
}

#content .workDetail-title {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
}

#content .workDetail-list li:last-child {
	margin-bottom: 14px;
}

/*Description*/
@media screen and (max-width: 1259px) {
	#content .left-columnB {
		display: none;
	}
	#content .description {
	max-width: 1200px;
	}
}

@media screen and (min-width: 1260px) {
	#content .left-column {
	display: none;
	}
	#content .left-columnB .parent {
	position: relative;
	width: 280px;
    height: 1990px;
	}
	#content .left-columnB .menu{
	position: absolute;
    top:0;
	}
	#content .description {
	float: right;
	max-width: 800px;
	}
}

.description .detail p {
	margin-top: 1em;
	margin-left: 0;
	margin-bottom: 1.4em;
	font-size: 1em;
	letter-spacing: 0.08em;
	color: #696969;
}

.description .blank {
	padding-bottom: 40px;
}

.img-maxmin{
	width: 100%;
	max-width: 2000px;
	min-width: 330px;
	height: auto;
	margin-bottom: -5px;
}

#footer {
	clear: both;
	color: #e0e0e0;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	padding-top: 40px;
	color: #c7c7c7;
}

#footer a {
	color: #3f2c7d;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

#footer a:hover{
    color: #67617d;
    font-size: 11px;
	font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

#footer .works-navi {
	float: right;
}

#footer .copyright{
	float: left;
}

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

@media screen and (min-width: 1000px) {
	header {
	height: 130px;
	}
	.nav {
	height: 80px;
	padding-top: 34px;
	padding-left: 7%;
	padding-right: 7%;
	}
	.nav .logo {
	float: left;
	font-size: 24px;
	letter-spacing: 0.4em;
	}
	.nav .logo a {
	font-style: normal;
	color: #fff;
	text-decoration: none;
	}
	.nav .main {
	float: right;
	}
	.nav .main ul li {
	float: left;
	font-size: 15px;
	margin-left: 32px;
	padding-top: 22px;
	letter-spacing: 0.28em;
	}
	.nav .main ul li:last-child {
	margin-right: -3px;
	}
	#wrap {
	clear: both;
	padding: 30px 7% 30px 7%;
	}
	#content .title {
	font-size: 26px;
	margin-bottom: 30px;
	}
	.img-maxmin{
	margin-bottom: -5px;
	}
	#content .select-language ul li {
	float: left;
	padding-left: 5px;
	padding-top: 8px;
	font-size: 14px;
	}
	#content .select-language ul li:first-child:after {
    content: " /" ;
    color: #e0e0e0;
	}
	.select-language a{
	font-style: normal;
	text-decoration: none;
	}
	#content .detail p {
	margin-top: 20px;
	margin-bottom: 25px;
	}
	#content .workTitle {
	padding-top: 10px;
	}
	#content .subtitle {
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
	}
	#content .titleDescription {
	font-size: 1em;
	margin-bottom: 80px;
	}
	#content .left-columnB {
	float: left;
	width: 280px;
	margin-bottom: 40px;
	}
	#content .left-column {
	float: left;
	width: 280px;
	margin-bottom: 40px;
	}
	#content .workDetail-list {
	font-size: 14px;
	}
	#content .workDetail-title {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 20px;
	}

	#content .workDetail-list li:last-child {
	margin-bottom: 14px;
	}

	.description .blank {
	padding-bottom: 80px;
}
}


/*profile.html*/
.left-columnC {
	float: left;
	width: 320px;
	margin-bottom: 2em;
	margin-right: 5%;
	color: #595959;
}

.left-columnC .img-profile {
	width: 100%;
	height: auto;
}

.img-credit {
	font-size: 10px;
	color: #ffffff;
	margin-top: -28px;
	margin-left: 5px;
}

.right-column {
	float: left;
	max-width: 700px;
	margin-top: 0;
}

.right-column ul {
	margin-bottom: 40px;
}

.education-title {
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.education-title_jp {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.as {
	font-size: 0.9em;
	color: #595959;
	font-style: oblique;
	margin-bottom: 30px;
}

.note {
	color: #595959;
}

.name {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 5px;
}

.detail {
	font-size: 0.8em;
	font-weight: 400;
	color: #595959;
	margin-bottom: 8px;
}

.year {
	font-size: 0.7em;
	font-weight: 400;
	margin-bottom: 20px;
}

.mail {
	margin-bottom: 40px;
}

/*work.html*/
.l-wrap {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.work_grid {
	display:inline-block;
	vertical-align:top;
	width: calc((100% - 20px * 2) / 2);
	margin-right: 20px;
	margin-bottom: 4%;
}

/* For a 2-column grid */
.work_grid:nth-child(2n) {
	margin-right: 0;
}

.work_grid .img-three-col{
	width: 100%;
	min-width: 124px;
	height: auto;
	border-top-style: solid;
	border-top-width: 5px;
}

.work_grid .work_title {
	font-size: 13px;
	line-height: 1.5em;
	margin-top: 4px;
	margin-bottom: 8px;
}

.work_grid .work_category {
	font-size: 10px;
	line-height: 1.5em;
	color: #3b2987;
	margin-top: 0;
	margin-bottom: 6px;
}

@media screen and (min-width: 1000px) {
	.work_grid {
	width: calc((100% - 40px * 2) / 4);
	margin-right: 20px;
	}
	/* For a 2-column grid */
	.work_grid:nth-child(2n) {
	margin-right: 20px;
	}
	/* For a 3-column grid */
	.work_grid:nth-child(4n+4) {
	margin-right: 0;
	}
	.work_grid .img-three-col{
	max-width: 990px;
	}
	.work_grid .work_title {
	margin-top: 2px;
	margin-bottom: 2px;
	}
	.work_grid .work_category {
	font-size: 12px;
	margin-top: 0px;
	}
}

@media screen and ( max-width: 640px ) {
	.pageLink:before,
	.pageLink:after{
  		display: none;
  	}
  	.pageLink:before{
  		left: 0;
  	}
  	.pageLink:after{
  		right: 0;
  	}
  	.pageLink:hover:before,
  	.pageLink:hover:after{
  		width: 0;
  	}
}

