@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: 20px;
  border-width : 0px;
  border-style : none;
  left : 20px;
  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 : 405px;
  display: block;
  border-width : 0px;
  border-style : none;
}
#page-top a:hover{
  background-attachment : scroll;
}
#bnr1 a:hover{
  background-attachment : scroll;
}
/*�@�n���o�[�K�[���j���[�{
  �^���@*/
.hamburger{
  display : block;
  position: fixed;
  z-index : 100001;
  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 white;
  -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 : 100000;
  top  : 0;
  left : 0;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box rgba(66, 65, 109, 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 rgba(0, 0, 108, 0.8);
}
nav.globalMenuSp ul li a{
  display: block;
  color : #e7ad01;
  padding : 0.75em 0em;
  text-decoration :none;
  font-size : 125%;
  font-weight : normal;
}
/* �N���b�N��jQuery�Œǉ��E�폜 */
nav.globalMenuSp.active{
  opacity: 100;
  display: block;
  transform: translateX(0%);
}
.menuimglogo{
  width : 305px;
  position : fixed;
  top : 10px;
  left : 10px;
  z-index : 99999;
}

