@charset "UTF-8";

/* *****************************************/
/*    css
/*    V 20241112
/*        by AuOzzy
/******************************************/
/* ↓↓↓ ***** bootstrap reboot ***** ↓↓↓ */
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* ↑↑↑ ***** bootstrap reboot ***** ↑↑↑ */
/* ↓↓↓ ***** RESET START ***** ↓↓↓ */
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  margin: 0;
  text-decoration: none;
}

img {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* ↑↑↑ ***** RESET END ***** ↑↑↑ */
/* ↓↓↓ ***** ROOT START ***** ↓↓↓ */
:root {
  --body-width: 100%;
  --container-width: 90.625%;
}

@media (max-width: 1280px) {
  :root {
    --body-width: clamp(375px, 100%, 540px);
    --container-width: 91.4666666667%;
  }
}

:root {
  --Gray-01: #1A1A1A;
  --Gray-02: #333333;
  --Gray-03: #CCCCCC;
  --Gray-04: #E5E5E5;
  --Gray-05: #F6F6F6;
  --Gray-06: #FFFFFF;
  --dark-blue: #3046B6;
  --light-blue: #C4F1FF;
  --medium-blue: #82A4E4;
  --deep-blue: #063478;
  --common-blue: #4368C8;
  --auxiliary-color-1: #04BE02;
  --auxiliary-color-2: #EA4E3D;
  --auxiliary-color-3: #FFAA09;
  --status-color-1: #3BAC66;
  --status-color-2: #FFAA09;
  --status-color-3: #EA4F3D;
  --theme-color: #C4D8FF;
  --primary-color: #C4D8FF;
  --secondary-color: #d8d8d8;
  --light-color: #666666;
  --border-color: #333333;
  --background-color: #000000;
  --panel-color: #222222;
  --primary-button-text-color: #7FF800;
  --light-green: #c5e2d2;
  --medium-green: #71b394;
  --highlight-yellow: #f9fd4e;
  --text-highlight: #866638;
  --text-highlight2: #ff6f54;
  --text-highlight3: #fffe8f;
}

/* ↑↑↑ ***** ROOT END ***** ↑↑↑ */
/* ↓↓↓ ***** FONT START ***** ↓↓↓ */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Regular.ttf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Medium.ttf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-SemiBold.ttf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Bold.ttf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/static/Inter-Black.ttf") format("opentype");
  font-weight: 900;
}

body {
  font-family: "Inter", sans-serif;
  font-display: swap;
  font-weight: 400;
  color: #686868;
}

.txt-Gray-01 {
  color: #1A1A1A;
}

.txt-Gray-02 {
  color: #333333;
}

.txt-Gray-03 {
  color: #CCCCCC;
}

.txt-Gray-04 {
  color: #E5E5E5;
}

.txt-Gray-05 {
  color: #F6F6F6;
}

.txt-Gray-06 {
  color: #FFFFFF;
}

.txt-dark-blue {
  color: #3046B6;
}

.txt-light-blue {
  color: #C4F1FF;
}

.txt-medium-blue {
  color: #82A4E4;
}

.txt-deep-blue {
  color: #063478;
}

.txt-common-blue {
  color: #4368C8;
}

.txt-auxiliary-color-1 {
  color: #04BE02;
}

.txt-auxiliary-color-2 {
  color: #EA4E3D;
}

.txt-auxiliary-color-3 {
  color: #FFAA09;
}

.txt-status-color-1 {
  color: #3BAC66;
}

.txt-status-color-2 {
  color: #FFAA09;
}

.txt-status-color-3 {
  color: #EA4F3D;
}

.txt-theme-color {
  color: #C4D8FF;
}

.txt-primary-color {
  color: #C4D8FF;
}

.txt-secondary-color {
  color: #d8d8d8;
}

.txt-light-color {
  color: #666666;
}

.txt-border-color {
  color: #333333;
}

.txt-background-color {
  color: #000000;
}

.txt-panel-color {
  color: #222222;
}

.txt-primary-button-text-color {
  color: #7FF800;
}

.txt-light-green {
  color: #c5e2d2;
}

.txt-medium-green {
  color: #71b394;
}

.txt-highlight-yellow {
  color: #f9fd4e;
}

.txt-text-highlight {
  color: #866638;
}

.txt-text-highlight2 {
  color: #ff6f54;
}

.txt-text-highlight3 {
  color: #fffe8f;
}

/* ↑↑↑ ***** FONT END ***** ↑↑↑ */
/* ↓↓↓ ***** COMMON START ***** ↓↓↓ */
html,
body {
  width: 100%;
  /* height: 100dvh;
  overflow: hidden; */
  /* height: 200dvh; */
}

html {
  background: -webkit-gradient(linear, left top, left bottom, from(#121927), color-stop(50%, #1a2234));
  background: linear-gradient(#121927 0%, #1a2234 50%);
}

@media screen and (max-width: 475px) {
  html {
    height: 100%;
    height: calc(var(--vh, 100vh));
    overflow: hidden;
  }
}

body {
  position: relative;
  width: var(--body-width);
  min-height: 100dvh;
  margin: auto;
  color: #333;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: currentColor;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(#ffffffc0 10%, #ffffff00);
  position: absolute;
  top: 0;
  z-index: 5;
}

header .logo {
  width: auto;
  height: min(7vh, 80%);
}

.top {
  height: 100dvh;
  position: relative;
}

/* ↑↑↑ ***** COMMON END ***** ↑↑↑ */
/* ↓↓↓ ***** COMPONENT START ***** ↓↓↓ */
.tw_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
  color: var(--common-blue);
  font-weight: 600;
  line-height: 1;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out, text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.tw_btn .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.tw_btn .tw_img {
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.tw_btn:hover .tw_img {
  -webkit-filter: saturate(2);
  filter: saturate(2);
}

.tw_btn:active {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

.tw_btn:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.8), transparent 5vmin), transparent;
  background-attachment: fixed;
  pointer-events: none;
  border-radius: 80px;
  padding: 5px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.tw_btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at calc(var(--x) * 1px) calc(var(--y) * 1px), hsla(0, 0%, 100%, 0.3), transparent 5vmin);
  background-attachment: fixed;
  opacity: var(--active, 0);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  border-radius: 80px;
}

.tw_btn:hover {
  --active: 1;
  text-decoration: none;
}

.tw_btn-icon-prepend .icon,
.tw_btn-icon-append .icon {
  width: 20px;
  height: 20px;
}

.tw_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tw_img img {
  aspect-ratio: var(--w)/var(--h);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: opacity 0.3s ease-in-out, -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: opacity 0.3s ease-in-out, filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
  transition: opacity 0.3s ease-in-out, filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87), -webkit-filter 0.3s cubic-bezier(0.12, 0.49, 0.17, 0.87);
}

/* .tw_img img:hover{
  filter: brightness(1.1);
} */
.js-hover .tw_img .default {
  opacity: 0;
}

.tw_img .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.js-hover .tw_img .hover {
  opacity: 1;
}

/* ↑↑↑ ***** COMPONENT END ***** ↑↑↑ */
/* ↓↓↓ ***** KEYFRAMES START ***** ↓↓↓ */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shake-83a4f386 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes shake-83a4f386 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* ↑↑↑ ***** KEYFRAMES END ***** ↑↑↑ */
/* ↓↓↓ ***** LAYOUT START ***** ↓↓↓ */
.body_wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* ↑↑↑ ***** LAYOUT END ***** ↑↑↑ */
/* animate.css - https://animate.style/ */
/* ↓↓↓ ***** ENTRY START ***** ↓↓↓ */
.main-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /* width: 100%; */
  height: 100%;

}

.main-bg img {
  /* position: absolute; */
  /* top: 50%;
  left: 50%; */
  object-fit: cover;
  height: 100%;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.main-bg-web {
  display: block;
}

@media (max-width: 1280px) {
  .main-bg-web {
    display: none;
  }
}

.main-bg-wap {
  display: none;
}

@media (max-width: 1280px) {
  .main-bg-wap {
    display: block;
  }

  .main-bg-wap img {
    top: 0;
    /* -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
  }
}

.game-wrap {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(66.6666666667vw, 1280px);
  aspect-ratio: 1348/830;
  z-index: 6;
}

@media (max-height: 800px) {
  .game-wrap {
    width: min(62vw, 1280px);
  }
}

@media (max-width: 1280px) {
  .game-wrap {
    width: 100%;
    aspect-ratio: 740/709;
  }
}

.game-wrap-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.game-wrap-bg-web {
  display: block;
}

@media (max-width: 1280px) {
  .game-wrap-bg-web {
    display: none;
  }
}

.game-wrap-bg-wap {
  display: none;
}

@media (max-width: 1280px) {
  .game-wrap-bg-wap {
    display: block;
  }
}

.game-wrap-inner {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
}

.game-block {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3.8007863696%;
  width: 88.6914378029%;
  height: 78.6369593709%;
}

@media (max-width: 1280px) {
  .game-block {
    top: 2.5239338555%;
    width: 94%;
    /* height: 84.8563968668%; */
    height: 77%;
  }
}

.game-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 75%);
  -ms-transform: translate(-50%, 75%);
  transform: translate(-50%, 75%);
  width: 30.6946688207%;
  aspect-ratio: 342/96;
  cursor: pointer;

}

.game-btn img {
  animation: gameBtn 2.5s ease infinite;
  display: block;
  /* transform: scale(.9); */
}

/* .game-btn:hover img {
  -webkit-filter: saturate(1.2);
  filter: saturate(1.3);

} */

@keyframes gameBtn {
  0% {
    transform: scale(0.9);
  }

  10% {
    filter: brightness(1);
  }

  20% {
    transform: scale(1.05);
  }

  30% {
    filter: brightness(1.2);
  }

  70% {
    transform: scale(1);
  }

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

.game-btn:active img {
  -webkit-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

@media (max-width: 1280px) {
  .game-btn {
    width: 50%;
    -webkit-transform: translate(-50%, 250%);
    -ms-transform: translate(-50%, 250%);
    transform: translate(-50%, 68%);
  }

  /* .game-btn .default {
    opacity: 0;
  } */

  .game-btn .hover {
    opacity: 1;
  }
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(5, minmax(0, 1fr));
  grid-template-areas: "a01 a02 a03 a04 a05 a06" "a18 a00 a00 a00 a00 a07" "a17 a00 a00 a00 a00 a08" "a16 a00 a00 a00 a00 a09" "a15 a14 a13 a12 a11 a10";
  gap: 8px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1280px) {
  .grid-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    /* ← 5欄 */
    grid-template-rows: repeat(6, minmax(0, 1fr));
    /* ← 6列 */
    /* grid-template-areas: "a01 a02 a03 a04" "a18 a00 a00 a05" "a17 a00 a00 a06" "a16 a00 a00 a07" "a15 a00 a00 a08" "a14 a00 a00 a09" "a13 a12 a11 a10"; */
    grid-template-areas:
      "a01 a02 a03 a04 a05"
      "a18 a00 a00 a00 a06"
      "a17 a00 a00 a00 a07"
      "a16 a00 a00 a00 a08"
      "a15 a00 a00 a00 a09"
      "a14 a13 a12 a11 a10";
    gap: min(.5vw, 8px)
  }

}

.grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 380/240;
  background-color: #fff;
  /* background-image: url(../images/grid/grid.png); */
  background-size: cover;
  border-radius: 8px;
  border: 1px solid #00eaff;

}

.grid-item:nth-child(1) {
  grid-area: a01;
}

.grid-item:nth-child(2) {
  grid-area: a02;
}

.grid-item:nth-child(3) {
  grid-area: a03;
}

.grid-item:nth-child(4) {
  grid-area: a04;
}

.grid-item:nth-child(5) {
  grid-area: a05;
}

.grid-item:nth-child(6) {
  grid-area: a06;
}

.grid-item:nth-child(7) {
  grid-area: a07;
}

.grid-item:nth-child(8) {
  grid-area: a08;
}

.grid-item:nth-child(9) {
  grid-area: a09;
}

.grid-item:nth-child(10) {
  grid-area: a10;
}

.grid-item:nth-child(11) {
  grid-area: a11;
}

.grid-item:nth-child(12) {
  grid-area: a12;
}

.grid-item:nth-child(13) {
  grid-area: a13;
}

.grid-item:nth-child(14) {
  grid-area: a14;
}

.grid-item:nth-child(15) {
  grid-area: a15;
}

.grid-item:nth-child(16) {
  grid-area: a16;
}

.grid-item:nth-child(17) {
  grid-area: a17;
}

.grid-item:nth-child(18) {
  grid-area: a18;
}

.grid-item.active {
  /* background-image: url(../images/grid/grid-active.png); */
  box-shadow: inset 0 0 13px 2px #ffee00;
  border: 1px solid #ffee00;
}

@media (max-width: 1280px) {
  .grid-item {
    aspect-ratio: 316/205;
    /* background-image: url(../images/grid/grid-mobile.png); */
  }

  .grid-item.active {
    /* background-image: url(../images/grid/grid-active-mobile.png); */
  }
}

.grid-item-pic {
  display: block;
  width: 32%;
}

.grid-item-pic img {
  aspect-ratio: 45/48;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-item-name {
  font-size: 0.875rem;
}

@media (max-width: 1280px) {
  .grid-item-name {
    font-size: 0.68rem;
  }
}

@media (max-width: 576px) {
  .grid-item-name {
    font-size: min(2.0833333333vw, 12px);
  }
}

.game-time {
  position: absolute;
  bottom: 4.8492791612%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 613px;
}

@media (max-width: 1280px) {
  .game-time {
    width: 80%;
    bottom: 5%;
  }
}

.game-time-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1314/116;
  background-image: url(../images/time-ea12d9f8.png);
  background-size: cover;
}

.game-time-inner .icon {
  width: 28px;
  aspect-ratio: 28/32;
  margin-right: 12px;
}

@media (max-width: 1280px) {
  .game-time-inner .icon {
    width: 18px;
    margin-right: 8px;
  }
}

.game-time-inner .title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 1280px) {
  .game-time-inner .title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .game-time-inner .title {
    font-size: min(2.8vw, 12px);
  }
}

.game-time-inner .time {
  color: yellow;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 1280px) {
  .game-time-inner .time {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .game-time-inner .time {
    font-size: min(2.8vw, 12px);
  }
}

.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.popup.show {
  opacity: 1;
}

.cover02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
}

.popup-inner {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: var(--body-width);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.popup-block {
  position: relative;
  z-index: 2;
}

.popup-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-hd .title {
  font-weight: 600;
}

.popup-hd .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.popup-hd .close:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.88);
}

.popup-hd .close path {
  fill: currentColor;
}

.popup-login {
  width: 520px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1280px) {
  .popup-login {
    width: 90%;
  }
}

.popup-res {
  width: min(41.6666666667vw, 800px);
  aspect-ratio: 1284/1074;
  background-image: url(../images/res-9db13f62.png);
  background-size: cover;
}

@media (max-width: 1280px) {
  .popup-res {
    width: 90%;
  }
}

.popup-res-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 48.2866043614% 11.9937694704% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-res-inner .res-img {
  width: 100px;
}

@media (max-width: 1280px) {
  .popup-res-inner .res-img {
    width: 75px;
  }
}

@media (max-width: 576px) {
  .popup-res-inner .res-img {
    width: 60px;
  }
}

.popup-res-inner .res-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 700;
  font-size: 1.2rem;
}

.popup-res-inner .res-txt-name {
  color: #ff9800;
  font-size: 2rem;
}

@media (max-width: 1280px) {
  .popup-res-inner .res-txt {
    font-size: 0.75rem;
  }

  .popup-res-inner .res-txt-name {
    font-size: 1rem;
  }
}

.popup-res-inner .res-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76.0124610592%;
  aspect-ratio: 976/158;
  background-image: url(../images/btn-img-e00e59a8.png);
  background-size: cover;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .popup-res-inner .res-btn {
    width: 50%;
    font-size: 14px;
  }
}

.popup-record {
  position: relative;
  width: min(31.25vw, 600px);
  aspect-ratio: 1276/1636;
  background-image: url(../images/record-f86bb4e8.png);
  background-size: cover;
}

@media (max-width: 1280px) {
  .popup-record {
    width: 90%;
  }
}

.popup-record-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 40.586797066%;
  width: 90.5172413793%;
  aspect-ratio: 1155/935;
  overflow: auto;
}

.popup-record-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1155/114;
  margin-bottom: 1.2539184953%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.query-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fa4e13;
  border-radius: 8px;
  height: 45px;
  margin-bottom: 1.2539184953%;
}

.query-box-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  border-radius: 8px 0 0 8px;
  padding: 0 8px;
}

.query-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fa4e13;
  border-radius: 0 8px 8px 0;
  /* padding: 0 21px; */
  width: 100px;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.record-table {
  width: 100%;
  height: calc(85.4231974922% - 45px);
  border: 1px solid #fa4e13;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.875rem;
}

.record-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 100px;
  grid-template-columns: 1fr 90px 1fr 1fr;
      text-align: center;
    align-items: center;
    padding: 0 !important;
}

.record-table-hd {
  background-color: #fa4e13;
  color: #fff;
}

.record-table-hd .record-table-row {
  padding-right: 16px;
}

.record-table-bd {
  height: calc(100% - 30px);
  overflow-y: auto;
}

.record-table-bd .record-table-row:nth-child(even) {
  background-color: #f9df97;
}

.record-table-cell {
  padding: 0.5rem 0.25rem;
  text-align: center;
}

.popup-welcome {
  width: 500px;
}

@media (max-width: 1280px) {
  .popup-welcome {
    width: 90%;
  }
}

.popup-welcome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.popup-welcome .bg {
  width: 100%;
  aspect-ratio: 626/513;
  background-image: url(../images/welcome-8eb3fd37.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.popup-welcome .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76.0124610592%;
  aspect-ratio: 976/158;
  background-image: url(../images/btn-img-e00e59a8.png);
  background-size: cover;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.alert {
  position: fixed;
  top: 8px;
  left: 50%;
  z-index: 1000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 8px;
  top: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.alert.show {
  top: 8px;
}

.alert.success .icon.success {
  display: block;
}

.alert.error .icon.error {
  display: block;
}

.alert .icon {
  display: none;
}

.alert .icon.success {
  color: #52c41a;
}

.alert .icon.error {
  color: #ff4d4f;
}

.alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.login-frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  font-size: 0.875rem;
}

.frm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.frm-row:last-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .frm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .frm-row:last-of-type {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.frm-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-height: 32px;
}

.frm-label:before {
  content: "*";
  display: inline-block;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
}

.frm-label:after {
  content: ":";
  position: relative;
  margin-block: 0;
  -webkit-margin-start: 2px;
  margin-inline-start: 2px;
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.frm-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.frm-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  padding: 0 11px;
  min-height: 32px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.frm-input:hover {
  border-color: #4096ff;
}

.frm-input:focus {
  border-color: #4096ff;
  -webkit-box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(5, 145, 255, 0.1);
  border-inline-end-width: 1px;
  outline: 0;
}

.frm-input.error {
  border-color: #ff4d4f;
}

.frm-input.error:focus {
  border-color: #ffa39e;
}

.frm-btn {
  font-size: 14px;
  height: 32px;
  padding: 4px 15px;
  border-radius: 6px;
  color: #fff;
  background-color: #1677ff;
  -webkit-box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
  border: 1px solid transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.frm-btn:hover {
  color: #fff;
  background-color: #4096ff;
}

.frm-error {
  color: #ff4d4f;
}

.record-img {
  position: fixed;
  bottom: 5vh;
  right: 4px;
  width: 120px;
  z-index: 99;
  cursor: pointer;
  -webkit-animation: shake-83a4f386 1s infinite;
  animation: shake-83a4f386 1s infinite;
}

@media (max-width: 1280px) {
  .record-img {
    width: 85px;
  }
}

.play-img {
  position: fixed;
  top: 5vh;
  right: 4px;
  z-index: 99;
  width: 100px;
  cursor: pointer;
}

.play-img.rounding {
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}

.checkBtn {
  display: none;
}


@media (max-width: 1280px) {
  header {
    background: rgba(255, 255, 255, .6);
    height: 60px;
  }

  .play-img {
    width: 70px;
  }

  .bottom {
    display: none;
  }

  .checkBtn {
    display: block;
    height: 50%;
    position: absolute;
    right: 2%;
  }

  .checkBtn img {
    display: block;
    height: 100%;
  }
}

/* ↑↑↑ ***** ENTRY END ***** ↑↑↑ */
/*# sourceMappingURL=style.css.map */


/* 活動詳情 */
.cover {
  width: 100%;
  height: 100px;
  background: linear-gradient(#ddf1fd00 10%, #e9f6fd 100%);
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.bottom {
  background: #fff;
  background: url(../images/buttomBg.jpg) 00% 50% no-repeat;
  background-size: cover;
}

.w1200 {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.inner {
  padding-top: 30px;
}

.inner .tableBox {
  margin-top: 2px;
  width: 597px;
  float: right;
  background: #f6fbfe;
}

.inner table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #97a6b3;
}

.inner th,
.inner td {
  padding: 8px 0 9px;
  width: 25%;
  color: #2d353b;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #abcbff;
  background: #fff;
  font-weight: bold;
}

.inner tr:nth-child(2n+1) td {
  background: #e6f0ff;
}

.inner th {
  font-weight: bold;
  color: #fff;
  line-height: 1.45;
  background: #0766ff;
}

.inner .txtBox {
  width: 569px;
  float: left;
}

.inner .txtBox .ttl {
  margin-bottom: 45px;
}

.inner .txtBox dt {
  color: #0766ff;
  font-size: 20px;
  font-weight: bold;
}

.inner .txtBox dd {
  margin-bottom: 40px;
  color: #2d353b;
  font-size: 16px;
  line-height: 2.25;
}

.inner .txtBox dd.style {
  margin-bottom: 35px;
}

.inner .txtBox dd span,
.btmTxt span {
  color: #e60101;
}

.btmTxt {
  margin-top: 39px;
  color: #2d353b;
  font-size: 16px;
  line-height: 2.25;
}

/* 手機活動詳情 */
.illu {
  width: 90%;
  height: 90%;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  border-radius: 1rem;
  box-sizing: border-box;
  background: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  border: 2px solid #0766ff;
  padding: 1rem 0.8rem;
}

.illu .close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 1.8rem;
}

.illu .tt {
  margin: 0.2rem 0;
}

.illu .tt:nth-of-type(2) {
  margin: 2rem 0 1rem 0;
}

.illu .txtBox {
  /* width: 96%; */
  height: 100%;
  overflow: auto;
  padding: 0 0.2rem;
}

.illu table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #97a6b3;
  margin: 0 0 15px 0;
}

.illu th {
  color: #fff;
  font-size: .9rem;
  line-height: 1.1rem;
  text-align: center;
  border: 1px solid #abcbff;
  background: #0766ff;

}

.illu td {
  padding: 0.2rem;
  color: #2d353b;
  font-size: 0.8rem;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #abcbff;
  background: #fff;
}

.illu td span {
  color: #fff21c;
}

.illu tr:nth-child(2n+1) td {
  background: #e6f0ff;
}

.illu dt {
  color: #0766ff;
  font-size: min(6vw,1.4rem);
  font-weight: bold;
}

.illu dd {
  margin-bottom: 1.2rem;
  color: #45525d;
  font-size: min(5vw,1rem);
  line-height: 1.5rem;
}

.illu dd.style {}

.illu dd span {
  color: #e60101;
}

.illu .btmTxt {
  color: #45525d;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 0;
}


@media (max-width: 1280px) {
  header {
    background: rgba(255, 255, 255, .6);
    height: 60px;
  }

  .bottom {
    display: none;
  }

  .checkBtn {
    height: 50%;
    position: absolute;
    right: 2%;
  }

  .checkBtn img {
    display: block;
    height: 100%;
  }

  .btmTxt .num {
    font-size: .8rem;
  }
}