body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
header{
 background: #fff;
}
header a {
 color: #222;
}
header a:hover {
 color: #cf0201;
}
ul#top_bar {
 text-align: right;
 border-bottom: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
 ul#top_bar {
  display: none;
 }
}
ul#top_bar li {
 display: inline-block;
 margin-right: 24px;
 height: 40px;
 line-height: 40px;
 line-height: 40px;
}
/**********************
navi
**********************/
.menu_area {
 border-bottom: 1px solid #eee;
 position: relative;
}
@media only screen and (max-width: 768px) {
 .menu_area {
  margin: 5px 0 0 0;
 }
}
.header_logo {
 position: absolute;
 left: 24px;
 top: 10px;
 display: block;
 width: 180px;
}
@media only screen and (max-width: 960px) {
 .header_logo {
  position: relative;
 }
}
@media only screen and (max-width: 768px) {
 .header_logo {
  position: absolute;
 }
}
#nav-toggle {
 display: none;
}
@media only screen and (max-width: 768px) {
 #nav-toggle {
  float: right;
  display: block;
  background: url("../images/nav-toggle.svg") no-repeat right 10px top 10px;
  background-size: 40px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  transition: none;
 }
 #nav-toggle.MenuActive {
  background: url("../images/nav-toggle_close.svg") no-repeat right 10px top 10px;
  background-size: 40px;
 }
}
.menu {
 height: 60px;
 display: table;
 float: right;
 border-collapse: separate;
 border-spacing: 24px 0;
}
@media only screen and (max-width: 960px) {
 .menu {
  float: none;
 }
}
.menu > li {
 display: table-cell;
 height: 60px;
 line-height: 60px;
}

.menu > li a {
 display: block;
}
.menu > li:hover {
 color: #cf0201;
 transition: all .5s;
}
.menu > li.top_bar_sp {
 display: none;
}
@media only screen and (max-width: 768px) {
 .menu > li.top_bar_sp {
  display: block;
 }
}
ul.menu__second-level {
 visibility: hidden;
 opacity: 0;
 z-index: 1;
}
.menu__second-level li {
 height: 48px;
 line-height: 48px;
}
.menu__second-level li a {
 padding: 0 16px;
}

@media only screen and (max-width: 768px) {
 .menu {
  float: none;
  max-width: auto;
  height: 100vh;
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
  background: #eee;
  display: none;  
 }
 .menu > li {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  border-left: none;
  border-bottom: 1px solid #aaa;
 }
 .menu > li:last-child {
  border-bottom: none;
 }
 .menu > li:first-child {
  border-bottom: 1px solid #aaa;
 }
 .menu > li a {
  display: block;
  padding: 0 16px;
 }
 ul.menu__second-level {
  visibility: visible;
  opacity: 1;
  margin-left: 30px;
 }
 .menu > li:hover {
  background: none;
  -webkit-transition: none;
  transition: none;
 }
 .menu__second-level li a {
  border-top: 1px dotted #aaa;
  padding: 0 16px;
 }
}
/* 下矢印 */
.init-bottom {
 display: block;
 cursor: pointer;
}
.init-bottom:after {
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 margin: 0 0 3px 10px;
 border-right: 2px solid #666;
 border-bottom: 2px solid #666;
 transform: rotate(45deg);
}
.menu > li:hover .init-bottom:after {
 border-right: 2px solid #cf0201;
 border-bottom: 2px solid #cf0201;
}
@media only screen and (max-width: 768px) {
 .init-bottom {
  padding: 0 16px;
  background: url("../images/link_bl_dwn.png") no-repeat right 10px center;
 }
 .init-bottom:after {
  content: none;
  border-right: none;
  border-bottom: none;
 }
 .init-bottomActive {
  background: url("../images/link_bl_close.png") no-repeat right 10px center;
 }
}
/* プルダウン */
li.menu__mega{
 position: relative;
}
li.menu__mega ul.menu__second-level {
 position: absolute;
 top: 60px;
 left: -18px;
 width: 240px;
 box-sizing: border-box;
 background: #fff;
 transition: all .2s ease;
 text-align: left;
 padding-bottom: 8px;
 box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.6);
}
li.menu__mega:hover ul.menu__second-level {
 top: 60px;
 visibility: visible;
 opacity: 1;
}
/* プルダウン W100％ */
li.menu__mega.menu_product{
 position: inherit;
}
li.menu__mega.menu_product > ul.menu__second-level {
 position: absolute;
 top: 60px;
 left: 0;
 width: 100%;
 text-align: center; 
 padding: 24px 0;
}

@media only screen and (max-width: 1060px) {
 li.menu__mega.menu_product > ul.menu__second-level {
 text-align: left; 
}
}

li.menu__mega.menu_product > ul.menu__second-level > li {
 height: auto;
 line-height: normal;
 display: inline-block;
 margin: 24px;
 vertical-align: top;
 text-align: left;
}

li.menu__mega.menu_product > ul.menu__second-level > li a{
 padding: 0;
}

li.menu__mega.menu_product > ul.menu__second-level > li h2{
 margin-bottom: 24px;
}

li.menu__mega.menu_product > ul.menu__second-level > li h2 a{
 font-size: 16px;
 background: url("../images/ico_right_red.svg") no-repeat right center;
 background-size: 20px;
 padding: 0 32px 0 0;
 display: inline;
}

li.menu__mega.menu_product > ul.menu__second-level li img{
 width: 220px;
}

li.menu__mega.menu_product > ul.menu__second-level > li h3{
 color: #222;
 border-left: 5px solid #cf0201;
 padding-left: 8px;
 font-size: 16px;
 margin-top: 16px;
}

li.menu__mega.menu_product > ul.menu__second-level > li > ul > li{
 display: inline-block;
 margin-right: 24px;
}

li.menu__mega.menu_product > ul.menu__second-level > li > ul > li a:before {
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 margin: 0 10px 3px 0;
 border-right: 2px solid #cf0201;
 border-bottom: 2px solid #cf0201;
 transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
 li.menu__mega ul.menu__second-level {
  position: relative;
  top: 0;
  left: 0;
  box-sizing: inherit;
  width: auto;
  -webkit-transition: none;
  transition: none;
  background: none;
  display: none;
  box-shadow: none;
 }
 li.menu__mega:hover ul.menu__second-level {
  top: 0;
  visibility: visible;
  opacity: 1;
 }
 li.menu__mega ul.menu__second-level > li {
  border: none;
 }
 
}