@charset "UTF-8";

footer {
position: relative;
z-index: 3;
}
/*---------------------------
コンセプト
---------------------------*/
#content_Wrap {
    position: relative;
    background: inherit;
}

.concat_Block {
    position: relative;
    z-index: 3;
}

.bg_movie {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.bg_movie iframe {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    opacity: .4;
}

.ttl_area {
    width: 100%;
    text-align: center;
    background: #4c3c35;
    padding: 50px 0;

}

.ttl_area h2,
.ttl_area p {
    font-size: 22px;
}

.ttl_area h2 {
    max-width: 1000px;
    margin: auto;
    letter-spacing: 13px;
    color: #d1bd7c;
}

.ttl_area p {
    margin: 20px 0 0;
    letter-spacing: 2px;
    line-height: 2;
}

.ttl {
    width: 800px;
    max-width: 100%;
    margin: 0px auto 0;
    position: relative;
}

.ttl img {
    max-width: 100%;
}

.concat_txt {
    padding: 30px 0 0;
    font-size: 18px;
    line-height: 3;
    text-align: center;
}
.concat_txt p {
margin-bottom: 50px;
}

.concat_txt figure {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}


.nav_contents {
width: 1200px;
max-width: 90%;
    padding: 130px 0;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap; */
}

.nav_contents h3 {
    color: #dfdfdf;
    font-size: 5vw;
	text-align: center;
	margin-bottom: 30px;
	z-index: 2;
	position: relative;
}
.nav_contents p {
text-align: center;
font-size: 18px;
margin-bottom: 50px;
}

.modal_youtube {
cursor: pointer;
position: relative;
transition: 0.3s;
}
.modal_youtube:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 100px;
height: 100px;
background: url(../img/common/play.svg) no-repeat;
background-size: cover;
background-position: center;
}
.modal_youtube img {
opacity: 0.4;
transition: 0.3s;
}
.modal_youtube:hover img {
opacity: 0.9;
}

.modal-video-body {
max-width: 1200px !important;
}

/*---------------------------
PC・TAB
---------------------------*/
@media only screen and (min-width: 767px) {}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 960px) {

    .ttl_area {
        padding: 35px 0;
        margin: 0 auto 0px;
    }

    .ttl {
        margin: 50px auto 0;
    }

    .concat_txt {
        padding: 20px 0 0;
        line-height: 2.5;
    }
}

/*---------------------------
sp
---------------------------*/

@media only screen and (max-width: 767px) {

    .ttl_area {
        padding: 25px 0;
        margin: 0 auto 0px;
    }

    .ttl_area h2,
    .ttl_area p {
        font-size: 18px;
        letter-spacing: 8px;
    }

    .ttl_area p {
        margin: 15px 0 0;
        line-height: 1.5;
    }

    .ttl {
        max-width: 90%;
    }
	.modal_youtube:after {
	width: 60px;
	height: 60px;
	}

.concat_txt {
        padding: 20px 0;
font-size: 14px;
font-feature-settings: 'palt';
        line-height: 2.5;
    }
	.concat_txt p {
	margin-bottom: 30px;
	}
	.nav_contents {
	padding: 60px 0;
	}
	.nav_contents h3 {
	font-size: 6vw;
	margin-bottom: 10px;
	}
	.nav_contents p {
	margin-bottom: 20px;
	font-size: 13px;
	}

}