* {
  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;
  overflow-x: hidden;
}
.page-footer {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #222;
}
.page-footer a {
  color: #222;
}
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 {
  margin: 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: -0.5em;
}
sub {
  bottom: -0.25em;
}
img, video {
	width: 100%;
	height: auto;
}
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: #f7f7f7;
  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;
  }
}
.article-header-wrapper img {
  max-width: 100%;
}
.article-body {
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  padding: 15px 20px;
  background-color: #ffffff;
}
span,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 100%;
}
.sb-font-bold {
  font-weight: bold;
}
.sb-color-black {
  color: #000;
}
.sb-color-red {
  color: #ff0000;
}
.sb-color-blue {
  color: #0000ff;
}
.sb-align-left {
  display: block;
  text-align: left;
}
.sb-align-center {
  display: block;
  text-align: center;
}
.sb-align-right {
  display: block;
  text-align: right;
}
.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%;
}
.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%;
}
.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%;
}
.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%;
}
.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%;
}
.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%;
}
.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%;
}
.sb-fs-10 {
  font-size: 10px;
}
.sb-fs-13 {
  font-size: 13px;
}
.sb-fs-15 {
  font-size: 15px;
}
.sb-fs-17 {
  font-size: 17px;
}
.sb-fs-19 {
  font-size: 19px;
}
.sb-fs-21 {
  font-size: 21px;
}
.sb-fs-23 {
  font-size: 23px;
}
.sb-fs-25 {
  font-size: 25px;
}
.sb-fs-27 {
  font-size: 27px;
}
.sb-fs-29 {
  font-size: 29px;
}
h2 {
  font-size: 27px;
  margin: 0;
}
p {
  margin: 0;
  text-align: center;
}
a {
  text-decoration: underline;
  color: #4682b4;
}
iframe {
  display: block;
  max-width: 100%;

}
video {
  display: block;
  max-width: 100%;
}
video:not(.lazyload) {
  height: auto !important;
}
img:not(.lazyload) {
  height: auto !important;
}
img {
  display: block;
  max-width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
img.sb-fl {
  float: left;
  margin-right: 10px;
}
img.sb-fc {
  display: block;
  float: none;
  margin: 0 auto;
}
img.sb-fr {
  float: right;
  margin-left: 10px;
}
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);
  }
}
.sb-bg-gum-marker,
.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;
}
.sb-bg-gum-marker.animated,
.sb-bg-gum-marker-animated.animated {
  background-position: bottom 0 right 100% !important;
}
.sb-bg-gum-marker.sb-bg-gray,
.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;
}
.sb-bg-gum-marker.sb-bg-gray.animated,
.sb-bg-gum-marker-animated.sb-bg-gray.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-white,
.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;
}
.sb-bg-gum-marker.sb-bg-white.animated,
.sb-bg-gum-marker-animated.sb-bg-white.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-black,
.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;
}
.sb-bg-gum-marker.sb-bg-black.animated,
.sb-bg-gum-marker-animated.sb-bg-black.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-red,
.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;
}
.sb-bg-gum-marker.sb-bg-red.animated,
.sb-bg-gum-marker-animated.sb-bg-red.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-green,
.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;
}
.sb-bg-gum-marker.sb-bg-green.animated,
.sb-bg-gum-marker-animated.sb-bg-green.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-yellow,
.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;
}
.sb-bg-gum-marker.sb-bg-yellow.animated,
.sb-bg-gum-marker-animated.sb-bg-yellow.animated {
  background-position: bottom 0 right 100%;
}
.sb-bg-gum-marker.sb-bg-blue,
.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;
}
.sb-bg-gum-marker.sb-bg-blue.animated,
.sb-bg-gum-marker-animated.sb-bg-blue.animated {
  background-position: bottom 0 right 100%;
}
.article-body-comment {
  display: table;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  width: 100% !important;
  max-width: 100% !important;
}
.article-body-comment .comment-image,
.article-body-comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
.article-body-comment .comment-image {
  padding-right: 1em;
}
.article-body-comment .comment-image > img {
  display: block;
  height: auto;
  max-width: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.article-body-comment .comment-content {
  width: 100%;
}
.article-body-comment .comment-content .comment-title {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
.article-body-comment .comment-content p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.article-body-comment .comment-content p.comment-detail {
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.9em;
  font-style: italic;
}
.sb-custom img {
  display: block !important;
}
.sb-form iframe {
  height: 0;
  margin: 0 auto !important;
}
._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;
  }
}
:root {
  --translate-position: var(--translate-position);
}
.index__overlay__jQZq- {
  opacity: 0;
  background-color: #46464699;
  height: 1px;
  display: flex;
  position: absolute;
  inset: -9999px 0 0;
  overflow: hidden;
}
.index__overlay__jQZq-.index__active__Ts0Qr {
  opacity: 1;
  z-index: 999999;
  height: unset;
  position: fixed;
  top: 0;
}
.index__overlay__jQZq-.index__loading__kcT7C {
  opacity: 0 !important;
}
.index__overlay__jQZq-.index__center__NfhKw {
  justify-content: center;
  align-items: center;
}
.index__overlay__jQZq-.index__center__NfhKw .index__popupWrapper__lsUgH {
  margin: 0 1rem;
}
.index__overlay__jQZq-.index__top__Q1Vil {
  justify-content: center;
  align-items: flex-start;
}
.index__overlay__jQZq-.index__top__Q1Vil .index__popupWrapper__lsUgH {
  margin: 0 1rem;
}
.index__overlay__jQZq-.index__top__Q1Vil .index__btnClose__rUVFZ {
  bottom: -10px;
  right: -10px;
  top: unset;
}
.index__overlay__jQZq-.index__bottom__1n-ff {
  justify-content: center;
  align-items: flex-end;
}
.index__overlay__jQZq-.index__bottom__1n-ff .index__popupWrapper__lsUgH {
  margin: 0 1rem;
}
.index__overlay__jQZq-.index__left__ovhyF {
  justify-content: flex-start;
  align-items: center;
}
.index__overlay__jQZq-.index__left__ovhyF .index__popupWrapper__lsUgH {
  margin: 0 1rem 0 0;
}
.index__overlay__jQZq-.index__right__wBraZ {
  justify-content: flex-end;
  align-items: center;
}
.index__overlay__jQZq-.index__right__wBraZ .index__popupWrapper__lsUgH {
  margin: 0 0 0 1rem;
}
.index__overlay__jQZq-.index__right__wBraZ .index__btnClose__rUVFZ {
  left: -10px;
  right: unset;
}
.index__overlay__jQZq-.index__leftTop__PVxd1 {
  justify-content: flex-start;
  align-items: flex-start;
}
.index__overlay__jQZq-.index__leftTop__PVxd1 .index__popupWrapper__lsUgH {
  margin: 0 1rem 0 0;
}
.index__overlay__jQZq-.index__leftTop__PVxd1 .index__btnClose__rUVFZ {
  bottom: -10px;
  right: -10px;
  top: unset;
}
.index__overlay__jQZq-.index__rightTop__-ZyRV {
  justify-content: flex-end;
  align-items: flex-start;
}
.index__overlay__jQZq-.index__rightTop__-ZyRV .index__popupWrapper__lsUgH {
  margin: 0 0 0 1rem;
}
.index__overlay__jQZq-.index__rightTop__-ZyRV .index__btnClose__rUVFZ {
  bottom: -10px;
  left: -10px;
  right: unset;
  top: unset;
}
.index__overlay__jQZq-.index__leftBottom__36pwv {
  justify-content: flex-start;
  align-items: flex-end;
}
.index__overlay__jQZq-.index__leftBottom__36pwv .index__popupWrapper__lsUgH {
  margin: 0 1rem 0 0;
}
.index__overlay__jQZq-.index__rightBottom__QIwc9 {
  justify-content: flex-end;
  align-items: flex-end;
}
.index__overlay__jQZq-.index__rightBottom__QIwc9 .index__popupWrapper__lsUgH {
  margin: 0 0 0 1rem;
}
.index__overlay__jQZq-.index__rightBottom__QIwc9 .index__btnClose__rUVFZ {
  left: -10px;
  right: unset;
}
.index__popupWrapper__lsUgH {
  max-height: 100%;
  position: relative;
}
.index__popupWrapper__lsUgH .index__popupAnchor__I-Y8k {
  display: block;
}
.index__popupWrapper__lsUgH iframe {
  pointer-events: none;
  border: none;
  width: 100%;
  max-width: 100%;
}
.index__popupWrapper__lsUgH img,
.index__popupWrapper__lsUgH video {
  max-width: 100%;
  height: auto;
}
.index__btnClose__rUVFZ {
  text-align: center;
  color: #fff;
  z-index: 100001;
  background-color: #0000004d;
  border: 1px solid #fff;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.index__btnClose__rUVFZ:before {
  content: "×";
}
.index__btnClose__rUVFZ:hover {
  cursor: pointer;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy {
  pointer-events: all;
  opacity: 0;
  width: 100%;
  height: 1px;
  position: fixed;
  top: -9999px;
  margin: 0 !important;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__active__Ts0Qr {
  opacity: 1;
  z-index: 999998;
  height: unset;
  top: 0;
  top: unset;
  position: fixed;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__loading__kcT7C {
  opacity: 0 !important;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__center__NfhKw {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__top__Q1Vil {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__top__Q1Vil
  .index__btnClose__rUVFZ {
  bottom: -10px;
  right: -10px;
  top: unset;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__bottom__1n-ff {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__left__ovhyF {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__right__wBraZ {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__right__wBraZ
  .index__btnClose__rUVFZ {
  left: -10px;
  right: unset;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__leftTop__PVxd1 {
  top: 0;
  left: 0;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__leftTop__PVxd1
  .index__btnClose__rUVFZ {
  bottom: -10px;
  right: -10px;
  top: unset;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__rightTop__-ZyRV {
  top: 0;
  right: 0;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__rightTop__-ZyRV
  .index__btnClose__rUVFZ {
  bottom: -10px;
  left: -10px;
  right: unset;
  top: unset;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__leftBottom__36pwv {
  bottom: 0;
  left: 0;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__rightBottom__QIwc9 {
  bottom: 0;
  right: 0;
}
.index__popupWrapper__lsUgH.index__fixedPopup__TrIiy.index__rightBottom__QIwc9
  .index__btnClose__rUVFZ {
  left: -10px;
  right: unset;
}
.index__popupAnchor__I-Y8k {
  display: flex;
}
.index__blind__oN0ou .index__blindCell__wAAci:first-child,
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(11) {
  clip-path: polygon(-5% -5%, 25% 0%, 25% 120%, -4% 100%);
  transform-origin: 12.5% 0;
  animation: forwards index__blind__oN0ou;
}
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(2),
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(12) {
  clip-path: polygon(25% 0, 50% 0, 50% 100%, 24% 100%);
  transform-origin: 25% 0;
  animation: forwards index__blind__oN0ou;
}
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(3),
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(13) {
  clip-path: polygon(50% 0, 75% 0, 75% 100%, 49% 100%);
  transform-origin: 50% 0;
  animation: forwards index__blind__oN0ou;
}
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(4),
.index__blind__oN0ou .index__blindCell__wAAci:nth-child(14) {
  clip-path: polygon(75% -20%, 105% 0, 105% 100%, 74% 120%);
  transform-origin: 75% 0;
  animation: forwards index__blind__oN0ou;
}
.index__blindCell__wAAci {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(270deg);
}
@keyframes index__blind__oN0ou {
  0% {
    transform: rotateY(270deg);
  }
  50% {
    transform: rotateY(380deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.index__entrance__K2X5f .index__entranceCell__SCTX3:first-child {
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  transform: var(--translate-position);
  transform-origin: 0 0;
}
.index__entrance__K2X5f .index__entranceCell__SCTX3:nth-child(2) {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  transform: var(--translate-position);
  transform-origin: 100% 0;
}
.index__entranceCell__SCTX3 {
  transform: var(--translate-position) rotateY(360deg);
  animation: index__entrance__K2X5f;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes index__entrance__K2X5f {
  0% {
    transform: var(--translate-position) rotateY(-90deg);
  }
  to {
    transform: var(--translate-position) rotateY(0deg);
  }
}
.index__mosaicCell__MmXZY {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:first-child,
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(11) {
  clip-path: polygon(-5% -5%, 25% 0, 25% 26%, 0 25%);
  transform-origin: 12.5% 0;
  animation: 0s 0.52s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(2),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(12) {
  clip-path: polygon(50% 0, 25% 0, 25% 26%, 50% 25%);
  transform-origin: 37.5% 0;
  animation: 0s 0.32s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(3),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(13) {
  clip-path: polygon(50% 0, 75% 0, 75% 26%, 50% 25%);
  transform-origin: 62.5% 0;
  animation: 0s 0.35s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(4),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(14) {
  clip-path: polygon(100% -5%, 75% 0, 75% 26%, 115% 25%);
  transform-origin: 87.5% 0;
  animation: 0s 50ms forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(5),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(15) {
  clip-path: polygon(0 50%, 0 25%, 25% 25%, 25% 50%);
  transform-origin: 12.5% 0;
  animation: 0s 0.45s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(6),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(16) {
  clip-path: polygon(50% 50%, 50% 25%, 25% 25%, 25% 50%);
  transform-origin: 37.5% 0;
  animation: 0s 0.35s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(7),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(17) {
  clip-path: polygon(50% 50%, 50% 25%, 75% 25%, 75% 50%);
  transform-origin: 62.5% 0;
  animation: 0s 0.3s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(8),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(18) {
  clip-path: polygon(100% 50%, 100% 25%, 75% 25%, 75% 50%);
  transform-origin: 87.5% 0;
  animation: 0s 80ms forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(9),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(19) {
  clip-path: polygon(25% 75%, 25% 50%, 0 50%, 0 75%);
  transform-origin: 12.5% 0;
  animation: 0s 0.54s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(10),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(20) {
  clip-path: polygon(25% 75%, 25% 50%, 50% 50%, 50% 75%);
  transform-origin: 37.5% 0;
  animation: 0s 0.57s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(11),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(21) {
  clip-path: polygon(75% 75%, 75% 50%, 50% 50%, 50% 75%);
  transform-origin: 62.5% 0;
  animation: 0s 0.22s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(12),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(22) {
  clip-path: polygon(75% 75%, 75% 50%, 100% 50%, 100% 75%);
  transform-origin: 87.5% 0;
  animation: forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(13),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(23) {
  clip-path: polygon(25% 100%, -5% 105%, 0 75%, 25% 75%);
  transform-origin: 12.5% 0;
  animation: 0s 0.4s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(14),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(24) {
  clip-path: polygon(25% 100%, 50% 100%, 50% 75%, 25% 75%);
  transform-origin: 37.5% 0;
  animation: 0s 0.32s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(15),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(25) {
  clip-path: polygon(75% 100%, 50% 100%, 50% 75%, 75% 75%);
  transform-origin: 62.5% 0;
  animation: 0s 0.18s forwards index__mosaic__Bs-F9;
}
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(16),
.index__mosaic__Bs-F9 .index__mosaicCell__MmXZY:nth-child(26) {
  clip-path: polygon(75% 100%, 100% 100%, 115% 75%, 75% 75%);
  transform-origin: 87.5% 0;
  animation: 0s 0.1s forwards index__mosaic__Bs-F9;
}
@keyframes index__mosaic__Bs-F9 {
  0% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0);
  }
}
.index__swing__tOIrH {
  transform-origin: top;
  animation: index__swing__tOIrH;
}
@keyframes index__swing__tOIrH {
  0% {
    transform: rotateX(0);
  }
  20% {
    transform: rotateX(480deg);
  }
  50% {
    transform: rotateX(300deg);
  }
  80% {
    transform: rotateX(400deg);
  }
  to {
    transform: rotateX(360deg);
  }
}
.index__twist__B-Djq .index__twistCell__55n89:first-child,
.index__twist__B-Djq .index__twistCell__55n89:nth-child(11) {
  clip-path: polygon(-5% -5%, 25% 0%, 25% 115%, -5% 100%);
  transform-origin: 12.5% 0;
  animation: cubic-bezier(0.25, 0.46, 0.45, 0.94) both index__twist__B-Djq;
  transform: rotateY(360deg);
}
.index__twist__B-Djq .index__twistCell__55n89:nth-child(2),
.index__twist__B-Djq .index__twistCell__55n89:nth-child(12) {
  clip-path: polygon(25% 0, 50% 0, 50% 100%, 25% 100%);
  transform-origin: 25% 0;
  animation: 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both
    index__twist__B-Djq;
  transform: rotateY(360deg);
}
.index__twist__B-Djq .index__twistCell__55n89:nth-child(3),
.index__twist__B-Djq .index__twistCell__55n89:nth-child(13) {
  clip-path: polygon(50% 0, 75% 0, 75% 100%, 50% 100%);
  transform-origin: 50% 0;
  animation: 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s both
    index__twist__B-Djq;
  transform: rotateY(360deg);
}
.index__twist__B-Djq .index__twistCell__55n89:nth-child(4),
.index__twist__B-Djq .index__twistCell__55n89:nth-child(14) {
  clip-path: polygon(75% -15%, 105% 0, 105% 100%, 75% 100%);
  transform-origin: 75% 0;
  animation: 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 50ms both
    index__twist__B-Djq;
  transform: rotateY(360deg);
}
.index__twistCell__55n89 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes index__twist__B-Djq {
  0% {
    opacity: 0;
    transform: translateZ(700px) translateY(400px) translate(-800px);
  }
  to {
    opacity: 1;
  }
}
.index__swirl__Jk2-6 {
  animation: forwards index__swirl__Jk2-6;
}
@keyframes index__swirl__Jk2-6 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

body {
}

.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;
}

iframe {
}

img {
  display: unset !important;

  margin-top: 0px !important;

  margin-bottom: 0px !important;
}

video {
  display: unset !important;
}

.sb-custom {
  font-size: 17px !important;

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

  color: #000000 !important;

  line-height: 1.8 !important;
}

.sb-custom img {
  margin-top: 0px !important;

  margin-bottom: 0px !important;
}
#sb-part-9546.sb-custom-part-m5548wwmda68hxmzw26

/* 全体の設定 */
.puyoBtn__area {
  /* 横幅（ボタンの大きさに影響します） */
  width: 500px;
  /* 最大幅 */
  max-width: 95%;
  /* 高さ */
  height: auto;
  /*外側の余白｜上下余白｜左右余白（auto=センタリング）｜*/
  margin: 30px auto;
}

#sb-part-9546.sb-custom-part-m5548wwmda68hxmzw26

/* ボタンリンクの設定 */
.puyoBtn__area .btn {
  display: block;
  /* 横幅 */
  width: 100%;
  /* 高さ */
  height: auto;
}

#sb-part-9546.sb-custom-part-m5548wwmda68hxmzw26

/* ボタンの画像 */
.puyoBtn__area .btn img {
  /* 横幅 */
  width: 100%;
  /* 高さ */
  height: auto;
  /*アニメーションの設定｜アニメーション名｜1回のサイクルに要する時間｜進め方｜実行回数｜*/
  animation: puyoBtn 1.6s ease-in infinite;
}

/* アニメーションの詳細設定 */
@keyframes puyoBtn {
  /* タイミング */
  0% {
    /* ボタンの拡大、縮小
    ・値が1つ = X＆Y軸
    ・値が2つ = X軸, Y軸 */
    transform: scale(1.09);
  }

  10% {
    transform: scale(1.09);
  }

  30% {
    transform: scale(1.01);
  }

  40% {
    transform: scale(1.01);
  }

  50% {
    transform: scale(1, 1.04);
  }

  60% {
    transform: scale(1.09);
  }

  70% {
    transform: scale(1.02);
  }

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


/* --------------------
Utils
-------------------- */

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.centering {
  text-align: center !important;
}

.righting {
  text-align: right !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

/* --------------------
add-style
-------------------- */


.fv_innerbox{
  font-size: calc((100vw - 320px) / 140 + 16px);
  line-height: 0;
}

.fv_innerbox p.pr{
  margin: 0;
  padding: 2px;
  font-size: 0.6rem;
  line-height: initial;
  color: #fff;
  position: absolute;
}
.voice_container,.voice_innerbox{
  font-size: calc((100vw - 320px) / 140 + 16px);
}

.voice_container--title{
  font-size: 2rem!important;
  text-align: center;
  line-height: 1.5em;
  
}

.voice_container--title span{
  background-color: rgb(255, 255, 204);
  color: rgb(255, 24, 132);
  display: inline;
}

.voice_innerbox h3{
  font-size: 1.8rem!important;
  text-align: center;
  padding: 5px;
}


.voice_innerbox--shadow{
  background-color: #fff;
  box-shadow: 0 0 10px gray;
  border-radius: 10px;
}
.annotation_innerbox{
  font-size: calc((100vw - 320px) / 140 + 16px);
}


.annotation_innerbox--text{
  font-size: 0.6rem;
  padding: 5px 10px;
  text-align: left;
}

.footer {
  background: #202020;
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: 'Sawarabi Mincho';
  letter-spacing: 0.3rem;
}

.footer p {
  display: inline-block;
  margin: 0;
}
.footer p a{
  color: #fff;
}
.footer p:first-child:after {
  content:"|";
  color:#fff;
  padding: 0 10px;

}

.voice-video {
	width: 100%;
	overflow: hidden;
}
.voice-video__inner {
	overflow: hidden;
	width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px 10px 0px 0px;
}
.voice-video__inner iframe{
  width: 100%;
  height: 100%;
}

/* 画像 */
.image {
  display: block;
  margin: 0 auto !important;
  line-height: 1;
}

/* 画像幅 */
.w100per {
  width: 100%;
}
.w90per {
  width: 90%;
}
.w80per {
  width: 80%;
}
.w70per {
  width: 70%;
}
.w60per {
  width: 60%;
}
.w50per {
  width: 50%;
}
.w40per {
  width: 40%;
}
.w30per {
  width: 30%;
}
.w20per {
  width: 20%;
}
.w10per {
  width: 10%;
}

/* 右寄せ */
.aL {
  text-align: left;
}
.aC {
  text-align: center;
}
.aR {
  text-align: right;
}

/* 注釈 */
.notes {
  font-size: 9px;
}