@media only screen and (max-width: 767px) {
  .menu {
    display: none;
    box-shadow: inset 0px 10px 10px -10px rgba(8, 8, 9, 0.15);
    width: 100%;
    height: 100%;
    background-color: #e1e6ef;
    opacity: 0.94;
    position: fixed;
    left: 0;
    z-index: 10;
    overflow: scroll;
  }
  .menu.active {
    display: block;
  }
  .menu .menuInner {
    padding: 10.9375% 7.8125% 31.25%;
  }
  .menu .menuInner ul {
    margin-bottom: 12.5%;
  }
  .menu .menuInner li {
    width: 100%;
    background: url("../img/sp/anchor.png") right center no-repeat;
    padding: 6.25% 0;
    border-bottom: solid 1px #5078b4;
  }
  .menu .menuInner li a {
    display: block;
  }
  .menu .menuInner li img {
    width: 74.53125%;
  }
  .menu .menuInner .menu__toSoka {
    text-align: center;
  }
  .menu .menuInner .menu__toSoka img {
    width: 59.375%;
  }
}

@media only screen and (min-width: 768px) {
  .menu {
    width: 855px;
    margin: auto;
    height: 100%;
    border-bottom: 2px solid #7dd8eb;
  }
  .menu ul {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .menu ul {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .menu li {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    vertical-align: top;
  }
  .menu li:not(:first-child) {
    padding-left: 30px;
    margin-left: 17px;
  }
  .menu li:not(:last-child):after {
    content: '';
    height: 18px;
    width: 1px;
    border-left: dotted 1px #000;
    position: absolute;
    right: -30px;
    top: 8px;
  }
  .menu li a {
    background: url("../img/menu_anchor.png") right center no-repeat;
    background-size: 11px 6px;
    padding-right: 23px;
    display: block;
  }
  .menu li.header__toHome {
    margin-top: 10px;
    padding-right: 3px;
  }
  .menu li.header__toHome:after {
    top: 13px;
  }
  .menu li.header__toHome a {
    background: none;
    display: block;
    padding-right: 0;
  }
  .menu li.header__toHome img {
    width: 84px;
  }
  .menu li:nth-child(2) {
    padding-left: 36px;
  }
  .menu li:nth-child(2) img {
    width: 117px;
  }
  .menu li:nth-child(3) {
    padding-left: 36px;
  }
  .menu li:nth-child(3):after {
    right: -17px;
  }
  .menu li:nth-child(3) img {
    width: 54px;
  }
  .menu li:nth-child(4) {
    padding-left: 25px;
  }
  .menu li:nth-child(4) img {
    width: 66px;
  }
  .menu li:nth-child(5) img {
    width: 77px;
  }
  .menu li:nth-child(6) img {
    width: 67px;
  }
}

@media screen and (max-width: 1052px) and (min-width: 768px) {
  .header__share {
    top: 85px;
  }
}
