@charset "UTF-8";
/*
Theme Name:todaemi
Author: Emi Toda
Description: WordPress Theme for todaemi
Version: 1.0.0
*/

/*--------------------
1. General
--------------------*/
html:before,
html:after,
body:before,
body:after {
  content: "";
  background: #000;
  position: fixed;
  display: block;
  z-index: 1;
}
html{
  min-height: 100%;
  position: relative;
}
/* 上 */
html:before {
  height: 2px; 
  width: 100vw;
  left: 0;
  top: 0;
}

/* 右 */
html:after {
  width: 2px;
  height: 100vh;
  right: 0;
  top: 0;
}

/* 下 */
body:before {
  height: 2px;
  width: 100vw;
  bottom: 0;
  left: 0;
}
/* 左 */
body:after {
  width: 2px;
  height: 100vh;
  top: 0;
  left: 0;
}
body {
	margin: 0px;
	font-family:游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	font-weight: bold;
    letter-spacing: 0.1em;
 	margin-bottom: 4em!important;/*footer用*/
    background-color: #f8f8f8!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.8!important;
}
h2{
	font-size: 25px!important;
}
h4{
	font-size: 18px!important;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 20px!important;
	}
	h3{
		font-size: 18px!important;
	}
	h4{
		font-size: 18px!important;
	}
}
p {
	font-size: 15px;
	line-height: 1.8em;
	font-weight: normal;
}
blockquote{
	border:5px solid #eee;
	padding: 10px 40px!important;
	margin: 10px 0!important;
	font-weight: normal;
    font-size: 15px!important;
    line-height: 1.8em;
}

@media screen and (max-width: 767px) {
p {
	font-size: 16px;
	line-height: 1.7em;
	letter-spacing: 0.2px;
	font-weight: normal;
}
blockquote{
	font-size: 16px!important;
}
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
label{
	font-weight: 300!important;
}
.dark-bg p {
color: #B1B1B1;	
}
a{
	text-decoration: none;
	color: #EFAFB0!important;
}
a:hover{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
	filter:alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
	-moz-opacity:0.5; /* FF , Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity:0.5;
	zoom:1; /*IE*/
}
a:hover, a:focus, a:active, a.active {
	/* background color transition */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
}
a.button{
	text-decoration: none!important;
	text-align: center;
	padding: 10px;
	color: #000000!important;
	background-color: #ffffff;
    border: 1px solid #000;
}
a.button:hover{
	text-decoration: none!important;
}

a.button:focus, a.button:active, a.button:active {
	color: #ffffff;
}
.hoverstripe:hover{
	background:repeating-linear-gradient(45deg, #fff 0, #fff 2px, #cccccc 2px, #cccccc 5px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
 	/*background: url(images/bg-stripe.png) repeat 100%;*/
 }
 .hovergray{
 	padding: 10px;
 	border:1px solid #000;
 	background-color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
	filter:alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
	zoom:1; /*IE*/
}
.hovergray:hover{
	background-color: #f8f8f8;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

section {
	padding: 80px 0 30px 0;
}

ul {
	padding:10px 0 0 0;
}

ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
}
.align-left{
	float: left;
}
.align-right{
	float: right;
}
@media screen and (max-width: 767px) {
  a.button{
    font-size: 13px;
  }
}
/*
utils
---------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: -13px;
    margin-right: -13px;
}

.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}
.row-eq-height {
    display: flex;
  	display: -webkit-flex;
    flex-wrap: wrap;
}
.container{
	border:1px solid #000;
	background-color: #fff;
}
.corner>span{
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
}
.corner>span:first-child {
    top: -4px;
    left: -4px;
    background-image: url(images/bg_tl.png);
}
.corner>span:nth-child(2) {
    top: -4px;
    right: -4px;
    background-image: url(images/bg_tr.png);
}
.corner>span:nth-child(3) {
    bottom: -4px;
    left: -4px;
    background-image: url(images/bg_bl.png);
}
.corner>span:last-child {
    bottom: -4px;
    right: -4px;
    background-image: url(images/bg_br.png);
}
/*--------------------
2. Navigation
--------------------*/

nav{
    background-color: #f8f8f8;
}
nav .container{
	border:none!important;
    background-color: #f8f8f8;
}
.navbar{
    min-height: 50px!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none!important;
}
.navbar-default {
    border-top: 2px #000 solid!important;
    border-right: 2px #000 solid!important;
    border-left: 2px #000 solid!important;
    border-bottom: none!important;
}
.navbar-default .navbar-brand {
	color: #fff;
	padding: 0px;
	margin: 5px 0 0 20px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #ffe691;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fff!important;
	border-color: #000!important;
	border-radius:0!important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #ffe691
}
.navbar-default .nav li a {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000!important;
	padding: 0!important;
	margin: 10px!important;
}
.navbar-default .nav li a img{
	height: 20px;
}
@media screen and (max-width: 767px) {
	.navbar-nav{
		margin: 67.5px -15px!important;
	}
	.navbar-default .navbar-brand img{
		margin: 10px;
		width: 150px;
	}
	.navbar-default .nav li a{
    	margin: 30px 20px!important;
	}
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 20px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 100px;
}

.slider-container{
	width: 80%;
	margin: 20px auto 0 auto;
}
.bx-wrapper{
	margin: 0 auto!important;
}
.bx-wrapper img{
	height: auto!important;
}
#advps_container1 .bx-wrapper .bx-pager{
	padding: 10px;
	display: block!important;
	position: relative!important;
}
.advps-excerpt-one{
	border-top:2px solid #000;
	text-align: center;
	display: block!important;
	position: relative!important;
}
#advps_container1 #bx-pager{
	display: block!important;
	position: relative!important;

}
@media screen and (max-width: 767px) {
	header {
    	margin:60px auto 40px auto;
	}
	.slider-container{
		width: 100%;
	}
	.advps-slide{
		width: 100%;
	}
}
/*--------------------
4. Sections
--------------------*/
section#top_text{
	padding: 50px 0;
	margin: 40px auto 0 auto;
	background-image: url(images/pixel-pattern.png);
    background-repeat: repeat;
    border-top:#000000 2px solid;
}
.section-title h2 {
	font-size: 50px;
	color: #B3B3BB;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 30px 0 ;
}

/*
.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}
*/
.introduction01{
	width:80%;
	margin: 0px auto;
}
.introduction01 img{
	width:100%;
}
.introduction02{
	width:80%;
	margin: 10px auto;
    padding: 20px;
}
.introduction02 p{
    width: 80%;
	margin: 0 auto;
	text-align: justify;
	font-size: 20px;
}
.introduction02 p span{
	color: #ff9d00;
	font-weight: bold;
}
.about{
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 30px;
    display: flow-root;
}
h1.pagetit{
	font-size: 20px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.about img{
	width:100%;
	margin: 10px auto 0 auto;
	text-align: center;
}
.about img.abouttit{
	width: auto;
	margin: 20px auto 40px auto;
}
table.aboutinfo{
    width: 80%;
    background-color: #ffffff;
    overflow: hidden;
    margin: 20px auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
}
.aboutinfo th, .aboutinfo td{
    padding: 20px;
    border: solid 2px #000000;
    vertical-align: top;
}
.aboutinfo th{
    width: 240px;
    text-align: center;
    font-weight: 700;
    background-image: url(images/pixel-pattern.png);
    background-repeat: repeat;
    background-size: 2px 2px;
}
.profile{
	margin: 50px auto 0 auto;
}
.profile .container{
	border:none;
	background-color: transparent;
}
.profile a{
	color: #000!important;
	text-decoration: underline;
}
.profile p{
	text-align: justify;
}
.profile h4{
	margin-top: 20px;
}
.profile p b{
	display: block;
	margin-bottom: 10px;
}
.profile img.profphoto{
	width: 100%;
	margin-top: 20px;
}
.skills .container{
	border:none;
	background-color: transparent;
	margin: 70px auto;
}
.skillsbox{
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 50px;
    height: 130px;
    margin-bottom: 20px;
}
.skillsbox img{
	width: auto;
	position: absolute;
    top: -10px;
    height: 20px;
}
.dark-bg .section-title h2 {
	color: #fff;
}
.wpcf7-form-control-wrap input , textarea {
	border:1px solid #000000;
	width: 100%;
}
.wpcf7-form input[type="submit"]{
	border:2px solid #000000;
	width:200px;
	background-color: #fff;
}
.pagination {
	display: block;
	width: 100%;
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
    text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 12px 14px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #FFD025;
	border-radius: 50%;
}
.pagination span.page-of {
	background: none;
	color: #FFD025;
}
.pagination a:hover{
	color: #FFD025;
	background: #ee8c10;
}
.pagination .current{
	padding: 10px 12px;
	background: #fff;
	border:2px solid #FFD025;
	color: #FFD025;
}
.pagination span, .pagination a.page,
.pagination span, .pagination a.nextpostslink,
.pagination span, .pagination a.previouspostslink {
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.introduction02 p{
		width: 60%;
	}
}
@media screen and (max-width: 767px) {
	section{
		padding: 70px 0 30px 0;
	}
	.section-title h2{
		margin: 0 0 30px 0;
	}
	.section-title h2 img{
		width: 50%;
	}
	section#top_text{
		margin: 10px auto 0 auto;
		padding: 40px 0;
	}
	.about{
		width: 100%;
		text-align: center;
	}
	.about img{
		width: 80%;
		margin: 0 auto;
	}
	.about p{
		text-align: justify;
	}
	.profile img{
		width: auto;
		margin:50px auto 0 auto;
		text-align: center;
	}
	.skills .container{
		margin: 50px auto;
	}
	.about blockquote{
		width: 90%;
 		margin: 10px auto!important;
    	text-align: justify;

	}
}
/*
@media screen and (max-width: 320px) {
	h2.member_name{
		font-size: 11px!important;
	}
}*/
/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
	padding: 40px 0;
	color: #fff;
	background-color: #fcbe03;
}

.section-cta h2 {
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	margin: 0 0 20px;
}

.button-cta {
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	display: inline-block;

	-webkit-transition: all .4s ease; /* Safari and Chrome */
	-moz-transition: all .5s ease; /* Firefox */
	-o-transition: all .5s ease; /* IE 9 */
	-ms-transition: all .5s ease; /* Opera */
	transition: all .5s ease;

}
.button-cta:hover {
	color: #000;
	background-color: #fff;	
	text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
	position: relative;
	margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
	font-weight: 500;
	font-size: 19px;
	/* text-transform: uppercase; */
	color: #424242;
	/* letter-spacing: 2px; */
	margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
	color: #FFFFFF;
}

.mz-module-about p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #848484;
}
.mz-module-button {
	background-color: #B6B6C3;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	opacity: 0;
	color: #fff;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}
.mz-module:hover .mz-module-button {
	bottom: -45px;
	opacity: 1;
}
.mz-module-button:hover {
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
}

.mz-module-button {
	color: #fff;
}

.ot-circle {
	height: 95px;
	width: 95px;
	text-align: center;
	line-height: 98px;
	color: #FFFFFF;
	margin: 0 2px 4px;
	font-size: 75px;

	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;

}

/*--------------------
4.2. news
--------------------*/

.news-item {
	border:2px solid #000000;
	margin-bottom: 30px;
	height: 180px;
	background-image: url(images/pixel-pattern.png);
    background-repeat: repeat;
    background-size: 2px 2px;

}

.news-img {
	float: left;
	width: 146px;
	height: 180px;
	margin-right: 10px;
}
.news-img img{
	border-right: 2px solid #000000;
	width: 146px;
	height: 174px;
	overflow: hidden;
    object-fit: cover;
}
.news-text {
 	position: relative;
 	top: 50%;
 	-webkit-transform: translateY(-50%); /* Safari用 */
 	transform: translateY(-50%);
	text-align: left;
	margin:-10px 10px 10px 10px;
}
.news-text h4 {
	color: #47474C;
	font-size: 17px!important;
	font-weight: 700;
	margin: 0 10px;
}
.news-text p {
	color: #747377;
	margin: 7px 0 0 0;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.news-text h4{
		font-size: 15px!important;
		margin: 10px 0;
	}
}
@media screen and (max-width: 320px) {
	.news-text{
   		top: 10%;
   		display: inline;
	}
	.news-text h4{
		font-size: 13px!important;
		padding: 0;
	}
}
/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
	margin: 0 0 30px;
	font-weight: 800;
	color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
	color: #dfdfdf;
}

.dark-bg .section-text h4 {
	color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
	overflow: hidden;
	margin: 0 1px 1px 0;
	background: #726FB9;
	text-align: center;
	cursor: pointer;	
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img {
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
	background-color: #f8f8f8;
}

.dark-bg {
	background-color: #333231;	
	color: #fff;
}

.short-section {
	border-top: 1px solid #5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-top: 70px;
	padding-bottom: 70px;
}

.counter-item h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
}

.counter-item h6 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

/*--------------------
4.5. animation
--------------------*/
.bg-right01{
	left: 0;
	position: absolute;	
}
.bg-left01{
	right: 0;
	bottom: 0;
	position: absolute;
}
.bg-right02{
	left: 100px;
	bottom: 0;
	position: absolute;	
}
.bg-left02{
	right: 100px;
	bottom: 0;
	position: absolute;
}
.bg-bottom02{
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.bg-left01{
		right:25px;
		bottom: -70px;
	}
	.bg-right01{
		left: 25px;
		bottom: -60px;
	}
	.bg-left01 img,
	.bg-right01 img{
		width:  40px;
	}
	.bg-bottom02 img{
		width: 100%;
	}
}
/*--------------------
4.6. news
--------------------*/
#news{
	margin-bottom: 50px;
}
.news-list{
	text-align: center;
}
.news-list p{
	font-size: 12px!important;
	margin-bottom: 0;
}
/*--------------------
4.6. project
--------------------*/
#project{
    margin-top: 20px;
}
#project .container{
	padding: 30px 50px 50px 50px; 
	position: relative;
}
#project .container h1{
	text-align: center;
	margin: 0 auto;
}
.nexprev{
	text-align: center;
	margin:20px auto 50px auto;
}
.nexprev a{
	display: block;
	margin: 10px auto 50px auto;
	font-size: 15px;
    text-align: center;
    padding: 10px;
    color: #6f6e6e!important;
    background-color: #ffffff;
    font-weight: bold;
    border:dotted 1px #000000;
}

.nexprev a:hover{
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
header .to_project{
	margin: 20px auto 0 auto;
}
.to_project{
	text-align: center;
	margin: 40px auto 0 auto;
}
.project-tags {
	text-align: center;
	margin:10px auto;
    border-top: 1px dotted #EFAFB0;
    border-bottom: 1px dotted #EFAFB0;
    width: 97%;
}
.project-tags > * {
	display: inline-block;
	vertical-align: middle;
}
.project-tags .project-tags-cat > li {
	display: inline-block;
	vertical-align: middle;
}
.project-tags .project-tags-cat > li + li {
	margin-left: 10px;
}

.project-tags .project-tags-cat > li a{
    color: #999999!important;
	display: block;
    text-align: center;
  	position: relative;
  	display: inline-block;
}
.project-tags .project-tags-cat > li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
   .project-tags {
   		max-width:95%;
   		margin: 10px auto 20px auto;
   }
  .project-tags .project-tags-cat > li a {
  		font-size: 11px;
  		padding: 5px;
  }
}
@media screen and (max-width: 767px) {
	#project{
    width: 95%;
    margin: 0 auto;
	}
	#project .container{
		padding: 10px;
    	margin-top: 3px;
	}
	#project .container h1 img{
		height:32px;
	}
	.nexprev a{
		font-size: 13px;
	}
}
@media screen and (max-width: 600px) {
  	.project-tags .project-tags-cat > li {
  		margin: 0;
  	}
    .project-tags .project-tags-cat > li + li {
    	margin-left: 5px;
    }
}
.project-item {
	background-color:#fff;
    height: 290px;
    margin: 10px 0;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
	position: relative;
	transition: 1s;
}
.project-item a{
	position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
}
.project-item:hover {
	filter:alpha(opacity=50); /* IE 6,7*/
	-ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
	-moz-opacity:0.5; /* FF , Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity:0.5;
	zoom:1; /*IE*/
	transition: 1s;
}
.project-item h3 {
	font-size: 13px;
	color: #000;
	height: 40px;
}

.project-item .project-tag a{
	color: #989898;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;
}

.project-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
}

.project-text{
	margin: 0 10px;
}
.project-tag{
	margin:30px auto 0 auto;
    color: #aaaaaa;
    font-weight: normal;
}
.project-image{
	text-align: center;
	margin: 10px auto;
}
.project-image img{
	border: 1px solid #000;
	width: 90%;
	height: 200px;
	object-fit: cover;
}
.project-socials {
	padding-bottom: 25px;
}

.project-socials a {
    color: #B2B3B7;
    font-size: 20px;
    margin: 0 10px;
}

.project-socials a:hover {
	color: #000;
}
@media screen and (max-width: 1178px) and (min-width: 976px){
	.project-item{
		height: 310px;
	}
}
@media screen and (max-width: 975px) and (min-width: 768px){
	.project-item{
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	section.project{
		padding-bottom: 20px;
	}
	.project-item{
		height: auto;
		margin: 0 0 30px 0;
		padding: 20px 0 10px 0;
	}
	.project-item h3{
		font-size: 15px!important;
		height: auto;
	}
	.project-item p{
		font-size: 15px;
	}
}
/*--------------------
4.7. Contacts
--------------------*/
.contact{
	text-align: center;
	margin: 100px auto 0 auto;
}
.contact img{
	width: auto;
	margin: 20px auto;
}
.contact p {
	font-size: 13px;
}

.contact .day {
	display: inline-block;
	width: 80px;
}

.contact i {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.contact{
		margin: 0 auto;
	}
	.contact p{
		text-align: center;
	}
}
/*--------------------
5. Footer
--------------------*/

footer {
	padding: 20px;
 	height: 4em;
 	position: absolute;
 	bottom: 0;
 	width: 100%;
}

footer p {
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.6px;
}

footer p a {
	color: #fff;
}

footer p a span {
	color: #FCBE03;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
}
footer .container{
	background-color: #f8f8f8!important;
	border:none!important;
}
/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {	
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 25px 20px;
}

.modal-works span {
	background-color: #ffe691;
	margin-right: 15px;
	padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
	color: #fff;
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #FCBE03;
}

.btn-xl {
color: #fff;
    background-color: #FCBE03;
    /* border-color: #726FB9; */
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/*--------------------
8. single
--------------------*/
section#project-single .article{
	width: 80%;
	margin: 30px auto;
	padding:0 50px 20px 50px;
	background-repeat: repeat;
	background-color: #ffffff;
}
section#project-single .article img{
	max-width: 100%;
	width: auto;
	height: auto;
	text-align: center;
	border:1px solid #000;
	margin: 30px auto;
	display: block;
}
section#project-single .article .project-tag a{
	color: #000;
	margin: 20px 0 0 0;
	font-weight: normal;
}
section#project-single .article h2{
	margin: 0;
}
section#project-single .article h3{
    position: relative;
    margin-top: 50px;
    padding: 10px;
    background: #ffe691;
    color: #000;
}
section#project-single .article h4{
	text-align: justify;
	border:5px solid  #ffe691;
	margin: 50px 0 10px 0;
    padding: 10px;
    font-weight: bold;
}
section#project-single .article p.date{
	font-size: 15px;
	margin:20px 0 0 0;
}
section#project-single .article a , a:hover , a:visited{
    word-break: break-all;
}
@media screen and (max-width: 767px) {
	section#project-single .article{
		width: 100%;
		margin-top: 10px;
		padding:0 10px 10px 10px;
		border:none;
		text-align: justify;
   }
	section#project-single .article img{
	width: 100%;
	}
	section#project-single .article h4{
		margin: 30px 0 10px 0;
	}
}
.shtb2{
	width: 100%;
	display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
}
.cell *:first-child {
    margin-top: 0;
}
.cell img{
		margin: 0 auto!important;	
}
@media only screen and (min-width: 768px){
	.shtb2.tbrsp {
    	display: table;
    	table-layout: fixed;
	}
	.shtb2.tbrsp .cell:first-of-type {
    	padding-right: 2%;
	}
	.shtb2.tbrsp .cell:last-of-type {
    	padding-left: 2%;
	}
	.shtb2.tbrsp .cell {
    	display: table-cell;
    	width: 50%;
	}
}
/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #6f6e6e;
	background: #ffffff;
	border:#000000 solid 1px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
#copyright{
    font-size: 10px;
    letter-spacing: 0.3px;
    position: fixed;
    top: 45%;
    left: 25px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}