@charset "utf-8";

/* 181029追加 */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');


#natural-main-contents {
  padding-top: 50px;
}

/* header
------------------------------------------*/
header > div {
  max-width: 1280px;
  width: 100%;
  padding: 0 10px;
}

header .g-menu {
  overflow: visible;
}

header .g-menu > ul {
  position: relative;
  overflow: visible;
}

header .g-menu li {
  margin: 0 10px;
}

header .g-menu .sub {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  background-color: rgba(000, 000, 000, .8);
}

header .g-menu .sub li {
  float: none;
  display: block;
  margin: 15px 10px;
  line-height: 160%;
}

header .g-menu .sub li:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
}

@media screen and (max-width: 769px) {
  header .g-menu .sub {
    position: static;
    top: 0;
  }

  header .g-menu .sub a {
    display: inline-block;
  }
}

/* page-top
------------------------------------------*/
.page-top a {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  width: 138px;
  height: 138px;
  background: rgba(255, 54, 28, 1) url(../oz-img/page-top.png) no-repeat center top 10px;
  background-size: 106px auto;
  border-radius: 50%;
  transition: background-color .3s;
}

.page-top a:hover {
  background-color: rgba(255, 54, 28, .7);
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .page-top {
    display: none;
  }
}

/* mv
------------------------------------------*/
/*
#natural-main-contents .mv {
  position: relative;
  height: 1372px;
  margin-bottom: 30px;
}

#natural-main-contents .mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
*/
#natural-main-contents .mv img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}


/* video
------------------------------------------*/
.video-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 55.6vw;
  overflow: hidden;
  margin: 0 auto 30px;
}

.video-wrapper #player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 56.25vw;
}
















