@charset "UTF-8";
/*毎ジャンくじコンポーネント*/
:root {
  --maijan_bg_color: #ded9c5;
}

/*リセット用*/
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ul,
main ol {
  margin: 0;
  padding: 0;
}

/*毎ジャンくじコンポーネント*/
.pt_maijan {
  background-color: #a87600;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  container-type: inline-size;
  container-name: maijan_container;
  max-width: 33rem;
}
@media screen and (max-width: 599px) {
  .pt_maijan {
    margin: 3rem auto 1rem;
  }
}
.pt_maijan #App__pt_maijan {
  min-height: 50.8rem;
  max-width: 33rem;
  margin: 0 auto;
}
.pt_maijan__footer {
  text-align: center;
  margin: 0 auto;
  max-width: 33rem;
  color: #6a4900;
  padding: 0.8rem;
}
.pt_maijan__footer_title {
  display: none;
}
.pt_maijan__footer_lead {
  font-size: var(--size_txt_xs);
  padding: 11.8rem 2rem 0 2rem;
  min-height: 6.6rem;
  text-align: left;
  background-image: url(/~/media/img/maijan/lottery/event/default/maijan_prize.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 27.3rem 11.2rem;
  color: #fff;
}
.pt_maijan__footer_link_register {
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  font-size: var(--size_txt_xs);
  white-space: nowrap;
  padding-right: 0.8rem;
  display: block;
  text-align: right;
}
.pt_maijan__footer_link_register:hover {
  color: var(--color_link_hover);
}
@container maijan_container (min-width: 720px) {
  .pt_maijan__footer_link_register {
    margin-top: 1em;
  }
}
.pt_maijan__footer_link_register::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-left: 0.4em;
}
.pt_maijan__content {
  position: relative;
  overflow: hidden;
  background: #a87600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  gap: 0;
}
.pt_maijan__content_left {
  background-color: var(--maijan_bg_color);
  background-image: url(/~/media/img/maijan/lottery/event/default/maijan_parts_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33rem;
  height: 30rem;
  position: relative;
  margin: auto;
  overflow: hidden;
}
@container maijan_container (min-width: 720px) {
  .pt_maijan__content_left {
    margin: 0;
  }
}
.pt_maijan__content_right {
  position: relative;
  width: 30rem;
  height: 19.5rem;
  margin-bottom: 1.5rem;
  background-color: #f2eee1;
  padding: 0.8rem 0;
}
.pt_maijan__content_right--index {
  text-align: center;
  font-size: var(--SN-Contents-Body-S-Font-size, 1.4rem);
  line-height: var(--SN-Line-height-L);
  letter-spacing: 0.28px;
  font-weight: var(--SN-Font-weight-Bd);
}
.pt_maijan__content_right--txt {
  text-align: center;
  font-size: var(--SN-Font-size-5);
  font-weight: 400;
  line-height: var(--SN-Line-height-L);
  letter-spacing: 0.24px;
}
.pt_maijan__content_right--limit {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: var(--SN-Line-height-S);
  letter-spacing: 0.24px;
}
.pt_maijan__content_balloon {
  position: relative;
}
.pt_maijan__content_balloon_inner {
  position: relative;
}
.pt_maijan__content_balloon_inner::before {
  content: "";
  white-space: pre;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  display: inline-block;
  background-color: #fff;
  border-radius: var(--radius_max);
  padding: 1.1rem 0;
  position: absolute;
  top: 8.55rem;
  left: 2.47rem;
  width: 18.2rem;
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_balloon_inner::before {
  content: "ログインして\a今すぐチャレンジ";
}
.pt_maijan__container.is_login .pt_maijan__content_balloon_inner::before {
  content: "好きなガラポンを\aクリックしてチャレンジ";
}
.pt_maijan__container.is_login .is_lottery_0 .pt_maijan__content_balloon_inner::before {
  content: "おめでとうございます！\aまたチャレンジしてね";
}
.pt_maijan__content_balloon_inner::after {
  content: "";
  position: absolute;
  border-width: 0.8rem 0.8rem 0.8rem;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent;
  top: 12.2rem;
  left: 18.8rem;
  transform: rotate(200deg);
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_login {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_login_link {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  width: 23.9rem;
  height: 5.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #16a085;
  border-radius: var(--radius_max);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_login_link:hover {
  filter: brightness(1.05);
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_login_link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.6rem;
}
.pt_maijan__container.is_login .pt_maijan__content_login {
  display: none;
}
.pt_maijan__content_garapon {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.3rem;
  display: flex;
  width: 90%;
  justify-content: center;
}
.pt_maijan__content_garapon_image {
  width: 8.4rem;
}
.pt_maijan__content_garapon_image img {
  width: 100%;
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_garapon_image {
  cursor: default;
  pointer-events: none;
}
.pt_maijan__container.is_login .pt_maijan__content_garapon_image {
  cursor: pointer;
}
.is_lottery_1 .pt_maijan__content_garapon {
  display: flex;
}
.is_lottery_1 .pt_maijan__content_garapon_image {
  position: relative;
}
.is_lottery_1 .pt_maijan__content_garapon_image img {
  transition: 0.5s;
}
.is_lottery_1 .pt_maijan__content_garapon_image img:hover {
  filter: brightness(1.1);
  transform: scale(1.1);
}
.is_lottery_1 .pt_maijan__content_garapon_image:hover::before {
  opacity: 1;
  transform: scale(2);
}
.is_lottery_1 .pt_maijan__content_garapon_image::before {
  content: "";
  background-image: url("/~/media/img/maijan/lottery/maijan_parts_arrow.png");
  background-size: 2.75rem 2.3rem;
  position: absolute;
  width: 2.75rem;
  height: 2.3rem;
  top: -2.7rem;
  left: 2.7rem;
  -webkit-animation: floatY 1.5s ease-in-out infinite;
          animation: floatY 1.5s ease-in-out infinite;
  pointer-events: none;
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.7rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.7rem);
  }
  100% {
    transform: translateY(0);
  }
}
.pt_maijan__content_card {
  display: none;
}
.pt_maijan__content_card_wrapper {
  color: var(--color_font_dark);
}
.is_lottery_0 .pt_maijan__content_card {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 11.2rem 1fr;
  gap: 0.8rem;
  grid-template-areas: "image name" "image price";
  width: 29.6rem;
  height: 12.8rem;
  background-color: #fff;
  border: 4px solid #efbd47;
  box-shadow: var(--shadow_mid);
  position: absolute;
  bottom: 0.57rem;
  left: 50%;
  transform: translateX(-50%);
}
.is_lottery_0 .pt_maijan__content_card_image {
  grid-area: image;
}
.is_lottery_0 .pt_maijan__content_card_image_inner {
  width: 10rem;
  height: 10rem;
  margin: 1rem 0 1rem 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.is_lottery_0 .pt_maijan__content_card_image_inner_point {
  display: none;
}
.is_lottery_0 .pt_maijan__content_card_name {
  grid-area: name;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 3.5rem;
  line-height: 1.1;
  align-self: end;
}
.is_lottery_0 .pt_maijan__content_card_name_point {
  display: none;
}
.is_lottery_0 .pt_maijan__content_card_buy {
  grid-area: price;
  padding-right: 0.5rem;
  display: none;
}
.is_lottery_0 .pt_maijan__content_card_buy_num {
  border: 1px solid rgb(230, 230, 232);
  border-radius: 0.8rem;
  background-image: url("/~/media/img/common/icon/icon_maijan.svg");
  padding: 0px 0.5rem 0px 3rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  background-position: 0.2rem center;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  color: #bb0000;
  position: relative;
}
.is_lottery_0 .pt_maijan__content_card_buy_num::before {
  content: "毎ジャン\a当選";
  white-space: pre;
  font-size: 1rem;
  text-align: left;
  color: var(--color_font_dark);
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}
.is_lottery_0 .pt_maijan__content_card_buy_num::after {
  content: "円";
}
.is_lottery_0 .pt_maijan__content_card_buy_discount {
  font-size: 1.1rem;
  text-align: center;
}
.is_lottery_0 .pt_maijan__content_card_buy_discount::before {
  content: "本日限り";
}
.is_lottery_0 .pt_maijan__content_card_buy_discount::after {
  content: "%OFF";
}
.is_lottery_0 .pt_maijan__content_card_prize {
  display: none;
}
.is_lottery_0 .pt_maijan__content_card_point {
  display: none;
}
.is_lottery_kind_0 .pt_maijan__content_card_buy {
  display: block;
}
.is_lottery_kind_1 .pt_maijan__content_card_prize {
  display: block;
  line-height: 0.8;
}
.is_lottery_kind_1 .pt_maijan__content_card_prize::after {
  content: "本日中に発送のお手続きを\aお済ませください";
  white-space: pre;
  font-size: 1.2rem;
  font-weight: bold;
  color: #bb0000;
}
.is_lottery_kind_2 .pt_maijan__content_card_image_inner {
  display: none;
}
.is_lottery_kind_2 .pt_maijan__content_card_image_inner_point {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 1rem 0 1rem 1.2rem;
}
.is_lottery_kind_2 .pt_maijan__content_card_name {
  display: none;
}
.is_lottery_kind_2 .pt_maijan__content_card_name_point {
  display: block;
  grid-area: name;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 3rem;
  align-self: end;
  line-height: 1.2;
}
.is_lottery_kind_2 .pt_maijan__content_card_name_point_upper {
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}
.is_lottery_kind_2 .pt_maijan__content_card_point {
  display: block;
}
.is_lottery_kind_2 .pt_maijan__content_card_point_num {
  font-size: 2.8rem;
  font-weight: bold;
  color: #bb0000;
  line-height: 1;
  position: relative;
  padding-left: 2.8rem;
}
.is_lottery_kind_2 .pt_maijan__content_card_point_num::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_epoint.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0px;
}
.is_lottery_kind_2 .pt_maijan__content_card_point_num::after {
  content: "pt";
  font-size: 1.9rem;
}
.is_lottery_kind_2 .pt_maijan__content_card_point_limit {
  font-size: 1.1rem;
}
.is_lottery_kind_2 .pt_maijan__content_card_point_limit::before {
  content: "利用期限：";
}
.pt_maijan__container:not(.is_login) .pt_maijan__content_card {
  display: none;
}
.pt_maijan__content_card::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.8rem;
  height: 4.557rem;
  position: absolute;
  top: -1rem;
  right: -1.6rem;
}
.is_lottery_rank_0 .pt_maijan__content_card::after {
  content: "";
  background-image: url(/~/media/img/maijan/lottery/is_lottery_rank_0.png);
}
.is_lottery_rank_1 .pt_maijan__content_card::after {
  content: "";
  background-image: url(/~/media/img/maijan/lottery/is_lottery_rank_1.png);
}
.is_lottery_rank_2 .pt_maijan__content_card::after {
  content: "";
  background-image: url(/~/media/img/maijan/lottery/is_lottery_rank_2.png);
}
.is_lottery_rank_3 .pt_maijan__content_card::after {
  content: "";
  background-image: url(/~/media/img/maijan/lottery/is_lottery_rank_3.png);
}
.pt_maijan__rallymap {
  margin: 0.4rem auto;
}

.pt_maijan_preparation {
  background: url("/~/media/img/maijan/lottery/maijan_parts_preparation") center top;
  background-size: cover;
  width: 100%;
}

/*抽選中演出*/
.lottery_waiting .pt_maijan__content_left::after {
  content: "";
  position: absolute;
  background: repeating-conic-gradient(#ffd036, #ffd036 12deg, #ffb621 12deg 15deg), repeating-conic-gradient(#ffd036, #ffd036 19deg, #ffb621 19deg 22deg), repeating-conic-gradient(#ffd036, #ffd036 6deg, #ffb621 6deg 8deg);
  top: calc(50% - 40rem);
  left: calc(50% - 40rem);
  width: 80rem;
  height: 80rem;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: animation_lottery_zoomIn;
          animation-name: animation_lottery_zoomIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  transform-origin: center center;
  animation-iteration-count: 1;
}

.lottery_waiting .pt_maijan__content_left::before {
  content: "抽選中";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 6rem;
  font-weight: bold;
  color: #ee7f36;
  -webkit-animation-name: animation_lottery_waiting;
          animation-name: animation_lottery_waiting;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  transform-origin: center center;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.lottery_error .pt_maijan__content_left::before {
  content: "エラーが発生しました。お手数ですが再度ガラポンをクリックしてください";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 8rem;
  display: flex;
  width: 30rem;
  height: auto;
  padding: 1em 0.5em;
  justify-content: center;
  align-items: center;
  z-index: 2;
  left: calc(50% - 15.6rem);
}
@container maijan_container (min-width: 720px) {
  .lottery_error .pt_maijan__content_left::before {
    left: 0.8rem;
  }
}

@-webkit-keyframes animation_lottery_waiting {
  0% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  3% {
    transform: translate(0px, 0px) scale(0.9, 0.9) rotate(0deg) skew(0deg, 0deg);
  }
  7% {
    transform: translate(0px, 0px) scale(1.4, 1.4) rotate(0deg) skew(0deg, 0deg);
  }
  22% {
    transform: translate(0px, 0px) scale(1.05, 1.05) rotate(0deg) skew(0deg, 0deg);
  }
  42% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}

@keyframes animation_lottery_waiting {
  0% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
  3% {
    transform: translate(0px, 0px) scale(0.9, 0.9) rotate(0deg) skew(0deg, 0deg);
  }
  7% {
    transform: translate(0px, 0px) scale(1.4, 1.4) rotate(0deg) skew(0deg, 0deg);
  }
  22% {
    transform: translate(0px, 0px) scale(1.05, 1.05) rotate(0deg) skew(0deg, 0deg);
  }
  42% {
    transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
  }
}
@-webkit-keyframes animation_lottery_zoomIn {
  from {
    transform: scale(1);
    opacity: 0;
  }
  90% {
    transform: scale(2.1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 1;
  }
}
@keyframes animation_lottery_zoomIn {
  from {
    transform: scale(1);
    opacity: 0;
  }
  90% {
    transform: scale(2.1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 1;
  }
}
@supports not (container-type: inline-size) {
  .pt_maijan {
    visibility: hidden;
  }
}

@charset "UTF-8";
#App__temp__pt_maijan {
  display: contents;
}

.pt_maijan__content_right {
  background-color: #f2eee1;
  padding: 0.8rem 0;
  height: 19.5rem;
}
.pt_maijan__content_right--index {
  text-align: center;
  font-size: var(--SN-Contents-Body-S-Font-size, 1.4rem);
  line-height: var(--SN-Line-height-L);
  letter-spacing: 0.28px;
  font-weight: var(--SN-Font-weight-Bd);
  margin: 0;
}
.pt_maijan__content_right--txt {
  text-align: center;
  font-size: var(--SN-Font-size-5);
  font-weight: 400;
  line-height: var(--SN-Line-height-L);
  letter-spacing: 0.24px;
}
.pt_maijan__content_right--limit {
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: var(--SN-Line-height-S);
  letter-spacing: 0.24px;
}
.pt_maijan__rallymap {
  margin: 0.4rem auto;
}

@media screen and (max-width: 599px) {
  .maijan-result__content .pt_maijan__content_right {
    margin: 2.4rem auto;
  }
}

main #App__maijan_result .pt_maijan {
  width: 30rem;
}
.maijanRally {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 11.8rem;
  width: 100%;
  overflow: hidden;
  max-width: 30rem;
  margin: 0.4rem auto;
}

.maijanRally__stage_container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: scroll;
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  height: 100%;
  scrollbar-width: none;
}
.maijanRally__stage_container::-webkit-scrollbar {
  display: none;
}

.maijanRally__stage {
  height: var(--rally_view__background-height);
  overflow: hidden;
  background-image: var(--rally_view__background-image);
  background-color: rgba(255, 255, 255, 0.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 85%;
  background-color: rgba(255, 255, 255, 0.01);
  background-position: top;
  background-repeat: no-repeat;
}

.maijanRally__character {
  position: absolute;
  top: var(--rally_view__position--cy);
  left: var(--rally_view__position--cx);
  width: var(--rally_view__character--width);
  height: var(--rally_view__character--height);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.maijanRally__character span {
  display: block;
  max-width: 8.2rem;
  max-height: 18.8rem;
  width: 100%;
  height: 100%;
  background-image: var(--rally_view__characterimage--default);
  background-color: rgba(255, 255, 255, 0.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center top;
}
.maijanRally____next.maijanRally--3 .maijanRally__character span {
  background-image: var(--rally_view__characterimage--discover);
}
.maijanRally____zoom .maijanRally__character span {
  background-image: var(--rally_view__characterimage--event);
}
.maijanRally____event .maijanRally__character span {
  background-image: var(--rally_view__characterimage--event);
}
.maijanRally____move .maijanRally__character span {
  background-image: var(--rally_view__characterimage--move);
  -webkit-animation: yurayura calc(var(--rally_view__movetime) / 2.5) ease-in-out infinite;
          animation: yurayura calc(var(--rally_view__movetime) / 2.5) ease-in-out infinite;
}
.maijanRally____event .maijanRally__character {
  z-index: 5;
}
.maijanRally--logined.maijanRally--1stPlay.maijanRally--maijan .maijanRally__character {
  top: calc(var(--rally_view__position--ny) - var(--rally_view__character--height) * 0.5);
  left: var(--rally_view__position--nx);
}
.maijanRally--reverse-x .maijanRally__character {
  transform: scale(-1, 1);
}

.maijanRally____zoom .maijanRally__eventItem--current {
  -webkit-animation: zoomOutItem 1s ease-out forwards;
          animation: zoomOutItem 1s ease-out forwards;
}
.maijanRally____zoom .maijanRally__character {
  -webkit-animation: zoomOut 1s ease-out forwards;
          animation: zoomOut 1s ease-out forwards;
}

.maijanRally__eventItem, .maijanRally__ashiato {
  position: absolute;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  max-width: var(--rally_view__item--width);
  max-height: var(--rally_view__item--height);
  top: var(--rally_view__item--y);
  left: var(--rally_view__item--x);
  background-image: var(--rally_view__item--image);
  background-color: rgba(255, 255, 255, 0.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.maijanRally--5 .maijanRally__eventItem.maijanRally__eventItem--current,
.maijanRally____end .maijanRally__eventItem.maijanRally__eventItem--current {
  top: calc(var(--rally_view__item--y) - 4rem);
  left: calc(var(--rally_view__item--x) + 3rem);
}

.maijanRally__eventItem {
  z-index: 10;
  background-image: var(--rally_view__item--image);
  background-size: 4.8rem 4.8rem;
  margin: 2rem 0 0 0;
}
.maijanRally__eventItem.maijanRally__eventItem--current {
  background-image: var(--rally_view__item--current_image);
}
.maijanRally--3 .maijanRally__eventItem.maijanRally__eventItem--current {
  display: none;
}
.maijanRally__eventItem.maijanRally__eventItem--past {
  background-image: var(--rally_view__item--current_image);
}
.maijanRally--3 .maijanRally__eventItem.maijanRally__eventItem--next {
  background-image: var(--rally_view__item--current_image);
}

.maijanRally__bugCage--container {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: url(/-/media/img/maijan/rally/2025/spring/ui/maijan_rally_bg_bag_wall.png);
  background-color: rgba(255, 255, 255, 0.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc((100% - 22.2rem) / 2);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  opacity: 0;
  filter: blur(4px);
  pointer-events: none;
}
.maijanRally____bugCage--open .maijanRally__bugCage--container {
  pointer-events: inherit;
  opacity: 1;
  filter: blur(0);
}

.maijanRally__bugCage {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fill, minmax(6.4rem, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(5.8rem, 1fr));
  gap: 0.2rem 0.8rem; /* アイテム間のギャップ */
  padding: 2.4rem 0 0;
  margin: -50% auto auto;
  width: 29.4rem;
  height: 16.3rem;
  filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
}
.maijanRally____bugCage--open .maijanRally__bugCage {
  margin: 0 auto auto;
}
.maijanRally__bugCage li {
  display: grid;
  place-items: center;
  grid-template-rows: 3.2rem 1fr;
  position: relative;
}
.maijanRally__bugCage li::after {
  content: attr(data-point);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #b00;
  border-radius: 50%;
  color: #fff;
}
.maijanRally__bugCage .maijanRally__bugCage--image {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--rally_view__item--image);
  background-color: rgba(255, 255, 255, 0.01);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.maijanRally__bugCage .maijanRally__bugCage--text {
  display: grid;
  text-align: center;
}
.maijanRally__bugCage .maijanRally__bugCage--text::before {
  content: attr(data-point) "pt";
  font-size: 1rem;
  font-weight: bold;
}
.maijanRally__bugCage .maijanRally__bugCage--text::after {
  content: attr(title);
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
}

.maijanRally__bugCage--button {
  display: none;
}

.maijanRally__message {
  display: none;
}

.maijanRally__message--count {
  display: grid;
  grid-template-columns: 4rem 1fr;
  overflow: hidden;
  height: 100%;
}
.maijanRally__message--count div {
  display: grid;
  place-items: center;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: bold;
}
.maijanRally__message--count p {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
  position: relative;
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
  transition: 400ms;
}
.maijanRally__message--count p::before {
  content: attr(data-before) "pt";
}
.maijanRally__message--count p::after {
  content: attr(data-after) "pt";
  display: grid;
  place-items: center;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: color linear 400ms;
  transform: rotateX(-90deg);
  transform-origin: center top;
  color: rgba(0, 0, 0, 0);
}
.maijanRally____end.maijanRally____event .maijanRally__message--count p {
  transform: translate3d(0, 0, -6rem) rotateX(90deg);
}
.maijanRally____end.maijanRally____event .maijanRally__message--count p::after {
  color: black;
}

.maijanRally__message--message {
  display: grid;
  place-items: center;
}
.maijanRally__message--message p {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1em;
}
.maijanRally__message--message p strong {
  font-size: 1.8rem;
  vertical-align: bottom;
}

.loading_container {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 22.2rem;
  position: relative;
}

.loading {
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_Wezc{transform-origin:center;animation:spinner_Oiah .75s step-end infinite}@keyframes spinner_Oiah{8.3%{transform:rotate(30deg)}16.6%{transform:rotate(60deg)}25%{transform:rotate(90deg)}33.3%{transform:rotate(120deg)}41.6%{transform:rotate(150deg)}50%{transform:rotate(180deg)}58.3%{transform:rotate(210deg)}66.6%{transform:rotate(240deg)}75%{transform:rotate(270deg)}83.3%{transform:rotate(300deg)}91.6%{transform:rotate(330deg)}100%{transform:rotate(360deg)}}</style><g class="spinner_Wezc"><circle cx="12" cy="2.5" r="1.5" opacity=".14"/><circle cx="16.75" cy="3.77" r="1.5" opacity=".29"/><circle cx="20.23" cy="7.25" r="1.5" opacity=".43"/><circle cx="21.50" cy="12.00" r="1.5" opacity=".57"/><circle cx="20.23" cy="16.75" r="1.5" opacity=".71"/><circle cx="16.75" cy="20.23" r="1.5" opacity=".86"/><circle cx="12" cy="21.5" r="1.5"/></g></svg>');
  background-color: rgba(255, 255, 255, 0.01);
  background-size: 4.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes zoomOut {
  0%, 10% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0%, 10% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOutItem {
  0%, 10% {
    transform: scale(1);
  }
  30% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOutItem {
  0%, 10% {
    transform: scale(1);
  }
  30% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.maijan-result__content_rally {
  padding: 0 1rem 3rem 1rem;
}

main #App__maijan_result .maijan-result__content .maijan-result__content_body {
  padding-bottom: 0 !important;
  max-width: 50%;
}

@media screen and (max-width: 599px) {
  main #App__maijan_result .maijan-result__content .maijan-result__content_body {
    padding: 0 1rem !important;
    max-width: unset;
    min-width: unset;
  }
  main #App__maijan_result .maijan-result__content .maijan-result__content_body .maijan-result__product-name {
    font-size: var(--size_txt_l) !important;
  }
}