@media only screen and (max-width: 767px) {
  /* custome sp
  =================================================================== */
  .customeSection {
    padding-bottom: 50px; }
    .customeSection .customeSection__list {
      margin-right: -12px;
      margin-bottom: 5px; }
      .customeSection .customeSection__list li {
        width: calc(50% - 12px);
        margin-right: 12px;
        margin-bottom: 18px; }
        .customeSection .customeSection__list li .customeSection__list--image {
          height: auto;
          padding-top: 100%;
          position: relative;
          margin-bottom: 4px; }
          .customeSection .customeSection__list li .customeSection__list--image span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%; }
        .customeSection .customeSection__list li .customeSection__list--name {
          font-size: 10px; }
    .customeSection .customeSection__page li {
      width: 30px;
      height: 30px;
      line-height: 28px;
      margin: 0 3px; } }
