* {
	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 {
	font-size: 2em;
	margin: 0.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: -0.5em;
}

sub {
	bottom: -0.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;
}

.line_keep {
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	text-align: center;
	transform: scale(1);
	transform-origin: left center;
}

.line_keep2 {
	font-size: 21px;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	text-align: center;
	transform: scale(1);
	transform-origin: left center;
}

@media screen and (max-width: 640px) {
	.line_keep {
		font-size: calc(3vw + 1px);
	}

	.line_keep2 {
		font-size: calc(4vw + 1px);
	}
}

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

: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);
	}
}

.preview-message-47b58f80-c40d-4e6c-8901-d2600a872264 {
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	background-color: red;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	z-index: 2147483647;
}

.preview-message-47b58f80-c40d-4e6c-8901-d2600a872264 .close {
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 4px;
	margin-left: 10px;
}

body {
	user-select: inherit !important;
}

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: 0px !important;

	padding-right: 0px !important;
}

body .article-body iframe {}

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-9546.sb-custom-part-mcya7tim57pgcxudc2a

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

#sb-part-9546.sb-custom-part-mcya7tim57pgcxudc2a

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

#sb-part-9546.sb-custom-part-mcya7tim57pgcxudc2a

/* ボタンの画像 */
.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);
	}
}