body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none;
}

::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}

a {
  color: #444;
  text-decoration: none;
  transition: color 0.4s;
}

a:hover {
  color: #f52b52;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/*Body*/
html.is-lock, body.is-lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-family: "Volvo Novum Light", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  text-align: center;
}
body.lock {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

.color-blue {
  color: #1c6bba;
}

.color-red {
  color: #f52b52;
}

.color-pink {
  color: #f52b52;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: #f5c225;
}

.g-btn {
  width: 100px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
  background: #fff;
  border: 1px solid #000;
  font-weight: bold;
  line-height: 2;
  font-weight: normal;
  cursor: pointer;
}
.g-btn:hover {
  background: #fff;
  color: #1c6bba;
}

.mejs__overlay-button {
  background: rgba(0, 0, 0, 0.5) url(../img/mejs-bigplay-new.png) no-repeat center;
  background-size: 67px;
  width: 100%;
  height: 100%;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: center;
  opacity: 0.8;
}

.mejs__volume-button {
  position: absolute;
  right: 40px;
}
.mejs__volume-button > button {
  background: url(../img/mejs-video-volume-btn.png) no-repeat center;
}

.mejs__fullscreen-button {
  position: absolute;
  right: 1%;
}
.mejs__fullscreen-button > button {
  background: url(../img/mejs-video-fullscreen-btn.png) no-repeat center;
  background-size: 60%;
}

.mejs__playpause-button > button {
  background: url(../img/mejs-video-pause-btn.png) no-repeat center;
}

.mejs__time-total, .mejs__time-buffering, .mejs__time-loaded, .mejs__time-current, .mejs__time-float, .mejs__time-hovered, .mejs__time-float-current, .mejs__time-float-corner, .mejs__time-marker {
  height: 1px;
}

.mejs__controls {
  opacity: 0;
  transition: 0.2s;
}

.mejs__container:hover .mejs__controls {
  opacity: 1;
}

.mejs__time-handle, .mejs__time-hovered {
  display: none;
}

.mejs__time-float {
  opacity: 0;
}

.mejs__volume-current {
  background: #145081;
}

.mejs__time-rail {
  width: 100%;
  height: 2px;
  position: absolute;
  top: -7px;
  left: 0;
  margin: 0;
  padding-top: 0;
}

.video {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.video .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s;
}
.video .video-wrap .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.video .video-wrap .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.5s;
}
.video .video-wrap .img .video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: play-jump 0.5s infinite alternate;
  z-index: 2;
}
@keyframes play-jump {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.video .video-wrap p {
  font-size: 15px;
}
.video .video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video .video-wrap:hover .img img {
  transform: scale(1.3);
}
.video .video-wrap:hover .img:before {
  opacity: 0;
}

.video-btn-play {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
  width: 15%;
  height: 0;
  padding-bottom: 10%;
  background: url(../img/icon-play.png) no-repeat center;
  background-size: 100%;
}

.tns-outer {
  position: relative;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  display: none;
}

.tns-nav {
  position: absolute;
  top: 70vw;
  left: 0;
  width: 100%;
  z-index: 3;
}
.tns-nav button {
  width: 10vw;
  height: 2px;
  border: 0;
  margin: 0 2.5vw;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.tns-nav button:after {
  background-color: #555;
  width: 0;
}
.tns-nav button.tns-nav-active:after {
  z-index: 2;
  width: 100%;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}

#g-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  overflow: hidden;
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
}
#g-header.active #g-nav-trigger {
  background: #1c6bba;
}

#g-video {
  background-color: #000;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#g-video:before {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
#g-video video {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-video .txt {
  position: absolute;
  bottom: 4%;
  left: 50%;
  width: 1025px;
  transform: translateX(-50%);
  z-index: 2;
}
#g-video h2 {
  width: 711px;
  height: 64px;
  background: url(../img/title.png);
  margin: 0 auto;
  text-indent: -9999px;
  float: left;
}
#g-video a {
  width: 297px;
  height: 66px;
  background: url(../img/btn.png);
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-weight: normal;
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  transition: 0.2s;
  transform: skew(-15deg);
  margin-left: 15px;
}
#g-video a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#g-video a:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

@media screen and (max-width: 1100px) {
  #g-video video {
    width: auto;
    height: 100%;
  }
  #g-video:before {
    height: 40%;
  }
  #g-video h2 {
    float: none;
    position: relative;
    left: -3.5%;
  }
  #g-video a {
    float: none;
    margin-top: 2%;
  }
}
@media screen and (max-width: 700px) {
  #g-video {
    height: 450px;
  }
  #g-video .txt {
    width: 100%;
  }
  #g-video h2 {
    width: 96.5%;
    height: 0;
    padding-bottom: 10%;
    background-size: 100%;
    background-position: center;
  }
  #g-video a {
    width: 40%;
    height: 0;
    padding-bottom: 9.5%;
    background-size: 100%;
  }
}
@media screen and (max-width: 500px) {
  #g-video {
    height: 340px;
  }
}
@media screen and (min-width: 641px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .is-pc {
    display: none !important;
  }
}