html {
  min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  background: url(../img/shared/bg02.jpg) repeat-y center top, url(../img/shared/bg01.jpg) repeat;
  min-width: inherit;
  max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {}
.fnt-meiryo {}
.fnt-gothic {}
.fnt-garamond {}
/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * header
 *=============================================*/
#header {
  position: relative;
    padding-bottom: 110px;
    z-index: 99;
    height: calc(100vh - 110px);
    min-height: 640px !important;
    max-height: 930px !important;
}
#header h1 {
  position: absolute;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  color: #e8e6e6;
  font-weight: 500;
  top: 680px;
  right: 20px;
}
#header .nav {
  font-size: 0;
  letter-spacing: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 0 0 111px;
}
#header .nav div {
  margin: 0 7px 0 0;
  position: relative;
}
#header .nav div:nth-of-type(1){
    z-index: 99999999999999;
}
#header .nav div .dropdown-content {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -106px;
  right: -106px;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  visibility: hidden;
  padding-top: 24px;
  padding-bottom: 15px;
}
#header .nav div .dropdown-content:before {
  position: absolute;
  content: "";
  background: url("../img/shared/sub_bg.png") repeat center top;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
}
#header .nav div .dropdown-content:after {
  position: absolute;
  content: "";
  background: url("../img/shared/sub_arrow.png") no-repeat center top;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header .nav div .dropdown-content > * {
  position: relative;
  z-index: 1;
}
#header .nav div .dropdown-content li {
  margin-bottom: 1px;
}
#header .nav div .dropdown-content li:hover {
  background: rgba(43, 15, 3, 0.6);
}
#header .nav div:hover > .dropdown-content {
  opacity: 1;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
#header .nav div:last-child {
  margin: 5px 0 0 23px;
  line-height: 1;
}
#header #h-top {
  background: url("../img/shared/hd_top.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 22px 0 150px 0;
}
#header #dummy_bottom {
  background: url("../img/shared/hd_bottom.png") no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 0 0 0;
  height: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
#header #dummy_bottom .group {
  margin: -2px 0 0 calc(50% - 525px);
  width: 270px;
  position: relative;
  z-index: 1;
}
#header #dummy_bottom .group h2 {
  margin-top: -2px;
}
#header #dummy_bottom .group-bnr {
  background: url("../img/shared/bg8.jpg") repeat center top;
  margin: 0 0 0 -27px;
  position: relative;
  padding: 29px 0 27px 29px;
  width: calc(50% + 282px);
}
#header #dummy_bottom .group-bnr:before {
  position: absolute;
  content: "";
  border-top: 1px solid #95630b;
  border-left: 1px solid #95630b;
  top: 12px;
  left: 12px;
  right: 0;
  bottom: 0;
}
#header #dummy_bottom .group-bnr ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#header #dummy_bottom .group-bnr ul li {
  margin-right: 13px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.nav-fixed {
  background: url("../img/shared/bg4.jpg") repeat center top;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding: 22px 0;
}
.nav-fixed:before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #e60012;
  bottom: 2px;
  left: 0;
  right: 0;
}
.nav-fixed .wrap .nav {
  margin: 0 0 0 212px;
}
.nav-fixed.fixed {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 706px;
  position: relative;
    height: 100vh;
}
#key ul.slide-fade {
  min-height: inherit;
}
#key ul.slide-fade li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*=============================================
 * container
 *=============================================*/
#container {}
/*=============================================
 * #socialbuttons
 *=============================================*/
#footer #socialbuttons {
  text-align: center;
  display: flex;
  justify-content: center;
}
.social-facebook {
  width: 95px;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
}
/*=============================================
 * footer
 *=============================================*/
#footer {
  background: url("../img/shared/f_deco.png") no-repeat center bottom, linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(44, 20, 5, 0)), url("../img/shared/bg9.jpg") repeat center top;
  background-size: 100%, auto, auto;
  color: #f0eee1;
  position: relative;
  padding: 45px 0 53px 0;
}
#footer:before {
  position: absolute;
  content: "";
  border-top: 1px solid #e60012;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
}
#footer .nav {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.16em;
  color: #f0eee1;
  margin: 0 0 83px 205px;
}
#footer .nav li {
  display: inline-block;
  padding-left: 0;
}
#footer .nav li + li {
  padding-left: 37px;
}
#footer .nav li + li:before {
  padding-right: 44px;
}
#footer .nav li:last-child {
  padding-left: 0;
}
#footer .nav li:last-child:before {
  padding-right: 45px;
  content: "";
}
#footer .nav li:last-child img {
  margin-top: -7px;
}
#footer .group-bnr {
  background: rgba(228, 199, 154, 0.2);
  width: 635px;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -20px;
}
#footer .group-bnr li {
  margin: 0 0 18px 0;
  width: 288px;
}
#footer .group-bnr li:nth-child(3) {
  margin: 0;
}
#footer .group-bnr li:nth-child(4) {
  margin: 0;
}
#footer .fr {
  width: 348px;
}
#footer .fr .box {
  background: url("../img/shared/bg10.jpg") repeat center top;
  border: 1px solid #e8d7a8;
  padding: 19px 39px 18px 39px;
  margin-bottom: 32px;
  margin-top: -1px;
}
#footer .fr .box .group {
  margin: 0 0 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#footer .fr .box .group .logo {
  -webkit-box-shadow: 5px 0px 35px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 5px 0px 35px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 5px 0px 35px 0px rgba(0, 0, 0, 0.32);
}
#footer .fr .box .group h2 {
  margin-top: 15px;
}
#footer .fr .box .group-btn {
  text-align: center;
}
#footer .fr .box .group-btn li + li {
  margin-top: 8px;
}
#footer .fr .info {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #f0eee1;
}
#footer .fr .info dl {
  margin-bottom: 14px;
}
#footer .fr .info dl dt {
  font-size: 19px;
  line-height: 36px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#footer .fr .info dl dd {
  line-height: 27px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#footer .fr .info dl .tel {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
#footer .fr .info dl .tel .num {
  font-size: 26px;
  letter-spacing: 0.1em;
}
#footer .fr .info dl .note {
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 0.1em;
}
#footer .row {
  margin: 0 0 80px 0;
}
#footer #socialbuttons {
  margin-bottom: 11px;
}
#footer address, #footer .cookies-link {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
#footer address {
  letter-spacing: 0.16em;
  margin-top: 8px;
}
@media screen and (max-width: 1600px) {
  #header #h-top {
    background: url("../img/shared/hd_top.png") no-repeat center top;
    background-size: auto;
  }
}
/*=============================================
 * copyright
 *=============================================*/