﻿#navi_gdh {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.9);
}
#navi_gdh ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
  list-style: none;
}
#navi_gdh ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: list-item;
  text-align: center;
  width: 12.5%;
}
#navi_gdh ul li a {
  font-family: "kan412typos-std";
  font-size: 15px;
  color: #fff;
  display: block;
  height: 70px;
  padding-top: 15px;
  text-decoration: none;
}
#navi_gdh ul li a small {
  font-size: 11px;
  display: block;
  line-height: 24px;
}
#navi_gdh ul li a:hover {
  color: #fec !important;
}
@media (max-width: 768px) {
  #navi_gdh {
    height: 50px;
  }
}
#mainv {
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
  margin-bottom: 100px;
  width: 100%;
  height: 948px;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  top: 70px;
}
@media (max-width: 992px) {
  #mainv {
    margin-top: 0;
  }
}
@media (max-width: 845px) {
  #mainv {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  #mainv {
    height: 400px;
  }
}
#mainv_in {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}
#mainv_in img {
  width: 100%;
  max-width: 600px;
  margin-top: -50px;
}
@media (max-width: 1009px) {
  #mainv_in img {
    margin-top: 250px;
  }
}
@media (max-width: 992px) {
  #mainv_in {
    width: 100%;
  }
  #mainv_in img {
    top: 0;
    margin-top: 270px;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  #mainv_in img {
    margin-top: 100px;
    max-width: 300px;
  }
}
#mov {
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 70px;
  width: 100%;
  /*
    height: 848px;
        */
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
@media (max-width: 992px) {
  #mov {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
}
/* logo */
#gdhlogo {
  position: absolute;
  left: 25px;
  top: 100px;
  z-index: 1000;
}
#gdhlogo img {
  width: 120px;
}
#gdhlogo:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
@media (max-width: 991px) {
  #gdhlogo img {
    width: 110px;
  }
}
@media (max-width: 768px) {
  #gdhlogo {
    left: 15px;
    top: 60px;
  }
  #gdhlogo img {
    width: 70px;
  }
}
#brand img {
  margin-top: 20px;
  margin-left: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  #brand img {
    margin-top: 15px;
    margin-left: 15px;
    height: 20px;
  }
}
#menu {
  font-size: 14px;
  position: fixed;
  right: 25px;
  top: 100px;
  z-index: 1002;
}
#menu a {
  margin-left: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#menulogo {
  width: 100px;
  margin-bottom: 15px;
}
#mainmenu div > a > div {
  font-family: heisei-mincho-std, serif;
  font-weight: 300;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px;
}
#asahilogo {
  max-width: 300px;
}
.products-header {
  width: 360px;
}
@media (max-width: 1199px) {
  .products-header {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .products-header {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .products-header {
    width: 100%;
  }
}
hr {
  border-top: solid 4px #000;
}
h1,
h2,
h3 {
  font-family: din-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 30px;
}
.concept p {
  font-size: 15px;
  font-family: heisei-mincho-std, serif;
  font-weight: 600;
  font-style: normal;
}
.bg-blooklyn {
  background-color: #9abcc7;
}
.bg-natural {
  background-color: #bcd400;
}
.bg-french {
  background-color: #f5b6c4;
}
.nav-bottom a {
  font-size: 12px !important;
}