@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: LiberationSans;
	src: url('http://mkazue.webcrow.jp/portoforio/LiberationSans-Regular.ttf') format("truetype");
}
* {
	-webkit-font-smoothing: antialiased;
}
/* =============================================================================
   Base
   ========================================================================== */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.8em;
	background: #fcfcf9;
}
.page {
	font-size: 1.125em;
}

::-moz-selection {
background: #E37190;
color: #fff;
text-shadow: none;
}
::selection {
	background: #E37190;
	color: #fff;
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #2f2f2f;
	text-transform: uppercase;
}
a {
	color: #E37190;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}
img {
	height: auto;
}
img, object, embed {
	max-width: 100%;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
p {
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
	list-style: none;
}
a:visited {
	color: #E37190;
}
/* =============================================================================
   header
   ========================================================================== */
header .logo img {
	display: block;
	margin: 26px 0 0;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-ms-transition: -ms-transform 1s;
	transition: transform 1s;
}
header .logo:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	-ms-transition: -ms-transform 1s;
	transition: transform 1s;
}
img, object, embed {
	max-width: 100%;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	height: auto;
}
.row .twocol {
	width: 13.45%;
}
.row {
	width: 100%;
	max-width: 1100px;
	min-width: 715px;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
header.splash {
	position: relative;
	background: linear-gradient(rgba(23, 22, 23, 0.6), rgba(23, 22, 23, 0.6)), url(../images/top.jpg) no-repeat top center fixed;
	margin-bottom: 4em;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 3em;
}
header.spcon {
	height: 493px;
}
header nav {
	margin: 6.3% 0 0 0;
	text-align: right;
}
header nav ul {
	margin-bottom: 2em;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
header nav li {
	display: inline;
}
header.splash nav li a, header.splash nav li a:visited, header.splash nav li a:active {
	color: #fff;
	text-decoration: none;
}
header.splash nav li a:hover, header.splash nav li a:hover {
	color: #E37190;
	text-decoration: none;
}
.row .tencol {
	width: 82.7%;
}
.last {
	margin-right: 0px;
}
header nav li a {
	display: inline-block;
	padding: .9em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	font-style: normal;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}
.row .eightcol {
	width: 65.4%;
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
}
.row .eightcol img {
	padding-bottom: 22px;
}
header .intro {
	text-align: center;
}
header .intro p {
	font-size: 1.4em;
	color: #fff;
	line-height: 1.4em;
	font-weight: 300;
	margin: 0 0 1em 0;
}
header .intro h1 {
	font-size: 4em;
	color: #fff;
	margin: 60px 0 20px 0%;
	line-height: 1.1em;
}
header .intro a {
	margin: 20px auto 3em 0;
}
a.button-link, button[type=submit] {
	background: #E37190;
	-webkit-border-radius: 3px;
	padding: .5em .9em;
	-webkit-transition: .2s ease-in-out all;
	text-transform: uppercase;
	border: none;
	color: #FFF;
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	font-style: normal;
}
a.button-link:hover, button[type=submit]:hover {
	background: #fff;
	color: #E37190;
	text-decoration: none;
}
/* =============================================================================
   header end
   ========================================================================== */
   
   /* =============================================================================
   contents
   ========================================================================== */

.content h2 {
	font-size: 2em;
	line-height: 1em;
	text-shadow: 0 1px 0 #fff;
}
.content h2:first-letter {
	border-top: 5px solid #E37190;
	padding-top: .2em;
}
.row .fourcol {
	width: 30.75%;
}
.about .row:first-child {
	padding-bottom: 3em;
	margin-bottom: 2em;
	border-bottom: 1px solid #CCCBC9;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.content {
	padding-top: 1em;
	padding-bottom: 3em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
.about .what-i-do img {
	width: auto;
	height: 127px;
}
.about img {
	display: block;
	margin: 2em auto 0;
}
.animated {
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	-o-animation: 1s ease;
	animation: 1s ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.about .row {
	margin-bottom: 2em;
}
.row .sevencol {
	width: 56.75%;
}
p.deck {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2em;
	color: #2f2f2f;
	font-style: italic;
}
.row .fivecol {
	width: 39.45%;
}
.about .capabilities {
	list-style: none;
	padding: 0;
	margin: 5em 0 0 0;
}
.about .capabilities div {
	position: relative;
	background-color: #e6e4e4;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: .75em;
}
.about .capabilities.animate div h4 {
	color: #fff;
	-webkit-transition: color linear .5s;
	font-weight: 900;
}
.about .capabilities div h4 {
	position: absolute;
	top: 0em;
	left: 1em;
	margin: 0;
	padding: 0;
	font-family: 'ff-tisa-web-pro', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
	font-weight: 900;
	font-size: .9em;
	text-transform: none;
	color: #cdc7c7;
	text-transform: uppercase;
}
.content h4 {
	font-size: 1.2em;
}
.about .capabilities.animate div span.html-css {
	width: 75%;
}
.about .capabilities.animate div span.responsive {
	width: 85%;
}
.about .capabilities.animate div span.jquery {
	width: 50%;
}
.about .capabilities.animate div span.photoshop {
	width: 95%;
}
.about .capabilities.animate div span.figma {
	width: 70%;
}
.about .capabilities.animate div span.dreamweaver {
	width: 90%;
}
.about .capabilities.animate div span.php {
	width: 53%;
}
.about .capabilities.animate div span.wordpress {
	width: 70%;
}
.about .capabilities.animate div span.creator {
	width: 89%;
}
.about .capabilities.animate div span {
	visibility: visible;
	-webkit-transition: width 1s ease-in-out 0;
	-moz-transition: width 1s ease-in-out 0;
	-o-transition: width 1s ease-in-out 0;
	-ms-transition: width 1s ease-in-out 0;
	transition: width 1s ease-in-out 0;
}
.about .capabilities div span {
	display: block;
	width: 0%;
	height: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #E37190;
	text-indent: -9999px;
	visibility: hidden;
}
ul[data-liffect="bounceIn"] li {
	opacity: 0;
	position: relative;
	-webkit-animation: bounceIn 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: bounceIn 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: bounceIn 600ms ease both;
	-o-animation-play-state: paused;
	animation: bounceIn 600ms ease both;
	animation-play-state: paused;
}
ul[data-liffect="bounceIn"].play li {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
 @-webkit-keyframes bounceIn {
 0% {
opacity: 0;
-webkit-transform: scale(.3);
}
 50% {
-webkit-transform: scale(1.05);
}
 70% {
-webkit-transform: scale(.9);
}
 100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
 @-moz-keyframes bounceIn {
 0% {
opacity: 0;
-moz-transform: scale(.3);
}
 50% {
-moz-transform: scale(1.05);
}
 70% {
-moz-transform: scale(.9);
}
 100% {
opacity: 1;
-moz-transform: scale(1);
}
}
 @-o-keyframes bounceIn {
 0% {
opacity: 0;
-o-transform: scale(.3);
}
 50% {
-o-transform: scale(1.05);
}
 70% {
-o-transform: scale(.9);
}
 100% {
opacity: 1;
-o-transform: scale(1);
}
}
 @keyframes bounceIn {
 0% {
opacity: 0;
transform: scale(.3);
}
 50% {
transform: scale(1.05);
}
 70% {
transform: scale(.9);
}
 100% {
opacity: 1;
transform: scale(1);
}
}
/* =============================================================================
   contents end
   ========================================================================== */

/* =============================================================================
   .work
   ========================================================================== */
.work .row {
	padding-bottom: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid #CCCBC9;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.row:last-child {
	border-bottom: none !important;
	padding: 0;
	margin-bottom: 0;
}
.row .threecol {
	width: 22.05%;
}
.work .work-sample .button-link {
	margin-bottom: 2em;
}
a.button-link, button[type=submit] {
	background: #E37190;
	-webkit-border-radius: 3px;
	padding: .5em .9em;
	-webkit-transition: .2s ease-in-out all;
	text-transform: uppercase;
	border: none;
	color: #FFF;
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	font-style: normal;
}
.row .ninecol {
	width: 74.05%;
}
.flex {
	display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 20px;
}
.flex img {
        margin-bottom: 40px;
}
.flex img:nth-child(n+9) {
        height: 375px;
}
.row .threecol {
	width: 22.05%;
}
.content h2 {
	font-size: 2em;
	line-height: 1em;
	text-shadow: 0 1px 0 #fff;
}
.coment {
	border-top: 1px solid #CCCBC9;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/* =============================================================================
   .work end
   ========================================================================== */
/* =============================================================================
   contact
   ========================================================================== */  
#formWrap {
	width: 700px;
	margin: 0 auto;
	line-height: 120%;
	padding-top: 1em;
	padding-bottom: 3em;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
}
/* =============================================================================
   contact end
   ========================================================================== */
/* =============================================================================
   footer
   ========================================================================== */
footer {
	background: linear-gradient(rgba(23, 22, 23, 0.6), rgba(23, 22, 23, 0.6)), url(../images/top.jpg) no-repeat center center;
	padding: 2em 0;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
footer .row:first-child {
	border-bottom: 1px solid #222222;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: .4em;
	padding-bottom: 1em;
}
.row .sixcol {
	width: 48%;
	font-family: 'LiberationSans', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 100;
}
footer h2 {
	font-size: 2em;
	margin: .2em 0 .5em;
}
footer h2, footer h3 {
	color: #fff;
}
.row .twelvecol {
	width: 100%;
	float: left;
}
/* =============================================================================
   footer end
   ========================================================================== */
