/*******************
上部メニュー表示追加
*******************/
@media screen and (min-width: 600px){
  .p-top-logo{display:none;}
  .subnav{display:none;}
  .p-product-body__share-buttons {
    float: right!important;
}
}
@media screen and (max-width: 599px){
.p-top-logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
    box-shadow: 0px 3px 3px 0px rgba(221, 221, 221, 0.35);
      position: relative;
}
.socialicon {
    position: absolute;
    top: 12px;
}
.p-top-logo img {
    width: 120px;
}

.subnav li {
    float: left;
    font-size: 9px;
    list-style: none;
    width: 20%;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.subnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.subnav li a {
    color: #000;
    width: 100%;
    display: block;
    text-decoration: none;
    line-height: 120%;
}
.subnav i {
    display: block;
    font-size: 15px;
    padding-bottom: 3px;
  color: #3c3b39;
}
  .c-topic-path {
    padding-top: 30px;
}
label.sp-global-header__unit.open-drawer-nav {
    position: absolute;
    top: 7px;
    border-right: transparent;
    width: 58px;
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    left: 0px;
}

label.sp-global-header__unit.open-search-form {
    /* display: none; */
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 12px;
    width: 100px;
    font-weight: normal;
    height: 25px;
}
a.sp-global-header__unit {
    display: none;
}

div#pagetop wrap {
    padding-top: 0px!important;
}

label.sp-global-header__unit.open-drawer-nav span {
    font-size: 8px;
}
}
.p-product-body__share-buttons {
    display: block;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    float: right;
}