/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/home/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
:root {
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
.header {
  opacity: 0;
  display: none;
}

.index {
  background: url(../../assets/img/bg.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.step1 {
  z-index: 5;
}

.step2_transition_bg {
  z-index: 4;
}

.step2 {
  z-index: 3;
}

.step2_canvas {
  z-index: 2;
}

.step3 {
  z-index: 1;
}

.skip {
  position: absolute;
  bottom: 6rem;
  right: 12.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.625rem;
  text-shadow: 0.0625rem 0.125rem 0.1875rem rgb(0, 0, 0);
  opacity: 0.6;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.skip:hover {
  opacity: 1;
}
@media (orientation: portrait) {
  .skip {
    bottom: 5rem;
    right: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  .skip {
    bottom: 4rem;
    right: 4.5rem;
  }
}

.block_bg {
  opacity: 0;
}

.door_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
  .door_center {
    width: 190%;
  }
}

.door_frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/img/bg.webp);
  background-size: cover;
  background-position: center center;
}
.door_frame .door_title {
  width: 16.64%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8.18%;
  margin-left: -7.9%;
  transform: scale(1.2);
  opacity: 0;
  cursor: pointer;
}
@media (orientation: portrait) {
  .door_frame .door_title {
    width: 36%;
    margin-top: -17.5%;
    margin-left: -17%;
  }
}

.door_frame_img {
  position: relative;
}

.door_dots {
  width: 35.96%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (orientation: portrait) {
  .door_dots {
    width: 68.5%;
  }
}

.door_ring {
  width: 24.6%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: door_ring 2s infinite ease-in-out;
  cursor: pointer;
}
@media (orientation: portrait) {
  .door_ring {
    width: 46%;
  }
}

@keyframes door_ring {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.door_click {
  font-size: 1.25rem;
  position: absolute;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  animation: door_ring 2s infinite ease-in-out;
}
@media (orientation: portrait) {
  .door_click {
    font-size: 1.375rem;
    top: 82%;
  }
}

.door_moon {
  width: 32.5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50.5%);
}
@media (orientation: portrait) {
  .door_moon {
    width: 66%;
  }
}
.door_moon.moon_left {
  left: 0%;
}
@media (orientation: portrait) {
  .door_moon.moon_left {
    left: 50%;
    margin-left: -100%;
  }
}
.door_moon.moon_right {
  right: 0%;
  transform: translateY(-50.5%) scaleX(-1);
}
@media (orientation: portrait) {
  .door_moon.moon_right {
    right: 50%;
    margin-right: -100%;
  }
}

.door_triangle {
  width: 12.96%;
  position: absolute;
  left: 50%;
}
.door_triangle.tri_top {
  top: 0%;
  transform: translateX(-48.5%) translateY(-100%);
}
@media (orientation: portrait) {
  .door_triangle.tri_top {
    width: 32.4%;
    transform: translateX(-50%);
  }
}
.door_triangle.tri_bottom {
  bottom: 0%;
  transform: translateX(-48.5%) scaleY(-1) translateY(-100%);
}
@media (orientation: portrait) {
  .door_triangle.tri_bottom {
    width: 32.4%;
    transform: translateX(-50%) scaleY(-1);
  }
}

.door_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.door_bg .bg_1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: door_bg_1 15s infinite linear;
}
.door_bg .bg_2 {
  position: absolute;
  top: 0;
  left: 0;
  animation: door_bg_2 30s infinite linear;
}

@keyframes door_bg_1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes door_bg_2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.door_left {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.door_left img {
  width: auto;
  height: 100%;
}

.light_left_1 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 59.1%;
  opacity: 0;
}

.light_left_2 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 38.5%;
  opacity: 0;
}

.light_left_3 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 45.9%;
  opacity: 0;
}

.door_right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.door_right img {
  width: auto;
  height: 100%;
}
.door_right .door_title {
  width: 25.1%;
  height: auto;
  position: absolute;
  top: 33.5%;
  left: 12.1%;
}

.light_right_1 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -25.6%;
  opacity: 0;
}

.light_right_2 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -28%;
  opacity: 0;
}

.light_right_3 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -34.8%;
  opacity: 0;
}

.light_right_4 {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: -36.3%;
  opacity: 0;
}

.mist_1,
.mist_2,
.mist_3 {
  position: absolute;
  top: 0;
  left: 0;
}

.mapimg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.step2_transition_bg {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}

.step2_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
}

.step2_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: radial-gradient(circle, transparent 100%, black 150%);
          mask-image: radial-gradient(circle, transparent 100%, black 150%);
}
@media (orientation: portrait) {
  .step2_bg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wheel_left {
  width: 18.75rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (orientation: portrait) {
  .wheel_left {
    width: 36%;
    top: -10%;
    left: 100%;
    transform: rotate(90deg) translateY(5.5%);
    transform-origin: left top;
  }
}

.wheel_right {
  width: 18.75rem;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (orientation: portrait) {
  .wheel_right {
    width: 36%;
    top: auto;
    bottom: -10%;
    right: 100%;
    transform: rotate(90deg) translateY(-5.5%);
    transform-origin: right bottom;
  }
}

.start_container {
  width: 92.16%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media (orientation: portrait) {
  .start_container {
    width: 250%;
  }
}

.step2_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.star_dots,
.star_line,
.star {
  position: absolute;
  top: 0;
  left: 0;
}

.star_dots {
  opacity: 0;
  scale: 1.5;
}

.star_line {
  opacity: 0;
}

.star_light {
  scale: 0;
}

.star_light_img {
  animation: star_light_img 50s infinite linear;
}

.star_dots_img {
  animation: star_light_img 30s infinite linear reverse;
}

.star_line_img {
  animation: star_light_img 40s infinite linear;
}

@keyframes star_light_img {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 20.625rem;
}
@media (orientation: portrait) {
  .btn_row {
    margin-top: 18.5rem;
    z-index: 2;
  }
}

.btn {
  width: 11.125rem;
  height: 3.0625rem;
  font-size: 1.5625rem;
  text-indent: 0.125rem;
  letter-spacing: 0.125rem;
  text-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  line-height: 3.0625rem;
  position: relative;
}

.btn_bg,
.btn_bg_hvr {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 214%;
  height: 250%;
  pointer-events: none;
}

.btn_bg_hvr {
  opacity: 0;
  transition: opacity 0.15s ease-out;
}

.btn_link {
  z-index: 1;
}

.btn_link.is_disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.btn[\:has\(.btn_link\:hover\)] .btn_bg_hvr {
  opacity: 1;
}

.btn:has(.btn_link:hover) .btn_bg_hvr {
  opacity: 1;
}

.step3 {
  background-image: url(../../assets/img/step3_bg.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.step3::-webkit-scrollbar {
  width: 0;
}
.step3::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.03);
}
.step3::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}

.mixin_container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mixin_container .btn {
  font-size: 1.375rem;
  line-height: 2.875rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0.9375rem;
  opacity: 0;
}

.center_controls {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.6s ease-out;
}
@media (orientation: portrait) {
  .center_controls {
    bottom: 140%;
  }
}
@media screen and (max-width: 480px) {
  .center_controls {
    bottom: 130%;
  }
}
.center_controls.active {
  bottom: 95%;
}
@media (orientation: portrait) {
  .center_controls.active {
    bottom: 105%;
  }
}
@media screen and (max-width: 480px) {
  .center_controls.active {
    bottom: 96%;
  }
}

.center_btn_row {
  margin-bottom: 1.25rem;
}
@media (orientation: portrait) {
  .center_btn_row {
    margin-bottom: 1rem;
  }
}
.center_btn_row .btn {
  margin: 0.9375rem auto 0;
}
@media screen and (max-width: 480px) {
  .center_btn_row .btn {
    margin: 0.625rem auto 0;
  }
}

.btn_submit, .instruction_btn_submit {
  font-size: 1.875rem !important;
  line-height: 5.1875rem !important;
  margin: 0 !important;
}

.btn_submit, .instruction_btn_submit {
  width: 96%;
  max-width: 34.1875rem;
  height: 5.1875rem;
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .btn_submit, .instruction_btn_submit {
    bottom: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .btn_submit, .instruction_btn_submit {
    font-size: 1.75rem !important;
    line-height: 4.2rem !important;
  }
  .btn_submit, .instruction_btn_submit {
    bottom: 0;
  }
}
.btn_submit .btn_bg, .instruction_btn_submit .btn_bg,
.btn_submit .btn_bg_hvr,
.instruction_btn_submit .btn_bg_hvr {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: none;
}

.btn_refresh a:hover .fa-arrows-rotate {
  transform: rotate(360deg);
  transition: transform 1s ease-out;
}

.input_row {
  width: 200%;
  height: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  padding-top: 0.3125rem;
  transform-origin: center center;
  transition: height 0.6s ease-out;
}
@media screen and (max-width: 480px) {
  .input_row {
    width: 100vw;
  }
}
.input_row.is_open {
  height: 7.5rem;
}
.input_row .container {
  max-width: 31.25rem;
}

.input_field_container {
  position: relative;
}

.input_field_clean {
  position: absolute;
  left: calc(100% + 0.625rem);
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375rem;
  text-shadow: 0.0625rem 0.125rem 0.1875rem rgb(0, 0, 0);
  cursor: pointer;
}

.input_field {
  width: 100%;
  line-height: 3.75rem;
  font-size: 1.5rem;
  font-family: "Noto Serif TC", Arial, sans-serif, Verdana;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3.75rem;
  padding: 0 1.875rem;
  box-sizing: border-box;
  display: block;
}
.input_field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 480px) {
  .input_field {
    font-size: 1.375rem;
    line-height: 3.375rem;
    padding: 0 1.5625rem;
  }
}

.hashtag_row {
  width: 200%;
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (orientation: portrait) {
  .hashtag_row {
    margin-top: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .hashtag_row {
    width: 100%;
    padding-bottom: 0.625rem;
    justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .hashtag_row::-webkit-scrollbar {
    width: 0.25rem;
  }
  .hashtag_row::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: rgba(0, 0, 0, 0.03);
  }
  .hashtag_row::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
  }
}

.hashtag_item {
  font-size: 1.25rem;
  text-shadow: 0.0625rem 0.125rem 0.125rem rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  padding: 0.25rem 1.25rem 0.375rem;
  background-image: url(../../assets/img/nav_bg.webp);
  background-position: center center;
  background-repeat: repeat;
  border-radius: 1.875rem;
  border: 0.0625rem solid #2e2318;
  margin: 0 0.3125rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
@media (orientation: portrait) {
  .hashtag_item {
    font-size: 1.3125rem;
  }
}
.hashtag_item:hover {
  filter: brightness(1.2);
}

.result_container {
  position: relative;
  margin-top: -1.25rem;
  overflow: hidden;
}
.result_container .container {
  padding: 11.25rem 0;
}
@media (orientation: portrait) {
  .result_container .container {
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 480px) {
  .result_container .container {
    width: calc(100% - 3.75rem);
  }
}

.line_top,
.line_bottom {
  width: calc(100% - 7.4375rem);
  height: 7.1875rem;
  background-image: url(../../assets/img/frame_line_left.webp);
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  left: 3.71875rem;
  transform-origin: left center;
}

.line_top {
  top: 0;
}

.line_bottom {
  bottom: 0;
  transform: scaleY(-1);
}

.line_left,
.line_right {
  height: calc(100% - 14.375rem);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 7.1875rem;
}

.line_left {
  width: 7.4375rem;
  background-image: url(../../assets/img/frame_repeat_left.webp);
  left: 0;
}

.line_right {
  width: 6.75rem;
  background-image: url(../../assets/img/frame_repeat_right.webp);
  right: 0;
}

.corner_top_left {
  width: 7.4375rem;
  position: absolute;
  top: 0;
  left: 0;
}

.corner_bottom_left {
  width: 7.4375rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.corner_bottom_left img {
  transform: scaleY(-1);
}

.corner_top_right {
  width: 6.75rem;
  position: absolute;
  top: 0;
  right: 0;
}

.corner_bottom_right {
  width: 6.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.corner_bottom_right img {
  transform: scaleY(-1);
}

#scene,
.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#scene {
  pointer-events: all !important;
}

.layer_1 {
  pointer-events: none;
}

.step3_bg {
  width: 104%;
  left: -2%;
  transform: scale(1.3);
}

.step3_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.step3_ground {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .step3_ground {
    width: 300%;
  }
}

.step3_ground_img {
  opacity: 0;
  transform: scale(1.1) translateY(10%);
}

.step3_dust {
  width: 104%;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .step3_dust {
    width: 150%;
    top: 10%;
  }
}

.step3_dust_img {
  opacity: 0;
  transform: scale(2) translateY(15%);
}

.step3_dust_1 {
  width: 79.6%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .step3_dust_1 {
    width: 150%;
    top: 15%;
  }
}

.step3_dust_1_img {
  opacity: 0;
  transform: scale(2) translateY(20%);
}

.step3_dust_2 {
  width: 83.84%;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .step3_dust_2 {
    width: 150%;
    top: 18%;
  }
}

.step3_dust_2_img {
  opacity: 0;
  transform: scale(2) translateY(20%);
}

.crystal,
.crystal_lighten {
  position: absolute;
}

.crystal_lighten {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  animation: crystal_lighten 4s ease-in-out infinite;
}

.active .crystal_lighten {
  animation: none;
}

.crystal_inner {
  opacity: 0;
  transform: translateY(-20%);
}

@keyframes crystal_lighten {
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
.crystal.active .crystal_lighten {
  opacity: 1;
}

.crystal_1 {
  width: 12.32%;
  bottom: 35.4%;
  left: 16.3%;
  animation: crystal_flow 5s infinite ease-in-out;
}
@media (orientation: portrait) {
  .crystal_1 {
    width: 33%;
    left: 2%;
  }
}
@media screen and (max-width: 480px) {
  .crystal_1 {
    width: 38%;
  }
}

.crystal_2 {
  width: 13%;
  bottom: 44.6%;
  left: 43.34%;
  transition: bottom 0.8s ease-out;
  animation: crystal_flow 6s infinite ease-in-out 0.1s;
}
.crystal_2.more_space {
  bottom: 23%;
}
@media screen and (max-width: 480px) {
  .crystal_2.more_space {
    bottom: 30%;
  }
}
@media (orientation: portrait) {
  .crystal_2 {
    width: 35%;
    left: 32%;
  }
}
@media screen and (max-width: 480px) {
  .crystal_2 {
    width: 40%;
  }
}

.crystal_3 {
  width: 12.4%;
  bottom: 35.4%;
  left: 71.2%;
  animation: crystal_flow 5.5s infinite ease-in-out 0.2s;
}
@media (orientation: portrait) {
  .crystal_3 {
    width: 35%;
    left: 63.2%;
  }
}
@media screen and (max-width: 480px) {
  .crystal_3 {
    width: 40%;
  }
}

@keyframes crystal_flow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.crystal_clean {
  font-size: 1.375rem;
  color: #fff;
  text-shadow: 0.0625rem 0.125rem 0.1875rem rgb(0, 0, 0);
  position: absolute;
  top: 20%;
  right: 20%;
  cursor: pointer;
}

.crystal_2 .crystal_clean {
  top: 30%;
  right: 25%;
}

.word_item {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: grab;
  position: absolute;
  transform: translateX(-50%);
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
}
.word_item:active {
  cursor: grabbing;
}
.word_item--placed {
  height: 4em;
  font-size: 1.5625rem;
  color: #287bab;
  writing-mode: vertical-lr;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.25);
}
@media (orientation: portrait) {
  .word_item--placed {
    font-size: 1.25rem;
  }
}
.word_item--source-dragging {
  opacity: 0 !important;
}
.word_item--drag-ghost {
  width: 7.5rem;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  pointer-events: none;
  z-index: 10000;
  will-change: transform, opacity;
}

.crystal_1 .word_item {
  top: 30%;
  left: 48%;
}

.crystal_2 .word_item {
  top: 39%;
  left: 53%;
}

.crystal_3 .word_item {
  top: 30%;
  left: 55%;
}

.bubble {
  position: absolute;
  cursor: grab;
  opacity: 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
}
.bubble img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bubble:active {
  cursor: grabbing;
}
.bubble--placed {
  margin: 0;
}
.bubble--source-dragging {
  opacity: 0.38;
}
.bubble--drag-ghost {
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  pointer-events: none;
  z-index: 10000;
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.22);
  will-change: transform, opacity;
}
.bubble--empty {
  cursor: default;
  pointer-events: none;
  opacity: 0.25;
}
.bubble--empty .bubble_bg {
  opacity: 0.35;
  filter: grayscale(1);
}
.bubble--clickable {
  cursor: pointer;
}

@keyframes bubble_inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bubble_center {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bubble_icon {
  width: 60%;
  pointer-events: none;
  margin-top: -1rem;
}

.bubble_word {
  color: #fff4a7;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: -0.7rem;
}

.bubble_1 {
  width: 6.04%;
  position: absolute;
  top: 11%;
  left: 25%;
  transform: translate(-300%, -300%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_1 {
    width: 20%;
    top: 9%;
    left: 35%;
  }
}
.bubble_1 .bubble_flow_inner1 {
  transform-origin: 40% 35%;
  animation: bubble_inner 12s infinite linear;
}
.bubble_1 .bubble_flow_inner2 {
  animation: bubble_inner 12s infinite linear reverse;
}

.bubble_2 {
  width: 7.64%;
  position: absolute;
  top: 31%;
  left: 25.5%;
  transform: translate(-500%, -300%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_2 {
    width: 23%;
    top: 24%;
    left: 29.5%;
  }
}
.bubble_2 .bubble_flow_inner1 {
  transform-origin: 45% 50%;
  animation: bubble_inner 10s infinite linear;
}
.bubble_2 .bubble_flow_inner2 {
  animation: bubble_inner 10s infinite linear reverse;
}

.bubble_3 {
  width: 7.64%;
  position: absolute;
  top: 17%;
  left: 37%;
  transform: translate(-100%, -300%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_3 {
    width: 23%;
    top: 12%;
    left: 8%;
  }
}
.bubble_3 .bubble_flow_inner1 {
  transform-origin: 40% 55%;
  animation: bubble_inner 13s infinite linear reverse;
}
.bubble_3 .bubble_flow_inner2 {
  animation: bubble_inner 13s infinite linear;
}

.bubble_4 {
  width: 5.96%;
  position: absolute;
  top: 20%;
  left: 54.3%;
  transform: translate(100%, -400%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_4 {
    width: 23%;
    top: 5%;
    left: 69%;
  }
}
.bubble_4 .bubble_flow_inner1 {
  transform-origin: 40% 55%;
  animation: bubble_inner 10s infinite linear;
}
.bubble_4 .bubble_flow_inner2 {
  animation: bubble_inner 10s infinite linear reverse;
}

.bubble_5 {
  width: 5.96%;
  position: absolute;
  top: 8%;
  left: 63%;
  transform: translate(300%, -200%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_5 {
    width: 20%;
    top: 24%;
    left: 75%;
  }
}
.bubble_5 .bubble_flow_inner1 {
  transform-origin: 52% 40%;
  animation: bubble_inner 8s infinite linear;
}
.bubble_5 .bubble_flow_inner2 {
  animation: bubble_inner 8s infinite linear reverse;
}

.bubble_6 {
  width: 7.64%;
  position: absolute;
  top: 29%;
  left: 67%;
  transform: translate(500%, -300%) scale(1.8);
}
@media (orientation: portrait) {
  .bubble_6 {
    width: 18%;
    top: 19%;
    left: 52%;
  }
}
.bubble_6 .bubble_flow_inner1 {
  transform-origin: 53% 46%;
  animation: bubble_inner 9s infinite linear;
}
.bubble_6 .bubble_flow_inner2 {
  animation: bubble_inner 9s infinite linear reverse;
}

.bubble_7 {
  width: 6.28%;
  position: absolute;
  top: 27%;
  left: 12%;
  transform: translate(-200%, -100%) scale(1.5);
}
@media (orientation: portrait) {
  .bubble_7 {
    display: none;
  }
}
.bubble_7 .bubble_flow_inner1 {
  transform-origin: 43% 58%;
  animation: bubble_inner 10s infinite linear;
}
.bubble_7 .bubble_flow_inner2 {
  animation: bubble_inner 10s infinite linear reverse;
}

.bubble_8 {
  width: 5.12%;
  position: absolute;
  top: 9.7%;
  left: 48.1%;
  transform: translate(-20%, -300%) scale(1.5);
}
@media (orientation: portrait) {
  .bubble_8 {
    display: none;
  }
}
.bubble_8 .bubble_flow_inner1 {
  transform-origin: 35% 55%;
  animation: bubble_inner 9s infinite linear;
}
.bubble_8 .bubble_flow_inner2 {
  animation: bubble_inner 9s infinite linear reverse;
}

.bubble_9 {
  width: 5.72%;
  position: absolute;
  top: 26.4%;
  left: 79.7%;
  transform: translate(400%, -200%) scale(1.5);
}
@media (orientation: portrait) {
  .bubble_9 {
    display: none;
  }
}
.bubble_9 .bubble_flow_inner1 {
  transform-origin: 42% 32%;
  animation: bubble_inner 8s infinite linear reverse;
}
.bubble_9 .bubble_flow_inner2 {
  animation: bubble_inner 8s infinite linear;
}

.maintitle {
  font-size: 4.375rem;
  font-weight: normal;
  text-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 4.375rem;
}

.result_row {
  text-align: center;
  opacity: 0.9;
  margin-bottom: 2.5rem;
}

.result_msg {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.result_note {
  font-size: 0.875rem;
}

.row_li {
  padding: 0.625rem 0;
}

.row_link:hover .row_item {
  background: rgba(255, 255, 255, 0.1);
}

.row_item {
  display: flex;
  align-items: flex-start;
  border-radius: 0.625rem;
  padding: 1.5625rem 1.875rem;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2px);
  border: 0.125rem solid rgba(255, 255, 255, 0.1);
  border-top: 0.125rem solid #203147;
  border-right: 0.125rem solid #203147;
  transition: background 0.2s ease-out;
}
@media (orientation: portrait) {
  .row_item {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .row_item {
    padding: 1.5625rem 1.25rem;
  }
}

.row_pic {
  flex: 0 0 18.75rem;
  aspect-ratio: 16/9;
  width: 18.75rem;
  position: relative;
  border: 0.3125rem solid transparent;
  border-radius: 0.625rem;
  box-sizing: border-box;
  background-image: url(../../assets/img/line_bg.webp);
  background-position: center center;
  background-repeat: repeat;
}
@media (orientation: portrait) {
  .row_pic {
    width: 100%;
  }
}
.row_pic img {
  border-radius: 0.625rem;
}

.row_caption {
  padding-left: 1.875rem;
  padding-right: 1.25rem;
}
@media (orientation: portrait) {
  .row_caption {
    padding-top: 1.5625rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.row_creator {
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-bottom: 0.3125rem;
}

.row_title {
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 0.9375rem;
}

.row_txt {
  font-size: 1rem;
  line-height: 1.6;
}

.btn_scrolltop {
  font-size: 1.375rem;
  line-height: 2.875rem;
  margin: 0 auto;
  margin-top: 3.125rem;
  opacity: 0;
  display: none;
}

.step3_instructor {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
}

.instruction_step1,
.instruction_step2,
.instruction_step3,
.instruction_step4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}

.bottom_btn_row {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2.5rem;
  right: 5rem;
}
@media (orientation: portrait) {
  .bottom_btn_row {
    right: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .bottom_btn_row {
    bottom: 1rem;
    right: 1rem;
  }
}

.instruction_btn_skip,
.instruction_btn_next,
.instruction_step4 .instruction_btn_skip {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.4375rem 1.875rem 0.5625rem;
  border-radius: 3.125rem;
  color: #fff;
  font-size: 1.3125rem;
  font-family: "Noto Serif TC", Arial, sans-serif, Verdana;
  cursor: pointer;
  animation: instruction_btn_next 1.4s infinite;
  will-change: opacity;
}

@keyframes instruction_btn_next {
  50% {
    opacity: 0.5;
  }
}
.instruction_btn_next, .instruction_step4 .instruction_btn_skip {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.75rem;
}
.instruction_btn_next small, .instruction_step4 .instruction_btn_skip small {
  font-size: 0.8em;
}

.hand_grab {
  font-size: 4.375rem;
  position: absolute;
  opacity: 0;
  top: 10%;
  left: 100%;
}

.grab_bubble {
  width: 8.75rem;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}
@media (orientation: portrait) {
  .grab_bubble {
    width: 9rem;
  }
}
@media screen and (max-width: 480px) {
  .grab_bubble {
    width: 7rem;
  }
}

.txt_step {
  padding: 0.3125rem;
  border-radius: 0.625rem;
  background-image: url(../../assets/img/line_bg.webp);
  background-position: center center;
  background-repeat: repeat;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 5;
}
@media (orientation: portrait) {
  .txt_step {
    top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .txt_step {
    top: 11%;
  }
}

.txt_inner {
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
  padding: 1.25rem 3.125rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 0.625rem;
}
@media (orientation: portrait) {
  .txt_inner {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 480px) {
  .txt_inner {
    font-size: 1.3125rem;
    padding: 1.0625rem 2.5rem;
  }
}

.instruction_step2 .btn_refresh {
  opacity: 0 !important;
}

.instruction_step2 .btn_refresh {
  pointer-events: none;
}
.instruction_step2 .hand_point {
  width: 5.625rem;
  position: absolute;
  opacity: 0;
  z-index: 10;
  top: 60%;
  left: 70%;
}

.instruction_step3 .btn_more {
  opacity: 0 !important;
}

.instruction_step3 .btn_more {
  pointer-events: none;
}
.instruction_step3 .hand_point {
  width: 5.625rem;
  position: absolute;
  opacity: 0;
  z-index: 10;
  top: 80%;
  left: 90%;
}

.instruction_step4 .hand_point {
  width: 5.625rem;
  position: absolute;
  opacity: 0;
  z-index: 10;
  top: 60%;
  left: 60%;
}

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

.instruction_center_controls {
  width: 100%;
  position: absolute;
  top: 39.4%;
  left: 50%;
  transform: translateX(-50%);
}
@media (orientation: portrait) {
  .instruction_center_controls {
    top: 41%;
  }
}
@media screen and (max-width: 480px) {
  .instruction_center_controls .hashtag_row {
    justify-content: center;
  }
}

.btn_instruction {
  box-shadow: -0.125rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  display: none;
}
@media (orientation: portrait) {
  .btn_instruction {
    transform: translateY(50%) translateX(0) !important;
  }
  .btn_instruction {
    bottom: 50%;
    right: 0;
  }
}
.btn_instruction .btn_link {
  font-size: 1.3125rem;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgb(0, 0, 0);
  letter-spacing: 0.0625rem;
  white-space: nowrap;
  padding: 0.625rem 1.25rem;
  transition: opacity 0.2s ease-out;
  background-image: url(../../assets/img/nav_bg.webp);
  background-position: center center;
  background-repeat: repeat;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #8a6c47;
  box-shadow: inset 1px 1px 0 #2e2318;
  transition: all 0.2s ease-out;
}
@media (orientation: horizontal) {
  .btn_instruction .btn_link:hover {
    filter: brightness(1.2);
  }
}
@media (orientation: portrait) {
  .btn_instruction .btn_link {
    font-size: 1.3125rem;
    text-align: center;
    padding: 1.25rem 1.25rem 1.25rem 0.3125rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 480px) {
  .btn_instruction .btn_link {
    font-size: 1.125rem;
    padding: 1.0625rem 1.0625rem 1.0625rem 0.4375rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_frame.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
:root {
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
.frame {
  width: 0;
  height: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 950px) {
  .frame {
    left: 51%;
  }
}
@media screen and (max-width: 480px) {
  .frame {
    left: 50%;
  }
}
.frame.active {
  width: calc(100% - 18.75rem) !important;
  height: calc(100% - 15rem) !important;
}
.frame.active {
  transition: width 1s ease-out, height 1s ease-out;
}

.frame_center_top {
  width: 30.1875rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.frame_center_bottom {
  width: 30.1875rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.frame_center_bottom img {
  transform: scaleY(-1);
}

.frame_corner_bottom_left,
.frame_corner_top_left {
  width: 7.4375rem;
  position: absolute;
  bottom: 100%;
  right: 100%;
  z-index: 1;
}
@media (orientation: portrait) {
  .frame_corner_bottom_left,
  .frame_corner_top_left {
    right: 94%;
  }
}
@media screen and (max-width: 480px) {
  .frame_corner_bottom_left,
  .frame_corner_top_left {
    display: none;
  }
}

.frame_corner_bottom_right,
.frame_corner_top_right {
  width: 6.75rem;
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 1;
}
@media (orientation: portrait) {
  .frame_corner_bottom_right,
  .frame_corner_top_right {
    left: 95%;
  }
}
@media screen and (max-width: 480px) {
  .frame_corner_bottom_right,
  .frame_corner_top_right {
    display: none;
  }
}

.frame_corner_bottom_right,
.frame_corner_bottom_left {
  top: 100%;
  bottom: auto;
}
.frame_corner_bottom_right img,
.frame_corner_bottom_left img {
  transform: scaleY(-1);
}

.frame_line_top_left {
  width: calc(50% - 15.0625rem);
  height: 7.1875rem;
  background-image: url(../../assets/img/frame_line_left.webp);
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform-origin: left center;
}
@media screen and (max-width: 480px) {
  .frame_line_top_left {
    display: none;
  }
}

.frame_line_top_right {
  width: calc(50% - 15.0625rem);
  height: 7.1875rem;
  background-image: url(../../assets/img/frame_line_right.webp);
  background-size: auto 100%;
  background-position: right top;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform-origin: right center;
}
@media screen and (max-width: 480px) {
  .frame_line_top_right {
    display: none;
  }
}

.frame_line_bottom_left {
  width: calc(50% - 15.0625rem);
  height: 7.1875rem;
  background-image: url(../../assets/img/frame_line_left.webp);
  background-size: auto 100%;
  background-position: left top;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(-1);
  transform-origin: left center;
}
@media screen and (max-width: 480px) {
  .frame_line_bottom_left {
    display: none;
  }
}

.frame_line_bottom_right {
  width: calc(50% - 15.0625rem);
  height: 7.1875rem;
  background-image: url(../../assets/img/frame_line_right.webp);
  background-size: auto 100%;
  background-position: right top;
  position: absolute;
  top: 100%;
  right: 0;
  transform: scaleY(-1);
  transform-origin: right center;
}
@media screen and (max-width: 480px) {
  .frame_line_bottom_right {
    display: none;
  }
}

.frame_line_left {
  width: 7.4375rem;
  height: 100%;
  background-image: url(../../assets/img/frame_repeat_left.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 100%;
}
@media (orientation: portrait) {
  .frame_line_left {
    right: 94%;
  }
}
@media screen and (max-width: 480px) {
  .frame_line_left {
    display: none;
  }
}

.frame_line_right {
  width: 6.75rem;
  height: 100%;
  background-image: url(../../assets/img/frame_repeat_right.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (orientation: portrait) {
  .frame_line_right {
    left: 95%;
  }
}
@media screen and (max-width: 480px) {
  .frame_line_right {
    display: none;
  }
}

.frame_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc_only {
  display: block;
}
@media (orientation: portrait) {
  .pc_only {
    display: none;
  }
}

.mobile_only {
  display: none;
}
@media (orientation: portrait) {
  .mobile_only {
    display: block;
  }
}

/*# sourceMappingURL=index.min.css.map*/