@size-MenuIcon: 30px;
@width-MenuIcon: 6px;
@color-MenuIcon: #999;
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", serif;
}
.HiddenCheckbox {
  display: none;
}
.MenuContainer {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  padding: 15px;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999999;
  display: none;
}
.MenuHeader {
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 999999;
}
.MenuIcon {
  cursor: pointer;
  display: block;
  float: right;
  height: 20px;
  position: relative;
  width: 30px;
  z-index: 999999;
}
.MenuIcon::before {
  -webkit-box-shadow: #444 0 8px 0;
  box-shadow: #444 0 8px 0;
  height: 4px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 30px;
}
.MenuIcon::after {
  bottom: 0;
  height: 4px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 30px;
}
.MenuIcon::before,
.MenuIcon::after {
  background: #444;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}
.Menu {
  bottom: 0;
  left: -108%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.HiddenCheckbox:checked ~ .MenuHeader {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.HiddenCheckbox:checked ~ .MenuIcon::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(2px, -4px, 0);
  transform: rotate(45deg) translate3d(2px, -4px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon::after {
  -webkit-transform: rotate(-45deg) translate3d(1px, 4px, 0);
  transform: rotate(-45deg) translate3d(1px, 4px, 0);
}
.HiddenCheckbox:checked ~ .Menu {
  left: 0%;
}
.Menu-list {
  list-style-type: none;
  margin: 50px 0 0;
  padding: 0;
  text-align: right;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3ddd6), color-stop(100%, #91a7d0));
  background-image: -moz-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: -webkit-linear-gradient(left, #c3ddd6, #91a7d0);
  background-image: linear-gradient(to right, #c3ddd6, #91a7d0);
}
.Menu-item {
  margin: 0;
}
.Menu-link {
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  z-index: 999999;
  border-bottom: 1px solid #fff;
  font-size: 11px;
}
.Menu-link:hover{
  color: #444;
}
.Menu-link::before {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  z-index: -1;
  opacity: 0.4;
}
.Menu-link::after {
  content: attr(href);
  color: #fff;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.Menu-link:hover::before {
  right: 0;
}
.Menu-link:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search_smp{
  padding:10px 0 10px 40px;
  height: 40px;
  background-color: #FFF;
  border-bottom: 1px solid #ededed;
  display: block;
}
.search_smp form{
  text-align: left;
}
.search_box{
font-size: 12px;
  width: 78%;
  margin-right: 10px;
  background-color: #FFF;
  border: 1px solid #bdbdbd;
  height: 30px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
            border-radius: 0px;  
}
/*---- SP start ----*/
@media(max-width:960px){
  .MenuContainer {
  top: 0;
  display: block;
}
.Menu-link::after {
  content: attr(none);
}
.search_smp{
  padding:10px 0 10px 40px;
  height: 40px;
  background-color: #FFF;
  border-bottom: 1px solid #ededed;
  display: block;
}
.search_smp form{
  text-align: left;
}
.search_smp input{

}
.search_box{
  font-size: 12px;
  width: 78%;
  margin-right: 10px;
  background-color: #FFF;
  border: 1px solid #bdbdbd;
  height: 30px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
            border-radius: 0px;  
}
  }
  /*---- TB start ----*/
@media(max-width:960px) and (min-width:641px){
  .search_smp{
  padding:10px 0 10px 40px;
  height: 40px;
  background-color: #FFF;
  border-bottom: 1px solid #ededed;
  display: block;
}
.search_smp form{
  text-align: left;
}
.search_smp input{

}
.search_box{
  font-size: 12px;
  width: 78%;
  margin-right: 10px;
  background-color: #FFF;
  border: 1px solid #bdbdbd;
  height: 30px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
}
  /*---- TB END ----*/

  *{
    margin:0;
    padding:0;
    list-style:none;
}
/**/

ul.sub li{
  background-color: #FFF;
  border-right: 1px solid #ccc !important;
}
ul.sub li:first-child{
  border-left: 1px solid #ccc !important;
}

ul.sub ul.sub li{
  border-right: 1px solid #ccc !important;
  border-left: none !important;
}
ul.sub,
ul.sub ul.sub{
    display:none;
}
 
ul.sub li ul.sub{
    position:absolute;
    top:0;
    left:139px;
}
 
 
 
/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
 
/*clearfix*/