@charset "UTF-8";

body{
    min-height: 100%;
}

/*-----------------------
 main
 -----------------------*/
div#pageImage {
    width: 100%;
    min-height: 100%;
    position: absolute;
    height: 100%;
    z-index: 500;
}

div#pageimageLayer{
    width: 100%;
    min-height: 100%;
    position: absolute;
    height: 100%;
    z-index: 1000;
	background-color:rgba(0, 0, 0, 0.25);
}




@media (min-width: 768px){
}


/*-----------------------
 #topContents
 -----------------------*/
#topContents{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1500;
    color: #fff;
    overflow: hidden;
}


#topContents article{
	overflow: hidden;
    position: relative;
    height: 100%;
}

#topContents div[data-topContents="wrapper"]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

#topContents section{

}

#topContents section h2{
    font-size: 30px;
    letter-spacing: 2px;
    padding-top: 0px;
}

#topContents section span[data-topContents="text"]{
    display: block;
    padding-top: 70px;
    position: relative;
    font-size: 14px;
    line-height: 2;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

#topContents section span[data-topContents="text"]::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #fff;
    top: 55px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
       -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
         -o-transform: translate(-50%,0);
            transform: translate(-50%,0);
}

#topContents section p[data-topContents="link"]{
}

#topContents section p[data-topContents="link"] a{
    font-size: 15px;
    border: solid 1px #de533f;
    color: #de533f;
}

#topContents section p[data-topContents="link"] a:hover,
#topContents section p[data-topContents="link"] a:focus{
    color: #fff;
    background-color: #de533f;
/*    background-color: inherit;*/
}


@media (max-width: 360px){
    #topContents{
        margin-top: 20px;
    }
}

@media (min-width: 768px){
    #topContents section h2{
        font-size: 35px;
        padding-top: 30px;
       letter-spacing: 5px;
    }
    #topContents section span[data-topContents="text"]{
        font-size: 17px;
        padding-top: 80px;
        padding-bottom: 65px;
        padding-left: 0px;
        padding-right: 0px;
        text-align:center;
    }

}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

/*@media (min-width: 992px) and (max-height: 750px){
}*/
/*@media (min-width: 992px) and (min-height: 750px){}*/



/*-----------------------
 #newsWrapper
 -----------------------*/
#newsWrapper{
    padding-bottom: 10px;
    position: relative;
    background-color: #fff;
    line-height: 1.8;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#newsWrapper div[data-news="wrapper"]{
    padding-top: 15px;
}

#newsWrapper div[data-news="wrapper"] a{
}

/*-hover-*/
#newsWrapper div[data-news="wrapper"] a:hover{
    text-decoration: none;
}
#newsWrapper div[data-news="wrapper"] a:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#newsWrapper div[data-news="wrapper"] a:hover div{
    color: #000;
}
#newsWrapper div[data-news="wrapper"] a:hover figure[data-news="media"]::before{
    background-color: rgba(161, 215, 221, 0.9);
}
#newsWrapper div[data-news="wrapper"] a:hover figure[data-news="award"]::before{
    background-color: rgba(254, 232, 158, 0.9);
}


#newsWrapper figure{
    position: relative;
    overflow: hidden;
    /*border-radius: 10px;*/
}

#newsWrapper figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(161, 215, 221, 0.5);
    z-index: 500;
}
#newsWrapper figure[data-news="media"]::before{
    border: solid 2px #A1D7DD;
    background-color: rgba(161, 215, 221, 0.5);
}
#newsWrapper figure[data-news="award"]::before{
    border: solid 2px #FEE89E;
    background-color: rgba(254, 232, 158, 0.5);
}

#newsWrapper figure img{
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

#newsWrapper figure > div{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1000;
    color: #fff;
}

#newsWrapper figure > div i,
#newsWrapper figure > div p{
        transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


#newsWrapper figure i{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    border:solid 2px;
    padding: 11px 10px 10px 9px;
}

#newsWrapper h2{
    padding-top: 5px;
}

#newsWrapper h2 p{
    display: inline-block;
    font-size: 22px;
    border-bottom: solid 2px;
    letter-spacing: 1px;
}

#newsWrapper section span{
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    text-align: left;
}


@media (min-width: 768px){
    #newsWrapper div[data-news="wrapper"]{
        padding-top: 0px;
    }
    #newsWrapper h2{
        padding-top: 20px;
    }
    #newsWrapper h2 p{
        font-size: 28px;
    }
}

@media (min-width: 992px){
    #newsWrapper section span{
        text-align: center;
    }
}

@media (min-width: 1200px){
}




/*-----------------------
 #itemWrapper
 -----------------------*/
#itemWrapper{
    position: relative;
    background-color: #f7f7f7;
    line-height: 1.8;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}

#itemWrapper h2{
    font-size: 30px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    text-align: center;
}

#itemWrapper span.title_sub{
    font-size: 15px;
    padding-bottom: 45px;
    letter-spacing: 3px;
    text-align: center;
    display: inline-block;
    color: #de533f;
}


#itemWrapper section{
    /*padding: 0;*/
    margin-bottom: 30px;
}

#itemWrapper section:hover figure > div.projects_text{
    opacity: 1;
    width: 85%;
    height: 85%;
}

#itemWrapper div[data-item="wrapper"]{
    border-top: solid 5px #000;
    border-bottom: solid 2px #000;
}

#itemWrapper div[data-item="wrapper"] a{
}

/*-hover-*/
#itemWrapper div[data-item="wrapper"] a:hover{
    text-decoration: none;
}

#itemWrapper div[data-item="wrapper"] a:hover h3,
#itemWrapper div[data-item="wrapper"] a:hover h4{
    text-decoration: none;
    color: #fff;
}

#itemWrapper div[data-item="wrapper"] a:hover div.item_text{
    background-color: #de533f;
    color:#fff;
}


#itemWrapper figure{
    position: relative;
    overflow: hidden;
}

#itemWrapper div.item_text{
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#itemWrapper h3{
    font-size: 18px;
    line-height: 1.4;
}

#itemWrapper h4{
    padding-top: 5px;
    font-size: 12px;
    position: relative;
}

p[data-item="link"]{
    text-align: center;
    padding-top: 40px;
}



@media (min-width: 768px){
    #itemWrapper h3{
        font-size: 16px;
        line-height: 1.6;
    }

}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}





/*-----------------------
 #snsWrapper
 -----------------------*/
#snsWrapper{
    position: relative;
    background-color: #fff;
    line-height: 1.8;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}


/* インスタグラム */
#snsWrapper section[data-mind="instagram"]{
    padding-top: 50px;
}

#snsWrapper section[data-mind="instagram"] h2{
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 35px;
    letter-spacing: 1px;
    text-align: center;
}

#snsWrapper section[data-mind="instagram"] figure{
    position: relative;
    padding: 0px 15px 30px 15px;
}



/*#snsWrapper section[data-mind="instagram"] figure a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(161, 215, 221, 0);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    mix-blend-mode: overlay;
    z-index: 500;
}*/

/*#snsWrapper section[data-mind="instagram"] figure a:hover::before{
    background-color: rgba(253, 209, 8, 0.4);
}*/

/*#snsWrapper section[data-mind="instagram"] figure p{
    overflow: hidden;
}

#snsWrapper section[data-mind="instagram"] figure img{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

#snsWrapper section[data-mind="instagram"] figure:hover img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}*/


@media (min-width: 768px){

    #snsWrapper section[data-mind="instagram"]{
        padding-left: 100px;
        padding-right: 100px;
    }
    #snsWrapper section[data-mind="instagram"] figure{
        padding: 30px;
    }
}

@media (min-width: 992px){
    #snsWrapper section[data-mind="instagram"]{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
    }
    #snsWrapper section[data-mind="instagram"] figure{
        padding: 0px 15px 30px 15px;
    }
}

@media (min-width: 1200px){
}







/*-----------------------
 #topicsWrapper
 -----------------------*/
#topicsWrapper{
    position: relative;
    background-color: #f7f7f7;
    line-height: 1.8;
    padding-top: 100px;
    padding-bottom: 50px;
    overflow: hidden;
}

#topicsWrapper h2{
    font-size: 30px;
    padding-bottom: 10px;
    letter-spacing: 5px;
    text-align: center;
}

#topicsWrapper span.title_sub{
    font-size: 15px;
    padding-bottom: 45px;
    letter-spacing: 3px;
    text-align: center;
    display: inline-block;
    color: #de533f;
}


/*-----------------------
 owlArea
 -----------------------*/
.owlArea{
    /*padding: 0;*/
}

.owlArea div.owlArea_child{
    position: relative;
    background-color: #fff;
}

.owlArea div.owlArea_child a{

}
.owlArea div.owlArea_child a:hover{
    text-decoration: none;
}
.owlArea div.owlArea_child a:hover figure img{
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}

.owlArea div.owlArea_child a:hover figure::before{
    background-color: rgba(222, 83, 63, 0.4);
}


.owlArea div.owlArea_child figure{
    overflow: hidden;
}

.owlArea div.owlArea_child figure::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(161, 215, 221, 0);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    mix-blend-mode: overlay;
    z-index: 500;
}

.owlArea div.owlArea_child figure img{
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.owlArea div.owlArea_child div[data-topics="text"]{
    padding: 20px;
    height: 150px;
}

.owlArea div.owlArea_child div[data-topics="text"] h3{
    font-size: 13px;
}

.owlArea div.owlArea_child div[data-topics="text"] p{
    padding-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.owlArea div.owlArea_child div[data-topics="more"]{
    position: relative;
    /*background: url(http://dev.futagawa.asia/rsrc/design/common/wood_01.jpg) no-repeat 50% 50%;*/
    /*background-size: cover;*/
    text-align: center;
    background-color: #8e8e8e;
}

.owlArea div.owlArea_child div[data-topics="more"] span{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.owlArea div.owlArea_child div[data-topics="more"] span::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: transparent;
    border-style: solid;
    top: 0;
    left: 50%;
    border-width: 10px 10px 0px 10px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translate(-50%,0);
   -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
     -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

/* overload */
.owl-theme .owl-dots .owl-dot span {
    background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #de533f;
}

@media (min-width: 768px){
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}




/* bootstrap overRide */
.form-control {
    height: 35px;
    background-color: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 20px;
}



@media (min-width: 768px){
	#contactWrapper p[data-contact="subRead"]{
		font-size: 16px;
		line-height: 1.8;
		padding-top: 60px;
		margin-bottom: 45px;
	}
	#contactWrapper p[data-contact="subRead"]::before{
		content: '';
		position: absolute;
		height: 1px;
		width: 80px;
		background-color: #3E3A39;
		bottom: 75px;
		left: 50%;
		margin-left: -40px;
	}
	section[data-contact="tel"] p[data-contact="text"],
	section[data-contact="app"] p[data-contact="text"]{
		display: block;
		font-size: 15px;
		line-height: 1.8;
		padding-bottom: 20px;
	}

}

@media (min-width: 992px){
}

@media (min-width: 1200px){

}


/* facebook */
/*div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
    width: 100% !important;
}*/


