@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
/* 1 */


body {
  font-size: 17px;
  background-color: #F4F4F4;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none
}

@media screen and (min-width: 920px) {
  body {
    width: 620px;
    margin: 0 auto
  }
}

body .article-header-wrapper img {
  max-width: 100%
}

body .article-body {
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  padding: 15px 20px;
  background-color: #ffffff
}

body .article-body span,
body .article-body p,
body .article-body div,
body .article-body h1,
body .article-body h2,
body .article-body h3,
body .article-body h4,
body .article-body h5,
body .article-body h6 {
  max-width: 100%
}

body .article-body .sb-font-bold {
  font-weight: bold
}

body .article-body .sb-color-black {
  color: #000
}

body .article-body .sb-color-red {
  color: #ff0000
}

body .article-body .sb-color-blue {
  color: #0000ff
}

body .article-body .sb-align-left {
  display: block;
  text-align: left
}

body .article-body .sb-align-center {
  display: block;
  text-align: center
}

body .article-body .sb-align-right {
  display: block;
  text-align: right
}

body .article-body .sb-bg-gray {
  background: linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-white {
  background: linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-black {
  background: linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-red {
  background: linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-green {
  background: linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-yellow {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-blue {
  background: linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out;
  background-position: bottom 0 right 100%
}

body .article-body .sb-fs-10 {
  font-size: 10px
}

body .article-body .sb-fs-13 {
  font-size: 13px
}

body .article-body .sb-fs-15 {
  font-size: 15px
}

body .article-body .sb-fs-17 {
  font-size: 17px
}

body .article-body .sb-fs-19 {
  font-size: 19px
}

body .article-body .sb-fs-21 {
  font-size: 21px
}

body .article-body .sb-fs-23 {
  font-size: 23px
}

body .article-body .sb-fs-25 {
  font-size: 25px
}

body .article-body .sb-fs-27 {
  font-size: 27px
}

body .article-body .sb-fs-29 {
  font-size: 29px
}

body .article-body h2 {
  font-size: 27px;
  margin: 0
}

body .article-body p {
  margin: 0
}

body .article-body a {
  text-decoration: underline;
  color: #4682b4
}

body .article-body iframe {
  display: block;
  max-width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

body .article-body video {
  display: block;
  max-width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

body .article-body video:not(.lazyload) {
  height: auto !important
}

body .article-body img:not(.lazyload) {
  height: auto !important
}

body .article-body img {
  display: block;
  max-width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important
}

body .article-body img.sb-fl {
  float: left;
  margin-right: 10px
}

body .article-body img.sb-fc {
  display: block;
  float: none;
  margin: 0 auto
}

body .article-body img.sb-fr {
  float: right;
  margin-left: 10px
}

body .article-body img.sb-img-move-side {
  animation: sb_img_move_side 1s ease-in-out infinite alternate !important
}

@keyframes sb_img_move_side {
  0% {
    transform: translateX(-5px)
  }

  100% {
    transform: translateX(5px)
  }
}

body .article-body .sb-bg-gum-marker,
body .article-body .sb-bg-gum-marker-animated {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.animated,
body .article-body .sb-bg-gum-marker-animated.animated {
  background-position: bottom 0 right 100% !important
}

body .article-body .sb-bg-gum-marker.sb-bg-gray,
body .article-body .sb-bg-gum-marker-animated.sb-bg-gray {
  background: linear-gradient(to right, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #eee 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-gray.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-gray.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-white,
body .article-body .sb-bg-gum-marker-animated.sb-bg-white {
  background: linear-gradient(to right, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #fff 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-white.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-white.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-black,
body .article-body .sb-bg-gum-marker-animated.sb-bg-black {
  background: linear-gradient(to right, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #000 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-black.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-black.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-red,
body .article-body .sb-bg-gum-marker-animated.sb-bg-red {
  background: linear-gradient(to right, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, red 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-red.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-red.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-green,
body .article-body .sb-bg-gum-marker-animated.sb-bg-green {
  background: linear-gradient(to right, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, lime 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-green.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-green.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-yellow,
body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow {
  background: linear-gradient(to right, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, #ffee57 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-yellow.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-yellow.animated {
  background-position: bottom 0 right 100%
}

body .article-body .sb-bg-gum-marker.sb-bg-blue,
body .article-body .sb-bg-gum-marker-animated.sb-bg-blue {
  background: linear-gradient(to right, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  background: -webkit-linear-gradient(left, blue 50%, transparent 50%) 100% 0%/200% 70% no-repeat;
  transition: background-position 1s ease-out;
  -webkit-transition: background-position 1s ease-out
}

body .article-body .sb-bg-gum-marker.sb-bg-blue.animated,
body .article-body .sb-bg-gum-marker-animated.sb-bg-blue.animated {
  background-position: bottom 0 right 100%
}

body .article-body .article-body-comment {
  display: table;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  width: 100% !important;
  max-width: 100% !important
}

body .article-body .article-body-comment .comment-image,
body .article-body .article-body-comment .comment-content {
  display: table-cell;
  vertical-align: top
}

body .article-body .article-body-comment .comment-image {
  padding-right: 1em
}

body .article-body .article-body-comment .comment-image>img {
  display: block;
  height: auto;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

body .article-body .article-body-comment .comment-content {
  width: 100%
}

body .article-body .article-body-comment .comment-content .comment-title {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold
}

body .article-body .article-body-comment .comment-content p {
  line-height: 1.5em;
  margin-bottom: 0.5em
}

body .article-body .article-body-comment .comment-content p.comment-detail {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.9em;
  font-style: italic
}

body .article-body .sb-custom img {
  display: block !important
}

body .article-body .sb-form iframe {
  height: 0;
  margin: 0 auto !important
}


/* .pr */
.pr_innner {
  margin: 0;
  padding: 0;
  position: relative
}

.pr {
  color: #ff407f;
  font-size: 11px;
  margin: 0;
  padding: 0px 0 0 5px;
  position: absolute;
  z-index: 2;
}
/* /.pr */



.article-body {

  font-size: 17px !important;


  font-family: Hiragino Sans, Arial, sans-serif !important;


  color: #000000 !important;


  line-height: 1.8 !important;



  padding-top: 0px !important;


  padding-bottom: 0px !important;


  padding-left: 20px !important;


  padding-right: 20px !important;




}


body .article-body img {
  display: unset !important;

  margin-top: 0px !important;


  margin-bottom: 0px !important;

}

body .article-body video {
  display: unset !important;
}

body .article-body .sb-custom {

  font-size: 17px !important;


  font-family: Hiragino Sans, Arial, sans-serif !important;


  color: #000000 !important;


  line-height: 1.8 !important;

}

body .article-body .sb-custom img {

  margin-top: 0px !important;


  margin-bottom: 0px !important;

}


#sb-part-2239.sb-custom-part-lkly0hwuulj2hxoqya .main {
  margin: 0 -20px !important;
  /*-20pxはversion設定の左右余白を変更していない場合のみです、左右余白と同じサイズを-(マイナス)で打ち消してください*/
  max-width: unset;
}

#sb-part-2239.sb-custom-part-lkly0hwuulj2hxoqya img,
#sb-part-2239.sb-custom-part-lkly0hwuulj2hxoqya video {
  width: 100%;
}



#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question {
  background-color: #fff;
  font-size: 18px;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-container {
  width: calc(100% - 0em);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0em 0;
  overflow: hidden;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  transition: 0.5s;
  box-sizing: border-box;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-item {
  background-color: #60605f;
  border-radius: 1em;
  padding: 1em;
  box-sizing: border-box;
  flex: 0 0 100%;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-item>*+* {
  margin-block-start: 1em;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-bottom: 1em;
  border-bottom: 2px dashed #fff;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-title .num {
  width: 2.5em;
  height: 2.5em;
  font-size: 1.8em;
  line-height: 1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  color: #fff445;
  background-color: #60605f;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-title .text {
  font-size: 1.4em;
  font-weight: 700;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5em));
  gap: 1em;
  box-sizing: border-box;
  place-content: center;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content input {
  display: none;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content input:checked+label {
  background-color: #ff407f;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content input:checked[type=checkbox]+label {
  background-color: #15b53b;
  border: 2px solid #15b53b;
  color: #fff;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content label,
#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content .next-btn {
  background-color: #73eeff;
  display: block;
  text-align: center;
  color: #60605f;
  border-radius: 0.5em;
  padding: 1.5em;
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
  font-weight: 600;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content label.disabled,
#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content .next-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-content [type=checkbox]+label {
  background-color: #fff;
  border: 2px solid #2d374b;
  color: #2d374b;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-back {
  width: fit-content;
  color: #fff;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-back .btn {
  cursor: pointer;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-back .btn::before {
  content: "< ";
  display: inline-block;
  margin-right: 0.5em;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-back .btn:hover {
  color: #fff445;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-result {
  text-align: center;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question-result.active {
  display: block !important;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question .result-btn {
  width: 100%;
  background-color: #ff4177;
  background: linear-gradient(to top, #ff2c68 0%, #ff2c68 100%);
  box-shadow: 0 0.25em 0px #ba1c49;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1.5em;
  display: block;
  box-sizing: border-box;
  border-radius: 0.5em;
  text-decoration: none;
  margin-bottom: 1em;
  margin-top: 1.5em;
  position: relative;
  line-height: 1;
}

#sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question .result-btn::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/2615429/f4a811b4-5ea3-40e6-afce-071038fe40fe.png) no-repeat center center/contain;
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 700px) {
  #sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question {
    font-size: 3vw;
  }

  #sb-part-9946.sb-custom-part-llm7q2sphoqjumtqpqr .scroll-question .result-btn {
    font-size: 1.4em;
  }
}


#sb-part-2239.sb-custom-part-lkawewxegzialg43lwn .main {
  margin: 0 -20px !important;
  /*-20pxはversion設定の左右余白を変更していない場合のみです、左右余白と同じサイズを-(マイナス)で打ち消してください*/
  max-width: unset;
}

#sb-part-2239.sb-custom-part-lkawewxegzialg43lwn img,
#sb-part-2239.sb-custom-part-lkawewxegzialg43lwn video {
  width: 100%;
}



#sb-part-2239.sb-custom-part-lkawf90l2j2hh58f197 .main {
  margin: 0 -20px !important;
  /*-20pxはversion設定の左右余白を変更していない場合のみです、左右余白と同じサイズを-(マイナス)で打ち消してください*/
  max-width: unset;
}

#sb-part-2239.sb-custom-part-lkawf90l2j2hh58f197 img,
#sb-part-2239.sb-custom-part-lkawf90l2j2hh58f197 video {
  width: 100%;
  height: auto;
}


#sb-part-1016.sb-custom-part-lk81i2a31jebawif0mw h2 {
  /*行の高さを下記数値で変更ください*/
  margin-top: -8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  line-height: 8px;
}


#sb-part-2239.sb-custom-part-lkawfi0cvzpt1vc5c2 .main {
  margin: 0 -20px !important;
  /*-20pxはversion設定の左右余白を変更していない場合のみです、左右余白と同じサイズを-(マイナス)で打ち消してください*/
  max-width: unset;
}

#sb-part-2239.sb-custom-part-lkawfi0cvzpt1vc5c2 img,
#sb-part-2239.sb-custom-part-lkawfi0cvzpt1vc5c2 video {
  width: 100%;
  height: auto;
}


#sb-part-1016.sb-custom-part-lk81i2a31jebawif0mw h2 {
  /*行の高さを下記数値で変更ください*/
  margin-top: -8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  line-height: 8px;
}


#sb-part-2239.sb-custom-part-lkawfr5w66496p3euuu .main {
  margin: 0 -20px !important;
  /*-20pxはversion設定の左右余白を変更していない場合のみです、左右余白と同じサイズを-(マイナス)で打ち消してください*/
  max-width: unset;
}

#sb-part-2239.sb-custom-part-lkawfr5w66496p3euuu img,
#sb-part-2239.sb-custom-part-lkawfr5w66496p3euuu video {
  width: 100%;
  height: auto;
}


#sb-part-1016.sb-custom-part-lk81i2a31jebawif0mw h2 {
  /*行の高さを下記数値で変更ください*/
  margin-top: -8px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  line-height: 8px;
}


#sb-part-10214.sb-custom-part-lkawg6lee8jukoq987p .puyoBtn__area {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: -30px auto;
}

#sb-part-10214.sb-custom-part-lkawg6lee8jukoq987p .puyoBtn__area .btn {
  display: block;
  width: 100%;
  height: auto;
}

#sb-part-10214.sb-custom-part-lkawg6lee8jukoq987p .puyoBtn__area .btn img {
  width: 100%;
  height: auto;
  animation: puyoBtn 1.6s ease-in infinite;
}

@keyframes puyoBtn {
  0% {
    transform: scale(1.09);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  70%,
  100% {
    transform: scale(1.09);
  }
}


#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .message-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.5;
  opacity: 1;
  z-index: 10000;
  display: block;
  transform: translateY(0);
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  background-color: #00a75a;
  text-align: center;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .is-hidden {
  display: none;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .is-visible {
  display: block;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .is-fadeIn {
  transform: translateY(0);
  opacity: 1;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .is-fadeOut {
  transform: translateY(42px);
  opacity: 0;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .inner {
  position: relative;
  height: 52px;
  margin: 0;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 7px 20px 100% 20px;
  margin: 0;
  box-sizing: border-box;
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur span {
  display: inline-block;
  vertical-align: -1px;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#sb-part-7549.sb-custom-part-lxia2oi9xnaq7tuysur .num {
  color: #ffff66;
  font-size: 19px;
}

* {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}

html {
  scroll-behavior: smooth;
}

.page-wrap {
  margin: 0 auto;
  max-width: 640px;
}

.page-footer {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #222;
}

.page-footer a {
  color: #222;
}

._1QWuYMJBqfxf6bvBHbXFU4 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(70, 70, 70, 0.6);
  opacity: 0;
  height: 1px;
  position: absolute;
  top: -9999px;
  display: flex;
}

._1QWuYMJBqfxf6bvBHbXFU4._14NjOICugd8xjs-aUBAHWh {
  opacity: 1;
  top: 0;
  position: fixed;
  z-index: 999999;
  height: unset;
}

._1QWuYMJBqfxf6bvBHbXFU4.g9cMJTLFvuy-6BhtBdaNB {
  opacity: 0 !important;
}

._1QWuYMJBqfxf6bvBHbXFU4.yilK9b7_Ib5zq7_voChWF {
  align-items: center;
  justify-content: center;
}

._1QWuYMJBqfxf6bvBHbXFU4.yilK9b7_Ib5zq7_voChWF .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4.yilK9b7_Ib5zq7_voChWF .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4._2QQNEvKnv_NZfocN7vIP8P {
  align-items: flex-start;
  justify-content: center;
}

._1QWuYMJBqfxf6bvBHbXFU4._2QQNEvKnv_NZfocN7vIP8P .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4._2QQNEvKnv_NZfocN7vIP8P ._3xv8I4wzXynCMrx5__vZyn {
  right: -10px;
  bottom: -10px;
  top: unset;
}

._1QWuYMJBqfxf6bvBHbXFU4._1BaAvI_ZQy_2z6Gp35pbrF {
  justify-content: center;
  align-items: flex-end;
}

._1QWuYMJBqfxf6bvBHbXFU4._1BaAvI_ZQy_2z6Gp35pbrF .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4.SdWzAfbaXmshL3osR7wED {
  align-items: center;
  justify-content: flex-start;
}

._1QWuYMJBqfxf6bvBHbXFU4.SdWzAfbaXmshL3osR7wED .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem 0 0;
}

._1QWuYMJBqfxf6bvBHbXFU4._2qf5KJWnwLjjM4jHU3t0p2 {
  align-items: center;
  justify-content: flex-end;
}

._1QWuYMJBqfxf6bvBHbXFU4._2qf5KJWnwLjjM4jHU3t0p2 .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 0 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4._2qf5KJWnwLjjM4jHU3t0p2 ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  right: unset;
}

._1QWuYMJBqfxf6bvBHbXFU4._2Q9FhKeCR0S1dpnAypjHew {
  align-items: flex-start;
  justify-content: flex-start;
}

._1QWuYMJBqfxf6bvBHbXFU4._2Q9FhKeCR0S1dpnAypjHew .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem 0 0;
}

._1QWuYMJBqfxf6bvBHbXFU4._2Q9FhKeCR0S1dpnAypjHew ._3xv8I4wzXynCMrx5__vZyn {
  right: -10px;
  bottom: -10px;
  top: unset;
}

._1QWuYMJBqfxf6bvBHbXFU4._3X9dSNCtV9mQteWJlIxtZs {
  align-items: flex-start;
  justify-content: flex-end;
}

._1QWuYMJBqfxf6bvBHbXFU4._3X9dSNCtV9mQteWJlIxtZs .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 0 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4._3X9dSNCtV9mQteWJlIxtZs ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  bottom: -10px;
  right: unset;
  top: unset;
}

._1QWuYMJBqfxf6bvBHbXFU4._1MGZSf5yxvkuMFPpOac2_4 {
  align-items: flex-end;
  justify-content: flex-start;
}

._1QWuYMJBqfxf6bvBHbXFU4._1MGZSf5yxvkuMFPpOac2_4 .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 1rem 0 0;
}

._1QWuYMJBqfxf6bvBHbXFU4._28Cfwbxk8h6wuajc2CaiGQ {
  align-items: flex-end;
  justify-content: flex-end;
}

._1QWuYMJBqfxf6bvBHbXFU4._28Cfwbxk8h6wuajc2CaiGQ .VC1NfUlCFgljCAXNpOL7E {
  margin: 0 0 0 1rem;
}

._1QWuYMJBqfxf6bvBHbXFU4._28Cfwbxk8h6wuajc2CaiGQ ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  right: unset;
}

.VC1NfUlCFgljCAXNpOL7E {
  position: relative;
  max-height: 100%;
}

.VC1NfUlCFgljCAXNpOL7E ._3wdLSFIP4sk7o6En77Kr0h {
  display: block;
}

.VC1NfUlCFgljCAXNpOL7E iframe {
  border: none;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.VC1NfUlCFgljCAXNpOL7E img,
.VC1NfUlCFgljCAXNpOL7E video {
  max-width: 100%;
  height: auto;
}

._3xv8I4wzXynCMrx5__vZyn {
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 24px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 100001;
}

._3xv8I4wzXynCMrx5__vZyn:before {
  content: "×";
}

._3xv8I4wzXynCMrx5__vZyn:hover {
  cursor: pointer;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE {
  pointer-events: all;
  margin: 0 !important;
  width: 100%;
  opacity: 0;
  height: 1px;
  position: fixed;
  top: -9999px;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._14NjOICugd8xjs-aUBAHWh {
  opacity: 1;
  top: 0;
  position: fixed;
  z-index: 999998;
  height: unset;
  top: unset;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE.g9cMJTLFvuy-6BhtBdaNB {
  opacity: 0 !important;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE.yilK9b7_Ib5zq7_voChWF {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2QQNEvKnv_NZfocN7vIP8P {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2QQNEvKnv_NZfocN7vIP8P ._3xv8I4wzXynCMrx5__vZyn {
  right: -10px;
  bottom: -10px;
  top: unset;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._1BaAvI_ZQy_2z6Gp35pbrF {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE.SdWzAfbaXmshL3osR7wED {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2qf5KJWnwLjjM4jHU3t0p2 {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2qf5KJWnwLjjM4jHU3t0p2 ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  right: unset;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2Q9FhKeCR0S1dpnAypjHew {
  top: 0;
  left: 0;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._2Q9FhKeCR0S1dpnAypjHew ._3xv8I4wzXynCMrx5__vZyn {
  right: -10px;
  bottom: -10px;
  top: unset;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._3X9dSNCtV9mQteWJlIxtZs {
  top: 0;
  right: 0;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._3X9dSNCtV9mQteWJlIxtZs ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  bottom: -10px;
  right: unset;
  top: unset;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._1MGZSf5yxvkuMFPpOac2_4 {
  bottom: 0;
  left: 0;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._28Cfwbxk8h6wuajc2CaiGQ {
  bottom: 0;
  right: 0;
}

.VC1NfUlCFgljCAXNpOL7E._3JZXbmedaCeDGipHkZkpqE._28Cfwbxk8h6wuajc2CaiGQ ._3xv8I4wzXynCMrx5__vZyn {
  left: -10px;
  right: unset;
}

._3wdLSFIP4sk7o6En77Kr0h {
  display: flex;
}

:root {
  --translate-position: var(--translate-position);
}

:root {
  --translate-position: var(--translate-position);
}

.d3Bco6NZL3jB0DPVCSH9J {
  animation: d3Bco6NZL3jB0DPVCSH9J ease;
  animation-iteration-count: 1;
  transform-origin: center top;
}

@keyframes d3Bco6NZL3jB0DPVCSH9J {
  0% {
    transform: rotateX(0);
  }

  20% {
    transform: rotateX(480deg);
  }

  50% {
    transform: rotateX(300deg);
  }

  80% {
    transform: rotateX(400deg);
  }

  100% {
    transform: rotateX(360deg);
  }
}

._3O--SlEA4NGoSBRqeWaIXQ {
  animation: _3O--SlEA4NGoSBRqeWaIXQ ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes _3O--SlEA4NGoSBRqeWaIXQ {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

:root {
  --translate-position: var(--translate-position);
}

._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(1),
._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(11) {
  animation: _2fIA46C63XjN_qnwKRdgHM ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(-5% -5%, 25% 0%, 25% 120%, -4% 100%);
  transform-origin: 12.5% 0px;
}

._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(2),
._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(12) {
  animation: _2fIA46C63XjN_qnwKRdgHM ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(25% 0, 50% 0, 50% 100%, 24% 100%);
  transform-origin: 25% 0px;
}

._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(3),
._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(13) {
  animation: _2fIA46C63XjN_qnwKRdgHM ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(50% 0, 75% 0, 75% 100%, 49% 100%);
  transform-origin: 50% 0px;
}

._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(4),
._2fIA46C63XjN_qnwKRdgHM ._23InlsCmii5q1uyOyWcxk1:nth-child(14) {
  animation: _2fIA46C63XjN_qnwKRdgHM ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(75% -20%, 105% 0, 105% 100%, 74% 120%);
  transform-origin: 75% 0px;
}

._23InlsCmii5q1uyOyWcxk1 {
  transform: rotateY(270deg);
  top: 0;
  left: 0;
  position: absolute;
}

@keyframes _2fIA46C63XjN_qnwKRdgHM {
  0% {
    transform: rotateY(270deg);
  }

  50% {
    transform: rotateY(380deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

:root {
  --translate-position: var(--translate-position);
}

._2WGyn02yDeS3y84plv5439 .xZCrz6TgI3JA6Qt2wtXkg:nth-child(1) {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  transform: var(--translate-position);
  transform-origin: left top;
}

._2WGyn02yDeS3y84plv5439 .xZCrz6TgI3JA6Qt2wtXkg:nth-child(2) {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  transform: var(--translate-position);
  transform-origin: right top;
}

.xZCrz6TgI3JA6Qt2wtXkg {
  animation: _2WGyn02yDeS3y84plv5439 ease;
  animation-iteration-count: 1;
  transform: var(--translate-position) rotateY(360deg);
  top: 0;
  left: 0;
  position: absolute;
}

@keyframes _2WGyn02yDeS3y84plv5439 {
  0% {
    transform: var(--translate-position) rotateY(-90deg);
  }

  100% {
    transform: var(--translate-position) rotateY(0deg);
  }
}

:root {
  --translate-position: var(--translate-position);
}

._2aGCrc-dsy72MWP2z3SjtG {
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  position: absolute;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(1),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(11) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(-5% -5%, 25% 0, 25% 26%, 0 25%);
  transform-origin: 12.5% 0px;
  animation-delay: 520ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(2),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(12) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(50% 0, 25% 0, 25% 26%, 50% 25%);
  transform-origin: 37.5% 0px;
  animation-delay: 320ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(3),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(13) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(50% 0, 75% 0, 75% 26%, 50% 25%);
  transform-origin: 62.5% 0px;
  animation-delay: 350ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(4),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(14) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(100% -5%, 75% 0, 75% 26%, 115% 25%);
  transform-origin: 87.5% 0px;
  animation-delay: 50ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(5),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(15) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(0 50%, 0 25%, 25% 25%, 25% 50%);
  transform-origin: 12.5% 0px;
  animation-delay: 450ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(6),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(16) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(50% 50%, 50% 25%, 25% 25%, 25% 50%);
  transform-origin: 37.5% 0px;
  animation-delay: 350ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(7),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(17) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(50% 50%, 50% 25%, 75% 25%, 75% 50%);
  transform-origin: 62.5% 0px;
  animation-delay: 300ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(8),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(18) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(100% 50%, 100% 25%, 75% 25%, 75% 50%);
  transform-origin: 87.5% 0px;
  animation-delay: 80ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(9),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(19) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(25% 75%, 25% 50%, 0 50%, 0 75%);
  transform-origin: 12.5% 0px;
  animation-delay: 540ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(10),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(20) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(25% 75%, 25% 50%, 50% 50%, 50% 75%);
  transform-origin: 37.5% 0px;
  animation-delay: 570ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(11),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(21) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(75% 75%, 75% 50%, 50% 50%, 50% 75%);
  transform-origin: 62.5% 0px;
  animation-delay: 220ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(12),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(22) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(75% 75%, 75% 50%, 100% 50%, 100% 75%);
  transform-origin: 87.5% 0px;
  animation-delay: 0ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(13),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(23) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(25% 100%, -5% 105%, 0 75%, 25% 75%);
  transform-origin: 12.5% 0px;
  animation-delay: 400ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(14),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(24) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(25% 100%, 50% 100%, 50% 75%, 25% 75%);
  transform-origin: 37.5% 0px;
  animation-delay: 320ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(15),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(25) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(75% 100%, 50% 100%, 50% 75%, 75% 75%);
  transform-origin: 62.5% 0px;
  animation-delay: 180ms;
}

._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(16),
._1mHb3-ZKxVGCvR1VxV6d5 ._2aGCrc-dsy72MWP2z3SjtG:nth-child(26) {
  animation: _1mHb3-ZKxVGCvR1VxV6d5 ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  clip-path: polygon(75% 100%, 100% 100%, 115% 75%, 75% 75%);
  transform-origin: 87.5% 0px;
  animation-delay: 100ms;
}

@keyframes _1mHb3-ZKxVGCvR1VxV6d5 {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(1),
._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(11) {
  animation: _25LsdyT1DZdcKfdtJ2JmJm cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
  transform: rotateY(360deg);
  clip-path: polygon(-5% -5%, 25% 0%, 25% 115%, -5% 100%);
  transform-origin: 12.5% 0px;
  animation-delay: 0ms;
}

._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(2),
._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(12) {
  animation: _25LsdyT1DZdcKfdtJ2JmJm cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
  transform: rotateY(360deg);
  clip-path: polygon(25% 0, 50% 0, 50% 100%, 25% 100%);
  transform-origin: 25% 0px;
  animation-delay: 100ms;
}

._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(3),
._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(13) {
  animation: _25LsdyT1DZdcKfdtJ2JmJm cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
  transform: rotateY(360deg);
  clip-path: polygon(50% 0, 75% 0, 75% 100%, 50% 100%);
  transform-origin: 50% 0px;
  animation-delay: 150ms;
}

._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(4),
._25LsdyT1DZdcKfdtJ2JmJm ._2jlLIpageUUNHTN4nJIeE_:nth-child(14) {
  animation: _25LsdyT1DZdcKfdtJ2JmJm cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
  transform: rotateY(360deg);
  clip-path: polygon(75% -15%, 105% 0, 105% 100%, 75% 100%);
  transform-origin: 75% 0px;
  animation-delay: 50ms;
}

._2jlLIpageUUNHTN4nJIeE_ {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

@keyframes _25LsdyT1DZdcKfdtJ2JmJm {
  0% {
    transform: translateZ(700px) translateY(400px) translateX(-800px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
