@font-face {
    font-family: "Century-Gothic-Bold-V1";
    src: url("../fonts/Century-Gothic-Bold-V1.eot");
    src: url("../fonts/Century-Gothic-Bold-V1.eot") format("embedded-opentype"),
    url("../fonts/Century-Gothic-Bold-V1.woff") format("woff"),
    url("../fonts/Century-Gothic-Bold-V1.ttf") format("truetype"),
    url("../fonts/Century-Gothic-Bold-V1.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dosis";
    src: url("../fonts/Dosis.eot");
    src: url("../fonts/Dosis.eot") format("embedded-opentype"),
    url("../fonts/Dosis.woff") format("woff"),
    url("../fonts/Dosis.ttf") format("truetype"),
    url("../fonts/Dosis.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Century-Gothic-V1";
    src: url("../fonts/Century-Gothic-V1.eot");
    src: url("../fonts/Century-Gothic-V1.eot") format("embedded-opentype"),
    url("../fonts/Century-Gothic-V1.woff") format("woff"),
    url("../fonts/Century-Gothic-V1.ttf") format("truetype"),
    url("../fonts/Century-Gothic-V1.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.sec-ttl {
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 9px 20px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 9px;
    line-height: 1.1;
}


body {
    font-family: "Century-Gothic-V1";
    color: #000;
    line-height: 1.3;
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

input,
textarea {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;

}

[type="button"] {
    border: 1px solid #373737;
    color: #fff;
    background-color: #373737;
}

.wrap {
    width: 100%;
    padding: 15px;
}

.wrapxp {
    width: 100%;
    overflow: hidden;
}

div {
    position: relative;
}

button {
    outline: none !important;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

td,
th {
    padding: 10px;
    vertical-align: top;
}

h2 {
    font-size: 48px;
    font-family: "Century-Gothic-Bold-V1";
    text-align: center;
    margin: 5px 0 27px;
    color: #000;
}

.close-pop {
    background-color: red;
    background-image: url(../images/close2.png);
    position: absolute;
    right: -9px;
    top: -9px;
    height: 33px;
    width: 33px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

.decor:after {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #f8941d;
    position: relative;
    display: block;
    margin: 15px auto 0;
}

.decor-w:after {
    content: url(../images/decor-w.png);
    width: 100px;
    position: relative;
    display: table;
    margin: -18px auto 0;
}

.decor-d:after {
    content: url(../images/decor-d.png);
    width: 100px;
    position: relative;
    display: table;
    margin: 0 auto 0;
}


h3 {
    color: #8B0000;
    font-size: 40px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.6;
}

.wrap, 
.wrapper {
    position: relative;
}

.site-route {
    color: #9e9e9e;
    padding: 0 0 20px;
}



.sum {
    font-size: 20px;
    text-align: center;
}


.ban-ttl {
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
    font-size: 72px;
    text-shadow: -4px 4px 10px rgba(0, 0, 0, .3);
    text-align: center;
    text-transform: uppercase;
}

.grid > li,
.grid > div,
.grid > a {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    overflow: hidden;
}

.grid {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

a:hover {
    color: #38c19f;
}

a:hover,
a:link {
    text-decoration: none !important;
}

ul {
    padding: 0 0px 0 30px;
}

section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 60px 0;
    z-index: 10;
    width: 100%;
}

[licht] {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .95);
    opacity: 0;
    z-index: -1000;
    color: #fff;
    overflow-y: scroll;
}

.fixed {
    overflow: hidden !important;
    padding: 0 15px 0 0;
}

.gen-close {
    position: absolute;
    right: 25px;
    top: 25px;
    padding: 15px;
    color: #000;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    background-image: url(../images/close.png);
}

.btn-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-contain {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.container {
    position: relative;
}


@media (max-width: 767px) {

    h2 {
        font-size: 36px;
        margin: 5px 0 25px;
    }
}

@media (max-width: 575px) {

}






/*============================================*/

/*    special customization                   */

/*============================================*/
.opa {
    opacity: 0;
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.opa.faden {
    opacity: 1;
}

.zoom {
    opacity: 0;
    -webkit-transform: scale(.4,.4) translate(0, -100px);
    transform: scale(.4,.4) translate(0, -100px);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.zoom.faden {
    opacity: 1;
    -webkit-transform: scale(1,1) translate(0, 0);
    transform: scale(1,1) translate(0, 0);
}
.up {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.up.faden {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.trans400 {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.btn-gen {
    display: table;
    padding: 6px 25px;
    border: 1px solid #40a98f;
    color: #fff;
    background-color: #40a98f;
    margin: 0;
    cursor: pointer;
    border-radius: 10px;
}


.btn-gen:hover {
    color: #fff;
    border: #38c19f 1px solid;
    background-color: #38c19f;
}

.f {
    display: flex;
    align-items: center;
    justify-content: center;
}