.container{
  
    position: relative;
}

.nav_logo{
  margin-top: 10px;
  margin-right: 20px;
  /*padding-top: 5px;*/
  /*font-weight: 400;*/
}

.nav_title{
  padding-top: 8px;
  font-weight: 400;
}


@media screen and (min-width: 1024px){
  .nav_logo{
    margin-top: 24px;
    margin-right: 20px;
    /*padding-top: 5px;*/
    /*font-weight: 400;*/
  }

  .nav_title{
    padding-top: 12px;
    font-weight: 400;
  }


}


.nav_logo img{
  width: 80px;
  /*height: 50px;*/
  max-height:50px;
}



.nav_title_icon{
  color: #0064BA;
  font-weight: 700;
  
}

nav.globalMenuSp {

  font-weight: 300;

}



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 3px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}



nav.globalMenuSp {
  display: block;

}


@media screen and (max-width: 1024px){
  .globalMenuSp {

    position: fixed;
    /*z-index : 2;*/
    /*z-index : 99;*/
    top  : 0;
    left : 0;

    color: #333;
    background: #eee;
    text-align: center;
    /*transform: translateX(-100%);*/
    opacity: 0;
    width: 100%;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 16px;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
    /*height: 60%;*/
    /*width: 80%;*/

    /*padding-left: 100px;*/
    /*padding-right: 100px;*/
    padding-bottom: 200px;


  }

  .globalMenuSp a{
    text-align: center;
  }


  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
    background :#ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1.4em 0;
    text-decoration :none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    /*transform: translateX(0%);*/
    opacity: 100;
    transition: all 0.6s;
    height: 50%;
  }

  nav.globalMenuSp.inactive {
    transition: all 1.0s;
    opacity: 0;
    height: 0%;
  }


}



@media screen and (min-width: 1023px){

  .navbar-item, .navbar-link {
    line-height: 2.5;
    margin-top: -5px;
    padding-top: 2px;
    padding-bottom: 11px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 30px;

  }


  .globalMenuSp {
    margin-left: 30px;
    /*margin-top: 50px;*/

    display:block;
    width: 500px;

    padding-top: 6px;
    font-size: 15px;

    /*width: 50%;*/
  }

  .navbar-item {
      flex-grow: 0;
      flex-shrink: 0;
  }

  .is-slide {
      position: relative;
      display: inline-block;
      text-decoration: none;
  }
}


@media screen and (max-width: 1023px){

.navbar > .container {
/*    display: flex;
    z-index:99;
    width: 100%;
    position: fixed;
    background: #FFF;
*/  }

  .navbar{

    display: flex;
    z-index:99;
    width: 100%;
    position: fixed;
    background: #FFF;


  /* margin: 0 auto; */
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #FFF;
  z-index: 100;
  box-shadow: 0px 10px 10px -12px rgba(0,0,0,0.5);
  
  }

}

@media screen and (min-width: 1024px){

.navbar{
    width: 1024px !important;
    /*margin: 0 auto;*/
    position: fixed;
    left: calc((100% - 1024px) / 2);/*(全体幅-要素幅)/2が余白*/
/*    top: 0px;
    left: 0px;
*/    width: 100%;
    height: 50px;
    padding: 0px 0 20px;
    text-align: left;

    background-color: #FFF;
    z-index: 100;
    /*box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);*/
    box-shadow: 0px 10px 10px -12px rgba(0,0,0,0.5);

}

.hamburger{
  visibility: hidden;
}
}


.navbar-start{
max-width: 100%;
  
}

#navbar-clone{
    /*display: none;*/
    /*visibility: hidden;*/
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active {
    /*background-color: #fafafa;*/
     color: #222; 
}


.is-slide {
  position: relative;
  /*display: inline-block;*/
  text-decoration: none;
}
.is-slide::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.is-slide:hover::after {
  transform: scale(1, 1);
}


.hero .navbar.is-fixed.is-dark .navbar-menu.is-active {
  background: #2d0275 !important
}

@media screen and (min-width: 1024px){

.navbar-dropdown {
  min-width: 142%;
}
}

@media screen and (min-width: 1024px){
.menu-trigger {
    display: none;
}

}

.left{
	float: left;
	width: 45%;
	max-width: 360px;
	height: 200px;
	
  background: #333;
}


.right{
  /*float:right;*/
  /*text-align: right;*/
  margin: 0 0 0 auto;
  margin-top: 4px;
  margin-right: 10px;
  /*width: 32px;*/
  /*max-width: 360px;*/
  /*height: 200px;*/
  
}

/* nav */

@media screen and (max-width: 1024px){
#navbar-clone .navbar-brand{
  /*background-color: #00C4A7;*/
  background-color: #fff;
}


}


@media screen and (min-width: 1024px){
.menu-trigger {
    display: none;
}

}

#navbar-clone {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 100;

  background-color: #FFF;

  box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.5);
}

#navbar-clone.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}


#navbar-clone .menu-trigger span {
    background-color: #fff;
    background-color: #666;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;

}
.menu-trigger {
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
  width: 32px;
  height: 30px;
  display: block;



}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666;

  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
  /*tpp:calc(50% - 6px);*/
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
  /*tpp:calc(50% - 1px);*/
}
.menu-trigger span:nth-of-type(3) {
  top: 24px;
  /*tpp:calc(50% + 4px);*/
  /*bottom: 0;*/
}



.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
