@charset "utf-8";




/* #footerEntryBtn {
  display: none;
} */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@keyframes twitterShake {
  0% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(0deg);
  }

  60% {
    transform: rotateZ(45deg);
  }

  70% {
    transform: rotateZ(0deg);
  }

  80% {
    transform: rotateZ(45deg);
  }

  90% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes fadeUp {
  0%{
    opacity: 0;
    transform: translateY(5%);
  }100%{
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  0%{
    opacity: 0;
    transform: translateY(-5%);
  }100%{
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeLeft {
  0%{
    opacity: 0;
    transform: translateX(-5%);
  }100%{
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeRight {
  0%{
    opacity: 0;
    transform: translateX(5%);
  }100%{
    opacity: 1;
    transform: translateX(0%);
  }
}

.fadeUp, .fadeRight, .fadeLeft, .fadeDown {
  opacity: 0;
}

.fadeUp.go {
  animation: fadeUp 1s 0.2s ease-out both;
}
.fadeLeft.go {
  animation: fadeLeft 1s 0.2s ease-out both;
}
.fadeRight.go {
  animation: fadeRight 1s 0.2s ease-out both;
}
.fadeDown.go {
  animation: fadeDown 1s 0.2s ease-out both;
}

img {
  width: 100%;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}


header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  top: -78px;
  left: 0;
  right: 0;
  z-index: 999;
}


#logo {
  margin-left: 3%;
}
#logo a {
  font-size: 50px;
  font-weight: normal;
  font-family: "Nico Moji";
  color: #252525;
  z-index: 999;
}
#logo a span {
  font-size: 30px;
}

header.scroll {
  position: fixed;
  top: 0;
  background-color: #ffffff;
}

header nav ul {

}

header nav ul li a {
  display: inline-block;
  color: #252525;
  padding: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

/* header nav ul li:last-child a {
  transform: scale(1.2);
} */

header nav ul li .fa-twitter {
  animation: twitterShake 3s linear infinite;
}

#hamburger .btn-gNav{
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 100;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #fff;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #444;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s;
  z-index: 99;
}
#gNav.open{
  right: 0px;
}
#gNav .gNav-menu{
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}
#gNav .gNav-menu li{
  display: block;
  padding : 0 30px;
}
#gNav .gNav-menu li a{
  color: #ddd;
  text-decoration: none;
  display: block;
    padding: min(2vh,30px) 0;
}

footer {
  background-color: #000000;
  padding: 50px 0;
  text-align: center;
}
footer small {
  color: #ffffff;
}


/*========================================
    タブレット用メディアクエリ
========================================*/
@media (max-width: 959px) {


}


/*========================================
    スマホ用メディアクエリ
========================================*/

@media (max-width: 730px) {

  #footerEntryBtn {
    /* display: block; */
    background-color: #1D9BF0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  #footerEntryBtn a {
    color: #ffffff;
    font-weight: bold;
    padding: 5vw 0;
    display: block;
    letter-spacing: 0.1vw;
    font-size: 5vw;
  }


header {
  display: block;
  padding: 2% 1%;
}




  #logo a {
    font-size: 7vw;
  }
  #logo a span {
    font-size: 5vw;
  }



  .btn-gNav{
    /* display: none; */
  }
  #gNav{
    position: fixed;
    top: 0;
    right: -100%;
    /* height: 50px; */
  }
  #gNav .gNav-menu{
    /* display: flex;
    flex-direction: row; */
    width: 100%;
    height: 100%;
    padding-left: 50px;
  }
  #gNav .gNav-menu li{
    padding-top: 5px;
  text-align: left;
  }

}