@media (max-width: 1024px) {
  h3 {
    font-weight: normal;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
  }

  .reward-area {
    border-bottom: 1px solid #000000;
    height: auto;
    width: 100vw;
  }

  .reward-title {
    font-family: 'Oswald', sans-serif;
    font-size: 6.13vw;
    font-weight: normal;
    letter-spacing: calc(8 / 1200 * 100vw);
    margin-top: 3rem !important;
    opacity: 1;
    position: relative;
    text-align: center;
  }

  .reward-sub-title {
    font-size: 2.67vw;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    top: -2vw;
  }

  .app-area {
    height: 8vw;
  }

  .app-1st,
  .app-2nd,
  .app-3rd {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
  }

  .app-img {
    height: 7.5vw;
    width: auto;
  }

  .app-img-for-tiktok,
  .app-img-for-palmu {
    position: relative;
    right: 5px;
    height: 5.5vw;
  }

  .app-title {
    color: black;
    font-family: 'Oswald', sans-serif;
    font-size: 3vw;
    font-weight: normal;
    letter-spacing: calc(8 / 1200 * 100vw);
    opacity: 1;
    position: relative;
  }

  .selected {
    background: #e87372;
    border-radius: 70%;
    bottom: 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }

  .tab-group {
    display: flex;
    justify-content: center;
  }

  .tab {
    cursor: pointer;
    flex-grow: 1;
    list-style: none;
    padding: 5px;
    text-align: center;
  }

  .panel-group {
    height: auto;
  }

  .panel {
    display: none;
  }

  .tab.is-active {
    /* tabを上書きして発火させます */
    border-bottom: 0;
    transition: all 0.2s ease-out;
  }

  .tab:not(.is-active) {
    background-color: #00000033;
  }

  .panel.is-show {
    /* panelを上書きしてこれだけ表示させます */
    display: block;
  }

  .time-area,
  .fixed-area,
  .royalty-area {
    margin: auto;
    position: relative;
    text-align: left;
  }

  .ichinana-area,
  .pococha-area {
    margin: auto;
    position: relative;
    text-align: left;
  }

  .time-title,
  .fixed-title {
    background: linear-gradient(transparent 40%, #f5f858 0%);
    font-size: 4vw;
    width: 10vw;
  }

  .royalty-title {
    background: linear-gradient(transparent 40%, #f5f858 0%);
    font-size: 4vw;
    width: 18vw;
  }

  .pococha-title {
    background: linear-gradient(transparent 40%, #f5f858 0%);
    font-size: 4vw;
    width: 58vw;
  }

  .reward-detail {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }

  a.reward-detail-link:link,
  a.reward-detail-link:visited,
  a.reward-detail-link:hover,
  a.reward-detail-link:active {
    border-bottom: 1px solid #7171f6;
    color: #7171f6;
    font-size: 0.8rem;
  }

  a.pococha-link:link,
  a.pococha-link:visited,
  a.pococha-link:hover,
  a.pococha-link:active {
    color: #7171f6;
  }

  .hover {
    display: inline-block;
    position: relative;
    text-decoration: none;
  }

  .hover::after {
    background: #e87372;
    border-radius: 70%;
    bottom: 0;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: -1;
  }

  .hover:hover {
    cursor: pointer;
  }

  .hover:hover::after {
    width: 100%;
  }

  .app-list-area {
    height: auto;
    margin-bottom: 7vw;
    padding-top: 3rem;
  }

  .app-list-description {
    font-size: 4vw;
  }

  .app-list {
    margin: 1.4rem 0;
  }

  .app-logo {
    height: 4rem;
    padding: 0 0.7rem;
  }

  .app-logo-clubbing {
    height: calc(4rem * 0.76) !important;
    margin-top: 1rem;
  }

  .each-app-reward {
    font-size: 1rem;
    line-height: 1.3;
    max-width: 83.333333%;
  }
}
