header{
  /* position: fixed; */
  display: flex;
  background-color: #333;
  height: 100px;
  width: 100%;
  font-weight: 700;
  display: flex;
  font-family: 'Hiragino Kaku Gothic Pro';
}
.header{
  display: flex;
  justify-content:space-between ;
}


.header-nav{
  text-align: center;
}

.header_logo{
  margin-top: 10px;
}

.logo{
  width: 250px;
  margin-left: 30px;
  margin-top: 13px;
}


.header-nav_right_list{
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.header-nav_right_list li{
  margin-right: 50px;
}

.header_texts{
  color: #DDD165;
}

.header-nav_right_list a{
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.header-nav_right_list a::after{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD165;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header-nav_right_list a:hover::after {
  transform: scale(1, 3);
}


ul{
  list-style: none;
}

.header_texts{
  text-decoration: none;
}

/* footer */
.footer{
  background-color: #333;
  height: 100px;
  text-align: center;
  }
  
  
  .br_sp{
    display: none;
  }
  
  .plavacyPolicy{
  padding-top: 40px;
  font-size: 18px;
  }
  



/* ページTOPに戻る */
.pagetop{
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #333;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop i{
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}
.pagetop_text{
position: fixed;
right: 45px;
bottom: 20px;
color:#333 ;
text-shadow: 1px 1px 0 #333;
}

.pagetop:hover{
background-color: #DDD165;
transition: .4s;
}
.pagetop:hover .pagetop_text{
color: #DDD165;
transition: .4s;
}

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

  }