@charset "UTF-8";

/* !!
 * Customize Style 
 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;500;700;800&display=swap');


:root {
  --blue: #007bff;
  --indigo: #4b33d9;
  --indigo-light: #f3f0fb;
  --purple: #8750ec;
  --purple-light: #b56be3;
  --purple-pink: #e7e5f3;
  --pink: #f94875;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #fbc03c;
  --Khaki:#b39573; 
  --Khaki-light:#e0c6a6;
  --Khaki-dark:#8b7355;
  --green: #259578;
  --default: #025f98;
  --teal: #1bcfc6;
  --cyan: #35c8df;
  --white: #ffffff;
  --gray: #7a7a7a;
  --gray-light: #dedede;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #d7d7d7;
  --gray-500: #bfbfbf;
  --gray-600: #9d9d9d;
  --gray-700: #6a6a6a;
  --gray-800: #4b4b4b;
  --gray-900: #3b3b3b;
  --gray-dark: #333333;
  --primary: #0095ff;
  --secondary: #003d63;
  --success: #28a745;
  --info: #2ea9d3;
  --warning: #ffc107;
  --danger: #DC5109;
  --light: #f3f3f3;
  --dark: #1c1c1c;
  --black: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    left: 0px;
    top: 0px;
    overflow-x: hidden;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
    box-sizing: inherit;
}
/* * Addresses font sizes and margins set differently in IE 6/7. * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome. */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1rem 0 .325rem;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
.wysiwyg1 p,
.wysiwyg1 pre {
    margin: 0;
}
p {
    line-height: 1.7;
}
ul {
    list-style: none;
}
li {
    line-height: 1.7;
}
/* !!
 * Base
 */
body {
    font-family: "微軟正黑體", "メイリオ", "Meiryo", YuGothic, "Helvetica", "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "sans-serif";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: .9rem;
    letter-spacing: .75px;
    line-height: 1.5 !important;
    color: var(--dark);
    background: var(--white);
}
@media screen and (max-width: 640px) {
    body {
        overflow-x: hidden;
    }
    html {
        overflow-x: hidden;
    }
}
body.is-chat {
    background: var(--gray-light);
}
a {
    color: var(--info);
    text-decoration: none;
    transition: all .1s linear;
    cursor: pointer;
}
a:visited {
    color: var(--default);
}
a:hover {
    color: var(--teal);
    text-decoration: none;
    opacity: .85;
}
*:focus {
    outline: none !important;
}
button,
input,
select,
textarea {
    font-family: "Lexend Deca", "Noto Sans TC", "Helvetica", "Arial", "sans-serif";
}

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width        : 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left : var(--bs-gutter-x, .75rem);
    margin-right : auto;
    margin-left  : auto
}
@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 745px
    }
}
@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}
@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}
.col {
    flex: 1 0 0%
}
.row-cols-auto>* {
    flex : 0 0 auto;
    width: auto
}
.row-cols-1>* {
    flex : 0 0 auto;
    width: 100%
}
.row-cols-2>* {
    flex : 0 0 auto;
    width: 50%
}
.row-cols-3>* {
    flex : 0 0 auto;
    width: 33.3333333333%
}
.row-cols-4>* {
    flex : 0 0 auto;
    width: 25%
}
.row-cols-5>* {
    flex : 0 0 auto;
    width: 20%
}
.row-cols-6>* {
    flex : 0 0 auto;
    width: 16.6666666667%
}
@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex : 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex : 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex : 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex : 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex : 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex : 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex : 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex : 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex : 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex : 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex : 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex : 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex : 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex : 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex : 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex : 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex : 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex : 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex : 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex : 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex : 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex : 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex : 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex : 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex : 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex : 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex : 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex : 0 0 auto;
        width: 16.6666666667%
    }
}
@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        flex : 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex : 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex : 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex : 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex : 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex : 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex : 0 0 auto;
        width: 16.6666666667%
    }
}
.col-auto {
    flex : 0 0 auto;
    width: auto
}
.col-1 {
    flex : 0 0 auto;
    width: 8.33333333%
}
.col-2 {
    flex : 0 0 auto;
    width: 16.66666667%
}
.col-3 {
    flex : 0 0 auto;
    width: 25%
}
.col-4 {
    flex : 0 0 auto;
    width: 33.33333333%
}
.col-5 {
    flex : 0 0 auto;
    width: 41.66666667%
}
.col-6 {
    flex : 0 0 auto;
    width: 50%
}
.col-7 {
    flex : 0 0 auto;
    width: 58.33333333%
}
.col-8 {
    flex : 0 0 auto;
    width: 66.66666667%
}
.col-9 {
    flex : 0 0 auto;
    width: 75%
}
.col-10 {
    flex : 0 0 auto;
    width: 83.33333333%
}
.col-11 {
    flex : 0 0 auto;
    width: 91.66666667%
}
.col-12 {
    flex : 0 0 auto;
    width: 100%
}
.offset-1 {
    margin-left: 8.33333333%
}
.offset-2 {
    margin-left: 16.66666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.33333333%
}
.offset-5 {
    margin-left: 41.66666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.33333333%
}
.offset-8 {
    margin-left: 66.66666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.33333333%
}
.offset-11 {
    margin-left: 91.66666667%
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}
@media (min-width:576px) {
    .col-sm-auto {
        flex : 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex : 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex : 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex : 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex : 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex : 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex : 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex : 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex : 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex : 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex : 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex : 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex : 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width:768px) {
    .col-md-auto {
        flex : 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex : 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex : 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex : 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex : 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex : 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex : 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex : 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex : 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex : 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex : 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex : 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex : 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width:992px) {
    .col-lg-auto {
        flex : 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex : 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex : 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex : 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex : 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex : 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex : 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex : 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex : 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex : 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex : 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex : 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex : 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width:1200px) {
    .col-xl-auto {
        flex : 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex : 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex : 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex : 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex : 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex : 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex : 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex : 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex : 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex : 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex : 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex : 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex : 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}
@media (min-width:1400px) {
    .col-xxl-auto {
        flex : 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex : 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex : 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex : 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex : 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex : 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex : 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex : 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex : 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex : 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex : 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex : 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex : 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

/* !!
 * layout
 */
.overflow-fix {
    overflow: inherit !important;
}
.l-document {
    padding: 20px;
    margin: auto;
    margin-top: 85px;
    background: var(--white);
    min-height: 65%;
}
body.is-chat .l-document {
    background: var(--white);
}
:lang(en).l-contents {
    word-break: keep-all;
}
.l-wrap {
    max-width: 80%;
}
.background1 {
    background: url("../images/background_about1.png?date=1503208763") 0 0 no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--white);
    margin: 0 -15px 10px;
    padding: 20px 15px 35px;
}
.background1 .inner1 {
    padding: 0 15px;
}
.line1-ellipsis {
    white-space: nowrap;
    /*width: 45em;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.line1-sub-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45em;
}
.line2-ellipsis {
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* !!
 * flex  /  width  /  height
 */
.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    justify-content: center !important;
}
.flex-row-center-start {
    display: flex;
    align-items: center !important;
    justify-content: start !important;
}
.flex-row-center-center {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}
.flex-row-center-end {
    display: flex;
    align-items: center !important;
    justify-content: flex-end !important;
}
.flex-row-center-between {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
.flex-row-baseline-between {
    display: flex;
    align-items: baseline !important;
    justify-content: space-between !important;
}
.flex-row-center-around {
    display: flex;
    align-items: center !important;
    justify-content: space-around !important;
}
.flex-row-center-evenly {
    display: flex;
    align-items: center !important;
    justify-content: space-evenly !important;
}
.flex-row-start-between {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between !important;
}
.flex-row-end-between {
    display: flex;
    flex-direction: row !important;
    align-items: flex-end !important;
}
.flex-column-start-between {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
}
.flex-column-end-between {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end !important;
}
.flex-start {
    display: flex;
    justify-content: start !important
}
.flex-end {
    display: flex;
    justify-content: flex-end !important;
}
.inherit-align-items {
    align-items: inherit !important;
}
.flex-direction-row{
    flex-direction: row !important;
}
.flex-direction-row-reverse{
    flex-direction: row-reverse !important;
}
.w-100 {
    width: 100% !important;
}
.w-90 {
    width: 90% !important;
}
.w-80 {
    width: 80% !important;
}
.w-70 {
    width: 70% !important;
}
.w-60 {
    width: 60% !important;
}
.w-50 {
    width: 50% !important;
}
.w-40 {
    width: 40% !important;
}
.w-30 {
    width: 30% !important;
}
.w-20 {
    width: 20% !important;
}
.w-10 {
    width: 10% !important;
}
.min-height {
    min-height: inherit !important;
}
.max-width{
    max-width: inherit !important;
}
.height-auto {
    height: auto !important;
}

/* !!
 * bg color
 */
.bg-black {
    background:var(--black) !important;
}
.bg-dark {
    background: var(--dark) !important
}
.bg-white {
    background: var(--white) !important;
}
.bg-light {
    background: var(--gray-light) !important;
}
.bg-light-gray {
    background: var(--gray-400) !important;
}
.bg-transparent {
    background:transparent !important;
}

/* !!
 * text color
 */
.text-danger {
    color: var(--danger) !important;
}
.text-warning {
    color: #ec930d !important;
}
.text-white {
    color: var(--white) !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

/* !!
 * CKEditor Style Setting
 */
.text-tiny {
    font-size: .7em !important;
}
.text-small { 
    font-size: .85em !important;
}
.text-big { 
    font-size: 1.4em !important;
}
.text-huge { 
    font-size: 1.8em !important;
}
blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}
.wysiwyg1.wysiwyg_1_1, .wysiwyg1.wysiwyg_1_1 ul {
    padding-inline-start: 15px;
}
.wysiwyg1.wysiwyg_1_1 ol {
    list-style-type: decimal;
}
.wysiwyg1.wysiwyg_1_1 ul {
    list-style-type: disc;
}

/* !!
* margin
*/
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: .5rem !important;
}
.m-2 {
    margin: 1rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.margin-auto{
    margin: auto !important;
}
.mt-neg-40 {
    margin-top: -40px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-05 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}

/* !!
 * padding
 */
.pt-10 {
    padding-top: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pl-55 {
    padding-left: 30px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.d-flex {
    display: flex!important;
}
.justify-content-start {
    justify-content: flex-start!important;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-direction-row {
    flex-direction: row
}
.flex-direction-column {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap;
}

/* !!
 * hr / arrow
 */
.line-arrow {
    width: 100%;
    margin: 0 0 20px ;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #a9a9a9;
}
.line-arrow:after {
    margin: 0 0 8px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #a9a9a9;
    width: 50%;
}
.line-arrow:before {
    margin: 0 20px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #a9a9a9;
    width: 50%;
}

/* !!
 * caution
 */
.caution {
    color:var(--danger);
}
.caution1 {
    border-radius: var(--bs-border-radius-xl);
    border: 1px solid  var(--danger);
    background: #fff7f3;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.caution1 .caution1_title {
    max-width: 100%;
    margin: 0 0 .25rem 0;
    color:var(--danger);
    font-size: .95rem;
    font-weight: 700;
    line-height: normal;

}
.caution1 .caution1_title_en {
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: #6e6e6e;
    font-size: .85rem;
    font-weight: 200;
    line-height: normal;
}
.caution1_body {
    margin-top: .35rem; 
   margin-bottom: .35rem; 
}
.caution1_text {
    text-align: left;
    margin: 0;
    font-size: .85rem;
    font-weight: 600;
}
.caution1_text_en {
    text-align: left;
    margin: 0;
    font-size: .8rem;
    font-weight: 200;
    color: #6e6e6e;
}

.caution_main {
    border-radius: var(--bs-border-radius-xl);
    padding: 10px 15px;
    text-align: center;
    background: var(--danger);
    margin-top: 20px;
    margin-bottom: 20px;
}
.caution_main .caution1_title {
    color:var(--white);
    font-weight: 600;
}
.caution_main .caution1_text {
    color:var(--white);
    text-align: center;
}
.warning_list{
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 3.85rem;
}
.warning_note{
    border: none;
    text-align: left;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: .875rem;
    font-weight: 600;
    color: #ff6600;
}
.limit_note{
    border: none;
    text-align: left;
    padding: 0;
    margin: 8px 0 0 0;
    font-size: .75rem;
    font-weight: 300;
    color: var(--gray);
    background: transparent;
}
.limit_note::before{
    content: "▸";
    margin-right: .35rem;
}
.remind-group {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: .95rem;
}
.finish1 {
    border: 1px solid var(--teal);
    background: #f6ffff;
    text-align: left;
}
.finish1_title {
    color: var(--teal);
    font-size: .925rem;
    font-weight: 600;
}
/* ------------------------------------------------- *
 *        finish1
 * ------------------------------------------------- */

 .finish1 {
    border-radius: 5px;
    border: 1px solid #85AF00;
    padding: 15px;
    text-align: center;
    margin-bottom: 1rem;
}

.finish1_title {
    display: inline-block;
    margin: 0;
    color: #85AF00;
    font-size: .95rem;
    font-weight: 700;
}
.finish1_title_en {
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: #6e6e6e;
    font-size: .85rem;
    font-weight: 200;
    line-height: normal;
}
.finish1_body {
    margin-top: .35rem; 
   margin-bottom: .35rem; 
}
.finish1_text {
    text-align: left;
    margin: 0;
    font-size: .85rem;
    font-weight: 600;
}
.finish1_text_en {
    text-align: left;
    margin: 0;
    font-size: .8rem;
    font-weight: 200;
    color: #6e6e6e;
}

/*活動詳細提示標題*/
.remind_title {
    position: relative;
    font-size: 1rem;
    line-height: normal;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    padding: 1rem;
    max-width: 100%;
    text-align: center;
    letter-spacing: 2px;
    color: var(--secondary);
}
.remind_title::before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--secondary);
    width: 32%;
    top: 50%;
    left: 0;
}
.remind_title::after {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--secondary);
    width: 32%;
    top: 50%;
    right: 0;
}
.warn-xs-title::before {
    width: 32%;
    top: 50%;
    left: 0;
}
.warn-xs-title::after {
    width: 32%;
    top: 50%;
    right: 0;
}
.warn-sm-title::before {
    width: 35.3333%;
    top: 50%;
    left: 0;
}
.warn-sm-title::after {
    width: 35.3333%;
    top: 50%;
    right: 0;
}
.warn-ml-title::before {
    width: 33.3333%;
    top: 50%;
    left: 0;
}
.warn-ml-title::after {
    width: 33.3333%;
    top: 50%;
    right: 0;
}
.warn-subtitle {
    color: var(--danger);
    padding: .15rem 0;
    text-align: center;
}
.warn-xs-title, .warn-sm-title, .warn-ml-title {
    color: var(--danger) ;
}
.warn-xs-title::before, .warn-sm-title::before, .warn-ml-title::before {
    background: var(--danger);
}
.warn-xs-title::after, .warn-sm-title::after, .warn-ml-title::after {
    background: var(--danger);
}
/* !!
 * title
 */
.title1 {
    position: relative;
    text-align: center;
    padding: 2.5rem 0 1rem;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title1.is-type1 {
    color: var(--white);
}
.title1.is-type2 {
    color: var(--default);
}
.about_title {
    font-size: 1.6rem;
}
.title1_mainLabel, .title2_mainLabel, .title4_mainLabel{
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
}
.title1_mainLabel.mainLabel_decs_feature {
    color: var(--teal);
    width: 85%;
    margin: 0 auto;
    margin-top: 5px;
    font-size: .75rem;
    font-weight: 400;
}
.title1_mainLabel .partition, .title2_mainLabel .partition,  .title4_mainLabel .partition {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    color: var(--Khaki);
    font-size: .9rem;
    font-weight: 200;
}
.title1_btnBack {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 45px;
}
.popup_confirm_mainLabel {
    font-size: 15px;
    display: block;
}

.title1_subLabel {
    color: var(--teal);
    font-size: .625rem;
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
.result-text {
    color: #a0a4a6;
    font-size: .7rem;
    display: block;
    margin-top: 5px;
    margin-right: 20px;
    text-align: right;
}
@media only screen and (max-width: 500px) {
    .result-text {
        margin-right: 0;
        text-align: right;
    }
}
.title1_new {
    position: absolute;
    left: -50px;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    color: var(--white);
    font-size: 12px;
    background: var(--danger);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.title1_new2:before {
    background-image: url("../images/new.svg?date=1504754298");
    background-repeat: no-repeat;
    background-size: 50px auto;
    content: "";
    display: inline-block;
    height: 12px;
    margin: auto;
    width: 50px;
    display: none;
}
.title2 {
    background: var(--white);
    padding: 5px 0;
    margin: 4rem 0 20px;
}
.title2_mainLabel {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark);
}
.title3 {
    background: var(--light);
    padding: 15px;
    margin: 35px 0 0 0;
    border-radius: var(--bs-border-radius-xl);
}
.title3_title {
    font-weight: 600;
}
.title3_title.sub {
    font-size: .625rem;
    margin: 3px 0;
    color: var(--gray);
}
.title3_mainLabel.with-arrow:before {
    background-image: url("../images/icon_arrow_down_black.png?date=1503208763");
    background-repeat: no-repeat;
    background-size: 14px auto;
    content: "";
    display: inline-block;
    height: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 14px;
}
.title4 {
    margin: 0;
}
.title4_mainLabel {
    font-size: 1.175rem;
}
.title4_btnDel {
    min-width: 50px;
    display: table-cell;
    vertical-align: middle;
}
.title4_btnDel .button {
    margin-top: 0;
}
.title4_title {
    font-weight: 600;
    margin-bottom: 0.325rem;
}
.title5 {
    margin-top: 20px;
    padding-top: 15px;
}
.title5_date {
    font-size: 12px;
    color: var(--gray-dark);
    line-height: 1.2;
    margin: 0;
}
.title5_title {
    font-size: 17px;
    line-height: 1.2;
    margin: 10px 0 0 0;
    color: var(--dark);
    font-weight: bold;
}
.title5_title.sub {
    font-size: .725rem;
    color: #607D8B;
    font-weight: normal;
}
/* 非會員購票使用 */       
.bg_title6 {
    background: var(--white);
}

/* !!
 * thumb1
 */
.thumb1 {
    position: relative;
    display: block;
}
.thumb1_body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    box-sizing: border-box;
}
.thumb1_date {
    font-size: 12px;
    color: var(--gray-dark);
    line-height: 1.2;
    margin: 0;
}
.thumb1_text {
    font-size: 16px;
    line-height: 1.2;
    color: var(--dark);
}
.thumb2.is-type2 {
    border: none;
    background: var(--white);
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}
.event-box .card {
    border-top: none;
}
.card.height-fix {
    position: relative;
    overflow: hidden;
    height: 160px;
}

.card.row-height-fix {
    position: relative;
    overflow: hidden;
    height: 160px;
}

a.card.min-height:hover {
    /*box-shadow: 0 0 12px 4px #dededead;*/
    -webkit-box-shadow: 0 0 8px 3px #d0d0d0c7;
    -moz-box-shadow: 0 0 8px 3px #d0d0d0c7;
    box-shadow: 0 0 8px 3px #d0d0d0c7;
    border-radius: var(--bs-border-radius-xl);
    border: none !important;
}
.card-img_fix {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 120px;
    display: flex;
}
.thumb2.is-type1 .card-img, .thumb2.is-type2 .card-img {
    width: 105px;
    display: flex;
}
.card-img img {
    width: 100%;
    height: auto;
    border-radius:var(--bs-border-radius-xl)
    /* border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; */
}

.card-body.arrow_right::before {
    background-image: url("../images/icon_arrow1.svg?date=1503208763");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    content: "";
    display: inline-block;
    height: 28px;
    right: 0;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    width: 23px;
    display: none;
}

.--user-edit {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--dark);
    font-weight: 600;
}

.outline {
    color: var(--gray-600);
    padding-top: 2px;
    font-size: .725rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3
}
.outline.bg-grey {
    background: #f5f5f5;
    padding: 0;
    border: none;
    border: 7px solid #f5f5f5;
    border-radius: 5px;
    color: var(--gray);
    -webkit-line-clamp: 3;
}
.outline::before {
    background-color: var(--light);
    padding: 10px;
}
.user-wrap {
    margin: 2rem auto 10rem;
}
.user-list {
    height: 95px;
    text-align: center;
    width: 23%;
    display: inline-block;
    margin: 3rem .7rem 5rem;
    border-radius: 5px;
}
.user-list .card-body{
    margin: auto;
}
.thumb3 {
    margin: 15px -15px 0;
    padding: 15px;
    background: #F1F1F1;
    border-top: 1px solid #C4C6C7;
    position: relative;
}
.thumb3_unit {
    background: var(--white);
    padding: 0 5px;
    position: relative;
    border-bottom: 1px solid #C4C6C7;
}
.thumb3_unitDate {
    font-size: 12px;
    line-height: 1.2;
    color: var(--gray-dark);
    margin: 0;
}
.thumb3_unitSubTitle {
    font-size: 18px;
    line-height: 1.2;
    font-weight: normal;
    margin: 5px 0 0 0;
    color: var(--dark);
}

/* !!
 * label
 */
.label1_listsItem span,
.label1_listsItem a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
    color: var(--dark);
    border: 1px solid var(--gray);
    border-radius: var(--bs-border-radius-xl);
}
.label1_area {
    color: white;
}
.label1.is-type1 {
    margin-top: 20px;
}
.label1.is-type1 .label1_listsItem span,
.label1.is-type1 .label1_listsItem a {
    color: var(--gray-dark);
    background-color: var(--gray-200);
    border: none;
}
.label1.is-type2 .label1_listsItem span,
.label1.is-type2 .label1_listsItem a {
    background-color: rgba(250, 250, 250, 1);
    color: rgba(10, 10, 10, 1);
    border: 1px solid var(--gray);
    border-radius: var(--bs-border-radius-xl);
}
.selected {
    color: rgba(250, 250, 250, 1)!important;
    background-color: rgba(160, 160, 160, 1)!important;
}
.title5+.label2 {
    margin-top: 10px;
}
.label2_lists {
    list-style: none;
    padding: 0;
    margin: -2px 0 0 0;
}
.label2_lists.is-eventTag {
    margin-top: 25px;
}
.label2_listsItem {
    display: inline-block;
    margin: 2px 2px 3px 0;
}
.label2_listsItem span,
.label2_listsItem a {
    font-size: .625rem;
    color: var(--white);
    border-radius: var(--bs-border-radius-xl);
    padding: .15rem .5rem;
    line-height: 1.6;
    border: .5px solid #ff557a;
    background: #ff557a;
    vertical-align: top;
    font-weight: 300;
}
.label2_listsItem span.icon{
    font-size: .625rem;
    color: #A0A0A0;
    border-radius: 2px;
    padding: 2px 3px;
    line-height: 1.6;
    background: var(--white);
    vertical-align: top;
    font-weight: bold;
    border: 1px solid #A0A0A0;
}
/*  dialog for icon */
/*onsale*/
.label2_listsItem span.icon {
    position: relative;
}
.label2_listsItem span.icon:hover::before,
.label2_listsItem span.icon:hover::after {
    visibility: visible;
}
.label2_listsItem span.icon::before {
    content: attr(data-show);
    white-space: pre-line;
    position: absolute;
    top: 150%;
    background-color: var(--white);
    border: 1px solid var(--gray-dark);
    visibility: hidden;
    z-index: 9999;
    width: 400px;
    padding: 5px;
    border-radius: 6px;
    font-family: sans-serif;
    font-weight: normal;
    color: var(--gray-dark);
    font-size: 11px;
    transform: translate(-20%, -.5em);
    transition: 0.2s;
    box-shadow: 1px 1px 0px 0px var(--gray-light)
}
@media screen and (max-width: 800px) {
    .label2_listsItem span.icon::before {
        width: 200px;
    }
}
.label2_listsItem span.icon::after {
    content: '';
    position: absolute;
    top: 135%;
    left: 50%;
    border: 5px solid transparent;
    background-color: var(--gray-dark);
    visibility: hidden;
    transform: translate(-50%, -.5em) rotate(45deg);
    transition: 0.2s;
    box-shadow: 1px 0px 0px 0px var(--gray-light)
}
/*onsale*/
/* Index-EventCard-onSale-Tag */
.onsale-box {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: none; /* 20240216移除測試回饋 */
}
.i-onsale {
    position: relative;
    width: 105px;
    height: 25px;
    font-size: .625rem;
    font-weight: 400;
    line-height: 2;
    color: var(--white);
    text-align: center;
    background: linear-gradient(45deg, #fbc03c, #f94875, #ff5ca0);
    background-size: 100% 250%;
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl);
    opacity: .9;
}
/*select sit*/
.label2_listsItemBlockDesignation span.icon {
    position: relative;
}
.label2_listsItemBlockDesignation span.icon:hover::before,
.label2_listsItemBlockDesignation span.icon:hover::after {
    visibility: visible;
    display: none;
}
.label2_listsItemBlockDesignation span.icon::before {
    content: attr(data-show);
    white-space: pre-line;
    position: absolute;
    top: 150%;
    background-color: var(--white);
    border: 1px solid var(--gray-dark);
    visibility: hidden;
    z-index: 9999;
    width: 400px;
    padding: 5px;
    border-radius: 6px;
    font-family: sans-serif;
    font-weight: normal;
    color: var(--gray-dark);
    font-size: 11px;
    transform: translate(-20%, -.5em);
    transition: 0.2s;
    box-shadow: 1px 1px 0px 0px var(--gray-light)
}
@media screen and (max-width: 800px) {
    .label2_listsItemBlockDesignation span.icon::before {
        width: 200px;
    }
}
.label2_listsItemBlockDesignation span.icon::after {
    content: '';
    position: absolute;
    top: 135%;
    left: 50%;
    border: 5px solid transparent;
    background-color: var(--gray-dark);
    visibility: hidden;
    transform: translate(-50%, -.5em) rotate(45deg);
    transition: 0.2s;
    box-shadow: 1px 0px 0px 0px var(--gray-light)
}
/*onsale*/
.label2_listsItem span.icon:hover::before,
.label2_listsItem span.icon:hover::after {
    visibility: visible;
    display: none;
}
/*select sit*/
.label2_listsItemBlockDesignation span.icon:hover::before,
.label2_listsItemBlockDesignation span.icon:hover::after {
    visibility: visible;
    display: none;
}
/*point*/
.label2_listsItemPoint span.icon:hover::before,
.label2_listsItemPoint span.icon:hover::after {
    visibility: visible;
    display: none;
}
/*point*/
.label2_listsItemBlockDesignation.creditCard span {
    background-color: var(--white);
    color: var(--gray-dark);
    border: .5px solid var(--gray-dark)
}
/* 會員價 */
.label2_listsItemBlockDesignation.memberDiscount span {
    background-color: var(--white);
    color: var(--default);
    border: 1px solid var(--default);
    border-radius: 20px;
    padding: 0.1rem 0.5rem;
}
/* 會員價選擇張數-價格顯示 */
.selectTicket1_listsItemInner.is-price .selectTicket1_listsItemText.memberDiscount, .is-price .card-text.memberDiscount {
    color: var(--default);
}
.selectTicket1_listsItemInner.is-price .selectTicket1_listsItemText.memberDiscount span, .is-price .card-text.memberDiscount span{
    font-size: 1.1rem;
    font-weight: 600;
}
/* small dialog for icon */
/* !!
 * buttons - 包含Apple Pay + SAMSUNG Pay + Google Pay
 */
.button {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
    border: none;
    padding: 0;
    color: #2f2f2f;
    background: #C4C6C7;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 16px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.button:hover {
    color: var(--dark);
    opacity: .8;
}
.border-rounded-60 {
    border-radius: 60px; 
}
.errorLists1+.button {
    margin-top: 0;
}
.button:visited {
    color: var(--dark);
}
.button.is-type1 {
    background: var(--info);
    border: 1px solid var(--info);
    color: var(--white) !important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: auto;
}
.button.is-type2 {
    background: #6EB1FF;
}
.button.is-type3 {
    background: none;
    border: 1px solid var(--info);
    color:var(--info)
}
.button.is-type4 {
    font-size: .9rem;
    background: var(--gray);
    color: var(--white);
    padding: 3px 10px;
}
.button.is-type4.qrcode {
    display: inline-block;
    margin: 0px;
    width: 50px;
}
.button.is-type5 {
    font-size: 10px;
    background: var(--danger);
    color: var(--white);
    padding: 3px 10px;
}
.button.is-type6 {
    width: 150px;
    font-size: 15px;
    position: fixed;
    z-index: 800;
    right: 0;
    bottom: 30px;
    height: 50px;
    line-height: 50px;
    padding: 3px 0 0 0;
    background: linear-gradient(0deg, #68C13F 0%, #A6FF62 100%);
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.2);
}
.button.is-type6:before {
    position: relative;
    top: -2px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon_cart2.svg?date=1503208763") 0 0 no-repeat;
    background-size: auto 17px;
    width: 25px;
    height: 17px;
    margin-right: 3px;
}
.button.is-type7 {
    background: #bed600;
}
.button.is-type8 {
    background: none;
    display: block;
    width: 100%;
    height: 46px;
    color: var(--info);
    margin: 20px auto 0;
    border: 1px solid var(--info);
    border-radius: 10px;
    font-size: 1rem;
    line-height: 0;
}
.button.is-type9 {
    background: var(--info);
    color: var(--white);
    letter-spacing: 0.1em;
    text-shadow: none;
    box-shadow: none;
    border: none;
    margin: 3rem 0;
}
.button.is-type10 {
    background: none;
    border: 1px solid #7c7c7c;
    color:#7c7c7c
}
.button.is-type11 {
    background: var(--gray-dark);
    border: 1px solid var(--gray-dark);
    color: var(--white) !important;
    width: 100%;
}
a.button.is-type9 {
    color: var(--white);
}
.button-link.absolute-position {
      display: inline-block;
      padding: 1px 30px;
        background: var(--default);
        border: none;
}
.fixedbutton {
    position: inherit;
    top: 0;
    left: 0; 
    right: 0;
    transform: translate(0);
    -webkit-transform: translateX(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.zoombtn-group {
    position: absolute;
    top: 5px;
    right: 13px;
    z-index: 99;
}
#zoombtn_out, #zoombtn_in {
    border: none;
    height: 30px;
}
#zoombtn_out {
    background: var(--gray-light);
}
#zoombtn_in {
    background: var(--gray-light);
}
#zoomtxt {
    top: 10px;
    right: 15px;
    font-size: 15px;
}
.navibutton3 {
    width: 150px;
    height: 30px;
    padding: 5px 10px;
    font-size: .875rem;
    border-radius: 5px;
}
.button.is-arrow1:before {
    background-image: none
}
.navibutton {
    width: 4.25em;
    height: 1.5em;
}
#applePayBtn {
    display: inline-block;
    color: transparent;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
    -apple-pay-button-style: black;
}
.buttonGroup1 {
    overflow: hidden;
    margin: 0 -5px;
}
.buttonGroup1_col {
    width: 50%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.buttonGroup2 div {
    margin-bottom: 15px;
}

/* !!
 * tabset1
 */
.tab1 {
    overflow: hidden;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
a.tab1_item {
    width: 33.3%;
    float: left;
    padding: 22px 0 8px;
    text-align: center;
    font-size: 14px;
    color: var(--gray-dark);
    border-bottom: 2px solid var(--default);
    position: relative;
}
a.tab1_item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--default);
    display: none;
}
a.tab1_item.is-active {
    background-image: url("../images/tab_active_bg.png?date=1503208763");
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-size: 114px 50px;
}
.tab1 a {
    transition: none;
}

/* !!
 * seat -
 */
#boxs {
    position: relative;
}
.boxsarea {
    max-width: 100%;
    margin: 0 auto;
}
.boxsarea-fix {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}
.boxsarea-fix #boxsnote{
    position: inherit;
    width: 200px;
  
}
.boxsarea-fix #boxsimage {
    width: 36%;
    margin-left: auto;
    margin-right: auto;
}
.seat_wrapper_title {
    border-left: none; 
    border-right: none; 
}
.seatSelectImageAreaPadding {
    padding: 50px 15px;
}
#extmessage {
    left: 10px;
    margin: 10px 0;
        padding: 3px 5px;
    background: #3a3a3a;
    color: var(--white);
    font-size: .625rem;
}
#extmessage, .tag-direction {
    position: absolute;
    left: 0;
    z-index: 9;
    padding: 5px 10px;
    margin: 8px 0;
    background: #353535;
    color: var(--white);
    font-size: .625rem;
    font-weight: bold;
    opacity: 0.7;
    border-radius: 3px;
}
#extmessage {
    left: 35px;
    margin: 10px 0;
    background: #3a3a3a;
    color: var(--white);
    font-size: .625rem;
}
.navibutton3 {
    border: none;
}
.note_lp {
    font-size: 1rem;
    font-weight: 600;
}

/* !!
 * table - 售票系統置中
 */
table#seatmap-v td {
    padding: 1px;
}
table td {
    line-height: normal;
}
:lang(en) table td {
    line-height: 1.75;
    word-break: keep-all;
}
.table1 th {
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    padding: 20px 0 0;
}
.table1 th h3{
    font-size: 1.2rem;
    margin: 10px 0 ;
    padding: 20px 0 5px;
    border-bottom: 1px solid #c4c6c7;
}
.table1 td.is-type1 {
    width: 32px;
}
.table1 td.is-type4 {
    width: 30px;
}
.table1 td.is-type5 {
    width: 20px;
}
.table2 th {
    text-align: left;
    height: 32px;
    border-bottom: 1px solid #18aa9f;
    vertical-align: top;
}
.table2 th.title_step1, .table2 th.title_step2, .table2 th.title_step3, .table2 th.title_step4 {
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--black);
}
.step_arrow {
    padding: 40px 0 55px;
    background-size: 20px 15px;
}
.table4 td.important {
    color: #d56e0b;
}
.table5 {
    width: 90%;
    margin: 50px auto;
}
.table5 th {
padding: 0;
}
.table5 td {
    text-decoration: none;
    font-size: 1.3rem;
    padding: 0 0 35px;
    text-align: center;
}

/* !!
 * formControl
 */
.formControl[type="number"].is-error, .formControl[type="datatime-local"].is-error, .formControl[type="time"].is-error, .formControl[type="week"].is-error, .formControl[type="month"].is-error, .formControl[type="date"].is-error, .formControl[type="datetime"].is-error, .formControl[type="password"].is-error, .formControl[type="email"].is-error, .formControl[type="url"].is-error, .formControl[type="tel"].is-error, .formControl[type="search"].is-error, .formControl[type="text"].is-error, select.formControl.is-error {
    background: #fbece5;
}
.form-control[type="number"], .form-control[type="datatime-local"], .form-control[type="time"], .form-control[type="week"], .form-control[type="month"], .form-control[type="date"], .form-control[type="datetime"], .form-control[type="password"], .form-control[type="email"], .form-control[type="url"], .form-control[type="tel"], .form-control[type="search"], .form-control[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #919496;
    border-radius: 5px;
    margin-top: 6px;
    font-weight: 300;
}
textarea.formControl {
    resize: none;
}

.col-form-label {
    padding-top: calc(0.375rem + var(--bs-border-width));
    padding-bottom: calc(0.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
/* !!
 * inputGroup1
 */
.inputGroupTitle:before {
    background-image: none; 
    content: "▸";
    display: inline-block;
    width: 5px;
    height: 15px;
    top: 0;
    left: 0;
    margin: auto;
    padding-right: 15px;
    position: relative;
    color: #32fff7;
}
#toggleDetailForm {
    position: relative;
}
a#toggleDetailForm:before {
    background-image: none;
    content: "▸";
    display: inline-block;
    width: 5px;
    height: 15px;
    top: 0;
    left: 0;
    margin: auto;
    padding-right: 15px;
    position: absolute;
    color: #32fff7;
    display: none;
}
#toggleDetailForm:after {
    content: "﹀";
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}
.formGroup1_label {
    font-size: 14px;
    color: inherit
}
.formGroup1 .labelText2 {
    color: inherit;
}
/* !!
 * container / row / col
 */
 .step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    padding: 0;
}
 .step-container div{
    text-align: center;
}
 .step-container .step-text{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 35px;
}
 .step-container img {
    max-width: 90%;
}

/* !!
 * Event area & ellipsis - 0824新增
 */
.text1 {
    margin-top: 10px;
    font-size: .8rem;
    color: #656565;
}
.event-content {
    border-bottom: none;
    position: relative;
    padding: 20px;
    margin: 0 0 0 -20px;
}
.event-wrap .events,
.event-wrap .event-content li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-wrap .event-content>li {
    position: relative;
    float: left;
    margin: 0 0 30px 30px;
}
.event-box {
    border: none !important;
    -webkit-box-shadow: 0 0 11px #eaeaea;
    -moz-box-shadow: 0 0 11px #eaeaea;
    box-shadow: 0 0 11px #eaeaea;
    border-radius: var(--bs-border-radius-xl);
    padding: 20px 15px;
    margin-right: var(--bs-gutter-x, 1rem);
    margin-bottom: var(--bs-gutter-x, 1rem);
    min-height: 175px;
    list-style: none;
}
.event-box .card:hover {
    -webkit-box-shadow: 0 0 8px 3px #d0d0d0c7;
    -moz-box-shadow: 0 0 8px 3px #d0d0d0c7;
    box-shadow: 0 0 8px 3px #d0d0d0c7;
    border-radius: var(--bs-border-radius-xl);
}
.event-availability-title {
    padding: 15px 0 !important;
    border: none;
}

/* !!
 * formGroup3
 */
.switchBtnGroup {
    background: var(--gray-400);
    height: 45px;
}
.switchBtnGroup label {
    color: var(--gray);
    height: 45px;
}
.formGroup1 .inputGroup1 input[type="checkbox"]+label:before {
    width: 21px;
    height: 21px;
}
.formGroup1 .inputGroup1 input[type="checkbox"]:checked+label:after {
    border: 2px solid var(--gray);
    border-width: 0 2px 2px 0;
}
.formGroup3 input[type="radio"]:checked+label {
    background: none;
}

/* !!
 * header
 */
.language_no_had_button button {
    width: 400px;
    margin: 5px 0;
    padding: 10px;
    border: none;
    background-color: var(--default);
}
.stopReturnBack_button button {
    width: 400px;
    margin: 5px 0;
    padding: 10px;
    border: none;
    background-color: var(--default);
}
.url_change_had_button button {
    width: 400px;
    margin: 5px 0;
    padding: 10px;
    border: none;
    background-color: var(--default);
}
.l-header {
   position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);
    z-index: 999; 
}
.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 99;
}
.header_logo {
    z-index: 9999;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    padding-top: 13px;
    margin: 0;
    background: none !important;
    width: 100%;
    height: 48px;
    box-shadow: 0px 3px 15px 3px rgba(190, 190, 190, 0.5);
}
.header_logo span {
    text-shadow: 0 0 13px #0d7858;
}
.header_logo a {
    color: var(--dark);
}
.header_logo_pref {
    z-index: 9999;
    left: 0;
    top: 0;
    font-size: 26px;
    font-weight: normal;
    color: var(--gray-dark);
    text-align: center;
    padding-top: 6px;
    margin: 0;
    background: var(--default);
    width: 100%;
    height: auto;
}
.header_logo_pref a {
    color: var(--dark);
}
@media (max-width: 430px) {
    .header_logo_pref>img {
        width: 45%;
        object-fit: contain;
    }
}
.header_naviItem {
    position: absolute;
    top: 5px;
}
.header_naviItem>a {
    width: 50px;
    height: 50px;
    color: var(--gray);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_naviItem img {
    width: 30px;
    height: auto;
}
.header_naviItem:nth-of-type(1) {
    left: 0;
}
.header_naviItem:nth-of-type(2) {
    left: 45px;
}
.header_naviItem:nth-of-type(3) {
    right: 110px;
}
.header_naviItem:nth-of-type(4) {
    right: 0;
}
.header_naviItem.point {
    right: 45px;
    text-align: right;
    left: auto;
}
.header_naviItem.language {
    left: 45px;
    right: auto;
}
.header_naviItem.user {
    top: 13px;
    right: auto;
}
.header_naviItem.user p {
    margin: 5px 10px;
}
.header_naviBody {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 75px 0 25px;
    overflow-y: scroll;
    box-sizing: border-box;
}
.header_naviBody.js-accordionBody {
    overflow: hidden;
}
.header_naviBody_plugin {
    top: auto;
    padding: 0 0 15px;
    display: none;
    overflow: hidden;
}
.lang_naviBody_show {
    animation: naviBody_show 0.30s;
    z-index: 7999;
}
@keyframes naviBody_show {
    0% {
        top: -100%;
        width: 110%;
        opacity: 0;
    }
    93% {
        top: 105px;
    }
    95% {
        top: auto;
        width: 100%;
        opacity: 1;
    }
}
.header_naviBodyLists {
    /*list-style: none;*/
    margin: 0;
    padding: 0;
}
.header_naviBodyListsItem a {
    display: block;
    color: var(--dark);
    font-size: .9rem;
    padding: 20px 25px;

    position: relative;
}
.header_naviBodyListsItem{
    border-top: 1px solid var(--light);
}
.header_naviBodyListsItem .partition{
    padding-left: 5px;
    color: var(--Khaki);
    font-size: .9rem;
    font-weight: 400;
}
.header_naviBodyListsItem .partition::before{
    content: "｜";
    width: 1px;
    height: 10px;
    margin-right: 7px;
}

.header_naviBodyListsItem:first-child {
    border-top: none;
}
.header_naviBodyListsItem a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--info);
    font-weight: 500;
}
.header_naviBodyBtnClose {
    position: absolute;
    top: 1rem;
    right: 3rem;
    padding-top: 0;
    cursor: pointer;
    border-top: 1px solid var(--white);
}
.header_naviBodyBtnClose img {
    width: 40px;
    height: auto;
}
.header_naviItemCounter {
    position: absolute;
    left: 0;
    bottom: 3px;
    text-align: center;
    width: 100%;
    color: var(--dark);
}
.header_naviItemCounter.is-active {
    font-size: .625rem;
    color: var(--danger);
}
.header_searchBody {
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 3.95rem 2rem;
    box-sizing: border-box;
    overflow-y: scroll;
}
.header_searchBodyBtnClose {
    position: absolute;
    top: 1rem;
    right: 3rem;
}
.header_searchBodyBtnClose img {
    width: 40px;
    height: auto;
}
.header_searchBody .inputGroup1 {
    position: relative;
    display: flex;
    margin-top: 15px;
}
.btn-search {
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-search button {
    font-size: 0;
    padding: 0;
    background: none;
    border: none;
    height: 30px;
}
.btn-search img {
    width: 30px;
    height: auto;
}
.link1 {
    margin-top: 0px;
    padding-right: 8px;
}
.header_searchBody .link1 {
    margin-top: 15px;
}
.header_searchBody select {
    background: var(--white);
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    border-radius: 5px;
}
.header_searchBodyTitle {
    display: block;
    margin: 0 -15px 0;
}
.header_searchBodyTitle:nth-of-type(1) {
    margin-top: 15px;
}
.header_searchBodyTitle a {
    position: relative;
    border-top: 1px solid var(--white);
    color: var(--white);
    font-size: 14px;
    padding: 10px 25px;
    display: block;
    color: var(--white);
}
#header-sub-text {
    margin: 0;
    padding: 12px 0;
    font-size: .875em;
    font-weight: 500;
    text-align: center;
    /* background: var(--white); */
    background: transparent;
    color: var(--gray-dark);
    /* border-top: 1px solid var(--gray-dark); */
    border-top: none;
    display: none;
}
.performanceDetail1 {
    width: inherit;
}
.performanceDetail1_lists {
    margin: 0;
    padding: 0;
}
.performanceDetail1_listsItem.is-area .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-location.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-performancePeriod .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-date.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-price .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-price.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-salesPeriod2 .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-onsale.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-contact .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-contact.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-salesPeriod .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-tickets.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-tickets .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-tickets.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-qrCode .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-qrcode.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-payment .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-payment.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-card .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-card.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-order .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-order.svg?date=1503208763);
}
.performanceDetail1_listsItem.is-normalinfo .performanceDetail1_listsItemLabel:before {
    background-image: url(../images/i-info.svg?date=1503208763);
}
.performanceDetail1_listsItemInner.is-salesLink span {
    display: block;
    text-align: center;
    margin-top: 20px;
}  
.performanceDetail1_listsItemInner.is-salesLink .caution1_title.warning_text {
    display: block;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--danger);
}
.performanceDetail1_listsItemInner.is-salesLink .caution1_title.warning_text:after, .performanceDetail1_listsItemInner.is-salesLink .caution1_title.warning_text:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    bottom: 100%;
    position: absolute;
    width: 0;
}
.performanceDetail1_listsItemInner.is-salesLink .caution1_title.warning_text:before {
    border-width: 8px !important;
    border-bottom-color: #dc510a !important;
    left: 50%;
}
.performanceDetail1_listsItemInner.is-salesLink .caution1_title.warning_text:after {
    border-width: 6px !important;
    border-bottom-color: var(--white) !important;
    left: calc(50% + 1.5px);
}
.performanceDetail1_listsItemText .payment_tyle ul li {
    margin-right: 15px;
}
.performanceDetail1_listsItemText .payment_tyle ul li:first-child {
    margin-left: 10px;
}
a#toggleDetailForm {
    margin: 3rem 0 1.5rem;
    color: var(--dark);
}
.formGroup1 .inputGroup1 input[type="checkbox"]+label {
    margin-left: 32px;
    color: inherit;
}
.selectTicket1_listsItemForm .select-wrap {
    margin-right: 0;
}
select.formControl {
    min-width: 120px;
    padding: 0 20px;
}
select.formControl.with-note {
    width: 100%;
}
.select-wrap:after {
    margin-top: -5px;

}
/* !!
 * gnavi
 */
.gnavi {
    background: transparent;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 8000;
}
.gnavi_lists {
    display: flex;
    table-layout: fixed;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gnavi_item {
    display: block;
    width: 50px;
    line-height: normal;
}
.gnavi_item a {
    display: block;
    font-size: 0;
    padding: 9px 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    height: 30px;
}
.gnavi_item:first-child a {
    border-left: none;
}
.gnavi_item img {
    height: 30px;
    width: auto;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* !!
 * 頁面寬度調整
 */
.main-content-md {
    padding: 0 9rem; 
}
.main-content-lg {
    padding: 0 6rem; 
}
.main-content-xl {
    padding: 0 3rem; 
}

/* !!
 * footer
 */
.footer {
    margin: 0;
}
.footer_utility {
    background: var(--gray-light);
    border-radius: 9px;
}
.footer_utility .footer_login {
    padding: 55px 15px;
    background: var(--white);
}
.footer_utilityShare {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    height: 40px;
}
.footer_utilityShareItem {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin: 0 5px;
}
.footer_body {
    background: var(--light);
    position: relative;
    padding: 30px 0 0 0;
    margin-top: 65px;
}
.footer_body.is-type1 {
    padding-top: 30px;
}
.footer_bodyBtnTop.is-type1 {
    background-color: rgba(0, 0, 0, 0);
}
.footer_bodyBtnTop.is-type2 {
    top: -25px;
}
.footer_bodyBtnTop {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.footer_bodyBtnTop a {
    display: inline-block;
    color: var(--white);
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--black);
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    padding-top: 23px;
    box-sizing: border-box;
    cursor: pointer;
}
.footer_bodyBtnTop a:before {
    content: "︿";
    display: inline-block;
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: none;
    width: 14px;
    font-weight: 700;
}
.footer_bodyLogo {
    margin: 0;
    font-size: 26px;
    line-height: 1;
    text-align: center;
}
.footer_bodyLogo .footer_subtitle {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
}
.footer_bodyLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer_bodyLinksItem {
    position: relative;
    display: inline-flex;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding-left: 0;
}
.footer_bodyLinksItem a {
    font-size: .75rem;
    color: var(--gray-300);
    line-height: 1.8;
}
.footer_bodyLinks li+li {
    border-left:none;
}
.footer_bodyLinks li+li::before {
    /* content: "｜"; */
    position: absolute;
    top: 1px;
    left: -8px;
    font-size: .625rem;
}
.footer_bodyCopy {
    font-size: .75rem;
    text-align: center;
    color: var(--gray-300);
    margin:0;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.footer_powered {
    width: 95px;
    margin-left: 10px;
}
.footer-service-content {
    font-size: .75rem;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}
.footer-service-content li:first-child {
    font-size: .85rem;
    font-weight: 500;
    padding-bottom: 6px;
}
.footer-service-content li {
    display: flex;
    align-items: center;
}
.i-email {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_email.svg?date=1503208763) no-repeat;
    background-size: cover;
    margin-right: 6px;
}
.i-time {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_time.svg?date=1503208763) no-repeat;
    background-size: cover;
    margin-right: 6px;
}
/* !!
 * cookie
 */
.cookie-accept-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    font-size: .825rem;
    font-weight: 400;
    color: rgba(156, 156, 156, 1);
    height: fit-content;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px 8px #efefef85;
}
.cookie-delete-btn {
    position: absolute;
    border-radius: 0;
    display: block;
    cursor: pointer;
    z-index: inherit;
    height: 100%;
    width: 50px;  
    background: #ddd;
    border-radius:0; 
    top: 0;
    right: 0;
}
.cookie-delete-btn:before {
    content: "✕";
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #bbbbbb;
    padding: 10px 16px;
}
.cookie-delete-btn img {
    display: none;
}
.cookie-accept-bar p {
    width: 85%;
    margin: 0 auto;
    padding: 1%;
    text-align: center;
}

/* !!
 * hr1
 */
.hr1 {
border: none;
    background: #dcebfd;
    height: 1px;
    margin: 10px 0 40px;
}
.shopList1+.hr1 {
    margin-top: 0;
}
.hr2 {
    border-top: 1px solid #08416b;
    margin: 20px -15px 0;
    height: 20px;
}
.hr3 {
    border-top: 1px solid var(--gray-300);
    margin: 2rem 0 0;
}

/* !!    
 *  carousel1
 */
.carousel1 {
    /* max-height: 500px; */
    overflow: hidden;
    margin-bottom: 2rem;
}
.is-slickStyle1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}
.is-slickStyle1 .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.375);
    z-index: 1;
    text-align: center;
    top: 50%;
}
.is-slickStyle1 .slick-arrow:before {
    opacity: 1;
    width: 17px;
    height: 17px;
    content: '';
    display: inline-block;
    border: solid var(--white);
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.is-slickStyle1 .slick-prev {
    border-radius: 0;
    padding-left: 5px;
}
.is-slickStyle1 .slick-prev:hover {
    margin-left: -10px;
}
.is-slickStyle1 .slick-prev:before {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.is-slickStyle1 .slick-next {
    border-radius: 0;
}
.is-slickStyle1 .slick-next:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.thumb1_body {
    display: none;
}

/* !!
 * seatLists1
 */
.seatLists1 {
    border-bottom: 1px solid #C4C6C7;
    margin: 0;
}
.seatLists1_unitMain {
    display: table;
    width: 100%;
    border-top: none;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--gray-light);
}
.seatLists1_unitBody a {
    color: var(--dark);
}
.seatLists1_unitDate {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.seatLists1_unitState {
    margin: 0;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    font-size: 0;
}
.seatLists1_unitState img {
    width: 25px;
    height: 25px;
}
.seatLists1_unitSubState img {
    width: 25px;
    height: 25px;
}
.seatLists1_unitSub {
    background: #f6f6f6;
    display: table;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 1px dotted #d3d3d3;
}
.seatLists1_unitSubType.is-freeSeat:before {
    background-image: url("../images/icon_freeseat1.svg?date=1503208763");
}
.seatLists1_unitSubType.is-reservedSeat:before {
    background-image: url("../images/icon_reservedseat1.svg?date=1503208763");
}

/* !!
 *        performanceDetail1
 */
.performanceDetail1.is-type1 {
    background: var(--light);
    border-radius: var(--bs-border-radius-xl);
    padding: .625rem 0;
    margin-bottom: 2.35rem;
    box-sizing: border-box;
}
.performanceDetail1_lists a {
    box-sizing: border-box;
    border-top: 1px solid #c4c6c7;
    display: table;
    width: 100%;
    color: var(--dark);
    padding-left: 10px;
}
.performanceDetail1_lists a.distributor {
    box-sizing: border-box;
    display: inline;
    border-top: none;
    width: 100%;
    color: var(--default);
}
.performanceDetail1_lists a.mobapass {
    box-sizing: border-box;
    display: inline;
    border-top: none;
    width: 100%;
    color: var(--default);
}
.performanceDetail1_listsItemInner {
    border-top: none;
    display: flex;
    width: 100%;
    padding: 0.65rem 1.5rem;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.performanceDetail1_listsItemLabel {
    display: flex;
    vertical-align: middle;
    font-size: .925rem;
    margin-top: 1rem;
    /* padding: 0; */
    width: 300px;
    align-items: center;
}
.performanceDetail1_subListsItemLabel {
    display: table-cell;
    vertical-align: middle;
    font-size: .875rem;
    padding: 3px 0 3px 25px;
    width: 100%;
}
.payment-info {
    background: var(--gray-light);
    color: var(--dark);
    font-size: .75rem;
    line-height: 1.5;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}
.payment-icons img {
    width: 38px;
    padding-right: 8px;
    padding-bottom: 10px;
}
.fix110 {
    width: 110px !important;
}
.fix110:lang(en) {
    width: 135px !important;
}
.fix135 {
    width: 135px !important;
}

.fix150 {
    width: 150px !important;
}

.fix170 {
    width: 170px !important;
}

.performanceDetail1_listsItemText {
    font-size: .9rem;
    padding: 0;
    color: var(--gray-dark);
    height: auto;
    margin-left: 30px;
}
.performanceDetail1_note {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px 15px;
    background: var(--gray-light);
    width: 90%;
    border-radius:5px ;
}
.listsItemText_newset{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    width: auto;
}
.listsItemText_newset.rowset{
    display: flex;
    flex-direction: row;
    white-space:nowrap;
}
.listsItemText_newset.rowset a{
    border-top: none;
    display: block;
    color: #5d94a8;
    font-weight: 600;
}
.is-price .listsItemText_newset {
    display: table-cell;
}
.listsItemText_newset .button.is-type4 {
    display: inline;
    width: 250px;
    padding: 10px;
    margin: 10px 0;
}
.button.btn-qrcode {
    font-size: .95rem;
    font-weight: 600;
    background: var(--dark);
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--dark)
}
.btn-qrcode::before {
    content: "";
    display: block;
    background: url(../images/i-qrcode.svg?date=1503208763) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}
.performanceDetail1_listsItemText .ic-prereserve {
    margin-right: 10px;
}
.performanceDetail1_listsItem.is-price .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-salesPeriod .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-salesPeriod2 .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-performancePeriod .performanceDetail1_listsItemText span, .performanceDetail1_listsItemText span.txt-bold {
    font-size: .9rem;
    color: var(--gray-dark);
}
.performanceDetail1_listsItem.is-contact .performanceDetail1_listsItemText span {
    color: var(--gray-dark);
}
.performanceDetail1.is-type1 .performanceDetail1_listsItem.is-price .performanceDetail1_listsItemText span {
    font-size: .9rem;
}
.performanceDetail1_listsItemInnerRange {
    border-top: 1px solid #C4C6C7;
    display: table;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.__nonboder {
    border-top: none;
    padding-bottom: 10px;
}
.performanceDetail1_listsItemText span.txt-bold.__markfont{
   font-size: 1.1rem ;
    color: #FF6600;
    font-weight: 600; 
}
.performanceDetail1_listsItemLabel .label_oneLine {
    position: relative;
    height: inherit;
    display: inherit;
    vertical-align: middle;
    color: var(--dark);
    font-size: .825rem;
    font-weight: 500;
}
.performanceDetail1_listsItemLabel:before {
    position: relative;
    top: 0;
    float: left;
    margin: 0 10px 0 0;

}
.listsItemInner_flexfix {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: inherit;
    border: none;
    padding: 10px;
}
.listsItemInner_flexfix .performanceDetail1_listsItemTextSizeWord,
.listsItemInner_flexfix .performanceDetail1_listsItemTextSize {
    font-size: 1rem;
    margin-top: 0;
    line-height: normal;
}
.listsItemInner_flexfix .performanceDetail1_listsItemText {
    margin-left: 0;
}

/* !!
 * More / Page
 */
.more {
    position: relative;
    text-align: right;
    margin-top: 0px;
}
.more a {
    font-size: .85rem;
    margin-right: 20px;
}
.page {
    position: relative;
    width: 100%;
    padding-top: 30px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.page_prev, .page_next {
    position: relative;
}
.page_prev:before, .page_next:after {
    background-image: none;
}
.page_count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.prev_arrow {
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    position: absolute;
    left: -15px;
    top: 5px;
    transform: rotate(-135deg);
}
.prev_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: var(--info);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
}
.prev_arrow::after {
    content: "";
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: var(--info);
    transform-origin: 100% 0;
    transition: 0.2s ease;
}
.next_arrow {
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    position: absolute;
    right: -15px;
    top: 5px;
    transform: rotate(45deg);
}
.next_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: var(--info);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
}
.next_arrow::after {
    content: "";
    float: left;
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: var(--info);
    transform-origin: 100% 0;
    transition: 0.2s ease;
}
.page_prev {
    position: absolute;
    left: 15px;
    margin-left: 10px;
}
.page_next {
    position: absolute;
    right: 15px;
    margin-right: 10px;
}

.more .next_arrow {
    right: 0;
}
/* !!
 *  modal1
 */
.modal1.modal-large {
    height: auto;
    max-height: 625px;
}
.layer1 {
    background: rgb(255 255 255 / .9);
}
.step1_listsItem.is-active .step1_listsItemInner {
    background: #BFD42A;
}
.step1_listsItemInner:before {
    position: absolute;
    right: -40px;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 20px solid var(--gray-light);
}
.step1_listsItem.is-active .step1_listsItemInner:before {
    border-left: 20px solid #BFD42A;
}

/* !!
 *  chat1
 */
.chat1_unit.is-me .chat1_text {
    background: #71B3FC;
}
.chat1_text:before {
    position: absolute;
    left: -11px;
    top: 3px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 10px solid var(--white);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);
}
.chat1_unit.is-me .chat1_text:before {
    left: inherit;
    right: -11px;
    border-right: 20px solid transparent;
    border-left: 4.5px solid transparent;
    border-bottom: 10px solid #71B3FC;
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.chat1_input {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    border-top: 1px solid #ADADAD;
    background: var(--white);
}
.someone {
    background-color: #559204;
    color: var(--white);
    margin-left: 3px;
}

/* !!
 * wysiwyg1
 */
.wysiwyg1 {
    padding: 0 15px 10px;
    border-bottom: none;
    word-break: keep-all;
}
.wysiwyg1 ol,
.wysiwyg1 ul {
    padding-inline-start: 20px;
    list-style: inherit;
}

/* !!
 * VIP Ticket NewPage
 */
 .bg-circle {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 229px;
    border-radius: 0 0 0 55%;
    /* background: linear-gradient(60deg, #eafe1b, #0dfded, #fff082, #80ffee); */
    background: linear-gradient(60deg, #ffa2d7, #e9aae7, #cfaef4, #b1b3fd, #8eb8ff, #74bfff, #56c5ff, #32cbfe, #21d4fa, #28dbf3, #3ee3ea, #39d1ac);
    /* background-image: linear-gradient(to right top, #b3fc86, #7ffaa7, #49f4c7, #00ece2, #00e2f4, #21e0f8, #34dffb, #44ddfe, #42e5fd, #46edfa, #51f4f6, #5ffbf1); */
    /* background-size: 100% 200%; */
    overflow: hidden;
    box-shadow: 0px 20px 38px 0px #3bdfef;
 }
.e-ticket {
    text-align: center;
    background: var(--white);
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    width: 70%;
    height: auto;
    margin: auto;
    padding: 2rem 1rem;
    border-radius: 25px;
}
.ticket-info{
    position: absolute;
    left: 0;
    right: 0;
    top: 330px;
    width: 100%;
}
.performanceDetail1_listsItemLabel {
    position: relative;
}
.vip-ticket-list .performanceDetail1_listsItemText {
    font-size: .8rem;
    margin-top: 3px;
}
.vip-ticket-list {
    margin: 0 15px
}
.vip-ticket-list .performanceDetail1_subListsItemLabel {
    font-size: .9rem;
}
.vip-ticket-list .performanceDetail1_subListsItemLabel p{
    margin: 0 0 1rem 0;
}
.performanceDetail1_listsItem.vip-ticket-list .performanceDetail1_listsItemLabel:before {
    background-image: none;
    content: "";
    background: #c1f2f3;
    position: absolute;
    top: -3px;
    left: 20px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}
.performanceDetail1_listsItem.vip-ticket-list .performanceDetail1_listsItemLabel:before:nth-child(2n) {
    background: #edd5f2;
}
.performanceDetail1_listsItemLabel .label_vipItem {
    margin-left: 30px;
}
.vip-warning {
    background: #68c2ff;
    /* background: linear-gradient(60deg, #b1b3fd, #8eb8ff, #74bfff, #56c5ff, #32cbfe, #21d4fa, #28dbf3, #3ee3ea); */
    padding: 0.5rem 0 1.5rem;
    width: 93%;
    margin: 0 auto 1rem;
    border-radius: var(--bs-border-radius-xl);
    color: var(--white);
}
.bg-memo-list{
    background: #eeeeee;
    width: 93%;
    margin: 0 auto;
    padding: 0;
    border-radius: var(--bs-border-radius-xl);
}
.vip-listbox {
    width: 93%;
    margin: 0 ;
    padding: 1rem;
}
.vip-listbox h4{
    margin: 0.3rem;
}
.vip-listbox hr {
    border: 1.5px solid #68c2ff;
    width: 15%;
    margin: 15px auto 20px;
    border-radius: 20px;
}
.vip-listbox ul {
    padding: 0 0 0 25px ;
}
.selectTicket1 {
    border-top: none;
    background: var(--light);
    padding: 25px;
    border-radius: var(--bs-border-radius-xl)
}
.selectTicket1_title {
    font-size: .925rem;
    font-weight: 400;
    line-height: 2;
}
.selectTicket1_inner {
    background: none;
    padding: 0;
}
.selectTicket1_listsItem {
    border: 1px solid var(--gray-light);
    padding: 5px 5px 15px 5px;
    margin-bottom: 5px;
    background: var(--white);
    border-radius: var(--bs-border-radius-xl);
}
.selectTicket1_listsItemLabel.non-icon {
    min-width: 60px;
    font-size: .925rem;
    color: var(--dark);
}
.selectTicket1_listsItemLabel.non-icon:before {
    width: 0;
    height: 0;
    margin-right: 0;
}
.selectTicket1_listsItemInner.is-price .selectTicket1_listsItemLabel.non-icon:before {
    background-image: none !important;
}
.selectTicket1_listsItemText {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: .9rem;
    padding: 0 0 0 10px;
}

/* !!
 * Purchase process - Multi step
 */
 .purchase-title {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: first baseline;
}
.purchase-title small {
    font-size: 80%;
    font-weight: bold;
    color: #12617f;
    margin-bottom: 5px;
}
.pc-title{
    font-size: calc(1.25rem + .25vw);
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}
.purchase-subtitle {
    width: 100%;
    box-sizing: border-box;
    padding: 0; 
    margin: 0;
}
.purchase-subtitle h3 {
    margin-bottom: 0.35rem;
}
.pc-subtitle {
    font-size: calc(1.1rem + .25vw);
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}
.title-md {
    font-size: calc(.975rem + .15vw);
}
.title-sm {
    font-size: calc(.75rem + .15vw);
}
.text-dark-gray {
    color: var(--dark);
}
.text-gray {
    color: var(--gray);
}
.t-intro {
    padding: 0 0 1rem 0;
    margin: 0;
    border-bottom: 1px solid var(--white);
}
.t-notice {
    font-size: .85rem;
    color: var(--dark);
    padding: 0.5rem;
    margin: 0;
    background: var(--gray-light);
    border-radius: 0.325em;
}
/*!!
 Form Reset
*/
input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--white);
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 19px;
    width: 19px;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
input[type="checkbox"], input[type="radio"] {
    height: 13px;
    width: 13px;
    }
.group-direction{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
}
input[type="radio"] {
    border-radius: 2.5rem;
}
input[type="checkbox"] {
    border-radius: .25rem;
}
input:checked {
    border-width: 6px;
    background-color: var(--white);
    border-color: var(--info);
}
input[type="checkbox"]:checked {
    background-color: var(--info);
    border: none;
}
/*!
 * Bootstrap  v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
button, input, select, textarea, option {
    box-sizing: border-box;
}
.me-auto {
    margin-right: auto!important;
}
.ms-2 {
    margin-left: 0.5rem!important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.input-group .btn:focus {
    z-index: 3;
}
.btn-check:focus+.btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.input-group>.form-floating:not(:first-child)>.form-control, .input-group>.form-floating:not(:first-child)>.form-select, .input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-dark);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--gray-600);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg);
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm);
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
    display: inline-block;
}
.form-label {
    /* padding-top: calc(0.375rem + 1px); */
    padding-right: calc(0.375rem + 1px);
    /* padding-bottom: calc(0.375rem + 1px); */
    margin-bottom: 0.25rem;
    font-size: inherit;
    line-height: 1.5;
}
.form-control::-webkit-input-placeholder {
    color: var(--gray-500);
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*!
 *  bootstrap-input-spinner 
 *  MIT License
 *  git+https://github.com/codiewebs/input-numspin.git
 *  author	"codiewebs"
 */
.input-group {
    position: relative;
    display: flex;
    flex-wrap: inherit;
    align-items: stretch;
    width: 100%;
}
.input-numspin-element {
    max-width: 250px;
}
.input-numspin-element input::-webkit-outer-spin-button,.input-numspin-element input::-webkit-inner-spin-button {
    -webkit-appearance:none;
    margin:0
}
.input-numspin-element input[type=number]{
    -moz-appearance:textfield;
    text-align: center;
    font-weight: 700;
}
.input-numspin-element{
    -moz-appearance:textfield;
    padding:2px;
    border-radius:.375rem;
    background-color:transparent;
    display: flex;
    align-items: center;
}
.input-numspin-element.input-group>.form-floating:not(:first-child)>.form-control,.input-numspin-element.input-group>.form-floating:not(:first-child)>.form-select,.input-numspin-element.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:0
}
.input-numspin-element .form-control{
    box-shadow:none;
    background: transparent;
    border-color:transparent
}
.input-numspin-element.numspin-scheme-solid .btn-primary-outline{
    --bs-btn-color:var(--default);
    --bs-btn-bg:#ebf9f8;
    --bs-btn-border-color:var(--default);
    --bs-btn-hover-color:var(--white);
    --bs-btn-hover-bg:#0090c5;
    --bs-btn-hover-border-color:#0090c5;
    --bs-btn-focus-shadow-rgb:16,231,243;
    --bs-btn-active-color:var(--white);
    --bs-btn-active-bg:#2D665C;
    --bs-btn-active-border-color:#2D665C;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color:var(--white);
    --bs-btn-disabled-bg:var(--default);
    --bs-btn-disabled-border-color:var(--default);
}
.btn-rounded {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1.2rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 50%;
    width: 1.12rem;
}
.minus-btn, .plus-btn {
    width: 2.95rem;
    height: 2.95rem;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary {
  --bs-btn-color: var(--white);
  --bs-btn-bg: var(--default);
  --bs-btn-border-color: var(--default);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: #0090c5;
  --bs-btn-hover-border-color: #0090c5;
  --bs-btn-focus-shadow-rgb:16,231,243;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: #2D665C;
  --bs-btn-active-border-color: #2D665C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--white);
  --bs-btn-disabled-bg: var(--default);
  --bs-btn-disabled-border-color: var(--default);
}
.btn-primary-outline {
  --bs-btn-color: var(--default);
  --bs-btn-border-color: var(--default);
  --bs-btn-hover-color: var(--white);
  --bs-btn-hover-bg: var(--default);
  --bs-btn-hover-border-color: var(--default);
  --bs-btn-focus-shadow-rgb:16,231,243;
  --bs-btn-active-color: var(--white);
  --bs-btn-active-bg: var(--default);
  --bs-btn-active-border-color: var(--default);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--default);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--default);
  --bs-gradient: none;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #b9b9b9;
    background-color: var(--gray-light);
    border-color: #b9b9b9;
}
.errorLists {
    position: relative;
    list-style: none;
    margin: 0 0 0.625rem 0;
    padding: 0 0 0 1rem;
    background: url(../images/icon-warning.svg?date=1503208846) 0 0.2rem no-repeat;
    background-size: .75rem;
    display: none;
}
.errorLists1_item {
    color: var(--danger);
    font-size: .625rem;
}
.errorLists b{
    font-size: .9rem;
}
@media screen and (max-width: 576px) {
.input-groups {
    margin-top: 1rem;
}
.card-box--column{ 
    flex-direction: column;
    align-items: inherit !important;
 }
}
.performanceDetail1.is-type1 {
    padding: .625rem;
}

/*!! 2023
 *  新增定義樣式 By Daphne
 *  New Style Setting - 購買流程優化
*/
 .mask-default {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff42;
    backdrop-filter: blur(3px);
    width: 100vw;
    height: 100vh; 
 }
.mask-content {
    position: absolute;
    width: 50%;
    height: auto;
    background: var(--white);
    top: calc((100% - 200px) / 2);
    left: calc((100% - 50%) / 2);
    border-radius: var(--bs-border-radius-xl); 
 }
 .mask-body {
    position: relative;
    padding: 2rem;
 }
 .btn_back {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 999;
    width: 60px;
    height: 60px;
}
.btn_back--sessions {
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
}
.back_arrow {
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    position: absolute;
    left: 25px;
    top: 30%;
    transform: rotate(-135deg);
}
.back_arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: var(--gray);
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.back_arrow:after {
  content: "";
  float: left;
  position: relative;
  top: -95%;
  width: 100%;
  height: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: var(--gray);
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
.back_arrow:hover::after {
  transform: rotate(45deg);
  border-color: var(--dark);
  height: 120%;
}
.back_arrow:hover::before {
  border-color: var(--dark);
  transform: scale(0.8);
}
.purchase-process {
    margin-bottom: 3rem;
}
.multi-step {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  color: var(--gray-light);
}
.multi-step-item {
  counter-increment: step;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  padding: 0;
}
.multi-step-item.is-active::before {
  background-color: var(--white);
  border-color: var(--teal);
  color: var(--teal);
}
.multi-step-item::before,
.multi-step-item::after {
  content: '';
}
.multi-step-item::before {
  content: attr(data-step);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 35px;
  font-weight:bolder;
  height: 35px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background: var(--gray-light);
  border: 2px solid var(--gray-light);
  color: var(--white);
}
.multi-step-item::after {
  height: 2px;
  background: var(--gray-light);
  width: 100%;
  margin: 0 10px;
}
.multi-step-item:last-of-type {
  flex: 0 0 40px;
}
.multi-step-item:last-of-type::after {
  display: none;
}
.multi-step-item.is-success::before {
  content: '✓';
  font-family: system-ui;
  font-size: large;
  font-weight: 900;
  background:var(--teal);
  border-color: var(--teal);
  color: var(--white);
}
.multi-step-item.is-success::after {
  background: var(--teal);
}
/* ------------------------------------------------- *
 *  Purchase process - Activity Information
 * ------------------------------------------------- */
 .activity-box {
    background: var(--light);
    border-radius: var(--bs-border-radius-xl);
    padding: 15px;
 }
 .activity_title--sub {
    font-size: .625rem;
    color: var(--gray);
    margin: 3px 0;
 }
  .activity_title--main {
    font-size: 1.1rem;
    color: var(--dark);
    margin: 0;
 }
 .activity-list--block {
    position: relative;
    margin-left: 1.5rem;
    padding-bottom: 0.325rem;
 }
 .activity-list--block::before {
    /* content: "◍"; */
    position: absolute;
    top: -3px;
    left: -15px;
 }
 .activity-list {
    font-size: .825rem;
    color: var(--dark);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0.15rem;
}
.activity-list--label {
    min-width: 70px;
    position: relative;
    background-color: var(--gray-300);
    padding: 2px 10px; /* 可以增加一些內邊距，讓底色更好看 */
    border-radius: 3px; /* 圓角效果 */
}
.activity-list--label::after {
    /* content: "="; */
    position: absolute;
    font-size: smaller;
    font-weight: bold;
    padding-left: 0.15rem;
}
.activity-list--text {
    padding: 2px 5px; /* 可以增加一些內邊距，讓底色更好看 */
    /* padding-left: 0.4rem; */
}
/* !!
 * 共用元件 -  Card / List
 * 包含頁面 - Event list & Purchase process
 */
 .card {
    display: flex;
    padding: 15px;
    border-top: none;
    position: relative;
    box-shadow: 0 2px 15px 0 rgb(128 128 128 / 20%);
    border-radius: var(--bs-border-radius-xl);
}
.card-body {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-left: 100px;
}
.card-body.width-fix {
    width: auto;
    margin-left: 130px;
}
.card-img {
    width: 105px;
    min-width: 105px;
    float: left;
    margin: 0 10px 0 0;
    font-size: 0;
}
.card-title {
    font-size: .9rem;
    font-weight: 500;
    color: var(--dark);
    line-height: normal;
}
.card-date {
    margin: 5px 0 0 0;
    font-size: .75rem;
    color: var(--secondary);
    line-height: 1.2;
}
.card-price { 
    font-size: .75rem;
    font-weight: 400;
    color: var(--gray-dark);
    line-height: normal;
    margin:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.card-price span {
    font-size: .95rem;
    margin-right: 3px;
    font-weight: 400;
}
.card-price.usd, .usd {
    font-size: .625rem !important;
    font-weight: 300;
    color: var(--gray-800);
    display: none !important;
}
.card-price.usd:lang(en), .usd:lang(en) {
    display: block !important;
    font-size: .625rem !important;
    font-weight: 300;
    color: var(--gray-800);
}
.card-price.usd span, .usd span {
    font-size: .75rem !important;
    margin-right: 3px;
    font-weight: 300;
}
.usd b {
    font-size: .875rem !important;
    margin-right: 3px;
    font-weight: 500;
}
.--main {
    font-weight: 500;
}
.--sub {
    font-size: .625rem;
    font-weight: 400;
    line-height: normal;
    color: #9fb4d0;
}
.--date {
    font-size: .75rem;
    font-weight: 400;
    line-height: normal;
    color: #a0a0a0;
}
.arrow_detail {
    background-image: url(../images/icon_arrow1.svg?date=1503208763);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    display: block;
    height: 28px;
    width: 60px;
}
.card-wrap {
    border-top: none;
    background: var(--light);
    border-radius: var(--bs-border-radius-xl);
    padding: 2.5rem;
    margin-top: 0.625rem;
    margin-bottom: 2.625rem;
    box-shadow: 0 0.325rem 1.25rem 0 rgba(0,0,0,.35);
}
.card-box { 
    flex: 1 1 auto;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    background: var(--white);
    border: 1px solid #d9d9d9;
    border-radius: var(--bs-border-radius-xl);
 }
.card-box.active{
    border: 1px solid var(--default);
}

.card-text {
    font-size: .925rem;
    line-height: 2;
}
.card-text b {
    font-size: 1.25rem;
}

.list-group {
   display: flex;
   flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem; 
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
}
.list-group-item.disabled {
    opacity: .3;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.icon-group {
   display: flex;
   align-items: center;
   margin: 0 1rem;
    padding: 0;
}
.icon-group-item {
    position: relative;
    display: block;
    padding: 0 .25rem;
    margin: 0;
}
.icon-group-item img{
    max-width: 100%;
    height: 15px;
    display: none;
}
.list-group-opacity {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: var(--gray);
    opacity: .4;
}
.payment-list-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.payment-list-groups {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.payment-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.payment-icon {
    display: flex;
    align-items: center;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.payment-icon--item img{
    max-width: 100%;
    height: 30px;
}
.total-default{
    padding: 0 1rem;
    text-align: right;
    margin-top: 1.5rem;
}
.total-default--text {
    text-align: right;
    margin: 10px 0 0 0;
    font-size: .795rem;
}
.total-default--text b {
    font-size: .9rem;
}
.total-text{
    font-size: 1.35rem;
    font-weight: bold;
    color: #045e99;
    padding-left: 0.15rem;
}
.caution-default{
    border-radius: 5px;
    border: 1px solid var(--info);
    background: #ecf9f8;
    padding: 10px 15px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.caution-default--text {
    text-align: right;
    margin: 10px 0 0 0;
        font-size: .795rem;
}
.caution-default--text b {
    font-size: 1.325rem;
}

/* !!
 * New Style 
 */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.8em;
    margin-bottom: 0.125rem;
    position: relative;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #9b9b9b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check input[type=radio] {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: 0 auto;
    width: 19px;
    height: 19px;
}
.form-check-input:checked {
    border-width: 3px;
    background-color: var(--info);
    border-color: #aae9ff;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
}
.form-check-input.disabled, .form-check-input:disabled {
    border: 2px solid #9b9b9b;
    background: var(--white);
}
.form-check-input.disabled:checked, .form-check-input:checked:disabled {
    border: 3px solid #bababa;
    background: #6e6e6e;
}
.form-check-label {
    font-size: .925rem;
    display: block;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
/* !!
 *  Alert
 */
 .alert {
    position: relative;
    padding: 1rem 2.65rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.325rem;
    font-size: .925rem;
    font-weight: 700;
}
.alert-success {
    color: var(--default);
    background: #ebf9f8;
    border: 1px solid var(--default);
}
.alert-success::after {
    position: absolute;
    content: "✓";
    top: 1rem;
    left: 1rem;
    background: var(--default);
    width: 1.325rem;
    height: 1.325rem;
    border-radius: 3.75rem;
    color: var(--white);
    font-family: system-ui;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-error{
    color: var(--danger);
    background: #fff3ed;
    border: 1px solid var(--danger);
}
.alert-error::after {
    position: absolute;
    content: "!";
    top: 1rem;
    left: 1rem;
    background: var(--danger);
    width: 1.325rem;
    height: 1.325rem;
    border-radius: 3.75rem;
    color: var(--white);
    font-family: system-ui;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-warning{
    color: #ffa725;
    background: #fff7de;
    border: 1px solid #ffa725;
}
.alert-warning::after {
    position: absolute;
    content: "!";
    top: 1rem;
    left: 1rem;
    background: var(--danger);
    width: 1.325rem;
    height: 1.325rem;
    border-radius: 3.75rem;
    color: var(--white);
    font-family: system-ui;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switchBtnGroup input[type="radio"]:checked+label {
    color: var(--white);
    background: var(--gray-700);
}
.share1 {
    margin: 0 ;
    width: 100%; 
}
ul.sns_list {
    padding: 0;
}
ul.sns_list li {
    list-style-type: none;
    float: right;
    width: 110px;
}
@media screen and (max-width: 480px) {
    ul.sns_list li {
        width: 90px;
    }
    .modal1.modal-large {
    height: 95%;
    max-height: 95% !important;
    margin: auto;
}
}

ul.sns_list li:nth-child(3n-1) {
    margin: 0px .5rem;
}
ul.sns_list img {
    width: 100%;
    height: auto;
}
/* !!
 * seating
 */
.revocation_message {
    position: relative;
    text-align: center;
    padding: 10px 0 10px;
    margin: 0 -15px;
    background: #FFCDD2;
    font-size: 17px;
    font-weight: normal;
}
.revocation_display {
    display: block !important;
}
@media screen and (max-width: 480px) {
    #revocation span {
        padding: 0px;
        display: block;
        font-size: 13px;
        max-width: 100vw;
        margin: 0 auto;
    }
    .boxsarea-fix {
        max-width: 100%;
        flex-direction: column;
    }
    .boxsarea-fix #boxsnote {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: auto;
    }
    .boxsarea-fix #boxsimage {
        width: 100%;
    }
    .boxsarea-fix .boxsarea-button {
        width: 100%;
        height: 20px;
        margin: auto;
    }
    #zoomtxt {
        top:5px;
    right: 170px;
}
    #extmessage {
        left: 0;
    }
}

@media screen and (max-width: 330px) {
    #revocation span {
        padding: 0px;
        display: block;
        font-size: 11px;
    }
}
.inputPointButton {
    width: 70px;
    height: 26px;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid var(--gray);
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
    text-align: right;
    font-size: 14px;
    float: left;
}
.pointUnit {
    margin: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    height: 26px;
}
.equalPrice {
    margin: 0px 0px 0px 0px;
}
.submitPointButton {
    margin: 0px;
    padding: 0px;
    width: 70px;
    font-size: 14px;
}
.performanceDetail1_subListsItem.is-total.total-style .performanceDetail1_subListsItemLabel {
    font-size: .875rem;
    font-weight: 600;
    color: var(--dark);
    min-width: 110px;
}

.performanceDetail1_subLists.subList-price {
    background: var(--gray-light);
    margin: 1rem 1.5rem;
    border-radius: var(--bs-border-radius-xl);
    padding: 1rem 0;
}  
.performanceDetail1_subListsItem.is-total.total-style {
    position: relative;
    padding-top: 10px
}
.performanceDetail1_subListsItem.is-total.total-style::before {
    content: "";
    height: 1px;
    width: 95%;
    position: absolute;
    left:0;
    right:0;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    background: var(--light);
} 
.performanceDetail1_subListsItem.is-commission {
    padding-bottom: 5px;
}
.performanceDetail1_subListsItem.is-commission .performanceDetail1_subListsItemText {
    position: relative;
}
.performanceDetail1_subListsItem.is-total .performanceDetail1_subListsItemText, .performanceDetail1_subListsItem.is-commission .performanceDetail1_subListsItemText {
    font-size: .9rem;
    min-width: 150px;
    text-align: right;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.performanceDetail1_subListsItem.is-total .performanceDetail1_subListsItemText:lang(en) {
    justify-content: end;
}
.performanceDetail1_subListsItem.is-total .performanceDetail1_subListsItemText span {
    font-size: .875rem;
    color: var(--gray-dark);
    margin-right: 5px;
}
.performanceDetail1_subListsItem.is-total.total-style .performanceDetail1_subListsItemText span {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
}
.performanceDetail1_subListsItemInner {
    width: 100%;
    min-height: 35px;
    display: flex;
}

.errorLists-coupon {
    list-style: none;
    position: absolute;
    top: -15px;
    margin: 0;
    padding: 0;
    display: none;
}
.couponinput[type="text"] {
    width: auto;
    height: 31px;
    margin-top: 0;
    padding: 8px;
    background: var(--light);
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.couponbtn[type="button"]{
    width: 60px;
    height: 30px;
    background: var(--gray);
    color: var(--white);
    border: none;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.hide {
    display: none;
}
.usePoints {
    font-size: 10px;
}
.minusPoints {
    font-size: 12px;
    margin: 0px 5px 0px 0px;
}
.performanceDetail1_subListsItemInnerV2 {
    color: var(--gray-dark);
    display: table;
    width: 100%;
    margin-top: -6px;
}
.label2_listsItemBlockDesignation span, .label2_listsItemBlockDesignation a {
    font-size: .625rem;
    font-weight: 400;
    color: var(--white);
    border-radius: var(--bs-border-radius-xl);
    border: 1px solid var(--gray-dark);
    padding: .15rem .5rem;
    line-height: 1.6;
    background: var(--white);
    vertical-align: top;
    white-space: nowrap;
}
.label2_listsItemBlockDesignation span,
.label2_listsItemBlockDesignation a {
    font-size: .625rem;
    font-weight: 300;
    color: var(--gray-dark);
    background-color: var(--white) !important;
    border: .5px solid var(--gray-dark);
    line-height: 1.6;
}
.label2_listsItemcreditCard span,
.label2_listsItemcreditCard a {
    background-color:var(--white) ;/*#23cec1*/
    color: var(--gray-dark);
    border:  .5px solid var(--gray-dark);
}
/* 會員價 */
.label2_listsItemmemberDiscount{
    height: 23px;
}
.label2_listsItemmemberDiscount span,
.label2_listsItemmemberDiscount a {
    background-color: var(--white);
    color: var(--default);
    border: .5px solid  var(--default);
    border-radius: 20px;
    padding: .15rem .5rem;
}
.label2_listsItemsevenEleven span,
.label2_listsItemsevenEleven a {
    background-color: var(--white);
    color: var(--gray-dark);
    border:  .5px solid var(--gray-dark);
}
.label2_listsItemToHorizontal li {
    display: inline-block;
}
.label2_listsItemBlockDesignation.selectSeat {
    display: inline-block;
    top: 0;
    margin-right: 5px;
    position: absolute;
    width: 100%;
}
.topUp .label2_listsItemBlockDesignation.selectSeat {
    top: 0px;
    transform: unset;
    display: block;
    position: static;
    width: auto;
}
.label2_listsItemBlockDesignation.selectSeat span {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}
.label2.is-type1.top-margin-10.top-margin-10 {
    margin-top: 10px;
}
.label2.is-type1.top-margin-5 {
    margin-top:0;
}
.unset-border-bottom {
    border-bottom: unset !important;
}
.reset-margin-top {
    margin-top: 0px !important;
}
.reset-margin-right {
    margin-right: 0;
}
#PrivacyPolicychCkbox {
    display: none;
}
.policy label {
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    position: relative;
    top: 3px;
    background-color: #33bbeb;
    border: 3px solid #33bbeb;
    background-position: 0 0px;
    transition: background 0.5s linear;
}
#PrivacyPolicychCkbox:checked+label::after {
    z-index: 0;
    background-color: #33bbeb;
    /* background-color: var(--default); */
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray);
    border-radius: 4px;
}

/* 公演軸CSS追加文 */
.event-availability-item {
    border-radius: var(--bs-border-radius-xl);
}
.event-availability-item.high {
    background: var(--green);
}
.event-availability-item.medium {
    background: var(--yellow);
}
.event-availability-item.low {
    background: var(--red);
}
.event-availability-legend .legend-item:not(:last-child) {
    margin-right: 15px;
}
.vc-bg-blue-600 {
    background-color: var(--cyan) !important;
}
.vc-border {
    border-width: 0 !important;
}
.title1_mainLabel.mainLabel_decs {
    font-size: .9rem;
    text-align: center;
    color: #9a9a9a;
}

/* !!
 * block.css tab
 */
ul.select-floors-area li {
    width: 20%;
}
.tabs label {
    background: #e0e0e0;
    border: none;
}
.tabs input[type="radio"]:checked + .switch {
    background-color: #9dd9ef;
    color: #505050 ;
}

.formGroup2_label_inline {
    margin-top: 5px;
}


.formGroup2_label_inline span {
    font-size: .9rem;
    font-weight: 200;
    margin-top: .35rem;
}

/* !!
 * RWD Setting
 */
@media screen and (max-width: 1024px){
    .main-content-md, .main-content-lg, .main-content-xl {
        padding: 0 3rem;
    }
    .btn_back {
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
  .multi-step {
    margin-bottom: 40px;
  }
  .multi-step-item {
    position: relative;
  }
  .multi-step-item:last-of-type {
    flex: 0 0 auto;
    margin: 0 25px 0 0;
  }
  .multi-step-item::before {
    margin: 0;
  }
  .multi-step-item::after {
    flex: 0 1 auto;
  }

}
@media screen and (max-width: 767px){
    [class*="col-"] {
        /* width: 100%; */
        width: 50%;
    }
    #header-sub-text {
        background: var(--gray-200);
        padding: 12px 10px;
    }
    .btn_back--sessions {
        top: 60px;
        height: 45px;
        width: 100%;
    }
    .main-content-md, .main-content-lg , .main-content-xl  {
        padding: 0 1.5rem; 
    }
        .listsItemInner_flexfix {
        padding: 3px 0;
        align-items: baseline;
    }
    .listsItemInner_flexfix .flex-direction-row {
        flex-direction: column !important;
        text-align: right;
    }
    .listsItemInner_flexfix .performanceDetail1_listsItemText {
        text-align: right;
    }
    .remind_title::before, .warn-xs-title::before {
        width: 18%;
    }
    .remind_title::after, .warn-xs-title::after {
        width: 18%;
    }
    .warn-sm-title::before {
        width: 30.333%;
    }
    .warn-sm-title::after {
        width: 30.3333%;
    }
    .warn-ml-title::before {
        width: 25.333%;
    }
    .warn-ml-title::after {
        width: 25.3333%;
    }
    .footer-info {
        width: 80%;
    }
    .footer-links {
        flex-direction: column;
    }
    .footer-links ul {
        margin-bottom: 10px;
    }
    .footer_bodyLinksItem {
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 576px){
    [class*="col-"] {
        width: 100%;
    }
    .main-content-md, .main-content-lg , .main-content-xl  {
        padding: 0 1rem; 
    }
    .header_naviItem:nth-of-type(3) {
        right: 0;
    }
    .user-list {
        width: 100%;
        margin: 1rem auto;
    }
    .gnavi {
        display: none !important;
    }
    .modal1.modal-large {
        height: 100%;
        max-height: 100% !important;
        margin: auto;
    }
    .warn-sm-title::before {
        width: 27.333%;
    }
    .warn-sm-title::after {
        width: 27.3333%;
    }
    .warn-ml-title::before {
        width: 25.333%;
    }
    .warn-ml-title::after {
        width: 25.3333%;
    }
    .footer-info {
        width: 70%;
        flex-direction: column;
        align-items: flex-start !important;
        padding-top: 20px;
        margin: 0 auto;
    }
    .footer-info img{
        padding-bottom: 10px;
    }
    .footer_bodyCopy {
        font-size: .7rem;
    }

}
@media screen and (max-width: 440px){
    .select-wrap select.formControl {
        min-width: 110px;
    }
    .card-body.max-width.ml-30{
        margin-left: 0px !important;
    }
    .arrow_detail {
        width: 25px;
    }
    .performanceDetail1_listsItemLabel.noneicon:before {
        display: none;
    }
    .performanceDetail1_listsItemLabel.noneicon {
        width: 70px;
    }
    .performanceDetail1_listsItemLabel.noneicon:lang(en) {
        width: 110px;
    }
    .performanceDetail1_listsItem {
        margin-bottom: 6px;
    }
    .listsItemInner_flexfix .performanceDetail1_listsItemTextSize {
        padding-right: 5px;
    }
    .performanceDetail1_listsItemLabel.noneicon .performanceDetail1_listsItemTextSize{
        line-height: 25px;
    }
    .performanceDetail1_subLists.subList-price {
        margin: 10px 5px;
    }
    .performanceDetail1_subListsItemLabel {
        padding-left: 5px !important;
    }
    .selectTicket1 {
        padding: 1rem;
    }
    .mask-content {
        width: 90%;
        top: calc((100% - 200px) / 2);
        left: calc((100% - 90%) / 2);
    }
    .card-wrap {
        padding: 1.5rem;
    }
}
 @media screen and (max-width: 414px) {
    [class*="col-"] {
        width: 100%;
    }
    select.formControl.with-note {
        width: 100%;
    }
    .rwd-margin-fixed {
        margin-left: 0px !important;
    }
    .title1 {
        padding-top: 25px;
    }
    .title1_mainLabel {
        font-size: 1.1rem;
    }
    .line1-sub-ellipsis {
        max-width: 14em;
    }
    .selectTicket1 {
        border-top:none;
        margin-top: 20px;
        border-radius: 5px;
    }
    .cookie-accept-bar {
        position: fixed;
        bottom: 35vh;
        left: 5vw;
        right: 0;
        width: 90vw;
        font-size: .825rem;
        font-weight: 400;
        color: rgb(60 60 60);
        min-height: 20vh;
        padding: 0px;
        background-color: var(--white);
        box-shadow: 0 0 20px 3px #828282bf;
        border-radius: var(--bs-border-radius-xl);
        /* border: 1px solid #13609842; */
    }
    .cookie-delete-btn {
        position: absolute;
        border-radius: 0;
        display: block;
        cursor: pointer;
        z-index: inherit;
        height: 35px;
        width: 35px;
        background: transparent;
        border-radius: 0;
        left: auto;
        top: 0;
        right: 0;
    }
    .cookie-delete-btn:before {
        content: "✕";
        display: block;
        font-size: 1.3rem;
        font-weight: 500;
        color: var(--white);
        padding: 0;
        background: #136098;
        border-radius: 0 var(--bs-border-radius-xl);
        width: 35px;
        height: 35px;
        text-align: center;
    }
    .cookie-accept-bar p {
        margin: 0 auto;
        width: 85%;
        padding: 15% 5%;
        text-align: left;
        line-height: 1.6;
    }
    .performanceDetail1_listsItemInner {
        padding: 0;
    }
    .list-group-item {
        padding: 0.5rem 0;
    }
    .warning_list {
        min-width: 3.25rem;
    }
    .performanceDetail1_listsItem.is-price .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-salesPeriod .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-salesPeriod2 .performanceDetail1_listsItemText span, .performanceDetail1_listsItem.is-performancePeriod .performanceDetail1_listsItemText span, .performanceDetail1_listsItemText span.txt-bold {
        font-size: .9rem;
    }
    .listsItemInner_flexfix {
        /* display: table;*/
        padding: 3px 0;
        align-items: baseline;
    }
    .performanceDetail1_listsItemText {
        font-size: .825rem;
        line-height: normal;
    }
    .listsItemInner_flexfix .performanceDetail1_listsItemTextSizeWord, .listsItemInner_flexfix .performanceDetail1_listsItemTextSize {
        font-size: .825rem;
        text-align: right;
    }
    .performanceDetail1_listsItemLabel {
        display: table-cell;
    }
    .survey-detail_title{
        display: flex;
        align-items: center;
        padding-left: 1rem;
        padding-bottom: 0px;
    }
    .listsItemText_newset .button.is-type4 {
        width: 250px;
    }
    .remind_title::before, .warn-xs-title::before {
        width: 12%;
    }
    .remind_title::after, .warn-xs-title::after {
        width: 12%;
    }
    .warn-sm-title::before {
        width: 23.333%;
    }
    .warn-sm-title::after {
        width: 23.3333%;
    }
    .warn-ml-title::before {
        width: 19.333%;
    }
    .warn-ml-title::after {
        width: 19.3333%;
    }
}

@media (min-width: 320px) {
    /* For mobile phones: */
    .event-wrap .event-content>li {
        width: 100%;
        margin: 0 0 30px;  
    }  
    .event-content {
        margin-left: -25px;
    }
    .user-list {
        width: 95%;
        margin: 1rem auto;
    }
    .container.thumb2:first-child{
        margin-left: -15px;
    }
}

@media (min-width: 576px) {
    .event-wrap .event-content>li {
        width: 100%;
        margin: 0 0 30px;  
    }  
    .event-content {
        margin-left: -15px;
    }
    .user-list {
        width: 100%;
        margin: 1rem .7rem  0;
    }
}
@media (min-width: 767px) {
    .event-wrap .event-content>li {
        width: 45.83333%;
        margin: 0 15px 30px;
    } 
    .user-list {
        width: 46%;
        margin: 3rem .7rem  0;
    } 
}
@media (min-width: 979px) {
    .event-wrap .event-content>li {
        width: 45%;
        margin: 0 0 30px 30px;
    }  
    .user-list {
        width: 46%;
        margin: 3rem .7rem  0;
    }
}

@media(min-width: 1024px) and (max-width: 1199px){

.event-wrap .event-content>li {
    width: 305px;
    margin: 0 10px 20px 10px;  
}
.event-content {
    padding: 20px 0;
    margin-left: -20px;
}
.user-list {
    width: 22%;
}
}

@media (min-width: 1200px) {
.event-wrap .event-content>li {
    margin: 0 15px 30px 15px;
    width: 350px;
}  
.event-content {
    padding: 20px 0;
}
.user-list {
    width: 22.5%;
}
}

@media (min-width: 1400px) {
.event-wrap .event-content>li {
    margin: 0 15px 30px 15px;
    width: 390px;
}
.event-content {
    padding: 20px ;
    margin: 0;
}
}

@media screen and (device-aspect-ratio: 16/9) {
.modal1.modal-large .modal1_inner {
    margin-top: -2.5rem;
    transform: scale(.8);
    overflow-y: auto;
}
}

@media not all and (min-resolution:.001dpcm){ @supports (-webkit-appearance:none) {
.modal1.modal-large {
    height: auto;
    max-height: 625px;
}
}
}
/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
 .p-0 {
    padding: 0 !important;
 }
.pl-0 {
    padding-left: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.pl-55 {
    padding-left: 30px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}