@media only screen and (max-width: 767px) {
  @-webkit-keyframes linkAnime {
    0% {
      -webkit-transform: scaleX(1); }
    50% {
      -webkit-transform: scaleX(0); }
    100% {
      -webkit-transform: scaleX(1); } }
  @keyframes linkAnime {
    0% {
      transform: scaleX(1); }
    50% {
      transform: scaleX(0); }
    100% {
      transform: scaleX(1); } }
  /* top sp
  =================================================================== */
  .detail__link {
    height: 24px; }

  .topSection {
    width: 100%;
    height: 222px;
    margin: 45px auto 0;
    border-radius: 0; }
    .topSection ul li.boy {
      background: url(../img/top/top__boy--sp.png) no-repeat center center;
      background-size: 100% auto;
      width: 190px;
      height: 199px; }
    .topSection ul li.women {
      width: 190px;
      height: 209px;
      background: url(../img/top/top__women--sp.png) no-repeat center center;
      background-size: 100% auto; }
    .topSection ul li.men {
      width: 203px;
      height: 214px;
      background: url(../img/top/top__men--sp.png) no-repeat center center;
      background-size: 100% auto; }
    .topSection .topSection__text {
      width: 144px;
      height: 24px;
      bottom: 12px; }

  .itemSection {
    margin-bottom: 46px; }

  .conceptSection {
    padding-top: 42px;
    height: 406px;
    margin-bottom: 28px; }
    .conceptSection p {
      font-size: 12px;
      margin-bottom: 17px; }

  .shopSection {
    margin-bottom: 50px; }
    .shopSection .shopSection__info {
      width: 100%;
      float: none; }
      .shopSection .shopSection__info:first-of-type {
        margin-right: 0;
        margin-bottom: 30px; }
      .shopSection .shopSection__info .shopSection__info--name {
        font-size: 12px;
        margin-bottom: 4px; }
      .shopSection .shopSection__info .shopSection__info--image {
        margin-bottom: 5px; }
      .shopSection .shopSection__info .shopSection__info--container {
        font-size: 9px; }
        .shopSection .shopSection__info .shopSection__info--container .shopSection__info--address {
          margin-bottom: 6px; }
        .shopSection .shopSection__info .shopSection__info--container .shopSection__info--map {
          background: url(../img/top/icon__map--sp.png) no-repeat center center;
          background-size: 100% auto;
          width: 74px;
          height: 16px; }
        .shopSection .shopSection__info .shopSection__info--container .shopSection__info--detail li {
          margin-bottom: 4px; }
          .shopSection .shopSection__info .shopSection__info--container .shopSection__info--detail li dt {
            width: 44px; }
          .shopSection .shopSection__info .shopSection__info--container .shopSection__info--detail li dd {
            margin-left: 44px; } }
@media only screen and (max-width: 359px) {
  .conceptSection p {
    letter-spacing: 0; } }
