.variable-studio-top-page-header {
  min-width: 1360px !important;
}

.variable-studio-top-page-header header {
  width: 100%;
}

.variable-studio-top-page-header header div.svgSwitch h1 img, header div.svgSwitch #header_km_logo img {
  width: 238px !important;
  /* position: absolute !important; */
}

.variable-studio-top-page-header header .rightBox {
    width: 215px!important;
  }

  header .rightBox .download-button {
    border: 2px solid #0075C1;
    background-color: #FFF46E;
    padding: 10px 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 16px;
    color: #00558D;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
  }
  
header .rightBox .download-button:hover {
background-color: #FDD000;
}


header .rightBox .download-button:hover a{
  text-decoration: none;
  }
header .rightBox .download-button > a, 
header .rightBox .download-button > a:hover, 
header .rightBox .download-button > a:visited {
color: #00558D;
}

.variable-studio-top-page .container .row {
max-width: 1250px !important;
}

@media screen and (max-width: 736px){
  .variable-studio-top-page-header header div.svgSwitch h1 img, header div.svgSwitch #header_km_logo img {
    width: 200px !important;
    position: inherit !important;
  }

  body header div.svgSwitch .leftBox {
    margin-left: 20px;
  }

  .variable-studio-top-page-header header .rightBox {
    width: 185px!important;
  }

  header .rightBox .download-button {
    padding: 10px;
  }
}


@media screen and (max-width: 815px) and (min-width: 720px){

  .variable-studio-top-page-header header .leftBox{
    width: 450px!important;
  }

  .variable-studio-top-page-header header div.svgSwitch .leftBox p.siteNameFull{
    width: 100px!important;
  }
}

@media screen and (max-width: 365px){
  .variable-studio-top-page-header header .rightBox {
    width: 163px!important;
  }

  header .rightBox .download-button {
    padding: 8px;
  }
}






@media screen and (max-width: 1359px) {
  .variable-studio-top-page-header {
    min-width: 100% !important;
  }
  
  .variable-studio-top-page-header header {
    width: 100%;
  }
}


@media only screen and (max-width:719px){
    .variable-studio-top-page-header header div.svgSwitch .leftBox p.siteNameFull {
        margin: 0px 0 0 15px!important;
    }

     .variable-studio-top-page-header header .rightBox , .configUnit {
    display: block;
  }

  .variable-studio-top-page-header header .rightBox ul#toggleNavi {
    display: none;
  }

  /* .variable-studio-top-page-header header .rightBox {
    margin-top: 15px !important;
    margin-bottom: 8px !important;
  } */


  
}




#wrapper.variable-studio-top-page-header {
  width: 100%;
}

@media screen and (min-width: 737px) {
  #wrapper.variable-studio-top-page-header {
    position: fixed;
  }
  .keyvisual_wrap{
    margin-top: 70px;
  }

  footer{
    background: none;
    margin-top:-25px;
  }

}

#wrapper.variable-studio-top-page-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: top ease .2s;
  z-index: 9999;
}

#wrapper.variable-studio-top-page-header header {
  position: relative;
  display: flex;
  align-items: center;
}

#wrapper.variable-studio-top-page-header header div.svgSwitch {
  padding: 0;
  height: 71px;
  width: 1360px;
  margin: 0 auto;
}

#wrapper.variable-studio-top-page-header.is-fixed header {
  border-bottom: 1px solid #e3e3e3;
}

.variable-studio-top-page .l-header {
  border-top: 0 !important;
}

#wrapper.variable-studio-top-page-header header {
  border-bottom: 1px solid #e3e3e3;
}

#wrapper {
  z-index: 200;
}


@media screen and (max-width: 372px) {
  
    .variable-studio-top-page-header header div.svgSwitch h1 img, header div.svgSwitch #header_km_logo img {
      width: 180px !important;
    }
}


@media screen and (max-width: 350px) {

  .variable-studio-top-page-header header .rightBox {
    width: 145px!important;
  }

  .variable-studio-top-page-header header .rightBox .download-button{
    margin-right:0px!important;
  }

  .variable-studio-top-page-header header .rightBox .download-button a{
    font-size: 1.4rem!important;
  }

}


@media only screen and (max-width:1370px) and (min-width:720px){
    .variable-studio-top-page-header header .rightBox .searchBox .download-button {
      margin-right: 5px;
    }
  }