@charset "UTF-8";
/* CSS Document */

#header{
    width: 100%;
}
.headimg{
    background-image:url("../img/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.conceptback{
    background-image: linear-gradient(40deg, #ffff00, #72e500 45%);
    padding-top: 2em;
    padding-bottom: 2em;
      align-items: center;
}
#concept{
    max-width: 90%;
margin: 0 auto;
    text-align: center;
    
}
.headinner{
    width: 70%;
    align-items: center;
    margin: 0 auto
}

h1.main{
    color: #FFFFFF;
    font-size: 140px;
    font-family: Oswald,"Arial Black", Gadget, "sans-serif";
    line-height: 1.1em;
    padding-bottom: 2em;
    font-style: italic;
    font-style: oblique;
    letter-spacing:-2px;
    font-weight: bold;
}
h2.main{
padding-top: 6em;
    color: #FFFFFF;
    padding-left: 20px;
}
h1.concept{
    color: #FFFFFF;
    white-space: nowrap;
    margin: 1em 0em 0.6em 0em;
font-size: 6.8vw;
    text-shadow: 1px 1px 0px rgb(61 70 70);
    font-style: italic;
    text-align: center;
    letter-spacing:-2px;
    font-weight: 700;
}
h2.concept{
    color: #FFFFFF;
    white-space: nowrap;
    margin: 1em;
font-size: 5.2vw;
    text-shadow: 1px 1px 0px rgb(61 70 70);
    font-style: italic;
    line-height: 1.6em;
    text-align: center;
    letter-spacing:-2px;
}
@media screen and (max-width: 768px) {
    .headinner{
    width: 90%;
    align-items: center;
    margin: 0 auto;
}
    h1.main{
    font-size: 16vw;
}
}
@media screen and (min-width: 769px){
    #header h1{
    color: #FFFFFF;
}
#header h2{
    color: #FFFFFF;
}
h1.concept{
    color: #FFFFFF;
    white-space: nowrap;
    margin: 1em 0em 0.6em 0em;
font-size: 5.6vw;
    text-shadow: 2px 2px 0px rgb(61 70 70);
    font-style: italic;
    text-align: center;
    letter-spacing:-2px;
}
h2.concept{
    color: #FFFFFF;
    white-space: nowrap;
    margin: 1em;
font-size: 3.5vw;
    text-shadow: 2px 2px 0px rgb(61 70 70);
    font-style: italic;
    line-height: 1.8em;
    text-align: center;
    letter-spacing:-2px;
}}
#return_contact {
    position: fixed;
    right: 0px;
    bottom: 50%;
    z-index: 999;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: all 0.35s;
}
#return_contact a, #return_contact a:hover {
    background: #444;
    color: #fff;
    display: block;
    height: 200px;
    width: 60px;
    line-height: 60px;
    text-decoration: none;
    z-index: 100;
    position: relative;
    padding-top: 50px;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 17px 200px;
}
#return_contact span {
    display: block;
    writing-mode: vertical-rl;
}
h1.headtitle{
    background-image: url("../img/title.png");
        background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    background-size: contain;
    height: 870px;
}
@media screen and (max-width: 769px){
h1.headtitle{
    height: 670px;
    }}
@media screen and (max-width: 435px){
h1.headtitle{
    height: 430px;
    }
    #return_contact{
  display: none;      
}}
.bg-slider {
	width: 100vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
