@charset "UTF-8";
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #5d400c;
  -webkit-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #5d400c;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #322000;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection, ::-moz-selection, ::selection {
  color: #fcfcfc;
  background: #5d400c;
}

/* sticky.js 設定 */
.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.fh5co-cover, .fh5co-hero {
  position: relative;
  height: 800px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover, .fh5co-hero {
    height: 700px;
  }
}
/* ▼メイン画像*/
.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: 0.9;
}
.fh5co-cover .desc {
  top: 40%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
.fh5co-cover .desc h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.fh5co-cover .desc h2 strong {
  font-weight: 700;
}
.fh5co-cover .desc p {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}
.fh5co-cover .desc p a {
  color: #fff;
}
.fh5co-cover .desc p a:hover, .fh5co-cover .desc p a:focus {
  color: #fff !important;
}
.fh5co-cover .desc p a:hover.btn, .fh5co-cover .desc p a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc p a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
/*
  Superfish Override Menu 
  superfish.js から設定。
  PCグロナビとSPハンバーガーメニュー
*/
.sf-menu {
  margin: 7px 0 0 0 !important;
  /*  li {
      &:hover, &.sfHover {
        background: transparent;
      }
    }*/
  /*
    ul {
      li a, ul li a {
        text-transform: none;
        padding: 0.2em 1em !important;
        letter-spacing: 1px;
        font-size: 14px !important;
      }
    }
  */
  /*  li {
      &:hover a, &.sfHover a {
        color: #5d400c;
      }
    }*/
  /*  ul li {
      &:hover, &.sfHover {
        background: transparent;
      }
      background: transparent;

      &:hover a, &.sfHover a {
        color: #5d400c;
      }
    }*/
  /*
    li.active a {
      color: #5d400c;
    }
  */
  /*  ul li {
      &:hover, &.sfHover {
        background: transparent;
      }
      background: transparent;
    }*/
}
.sf-menu ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}
.sf-menu a {
  color: rgba(0, 0, 0, 0.5);
  padding: 0.75em 1em;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 16px;
  border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: #322000 !important;
}
.sf-menu li {
  background: transparent;
  text-transform: none;
  padding: 0.2em 1em !important;
}
.sf-menu li.active a {
  color: #5d400c;
}
.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #5d400c;
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: transparent;
}
.sf-menu li:hover a, .sf-menu li.sfHover a {
  color: #5d400c;
}
.sf-menu ul li, .sf-menu ul ul li {
  background: transparent;
}
.sf-menu ul li a, .sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover {
  background: transparent;
}
.sf-menu ul li:hover a, .sf-menu ul li.sfHover a {
  color: #5d400c;
}

@media screen and (max-width: 1024px) {
  .sf-menu a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
  }
}
/*
  上記引き続き・・・
  superfish.js から設定。 グロナビ。
*/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after {
  border-top-color: #ccc;
}
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after {
  border-left-color: #ccc;
}
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

/*-- end ..sf-arrows --*/
#fh5co-header-section {
  padding: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 1022;
  background: #fff;
}

.nav-header {
  position: relative;
  /*float: left;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 700;
  /*float: left;*/
  width: 85px;
  /* 既にimgタグに固定幅記載されていた */
}
#fh5co-logo span {
  font-weight: 700;
}
#fh5co-logo a {
  color: #5d400c;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #5d400c !important;
}

@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: calc(100% - 30px);
    /* 100% */
    float: none;
    text-align: center;
  }
  .sf-menu a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0 !important;
  }
}
/* main.js cloneされる要素 */
#fh5co-menu-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* block */
  /*float: right;*/
  /*margin-top: 15px;*/
  max-width: calc(100% - 85px - 120px);
}
#fh5co-menu-wrap.moviePage {
  width: 100%;
  max-width: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fh5co-menu-wrap.moviePage .sf-menu {
  padding: 0 60px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em 0.75em;
  /* 1em .75em */
}
#fh5co-menu-wrap a.sf-menu-link {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #322000;
  padding: 0 0 0 0.75em;
}
#fh5co-menu-wrap a.sf-menu-link::after {
  content: url("../images/sf-menu-arrow.png");
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 4px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  top: 2px;
}

/* movie.htmlのグロナビ、ロゴ以外をセンタリング調整 */
/*追加20220215*/
#fh5co-primary-menu > li > ul li.active > a {
  color: #5d400c !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -10px;
  top: 20px;
  font-size: 12px;
  content: ">";
  color: hsl(0, 0%, 0%);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px 0px;
  background: #fff;
  left: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}
#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
}
#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: "";
}
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #5d400c !important;
}

#fh5co-work-section, #fh5co-services-section, #fh5co-work-section_2, #fh5co-blog-section, #fh5co-features, .fh5co-content-section {
  padding: 0 0 7em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-work-section, #fh5co-services-section, #fh5co-work-section_2, #fh5co-blog-section, #fh5co-features, .fh5co-content-section {
    padding: 0 0 4em 0;
  }
}
.service {
  /*position: relative;*/
  background: #5d400c;
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service:hover, .service:focus, .service:active {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.service span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.service span i {
  font-size: 40px;
  color: #5d400c !important;
}
.service h3 {
  font-size: 20px;
  font-weight: 400;
  color: #5d400c;
}
.service p {
  font-size: 14px;
}

#footer {
  padding: 40px 0 10px;
}
#footer p {
  font-size: 14px;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  background: #555;
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}
#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
  height: 100%;
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: #555555;
}
#offcanvas-menu ul li a:hover {
  color: #5d400c;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #5d400c;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
.fh5co-menu-wrap {
  cursor: pointer;
  text-decoration: none;
}

/* SPハンバーガーメニュー */
.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle i::before {
  top: -7px;
}
.fh5co-nav-toggle i::after {
  bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
  content: "";
  top: -10px;
}
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/*-- end .fh5co-nav-toggle --*/
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
    /*
        top: 50%;
        transform: translateY(-50%);
    */
  }
}
.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

