/**************************************
 * gekibana
/**************************************/

.about-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 102px 66px;
}

.about-lead {
	width: 54%;
}

.about-lead__title {
	margin-bottom: 28px;
	color: #9ad7e6;
	white-space: nowrap;
}

.about-graphic {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 46%;
	padding-left: 60px;
}

.about-graphic__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 370px;
	padding-top: 106px;
}

.about-graphic__image.-show > svg .l-bal {
	-webkit-transform: translateY(0px);
	-webkit-transition: 0.4s ease-out;
	transform: translateY(0px);
	opacity: 1;
	transition: 0.4s ease-out;
}

.about-graphic__image.-show > svg .item {
	-webkit-transform: translateY(0px);
	-webkit-transition: 0.4s ease-out 1.2s;
	transform: translateY(0px);
	opacity: 1;
	transition: 0.4s ease-out 1.2s;
}

.about-graphic__image.-show > svg .dots rect {
	fill: #f19089;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(1) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(2) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(3) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(4) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(5) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(6) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(7) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.about-graphic__image.-show > svg .dots rect:nth-of-type(8) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.about-graphic__image.-show > svg .r-bal {
	-webkit-transform: translateY(0px);
	-webkit-transition: 0.4s ease-out 2.5s;
	transform: translateY(0px);
	opacity: 1;
	transition: 0.4s ease-out 2.5s;
}

.about-graphic__image > svg .st0 {
	fill: #C6E6EE;
}

.about-graphic__image > svg .st1 {
	fill: #F9E6D4;
}

.about-graphic__image > svg .st2 {
	fill: #FFF4C5;
}

.about-graphic__image > svg .st3 {
	fill: #C3EACA;
}

.about-graphic__image > svg .st4 {
	fill: #F7BF9E;
}

.about-graphic__image > svg .st5 {
	fill: #EEEEEE;
}

.about-graphic__image > svg .st6 {
	fill: #F19089;
}

.about-graphic__image > svg .st7 {
	fill: #9C9C9D;
}

.about-graphic__image > svg .l-bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-graphic__image > svg .item {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-graphic__image > svg .r-bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-flow__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.about-flow__title .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 37px;
	margin-right: 30px;
}

.about-flow__cover {
	max-width: 1683px;
	margin: 0 auto;
}

.about-flow__box {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	margin-right: 70px;
	margin-left: 78px;
}

.about-flow__box.-show .about-point__image .image.-i1 > svg .frame {
	-webkit-animation-name: about-anm__frame1;
	animation-name: about-anm__frame1;
}

.about-flow__box.-show .about-point__image .image.-i1 > svg .hand {
	-webkit-animation-name: about-anm__hand1;
	animation-name: about-anm__hand1;
}

.about-flow__box.-show .about-point__image .image.-i2 > svg .frame {
	-webkit-animation-name: about-anm__frame2;
	animation-name: about-anm__frame2;
}

.about-flow__box.-show .about-point__image .image.-i2 > svg .hand {
	-webkit-animation-name: about-anm__hand2;
	animation-name: about-anm__hand2;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .l-bal {
	-webkit-animation-name: about-anm__lbal3;
	animation-name: about-anm__lbal3;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .item {
	-webkit-animation-name: about-anm__item3;
	animation-name: about-anm__item3;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(1) {
	-webkit-animation-name: about-anm__dot3_1;
	animation-name: about-anm__dot3_1;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(2) {
	-webkit-animation-name: about-anm__dot3_2;
	animation-name: about-anm__dot3_2;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(3) {
	-webkit-animation-name: about-anm__dot3_3;
	animation-name: about-anm__dot3_3;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(4) {
	-webkit-animation-name: about-anm__dot3_4;
	animation-name: about-anm__dot3_4;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(5) {
	-webkit-animation-name: about-anm__dot3_5;
	animation-name: about-anm__dot3_5;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(6) {
	-webkit-animation-name: about-anm__dot3_6;
	animation-name: about-anm__dot3_6;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(7) {
	-webkit-animation-name: about-anm__dot3_7;
	animation-name: about-anm__dot3_7;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .dots rect:nth-of-type(8) {
	-webkit-animation-name: about-anm__dot3_8;
	animation-name: about-anm__dot3_8;
}

.about-flow__box.-show .about-point__image .image.-i3 > svg .r-bal {
	-webkit-animation-name: about-anm__rbal3;
	animation-name: about-anm__rbal3;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .item {
	-webkit-animation-name: about-anm__item4;
	animation-name: about-anm__item4;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(1) {
	-webkit-animation-name: about-anm__dot4_1;
	animation-name: about-anm__dot4_1;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(2) {
	-webkit-animation-name: about-anm__dot4_2;
	animation-name: about-anm__dot4_2;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(3) {
	-webkit-animation-name: about-anm__dot4_3;
	animation-name: about-anm__dot4_3;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(4) {
	-webkit-animation-name: about-anm__dot4_4;
	animation-name: about-anm__dot4_4;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(5) {
	-webkit-animation-name: about-anm__dot4_5;
	animation-name: about-anm__dot4_5;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(6) {
	-webkit-animation-name: about-anm__dot4_6;
	animation-name: about-anm__dot4_6;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(7) {
	-webkit-animation-name: about-anm__dot4_7;
	animation-name: about-anm__dot4_7;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .dots rect:nth-of-type(8) {
	-webkit-animation-name: about-anm__dot4_8;
	animation-name: about-anm__dot4_8;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .bal {
	-webkit-animation-name: about-anm__bal4;
	animation-name: about-anm__bal4;
}

.about-flow__bg.-row {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
	background-image: linear-gradient(to right, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 18px);
	background-position: calc(50% + 8px) center;
	background-size: 18px 2px;
	background-repeat: repeat-x;
}

.about-flow__bg.-col {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
	background-image: linear-gradient(to bottom, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 18px);
	background-position: center calc(50% + 8px);
	background-size: 2px 18px;
	background-repeat: repeat-y;
}

.about-point {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 48px 0 46px;
}

.about-point:nth-of-type(2n-1) {
	padding-right: 32px;
	padding-left: 24px;
}

.about-point:nth-of-type(2n) {
	padding-right: 42px;
	padding-left: 54px;
}

.about-point:nth-of-type(1) .about-point__image,
.about-point:nth-of-type(2) .about-point__image {
	height: 228px;
}

.about-point:nth-of-type(3) .about-point__image,
.about-point:nth-of-type(4) .about-point__image {
	height: 187px;
}

.about-point__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 53px;
}

.about-point__title.-nottl > p {
	padding-left: 48px;
}

.about-point__title .step {
	-ms-flex-negative: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	width: 170px;
	padding-top: 4px;
}

.about-point__title .step-en {
	margin-right: 16px;
	font-size: 2.9rem;
}

.about-point__title .step-num {
	height: 30px;
}

.about-point__link {
	margin-top: -31px;
	margin-bottom: 36px;
}

.about-point__link .link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.about-point__link .link .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	margin-right: 18px;
}

.about-point__link .link .text {
	position: relative;
	color: #f7bf9e;
}

.about-point__image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.about-point__image .image {
	max-width: 100%;
}

.about-point__image .image > svg .anm {
	-webkit-animation-duration: 16s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 16s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.about-point__image .image.-i1 {
	width: 438px;
}

.about-point__image .image.-i1 > svg .st0 {
	fill: #F7BF9E;
}

.about-point__image .image.-i1 > svg .st1 {
	fill: #C6E6EE;
}

.about-point__image .image.-i1 > svg .st2 {
	fill: #FFF4C5;
}

.about-point__image .image.-i1 > svg .st3 {
	fill: #9C9C9D;
}

.about-point__image .image.-i1 > svg .st4 {
	fill: #F9E6D4;
}

.about-point__image .image.-i1 > svg .st5 {
	fill: #EEEEEE;
}

.about-point__image .image.-i1 > svg .st6 {
	fill: #C3EACA;
}

.about-point__image .image.-i1 > svg .st7 {
	fill: #AEBEF4;
}

.about-point__image .image.-i1 > svg .st8 {
	fill: #F19089;
}

.about-point__image .image.-i1 > svg .frame {
	opacity: 0;
}

.about-point__image .image.-i1 > svg .hand {
	-webkit-transform: translate(0px);
	transform: translate(0px);
}

.about-point__image .image.-i2 {
	width: 520px;
}

.about-point__image .image.-i2 > svg .st0 {
	fill: #F19089;
}

.about-point__image .image.-i2 > svg .st1 {
	fill: #EEEEEE;
}

.about-point__image .image.-i2 > svg .st2 {
	fill: #FFF4C5;
}

.about-point__image .image.-i2 > svg .st3 {
	fill: #C3EACA;
}

.about-point__image .image.-i2 > svg .st4 {
	fill: #C6E6EE;
}

.about-point__image .image.-i2 > svg .st5 {
	fill: #F7BF9E;
}

.about-point__image .image.-i2 > svg .st6 {
	fill: #F9E6D4;
}

.about-point__image .image.-i2 > svg .st7 {
	fill: #9C9C9D;
}

.about-point__image .image.-i2 > svg .frame {
	opacity: 0;
}

.about-point__image .image.-i2 > svg .hand {
	-webkit-transform: translate(0px);
	transform: translate(0px);
}

.about-point__image .image.-i3 {
	width: 380px;
}

.about-point__image .image.-i3 > svg .st0 {
	fill: #c6e6ee;
}

.about-point__image .image.-i3 > svg .st1 {
	fill: #F9E6D4;
}

.about-point__image .image.-i3 > svg .st2 {
	fill: #F7BF9E;
}

.about-point__image .image.-i3 > svg .st3 {
	fill: #EEEEEE;
}

.about-point__image .image.-i3 > svg .st4 {
	fill: #F19089;
}

.about-point__image .image.-i3 > svg .st5 {
	fill: #C3EACA;
}

.about-point__image .image.-i3 > svg .st6 {
	fill: #FFF4C5;
}

.about-point__image .image.-i3 > svg .l-bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-point__image .image.-i3 > svg .item {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-point__image .image.-i3 > svg .r-bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-point__image .image.-i4 {
	width: 400px;
}

.about-point__image .image.-i4 > svg .st0 {
	fill: #C6E6EE;
}

.about-point__image .image.-i4 > svg .st1 {
	fill: #F9E6D4;
}

.about-point__image .image.-i4 > svg .st2 {
	fill: #F09489;
}

.about-point__image .image.-i4 > svg .st3 {
	fill: #EEEEEE;
}

.about-point__image .image.-i4 > svg .st4 {
	fill: #F19089;
}

.about-point__image .image.-i4 > svg .st5 {
	fill: #C3EACA;
}

.about-point__image .image.-i4 > svg .st6 {
	fill: #F7BF9E;
}

.about-point__image .image.-i4 > svg .st7 {
	fill: #FFF4C5;
}

.about-point__image .image.-i4 > svg .bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.about-point__image .image.-i4 > svg .item {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}

.gekibana-thanks .thanks-lead__sub {
	font-size: 1.6rem;
	line-height: 3.3rem;
}

.gekibana-thanks__btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
	gap: 18px;
}

.gekibana-thanks__btn .thanks-home {
	width: 324px;
	margin: 0;
}

.gekibana-thanks__btn .thanks-home__link {
	background: #9ad7e6;
}

.gekibana-thanks__btn .thanks-home__link .text {
	padding-left: 45px;
}

.pro {
	padding-top: 5px;
}

.pro-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1800px;
	margin: 0 auto;
	margin-bottom: 91px;
}

.pro-slidecover {
	position: relative;
	width: 52%;
}

.pro-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-left: 102px;
}

.pro-slide__pagerlist img {
	height: 0;
}

.pro-slide .owlblock {
	width: calc(100% - 120px);
	margin: 0 auto;
}

.pro-slide .owlblock .owlwrapper .owl-stage-outer::before {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	content: '';
}

.pro-slide .owlblock .owlwrapper .item .img-cover::before {
	display: block;
	padding-top: 340px;
	content: '';
}

.pro-slide .owlblock .owlwrapper .item .img-cover > img {
	-o-object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pro-slide .owlblock .owlwrapper .owl-nav {
	height: 0;
}

.pro-slide .owlblock .owlwrapper .owl-dots {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-items: center;
	margin: 18px auto 0;
	gap: 18px;
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot {
	position: relative;
	width: calc((100% - 90px) / 6);
	max-width: 65px;
	cursor: none;
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot:last-of-type {
	margin-right: 0;
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot::before {
	display: block;
	width: 100%;
	padding-top: 100%;
	content: '';
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot.active .circle::after {
	opacity: 1;
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot .circle {
	-webkit-transition: 0.2s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: none;
	transition: 0.2s ease-out;
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot .circle::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #f19089;
	content: '';
	opacity: 0;
}

.pro-slide .owlblock .owlwrapper .myowlnav {
	-webkit-transition: 0.2s ease-out;
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 170px;
	transform: translateY(-50%);
	cursor: pointer;
	cursor: none;
	transition: 0.2s ease-out;
}

.pro-slide .owlblock .owlwrapper .myowlnav.-r {
	right: -60px;
}

.pro-slide .owlblock .owlwrapper .myowlnav.-l {
	left: -60px;
}

.pro-slide .owlblock .owlwrapper .myowlnav.-l .arrow {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.pro-slide .owlblock .owlwrapper .myowlnav .arrow {
	width: 18px;
	height: 36px;
}

.pro-slide .owlblock .owlwrapper .myowlnav .arrow > svg .block {
	-webkit-transform: rotateY(0deg);
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	transform: rotateY(0deg);
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.pro-slide .owlblock .owlwrapper .myowlnav .arrow > svg .block:nth-of-type(1) {
	-webkit-animation-name: item-slidenav__anm--block1;
	animation-name: item-slidenav__anm--block1;
}

.pro-slide .owlblock .owlwrapper .myowlnav .arrow > svg .block:nth-of-type(2) {
	-webkit-animation-name: item-slidenav__anm--block2;
	animation-name: item-slidenav__anm--block2;
}

.pro-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48%;
	padding-left: 70px;
}

.pro-inner__topbox {
	margin-bottom: 15px;
	padding-top: 26px;
}

.pro-inner__topbox .name-sub {
	font-size: 1.8rem;
	line-height: 2.9rem;
	letter-spacing: 0.01em;
}

.pro-inner__value {
	margin-bottom: 29px;
}

.pro-inner__value .-fontw {
	padding-right: 12px;
	color: #f19089;
	font-size: 4.2rem;
}

.pro-inner__value .-tax {
	margin-left: -6px;
}

.pro-inner__form .form {
	padding-right: 102px;
	padding-left: 0;
}

.pro-inner__form .form-wrap {
	margin-bottom: 22px;
}

.pro-inner__form .form-wrap.-mb {
	margin-bottom: 31px;
}

.pro-inner__form .form-wrap.-mb2 {
	margin-bottom: 8px;
}

.pro-inner__form .form-wrap.-textarea .form-item__area {
	height: 245px;
}

.pro-inner__form .form-item {
	display: block;
}

.pro-inner__form .form-item__titlecover {
	width: initial;
}

.pro-inner__form .form-item__titlecover .-small {
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}

.pro-inner__form .form-item__area {
	width: 100% !important;
}

.pro-inner__form .form-item .pro-inner__option {
	text-align: right;
}

.pro-inner__form .form-item .pro-inner__optionhead {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 17px;
	cursor: pointer;
}

.pro-inner__form .form-item .pro-inner__optionhead.-open .icon > svg .tri {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pro-inner__form .form-item .pro-inner__optionhead .text {
	position: relative;
	margin-right: 11px;
	color: #575757;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.pro-inner__form .form-item .pro-inner__optionhead .icon {
	width: 22px;
	height: 22px;
}

.pro-inner__form .form-item .pro-inner__optionhead .icon > svg .tri {
	-webkit-transform-origin: center;
	-webkit-transform: rotate(0);
	-webkit-transition: 0.2s ease-out;
	transform: rotate(0);
	transform-origin: center;
	transition: 0.2s ease-out;
}

.pro-inner__form .form-item .pro-inner__optionbox {
	-webkit-transition: 0.4s ease-out;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 0.4s ease-out;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner {
	padding-top: 12px;
	padding-bottom: 16px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block {
	margin-bottom: 26px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block:nth-last-of-type(1) {
	margin-bottom: 0;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	color: #f19089;
	font-size: 1.9rem;
	line-height: 2.9rem;
	letter-spacing: 0.01em;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko {
	display: inline-block;
	position: relative;
	width: 2px;
	height: 22px;
	background: #f19089;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 2px;
	background: #f19089;
	content: '';
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 2px;
	background: #f19089;
	content: '';
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko.-end {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-text {
	padding: 0 10px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -3px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dt.color-name {
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: 0.01em;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dd.color-price {
	margin-right: -10px;
	font-size: 1.6rem;
	line-height: 3.5rem;
	letter-spacing: 0.01em;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dd.color-price .-fontw {
	padding-right: 4px;
	color: #f19089;
	font-size: 2.6rem;
	line-height: 3.5rem;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dd.color-price .-tax {
	margin-left: -6px;
}

.pro-inner__focus {
	position: relative;
	margin-bottom: 48px;
}

.pro-inner__focus .asterisk {
	position: absolute;
	top: 0;
	left: 0;
	color: #f7bf9e;
}

.pro-inner__focus .text {
	display: inline-block;
	padding-left: 22px;
}

.pro-inner__order {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pro-inner__order dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.pro-inner__order dl.-price {
	margin-bottom: 35px;
}

.pro-inner__order dl > dd {
	margin-left: 35px;
}

.pro-inner__order dl > dd .-fontw {
	padding-right: 10px;
	color: #f19089;
	font-size: 3.0rem;
}

.pro-inner__counter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.pro-inner__counter .counter-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f9f9f9;
	cursor: none;
}

.pro-inner__counter .counter-btn__icon {
	display: inline-block;
	position: relative;
	width: 20px;
}

.pro-inner__counter .counter-btn__icon > svg {
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pro-inner__counter .counter-value {
	width: 80px;
	height: 70px;
	margin: 0 20px;
}

.pro-inner__counter .counter-input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background: #f9f9f9;
	text-align: center;
}

.pro-inner__counter .counter-input[type="number"]::-webkit-outer-spin-button,
.pro-inner__counter .counter-input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.pro-inner__place {
	margin-bottom: 32px;
}

.pro-inner__place .form-item__area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
}

.pro-inner__place .form-item__radio > label.-first {
	margin-right: 60px;
}

.pro-inner__place .form-item__radio > label input.form-radio-prop:checked + .form-radio .form-radio-area {
	border-color: #f7bf9e;
}

.pro-inner__place .form-item__radio > label .form-radio-area {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #f9e6d4;
}

.pro-inner__btn {
	margin-bottom: 38px;
}

.pro-inner__btn .form-item__submit {
	width: 298px;
}

.pro-inner__btn .form-item__submitlink {
	background: #f7bf9e;
}

.pro-inner__btn .form-item__submitlink .text {
	padding-right: 28px;
	padding-left: 33px;
}

.pro-inner__btn .form-item__submitlink .icon {
	width: 43px;
	height: 38px;
}

.pro-inner__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pro-inner__sns .sns-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-left: 24px;
	gap: 23px;
}

.pro-inner__sns .sns-item.-facebook {
	width: 34px;
}

.pro-inner__sns .sns-item.-twitter {
	width: 28px;
}

.pro-inner__sns .sns-item.-line {
	width: 32px;
}

.pro-inner__sns .sns-item > img {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.05s;
	transform: translateY(0);
	transition: 0.05s;
}

.pro-inner__contact {
	margin-top: 19px;
}

.pro-inner__contact .contactlink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.pro-inner__contact .contactlink .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	margin-right: 12px;
}

.pro-inner__contact .contactlink .text {
	position: relative;
	color: #575757;
	line-height: 1.3;
}

.pro .single-section__jp.-type2 {
	font-size: 2.9rem;
	line-height: 3.9rem;
}

.pro .single-section__icon.-details {
	width: 31px;
}

.pro .single-section__icon.-read {
	width: 44px;
}

.pro .single-gift {
	margin-bottom: 0 !important;
}

.pro-details {
	margin-bottom: 56px;
}

.pro-details .single-section__title {
	margin-bottom: 32px;
}

.pro-details .single-section__jp.-type2 {
	font-size: 3.5rem;
	line-height: 4.5rem;
}

.pro-read {
	margin-bottom: 71px;
}

.pro-read .single-section__title {
	margin-bottom: 25px;
}

.pro-read__item {
	position: relative;
	padding-left: 30px;
}

.pro-read__item::before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f7bf9e;
	content: '';
}

.pro-read__item.-limit {
	padding-top: 24px;
}

.pro-read__item.-limit::before {
	display: none;
}

.pro-read__item.-limit dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pro-read__item.-limit dl > dt {
	position: relative;
	width: 360px;
}

.pro-read__item.-limit dl > dt::after {
	position: absolute;
	top: 0;
	right: 20px;
	content: '：';
}

.pro-read__item.-limit dl > dd {
	width: calc(100% - 360px);
}

.pro-back {
	width: 285px;
	height: 85px;
	margin: 0 auto 98px;
}

.pro-back__btnlink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #9ad7e6;
	color: #fff;
}

.pro-back__btnlink .text {
	padding-right: 24px;
	padding-left: 33px;
}

.pagetop-main {
	position: relative;
	width: 100%;
	height: 583px;
	margin-bottom: 49px;
}

.pagetop-main__stage {
	position: relative;
	width: 100%;
	height: calc(100% - 36px);
	overflow: hidden;
	background: #9c9c9d;
}

.pagetop-main__stage::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	opacity: 0;
}

.pagetop-main__stage.-off .pagetop-main__light::after {
	-webkit-transition: opacity 0.3s ease-out;
	opacity: 0.7;
	transition: opacity 0.3s ease-out;
}

.pagetop-main__stage.-off .pagetop-main__light .-left,
.pagetop-main__stage.-off .pagetop-main__light .-right {
	-webkit-transition: 0.1s ease-out 0.2s;
	opacity: 0;
	transition: 0.1s ease-out 0.2s;
}

.pagetop-main__stage.-open .pagetop-main__opening {
	-webkit-animation-name: main-scene__open;
	-webkit-animation-duration: 2.4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	animation-duration: 2.4s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-fill-mode: forwards;
	animation-name: main-scene__open;
}

.pagetop-main__stage.-close .pagetop-main__opening {
	-webkit-animation-name: main-scene__close;
	-webkit-animation-duration: 2.4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 2.4s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-name: main-scene__close;
}

.pagetop-main__stage.-resizeclose .pagetop-main__opening {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.pagetop-main__stage.-scene1_1 .pagetop-main__graphic .circle-light.-g1 {
	-webkit-transition: opacity 0.3s ease-out 1s;
	opacity: 1;
	transition: opacity 0.3s ease-out 1s;
}

.pagetop-main__stage.-scene1_2 .pagetop-main__light .-left,
.pagetop-main__stage.-scene2_1 .pagetop-main__light .-left,
.pagetop-main__stage.-scene3_1 .pagetop-main__light .-left {
	opacity: 1;
}

.pagetop-main__stage.-scene1_2 .pagetop-main__light .-right,
.pagetop-main__stage.-scene2_1 .pagetop-main__light .-right,
.pagetop-main__stage.-scene3_1 .pagetop-main__light .-right {
	opacity: 1;
}

.pagetop-main__stage.-scene3_2 .pagetop-main__graphic.-g3 .circle-light {
	-webkit-transition: 0.2s ease-out;
	opacity: 1;
	transition: 0.2s ease-out;
}

.pagetop-main__stage.-scene3_3 .pagetop-main__light .-left {
	right: calc(50% + 30px);
	opacity: 1;
}

.pagetop-main__stage.-scene3_3 .pagetop-main__light .-right {
	left: calc(50% + 115px);
	opacity: 1;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-left {
	right: calc(50% - 25px);
	border-width: 547px 184px 0 0;
	opacity: 1;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right {
	left: calc(50% + 90px);
	border-width: 0 184px 547px 0;
	opacity: 1;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right::before {
	left: 184px;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-left {
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0s 0.3s;
	right: calc(50% - 25px);
	border-width: 547px 184px 0 0;
	opacity: 0;
	transition: opacity 0.3s ease-out, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s ease-out, transform 0s 0.3s;
	transition: opacity 0.3s ease-out, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-left::before {
	top: -547px;
	height: 547px;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right {
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0s 0.3s;
	left: calc(50% + 90px);
	border-width: 0 184px 547px 0;
	opacity: 0;
	transition: opacity 0.3s ease-out, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s ease-out, transform 0s 0.3s;
	transition: opacity 0.3s ease-out, transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right::before {
	left: 184px;
}

.pagetop-main__stage.-scene3_5::after {
	-webkit-transition: 0.3s ease-out;
	opacity: 1;
	transition: 0.3s ease-out;
}

.pagetop-main__stage.-scene3_6::after {
	-webkit-transition: 0.3s ease-out;
	opacity: 0.7;
	transition: 0.3s ease-out;
}

.pagetop-main__gbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagetop-main__gbox .-anm {
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.pagetop-main__opening {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	gap: 48px;
	background: #c6e6ee;
}

.pagetop-main__opening::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #f9e6d4;
	content: '';
}

.pagetop-main__final {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.pagetop-main__final::after {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1110px;
	height: 16px;
	transform: translateX(-50%);
	background: #f19089;
	content: '';
}

.pagetop-main__final .step {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}

.pagetop-main__final .step.-step1 {
	width: 1024px;
	height: 189px;
}

.pagetop-main__final .step.-step1 > svg .st0 {
	display: none;
}

.pagetop-main__final .step.-step1 > svg .st1 {
	display: inline;
}

.pagetop-main__final .step.-step1 > svg .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step1 > svg .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step1 > svg .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step1 > svg .st5 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step1 > svg .st6 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step1 > svg .st7 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step1 > svg .st8 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step1 > svg .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step1 > svg .st10 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step1 > svg .st11 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step2 {
	width: 1025px;
	height: 189px;
}

.pagetop-main__final .step.-step2 > svg .st0 {
	display: none;
}

.pagetop-main__final .step.-step2 > svg .st1 {
	display: inline;
}

.pagetop-main__final .step.-step2 > svg .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step2 > svg .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step2 > svg .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step2 > svg .st5 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step2 > svg .st6 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step2 > svg .st7 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step2 > svg .st8 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step2 > svg .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step2 > svg .st10 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step2 > svg .st11 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step3 {
	width: 1024px;
	height: 189px;
}

.pagetop-main__final .step.-step3 > svg .st0 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step3 > svg .st1 {
	fill: #F09489;
}

.pagetop-main__final .step.-step3 > svg .st2 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step3 > svg .st3 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step3 > svg .st4 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step3 > svg .st5 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step3 > svg .st6 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step3 > svg .st7 {
	fill: #F19089;
}

.pagetop-main__final .step.-step3 > svg .st8 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step3 > svg .st9 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step3 > svg .st10 {
	fill: none;
}

.pagetop-main__final .step.-step3 > svg .bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.pagetop-main__final.-final1 {
	opacity: 1;
}

.pagetop-main__final.-final1 .step.-step1 {
	opacity: 1;
}

.pagetop-main__final.-final2 {
	opacity: 1;
}

.pagetop-main__final.-final2 .step.-step3 {
	opacity: 1;
}

.pagetop-main__final.-final2 .step.-step3 .bal {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.4s ease-out;
	transform: translateY(0);
	opacity: 1;
	transition: 0.4s ease-out;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(1) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(2) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(3) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(4) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(5) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(6) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(7) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(8) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(9) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(10) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(11) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(12) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(13) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(14) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(15) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(16) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(17) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(18) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(19) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(20) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(21) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(22) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.pagetop-main__final.-final2 .step.-step3 .bal:nth-of-type(23) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.pagetop-main__final.-final3 {
	opacity: 1;
}

.pagetop-main__final.-final3 .step.-step2 {
	opacity: 1;
}

.pagetop-main__graphic {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pagetop-main__graphic .circle-light {
	-webkit-transform: translateX(-76px);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 14px);
	transform: translateX(-76px);
	background: radial-gradient(circle at 1200px 100px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
	opacity: 0;
}

.pagetop-main__graphic .circle-light.-g1 {
	-webkit-transform: translateX(-76px);
	transform: translateX(-76px);
	background: radial-gradient(circle at 115px 450px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .circle-light.-g2 {
	-webkit-transform: translate(0);
	height: 546px;
	transform: translate(0);
	background: radial-gradient(circle at 910px 190px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .circle-light.-g3 {
	-webkit-transform: initial;
	height: 100%;
	transform: initial;
	background: initial;
}

.pagetop-main__graphic .circle-light.-g3 > canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pagetop-main__graphic .circle-light.-g3 > canvas.-layer2 {
	opacity: 0;
}

.pagetop-main__graphic .circle-light > span {
	position: absolute;
	height: 100%;
	background: #000;
	opacity: 0.7;
}

.pagetop-main__graphic .circle-light > span.circle-light__right {
	-webkit-transform: translateY(-50%);
	top: 50%;
	left: 100%;
	width: 100vw;
	transform: translateY(-50%);
}

.pagetop-main__graphic .circle-light > span.circle-light__left {
	-webkit-transform: translateY(-50%);
	top: 50%;
	right: 100%;
	width: 100vw;
	transform: translateY(-50%);
}

.pagetop-main__graphic .supporter {
	position: absolute;
	bottom: 0;
	width: 77px;
	height: 85px;
	opacity: 0;
}

.pagetop-main__graphic .supporter.-g1 {
	left: 65px;
}

.pagetop-main__graphic .supporter.-g1_2 {
	right: 17px;
}

.pagetop-main__graphic .supporter.-g2,
.pagetop-main__graphic .supporter.-g3 {
	right: 30px;
	width: 75px;
}

.pagetop-main__graphic .supporter.-g3 {
	opacity: 1;
}

.pagetop-main__graphic.-g1 {
	-webkit-transform: translateX(-50%);
	left: 47%;
	width: 1248px;
	height: 534px;
	transform: translateX(-50%);
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .st0 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g1 > svg .st1 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g1 > svg .st2 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g1 > svg .st3 {
	fill: #F19089;
}

.pagetop-main__graphic.-g1 > svg .st4 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g1 > svg .st5 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g1 > svg .st6 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g1 > svg .st7 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g1 > svg .st8 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g1 > svg .st9 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g1 > svg .st10 {
	fill: none;
}

.pagetop-main__graphic.-g1 > svg .buyer {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .buyer.-b4 .bal,
.pagetop-main__graphic.-g1 > svg .buyer.-b4_4 .bal {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .buyer.-b4_3 {
	-webkit-transform-origin: 760px;
	transform-origin: 760px;
}

.pagetop-main__graphic.-g1 > svg .buyer.-b4_5 .bal {
	-webkit-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .casher {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .casher.-c1 {
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
}

.pagetop-main__graphic.-g1 > svg .casher.-c1 .flower {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .casher.-c1_2 .head {
	-webkit-transform-origin: 1860px 412px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: 1860px 412px;
}

.pagetop-main__graphic.-g1 > svg .casher.-c2 {
	-webkit-transform: translateX(180px) scaleX(-1);
	-webkit-transform-origin: 2395px;
	transform: translateX(180px) scaleX(-1);
	transform-origin: 2395px;
}

.pagetop-main__graphic.-g1 > svg .casher.-c2_2 {
	-webkit-transform: scaleX(1);
	-webkit-transform-origin: 2208px;
	transform: scaleX(1);
	transform-origin: 2208px;
}

.pagetop-main__graphic.-g1 > svg .white-cover {
	-webkit-transform: translateY(144px);
	transform: translateY(144px);
}

.pagetop-main__graphic.-g1 > svg .white-cover .st2 {
	fill: #fff;
}

.pagetop-main__graphic.-g1 > svg .carrier {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .carrier.-c1 {
	-webkit-transform-origin: 2390px;
	-webkit-transform: rotateY(810deg);
	transform: rotateY(810deg);
	transform-origin: 2390px;
	opacity: 1;
}

.pagetop-main__graphic.-g1 > svg .operator {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .operator.-o1 {
	-webkit-transform-origin: 1190px;
	-webkit-transform: translateX(-295px) rotateY(810deg);
	transform: translateX(-295px) rotateY(810deg);
	transform-origin: 1190px;
	opacity: 1;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2 {
	-webkit-transform-origin: 1190px;
	-webkit-transform: rotateY(810deg);
	transform: rotateY(810deg);
	transform-origin: 1190px;
	opacity: 1;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_4 {
	-webkit-transform-origin: 1160px;
	transform-origin: 1160px;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_4 .sign {
	-webkit-transform: translateX(319px);
	transform: translateX(319px);
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_5 {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_5 .sign {
	opacity: 1;
}

.pagetop-main__graphic.-g1 > svg .operator .hair {
	-webkit-transform: translateX(19px);
	transform: translateX(19px);
}

.pagetop-main__graphic.-g1 > svg .sign {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .cartbox .flowers {
	opacity: 0;
}

.pagetop-main__graphic.-g1 > svg .cartbox .flowers .item.-i1,
.pagetop-main__graphic.-g1 > svg .cartbox .flowers .item.-i2,
.pagetop-main__graphic.-g1 > svg .cartbox .flowers .item.-i3,
.pagetop-main__graphic.-g1 > svg .cartbox .flowers .item.-i4,
.pagetop-main__graphic.-g1 > svg .cartbox .flowers .sign {
	opacity: 0;
}

.pagetop-main__graphic.-g2 {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	left: 50%;
	height: 100%;
	transform: translateX(-50%) rotateY(0deg);
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg {
	width: initial;
	height: 100%;
}

.pagetop-main__graphic.-g2 > svg .st0 {
	fill: #F19089;
}

.pagetop-main__graphic.-g2 > svg .st1 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g2 > svg .st2 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g2 > svg .st3 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g2 > svg .st4 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g2 > svg .st5 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g2 > svg .st6 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g2 > svg .st7 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g2 > svg .st8 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g2 > svg .st9 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g2 > svg .st10 {
	fill: #F09489;
}

.pagetop-main__graphic.-g2 > svg .white-cover rect {
	fill: #fff;
}

.pagetop-main__graphic.-g2 > svg .sword-flower {
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg .bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg .-after {
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg .act1 {
	-webkit-transform-origin: 305px;
	transform-origin: 305px;
}

.pagetop-main__graphic.-g2 > svg .act2.-after {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
}

.pagetop-main__graphic.-g2 > svg .act3.-after {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}

.pagetop-main__graphic.-g2 > svg .act4 {
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg .act4.-before {
	-webkit-transform: translateX(70px) rotateY(0);
	-webkit-transform-origin: 1130px;
	transform: translateX(70px) rotateY(0);
	transform-origin: 1130px;
}

.pagetop-main__graphic.-g2 > svg .dancers,
.pagetop-main__graphic.-g2 > svg .audience {
	opacity: 0;
}

.pagetop-main__graphic.-g2 > svg .dancers.-first,
.pagetop-main__graphic.-g2 > svg .audience.-first {
	opacity: 1;
}

.pagetop-main__graphic.-g2 > svg .gift {
	opacity: 0;
}

.pagetop-main__graphic.-g3 {
	-webkit-transform: translateX(-50%) rotateY(-90deg);
	bottom: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%) rotateY(-90deg);
	opacity: 0;
}

.pagetop-main__graphic.-g3 > svg {
	width: initial;
	height: 100%;
}

.pagetop-main__graphic.-g3 > svg .st0 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g3 > svg .st1 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g3 > svg .st2 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g3 > svg .st3 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g3 > svg .st4 {
	fill: #F19089;
}

.pagetop-main__graphic.-g3 > svg .st5 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g3 > svg .st6 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g3 > svg .st7 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g3 > svg .st8 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g3 > svg .st9 {
	fill: none;
}

.pagetop-main__graphic.-g3 > svg .st10 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g3 > svg .st11 {
	fill: #F09489;
}

.pagetop-main__graphic.-g3 > svg .act {
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.pagetop-main__graphic.-g3 > svg .step1 .-lightblue {
	-webkit-transform-origin: 1250px;
	transform-origin: 1250px;
}

.pagetop-main__graphic.-g3 > svg .step1 .-orange {
	-webkit-transform-origin: 1407px;
	transform-origin: 1407px;
}

.pagetop-main__graphic.-g3 > svg .step1 .-blue {
	-webkit-transform-origin: 570px;
	transform-origin: 570px;
}

.pagetop-main__graphic.-g3 > svg .step2 .-grey {
	-webkit-transform-origin: 710px;
	transform-origin: 710px;
}

.pagetop-main__graphic.-g3 > svg .step2 .-pink {
	-webkit-transform-origin: 1895px;
	transform-origin: 1895px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-lightblue {
	-webkit-transform-origin: 1240px;
	transform-origin: 1240px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-orange {
	-webkit-transform-origin: 1435px;
	transform-origin: 1435px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-pink {
	-webkit-transform-origin: 1895px;
	transform-origin: 1895px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-blue {
	-webkit-transform-origin: 535px;
	transform-origin: 535px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-grey {
	-webkit-transform-origin: 730px;
	transform-origin: 730px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-blue {
	-webkit-transform: rotateY(720deg);
	-webkit-transform-origin: 838px;
	transform: rotateY(720deg);
	transform-origin: 838px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-grey {
	-webkit-transform: rotateY(720deg);
	-webkit-transform-origin: 1045px;
	transform: rotateY(720deg);
	transform-origin: 1045px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-lightblue {
	-webkit-transform: rotateY(720deg);
	-webkit-transform-origin: 1240px;
	transform: rotateY(720deg);
	transform-origin: 1240px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-orange {
	-webkit-transform: rotateY(-720deg);
	-webkit-transform-origin: 1435px;
	transform: rotateY(-720deg);
	transform-origin: 1435px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-pink {
	-webkit-transform: rotateY(-720deg);
	-webkit-transform-origin: 1630px;
	transform: rotateY(-720deg);
	transform-origin: 1630px;
}

.pagetop-main__graphic.-g3 > svg .step8 .bal {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

.pagetop-main__light {
	-webkit-transition: 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s ease-out;
}

.pagetop-main__light::after {
	-webkit-transition: opacity 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 547px;
	background: #000;
	content: '';
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.pagetop-main__light .-left {
	position: absolute;
	top: 0;
	right: calc(50% + 380px);
	width: 0;
	height: 0;
	border-width: 547px 478px 0 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	opacity: 0;
}

.pagetop-main__light .-left::before {
	position: absolute;
	top: -547px;
	right: 100%;
	width: 100vw;
	height: 547px;
	background: #000;
	content: '';
	opacity: 0.7;
}

.pagetop-main__light .-right {
	position: absolute;
	top: 0;
	left: calc(50% + 380px);
	width: 0;
	height: 0;
	border-width: 0 478px 547px 0;
	border-style: solid;
	border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
	opacity: 0;
}

.pagetop-main__light .-right::before {
	position: absolute;
	top: 0;
	left: 478px;
	width: 100vw;
	height: 547px;
	background: #000;
	content: '';
	opacity: 0.7;
}

.pagetop-main__car {
	-webkit-transform-origin: center bottom;
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: -132px;
	width: 132px;
	transform-origin: center bottom;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.pagetop-main__car.-go1_1 {
	-webkit-animation-name: main-scene1__car1;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene1__car1;
}

.pagetop-main__car.-go1_2 {
	-webkit-animation-name: main-scene1__car2;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
	left: calc(50% + 135px);
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-name: main-scene1__car2;
}

.pagetop-main__car.-go2_1 {
	-webkit-animation-name: main-scene2__car1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene2__car1;
}

.pagetop-main__car.-go2_2 {
	-webkit-animation-name: main-scene2__car2;
	-webkit-animation-duration: 2s;
	left: calc(50% - 570px);
	animation-duration: 2s;
	animation-name: main-scene2__car2;
}

.pagetop-main__car > svg .st0 {
	fill: #F19089 !important;
}

.pagetop-main__car > svg .st1 {
	fill: #F9E6D4 !important;
}

.pagetop-main__car > svg .st2 {
	fill: #C6E6EE !important;
}

.pagetop-main__car > svg .st3 {
	fill: #F7BF9E !important;
}

.pagetop-main__car > svg .item {
	opacity: 0;
}

.pagetop-main__man {
	-webkit-transform-origin: 15px;
	-webkit-transform: translate(-20px, -76px);
	-webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 106px;
	transform: translate(-20px, -76px);
	transform-origin: 15px;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	opacity: 0;
}

.pagetop-main__man.-show1 {
	-webkit-animation-name: main-scene1__man;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	animation-name: main-scene1__man;
	opacity: 1;
}

.pagetop-main__man > svg .st0 {
	fill: #EEEEEE;
}

.pagetop-main__man > svg .st1 {
	fill: #9C9C9D;
}

.pagetop-main__man > svg .st2 {
	fill: #C6E6EE;
}

.pagetop-main__man > svg .st3 {
	fill: #FFF4C5;
}

.pagetop-main__man > svg .st4 {
	fill: #F7BF9E;
}

.pagetop-main__man > svg .st5 {
	fill: #C3EACA;
}

.pagetop-main__man > svg .st6 {
	fill: #F19089;
}

.pagetop-main__man > svg .st7 {
	fill: #F9E6D4;
}

.pagetop-main__man > svg .st8 {
	fill: #AEBEF4;
}

.-pc_anime .pagetop-main__graphic.-g1.-start {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-fin {
	-webkit-animation-name: main-scene1__stage--out;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene1__stage--out;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-out .supporter {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-out .supporter.-g1 {
	-webkit-animation-name: main-scene1__supporter1--in;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__supporter1--in;
}

.-pc_anime .pagetop-main__graphic.-g1.-out .supporter.-g1_2 {
	-webkit-animation-name: main-scene1__supporter2--in;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__supporter2--in;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1 .buyer.-b1 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1 .circle-light.-g1 {
	-webkit-transform: translateX(-76px);
	transform: translateX(-76px);
	background: radial-gradient(circle at 115px 450px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2 .buyer.-b2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2 .circle-light.-g1 {
	background: radial-gradient(circle at 155px 400px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_2 .buyer.-b1 {
	-webkit-transform: translate(130px, -128px);
	transform: translate(130px, -128px);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_2 .circle-light.-g1 {
	background: radial-gradient(circle at 175px 380px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2_2 .buyer.-b2 {
	-webkit-transform: translate(130px, -128px);
	transform: translate(130px, -128px);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2_2 .circle-light.-g1 {
	background: radial-gradient(circle at 220px 330px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_3 .buyer.-b1 {
	-webkit-transform: translate(255px, -256px);
	transform: translate(255px, -256px);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_3 .circle-light.-g1 {
	background: radial-gradient(circle at 235px 315px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer3 .buyer.-b3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer3 .circle-light.-g1 {
	background: radial-gradient(circle at 295px 270px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer3_2 .buyer.-b3_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer3_2 .circle-light.-g1 {
	background: radial-gradient(circle at 295px 270px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 115px, rgba(0, 0, 0, 0.7) 116px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox {
	-webkit-animation-name: main-scene1__buyer1;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-name: main-scene1__buyer1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal.-b1_2 {
	-webkit-transition: 0s 1s;
	transition: 0s 1s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal.-b1_3 {
	-webkit-transition: 0.2s 1.4s;
	transition: 0.2s 1.4s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .base {
	-webkit-transition: 0s 1.4s;
	opacity: 0;
	transition: 0s 1.4s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4_2 {
	-webkit-transition: 0s 1.4s;
	opacity: 1;
	transition: 0s 1.4s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_2 .buyerbox {
	-webkit-animation-name: main-scene1__buyer2;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	animation-name: main-scene1__buyer2;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_2 .buyerbox .buyer.-b4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-dance1 .buyerbox .buyer.-b4 {
	opacity: 0 !important;
}

.-pc_anime .pagetop-main__graphic.-g1.-dance1 .buyerbox .buyer.-b4_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-dance2 .buyerbox .buyer.-b4 {
	opacity: 0 !important;
}

.-pc_anime .pagetop-main__graphic.-g1.-dance2 .buyerbox .buyer.-b4_3 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	animation-name: main-scene1__buyer3;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal.-b1_2 {
	-webkit-transition: 0s 0.2s;
	transition: 0s 0.2s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal.-b1_3 {
	-webkit-transition: 0.2s 0.4s;
	transition: 0.2s 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__buyer3;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox .buyer.-b4_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox .buyer.-b4_5 .bal {
	-webkit-transform: translate(0);
	-webkit-transition: 0.2s ease-out 0.2s;
	transform: translate(0);
	opacity: 1;
	transition: 0.2s ease-out 0.2s;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_5 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__buyer3;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer4_5 .buyerbox .buyer.-b4_4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1 .casher.-c1 {
	-webkit-transform: translateY(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.4s linear;
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.4s linear;
	transition: opacity 0s, transform 0.4s linear;
	transition: opacity 0s, transform 0.4s linear, -webkit-transform 0.4s linear;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1 .casher.-c1 .flower {
	-webkit-transition: 0s 0.6s;
	opacity: 1;
	transition: 0s 0.6s;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1_2 .casher.-c1_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1_2 .casher.-c1_2 .head {
	-webkit-animation-name: main-scene1__casher--head;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-name: main-scene1__casher--head;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1_3 .casher.-c1_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher1_3 .casher.-c2 {
	-webkit-transform: translateX(0) scaleX(1);
	-webkit-transition: opacity 0s, -webkit-transform 0.6s ease-out 0.4s;
	transform: translateX(0) scaleX(1);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.6s ease-out 0.4s;
	transition: opacity 0s, transform 0.6s ease-out 0.4s;
	transition: opacity 0s, transform 0.6s ease-out 0.4s, -webkit-transform 0.6s ease-out 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2 .casher.-c1_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2 .casher.-c2_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2 .cartbox .flowers {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2 .cartbox .flowers .item.-i1 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-make1 .casher.-c2_2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.-pc_anime .pagetop-main__graphic.-g1.-make1 .cartbox .flowers .item.-i1,
.-pc_anime .pagetop-main__graphic.-g1.-make1 .cartbox .flowers .item.-i2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i1,
.-pc_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i2,
.-pc_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-make3 .casher.-c2_2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.-pc_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i1,
.-pc_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i2,
.-pc_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i3,
.-pc_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c1 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c1 .flower {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox1 .cartbox {
	-webkit-transform: translate(0px, 387px);
	-webkit-transition: 1.2s;
	transform: translate(0px, 387px);
	transition: 1.2s;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox1 .carrier.-c1 {
	-webkit-transform: rotateY(0);
	-webkit-transition: -webkit-transform 0.6s linear;
	transform: rotateY(0);
	transition: -webkit-transform 0.6s linear;
	transition: transform 0.6s linear;
	transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox1 .operator.-o1 {
	-webkit-transform: translateX(-295px) rotateY(0);
	-webkit-transition: 0.6s linear;
	transform: translateX(-295px) rotateY(0);
	transition: 0.6s linear;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox1 .operator.-o2 {
	-webkit-transform: rotateY(0);
	-webkit-transition: 0.6s linear;
	transform: rotateY(0);
	transition: 0.6s linear;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox2 .cartbox {
	-webkit-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox2 .carrier.-c1_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox2 .operator.-o1_2,
.-pc_anime .pagetop-main__graphic.-g1.-cartbox2 .operator.-o2_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox3 .cartbox {
	-webkit-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox3 .carrier.-c1_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox3 .operator.-o1_3,
.-pc_anime .pagetop-main__graphic.-g1.-cartbox3 .operator.-o2_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .cartbox {
	-webkit-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .cartbox .carrier-item {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .carrierbox {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .carrier.-c1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .carrier.-c1_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .operator.-o1_2,
.-pc_anime .pagetop-main__graphic.-g1.-cartbox4 .operator.-o2_2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox5 .cartbox {
	-webkit-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox5 .cartbox .carrier-item {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox5 .carrierbox {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox5 .carrier.-c1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox5 .carrier.-c1_3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox6 .cartbox {
	-webkit-transform: translate(0px, 387px);
	transform: translate(0px, 387px);
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox6 .cartbox .carrier-item {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox6 .carrierbox {
	-webkit-animation-name: main-scene1__carrier;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__carrier;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox6 .carrier.-c1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g1.-cartbox6 .carrier.-c1_4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator1 .operator.sign {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o1_4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o2_4 {
	-webkit-transform: translateX(-317px);
	transform: translateX(-317px);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o1_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o2_4 {
	-webkit-transform: translateX(-120px) scaleX(-1);
	transform: translateX(-120px) scaleX(-1);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o2_4 .sign {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o1_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o2_5 {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o2_5 .sign {
	-webkit-transition: 0s 0.7s;
	opacity: 0;
	transition: 0s 0.7s;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator3 .cartbox .flowers .sign {
	-webkit-transition: 0s 0.7s;
	opacity: 1;
	transition: 0s 0.7s;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator4 .operator.-o1_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator4 .operator.-o2 {
	-webkit-transform: initial;
	transform: initial;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator4 .cartbox .flowers .sign {
	-webkit-transition: 0s 0.7s;
	opacity: 1;
	transition: 0s 0.7s;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o1_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o2 {
	-webkit-transform: initial;
	transform: initial;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .cartbox .flowers {
	opacity: 0 !important;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o1_5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o2 {
	-webkit-transform: initial;
	transform: initial;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g1.-operator5 .cartbox .flowers {
	opacity: 0 !important;
}

.-pc_anime .pagetop-main__graphic.-g2.-start {
	-webkit-animation-name: main-scene2__stage--in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene2__stage--in;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-fin {
	-webkit-animation-name: main-scene2__stage--out;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene2__stage--out;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-fin .supporter {
	-webkit-animation-name: main-scene2__supporter--push;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-name: main-scene2__supporter--push;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-in .supporter {
	-webkit-animation-name: main-scene2__supporter--in;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene2__supporter--in;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .dancers,
.-pc_anime .pagetop-main__graphic.-g2.-repeat .light {
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .dancers.-first,
.-pc_anime .pagetop-main__graphic.-g2.-repeat .light.-first {
	-webkit-animation-name: main-scene2__repeat1;
	animation-name: main-scene2__repeat1;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .dancers.-second,
.-pc_anime .pagetop-main__graphic.-g2.-repeat .light.-second {
	-webkit-animation-name: main-scene2__repeat2;
	animation-name: main-scene2__repeat2;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .dancers.-third,
.-pc_anime .pagetop-main__graphic.-g2.-repeat .light.-third {
	-webkit-animation-name: main-scene2__repeat3;
	animation-name: main-scene2__repeat3;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .audience {
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .audience.-first {
	-webkit-animation-name: main-scene2__audience;
	animation-name: main-scene2__audience;
}

.-pc_anime .pagetop-main__graphic.-g2.-repeat .audience.-second {
	-webkit-animation-name: main-scene2__audience;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	animation-name: main-scene2__audience;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g1 {
	-webkit-transition: 0s 0s;
	transition: 0s 0s;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g2 {
	-webkit-transition: 0s 0.2s;
	transition: 0s 0.2s;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g3 {
	-webkit-transition: 0s 0.4s;
	transition: 0s 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g4 {
	-webkit-transition: 0s 0.6s;
	transition: 0s 0.6s;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g5 {
	-webkit-transition: 0s 0.8s;
	transition: 0s 0.8s;
}

.-pc_anime .pagetop-main__graphic.-g2.-gift .gift.-g6 {
	-webkit-transition: 0s 1s;
	transition: 0s 1s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act1 .act1.-before {
	-webkit-transform: rotateY(630deg);
	-webkit-transition: 0.3s linear;
	transform: rotateY(630deg);
	transition: 0.3s linear;
}

.-pc_anime .pagetop-main__graphic.-g2.-act1 .act1.-after {
	-webkit-transition: 0s 0.3s;
	opacity: 1;
	transition: 0s 0.3s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act1 .bal.-b1 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.3s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.3s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act2 .act2.-before {
	-webkit-transform: translateX(-40px);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transform: translateX(-40px);
	opacity: 0;
	transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.-pc_anime .pagetop-main__graphic.-g2.-act2 .act2.-after {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act2 .act2.-after .sword {
	-webkit-transition: 0s 1.7s;
	opacity: 0;
	transition: 0s 1.7s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act2 .bal.-b2 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.8s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.8s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act2 .sword-flower {
	-webkit-transition: 0s 1.7s;
	opacity: 1;
	transition: 0s 1.7s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act3 .act3.-before {
	-webkit-transform: translateX(40px);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transform: translateX(40px);
	opacity: 0;
	transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.-pc_anime .pagetop-main__graphic.-g2.-act3 .act3.-after {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act3 .bal.-b3 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.8s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.8s;
}

.-pc_anime .pagetop-main__graphic.-g2.-dancershide .dancers .dancer4 {
	-webkit-animation-name: main-scene2__dancers4--out;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	animation-name: main-scene2__dancers4--out;
}

.-pc_anime .pagetop-main__graphic.-g2.-dancersshow .dancers .dancer4 {
	-webkit-animation-name: main-scene2__dancers4--in;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	animation-name: main-scene2__dancers4--in;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4 .act4.-before {
	-webkit-transform: translateX(0) rotateY(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transform: translateX(0) rotateY(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4 .bal.-b4 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.3s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.3s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4_2 .act4.-before {
	-webkit-transform: translateX(0) rotateY(0);
	-webkit-animation-name: main-scene2__dancer4-rotate;
	-webkit-animation-duration: 0.3s;
	transform: translateX(0) rotateY(0);
	animation-duration: 0.3s;
	animation-name: main-scene2__dancer4-rotate;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4_2 .act4.-after {
	-webkit-transition: 0s 0.3s;
	opacity: 1;
	transition: 0s 0.3s;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4_2 .bal.-b4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-act4_3 .act4.-before {
	-webkit-transition: 0s 0.3s;
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	-webkit-animation-name: main-scene2__dancer4-back;
	-webkit-animation-duration: 0.3s;
	transform: translateX(0) rotateY(0) scaleX(-1);
	animation-duration: 0.3s;
	animation-name: main-scene2__dancer4-back;
	opacity: 0;
	transition: 0s 0.3s;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .dancers.-first {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .dancers.-last {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .light.-first,
.-pc_anime .pagetop-main__graphic.-g2.-cong .light.-second {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .light.-third {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .audience.-first {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .audience.-fever {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g2.-cong .audience.-fever .solo {
	-webkit-animation-name: main-scene2__audiences;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene2__audiences;
}

.-pc_anime .pagetop-main__graphic.-g3.-start {
	-webkit-animation-name: main-scene3__stage--in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene3__stage--in;
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-start .supporter {
	-webkit-animation-name: main-scene3__supporter--push;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-name: main-scene3__supporter--push;
}

.-pc_anime .pagetop-main__graphic.-g3.-out .supporter {
	-webkit-animation-name: main-scene3__supporter--out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene3__supporter--out;
}

.-pc_anime .pagetop-main__graphic.-g3.-step1 .step1 .-orange {
	-webkit-animation-name: main-scene3__step1--orange;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	animation-name: main-scene3__step1--orange;
}

.-pc_anime .pagetop-main__graphic.-g3.-step1 .step1 .-lightblue {
	-webkit-animation-name: main-scene3__step1--lightblue;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.8s;
	animation-duration: 0.6s;
	animation-delay: 0.8s;
	animation-name: main-scene3__step1--lightblue;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step1 .-orange {
	-webkit-animation-name: main-scene3__step1--orange2;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	animation-name: main-scene3__step1--orange2;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step1 .-lightblue {
	-webkit-animation-name: main-scene3__step1--lightblue2;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	animation-name: main-scene3__step1--lightblue2;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step1 .-grey,
.-pc_anime .pagetop-main__graphic.-g3.-step2 .step1 .-pink {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step2 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 .-orange {
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step3--orange;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	transform: rotateY(-90deg);
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-name: main-scene3__step3--orange;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 .-lightblue {
	-webkit-transform: rotateY(90deg);
	-webkit-animation-name: main-scene3__step3--lightblue;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	transform: rotateY(90deg);
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-name: main-scene3__step3--lightblue;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 .-blue,
.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 .-grey,
.-pc_anime .pagetop-main__graphic.-g3.-step2 .step3 .-pink {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3 .step1 .-blue {
	-webkit-transform: rotateY(90deg);
	-webkit-transition: 0.1s 0.4s;
	transform: rotateY(90deg);
	transition: 0.1s 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3 .step2 .-grey {
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: 0.1s 0.4s;
	transform: rotateY(-90deg);
	transition: 0.1s 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3 .step3 .-grey {
	-webkit-transition: 0s;
	-webkit-transform: rotateY(90deg);
	-webkit-animation-name: main-scene3__step3--grey;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-delay: 0.5s;
	transform: rotateY(90deg);
	animation-duration: 0.4s;
	animation-delay: 0.5s;
	animation-name: main-scene3__step3--grey;
	opacity: 1;
	transition: 0s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3 .step3 .-blue {
	-webkit-transition: 0s;
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step3--grey;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-delay: 0.5s;
	transform: rotateY(-90deg);
	animation-duration: 0.4s;
	animation-delay: 0.5s;
	animation-name: main-scene3__step3--grey;
	opacity: 1;
	transition: 0s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step1 .-blue,
.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step2 .-grey {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step2 .-pink {
	-webkit-transform: rotateY(90deg);
	-webkit-transition: 0.1s 0.4s;
	transform: rotateY(90deg);
	transition: 0.1s 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step3 .-grey,
.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step3 .-blue {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step2.-step3_2 .step3 .-pink {
	-webkit-transition: 0s;
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step3--grey;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-delay: 0.5s;
	transform: rotateY(-90deg);
	animation-duration: 0.4s;
	animation-delay: 0.5s;
	animation-name: main-scene3__step3--grey;
	opacity: 1;
	transition: 0s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step4 .step1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step4 .step4 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act {
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act.-pink {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act.-orange {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act.-lightblue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act.-blue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step5 .act.-grey {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step5 .step6 {
	-webkit-transition: 0s 0.35s;
	opacity: 1;
	transition: 0s 0.35s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act {
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act.-pink {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act.-orange {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act.-lightblue {
	-webkit-transition: 0s 0.35s;
	-webkit-animation-name: main-scene3__step5--lightblue;
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	animation-name: main-scene3__step5--lightblue;
	opacity: 0;
	transition: 0s 0.35s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act.-blue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step5 .act.-grey {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step7 {
	-webkit-transition: 0s 0.35s;
	opacity: 1;
	transition: 0s 0.35s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step7 .step7 .-lightblue {
	-webkit-animation-name: main-scene3__step7--lightblue;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 0.8s;
	animation-timing-function: ease-in;
	animation-delay: 0.4s;
	animation-name: main-scene3__step7--lightblue;
}

.-pc_anime .pagetop-main__graphic.-g3.-step8 .step1 {
	opacity: 0;
}

.-pc_anime .pagetop-main__graphic.-g3.-step8 .step8 {
	opacity: 1;
}

.-pc_anime .pagetop-main__graphic.-g3.-step8 .step8 .bal {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.4s ease-out 0.4s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.4s ease-out 0.4s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step8 .step8 .bal.-pink,
.-pc_anime .pagetop-main__graphic.-g3.-step8 .step8 .bal.-blue {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step8 .step8 .bal.-lightblue {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.-pc_anime .pagetop-main__graphic.-g3.-step9 .step1 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g1.-start {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-fin {
	-webkit-animation-name: main-scene1__stage--out--sp;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene1__stage--out--sp;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-out .supporter {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-out .supporter.-g1 {
	-webkit-animation-name: main-scene1__supporter1--in--sp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__supporter1--in--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-out .supporter.-g1_2 {
	-webkit-animation-name: main-scene1__supporter2--in--sp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene1__supporter2--in--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer1_pre .buyer.-b1 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer1 .buyer.-b1 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer2 .buyer.-b2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer3 .buyer.-b3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox {
	-webkit-animation-name: main-scene1__buyer1--sp;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-name: main-scene1__buyer1--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal.-b1_2 {
	-webkit-transition: 0s 1s;
	transition: 0s 1s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .bal.-b1_3 {
	-webkit-transition: 0.2s 1.4s;
	transition: 0.2s 1.4s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4 .base {
	-webkit-transition: 0s 1.4s;
	opacity: 0;
	transition: 0s 1.4s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4 .buyerbox .buyer.-b4_2 {
	-webkit-transition: 0s 1.4s;
	opacity: 1;
	transition: 0s 1.4s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_2 .buyerbox {
	-webkit-animation-name: main-scene1__buyer2--sp;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	animation-name: main-scene1__buyer2--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_2 .buyerbox .buyer.-b4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-dance1 .buyerbox .buyer.-b4 {
	opacity: 0 !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-dance1 .buyerbox .buyer.-b4_3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-dance2 .buyerbox .buyer.-b4 {
	opacity: 0 !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-dance2 .buyerbox .buyer.-b4_3 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3--sp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	animation-name: main-scene1__buyer3--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal.-b1_2 {
	-webkit-transition: 0s 0.2s;
	transition: 0s 0.2s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_3 .buyerbox .buyer.-b4_4 .bal.-b1_3 {
	-webkit-transition: 0.2s 0.4s;
	transition: 0.2s 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3--sp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__buyer3--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox .buyer.-b4_5 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_4 .buyerbox .buyer.-b4_5 .bal {
	-webkit-transform: translate(0);
	-webkit-transition: 0.2s ease-out 0.2s;
	transform: translate(0);
	opacity: 1;
	transition: 0.2s ease-out 0.2s;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_5 .buyerbox {
	-webkit-animation-name: main-scene1__buyer3--sp;
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	animation-name: main-scene1__buyer3--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-buyer4_5 .buyerbox .buyer.-b4_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1 .casher.-c1 {
	-webkit-transform: translateY(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.4s linear;
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.4s linear;
	transition: opacity 0s, transform 0.4s linear;
	transition: opacity 0s, transform 0.4s linear, -webkit-transform 0.4s linear;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1 .casher.-c1 .flower {
	-webkit-transition: 0s 0.6s;
	opacity: 1;
	transition: 0s 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1_2 .casher.-c1_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1_2 .casher.-c1_2 .head {
	-webkit-animation-name: main-scene1__casher--head;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-name: main-scene1__casher--head;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1_3 .casher.-c1_3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher1_3 .casher.-c2 {
	-webkit-transform: translateX(0) scaleX(1);
	-webkit-transition: opacity 0s, -webkit-transform 0.6s ease-out 0.4s;
	transform: translateX(0) scaleX(1);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.6s ease-out 0.4s;
	transition: opacity 0s, transform 0.6s ease-out 0.4s;
	transition: opacity 0s, transform 0.6s ease-out 0.4s, -webkit-transform 0.6s ease-out 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2 .casher.-c1_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2 .casher.-c2_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2 .cartbox .flowers {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2 .cartbox .flowers .item.-i1 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-make1 .casher.-c2_2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.-sp_anime .pagetop-main__graphic.-g1.-make1 .cartbox .flowers .item.-i1,
.-sp_anime .pagetop-main__graphic.-g1.-make1 .cartbox .flowers .item.-i2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i1,
.-sp_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i2,
.-sp_anime .pagetop-main__graphic.-g1.-make2 .cartbox .flowers .item.-i3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-make3 .casher.-c2_2 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.-sp_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i1,
.-sp_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i2,
.-sp_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i3,
.-sp_anime .pagetop-main__graphic.-g1.-make3 .cartbox .flowers .item.-i4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c1 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c1 .flower {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-casher2_2 .casher.-c2 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox1 .carrier.-c1 {
	-webkit-transform: rotateY(0);
	-webkit-transition: -webkit-transform 0.6s linear;
	transform: rotateY(0);
	transition: -webkit-transform 0.6s linear;
	transition: transform 0.6s linear;
	transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox1 .operator.-o1 {
	-webkit-transform: translateX(0) rotateY(0);
	-webkit-transition: 0.6s linear;
	transform: translateX(0) rotateY(0);
	transition: 0.6s linear;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox1 .operator.-o2 {
	-webkit-transform: rotateY(0);
	-webkit-transition: 0.6s linear;
	transform: rotateY(0);
	transition: 0.6s linear;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox2 .cartbox {
	-webkit-transform: translate(0px, 316px);
	-webkit-transition: 1.2s;
	transform: translate(0px, 316px);
	transition: 1.2s;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox2 .carrier.-c1 {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox3 .cartbox {
	-webkit-transform: translate(0px, 316px);
	transform: translate(0px, 316px);
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox3 .carrier.-c1_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox4 .cartbox {
	-webkit-transform: translate(0px, 316px);
	transform: translate(0px, 316px);
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox4 .carrier.-c1_3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox5 .cartbox {
	-webkit-transform: translate(0px, 316px);
	transform: translate(0px, 316px);
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox5 .cartbox .carrier-item {
	-webkit-animation-name: main-scene1__carrier--sp;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	animation-name: main-scene1__carrier--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox5 .carrierbox {
	-webkit-animation-name: main-scene1__carrier--sp;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	animation-name: main-scene1__carrier--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox5 .carrier.-c1_3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox6 .cartbox {
	-webkit-transform: translate(0px, 316px);
	transform: translate(0px, 316px);
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox6 .cartbox .carrier-item {
	-webkit-animation-name: main-scene1__carrier--sp;
	animation-name: main-scene1__carrier--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox6 .carrierbox {
	-webkit-animation-name: main-scene1__carrier--sp;
	animation-name: main-scene1__carrier--sp;
}

.-sp_anime .pagetop-main__graphic.-g1.-cartbox6 .carrier.-c1_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1_pre .operator.-o1 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1_pre .operator.-o1_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o1,
.-sp_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o2 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1 .operator.sign {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o1_3 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator1 .operator.-o2_4 {
	-webkit-transform: translateX(-127px);
	transform: translateX(-127px);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o1,
.-sp_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o2 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o1_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o2_4 {
	-webkit-transform: translateX(-127px) scaleX(-1);
	transform: translateX(-127px) scaleX(-1);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator2 .operator.-o2_4 .sign {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o1,
.-sp_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o2 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o1_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o2_5 {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out;
	transition: opacity 0s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator3 .operator.-o2_5 .sign {
	-webkit-transition: 0s 0.7s;
	opacity: 0;
	transition: 0s 0.7s;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator3 .cartbox .flowers .sign {
	-webkit-transition: 0s 0.7s;
	opacity: 1;
	transition: 0s 0.7s;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator4 .operator.-o1 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator4 .operator.-o2 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 1 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator4 .operator.-o1_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator4 .cartbox .flowers .sign {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o1 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 0 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o2 {
	-webkit-transform: rotateY(0) !important;
	-webkit-transition: 0s 0s !important;
	transform: rotateY(0) !important;
	opacity: 1 !important;
	transition: 0s 0s !important;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator5 .operator.-o1_4 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g1.-operator5 .cartbox .flowers {
	opacity: 0 !important;
}

.-sp_anime .pagetop-main__graphic.-g2.-start {
	-webkit-animation-name: main-scene2__stage--in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene2__stage--in;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-fin {
	-webkit-animation-name: main-scene2__stage--out;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene2__stage--out;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-fin .supporter {
	-webkit-animation-name: main-scene2__supporter--push;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-name: main-scene2__supporter--push;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-in .supporter {
	-webkit-animation-name: main-scene2__supporter--in;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene2__supporter--in;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .dancers,
.-sp_anime .pagetop-main__graphic.-g2.-repeat .light {
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .dancers.-first,
.-sp_anime .pagetop-main__graphic.-g2.-repeat .light.-first {
	-webkit-animation-name: main-scene2__repeat1;
	animation-name: main-scene2__repeat1;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .dancers.-second,
.-sp_anime .pagetop-main__graphic.-g2.-repeat .light.-second {
	-webkit-animation-name: main-scene2__repeat2;
	animation-name: main-scene2__repeat2;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .dancers.-third,
.-sp_anime .pagetop-main__graphic.-g2.-repeat .light.-third {
	-webkit-animation-name: main-scene2__repeat3;
	animation-name: main-scene2__repeat3;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .audience {
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .audience.-first {
	-webkit-animation-name: main-scene2__audience;
	animation-name: main-scene2__audience;
}

.-sp_anime .pagetop-main__graphic.-g2.-repeat .audience.-second {
	-webkit-animation-name: main-scene2__audience;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	animation-name: main-scene2__audience;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g1 {
	-webkit-transition: 0s 0s;
	transition: 0s 0s;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g2 {
	-webkit-transition: 0s 0.2s;
	transition: 0s 0.2s;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g3 {
	-webkit-transition: 0s 0.4s;
	transition: 0s 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g4 {
	-webkit-transition: 0s 0.6s;
	transition: 0s 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g5 {
	-webkit-transition: 0s 0.8s;
	transition: 0s 0.8s;
}

.-sp_anime .pagetop-main__graphic.-g2.-gift .gift.-g6 {
	-webkit-transition: 0s 1s;
	transition: 0s 1s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act1 .act1.-before {
	-webkit-transform: rotateY(630deg);
	-webkit-transition: 0.3s linear;
	transform: rotateY(630deg);
	transition: 0.3s linear;
}

.-sp_anime .pagetop-main__graphic.-g2.-act1 .act1.-after {
	-webkit-transition: 0s 0.3s;
	opacity: 1;
	transition: 0s 0.3s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act1 .bal.-b1 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.3s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.3s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act2 .act2.-before {
	-webkit-transform: translateX(-40px);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transform: translateX(-40px);
	opacity: 0;
	transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.-sp_anime .pagetop-main__graphic.-g2.-act2 .act2.-after {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act2 .act2.-after .sword {
	-webkit-transition: 0s 1.7s;
	opacity: 0;
	transition: 0s 1.7s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act2 .bal.-b2 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.8s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.8s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act2 .sword-flower {
	-webkit-transition: 0s 1.7s;
	opacity: 1;
	transition: 0s 1.7s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act3 .act3.-before {
	-webkit-transform: translateX(40px);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transform: translateX(40px);
	opacity: 0;
	transition: opacity 0s 0.4s, -webkit-transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear;
	transition: opacity 0s 0.4s, transform 0.2s linear, -webkit-transform 0.2s linear;
}

.-sp_anime .pagetop-main__graphic.-g2.-act3 .act3.-after {
	-webkit-transform: translateX(0);
	-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transform: translateX(0);
	opacity: 1;
	transition: opacity 0s 0.4s, -webkit-transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s;
	transition: opacity 0s 0.4s, transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act3 .bal.-b3 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.8s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.8s;
}

.-sp_anime .pagetop-main__graphic.-g2.-dancershide .dancers .dancer4 {
	-webkit-animation-name: main-scene2__dancers4--out--sp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	animation-name: main-scene2__dancers4--out--sp;
}

.-sp_anime .pagetop-main__graphic.-g2.-dancersshow .dancers .dancer4 {
	-webkit-animation-name: main-scene2__dancers4--in--sp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	animation-name: main-scene2__dancers4--in--sp;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4 .act4.-before {
	-webkit-transform: translateX(0) rotateY(0);
	-webkit-transition: opacity 0s, -webkit-transform 0.6s ease-out;
	transform: translateX(0) rotateY(0);
	opacity: 1;
	transition: opacity 0s, -webkit-transform 0.6s ease-out;
	transition: opacity 0s, transform 0.6s ease-out;
	transition: opacity 0s, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4 .bal.-b4 {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.3s ease-out 0.6s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.3s ease-out 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4_2 .act4.-before {
	-webkit-transform: translateX(0) rotateY(0);
	-webkit-animation-name: main-scene2__dancer4-rotate;
	-webkit-animation-duration: 0.3s;
	transform: translateX(0) rotateY(0);
	animation-duration: 0.3s;
	animation-name: main-scene2__dancer4-rotate;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4_2 .act4.-after {
	-webkit-transition: 0s 0.3s;
	opacity: 1;
	transition: 0s 0.3s;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4_2 .bal.-b4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-act4_3 .act4.-before {
	-webkit-transition: 0s 0.6s;
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	-webkit-animation-name: main-scene2__dancer4--back--sp;
	-webkit-animation-duration: 0.6s;
	transform: translateX(0) rotateY(0) scaleX(-1);
	animation-duration: 0.6s;
	animation-name: main-scene2__dancer4--back--sp;
	opacity: 0;
	transition: 0s 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .dancers.-first {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .dancers.-last {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .light.-first,
.-sp_anime .pagetop-main__graphic.-g2.-cong .light.-second {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .light.-third {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .audience.-first {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .audience.-fever {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g2.-cong .audience.-fever .solo {
	-webkit-animation-name: main-scene2__audiences;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene2__audiences;
}

.-sp_anime .pagetop-main__graphic.-g3.-start {
	-webkit-animation-name: main-scene3__stage--in;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	animation-name: main-scene3__stage--in;
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-start .supporter {
	-webkit-animation-name: main-scene3__supporter--push;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-name: main-scene3__supporter--push;
}

.-sp_anime .pagetop-main__graphic.-g3.-out .supporter {
	-webkit-animation-name: main-scene3__supporter--out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-name: main-scene3__supporter--out;
}

.-sp_anime .pagetop-main__graphic.-g3.-step1 .step1 .-orange {
	-webkit-animation-name: main-scene3__step1--orange;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	animation-name: main-scene3__step1--orange;
}

.-sp_anime .pagetop-main__graphic.-g3.-step1 .step1 .-lightblue {
	-webkit-animation-name: main-scene3__step1--lightblue;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.8s;
	animation-duration: 0.6s;
	animation-delay: 0.8s;
	animation-name: main-scene3__step1--lightblue;
}

.-sp_anime .pagetop-main__graphic.-g3.-step2 .step1 .-orange {
	-webkit-animation-name: main-scene3__step1--orange2;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	animation-name: main-scene3__step1--orange2;
}

.-sp_anime .pagetop-main__graphic.-g3.-step2 .step1 .-lightblue {
	-webkit-animation-name: main-scene3__step1--lightblue2;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	animation-name: main-scene3__step1--lightblue2;
}

.-sp_anime .pagetop-main__graphic.-g3.-step2 .step2 {
	-webkit-transition: 0s 0.2s;
	opacity: 1;
	transition: 0s 0.2s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step2 .step2 .-orange {
	-webkit-transform: rotateY(90deg);
	-webkit-animation-name: main-scene3__step2--orange--sp;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	transform: rotateY(90deg);
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-name: main-scene3__step2--orange--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step2 .step2 .-lightblue {
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step2--lightblue--sp;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	transform: rotateY(-90deg);
	animation-duration: 0.6s;
	animation-delay: 0.2s;
	animation-name: main-scene3__step2--lightblue--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step3 .step3 .-blue {
	-webkit-transform: rotateY(90deg);
	-webkit-transition: 0.1s linear 0.6s;
	transform: rotateY(90deg);
	transition: 0.1s linear 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step3 .step3 .-grey {
	-webkit-transform: rotateY(-90deg);
	-webkit-transition: 0.1s linear 0.6s;
	transform: rotateY(-90deg);
	transition: 0.1s linear 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step3 .step4 {
	-webkit-transition: 0s 0.7s;
	opacity: 1;
	transition: 0s 0.7s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step3 .step4 .-blue {
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step4--blue--sp;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-delay: 0.7s;
	transform: rotateY(-90deg);
	animation-duration: 0.4s;
	animation-delay: 0.7s;
	animation-name: main-scene3__step4--blue--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step3 .step4 .-grey {
	-webkit-transform: rotateY(90deg);
	-webkit-animation-name: main-scene3__step4--grey--sp;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-delay: 0.7s;
	transform: rotateY(90deg);
	animation-duration: 0.4s;
	animation-delay: 0.7s;
	animation-name: main-scene3__step4--grey--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step4 .step5 .-pink {
	-webkit-transform: rotateY(90deg);
	-webkit-transition: 0.1s linear 0.6s;
	transform: rotateY(90deg);
	transition: 0.1s linear 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step4 .step6 {
	-webkit-transition: 0s 0.7s;
	opacity: 1;
	transition: 0s 0.7s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step4 .step6 .-pink {
	-webkit-transform: rotateY(-90deg);
	-webkit-animation-name: main-scene3__step6--pink--sp;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-delay: 0.7s;
	transform: rotateY(-90deg);
	animation-duration: 0.3s;
	animation-delay: 0.7s;
	animation-name: main-scene3__step6--pink--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step5 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step5 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step5 .step5 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g3.-step5 .step9 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-step6 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step6 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step6 .step5 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g3.-step6 .step7 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step7 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step7 .step5 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act {
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act.-pink {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act.-orange {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act.-lightblue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act.-blue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step8 .act.-grey {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step7 .step9 {
	-webkit-transition: 0s 0.35s;
	opacity: 1;
	transition: 0s 0.35s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step8 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step8 .step5 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act {
	-webkit-transition: 0.35s linear;
	transition: 0.35s linear;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act.-pink {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act.-orange {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act.-lightblue {
	-webkit-transition: 0s 0.35s;
	-webkit-animation-name: main-scene3__step8--lightblue--sp;
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
	animation-name: main-scene3__step8--lightblue--sp;
	opacity: 0;
	transition: 0s 0.35s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act.-blue {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step8_2 .act.-grey {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step10 {
	-webkit-transition: 0s 0.35s;
	opacity: 1;
	transition: 0s 0.35s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step8 .step10 .-lightblue {
	-webkit-animation-name: main-scene3__step10--lightblue--sp;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-timing-function: ease-in;
	animation-duration: 0.8s;
	animation-timing-function: ease-in;
	animation-delay: 0.4s;
	animation-name: main-scene3__step10--lightblue--sp;
}

.-sp_anime .pagetop-main__graphic.-g3.-step9 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step9 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step9 .step5 {
	opacity: 0;
}

.-sp_anime .pagetop-main__graphic.-g3.-step9 .step11 {
	opacity: 1;
}

.-sp_anime .pagetop-main__graphic.-g3.-step9 .step11 .bal {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.4s ease-out 0.4s;
	transform: translateY(0);
	opacity: 1;
	transition: 0.4s ease-out 0.4s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step9 .step11 .bal.-pink,
.-sp_anime .pagetop-main__graphic.-g3.-step9 .step11 .bal.-blue {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step9 .step11 .bal.-lightblue {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.-sp_anime .pagetop-main__graphic.-g3.-step10 .step1,
.-sp_anime .pagetop-main__graphic.-g3.-step10 .step3,
.-sp_anime .pagetop-main__graphic.-g3.-step10 .step5 {
	opacity: 0;
}

.theater {
	padding-top: 5px;
}

.theater-list {
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0 102px;
	gap: 48px 60px;
}

.theater-item {
	width: calc((100% - 120px) / 3);
}

.theater-item__image {
	width: 100%;
	margin-bottom: 24px;
}

.theater-item__image .img-cover {
	width: 100%;
	height: 215px;
}

.theater-item__title {
	margin-bottom: 8px;
}

.theater-item__detail {
	padding: 0 12px;
}

.theater-item__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.9rem;
	line-height: 3.3rem;
	letter-spacing: 0.01em;
}

.theater-item__inner.-fontw {
	margin-bottom: -1px;
	font-weight: 400;
	font-size: 2.2rem;
	letter-spacing: 0;
}

.theater-item__icon {
	-ms-flex-negative: 0;
	-ms-flex-item-align: start;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-shrink: 0;
	align-self: flex-start;
	width: 21px;
	margin-top: 4px;
	margin-right: 8px;
}

.theater-item__icon.-address {
	width: 22px;
	margin-top: 6px;
}

.theater-item__icon.-website {
	width: 19px;
	margin-top: 9px;
}

.theater-item__info .-post {
	display: block;
	font-size: 1.8rem;
}

.theater-item__info .-jp {
	display: block;
	margin-top: -5px;
}

.theater-item__info .website-link__line {
	color: #575757;
	font-weight: 400;
	font-size: 2.2rem;
}

.theater-item__sns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.theater-item__sns .sns-link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px;
}

.theater-item__sns .sns-link:nth-last-of-type(1) {
	margin-right: 0;
}

.theater-item__sns .sns-icon {
	-webkit-transform: translateY(0);
	-webkit-transition: 0.05s;
	transform: translateY(0);
	transition: 0.05s;
}

.theater-item__sns .sns-icon.-twitter {
	width: 23px;
}

.theater-item__sns .sns-icon.-facebook {
	width: 26px;
}

.theater-item__sns .sns-icon.-instagram {
	width: 26px;
}

.theater-pager {
	padding: 4px 0;
}

@media screen and (min-width: 390px) {

.main[data-page="page27"] .page-head__title br,
.main[data-page="page28"] .page-head__title br,
.main[data-page="page29"] .page-head__title br {
	display: none !important;
}

}

@media screen and (min-width: 751px) {

.pro-slide .owlblock .owlwrapper::before {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	width: calc(100% + 120px);
	height: 100%;
	transform: translateX(-50%);
	content: '';
}

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot:hover .circle::after {
	opacity: 1;
}

.pro-slide .owlblock .owlwrapper:hover .myowlnav .arrow > svg .block {
	-webkit-animation-name: initial;
	animation-name: initial;
}

.pro-inner__sns .sns-item:hover > img {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pagetop-main__graphic.-g3 > svg .step2,
.pagetop-main__graphic.-g3 > svg .step3,
.pagetop-main__graphic.-g3 > svg .step4,
.pagetop-main__graphic.-g3 > svg .step5,
.pagetop-main__graphic.-g3 > svg .step6,
.pagetop-main__graphic.-g3 > svg .step7,
.pagetop-main__graphic.-g3 > svg .step8 {
	opacity: 0;
}

.theater-item__sns .sns-link:hover .sns-icon {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

}

@media screen and (min-width: 951px) {

.pro-slidefix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.pro-slidefix.-fixed {
	position: fixed;
}

}

@media screen and (max-width: 1270px) and (min-width: 951px) {

.pro-inner__place .form-item__area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	flex-direction: column;
	align-items: flex-start;
}

.pro-inner__place .form-item__area > label {
	margin-top: 24px;
}

.pro-inner__place .form-item__area > label.-first {
	margin-top: 0;
	margin-right: 0;
}

}

@media screen and (min-width: 1732px) {

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot {
	width: calc((100% - 108px) / 7);
}

}

@media screen and (min-width: 1901px) {

.theater-item {
	width: calc((100% - 180px) / 4);
}

}

@media screen and (min-width: 1915px) {

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot {
	width: calc((100% - 126px) / 8);
}

}

@media screen and (min-width: 1930px) {

.about-point__title .jp br {
	display: none;
}

}

@media screen and (min-width: 2098px) {

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot {
	width: calc((100% - 144px) / 9);
}

}

@media screen and (min-width: 2241px) {

.theater-item {
	width: calc((100% - 240px) / 5);
}

}

@media screen and (min-width: 2281px) {

.pro-slide .owlblock .owlwrapper .owl-dots > .owl-dot {
	width: calc((100% - 162px) / 10);
}

}

@media screen and (min-width: 2601px) {

.theater-item {
	width: calc((100% - 300px) / 6);
}

}

@media screen and (max-width: 1450px) {

.about-point__title .jp br {
	display: none;
}

}

@media screen and (max-width: 1420px) {

.about-top {
	padding-right: 0;
	padding-left: 0;
}

.about-lead {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px;
}

.about-flow__box {
	margin: 0;
}

}

@media screen and (max-width: 1270px) {

.pro-slide {
	padding-left: 0;
}

.pro-inner__form .form {
	padding-right: 0;
}

}

@media screen and (max-width: 1200px) {

.about-lead__title {
	white-space: initial;
}

.about-graphic__image {
	padding-top: 160px;
}

}

@media screen and (max-width: 1160px) {

.about-point:nth-of-type(2n-1) {
	padding-right: 30px;
	padding-left: 0;
}

.about-point:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 30px;
}

.pagetop-main {
	height: 365px;
}

.pagetop-main__stage {
	height: calc(100% - 22px);
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-left {
	right: calc(50% - 15px);
	border-width: 343px 114px 0 0;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right {
	left: calc(50% + 55px);
	border-width: 0 114px 343px 0;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right::before {
	left: 114px;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-left {
	right: calc(50% - 15px);
	border-width: 343px 114px 0 0;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right {
	left: calc(50% + 55px);
	border-width: 0 114px 343px 0;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right::before {
	left: 114px;
}

.pagetop-main__stage.-scene3_5::after {
	-webkit-transition: 0.3s ease-out;
	opacity: 1;
	transition: 0.3s ease-out;
}

.pagetop-main__graphic {
	height: 343px;
}

.pagetop-main__graphic .circle-light {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 71px 272px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 71px 272px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .circle-light.-g2 {
	height: 100%;
	background: radial-gradient(circle at 570px 116px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .supporter {
	width: 47px;
	height: 52px;
}

.pagetop-main__graphic .supporter.-g2,
.pagetop-main__graphic .supporter.-g3 {
	right: 20px;
	width: 47px;
	height: 54px;
}

.pagetop-main__graphic.-g1 {
	width: 770px;
	height: 329px;
}

.pagetop-main__light .-left {
	right: calc(50% + 240px);
	border-width: 343px 295px 0 0;
}

.pagetop-main__light .-left::before {
	top: -343px;
	height: 343px;
}

.pagetop-main__light .-right {
	left: calc(50% + 240px);
	border-width: 0 295px 343px 0;
}

.pagetop-main__light .-right::before {
	left: 295px;
	height: 343px;
}

.pagetop-main__final .step {
	bottom: 12px;
}

.pagetop-main__final .step.-step1 {
	width: 633px;
	height: 117px;
}

.pagetop-main__final .step.-step2 {
	width: 633px;
	height: 117px;
}

.pagetop-main__final .step.-step3 {
	width: 633px;
	height: 117px;
}

.pagetop-main__final .step::after {
	width: 698px;
	height: 12px;
}

.pagetop-main__man {
	width: 67px;
}

.pagetop-main__man.-show1 {
	-webkit-animation-name: main-scene1__man--tab;
	animation-name: main-scene1__man--tab;
}

.pagetop-main__car {
	width: 92px;
}

.pagetop-main__car.-go1_1 {
	-webkit-animation-name: main-scene1__car--tab;
	animation-name: main-scene1__car--tab;
}

.pagetop-main__car.-go1_2 {
	-webkit-animation-name: main-scene1__car2--tab;
	left: calc(50% + 85px);
	animation-name: main-scene1__car2--tab;
}

.pagetop-main__car.-go2_1 {
	-webkit-animation-name: main-scene2__car--tab;
	animation-name: main-scene2__car--tab;
}

.pagetop-main__car.-go2_2 {
	-webkit-animation-name: main-scene2__car2--tab;
	left: calc(50% - 365px);
	animation-name: main-scene2__car2--tab;
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 71px 272px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 97px 244px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_2 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 110px 230px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer2_2 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 135px 205px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer1_3 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 148px 194px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.-pc_anime .pagetop-main__graphic.-g1.-buyer3 .circle-light.-g1,
.-pc_anime .pagetop-main__graphic.-g1.-buyer3_2 .circle-light.-g1 {
	-webkit-transform: translateX(-47px);
	transform: translateX(-47px);
	background: radial-gradient(circle at 186px 166px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70px, rgba(0, 0, 0, 0.7) 71px, rgba(0, 0, 0, 0.7));
}

.theater-list {
	padding: 0;
}

}

@media screen and (max-width: 1060px) {

.about-lead__title br.cont-min1201 {
	display: block !important;
}

.about-top {
	display: block;
}

.about-lead {
	width: 100%;
	padding-left: 0;
}

.about-lead__title {
	margin-bottom: 48px;
}

.about-graphic {
	width: 100%;
	margin-bottom: 48px;
	padding-left: 0;
}

.about-graphic__image {
	padding-top: 0;
}

}

@media screen and (max-width: 950px) {

.about-top {
	padding-bottom: 80px;
}

.about-flow__title {
	margin-bottom: 12px;
}

.about-flow__bg {
	display: none;
}

.about-point {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.about-point:nth-last-of-type(1) {
	padding-top: 12px;
}

.about-point:nth-last-of-type(1)::after {
	display: none;
}

.about-point:nth-last-of-type(1) .about-point__image {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 48px;
}

.about-point:nth-of-type(3)::after {
	display: none;
}

.about-point::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #9c9c9c, #9c9c9c 2px, transparent 2px, transparent 18px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
	content: '';
}

.about-point__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.about-point__title.-nottl > p {
	padding-left: 0;
}

.about-point__title .step {
	position: absolute;
	top: 0;
	left: 0;
}

.about-point__title .jp {
	width: 100%;
	text-align: center;
}

.about-point__title .jp br {
	display: block !important;
}

.about-point__link {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	order: 3;
	margin-top: 36px;
	margin-bottom: 0;
}

.about-point__image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	height: initial !important;
}

.pro {
	padding-top: 42px;
}

.pro-main {
	display: block;
}

.pro-slidecover {
	width: 80%;
	margin: 0 auto 60px;
}

.pro-slidefix {
	top: initial !important;
	left: initial !important;
	width: 100% !important;
}

.pro-inner {
	width: 100%;
	padding-left: 0;
}

.pro-inner__sns {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pro-inner__contact .contactlink {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.theater-list {
	gap: 48px 30px;
}

.theater-item {
	width: calc((100% - 60px) / 3);
}

}

@media screen and (max-width: 850px) {

.theater-item {
	width: calc((100% - 30px) / 2);
}

}

@media screen and (max-width: 750px) {

.about {
	padding-top: 33px;
}

.about-top {
	padding-bottom: 45px;
}

.about-lead__title {
	margin-bottom: 29px;
}

.about-lead__title br.cont-min1201 {
	display: none !important;
}

.about-graphic {
	margin-bottom: 23px;
}

.about-graphic__image {
	width: 255px;
}

.about-flow__title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 5px;
}

.about-flow__title .icon {
	width: 25px;
	margin-right: 0;
}

.about-flow__box.-show .about-point__image .image.-i2 > svg .hand {
	-webkit-animation-name: about-anm__hand2--sp;
	animation-name: about-anm__hand2--sp;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .item {
	-webkit-animation-name: about-anm__item4--sp;
	animation-name: about-anm__item4--sp;
}

.about-flow__box.-show .about-point__image .image.-i4 > svg .bal {
	-webkit-animation-name: about-anm__bal4--sp;
	animation-name: about-anm__bal4--sp;
}

.about-point {
	padding: 36px 0 41px;
}

.about-point:nth-last-of-type(1) {
	padding-top: 9px;
	padding-bottom: 0;
}

.about-point:nth-last-of-type(1) .about-point__image {
	padding-left: 18px;
}

.about-point__title {
	margin-bottom: 24px;
}

.about-point__title.-nottl {
	margin-bottom: 26px;
}

.about-point__title .step {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-transform: translateY(-54%);
	top: 50%;
	flex-direction: column;
	width: initial;
	padding-top: 0;
	transform: translateY(-54%);
}

.about-point__title .step-en {
	margin-right: 0;
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.9rem;
	text-align: center;
}

.about-point__title .step-num {
	height: 22px;
}

.about-point__link {
	margin-top: 26px;
}

.about-point__link .link .text {
	font-size: 1.7rem;
}

.about-point__image .image.-i1 {
	width: 300px;
}

.about-point__image .image.-i2 {
	width: 320px;
}

.about-point__image .image.-i2 > svg .st0 {
	fill: #F19089;
}

.about-point__image .image.-i2 > svg .st1 {
	fill: #EEEEEE;
}

.about-point__image .image.-i2 > svg .st2 {
	fill: #FFF4C5;
}

.about-point__image .image.-i2 > svg .st3 {
	fill: #C3EACA;
}

.about-point__image .image.-i2 > svg .st4 {
	fill: #C6E6EE;
}

.about-point__image .image.-i2 > svg .st5 {
	fill: #F7BF9E;
}

.about-point__image .image.-i2 > svg .st6 {
	fill: #F9E6D4;
}

.about-point__image .image.-i2 > svg .st7 {
	fill: #9C9C9D;
}

.about-point__image .image.-i2 > svg .hand {
	-webkit-transform: translate(0px);
	transform: translate(0px);
}

.about-point__image .image.-i3 {
	width: 268px;
}

.about-point__image .image.-i4 {
	width: 230px;
}

.about-point__image .image.-i4 > svg .st0 {
	fill: #C6E6EE;
}

.about-point__image .image.-i4 > svg .st1 {
	fill: #F9E6D4;
}

.about-point__image .image.-i4 > svg .st2 {
	fill: #F09489;
}

.about-point__image .image.-i4 > svg .st3 {
	fill: #EEEEEE;
}

.about-point__image .image.-i4 > svg .st4 {
	fill: #F19089;
}

.about-point__image .image.-i4 > svg .st5 {
	fill: #C3EACA;
}

.about-point__image .image.-i4 > svg .st6 {
	fill: #F7BF9E;
}

.about-point__image .image.-i4 > svg .st7 {
	fill: #FFF4C5;
}

.gekibana-contact {
	padding-top: 31px;
}

.gekibana-contact .form-item__submit.-signup {
	margin-top: 75px;
}

.gekibana-thanks .thanks-lead__sub {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.gekibana-thanks__btn {
	padding-bottom: 12px;
}

.gekibana-thanks__btn .thanks-home {
	width: 223px;
}

.gekibana-thanks__btn .thanks-home__link .text {
	padding-left: 22px;
}

.gekibana-thanks__btn.-spsize {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	flex-direction: column;
	align-items: center;
	width: 100% !important;
	gap: 0;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn {
	width: initial !important;
	height: initial !important;
	margin-top: 27px !important;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	background: initial !important;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link .text {
	position: relative;
	padding: 0 !important;
	color: #575757;
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 2.2rem;
	letter-spacing: 0.01em;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link .text::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #575757;
	content: '';
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link .anm-btn__tri {
	display: none !important;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link .anm-btn__icon {
	margin-right: 17px;
}

.gekibana-thanks__btn.-spsize .thanks-home.-spbtn .thanks-home__link .anm-btn__icon.-home {
	width: 25px;
	height: 20px;
}

.pro {
	padding-top: 39px;
}

.pro .performances-single {
	padding-top: 0;
}

.pro-main {
	margin-bottom: 73px;
}

.pro-slidecover {
	width: 100%;
	margin-bottom: 21px;
}

.pro-slide .owlblock {
	width: 77vw;
}

.pro-slide .owlblock .owlwrapper .item .img-cover::before {
	padding-top: 200px;
}

.pro-slide .owlblock .owlwrapper .myowlnav {
	top: 96px;
}

.pro-slide .owlblock .owlwrapper .myowlnav.-l {
	left: calc(-5.35vw - 5px);
}

.pro-slide .owlblock .owlwrapper .myowlnav.-r {
	right: calc(-5.35vw - 5px);
}

.pro-slide .owlblock .owlwrapper .myowlnav .arrow {
	width: 9px;
	height: 18px;
}

.pro-slide .owlblock .owlwrapper .owl-dots {
	margin-top: 12px;
	gap: 12px 16px;
}

.pro-slide .owlblock .owlwrapper .owl-dots .owl-dot {
	width: calc((100% - 64px) / 5);
	max-width: 50px;
}

.pro-inner__topbox {
	margin-bottom: 9px;
	padding-top: 17px;
}

.pro-inner__topbox .name {
	margin-bottom: -2px;
}

.pro-inner__topbox .name-sub {
	font-size: 1.6rem;
}

.pro-inner__value {
	margin-bottom: 6px;
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.pro-inner__value .-fontw {
	padding-right: 4px;
	font-size: 2.9rem;
}

.pro-inner__form {
	margin-top: 22px;
}

.pro-inner__form .form-wrap {
	margin-bottom: 16px;
}

.pro-inner__form .form-wrap.-textarea .form-item__area {
	height: 210px;
}

.pro-inner__form .form-item__titlecover .title .-small {
	margin-left: -5px;
	font-size: 1.3rem;
}

.pro-inner__form .form-item .pro-inner__optionhead {
	margin-top: 10px;
}

.pro-inner__form .form-item .pro-inner__optionhead .text {
	font-size: 1.6rem;
}

.pro-inner__form .form-item .pro-inner__optionhead .icon {
	width: 20px;
	height: 20px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner {
	padding-bottom: 8px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block {
	margin-bottom: 25px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top {
	margin-bottom: 2px;
	font-size: 1.7rem;
	line-height: 2.8rem;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko {
	width: 2px;
	height: 20px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko::before {
	width: 6px;
	height: 2px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-kakko::after {
	width: 6px;
	height: 2px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dt.case-top .-text {
	padding: 0 8px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color {
	margin-bottom: -5px;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dt.color-name {
	font-size: 1.6rem;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dd.color-price .-fontw {
	font-size: 2rem;
}

.pro-inner__form .form-item .pro-inner__optionbox .box-inner__block dd.case-details .color dd.color-price .-tax {
	margin-left: -5px;
}

.pro-inner__counter .counter-btn__icon {
	width: 18px;
}

.pro-inner__counter .counter-value {
	width: 60px;
	height: 50px;
	margin: 0 15px;
}

.pro-inner__order dl {
	margin-bottom: 26px;
}

.pro-inner__order dl > dd {
	margin-left: 24px;
}

.pro-inner__place {
	margin-bottom: 34px;
}

.pro-inner__place .form-item__titlecover {
	margin-bottom: 1px;
}

.pro-inner__place .form-item__radio > label.-first {
	margin-right: 62px;
}

.pro-inner__place .form-item__radio > label .form-radio-text {
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.pro-inner__focus {
	margin-bottom: -10px;
}

.pro-inner__btn {
	margin-bottom: 34px;
}

.pro-inner__btn .form-item__submit {
	width: 230px;
	margin-top: 40px;
	margin-left: 0;
}

.pro-inner__btn .form-item__submitlink .text {
	padding-right: 13px;
	padding-left: 28px;
}

.pro-inner__btn .form-item__submitlink .icon {
	width: 30px;
	height: 26px;
}

.pro-inner__sns .sns-list {
	gap: 28px;
}

.pro-inner__sns .sns-text {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

.pro-inner__sns .sns-item.-facebook {
	width: 27px;
}

.pro-inner__sns .sns-item.-twitter {
	width: 24px;
}

.pro-inner__sns .sns-item.-line {
	width: 28px;
}

.pro-inner__contact .contactlink {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.pro-inner__contact .contactlink .icon {
	height: 17px;
	margin-right: 0;
	margin-left: 10px;
}

.pro .single-section__jp.-type2 {
	font-size: 2.3rem;
	line-height: 3.4rem;
}

.pro .single-section__icon.-details {
	width: 23px;
}

.pro .single-section__icon.-read {
	position: absolute;
	top: 7px;
	right: 0;
	width: 32px;
}

.pro .single-section__icon.-gift {
	position: absolute;
	top: 5px;
	right: 0;
}

.pro .single-gift {
	margin-bottom: 0 !important;
}

.pro .single-gift .single-section__jp {
	padding-right: 60px;
}

.pro .single-gift__top {
	margin-bottom: 29px;
}

.pro-details {
	margin-bottom: 65px;
}

.pro-details .single-section__title {
	margin-bottom: 15px;
}

.pro-details__text {
	font-size: 1.6rem;
	line-height: 3.1rem;
}

.pro-read {
	margin-bottom: 45px;
}

.pro-read .single-section__title {
	margin-bottom: 15px;
}

.pro-read__item {
	padding-left: 16px;
	font-size: 1.6rem;
	line-height: 3.1rem;
}

.pro-read__item::before {
	top: 12px;
	width: 8px;
	height: 8px;
}

.pro-read__item.-limit {
	padding-top: 34px;
}

.pro-read__item.-limit dl {
	margin-bottom: 20px;
	line-height: 2.6rem;
}

.pro-read__item.-limit dl:nth-last-of-type(1) {
	margin-bottom: 0;
}

.pro-read__item.-limit dl > dt {
	width: 146px;
}

.pro-read__item.-limit dl > dt::after {
	right: -20px;
}

.pro-read__item.-limit dl > dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 146px);
	padding-left: 24px;
}

.pro-read .single-section__jp {
	padding-right: 60px;
}

.pro-back {
	width: 208px;
	height: 70px;
	margin-bottom: 72px;
}

.pro-back__btnlink .text {
	padding-right: 11px;
	padding-left: 20px;
}

.pagetop-main {
	height: 592px;
}

.pagetop-main__stage.-scene1_1 .pagetop-main__graphic .circle-light.-g1 {
	-webkit-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}

.pagetop-main__stage.-scene3_3 .pagetop-main__light .-left {
	right: calc(50% + 51px);
}

.pagetop-main__stage.-scene3_3 .pagetop-main__light .-right {
	left: calc(50% + 51px);
}

.pagetop-main__stage.-scene3_3 .pagetop-main__light::after {
	-webkit-transition: 0s;
	top: 418px;
	opacity: 0.7;
	transition: 0s;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-left {
	top: -152px;
	right: calc(50% - 25px);
	border-width: 570px 170px 0 0;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right {
	top: -152px;
	left: calc(50% - 25px);
	border-width: 0 170px 570px 0;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light .-right::before {
	left: 170px;
}

.pagetop-main__stage.-scene3_4 .pagetop-main__light::after {
	-webkit-transition: 0s;
	top: 418px;
	opacity: 0.7;
	transition: 0s;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-left {
	top: -152px;
	right: calc(50% - 25px);
	border-width: 570px 170px 0 0;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right {
	top: -152px;
	left: calc(50% - 25px);
	border-width: 0 170px 570px 0;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light .-right::before {
	left: 170px;
}

.pagetop-main__stage.-scene3_5 .pagetop-main__light::after {
	top: 418px;
}

.pagetop-main__graphic .supporter {
	width: 53px;
	height: 59px;
}

.pagetop-main__graphic .supporter.-g1 {
	left: 14px;
}

.pagetop-main__graphic .supporter.-g1_2 {
	right: 32px;
}

.pagetop-main__graphic .supporter.-g2 {
	right: 14px;
}

.pagetop-main__graphic .circle-light {
	-webkit-transform: translateX(0px);
	height: 100%;
	transform: translateX(0px);
	background: radial-gradient(circle at 63px 182px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 62px, rgba(0, 0, 0, 0.7) 63px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic .circle-light.-g1 {
	-webkit-transform: translateX(-4px);
	top: -5px;
	height: calc(100% + 5px);
	transform: translateX(-4px);
	background: initial;
}

.pagetop-main__graphic .circle-light.-g1 .-layer1 {
	width: 100%;
	height: 100%;
}

.pagetop-main__graphic .circle-light.-g2 {
	background: radial-gradient(circle at 281px 145px, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 62px, rgba(0, 0, 0, 0.7) 63px, rgba(0, 0, 0, 0.7));
}

.pagetop-main__graphic.-g1 {
	left: calc(50% + 8px);
	width: 367px;
	height: 565px;
}

.pagetop-main__graphic.-g1 > svg .st0 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g1 > svg .st1 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g1 > svg .st2 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g1 > svg .st3 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g1 > svg .st4 {
	fill: #F19089;
}

.pagetop-main__graphic.-g1 > svg .st5 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g1 > svg .st6 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g1 > svg .st7 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g1 > svg .st8 {
	fill: #F09489;
}

.pagetop-main__graphic.-g1 > svg .st9 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g1 > svg .st10 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g1 > svg .buyer.-b4_3 {
	-webkit-transform-origin: 135px;
	transform-origin: 135px;
}

.pagetop-main__graphic.-g1 > svg .casher.-c1 {
	-webkit-transform: translateY(90px);
	transform: translateY(90px);
}

.pagetop-main__graphic.-g1 > svg .casher.-c1_2 .head {
	-webkit-transform-origin: 650px 320px;
	transform-origin: 650px 320px;
}

.pagetop-main__graphic.-g1 > svg .casher.-c2 {
	-webkit-transform-origin: 645px;
	transform-origin: 645px;
}

.pagetop-main__graphic.-g1 > svg .casher.-c2_2 {
	-webkit-transform-origin: 515px;
	transform-origin: 515px;
}

.pagetop-main__graphic.-g1 > svg .white-cover rect {
	fill: #fff;
}

.pagetop-main__graphic.-g1 > svg .carrier.-c1 {
	-webkit-transform-origin: 642px;
	transform-origin: 642px;
}

.pagetop-main__graphic.-g1 > svg .operator.-o1 {
	-webkit-transform-origin: 195px;
	-webkit-transform: translateX(0) rotateY(810deg);
	transform: translateX(0) rotateY(810deg);
	transform-origin: 195px;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2 {
	-webkit-transform-origin: 335px;
	transform-origin: 335px;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_4 {
	-webkit-transform-origin: 350px;
	transform-origin: 350px;
}

.pagetop-main__graphic.-g1 > svg .operator.-o2_4 .sign {
	-webkit-transform: translateX(131px);
	transform: translateX(131px);
}

.pagetop-main__graphic.-g2 > svg .st0 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g2 > svg .st1 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g2 > svg .st2 {
	fill: #F19089;
}

.pagetop-main__graphic.-g2 > svg .st3 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g2 > svg .st4 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g2 > svg .st5 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g2 > svg .st6 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g2 > svg .st7 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g2 > svg .st8 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g2 > svg .st9 {
	fill: #F09489;
}

.pagetop-main__graphic.-g2 > svg .st10 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g2 > svg .bg-mask {
	-webkit-transform: translateX(-63px);
	transform: translateX(-63px);
}

.pagetop-main__graphic.-g2 > svg .bg-mask rect {
	fill: #9c9c9d;
}

.pagetop-main__graphic.-g2 > svg .bal {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.pagetop-main__graphic.-g2 > svg .act1 {
	-webkit-transform-origin: 195px;
	transform-origin: 195px;
}

.pagetop-main__graphic.-g2 > svg .act4.-before {
	-webkit-transform: translateX(125px) rotateY(0);
	-webkit-transform-origin: 632px;
	transform: translateX(125px) rotateY(0);
	transform-origin: 632px;
}

.pagetop-main__graphic.-g3 > svg .st0 {
	fill: #FFFFFF;
}

.pagetop-main__graphic.-g3 > svg .st1 {
	fill: #F19089;
}

.pagetop-main__graphic.-g3 > svg .st2 {
	fill: #F9E6D4;
}

.pagetop-main__graphic.-g3 > svg .st3 {
	fill: #F7BF9E;
}

.pagetop-main__graphic.-g3 > svg .st4 {
	fill: #C6E6EE;
}

.pagetop-main__graphic.-g3 > svg .st5 {
	fill: #FFF4C5;
}

.pagetop-main__graphic.-g3 > svg .st6 {
	fill: #AEBEF4;
}

.pagetop-main__graphic.-g3 > svg .st7 {
	fill: none;
}

.pagetop-main__graphic.-g3 > svg .st8 {
	fill: #EEEEEE;
}

.pagetop-main__graphic.-g3 > svg .st9 {
	fill: #C3EACA;
}

.pagetop-main__graphic.-g3 > svg .st10 {
	fill: #9C9C9D;
}

.pagetop-main__graphic.-g3 > svg .st11 {
	fill: #F09489;
}

.pagetop-main__graphic.-g3 > svg .step2,
.pagetop-main__graphic.-g3 > svg .step4,
.pagetop-main__graphic.-g3 > svg .step6,
.pagetop-main__graphic.-g3 > svg .step7,
.pagetop-main__graphic.-g3 > svg .step8,
.pagetop-main__graphic.-g3 > svg .step8_2,
.pagetop-main__graphic.-g3 > svg .step9,
.pagetop-main__graphic.-g3 > svg .step10,
.pagetop-main__graphic.-g3 > svg .step11 {
	opacity: 0;
}

.pagetop-main__graphic.-g3 > svg .step1 .-lightblue {
	-webkit-transform-origin: 545px;
	transform-origin: 545px;
}

.pagetop-main__graphic.-g3 > svg .step1 .-orange {
	-webkit-transform-origin: 655px;
	transform-origin: 655px;
}

.pagetop-main__graphic.-g3 > svg .step2 .-lightblue {
	-webkit-transform-origin: 530px;
	transform-origin: 530px;
}

.pagetop-main__graphic.-g3 > svg .step2 .-orange {
	-webkit-transform-origin: 670px;
	transform-origin: 670px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-blue {
	-webkit-transform-origin: 370px;
	transform-origin: 370px;
}

.pagetop-main__graphic.-g3 > svg .step3 .-grey {
	-webkit-transform-origin: 473px;
	transform-origin: 473px;
}

.pagetop-main__graphic.-g3 > svg .step4 .-blue {
	-webkit-transform-origin: 350px;
	transform-origin: 350px;
}

.pagetop-main__graphic.-g3 > svg .step4 .-grey {
	-webkit-transform-origin: 485px;
	transform-origin: 485px;
}

.pagetop-main__graphic.-g3 > svg .step5 .-pink {
	-webkit-transform: rotateY(0);
	-webkit-transform-origin: 375px;
	transform: rotateY(0);
	transform-origin: 375px;
}

.pagetop-main__graphic.-g3 > svg .step6 .-pink {
	-webkit-transform-origin: 375px;
	transform-origin: 375px;
}

.pagetop-main__graphic.-g3 > svg .step8 .-blue,
.pagetop-main__graphic.-g3 > svg .step8_2 .-blue {
	-webkit-transform-origin: 118px;
	-webkit-transform: rotateY(720deg);
	transform: rotateY(720deg);
	transform-origin: 118px;
}

.pagetop-main__graphic.-g3 > svg .step8 .-grey,
.pagetop-main__graphic.-g3 > svg .step8_2 .-grey {
	-webkit-transform-origin: 262px;
	-webkit-transform: rotateY(720deg);
	transform: rotateY(720deg);
	transform-origin: 262px;
}

.pagetop-main__graphic.-g3 > svg .step8 .-lightblue,
.pagetop-main__graphic.-g3 > svg .step8_2 .-lightblue {
	-webkit-transform-origin: 395px;
	-webkit-transform: rotateY(720deg);
	transform: rotateY(720deg);
	transform-origin: 395px;
}

.pagetop-main__graphic.-g3 > svg .step8 .-orange,
.pagetop-main__graphic.-g3 > svg .step8_2 .-orange {
	-webkit-transform-origin: 528px;
	-webkit-transform: rotateY(-720deg);
	transform: rotateY(-720deg);
	transform-origin: 528px;
}

.pagetop-main__graphic.-g3 > svg .step8 .-pink,
.pagetop-main__graphic.-g3 > svg .step8_2 .-pink {
	-webkit-transform-origin: 662px;
	-webkit-transform: rotateY(-720deg);
	transform: rotateY(-720deg);
	transform-origin: 662px;
}

.pagetop-main__graphic.-g3 > svg .step11 .bal {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.pagetop-main__car {
	bottom: 22px;
	left: -83px;
	width: 83px;
	height: 61px;
}

.pagetop-main__car.-go1_1 {
	-webkit-animation-name: main-scene1__car--sp;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	animation-name: main-scene1__car--sp;
}

.pagetop-main__car.-go1_2 {
	-webkit-animation-name: main-scene1__car2--sp;
	-webkit-animation-duration: 1.2s;
	left: calc(50% - 15px);
	animation-duration: 1.2s;
	animation-name: main-scene1__car2--sp;
}

.pagetop-main__car.-go2_1 {
	-webkit-animation-name: main-scene2__car--sp;
	animation-name: main-scene2__car--sp;
}

.pagetop-main__car.-go2_2 {
	-webkit-animation-name: main-scene2__car2--sp;
	left: 50%;
	left: calc(50% - 166px);
	animation-name: main-scene2__car2--sp;
}

.pagetop-main__man {
	-webkit-transform: translate(-110px, -43px);
	width: 73px;
	height: 109px;
	transform: translate(-110px, -43px);
}

.pagetop-main__man.-show1 {
	-webkit-animation-name: main-scene1__man--sp;
	animation-name: main-scene1__man--sp;
}

.pagetop-main__man > svg .st0 {
	fill: #EEEEEE;
}

.pagetop-main__man > svg .st1 {
	fill: #9C9C9D;
}

.pagetop-main__man > svg .st2 {
	fill: #C6E6EE;
}

.pagetop-main__man > svg .st3 {
	fill: #FFF4C5;
}

.pagetop-main__man > svg .st4 {
	fill: #F7BF9E;
}

.pagetop-main__man > svg .st5 {
	fill: #C3EACA;
}

.pagetop-main__man > svg .st6 {
	fill: #F19089;
}

.pagetop-main__man > svg .st7 {
	fill: #F9E6D4;
}

.pagetop-main__man > svg .st8 {
	fill: #AEBEF4;
}

.pagetop-main__light::after {
	height: 570px;
}

.pagetop-main__light .-left {
	right: calc(50% + 135px);
	border-width: 570px 240px 0 0;
}

.pagetop-main__light .-left::before {
	top: -570px;
	height: 570px;
}

.pagetop-main__light .-right {
	left: calc(50% + 135px);
	border-width: 0 240px 570px 0;
}

.pagetop-main__light .-right::before {
	left: 240px;
	height: 570px;
}

.pagetop-main__final::after {
	width: 352px;
	height: 11px;
}

.pagetop-main__final .step.-step1 {
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pagetop-main__final .step.-step1 .topchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 118px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step1 .topchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step1 .topchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step1 .topchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step1 .topchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step1 .topchara .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step1 .topchara .st5 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step1 .topchara .st6 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step1 .topchara .st7 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step1 .topchara .st8 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step1 .topchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step1 .topchara .st10 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step1 .centerchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 275px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step1 .centerchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step1 .centerchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step1 .centerchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step1 .centerchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step1 .centerchara .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step1 .centerchara .st5 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step1 .centerchara .st6 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step1 .centerchara .st7 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step1 .centerchara .st8 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step1 .centerchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step1 .bottomchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 11px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step1 .bottomchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step1 .bottomchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step1 .bottomchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step1 .bottomchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step1 .bottomchara .st4 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step1 .bottomchara .st5 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step1 .bottomchara .st6 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step1 .bottomchara .st7 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step1 .bottomchara .st8 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step1 .bottomchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step1 .bottomchara .st10 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step2 {
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pagetop-main__final .step.-step2 .topchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 118px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step2 .topchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step2 .topchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step2 .topchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step2 .topchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step2 .topchara .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step2 .topchara .st5 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step2 .topchara .st6 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step2 .topchara .st7 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step2 .topchara .st8 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step2 .topchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step2 .topchara .st10 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step2 .centerchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 275px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step2 .centerchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step2 .centerchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step2 .centerchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step2 .centerchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step2 .centerchara .st4 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step2 .centerchara .st5 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step2 .centerchara .st6 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step2 .centerchara .st7 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step2 .centerchara .st8 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step2 .centerchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step2 .bottomchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 11px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step2 .bottomchara .st0 {
	display: none;
}

.pagetop-main__final .step.-step2 .bottomchara .st1 {
	display: inline;
}

.pagetop-main__final .step.-step2 .bottomchara .st2 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step2 .bottomchara .st3 {
	fill: #F09489;
}

.pagetop-main__final .step.-step2 .bottomchara .st4 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step2 .bottomchara .st5 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step2 .bottomchara .st6 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step2 .bottomchara .st7 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step2 .bottomchara .st8 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step2 .bottomchara .st9 {
	fill: #F19089;
}

.pagetop-main__final .step.-step2 .bottomchara .st10 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step3 {
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pagetop-main__final .step.-step3 .topchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 118px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step3 .topchara .st0 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step3 .topchara .st1 {
	fill: #F09489;
}

.pagetop-main__final .step.-step3 .topchara .st2 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step3 .topchara .st3 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step3 .topchara .st4 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step3 .topchara .st5 {
	fill: #C3EACA;
}

.pagetop-main__final .step.-step3 .topchara .st6 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step3 .topchara .st7 {
	fill: #F19089;
}

.pagetop-main__final .step.-step3 .topchara .st8 {
	fill: #FFF4C5;
}

.pagetop-main__final .step.-step3 .centerchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 275px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step3 .centerchara .st0 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step3 .centerchara .st1 {
	fill: #F09489;
}

.pagetop-main__final .step.-step3 .centerchara .st2 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step3 .centerchara .st3 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step3 .centerchara .st4 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step3 .centerchara .st5 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step3 .centerchara .st6 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step3 .centerchara .st7 {
	fill: #F19089;
}

.pagetop-main__final .step.-step3 .bottomchara {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 11px;
	left: 50%;
	width: initial;
	height: 131px;
	transform: translateX(-50%);
}

.pagetop-main__final .step.-step3 .bottomchara .st0 {
	fill: #EEEEEE;
}

.pagetop-main__final .step.-step3 .bottomchara .st1 {
	fill: #F09489;
}

.pagetop-main__final .step.-step3 .bottomchara .st2 {
	fill: #F7BF9E;
}

.pagetop-main__final .step.-step3 .bottomchara .st3 {
	fill: #F9E6D4;
}

.pagetop-main__final .step.-step3 .bottomchara .st4 {
	fill: #9C9C9D;
}

.pagetop-main__final .step.-step3 .bottomchara .st5 {
	fill: #C6E6EE;
}

.pagetop-main__final .step.-step3 .bottomchara .st6 {
	fill: #AEBEF4;
}

.pagetop-main__final .step.-step3 .bottomchara .st7 {
	fill: #F19089;
}

.pagetop-main__final .step.-step3 .bottomchara .st8 {
	fill: #C3EACA;
}

.pagetop-main__final .footbar {
	-webkit-transform: translateX(-50%);
	position: absolute;
	left: 50%;
	width: 352px;
	height: 11px;
	transform: translateX(-50%);
	background: #f9e6d4;
}

.pagetop-main__final .footbar.-top {
	top: 249px;
}

.pagetop-main__final .footbar.-center {
	top: 406px;
}

.theater {
	padding-top: 38px;
}

.theater-list {
	gap: 48px 0;
}

.theater-item {
	width: 100%;
}

.theater-item__image {
	margin-bottom: 14px;
}

.theater-item__image .img-cover {
	height: 200px;
}

.theater-item__title {
	margin-bottom: 10px;
}

.theater-item__detail {
	padding: 0;
}

.theater-item__inner {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 2.1rem;
}

.theater-item__inner.-fontw {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.theater-item__icon {
	width: 17px;
	margin-top: 1px;
	margin-right: 11px;
}

.theater-item__icon.-address {
	width: 19px;
	margin-top: 1px;
}

.theater-item__icon.-website {
	width: 17px;
	margin-top: 3px;
}

.theater-item__info .-post {
	font-size: 1.5rem;
}

.theater-item__info .-jp {
	margin-top: 0;
}

.theater-item__info .website-link__line {
	padding-bottom: 1px;
	font-size: 1.8rem;
}

.theater-item__info .website-link__line::after {
	bottom: 2px;
}

.theater-item__sns {
	margin-top: 12px;
}

.theater-item__sns .sns-link {
	margin-right: 14px;
}

.theater-item__sns .sns-icon.-twitter {
	width: 16px;
}

.theater-item__sns .sns-icon.-facebook {
	width: 21px;
}

.theater-item__sns .sns-icon.-instagram {
	width: 20px;
}

.theater-pager {
	padding: 9px 0;
}

.main[data-page="page24"] .page-head__title {
	padding: 23px 0;
	white-space: nowrap;
}

}

@media screen and (max-width: 750px) and (max-width: 374px) {

.about-point__title .jp {
	width: calc(100% - 100px);
	margin: 0 auto;
}

.about-point__title .jp br {
	display: none !important;
}

}

@media screen and (max-width: 750px) and (max-width: 320px) {

.pro-inner__place .form-item__radio {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pro-inner__place .form-item__radio > label {
	margin-right: 0 !important;
}

}

@media screen and (max-width: 389px) {

.main[data-page="page27"] .page-head__title,
.main[data-page="page28"] .page-head__title,
.main[data-page="page29"] .page-head__title {
	padding: 23px 0;
	white-space: nowrap;
}

.main[data-page="page27"] .page-head__title br,
.main[data-page="page28"] .page-head__title br,
.main[data-page="page29"] .page-head__title br {
	display: block !important;
}

}

@-webkit-keyframes about-anm__frame1 {

0%,14%,96%,100% {
	opacity: 0;
}

14.1%,94% {
	opacity: 1;
}

}

@keyframes about-anm__frame1 {

0%,14%,96%,100% {
	opacity: 0;
}

14.1%,94% {
	opacity: 1;
}

}

@-webkit-keyframes about-anm__hand1 {

0%,1%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

1.1%,5% {
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

5.1%,10% {
	-webkit-transform: translate(-325px, 0);
	transform: translate(-325px, 0);
}

10.1%,12%,15%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

13.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@keyframes about-anm__hand1 {

0%,1%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

1.1%,5% {
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
}

5.1%,10% {
	-webkit-transform: translate(-325px, 0);
	transform: translate(-325px, 0);
}

10.1%,12%,15%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

13.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@-webkit-keyframes about-anm__frame2 {

0%,29%,96%,100% {
	opacity: 0;
}

29.1%,94% {
	opacity: 1;
}

}

@keyframes about-anm__frame2 {

0%,29%,96%,100% {
	opacity: 0;
}

29.1%,94% {
	opacity: 1;
}

}

@-webkit-keyframes about-anm__hand2 {

0%,16%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

16.1%,20% {
	-webkit-transform: translate(410px, 0);
	transform: translate(410px, 0);
}

20.1%,25% {
	-webkit-transform: translate(-360px, 0);
	transform: translate(-360px, 0);
}

25.1%,27%,30%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

28.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@keyframes about-anm__hand2 {

0%,16%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

16.1%,20% {
	-webkit-transform: translate(410px, 0);
	transform: translate(410px, 0);
}

20.1%,25% {
	-webkit-transform: translate(-360px, 0);
	transform: translate(-360px, 0);
}

25.1%,27%,30%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

28.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@-webkit-keyframes about-anm__lbal3 {

0%,30%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

32%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes about-anm__lbal3 {

0%,30%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

32%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__dot3_1 {

0%,32%,96%,100% {
	fill: #c6e6ee;
}

32.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_1 {

0%,32%,96%,100% {
	fill: #c6e6ee;
}

32.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_2 {

0%,34%,96%,100% {
	fill: #c6e6ee;
}

34.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_2 {

0%,34%,96%,100% {
	fill: #c6e6ee;
}

34.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_3 {

0%,36%,96%,100% {
	fill: #c6e6ee;
}

36.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_3 {

0%,36%,96%,100% {
	fill: #c6e6ee;
}

36.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_4 {

0%,38%,96%,100% {
	fill: #c6e6ee;
}

38.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_4 {

0%,38%,96%,100% {
	fill: #c6e6ee;
}

38.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_5 {

0%,40%,96%,100% {
	fill: #c6e6ee;
}

40.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_5 {

0%,40%,96%,100% {
	fill: #c6e6ee;
}

40.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_6 {

0%,42%,96%,100% {
	fill: #c6e6ee;
}

42.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_6 {

0%,42%,96%,100% {
	fill: #c6e6ee;
}

42.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_7 {

0%,44%,96%,100% {
	fill: #c6e6ee;
}

44.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_7 {

0%,44%,96%,100% {
	fill: #c6e6ee;
}

44.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot3_8 {

0%,46%,96%,100% {
	fill: #c6e6ee;
}

46.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot3_8 {

0%,46%,96%,100% {
	fill: #c6e6ee;
}

46.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__item3 {

0%,39%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

41%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes about-anm__item3 {

0%,39%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

41%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__rbal3 {

0%,46%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

48%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes about-anm__rbal3 {

0%,46%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

48%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__dot4_1 {

0%,48%,96%,100% {
	fill: #c6e6ee;
}

48.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_1 {

0%,48%,96%,100% {
	fill: #c6e6ee;
}

48.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_2 {

0%,50%,96%,100% {
	fill: #c6e6ee;
}

50.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_2 {

0%,50%,96%,100% {
	fill: #c6e6ee;
}

50.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_3 {

0%,52%,96%,100% {
	fill: #c6e6ee;
}

52.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_3 {

0%,52%,96%,100% {
	fill: #c6e6ee;
}

52.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_4 {

0%,54%,96%,100% {
	fill: #c6e6ee;
}

54.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_4 {

0%,54%,96%,100% {
	fill: #c6e6ee;
}

54.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_5 {

0%,56%,96%,100% {
	fill: #c6e6ee;
}

56.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_5 {

0%,56%,96%,100% {
	fill: #c6e6ee;
}

56.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_6 {

0%,58%,96%,100% {
	fill: #c6e6ee;
}

58.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_6 {

0%,58%,96%,100% {
	fill: #c6e6ee;
}

58.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_7 {

0%,60%,96%,100% {
	fill: #c6e6ee;
}

60.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_7 {

0%,60%,96%,100% {
	fill: #c6e6ee;
}

60.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__dot4_8 {

0%,62%,96%,100% {
	fill: #c6e6ee;
}

62.1%,94% {
	fill: #f19089;
}

}

@keyframes about-anm__dot4_8 {

0%,62%,96%,100% {
	fill: #c6e6ee;
}

62.1%,94% {
	fill: #f19089;
}

}

@-webkit-keyframes about-anm__item4 {

0%,62%,96%,100% {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}

64%,94% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

}

@keyframes about-anm__item4 {

0%,62%,96%,100% {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}

64%,94% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__bal4 {

0%,62%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

64%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes about-anm__bal4 {

0%,62%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

64%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__hand2--sp {

0%,16%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

16.1%,20% {
	-webkit-transform: translate(270px, 0);
	transform: translate(270px, 0);
}

20.1%,25% {
	-webkit-transform: translate(-230px, 0);
	transform: translate(-230px, 0);
}

25.1%,27%,30%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

28.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@keyframes about-anm__hand2--sp {

0%,16%,96%,100% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

16.1%,20% {
	-webkit-transform: translate(270px, 0);
	transform: translate(270px, 0);
}

20.1%,25% {
	-webkit-transform: translate(-230px, 0);
	transform: translate(-230px, 0);
}

25.1%,27%,30%,94% {
	-webkit-transform: translate(0);
	transform: translate(0);
}

28.5% {
	-webkit-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

}

@-webkit-keyframes about-anm__item4--sp {

0%,56%,96%,100% {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}

58%,94% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

}

@keyframes about-anm__item4--sp {

0%,56%,96%,100% {
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
}

58%,94% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

}

@-webkit-keyframes about-anm__bal4--sp {

0%,56%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

58%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@keyframes about-anm__bal4--sp {

0%,56%,96%,100% {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
}

58%,94% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

}

@-webkit-keyframes item-slidenav__anm--block1 {

0% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: right;
}

9.9% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	transform-origin: right;
}

10%,20% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	transform-origin: left;
}

30%,100% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: left;
}

}

@keyframes item-slidenav__anm--block1 {

0% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: right;
}

9.9% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	transform-origin: right;
}

10%,20% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	transform-origin: left;
}

30%,100% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: left;
}

}

@-webkit-keyframes item-slidenav__anm--block2 {

0%,10% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: right;
}

19.9% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transform-origin: right;
}

20%,30% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transform-origin: left;
}

40%,100% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: left;
}

}

@keyframes item-slidenav__anm--block2 {

0%,10% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: right;
}

19.9% {
	-webkit-transform-origin: right;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transform-origin: right;
}

20%,30% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	transform-origin: left;
}

40%,100% {
	-webkit-transform-origin: left;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-origin: left;
}

}

@-webkit-keyframes main-scene__open {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@keyframes main-scene__open {

0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

100% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

}

@-webkit-keyframes main-scene__close {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes main-scene__close {

0% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes main-scene1__stage--out {

0% {
	-webkit-transform: translateX(-50%);
	left: 47%;
	transform: translateX(-50%);
}

100% {
	-webkit-transform: translateX(0);
	left: -100%;
	transform: translateX(0);
}

}

@keyframes main-scene1__stage--out {

0% {
	-webkit-transform: translateX(-50%);
	left: 47%;
	transform: translateX(-50%);
}

100% {
	-webkit-transform: translateX(0);
	left: -100%;
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene1__supporter1--in {

0% {
	-webkit-transform: scaleX(-1) translateX(50vw);
	transform: scaleX(-1) translateX(50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(0);
	transform: scaleX(-1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@keyframes main-scene1__supporter1--in {

0% {
	-webkit-transform: scaleX(-1) translateX(50vw);
	transform: scaleX(-1) translateX(50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(0);
	transform: scaleX(-1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@-webkit-keyframes main-scene1__supporter2--in {

0% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes main-scene1__supporter2--in {

0% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene1__buyer1 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(160px);
	transform: translateX(160px);
}

}

@keyframes main-scene1__buyer1 {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(160px);
	transform: translateX(160px);
}

}

@-webkit-keyframes main-scene1__buyer2 {

0% {
	-webkit-transform: translateX(160px);
	transform: translateX(160px);
}

100% {
	-webkit-transform: translateX(480px);
	transform: translateX(480px);
}

}

@keyframes main-scene1__buyer2 {

0% {
	-webkit-transform: translateX(160px);
	transform: translateX(160px);
}

100% {
	-webkit-transform: translateX(480px);
	transform: translateX(480px);
}

}

@-webkit-keyframes main-scene1__buyer3 {

0% {
	-webkit-transform: translateX(480px);
	transform: translateX(480px);
}

100% {
	-webkit-transform: translateX(870px);
	transform: translateX(870px);
}

}

@keyframes main-scene1__buyer3 {

0% {
	-webkit-transform: translateX(480px);
	transform: translateX(480px);
}

100% {
	-webkit-transform: translateX(870px);
	transform: translateX(870px);
}

}

@-webkit-keyframes main-scene1__casher--head {

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

25%,75% {
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
}

}

@keyframes main-scene1__casher--head {

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

25%,75% {
	-webkit-transform: rotate(-12deg);
	transform: rotate(-12deg);
}

}

@-webkit-keyframes main-scene1__carrier {

0% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(-650px);
	transform: translateX(-650px);
}

}

@keyframes main-scene1__carrier {

0% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(-650px);
	transform: translateX(-650px);
}

}

@-webkit-keyframes main-scene1__car1 {

0% {
	left: -132px;
}

100% {
	left: calc(50% + 135px);
}

}

@keyframes main-scene1__car1 {

0% {
	left: -132px;
}

100% {
	left: calc(50% + 135px);
}

}

@-webkit-keyframes main-scene1__car2 {

0% {
	left: calc(50% + 135px);
}

100% {
	left: 100%;
}

}

@keyframes main-scene1__car2 {

0% {
	left: calc(50% + 135px);
}

100% {
	left: 100%;
}

}

@-webkit-keyframes main-scene1__man {

0%,20% {
	-webkit-transform: translate(-20px, -76px);
	transform: translate(-20px, -76px);
}

30% {
	-webkit-transform: translate(-20px, -92px);
	transform: translate(-20px, -92px);
}

70%,80% {
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
}

100% {
	-webkit-transform: translate(20px, 0);
	transform: translate(20px, 0);
}

}

@keyframes main-scene1__man {

0%,20% {
	-webkit-transform: translate(-20px, -76px);
	transform: translate(-20px, -76px);
}

30% {
	-webkit-transform: translate(-20px, -92px);
	transform: translate(-20px, -92px);
}

70%,80% {
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
}

100% {
	-webkit-transform: translate(20px, 0);
	transform: translate(20px, 0);
}

}

@-webkit-keyframes main-scene1__man--tab {

0%,20% {
	-webkit-transform: translate(-10px, -45px);
	transform: translate(-10px, -45px);
}

30% {
	-webkit-transform: translate(-10px, -59px);
	transform: translate(-10px, -59px);
}

70%,80% {
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}

100% {
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

}

@keyframes main-scene1__man--tab {

0%,20% {
	-webkit-transform: translate(-10px, -45px);
	transform: translate(-10px, -45px);
}

30% {
	-webkit-transform: translate(-10px, -59px);
	transform: translate(-10px, -59px);
}

70%,80% {
	-webkit-transform: translate(-10px, 0);
	transform: translate(-10px, 0);
}

100% {
	-webkit-transform: translate(10px, 0);
	transform: translate(10px, 0);
}

}

@-webkit-keyframes main-scene1__car--tab {

0% {
	left: -132px;
}

100% {
	left: calc(50% + 85px);
}

}

@keyframes main-scene1__car--tab {

0% {
	left: -132px;
}

100% {
	left: calc(50% + 85px);
}

}

@-webkit-keyframes main-scene1__car2--tab {

0% {
	left: calc(50% + 85px);
}

100% {
	left: 100%;
}

}

@keyframes main-scene1__car2--tab {

0% {
	left: calc(50% + 85px);
}

100% {
	left: 100%;
}

}

@-webkit-keyframes main-scene1__stage--out--sp {

0% {
	-webkit-transform: translateX(-50%);
	left: calc(50% + 8px);
	transform: translateX(-50%);
}

100% {
	-webkit-transform: translateX(0);
	left: -100%;
	transform: translateX(0);
}

}

@keyframes main-scene1__stage--out--sp {

0% {
	-webkit-transform: translateX(-50%);
	left: calc(50% + 8px);
	transform: translateX(-50%);
}

100% {
	-webkit-transform: translateX(0);
	left: -100%;
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene1__supporter1--in--sp {

0% {
	-webkit-transform: scaleX(-1) translateX(50vw);
	transform: scaleX(-1) translateX(50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(0);
	transform: scaleX(-1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@keyframes main-scene1__supporter1--in--sp {

0% {
	-webkit-transform: scaleX(-1) translateX(50vw);
	transform: scaleX(-1) translateX(50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(0);
	transform: scaleX(-1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@-webkit-keyframes main-scene1__supporter2--in--sp {

0% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@keyframes main-scene1__supporter2--in--sp {

0% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene1__buyer1--sp {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
}

}

@keyframes main-scene1__buyer1--sp {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
}

}

@-webkit-keyframes main-scene1__buyer2--sp {

0% {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
}

100% {
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
}

}

@keyframes main-scene1__buyer2--sp {

0% {
	-webkit-transform: translateX(75px);
	transform: translateX(75px);
}

100% {
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
}

}

@-webkit-keyframes main-scene1__buyer3--sp {

0% {
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
}

100% {
	-webkit-transform: translateX(360px);
	transform: translateX(360px);
}

}

@keyframes main-scene1__buyer3--sp {

0% {
	-webkit-transform: translateX(150px);
	transform: translateX(150px);
}

100% {
	-webkit-transform: translateX(360px);
	transform: translateX(360px);
}

}

@-webkit-keyframes main-scene1__carrier--sp {

0% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(-145px);
	transform: translateX(-145px);
}

}

@keyframes main-scene1__carrier--sp {

0% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

100% {
	-webkit-transform: translateX(-145px);
	transform: translateX(-145px);
}

}

@-webkit-keyframes main-scene1__car--sp {

0% {
	left: -132px;
}

100% {
	left: calc(50% - 15px);
}

}

@keyframes main-scene1__car--sp {

0% {
	left: -132px;
}

100% {
	left: calc(50% - 15px);
}

}

@-webkit-keyframes main-scene1__car2--sp {

0% {
	left: calc(50% - 15px);
}

100% {
	left: 100%;
}

}

@keyframes main-scene1__car2--sp {

0% {
	left: calc(50% - 15px);
}

100% {
	left: 100%;
}

}

@-webkit-keyframes main-scene1__man--sp {

0%,20% {
	-webkit-transform: translate(-110px, -43px);
	transform: translate(-110px, -43px);
}

30% {
	-webkit-transform: translate(-110px, -58px);
	transform: translate(-110px, -58px);
}

70%,80% {
	-webkit-transform: translate(-110px, 0);
	transform: translate(-110px, 0);
}

100% {
	-webkit-transform: translate(-90px, 0);
	transform: translate(-90px, 0);
}

}

@keyframes main-scene1__man--sp {

0%,20% {
	-webkit-transform: translate(-110px, -43px);
	transform: translate(-110px, -43px);
}

30% {
	-webkit-transform: translate(-110px, -58px);
	transform: translate(-110px, -58px);
}

70%,80% {
	-webkit-transform: translate(-110px, 0);
	transform: translate(-110px, 0);
}

100% {
	-webkit-transform: translate(-90px, 0);
	transform: translate(-90px, 0);
}

}

@-webkit-keyframes main-scene2__stage--in {

0% {
	-webkit-transform: translate(-50%) rotateY(0deg);
	bottom: -100%;
	transform: translate(-50%) rotateY(0deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

}

@keyframes main-scene2__stage--in {

0% {
	-webkit-transform: translate(-50%) rotateY(0deg);
	bottom: -100%;
	transform: translate(-50%) rotateY(0deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

}

@-webkit-keyframes main-scene2__stage--out {

0% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(-90deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(-90deg);
}

}

@keyframes main-scene2__stage--out {

0% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(-90deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(-90deg);
}

}

@-webkit-keyframes main-scene2__supporter--in {

0% {
	-webkit-transform: scaleX(-1) translateX(-50vw);
	transform: scaleX(-1) translateX(-50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(30px);
	transform: scaleX(-1) translateX(30px);
}

100% {
	-webkit-transform: scaleX(1) translateX(-30px);
	transform: scaleX(1) translateX(-30px);
}

}

@keyframes main-scene2__supporter--in {

0% {
	-webkit-transform: scaleX(-1) translateX(-50vw);
	transform: scaleX(-1) translateX(-50vw);
}

99.99% {
	-webkit-transform: scaleX(-1) translateX(30px);
	transform: scaleX(-1) translateX(30px);
}

100% {
	-webkit-transform: scaleX(1) translateX(-30px);
	transform: scaleX(1) translateX(-30px);
}

}

@-webkit-keyframes main-scene2__supporter--push {

0% {
	-webkit-transform: scaleX(1) translateX(-30px);
	transform: scaleX(1) translateX(-30px);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@keyframes main-scene2__supporter--push {

0% {
	-webkit-transform: scaleX(1) translateX(-30px);
	transform: scaleX(1) translateX(-30px);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

}

@-webkit-keyframes main-scene2__repeat1 {

0%,33.30% {
	opacity: 1;
}

33.31%,100% {
	opacity: 0;
}

}

@keyframes main-scene2__repeat1 {

0%,33.30% {
	opacity: 1;
}

33.31%,100% {
	opacity: 0;
}

}

@-webkit-keyframes main-scene2__repeat2 {

0%,33.30% {
	opacity: 0;
}

33.31%,66.60% {
	opacity: 1;
}

66.61%,100% {
	opacity: 0;
}

}

@keyframes main-scene2__repeat2 {

0%,33.30% {
	opacity: 0;
}

33.31%,66.60% {
	opacity: 1;
}

66.61%,100% {
	opacity: 0;
}

}

@-webkit-keyframes main-scene2__repeat3 {

0%,66.60% {
	opacity: 0;
}

66.61%,100% {
	opacity: 1;
}

}

@keyframes main-scene2__repeat3 {

0%,66.60% {
	opacity: 0;
}

66.61%,100% {
	opacity: 1;
}

}

@-webkit-keyframes main-scene2__audience {

0%,50.00% {
	opacity: 1;
}

50.01%,100% {
	opacity: 0;
}

}

@keyframes main-scene2__audience {

0%,50.00% {
	opacity: 1;
}

50.01%,100% {
	opacity: 0;
}

}

@-webkit-keyframes main-scene2__car1 {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 570px);
	transform: translateX(0);
}

}

@keyframes main-scene2__car1 {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 570px);
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__car2 {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 570px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@keyframes main-scene2__car2 {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 570px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__dancers4--out {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

99.99% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 0;
}

}

@keyframes main-scene2__dancers4--out {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

99.99% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 0;
}

}

@-webkit-keyframes main-scene2__dancers4--in {

0% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 0;
}

0.01% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes main-scene2__dancers4--in {

0% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 0;
}

0.01% {
	-webkit-transform: translateX(-370px);
	transform: translateX(-370px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes main-scene2__dancer4-rotate {

0% {
	-webkit-transform: translateX(0) rotateY(0);
	transform: translateX(0) rotateY(0);
}

100% {
	-webkit-transform: translateX(0) rotateY(630deg);
	transform: translateX(0) rotateY(630deg);
}

}

@keyframes main-scene2__dancer4-rotate {

0% {
	-webkit-transform: translateX(0) rotateY(0);
	transform: translateX(0) rotateY(0);
}

100% {
	-webkit-transform: translateX(0) rotateY(630deg);
	transform: translateX(0) rotateY(630deg);
}

}

@-webkit-keyframes main-scene2__dancer4-back {

0% {
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	transform: translateX(0) rotateY(0) scaleX(-1);
}

100% {
	-webkit-transform: translateX(70px) rotateY(0) scaleX(-1);
	transform: translateX(70px) rotateY(0) scaleX(-1);
}

}

@keyframes main-scene2__dancer4-back {

0% {
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	transform: translateX(0) rotateY(0) scaleX(-1);
}

100% {
	-webkit-transform: translateX(70px) rotateY(0) scaleX(-1);
	transform: translateX(70px) rotateY(0) scaleX(-1);
}

}

@-webkit-keyframes main-scene2__audiences {

0%,50%,100% {
	-webkit-transform: translateY(0);
	-webkit-animation-timing-function: ease-in;
	transform: translateY(0);
	animation-timing-function: ease-in;
}

25%,75% {
	-webkit-transform: translateY(-20px);
	-webkit-animation-timing-function: ease-out;
	transform: translateY(-20px);
	animation-timing-function: ease-out;
}

}

@keyframes main-scene2__audiences {

0%,50%,100% {
	-webkit-transform: translateY(0);
	-webkit-animation-timing-function: ease-in;
	transform: translateY(0);
	animation-timing-function: ease-in;
}

25%,75% {
	-webkit-transform: translateY(-20px);
	-webkit-animation-timing-function: ease-out;
	transform: translateY(-20px);
	animation-timing-function: ease-out;
}

}

@-webkit-keyframes main-scene2__car--tab {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 365px);
	transform: translateX(0);
}

}

@keyframes main-scene2__car--tab {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 365px);
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__car2--tab {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 365px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@keyframes main-scene2__car2--tab {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 365px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__car--sp {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 166px);
	transform: translateX(0);
}

}

@keyframes main-scene2__car--sp {

0% {
	-webkit-transform: translateX(-100%);
	left: 0;
	transform: translateX(-100%);
}

100% {
	-webkit-transform: translateX(0);
	left: calc(50% - 166px);
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__car2--sp {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 166px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@keyframes main-scene2__car2--sp {

0% {
	-webkit-transform: translateX(0);
	left: calc(50% - 166px);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(0);
	left: 100%;
	transform: translateX(0);
}

}

@-webkit-keyframes main-scene2__dancers4--out--sp {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

99.99% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 0;
}

}

@keyframes main-scene2__dancers4--out--sp {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

99.99% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 0;
}

}

@-webkit-keyframes main-scene2__dancers4--in--sp {

0% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 0;
}

0.01% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@keyframes main-scene2__dancers4--in--sp {

0% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 0;
}

0.01% {
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px);
	opacity: 1;
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

}

@-webkit-keyframes main-scene2__dancer4--back--sp {

0% {
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	transform: translateX(0) rotateY(0) scaleX(-1);
}

100% {
	-webkit-transform: translateX(125px) rotateY(0) scaleX(-1);
	transform: translateX(125px) rotateY(0) scaleX(-1);
}

}

@keyframes main-scene2__dancer4--back--sp {

0% {
	-webkit-transform: translateX(0) rotateY(0) scaleX(-1);
	transform: translateX(0) rotateY(0) scaleX(-1);
}

100% {
	-webkit-transform: translateX(125px) rotateY(0) scaleX(-1);
	transform: translateX(125px) rotateY(0) scaleX(-1);
}

}

@-webkit-keyframes main-scene3__stage--in {

0% {
	-webkit-transform: translate(-50%) rotateY(90deg);
	bottom: 0;
	transform: translate(-50%) rotateY(90deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

}

@keyframes main-scene3__stage--in {

0% {
	-webkit-transform: translate(-50%) rotateY(90deg);
	bottom: 0;
	transform: translate(-50%) rotateY(90deg);
}

100% {
	-webkit-transform: translateX(-50%) rotateY(0deg);
	bottom: 0;
	transform: translateX(-50%) rotateY(0deg);
}

}

@-webkit-keyframes main-scene3__supporter--push {

0% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@keyframes main-scene3__supporter--push {

0% {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@-webkit-keyframes main-scene3__supporter--out {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

}

@keyframes main-scene3__supporter--out {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

100% {
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

}

@-webkit-keyframes main-scene3__step1--orange {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

}

@keyframes main-scene3__step1--orange {

0%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

50% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

}

@-webkit-keyframes main-scene3__step1--lightblue {

0%,50%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

25%,75% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

}

@keyframes main-scene3__step1--lightblue {

0%,50%,100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

25%,75% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

}

@-webkit-keyframes main-scene3__step1--orange2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

}

@keyframes main-scene3__step1--orange2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

}

@-webkit-keyframes main-scene3__step1--lightblue2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

}

@keyframes main-scene3__step1--lightblue2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

}

@-webkit-keyframes main-scene3__step3--orange {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@keyframes main-scene3__step3--orange {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@-webkit-keyframes main-scene3__step3--lightblue {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@keyframes main-scene3__step3--lightblue {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@-webkit-keyframes main-scene3__step3--blue {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

100% {
	-webkit-transform: rotateY(720deg);
	transform: rotateY(720deg);
}

}

@keyframes main-scene3__step3--blue {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

100% {
	-webkit-transform: rotateY(720deg);
	transform: rotateY(720deg);
}

}

@-webkit-keyframes main-scene3__step3--grey {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

100% {
	-webkit-transform: rotateY(-720deg);
	transform: rotateY(-720deg);
}

}

@keyframes main-scene3__step3--grey {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

100% {
	-webkit-transform: rotateY(-720deg);
	transform: rotateY(-720deg);
}

}

@-webkit-keyframes main-scene3__step5--lightblue {

0% {
	-webkit-transform: translateY(0px) rotateY(720deg);
	transform: translateY(0px) rotateY(720deg);
}

100% {
	-webkit-transform: translateY(-130px) rotateY(90deg);
	transform: translateY(-130px) rotateY(90deg);
}

}

@keyframes main-scene3__step5--lightblue {

0% {
	-webkit-transform: translateY(0px) rotateY(720deg);
	transform: translateY(0px) rotateY(720deg);
}

100% {
	-webkit-transform: translateY(-130px) rotateY(90deg);
	transform: translateY(-130px) rotateY(90deg);
}

}

@-webkit-keyframes main-scene3__step7--lightblue {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(145px);
	transform: translateY(145px);
}

}

@keyframes main-scene3__step7--lightblue {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(145px);
	transform: translateY(145px);
}

}

@keyframes main-scene3__step1--orange2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

}

@keyframes main-scene3__step1--lightblue2 {

0% {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

100% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

}

@-webkit-keyframes main-scene3__step2--orange--sp {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@keyframes main-scene3__step2--orange--sp {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@-webkit-keyframes main-scene3__step2--lightblue--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@keyframes main-scene3__step2--lightblue--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@-webkit-keyframes main-scene3__step4--grey--sp {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@keyframes main-scene3__step4--grey--sp {

0% {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}

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

}

@-webkit-keyframes main-scene3__step4--blue--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@keyframes main-scene3__step4--blue--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@-webkit-keyframes main-scene3__step6--pink--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@keyframes main-scene3__step6--pink--sp {

0% {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

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

}

@-webkit-keyframes main-scene3__step8--lightblue--sp {

0% {
	-webkit-transform: translateY(0px) rotateY(720deg);
	transform: translateY(0px) rotateY(720deg);
}

100% {
	-webkit-transform: translateY(-100px) rotateY(90deg);
	transform: translateY(-100px) rotateY(90deg);
}

}

@keyframes main-scene3__step8--lightblue--sp {

0% {
	-webkit-transform: translateY(0px) rotateY(720deg);
	transform: translateY(0px) rotateY(720deg);
}

100% {
	-webkit-transform: translateY(-100px) rotateY(90deg);
	transform: translateY(-100px) rotateY(90deg);
}

}

@-webkit-keyframes main-scene3__step10--lightblue--sp {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

}

@keyframes main-scene3__step10--lightblue--sp {

0% {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

100% {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

}

