@charset "UTF-8";
/* CSS Document */

.sticky-header .main-menu .navigation > li.mu_work > a {
    color: var(--brand-base) !important;
    background-color: inherit !important;
}


/*** 

====================================================================
	各ページ
====================================================================

***/




.after {
	background-color: #EAE8E3;
	padding: 40px 0;
}

.news-block .inner-box .lower-content .post-date{
	margin-left:0;
	
}

.news-block .inner-box .lower-content {
    padding: 0 24px;
}


/* News Block */

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

.news-block .inner-box .image a{
	position:relative;
	display:block;

}

.news-block .inner-box .image a:before{
	content: "\f0c1";
	font-family: 'FontAwesome';
	font-weight:400;
	position:absolute;
	left:50%;
	top:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#ffffff;
	color:var(--brand-base);
	font-size:20px;
	border-radius:50%;
	z-index:1;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	-moz-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.news-block .inner-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	border: 5px solid #ccc;
}

.news-block .inner-box:hover .image img{
	opacity:0.30;
	-webkit-transform:rotate(3deg) scale(1.1,1.1);
	-ms-transform:rotate(3deg) scale(1.1,1.1);
	transform:rotate(3deg) scale(1.1,1.1);
}

.news-block .inner-box:hover .image a:before{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.news-block .inner-box .lower-content{
	position:relative;
}

.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#ffffff;
	top:-20px;
	font-size:14px;
	margin-top:-10px;
	padding:10px 17px;
	display:inline-block;
	background-color:#222222;
	
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.3em;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:var(--brand-base);
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:10px;
	padding-bottom:18px;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-right:15px;
	display:inline-block;
	
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:var(--brand-base);
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-top:18px;
	
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	line-height:1em;
	margin-top:20px;
	display:inline-block;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block .inner-box .lower-content .read-more .arrow{
	position:relative;
	margin-left:10px;
	color:var(--brand-base);
	top:2px;
}

.news-block .inner-box .lower-content .read-more:hover{
	color:var(--brand-base);
}



/* 詳細ページ */


.sec-title h2:before {
    position: absolute;
    content: '';
    left: -80px;
    top: 22px;
    height: 3px;
    width: 64px;
    background-color: #000;
}
.sec-title h2 img {
	padding-right: 32px;
}



.blog-detail .inner-box .lower-content .lower-box blockquote{
	position:relative;
	margin-left:40px;
	padding-left:25px;
	padding-right: 40px;
	margin-top:24px;
	font-weight:600;
	margin-bottom:40px;
	border-left: 4px solid var(--background-gray2);
}
@media only screen and (min-width: 768px) {
.blog-detail .inner-box .lower-content .lower-box blockquote{
	margin-left:70px;
	padding-left:25px;
	padding-right: 80px;
	margin-top:40px;
	margin-bottom:40px;
}
}

.blog-detail .inner-box .lower-content .lower-box blockquote .blockquote-text{
	position:relative;
	color:#222222;
	font-size:24px;
	line-height:1.4em;
}

.blog-detail .inner-box .lower-content .lower-box blockquote .author-post{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-top:8px;
}

/* News Block */

.news-block-four{
	position:relative;
	margin-bottom:70px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
	background:#101010;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}



.news-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-four .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#222222;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:20px;
	margin-top:-40px;
	background-color:rgba(255,255,255,1);
}

.news-block-four .inner-box .image .owl-dots{
	display:none;
}

.news-block-four .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-four .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	top:0px;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:55px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.50);
}

.news-block-four .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:55px;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.50);
}

.news-block-four .inner-box .owl-nav .owl-prev:hover,
.news-block-four .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#222222;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	z-index:1;
}

.news-block-four.style-two .inner-box .lower-content .inner-content{
	margin:0px;
}

.news-block-four .inner-box .lower-content .inner-content {
    position: relative;
    margin-left: 32px;
    margin-right: 32px;
    margin-top: -40px;
    background-color: #ffffff;
    padding: 0px 50px 50px 50px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.10);
    border-radius: 16px;
    border: 1px solid #ababab;
}

.news-block-four .inner-box .lower-content .post-date{
	position:relative;
	color:#ffffff;
	top:-10px;
	font-size:14px;
	margin-top:-10px;
	padding:10px 17px;
	display:inline-block;
	background-color:#222222;
	border-radius: 4px;
	
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	font-size:30px;
	font-weight:600;
	line-height:1.3em;
	margin-top:20px;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:var(--brand-base);
}

.news-block-four.style-two .inner-box .lower-content .quote-icon{
	position:absolute;
	right:70px;
	bottom:30px;
	color:var(--brand-base);
	font-size:60px;
	line-height:1em;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
	margin-top:10px;
	padding-bottom:18px;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-right:15px;
	display:inline-block;
	
}

.news-block-four .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block-four .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:var(--brand-base);
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
	margin-top:18px;
	
}

.news-block-four .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:14px;
	line-height:1em;
	margin-top:20px;
	display:inline-block;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .read-more .arrow{
	position:relative;
	margin-left:10px;
	color:var(--brand-base);
	top:2px;
}

.news-block-four .inner-box .lower-content .read-more:hover{
	color:var(--brand-base);
}










.comment {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 34px;
    display: inline-block;
}


.news-block-four .product-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid #ccc;
}

.news-block-four .inner-box  .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 5px solid #ccc;
}

.news-block-three .inner-box a .content-column h3 {
    position: relative;
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block-three .inner-box a:hover .content-column h3 {
	color:var(--brand-base);
}

.news-block-three .inner-box a:hover .content-column .read-more{
	color:var(--brand-base);
}



.news-block-three .inner-box .content-column .inner-column {
    position: relative;
    margin-top: 114px;
    z-index: 1;
    padding: 0px 70px 50px 50px;
    background-color: #ffffff;
     box-shadow: 0px 0px 8px rgba(0,0,0,0.10);
    border-radius: 16px;
    border: 1px solid var(--border-shadow);
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block-three .inner-box .content-column .post-date {
    border-radius: 4px;
    background-color: #222222;
}

.news-block-three .inner-box a:hover .content-column .inner-column{
	top:-2px;
}



.work-section .pattern-layer-work {
	display: none;
}
@media only screen and (min-width: 768px) {
.work-section .pattern-layer-work {
	display: block;
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	top:40px;
	width:1200px;
	height:785px;
}
}

.work-section .pattern-layer-work-bottom {
	position:absolute;
	right:0;
	bottom: 0;
	width:600px;
	height:350px;
	z-index: -1;
}



.product-block-four .inner-box a:hover .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ccc;
	opacity:0.70;
	-webkit-transform:scale(1.1) rotate(3deg);
	-ms-transform:scale(1.1) rotate(3deg);
	transform:scale(1.1) rotate(3deg);	
}


/*** 

====================================================================
	work
====================================================================

***/

.work-section{
	position:relative;
	padding:80px 0px 70px;
}
@media only screen and (min-width: 768px) {
.work-section{
	padding:160px 0px 70px;
}
}

.work {
	position:relative;
}


.work-section .auto-container{
	max-width:960px;
}

.work-section .pattern-layer{
	position:absolute;
	left:0px;
	top:40px;
	width:960px;
	height:785px;
}

.work-section .sec-title{
	margin-bottom:50px;
}

.work-section .sec-title .text{
	max-width:750px;
}

.work-section .contact-form{
	max-width:950px;
	margin:0 auto;
}

.work-section.style-two{
	padding-top:90px;
}


