@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}
img {
  display: block;
  width: 100%;
}

.wrapper {
  min-width: auto;
}

.wrapper .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper .content {
    row-gap: calc(64 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content {
    margin: 0 calc(18 / 430 * 100vw);
    row-gap: calc(32 / 430 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .text-image {
    width: calc(1110 / 1920 * 100vw);
    margin: calc(128 / 1920 * 100vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .text-image {
    width: 100vw;
    margin: calc(80 / 430 * 100vw) calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .kv h1 {
    transform: scale(1.01);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .kv .text-bg {
    display: flow-root;
    background-color: #7c2a46;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .kv .text-bg .text-image-kv {
    width: calc(847 / 1920 * 100vw);
    margin: calc(18 / 1920 * 100vw) auto;
  }
}
.wrapper .wave {
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .wrapper .wave {
    position: relative;
    width: calc(1920 / 1920 * 100vw);
  }
  .wrapper .wave.reward {
    margin-top: calc(148 / 1920 * 100vw);
  }
  .wrapper .wave.vote {
    margin-top: calc(128 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wave {
    margin-top: calc(80 / 430 * 100vw);
  }
}
.wrapper .reward {
  background-image: url("../../assets/images/flavor/pcsp_reward_bg_texture.png");
  background-color: #f6eedf;
  background-blend-mode: soft-light;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper .reward {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .reward {
    display: flow-root;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .reward .fade {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .wrapper .reward .fade::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(280 / 1920 * 100vw);
    height: 100%;
    background: url(../../assets/images/flavor/pc_reward_bg_fade.png) left
      top/100% calc(1080 / 1920 * 100vw) repeat-y #f6eedf;
    background-blend-mode: soft-light;
    opacity: 0.7;
    pointer-events: none;
  }
  .wrapper .reward .fade::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(280 / 1920 * 100vw);
    height: 100%;
    transform: scaleX(-1);
    background: url(../../assets/images/flavor/pc_reward_bg_fade.png) right
      top/100% calc(1080 / 1920 * 100vw) repeat-y #f6eedf;
    background-blend-mode: soft-light;
    opacity: 0.7;
    pointer-events: none;
  }
}
.wrapper .reward > *:not(.fade) {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrapper .reward .banner {
    width: calc(1080 / 1920 * 100vw);
    margin: 0 auto;
  }
}
.wrapper .reward p {
  color: #7c2a46;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wrapper .reward p {
    font-size: calc(42 / 1920 * 100vw);
    line-height: calc(64 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .reward p {
    font-size: calc(24 / 430 * 100vw);
    line-height: calc(16 / 430 * 100vw);
  }
}
.wrapper .vote {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper .vote .beans {
    position: absolute;
  }
  .wrapper .vote .beans.left {
    transform: rotate(13.46deg);
    width: calc(151 / 1920 * 100vw);
    margin: calc(1014.24 / 1920 * 100vw) 0 0 calc(26 / 1920 * 100vw);
  }
  .wrapper .vote .beans.right {
    transform: rotate(7.95deg);
    width: calc(201.56 / 1920 * 100vw);
    margin: calc(157.05 / 1920 * 100vw) 0 0 calc(1711 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .beans {
    display: none;
  }
}
.wrapper .vote .text-flavor {
  color: #7c2a46;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.028em;
}
@media screen and (min-width: 768px) {
  .wrapper .vote .text-flavor {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .text-flavor {
    font-size: calc(18 / 430 * 100vw);
    line-height: calc(29 / 430 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .text-flavor br .pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .text-flavor br .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .text-flavor br .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .text-flavor br .sp {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .flavor {
    width: calc(1440 / 1920 * 100vw);
    margin: 0 calc(240 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .btn {
    width: calc(726 / 1920 * 100vw);
    margin: 0 calc(597 / 1920 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .terms {
    width: calc(1080 / 1920 * 100vw);
    margin: calc(64 / 1920 * 100vw) calc(420 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms {
    width: calc(394 / 430 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms .text-image-terms {
    width: calc(314 / 430 * 100vw);
    margin: calc(32 / 430 * 100vw) calc(40 / 430 * 100vw) 0;
  }
}
.wrapper .vote .terms .box {
  overflow-y: hidden;
  border-radius: 12px;
  color: #7c2a46;
}
@media screen and (min-width: 768px) {
  .wrapper .vote .terms .box {
    width: calc(1080 / 1920 * 100vw);
    margin-top: calc(32 / 1920 * 100vw);
    border: 2px solid currentcolor;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms .box {
    width: calc(394 / 430 * 100vw);
    margin-top: calc(32 / 430 * 100vw);
    border: 1px solid currentcolor;
  }
}
.wrapper .vote .terms .box .text {
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .wrapper .vote .terms .box .text {
    height: calc(520 / 1920 * 100vw);
    padding: calc(48 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    line-height: calc(36 / 1920 * 100vw);
    letter-spacing: 0.028em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms .box .text {
    height: calc(390 / 430 * 100vw);
    padding: calc(12 / 430 * 100vw);
    font-size: calc(14 / 430 * 100vw);
    line-height: calc(24 / 430 * 100vw);
    letter-spacing: 0.007em;
  }
}
.wrapper .vote .terms .box .text .bold {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wrapper .vote .terms .box .text .bold.special {
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms .box .text .bold.special {
    font-size: calc(24 / 430 * 100vw);
    line-height: calc(48 / 430 * 100vw);
    letter-spacing: 0.028em;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .vote .terms .box .text .newline {
    margin-bottom: calc(36 / 1920 * 100vw);
  }
  .wrapper .vote .terms .box .text .newline.special {
    margin-bottom: calc(64 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .vote .terms .box .text .newline {
    margin-bottom: calc(24 / 430 * 100vw);
  }
  .wrapper .vote .terms .box .text .newline.special {
    margin-bottom: calc(64 / 430 * 100vw);
  }
}
.wrapper .history {
  background-image: url("../../assets/images/flavor/pcsp_reward_bg_texture.png");
  background-color: #f6eedf;
  background-blend-mode: soft-light;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .wrapper .history .fade {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .wrapper .history .fade::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(280 / 1920 * 100vw);
    height: 100%;
    background: url(../../assets/images/flavor/pc_reward_bg_fade.png) left
      top/100% calc(1080 / 1920 * 100vw) repeat-y #f6eedf;
    background-blend-mode: soft-light;
    opacity: 0.7;
    pointer-events: none;
  }
  .wrapper .history .fade::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(280 / 1920 * 100vw);
    height: 100%;
    transform: scaleX(-1);
    background: url(../../assets/images/flavor/pc_reward_bg_fade.png) right
      top/100% calc(1080 / 1920 * 100vw) repeat-y #f6eedf;
    background-blend-mode: soft-light;
    opacity: 0.7;
    pointer-events: none;
  }
}
.wrapper .history > *:not(.fade) {
  position: relative;
  z-index: 1;
}
.wrapper .history h2 {
  transform: translateY(-9px);
}
.wrapper .history .rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrapper .history .rail {
    width: calc(1440 / 1920 * 100vw);
    margin: calc(148 / 1920 * 100vw) auto;
    row-gap: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .history .rail {
    width: calc(394 / 430 * 100vw);
    margin: calc(80 / 430 * 100vw) auto;
    row-gap: calc(64 / 430 * 100vw);
  }
}
.wrapper .history .rail .container {
  display: flex;
  width: revert;
  max-width: revert;
  margin: revert;
}
.wrapper .history .rail .container picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrapper .history .rail .container .year {
    position: sticky;
    top: 0;
    width: calc(420 / 1920 * 100vw);
    height: calc(161 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .history .rail .container .year {
    display: none;
  }
}
.wrapper .history .btn {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrapper .history .btn {
    width: calc(94 / 1920 * 100vw);
    margin: calc(160 / 1920 * 100vw) auto 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .history .btn {
    width: calc(94 / 430 * 100vw);
    margin: calc(64 / 430 * 100vw) auto 0;
  }
}
.wrapper .history::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .wrapper .history::after {
    height: calc(128 / 1920 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .wrapper .history::after {
    height: calc(80 / 430 * 100vw);
  }
}
