@charset "UTF-8";
:root {
  --html-font-size: 6vw;
}

@media screen and (min-width: 430px) {
  html:has(#aniv) {
    position: relative;
  }
  html:has(#aniv)::before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(48, 4, 4, 0.8);
    background-image: url(../img/title.webp);
    background-size: cover;
    background-blend-mode: darken;
    background-position: center top;
    filter: blur(8px);
    transform: scale(1.1);
  }
  html:has(#aniv) body {
    position: relative;
    max-width: 430px;
    flex-basis: 430px;
    background-color: white;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
    z-index: 1;
  }
}
#aniv {
  container-type: inline-size;
  background-color: #ffd803;
}
#aniv * {
  all: unset;
  display: block;
  box-sizing: border-box;
  line-height: 1.5;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25cqw;
}
#aniv img {
  max-width: 100%;
  height: auto;
}
#aniv a {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#aniv > .aniv-sec > .aniv-wrap {
  position: relative;
  padding: 6.25cqw 6.25cqw 10cqw;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-ico {
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1/1;
  width: 23.125cqw;
}
#aniv > .aniv-sec > .aniv-wrap > h2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 3.75cqw;
  font-weight: bold;
}
#aniv > .aniv-sec > .aniv-wrap > h2 > span {
  text-align: center;
}
#aniv > .aniv-sec > .aniv-wrap > h2 > span > b {
  display: inline;
  font-size: inherit;
}
#aniv > .aniv-sec > .aniv-wrap > figure {
  background-color: #ffffff;
}
#aniv > .aniv-sec > .aniv-wrap > figure > figcaption {
  position: relative;
  padding: 1.875cqw 0 1.5cqw;
  background-color: #db1f20;
  color: #ffffff;
  font-size: 3cqw;
  text-align: center;
  font-weight: bold;
}
#aniv > .aniv-sec > .aniv-wrap > figure > figcaption::after {
  position: absolute;
  bottom: -2.375cqw;
  right: 0;
  left: 0;
  content: "";
  aspect-ratio: 90/96;
  width: 3.75cqw;
  margin: auto;
  background-image: url(../img/ico_triangle.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#aniv > .aniv-sec > .aniv-wrap > figure > .group {
  position: relative;
  width: 87.5cqw;
  min-height: 33.75cqw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aniv > .aniv-sec > .aniv-wrap > figure > .group::before {
  content: "QuickPoint";
  font-weight: 900;
  font-size: 12.5cqw;
  color: rgba(219, 31, 32, 0.1);
}
#aniv > .aniv-sec > .aniv-wrap > figure > .group > img {
  position: absolute;
  width: 100%;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 706/110;
  background-image: url(../img/btn_primary.webp);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  color: #ffffff;
  font-size: 6cqw;
  line-height: 1;
  text-shadow: 0 0.375cqw 0.75cqw rgba(34, 34, 34, 0.5);
  transition: transform 0.2s;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:hover {
  transform: scale(1.05);
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2.875cqw;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-post, .-get) {
  opacity: 1 !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-post, .-get):hover {
  transform: scale(1.05) !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-post, .-get)::before {
  backdrop-filter: unset !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-posted, .-getted) {
  opacity: 0.5 !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-posted, .-getted):hover {
  transform: unset !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn:is(.-posted, .-getted)::before {
  backdrop-filter: grayscale(100%) !important;
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn.-get {
  background-image: url(../img/btn_secondary.webp);
  animation: get 0.3s ease-out 0s infinite alternate both;
}
@keyframes get {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
#aniv > .aniv-sec > .aniv-wrap > .aniv-btn.-getted {
  animation: unset;
}
#aniv > .aniv-sec.-hero > .aniv-wrap {
  padding: unset;
}
#aniv > .aniv-sec.-hero > .aniv-wrap > .aniv-read {
  padding: 3.75cqw 6.25cqw;
  background-image: url("../img/bg_read.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-weight: bold;
  font-size: 3.75cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > h2 > span:nth-of-type(1) {
  font-size: 3cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > h2 > span:nth-of-type(2) {
  font-size: 4.75cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > h2 > span > b {
  color: #db1f20;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > figure {
  margin-bottom: 2.5cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > figure > .group > img:nth-of-type(1) {
  left: -100%;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > figure > .group > img:nth-of-type(2) {
  right: -100%;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(1) {
  animation: aniv_sec01_b 0.2s ease-out 0.8s 1 normal forwards;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(2) {
  animation: aniv_sec01_a 0.4s ease-out 0s 1 normal forwards;
}
@keyframes aniv_sec01_b {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes aniv_sec01_a {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > h3 {
  font-weight: bold;
  text-align: center;
  color: #db1f20;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > p {
  margin-bottom: 2.5cqw;
  font-weight: bold;
  text-align: center;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25cqw 0;
  margin-bottom: 2.5cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 32%;
  padding: 2cqw;
  border: 0.75cqw dotted #fd9100;
  background-color: #ffffff;
  font-family: Ozward;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li.-posted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ico_twok.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.95;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li.-end:not(.-posted)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "終了";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  color: #ffffff;
  font-weight: bold;
  font-size: 5cqw;
  text-shadow: 0 0 0.75cqw rgba(0, 0, 0, 0.8);
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li.-current::after {
  position: absolute;
  top: -4.875cqw;
  left: -2.75cqw;
  content: "";
  background-image: url(../img/ico_current.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 73/80;
  width: 9.125cqw;
  animation: koko 0.3s ease-out 0s 10 alternate both;
}
@keyframes koko {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
  }
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li[data-twp="90"] {
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li[data-twp="90"] > span.title {
  width: 50%;
  margin: 0 0 0 1.5cqw;
  background-color: unset;
  color: #fd9100;
  text-align: unset;
  font-size: 5cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li[data-twp="90"] > span:is(.date-start, .date-end) {
  width: 60%;
  font-size: 8.125cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li[data-twp="90"] > span:is(.date-start, .date-end) > span {
  font-size: 4.25cqw !important;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span {
  width: 100%;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span.title {
  background-color: #fd9100;
  color: #ffffff;
  font-size: 3.5cqw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span.title > span {
  display: inline;
  font-size: 5.75cqw;
  color: inherit;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span:is(.date-start, .date-end) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1cqw;
  font-size: 5cqw;
  font-weight: bold;
  letter-spacing: -0.375cqw;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span:is(.date-start, .date-end) > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  background-color: #fd9100;
  color: #ffffff;
  font-size: 2.875cqw;
  font-weight: bold;
  border-radius: 100%;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-period > li > span.date-start::after {
  content: "";
  aspect-ratio: 22/21;
  width: 2.75cqw;
  background-image: url(../img/ico_cursor.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-btn:not(.-login) {
  opacity: 0.5;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-btn:not(.-login):hover {
  transform: unset;
}
#aniv > .aniv-sec.-sec1 > .aniv-wrap > .aniv-btn:not(.-login)::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2.875cqw;
  backdrop-filter: grayscale(100%);
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap {
  background-color: #ffffff;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > .aniv-ico {
  transform: rotateZ(-90deg);
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > h2 > span:nth-of-type(1) {
  font-size: 5.25cqw;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > h2 > span > b {
  color: #fd9100;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure {
  margin-bottom: 5cqw;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure > .group {
  min-height: 38.25cqw;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure > .group > img:nth-of-type(1) {
  bottom: -100%;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure > .group > img:nth-of-type(2) {
  right: -100%;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(1) {
  animation: aniv_sec02_b 0.2s ease-out 0s 1 normal forwards;
}
#aniv > .aniv-sec.-sec2 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(2) {
  animation: aniv_sec02_a 0.2s ease-out 0.8s 1 normal forwards;
}
@keyframes aniv_sec02_b {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes aniv_sec02_a {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > h2 > span:nth-of-type(1) {
  font-size: 4.5cqw;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > h2 > span:nth-of-type(2) {
  font-size: 5.25cqw;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > h2 > span > b {
  color: #db1f20;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure {
  margin-bottom: 2.5cqw;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > figcaption {
  font-size: 3.75cqw;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > .group {
  min-height: 38.25cqw;
  width: 100%;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > .group > img:nth-of-type(1) {
  top: -100%;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > .group > img:nth-of-type(2) {
  bottom: -100%;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(1) {
  animation: aniv_sec03_b 0.2s ease-out 0.8s 1 normal forwards;
  animation-range: entry 30% cover 50%;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > figure > .group.-anim > img:nth-of-type(2) {
  animation: aniv_sec03_a 0.2s ease-out 0s 1 normal forwards;
  animation-range: entry 30% cover 50%;
}
@keyframes aniv_sec03_b {
  from {
    top: -100%;
  }
  to {
    top: 0%;
  }
}
@keyframes aniv_sec03_a {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > .aniv-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5cqw;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > .aniv-group > .aniv-item {
  display: flex;
  flex-direction: column;
  gap: 2.25cqw;
  width: 48%;
  font-weight: bold;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > .aniv-group > .aniv-item:nth-of-type(1) > h4 {
  background-color: #db1f20;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > .aniv-group > .aniv-item:nth-of-type(2) > h4 {
  background-color: #222222;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > .aniv-group > .aniv-item > h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25cqw 0;
  border-radius: 300px;
  color: #ffffff;
}
#aniv > .aniv-sec.-sec3 > .aniv-wrap > ul {
  margin-bottom: 5cqw;
  font-size: 3cqw;
}

.aniv_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  color: #222222;
  opacity: 0;
  visibility: hidden;
}
.aniv_modal.-show {
  opacity: 1;
  visibility: visible;
}
.aniv_modal * {
  font-family: "Noto Sans JP", sans-serif;
}
.aniv_modal_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
}
.aniv_modal_container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px 0;
  width: min(88%, 320px);
  margin: 0 16px;
  padding: 32px 16px;
  border-radius: 16px;
  background-color: #ffffff;
}
.aniv_modal_container > p > span {
  font-weight: bold;
  color: #db1f20;
}
.aniv_modal_container > p > span:nth-of-type(1) {
  margin-left: 0.2em;
  font-size: 2em;
}
.aniv_modal_container > p > span:nth-of-type(2) {
  margin-right: 0.2em;
}
.aniv_modal_container > button {
  cursor: pointer;
}/*# sourceMappingURL=campaign.css.map */