@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /*  16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
body {
  color: #FFFFFF; /* RGB */
  font-family: "Noto Sans JP", "Noto Serif JP", serif, "sans-serif", Arial, Helvetica;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  background-color: #070304;
  letter-spacing: 0.03em;
}
img {
  width: 100%;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
header {}
a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
/* -----Loading-----*/
#kitsune {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #070304;
  text-align: center;
  color: #fff;
}
#kitsune_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#kitsune_logo img {
  widows: 100%;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========ヘッダー=========*/
/*---gnav英語*/
.gnav-en, .menu-en-12 {
  font-size: 1.2rem;
  font-family: "Arial";
  font-weight: normal;
  line-height: 1em;
}
/*---gナビ・ボタンjp*/
.gnav-jp, .btn-jp {
  font-weight: bold;
  font-size: 1.8rem;
}
/*---gナビ・ボタンen*/
.btn-en {
  font-family: "Arial";
  font-weight: normal;
  font-size: 1.4rem;
}
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100vh;
  background: #070304;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト*/
.gnav-list {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
#g-nav li {
  list-style: none;
  text-align: left;
}
#g-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.gnav-logo {
  padding-bottom: 2em;
}
.gnav-insta {
  padding-top: 2em;
  width: 50%;
}
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 3%;
  right: 6.5%;
  cursor: pointer;
  text-align: right;
}
.spBtn {
  width: 55%;
}
#g-n.panelactive {
  right: 0;
}
#storypage main, #menupage, #contactpage main {
  padding: 0 30px;
}
/*---見出し---*/
.heading-news, .heading-information, .heading-menu {
  width: 40%;
  padding-bottom: 1em;
  margin: 0 auto;
}
.heading-contact-top, .heading-kodawari {
  width: 60%;
  padding-bottom: 1em;
  margin: 0 auto;
}
.heading-contact, .heading-story {
  width: 80%;
  margin: 0 auto;
  padding: 45% 0 5% 0;
}
.heading-web {
  padding: 130px 0 16px 0;
  padding-bottom: 1em;
}

/*-----電話-----*/
.inquiry-phone {
  color: #070304;
  height: 205px;
  /*    width: 85%;*/
  background: #FFFFFF;
  margin-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.inquiry h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #070304;
}
.inquiry-en, .contact-en {
  font-size: 1.4rem;
  font-family: "Arial";
  margin-bottom: 10px;
  color: #070304;
}
.link-tel {
  font-weight: bold;
  font-size: 3rem;
  color: #9F0600;
}
.call-jp {
  margin-top: 12px;
  font-weight: normal;
      font-size: 1.5rem;
    color: black;
}
.call-en {
  font-size: 1.3rem;
  font-family: "Arial";
  color: #070304;
  font-weight: normal;
/*  margin-top: 2%;*/
}
/*-----電話下-----*/
.attention {
  margin-top: 20px;
  text-align: center;
}
.attention2 {
  margin-top: 40px;
}
.attention2-contact {
  margin-top: 40px;
  padding: 0 30px;
}
.attention2-jp {
  line-height: 1.563em;
}
.attention2-en {
  font-size: 1.4rem;
  font-family: "Arial";
  line-height: 1.429em;
  color: #CDD6DD;
  margin: 15px 0 80px;
}
.inquiry-phone {
  padding-top: 3%;
}
.btn-back_to_home {
  color: #070304;
  height: 65px;
  width: 100%;
  background: #FFFFFF;
  margin: 20% 0 auto;
  text-align: center;
  background-image: url("..//images/icon/feather-arrow-right-bk.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 10px 0;
}
.footer-insta {
  padding-bottom: 110px
}
.back_to_home-jp {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
}
.btn-back_to_home-en {
  font-family: "Arial";
  font-weight: normal;
  font-size: 1.4rem;
}
#footer {
  text-align: center;
}
#page-top img {
  width: 50%;
}
#page-top {
  position: fixed;
  bottom: 110px;
  right: 3%;
  text-align: right;
  z-index: 10000;
}
/*---電話番号・キツネゆらゆら*/
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 10px;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
.instagram {
  height: 36px;
  width: 36px;
  margin: 60px 0 35px 0;
}
.footer-nav-menu {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  align-items: center;
  gap: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.footer-nav-menu img {
  width: 60%;
}
@media only screen and (min-width:600px) {
  #storypage main, #menupage, #contactpage main {
    padding: 0 30px;
  }
  .spBtn {
    width: 70%;
  }
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 4%;
    right: 4%;
    cursor: pointer;
    text-align: right;
  }
  .link-tel {
    font-size: 4rem;
	height: 200px;
  }
  .call-en, .call-jp {
    display: none;
  }
  #page-top {
    position: fixed;
    bottom: 17px;
    right: 4%;
    text-align: right;
  }
  .footer-insta {
    padding-bottom: 15px;
  }
  #footer-nav {
    display: none;
  }
}
@media only screen and (min-width:1024px) {
  .split {
    max-width: 1024px;
    width: 1300px;
    margin: 0 auto;
  }
  #storypage main, #contactpage main {
    padding: 0;
  }
  #toppage, #storypage, #contactpage main {
    background-color: #000000;
  }
  #toppage .openbtn, #storypage .openbtn, #contactpage .openbtn {
    top: 3%;
    right: calc(50% - 500px);
  }
  .wrap {
    display: flex;
    width: 1024px;
  }
  /** 左側 **/
  .split-left {
    background: #000;
    color: #fff;
    position: relative;
    height: 100%;
    z-index: 0;
  }
  .split-left__inner {
    position: fixed;
    z-index: 0;
  }
  .split-left__inner img {
    width: 47%;
    height: auto;
    object-fit: cover;
    z-index: 0;
  }
  /** 右側 **/
  .split-right {
    z-index: 1;
  }
  .split-right__inner {
    width: 47%;
    margin: 0 50%;
    z-index: 1;
  }
  .call-en, .call-jp {
    display: none;
  }
  .link-tel {
    font-size: 4rem;
  }
  #page-top {
    bottom: 30px;
    right: calc(50% - 500px);
  }
  .footer-insta {
    padding-bottom: 15px;
  }
}