@charset "utf-8";
.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index : 999;
}
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}
a:link.white{
  color : #ffffff;
  font-weight : bold;
}
a:visited.white{
  color : #ffffff;
  font-weight : bold;
}
a:active.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
a:hover.white{
  text-decoration : underline;
  color : #ffffff;
  font-weight : bold;
}
#page-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-width : 0px;
  border-style : none;
}
#bnr1{
  position: fixed;
  bottom : 10px;
  border-width : 0px;
  border-style : none;
  left : 10px;
  z-index : 10;
}
#page-top a{
  background-attachment : scroll;
  width : 60px;
  display: block;
  border-width : 0px;
  border-style : none;
}
#bnr1 a{
  background-attachment : scroll;
  width : 350px;
  display: block;
  border-width : 0px;
  border-style : none;
}
/*?@?n???o?[?K?[???j???[?{
  ?^???@*/
.hamburger{
  display : block;
  position: fixed;
  z-index : 1003;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span{
  display : block;
  position: absolute;
  width   : 30px;
  height : 4px;
  left    : 6px;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box black;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1){
  top: 10px;
}
.hamburger span:nth-child(2){
  top: 20px;
}
.hamburger span:nth-child(3){
  top: 30px;
}
/* ?X?}
?z???j???[??J???????{
  ?^?? */
.hamburger.active span:nth-child(1){
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3){
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/* ???j???[?w?i?@*/
nav.globalMenuSp{
  position: fixed;
  z-index : 1002;
  top  : 0;
  left : 0;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(0, 128, 255, 0.8);
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul{
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li{
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child{
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box white;
}
nav.globalMenuSp ul li a{
  display: block;
  color : #f8bd01;
  padding : 0.5em 0px;
  text-decoration :none;
  font-size : 150%;
  font-weight : normal;
}
/* ?N???b?N??jQuery?????E?? */
nav.globalMenuSp.active{
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
.menuimglogo{
  width : 70px;
  position : fixed;
  top : 15px;
  left : 15px;
}

