@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    color: #000;
}

a.kinkyuu {
    text-decoration: none;
    color: initial;
}

a.kinkyuu:hover {
    text-decoration: initial;
}

/*
.top {
    height: 100%;
    background: none;
    position: relative;
}

.top video {
    display: block;
    width: 100%;

}*/

.ore {
    background: #f9be00;
}

.fff {
    color: #fff;
}

#box {
    width: 100%;
    height: 100vh;
    display: block;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#box video {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    left: 50%;
    top: 0;
    vertical-align: middle;
    transform: translate(-50%);
    -webkit- transform: translate(-50%);
}

.headline {
    /*    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 40%;
}

.left-top {
    position: absolute;
    top: 15px;
    left: 80px;
}

.left-top img {
    width: 100px;
}

.headline h2 {
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    line-height: 1.4;
    padding-left: 84px;
}

.headline p {
    color: #fff;
    font-weight: 100;
}


.rightline {
    position: absolute;
    text-align: center;
    top: 5%;
    left: 5%;
    -ms-transform: translate(5%, 5%);
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
}

.rightline img {
    max-width: 200px;
}

.max300 {
    max-width: 300px;
    margin: 0 auto;
}

.max90 {
    max-width: 90px;
    margin: 0 auto;
}

.max500 {
    max-width: 500px;
    margin: 0 auto;
}

.circle {
    color: #fff;
    background-color: #f00;
    padding: 0;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-weight: bold;
}

.midori {
    background-color: #55b332;
}

.blue {
    background-color: #00a5ea;
}

.red {
    background-color: #FF0000;
}

.link {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
    background: #80cef2;
}

.link2 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #fff;
    background: #1eaa39;
}

.link3 {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 1.8rem;
    color: #000;
    background: #faed00;
}

.link:hover,
.link2:hover,
.link3:hover {
    opacity: .7;
    text-decoration: none;
    color: #fff;
}

.link3:hover {
    color: #000;
}

footer {
    border-top: 1px solid rgb(78, 78, 78);
}

@media (max-width: 1151px) {
    .headline h2 {
        margin: 0 auto;
        font-size: 25px;
        color: #fff;
        line-height: 1.4;
    }
}

@media (max-width: 1081px) {
    .headline h2 {
        margin: 0 auto;
        color: #fff;
        line-height: 1.4;
        text-align: left;
        font-size: 25px;
    }
    .headline h2 br {
        display: none;
    }
}





#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #80cef2;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;

}

#page-top a:hover {
    text-decoration: none;

}

.max900 {
    max-width: 900px;
    margin: 0 auto;
}

.spline {
    display: none;
}
/*メンテナンス対応終了後下にもどす
.spline {
    display: block;
    position: absolute;
    z-index: 10;
    left: 162px;
    bottom: 40px;
    width: calc(100% - 80px);
    border: #fff solid 1px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    max-width: 230px;
}
*/
@media screen and (max-width:768px) {
    .spline {
        display: block;
        position: absolute;
        z-index: 10;
        left: 162px;
        bottom: 40px;
        width: calc(100% - 80px);
        border: #fff solid 1px;
        text-align: center;
        padding: 5px;
        margin: 0 auto;
        max-width: 230px;
    }

    .headline {
        position: absolute !important;
        top: 40px !important;
        left: 40px !important;
        bottom: auto !important;
        width: calc(100% - 80px) !important;
    }
    .headline h1 img {
        max-width: 300px;
    }
    .headline h2 {
        margin: 0 auto;
        font-size: 20px;
        color: #fff;
        line-height: 1.4;
        text-align: left;
        padding-left: 40px;
    }
    .spline {
        display: block;
        position: absolute;
        z-index: 10;
        left: 40px;
        bottom: 60px;
        width: calc(100% - 80px);
        border: #fff solid 1px;
        text-align: center;
        max-width: inherit;
    }
    .spline a {
        display: block;
        padding: 10px;
        font-size: 20px;
        color: #fff;
    }
}

@media screen and (max-width:768px) {
    .headline {
        position: absolute !important;
        top: 20px !important;
        left: 20px !important;
        bottom: auto !important;
        width: calc(100% - 80px) !important;
    }
    .headline h1 img {
        max-width: 280px;
    }
}

div.navz{
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 100;
}
div.navz nav.navbar.navbar-default {
    background: transparent;
    border-color: transparent;
}
div.navz .navbar-default .navbar-nav>li>a {
    color: #fff;
}

@media screen and (max-width:400px) {
    .headline {
        position: absolute !important;
        top: 20px !important;
        left: 10px !important;
        bottom: auto !important;
        width: calc(100% - 80px) !important;
    }
    .headline h1 img {
        max-width: 220px;
    }
}