@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background-color: #000;
   color: #fff;
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 300;
   font-size: 14px;
   line-height: 28px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

/*=============================================
 * 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-notosan {
   font-family: 'Noto Sans JP', sans-serif;
}

.fnt-raleway {
   font-family: "Aoboshi One", serif;
   font-weight: 500;
   font-style: italic;
}

.fnt-lora {
   font-family: 'Lora', serif;
   font-weight: 500;
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
}

/* -- -- */

.main_bg {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: -1;
}

/* -- -- */
.wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   box-sizing: border-box;
   position: relative;
}

@media screen and (max-width: 1400px) {
   .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 20px;
   }
}

code {
   border: 0 !important;
}

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;
}

.ipd {
   display: none;
}

.sp {
   display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   .ipd {
      display: block;
   }
}

@media screen and (max-width: 767px) {
   .pc {
      display: none;
   }

   .sp {
      display: block;
   }
}

/*=============================================
 * <header>
 *=============================================*/
/* -- -- */
header {
   width: 100%;
   box-sizing: border-box;
   color: #fff;
   padding: 15px 70px;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 100;
}

header:before {
   content: '';
   width: 100%;
   height: 100%;
   /*background-image: linear-gradient(to bottom, #000000, #091631);*/
   position: absolute;
   top: 0;
   left: 0;
}

header .wrap {
   display: flex;
   flex-wrap: wrap;
   /*align-items: flex-end;*/
   align-items: center;
   max-width: 100%;
}

header .logo {
   width: 172px;
}

header .logo-txt {
   flex: 1 0 0;
   color: #fff;
   font-size: 11px;
   line-height: 18px;
   padding-left: 25px;
}

header .logo-txt p {
   width: 200px;
}

header .tel {
   color: #fff;
   position: relative;
   z-index: 2;
}

header .tel small {
   display: block;
   font-size: 12px;
   line-height: 17px;
   padding-bottom: 4px;
}

header .tel a {
   display: block;
   font-size: 28px;
   line-height: 33px;
}

header .tel a span {
   font-size: 16px;
}

header .email {
   width: 52px;
   margin-left: 15px;
   position: relative;
   z-index: 2;
}

#navbar {
   background-color: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100vh;
   box-sizing: border-box;
   position: fixed;
   top: 0;
   left: 0;
   opacity: 0;
   visibility: hidden;
   transition: all 0.5s ease-in-out;
}

.navbar__inner {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   width: 600px;
   height: 100%;
   background-color: #000;
   box-sizing: border-box;
   position: absolute;
   top: 0;
   right: -100%;
   transition: all 0.3s ease-in-out;
}

.navbar__inner:before {
   content: '';
   width: 580px;
   height: 88px;
   background-color: #000;
   position: fixed;
   top: 0;
   right: 20px;
}

.navbar__nav {
   color: #fff;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   text-align: right;
}

.navbar__nav li+li {
   padding-top: 10px;
}

.navbar__nav a {
   display: block;
}

.hamburger {
   width: 50px;
   height: 22px;
   margin-left: 50px;
   padding: 0 0 20px;
   position: relative;
   z-index: 2;
}

.hamburger:after {
   content: 'MENU';
   width: 100%;
   font-family: 'Raleway', sans-serif;
   font-weight: 500;
   font-style: italic;
   font-size: 13px;
   line-height: 15px;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
}

.hamburger:hover {
   opacity: 1;
}

.hamburger .hamburger-box {
   display: block;
   width: 100%;
   height: 100%;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
   width: 100%;
   height: 2px;
   background-color: #fff;
   border-radius: 0;
}

.hamburger .hamburger-inner:before {
   top: 10px;
}

.hamburger .hamburger-inner:after {
   top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
   transform: translate3d(0, 10px, 0) rotate(25deg);
}

.hamburger--slider.is-active .hamburger-inner:after {
   transform: translate3d(0, -20px, 0) rotate(-50deg);
}

.hamburger.is-active:after {
   content: "CLOSE";
}

body.home header {
   position: fixed;
   transition: all 0.3s;
}

body.home header:before {
   display: none;
}

body.home header .logo,
body.home header .logo-txt {
   /*opacity: 0;*/
   opacity: 1;
   /*visibility: hidden;*/
   transition: all 0.3s;
}

body.home header.fixed:before {
   display: block;
}

body.home header.fixed .logo,
body.home header.fixed .logo-txt {
   opacity: 1;
   visibility: visible;
}

.navOpen {
   overflow: hidden;
}

.navOpen #navbar {
   opacity: 1;
   visibility: visible;
}

.navOpen .navbar__inner {
   right: 0;
}

@media screen and (min-width: 768px) and (max-height: 700px) {
   .navbar__inner {
      display: block;
      overflow: auto;
      padding: 100px 0;
   }

   .navbar__nav {
      width: 150px;
      margin: 0 auto;
   }
}

@media screen and (max-width: 991px) {
   header {
      padding: 15px 20px;
   }

   header .logo-txt {
      font-size: 10px;
      padding-left: 15px;
   }

   header .logo-txt p {
      width: 180px;
   }

   header .hamburger {
      margin-left: 20px;
   }
}

@media screen and (max-width: 767px) {
   header {
      padding: 24px 0 10px;
   }

   header .wrap {
      align-items: center;
   }

   header .logo {
      flex: 1 0 0;
      position: relative;
      z-index: 1;
   }

   header .logo a {
      display: block;
      width: 112px;
   }

   header .logo-txt {
      display: none;
   }

   header .tel {
      width: 40px;
      height: 40px;
      background: url("../img/common/header_tel.png") no-repeat center/cover;
      overflow: hidden;
   }

   header .tel small {
      display: none;
   }

   header .tel a {
      opacity: 0;
      width: 100%;
      height: 100%;
   }

   header .email {
      width: 40px;
      height: 40px;
      margin-left: 15px;
   }

   .navbar__inner {
      width: 100%;
   }

   .navbar__inner:before {
      width: 100%;
      right: 0;
   }

   .navbar__nav li+li {
      padding-top: 24px;
   }

   body.home header {
      position: sticky;
   }

   body.home header:before {
      display: block;
   }

   body.home header .logo {
      opacity: 1;
      visibility: visible;
   }
}

/*=============================================
 * <section>
 *=============================================*/
/* --- --- */
/* --- --- */
/*=============================================
 * <footer>
 *=============================================*/
/* --- --- */
#section__cta {
   /*background: url("../img/common/cta-bg.jpg") no-repeat center/cover;*/
   color: #fff;
   padding: 0 20px;
   position: relative;
   background-color: #000;

}

#section__cta:before {
   content: '';
   width: 100%;
   height: 100%;
  /* background-color: rgba(51, 51, 51, 0.5);*/
   background: url("../img/common/cta-bg.jpg") no-repeat center/cover;
   opacity: 0.7;
   position: absolute;
   top: 0;
   left: 0;
   mix-blend-mode: hard-light;
}

#section__cta .box {
   display: flex;
   align-items: flex-end;
   flex-wrap: wrap;
   width: 740px;
   line-height: 20px;
   margin: 0 auto;
   padding: 140px 0 197px;
}

#section__cta .txt {
   padding-top: 10px;
}

#section__cta .tel {
   font-size: 16px;
   padding-top: 10px;
}

#section__cta .btn-map {
   font-size: 15px;
   line-height: 24px;
   margin-left: 80px;
}

#section__cta .btn-map a {
   display: block;
   width: 300px;
   text-align: center;
   background-color: #fff;
   color: #333;
   padding: 13px 0;
}

#section__cta .btn-map a i {
   display: inline-block;
   vertical-align: middle;
   font-size: 20px;
   margin-right: 10px;
}

#section__cta .btn-email {
   width: 100%;
   position: absolute;
   bottom: -50px;
   left: 0;
   z-index: 1;
}

#section__cta .btn-email a {
   display: block;
   background-color: #000;
   border-radius: 100px;
   color: #fff;
   font-weight: 700;
   font-size: 17px;
   letter-spacing: 0.1em;
   line-height: 25px;
   text-align: center;
   padding: 32px 0;
}

#section__cta .btn-email a span {
   display: block;
   font-size: 40px;
   letter-spacing: 0.2em;
   line-height: 51px;
   padding-top: 10px;
}

#section__cta .btn-email a i {
   display: block;
   font-size: 20px;
   margin-top: 10px;
}

@media screen and (max-width: 767px) {
   #section__cta {
      background-image: url("../img/common/sp_cta-bg.jpg");
   }

   #section__cta h2 {
      font-size: 22px;
   }

   #section__cta .box {
      display: block;
      width: 100%;
      padding: 50px 0 125px;
   }

   #section__cta .box .btn-map {
      padding-top: 20px;
      margin-left: 0;
   }

   #section__cta .box .btn-map a {
      width: 100%;
   }

   #section__cta .btn-email {
      bottom: -70px;
   }

   #section__cta .btn-email a {
      padding: 19px 0 18px;
   }

   #section__cta .btn-email a span {
      font-size: 30px;
      line-height: 38px;
   }
}

/* --- --- */
footer {
   /*background-image: linear-gradient(to bottom, #000000, #091631);*/
   color: #fff;
   padding: 120px 20px 10px;
}

footer .logo img {
   width: 100%;
}

footer .txt {
   flex: auto;
   font-weight: 700;
   line-height: 30px;
   padding-left: 70px;
}

footer nav {
   display: flex;
   flex-wrap: wrap;
   width: 650px;
   margin: 0 auto;
}

footer nav ul {
   width: 50%;
}

footer nav li+li {
   padding-top: 20px;
}

footer nav a {
   display: block;
   padding-left: 15px;
   position: relative;
}

footer nav a i {
   position: absolute;
   top: 8px;
   left: 0;
}

footer .sns {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   font-size: 23px;
   padding-top: 65px;
}

footer .sns li {
   padding: 0 10px;
}

footer address {
   font-size: 15px;
   line-height: 24px;
   color: #fff;
   text-align: center;
   padding-top: 60px;
}

@media screen and (max-width: 767px) {
   footer {
      padding: 110px 0 25px;
   }

   footer .sns {
      padding-top: 0;
   }

   footer address {
      padding-top: 30px;
   }

   footer nav {
      display: none;
   }
}

.ft_bnr_fixed {
   display: none;
   width: 100%;
   background-color: #E60C20;
   color: #fff;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 90;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s;
}

.ft_bnr_fixed.visible {
   opacity: 1;
   visibility: visible;
}

.ft_bnr_fixed {
   font-size: 13px;
   letter-spacing: 0;
   line-height: 20px;
   text-align: center;
   padding: 10px 0 11px;
}

.ft_bnr_fixed .text {
   text-align: center;
   padding-bottom: 4px;
}

.ft_bnr_fixed .text span {
   display: inline-block;
   padding: 0 10px;
}

.ft_bnr_fixed .bnr {
   background-color: #E60C20;
   color: #fff;
   border-radius: 50px;
   font-weight: 700;
   font-style: italic;
   font-size: 20px;
   line-height: 24px;
}

.ft_bnr_fixed .bnr a {
   display: inline-block;
   text-align: left;
   padding: 3px 0 0 36px;
   position: relative;
}

.ft_bnr_fixed .bnr a+a {
   margin-left: 15px;
}

.ft_bnr_fixed .bnr a img {
   width: 27px;
   position: absolute;
   top: 0;
   left: 0;
}

.ft_bnr_fixed .bnr a[href^="tel:"] {
   font-size: 22px;
}

@media screen and (max-width: 991px) {
   .ft_bnr_fixed {
      display: block;
   }
}