﻿@charset "utf-8";


@import "reset.css";
@import "common.css";
@import "layout.css";


/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */


/* -------------------
	content
------------------- */

/*  mainBox  */

#content #mainBox {
	overflow:hidden;
	position: relative;
	min-height:600px;
/*	background:rgba(59, 77, 22, 0.4);*/
}
#content #mainBox .img {
	position:absolute;
	left:0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/top/main.jpg) no-repeat center center;
	background-size:cover;
}
#content #mainBox video {
	position:absolute;
	left: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(../img/top/main.jpg) no-repeat center center;
	background-size:cover;
}
#content #mainBox .info {
	position:absolute;
	right: 54px;
	bottom: 43px;
	width: auto;
	height: auto;
	font-size:100%;
	line-height:1.4;
	color:#FFF;
	text-align:right;
}
#content #mainBox .info a {
	line-height:1.4;
	color:#FFF;
}
#content #mainBox .info a:hover {
	color:#CCC;
}
/*#content #mainBox .info a .cat {
	line-height:1.4;
	color:#FFF;
	background:rgba(255,255,255, 0.3);
	padding:0 2px;
	border-radius: 2px;
}
#content #mainBox .info a:hover .cat {
	color:#CCC;
	background:rgba(204,204,204, 0.3);
}*/

/*  biography  */

#content #biography {
	position: relative;
	width:100%;
	padding:200px 0;
}
#content #biography .jaTxt {
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}
#content #biography .enTxt {
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
#content #biography .enTxt i {
	font-style:italic;
}
#content #biography .name {
	width:784px;
	margin:0 auto;
	padding:0 0 2em;
	font-size:144%;
	line-height:1.8;
	text-align:left;
}
#content #biography .name span {
	font-weight:bold;
}
#content #biography .txt {
	width:784px;
	margin:0 auto;
	padding:0 0 2em;
	font-size:113%;
	line-height:1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content #biography .txt .enTxt {
	letter-spacing:0.05em;
}
#content #biography .btn {
	margin:0 auto;
	padding:43px 0 0;
	text-align: center;
	letter-spacing:0.2em;
}
#content #biography .btn a {
	width:250px;
	height:62px;
	display:block;
	margin:0 auto;
	padding:0;
	font-size:125%;
	line-height:62px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	font-weight:normal;
	background:#0068B7;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#content #biography .btn a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	text-decoration:none;
}

#biographyBox {
	position: fixed;
	top:0;
	right:0;
	text-align: center;
	display:none;
	background:rgba(239, 239, 232, 0.9);
	overflow:scroll;
}
#biographyBox .inner {
	width:780px;
	margin:0 auto;
	padding:230px 20px 200px;
	text-align:left;
}
#biographyBox .inner h2 {
	font-size:360%;
	line-height:1.2;
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 50px;
}
#content #biography #biographyBox .inner .enTxt {
	letter-spacing:0.05em;
}
#biographyBox .inner h3 {
	margin:50px auto 0;
	padding:50px 0 20px;
	font-size:144%;
	line-height:1.8;
	border-top:1px solid rgba(181, 176, 155, 0.5);
}
#biographyBox .inner h3.first {
	padding:0 0 20px;
	border-top: none;
}
#biographyBox .inner h3 span {
	font-weight:bold;
}
#biographyBox .inner dt {
	width:4em;
	float:left;
	margin:0 auto;
	padding:1em 0 0;
	font-size:113%;
	line-height:1.8;
}
#biographyBox .inner dd {
	width: auto;
	margin:0 auto 0 5em;
	padding:1em 0 0;
	font-size:113%;
	line-height:1.8;
}
#biographyBox .inner a.blank {
	background: url(../img/common/icn_blank.png) no-repeat left center;
	background-size:14px auto;
	padding:0 0 0 20px;
	min-height:14px;
	text-decoration:underline;
}
#biographyBox .inner a.blank:hover {
	background: url(../img/common/icn_blank_on.png) no-repeat left center;
	background-size:14px auto;
	text-decoration:none;
}

/*  project  */

#content #project {
	width:900px;
	margin:0 auto;
	padding:0 0 130px;
}
#content #project a .img {
	width:900px;
	height:590px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#content #project a:hover .img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#content #project .kusukaki {
	margin:0 auto;
	padding:0;
}
#content #project .kusukaki a .img {
	background: url(../project/kusukaki/img/img01.jpg) no-repeat center center;
	background-size: cover;
}
#content #project .soraami {
	margin:100px auto 0;
	padding:0;
}
#content #project .soraami a .img {
	background: url(../project/sora_ami/shiwaku/img/img01.jpg) no-repeat center center;
	background-size: cover;
}
#content #project .enTxt {
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
#content #project a h2 {
	padding:25px 0 0;
	font-size:188%;
	line-height:1.2;
	letter-spacing:0.1em;
}
#content #project a h2 span {
	font-weight:bold;
}
#content #project a .txt {
	padding:15px 0 0;
	font-size:113%;
	line-height:1.3;
}
#content #project a .txt .jaTxt {
	font-feature-settings : "palt";
}
#content #project a .txt .enTxt {
	letter-spacing:0.05em;
}
#content #project a:hover h2,
#content #project a:hover .txt {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#content #project .moreBtn {
	margin:120px auto 0;
	text-align: center;
}
#content #project .moreBtn a {
	display:inline-block;
	padding:0 17px 25px;
	font-size:125%;
	line-height:1.2;
	letter-spacing:0.1em;
	text-align: center;
	background: url(../img/common/nami.gif) repeat-x center bottom;
}
#content #project .moreBtn a:hover {
	background: url(../img/common/nami_on.gif) repeat-x center bottom;
}
#content #project a:hover {
	text-decoration:none;
}

/*  contact  */

#content #contact {
	width:100%;
	padding:120px 0 40px;
}
#content #contact h2 {
	font-size:188%;
	line-height:1.2;
	text-align: center;
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#content #contact .form {
	width:720px;
	padding:10px 0 0;
	margin:0 auto;
	text-align:left;
}
#content #contact .form li {
	padding:40px 0 0;
	margin:0 auto;
}
#content #contact .form li h3 {
	color:#0068B7;
	font-size:125%;
	line-height:1.2;
	padding:0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
#content #contact .form li .name01 {
	width:350px;
	float:left;
}
#content #contact .form li .name02 {
	width:350px;
	float: right;
}
#content #contact .form li h4 {
	color:#0068B7;
	font-size:88%;
	line-height:1.2;
	padding:5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
#content #contact .form li input,
#content #contact .form li textarea{
	width:100%;
	box-sizing:border-box;
	height:52px;
	padding:5px 10px;
	border:1px solid #CCC;
	background:#FFF;
	color:#0068B7;
	font-size:125%;
	line-height:40px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	outline:0;
}
#content #contact .form li textarea{
	padding:10px;
	height:180px;
	line-height:1.6;
	vertical-align: auto;
}
#content #contact .btn {
	margin:0 auto;
	padding:50px 0 0;
	text-align: center;
}
#content #contact .btn button {
	width:250px;
	height:62px;
	display:block;
	margin:0 auto;
	padding:0;
	font-size:125%;
	line-height:62px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	font-weight:normal;
	background:#0068B7;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
	cursor:pointer;
	border:0;
}
#content #contact .btn button:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}



@media only screen and (max-width: 768px) {



/* -------------------
	content
------------------- */

/*  mainBox  */

#content #mainBox {
	overflow:hidden;
	position: relative;
	min-height: auto;
/*	background:rgba(59, 77, 22, 0.4);*/
}
#content #mainBox .img {
	position:absolute;
	left:0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../img/top/main_sp.jpg) no-repeat center center;
	background-size:cover;
}
#content #mainBox .info {
	position:absolute;
	right: auto;
	bottom: 0;
	width: auto;
	height: auto;
	font-size:100%;
	line-height:1.4;
	color:#FFF;
	text-align:left;
	padding:30px;
}
#content #mainBox .info a {
	line-height:1.4;
	color:#FFF;
	display:block;
}
#content #mainBox .info a:hover {
	color:#CCC;
}

/*  biography  */

#content #biography {
	position: relative;
	width: auto;
	padding:80px 30px;
}
#content #biography .jaTxt {
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}
#content #biography .enTxt {
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
#content #biography .name {
	width: auto;
	margin:0 auto;
	padding:0 0 1.5em;
	font-size:144%;
	line-height:1.8;
	text-align:left;
}
#content #biography .name span {
	font-weight:bold;
}
#content #biography .txt {
	width: auto;
	margin:0 auto;
	padding:0 0 1.5em;
	font-size:113%;
	line-height:1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content #biography .txt .enTxt {
	letter-spacing:0.05em;
}
#content #biography .btn {
	margin:0 auto;
	padding:20px 0 0;
	text-align: center;
	letter-spacing:0.2em;
}
#content #biography .btn a {
	width: auto;
	height:62px;
	display:block;
	margin:0 auto;
	padding:0;
	font-size:125%;
	line-height:62px;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	font-weight:normal;
	background:#0068B7;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#content #biography .btn a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	text-decoration:none;
}

#biographyBox {
	position: fixed;
	top:0;
	right:0;
	text-align: center;
	display:none;
	background:rgba(239, 239, 232, 0.9);
	overflow:scroll;
}
#biographyBox .inner {
	width: auto;
	margin:0 auto;
	padding:120px 20px 100px;
	text-align:left;
}
#biographyBox .inner h2 {
	font-size:300%;
	line-height:1.2;
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 30px;
}
#content #biography #biographyBox .inner .enTxt {
	letter-spacing:0.05em;
}
#biographyBox .inner h3 {
	margin:30px auto 0;
	padding:30px 0 10px;
	font-size:144%;
	line-height:1.6;
	border-top:1px solid rgba(181, 176, 155, 0.5);
}
#biographyBox .inner h3.first {
	padding:0 0 10px;
	border-top: none;
}
#biographyBox .inner h3 span {
	font-weight:bold;
}
#biographyBox .inner dt {
	width:4em;
	float:left;
	margin:0 auto;
	padding:1em 0 0;
	font-size:113%;
	line-height:1.6;
}
#biographyBox .inner dd {
	width: auto;
	margin:0 auto 0 4em;
	padding:1em 0 0;
	font-size:113%;
	line-height:1.6;
}
#biographyBox .inner a.blank {
	background: url(../img/common/icn_blank.png) no-repeat left center;
	background-size:14px auto;
	padding:0 0 0 20px;
	min-height:14px;
	text-decoration:underline;
}
#biographyBox .inner a.blank:hover {
	background: url(../img/common/icn_blank.png) no-repeat left center;
	background-size:14px auto;
	text-decoration:underline;
}

/*  project  */

#content #project {
	width: auto;
	margin:0 auto;
	padding:60px 30px 80px;
}
#content #project a .img {
	width: auto;
	height:60vw;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#content #project a:hover .img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
#content #project .kusukaki {
	margin:0 auto;
	padding:0;
}
#content #project .kusukaki a .img {
	background: url(../project/kusukaki/img/img01.jpg) no-repeat center center;
	background-size: cover;
}
#content #project .soraami {
	margin:80px auto 0;
	padding:0;
}
#content #project .soraami a .img {
	background: url(../project/sora_ami/shiwaku/img/img01.jpg) no-repeat center center;
	background-size: cover;
}
#content #project .enTxt {
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
#content #project a h2 {
	padding:20px 0 0;
	font-size:188%;
	line-height:1.2;
	letter-spacing:0.1em;
}
#content #project a h2 span {
	font-weight:bold;
}
#content #project a .txt {
	padding:10px 0 0;
	font-size:113%;
	line-height:1.3;
}
#content #project a .txt .jaTxt {
	font-feature-settings : "palt";
}
#content #project a .txt .enTxt {
	letter-spacing:0.05em;
}
#content #project a:hover h2,
#content #project a:hover .txt {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
#content #project .moreBtn {
	margin:80px auto 0;
	text-align: center;
}
#content #project .moreBtn a {
	display:inline-block;
	padding:0 17px 25px;
	font-size:125%;
	line-height:1.2;
	letter-spacing:0.1em;
	text-align: center;
	background: url(../img/common/nami_sp.png) repeat-x center bottom;
	background-size:44px auto;
}
#content #project .moreBtn a:hover {
	background: url(../img/common/nami_sp.png) repeat-x center bottom;
	background-size:44px auto;
}
#content #project a:hover {
	text-decoration:none;
}

/*  contact  */

#content #contact {
	width:100%;
	padding:80px 0 40px;
}
#content #contact h2 {
	font-size:188%;
	line-height:1.2;
	text-align: center;
	letter-spacing:0.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#content #contact .form {
	width: auto;
	padding:10px 30px 0;
	margin:0 auto;
	text-align:left;
}
#content #contact .form li {
	padding:30px 0 0;
	margin:0 auto;
}
#content #contact .form li h3 {
	color:#0068B7;
	font-size:125%;
	line-height:1.2;
	padding:0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
#content #contact .form li .name01 {
	width: auto;
	float: none;
}
#content #contact .form li .name02 {
	width: auto;
	float: none;
	padding:15px 0 0;
}
#content #contact .form li h4 {
	color:#0068B7;
	font-size:88%;
	line-height:1.2;
	padding:5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
}
#content #contact .form li input,
#content #contact .form li textarea{
	width:100%;
	box-sizing:border-box;
	height:52px;
	padding:5px 10px;
	border:1px solid #CCC;
	background:#FFF;
	color:#0068B7;
	font-size:125%;
	line-height:40px;
	vertical-align:middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	outline:0;
}
#content #contact .form li textarea{
	padding:10px;
	height:180px;
	line-height:1.6;
	vertical-align: auto;
}
#content #contact .btn {
	margin:0 auto;
	padding:40px 30px 0;
	text-align: center;
}
#content #contact .btn button {
	width: 100%;
	height:62px;
	display:block;
	margin:0 auto;
	padding:0;
	font-size:125%;
	line-height:62px;
	vertical-align:middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	font-weight:normal;
	background:#0068B7;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
	cursor:pointer;
	border:0;
}
#content #contact .btn button:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}




}

