@charset "Shift_JIS";
#nav-toggle_sp {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 25px;
  cursor: pointer;
}
#nav-toggle_sp > div {
  position: relative;
  width: 25px;
}
#nav-toggle_sp span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #000000;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.1s ease;
}
#nav-toggle_sp span:nth-child(1) {
  top: 0;
}
#nav-toggle_sp span:nth-child(2) {
  top: 10px;
}
#nav-toggle_sp span:nth-child(3) {
  top: 20px;
}
#nav-toggle_sp:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle_sp:hover span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle_sp span {
  background: #000000;
}
.open #nav-toggle_sp span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle_sp span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle_sp span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle_sp {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: #f5f2e9;
  color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
  letter-spacing: 5px;
}
#gloval-nav a:hover {
  color: #666666;
}
#gloval-nav ul {
  list-style: none;
  text-align: center;
  width: 200px;
  margin: -50px 0 0 0;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 0.7s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 0.8s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 0.9s;
}
#gloval-nav ul li span{
  font-size: 0.8rem;
  margin: 0 4%;
}
  /* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.sosialicon_fb{
  display: inline-block;
  font-size: 15px;
  position: fixed;
  bottom: 20px;
  right: 80px;
  cursor: pointer;
}
.sosialicon_in{
  display: inline-block;
  font-size: 15px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  cursor: pointer;
}
.sosialicon_tw{
  display: inline-block;
  font-size: 15px;
  position: fixed;
  bottom: 20px;
  right: 120px;
  cursor: pointer;
}
.sosialicon_ a:hover{
  color: #666;
}
  .fa-instagram:before {
  content: "\f16d";
}
  .fa-facebook-f:before {
  content: "\f39e";
}
