@media (min-width: 1025px) {
  main {
    left: 0;
    position: absolute;
    top: 7vw;
  }

  h3 {
    font-weight: normal;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
  }

  .reward-area {
    border-bottom: 2px solid #000000;
    height: 20rem;
    width: 100vw;
  }

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

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

  .app-area {
    height: 9vw;
  }

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

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

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

  .app-title {
    color: black;
    font-family: 'Oswald', sans-serif;
    font-size: 2.32vw;
    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: 100px;
  }

  .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,
  .ichinana-area,
  .pococha-area {
    margin: auto;
    position: relative;
    text-align: left;
  }

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

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

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

  .reward-detail {
    font-size: 1.41vw;
    line-height: 1.3;
  }

  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: 1.41vw;
  }

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

  .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: 2rem;
  }

  .app-list-description {
    font-size: 0.6rem;
  }

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

  .app-logo {
    height: 2.5rem;
    padding: 0 0.5rem;
  }

  .app-logo-clubbing {
    height: 1.9rem !important;
  }

  .each-app-reward {
    font-size: 0.4rem;
    line-height: 1.3;
  }

  .sp-show {
    display: none;
  }
}
