@charset "UTF-8";
/* CSS Document */
.flex {
	display: flex;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	color: #404040;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: .25px;
	background-color: #f2f2f2;
}
.row {
	max-width: 1080px;
	width: 94%;
	margin: auto;
}
.wrapper {
	padding-top: 0;
}
.brand_title > iframe {
    width: 100%;
    height: 376px;
}
.fs-c-heading.fs-c-heading--page {
	display: flex;
    justify-content: center;
	align-items: center;
    width: 100%;
    height: 376px;
    background: center center/cover no-repeat;
    border: none;
}
.fs-c-heading.fs-c-heading--page > .row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	color: #fff;
	text-align: left;
}
.fs-c-heading.fs-c-heading--page > .row > img {
    max-width: 300px;
    width: auto;
	height: auto;
	margin-bottom: 50px;
}
.fs-c-heading.fs-c-heading--page > .row > .name {
	margin: 0 0 10px 0;
	font-size: 1.7rem;
}
.fs-c-heading.fs-c-heading--page > .row > .name > span {
	margin-right: 10px;
	font-size: 2.8rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.fs-c-heading.fs-c-heading--page > .row > .txt {
    max-width: 350px;
    width: 90%;
	margin: 0;
	color: #fff;
    font-size: 1.4rem;
	line-height: 1.5;
    text-align: left;
}
.fs-c-heading.fs-c-heading--page > .jin > .name ,
.fs-c-heading.fs-c-heading--page > .jin > .txt {
	color: #000;
	text-shadow:0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7);
}
.head2 {
    font-size: 3rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    line-height: 1;
}
.head2 > span {
    opacity: .75;
    display: block;
    margin-top: 5px;
    color: #rgba(64,64,64,.75);
    font-family: sans-serif;
    font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
.fs-c-heading.fs-c-heading--page {
    height: 210px;
    padding-bottom: 0;
}
.fs-c-heading.fs-c-heading--page > .row {
    width: 90%;
}
.fs-c-heading.fs-c-heading--page > .row > img {
    max-width: 230px;
    margin-bottom: 25px;
}
.fs-c-heading.fs-c-heading--page > .row > .name {
    font-size: 1.4rem;
}
.fs-c-heading.fs-c-heading--page > .row > .name > span {
    font-size: 2.5rem;
}
.fs-c-heading.fs-c-heading--page > .row > .txt {
    font-size: 1.3rem;
}
}