nav.header-navigation {
    position: fixed;
    top: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;    /*calc(100vw - 74px);* /* 41 + 33  */
    padding: 70px 33px 30px 70px;
    z-index: 2;
    /* background: linear-gradient(to bottom, #fff 0%,#4A006700 100%); */
    opacity: 1;
    transition: all 0.3s;
}
nav.header-navigation.flex-end {
    justify-content: flex-end;
}
nav.header-navigation .top-logo {
    width: 191px;
    height: 66px;
}
nav.header-navigation .right-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.header-navigation .right-menu .header_logo{
    display:none;
    margin-right: auto;
}
nav.header-navigation .right-menu a{
    margin-top:-73px;
    margin-left: 10px;
    outline: none;
}
nav.header-navigation .right-menu span{
    margin-top:-73px;
}
nav.header-navigation .right-menu .info.timer {
    padding: 0 16px 0 32px;
}
nav.header-navigation .right-menu .info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}
nav.header-navigation .right-menu .info .separator {
    padding: 0 9px;
    color: rgba(255, 255, 255, 0.7);
}
nav.header-navigation .right-menu .info a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

nav.header-navigation .right-menu .btn:hover {
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.25);
}
nav.header-navigation .right-menu .btn {
    height: 29px;
    width: 152px;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(90deg, #B6246E 0%, #F9636B 100%);
    border: 0 none;
    border-radius: 600px;
    transition: all 0.3s;
}
nav.header-navigation .right-menu .btn:active,
nav.header-navigation .right-menu .btn:focus,
nav.header-navigation .right-menu .btn:visited{
    outline: 0 none;
}

nav.header-navigation .right-menu .icon img {
    width: 24px;
    height: 24px;
    margin-left: 13px;
}



nav.header-navigation .right-menu .separator {
    padding: 0 9px;
    color: white;
}
nav.header-navigation .right-menu .header-menu {
    padding: 0 9px;
    color:white;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    transition: transform .2s;
    transition-timing-function: ease;
}
nav.header-navigation .right-menu .header-menu:hover{
    transform: scale(1.2);
}

.jp-logo{
    height: 24px;
    width: 24px;
    background-color: white;
    border-radius:60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color:#002E65 ;
    text-decoration: none;
}
/**********************
    Hamburger Menu
*********************/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: #ffffff; /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  z-index: 5;
}
.overlay-content .menutoplogo {
    margin-bottom: 60px;
    width: 100%;
}

.overlay-content .menutoplogo img{
    width: 100px;
}

/* The navigation links inside the overlay */
.overlay a {
  font-family: Roboto;
font-style: italic;
font-weight: bold;
font-size: 25px;
line-height: 35px;
text-align: center;
text-decoration-line: underline;
font-feature-settings: 'dnom' on, 'numr' on;
color: #001D5A;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  margin-bottom: 15px;
}
.btm_text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-top:40px;
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  bottom: 20px;
  left: 44%;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 1024px) {


    nav.header-navigation .right-menu .header-menu {
        padding: 0 7px;
        font-size: 10px;
        line-height: 12px;
        text-align: right;
    }
    nav.header-navigation .right-menu a {
        margin-top: -8px;
    }
    nav.header-navigation .right-menu span {
        margin-top: -8px;
    }
    nav .pc-hide {
        display: block !important;
    }
    nav .sp-hide {
        display: none !important;
    }

    nav.header-navigation {
        position: fixed;
        top:0px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%; /* 10 * 2  */
        padding: 20px 10px;
    }
    nav.header-navigation .right-menu .header_logo{
        display:block;
    }
    nav.header-navigation .top-logo.sp-logo  {
        width: 32px;
        height: 22px;
    }
    nav.header-navigation .right-menu .info  {
        font-size: 9px;
        line-height: 11px;
    }
    nav.header-navigation .right-menu .info .separator {
        padding: 0 5px;
    }
    nav.header-navigation .right-menu img.icon {
        width: 22px;
        height: 22px;
        margin-left: 10px;
    }
        .jp-logo{
        height: 22px !important;
        width: 22px !important;
       margin-left: 10px;
       font-weight: 700 !important;
       font-size: 14px;
    }
}
