@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif,"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  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 #video-area{
  position: fixed;
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}

/* video */
#box .video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.headline {
  /*要素の配置*/
  position:absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  color:#fff;
  text-shadow: 0 0 15px #666;
  width: 300px;
}

.botrogo {
  /*    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: 28px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1px;
}
p.nsn{
  margin: 0 auto;
  font-size: 35px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  font-weight: bold !important;
  letter-spacing: 1px;
}
.botrogo h2 {
  margin: 0 auto;
  font-size: 25px;
  color: #fff;
  line-height: 1.4;
  padding-left: 84px;
}

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

.botrogo 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);
}
#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;
  }

  .botrogo {
    position: absolute !important;
    top: 40px !important;
    left: 40px !important;
    bottom: auto !important;
    width: calc(100% - 80px) !important;
  }

  .botrogo h2 {
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    padding-left: 40px;
  }

  p.nsn{
    margin: 0 auto;
    font-size: 25px;
    color: #fff;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 1px;
  }
  .headline h2 {
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  .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 h1 img {
    max-width: 280px;
  }
  .botrogo {
    position: absolute !important;
    bottom: 50px !important;
    left: 10px !important;
    /* bottom: auto !important; */
    width: calc(100% - 80px) !important;
    top: inherit !important;
  }

}

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) {
  .botrogo {
    position: absolute !important;
    bottom: 50px !important;
    left: 10px !important;
    /* bottom: auto !important; */
    width: calc(100% - 80px) !important;
    top: inherit !important;
  }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  background: #23150c5e;
}
.w250 img{
  max-width: 268.5px;
}