@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){
/*    div#pageimageLayer::before,
    div#pageimageLayer::after{
        content: "";
        position: absolute;
        top: 79%;
        width: 55px;
        height: 38px;
        background-color: rgba(215, 11, 36, 0.9);
        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;
    }
    div#pageimageLayer::before{
        left: 0;
    }
    div#pageimageLayer::after{
        right: 0;
    }*/
}


/*-----------------------
 #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 2px #FFF000;
    color: #FFF000;
}

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


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

@media (min-width: 768px){
    #topContents section h2{
        font-size: 50px;
        padding-top: 30px;
    }
    #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: 40px;
}

#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.85);
    z-index: 500;
}
#newsWrapper figure[data-news="media"]::before{
    border: solid 2px #A1D7DD;
    background-color: rgba(161, 215, 221, 0.85);
}
#newsWrapper figure[data-news="award"]::before{
    border: solid 2px #FEE89E;
    background-color: rgba(254, 232, 158, 0.85);
}

#newsWrapper figure img{
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s 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{
        padding-bottom: 65px;
    }
    #newsWrapper section span{
        text-align: center;
    }
}

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




/*-----------------------
 #projectsWrapper
 -----------------------*/
#projectsWrapper{
    position: relative;
    background-color: #fff;
    line-height: 1.8;
    padding-top: 40px;
    text-align: center;
}

#projectsWrapper h2{
    font-size: 35px;
    padding-bottom: 60px;
    letter-spacing: 1px;
}

#projectsWrapper h2::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    bottom: 30px;
    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);
}


#projectsWrapper section{
    padding: 0;
}

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

#projectsWrapper div[data-projects="wrapper"] a{
}

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


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

#projectsWrapper figure > div.projects_text{
    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%);
    color: #fff;
    z-index: 1000;
    width: 87%;
    height: 87%;
    text-align: left;
    background-color: rgba(0,0,0, 0.8);
    border-top: solid 2px rgba(255,255,255, 0.8);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
}

#projectsWrapper figure > div.projects_text > div{
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
       -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
         -o-transform: translate(0,-50%);
            transform: translate(0,-50%);
    width: 100%;
    padding: 15px;
}


#projectsWrapper h3{
    font-size: 14px;
    line-height: 1.4;
}

#projectsWrapper h4{
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}

#projectsWrapper h4::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #fff;
    top: 17px;
    left: 0;
}



#projectsWrapper span{
    display: block;
    padding-top: 3px;
    font-size: 12px;
}



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

}

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

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



/*-----------------------
 #profileTopWrapper
 -----------------------*/
#profileTopWrapper{
    position: relative;
    line-height: 1.8;
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
}

#profileTopWrapper article{
    position: relative;
    background-color:rgba(234, 245, 241, 0.9);
    border: solid 2px #eaf5f1;
    border-bottom: none;
    padding-bottom: 40px;
}


#profileTopWrapper section{
    /*overflow: hidden;*/
}

#profileTopWrapper figure{
    padding-top: 50px;
}

#profileTopWrapper figure img{
    width: 240px;
    border-radius: 50%;
    border: solid 2px;
}

#profileTopWrapper section h2{
    font-size: 26px;
    padding-top: 25px;
    letter-spacing: 3px;
}

#profileTopWrapper section span{
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
}

#profileTopWrapper section h3{
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.6;
}

#profileTopWrapper section p{
    position: relative;
    padding: 60px 15px 60px 15px;
    font-size: 15px;
    line-height: 2;
    text-align: left;
}

#profileTopWrapper section p::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #000;
    top: 45px;
    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);
}

#profileTopWrapper p[data-profileTop="link"] a{
    background-color: #fff;
    z-index: 500;
}
#profileTopWrapper p[data-profileTop="link"] a:hover{
    background-color: #000;
}


#profileTopWrapper div[data-profileTop="switchLang"]{
    position: absolute;
    top: 5px;
    right: 5px;
}


@media (min-width: 768px){
    #profileTopWrapper section p{
        padding: 60px 60px 60px 60px;
        text-align: center;
    }
    #profileTopWrapper div[data-profileTop="switchLang"]{
        top: 20px;
        right: 20px;
    }
}

@media (min-width: 992px){
    #profileTopWrapper section p{
        padding: 60px 100px 60px 100px;
    }
}

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




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

/* テキストエリア */
#mindWrapper section[data-mind="text"]{
    /*padding-right: 30px;*/
}

#mindWrapper section[data-mind="text"] h2{
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
}

#mindWrapper section[data-mind="text"] p[data-mind="mind"]{
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.8;
    text-align: justify;
}

#mindWrapper section[data-mind="text"] p[data-mind="mind"] span{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
}



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

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

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

/*#mindWrapper section[data-mind="instagram"] 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;
}*/

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


#mindWrapper 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;
}

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

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

#mindWrapper 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;
}

#mindWrapper 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){
    #mindWrapper section[data-mind="text"] h2{
        font-size: 23px;
    }
    #mindWrapper section[data-mind="text"] p[data-mind="mind"]{
        line-height: 2;
    }
    #mindWrapper section[data-mind="text"] p[data-mind="mind"] span{
        display: block;
        font-size: 15px;
        padding-bottom: 15px;
    }

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

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

@media (min-width: 1200px){
    #mindWrapper section[data-mind="text"]{
        padding-right: 30px;
    }
    #mindWrapper section[data-mind="instagram"]{
        padding-left: 75px;
    }
}






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

#topicsWrapper h2{
    font-size: 35px;
    padding-bottom: 60px;
    letter-spacing: 1px;
    text-align: center;
}

#topicsWrapper h2::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    bottom: 30px;
    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);
}

/*-----------------------
 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(253, 209, 8, 0.3);
}


.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;
}

.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: #A1D7DD;
}

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

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

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





/*-----------------------
 #contactWrapper
 -----------------------*/
#contactWrapper{
    padding-bottom: 100px;
    /*padding-top: 60px;*/
    text-align: center;
    background-color: #fff
}

#contactWrapper h2{
	font-size: 55px;
    padding-top: 40px;
    margin-top: -65px;
    background-color: #fff;
    border-top: solid 2px;
}

#contactWrapper p[data-contact="subRead"]{
    font-size: 14px;
    line-height: 1.8;
    padding-top: 30px;
    margin-bottom: 45px;
}

#contactWrapper article{
}

#contactWrapper section{
	padding-bottom: 40px;
}

#contactWrapper section h3{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #252525;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

#contactWrapper section[data-contact="mail"] h3{
	 margin-bottom: 25px;
}


section[data-contact="tel"] p[data-contact="text"],
section[data-contact="app"] p[data-contact="text"]{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 20px;
}


section[data-contact="app"] figure{

}

section[data-contact="app"] figure img{
	border-radius: 10px;
	width: 80px;
}

section[data-contact="app"] figcaption{
	padding-top: 5px;
	font-size: 0.8em;
}

section[data-contact="app"] div[data-contact=download] span{
	color: #3e3a39;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 0.9em;
}

section[data-contact="app"] div[data-contact=downloadBanners]{
    clear: both;
}

section[data-contact="app"] div[data-contact=download] div > a{
	width: 150px;
    padding-left: 5px;
    display: inline-block;
    text-align: center;
}




/* 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;
}*/


