@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.025em;
  font-weight: 400;
  background: #f6f6f6;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

.home {
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}
/*=============================================
 * fonts 
 *=============================================*/
.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-Roboto {
  font-family: 'Roboto', sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1160px;
}

@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/* tag a */
a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/**/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/*
 * Header 
 *=============================================*/
header {
  width: 100%;
  box-sizing: border-box;
  padding-left: 200px;
  position: relative;
}
header .logo {
  width: 200px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
header .logo img{
  width: 120px;
}


.navbar {
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 99;
}
.navbar .navbar-nav {
  display: flex;
  flex-wrap: wrap;
}
.navbar .navbar-nav li+li {
  margin-left: 50px;
}
.navbar a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hd_icon {
  width: 200px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hd_icon img{
  width: 30px;
	height: auto;
}
.hd_icon li+li {
  margin-top: 20px;
}

/**/
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 60px;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 60px;
    opacity: 0;
  }
}
.scroll_btn {
  width: 200px;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 50px;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.scroll_btn a {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 80px;
  cursor: pointer !important;
  position: relative;
}
.scroll_btn a:after {
  content: "";
  width: 0;
  height: 60px;
  border-left: 1px solid #000;
  position: absolute;
  top: 105px;
  left: 55%;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
}
.scroll_btn a span {
  display: inline-block;
  width: 50px;
  height: 85px;
  cursor: pointer !important;
}

.hamburger {
  display: none;
  width: 30px;
  height: 24px;
  background-color: #a4070a;
  padding: 13px 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
}

.hamburger-box {
  width: 100%;
  height: 100%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  header {
    padding-left: 150px;
  }
  header .logo {
    width: 120px;
    padding: 0 15px;
  }
  header .hd_icon {
    width: 150px;
  }
  header .scroll_btn {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    top: 30px;
    right: 30px;
  }
  .navbar .navbar-nav li+li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-left: 0;
  }
  header .logo {
    width: 65px;
    padding: 15px;
    top: 0;
    z-index: 1;
  }
  header .hd_icon {
    display: none;
  }
  header .scroll_btn {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: 12px;
    color: #fff;
  }
  header .scroll_btn a {
    padding-bottom: 45px;
  }
  header .scroll_btn a:after {
    height: 40px;
    border-left-color: #fff;
    top: 90px;
  }

  .hamburger {
    display: block;
  }

  .navbar {
    width: 100%;
    height: 100vh;
    background-color: #eeeeee;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 80px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
  }
  .navbar .navbar-nav {
    display: block;
  }
  .navbar .navbar-nav li {
    border-top: 1px solid #242424;
  }
  .navbar .navbar-nav li+li {
    margin-left: 0;
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: 1px solid #242424;
  }
  .navbar .navbar-nav a {
    width: 100%;
    color: #000;
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .navbar .navbar-nav a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: 19px;
  }
  .navbar .sp_hd_icon {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .navbar .sp_hd_icon li+li {
    margin-top: 0;
    margin-left: 15px;
  }

  .navOpen .navbar {
    opacity: 1;
    visibility: visible;
  }
}
/*
 * Footer 
 *=============================================*/
footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 120px 0 80px;
  position: relative;
}
footer #pagetop {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 60px;
  border-left: 1px solid #fff;
  padding-top: 60px;
  cursor: pointer !important;
  transition: all 0.5s;
  z-index: 9;
}
footer #pagetop>* {
  cursor: pointer !important;
}
footer #pagetop:hover {
  padding-top: 50px;
}
footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 120px;
}
footer nav a {
  display: block;
  line-height: 35px;
  letter-spacing: 0.025em;
  font-weight: 400;
  text-transform: uppercase;
}
footer nav a+a {
  margin-left: 40px;
}
footer address {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 100;
  color: #b1b1b1;
  padding-top: 185px;
}

@media screen and (max-width: 991px) {
  footer nav a {
    font-size: 15px;
  }
  footer nav a+a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
  footer #pagetop {
    font-size: 12px;
    line-height: 30px;
    padding-top: 40px;
    right: 15px;
  }
  footer #pagetop:hover {
    padding-top: 35px;
  }
  footer .logo a {
    display: inline-block;
    width: 120px;
  }
  footer nav {
    display: block;
    padding-top: 40px;
  }
  footer nav a {
    display: block;
  }
  footer nav a+a {
    margin-left: 0;
  }
  footer address {
    font-size: 12px;
    padding-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */