﻿/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  ;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.05em;
  background: url("../img/shared/bg.jpg")repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 300;
}
/*=============================================
 * 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-noto-serif {
  font-family: 'Noto Serif JP', serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {}
.fnt-meiryo {}
.fnt-gothic {}
.fnt-garamond {}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
/*=============================================
 * <header>
 *=============================================*/
header {}
header h1 {}
header .logo {}
header .tel {}
header nav {}
/*=============================================
 * <header>
 *=============================================*/
.nav-fixed {
  background: #fff;
  height: 50px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav-fixed .wrap nav {
  /*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;*/
  align-items: center;
  height: 50px;
}
.nav-fixed.fixed {
  position: fixed;
  top: 0;
}
.nav-fixed .nav-fl a {
  line-height: 50px;
  padding: 0 18px 0 19px;
}
.nav-fixed .nav-fl a + a {
  position: relative;
}
.nav-fixed .nav-fl a + a:before {
  content: "\7C";
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: auto 0;
}
.nav-fixed .nav-fl a span {
  position: relative;
  display: block;
}
.nav-fixed .nav-fl a span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background: #000000;
  bottom: 0;
  transition: all .5s ease;
  width: 0;
}
.nav-fixed .nav-fl a.active span:before, .nav-fixed .nav-fl a:hover span:before {
  width: 100%;
}
.nav-fixed .nav-fl a:hover {
  text-decoration: none;
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#key ul.slider.slider-for {
  min-height: inherit;
}
#key .slider.slider-for 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;
}
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * <footer>
 *=============================================*/
footer {
  text-align: center;
}
footer .logo {}
footer .tel {}
footer nav {}
/*=============================================
 * .socialbuttons
 *=============================================*/
footer .socialbuttons {}
/*=============================================
 * copyright
 *=============================================*/
address {}
header .header {
  background: url("../img/shared/h_bg.jpg") repeat center top;
  position: relative;
  padding-bottom: 35px;
}
header .header h1 {
  position: absolute;
  top: 25px;
  right: 29px;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
header .header .group {
  margin-bottom: 30px;
}
header .header .group .logo {
  margin-top: 55px;
}
header .header .group .group_btn {
  padding-top: 90px;
  width: 330px;
}
header .header .group .group_btn .btn-cus {
  width: 260px;
}
header .header .nav-fl {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
header .header .nav-fl a {
  font-size: 0;
  letter-spacing: 0;
}
header .nav-fixed {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.15em;
}
header .nav-fixed .nav-fl {
  width: 835px;
}
footer {
  background: url("../img/shared/bg2.jpg") repeat center top;
  color: #fff;
  padding-top: 33px;
  padding-bottom: 42px;
}
footer address {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 7px !important;
  font-weight: 300 !important;
}
footer .cookies_link {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 19px;
  font-weight: 300 !important;
}
.btn-cus {
  background: url("../img/shared/arrow.png") no-repeat center right 21px, url("../img/shared/cart.png") no-repeat center left 18px, #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.14em;
  text-align: center;
}
.btn-cus:hover {
  opacity: 0.8;
}
.btn-cus a {
  line-height: 45px;
  height: 45px;
  text-align: center;
  display: block;
}
.btn-cus a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (max-width: 999px) {
  #head-key {
    padding-bottom: 0;
  }
  .nav-fixed .nav li.active {
    border-bottom: 1px solid #fff !important;
  }
  .nav-fixed .nav li {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .nav-fixed a.nav-main::before, .nav-fixed .sub-nav::before {
    display: none;
  }
  h1.sp {
    position: absolute;
    right: 10px;
    z-index: 3;
    color: #fff;
    font-size: 3vw;
  }
  #key-box .keyvisual {
    width: 100%;
  }
  header .flex .wrap {
    padding-top: 0;
  }
  header .flex .right {
    padding-top: 4px;
  }
  header .flex .right .mxh {
    margin-right: 60px;
  }
  header .flex .right .mxh li {
    margin-left: 15px;
    width: 25px;
    position: relative;
  }
  header .flex {
    padding-bottom: 15px;
    padding-top: 10px;
  }
  header .flex .right .mxh li:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #cecece;
    height: 100%;
    right: -8px;
  }
  header .flex .right .mxh li:last-child:after {
    display: none;
  }
  #head-top {
    padding: 0 0 60px;
  }
  .nav-fixed .nav {
    display: block;
    padding-top: 15%;
    height: auto;
    padding-bottom: 140px;
  }
  .nav-fixed .logo-nav {
    margin: auto;
  }
  .nav-fixed a.nav-main {
    font-size: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: baseline;
    color: #fff;
    width: 100%;
    line-height: 1;
  }
  .nav-fixed .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
  }
  .nav-fixed li.active a.nav-main::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
  }
  .nav-fixed a.nav-main span {
    padding: 0 7%;
    padding-left: 0;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1;
  }
  .nav-fixed a.nav-main::after, .nav-fixed .sub-nav::after {
    display: none;
  }
  .nav-fixed .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
  }
  .nav-fixed .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .head-info {
    margin-right: 0px;
    display: none;
  }
  #key-box {
    width: 100%;
  }
  .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .header .group .logo {
    margin-top: 3%;
    width: 250px;
  }
  header .header h1 {
    top: auto;
    left: 3%;
    right: 3%;
    bottom: 10%;
    text-align: center;
  }
  header .header .group .group_btn {
    width: auto;
    padding-top: 6.7%;
    margin-right: 60px;
  }
  .toggle-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    background: #000;
    color: #fff;
  }
  .toggle-button::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "MENU";
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }
  .toggle-button span {
    width: 35px;
    height: 3px;
    position: absolute;
    top: 35%;
    -webkit-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
  }
  .toggle-button span::before, .toggle-button span::after {
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
  }
  .toggle-button span::after {
    top: -8px;
  }
  .toggle-button span::before {
    top: 8px;
  }
  .nav-fixed .sub-nav::before {
    display: none;
  }
  .menu-open .toggle-button {
    /* -webkit-transform: rotate(360deg); */
    /* transform: rotate(360deg); */
  }
  .menu-open .toggle-button span {
    -webkit-transform: rotate(140deg) translateX(20px);
    transform: rotate(140deg) translateX(20px);
    top: 5px;
    left: 46%;
    transition: all .3s;
  }
  .menu-open .toggle-button span::after {
    -webkit-transform: rotate(-98deg) translateX(0px);
    transform: rotate(-98deg) translateX(0px);
    top: 0;
  }
  .menu-open .toggle-button::after {
    content: "CLOSE";
    display: none;
  }
  .menu-open .toggle-button span::before {
    opacity: 0;
  }
  .menu-open .toggle-button {
    background-color: transparent;
  }
  .mobile-nav {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.92);
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    opacity: 1;
    color: #fff;
    z-index: 999;
  }
  .menu-open .mobile-nav {
    left: 0%;
    visibility: visible;
    overflow: auto;
  }
  .menu-open .mobile-nav nav {
    padding-top: 60px;
    padding-bottom: 40px;
    overflow-y: auto;
    touch-action: auto !important;
    pointer-events: visible !important;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-nav nav a {
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all ease 0.5s 0.3s;
    opacity: 0;
    width: 100%;
    font-size: 5vw;
    line-height: 1.6;
    letter-spacing: 0.3em;
  }
  .mobile-nav nav a span {
    font-size: 3vw;
    letter-spacing: 0.165em;
  }
  .menu-open .mobile-nav nav a {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
  }
  .menu-open .mobile-nav nav a.active {
    border-bottom: 1px solid #fff;
  }
  .js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .hide-nav {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
  }
  footer {
    position: relative;
    margin-top: 0;
    padding: 30px 0 40px 0;
  }
  footer .logo {
    max-width: 250px;
    margin: auto;
  }
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #3b2718;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fixed-btn #fixed-sp {
    opacity: 1;
  }
  #fixed-sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fixed-sp ul li {
    width: 33.33333%;
    height: 50px;
  }
  #fixed-sp ul li:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    font-family: 'Noto Serif JP', serif;
  }
  #fixed-sp ul li a img {
    width: 16px;
  }
  #fixed-sp ul li:nth-child(3) a img {
    width: 10px;
    margin-right: 5px;
  }
  #pagetop {
    bottom: 50px;
    width: 50px;
    z-index: 98;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  header h1 {}
  .toggle-button {
    top: 0;
  }
  header .header {
    padding-bottom: 10%;
  }
  header .header h1 {
    line-height: 1.6;
  }
  header .header .group .logo {
    margin-top: 5%;
    width: 45%;
  }
  header .header .group .group_btn {
    padding-top: 4%;
  }
  #key-box {
    height: auto;
  }
  #key-box .keyvisual li {
    height: 550px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  p.btn img:hover, p.bnr img:hover, .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
  }
}