@charset "UTF-8";

body {
    font-family: "Federo","Hiragino Mincho ProN" sans-serif;
    font-size: 25px;
  }
  .shoppage div {
    display: flex;
    list-style: none;
  }

  .shoppage header {
    flex-basis: 26%;
    padding: 40px 15px;
    background-color: rgba(137, 43, 226, 0.089);
  }

  .shoppage header img {
    background-color: #ffffff;
    display: block;
    padding: 2px;
    border-radius: 5%;
  }


  .shoppage header div {
      display: flex;
      justify-content: center;
      margin-top: 50px;
  }

  .shoppage nav {
      margin: 110px 60px 20px;
  }

  .shoppage main {
    flex-basis: 56%;
    margin-top: 70px;
  }

  div {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    }

    .Federo {
      font-family: "Federo", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
    }

    .shop-list {
      display: flex;
      flex-wrap: wrap;
      max-width: 840px;
      margin: 100px auto;
      justify-content: space-evenly;
    }

    .shop-list li {
      flex-basis: 38%;
    }

    .iichi {
        border: 1px solid rgba(137, 43, 226, 0.199);
        text-align: center;
        max-width: 220px;
        padding-top: 15px;

    }

    footer {
        font-family: "Federo", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        max-width: 1280px;
        margin: 0px auto;
        padding: 40px;
        text-align: center;
      }