@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/****************************
			common
*****************************/
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Red Hat Text", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.85;
  min-width: 1100px;
  counter-reset: counter-no;
}

body::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

body.bg-layer::before {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(1.5px);
  z-index: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

ul {
  list-style: none;
}

p {
  /*禁則処理*/
  word-break: normal;
  word-wrap: break-word;
}

strong {
  font-weight: 600;
}

.left {
  float: left;
}

.right {
  float: right;
}

table,
table tr,
table th,
table td {
  border: 1px solid #ddd;
}

.flex-wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-wrap-align-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

.circle-btn, .circle-btn--white {
  font-size: 12px;
  letter-spacing: 0.5px;
  border: 1px solid #000;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-btn:hover, .circle-btn--white:hover {
  cursor: pointer;
}

.circle-btn--white {
  color: #fff;
  border-color: #fff;
}

/* clearfix */
body:after,
.header__inner:after,
.contents-list:after {
  display: block;
  content: "";
  clear: both;
}

#conteiner {
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

/****************************
			header
*****************************/
#header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
}

.header__inner {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.header__logo {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 30px;
  text-align: center;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header__logo h1 {
  font-weight: 500;
}

.header__logo a {
  display: block;
  width: 150px;
  height: 150px;
  font-size: 13px;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.on-scroll .header__logo {
  top: 0;
}

.on-scroll .header__logo a {
  font-size: 11px;
  width: 100px;
  height: 100px;
}

.on-scroll .header__g-nav .g-nav__item a {
  color: #000;
}

.on-scroll .header__g-nav .g-nav__item a::after {
  background: #000;
}

.on-scroll .header__g-nav span {
  color: #999;
}

.on-scroll .circle-btn--white {
  color: #000;
  border-color: #000;
}

/****************************
			content
*****************************/
#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}

/****************************
			footer
*****************************/
#footer {
  width: 100%;
  height: auto;
  padding: 0;
}

#footer::after {
  content: "";
}

.footer__logo {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.footer__sns {
  text-align: center;
}

.sns__list {
  display: flex;
  justify-content: center;
}

.sns__list li {
  margin: 0 7px;
}

.sns__list a {
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: block;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.sns__list a:hover {
  color: #fff;
  background: #000;
}

.copyright {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.copyright p {
  text-align: center;
  font-size: 12px;
}

/****************************
		effects
*****************************/
.ht-effect-01 a {
  transition: .3s;
}

.ht-effect-01 a:hover {
  color: #aaa;
  opacity: .7;
}

.ht-effect-04 a, .ht-effect-04--black a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.ht-effect-04 a::after, .ht-effect-04--black a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.ht-effect-04 a:hover::after, .ht-effect-04--black a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.ht-effect-04--black a::after {
  background: #000;
}

.ht-effect-05 a, .ht-effect-05--black a {
  color: #337ab7;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.ht-effect-05 a::after, .ht-effect-05--black a::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #337ab7;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.ht-effect-05 a:hover::after, .ht-effect-05--black a:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
}

.ht-effect-05--black a {
  color: #000;
  font-weight: 400;
}

.ht-effect-05--black a::after {
  background: #000;
}

#page .ht-effect-04 a::after, #page .ht-effect-04--black a::after,
.tmp-blog .ht-effect-04 a::after,
.tmp-blog .ht-effect-04--black a::after,
.on-scroll .ht-effect-04 a::after,
.on-scroll .ht-effect-04--black a::after {
  background: #333;
}

.hb-common, .hb-common--white {
  text-align: center;
}

.hb-common button, .hb-common--white button,
.hb-common a,
.hb-common--white a {
  color: #000;
  display: inline-block;
  padding: 10px 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  background: none;
}

.hb-common--white button,
.hb-common--white a {
  color: #fff;
  border-color: #fff;
}

.hb-common-02 a {
  color: #000;
  padding: 30px 0;
  display: block;
  text-align: center;
  position: relative;
  z-index: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.hb-common-02 span {
  font-size: 26px;
  display: block;
}

.hb-effect-01 a, .hb-effect-01--white a {
  transition: .3s;
}

.hb-effect-01 a:hover, .hb-effect-01--white a:hover {
  color: #fff;
  background: #000;
}

.hb-effect-01--white a {
  transition: .3s;
}

.hb-effect-01--white a:hover {
  color: #000;
  background: #fff;
}

.hb-effect-04 button, .hb-effect-04--icon button, .hb-effect-04--white button,
.hb-effect-04 a,
.hb-effect-04--icon a,
.hb-effect-04--white a {
  overflow: hidden;
}

.hb-effect-04 button::before, .hb-effect-04--icon button::before, .hb-effect-04--white button::before,
.hb-effect-04 a::before,
.hb-effect-04--icon a::before,
.hb-effect-04--white a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 125%;
  height: 100%;
  background: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}

.hb-effect-04 button:hover, .hb-effect-04--icon button:hover, .hb-effect-04--white button:hover,
.hb-effect-04 a:hover,
.hb-effect-04--icon a:hover,
.hb-effect-04--white a:hover {
  color: #fff;
}

.hb-effect-04 button:hover::before, .hb-effect-04--icon button:hover::before, .hb-effect-04--white button:hover::before,
.hb-effect-04 a:hover::before,
.hb-effect-04--icon a:hover::before,
.hb-effect-04--white a:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.hb-effect-04--icon a::after {
  font-size: 12px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
}

.hb-effect-04--white a::before {
  background: #fff;
}

.hb-effect-04--white a:hover {
  color: #000;
}

.hb-effect-05 .faq-entry__post::before,
.hb-effect-05 .faq-entry__post::after,
.hb-effect-05 a::before,
.hb-effect-05 a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.hb-effect-05 .faq-entry__post::before,
.hb-effect-05 a::before {
  background: #999;
}

.hb-effect-05 .faq-entry__post::after,
.hb-effect-05 a::after {
  background: #000;
}

.hb-effect-05 .faq-entry__post:hover,
.hb-effect-05 a:hover {
  color: #fff;
}

.hb-effect-05 .faq-entry__post:hover::before,
.hb-effect-05 .faq-entry__post:hover::after,
.hb-effect-05 a:hover::before,
.hb-effect-05 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.hb-effect-05 .faq-entry__post:hover::after,
.hb-effect-05 a:hover::after {
  transition-delay: .3s;
}

.hb-effect-06 a {
  transition: .3s;
}

.hb-effect-06 a:hover {
  color: #fff;
  background: #777;
}

.hb-effect-07 a {
  transition: .3s;
}

.hb-effect-07 a:hover {
  box-shadow: 5px 5px 15px -3px #555;
}

.fx-passing, .fx-passing--heading, .fx-passing--reverse {
  position: relative;
  transform: translate3d(0, 0, 0);
}

.fx-passing::before, .fx-passing--heading::before, .fx-passing--reverse::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  background: #000;
}

.fx-passing--heading::before {
  animation: passing-bar 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s 1 normal forwards;
}

.fx-passing--heading .passing-el {
  opacity: 0;
  animation: h1-style-wrap 1s cubic-bezier(0.19, 1, 0.22, 1) 1s 1 normal forwards;
}

.fx-passing--heading .passing-el img {
  opacity: 0;
  transform: scale(1.2);
  animation: h1-style-image 1s cubic-bezier(0.19, 1, 0.22, 1) 1s 1 normal forwards;
}

.fx-passing .passing-el, .fx-passing--heading .passing-el, .fx-passing--reverse .passing-el {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.fx-passing.shown::before, .shown.fx-passing--heading::before, .shown.fx-passing--reverse::before {
  animation: passing-bar 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal forwards;
}

.fx-passing.shown .passing-el, .shown.fx-passing--heading .passing-el, .shown.fx-passing--reverse .passing-el {
  animation: passing-el 0s ease .3s 1 normal forwards;
}

.fx-passing--reverse::before {
  right: 0;
  left: initial;
}

.fx-passing--reverse.shown::before {
  animation: passing-bar--rev 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s 1 normal forwards;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-bar--rev {
  0% {
    right: 0;
    width: 0;
  }
  50% {
    right: 0;
    width: 100%;
  }
  51% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 100%;
    width: 0;
  }
}

@keyframes passing-el {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes h1-style-wrap {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes h1-style-image {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*---------- - - - - - - - - - ----------*/
/*----------    mediaQuery     ----------*/
/*---------- - - - - - - - - - ----------*/
@media only screen and (max-width: 1100px) {
  body {
    min-width: auto;
  }
  .footer__content,
  .header__inner {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  a[href^="tel"] {
    pointer-events: auto;
  }
  /****************************
				common
	*****************************/
  #conteiner {
    font-size: 15px;
  }
  /****************************
				header
	*****************************/
  /****************************
				footer
	*****************************/
  .copyright {
    padding: 10px 0 20px;
  }
  /****************************
			footer_nav
	*****************************/
  /****************************
			effects
	*****************************/
  .hb-common button, .hb-common--white button,
  .hb-common a,
  .hb-common--white a {
    font-size: 14px;
    padding: 8px 20px;
  }
  .hb-common-02 a {
    padding: 20px;
  }
  .hb-common-02 span {
    font-size: 20px;
  }
  .hb-effect-04--icon a::after {
    font-size: 11px;
  }
  .ht-effect-05 a, .ht-effect-05--black a {
    text-decoration: underline;
  }
  .ht-effect-05 a::after, .ht-effect-05--black a::after, .ht-effect-05 a:hover::after, .ht-effect-05--black a:hover::after {
    display: none;
  }
}

/****************************
			ブログ用
*****************************/
body.tmp-blog {
  cursor: initial;
}

.header__logo--blog {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.header__logo--blog p,
.header__logo--blog h1 {
  line-height: 1;
}

.header__logo--blog a {
  font-family: "ヒラギノ角ゴ Pro W6", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  transition: .2s;
}

.header__logo--blog a:hover {
  color: #aaa;
}

#footer.blog-footer {
  padding: 30px 0 0;
  text-align: center;
}

.g-nav__blog-footer {
  margin-top: 30px;
}

.g-nav__blog-footer li {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}

.blog-nav {
  background: #000;
}

.blog-nav ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-left: 1px solid #ccc;
}

.blog-nav ul li {
  border-right: 1px solid #ccc;
}

.blog-nav ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 12px 30px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .disable-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #header-blog {
    position: relative;
    background: #000;
  }
  .header__logo--blog {
    padding: 20px 0;
  }
  .header__logo--blog a {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1001;
  }
  .g-nav__blog-footer {
    margin-top: 20px;
  }
  .g-nav__blog-footer li {
    font-size: 14px;
    display: block;
    margin: 0 0 5px;
  }
  .blog-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000;
  }
  .blog-nav ul {
    width: 100%;
    display: block;
    margin-top: 67px;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .blog-nav ul li {
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .blog-nav ul li a {
    padding: 10px 0;
  }
  .menu_btn {
    position: absolute;
    right: 16px;
    top: 22px;
    z-index: 1000;
    display: inline-block;
    width: 24px;
    height: 20px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* menubtn active */
  .menu_btn_open .menu_btn,
  .hide_menu .menu_btn {
    margin-right: 0;
    transition-duration: 300ms;
  }
  .menu_active .menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu_active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .menu_active .header__right-wrap {
    display: block;
    height: 100vh;
    overflow: visibility;
    animation: anime 1s ease -0.5s;
  }
  @keyframes anime {
    0% {
      height: 0px;
    }
    50% {
      height: 30px;
    }
    100% {
      height: 100vh;
    }
  }
}
