@keyframes ring {
    0% {
    }
    2.5%,
    5% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    7.5%,
    12.5%,
    17.5%,
    25% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    10%,
    15%,
    20% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    to {
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0.5rem rgba(85, 76, 222, 0.5);
    }
    25% {
        box-shadow: 0 0 0 1.5rem rgba(85, 76, 222, 0);
    }
}
.vue-form-generator * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vue-form-generator .form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vue-form-generator .form-control:not([class*=" col-"]) {
    width: 100%;
}

.vue-form-generator span.help {
    margin-left: 0.3em;
    position: relative;
}

.vue-form-generator span.help .icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAA+UlEQVQ4ja3TS0oDQRAG4C8+lq7ceICICoLGK7iXuNBbeAMJuPVOIm7cqmDiIncIggg+cMZFaqCnZyYKWtB0df31V1VXdfNH6S2wD9CP8xT3KH8T9BiTcE7XBMOfyBcogvCFO9ziLWwFRosyV+QxthNsA9dJkEYlvazsQdi3sBv6Ol6TBLX+HWT3fcQZ3vGM5fBLk+ynAU41m1biCXvhs4OPBDuBpa6GxF0P8YAj3GA1d1qJfdoS4DOIcIm1DK9x8iaWeDF/SP3QU6zRROpjLDFLsFlibx1jJaMkSIGrWKntvItcyTBKzCcybsvc9ZmYz3kz9Ooz/b98A8yvW13B3ch6AAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: 50%;
}

.vue-form-generator span.help .helpText {
    background-color: #444;
    bottom: 30px;
    color: #fff;
    display: block;
    left: 0;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    text-align: justify;
    width: 300px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

.vue-form-generator span.help .helpText a {
    font-weight: 700;
    text-decoration: underline;
}

.vue-form-generator span.help .helpText:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.vue-form-generator span.help:hover .helpText {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.vue-form-generator .field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.vue-form-generator .field-wrap .buttons {
    white-space: nowrap;
    margin-left: 4px;
}

.vue-form-generator .field-wrap button,
.vue-form-generator .field-wrap input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.vue-form-generator .field-wrap button:not(:last-child),
.vue-form-generator .field-wrap input[type="submit"]:not(:last-child) {
    margin-right: 4px;
}

.vue-form-generator .field-wrap button:hover,
.vue-form-generator .field-wrap input[type="submit"]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.vue-form-generator .field-wrap button:active,
.vue-form-generator .field-wrap input[type="submit"]:active {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.vue-form-generator .field-wrap button:disabled,
.vue-form-generator .field-wrap input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.vue-form-generator .hint {
    font-style: italic;
    font-size: 0.8em;
}

.form-group:not([class*=" col-"]) {
    width: 100%;
}

.form-group {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1rem;
}

.form-group label {
    font-weight: 400;
}

.form-group label > :first-child {
    display: inline-block;
}

.form-group.featured > label {
    font-weight: 700;
}

/* .form-group.required>label:after {
	content: "*";
	font-weight: 400;
	color: #CB0033;
	padding-left: .2em;
	font-size: 1em
} */

.form-group.disabled > label {
    color: #666;
    font-style: italic;
}

.form-group.error input:not([type="checkbox"]),
.form-group.error select,
.form-group.error textarea {
    border: 1px solid red;
    background-color: rgba(255, 0, 0, 0.15);
}

.form-group.error .errors {
    color: red;
    font-size: 0.8em;
}

.form-group.error .errors span {
    display: block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAiklEQVR4Xt2TMQoCQQxF3xdhu72MpZU3GU/meBFLOztPYrVWsQmEWSaMsIXgK8P8RyYkMjO2sAN+K9gTIAmDAlzoUzE7p4IFytvDCQWJKSStYB2efcAvqZFM0BcstMx5naSDYFzfLhh/4SmRM+6Agw/xIX0tKEDFufeDNRUc4XqLRz3qabVIf3BMHwl6Ktexn3nmAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    padding-left: 17px;
    padding-top: 0;
    margin-top: 0.2em;
    font-weight: 600;
}

.vue-form-generator .field-checkbox input {
    margin-left: 12px;
}

.vue-form-generator .field-checklist .dropList,
.vue-form-generator .field-checklist .listbox {
    height: auto;
    max-height: 150px;
    overflow: auto;
}

.vue-form-generator .field-checklist .dropList .list-row label,
.vue-form-generator .field-checklist .listbox .list-row label {
    font-weight: 400;
}

.vue-form-generator .field-checklist .dropList .list-row input,
.vue-form-generator .field-checklist .listbox .list-row input {
    margin-right: 0.3em;
}

.vue-form-generator .field-checklist .combobox {
    height: auto;
    overflow: hidden;
}

.vue-form-generator .field-checklist .combobox .mainRow {
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

.vue-form-generator .field-checklist .combobox .mainRow .arrow {
    position: absolute;
    right: -9px;
    top: 3px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzjsOwjAURNGDUqSgTxU5K2AVrJtswjUsgHSR0qdxAZZFPrS+3ZvRzBsqf9MUtBtazJk+oMe0VTriiZCFX8nbpENMgfARjsn74vKj5IFruhfc8d6zIF9S/Hyk5HS4spMVeFcOjszaOwMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
}

.vue-form-generator .field-checklist .combobox .mainRow.expanded .arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.vue-form-generator .field-checklist .combobox .dropList {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.vue-form-generator .field-input .wrapper,
.vue-form-generator .field-input input[type="radio"] {
    width: 100%;
}

.vue-form-generator .field-input input[type="color"] {
    width: 60px;
}

.vue-form-generator .field-input input[type="range"] {
    padding: 0;
}

.vue-form-generator .field-label span {
    display: block;
    width: 100%;
    margin-left: 12px;
}

.vue-form-generator .field-radios .radio-list label {
    display: block;
}

.vue-form-generator .field-radios .radio-list label input[type="radio"] {
    margin-right: 5px;
}

.vue-form-generator .field-submit input {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.vue-form-generator .field-input .wrapper {
    width: 100%;
}

.vue-form-generator .field-input .helper {
    margin: auto 0.5em;
}

.vue-form-generator .field-image .wrapper {
    width: 100%;
}

.vue-form-generator .field-image .preview {
    position: relative;
    margin-top: 5px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.vue-form-generator .field-image .preview .remove {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXUlEQVR42u2SwQoAIAhD88vVLy8KBlaS0i1oJwP3piGVg0Skmpq8HjqZrWl9uwCbGAmwKYGZs/6iqgMyAdJuM8W2QmYKpLt/0AG9ASCv/oAnANd3AEjmAlFT1BypAV+PnRH5YehvAAAAAElFTkSuQmCC");
    width: 16px;
    height: 16px;
    font-size: 1.2em;
    position: absolute;
    right: 0.2em;
    bottom: 0.2em;
    opacity: 0.7;
}

.vue-form-generator .field-image .preview .remove:hover {
    opacity: 1;
    cursor: pointer;
}

.vue-form-generator .field-noUiSlider .field-wrap {
    display: block;
}

.vue-form-generator .field-noUiSlider .contain-pips {
    margin-bottom: 30px;
}

.vue-form-generator .field-noUiSlider .contain-tooltip {
    margin-top: 30px;
}

.vue-form-generator .field-noUiSlider .noUi-vertical {
    height: 200px;
    margin: 10px 0;
}

.vue-form-generator .field-rangeSlider .irs {
    width: 100%;
}

.vue-form-generator .field-selectEx .bootstrap-select .dropdown-menu li.selected .text {
    font-weight: 700;
}

.vue-form-generator .field-staticMap img {
    display: block;
    width: auto;
    max-width: 100%;
}

.vue-form-generator .field-switch .field-wrap label {
    position: relative;
    display: block;
    width: 120px;
    height: 30px;
    padding: 0;
    margin: 0 10px 10px 0;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -1px #fff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.vue-form-generator .field-switch input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.vue-form-generator .field-switch .label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.vue-form-generator .field-switch .label:after,
.vue-form-generator .field-switch .label:before {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    -webkit-transition: inherit;
    transition: inherit;
}

.vue-form-generator .field-switch .label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
}

.vue-form-generator .field-switch .label:after {
    content: attr(data-on);
    left: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.vue-form-generator .field-switch input:checked ~ .label {
    background: #e1b42b;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.vue-form-generator .field-switch input:checked ~ .label:before {
    opacity: 0;
}

.vue-form-generator .field-switch input:checked ~ .label:after {
    opacity: 1;
}

.vue-form-generator .field-switch .handle {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#f0f0f0));
    background: linear-gradient(180deg, #fff 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
    border-radius: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.vue-form-generator .field-switch .handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: linear-gradient(180deg, #eee, #fff);
    background-image: -webkit-linear-gradient(top, #eee, #fff);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.vue-form-generator .field-switch input:checked ~ .handle {
    left: 91px;
    left: calc(100% - 29px);
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.vue-form-generator .field-switch .handle,
.vue-form-generator .field-switch .label {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body,
html {
    height: 100%;
}

body {
    font-size: 0.9375vw;
    line-height: 1.66667;
    font-weight: 400;
    letter-spacing: 0.03em;
    overflow-x: hidden;
    font-family: Montserrat, -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fef9f5;
}

@media (max-width: 767px) {
    body {
        font-size: 5vw;
        line-height: 1.625;
    }
}

*,
:after,
:before {
    box-sizing: inherit;
}

:focus {
    outline: none;
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s;
    cursor: pointer;
}

@media (min-width: 1200px) {
    a:not([class]):hover,
    button:not([class]):hover {
        opacity: 0.7;
    }
}

button:focus {
    outline: 0;
}

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

iframe,
img {
    vertical-align: middle;
}

::selection {
    color: #fff;
    background-color: #000;
}

button,
input,
select,
textarea {
    border-radius: 0;
    line-height: inherit;
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

input {
    border: 0;
    border-radius: 0;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #000;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@media screen {
    html:not(.no-js) [data-aos^="fade"][data-aos^="fade"] {
        opacity: 0;
        transition-property: opacity, transform;
    }

    html:not(.no-js) [data-aos^="fade"][data-aos^="fade"].-aos-active {
        opacity: 1;
        -ms-transform: none;
        transform: none;
    }

    html:not(.no-js) [data-aos="fade-up"] {
        transform: translate3d(0, 40px, 0);
    }

    html:not(.no-js) [data-aos="fade-down"] {
        transform: translate3d(0, -40px, 0);
    }

    html:not(.no-js) [data-aos="fade-right"] {
        transform: translate3d(-40px, 0, 0);
    }

    html:not(.no-js) [data-aos="fade-left"] {
        transform: translate3d(40px, 0, 0);
    }

    html:not(.no-js) [data-aos="fade-left-small"] {
        transform: translate3d(20px, 0, 0);
    }

    html:not(.no-js) [data-aos="fade-up-right"] {
        transform: translate3d(-40px, 40px, 0);
    }

    html:not(.no-js) [data-aos="fade-up-left"] {
        transform: translate3d(40px, 40px, 0);
    }

    html:not(.no-js) [data-aos="fade-down-right"] {
        transform: translate3d(-40px, -40px, 0);
    }

    html:not(.no-js) [data-aos="fade-down-left"] {
        transform: translate3d(40px, -40px, 0);
    }
}

[data-aos] {
    pointer-events: none;
}

[data-aos].-aos-active {
    pointer-events: auto;
}

[data-aos][data-aos][data-aos-loading-delay="0"] {
    transition-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

[data-aos][data-aos][data-aos-loading-delay="0"].-aos-init {
    transition-delay: 0.8s !important;
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].-aos-active,
body[data-aos-delay="50"] [data-aos].-aos-active {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].-aos-active,
body[data-aos-delay="100"] [data-aos].-aos-active {
    transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].-aos-active,
body[data-aos-delay="150"] [data-aos].-aos-active {
    transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].-aos-active,
body[data-aos-delay="200"] [data-aos].-aos-active {
    transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].-aos-active,
body[data-aos-delay="250"] [data-aos].-aos-active {
    transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].-aos-active,
body[data-aos-delay="300"] [data-aos].-aos-active {
    transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].-aos-active,
body[data-aos-delay="350"] [data-aos].-aos-active {
    transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].-aos-active,
body[data-aos-delay="400"] [data-aos].-aos-active {
    transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].-aos-active,
body[data-aos-delay="450"] [data-aos].-aos-active {
    transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].-aos-active,
body[data-aos-delay="500"] [data-aos].-aos-active {
    transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].-aos-active,
body[data-aos-delay="550"] [data-aos].-aos-active {
    transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].-aos-active,
body[data-aos-delay="600"] [data-aos].-aos-active {
    transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].-aos-active,
body[data-aos-delay="650"] [data-aos].-aos-active {
    transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].-aos-active,
body[data-aos-delay="700"] [data-aos].-aos-active {
    transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].-aos-active,
body[data-aos-delay="750"] [data-aos].-aos-active {
    transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].-aos-active,
body[data-aos-delay="800"] [data-aos].-aos-active {
    transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].-aos-active,
body[data-aos-delay="850"] [data-aos].-aos-active {
    transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].-aos-active,
body[data-aos-delay="900"] [data-aos].-aos-active {
    transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].-aos-active,
body[data-aos-delay="950"] [data-aos].-aos-active {
    transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].-aos-active,
body[data-aos-delay="1000"] [data-aos].-aos-active {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].-aos-active,
body[data-aos-delay="1050"] [data-aos].-aos-active {
    transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].-aos-active,
body[data-aos-delay="1100"] [data-aos].-aos-active {
    transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].-aos-active,
body[data-aos-delay="1150"] [data-aos].-aos-active {
    transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].-aos-active,
body[data-aos-delay="1200"] [data-aos].-aos-active {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].-aos-active,
body[data-aos-delay="1250"] [data-aos].-aos-active {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].-aos-active,
body[data-aos-delay="1300"] [data-aos].-aos-active {
    transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].-aos-active,
body[data-aos-delay="1350"] [data-aos].-aos-active {
    transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].-aos-active,
body[data-aos-delay="1400"] [data-aos].-aos-active {
    transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].-aos-active,
body[data-aos-delay="1450"] [data-aos].-aos-active {
    transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].-aos-active,
body[data-aos-delay="1500"] [data-aos].-aos-active {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-easing="default"],
body[data-aos-easing="default"] [data-aos] {
    transition-timing-function: ease-out;
}

.swiper-container {
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    width: 27px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: 44px;
    height: var(--swiper-navigation-size);
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    transition: opacity 0.3s;
    transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
    z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
    z-index: 50;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    width: 42px;
    height: 42px;
    border-left: 4px solid var(--swiper-theme-color);
    border-bottom: 4px solid var(--swiper-theme-color);
    border-right: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    z-index: 10;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1000;
    pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fade-enter {
    opacity: 0;
}

.fade-enter-active {
    transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.fade-enter-to,
.fade-leave {
    opacity: 1;
}

.fade-leave-active {
    transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.fade-leave-to {
    opacity: 0;
}

.sitemap-fade-enter {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.sitemap-fade-enter-active {
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.sitemap-fade-enter-to,
.sitemap-fade-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sitemap-fade-leave-active {
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.sitemap-fade-leave-to {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
}

.container,
.container.-grid {
    padding-right: 6vw;
    padding-left: 6vw;
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    .container,
    .container.-grid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 80%;
    }

    .container.-grid {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (min-width: 1920px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 80%;
    }

    .container.-grid {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.editor h3 {
    margin: 20px auto;
    font-weight: 900;
}

.editor p {
    margin: 20px auto;
    width: 100%;
    text-align: left;
}

.editor p + img,
.editor p + p {
    margin-top: 20px;
}

.editor b,
.editor strong {
    font-weight: 900;
}

.editor em {
    font-style: italic;
}

.editor img {
    display: block !important;
    margin: 20px auto;
    width: 100%;
    height: auto;
}

.editor a {
    font-weight: 900;
    text-decoration: underline;
    color: inherit;
}

.editor :first-child {
    margin-top: 0 !important;
}

.editor :last-child {
    margin-bottom: 0 !important;
}

.editor * :first-child {
    margin-top: 0 !important;
}

.editor * :last-child {
    margin-bottom: 0 !important;
}

.hidden-seo-title {
    position: absolute;
    left: -9999px;
}

.pic {
    position: relative;
}

.pic img {
    display: block;
    max-width: 100%;
}

#wrapper {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}

#wrapper main {
    position: relative;
    padding-top: 10.67708vw;
    z-index: 1;
    flex: 1 0 auto;
}

@media (max-width: 1199px) {
    #wrapper main {
        padding-top: 10.67708vw;
    }
}

@media (max-width: 767px) {
    #wrapper main {
        padding-top: 25vw;
    }
}

.contact-hand-btn {
    position: relative;
    display: block;
    width: 8.17708vw;
    height: 8.17708vw;
    background: #d8504f;
    border-radius: 50%;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
    .contact-hand-btn {
        width: 32.1875vw;
        height: 32.1875vw;
    }
}

.-pc .contact-hand-btn:hover .contact-hand-btn__hand.-hover {
    opacity: 1;
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1), transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .contact-hand-btn:hover .contact-hand-btn__hand.-no-hover {
    opacity: 0;
}

.-pc .contact-hand-btn:hover .contact-hand-btn__center {
    -ms-transform: none !important;
    transform: none !important;
}

.contact-hand-btn__center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-hand-btn__hand {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
    transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.contact-hand-btn__hand.-hover {
    opacity: 0;
    z-index: 1;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: opacity 0.3s cubic-bezier(0.7, 0, 0.3, 1), transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

.contact-hand-btn__text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 89.17197%;
    transform: rotate(-90deg);
}

.contact-hand-btn__text.-purple,
.index-service .contact-hand-btn__text.-normal {
    display: none;
}

.index-service .contact-hand-btn__text.-purple {
    display: block;
}

.form-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    padding-top: 0.83333vw;
    padding-bottom: 0.83333vw;
    min-width: 12.5vw;
    font-size: 0.9375vw;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    background: #cb0033;
    border: 0;
    border-radius: 1.30208vw;
    outline: none;
    box-shadow: none;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (min-width: 768px) {
    .form-submit-btn {
        max-height: 2.60417vw;
    }
}

@media (max-width: 767px) {
    .form-submit-btn {
        padding: 0;
        width: 100%;
        height: 50px;
        font-size: 18px;
        border-radius: 25px;
    }
}

.form-submit-btn__text {
    position: relative;
    margin-right: 0.625vw;
    margin-left: 0.625vw;
    z-index: 1;
}

@media (max-width: 767px) {
    .form-submit-btn__text {
        margin-right: 12px;
        margin-left: 12px;
    }
}

.-pc .form-submit-btn:hover:not(.news-single__back) .form-submit-btn__img {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.form-submit-btn__img {
    position: relative;
    width: auto;
    height: 0.9375vw;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 767px) {
    .form-submit-btn__img {
        height: 18px;
    }
}

.form-submit-btn__img.-radius {
    height: 1.82292vw;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .form-submit-btn__img.-radius {
        height: 35px;
    }
}

.form-submit-box {
    padding-top: 1.09375vw;
    padding-bottom: 2.60417vw;
    text-align: right;
}

@media (max-width: 767px) {
    .form-submit-box {
        padding-top: 42px;
        padding-bottom: 55px;
    }
}

.global-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1023px) {
    .global-pagination {
        justify-content: center;
    }
}

.global-pagination__next,
.global-pagination__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 767px) {
    .global-pagination__next,
    .global-pagination__prev {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .global-pagination__next,
    .global-pagination__prev {
        transition: border 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .global-pagination__next:hover,
    .global-pagination__prev:hover {
        border: 2px solid #cb0033;
    }
}

.global-pagination__next.new-icon:before,
.global-pagination__prev.new-icon:before {
    font-weight: 700 !important;
}

.global-pagination__next {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .global-pagination__next {
        margin-left: 2px;
    }
}

.global-pagination__prev {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .global-pagination__prev {
        margin-right: 2px;
    }
}

.global-pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    color: #000;
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid #cbcbcb;
    border-radius: 50%;
    opacity: 1 !important;
    cursor: pointer;
}

@media (max-width: 767px) {
    .global-pagination__link {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .global-pagination__link {
        transition: border 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .global-pagination__link:hover {
        border: 2px solid #cb0033;
    }
}

.global-pagination__link.-current,
.global-pagination__link.swiper-pagination-bullet-active {
    border: 2px solid #cb0033;
}

.global-pagination__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.global-pagination__dot-inner,
.global-pagination__dot:after,
.global-pagination__dot:before {
    content: "";
    display: block;
    margin: 0 1px;
    width: 2px;
    height: 2px;
    background: #000;
    border-radius: 50%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    10% {
        background-position: 80% 50%;
    }

    20% {
        background-position: 100% 50%;
    }

    80% {
        background-position: 50% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }

    10% {
        background-position: 80% 50%;
    }

    20% {
        background-position: 100% 50%;
    }

    80% {
        background-position: 50% 50%;
    }

    to {
        background-position: 0 50%;
    }
}

.btn-hover {
    position: relative;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
    overflow: hidden;
}

.-pc .btn-hover {
    transition: letter-spacing 0.4s cubic-bezier(0.7, 0, 0.3, 1) !important;
}

.-pc .btn-hover:hover {
    letter-spacing: 0.2em;
}

.-pc .btn-hover:hover:after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.btn-hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f45959, #d94a3f 16%, #e24b4b 31%);
    background-size: 400% 400%;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: Gradient 3s linear infinite;
    animation: Gradient 3s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.apro-dot-btn {
    position: relative;
    overflow: hidden;
    height: 3.64583vw;
    font-size: 1.35417vw;
    font-weight: medium;
    font-weight: 500;
    color: #fff;
    background: #cb0033;
    border-radius: 1.82292vw;
    transition: color 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .apro-dot-btn {
        height: 12.1875vw;
        font-size: 4.625vw;
        border-radius: 8.59375vw;
    }
}

.apro-dot-btn.-contact {
    display: inline-block;
}

@media (max-width: 767px) {
    .apro-dot-btn.-contact {
        display: none;
    }
}

.apro-dot-btn.-contact:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.875vw;
    display: none;
    margin: auto;
    width: 0.625vw;
    height: 0.625vw;
    background: currentColor;
    border-radius: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .apro-dot-btn.-contact:before {
        right: 26.25vw;
        width: 2.5vw;
        height: 2.5vw;
    }
}

.apro-dot-btn__text {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 1.82292vw;
    padding-left: 1.82292vw;
    height: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
    .apro-dot-btn__text {
        padding-right: 26.5625vw;
        padding-left: 26.5625vw;
    }

    .-long .apro-dot-btn__text {
        padding-right: 15.625vw;
        padding-left: 15.625vw;
    }
}

.-contact .apro-dot-btn__text {
    /*padding-right:3.85417vw;*/
    padding-right: 1.82292vw;
    padding-left: 1.82292vw;
}

@media (max-width: 767px) {
    .-contact .apro-dot-btn__text {
        padding-right: 34.375vw;
        padding-left: 26.5625vw;
    }
}

.apro-dot-btn__text-small {
    margin-right: 1.14583vw;
    font-size: 0.83333vw;
}

.apro-dot-btn__text-big {
    font-size: 2.1875vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.scroll-down {
    z-index: 900;
    position: fixed;
    bottom: 3.64583vw;
    right: 4.01042vw;
    width: 7px;
    height: 102px;
}

.scroll-down:after,
.scroll-down:before {
    content: "";
    position: absolute;
    background: rgba(110, 108, 109, 0.3);
}

.scroll-down:after {
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}

@-webkit-keyframes scroll-down-ball {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(102px);
    }

    70% {
        transform: translateY(102px);
    }

    85% {
        transform: translateY(0);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes scroll-down-ball {
    0% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(102px);
    }

    70% {
        transform: translateY(102px);
    }

    85% {
        transform: translateY(0);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes dotTrail {
    10% {
        transform: translateZ(0) scale(0.8);
    }

    90% {
        transform: translate3d(0, 102px, 0) scale(1);
    }

    to {
        transform: translate3d(0, 102px, 0) scale(1);
    }
}

@keyframes dotTrail {
    10% {
        transform: translateZ(0) scale(0.8);
    }

    90% {
        transform: translate3d(0, 102px, 0) scale(1);
    }

    to {
        transform: translate3d(0, 102px, 0) scale(1);
    }
}

.scroll-down:before {
    top: -3.5px;
    width: 7px;
    height: 7px;
    background-color: #000;
    border-radius: 50%;
    transform: translateZ(0) scale(0.8);
    -webkit-animation: dotTrail 1.7s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
    animation: dotTrail 1.7s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
}

.scrollactive {
    position: fixed;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.80208vw;
    right: 47px;
    width: auto;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 767px) {
    .scrollactive {
        display: none;
    }
}

.scrollactive-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.-pc .scrollactive-item .scrollactive-item__line,
.-pc .scrollactive-item .scrollactive-item__text {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .scrollactive-item:hover .scrollactive-item__line,
.-pc .scrollactive-item:hover .scrollactive-item__text {
    opacity: 1;
}

.scrollactive-item__img {
    margin-top: 6.5px;
    width: 18px;
    margin-bottom: 6.5px;
    pointer-events: auto;
}

.scrollactive-item__dot {
    margin-right: 6px;
    margin-left: 6px;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    pointer-events: auto;
}

.scrollactive-item__dot:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.active .scrollactive-item__dot:before {
    background: #000;
}

.scrollactive-item__line {
    margin-right: 17px;
    margin-left: 17px;
    width: 26px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.scrollactive-item__line:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.scrollactive-item__text {
    position: relative;
    font-size: 18px;
    opacity: 0;
    line-height: 1;
    pointer-events: none;
}

.breadcrumb {
    position: fixed;
    bottom: calc(3.64583vw + 137px);
    bottom: 230px;
    right: 2.5vw;
    right: 47px;
    width: 16px;
    z-index: 5;
    letter-spacing: normal;
}

@media (max-width: 1199px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb__link {
    display: block;
    font-size: 16px;
    color: #151515;
    line-height: 1.05;
}

.breadcrumb__link:nth-child(n + 3) {
    display: none;
}

.breadcrumb__link:not(:first-child):before {
    content: "";
    display: block;
    margin: 12px auto;
    width: 6px;
    height: 6px;
    background: #151515;
    border-radius: 50%;
}

.breadcrumb__link:first-child {
    color: #4c4c4c;
}

.main-footer {
    position: relative;
    overflow: hidden;
    padding: 7.8125vw 0 3.64583vw;
    color: #fff;
    background: #292325;
    z-index: 3;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .main-footer {
        padding: 15.625vw 0 21.875vw;
    }
}

.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* .main-footer__bg:after,
.main-footer__bg:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 200%;
	background: radial-gradient(circle, rgba(203, 0, 51, 0.5) 0%, 
    rgba(208, 43, 61, 0.6) 30%, 
    rgba(212, 58, 73, 0.6) 60%, 
    rgba(221, 68, 82, 0.3) 80%, 
    rgba(221, 68, 82, 0.1) 100%)
} */

.main-footer__bg:after {
    left: 0;
}

.main-footer .container {
    position: relative;
    z-index: 1;
}

.main-footer__logo {
    display: block;
    width: 20vw;
}

@media (max-width: 767px) {
    .main-footer__logo {
        width: 53.4375vw;
        margin-bottom: 11.25vw;
    }
}

.main-footer__logo-img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .main-footer__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 2.60417vw;
        border-bottom: 1px solid #717171;
    }
}

@media (min-width: 768px) {
    .main-footer__nav {
        display: flex;
        margin-right: -2.60417vw;
    }
}

.main-footer__nav-link {
    position: relative;
    display: block;
}

.-pc .main-footer__nav-link {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .main-footer__nav-link:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .main-footer__nav-link {
        display: flex;
        align-items: center;
        height: 13.125vw;
        border-bottom: 1px solid #717171;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .main-footer__nav-link {
        padding-right: 2.60417vw;
        padding-left: 2.60417vw;
    }
}

.main-footer__nav-link:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 1px;
    height: 0.88542vw;
    background: #717171;
}

@media (min-width: 768px) {
    .main-footer__bottom {
        display: flex;
        justify-content: space-between;
        padding-top: 2.60417vw;
    }
}

@media (min-width: 768px) {
    .main-footer__bottom-right {
        display: flex;
        align-items: flex-end;
    }
}

.main-footer__email {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 4.58333vw;
    padding: 1.82292vw 0;
    font-size: 1.14583vw;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .main-footer__email {
        margin-right: 0;
        padding: 7.5vw 0;
        max-width: 100vw;
        font-size: 5.9375vw;
    }
}

.-pc .main-footer__email .main-footer__email-icon,
.-pc .main-footer__email:after {
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .main-footer__email:after {
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.-pc .main-footer__email:hover .main-footer__email-icon {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.-pc .main-footer__email:hover:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-footer__email:after,
.main-footer__email:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(0deg, #0fd850, #f9f047);
}

.main-footer__email:after {
    z-index: 1;
    background-image: linear-gradient(90deg, #0fd850, #f9f047);
}

@media (min-width: 768px) {
    .main-footer__email-text {
        margin-right: 7.29167vw;
    }
}

.main-footer__email-icon {
    width: 2.5vw;
}

@media (max-width: 767px) {
    .main-footer__email-icon {
        width: 10vw;
    }
}

.main-footer__social-media {
    margin-bottom: -0.58594vw;
}

@media (max-width: 767px) {
    .main-footer__social-media {
        display: flex;
        margin-left: -3.51562vw;
        padding-top: 12.5vw;
        margin-bottom: 0;
    }
}

.main-footer__social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.52083vw 0 0;
    width: 2.34375vw;
    height: 2.34375vw;
    font-size: 1.30208vw;
}

.-pc .main-footer__social-media-link {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .main-footer__social-media-link:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .main-footer__social-media-link {
        margin-right: 1.5625vw;
        width: 14.0625vw;
        height: 14.0625vw;
        font-size: 6.25vw;
    }
}

.main-footer__name {
    padding-bottom: 2.60417vw;
    line-height: 1;
}

@media (max-width: 767px) {
    .main-footer__name {
        padding-top: 10.3125vw;
        padding-bottom: 10.9375vw;
        font-size: 5.625vw;
    }
}

.main-footer__info {
    font-size: 0.83333vw;
    font-weight: 400;
}

@media (max-width: 767px) {
    .main-footer__info {
        padding-bottom: 8.125vw;
        font-size: 4.375vw;
    }
}

.main-footer__info-single {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .main-footer__info-single br {
        display: none;
    }
}

.main-footer__info-single-label {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .main-footer__info-single-label {
        margin-right: 3.125vw;
    }
}

.main-footer__info-single:not(:last-child) {
    padding-bottom: 0.83333vw;
}

@media (max-width: 767px) {
    .main-footer__info-single:not(:last-child) {
        padding-bottom: 5vw;
    }
}

.main-footer__copyright {
    padding-top: 9.375vw;
}

@media (min-width: 768px) {
    .main-footer__copyright {
        display: flex;
        align-items: center;
        padding-top: 2.60417vw;
    }
}

.main-footer__copyright-single {
    padding-right: 2.86458vw;
    font-size: 0.67708vw;
    color: #717171;
    line-height: 1;
}

@media (max-width: 767px) {
    .main-footer__copyright-single {
        padding-right: 0;
        font-size: 4.0625vw;
    }

    .main-footer__copyright-single:not(:last-child) {
        padding-bottom: 4.375vw;
    }
}

.main-header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-right: 4.16667vw;
    padding-left: 4.16667vw;
    width: 100%;
    height: 10.67708vw;
}

@media (max-width: 767px) {
    .main-header {
        position: fixed;
        padding-right: 5.5vw;
        padding-left: 2.5vw;
        height: 25vw;
        background: #fff;
        border-bottom: 1px solid #dfdede;
    }
}

.main-header.-small {
    position: fixed;
    height: 5.46875vw;
    background: #fff;
}

.main-header.-small.-menu-open {
    border-bottom: 0;
}

.main-header__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.main-header__left,
.main-header__right {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 768px) {
    .main-header__left {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .main-header__left {
        justify-content: space-between;
        width: 60%;
    }
}

@media (max-width: 767px) {
    .main-header__right {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 5.31401vw;
        background: #fff;
        transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transform: translateX(100%);
        transform: translateX(150%);
    }

    .main-header__right.-down {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.main-header__right-moblie {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    display: none;
}
@media (max-width: 767px) {
    .main-header__right-moblie {
        display: flex;
    }
}

.main-header__right-moblie .btn_contact {
    padding: 3px 18px;
    border-radius: 25px;
    background-color: #cb0033;
    color: #fff;
    display: flex;
    white-space: nowrap;
}
.main-header__right-moblie .btn_icon-tel {
    font-size: 12px;
    color: #fff;
}
.main-header__right-moblie .btn_icon-tel::before {
    content: "\f108";
    font-family: MyIcons;
}
.main-header__right-moblie p {
    margin-left: 2vw;
    font-size: 12px;
}
.main-header__right-moblie a {
    font-size: 18px;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
}

.main-header__logo {
    display: block;
    margin-left: 9.01042vw;
    width: 14.01042vw;
    position: relative;
}

@media (max-width: 767px) {
    .main-header__logo {
        width: 40vw;
        margin-left: 0;
        left: 50%;
    }
}

@media (min-width: 768px) {
    .-small .main-header__logo {
        margin-right: 20.39583vw;
        margin-left: 0;
        width: 9.16667vw;
    }
}

.main-header__logo-img {
    width: 100%;
    height: auto;
    transform: scale(1.5);
    transition: all 0.5s;
}

.main-header__link {
    display: flex;
    align-items: center;
    padding-right: 1.04167vw;
    padding-left: 1.04167vw;
    height: 100%;
    font-size: 1.04167vw;
    font-weight: 500;
    white-space: nowrap;
    color: #1f1d1d;
    letter-spacing: 0.05em;
}

.-pc .main-header__link {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .main-header__link:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .main-header__link {
        display: none;
    }
}

.main-header__contact {
    color: #f8f8f8;
    line-height: 1;
}

@media (min-width: 768px) {
    .main-header__contact {
        /* margin-top: 1.04167vw; */
        margin-right: 2.5vw;
        padding: 0.78125vw 2.08333vw;
        font-size: 0.9375vw;
        font-weight: 500;
        border-radius: 1.30208vw;
        background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b);
        letter-spacing: 0.1em;
    }

    .-small .main-header__contact {
        margin-top: 0.52083vw;
        font-size: 0.72917vw;
    }
}

@media (max-width: 767px) {
    .main-header__contact {
        margin: 0 1.5625vw 0 1.5625vw;
        font-size: 7.8125vw;
        color: #cb0033;
    }
}

.main-header__contact-text {
    position: relative;
    z-index: 1;
}

.-pc .main-header__tel {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .main-header__tel:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .main-header__tel {
        color: #cb0033;
    }
}

.main-header__tel-link {
    padding-bottom: 0.36458vw;
    font-size: 1.875vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1;
    border-bottom: 0.15625vw solid #000;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .main-header__tel-link {
        padding-bottom: 1.875vw;
        font-size: 6.875vw;
        border-bottom: 1px solid #cb0033;
    }
}

.-small .main-header__tel-link {
    padding-bottom: 0.26042vw;
    font-size: 1.45833vw;
}

.main-header__tel-text {
    padding-top: 0.67708vw;
    padding-bottom: 0.52083vw;
    font-size: 0.83333vw;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 767px) {
    .main-header__tel-text {
        padding-top: 2.1875vw;
        padding-bottom: 0;
        font-size: 4.375vw;
    }
}

.-small .main-header__tel-text {
    padding-top: 0.41667vw;
    font-size: 0.67708vw;
}

.main-header__hamburger {
    width: 2.34375vw;
    cursor: pointer;
}

@media (max-width: 767px) {
    .main-header__hamburger {
        width: 8.4375vw;
    }
}

.-small .main-header__hamburger {
    width: 2.08333vw;
}

.main-header__hamburger-icon {
    display: block;
    margin: auto;
    width: 90%;
    height: auto;
}

.main-header__hamburger-box {
    margin: auto;
    width: 2.34375vw;
}

@media (max-width: 767px) {
    .main-header__hamburger-box {
        width: 8.4375vw;
    }
}

.-small .main-header__hamburger-box {
    width: 2.08333vw;
}

.main-header__hamburger-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.52083vw;
    font-size: 0.625vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 767px) {
    .main-header__hamburger-text {
        padding-top: 2.5vw;
        font-size: 3.75vw;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 1199px) {
}

.fixed-copyright {
    top: 0;
    left: 4.63542vw;
    height: 100%;
    font-size: 0.625vw;
    font-weight: 400;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    pointer-events: none;
    line-height: 1;
}

.fixed-message,
.fixed-tel {
    bottom: 3.64583vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.76042vw;
    height: 2.76042vw;
    font-size: 1.30208vw;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.fixed-tel {
    background: #5f0a22;
}

.fixed-tel-img {
    width: 1.30208vw;
}

.fixed-message {
    background: #ff2765;
}

.fixed-message-img {
    width: 1.5625vw;
}

.fixed-copyright,
.fixed-message,
.fixed-tel {
    z-index: 995;
    position: fixed;
    left: 3.54167vw;
}

@media (max-width: 1199px) {
    .fixed-copyright,
    .fixed-message,
    .fixed-tel {
        display: none;
    }
}

.fixed-bottom-contact {
    z-index: 995;
    position: fixed;
    bottom: 4.375vw;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 91.25vw;
    height: 23.4375vw;
    white-space: nowrap;
    color: #fff;
    background: #cb0033;
    border-radius: 3.125vw;
    display: none;
}

@media (min-width: 768px) {
    .fixed-bottom-contact {
        display: none;
    }
}

.fixed-bottom-contact__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5vw;
    width: 14.0625vw;
    height: 14.0625vw;
    font-size: 6.875vw;
    color: #cb0033;
    background: #fff;
    border-radius: 50%;
}

.fixed-bottom-contact__tel-number {
    position: relative;
    padding-bottom: 2.1875vw;
    font-size: 8.125vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 3.125vw;
}

.fixed-bottom-contact__tel-number:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1.5px;
}

.fixed-bottom-contact__tel-text {
    font-size: 4.4vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}

.nav {
    position: relative;
    width: 64px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    outline: none;
    transition: transform 0.5s ease;
    -ms-transform: scale(0.55) translateY(-12px);
    transform: scale(0.55) translateY(-12px);
}

@media (max-width: 1199px) {
    .nav {
        -ms-transform: scale(0.4) translateY(-12px);
        transform: scale(0.4) translateY(-12px);
    }
}

@media (max-width: 767px) {
    .nav {
        -ms-transform: scale(0.55) translateY(-12px);
        transform: scale(0.55) translateY(-12px);
    }
}

.nav-outer {
    position: absolute;
    top: 50%;
    transition: transform 0.5s ease;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) and (min-width: 768px) {
    .nav-outer {
        -ms-transform: translateY(-50%) translateY(-3px);
        transform: translateY(-50%) translateY(-3px);
    }
}

.nav-outer.-open {
    -ms-transform: translateY(-50%) translateY(-4px);
    transform: translateY(-50%) translateY(-4px);
}

.nav__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -18px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition: transform 0.5s ease;
    text-transform: uppercase;
    line-height: 1;
}

@media (max-width: 1199px) {
    .nav__text {
        margin-top: -22px;
    }
}

@media (max-width: 767px) {
    .nav__text {
        margin-top: -18px;
    }
}

.nav__text.-open {
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.nav__span {
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.nav__span:first-child {
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    z-index: 1;
    -webkit-animation: span1_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) normal;
    animation: span1_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) normal;
}

.-open .nav__span:first-child {
    -webkit-animation: span1 1.8s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    animation: span1 1.8s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.nav:hover .nav__span:first-child {
    -ms-transform: translateY(-7px) scale(1.5);
    transform: translateY(-7px) scale(1.5);
}

@-webkit-keyframes span1 {
    0% {
        transform: translate(3px, -7px) scale(1.3);
    }

    35% {
        transform: translate(3px, 54px) scale(1.3);
    }

    55% {
        transform: translate(-63px, 54px) scale(1.3);
    }

    75% {
        transform: translate(-63px, -7px) scale(1.3);
    }

    to {
        transform: translate(3px, -7px) scale(1.3);
    }
}

@keyframes span1 {
    0% {
        transform: translate(3px, -7px) scale(1.3);
    }

    35% {
        transform: translate(3px, 54px) scale(1.3);
    }

    55% {
        transform: translate(-63px, 54px) scale(1.3);
    }

    75% {
        transform: translate(-63px, -7px) scale(1.3);
    }

    to {
        transform: translate(3px, -7px) scale(1.3);
    }
}

@-webkit-keyframes span1_close {
    0% {
        transform: translate(-63px, 7px);
    }

    to {
        transform: translate(0, 0);
    }
}

@keyframes span1_close {
    0% {
        transform: translate(-63px, 7px);
    }

    to {
        transform: translate(0, 0);
    }
}

.nav__span:nth-child(2) {
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    -webkit-animation: span2_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    animation: span2_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
}

.-open .nav__span:nth-child(2) {
    -webkit-animation: span2 1s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    animation: span2 1s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes span2_close {
    0% {
        transform: translate(0, 23px) rotate(45deg);
        width: 100%;
    }

    to {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes span2_close {
    0% {
        transform: translate(0, 23px) rotate(45deg);
        width: 100%;
    }

    to {
        transform: translate(0, 0) rotate(0deg);
    }
}

@-webkit-keyframes span2 {
    10% {
        transform: translateX(0) rotate(0deg);
        width: 100%;
    }

    35% {
        transform: translate(-28px, 23px) rotate(90deg);
        width: 94%;
    }

    50% {
        transform: translate(0, 23px) rotate(90deg);
    }

    55% {
        transform: translate(5px, 23px) rotate(100deg);
    }

    60% {
        transform: translate(-2px, 23px) rotate(85deg);
    }

    65% {
        transform: translate(0, 23px) rotate(90deg);
    }

    to {
        transform: translate(0, 23px) rotate(45deg);
        width: 100%;
    }
}

@keyframes span2 {
    10% {
        transform: translateX(0) rotate(0deg);
        width: 100%;
    }

    35% {
        transform: translate(-28px, 23px) rotate(90deg);
        width: 94%;
    }

    50% {
        transform: translate(0, 23px) rotate(90deg);
    }

    55% {
        transform: translate(5px, 23px) rotate(100deg);
    }

    60% {
        transform: translate(-2px, 23px) rotate(85deg);
    }

    65% {
        transform: translate(0, 23px) rotate(90deg);
    }

    to {
        transform: translate(0, 23px) rotate(45deg);
        width: 100%;
    }
}

.nav__span:nth-child(3) {
    top: 20px;
    right: 0;
    -webkit-animation: span3_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    animation: span3_close 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
}

.-open .nav__span:nth-child(3) {
    -webkit-animation: span3 1s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    animation: span3 1s cubic-bezier(0.8, 0.5, 0.2, 1.4) forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes span3 {
    10% {
        transform: translateX(0) rotate(0deg);
    }

    35% {
        transform: translate(28px, 4px) rotate(-90deg);
        width: 94%;
    }

    50% {
        transform: translate(0, 4px) rotate(-90deg);
    }

    55% {
        transform: translate(5px, 4px) rotate(-80deg);
    }

    60% {
        transform: translate(2px, 4px) rotate(-100deg);
    }

    65% {
        transform: translate(0, 4px) rotate(-90deg);
    }

    to {
        transform: translate(0, 4px) rotate(-45deg);
        width: 100%;
    }
}

@keyframes span3 {
    10% {
        transform: translateX(0) rotate(0deg);
    }

    35% {
        transform: translate(28px, 4px) rotate(-90deg);
        width: 94%;
    }

    50% {
        transform: translate(0, 4px) rotate(-90deg);
    }

    55% {
        transform: translate(5px, 4px) rotate(-80deg);
    }

    60% {
        transform: translate(2px, 4px) rotate(-100deg);
    }

    65% {
        transform: translate(0, 4px) rotate(-90deg);
    }

    to {
        transform: translate(0, 4px) rotate(-45deg);
        width: 100%;
    }
}

@-webkit-keyframes span3_close {
    0% {
        transform: translate(0, 4px) rotate(-45deg);
    }

    to {
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes span3_close {
    0% {
        transform: translate(0, 4px) rotate(-45deg);
    }

    to {
        transform: translateX(0) rotate(0deg);
    }
}

.sitemap {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 40vw;
    background: #fff;
}

@media (max-width: 767px) {
    .sitemap {
        position: fixed;
        max-height: 177.5vw;
    }
}

.sitemap__remove {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sitemap__inner {
    position: relative;
    display: flex;
    padding-right: 10.05208vw;
    padding-left: 14.0625vw;
    min-height: 100%;
    flex-direction: column;
}

@media (max-width: 767px) {
    .sitemap__inner {
        display: block;
        padding-right: 7.5vw;
        padding-left: 7.5vw;
    }
}

.sitemap__bottom {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.23958vw;
}

@media (max-width: 767px) {
    .sitemap__bottom {
        display: block;
        padding-left: 0;
    }
}

.sitemap__copyright {
    font-size: 0.625vw;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .sitemap__copyright {
        padding-top: 18.75vw;
        font-size: 3.75vw;
        color: #a1a1a1;
    }
}

.sitemap__social-media {
    display: flex;
    font-size: 1.40625vw;
}

@media (max-width: 767px) {
    .sitemap__social-media {
        font-size: 5.625vw;
    }
}

.sitemap__social-media-link {
    margin-right: 2.76042vw;
}

.-pc .sitemap__social-media-link {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .sitemap__social-media-link:hover {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .sitemap__social-media-link {
        margin-right: 11.25vw;
    }
}

.sitemap__deco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38.33333vw;
}

@media (max-width: 767px) {
    .sitemap__deco {
        right: -62.5vw;
        width: 125vw;
    }
}

.sitemap__gap {
    min-height: 2.08333vw;
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .sitemap__gap {
        display: none;
    }
}

.sitemap__gap.-bottom {
    max-height: 8.125vw;
}

.sitemap__gap.-first {
    min-height: 10.67708vw;
}

.sitemap__nav {
    position: relative;
    padding-top: 32.8125vw;
    padding-bottom: 14.0625vw;
    z-index: 3;
}

@media (min-width: 768px) {
    .sitemap__nav {
        display: flex;
        justify-content: space-between;
        padding-top: 1.5625vw;
        padding-bottom: 1.5625vw;
        max-height: 31.25vw;
        flex: 1 0 auto;
        flex-direction: column;
    }
}

.sitemap__nav-link {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    width: 35.3125vw;
    height: 4.27083vw;
}
.sitemap__nav-link:hover .sitemap__nav-link-text .icon {
    opacity: 1;
    transform: scale(1.5) rotate(90deg);
    left: -10px;
}

@media (max-width: 767px) {
    .sitemap__nav-link {
        padding-top: 4.6875vw;
        padding-bottom: 4.6875vw;
        width: auto;
        height: auto;
    }
}

.-pc .sitemap__nav-link:hover .sitemap__nav-link-en {
    opacity: 1;
    -ms-transform: none;
    transform: none;
}

.sitemap__nav-link-text {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 2.23958vw;
    z-index: 1;
}

@media (max-width: 767px) {
    .sitemap__nav-link-text {
        padding-left: 0;
    }
}

.sitemap__nav-link-text-zh {
    margin-right: 1.04167vw;
    font-size: 2vw;
    font-weight: 500;
    color: #000;
}

@media (max-width: 767px) {
    .sitemap__nav-link-text-zh {
        margin-right: 4.0625vw;
        font-size: 5.25vw;
    }
}

.sitemap__nav-link-text-en {
    font-size: 0.83333vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: #9f9f9f;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .sitemap__nav-link-text-en {
        font-size: 4.0625vw;
    }
}

.sitemap__nav-link-en {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 2.23958vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 2.13542vw;
    opacity: 0;
    z-index: 2;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.06);
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.sitemap__nav-link-en-inner {
    display: flex;
    align-items: center;
    height: 100%;
    letter-spacing: normal;
    text-transform: uppercase;
}

.sitemap__nav-link-en-inner-span {
    font-size: 2.08333vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #d5d7d8, #d5d7d8);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    line-height: 2;
}

.sitemap__nav-link-en-inner:after {
    content: "";
    display: inline-block;
    margin-left: 1.66667vw;
    width: 0.52083vw;
    height: 0.52083vw;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #cb0033, #f45f6d, #f4426d, #dd1d54);
}

.index-plus {
    position: relative;
    padding-top: 6.04167vw;
    color: #fff;
}

@media (max-width: 767px) {
    .index-plus {
        padding-top: 28.125vw;
    }
}

.index-plus__bg,
.index-plus__bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-plus__bg-inner {
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
}

.index-plus__bg-inner.-active {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: none;
    transform: none;
}

.index-plus .js-plus-swiper-next,
.index-plus .js-plus-swiper-prev {
    position: absolute;
    top: calc(50% - 5.46875vw);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 5.72917vw;
    height: 10.9375vw;
    z-index: 10;
    cursor: pointer;
}

@media (max-width: 767px) {
    .index-plus .js-plus-swiper-next,
    .index-plus .js-plus-swiper-prev {
        top: calc(50% - 7.03125vw);
        padding: 0 2.8125vw;
        width: auto;
        height: 14.0625vw;
    }
}

.index-plus .js-plus-swiper-next img,
.index-plus .js-plus-swiper-prev img {
    position: relative;
    width: auto;
    height: 0.72917vw;
    z-index: 3;
}

@media (max-width: 767px) {
    .index-plus .js-plus-swiper-next img,
    .index-plus .js-plus-swiper-prev img {
        height: 4.0625vw;
    }
}

.index-plus .js-plus-swiper-next__bg,
.index-plus .js-plus-swiper-prev__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}

@media (max-width: 767px) {
    .index-plus .js-plus-swiper-next__bg,
    .index-plus .js-plus-swiper-prev__bg {
        display: none;
    }
}

.index-plus .js-plus-swiper-next__bg.-active,
.index-plus .js-plus-swiper-prev__bg.-active {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: none;
    transform: none;
}

.index-plus .js-plus-swiper-next {
    right: 0;
}

@media (min-width: 768px) {
    .index-plus .js-plus-swiper-next {
        border-radius: 100% 0 0 100%/50%;
    }
}

.index-plus .js-plus-swiper-prev {
    left: 0;
}

@media (min-width: 768px) {
    .index-plus .js-plus-swiper-prev {
        border-radius: 0 200% 200% 0/100%;
    }
}

.index-plus__circle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 39.58333vw;
    height: 39.58333vw;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: 1;
}

@media (max-width: 767px) {
    .index-plus__circle {
        top: 0;
        width: 84.375vw;
        height: 84.375vw;
    }
}

.index-plus__title {
    position: relative;
    padding-bottom: 3.02083vw;
    z-index: 2;
}

@media (max-width: 767px) {
    .index-plus__title {
        padding-bottom: 13.125vw;
        white-space: nowrap;
    }
}

.index-plus__desc {
    position: relative;
    max-width: 20.20833vw;
    z-index: 2;
}

@media (max-width: 767px) {
    .index-plus__desc {
        padding-bottom: 14.0625vw;
        max-width: 100%;
    }
}

.index-plus__bottom {
    position: relative;
    padding-bottom: 7.13542vw;
    text-align: center;
    z-index: 2;
}

@media (max-width: 767px) {
    .index-plus__bottom {
        padding-bottom: 63.75vw;
    }
}

.index-plus__main {
    position: relative;
}

@media (min-width: 768px) {
    .index-plus__main {
        margin-top: -4.94792vw;
    }
}

@media (max-width: 767px) {
    .index-plus__main {
        min-height: 84.375vw;
    }
}

.index-plus__swiper-index {
    display: flex;
    font-size: 0.83333vw;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-plus__swiper-index {
        font-size: 5vw;
    }
}

.index-plus__swiper-index-current,
.index-plus__swiper-index-end,
.index-plus__swiper-index-split {
    margin-right: 0.15625vw;
    margin-left: 0.15625vw;
}

@media (max-width: 767px) {
    .index-plus__swiper-index-current,
    .index-plus__swiper-index-end,
    .index-plus__swiper-index-split {
        margin-right: 0.9375vw;
        margin-left: 0.9375vw;
    }
}

.index-plus__swiper-index-current,
.index-plus__swiper-index-end {
    min-width: 0.83333vw;
}

@media (max-width: 767px) {
    .index-plus__swiper-index-current,
    .index-plus__swiper-index-end {
        min-width: 5vw;
        text-align: center;
    }
}

.index-plus__swiper-index-end,
.index-plus__swiper-index-split {
    opacity: 0.3;
}

.index-plus__swiper-pagination-box {
    position: absolute;
    bottom: 100%;
    right: 10.05208vw;
    display: flex;
    align-items: center;
    z-index: 4;
}

@media (max-width: 767px) {
    .index-plus__swiper-pagination-box {
        top: 100%;
        bottom: auto;
        right: auto;
        justify-content: center;
        padding-top: 12.5vw;
        width: 100%;
    }
}

.index-plus__swiper-pagination-box .swiper-pagination-bullet {
    margin-left: 0.78125vw;
    width: 0.52083vw !important;
    height: 0.52083vw !important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .index-plus__swiper-pagination-box .swiper-pagination-bullet {
        margin-left: 4.6875vw;
        width: 3.125vw !important;
        height: 3.125vw !important;
    }
}

.index-plus__swiper-pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.index-plus__swiper-slide {
    overflow: hidden;
}

.index-plus__swiper-slide-center {
    display: block;
}

.index-plus__swiper-slide-en {
    position: absolute;
    top: 11.19792vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 17.1875vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-align: center;
    text-indent: 0.1em;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, 0.15);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    pointer-events: none;
}

@media (max-width: 767px) {
    .index-plus__swiper-slide-en {
        top: 35.3125vw;
        font-size: 15.3125vw;
    }
}

.index-plus__swiper-slide-img,
.index-plus__swiper-slide-index,
.index-plus__swiper-slide-slogan,
.index-plus__swiper-slide-title {
    position: relative;
    z-index: 1;
}

.index-plus__swiper-slide-index {
    padding-top: 4.79167vw;
    font-size: 1.14583vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fef9f5;
}

@media (max-width: 767px) {
    .index-plus__swiper-slide-index {
        padding-top: 9.6875vw;
        font-size: 3.75vw;
    }
}

.index-plus__swiper-slide-title {
    padding-top: 0.9375vw;
    padding-bottom: 3.125vw;
    font-size: 2.60417vw;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-plus__swiper-slide-title {
        padding-top: 2.1875vw;
        padding-bottom: 4.0625vw;
        font-size: 8.125vw;
    }
}

.index-plus__swiper-slide-img {
    margin: auto auto 2.70833vw;
    height: 18.38542vw;
}

@media (max-width: 767px) {
    .index-plus__swiper-slide-img {
        margin-bottom: 4.0625vw;
        height: 32.8125vw;
    }
}

.index-plus__swiper-slide-img-inner {
    display: block;
    margin: auto;
    width: auto;
    height: 100%;
}

.index-plus__swiper-slide-slogan {
    padding-bottom: 4.47917vw;
    font-size: 1.04167vw;
    text-align: center;
    color: #fef9f5;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 767px) {
    .index-plus__swiper-slide-slogan {
        margin: auto;
        max-width: 50vw;
        font-size: 5vw;
    }
}

.index-program {
    position: relative;
    padding-top: 57.1875vw;

    padding-top: 10vw;

    padding-bottom: 5;
}

.index-program > .contact-hand-btn {
    display: none;
}

@media (max-width: 767px) {
    .index-program {
        padding-top: 30px;
    }
}

.page-program .index-program {
    padding-top: 14.0625vw;
}

@media (min-width: 768px) {
    .page-program .index-program {
        padding-top: 9.01042vw;
    }
}

.index-program__bg {
    position: absolute;
    bottom: -15.625vw;
    right: 0;
    width: 100%;
}

.index-program .contact-hand-btn {
    position: absolute;
    top: 10%;
    left: 35%;
}

@media (max-width: 767px) {
    .index-program .contact-hand-btn {
        top: 32.8125vw;
        right: 12.8125vw;
        left: auto;
    }
}

.page-program .index-program .contact-hand-btn {
    top: 1.5625vw;
}

@media (max-width: 767px) {
    .page-program .index-program .contact-hand-btn {
        display: none;
    }
}

.index-program__deco {
    position: absolute;
}

.index-program__deco.-pen {
    top: 0.26042vw;
    right: 19.79167vw;
    width: 3.4375vw;
}

@media (max-width: 767px) {
    .index-program__deco.-pen {
        right: 19.6875vw;
        width: 8.4375vw;
    }
}

.index-program__deco.-triangle {
    top: 0;
    left: 41.61458vw;
    width: 4.11458vw;
}

@media (max-width: 767px) {
    .index-program__deco.-triangle {
        top: 22.5vw;
        left: 31.25vw;
        width: 10.3125vw;
    }
}

.index-program__top {
}
@media (min-width: 767px) and (max-width: 1200px) {
    .index-program__top {
        padding-left: 6.04167vw;
        padding-right: 6.04167vw;
    }
}
@media (min-width: 767px) {
    .index-program__top {
        display: flex;
        justify-content: space-between;
    }
}
.index-program__title {
    padding-bottom: 4.27083vw;
}

@media (max-width: 767px) {
    .index-program__title {
        padding-bottom: 10.625vw;
    }
}

@media (min-width: 768px) {
    .index-program__desc {
        max-width: 26.25vw;
    }
}

@media (max-width: 767px) {
    .index-program__desc {
        padding-bottom: 10vw;
    }
}

@media (max-width: 767px) {
    .index-program__desc br {
        display: none;
    }
}

.index-program__desc-top {
    padding-bottom: 0.88542vw;
    font-weight: 900;
}

@media (max-width: 767px) {
    .index-program__desc-top {
        padding-bottom: 3.75vw;
        font-size: 6.25vw;
    }
}

.index-program__desc-bottom {
    color: #313131;
    text-align: justify;
}

@media (min-width: 768px) {
    .index-program__container-inner {
    }
}

.index-program__card {
    position: relative;
    padding-right: 2.34375vw;
    padding-left: 2.34375vw;
    color: #fff;
}

@media (max-width: 767px) {
    .index-program__card {
        padding-right: 4.6875vw;
        padding-left: 4.6875vw;
    }
}

.index-program__card-deco {
    position: absolute;
    z-index: 3;
}

@media (max-width: 767px) {
    .index-program__card-deco {
        -ms-transform: none !important;
        transform: none !important;
    }
}

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

    to {
        transform: rotate(-10deg);
    }
}

@keyframes rotate_crown {
    0% {
        transform: rotate(10deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@-webkit-keyframes float_star {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    to {
        transform: translateY(10px);
    }
}

@keyframes float_star {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    to {
        transform: translateY(10px);
    }
}

.index-program__card-deco.-crown {
    top: -0.10417vw;
    right: 3.85417vw;
    width: 6.25vw;
    -webkit-animation: rotate_crown 2.3s linear infinite alternate;
    animation: rotate_crown 2.3s linear infinite alternate;
}

@media (max-width: 767px) {
    .index-program__card-deco.-crown {
        top: 0;
        right: 9.375vw;
        width: 23.125vw;
    }
}

.index-program__card-deco.-star {
    top: 0;
    left: 3.17708vw;
    width: 4.375vw;
    -webkit-animation: float_star 3s linear infinite alternate;
    animation: float_star 3s linear infinite alternate;
}

@media (max-width: 767px) {
    .index-program__card-deco.-star {
        top: 0;
        left: 4.375vw;
        width: 21.875vw;
    }
}

.index-program__card-deco.-cloud {
    top: -3.07292vw;
    right: -3.07292vw;
    width: 9.16667vw;
}

@media (max-width: 767px) {
    .index-program__card-deco.-cloud {
        top: -25.9375vw;
        right: auto;
        left: -10.9375vw;
        width: 29.0625vw;
    }
}

.index-program__card-price,
.index-program__card-slogan,
.index-program__card-title {
    position: relative;
    z-index: 1;
}

.index-program__card-slogan {
    padding-bottom: 1.09375vw;
    font-size: 1.82292vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 767px) {
    .index-program__card-slogan {
        padding-bottom: 2.8125vw;
        font-size: 5vw;
    }

    .-index-1 .index-program__card-slogan {
        font-size: 6.25vw;
    }
}

.index-program__card-title {
    white-space: nowrap;
    line-height: 1;
}

.index-program__card-title-number {
    font-size: 3.04583vw;
    font-weight: 900;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .index-program__card-title-number {
        font-size: 12.5vw;
    }
}

.-index-1 .index-program__card-title-number {
    font-size: 5.46875vw;
}

@media (max-width: 767px) {
    .-index-1 .index-program__card-title-number {
        font-size: 17.5vw;
    }
}

.index-program__card-title-unit {
    font-size: 1.97917vw;
    font-weight: 900;
}

@media (max-width: 767px) {
    .index-program__card-title-unit {
        font-size: 5vw;
    }
}

.-index-1 .index-program__card-title-unit {
    font-size: 2.86458vw;
}

@media (max-width: 767px) {
    .-index-1 .index-program__card-title-unit {
        font-size: 5.625vw;
    }
}

.index-program__card-price {
    padding-top: 0.88542vw;
    font-weight: 900;
    text-align: right;
    color: #ffc0d2;
    letter-spacing: 0.05em;
    line-height: 1;
}

@media (max-width: 767px) {
    .index-program__card-price {
        padding-top: 0.625vw;
        font-size: 4.375vw;
    }
}

.-index-2 .index-program__card-price {
    color: #d8ffff;
}

@media (max-width: 767px) {
    .-index-2 .index-program__card-price {
        font-size: 4.375vw;
    }
}

.index-program__card:after,
.index-program__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 100%;
}

.index-program__card:before {
    -webkit-animation: bloop 12s linear infinite;
    animation: bloop 12s linear infinite;
}

.index-program__card:after {
    -webkit-animation: bloop 12s linear 1s infinite;
    animation: bloop 12s linear 1s infinite;
}

.index-program__card.-index-1 {
    margin-top: -22.91667vw;
    margin-right: 1.04167vw;
    margin-left: auto;
    padding-top: 9.42708vw;
    width: 30.41667vw;
    height: 28.75vw;
}

@media (max-width: 767px) {
    .index-program__card.-index-1 {
        left: -3.75vw;
        margin-top: 0;
        margin-right: 0;
        padding-top: 29.375vw;
        width: 93.125vw;
        height: 81.875vw;
        margin-bottom: 34px;
    }
}

.index-program__card.-index-1:after,
.index-program__card.-index-1:before {
    background-image: linear-gradient(180deg, #fd9f9f, #cb0033);
}

.index-program__card.-index-2 {
    margin-top: -4.6875vw;
    margin-right: 26.04167vw;
    margin-left: auto;
    padding-top: 6.5625vw;
    width: 21.92708vw;
    height: 20.36458vw;
}

@media (max-width: 767px) {
    .index-program__card.-index-2 {
        margin: auto;
        padding-top: 21.875vw;
        width: 75vw;
        height: 69.6875vw;
    }
}

.index-program__card.-index-2:after,
.index-program__card.-index-2:before {
    background-image: linear-gradient(180deg, #0acddf, #05fbe6);
}

.index-program__card.-index-3 {
    margin-top: -12.96875vw;
    margin-right: 0;
    margin-left: auto;
    padding-top: 7.39583vw;
    width: 21.09375vw;
    height: 19.94792vw;
}

@media (max-width: 767px) {
    .index-program__card.-index-3 {
        margin: 22px auto 0;
        padding-top: 26.5625vw;
        width: 76.875vw;
        height: 73.125vw;
    }
}

.index-program__card.-index-3:after,
.index-program__card.-index-3:before {
    background-image: linear-gradient(180deg, #8f80e4, #655ed4);
}

@-webkit-keyframes bloop {
    0% {
        border-radius: 100%;
    }

    10% {
        border-radius: 100% 70%;
    }

    20% {
        border-radius: 91% 88% 75% 69%;
    }

    30% {
        border-radius: 100% 100% 85%;
    }

    40% {
        border-radius: 88% 100% 70%;
    }

    50% {
        border-radius: 75% 100% 100%;
    }

    60% {
        border-radius: 87% 78% 75% 84%;
    }

    70% {
        border-radius: 79% 90% 80% 72%;
    }

    80% {
        border-radius: 76% 92% 90% 77%;
    }

    90% {
        border-radius: 83% 77% 99% 88%;
    }

    to {
        border-radius: 100%;
    }
}

@keyframes bloop {
    0% {
        border-radius: 100%;
    }

    10% {
        border-radius: 100% 70%;
    }

    20% {
        border-radius: 91% 88% 75% 69%;
    }

    30% {
        border-radius: 100% 100% 85%;
    }

    40% {
        border-radius: 88% 100% 70%;
    }

    50% {
        border-radius: 75% 100% 100%;
    }

    60% {
        border-radius: 87% 78% 75% 84%;
    }

    70% {
        border-radius: 79% 90% 80% 72%;
    }

    80% {
        border-radius: 76% 92% 90% 77%;
    }

    90% {
        border-radius: 83% 77% 99% 88%;
    }

    to {
        border-radius: 100%;
    }
}

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

    to {
        transform: rotate(1turn);
    }
}

@keyframes bloop2 {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.index-project {
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 100px;
    z-index: 2;
}

.index-project__title {
    white-space: nowrap;
}

.index-project__title-bottom {
    font-family: Montserrat, sans-serif;
    color: #000000;
}

@media (min-width: 768px) {
    .index-project__title-bottom {
        font-size: 6.14583vw;
    }
}

.index-project__bottom {
    padding-bottom: 2.34375vw;
    text-align: center;
}

@media (max-width: 767px) {
    .index-project__bottom {
        padding-bottom: 31.875vw;
    }
}

.index-project__top {
    position: relative;
    /* background: #f6d365 */
}

.index-project__top:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
    width: 100%;
}

@media (max-width: 767px) {
    .index-project__top:before {
        padding-bottom: 160%;
    }
}

.index-project__top-text {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8.59375vw;
    width: 100%;
    z-index: 3;
}

@media (max-width: 767px) {
    .index-project__top-text {
        padding-top: 80px;
        z-index: 5;
    }
}

.index-project__top-bg {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-project__top-bg-inner {
    position: relative;
    overflow: hidden;
    width: 16.6666666%;
    height: 100%;
}

@media (min-width: 768px) {
    .index-project__top-bg-inner:first-child:before {
        background-position: 0 50%;
    }

    .index-project__top-bg-inner:nth-child(2):before {
        background-position: 20% 50%;
    }

    .index-project__top-bg-inner:nth-child(3):before {
        background-position: 40% 50%;
    }

    .index-project__top-bg-inner:nth-child(4):before {
        background-position: 60% 50%;
    }

    .index-project__top-bg-inner:nth-child(5):before {
        background-position: 80% 50%;
    }

    .index-project__top-bg-inner:nth-child(6):before {
        background-position: 100% 50%;
    }
}

@media (max-width: 767px) {
    .index-project__top-bg-inner {
        width: 25%;
    }

    .index-project__top-bg-inner:nth-child(5),
    .index-project__top-bg-inner:nth-child(6) {
        display: none;
    }

    .index-project__top-bg-inner:first-child:before {
        background-position: 0 50%;
    }

    .index-project__top-bg-inner:nth-child(2):before {
        background-position: 33.33333% 50%;
    }

    .index-project__top-bg-inner:nth-child(3):before {
        background-position: 66.66667% 50%;
    }

    .index-project__top-bg-inner:nth-child(4):before {
        background-position: 100% 50%;
    }
}

.index-project:not(.-aos-active) .index-project__top-bg-inner:before {
    background-image: none !important;
}

.index-project__top-bg-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 600% 100%;
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 767px) {
    .index-project__top-bg-inner:before {
        background-image: url(../../src/img/public/project-bg-mobile.svg);
        background-repeat: no-repeat;
        background-size: 400% 100%;
    }
}

.index-project__top.-aos-active .index-project__top-bg-inner:before {
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
}

.index-project__top-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.index-project__top-bg-back {
    position: relative;
    width: 120%;
    height: 120%;
    background-image: url(../../src/img/public/project-bg-object.webp);
    background-position: 50%;
    background-size: cover;
}

@media (max-width: 767px) {
    .index-project__top-bg-back {
        background-image: url(../../src/img/public/project-bg-object-mobile.webp);
    }
}

.-no-webp .index-project__top-bg-back {
    background-image: url(../../src/img/public/project-bg-object.png);
}

@media (max-width: 767px) {
    .-no-webp .index-project__top-bg-back {
        background-image: url(../../src/img/public/project-bg-object-mobile.png);
    }
}

.index-project:not(.-aos-active) .index-project__top-bg-back {
    background-image: none !important;
}

.index-project__top-bg.-back {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}

/* .index-project__top-bg.-back:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	z-index: 1
} */

.index-project__top-deco {
    position: absolute;
    bottom: 23.85417vw;
    right: 4.21875vw;
    width: 22.41667vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 4;
    pointer-events: none;
    background-image: url(../../src/img/public/project-deco.png);
}

@media (max-width: 767px) {
    .index-project__top-deco {
        top: 9.375vw;
        right: 0;
        width: 60%;
    }
}

.-no-webp .index-project__top-deco {
    background-image: url(../../src/img/public/project-deco.png);
}

.index-project:not(.-aos-active) .index-project__top-deco {
    background-image: none !important;
}

.index-project__top-deco:before {
    content: "";
    display: block;
    padding-bottom: 94.69154%;
    width: 100%;
}

.index-project__desc {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    padding-top: 2.34375vw;
    padding-right: 10vw;
    max-width: 39.01042vw;
    color: #fff;
    border-top: 1px solid #000000;
}

@media (max-width: 767px) {
    .index-project__desc {
        margin-top: 10.9375vw;
        padding-top: 9.375vw;
        padding-right: 7.5vw;
        padding-left: 7.5vw;
        max-width: 100%;
        border: 0;
    }

    .index-project__desc:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        width: calc(100% - 15vw);
        height: 1px;
        background: #fff;
    }
}

.index-project__main {
    position: relative;
    padding-top: 9.21875vw;
    padding-bottom: 5.20833vw;
}

@media (max-width: 767px) {
    .index-project__main {
        padding-bottom: 19.6875vw;
    }
}

.index-project__main-deco {
    position: absolute;
    width: 10.41667vw;
    height: 20.83333vw;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
}

@media (max-width: 767px) {
    .index-project__main-deco {
        height: 125vw;
    }
}

.index-project__main-deco.-index-1 {
    background-image: url(../../src/img/public/project-deco-1.webp);
}

.-no-webp .index-project__main-deco.-index-1 {
    background-image: url(../../src/img/public/project-deco-1.png);
}

.index-project__main-deco.-index-2 {
    background-image: url(../../src/img/public/project-deco-2.webp);
}

.-no-webp .index-project__main-deco.-index-2 {
    background-image: url(../../src/img/public/project-deco-2.png);
}

.index-project__main-deco.-index-3 {
    background-image: url(../../src/img/public/project-deco-3.webp);
}

.-no-webp .index-project__main-deco.-index-3 {
    background-image: url(../../src/img/public/project-deco-3.png);
}

.index-project__main-deco.-index-4 {
    background-image: url(../../src/img/public/project-deco-4.webp);
}

.-no-webp .index-project__main-deco.-index-4 {
    background-image: url(../../src/img/public/project-deco-4.png);
}

.index-project__main-deco.-index-5 {
    background-image: url(../../src/img/public/project-deco-5.webp);
}

.-no-webp .index-project__main-deco.-index-5 {
    background-image: url(../../src/img/public/project-deco-5.png);
}

.index-project__main-deco.-index-6 {
    background-image: url(../../src/img/public/project-deco-6.webp);
}

.-no-webp .index-project__main-deco.-index-6 {
    background-image: url(../../src/img/public/project-deco-6.png);
}

.index-project:not(.-aos-active) .index-project__main-deco {
    background-image: none !important;
}

.index-project__main-deco.-index-1 {
    bottom: -11.5625vw;
    left: 13.59375vw;
    width: 16.45833vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-1 {
        bottom: 10vw;
        right: 72.5vw;
        left: auto;
        width: 42.1875vw;
    }
}

.index-project__main-deco.-index-2 {
    bottom: -1.04167vw;
    left: 42.5vw;
    width: 4.01042vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-2 {
        bottom: 61.875vw;
        right: -3.125vw;
        left: auto;
        width: 10.9375vw;
    }
}

.index-project__main-deco.-index-3 {
    bottom: 13.02083vw;
    left: 30.46875vw;
    width: 4.47917vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-3 {
        bottom: 81.25vw;
        left: 74.375vw;
        width: 12.1875vw;
    }
}

.index-project__main-deco.-index-4 {
    top: 57.39583vw;
    left: 45.625vw;
    width: 6.40625vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-4 {
        top: 182.5vw;
        left: 52.1875vw;
        width: 23.4375vw;
    }
}

.index-project__main-deco.-index-5 {
    top: 54.6875vw;
    left: 61.04167vw;
    width: 4.16667vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-5 {
        top: 137.5vw;
        left: 0;
        width: 13.4375vw;
    }
}

.index-project__main-deco.-index-6 {
    top: 50.98958vw;
    left: 45.88542vw;
    width: 2.55208vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-6 {
        width: 12.1875vw;
    }
}

.index-project__main-deco.-index-7 {
    bottom: 33.02083vw;
    left: 27.34375vw;
    width: 59.375vw;
}

@media (max-width: 767px) {
    .index-project__main-deco.-index-7 {
        bottom: 31.25vw;
        width: 14.0625vw;
    }
}

.index-project__card {
    display: block;
    width: 35.41667vw;
}

@media (max-width: 767px) {
    .index-project__card {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .index-project__card:nth-child(2n) {
        margin: -16.66667vw 2.08333vw -9.63542vw auto;
    }

    .index-project__card:nth-child(odd) {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .-pc .index-project__card .index-project__card-thumb:before {
        transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    }

    .-pc .index-project__card .index-project__card-title {
        opacity: 0;
        transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transform: translateX(-1.04167vw);
        transform: translateX(-1.04167vw);
    }

    .-pc .index-project__card:hover .index-project__card-title {
        opacity: 1;
        -ms-transform: none;
        transform: none;
    }

    .-pc .index-project__card:hover .index-project__card-thumb:before {
        -ms-transform: translate(-1.04167vw, 1.04167vw);
        transform: translate(-1.04167vw, 1.04167vw);
    }
}

@media (max-width: 767px) {
    .index-project__card-left {
        -ms-transform: none !important;
        transform: none !important;
    }
}

.index-project__card-thumb {
    position: relative;
    width: 100%;
}

.index-project__card-thumb:after {
    content: "";
    display: block;
    padding-bottom: 54.70297%;
    width: 100%;
}

.index-project__card-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index-project__card-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cb0033;
    z-index: 0;
}

.index-project__card-desc {
    display: none;
}

.index-project__card-title {
    display: flex;
    align-items: center;
    margin-top: 2.34375vw;
    font-size: 1.875vw;
    font-weight: 900;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-project__card-title {
        justify-content: space-between;
        margin-top: 6.25vw;
        font-size: 6.25vw;
        margin-bottom: 9.375vw;
    }
}

.index-project__card-title-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.40625vw;
    width: 3.64583vw;
    height: 3.64583vw;
    background: #cb0033;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .index-project__card-title-arrow {
        width: 9.6875vw;
        height: 9.6875vw;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .index-project__card-title-arrow {
        order: 1;
    }
}

.index-project__card-title-arrow-img {
    width: 1.875vw;
}

@media (max-width: 767px) {
    .index-project__card-title-arrow-img {
        width: 5vw;
    }
}

@media (max-width: 767px) {
    .index-project .apro-dot-btn {
        -ms-transform: none !important;
        transform: none !important;
    }
}

.index-service {
    position: relative;
    overflow: hidden;
    padding-top: 5.98958vw;
    padding-top: 3vw;
    padding-bottom: 5rem;
    color: rgb(21, 21, 21);
    /* background-image: linear-gradient(100deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54) */
}

@media (max-width: 767px) {
    .index-service {
        padding-top: 30px;
    }
}

.index-service__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

@media (max-width: 767px) {
    .index-service__bg {
        display: none;
    }
}

.index-service__bottom {
    padding-bottom: 13.02083vw;
}

@media (max-width: 767px) {
    .index-service__bottom {
        padding-bottom: 0;
    }
}

.index-service .contact-hand-btn {
    position: absolute;
    top: 28.69792vw;
    left: 43.90625vw;
    background: #ceff00;
    z-index: 3;
}

@media (max-width: 767px) {
    .index-service .contact-hand-btn {
        top: 105.3125vw;
        left: 0;
        display: none;
    }
}

.index-service__union-circle {
    position: relative;
    margin-top: -5.20833vw;
    margin-right: 7.44792vw;
    margin-left: auto;
    width: 43.17708vw;
}

@media (max-width: 767px) {
    .index-service__union-circle {
        padding-right: 7.5vw;
        padding-left: 7.5vw;
        width: 100%;
        margin: 0 0 7.8125vw;
    }
}

.index-service__union-circle-inner {
    position: relative;
}

.index-service__union-circle-text {
    position: absolute;
}

.index-service__union-circle-text.-apro {
    top: 14vw;
    left: 6.8125vw;
    width: 8.82292vw;
}

@media (max-width: 767px) {
    .index-service__union-circle-text.-apro {
        top: 25.9375vw;
        left: 12.5vw;
        width: 16.25vw;
    }
}

.index-service__union-circle-text.-cosmo {
    top: 13.80208vw;
    right: 8.22917vw;
    width: 5.83333vw;
}

@media (max-width: 767px) {
    .index-service__union-circle-text.-cosmo {
        top: 25.9375vw;
        right: 14.375vw;
        width: 13.75vw;
    }
}

.index-service__union-circle-logo {
    position: absolute;
}

.index-service__union-circle-logo.-apro {
    top: 8.20833vw;
    left: 7.09375vw;
    width: 8.26042vw;
}

@media (max-width: 767px) {
    .index-service__union-circle-logo.-apro {
        top: 8.25vw;
        left: 9.375vw;
        width: 25vw;
    }
}

.index-service__union-circle-logo.-cosmo {
    top: 10.26042vw;
    right: 4.94792vw;
    width: 12.39583vw;
}

@media (max-width: 767px) {
    .index-service__union-circle-logo.-cosmo {
        top: 16.5625vw;
        right: 5vw;
        width: 30.9375vw;
    }
}

.index-service__union-circle-svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.index-service__union-circle-svg.-arrow {
    position: absolute;
    top: 0;
    left: 0;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 2810;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 2810;
    }
}

.index-service__union-circle-svg .st0 {
    fill: none;
    stroke: #151515;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1405;
    stroke-dashoffset: 1405;
    transition: stroke-dashoffset 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.-aos-active .index-service__union-circle-svg .st0 {
    stroke-dashoffset: 2810;
    transition: stroke-dashoffset 1.5s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (min-width: 1200px) {
    .index-service__title {
        line-height: 1.3333333 !important;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .index-service__title {
        padding-left: 6.04167vw;
    }
}
@media (max-width: 767px) {
    .index-service__title {
        padding-bottom: 17.8125vw;
    }
}

@media (min-width: 1200px) {
    .index-service__title-top {
        padding-bottom: 0 !important;
    }
}

.index-service__slogan {
    margin-top: -14.47917vw;
    padding-bottom: 4.79167vw;
    font-size: 1.875vw;
    font-weight: 900;
    text-indent: 0;
    color: #151515;
    letter-spacing: 0.1em;
}
@media (min-width: 767px) and (max-width: 1200px) {
    .index-service__slogan {
        padding-left: 6.04167vw;
    }
}
@media (max-width: 767px) {
    .index-service__slogan {
        margin-top: 0;
        padding-bottom: 8.4375vw;
        font-size: 5vw;
    }
}

.index-service__desc {
    position: relative;
    margin-left: 15.20833vw;
    width: 23.17708vw;
    color: #151515;
    z-index: 1;
}

@media (max-width: 767px) {
    .index-service__desc {
        margin: 0;
        padding-right: 7.5vw;
        padding-left: 7.5vw;
        width: 100%;
    }
}

.index-service__desc-top {
    position: relative;
    margin-bottom: 1.61458vw;
}

@media (max-width: 767px) {
    .index-service__desc-top {
        margin-bottom: 8.125vw;
    }
}

.index-service__desc-top:before {
    content: "";
    display: block;
    padding-bottom: 8.40909%;
    width: 100%;
}

.index-service__desc-top img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-service__desc-main {
    padding-top: 1.97917vw;
    padding-bottom: 2.91667vw;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
    text-align: justify;
}

@media (max-width: 767px) {
    .index-service__desc-main {
        padding-top: 7.8125vw;
        padding-bottom: 15vw;
    }
}

.index-service__desc-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-service__desc-logo-img {
    width: auto;
}

.index-service__desc-logo-img:first-child {
    height: 2.1875vw;
}

@media (max-width: 767px) {
    .index-service__desc-logo-img:first-child {
        height: 10.625vw;
    }
}

.index-service__desc-logo-img:nth-child(2) {
    height: 0.9375vw;
}

@media (max-width: 767px) {
    .index-service__desc-logo-img:nth-child(2) {
        height: 3.4375vw;
    }
}

.index-service__desc-logo-img:nth-child(3) {
    height: 2.39583vw;
}

@media (max-width: 767px) {
    .index-service__desc-logo-img:nth-child(3) {
        height: 11.875vw;
    }
}

.index-service__desc-logo-img:nth-child(4) {
    height: 1.82292vw;
}

@media (max-width: 767px) {
    .index-service__desc-logo-img:nth-child(4) {
        height: 9.0625vw;
    }
}

.index-service__deco {
    position: absolute;
}

.index-service__deco.-half-circle {
    bottom: 6.71875vw;
    left: 22.86458vw;
    width: 4.32292vw;
}

@media (max-width: 767px) {
    .index-service__deco.-half-circle {
        bottom: 11.5625vw;
        left: 11.25vw;
        width: 13.125vw;
    }
}

.index-service__deco.-thunder {
    top: 44.21875vw;
    left: 74.21875vw;
    width: 3.28125vw;
}

@media (max-width: 767px) {
    .index-service__deco.-thunder {
        top: 234.6875vw;
        right: -3.125vw;
        left: auto;
        width: 8.75vw;
    }
}

.index-service__deco.-thick-circle {
    bottom: 4.73958vw;
    left: 4.82292vw;
    width: 3.38542vw;
}

@media (max-width: 767px) {
    .index-service__deco.-thick-circle {
        bottom: 7.5vw;
        left: 4.5625vw;
        width: 10.625vw;
    }
}

.index-service__deco.-square {
    top: 3.97917vw;
    left: 21.19792vw;
    width: 4.89583vw;
}

@media (max-width: 767px) {
    .index-service__deco.-square {
        top: 15.5vw;
        left: 41.25vw;
        width: 20.3125vw;
    }
}

.index-service__swiper {
    overflow: hidden;
    padding: 13.54167vw 10vw 5.20833vw;
}

@media (max-width: 767px) {
    .index-service__swiper {
        padding-right: 18.75vw;
        padding-bottom: 46.875vw;
        padding-left: 18.75vw;
    }
}

.index-service__swiper .swiper-container {
    overflow: visible;
}

@media (min-width: 768px) {
    .index-service__swiper .swiper-container {
        left: 20.9375vw;
    }
}

.index-service__swiper .swiper-wrapper {
    overflow: visible;
}

.index-service__swiper-slide {
    position: relative;
    margin-right: -1.45833vw;
    margin-left: -1.45833vw;
    width: 22.39583vw;
    text-align: center;
    color: #151515;
}

@media (max-width: 767px) {
    .index-service__swiper-slide {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

.index-service__swiper-slide:before {
    content: "";
    display: block;
    padding-bottom: 100%;
    width: 100%;
}

.index-service__swiper-slide-circle,
.index-service__swiper-slide-circle-color {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    z-index: 0;
}

.index-service__swiper-slide-circle-color {
    border: 0;
    z-index: 2;
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.swiper-slide-duplicate-next .index-service__swiper-slide-circle-color,
.swiper-slide-duplicate-prev .index-service__swiper-slide-circle-color,
.swiper-slide-next .index-service__swiper-slide-circle-color,
.swiper-slide-prev .index-service__swiper-slide-circle-color {
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-slide-active .index-service__swiper-slide-circle-color,
.swiper-slide-duplicate-active .index-service__swiper-slide-circle-color {
    z-index: 3;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.index-service__swiper-slide-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.index-service__swiper-slide-index {
    padding-top: 2.60417vw;
    padding-bottom: 1.97917vw;
    font-size: 0.9375vw;
    font-family: Montserrat, sans-serif;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-service__swiper-slide-index {
        padding-top: 5.3125vw;
        padding-bottom: 5.3125vw;
        font-size: 5vw;
    }

    .swiper-slide-active .index-service__swiper-slide-index,
    .swiper-slide-duplicate-active .index-service__swiper-slide-index {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .swiper-slide-active .index-service__swiper-slide-index,
    .swiper-slide-duplicate-active .index-service__swiper-slide-index {
        opacity: 1;
    }
}

.index-service__swiper-slide-title {
    padding-bottom: 0.67708vw;
    font-size: 1.875vw;
    font-weight: 500;
    text-indent: 0.1em;
    opacity: 0.5;
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 767px) {
    .index-service__swiper-slide-title {
        padding-bottom: 2.1875vw;
        font-size: 6.25vw;
        -ms-transform: translateY(6.25vw) scale(0.7);
        transform: translateY(6.25vw) scale(0.7);
    }

    .swiper-slide-active .index-service__swiper-slide-title,
    .swiper-slide-duplicate-active .index-service__swiper-slide-title {
        opacity: 1;
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 768px) {
    .index-service__swiper-slide-title {
        -ms-transform: translateY(3.64583vw) scale(0.72);
        transform: translateY(3.64583vw) scale(0.72);
    }

    .swiper-slide-active .index-service__swiper-slide-title,
    .swiper-slide-duplicate-active .index-service__swiper-slide-title {
        opacity: 1;
        -ms-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}

.index-service__swiper-slide-en-title {
    font-size: 0.72917vw;
    font-family: Montserrat, sans-serif;
    color: hsla(0, 0%, 100%, 0.5);
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .index-service__swiper-slide-en-title {
        font-size: 4.0625vw;
        -ms-transform: translateY(6.25vw) scale(0.5);
        transform: translateY(6.25vw) scale(0.5);
    }

    .swiper-slide-active .index-service__swiper-slide-en-title,
    .swiper-slide-duplicate-active .index-service__swiper-slide-en-title {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .index-service__swiper-slide-en-title {
        -ms-transform: translateY(3.64583vw);
        transform: translateY(3.64583vw);
    }

    .swiper-slide-active .index-service__swiper-slide-en-title,
    .swiper-slide-duplicate-active .index-service__swiper-slide-en-title {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.index-service__swiper-slide-img {
    position: absolute;
    bottom: -5.20833vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 95%;
    height: auto;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: translateY(2.08333vw);
    transform: translateY(2.08333vw);
}

@media (max-width: 767px) {
    .index-service__swiper-slide-img {
        bottom: -20.3125vw;
        -ms-transform: translateY(12.5vw);
        transform: translateY(12.5vw);
    }

    .swiper-slide-active .index-service__swiper-slide-img,
    .swiper-slide-duplicate-active .index-service__swiper-slide-img {
        opacity: 1;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 768px) {
    .swiper-slide-active .index-service__swiper-slide-img,
    .swiper-slide-duplicate-active .index-service__swiper-slide-img {
        opacity: 1;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 768px) {
    .page-index .index-standard {
        margin-top: -5.46875vw;
        padding-top: 5.46875vw;
    }
}

.index-standard__bottom {
    padding-bottom: 8.85417vw;
    text-align: center;
}

@media (max-width: 767px) {
    .index-standard__bottom {
        display: none;
    }
}

.index-standard__desc {
    padding-top: 2.86458vw;
    max-width: 24.32292vw;
}

@media (max-width: 767px) {
    .index-standard__desc {
        padding-top: 15.625vw;
        max-width: 100%;
    }
}

.index-standard__price {
    display: flex;
    align-items: center;
    padding-top: 1.30208vw;
}

@media (min-width: 768px) {
    .index-standard__price {
        margin-bottom: -5.20833vw;
    }
}

@media (max-width: 767px) {
    .index-standard__price {
        display: block;
        padding-top: 15.625vw;
    }
}

@media (max-width: 767px) {
    .index-standard__price-left-inner {
        padding-left: 2.5vw;
    }
}

.index-standard__price-right {
    position: relative;
    margin-left: 1.35417vw;
    font-size: 6.25vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #d86841, #ff9561, #f27661, #dd1d54), linear-gradient(180deg, #d8504f, #d8504f);
    letter-spacing: 0.05em;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    .index-standard__price-right {
        display: inline-block;
        margin-left: 0;
        font-size: 17.5vw;
    }
}

.index-standard__price-right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 0.41667vw;
    background-color: #282828;
    border-radius: 0.20833vw;
}

@media (max-width: 767px) {
    .index-standard__price-right:before {
        height: 1.5625vw;
        border-radius: 0.78125vw;
    }
}

.index-standard .js-standard-swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    z-index: 19;
}

.index-standard .js-standard-swiper-box__center {
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .index-standard .js-standard-swiper-box__center {
        display: none;
    }
}

.index-standard .js-standard-swiper-current,
.index-standard .js-standard-swiper-max {
    display: block;
    width: 20px;
    text-align: center;
}

.index-standard .js-standard-swiper-current {
    color: #000;
}

.index-standard .js-standard-swiper-max {
    color: #747373;
}

.index-standard .js-standard-swiper-next,
.index-standard .js-standard-swiper-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .index-standard .js-standard-swiper-next,
    .index-standard .js-standard-swiper-prev {
        width: 45px;
        height: 45px;
    }
}

.-pc .index-standard .js-standard-swiper-next,
.-pc .index-standard .js-standard-swiper-prev {
    transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .index-standard .js-standard-swiper-next img,
.-pc .index-standard .js-standard-swiper-prev img {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .index-standard .js-standard-swiper-next:hover,
.-pc .index-standard .js-standard-swiper-prev:hover {
    background: #5f0a22;
}

.-pc .index-standard .js-standard-swiper-next:hover img.-white,
.-pc .index-standard .js-standard-swiper-prev:hover img.-white {
    opacity: 1;
}

.index-standard .js-standard-swiper-next img,
.index-standard .js-standard-swiper-prev img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 12px;
}

@media (max-width: 767px) {
    .index-standard .js-standard-swiper-next img,
    .index-standard .js-standard-swiper-prev img {
        height: 10px;
    }
}

.index-standard .js-standard-swiper-next img.-white,
.index-standard .js-standard-swiper-prev img.-white {
    opacity: 0;
    z-index: 1;
}

.index-standard .js-standard-swiper-prev {
    margin-right: 12px;
}

.index-standard .js-standard-swiper-next {
    margin-left: 12px;
}

.index-standard .js-standard-swiper-box {
    position: absolute;
    bottom: calc(100% - 2.08333vw);
    right: 10.05208vw;
    pointer-events: none;
    z-index: 3;
}

@media (max-width: 767px) {
    .index-standard .js-standard-swiper-box {
        top: 42%;
        right: 0;
        justify-content: space-between;
        padding-right: 4.6875vw;
        padding-left: 4.6875vw;
        width: 100%;
    }
}

.index-standard__swiper {
    position: relative;
}

.index-standard__swiper-slide {
    position: relative;
    padding-top: 21.875vw;
    padding-bottom: 21.875vw;
}

@media (min-width: 768px) {
    .index-standard__swiper-slide {
        padding-top: 8.33333vw;
        padding-bottom: 8.33333vw;
        width: 25% !important;
    }
}

.index-standard__swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 1px;
    height: 19.11458vw;
    background: #eee;
}

.index-standard__swiper-slide-icon {
    position: relative;
    margin: auto auto 2.86458vw;
    width: 6.40625vw;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-icon {
        margin-bottom: 6.25vw;
        width: 31.25vw;
    }
}

.index-standard__swiper-slide-icon:before {
    content: "";
    display: block;
    padding-bottom: 95.52239%;
    width: 100%;
}

.index-standard__swiper-slide-icon-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-standard__swiper-slide-index {
    padding-right: 1.77083vw;
    padding-bottom: 2.29167vw;
    font-size: 1.14583vw;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: right;
    color: #dbdada;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-index {
        padding-right: 7.5vw;
        padding-bottom: 3.125vw;
        padding-left: 7.5vw;
        font-size: 5vw;
    }
}

.index-standard__swiper-slide-text {
    margin: auto;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-text {
        width: 100%;
        text-align: center;
    }
}

.index-standard__swiper-slide-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.04167vw;
    min-height: 2.4em;
    font-size: 1.875vw;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    color: #282828;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-title {
        margin-bottom: 2.1875vw;
        font-size: 6.25vw;
    }
}

.index-standard__swiper-slide-desc {
    margin: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-desc {
        padding-right: 7.5vw;
        padding-bottom: 7.5vw;
        padding-left: 7.5vw;
    }
}

@media (min-width: 768px) {
    .index-standard__swiper-slide-desc {
        padding-bottom: 1.71875vw;
        max-width: 13.85417vw;
    }
}

.index-standard__swiper-slide-price {
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.index-standard__swiper-slide-price-label {
    padding-right: 0.78125vw;
    font-size: 0.83333vw;
    font-weight: 500;
    color: #282828;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-price-label {
        padding-right: 1.5625vw;
        font-size: 5vw;
    }
}

.index-standard__swiper-slide-price-number {
    position: relative;
    font-size: 1.5625vw;
    font-weight: 900;
    color: #d8504f;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-price-number {
        font-size: 6.25vw;
    }
}

.index-standard__swiper-slide-price-number:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 0.20833vw;
    background-color: #282828;
    border-radius: 0.20833vw;
}

@media (max-width: 767px) {
    .index-standard__swiper-slide-price-number:before {
        height: 0.78125vw;
        border-radius: 0.78125vw;
    }
}

.index-top__group.-active .-loading-1,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-1 {
    transition-delay: 0.4s;
}

.index-top__group.-active .-loading-2,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-2 {
    transition-delay: 0.6s;
}

.index-top__group.-active .-loading-3,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-3 {
    transition-delay: 0.8s;
}

.index-top__group.-active .-loading-4,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-4 {
    transition-delay: 1s;
}

.index-top__group.-active .-loading-5,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-5 {
    transition-delay: 1.2s;
}

.index-top__group.-active .-loading-6,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-6 {
    transition-delay: 1.4s;
}

.index-top__group.-active .-loading-7,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-7 {
    transition-delay: 1.6s;
}

.index-top__group.-active .-loading-8,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-8 {
    transition-delay: 1.8s;
}

.index-top__group.-active .-loading-9,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-9 {
    transition-delay: 2s;
}

.index-top__group.-active .-loading-10,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-10 {
    transition-delay: 2.2s;
}

.index-top__group.-active .-loading-11,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-11 {
    transition-delay: 2.4s;
}

.index-top__group.-active .-loading-12,
.swiper-slide.swiper-slide.swiper-slide-active .-loading-12 {
    transition-delay: 2.6s;
}

.index-top__group .-loading-1,
.index-top__group .-loading-2,
.index-top__group .-loading-3,
.index-top__group .-loading-4,
.index-top__group .-loading-5,
.index-top__group .-loading-6,
.index-top__group .-loading-7,
.index-top__group .-loading-8,
.index-top__group .-loading-9,
.index-top__group .-loading-10,
.index-top__group .-loading-11,
.index-top__group .-loading-12,
.swiper-slide.swiper-slide .-loading-1,
.swiper-slide.swiper-slide .-loading-2,
.swiper-slide.swiper-slide .-loading-3,
.swiper-slide.swiper-slide .-loading-4,
.swiper-slide.swiper-slide .-loading-5,
.swiper-slide.swiper-slide .-loading-6,
.swiper-slide.swiper-slide .-loading-7,
.swiper-slide.swiper-slide .-loading-8,
.swiper-slide.swiper-slide .-loading-9,
.swiper-slide.swiper-slide .-loading-10,
.swiper-slide.swiper-slide .-loading-11,
.swiper-slide.swiper-slide .-loading-12 {
    transition-delay: 0s;
}

.index-top {
    position: relative;
    overflow: hidden;
    padding-top: 1.04167vw;
    padding-top: 0;
    padding-bottom: 9.11458vw;
    padding-bottom: 30px;
    margin-top: -6.67708vw;
}

@media (max-width: 767px) {
    .index-top {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
}

.index-top__bg {
    position: absolute;
    top: 0;
    left: 0;
}

.index-top__deco {
    position: absolute;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
    pointer-events: none;
}

.index-top__deco.-ipad-bottom {
    background-image: url(../../src/img/index-top/ipad-bottom.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-ipad-bottom {
        background-image: url(../../src/img/index-top-mobile/ipad-bottom.webp);
    }
}

.-no-webp .index-top__deco.-ipad-bottom {
    background-image: url(../../src/img/index-top/ipad-bottom.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-ipad-bottom {
        background-image: url(../../src/img/index-top-mobile/ipad-bottom.png);
    }
}

.index-top__deco.-ipad {
    background-image: url(../../src/img/index-top/ipad.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-ipad {
        background-image: url(../../src/img/index-top-mobile/ipad.webp);
    }
}

.-no-webp .index-top__deco.-ipad {
    background-image: url(../../src/img/index-top/ipad.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-ipad {
        background-image: url(../../src/img/index-top-mobile/ipad.png);
    }
}

.index-top__deco.-iphone {
    background-image: url(../../src/img/index-top/iphone.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-iphone {
        background-image: url(../../src/img/index-top-mobile/iphone.webp);
    }
}

.-no-webp .index-top__deco.-iphone {
    background-image: url(../../src/img/index-top/iphone.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-iphone {
        background-image: url(../../src/img/index-top-mobile/iphone.png);
    }
}

.index-top__deco.-coin-1 {
    background-image: url(../../src/img/index-top/coin-1.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-coin-1 {
        background-image: url(../../src/img/index-top-mobile/coin-1.webp);
    }
}

.-no-webp .index-top__deco.-coin-1 {
    background-image: url(../../src/img/index-top/coin-1.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-coin-1 {
        background-image: url(../../src/img/index-top-mobile/coin-1.png);
    }
}

.index-top__deco.-coin-2 {
    background-image: url(../../src/img/index-top/coin-2.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-coin-2 {
        background-image: url(../../src/img/index-top-mobile/coin-2.webp);
    }
}

.-no-webp .index-top__deco.-coin-2 {
    background-image: url(../../src/img/index-top/coin-2.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-coin-2 {
        background-image: url(../../src/img/index-top-mobile/coin-2.png);
    }
}

.index-top__deco.-coin-3 {
    background-image: url(../../src/img/index-top/coin-3.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-coin-3 {
        background-image: url(../../src/img/index-top-mobile/coin-3.webp);
    }
}

.-no-webp .index-top__deco.-coin-3 {
    background-image: url(../../src/img/index-top/coin-3.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-coin-3 {
        background-image: url(../../src/img/index-top-mobile/coin-3.png);
    }
}

.index-top__deco.-coin-4 {
    background-image: url(../../src/img/index-top/coin-4.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-coin-4 {
        background-image: url(../../src/img/index-top-mobile/coin-4.webp);
    }
}

.-no-webp .index-top__deco.-coin-4 {
    background-image: url(../../src/img/index-top/coin-4.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-coin-4 {
        background-image: url(../../src/img/index-top-mobile/coin-4.png);
    }
}

.index-top__deco.-coin-5 {
    background-image: url(../../src/img/index-top/coin-5.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-coin-5 {
        background-image: url(../../src/img/index-top-mobile/coin-5.webp);
    }
}

.-no-webp .index-top__deco.-coin-5 {
    background-image: url(../../src/img/index-top/coin-5.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-coin-5 {
        background-image: url(../../src/img/index-top-mobile/coin-5.png);
    }
}

.index-top__deco.-screen_1 {
    background-image: url(../../src/img/index-top/screen_1.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-screen_1 {
        background-image: url(../../src/img/index-top-mobile/screen_1.webp);
    }
}

.-no-webp .index-top__deco.-screen_1 {
    background-image: url(../../src/img/index-top/screen_1.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-screen_1 {
        background-image: url(../../src/img/index-top-mobile/screen_1.png);
    }
}

.index-top__deco.-screen_2 {
    background-image: url(../../src/img/index-top/screen_2.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-screen_2 {
        background-image: url(../../src/img/index-top-mobile/screen_2.webp);
    }
}

.-no-webp .index-top__deco.-screen_2 {
    background-image: url(../../src/img/index-top/screen_2.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-screen_2 {
        background-image: url(../../src/img/index-top-mobile/screen_2.png);
    }
}

.index-top__deco.-screen_3 {
    background-image: url(../../src/img/index-top/screen_3.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-screen_3 {
        background-image: url(../../src/img/index-top-mobile/screen_3.webp);
    }
}

.-no-webp .index-top__deco.-screen_3 {
    background-image: url(../../src/img/index-top/screen_3.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-screen_3 {
        background-image: url(../../src/img/index-top-mobile/screen_3.png);
    }
}

.index-top__deco.-screen_4 {
    background-image: url(../../src/img/index-top/screen_4.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-screen_4 {
        background-image: url(../../src/img/index-top-mobile/screen_4.webp);
    }
}

.-no-webp .index-top__deco.-screen_4 {
    background-image: url(../../src/img/index-top/screen_4.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-screen_4 {
        background-image: url(../../src/img/index-top-mobile/screen_4.png);
    }
}

.index-top__deco.-ball_1 {
    background-image: url(../../src/img/index-top/ball_1.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-ball_1 {
        background-image: url(../../src/img/index-top-mobile/ball_1.webp);
    }
}

.-no-webp .index-top__deco.-ball_1 {
    background-image: url(../../src/img/index-top/ball_1.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-ball_1 {
        background-image: url(../../src/img/index-top-mobile/ball_1.png);
    }
}

.index-top__deco.-ball_2 {
    background-image: url(../../src/img/index-top/ball_2.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-ball_2 {
        background-image: url(../../src/img/index-top-mobile/ball_2.webp);
    }
}

.-no-webp .index-top__deco.-ball_2 {
    background-image: url(../../src/img/index-top/ball_2.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-ball_2 {
        background-image: url(../../src/img/index-top-mobile/ball_2.png);
    }
}

.index-top__deco.-lock {
    background-image: url(../../src/img/index-top/lock.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-lock {
        background-image: url(../../src/img/index-top-mobile/lock.webp);
    }
}

.-no-webp .index-top__deco.-lock {
    background-image: url(../../src/img/index-top/lock.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-lock {
        background-image: url(../../src/img/index-top-mobile/lock.png);
    }
}

.index-top__deco.-stage {
    background-image: url(../../src/img/index-top/stage.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-stage {
        background-image: url(../../src/img/index-top-mobile/stage.webp);
    }
}

.-no-webp .index-top__deco.-stage {
    background-image: url(../../src/img/index-top/stage.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-stage {
        background-image: url(../../src/img/index-top-mobile/stage.png);
    }
}

.index-top__deco.-space_man {
    background-image: url(../../src/img/index-top/space_man.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-space_man {
        background-image: url(../../src/img/index-top-mobile/space_man.webp);
    }
}

.-no-webp .index-top__deco.-space_man {
    background-image: url(../../src/img/index-top/space_man.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-space_man {
        background-image: url(../../src/img/index-top-mobile/space_man.png);
    }
}

.index-top__deco.-cloud_1 {
    background-image: url(../../src/img/index-top/cloud_1.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-cloud_1 {
        background-image: url(../../src/img/index-top-mobile/cloud_1.webp);
    }
}

.-no-webp .index-top__deco.-cloud_1 {
    background-image: url(../../src/img/index-top/cloud_1.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-cloud_1 {
        background-image: url(../../src/img/index-top-mobile/cloud_1.png);
    }
}

.index-top__deco.-cloud_2 {
    background-image: url(../../src/img/index-top/cloud_2.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-cloud_2 {
        background-image: url(../../src/img/index-top-mobile/cloud_2.webp);
    }
}

.-no-webp .index-top__deco.-cloud_2 {
    background-image: url(../../src/img/index-top/cloud_2.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-cloud_2 {
        background-image: url(../../src/img/index-top-mobile/cloud_2.png);
    }
}

.index-top__deco.-bar_1 {
    background-image: url(../../src/img/index-top/bar_1.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-bar_1 {
        background-image: url(../../src/img/index-top-mobile/bar_1.webp);
    }
}

.-no-webp .index-top__deco.-bar_1 {
    background-image: url(../../src/img/index-top/bar_1.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-bar_1 {
        background-image: url(../../src/img/index-top-mobile/bar_1.png);
    }
}

.index-top__deco.-bar_2 {
    background-image: url(../../src/img/index-top/bar_2.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-bar_2 {
        background-image: url(../../src/img/index-top-mobile/bar_2.webp);
    }
}

.-no-webp .index-top__deco.-bar_2 {
    background-image: url(../../src/img/index-top/bar_2.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-bar_2 {
        background-image: url(../../src/img/index-top-mobile/bar_2.png);
    }
}

.index-top__deco.-bar_3 {
    background-image: url(../../src/img/index-top/bar_3.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-bar_3 {
        background-image: url(../../src/img/index-top-mobile/bar_3.webp);
    }
}

.-no-webp .index-top__deco.-bar_3 {
    background-image: url(../../src/img/index-top/bar_3.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-bar_3 {
        background-image: url(../../src/img/index-top-mobile/bar_3.png);
    }
}

.index-top__deco.-bar_4 {
    background-image: url(../../src/img/index-top/bar_4.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-bar_4 {
        background-image: url(../../src/img/index-top-mobile/bar_4.webp);
    }
}

.-no-webp .index-top__deco.-bar_4 {
    background-image: url(../../src/img/index-top/bar_4.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-bar_4 {
        background-image: url(../../src/img/index-top-mobile/bar_4.png);
    }
}

.index-top__deco.-pc {
    background-image: url(../../src/img/index-top/pc.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-pc {
        background-image: url(../../src/img/index-top-mobile/pc.webp);
    }
}

.-no-webp .index-top__deco.-pc {
    background-image: url(../../src/img/index-top/pc.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-pc {
        background-image: url(../../src/img/index-top-mobile/pc.png);
    }
}

.index-top__deco.-ig {
    background-image: url(../../src/img/index-top/ig.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-ig {
        background-image: url(../../src/img/index-top-mobile/ig.webp);
    }
}

.-no-webp .index-top__deco.-ig {
    background-image: url(../../src/img/index-top/ig.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-ig {
        background-image: url(../../src/img/index-top-mobile/ig.png);
    }
}

.index-top__deco.-fb {
    background-image: url(../../src/img/index-top/fb.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-fb {
        background-image: url(../../src/img/index-top-mobile/fb.webp);
    }
}

.-no-webp .index-top__deco.-fb {
    background-image: url(../../src/img/index-top/fb.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-fb {
        background-image: url(../../src/img/index-top-mobile/fb.png);
    }
}

.index-top__deco.-gplus {
    background-image: url(../../src/img/index-top/gplus.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-gplus {
        background-image: url(../../src/img/index-top-mobile/gplus.webp);
    }
}

.-no-webp .index-top__deco.-gplus {
    background-image: url(../../src/img/index-top/gplus.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-gplus {
        background-image: url(../../src/img/index-top-mobile/gplus.png);
    }
}

.index-top__deco.-like {
    background-image: url(../../src/img/index-top/like.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-like {
        background-image: url(../../src/img/index-top-mobile/like.webp);
    }
}

.-no-webp .index-top__deco.-like {
    background-image: url(../../src/img/index-top/like.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-like {
        background-image: url(../../src/img/index-top-mobile/like.png);
    }
}

.index-top__deco.-up_curve {
    background-image: url(../../src/img/index-top/up_curve.webp);
}

@media (max-width: 1350px) {
    .index-top__deco.-up_curve {
        background-image: url(../../src/img/index-top-mobile/up_curve.webp);
    }
}

.-no-webp .index-top__deco.-up_curve {
    background-image: url(../../src/img/index-top/up_curve.png);
}

@media (max-width: 1350px) {
    .-no-webp .index-top__deco.-up_curve {
        background-image: url(../../src/img/index-top-mobile/up_curve.png);
    }
}

/* 不滿意全額退費 */
.index-top__deco.-g02cloud {
    background-image: url(../../src/img/index-top/group02_cloud.png);
}
.index-top__deco.-g02cloud {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
}
@media (max-width: 767px) {
    .index-top__deco.-g02cloud {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02bg {
    background-image: url(../../src/img/index-top/group02_bg.png);
}
.index-top__deco.-g02bg {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 2;
}
@media (max-width: 767px) {
    .index-top__deco.-g02bg {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02people {
    background-image: url(../../src/img/index-top/group02_people.png);
    width: 30%;
}
.index-top__deco.-g02people {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 3;
}
@media (max-width: 767px) {
    .index-top__deco.-g02people {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02shadow {
    background-image: url(../../src/img/index-top/group02_shadow.png);
}
.index-top__deco.-g02shadow {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 1;
}
@media (max-width: 767px) {
    .index-top__deco.-g02shadow {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02coin1 {
    background-image: url(../../src/img/index-top/group02_coin1.png);
}
.index-top__deco.-g02coin1 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
}
@media (max-width: 767px) {
    .index-top__deco.-g02coin1 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02coin2 {
    background-image: url(../../src/img/index-top/group02_coin2.png);
}
.index-top__deco.-g02coin2 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
}
@media (max-width: 767px) {
    .index-top__deco.-g02coin2 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02coin3 {
    background-image: url(../../src/img/index-top/group02_coin3.png);
}
.index-top__deco.-g02coin3 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
}
@media (max-width: 767px) {
    .index-top__deco.-g02coin3 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02coin4 {
    background-image: url(../../src/img/index-top/group02_coin4.png);
}
.index-top__deco.-g02coin4 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
}
@media (max-width: 767px) {
    .index-top__deco.-g02coin4 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02coin5 {
    background-image: url(../../src/img/index-top/group02_coin5.png);
}
.index-top__deco.-g02coin5 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 2;
}
@media (max-width: 767px) {
    .index-top__deco.-g02coin5 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g02light1 {
    background-image: url(../../src/img/index-top/group02_light1.png);
}
.index-top__deco.-g02light1 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 5;
    opacity: 1;
    transition: 0.5s;
}
@media (max-width: 767px) {
    .index-top__deco.-g02light1 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
        z-index: 5;
    }
}

.index-top__deco.-g02light2 {
    background-image: url(../../src/img/index-top/group02_light2.png);
}
.index-top__deco.-g02light2 {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 2;
    opacity: 1;
    transition: 0.5s;
}
@media (max-width: 767px) {
    .index-top__deco.-g02light2 {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
        z-index: 2;
    }
}

.index-top__deco.-g02shine {
    background-image: url(../../src/img/index-top/group02_shine.png);
}
.index-top__deco.-g02shine {
    top: 2vw;
    right: 1.3vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 1;
    opacity: 1;
    transition: 0.8s;
}
@media (max-width: 767px) {
    .index-top__deco.-g02shine {
        top: 65vw;
        right: -31.3vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

/* 20天 快速上線 */
.index-top__deco.-g01pc {
    background-image: url(../../src/img/index-top/group01_pc.png);
}
.index-top__deco.-g01pc {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 2;
}
@media (max-width: 767px) {
    .index-top__deco.-g01pc {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g01rocket1 {
    background-image: url(../../src/img/index-top/group01_rocket1.png);
}
.index-top__deco.-g01rocket1 {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 1;
}
@media (max-width: 767px) {
    .index-top__deco.-g01rocket1 {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g01rocket2 {
    background-image: url(../../src/img/index-top/group01_rocket2.png);
}
.index-top__deco.-g01rocket2 {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 4;
}
@media (max-width: 767px) {
    .index-top__deco.-g01rocket2 {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g01web1 {
    background-image: url(../../src/img/index-top/group01_web1.png);
}
.index-top__deco.-g01web1 {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 3;
}
@media (max-width: 767px) {
    .index-top__deco.-g01web1 {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g01web2 {
    background-image: url(../../src/img/index-top/group01_web2.png);
}
.index-top__deco.-g01web2 {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 3;
}
@media (max-width: 767px) {
    .index-top__deco.-g01web2 {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__deco.-g01web3 {
    background-image: url(../../src/img/index-top/group01_web3.png);
}
.index-top__deco.-g01web3 {
    top: 8vw;
    right: 0vw;
    width: 57.29vw;
    height: 39.06vw;
    z-index: 2;
}
@media (max-width: 767px) {
    .index-top__deco.-g01web3 {
        top: 76vw;
        right: -30vw;
        width: 114.58vw;
        height: 78.12vw;
    }
}

.index-top__container {
    z-index: 10;
}

.index-top__deco.-ipad {
    top: 25.9375vw;
    right: 10.46875vw;
    width: 20.98958vw;
    height: 13.48958vw;
    z-index: 5;
}

@media (max-width: 767px) {
    .index-top__deco.-ipad {
        top: 93.125vw;
        right: 0.625vw;
        width: 46.5625vw;
        height: 29.92478vw;
    }
}

.index-top__deco.-iphone {
    top: 30.3125vw;
    left: 44.63542vw;
    width: 15.26042vw;
    height: 9.94792vw;
}

@media (max-width: 767px) {
    .index-top__deco.-iphone {
        top: 116.875vw;
        right: 35vw;
        left: auto;
        width: 44.6875vw;
        height: 29.13076vw;
    }
}

.index-top__deco.-ipad-bottom {
    top: 16.97917vw;
    right: -6.51042vw;
    width: 56.04167vw;
    height: 27.65625vw;
}

@media (max-width: 767px) {
    .index-top__deco.-ipad-bottom {
        top: 75vw;
        right: -34.6875vw;
        width: 115vw;
        height: 56.75186vw;
    }
}

.index-top__deco.-coin {
    z-index: 6;
}

.index-top__deco.-coin-1 {
    top: 38.69792vw;
    right: 10.625vw;
    width: 3.33333vw;
    height: 3.125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-coin-1 {
        top: 119.375vw;
        right: 2.5vw;
        width: 6.875vw;
        height: 6.44531vw;
    }
}

.index-top__deco.-coin-2 {
    top: 18.38542vw;
    right: 28.38542vw;
    width: 3.17708vw;
    height: 3.125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-coin-2 {
        top: 77.8125vw;
        right: 38.75vw;
        width: 6.5625vw;
        height: 6.45492vw;
    }
}

.index-top__deco.-coin-3 {
    top: 12.55208vw;
    right: 36.40625vw;
    width: 2.76042vw;
    height: 3.28125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-coin-3 {
        top: 63.125vw;
        right: 50vw;
        width: 5.625vw;
        height: 6.68632vw;
    }
}

.index-top__deco.-coin-4 {
    top: 28.80208vw;
    right: 37.60417vw;
    width: 3.54167vw;
    height: 2.8125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-coin-4 {
        top: 104.0625vw;
        right: 50.3125vw;
        width: 7.1875vw;
        height: 5.70772vw;
    }
}

.index-top__deco.-coin-5 {
    top: 30.9375vw;
    right: 7.91667vw;
    width: 2.70833vw;
    height: 2.08333vw;
}

@media (max-width: 767px) {
    .index-top__deco.-coin-5 {
        top: 81.25vw;
        right: -1.25vw;
        width: 5.625vw;
        height: 4.32692vw;
    }
}

.index-top__deco.-screen_1 {
    top: 10.20833vw;
    right: 24.73958vw;
    width: 24.53125vw;
    height: 15.625vw;
}

@media (max-width: 767px) {
    .index-top__deco.-screen_1 {
        top: 55.625vw;
        right: 0.9375vw;
        width: 49.0625vw;
        height: 31.25vw;
    }
}

.index-top__deco.-screen_2 {
    top: 14.58333vw;
    right: 3.4375vw;
    width: 25.10417vw;
    height: 16.25vw;
}

@media (max-width: 767px) {
    .index-top__deco.-screen_2 {
        top: 67.5vw;
        right: -33.75vw;
        width: 43.125vw;
        height: 27.91494vw;
    }
}

.index-top__deco.-screen_3 {
    top: 19.47917vw;
    right: 32.44792vw;
    width: 25.83333vw;
    height: 17.65625vw;
}

@media (max-width: 767px) {
    .index-top__deco.-screen_3 {
        top: 74.375vw;
        right: 16.5625vw;
        width: 51.5625vw;
        height: 35.24131vw;
    }
}

.index-top__deco.-screen_4 {
    top: 24.21875vw;
    right: 10vw;
    width: 26.45833vw;
    height: 18.02083vw;
}

@media (max-width: 767px) {
    .index-top__deco.-screen_4 {
        top: 83.75vw;
        right: -28.125vw;
        width: 52.8125vw;
        height: 35.97072vw;
    }
}

.index-top__deco.-ball_1 {
    top: 22.55208vw;
    right: 45.83333vw;
    width: 12.34375vw;
    height: 10.15625vw;
}

@media (max-width: 767px) {
    .index-top__deco.-ball_1 {
        top: 76.25vw;
        right: 37.5vw;
        width: 28.4375vw;
        height: 23.39794vw;
    }
}

.index-top__deco.-ball_2 {
    top: 16.35417vw;
    right: 0.98958vw;
    width: 14.73958vw;
    height: 18.17708vw;
}

@media (max-width: 767px) {
    .index-top__deco.-ball_2 {
        top: 72.1875vw;
        right: -16.875vw;
        width: 25vw;
        height: 30.83039vw;
    }
}

.index-top__deco.-lock {
    top: 25.88542vw;
    right: 29.53125vw;
    width: 10.9375vw;
    height: 14.47917vw;
}

@media (max-width: 767px) {
    .index-top__deco.-lock {
        top: 94.375vw;
        right: 20.9375vw;
        width: 25.3125vw;
        height: 33.50893vw;
    }
}

.index-top__deco.-space_man {
    top: 28.125vw;
    right: 22.76042vw;
    width: 9.84375vw;
    height: 10.57292vw;
}

@media (max-width: 767px) {
    .index-top__deco.-space_man {
        top: 95.9375vw;
        right: 1.875vw;
        width: 27.5vw;
        height: 29.53704vw;
    }
}

.index-top__deco.-stage {
    z-index: 3;
    top: 30.67708vw;
    right: 9.0625vw;
    width: 36.875vw;
    height: 7.8125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-stage {
        top: 98.4375vw;
        right: -0.625vw;
        width: 67.8125vw;
        height: 14.36706vw;
    }
}

.index-top__deco.-pc {
    z-index: 5;
    top: 14.94792vw;
    right: 13.02083vw;
    width: 28.85417vw;
    height: 17.08333vw;
}

@media (max-width: 767px) {
    .index-top__deco.-pc {
        top: 68.4375vw;
        right: 1.875vw;
        width: 55vw;
        height: 32.56318vw;
    }
}

.index-top__deco.-bar_1 {
    top: 12.60417vw;
    right: 37.5vw;
    width: 5.15625vw;
    height: 18.28125vw;
}

@media (max-width: 767px) {
    .index-top__deco.-bar_1 {
        top: 64.0625vw;
        right: 46.25vw;
        width: 9.375vw;
        height: 33.23864vw;
    }
}

.index-top__deco.-bar_2 {
    top: 10.625vw;
    right: 31.61458vw;
    width: 5.15625vw;
    height: 20.26042vw;
}

@media (max-width: 767px) {
    .index-top__deco.-bar_2 {
        top: 60.9375vw;
        right: 33.75vw;
        width: 9.375vw;
        height: 36.83712vw;
    }
}

.index-top__deco.-bar_3 {
    top: 8.90625vw;
    right: 25.78125vw;
    width: 5.15625vw;
    height: 21.97917vw;
}

@media (max-width: 767px) {
    .index-top__deco.-bar_3 {
        top: 57.8125vw;
        right: 21.25vw;
        width: 9.375vw;
        height: 39.96212vw;
    }
}

.index-top__deco.-bar_4 {
    top: 7.5vw;
    right: 19.89583vw;
    width: 5.15625vw;
    height: 23.4375vw;
}

@media (max-width: 767px) {
    .index-top__deco.-bar_4 {
        top: 54.6875vw;
        right: 8.75vw;
        width: 9.375vw;
        height: 42.61364vw;
    }
}

.index-top__deco.-cloud_1 {
    z-index: 2;
    top: 27.86458vw;
    right: 38.28125vw;
    width: 11.25vw;
    height: 8.17708vw;
}

@media (max-width: 767px) {
    .index-top__deco.-cloud_1 {
        top: 90.3125vw;
        right: 49.375vw;
        width: 21.5625vw;
        height: 15.67274vw;
    }
}

.index-top__deco.-cloud_2 {
    z-index: 2;
    top: 25.88542vw;
    right: 7.39583vw;
    width: 11.14583vw;
    height: 9.01042vw;
}

@media (max-width: 767px) {
    .index-top__deco.-cloud_2 {
        top: 89.0625vw;
        right: -8.75vw;
        width: 21.25vw;
        height: 17.17874vw;
    }
}

.index-top__deco.-up_curve {
    z-index: 4;
    top: 6.66667vw;
    right: 8.75vw;
    width: 35.83333vw;
    height: 14.375vw;
}

@media (max-width: 767px) {
    .index-top__deco.-up_curve {
        top: 54.6875vw;
        right: 2.1875vw;
        width: 59.6875vw;
        height: 23.9444vw;
    }
}

.index-top__deco.-ig {
    z-index: 6;
    top: 29.27083vw;
    right: 14.94792vw;
    width: 5.10417vw;
    height: 5.10417vw;
}

@media (max-width: 767px) {
    .index-top__deco.-ig {
        top: 95.625vw;
        right: 4.375vw;
        width: 11.875vw;
        height: 11.875vw;
    }
}

.index-top__deco.-fb {
    z-index: 6;
    top: 32.76042vw;
    right: 31.09375vw;
    width: 6.51042vw;
    height: 6.5625vw;
}

@media (max-width: 767px) {
    .index-top__deco.-fb {
        top: 101.5625vw;
        right: 35.3125vw;
        width: 13.75vw;
        height: 13.86vw;
    }
}

.index-top__deco.-gplus {
    z-index: 6;
    top: 25.88542vw;
    right: 40.67708vw;
    width: 4.89583vw;
    height: 4.94792vw;
}

@media (max-width: 767px) {
    .index-top__deco.-gplus {
        top: 83.4375vw;
        right: 55.3125vw;
        width: 9.375vw;
        height: 9.47473vw;
    }
}

.index-top__deco.-like {
    z-index: 6;
    top: 19.42708vw;
    right: 9.21875vw;
    width: 3.22917vw;
    height: 3.22917vw;
}

@media (max-width: 767px) {
    .index-top__deco.-like {
        top: 78.75vw;
        right: 2.5vw;
        width: 7.8125vw;
        height: 7.8125vw;
    }
}

.index-top .js-index-top-swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    z-index: 19;
    pointer-events: none;
}

.index-top .js-index-top-swiper-box__center {
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .index-top .js-index-top-swiper-box__center {
        display: none;
    }
}

.index-top .js-index-top-swiper-current,
.index-top .js-index-top-swiper-max {
    display: block;
    width: 20px;
    text-align: center;
}

.index-top .js-index-top-swiper-current {
    color: #000;
}

.index-top .js-index-top-swiper-max {
    color: #747373;
}

.index-top .js-index-top-swiper-next,
.index-top .js-index-top-swiper-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .index-top .js-index-top-swiper-next,
    .index-top .js-index-top-swiper-prev {
        width: 45px;
        height: 45px;
    }
}

.-pc .index-top .js-index-top-swiper-next,
.-pc .index-top .js-index-top-swiper-prev {
    transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .index-top .js-index-top-swiper-next img,
.-pc .index-top .js-index-top-swiper-prev img {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .index-top .js-index-top-swiper-next:hover,
.-pc .index-top .js-index-top-swiper-prev:hover {
    background: #5f0a22;
}

.-pc .index-top .js-index-top-swiper-next:hover img.-white,
.-pc .index-top .js-index-top-swiper-prev:hover img.-white {
    opacity: 1;
}

.index-top .js-index-top-swiper-next img,
.index-top .js-index-top-swiper-prev img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 12px;
}

@media (max-width: 767px) {
    .index-top .js-index-top-swiper-next img,
    .index-top .js-index-top-swiper-prev img {
        height: 10px;
    }
}

.index-top .js-index-top-swiper-next img.-white,
.index-top .js-index-top-swiper-prev img.-white {
    opacity: 0;
    z-index: 1;
}

.index-top .js-index-top-swiper-prev {
    margin-right: 12px;
}

.index-top .js-index-top-swiper-next {
    margin-left: 12px;
}

.index-top .contact-hand-btn {
    position: absolute;
    top: 4.16667vw;
    right: 14.79167vw;
    z-index: 1280;
}

@media (max-width: 767px) {
    .index-top .contact-hand-btn {
        top: 89.0625vw;
        right: auto;
        left: 5.625vw;
    }
}

.index-top__mobile {
    display: block;
    margin-top: -23.4375vw;
}

@media (min-width: 768px) {
    .index-top__mobile {
        display: none;
    }
}

/* @media (min-width: 768px) {
    .index-top__container-inner {
        padding-right: 6.04167vw;
        padding-left: 6.04167vw;
    }
} */

.index-top__swiper {
    overflow: visible;
}

@media (min-width: 768px) {
    .index-top__swiper {
        margin-left: 0;
        width: 100%;
        z-index: 3;
    }
}

.index-top__swiper-slide {
    padding-bottom: 4.6875vw;
    opacity: 0 !important;
    transition: opacity 1s ease 0.3s !important;
}

@media (min-width: 768px) {
    .index-top__swiper-slide {
        display: block;
        padding-bottom: 3.125vw;
    }
}

.index-top__swiper-slide.swiper-slide-active,
.index-top__swiper-slide.swiper-slide-duplicate-active {
    opacity: 1 !important;
    transition: opacity 1s ease 0.3s !important;
}

.index-top__swiper-slide-text {
    padding-top: 14.0625vw;
}

@media (min-width: 768px) {
    .index-top__swiper-slide-text {
        padding-top: 7.29167vw;
    }
}

@media (min-width: 768px) {
    .index-top__swiper-slide-img {
        width: 33.3333333%;
    }
}

.index-top__swiper-slide-title {
    padding-bottom: 0;
    font-size: 3.4375vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-title {
        padding-bottom: 0.625vw;
        font-size: 6.875vw;
        line-height: 1.3;
    }
}

.index-top__swiper-slide-btn {
    padding: 0.78125vw 2.86458vw;
    font-size: 0.9375vw;
    line-height: 1;
    font-weight: 500;
    color: #f8f8f8;
    background-color: #5f0a22;
    border-radius: 1.30208vw;
    font-style: normal;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-btn {
        padding: 3.125vw 7.8125vw;
        font-size: 4.375vw;
        border-radius: 5.3125vw;
    }
}

.index-top__swiper-slide-btn-text {
    position: relative;
    z-index: 1;
}

.index-top__swiper-slide-btn-box {
    padding-top: 1.82292vw;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-btn-box {
        padding-top: 4.0625vw;
    }
}

.index-top__swiper-slide-title p {
    background: -webkit-linear-gradient(225deg, #cb0033 20%, #d24f3f, #d97a4d 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    font-size: 4.5vw;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-title p {
        font-size: 9.4vw;
    }
}

.index-top__swiper-slide-price-main {
    font-size: 7.1875vw;
    font-weight: 900;
    color: #fb6234;
    letter-spacing: normal;
    line-height: 9.6875vw;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-price-main {
        font-size: 13.75vw;
        line-height: 18.75vw;
    }
}

.-price .index-top__swiper-slide-price-main {
    font-size: 12.5vw;
    line-height: 12.5vw;
    font-weight: 800;
}

@media (max-width: 767px) {
    .-price .index-top__swiper-slide-price-main {
        font-size: 18.75vw;
        line-height: 20.3125vw;
    }
}

.index-top__swiper-slide-price-small {
    margin-left: -2vw;
    font-size: 0.9375vw;
    font-weight: 900;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .index-top__swiper-slide-price-small {
        margin-left: -3.125vw;
        font-size: 3.75vw;
    }
}

.index-transition {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    height: 69.79167vw;
    margin-bottom: -12.08333vw;
}

@media (max-width: 767px) {
    .index-transition {
        display: none;
    }
}

.index-transition__bg-logo {
    position: absolute;
    bottom: 12.08333vw;
    left: 0;
    width: 100%;
    z-index: 0;
}

.index-transition__text {
    position: absolute;
    bottom: 28.80208vw;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 3;
    line-height: 1;
}

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

    to {
        transform: translateX(100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.index-transition__text-inner {
    position: relative;
    left: -100px;
    display: flex;
    width: auto;
    white-space: nowrap;
}

.index-transition__text-inner-animation {
    display: flex;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

.index-transition__text-inner-animation.-fake {
    position: absolute;
    top: 0;
    left: -100%;
}

.index-transition__text-single {
    padding-right: 10.3125vw;
    letter-spacing: 0.05em;
}

.index-transition__text-single.-linear-purple {
    color: #d8504f;
}

.index-transition__text-single.-linear-blue {
    position: relative;
    color: #2ebcdf;
}

.index-transition__text-single.-linear-blue .index-transition__text-single-bottom {
    text-indent: 1.3125vw;
}

.index-transition__text-single.-hollow {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 0.10417vw #d8504f;
}

.index-transition__text-single.-hollow .index-transition__text-single-bottom {
    -webkit-text-stroke: 1px rgba(91, 66, 217, 0.5);
}

.index-transition__text-single-top {
    padding-bottom: 0.26042vw;
    font-size: 6.77083vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.index-transition__text-single-bottom {
    font-size: 1.25vw;
    font-weight: 500;
    text-indent: 0.27083vw;
}

.index-transition__deco {
    position: absolute;
    z-index: 3;
}

.index-transition__deco.-space-man {
    bottom: 24.11458vw;
    left: 5.78125vw;
    width: 7.08333vw;
}

.index-transition__deco.-ufo {
    bottom: 47.96875vw;
    left: 41.45833vw;
    width: 11.875vw;
}

.index-transition__deco.-pen {
    bottom: 40.625vw;
    left: 62.96875vw;
    width: 7.8125vw;
}

.index-transition__deco.-smile {
    bottom: 42.1875vw;
    left: 62.5vw;
    width: 5.67708vw;
}

.index-transition__deco.-heart {
    bottom: 20.10417vw;
    left: 55.88542vw;
    width: 5.10417vw;
}

.index-transition__deco.-hands {
    bottom: 51.82292vw;
    right: 0;
    width: 10.88542vw;
}

.index-transition__deco.-blur-ball {
    bottom: 33.54167vw;
    left: 27.08333vw;
    width: 41.66667vw;
}

.index-why {
    margin-top: -10.67708vw;
    padding-top: 10.67708vw;
    margin-bottom: 10.67708vw;
}

@media (max-width: 767px) {
    .index-why {
        margin-top: -25vw;
        padding-top: 20vw;
        margin-bottom: 10vw;
    }
}

@media (min-width: 768px) {
    .index-why__title {
        padding-bottom: 1.5625vw;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .index-why__title {
        padding-bottom: 5.625vw;
        text-align: center;
    }

    .page-about .index-why__title {
        letter-spacing: normal;
        padding-top: 21.875vw;
    }
}

.index-why__title-top {
    font-size: 2vw;
    padding-bottom: 1.38542vw;
}

.index-why__desc {
    position: relative;
    text-align: center;
    color: #313131;
}

.index-why__desc::before {
    display: inline-block;
    content: "";
    height: 60px;
    width: 1px;
    margin: 0 auto 20px;
    background-color: #ccc;
}

.index-why__desc-top {
    padding-bottom: 0.88542vw;
    font-weight: 900;
    font-size: 1.875vw;
}

@media (min-width: 768px) {
    .index-why__desc {
        margin: auto;
        padding-bottom: 1.8125vw;
        max-width: 26.04167vw;
    }
}

@media (max-width: 767px) {
    .index-why__desc {
        padding-bottom: 0;
        max-width: 100%;
        text-align: center;
    }
    .index-why__title-top {
        font-size: 5vw;
        text-align: center;
    }
    .index-why__desc::before {
        height: 30px;
    }
    .index-why__desc-top {
        font-size: 6.25vw;
    }
    .index-why__desc-bottom {
        display: none;
    }
    .index-why__card-desc {
        font-size: 4vw;
    }
    .index-why__left {
        padding-top: 5vw;
        display: flex;
        flex-wrap: wrap;
    }
}

.index-why__left {
    position: relative;
}

@media (min-width: 768px) {
    .index-why__left {
        /* display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		gap: 0 .26042vw */
        display: flex;
        flex-wrap: wrap;
    }
}

.index-why__card {
    margin-top: 4vw;
    width: 25%;
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    .index-why__card {
        width: 50%;
        margin-top: 8vw;
        /* padding-bottom: 12.5vw */
    }
}

.index-why__card.-fake {
    position: relative;
    opacity: 0 !important;
}

.index-why__card-index {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #151515, #151515);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 2.29167vw;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.05em;
}

@media (max-width: 767px) {
    .index-why__card-index {
        padding-bottom: 4.0625vw;
        min-width: 0;
        font-size: 13.125vw;
    }
}

.index-why__card-title {
    padding-top: 0.88542vw;
    padding-bottom: 0.88542vw;
    font-size: 1.9vw;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.1875em;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .index-why__card-title {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
        font-size: 4.5vw;
        letter-spacing: 0.15em;
    }
    .index-why__card-desc {
        font-size: 4vw;
    }
}

.index-why__card-desc {
    letter-spacing: 0.1em;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .index-why__card-desc {
        margin: auto;
        max-width: 10.41667vw;
    }
}

.index-why__card-desc.-purple {
    color: #cb0033;
}

@media (max-width: 767px) {
    .index-why__card-text {
        padding-bottom: 6.25vw;
    }
}

.index-why__card-thumb {
    position: relative;
    width: 4.2vw;
    margin: auto auto 0;
}

@media (max-width: 767px) {
    .index-why__card-thumb {
        width: 32vw;
    }
}

.index-why__card-thumb:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.index-why__card-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bottom-contact {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .bottom-contact {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .page-index .bottom-contact {
        margin-top: -5.46875vw;
        padding-top: 5.46875vw;
    }
}

@media (min-width: 768px) {
    .bottom-contact__form,
    .bottom-contact__map {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }

    .page-contact .bottom-contact__form,
    .page-contact .bottom-contact__map {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.bottom-contact__form {
    padding: 4.73958vw 5.46875vw 0;
    /* background-image: linear-gradient(156deg, #e8e3df, #cfcfcf); */
}

@media (max-width: 767px) {
    .bottom-contact__form {
        padding: 57px 7.5vw 0;
    }
}

.bottom-contact__map {
    position: relative;
}

@media (min-width: 768px) {
    .bottom-contact__map {
        min-height: 30.41667vw;
    }
}

@media (max-width: 767px) {
    .bottom-contact__map:before {
        content: "";
        display: block;
        padding-bottom: 66.6666666%;
        width: 100%;
    }
}

.bottom-contact__map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-top {
    position: relative;
    padding-top: 4.94792vw;
}

@media (max-width: 767px) {
    .news-top {
        padding-top: 14.0625vw;
    }
}

.news-top-title {
    padding-bottom: 9.375vw;
    font-size: 13.125vw;
    font-weight: 900;
    line-height: 1;
}

@media (min-width: 768px) {
    .news-top-title {
        display: none;
    }
}

.news-top-container {
    padding-bottom: 5.20833vw;
}

@media (max-width: 1199px) {
    .news-top-container {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .news-top-container {
        display: block;
        padding-top: 0;
        padding-bottom: 12.5vw;
    }
}

.news-top .container {
    position: relative;
}

@media (min-width: 1200px) {
    .news-top .container {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .news-top .container {
        margin-bottom: 0;
    }
}

.news-top .container-inner {
    position: relative;
}

.news-top-big-title {
    position: relative;
    padding-bottom: 1.04167vw;
    font-size: 4.0625vw;
    font-weight: 900;
    z-index: 2;
    line-height: 1;
}

@media (max-width: 767px) {
    .news-top-big-title {
        display: none;
    }
}

.news-top .swiper-pagination {
    position: relative;
    text-align: left;
}

@media (min-width: 768px) {
    .news-top .swiper-pagination {
        position: absolute;
        bottom: -40px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .news-top .swiper-pagination {
        margin-top: 10px;
    }
}

.news-top .swiper-pagination-bullet {
    margin-right: 32px;
    background: #ddd0d0 !important;
    border: 0 !important;
    opacity: 1;
}

@media (max-width: 767px) {
    .news-top .swiper-pagination-bullet {
        margin-right: 8px;
        margin-left: 8px;
    }
}

.news-top .swiper-pagination-bullet-active {
    background: #cb0033 !important;
}

.news-top-group {
    position: relative;
    display: flex;
    z-index: 0;
}

@media (max-width: 767px) {
    .news-top-group {
        flex-direction: column;
        padding-bottom: 10.9375vw;
        border-bottom: 1px solid #b8b8b8;
    }

    .news-single .news-top-group {
        padding-bottom: 6.25vw;
        border: 0;
    }
}

.news-top-group-title {
    padding-bottom: 1.5625vw;
    font-size: 1.875vw;
    font-weight: 900;
    letter-spacing: normal;
    text-align: justify;
}

@media (max-width: 767px) {
    .news-top-group-title {
        padding-right: 9.375vw;
        padding-bottom: 0;
        font-size: 6.25vw;
    }
}

.news-top-group-title-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 40px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background: #cb0033;
    text-transform: uppercase;
    margin-bottom: 1.5625vw;
    letter-spacing: 1.2px;
}

@media (max-width: 767px) {
    .news-top-group-title-label {
        margin-bottom: 4.6875vw;
    }
}

.news-top-group-desc {
    font-size: 0.83333vw;
    color: #575757;
}

@media (max-width: 767px) {
    .news-top-group-desc {
        display: none;
    }
}

.news-top-group-info {
    position: relative;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .news-top-group-info {
        display: block;
    }
}

.news-top-group-year {
    padding-top: 35px;
    padding-left: 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    letter-spacing: 0.6px;
    line-height: 1;
}

@media (min-width: 768px) {
    .news-top-group-year {
        padding-top: 4.16667vw;
        padding-left: 1.82292vw;
        font-size: 1.5625vw;
    }
}

.news-top-group-date {
    text-align: center;
}

@media (max-width: 767px) {
    .news-single .news-top-group-date {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.news-top-group-date-number {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.28px;
    line-height: 1;
}

@media (max-width: 767px) {
    .news-top-group-date-number {
        font-size: 12px;
    }
}

.news-top-group-date-split {
    margin: 10px auto;
    width: 1px;
    height: 2.08333vw;
    background: #878787;
}

@media (max-width: 767px) {
    .news-top-group-date-split {
        height: 12.5vw;
    }
}

@media (min-width: 768px) {
    .news-top-group-left {
        display: flex;
        justify-content: space-between;
        padding-right: 4.16667vw;
        width: 33.33333333%;
        min-width: 33.33333333%;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .news-top-group-left {
        position: relative;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .news-single .news-top-group-left {
        display: block;
    }
}

.news-top-group-right {
    position: relative;
}

@media (min-width: 768px) {
    .news-top-group-right {
        width: 66.66666666%;
        min-width: 66.66666666%;
    }
}

@media (max-width: 767px) {
    .news-top-group-right {
        order: -1;
        padding-bottom: 6.25vw;
    }
}

.program-bottom {
    position: relative;
    padding-top: 9.16667vw;
}

@media (max-width: 767px) {
    .program-bottom {
        padding-top: 25.9375vw;
    }
}

.program-bottom__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

@media (max-width: 767px) {
    .program-bottom__bg {
        top: auto;
        bottom: 0;
    }
}

.program-bottom__deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.program-bottom__deco.-pen {
    top: -1.71875vw;
    left: 71.25vw;
    width: 3.4375vw;
}

@media (max-width: 767px) {
    .program-bottom__deco.-pen {
        top: -6.25vw;
        left: 69.6875vw;
        width: 12.1875vw;
    }
}

.program-bottom__deco.-triangle {
    top: 18.07292vw;
    left: 27.91667vw;
    width: 4.11458vw;
}

@media (max-width: 767px) {
    .program-bottom__deco.-triangle {
        top: 115.625vw;
        left: 9.0625vw;
        width: 15.625vw;
    }
}

.program-bottom__deco.-square {
    bottom: 5.83333vw;
    left: 56.5625vw;
    width: 6.45833vw;
}

@media (max-width: 767px) {
    .program-bottom__deco.-square {
        bottom: 25.9375vw;
        left: 66.875vw;
        width: 21.5625vw;
    }
}

.program-bottom__top {
    position: relative;
    z-index: 2;
}

.program-bottom__title {
    padding-bottom: 2.23958vw;
    font-size: 3.125vw;
    font-weight: 900;
    text-align: center;
    color: #cb0033;
    line-height: 1;
}

@media (max-width: 767px) {
    .program-bottom__title {
        padding-bottom: 14.6875vw;
        font-size: 7.5vw;
        letter-spacing: 0.05em;
        line-height: 1.2;
    }
}

.program-bottom__title-top {
    padding-bottom: 1.5625vw;
}

@media (min-width: 768px) {
    .program-bottom__title-bottom br {
        display: none;
    }
}

.program-bottom__desc {
    margin: auto;
    padding-bottom: 23.4375vw;
}

@media (min-width: 768px) {
    .program-bottom__desc {
        padding-bottom: 4.53125vw;
        max-width: 28.125vw;
        text-align: center;
    }
}

.program-bottom__bottom {
    position: relative;
    padding-bottom: 10.72917vw;
    text-align: center;
    z-index: 2;
}

@media (max-width: 767px) {
    .program-bottom__bottom {
        padding-bottom: 64.375vw;
    }
}

.program-bottom .fixed-bottom-contact {
    position: relative;
    bottom: auto;
    left: auto;
    margin: auto;
}

.program-system {
    position: relative;
    color: #fff;
}

.program-system__inner {
    position: relative;
    overflow: hidden;
    padding-top: 8.48958vw;
    padding-bottom: 4.27083vw;
    background-image: linear-gradient(0deg, #ea8f74, #faa48a);
}

@media (max-width: 767px) {
    .program-system__inner {
        padding-top: 30vw;
        padding-bottom: 24.0625vw;
    }
}

.program-system__title {
    padding-bottom: 2.08333vw;
}

@media (max-width: 767px) {
    .program-system__title {
        padding-bottom: 10.9375vw;
    }
    .program-system__desc__text {
        width: 96%;
    }
}

@media (min-width: 768px) {
    .program-system__title br {
        display: none;
    }
}

@media (min-width: 768px) {
    .program-system__desc {
        max-width: 21.19792vw;
        text-align: justify;
    }
    .program-system__desc__text {
        width: 140%;
    }
}

@media (max-width: 767px) {
    .program-system__desc {
        padding-bottom: 10.9375vw;
        text-align: justify;
    }
}

.program-system__en {
    position: absolute;
    bottom: -4.94792vw;
    left: 0;
    width: 100%;
    font-size: 17.1875vw;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-align: center;
    text-indent: 0.1em;
    color: hsla(0, 0%, 100%, 0.06);
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 767px) {
    .program-system__en {
        display: none;
    }
}

.program-system__navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: -2.39583vw;
    padding-bottom: 4.375vw;
}

@media (max-width: 767px) {
    .program-system__navigation {
        display: grid;
        margin-top: 0;
        padding-bottom: 10vw;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 0 0.9375vw;
    }
}

.program-system .js-program-system-swiper {
    z-index: 1;
}

.program-system .js-program-system-swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    z-index: 19;
    pointer-events: none;
}

.program-system .js-program-system-swiper-box__center {
    display: flex;
    align-items: center;
    margin-right: 6px;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .program-system .js-program-system-swiper-box__center {
        display: none;
    }
}

.program-system .js-program-system-swiper-current,
.program-system .js-program-system-swiper-max {
    display: block;
    width: 20px;
    text-align: center;
}

.program-system .js-program-system-swiper-current {
    color: #000;
}

.program-system .js-program-system-swiper-max {
    color: #747373;
}

.program-system .js-program-system-swiper-next,
.program-system .js-program-system-swiper-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .program-system .js-program-system-swiper-next,
    .program-system .js-program-system-swiper-prev {
        width: 45px;
        height: 45px;
    }
}

.-pc .program-system .js-program-system-swiper-next,
.-pc .program-system .js-program-system-swiper-prev {
    transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .program-system .js-program-system-swiper-next img,
.-pc .program-system .js-program-system-swiper-prev img {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .program-system .js-program-system-swiper-next:hover,
.-pc .program-system .js-program-system-swiper-prev:hover {
    background: #5f0a22;
}

.-pc .program-system .js-program-system-swiper-next:hover img.-white,
.-pc .program-system .js-program-system-swiper-prev:hover img.-white {
    opacity: 1;
}

.program-system .js-program-system-swiper-next img,
.program-system .js-program-system-swiper-prev img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 12px;
}

@media (max-width: 767px) {
    .program-system .js-program-system-swiper-next img,
    .program-system .js-program-system-swiper-prev img {
        height: 10px;
    }
}

.program-system .js-program-system-swiper-next img.-white,
.program-system .js-program-system-swiper-prev img.-white {
    opacity: 0;
    z-index: 1;
}

.program-system .js-program-system-swiper-prev {
    margin-right: 12px;
}

.program-system .js-program-system-swiper-next {
    margin-left: 12px;
}

.program-system .js-program-system-swiper-box {
    justify-content: center;
    padding-top: 4.16667vw;
}

.program-system__button {
    margin-left: 0.72917vw;
    padding: 0.67708vw 1.5625vw;
    font-size: 1.04167vw;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1.19792vw;
    letter-spacing: 0.1em;
    line-height: 1;
    cursor: pointer;
    transition: background 0.4s cubic-bezier(0.7, 0, 0.3, 1), border-color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 767px) {
    .program-system__button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        padding: 4.0625vw 0;
        font-size: 5vw;
        border-radius: 7.1875vw;
    }
}

.-pc .program-system__button:hover,
.program-system__button.-active {
    background: #cb0033;
    border-color: #cb0033;
}

.program-system__button.-active {
    pointer-events: none;
}

.program-system__swiper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.program-system__swiper,
.program-system__swiper-group {
    position: relative;
    overflow: hidden;
}

.program-system__swiper-group-inner {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.-active .program-system__swiper-group-inner {
    -ms-transform: none;
    transform: none;
}

@media (min-width: 768px) {
    .program-system__swiper-slide {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 4.16667vw;
    }
}

.program-system-card {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1px;
}

@media (max-width: 767px) {
    .program-system-card {
        align-items: flex-start;
        padding: 9.375vw 7.5vw;
    }

    .program-system-card:not(:last-child) {
        border-bottom: 1px solid hsla(0, 0%, 93.3%, 0.3);
    }
}

.program-system-card__thumb {
    width: 20.625vw;
    min-width: 20.625vw;
    max-width: 20.625vw;
}

@media (max-width: 767px) {
    .program-system-card__thumb {
        padding-top: 5.3125vw;
    }
}

@media (min-width: 768px) {
    .program-system-card__thumb {
        width: 6.71875vw;
        min-width: 6.71875vw;
        max-width: 6.71875vw;
    }
}

.program-system-card__text {
    padding-left: 6.25vw;
    width: calc(100% - 20.625vw);
    flex: 1 0 auto;
}

@media (min-width: 768px) {
    .program-system-card__text {
        padding-left: 1.5625vw;
        width: calc(100% - 6.71875vw);
    }
}

.program-system-card__title {
    font-size: 1.66667vw;
    font-weight: 900;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .program-system-card__title {
        padding-bottom: 1.5625vw;
        font-size: 6.25vw;
    }
}

.program-system-card__desc {
    color: #fef9f5;
    text-align: justify;
}

.program-system-card__price {
    display: inline-block;
    margin-top: 1.04167vw;
    padding: 0.41667vw 1.04167vw;
    border: 1px solid #fff;
    border-radius: 1.11979vw;
    line-height: 1;
}

@media (max-width: 767px) {
    .program-system-card__price {
        margin-top: 6.25vw;
        padding: 2.5vw 6.25vw;
        border-radius: 6.71875vw;
    }
}

.program-system-card__price-money {
    margin-right: 0.26042vw;
    font-size: 1.45833vw;
    font-family: -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
    font-weight: 900;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .program-system-card__price-money {
        margin-right: 1.5625vw;
        font-size: 6.25vw;
    }
}

.program-system-card__price-unit {
    font-size: 0.83333vw;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .program-system-card__price-unit {
        font-size: 5vw;
    }
}

.about-top {
    padding-bottom: 12.5vw;
}

@media (max-width: 767px) {
    .about-top {
        padding-top: 14.0625vw;
        padding-bottom: 14.0625vw;
    }
}

.about-top__deco {
    position: absolute;
    z-index: 1;
}

.about-top__deco.-ball {
    top: 41.875vw;
    right: 10vw;
    width: 4.01042vw;
}

@media (max-width: 767px) {
    .about-top__deco.-ball {
        top: 119.0625vw;
        left: 80.9375vw;
        width: 12.5vw;
    }
}

.about-top__deco.-blur-circle {
    top: 38.85417vw;
    left: 46.77083vw;
    width: 18.59375vw;
}

@media (max-width: 767px) {
    .about-top__deco.-blur-circle {
        top: 174.375vw;
        left: -9.375vw;
        width: 52.5vw;
    }
}

.about-top__title {
    position: relative;
    padding-bottom: 5.88542vw;
    z-index: 2;
}

@media (max-width: 767px) {
    .about-top__title {
        padding-bottom: 9.375vw;
    }
}

.about-top__title-top {
    font-family: -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
}

@media (max-width: 767px) {
    .about-top__title-top {
        padding-bottom: 12.5vw !important;
        font-size: 12.5vw;
        white-space: nowrap;
    }

    .about-top__title-top br {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-top__title-bottom,
    .about-top__title-center {
        font-size: 8.125vw;
        letter-spacing: normal;
    }
}

@media (min-width: 768px) {
    .about-top__inner {
        padding-right: 6.14583vw;
        padding-left: 6.14583vw;
    }
}

.about-top .contact-hand-btn {
    margin-left: 46.35417vw;
    margin-bottom: -4.42708vw;
    z-index: 3;
}

@media (max-width: 767px) {
    .about-top .contact-hand-btn {
        display: none;
    }
}

.about-top__slogan {
    padding-bottom: 2.39583vw;
}

@media (max-width: 767px) {
    .about-top__slogan {
        padding-bottom: 0;
    }
}

.about-top__slogan-top {
    padding-bottom: 0.36458vw;
    font-weight: 900;
}

@media (max-width: 767px) {
    .about-top__slogan-top {
        padding-bottom: 0.9375vw;
    }
}

.about-top__desc {
    position: relative;
    z-index: 2;
    line-height: 2;
}

@media (min-width: 768px) {
    .about-top__desc-group {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 0 7.8125vw;
    }
}

.about-top__desc-title {
    padding-bottom: 3.125vw;
    font-size: 1.875vw;
    font-weight: 900;
    color: #282828;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .about-top__desc-title {
        padding-top: 14.0625vw;
        padding-bottom: 7.8125vw;
        font-size: 6.875vw;
    }
}

.about-team {
    position: relative;
    padding-top: 4.79167vw;
    padding-bottom: 9.27083vw;
}

@media (max-width: 767px) {
    .about-team {
        overflow: hidden;
        padding: 15vw 7.5vw 21.25vw;
    }
}

.about-team__deco {
    position: absolute;
    z-index: 1;
}

.about-team__deco.-twist {
    top: 1.5625vw;
    left: -3.125vw;
    width: 17.91667vw;
}

@media (max-width: 767px) {
    .about-team__deco.-twist {
        top: 0;
        left: -25vw;
        width: 60vw;
    }
}

.about-team__deco.-ball {
    top: -2.00521vw;
    left: 67.70833vw;
    width: 4.01042vw;
}

.about-team__deco.-blur-circle {
    bottom: 17.08333vw;
    left: 67.55208vw;
    width: 18.59375vw;
}

@media (max-width: 767px) {
    .about-team__deco.-blur-circle {
        top: 79.375vw;
        bottom: auto;
        right: -28.125vw;
        left: auto;
        width: 69.6875vw;
    }
}

.about-team__en {
    overflow: hidden;
    width: 100%;
    font-size: 15.46875vw;
    font-size: 243px;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    color: rgba(85, 85, 85, 0.1);
    opacity: 0.1;
    z-index: 0;
    letter-spacing: 0.05em;
    -webkit-text-stroke: 2px #d8504f;
    line-height: 1;
}

@media (max-width: 767px) {
    .about-team__en {
        display: none;
    }
}

.about-team__img {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .about-team__img {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-team__img-inner {
        -ms-transform: none !important;
        transform: none !important;
    }
}

.about-team__img.-index-1 {
    width: 17.8125vw;
    z-index: 3;
    margin: -8.75vw auto -5.10417vw 26.19792vw;
}

.about-team__img.-index-2 {
    margin-right: auto;
    margin-left: 9.89583vw;
    width: 23.75vw;
}

.about-team__img.-index-3 {
    margin-top: -28.02083vw;
    margin-right: 0;
    margin-left: auto;
    width: 20.67708vw;
}

.about-team__img.-index-4 {
    margin-top: -8.59375vw;
    margin-right: 24.11458vw;
    margin-left: auto;
    width: 23.69792vw;
}

@media (max-width: 767px) {
    .about-team__img.-index-4 {
        display: block;
        margin-left: 0;
        width: 100%;
    }
}

.about-team__text {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .about-team__text {
        margin-top: -8.59375vw;
        margin-left: 23.38542vw;
        max-width: 24.11458vw;
    }
}

.about-team__title {
    padding-bottom: 3.125vw;
}

@media (max-width: 767px) {
    .about-team__title {
        padding-top: 13.125vw;
        padding-bottom: 10vw;
        letter-spacing: normal !important;
    }
}

.about-team__desc {
    color: #313131;
    line-height: 2;
}

.about-service {
    background-image: linear-gradient(180deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
    position: relative;
    padding-top: 12.5vw;
    color: #fff;
}

@media (max-width: 767px) {
    .about-service {
        overflow: hidden;
        padding-top: 20vw;
    }
}

.about-service__big-img {
    position: absolute;
    top: 10.52083vw;
    right: 0;
    width: 53.80208vw;
    pointer-events: none;
}

@media (max-width: 767px) {
    .about-service__big-img {
        position: relative;
        top: auto;
        left: -15%;
        width: 120%;
        margin-bottom: 4.6875vw;
    }
}

@media (max-width: 767px) {
    .about-service .index-service__deco {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-service__top {
        padding-right: 7.5vw;
        padding-left: 7.5vw;
        margin-top: 10vw;
    }
}

@media (min-width: 768px) {
    .about-service__top {
        padding-left: 16.25vw;
    }
}

.about-service__top-union {
    padding-bottom: 12.5vw;
}

@media (min-width: 768px) {
    .about-service__top-union {
        padding-bottom: 4.32292vw;
        width: 34.73958vw;
    }
}

.about-service__top-main-content {
    padding-bottom: 20.3125vw;
}

@media (min-width: 768px) {
    .about-service__top-main-content {
        padding-bottom: 4.47917vw;
        max-width: 29.375vw;
    }
}

.about-service__top-main-content-title {
    padding-bottom: 12.5vw;
    font-size: 7.5vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .about-service__top-main-content-title {
        padding-bottom: 2.13542vw;
        font-size: 1.875vw;
    }
}

.about-service__top-main-content-desc {
    line-height: 2;
    text-align: justify;
}

@media (min-width: 768px) {
    .about-service__top-main-content-desc {
        max-width: 27.29167vw;
    }
}

.about-service__logo {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
}

@media (min-width: 768px) {
    .about-service__logo {
        padding-right: 16.25vw;
        padding-left: 16.25vw;
    }
}

.about-service__logo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.76042vw;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
    .about-service__logo-inner {
        padding-bottom: 12.5vw;
    }
}

.about-service__logo-img:first-child {
    width: 3.48958vw;
}

@media (max-width: 767px) {
    .about-service__logo-img:first-child {
        width: 10.625vw;
    }
}

.about-service__logo-img:nth-child(2) {
    width: 9.53125vw;
}

@media (max-width: 767px) {
    .about-service__logo-img:nth-child(2) {
        width: 21.875vw;
    }
}

.about-service__logo-img:nth-child(3) {
    width: 2.76042vw;
}

@media (max-width: 767px) {
    .about-service__logo-img:nth-child(3) {
        width: 8.4375vw;
    }
}

.about-service__logo-img:nth-child(4) {
    width: 3.80208vw;
}

@media (max-width: 767px) {
    .about-service__logo-img:nth-child(4) {
        width: 11.875vw;
    }
}

.about-service__logo-img:nth-child(5) {
    width: 7.08333vw;
}

@media (max-width: 767px) {
    .about-service__logo-img:nth-child(5) {
        display: none;
    }
}

.about-service__bottom {
    padding-top: 6.61458vw;
}

@media (max-width: 767px) {
    .about-service__bottom {
        padding-top: 12.5vw;
    }
}

.about-service__bottom-title {
    padding-bottom: 2.13542vw;
    font-size: 4.0625vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .about-service__bottom-title {
        padding-bottom: 11.25vw;
        font-size: 12.5vw;
        text-align: left;
        letter-spacing: normal;
    }
}

.about-service__bottom-desc {
    margin: auto;
    line-height: 2;
    text-align: justify;
}

@media (min-width: 768px) {
    .about-service__bottom-desc {
        max-width: 22.44792vw;
        margin-bottom: -6.77083vw;
    }
}

.news-list > .container {
    padding-bottom: 8.85417vw;
}

@media (min-width: 1200px) {
    .news-list > .container {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .news-list > .container {
        padding-bottom: 26.5625vw;
    }
}

.news-list__article {
    position: relative;
    display: block;
    padding-bottom: 7.8125vw;
    margin-bottom: 10.9375vw;
    color: inherit;
}

@media (min-width: 768px) {
    .news-list__article {
        display: flex;
        padding-top: 2.08333vw;
        padding-bottom: 3.125vw;
        margin-bottom: 4.16667vw;
    }
}

@media (min-width: 1200px) {
    .news-list__article:hover .star {
        left: 0;
        opacity: 1;
    }

    .news-list__article:hover:after {
        opacity: 1;
    }

    .news-list__article:hover .news-list__article-thumb {
        opacity: 1;
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

.news-list__article:after,
.news-list__article:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #b8b8b8;
}

.news-list__article:after {
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.news-list__article-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 768px) {
    .news-list__article-thumb {
        position: absolute;
        top: 0;
        left: 50%;
        width: 40%;
        max-width: 640px;
        opacity: 0;
        z-index: 10;
        box-shadow: 28.9px 37px 109px 0 rgba(0, 0, 0, 0.25);
        transition: opacity 0.3s ease, transform 0.3s ease;
        -ms-transform: translateX(-50%) translateY(-40px);
        transform: translateX(-50%) translateY(-40px);
    }
}

.news-list__article-thumb:before {
    content: "";
    display: block;
    padding-bottom: 55.55556%;
    width: 100%;
}

.news-list__article-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}

.news-list__article-gap {
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .news-list__article-gap {
        display: none;
    }
}

.news-list__article-title {
    overflow: hidden;
    margin: 9.375vw 0 10.9375vw;
    padding-right: 6.25vw;
    height: 22.5vw;
    line-height: 7.5vw;
    font-size: 5.625vw;
    font-weight: 900;
}

@media (min-width: 768px) {
    .news-list__article-title {
        margin: 0;
        padding-right: 3.125vw;
        width: 22.39583vw;
        min-width: 22.39583vw;
        height: 5vw;
        line-height: 1.66667vw;
        font-size: 1.25vw;
    }
}

.news-list__article-date {
    font-size: 0.72917vw;
    font-weight: 900;
    order: -1;
    text-align: center;
}

@media (max-width: 767px) {
    .news-list__article-date {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 3.75vw;
    }
}

.news-list__article-date-split {
    margin: 5px auto;
    width: 1px;
    height: 30px;
    background: #878787;
}

.news-list__article-info {
    position: relative;
}

@media (min-width: 768px) {
    .news-list__article-info {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.news-list__article-desc {
    display: none;
    text-align: justify;
}

@media (min-width: 768px) {
    .news-list__article-desc {
        display: block;
        width: 29.6875vw;
        min-width: 29.6875vw;
    }
}

@media (min-width: 1200px) {
    .news-list__article-desc {
        width: 19.27083vw;
        min-width: 19.27083vw;
    }
}

.news-list__article-year {
    font-size: 4.375vw;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.02em;
    line-height: 1;
}

@media (min-width: 768px) {
    .news-list__article-year {
        padding-left: 25px;
        font-size: 1.5625vw;
    }
}

@media (min-width: 1200px) {
    .news-single .container {
        max-width: 70%;
    }
}

.news-single__content {
    position: relative;
}

.news-single__content-article {
    padding-bottom: 85px;
    color: #575757;
    text-align: justify;
}

.news-single__content-article h3 {
    margin: 20px auto;
    font-weight: 900;
}

.news-single__content-article p {
    margin: 20px auto;
    width: 100%;
    text-align: left;
}

.news-single__content-article p + img,
.news-single__content-article p + p {
    margin-top: 20px;
}

.news-single__content-article b,
.news-single__content-article strong {
    font-weight: 900;
}

.news-single__content-article em {
    font-style: italic;
}

.news-single__content-article img {
    display: block !important;
    margin: 20px auto;
    width: 100%;
    height: auto;
}

.news-single__content-article a {
    font-weight: 900;
    text-decoration: underline;
    color: inherit;
}

@media (min-width: 1200px) {
    .news-single__content-article {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .news-single__content-article {
        padding-bottom: 40px;
    }
}

.news-single__content-share {
    display: flex;
    margin-left: -15px;
}

@media (min-width: 1200px) {
    .news-single__content-share {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        margin-right: -15px;
    }
}

.news-single__content-share-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    font-size: 16px;
}

.-pc .news-single__content-share-link {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .news-single__content-share-link:hover {
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .news-single__content-share-link {
        margin-bottom: 10px;
    }
}

.news-single__back {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    padding: 0.83333vw 2.08333vw;
    font-size: 0.9375vw;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
    background: #cb0033;
    border: 0;
    border-radius: 1.30208vw;
    outline: none;
    box-shadow: none;
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 767px) {
    .news-single__back {
        justify-content: center;
        padding: 0;
        width: 100%;
        height: 50px;
        font-size: 18px;
        border-radius: 25px;
    }
}

.news-single__back-img {
    margin-left: 0.625vw;
    width: auto;
    height: 0.9375vw;
}

@media (max-width: 767px) {
    .news-single__back-img {
        margin-left: 12px;
        height: 18px;
    }
}

.news-single__next-prev-wrap {
    display: grid;
    padding-top: 6.25vw;
    padding-bottom: 11.97917vw;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0 7.8125vw;
}

@media (max-width: 767px) {
    .news-single__next-prev-wrap {
        padding-top: 0;
        padding-bottom: 25vw;
    }
}

.news-single__next,
.news-single__prev {
    border-bottom: 1px solid #b8b8b8;
}

@media (max-width: 767px) {
    .news-single__next,
    .news-single__prev {
        display: none;
    }
}

.news-single__next-title,
.news-single__prev-title {
    font-size: 1.25vw;
    font-weight: 900;
}

.news-single__next-desc,
.news-single__prev-desc {
    font-size: 0.83333vw;
    color: #575757;
}

@media (max-width: 767px) {
    .news-single__next-desc,
    .news-single__prev-desc {
        display: none;
    }
}

.news-single__next-info,
.news-single__prev-info {
    display: flex;
    align-items: center;
}

.news-single__next .news-single__next-info,
.news-single__next .news-single__prev-info {
    justify-content: flex-end;
}

.news-single__next-year,
.news-single__prev-year {
    padding-left: 7.8125vw;
    font-size: 4.375vw;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    color: #000;
    letter-spacing: 0.02em;
    line-height: 1;
}

@media (min-width: 768px) {
    .news-single__next-year,
    .news-single__prev-year {
        padding-left: 1.30208vw;
        font-size: 1.5625vw;
    }
}

.news-single__next .news-single__next-year,
.news-single__next .news-single__prev-year {
    padding-right: 7.8125vw;
    padding-left: 0;
}

@media (min-width: 768px) {
    .news-single__next .news-single__next-year,
    .news-single__next .news-single__prev-year {
        padding-right: 1.30208vw;
    }
}

.news-single__next .news-single__next-date,
.news-single__next .news-single__prev-date {
    order: 1;
}

.news-single__next-date-number,
.news-single__prev-date-number {
    font-size: 4.375vw;
    font-weight: 900;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) {
    .news-single__next-date-number,
    .news-single__prev-date-number {
        font-size: 0.72917vw;
    }
}

.news-single__next-date-split,
.news-single__prev-date-split {
    margin: 5px auto;
    width: 1px;
    height: 40px;
    background: #878787;
}

.news-single__next-bottom,
.news-single__prev-bottom {
    padding-top: 15.625vw;
    padding-bottom: 18.75vw;
}

@media (min-width: 768px) {
    .news-single__next-bottom,
    .news-single__prev-bottom {
        display: grid;
        padding-top: 2.60417vw;
        padding-bottom: 3.125vw;
        grid-template-columns: 1.5fr 2fr;
        grid-template-rows: auto;
        grid-gap: 0 4.16667vw;
    }
}

@media (min-width: 768px) {
    .page-work {
        background-color: rgba(254, 249, 245, 0.42);
    }
}

.page-work__mobile-dropdown {
    position: relative;
}

@media (min-width: 768px) {
    .page-work__mobile-dropdown {
        display: none;
    }
}

.page-work__mobile-dropdown-label {
    display: flex;
    justify-content: space-between;
    padding: 4.6875vw 6.25vw;
    font-size: 7.5vw;
    font-weight: 900;
    color: #fef9f5;
    border-radius: 0.9375vw 0.9375vw 0 0;
    background-image: linear-gradient(90deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
    line-height: 1;
    letter-spacing: 0.1em;
}

.page-work__mobile-dropdown-main {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    padding-top: 1.875vw;
    padding-bottom: 4.0625vw;
    width: 100%;
    max-height: 52vh;
    background: #fff;
    border: 2px solid;
    z-index: 10;
    border-top: 0;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #8e38f3, #ff718f);
}

.page-work__mobile-dropdown-main-group-main,
.page-work__mobile-dropdown-main-group-sub {
    display: block;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
    letter-spacing: 0.1em;
    line-height: 1;
}

.page-work__mobile-dropdown-main-group-main + .page-work__mobile-dropdown-main-group-sub {
    margin-top: 3.75vw;
}

.page-work__mobile-dropdown-main-group-main {
    position: relative;
    font-size: 6.5625vw;
    font-weight: 900;
    color: #000;
}

.page-work__mobile-dropdown-main-group-main-icon {
    color: #1a1a1a;
}

.page-work__mobile-dropdown-main-group-main-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 6.875vw;
    padding-bottom: 6.875vw;
}

.page-work__mobile-dropdown-main-group-main-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
}

.page-work__mobile-dropdown-main-group-sub {
    font-size: 5.625vw;
    font-weight: 500;
    color: #605b5b;
}

.page-work__mobile-dropdown-main-group-sub:not(:last-child) .page-work__mobile-dropdown-main-group-sub-inner {
    border-bottom: 1px solid #dfdede;
}

.page-work__mobile-dropdown-main-group-sub-inner {
    margin-right: 6.25vw;
    margin-left: 6.25vw;
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
}

.page-work__top {
    position: relative;
    overflow: hidden;
    margin-top: 3.125vw;
    width: 100%;
    min-width: 100%;
    margin-bottom: 2.125vw;
}

@media (max-width: 767px) {
    .page-work__top {
        overflow: visible;
        margin-top: 6.25vw;
        margin-bottom: 12.5vw;
    }
}

@media (min-width: 768px) {
    .page-work__top {
        padding-left: 3.64583vw;
    }
}

.page-work__head {
    text-align: center;
    margin-top: 60px;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif;
}

.page-work__head-title {
    font-size: 36px;
    padding-bottom: 30px;
    font-weight: 900;
    color: #282828;
    line-height: 1.3;
}

.page-work__head-dec {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 18px;
    max-height: var(--limitHeight);
    overflow: hidden;
    transition: 0.5s;
}
.page-work__head-dec.close::after {
    height: 100px;
}

.page-work__head-dec:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fef9f5 75%);
    z-index: 0;
    pointer-events: none;
    transition: 0.5s;
}

.page-work__head-btn {
    margin-top: 30px;
    display: inline-block;
    background: #d8504f;
    color: #fff;
    border-radius: 30px;
    min-width: 150px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}
.page-work__head-btn:hover {
    letter-spacing: 0.4em;
}
.page-work__head-btn.active {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .page-work__head-title {
        font-size: 30px;
    }
    .page-work__head-dec {
        font-size: 16px;
    }
    .page-work__head-btn {
        /* padding: 10px 40px; */
        font-size: 16px;
    }
}

.page-work__top-center {
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .page-work__top-center {
        display: none;
        transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
        flex-wrap: nowrap;
    }

    [data-active="0"] .page-work__top-center {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    [data-active="1"] .page-work__top-center {
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    [data-active="2"] .page-work__top-center {
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

.page-work__top-left,
.page-work__top-right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    width: 10.3125vw;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}

.page-work__top-left-img,
.page-work__top-right-img {
    width: 100%;
    height: auto;
}

.page-work__top-left {
    left: 0;
}

.page-work__top-right {
    right: 0;
}

.page-work__top-link {
    position: relative;
    display: block;
    width: 25%;
    font-size: 1.35417vw;
    font-weight: 900;
    text-align: center;
    color: #7c7c7c;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .page-work__top-link {
        width: 100%;
        min-width: 100%;
        font-size: 8.125vw;
    }
}

@media (min-width: 768px) {
    .page-work__top-link:not(:last-child):before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        margin: auto;
        width: 1px;
        height: 1.5625vw;
        background: rgba(85, 85, 85, 0.3);
    }
}

.-pc .page-work__top-link:hover .page-work__top-link-text {
    color: #cb0033;
    -ms-transform: scale(1);
    transform: scale(1);
}

.-pc .page-work__top-link:hover .page-work__top-link-text:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.page-work__top-link-text {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

@media (max-width: 767px) {
    .page-work__top-link-text {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

.page-work__top-link-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

[data-current="0"] .page-work__top-link:first-child {
    pointer-events: none;
}

[data-current="0"] .page-work__top-link:first-child .page-work__top-link-text {
    color: #cb0033;
    -ms-transform: scale(1);
    transform: scale(1);
}

[data-current="0"] .page-work__top-link:first-child .page-work__top-link-text:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

[data-current="1"] .page-work__top-link:nth-child(2) {
    pointer-events: none;
}

[data-current="1"] .page-work__top-link:nth-child(2) .page-work__top-link-text {
    color: #cb0033;
    -ms-transform: scale(1);
    transform: scale(1);
}

[data-current="1"] .page-work__top-link:nth-child(2) .page-work__top-link-text:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

[data-current="2"] .page-work__top-link:nth-child(3) {
    pointer-events: none;
}

[data-current="2"] .page-work__top-link:nth-child(3) .page-work__top-link-text {
    color: #cb0033;
    -ms-transform: scale(1);
    transform: scale(1);
}

[data-current="2"] .page-work__top-link:nth-child(3) .page-work__top-link-text:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.page-work__list {
    display: flex;
    padding: 20px 4.16667vw 5.33854vw 6.66667vw;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .page-work__list {
        display: block;
        padding: 15.25vw 7.5vw 14.375vw;
    }
}

@media (max-width: 767px) {
    .page-work__list-left {
        display: none;
        padding-bottom: 4.375vw;
    }
}

@media (min-width: 768px) {
    .page-work__list-left {
        width: 3.64583vw;
        min-width: 3.64583vw;
        max-width: 3.64583vw;
    }
}

.page-work__list-filter {
    position: -webkit-sticky;
    position: sticky;
    top: 10.67708vw;
    width: 100%;
    font-size: 1.25vw;
    font-weight: 500;
    color: #fff;
    border-radius: 0.52083vw 0 0 0.52083vw;
    z-index: 10;
    background-image: linear-gradient(180deg, #ee609c, #cf6cc9, #764ba2);
    line-height: 1.2;
    cursor: pointer;
}

@media (max-width: 767px) {
    .page-work__list-filter {
        position: relative;
        top: auto;
        font-size: 6.25vw;
        text-align: right;
        border-radius: 1.5625vw 1.5625vw 0 0;
        letter-spacing: 0.1em;
    }
}

.page-work__list-filter__inner {
    padding-top: 2.76042vw;
    padding-right: 1.19792vw;
    padding-left: 1.19792vw;
    height: 20vw;
}

@media (max-width: 767px) {
    .page-work__list-filter__inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 6.25vw 0 0;
        height: 17.1875vw;
    }
}

.page-work__list-filter-arrow {
    position: absolute;
    bottom: 3.38542vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 1.71875vw;
}

@media (max-width: 767px) {
    .page-work__list-filter-arrow {
        top: 0;
        bottom: 0;
        right: auto;
        left: 6.25vw;
        width: 10.3125vw;
        height: auto;
    }
}

.page-work__list-filter-content {
    position: absolute;
    top: 0;
    left: 100%;
    overflow: auto;
    padding: 1.5625vw 1.5625vw 1.5625vw 0.72917vw;
    width: 18.22917vw;
    height: 31.25vw;
    border-radius: 0 0.52083vw 0.52083vw 0;
    background-image: linear-gradient(180deg, #ee609c, #cf6cc9, #764ba2);
}

@media (max-width: 767px) {
    .page-work__list-filter-content {
        top: 100%;
        left: 0;
        padding: 3.125vw 6.25vw;
        width: 100%;
        height: auto;
        max-height: 60vh;
        border-radius: 0 0 1.5625vw 1.5625vw;
    }
}

.page-work__list-filter-link {
    display: block;
    font-weight: 900;
    color: hsla(0, 0%, 100%, 0.5);
}

.-pc .page-work__list-filter-link {
    transition: color 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .page-work__list-filter-link .page-work__list-filter-link-inner:before {
    transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1), transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: translate(-0.26042vw, -0.26042vw);
    transform: translate(-0.26042vw, -0.26042vw);
}

.-pc .page-work__list-filter-link:hover {
    color: #fff;
}

.-pc .page-work__list-filter-link:hover .page-work__list-filter-link-inner:before {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.page-work__list-filter-link-inner {
    position: relative;
    padding: 6.25vw 1.5625vw;
    line-height: 1;
}

@media (max-width: 767px) {
    .page-work__list-filter-link-inner {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .page-work__list-filter-link-inner {
        padding: 1.5625vw 1.77083vw;
    }
}

.page-work__list-filter-link-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2.08333vw;
    opacity: 0;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .page-work__list-inner {
        display: grid;
        width: calc(100% - 3.64583vw);
        min-width: calc(100% - 3.64583vw);
        max-width: calc(100% - 3.64583vw);
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1.35417vw;
    }
}

.page-work .global-pagination {
    padding-top: 3.125vw;
    padding-bottom: 5.33854vw;
    width: 100%;
}

@media (max-width: 767px) {
    .page-work .global-pagination {
        padding-top: 10.3125vw;
        padding-bottom: 14.375vw;
    }
}

.work-card {
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .work-card {
        margin-bottom: 3.75vw;
        border: 1px solid #ebebeb;
    }
}

@media (min-width: 768px) {
    .work-card__thumb {
        border-top: 1px solid #ebebeb;
    }

    .work-card__bottom,
    .work-card__thumb {
        border-left: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }
}

.work-card__bottom {
    padding: 0.9375vw;
    background: #fff;
}

@media (max-width: 767px) {
    .work-card__bottom {
        padding: 4.375vw 7.1875vw;
    }
}

.work-card__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
}

.work-card__thumb:before {
    content: "";
    display: block;
    padding-bottom: 54.50122%;
    width: 100%;
    background: #ebebeb;
}

.work-card__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.work-card__category,
.work-card__desc,
.work-card__title {
    position: relative;
    z-index: 3;
}

.-pc .work-card:hover .work-card__hover-inner {
    opacity: 1;
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    pointer-events: auto;
    transition: transform 0.8s ease, opacity 0.3s linear !important;
}

.-pc .work-card:hover .work-card__hover-inner:before {
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.8s ease !important;
}

.work-card__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

@media (max-width: 767px) {
    .work-card__hover {
        display: none;
    }
}

.work-card__hover-inner {
    position: relative;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 10px 18.8px 6.3px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, opacity 0.3s ease;
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.work-card__hover-inner:before {
    content: "";
    position: absolute;
    top: 0.67708vw;
    left: 0.67708vw;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d8504f;
    z-index: -1;
    transition: transform 0.3s ease 0.3s;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.work-card__hover-bottom {
    padding: 0.9375vw;
    background: #fff;
}

.work-card__title {
    font-size: 0.83333vw;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .work-card__title {
        font-size: 5vw;
    }
}

.work-card__title.-hover {
    font-size: 1.04167vw;
}

.work-card__title.-hover:after {
    content: "";
    display: block;
    margin-top: 1.09375vw;
    margin-bottom: 1.19792vw;
    width: 25px;
    height: 1px;
    background: #8f8e8e;
}

.work-card__category {
    font-size: 0.83333vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.15em;
}

@media (max-width: 767px) {
    .work-card__category {
        display: none;
    }
}

.page-contact__container {
    padding-top: 14.0625vw;
}

@media (min-width: 768px) {
    .page-contact__container {
        display: grid;
        padding: 4.73958vw 5.98958vw 6.77083vw;
        grid-template-rows: auto;
        grid-template-columns: 470fr 757fr;
        gap: 0 6.51042vw;
    }
}

.page-contact .contact-hand-btn {
    margin-right: 0;
    margin-left: auto;
    background: #d8504f;
}

.page-contact__right {
    padding-top: 5vw;
}

@media (max-width: 767px) {
    .page-contact__right {
        padding-top: 13.4375vw;
    }
}

.page-contact__title {
    padding-bottom: 0;
    margin-bottom: -1.82292vw;
}

@media (max-width: 767px) {
    .page-contact__title {
        margin-bottom: -9.375vw;
    }
}

.page-contact__desc {
    padding-bottom: 6.77083vw;
    font-size: 1.875vw;
    font-weight: 900;
    color: #282828;
    height: 16rem;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .page-contact__desc {
        padding-bottom: 10vw;
        padding-top: 2rem;
        font-size: 6.875vw;
    }
}

@media (orientation: landscape) {
    .page-contact__desc {
        padding-top: 3rem;
    }
}

.page-contact__time {
    display: flex;
    align-items: center;
    padding-bottom: 5.36458vw;
}

@media (max-width: 767px) {
    .page-contact__time {
        padding-bottom: 10.9375vw;
        font-size: 5.625vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-contact__time-label {
    padding-right: 0.72917vw;
    font-size: 1.04167vw;
    font-weight: 900;
    color: #000;
}

@media (max-width: 767px) {
    .page-contact__time-label {
        padding-right: 3.4375vw;
        font-size: 5.625vw;
    }
}

.page-contact__info {
    color: #313131;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .page-contact__info {
        font-size: 4.6875vw;
    }
}

@media (min-width: 768px) {
    .page-contact__info br {
        display: none;
    }
}

.page-contact__info div {
    padding: 4px 0;
}

#contact {
    background: #fef9f5;
}

.page-about__contact {
    padding-bottom: 12.5vw;
    text-align: center;
}

.page-404 {
    overflow: hidden;
    height: 100vh;
}

@media (min-width: 768px) {
    .page-404 {
        display: flex;
        align-items: center;
        padding-top: 0 !important;
    }
}

.page-404__ball {
    display: none;
}

@media (max-width: 767px) {
    .page-404__ball {
        position: fixed;
        top: 105vw;
        left: 22.1875vw;
        display: block;
        width: 6.5625vw;
        z-index: 10;
        pointer-events: none;
    }

    .-result .page-404__ball {
        top: 96.875vw;
        right: 5vw;
        left: auto;
        width: 25vw;
    }
}

.page-404__container {
    position: relative;
}

@media (max-width: 767px) {
    .page-404__container {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .page-404__container {
        padding-right: 0;
        padding-left: 0;
        max-width: 68%;
    }
}

.page-404 .news-single__back-icon {
    margin-right: 4.0625vw;
    margin-left: 0;
}

@media (min-width: 768px) {
    .page-404 .news-single__back-icon {
        margin-right: 0.67708vw;
    }
}

@media (max-width: 767px) {
    .page-404 .news-single__back {
        width: 100%;
    }
}

.page-404__left {
    position: relative;
    padding-top: 14.0625vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .page-404__left {
        padding-top: 8.85417vw;
        width: 34.16667vw;
    }
}

.page-404__text {
    position: relative;
}

@media (min-width: 768px) {
    .page-404__text {
        width: 34.16667vw;
    }
}

.page-404__en {
    padding-top: 2.29167vw;
    padding-bottom: 0.83333vw;
    font-size: 0.83333vw;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    color: #313035;
    line-height: 1.25;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .page-404__en {
        display: none;
    }
}

.page-404__bg {
    position: absolute;
    top: 0.52083vw;
    right: -10.9375vw;
    width: 52.60417vw;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 767px) {
    .page-404__bg {
        position: fixed;
        top: 75.625vw;
        right: auto;
        left: -3.125vw;
        width: 126.25vw;
    }
}

@media (min-width: 768px) {
    .-result .page-404__bg {
        right: -16.66667vw;
    }
}

@media (max-width: 767px) {
    .-result .page-404__bg {
        top: 80.3125vw;
        left: 0;
        width: 100%;
    }
}

.page-404__emoji {
    position: absolute;
    top: 4.01042vw;
    left: 19.58333vw;
    width: 5.3125vw;
    z-index: 1;
}

@media (max-width: 767px) {
    .page-404__emoji {
        display: none;
    }
}

.page-404__desc {
    padding-bottom: 3.125vw;
    color: #5251de;
}

@media (max-width: 767px) {
    .page-404__desc {
        padding-top: 8.125vw;
        padding-bottom: 8.125vw;
        max-width: 81.25vw;
    }
}

@media (max-width: 767px) {
    .page-404__desc-desktop {
        display: none;
    }
}

@media (min-width: 1200px) {
    .template-detail .container {
        max-width: 70%;
    }
}

.template-detail__title {
    position: relative;
    padding-top: 4.6875vw;
    padding-bottom: 3.125vw;
}

@media (max-width: 767px) {
    .template-detail__title {
        padding-top: 12.5vw;
        padding-bottom: 15.625vw;
    }
}

.template-detail__title-big {
    position: relative;
    font-size: 4.0625vw;
    font-weight: 900;
    color: #151515;
    line-height: 1.56;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .template-detail__title-big {
        font-size: 13.28125vw;
        letter-spacing: 0.05em;
    }
}

.template-detail__title-small {
    position: relative;
    font-size: 1.875vw;
    font-weight: 900;
    color: #d8504f;
    line-height: 1.25;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .template-detail__title-small {
        font-size: 10.9375vw;
        font-weight: 900;
        letter-spacing: normal;
    }
}

.template-detail__desc {
    position: relative;
    padding-bottom: 10.9375vw;
    font-size: 5vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .template-detail__desc {
        padding-bottom: 3.38542vw;
        max-width: 46.19792vw;
        font-size: 0.9375vw;
    }
}

.template-detail__desc-title {
    padding-bottom: 0.52083vw;
    font-weight: 900;
    color: #000;
}

@media (max-width: 767px) {
    .template-detail__desc-title {
        padding-bottom: 3.125vw;
    }
}

.template-detail__desc-content {
    color: #313131;
}

@media (min-width: 768px) {
    .template-detail__top {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0 4.94792vw;
    }
}

.template-detail__top-card {
    position: relative;
    margin-bottom: 5.20833vw;
    display: block;
}

@media (max-width: 767px) {
    .template-detail__top-card {
        margin-bottom: 28.125vw;
    }
}

.template-detail__top-card:not(:last-child) .template-detail__top-card-img:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: calc(100% + 1.23698vw);
    display: block;
    font-size: 3.38542vw;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fafafa;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #fafafa, #fafafa);
    letter-spacing: 0.05em;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .template-detail__top-card:not(:last-child) .template-detail__top-card-img:before {
        top: calc(100% + 7.03125vw);
        right: 0;
        left: 0;
        margin: auto;
        font-size: 20.3125vw;
        -ms-transform: none;
        transform: none;
    }
}

.template-detail__top-card-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.42708vw;
    height: 4.42708vw;
    font-size: 2.21354vw;
    font-family: -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
    font-weight: 900;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    line-height: 4.16667vw;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
    text-transform: uppercase;
    z-index: 2;
}

@media (max-width: 1199px) {
    .template-detail__top-card-icon {
        -ms-transform: translate(20%, -50%);
        transform: translate(20%, -50%);
    }
}

@media (max-width: 767px) {
    .template-detail__top-card-icon {
        width: 15.625vw;
        height: 15.625vw;
        font-size: 7.8125vw;
        line-height: 14.0625vw;
    }
}

.template-detail__top-card-img {
    position: relative;
}

.template-detail__top-card-label {
    padding-top: 0.88542vw;
}

@media (max-width: 767px) {
    .template-detail__top-card-label {
        padding-top: 4.375vw;
    }
}

.template-detail__top-card-label-inner {
    display: inline-block;
    padding: 0.52083vw 1.25vw;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #fff;
    border-radius: 0.96354vw;
    line-height: 1;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .template-detail__top-card-label-inner {
        padding: 1.875vw 5.3125vw;
        font-size: 4.0625vw;
        border-radius: 4.21875vw;
        letter-spacing: normal;
    }
}

@media (min-width: 768px) {
    .template-detail__bottom {
        border-bottom: 1px solid #e5e5e5;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        gap: 0 1.40625vw;
        padding-bottom: 2.60417vw;
    }
}

.template-detail__bottom-card {
    margin-bottom: 2.60417vw;
}

@media (max-width: 767px) {
    .template-detail__bottom-card {
        margin-bottom: 4.0625vw;
    }
}

@media (min-width: 768px) {
    .template-detail__bottom-card:nth-child(2n) {
        -ms-transform: translateY(2.60417vw);
        transform: translateY(2.60417vw);
    }

    .template-detail__bottom-card:nth-child(2) {
        -ms-transform: none;
        transform: none;
    }
}

.template-detail__bottom-card-title {
    padding-bottom: 1.82292vw;
    font-size: 0.9375vw;
    font-weight: 900;
    color: #000;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .template-detail__bottom-card-title {
        padding-bottom: 4.375vw;
        font-size: 5vw;
    }
}

.template-detail__bottom-card-img img {
    width: 100%;
    height: auto;
}

.template-detail__other {
    padding-top: 23.4375vw;
    padding-bottom: 23.4375vw;
}

@media (min-width: 768px) {
    .template-detail__other {
        display: flex;
        justify-content: space-between;
        padding-top: 3.90625vw;
        padding-bottom: 9.89583vw;
    }
}

.template-detail__other .news-single__back {
    display: flex;
    margin: 0;
}

@media (max-width: 767px) {
    .template-detail__other .news-single__back {
        margin-bottom: 4.6875vw;
    }
}

@media (min-width: 768px) {
    .template-detail__other .news-single__back.-link {
        padding-right: 0.67708vw;
        padding-left: 0.67708vw;
        min-width: 0;
    }
}

b {
    font-weight: 900;
}

.marketing-detail {
    padding-bottom: 11.19792vw;
}

@media (max-width: 767px) {
    .marketing-detail {
        padding-bottom: 23.4375vw;
    }
}

@media (min-width: 1200px) {
    .marketing-detail .container {
        max-width: 70%;
    }
}

.marketing-detail__top {
    position: relative;
    padding-top: 12.5vw;
    padding-bottom: 17.1875vw;
}

@media (min-width: 768px) {
    .marketing-detail__top {
        padding-top: 7.29167vw;
        padding-bottom: 5.46875vw;
    }
}

.marketing-detail__top-title {
    font-size: 13.125vw;
    font-weight: 900;
    color: #151515;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10.3125vw;
}

@media (min-width: 768px) {
    .marketing-detail__top-title {
        font-size: 3.59375vw;
        margin-bottom: -3.59375vw;
    }
}

.marketing-detail__top-bottom {
    display: flex;
}

@media (max-width: 767px) {
    .marketing-detail__top-bottom {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .marketing-detail__top-bottom-left {
        display: flex;
        justify-content: flex-end;
        width: 33.333333%;
        flex-direction: column;
    }
}

.marketing-detail__top-bottom-left-title {
    font-size: 1.875vw;
    font-weight: 900;
    color: #000;
    line-height: 1.25;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .marketing-detail__top-bottom-left-title {
        padding-top: 16.5625vw;
        font-size: 8.125vw;
        letter-spacing: 0.05em;
    }
}

@media (max-width: 767px) {
    .marketing-detail__top-bottom-right {
        order: -1;
    }
}

@media (min-width: 768px) {
    .marketing-detail__top-bottom-right {
        width: 66.666666%;
    }
}

.marketing-detail__top-bottom-right-picture {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
}

.marketing-detail__table {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 5.72917vw;
}

@media (max-width: 767px) {
    .marketing-detail__table:first-child .marketing-detail__table-group-content.-title {
        background-color: #f45f6d;
    }

    .marketing-detail__table:first-child .marketing-detail__table-group-content-no,
    .marketing-detail__table:first-child small {
        color: #f45f6d !important;
    }

    .marketing-detail__table:first-child .marketing-detail__table-group-label {
        background-color: #ff8c8c;
    }

    .marketing-detail__table:nth-child(2) .marketing-detail__table-group-content.-title {
        background-color: #ff718f;
    }

    .marketing-detail__table:nth-child(2) .marketing-detail__table-group-content-no,
    .marketing-detail__table:nth-child(2) small {
        color: #ff718f !important;
    }

    .marketing-detail__table:nth-child(2) .marketing-detail__table-group-label {
        background-color: #ff718f;
    }

    .marketing-detail__table:nth-child(3) .marketing-detail__table-group-content.-title {
        background-color: #dd1d54;
    }

    .marketing-detail__table:nth-child(3) .marketing-detail__table-group-content-no,
    .marketing-detail__table:nth-child(3) small {
        color: #dd1d54 !important;
    }

    .marketing-detail__table:nth-child(3) .marketing-detail__table-group-label {
        background-color: #dd1d54;
    }
    .page-program__tab-main
        .marketing-detail__table:nth-child(1)
        .marketing-detail__table-group:first-child
        .marketing-detail__table-group-content.-title {
        background-color: #f45f6d;
    }
    .page-program__tab-main
        .marketing-detail__table:nth-child(2)
        .marketing-detail__table-group:first-child
        .marketing-detail__table-group-content.-title {
        background-color: #ff718f;
    }
    .page-program__tab-main
        .marketing-detail__table:nth-child(3)
        .marketing-detail__table-group:first-child
        .marketing-detail__table-group-content.-title {
        background-color: #dd1d54;
    }
}

@media (max-width: 767px) {
    .marketing-detail__table.-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .marketing-detail__table.-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .marketing-detail__table-group {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 25fr 35fr 35fr 35fr;
    }
}

@media (min-width: 768px) {
    .marketing-detail__table-group-content,
    .marketing-detail__table-group-label {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .marketing-detail__table-group-content:nth-child(2) small,
    .marketing-detail__table-group-label:nth-child(2) small {
        color: #f45f6d !important;
    }

    .marketing-detail__table-group-content:nth-child(3) small,
    .marketing-detail__table-group-label:nth-child(3) small {
        color: #ff718f !important;
    }

    .marketing-detail__table-group-content:nth-child(4) small,
    .marketing-detail__table-group-label:nth-child(4) small {
        color: #dd1d54 !important;
    }
}

.marketing-detail__table-group-content.-price,
.marketing-detail__table-group-label.-price {
    display: block;
}

.marketing-detail__table-group-content.-title,
.marketing-detail__table-group-label.-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.marketing-detail__table-group-content.-title:nth-child(2),
.marketing-detail__table-group-label.-title:nth-child(2) {
    background-color: #f45f6d;
}

.marketing-detail__table-group-content.-title:nth-child(2) .marketing-detail__table-group-content-no,
.marketing-detail__table-group-label.-title:nth-child(2) .marketing-detail__table-group-content-no {
    color: #f45f6d !important;
}

.marketing-detail__table-group-content.-title:nth-child(3),
.marketing-detail__table-group-label.-title:nth-child(3) {
    background-color: #ff718f;
}

.marketing-detail__table-group-content.-title:nth-child(3) .marketing-detail__table-group-content-no,
.marketing-detail__table-group-label.-title:nth-child(3) .marketing-detail__table-group-content-no {
    color: #ff718f !important;
}

.marketing-detail__table-group-content.-title:nth-child(4),
.marketing-detail__table-group-label.-title:nth-child(4) {
    background-color: #dd1d54;
}

.marketing-detail__table-group-content.-title:nth-child(4) .marketing-detail__table-group-content-no,
.marketing-detail__table-group-label.-title:nth-child(4) .marketing-detail__table-group-content-no {
    color: #dd1d54 !important;
}

.marketing-detail__table-group-label {
    padding-top: 1.82292vw;
    padding-bottom: 1.82292vw;
    padding-left: 2.1875vw;
    font-weight: 500;
    color: #fff !important;
    background: #ff8c8c;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
    .marketing-detail__table-group-label {
        padding: 6.25vw;
        font-size: 5vw;
        text-align: center;
        background: #f45f6d;
    }
}

.marketing-detail__table-group-content {
    padding-top: 1.82292vw;
    padding-bottom: 1.82292vw;
    padding-left: 2.1875vw;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

@media (min-width: 768px) {
    .marketing-detail__table-group-content {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .marketing-detail__table-group-content {
        padding: 9.375vw 6.25vw;
    }
}

.marketing-detail__table-group-content-no {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.67708vw;
    width: 2.5vw;
    height: 2.5vw;
    font-size: 1.30208vw;
    font-weight: 900;
    background-color: #fef9f5;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .marketing-detail__table-group-content-no {
        margin-left: 4.0625vw;
        width: 15vw;
        height: 15vw;
        font-size: 7.8125vw;
    }
}

.marketing-detail__table-group-content-main {
    font-size: 1.5625vw;
    font-weight: 900;
}

@media (max-width: 767px) {
    .marketing-detail__table-group-content-main {
        font-size: 7.5vw;
    }
}

.marketing-detail__table-group-content-small {
    font-weight: 500;
}

.marketing-detail__table-group:nth-child(odd):not(:first-child) .marketing-detail__table-group-label {
    background-color: #f45f6d;
}

.marketing-detail__table-group:nth-child(2n + 4) .marketing-detail__table-group-content {
    background-color: #f6f6f6;
}

.marketing-detail__table ul {
    margin-left: 2em;
    font-size: 1.04167vw;
    list-style: disc;
}

@media (max-width: 767px) {
    .marketing-detail__table ul {
        font-size: 5vw;
    }
}

.marketing-detail__table ul li {
    padding-bottom: 0.26042vw;
}

@media (max-width: 767px) {
    .marketing-detail__table ul li {
        padding-bottom: 1.5625vw;
    }
}

.marketing-detail__table ul small {
    font-size: 0.83333vw;
}

@media (max-width: 767px) {
    .marketing-detail__table ul small {
        font-size: 4.375vw;
    }
}

.marketing-detail__desc {
    padding-bottom: 10.9375vw;
    font-size: 5vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .marketing-detail__desc {
        padding-bottom: 3.38542vw;
        max-width: 46.19792vw;
        font-size: 0.9375vw;
    }
}

.marketing-detail__swiper + .marketing-detail__desc {
    padding-top: 10.9375vw;
}

@media (min-width: 768px) {
    .marketing-detail__swiper + .marketing-detail__desc {
        padding-top: 2.39583vw;
    }
}

.marketing-detail__desc-title {
    padding-bottom: 0.52083vw;
    font-weight: 900;
    color: #000;
}

@media (max-width: 767px) {
    .marketing-detail__desc-title {
        padding-bottom: 3.125vw;
    }
}

.marketing-detail__desc-content {
    color: #313131;
}

.marketing-detail__desktop {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5625vw;
    padding-bottom: 1.5625vw;
}

@media (max-width: 767px) {
    .marketing-detail__desktop {
        display: none;
    }
}

.marketing-detail__swiper {
    padding-bottom: 3.95833vw;
}

@media (min-width: 768px) {
    .marketing-detail__swiper {
        display: none;
    }
}

@media (max-width: 767px) {
    .marketing-detail__swiper {
        padding-bottom: 9.375vw;
    }
}

.marketing-detail__swiper-slide {
    position: relative;
    display: block;
}

.marketing-detail__swiper-slide-img {
    height: auto;
}

.marketing-detail .js-marketing-swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 19;
}

@media (max-width: 767px) {
    .marketing-detail .js-marketing-swiper-box {
        justify-content: center;
    }
}

.marketing-detail .js-marketing-swiper-box__center {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .marketing-detail .js-marketing-swiper-box__center {
        display: none;
    }
}

.marketing-detail .js-marketing-swiper-current,
.marketing-detail .js-marketing-swiper-max {
    display: block;
    width: 1.45833vw;
    text-align: center;
}

.marketing-detail .js-marketing-swiper-current {
    color: #000;
}

.marketing-detail .js-marketing-swiper-max {
    color: #747373;
}

.marketing-detail .js-marketing-swiper-next,
.marketing-detail .js-marketing-swiper-prev {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: -15px;
    height: auto;
    cursor: pointer;
}

.marketing-detail .js-marketing-swiper-next img,
.marketing-detail .js-marketing-swiper-prev img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: auto;
    height: 12px;
}

.marketing-detail .js-marketing-swiper-prev {
    margin-right: 12px;
}

.marketing-detail .js-marketing-swiper-next {
    margin-left: 12px;
}

.marketing-detail__content {
    position: relative;
}

.-pc .marketing-detail__content {
    z-index: 0;
}

.marketing-detail__group {
    padding-bottom: 4.6875vw;
}

@media (max-width: 767px) {
    .marketing-detail__group {
        padding-bottom: 0;
    }
}

.marketing-detail__group-top {
    position: relative;
}

@media (min-width: 768px) {
    .marketing-detail__group-top {
        display: flex;
        align-items: center;
        padding-bottom: 3.38542vw;
    }
}

@media (max-width: 767px) {
    .marketing-detail__group-top {
        padding-bottom: 3.125vw;
    }
}

.marketing-detail__group-top-index {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.04167vw;
    width: 2.60417vw;
    height: 2.60417vw;
    font-size: 1.35417vw;
    font-weight: 500;
    color: #fef9f5;
    background: #cb0033;
    border-radius: 50%;
    line-height: 1;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .marketing-detail__group-top-index {
        margin-right: 0;
        width: 15.625vw;
        height: 15.625vw;
        font-size: 8.125vw;
        margin-bottom: 7.1875vw;
    }
}

@media (min-width: 768px) {
    .marketing-detail__group-top-left {
        max-width: 46.19792vw;
    }
}

.marketing-detail__group-title {
    font-size: 0.9375vw;
    font-weight: 900;
    color: #cb0033;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__group-title {
        padding-bottom: 4.6875vw;
        font-size: 5vw;
    }
}

.marketing-detail__group-desc {
    font-size: 0.9375vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__group-desc {
        font-size: 5vw;
    }
}

@media (min-width: 768px) {
    .marketing-detail__group-bottom {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}

.marketing-detail__group-bottom-group {
    position: relative;
}

@media (min-width: 768px) {
    .marketing-detail__group-bottom-group:nth-child(odd) {
        padding-right: 3.64583vw;
        border-right: 1px solid #e5e5e5;
    }

    .marketing-detail__group-bottom-group:nth-child(2n) {
        padding-left: 3.64583vw;
    }
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group {
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
    }

    .marketing-detail__group-bottom-group:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }
}

.marketing-detail__group-bottom-group-top {
    position: relative;
}

.marketing-detail__group-bottom-group-title {
    padding-bottom: 0.26042vw;
    font-size: 0.9375vw;
    font-weight: 400;
    color: #313131;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-title {
        padding-bottom: 3.125vw;
        font-size: 5vw;
    }
}

.marketing-detail__group-bottom-group-date {
    padding-bottom: 1.30208vw;
    font-size: 0.83333vw;
    font-family: -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
    font-weight: 400;
    color: #7c7c7c;
    line-height: 1;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-date {
        padding-bottom: 7.8125vw;
        font-size: 5vw;
    }
}

.marketing-detail__group-bottom-group-number {
    padding-bottom: 1.30208vw;
    font-size: 4.84375vw;
    font-family: -apple-system, Noto Sans, Helvetica Neue, Helvetica, Nimbus Sans L, Arial, Liberation Sans, PingFang SC, Hiragino Sans GB,
        Noto Sans CJK SC, Source Han Sans SC, Source Han Sans CN, Microsoft YaHei, Wenquanyi Micro Hei, WenQuanYi Zen Hei, ST Heiti, SimHei,
        WenQuanYi Zen Hei Sharp, sans-serif;
    font-weight: 900;
    color: #ff2765;
    line-height: 1;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-number {
        padding-bottom: 7.8125vw;
        font-size: 25.3125vw;
    }
}

.marketing-detail__group-bottom-group-hint {
    display: flex;
    margin-bottom: 1.04167vw;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint {
        margin-bottom: 6.25vw;
    }
}

.marketing-detail__group-bottom-group-hint-label {
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0.05em;
    color: #7c7c7c;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-label {
        font-size: 5vw;
    }
}

.marketing-detail__group-bottom-group-hint-effect {
    display: flex;
    align-items: center;
}

.marketing-detail__group-bottom-group-hint-effect-arrow {
    margin-right: 0.41667vw;
    margin-left: 0.41667vw;
    width: 0;
    height: 0;
    border-style: solid;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-effect-arrow {
        margin-right: 2.5vw;
        margin-left: 2.5vw;
    }
}

.marketing-detail__group-bottom-group-hint-effect-arrow.-up {
    border-width: 0 0.36458vw 0.41667vw;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #22ac38;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-effect-arrow.-up {
        border-width: 0 2.1875vw 2.5vw;
    }
}

.marketing-detail__group-bottom-group-hint-effect-arrow.-down {
    border-width: 0.41667vw 0.36458vw 0;
    border-color: #f90303 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-effect-arrow.-down {
        border-width: 2.5vw 2.1875vw 0;
    }
}

.marketing-detail__group-bottom-group-hint-effect-percent {
    font-size: 0.83333vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-effect-percent {
        font-size: 5vw;
    }
}

.marketing-detail__group-bottom-group-hint-effect-percent.-up {
    color: #22ac38;
}

.marketing-detail__group-bottom-group-hint-effect-percent.-down {
    color: #f90303;
}

.marketing-detail__group-bottom-group-hint-time {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.41667vw 0.98958vw;
    font-size: 0.72917vw;
    font-weight: 500;
    color: #fef9f5;
    background-color: #ff2765;
    border-radius: 0.80729vw;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .marketing-detail__group-bottom-group-hint-time {
        top: 0;
        bottom: auto;
        padding: 2.5vw 5.9375vw;
        font-size: 4.375vw;
        border-radius: 4.84375vw;
    }
}

.marketing-detail__cooperate-title {
    padding-bottom: 1.14583vw;
    font-size: 2.60417vw;
    font-weight: 900;
    color: #d8504f;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__cooperate-title {
        padding-bottom: 7.8125vw;
        font-size: 8.125vw;
    }
}

.marketing-detail__cooperate-desc {
    font-size: 0.9375vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__cooperate-desc {
        font-size: 5vw;
    }
}

.marketing-detail__cooperate-img {
    margin-bottom: 5.72917vw;
}

@media (max-width: 767px) {
    .marketing-detail__cooperate-img {
        margin-bottom: 9.375vw;
    }
}

.marketing-detail__other {
    margin-bottom: 3.90625vw;
}

@media (max-width: 767px) {
    .marketing-detail__other {
        margin-bottom: 9.375vw;
    }
}

.marketing-detail__other .js-marketing-other-swiper-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 19;
}

@media (min-width: 768px) {
    .marketing-detail__other .js-marketing-other-swiper-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .marketing-detail__other .js-marketing-other-swiper-box {
        justify-content: center;
    }
}

.marketing-detail__other .js-marketing-other-swiper-box__center {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .marketing-detail__other .js-marketing-other-swiper-box__center {
        display: none;
    }
}

.marketing-detail__other .js-marketing-other-swiper-current,
.marketing-detail__other .js-marketing-other-swiper-max {
    display: block;
    width: 1.45833vw;
    text-align: center;
}

.marketing-detail__other .js-marketing-other-swiper-current {
    color: #000;
}

.marketing-detail__other .js-marketing-other-swiper-max {
    color: #747373;
}

.marketing-detail__other .js-marketing-other-swiper-next,
.marketing-detail__other .js-marketing-other-swiper-prev {
    padding-top: 30px;
    padding-bottom: 15px;
    height: auto;
    cursor: pointer;
    margin-bottom: -15px;
}

.marketing-detail__other .js-marketing-other-swiper-next img,
.marketing-detail__other .js-marketing-other-swiper-prev img {
    width: auto;
    height: 12px;
}

.marketing-detail__other .js-marketing-other-swiper-prev {
    margin-right: 12px;
}

.marketing-detail__other .js-marketing-other-swiper-next {
    margin-left: 12px;
}

.marketing-detail__other-swiper-container {
    padding-right: 1px;
    padding-left: 1px;
}

.marketing-detail__other-card {
    background: #fff;
    border: 1px solid #ebebeb;
}

.marketing-detail__other-card-title {
    padding: 1.04167vw;
    font-size: 0.83333vw;
    font-weight: 900;
    color: #000;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .marketing-detail__other-card-title {
        padding: 6.25vw;
        font-size: 5vw;
    }
}

.marketing-detail__contact {
    padding-bottom: 7.8125vw;
    font-weight: 900;
}

@media (max-width: 767px) {
    .marketing-detail__contact {
        padding-bottom: 0;
    }
}

.marketing-detail__contact-tel {
    margin-right: 0.57292vw;
    margin-left: 0.57292vw;
    font-size: 2.34375vw;
    font-weight: 900;
    color: #d8504f;
    line-height: normal;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .marketing-detail__contact-tel {
        display: block;
        margin-right: 0;
        margin-left: 0;
        font-size: 10.9375vw;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .marketing-detail__btn-box {
        display: none;
    }
}

.swiper-button-disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

.page-program__title {
    padding-bottom: 3.125vw;
}

@media (min-width: 768px) {
    .page-program__title {
        padding-bottom: 2.86458vw;
    }
}

.page-program__top {
    position: relative;
    padding-top: 7.29167vw;
}

.page-program__top .contact-hand-btn {
    position: absolute;
    top: -4.16667vw;
    right: 13.02083vw;
}

@media (max-width: 767px) {
    .page-program__top .contact-hand-btn {
        display: none;
    }
}

.page-program__top .page-work__top-link {
    width: 33.33333%;
}

.page-program .about-top__desc-group {
    padding-bottom: 7.55208vw;
}

@media (max-width: 767px) {
    .page-program__tab-main {
        margin-top: -3.125vw;
    }
}

.page-program__tab-top {
    display: grid;
    padding-bottom: 3.64583vw;
    font-size: 1.35417vw;
    font-weight: 700;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    line-height: 1;
    letter-spacing: 0.1em;
}

.page-program__tab-top-single {
    position: relative;
    display: block;
    padding-top: 1.45833vw;
    padding-bottom: 1.45833vw;
    color: #7c7c7c;
    border-bottom: 2px solid #000;
    cursor: pointer;
}

.page-program__tab-top-single:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.41667vw;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54);
}

.-pc .page-program__tab-top-single:hover:before {
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.page-program__tab-top-single.-active {
    color: #cb0033;
}

.page-program__tab-top-single.-active:before {
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

@media (max-width: 767px) {
    .page-program__end-container {
        margin-top: -23.4375vw;
    }
}

@media (min-width: 768px) {
    .page-program__end-container {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 2fr 2fr;
        gap: 0 1.5625vw;
    }
}

.page-program__end-card {
    display: block;
    padding-bottom: 12.5vw;
}

@media (min-width: 768px) {
    .page-program__end-card {
        padding-bottom: 6.51042vw;
    }
}

.-pc .page-program__end-card-thumb-img {
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.-pc .page-program__end-card:hover .page-program__end-card-thumb-img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.page-program__end-card-thumb {
    position: relative;
    overflow: hidden;
}

.page-program__end-card-thumb:before {
    content: "";
    display: block;
    padding-bottom: 62.4%;
    width: 100%;
}

.page-program__end-card-thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.page-program__end-card-title {
    padding-top: 2.86458vw;
    padding-bottom: 1.35417vw;
    font-size: 1.66667vw;
    font-weight: 700;
    color: #282828;
    line-height: 1;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .page-program__end-card-title {
        padding-top: 7.8125vw;
        padding-bottom: 4.6875vw;
        font-size: 6.25vw;
    }
}

@media (min-width: 768px) {
    .page-program__end-card-desc,
    .page-program__end-card-title {
        padding-right: 1.5625vw;
        padding-left: 1.5625vw;
        text-align: justify;
    }
}

@media (max-width: 767px) {
    .page-program__end-card-desc br,
    .page-program__end-card-title br {
        display: none;
    }
}

.apro-big-title {
    /* width: 30vw; */
    font-size: 3.95833vw;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #151515;
    line-height: 1.1;
    text-transform: uppercase;
}

.redgeegee-about-title {
    width: 30vw;
}

@media (min-width: 768px) {
    .apro-big-title {
        white-space: nowrap;
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .apro-big-title {
        font-size: 10vw;
        line-height: 1.2;
    }

    .apro-system-big-title {
        text-align: center;
    }
    .redgeegee-about-title {
        width: 100vw;
    }
}

.apro-big-title__top {
    padding-bottom: 1.38542vw;
}

@media (max-width: 767px) {
    .apro-big-title__top {
        padding-bottom: 2.5vw;
    }
}

.apro-big-title .-linear-color {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(134deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #151515, #151515);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.apro-big-title.-color-white {
    color: #fff;
}

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

    to {
        transform: translate(-100%);
    }
}

@keyframes gradient {
    0% {
        transform: translate(0);
    }

    to {
        transform: translate(-100%);
    }
}

.gradient-animation {
    overflow: hidden;
    width: 100%;
}

.gradient-animation__img {
    width: 200%;
}

@media (max-width: 767px) {
    .gradient-animation__img {
        width: 400%;
    }
}

.gradient-animation__img.-fake {
    position: absolute;
    top: 0;
    left: 200%;
}

@media (max-width: 767px) {
    .gradient-animation__img.-fake {
        left: 400%;
    }
}

.apro-heading {
    font-size: 1.875vw;
    letter-spacing: 0.1em;
}

.vue-form-generator fieldset {
    display: flex;
    flex-wrap: wrap;
}

.vue-form-generator .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 1.40625vw;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group {
        margin-bottom: 19px;
    }
}

@media (min-width: 768px) {
    .vue-form-generator .form-group.-form-left,
    .vue-form-generator .form-group.-form-right {
        max-height: 3.4375vw;
    }

    .vue-form-generator .form-group.-form-left {
        padding-right: 0.625vw;
    }

    .vue-form-generator .form-group.-form-right {
        padding-left: 0.625vw;
    }
}

.vue-form-generator .form-group.has-error {
    margin-bottom: calc(1.40625vw + 12px);
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.has-error {
        margin-bottom: 31px;
    }
}

.vue-form-generator .form-group label {
    font-size: 1.04167vw;
    font-weight: 900;
    color: #313131;
    letter-spacing: 0.1em;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group label {
        font-size: 16px;
    }
}

.vue-form-generator .form-group.field-radios {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.40625vw;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios {
        display: block;
        padding-bottom: 19px;
    }
}

.vue-form-generator .form-group.field-radios.-radio-first {
    margin-top: 2.76042vw;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios.-radio-first {
        margin-top: 31px;
    }
}

/* .vue-form-generator .form-group.field-radios.-radio-first:before {
	font-size: 1.04167vw;
	font-weight: 900;
	color: #313131;
	letter-spacing: .1em;
	content: "協助我們更快瞭解您的需求";
	display: block;
	padding-left: 2.96875vw;
	width: 100%;
	margin-bottom: 2.65625vw;
	line-height: 1
} */

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios.-radio-first:before {
        font-size: 16px;
        margin-bottom: 35px;
        padding-left: 0;
        font-size: 18px;
    }
}

.vue-form-generator .form-group.field-radios.-radio-last {
    margin-bottom: 2.13542vw;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios.-radio-last {
        margin-bottom: 41px;
    }
}

.vue-form-generator .form-group.field-radios > label {
    display: flex;
    align-items: center;
}

.vue-form-generator .form-group.field-radios > label:before {
    /* content: "";
	display: block;
	margin-right: 2.34375vw;
	width: .625vw;
	height: 3px; */
    position: unset;
    padding-right: 0.2em;
}

/* @media (max-width:767px) {
	.vue-form-generator .form-group.field-radios>label:before {
		margin-right: 18px;
		width: 12px
	}
} */

.vue-form-generator .form-group.field-radios .field-wrap .radio-list {
    font-size: 1.04167vw;
    font-weight: 900;
    color: #313131;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    min-width: 17.1875vw;
    /* max-width: 17.1875vw; */
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios .field-wrap .radio-list {
        font-size: 16px;
        padding-top: 17px;
        padding-left: 30px;
        min-width: 100%;
        max-width: 100%;
    }
}

.vue-form-generator .form-group.field-radios .field-wrap .radio-list label {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 1em;
    padding-top: 0.36458vw;
    padding-bottom: 0.36458vw;
    padding-left: 1.5625vw;
    line-height: 1;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios .field-wrap .radio-list label {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 30px;
    }
}

.vue-form-generator .form-group.field-radios .field-wrap .radio-list label input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.vue-form-generator .form-group.field-radios .field-wrap .radio-list label:after,
.vue-form-generator .form-group.field-radios .field-wrap .radio-list label:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto 0.1em auto auto;
    width: 0.78125vw;
    height: 0.78125vw;
    border: 1px solid #313131;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios .field-wrap .radio-list label:after,
    .vue-form-generator .form-group.field-radios .field-wrap .radio-list label:before {
        width: 15px;
        height: 15px;
    }
}

.vue-form-generator .form-group.field-radios .field-wrap .radio-list label.is-checked:after {
    opacity: 1;
}

.vue-form-generator .form-group.field-radios .field-wrap .radio-list label:after {
    bottom: 0.20833vw;
    width: 1.25vw;
    height: 0.9375vw;
    background: url(../../src/img/public/check.png);
    background-size: cover;
    border: 0;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-radios .field-wrap .radio-list label:after {
        bottom: 4px;
        width: 24px;
        height: 18px;
    }
}

.vue-form-generator .form-group.field-input label,
.vue-form-generator .form-group.field-textArea label {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 2.96875vw;
    width: 8.59375vw;
    height: 3.4375vw;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-input label,
    .vue-form-generator .form-group.field-textArea label {
        padding-left: 32px;
        width: 122px;
        height: 55px;
    }
}

.vue-form-generator .form-group.field-input label:after,
.vue-form-generator .form-group.field-textArea label:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 1px;
    height: 1.04167vw;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #b2aeaf;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group.field-input label:after,
    .vue-form-generator .form-group.field-textArea label:after {
        height: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .vue-form-generator .form-group.field-input label:after,
    .vue-form-generator .form-group.field-textArea label:after {
        display: none;
    }
}

.vue-form-generator .form-group .errors {
    position: absolute;
    bottom: -18px;
    left: 2.96875vw;
    font-size: 12px;
    color: #cb0033;
    line-height: 1;
}

@media (max-width: 767px) {
    .vue-form-generator .form-group .errors {
        left: 21px;
    }
}

@media (min-width: 768px) {
    .vue-form-generator .form-group.-form-half {
        width: 50%;
    }
}

.vue-form-generator .form-control {
    font-size: 1.04167vw;
    font-weight: 900;
    color: #313131;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9.63542vw;
    height: 3.4375vw;
    border: 0;
    border-radius: 1.71875vw;
    line-height: 1;
    box-shadow: none;
}

@media (max-width: 767px) {
    .vue-form-generator .form-control {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .vue-form-generator .form-control {
        padding-left: 10.67708vw;
    }
}

@media (max-width: 767px) {
    .vue-form-generator .form-control {
        padding-left: 132px;
        height: 55px;
        border-radius: 27.5px;
    }
}

.vue-form-generator .form-control:-webkit-autofill,
.vue-form-generator .form-control:-webkit-autofill:active,
.vue-form-generator .form-control:-webkit-autofill:focus,
.vue-form-generator .form-control:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 1000px #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #313131;
}

.vue-form-generator textarea.form-control {
    padding-top: 0.78125vw;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .vue-form-generator textarea.form-control {
        padding-top: 15px;
    }
}

.page-contact .vue-form-generator textarea.form-control {
    height: 10.72917vw;
}

#contactForm .vue-form-generator textarea.form-control {
    height: 10.72917vw;
}

@media (max-width: 767px) {
    .page-contact .vue-form-generator textarea.form-control {
        height: 206px;
    }
    #contactForm .vue-form-generator textarea.form-control {
        height: 206px;
    }
}

.form-group.required > label:before {
    content: "*";
    position: absolute;
    left: calc(2.96875vw - 0.75em);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1em;
    font-weight: 500;
    color: #cb0033;
    line-height: 1;
}

@media (max-width: 767px) {
    .form-group.required > label:before {
        left: 21px;
    }
}

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

    to {
        transform: rotate(359deg);
    }
}

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

    to {
        transform: rotate(359deg);
    }
}

.slide-wrapper {
    display: none;
}

#contactForm.-done {
    pointer-events: none;
}

@font-face {
    font-family: MyIcons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAf4AAsAAAAAC4gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAQAAAAFZHIlTkY21hcAAAAYQAAAB2AAAB7sZk9g5nbHlmAAAB/AAAA+QAAAT07iq8+WhlYWQAAAXgAAAAMgAAADZ3SsR/aGhlYQAABhQAAAAcAAAAJAhNBHFobXR4AAAGMAAAABMAAAAsK/L//2xvY2EAAAZEAAAAGAAAABgFcAdUbWF4cAAABlwAAAAfAAAAIAEaAIBuYW1lAAAGfAAAAScAAAIKBFIkKnBvc3QAAAekAAAAUgAAAG3RoN83eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGT+zziBgZWBgekU0x4GBoYeCM34gMGQkQkoysDKzIAVBKS5pjAc+Mj4kYv5BZAbBSSB6hkYQXIAQR0MmHic7ZHBEcMwCARXFpZtxqXkmYLyci1pVxU4HLiMMLN3ww3SA4AV6MErMGgXDdUn0pZ5xzM33jljyqffd2iTRm+pS8xa/DjY2Dny3eBfZ+r36Vx7K3KTS4G8F7rItEK7nWuha81RIN8K5HuB/CiQe4H/AMmNHCkAAHicdVTdb9tUFL/Hdq+bxLGdxEma2M2Hk9pt0qTNl918zIU2a5sWlbVqEWXQMikB2sEoraBCTEgFijpV2oQmdUiDPwDBA6ioiEceQHvgZY+8ob3Qh/0LuFw3y6RJ41753HvOPffo+Pc75yJAZNDH1C+oDyEouaAE9PyCvW2vtWCdOrU7cN/+gbh0/YD+B5WIoqZU7RKUjTpUyqZhkrUYGgQJp1RWDeJwsNRVs+BzhKpVNB/ctCzBw/E3Va2VK33i5ThvM1kGuCtwnPCVV/yW5wBOOP5rnruxXJ+SRc57x8tBKVLQOeGe6LE3RS/Hfw4h5GRKcjmjz5CMxlADtdAyySmpspjFQZ8UDoVDpWTRyaviK+uargUkHlJJNQ9Et4CcxSA4pPIgxaBoQTkPNDkjJ8ROPANSiFjzgKkf7VurrdmRbHZktrUKeyu9/Ze1Tt2+1WjXa50G7NU7NXuruTs9vXvoiGZmLpOZW3HEb5ISAEmR6DPn1spzov271OjUelHq7br1JAgR9taTKETAd7x0EavLA/WA/uKCr4oLKkA9sNvwjf09Xe3xRlwYx4+ZIXy9iF5H76BdhExVJwg4X9miijEqKGGWJ/9pWsTiwNQFUCLwxcE0wqEiQTAGjpOqszgVMI1iHELGJBh5EACrY6BhssbAHNIFCDuAm8YYudCbj0N+MUAvLM0fnf55ejSvDbniMuuKJUxj49rjaxuGOf3CAFCvRiL1/Y9LfNyH+Uu3j5uvCaJ4lw2w7w00fIe4P+h6RqEvP/op97BxedRiGOqUYTyCFImlM+MM504ErjR/3WyfHMzOHpy05w6qPOuP8+PbjZ31qxUyrq7vrN2fCCUWNQ8rqkkXKyf69ZHAMIYbH2C84vdE/nJJLPs+xsu9ffClP5q/Zwqpcc7/hqu/PyApkfiA4kPP4wFGCQttWH2GB+r8/Nym/6YfIRNNEM8LkHkg0OkX08GsYJSJrgpd5Jzy7U3TAdvhpkBPyZacS/e52WDIff3NQpim+uSKouwrlpxMiBpDu1hxYu/ew/JopfByXogPynK1BR9Fo7k0phi3h53+sFHF7r6ooUwq+9GomhDSleFsevT49s+dCC/STFmMK/KkUptDT/v9jD5CNaJg1gITs3lIka4JSmEndUwKRdODpIfCpO91spAmU3Wn+YrdUiBVZdBn9UZizFObUxZHzXWj79Pt64tyIVPMZhfyg1EpIG1NGZ/N+BIzi0uvHO5sLraGNWjQmQjrr6dVMa6a6xOKH1cnNgrvrilUmCquVt2Ysa5AJkflwgOV8bXlrbfe9ruyT3P+n7cMZPKSdWAVof8Aj4TtFnicY2BkYGAAYtFdLHLx/DZfGbiZXwAFojgf72uA0f/////HkgoSZ+BgYAKSDABarA3sAAB4nGNgZGBgfsEABCyp//+DSAZGBlTADQBdwAPJeJxjYGBgYEnFh///h7EBaWMGGQAAAAAAABQAWgBaANgA7AGcAbACDAJmAnp4nGNgZGBg4GYoYWBlAAEmIOYCQgaG/2A+AwAVOgGbAHicXZBPasJAFMa/aFSqIIXSrkqZVbsoxD9LD6C4cONC6DLGSVSSTJiMgj1BT9AT9BQ9QOmx+mV4mzoDeb/3e99kSADc4gcBmhWg55/NapF7wm3SUDgk3wt3MMCjcJf+RbiPV0TCA9zhjW8IwhuaIXLhFvlduE3+EA7Jn8IdPOBLuEv/LdzHBr/CAzwHT6vLMjFlvdbZKY+tdFI22tYHU6pJNBaz0KW2sdM7tb2o+pxNnUtVak2h5qZ0Os+Nqqw56sRFe+eq2WiUio8SU2CFC5ZIYFCixhoaGU78rhj2ava/2zBpWQ++V5jwH42vMgtmSp+L4Vh3zG2ZUJydec+U1iFlnzJjUJDm/myTzrkNTeVnR5qEPsLen6oww4g7vcpH/vbiD99qWVYAeJxtwUsOgCAMBcC+CuLvkhoLkoAYqPH6Ltw6Q0yfif7NYHQwsOjhMGDEhBkLmb08J/vNHCULx2CSeHVZWluD2BrDoZ1KcvpEVal8X0Qv4LkRfAAA")
        format("woff");
}

.apro-icon {
    line-height: 1;
}

.apro-icon:before {
    font-family: MyIcons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
    transform: translateX(2px);
}

.icon-down:before {
    content: "\f101";
}

.icon-fb:before {
    content: "\f102";
}

.icon-home:before {
    content: "\f103";
}

.icon-ig:before {
    content: "\f104";
}

.icon-left:before {
    content: "\f105";
}

.icon-message:before {
    content: "\f106";
}

.icon-right:before {
    content: "\f107";
}

.icon-tel:before {
    content: "\f108";
}

.icon-twitter:before {
    content: "\f109";
}

.icon-up:before {
    content: "\f10a";
}

.index-service__union-circle-inner a {
    position: absolute;
    top: 4.26042vw;
    right: 4.94792vw;
    width: 12.39583vw;
    display: inline-block;
    height: 200px;
    z-index: 10;
}

@media (max-width: 1200px) {
    .index-service__union-circle-inner a {
        height: 125px;
    }
}

@media (max-width: 1024px) and (min-width: 1024px) {
    .index-service__union-circle-inner a {
        top: 6.26042vw;
    }
}

@media (max-width: 767px) {
    .index-service__union-circle-inner a {
        top: 8.5625vw;
        right: 5vw;
        width: 30.9375vw;
        height: 100px;
    }
}

/* about的球 */

.about-service__ball {
    width: 125px;
    position: absolute;
    right: 36.8125vw;
    top: 41vw;
}

.about-service__ball2 {
    width: 92px;
    position: absolute;
    right: 8.6458vw;
    top: -2.5vw;
}

.about-service__ball3 {
    width: 172px;
    position: absolute;
    right: 19vw;
    top: 15vw;
    z-index: 2;
}

.about-service__ball3s {
    width: 174px;
    position: absolute;
    right: 18.5vw;
    top: 19vw;
    z-index: 1;
}

@media (max-width: 1500px) {
    .about-service__ball {
        width: 6.51vw;
    }

    .about-service__ball2 {
        width: 4.7917vw;
    }

    .about-service__ball3 {
        width: 8.9583vw;
    }

    .about-service__ball3s {
        width: 9.0625vw;
    }
}

@media (max-width: 767px) {
    .about-service__ball {
        width: 12.51vw;
        right: 77vw;
        top: 80vw;
    }

    .about-service__ball2 {
        width: 7.7917vw;
        right: 8vw;
        top: 8.5vw;
    }

    .about-service__ball3 {
        width: 16.9583vw;
        right: 38vw;
        top: 21vw;
    }

    .about-service__ball3s {
        width: 16.0625vw;
        right: 38.5vw;
        top: 29vw;
    }
}

/* 網站加值 */

.program-addvalue .index-standar__content {
    font-weight: 400;
    text-align: justify;
}

.index-standar__content {
    font-size: 18px;
    color: #5a5958;
    margin-top: 40px;
    line-height: 1.5;
    letter-spacing: 3px;
}

.index-standard__wrap {
    margin-top: 4.114vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 5.5%;
    margin-bottom: 3.4375vw;
}

.index-standard__box {
    padding: 0px 0px 0px 4.53125vw;
    width: 25%;
    height: 12.08vw;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.index-standard__box .box {
}

.index-standard__box:nth-child(1) {
    border-bottom: 1px solid #eeeeee;
}

.index-standard__box:nth-child(2) {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(3) {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(4) {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(5) {
}

.index-standard__box:nth-child(6) {
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(7) {
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(8) {
    border-left: 1px solid #eeeeee;
}

.index-standard__box:nth-child(1) {
    padding-left: 0;
    width: 20%;
}

.index-standard__box:nth-child(5) {
    padding-left: 0;
    width: 20%;
}

.index-standard__box .title {
    font-size: calc(36 / 1920 * 100vw);
    font-weight: 900;
    letter-spacing: 3.6px;
    text-align: left;
    color: #282828;
    margin-bottom: 10px;
}

.index-standard__box .title span {
    -webkit-background-clip: text;
    background-image: linear-gradient(0deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #151515, #151515);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.index-standard__box .text {
    font-size: calc(18 / 1920 * 100vw);
    font-weight: 400;
    letter-spacing: 0.54px;
    text-align: justify;
    color: #313131;
    width: 80%;
}

.index-standard__box .num {
    font-family: Montserrat;
    font-size: calc(24 / 1920 * 100vw);
    font-weight: 500;
    letter-spacing: 2.4px;
    text-align: left;
    color: #d8504f;
    right: 38px;
    top: 15px;
    position: absolute;
}

.container.addvalue {
    max-width: 90%;
}

@media (min-width: 1025px) {
    .index-standard__box {
        align-items: flex-start;
        padding-top: 45px;
    }
}

@media (max-width: 1200px) {
    .container.addvalue {
        max-width: 100%;
    }

    .index-standard__wrap {
        left: 0;
    }

    .index-standard__box .num {
        right: 25px;
        top: 10px;
    }
}

@media (max-width: 1025px) {
    .index-standard__box:nth-child(1) {
        width: 50%;
        padding: 0 0 0 11.53125vw;
    }

    .index-standard__box:nth-child(5) {
        width: 50%;
        padding: 0 0 0 11.53125vw;
    }

    .index-standard__box {
        width: 50%;
        height: 20.08vw;
        padding: 0 0 0 11.53125vw;
    }

    .index-standard__box .title {
        font-size: calc(36 / 1100 * 100vw);
    }

    .index-standard__box .text {
        font-size: calc(18 / 1100 * 100vw);
    }

    .index-standard__box .num {
        font-size: calc(24 / 1100 * 100vw);
    }

    .index-standard__box:nth-child(3) {
        border-left: none;
    }

    .index-standard__box:nth-child(5) {
        border-bottom: 1px solid #eeeeee;
    }

    .index-standard__box:nth-child(6) {
        border-bottom: 1px solid #eeeeee;
    }

    .index-standard__box:nth-child(7) {
        border-left: none;
    }
}

@media (max-width: 767px) {
    .index-standar__content br {
        display: none;
    }

    .index-standard__box:nth-child(1) {
        width: 100%;
        padding: 0;
    }

    .index-standard__box:nth-child(5) {
        width: 100%;
        padding: 0;
    }

    .index-standard__box {
        width: 100%;
        height: 45.08vw;
        padding: 0;
    }

    .index-standard__box .title {
        font-size: 28px;
    }

    .index-standard__box .text {
        font-size: 16px;
        width: 100%;
    }

    .index-standard__box .num {
        font-size: 24px;
    }

    .index-standard__box:nth-child(2) {
        border-left: none;
    }

    .index-standard__box:nth-child(4) {
        border-left: none;
    }

    .index-standard__box:nth-child(6) {
        border-left: none;
    }

    .index-standard__box:nth-child(7) {
        border-bottom: 1px solid #eeeeee;
    }

    .index-standard__box:nth-child(8) {
        border-left: none;
        border-bottom: 1px solid #eeeeee;
    }
}

/* 網站作品 */

.index-project__desc {
    top: -5.5vw;
    max-width: 44.01042vw;
    padding-right: 18vw;
    padding-top: 1.34375vw;
    text-align: justify;
}

.index-project__top:before {
    padding-bottom: 100%;
}

.index-project__top-deco {
    bottom: auto;
    top: 0vw;
}

.index-project__title-top,
.index-project__title-bottom,
.index-project__desc {
    color: #000;
}

.index-project__top {
    background-color: linear-gradient(32deg, #fef9f5, #fef9f5);
    /* background-image: url('../img/index_project_bg.png'); */
    background-size: cover;
    background-position: center;
}

.index-project .apro-dot-btn {
    width: 13.02vw;
}

.index-project .apro-dot-btn__text {
    justify-content: center;
}

.index-project__top-bg-back {
    background-size: 0;
}

.index-project__bottom {
    position: relative;
    bottom: 3vw;
}

.index-project__content {
    position: absolute;
    bottom: 8vw;
    z-index: 2;
}

.index-project__content .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.index-project__content .wrap .box {
    width: calc((100% - 45px) / 3);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 20px;
    transform: scale(1);
    transition: 0.6s ease;
}

.index-project__content .wrap .box:hover {
    transform: scale(1.03);
    transition: 0.6s ease;
}

.index-project__content .wrap .box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index-project__content .wrap .box .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 4.6354vw;
    z-index: 10;
    background-color: #626262f2;
    padding: 0px 40px;
    opacity: 0;
    transition: 0.6s ease;
    transform: translateY(89px);
}

.index-project__content .wrap .box:hover .text {
    opacity: 1;
    transition: 0.6s ease;
    transform: translateY(0);
}

.index-project__content .wrap .box .text h4 {
    color: #fff;
    font-size: calc(16 / 1920 * 100vw);
    position: relative;
}

.index-project__content .wrap .box .text .line {
    width: 32px;
    height: 1px;
    background-color: #fff;
    margin-top: 10px;
}

.index-project__content .wrap .box .text p {
    color: #fff;
    font-size: calc(14 / 1920 * 100vw);
    position: absolute;
    right: 40px;
}

.index-project__top .ball1 {
    width: 1.822vw;
    position: absolute;
    left: 50%;
    top: 25vw;
}

.index-project__top .ball2 {
    width: 4.01vw;
    position: absolute;
    right: 7.5%;
    top: 59vw;
}

.index-project__top .ball3 {
    position: absolute;
    width: 16.458vw;
    left: 2%;
    bottom: 15vw;
}

.index-project__top .ball4 {
    position: absolute;
    width: 4.11458vw;
    left: 29%;
    bottom: -5vw;
}

@media (max-width: 1500px) {
    .index-project__content .wrap .box {
        width: calc((100% - 45px) / 3);
    }
}

@media (max-width: 1200px) {
    .index-project__top:before {
        padding-bottom: 38.25%;
    }

    .index-project__content {
        position: relative;
        bottom: 11vw;
    }
}

@media (min-width: 1025px) {
    .index-project__content .wrap .box:nth-child(1),
    .index-project__content .wrap .box:nth-child(4),
    .index-project__content .wrap .box:nth-child(7),
    .index-project__content .wrap .box:nth-child(10) {
        margin-left: 5px;
    }
}

@media (max-width: 1025px) {
    .index-project__desc {
        padding-top: 2.34375vw;
    }

    .index-project__content .wrap .box {
        width: calc((100vw - 80px) / 3);
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .index-project__content .wrap .box:nth-child(3n + 1) {
        margin-left: 0px;
    }

    .index-project__top:before {
        padding-bottom: 42.25%;
    }

    .index-project__desc {
        padding-right: 10vw;
    }

    .index-project__top .ball1 {
        width: 2.822vw;
        left: 45%;
        top: 30vw;
    }

    .index-project__top .ball2 {
        width: 5.01vw;
        position: absolute;
        right: 0;
        top: 74vw;
    }

    .index-project__top .ball3 {
        left: -6%;
        bottom: 12vw;
    }

    .index-project__top .ball4 {
        left: 25%;
        bottom: -11vw;
    }

    .index-project__content .wrap .box .text {
        height: 5.6354vw;
    }

    .index-project__content .wrap .box .text .line {
        margin-top: 3px;
    }

    .index-project__bottom {
        bottom: 5vw;
    }

    .index-project__content .wrap .box .text h4 {
        font-size: 16px;
    }

    .index-project__content .wrap .box .text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .index-project__desc {
        top: 0;
        max-width: 100%;
        padding-top: 9.34375vw;
    }

    .index-project__top:before {
        padding-bottom: 160%;
    }

    .index-project__content {
        bottom: 30vw;
    }

    .index-project__content .wrap .box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .index-project .apro-dot-btn {
        width: auto;
    }

    .index-project__bottom {
        bottom: 25vw;
        padding-bottom: 12.875vw;
    }

    .index-project__content .wrap .box .text {
        height: 12.6354vw;
    }
}

/* 限量 */

.program_limit {
    padding-top: 10.1875vw;
    padding-bottom: 10.416vw;
}

.program_limit .apro-big-title__bottom {
    font-size: calc(66 / 1920 * 100vw);
    line-height: 1.21;
    margin-bottom: 3.125vw;
    font-weight: 900;
}

.program_limit .container {
    z-index: 3;
}

.program_limit .index-standar__content {
    font-weight: 400;
    z-index: 3;
    text-align: justify;
    width: 100%;
    white-space: normal;
}

.program_limit .contact-hand-btn {
    position: absolute;
    top: 4.16667vw;
    right: 14.79167vw;
    z-index: 10;
    display: none;
}

.program_limit .index-top__deco.-coin-3 {
    /* display: none; */
    background-image: url("../../src/img/schema/plan_ball.webp");
    width: 10.99vw;
    height: 10.99vw;
    top: 13.958vw;
    right: 39.40625vw;
}

.program_limit .index-top__deco.-coin-5 {
    /* display: none; */
    background-image: url("../../src/img/schema/plan_ball3.webp");
    width: 3.17vw;
    height: 3.17vw;
    top: 34.9375vw;
    right: 6.91667vw;
}

.program_limit .index-top__deco.-coin-6 {
    /* display: none; */
    background-image: url("../../src/img/schema/plan_ball2.webp");
    width: 4.79vw;
    height: 4.79vw;
    top: 14.9375vw;
    right: 7.91667vw;
}

.program_limit .index-top__deco.-down.-circle {
    background-image: url("../../src/img/schema/plan_circle.webp");
    top: 17.625vw;
    right: 0.91667vw;
    width: 45.458vw;
    height: 26.0416vw;
    z-index: 1;
}

.program_limit .index-top__deco.-ipad-bottom {
    z-index: 2;
    top: 25.97917vw;
    right: -8.51042vw;
}

.program_limit .img {
    background-image: url("../../src/img/schema/plan_bg.png");
    right: 0;
    background-size: cover;
    width: 74%;
    height: 22%;
    top: 0;
    position: absolute;
}

.program_limit .index-top__deco.-iphone {
    top: 37.3125vw;
}

.program_limit .index-top__deco.-macbook {
    top: 8vw;
    right: -4.23958vw;
}

.program_limit .index-top__deco.-ipad {
    top: 33.9375vw;
    right: 8.46875vw;
}

.program_limit .index-top__deco.-coin-4 {
    top: 40.80208vw;
    right: 35.60417vw;
}

.program_limit .index-top__deco.-coin-2 {
    top: 30.38542vw;
    right: 25.38542vw;
}

.program_limit .index-top__deco.-coin-1 {
    top: 50.69792vw;
    right: 7.625vw;
}

.program_limit .index-top__group {
    position: absolute;
    top: 0;
    height: 100vw;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1100px) {
    .program_limit .apro-big-title__bottom {
        font-size: 3.95833vw;
    }

    .program_limit .index-standar__content {
        /* padding-right: 55%; */
        width: 100%;
    }

    .program_limit .index-standar__content br {
        display: none;
    }

    .program_limit .apro-big-title {
        white-space: normal;
    }

    .program_limit .index-top__deco.-macbook {
        right: 0;
        width: 49.8125vw;
    }

    .program_limit .index-top__deco.-ipad-bottom {
        right: 0;
        width: 50.04167vw;
    }
}

@media (max-width: 767px) {
    .program_limit {
        padding-bottom: 0;
    }

    .program_limit .index-standar__content {
        padding-right: 0;
        width: 100%;
    }

    .program_limit .apro-big-title__bottom {
        font-size: 10vw;
    }

    .program_limit .apro-big-title__bottom br {
        /* display: none; */
    }

    .program_limit .index-top__group {
        position: relative;
        height: 47vh;
        overflow: hidden;
    }

    .program_limit .index-top__deco.-ipad-bottom {
        width: 100vw;
        right: -12vw;
        top: 17.97917vw;
        height: 56.75186vw;
    }

    .program_limit .index-top__deco.-macbook {
        right: -7vw;
        width: 97.8125vw;
        top: -15vw;
        height: 81.3816vw;
    }

    .program_limit .index-top__deco.-ipad {
        top: 32.9375vw;
        right: 17.46875vw;
        width: 44.5625vw;
        height: 29.92478vw;
    }

    .program_limit .index-top__deco.-iphone {
        top: 56.3125vw;
        left: 0;
        width: 36.6875vw;
        height: 29.13076vw;
    }

    .program_limit .index-top__deco.-coin-2 {
        top: 30.38542vw;
        right: 43.38542vw;
        width: 6.5625vw;
        height: 6.45492vw;
    }

    .program_limit .index-top__deco.-coin-3 {
        top: 13.958vw;
        right: 72.40625vw;
        width: 15.99vw;
        height: 15.99vw;
        top: 7.958vw;
    }

    .program_limit .index-top__deco.-coin-4 {
        top: 49.80208vw;
        right: 67.60417vw;
    }

    .program_limit .index-top__deco.-coin-1 {
        top: 62.69792vw;
        right: 11.625vw;
    }

    .program_limit .index-top__deco.-coin-5 {
        width: 6.17vw;
        height: 6.17vw;
        top: 38.9375vw;
        right: 16vw;
    }

    .program_limit .index-top__deco.-coin-6 {
        top: 3.9375vw;
        right: 11.91667vw;
        width: 8.79vw;
        height: 8.79vw;
    }

    .program_limit .index-top__deco.-down.-circle {
        top: 15.625vw;
        right: 6.91667vw;
        width: 71.458vw;
        height: 37.0416vw;
    }

    .program_limit .img {
        width: 100%;
        height: 85vh;
        top: 57vh;
        background-size: cover;
        left: 0;
    }
}

.index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-title {
    margin-bottom: 40px;
}
.index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-price-main {
    display: none;
}
.index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-price-small {
    margin-left: 0;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-price {
    margin-bottom: 1.5625vw;
    width: 40%;
    text-align: justify;
}

.index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-title {
    margin-bottom: 40px;
}
.index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price-main {
    display: none;
}
.index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price-small {
    margin-left: 0;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price {
    margin-bottom: 1.5625vw;
    width: 40%;
    text-align: justify;
}

/* 設計獎輪播 */

/* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-title {
	margin-bottom: 40px;
} */

/* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price-main {
	display: none;
} */

/* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price-small {
	margin-left: 0;
	font-weight: 400;
	letter-spacing: 0.05em;
} */

/* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price {
	margin-bottom: 1.5625vw;
	width: 40%;
	text-align: justify;
} */

.index-top__group.-index-3 .index-top__deco.-ball {
    background-image: url(../../src/img/index_ball1.webp);
    width: 17.45vw;
    height: 17.45vw;
    right: 28vw;
    top: 10vw;
    z-index: 5;
}

.index-top__group.-index-3 .index-top__deco.-pc {
    background-image: url(../../src/img/index_circle.webp);
    width: 38.177vw;
    height: 38.177vw;
    top: 0.94792vw;
    right: 4vw;
    z-index: 1;
}

.index-top__group.-index-1 .img {
    position: absolute;
    top: 0;
}

.index-top__group.-index-3 .index-top__deco.-stage {
    background-image: url(../../src/img/index_plate.webp);
    z-index: 3;
}

.index-top__group.-index-1 .index-top .contact-hand-btn {
    right: 16.79167vw;
}

.index-top__group.-index-3 .-crown {
    background-image: url(../../src/img/index_ball5.webp);
    width: 7.78vw;
    height: 7.78vw;
    right: 16.79167vw;
    top: 15vw;
}

.index-top__group.-index-3 .index-top__deco.-ball2 {
    background-image: url(../../src/img/index_ball2.webp);
    width: 10.26vw;
    height: 10.26vw;
    right: 8.79167vw;
    top: 25vw;
    z-index: 3;
}

.index-top__group.-index-3 .index-top__deco.-ball3 {
    background-image: url(../../src/img/index_ball3.webp);
    width: 5.678vw;
    height: 5.678vw;
    right: 44.29167vw;
    top: 15vw;
    z-index: -1;
}

.index-top__group.-index-3 .index-top__deco.-ball4 {
    background-image: url(../../src/img/index_ball4.webp);
    width: 4.84375vw;
    height: 4.84375vw;
    right: 56.79167vw;
    top: 29vw;
}

@media (max-width: 767px) {
    .index-top__group.-index-1 .index-top__deco.-stage {
        top: 117.4375vw;
        right: 2.375vw;
        width: 59.8125vw;
    }

    .index-top__group.-index-1 .index-top__deco.-pc {
        width: 53.177vw;
        height: 53.177vw;
        bottom: 0;
        right: 0;
        top: 77.94792vw;
    }

    .index-top__group.-index-1 .-crown {
        width: 12.78vw;
        height: 12.78vw;
        right: 20.79167vw;
        top: 96vw;
    }

    .index-top__group.-index-1 .index-top__deco.-ball {
        width: 19.45vw;
        height: 19.45vw;
        right: 37vw;
        top: 90vw;
    }

    .index-top__group.-index-1 .index-top__deco.-ball2 {
        right: 5.79167vw;
        top: 111vw;
        width: 14.26vw;
        height: 14.26vw;
    }

    .index-top__group.-index-1 .index-top__deco.-ball3 {
        right: 53.29167vw;
        top: 96vw;
        width: 7.678vw;
        height: 7.678vw;
    }

    .index-top__group.-index-1 .index-top__deco.-ball4 {
        right: 71.79167vw;
        top: 114vw;
        width: 6.84375vw;
        height: 6.84375vw;
    }

    .index-top .contact-hand-btn {
        top: 144.0625vw;
    }

    .index-top__group.-index-1 .img {
        top: 40%;
    }

    /* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-title {
		margin-bottom: 20px;
	} */
    .index-top__swiper-slide:nth-child(1) .index-top__swiper-slide-title {
        margin-bottom: 20px;
    }
    .index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-title {
        margin-bottom: 20px;
    }

    .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price-small br {
        display: none;
    }

    /* .index-top__swiper-slide:nth-child(3) .index-top__swiper-slide-price {
		width: 100%;
	} */
    .index-top__swiper-slide:nth-child(1) .index-top__swiper-slide-price {
        width: 100%;
    }
    .index-top__swiper-slide:nth-child(2) .index-top__swiper-slide-price {
        width: 100%;
    }
}

/* 二次調整 */

.index-top__group.-active .-loading-1,
.swiper-slide.swiper-slide.swiper-slide .-loading-1 {
    font-weight: 900;
}

/* 優勢 */

.index-why-text {
    text-align: center;
    position: relative;
    max-width: 26.04167vw;
    left: 33%;
    bottom: 4vw;
    font-size: 1.25vw;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .index-why-text {
        left: 36%;
    }
}

@media (max-width: 700px) {
    .index-why-text {
        left: 0;
        max-width: 100%;
        font-size: 24px;
    }
}

/* 方案表格 */

.index-program__table {
    margin-top: 60px;
}

@media (min-width: 1920px) {
    .index-program__container {
        max-width: 68%;
    }

    .index-program__table {
        max-width: 68%;
    }
}

.index-program__table .marketing-detail__table-group:nth-child(3) {
    grid-template-columns: 25fr 105fr;
}

.index-program__table .marketing-detail__table-group:nth-child(3) .marketing-detail__table-group-content {
    padding-left: 21.5875vw;
}

.index-program__table .marketing-detail__table-group:nth-child(odd):not(:first-child) .marketing-detail__table-group-label {
    background-color: #ff8c8c;
}

.index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group-label {
    padding-left: 35%;
    font-size: 1.09375vw;
}

.index-program__table .marketing-detail__table-group-content {
    padding-left: 0;
}

.index-program__table .marketing-detail__table-group-content.-price {
    padding-left: 3.1875vw;
}

.index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group-content-main {
    font-size: 1.823vw;
}

.index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group:nth-child(2) .marketing-detail__table-group-content-main {
    font-size: 1.25vw;
}

.index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group:nth-child(3) .marketing-detail__table-group-content-main {
    font-size: 1.25vw;
}

@media (max-width: 1199px) {
    .index-program__table .marketing-detail__table-group:nth-child(3) .marketing-detail__table-group-content {
        padding-left: 28.5875vw;
    }

    .index-program__table {
        margin-top: 30px;
    }

    .index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group-label {
        padding-left: 29%;
        font-size: 2.09375vw;
    }

    .index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group-content-main {
        font-size: 2.823vw;
    }

    .index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group:nth-child(2) .marketing-detail__table-group-content-main {
        font-size: 2.25vw;
    }

    .index-program__table .marketing-detail__table.-desktop .marketing-detail__table-group:nth-child(3) .marketing-detail__table-group-content-main {
        font-size: 2.25vw;
    }
}

@media (max-width: 700px) {
    .index-program__table .marketing-detail__table-group-content {
        padding-left: 2.1875vw;
    }

    .index-program__table .marketing-detail__table-group-content.-price {
        padding-left: 9.1875vw;
    }

    .index-program__table .marketing-detail__table-group-label {
        padding-left: 10%;
    }

    .index-program__table .marketing-detail__table-group:nth-child(3) .marketing-detail__table-group-content {
        padding-left: 9.5875vw;
    }
}

.about-top__desc-content {
    text-align: justify;
}

.index-why__text .apro-middle-title {
    /* font-size: 30px; */
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #cb0033, #d94a3f, #e24b4b, #f45f6d, #f4426d, #dd1d54), linear-gradient(180deg, #151515, #151515);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.index-why__text .index-why__title {
    width: 100%;
}

.page-program__end-card-desc {
    text-align: justify;
}

/* 20211217 update 網站方案表格新增斑馬紋 */

.page-program__tab-main .marketing-detail__table .marketing-detail__table-group .marketing-detail__table-group-content:nth-child(odd) {
    background-color: #f0f0f0;
}

.page-program__tab-main .marketing-detail__table .marketing-detail__table-group:first-child .marketing-detail__table-group-content:nth-child(odd) {
    background-color: #ff718f;
}

/* 20211217 update 首頁網站方案改版 start*/

.hidden {
    display: none !important;
}

.contact-hand-btn_A {
    background-color: #d8504f;
}

.contact-hand-btn_B {
    background-color: #ff718f;
}

.contact-hand-btn_C {
    background-color: #dd1d54;
}

.plan_container {
    height: clamp(28vw, 80vh, 1000px); /*100vh*/
    position: relative;
}

.plan_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5vh;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 40%;
    padding: 0 5.20833vw;
}

.plan_area_item {
    width: 20vw;
    padding: 3.2% 0 0 0;
    background-color: #fef9f5;
    border-radius: 50px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 0;
    position: relative;
    transition: transform 0.3s, width 0.5s;
}

.plan_area_item .full_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.plan_area_item .plan_area_item_amElem {
    /* overflow: hidden; */
    transform: translateY(110%);
    transition: transform 0.6s, opacity 0.6s, height 0.3s;
    height: 0vh;
    /* opacity: 0; */
}

.plan_area_item.show .plan_area_item_amElem {
    height: 19vh;
}

.plan_area_item.active .plan_area_item_amElem {
    transform: translateY(0);
    opacity: 1;
}

.plan_area_item .contact-hand-btn {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
}

.plan_area_item .plan_name {
    padding: 0 3.25% 2.2vw 3.25%;
    border-bottom: 1px solid #d0d0d0;
}

.plan_area_item .plan_name h4 {
    font-size: 2.9vw;
    font-weight: 900;
}

.plan_area_item .plan_name p,
.plan_area_item .plan_cost p {
    font-size: 1vw;
    color: #717171;
    font-weight: 500;
}

.plan_area_item .plan_cost {
    padding: 0 3.25%;
    margin-top: 0.8vw;
    margin-bottom: 3.4vw;
    transition: margin 0.4s;
}

.plan_area_item:hover .plan_cost {
    margin-bottom: 1.4vw;
}

.plan_area_item .plan_cost h3 {
    font-size: 4vw;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 1.2vw;
    transition: font 0.3s, padding 0.3s;
}

.plan_area_item:hover .plan_cost h3 {
    padding-top: 0.7vw;
}

.plan_area_item .plan_cost h3 span {
    font-size: 2.4vw;
    vertical-align: super;
}
@media (max-width: 700px) {
    .plan_area_item .plan_cost h3 span {
        font-size: 6.4vw;
    }
}

.plan_area_item .contact-hand-btn {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    transform: height 0.4s;
}

.plan_area_item_A {
    box-shadow: 10px 10px 30px rgba(216, 80, 79, 0.5);
}

.plan_area_item_B {
    box-shadow: 10px 10px 30px rgba(244, 95, 109, 0.45);
}

.plan_area_item_C {
    box-shadow: 10px 10px 30px rgba(203, 0, 51, 0.45);
}
.plan_area_item h3 {
    font-size: 2.6vw;
    font-weight: 700;
    transition: font 0.4s;
}

.plan_area_item_A .plan_name h3 {
    color: #d8504f;
}

.plan_area_item_B .plan_name h3 {
    color: #ff718f;
}

.plan_area_item_C .plan_name h3 {
    color: #dd1d54;
}

.plan_area_item_A .plan_name h3 {
    color: #d8504f;
}

.plan_area_item .plan_note {
    width: 63.8%;
    margin: auto;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    border: 2px solid transparent;
    transition: background 0.4s, color 0.4s, border 0.4s;
    margin-bottom: 20px;
    font-size: 1.16vw;
}

.plan_area_item .plan_note span {
    font-weight: 700;
    transform: scale(1.5);
    display: inline-block;
    padding: 2px 8px;
    letter-spacing: 0;
}

.plan_area_item_A .plan_note {
    background-color: #d8504f;
}

.plan_area_item_B .plan_note {
    background-color: #ff718f;
    margin-bottom: 0.8vw;
}

.plan_area_item_C .plan_note {
    background-color: #dd1d54;
}

.plan_area_item_A:hover .plan_note {
    border: 2px solid #d8504f;
    color: #d8504f;
    background-color: transparent;
}

.plan_area_item_B:hover .plan_note {
    border: 2px solid #ff718f;
    color: #ff718f;
    background-color: transparent;
}

.plan_area_item_C:hover .plan_note {
    border: 2px solid #dd1d54;
    color: #dd1d54;
    background-color: transparent;
}

.plan_area_item_B .plan_name h4 {
    color: #ff718f;
}

.plan_area_item_C .plan_name h4 {
    color: #dd1d54;
}

.plan_area_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.plan_area_item_amElem {
    position: relative;
    background: linear-gradient(to right, #cb0033, #d94a3f, #f45f6d, #f27661, #dd1d54);
    background-size: 300% 160%;
    animation: text-gradient 8s ease infinite;
    padding-bottom: 1vw;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.page-program .index-program .contact-hand-btn {
    top: 0;
}

@media (max-width: 540px) {
    .page-program .index-program .contact-hand-btn {
        top: -2rem;
    }
}

@keyframes text-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.plan_area_item_amElem::before {
    position: absolute;
    content: "";
    background-image: url("../../src/img/mask.png");
    width: 106%;
    height: 100px;
    top: -1px;
    left: -1px;
    background-size: cover;
}

@media (max-width: 1440px) {
    .plan_area_item.show .plan_area_item_amElem {
        height: 15vh;
    }

    .plan_area_item_amElem::before {
        height: 70px;
    }

    .plan_container {
        /* height: 80vh; */

        height: clamp(40vw, 60vh, 900px);
    }
}

@media (max-width: 1366px) {
    .plan_area_item_amElem::before {
        height: 50px;
    }

    .plan_area_item.show .plan_area_item_amElem {
        height: 14vh;
    }

    .plan_area_item .plan_name {
        padding: 0 3.25% 1.2vw 3.25%;
    }

    .plan_area_item .plan_cost {
        margin-bottom: 2vw;
    }

    .plan_container {
        /* height: 76vh; */
        height: clamp(40vw, 52vh, 800px);
    }
}

@media (max-width: 1200px) {
    .plan_area {
        justify-content: space-evenly;
    }

    .plan_area_item_A {
        box-shadow: 8px 8px 20px rgba(#cb0033, 0.45);
    }

    .plan_area_item_B {
        box-shadow: 8px 8px 20px rgba(#f4c05f, 0.45);
    }

    .plan_area_item_C {
        box-shadow: 8px 8px 20px rgba(#fc7b47, 0.5);
    }

    .plan_area_item {
        padding: 2.5% 0 0 0;
    }
}

@media (max-width: 1100px) {
    .plan_area_item {
        width: 24vw;
    }

    .plan_area_item .plan_area_item_amElem {
        height: 100%;
        transform: translateY(0%);
        padding-top: 3.2vw;
        padding-bottom: 3vw;
    }

    .plan_area_item.show .plan_area_item_amElem {
        height: auto;
    }

    .plan_area_item .plan_note {
        margin-bottom: 14px;
        padding: 4px 10px;
    }

    .plan_area_item .plan_name {
        padding: 0 3.25% 1.4vw 3.25%;
    }

    .plan_area_item .plan_cost {
        margin-top: 20px;
        margin-bottom: 16px;
    }

    .plan_area_item .plan_cost h3 {
        padding-top: 0;
    }

    .plan_area_item .plan_cost p {
        line-height: 1.3;
        margin-top: 10px;
    }

    .plan_area_item .plan_note {
        width: auto;
    }

    .plan_area_item .plan_note span {
        padding: 3px 6px;
    }

    .plan_area_item .contact-hand-btn {
        transform: translateX(-50%) scale(1);
    }

    .plan_area_item .plan_name p,
    .plan_area_item .plan_cost p {
        font-size: 1.5vw;
    }
}

@media (max-width: 1024px) {
    .plan_area_item_amElem::before {
        height: 72px;
    }

    .plan_area_item .plan_area_item_amElem {
        padding-top: 1.2vw;
    }

    .plan_container {
        height: clamp(500px, 50vh, 720px);
    }
}

@media (max-width: 834px) {
    .plan_area_item_amElem::before {
        height: 60px;
    }
}

@media (max-width: 768px) {
    .plan_area .plan_area_item .contact-hand-btn {
        transform: translateX(-50%) scale(1);
    }

    .plan_area_item_amElem::before {
        height: 56px;
    }

    .plan_container {
        height: 54vh;
    }
}

@media (max-width: 767px) {
    .plan_area {
        flex-direction: column;
        margin-top: 14vw;
        margin-bottom: 10vw;
    }

    .plan_area_item {
        width: 96%;
    }

    .plan_area_item {
        padding: 4% 0 0 0;
    }

    .plan_area_item + .plan_area_item {
        margin-top: 60px;
    }

    .plan_area_item_amElem::before {
        height: 126px;
    }

    .plan_area_item_B .plan_area_item_amElem.show {
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .plan_area_item .plan_note {
        font-size: 3.8vw;
    }

    .plan_area_item .plan_note {
        border-radius: 40px;
    }

    .plan_area_item .plan_cost h3 {
        font-size: 10vw;
    }

    .plan_area_item .plan_note {
        font-size: 28px;
        width: calc(100% - 60px);
    }

    .plan_area_item h3 {
        font-size: 9vw;
    }

    .plan_area_item .contact-hand-btn {
        transform: translateX(-50%) scale(1.8);
    }

    .plan_area_item .plan_area_item_amElem {
        margin-top: 2%;
        padding: 10% 0 7% 0;
    }

    .plan_area_item:hover {
        width: 96%;
    }

    .plan_area_item .plan_note {
        margin-bottom: 0;
    }

    .plan_area_item .plan_name p,
    .plan_area_item .plan_cost p {
        font-size: 16px;
    }

    .page-program .index-program .contact-hand-btn {
        display: block;
    }

    .plan_area_item .plan_name p,
    .plan_area_item .plan_cost p {
        display: block;
    }

    .plan_container {
        height: auto;
    }

    .plan_area {
        position: relative;
        width: auto;
        transform: none;
        top: auto;
    }
}

@media (max-width: 480px) {
    .plan_area_item .plan_cost h3 {
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .plan_area_item .plan_cost p {
        line-height: 1.25;
        margin-bottom: 10px;
    }

    .plan_area_item .plan_note {
        font-size: 4.6vw;
    }

    .plan_area_item_amElem::before {
        height: 86px;
    }
}

/* 20211217 update 首頁網站方案改版 end*/

/* 20220103 add tag style start*/

.news-top-group-left.tag {
    width: 100%;
}

.tag_tit {
    font-size: 0.9375vw;
}

.tag_tit span {
    background-color: #292b2e;
    padding: 4px 5.8vw;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: 2px;
    line-height: 1.5;
    vertical-align: 2px;
}

@media (width: 720px) {
    .tag_tit span {
        padding: 7px 3vw;
    }
}

@media (min-width: 768px) {
    .tag_tit span {
        font-size: 0.9vw;
        padding: 7px 2.6vw;
        vertical-align: 4px;
    }
}

@media (min-width: 1152px) {
    .tag_tit span {
        font-size: 0.85vw;
        padding: 5px 1.8vw;
        vertical-align: 0;
    }
}

.tag_area {
    padding-top: 3vw;
    padding-bottom: 6vw;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18vw;
}

.tag_area .tag_area_tit {
    display: inline-block;
    font-weight: 900;
    margin-right: 10px;
}

.tag_area .tag_area_link {
    display: inline-block;
}

.tag_area .tag_area_link .tag {
    background-color: #292b2e;
    padding: 2px 5.8vw;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: 2px;
    margin: 0 4px;
    transition: background 0.4s;
}

.tag_area .tag_area_link .tag:hover {
    background: #5d44da;
}

@media (min-width: 429px) {
    .tag_area {
        margin-bottom: 9vw;
    }
}

@media (min-width: 768px) {
    .tag_area {
        padding-top: 1vw;
        padding-bottom: 2.6vw;
        margin-bottom: 6.4vw;
    }

    .tag_area .tag_area_link .tag {
        font-size: 0.9vw;
        padding: 6px 2.8vw;
        vertical-align: 4px;
    }
}

@media (min-width: 1152px) {
    .tag_area .tag_area_link .tag {
        font-size: 0.85vw;
        padding: 5px 1.8vw;
        vertical-align: 0;
    }
}

/* 20220103 add tag style end*/

/* 20220113 社群分享調整 start*/

.main-header .icon-tel {
    width: 48px;
    height: 48px;
    background-color: #554cde;
    position: absolute;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    right: 100%;
    animation: ripple 4s linear infinite;
}
.icon-contact,
.icon-line {
    width: 60px;
    height: 60px;
    background-color: #4caa0e;
    position: relative;
    border-radius: 200px;
    margin-bottom: 6px;
    position: fixed;
    /* right: 24px; */
    z-index: 9;
    display: block;
    opacity: 1;
    transition: opacity 0.5s, transform 0.25s ease;
    /* width: 5.4vw;
    height: 5.4vw; */
    right: 24px;
    left: unset;
    bottom: 40px;
}
@media (hover: hover) {
    .icon-contact:hover,
    .icon-line:hover {
        transform: scale(1.1);
    }
}
.icon-contact {
    bottom: 110px;
    background-color: #d8504f;
}
@media (min-width: 700px) {
    .icon-contact {
        bottom: 130px;
    }
}
.icon-contact img,
.icon-line img {
    /* width: 3.8vw; */
    width: 38px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.icon-line.active {
    /* display: block;
    opacity: 1; */
}

.icon-msg {
    display: none;
    width: 66px;
    height: 66px;
    background-color: #0973df;
    position: relative;
    border-radius: 200px;
    position: fixed;
    bottom: 56px;
    left: 60px;
    z-index: 9;
}

.icon-msg img {
    width: 38px;
    height: 38px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.main-header__contact {
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 100px;
}

.main-header.-small .icon-tel {
    display: none;
}

.main-header .main-header__inner .icon-tel:before {
    color: #fff;
    font-size: 30px;
    animation: ring;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    display: flex;
    justify-content: center;
}

.main-header .main-header__inner .icon-tel:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    animation: inherit;
    animation-delay: 0.5s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .icon-msg {
        display: block;
        right: 34px;
    }

    .main-header .icon-tel {
        /* margin-top: 1.04167vw; */
        margin-right: 1.5vw;
        position: static;
        transform: translateY(0px);
    }

    .main-header .main-header__inner .icon-tel:before {
        color: #fff;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .main-header__contact {
        height: 34px;
        line-height: 34px;
        margin-top: 0 !important;
    }

    .main-header .icon-tel {
        width: 38px;
        height: 38px;
        display: block;
        text-align: center;
        margin-right: 10px;
    }

    .main-header .icon-tel::before {
        line-height: 38px;
    }

    /* 
    .icon-line{
        width: 48px;
        height: 48px;
    }

    .icon-line img{
        width: 30px;
    } */
    .icon-msg {
        width: 48px;
        height: 48px;
        bottom: 30px;
    }

    .icon-msg img {
        width: 28px;
    }
}

@media (min-width: 700px) {
    .icon-line {
        width: 60px;
        height: 60px;

        bottom: 55px;
    }

    .icon-line img {
        width: 2vw !important;
        height: 2vw !important;
    }
}

.vue-form-generator .form-group.field-radios.custom-label > label:before {
    height: auto;
    content: "*";
    color: #cb0033;
    margin-left: 2.34375vw;
    margin-right: 0.34375vw;
    font-weight: 500;
    background: unset;
}

.vue-form-generator .form-group.field-radios.custom-label label {
    color: #fff;
}

.vue-form-generator .form-group.field-radios.custom-label .field-wrap .radio-list label:before {
    border: 1px solid #fff;
}

/* 20220113 社群分享調整 end*/

/* 20220531 新增平面設計 start */

.design-detail {
    padding-bottom: 11.19792vw;
}

@media (max-width: 767px) {
    .design-detail {
        padding-bottom: 23.4375vw;
    }
}

@media (min-width: 1200px) {
    .design-detail .container {
        max-width: 70%;
    }
}

.design-detail__top {
    position: relative;
    padding-top: 12.5vw;
    padding-bottom: 17.1875vw;
}

@media (min-width: 768px) {
    .design-detail__top {
        padding-top: 7.29167vw;
        padding-bottom: 5.46875vw;
    }
}

.design-detail__top-title {
    font-size: 13.125vw;
    font-weight: 900;
    color: #151515;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 0vw;
}

@media (min-width: 768px) {
    .design-detail__top-title {
        font-size: 3.59375vw;
        margin-bottom: -3.59375vw;
    }
}

.design-detail__top-title .design-detail__top-subTitle {
    margin-top: 15px;
    font-size: 10vw;
    color: #cb0033;
}

@media (min-width: 768px) {
    .design-detail__top-title .design-detail__top-subTitle {
        font-size: 2.5vw;
    }
}

.design-detail__content {
    position: relative;
}

.-pc .design-detail__content {
    z-index: 0;
}

.design-detail__desc {
    padding-bottom: 10.9375vw;
    font-size: 5vw;
    line-height: 1.67;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .design-detail__desc {
        padding-bottom: 3.38542vw;
        max-width: 46.19792vw;
        font-size: 0.9375vw;
    }
}

.design-detail__desc-title {
    padding-bottom: 0.52083vw;
    font-weight: 900;
    color: #000;
}

@media (max-width: 767px) {
    .design-detail__desc-title {
        padding-bottom: 3.125vw;
    }
}

.design-detail__desc-content {
    color: #313131;
}

.mb20 {
    margin-bottom: 20px;
}

.design-detail__other {
    padding-top: 23.4375vw;
    padding-bottom: 23.4375vw;
}

@media (max-width: 767px) {
    .design-detail__other {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .design-detail__other {
        display: flex;
        justify-content: space-between;
        padding-top: 3.90625vw;
        padding-bottom: 9.89583vw;
    }
}

.design-detail__other .news-single__back {
    display: flex;
    margin: 0;
}

@media (max-width: 767px) {
    .design-detail__other .news-single__back {
        margin-bottom: 4.6875vw;
    }
}

@media (min-width: 768px) {
    .design-detail__other .news-single__back.-link {
        padding-right: 0.67708vw;
        padding-left: 0.67708vw;
        min-width: 0;
    }
}

[data-current="3"] .page-work__top-link:nth-child(4) {
    pointer-events: none;
}

[data-current="3"] .page-work__top-link:nth-child(4) .page-work__top-link-text {
    color: #cb0033;
    -ms-transform: scale(1);
    transform: scale(1);
}

[data-current="3"] .page-work__top-link:nth-child(4) .page-work__top-link-text:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.work-card_design {
    content: "";
    display: block;
    padding-bottom: 54.50122%;
    width: 100%;
    position: relative;
}

.work-card_design .logo_center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.work-card_design.hover_bg {
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.w-auto {
    width: 100% !important;
}

/* 20220531 新增平面設計 end */

/* 20220707 替換關於我們樣式圖 start */

.about-service {
    position: relative;
}

.role_box {
    position: absolute;
    top: -55px;
    right: 0;
}

.role_ {
    position: absolute;
    top: -100px;
}

.text_wrap {
    position: relative;
    top: -400px;
}

.about-service__person1 {
    position: absolute;
    width: 12.7vw;
    right: 27vw;
    top: 19vw;
    z-index: 1;
}

.about-service__person2 {
    position: absolute;
    width: 16.78125vw;
    right: 24vw;
    top: 33vw;
    z-index: 1;
}

.about-service__person3 {
    position: absolute;
    width: 15.19vw;
    right: 7vw;
    top: 34vw;
    z-index: 1;
}

.about-service__person4 {
    position: absolute;
    width: 9.67vw;
    right: 8vw;
    top: 25vw;
    z-index: 1;
}

.text_box1 {
    position: absolute;
    right: 32vw;
    top: 13.5vw;
    /* width: 15vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about-service__talk1 {
    z-index: 1;
    opacity: 0;
    /* transform: scale(0); */
    transition: 0.5s ease;
    transform-origin: bottom left 10px;
    -webkit-animation: bounceOuts 0.625s ease;
    animation: bounceOuts 0.625s ease;
}

.about-service__talk1.active {
    opacity: 1;
    /* transform: scale(1); */
    transition: 0.5s ease;
    -webkit-animation: rubberBandIn 0.5s ease;
    animation: rubberBandIn 0.5s ease;
}

.talk1_text {
    position: absolute;
    width: 45%;
    left: 28%;
    bottom: 40%;
    color: #000000;
    font-weight: bold;
    z-index: 2;
}

.text_box2 {
    position: absolute;
    right: 34vw;
    top: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about-service__talk2 {
    opacity: 0;
    z-index: 1;
    /* transform: scale(0); */
    transition: 0.5s ease;
    transform-origin: bottom left 10px;
    -webkit-animation: bounceOuts 0.625s ease;
    animation: bounceOuts 0.625s ease;
}

.about-service__talk2.active {
    opacity: 1;
    /* transform: scale(1); */
    transition: 0.5s ease;
    -webkit-animation: rubberBandIn 0.5s ease;
    animation: rubberBandIn 0.5s ease;
}

.talk2_text {
    position: absolute;
    bottom: 40%;
    width: 45%;
    color: #000000;
    font-weight: bold;
    z-index: 2;
}

.text_box3 {
    position: absolute;
    right: 0vw;
    top: 28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about-service__talk3 {
    opacity: 0;
    z-index: 1;
    /* transform: scale(0); */
    transition: 0.5s ease;
    transform-origin: bottom left 10px;
    animation: bounceOuts 0.625s ease;
    -webkit-animation: bounceOuts 0.625s ease;
}

.about-service__talk3.active {
    opacity: 1;
    /* transform: scale(1); */
    transition: 0.5s ease;
    animation: rubberBandIn 0.5s ease;
    -webkit-animation: rubberBandIn 0.5s ease;
}

.talk3_text {
    position: absolute;
    width: 33%;
    bottom: 43%;
    color: #000000;
    font-weight: bold;
    z-index: 2;
}

.text_box4 {
    position: absolute;
    right: 0vw;
    top: 19vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.about-service__talk4 {
    opacity: 0;
    z-index: 1;
    /* transform: scale(0); */
    transition: 0.5s ease;
    transform-origin: bottom left 10px;
    animation: bounceOuts 0.625s ease;
    -webkit-animation: bounceOuts 0.625s ease;
}

.about-service__talk4.active {
    opacity: 1;
    /* transform: scale(1); */
    transition: 0.5s ease;
    -webkit-animation: rubberBandIn 0.5s ease;
    animation: rubberBandIn 0.5s ease;
}

.talk4_text {
    position: absolute;
    bottom: 27%;
    width: 33%;
    color: #000000;
    font-weight: bold;
    z-index: 2;
}

.texts {
    text-align: center;
    font-size: 18px;
}

.about-service__big-img {
    width: 54.80208vw;
}

.about-service__ball3 {
    right: 17vw;
    top: 18vw;
}

.about-service__ball3s {
    right: 16.5vw;
    top: 23vw;
}

.about-service__ball {
    right: 33.8125vw;
    top: 48vw;
}

@keyframes rubberBandIn {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1), scale(0);
    }

    30% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    70% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1), scale(1);
    }
}

@-webkit-keyframes rubberBandIn {
    0% {
        -webkit-transform: scale3d(1, 1, 1), scale(0);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    50% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    70% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1), scale(1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceOuts {
    from {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1), scale(1);
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3), scale(0);
    }
}

@-webkit-keyframes bounceOuts {
    0% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1), scale(1);
        transform: scale3d(1, 1, 1);
    }

    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3), scale(0);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@media (min-width: 1921px) and (max-width: 2559px) {
    .text_box1 {
        width: 12vw;
    }

    .text_box2 {
        width: 12vw;
    }

    .text_box3 {
        width: 12vw;
    }

    .text_box4 {
        width: 12vw;
    }

    .talk1_text {
        width: 50%;
    }

    .talk2_text {
        width: 50%;
    }

    .talk3_text {
        width: 40%;
    }

    .talk4_text {
        width: 40%;
    }

    .texts {
        font-size: 22px;
    }

    .about-service__ball3s {
        top: 21vw;
    }
}

@media (max-width: 1600px) and (min-width: 1366px) {
    .text_box1 {
        top: 15.5vw;
    }

    .text_box3 {
        top: 30vw;
        right: 0;
    }

    .text_box4 {
        top: 19vw;
        right: 0;
    }

    .talk1_text {
        left: 28%;
    }

    .talk4_text {
        top: 0rem;
    }

    .texts {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .text_box1 {
        width: 16.38vw;
        top: 8.5vw;
        right: 30vw;
    }

    .text_box2 {
        width: 16.38vw;
        right: 33vw;
        top: 20vw;
    }

    .text_box3 {
        width: 16.38vw;
        right: 0;
        top: 22vw;
    }

    .text_box4 {
        width: 16.38vw;
        top: 12vw;
        right: 0;
    }

    .texts {
        font-size: 14px;
    }

    .text_wrap {
        position: relative;
        top: -280px;
    }

    .talk1_text {
        width: 40%;
        bottom: 43%;
        left: 28%;
    }

    .talk2_text {
        width: 40%;
        bottom: 43%;
    }

    .talk3_text {
        width: 34%;
    }

    .talk4_text {
        top: 5%;
    }
}

@media (max-width: 1055px) and (min-width: 1024px) {
    .role_box {
        top: -20px;
    }

    .text_box1 {
        top: 10.5vw;
    }

    .talk1_text {
        width: 45%;
    }

    .talk2_text {
        width: 45%;
    }

    .talk3_text {
        width: 35%;
    }

    .talk4_text {
        width: 35%;
        bottom: 27%;
    }

    .text_wrap {
        position: relative;
        top: -225px;
    }
}

@media (max-width: 1000px) {
    .about-service__person1 {
        top: 32vw;
    }

    .about-service__person2 {
        top: 47vw;
    }

    .about-service__person3 {
        top: 49vw;
        right: 10vw;
    }

    .about-service__person4 {
        top: 35vw;
    }

    .about-service__talk1 {
        width: 150px;
        right: 31vw;
        top: 10vw;
    }

    .text_box1 {
        top: 17.5vw;
        right: 32vw;
    }

    .talk1_text {
        width: 53%;
        left: 23%;
    }

    .about-service__talk2 {
        width: 150px;
        right: 35vw;
        top: 26vw;
    }

    .text_box2 {
        top: 32vw;
    }

    .talk2_text {
        width: 53%;
    }

    .about-service__talk3 {
        width: 150px;
        right: -15px;
        top: 26vw;
    }

    .text_box3 {
        top: 36vw;
    }

    .talk3_text {
        width: 43%;
    }

    .about-service__talk4 {
        width: 150px;
        right: 0;
        top: 10vw;
    }

    .text_box4 {
        top: 18vw;
    }

    .talk4_text {
        width: 43%;
    }

    .about-service__big-img {
        width: 56.80208vw;
        top: 15.52083vw;
    }

    .about-service__ball {
        top: 62vw;
    }

    .about-service__ball3 {
        top: 31vw;
    }

    .about-service__ball3s {
        top: 34vw;
    }

    .texts {
        font-size: 12px;
    }

    .text_wrap {
        position: relative;
        top: -240px;
    }
}

@media (max-width: 700px) {
    .role_box {
        position: relative;
        top: -72vw;
    }

    .role_ {
        width: 100%;
        top: -160px;
    }

    .about-service__big-img {
        width: 100vw;
        top: 0vw;
        left: 0;
    }

    .about-service__person1 {
        width: 90px;
        right: auto;
        left: 30vw;
        top: 23vw;
    }

    .about-service__person2 {
        width: 130px;
        right: auto;
        left: 22vw;
        top: 49vw;
    }

    .about-service__person3 {
        width: 110px;
        right: 14vw;
        top: 50vw;
    }

    .about-service__person4 {
        width: 70px;
        right: 15vw;
        top: 32vw;
    }

    .text_box1 {
        display: none;
    }

    .text_box2 {
        display: none;
    }

    .text_box3 {
        display: none;
    }

    .text_box4 {
        display: none;
    }

    .about-service__ball {
        top: 66vw;
        right: 66vw;
    }

    .about-service__ball3 {
        top: 13vw;
        right: 30vw;
    }

    .about-service__ball3s {
        top: 21vw;
        right: 29.5vw;
    }
}

@media (width: 1024px) and (orientation: landscape) {
    .about-service__person1 {
        top: 22vw;
    }

    .about-service__person2 {
        top: 36vw;
    }

    .about-service__person3 {
        top: 37vw;
        right: 9vw;
    }

    .about-service__person4 {
        top: 27vw;
    }

    .text_box1 {
        top: 10.5vw;
    }

    .text_box2 {
        top: 25vw;
    }

    .text_box3 {
        top: 29vw;
    }

    .text_box4 {
        top: 16vw;
    }

    .talk1_text {
        width: 45%;
    }

    .talk2_text {
        width: 45%;
    }

    .talk3_text {
        width: 35%;
    }

    .talk4_text {
        width: 40%;
        bottom: 5%;
    }

    .about-service__ball {
        top: 52vw;
    }

    .about-service__ball3 {
        top: 21vw;
    }

    .about-service__ball3s {
        top: 25vw;
    }

    .texts {
        font-size: 14px;
    }
}

/* 20220707 替換關於我們樣式圖 end */

/* 20220712 修改愛波羅諮詢專線 start */

@media (max-width: 767px) {
    .program-bottom .program-bottom__bottom {
        visibility: hidden;
        padding-bottom: 100px;
    }
}

.program-bottom__bottom {
    z-index: 3;
}

/* 20220712 修改愛波羅諮詢專線 end */

/* 20220726 新增下一個作品 start */

@media (max-width: 767px) {
    .btn-hover1 {
        order: 2;
    }

    .btn-hover2 {
        order: 1;
    }
}

.btn-hover1:after {
    background: linear-gradient(90deg, #cb0033, #d94a3f 16%, #e24b4b 31%);
}

.btn-hover2:after {
    background: linear-gradient(90deg, #cb0033, #d94a3f 16%, #e24b4b 31%);
}

/* 20220726 新增下一個作品 end */

@media all and (max-width: 1200px) {
    .u-show-pc {
        display: none !important;
    }
}

@media all and (min-width: 1201px) {
    .u-show-mobile {
        display: none !important;
    }
}

/* 20220831 選單新增子選單 */
.menu_box {
    position: relative;
}
#side_menu {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
#side_menu.active {
    opacity: 1;
}
#child_menu_program,
#child_menu_work {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: -100%;
}
#child_menu_program.active,
#child_menu_work.active {
    opacity: 1;
    left: 0;
    width: 100%;
    padding-left: 2.23958vw;
}
/* 20220901 作品新增左側列表 */
.page-work__list .list {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -200px;
    transition: left 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-work__list .list.show {
    left: 30px;
}
.page-work__list .list li {
    /* border-bottom: 2px solid #dcdcdc; */
    transition: 0.5s ease;
    color: #7c7c7c;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}
.fixed-copyright {
    display: none;
}
.page-work__list {
    position: relative;
}
.sitemap__nav-link .icons {
    position: relative;
    -webkit-mask: url("../img/icon/plus.svg") no-repeat;
    -webkit-mask-size: contain;
    background: #cb0033;
    width: 10px;
    height: 10px;
    pointer-events: initial;
    transition: 0.5s ease;
    cursor: pointer;
    outline: none;
    margin-right: 50px;
}
.sitemap__nav-link-text .icon {
    position: absolute;
    -webkit-mask: url("../img/icon/left.svg") no-repeat;
    -webkit-mask-size: contain;
    background: #cb0033;
    width: 20px;
    height: 12px;
    pointer-events: initial;
    transition: 0.5s ease;
    cursor: pointer;
    outline: none;
    opacity: 0.5;
    transform: rotate(90deg);
    left: -5px;
}
.sitemap__nav-link-text-zh {
    margin-left: 10px;
}
.title_link {
    position: relative;
}
.title_link .link {
    margin-bottom: 2.08vw;
}
.main-footer__nav .title_link:last-child::before {
    display: none;
}
.title_link:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: auto;
    right: 0;
    display: block;
    margin: auto;
    width: 1px;
    height: 0.88542vw;
    background: #717171;
}
.main-footer__nav-link:not(:first-child):before {
    display: none;
}
@media (max-width: 1100px) and (min-width: 767px) {
    .page-work__list {
        padding: 20px 6.16667vw 5.33854vw 8.66667vw;
    }
}
@media (max-width: 1100px) {
    .page-work__list .list.show {
        left: 20px;
    }
    .page-work__list .list.active {
        bottom: 40px;
    }
}
@media (max-width: 768px) {
    .page-work__list .list.show {
        left: 10px;
    }
}
@media (max-width: 767px) {
    .page-work__list .list {
        display: none;
    }
    .sitemap__nav-link-text-zh {
        margin-left: 25px;
    }
}
@media (max-width: 700px) {
    .child_link {
        display: none;
    }
    .-pc .main-footer__nav-link {
        width: 100%;
    }
    .title_link:before {
        display: none;
    }
}
/* 20220906 增加動態效果 */
[data-current="0"].list li:first-child a {
    pointer-events: none;
}

[data-current="0"].list li:first-child {
    color: #cb0033;
    /* border-bottom: 2px solid #CB0033; */
}

[data-current="1"].list li:nth-child(2) a {
    pointer-events: none;
}

[data-current="1"].list li:nth-child(2) {
    color: #cb0033;
    /* border-bottom: 2px solid #CB0033; */
}

[data-current="2"].list li:nth-child(3) a {
    pointer-events: none;
}

[data-current="2"].list li:nth-child(3) {
    color: #cb0033;
    /* border-bottom: 2px solid #CB0033; */
}

[data-current="3"].list li:nth-child(4) a {
    pointer-events: none;
}

[data-current="3"].list li:nth-child(4) {
    color: #cb0033;
    /* border-bottom: 2px solid #CB0033; */
}
.-pc .page-work__list .list li:hover {
    color: #cb0033;
    /* border-bottom: 2px solid #CB0033; */
}
.-pc .page-work__list .list li:hover a {
    opacity: 1;
}
.sitemap__nav-link.child_menu {
    border-bottom: 1px solid #3636361c;
    transition: 0.3s ease;
}
.sitemap__nav-link.child_menu:hover {
    border-color: #cb0033;
    transform: scale(1.05);
}
.sitemap__nav-link.child_menu .sitemap__nav-link-text {
    padding-left: 0;
}
.sitemap__nav-link.child_menu .sitemap__nav-link-text .sitemap__nav-link-text-zh {
    margin-left: 0;
    font-size: 1vw;
}
@media (max-width: 767px) {
    #side_menu .sitemap__nav-link-text-zh {
        margin-left: 0;
    }
    .sitemap__nav-link.child_menu .sitemap__nav-link-text .sitemap__nav-link-text-zh {
        font-size: 4vw;
    }
}
@media (max-width: 1440px) and (min-width: 767px) {
    .title_link .link {
        font-size: 16px;
    }
}
.title_link .child_link {
    font-size: 80%;
}

body.noScrolling {
    overflow: hidden;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
}
/* 20221118 新增下滑icon */

.page-work__top-center .img-item {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
/* 左邊側欄 */
.page-work__list .list .img-item {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-work__list .list li .img-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/src/img/05.svg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.5s ease;
}
.page-work__list .list li img {
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
}
.page-work__list .list li:nth-child(1) img {
    -webkit-mask: url(/src/img/01.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: #000;
    width: 35px;
    height: 35px;
}
.page-work__list .list li:nth-child(2) img {
    -webkit-mask: url(/src/img/02.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: #000;
    width: 35px;
    height: 35px;
}
.page-work__list .list li:nth-child(3) img {
    -webkit-mask: url(/src/img/04.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: #000;
    width: 35px;
    height: 35px;
}
.page-work__list .list li:nth-child(4) img {
    -webkit-mask: url(/src/img/03.svg) no-repeat;
    -webkit-mask-size: contain;
    background-color: #000;
    width: 36px;
    height: 36px;
}

.page-work__list [data-current="0"].list li:nth-child(1) img {
    transition: 0.5s ease;
    background-color: #fff;
}
.page-work__list [data-current="0"].list li:nth-child(1) .img-item::after {
    opacity: 1;
    transition: 0.5s ease;
}
.page-work__list [data-current="1"].list li:nth-child(2) img {
    transition: 0.5s ease;
    background-color: #fff;
}
.page-work__list [data-current="1"].list li:nth-child(2) .img-item::after {
    opacity: 1;
    transition: 0.5s ease;
}
.page-work__list [data-current="2"].list li:nth-child(3) img {
    transition: 0.5s ease;
    background-color: #fff;
}
.page-work__list [data-current="2"].list li:nth-child(3) .img-item::after {
    opacity: 1;
    transition: 0.5s ease;
}
.page-work__list [data-current="3"].list li:nth-child(4) img {
    transition: 0.5s ease;
    background-color: #fff;
}
.page-work__list [data-current="3"].list li:nth-child(4) .img-item::after {
    opacity: 1;
    transition: 0.5s ease;
}
.page-work__list .list li:hover .img-item::after {
    opacity: 1;
    transition: 0.5s ease;
}
.page-work__list .list li:hover img {
    background-color: #fff;
    transition: 0.5s ease;
}

.page-work__fixcategory {
    position: fixed;
    top: 25vw;
    left: 0;
    width: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(202deg, #cb0033, #ce0037);
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .page-work__mobile-dropdown {
        display: none;
    }
    .page-work__fixcategory {
        opacity: 1;
        pointer-events: auto;
    }
}

.page-work__fixcategory a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 15vw;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.page-work__fixcategory a:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_iconP {
    width: 240px;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #d8504f;
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .btn_iconP {
        width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .btn_iconP {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

.btn_iconP input {
    border: none;
    width: 100%;
    padding: 0;
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
}
.btn_iconP:hover p {
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
    .btn_iconP input {
        font-size: 16px;
    }
}

.btn_iconP input::placeholder {
    color: #000;
}

.btn_iconP p {
    font-weight: bold;
    transition: 0.5s;
}

.btn_iconP svg {
    margin-left: auto;
    width: 26px;
}

.btn_iconP.bd-g {
    width: 210px;
    border-color: #d4d4d4;
}

.btn_reset {
    padding: 16px 23px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #d8504f;
    white-space: nowrap;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    .btn_reset {
        font-size: 14px;
        padding: 16px 15px;
    }
}
.btn_reset:hover {
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
    .btn_confirm {
        font-size: 16px;
        padding: 14px 20px;
    }
}

.btn_sort {
    display: inline-block;
    min-width: 130px;
    padding: 13px 15px;
    background: #fff;
    color: #5d5d5d;
    border: 1px solid #d4d4d4;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
}

@media only screen and (max-width: 767px) {
    .btn_sort {
        padding: 12px 10px;
        min-width: 82px;
        font-size: 14px;
    }
}

.btn_sort.active {
    border-color: #d8504f;
    color: #d8504f;
}

@media only screen and (min-width: 1201px) {
    .btn_sort:hover {
        border-color: #d8504f;
        color: #d8504f;
    }
}

.btn_color {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_color::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8d7ce5;
    opacity: 0;
    transition: 0.5s;
}

.btn_color.active::before {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .btn_color {
        width: 24px;
        height: 24px;
    }

    .btn_color::before {
        width: 34px;
        height: 34px;
    }
}

@media only screen and (min-width: 1201px) {
    .btn_color:hover::before {
        opacity: 1;
    }
}
body.fixed {
    overflow: hidden;
}

.page-work__filterblock {
    width: 100%;
    min-height: 95px;
}

.page-work__filterblock.fix .page-work__filter {
    position: fixed;
    top: 5.46875vw;
    left: 0;
    z-index: 100;
    padding-right: 4.17vw;
    padding-left: 10.31vw;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1100px) {
    .page-work__filterblock.fix .page-work__filter {
        padding: 30px 6.167vw 30px 12.31vw;
    }
}

@media only screen and (max-width: 767px) {
    .page-work__filterblock.fix .page-work__filter {
        padding: 15px 7.5vw;
        top: 40vw;
    }
}

.page-work__filter {
    width: 100%;
    background: #fef9f5;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .page-work__filter {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-work__filterblock.fix .page-work__filter.show {
        height: calc(100vh - 40vw);
        height: calc(var(--vh, 1vh) * 100 - var(--vw, 1vw) * 40);
        overflow-y: auto;
    }
}

@media (min-width: 768px) {
    .page-work__filter {
        padding-left: 3.64583vw;
    }
}

.page-work__filter-hd {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .page-work__filter-hd {
        align-items: flex-start;
    }
}

.page-work__filter-hd .btn_sort {
    order: 3;
}

.filter_left {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}

@media only screen and (max-width: 767px) {
    .filter_left {
        flex-direction: column;
        align-items: flex-start;
    }
}

.filter_left p {
    font-size: 1.375rem;
    font-weight: bold;
    white-space: nowrap;
    height: 45px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .filter_left p {
        padding: 12px 0;
        height: 45px;
        font-size: 20px;
    }
}

.filter_left .filter_btnUl {
    position: relative;
    margin-left: 20px;
}

.filter_left .filter_btnUl::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fef9f5 90%);
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .filter_left .filter_btnUl::after {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fef9f5 80%);
        width: 100%;
        height: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .filter_left .filter_btnUl {
        display: none !important;
    }
}

.filter_btnUl {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 44px;
}

@media only screen and (max-width: 767px) {
    .filter_btnUl {
        max-height: 80px;
    }
}

.filter_btnUl .btn_sort {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .filter_btnUl .btn_sort {
        margin-top: 10px;
    }
}

.filter_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.filter_btn .btn_iconP svg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.filter_btn .btn_iconP svg.icon_close {
    position: absolute;
    right: 20px;
    opacity: 0;
}

.filter_btn .btn_iconP.active svg.icon_filter {
    opacity: 0;
}

.filter_btn .btn_iconP.active svg.icon_close {
    opacity: 1;
}

.page-work__filter-ct {
    background: #fff;
    padding: 40px 0;
    margin-top: 50px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .page-work__filter-ct {
        margin-top: 30px;
        padding: 20px 0;
    }
}

.page-work__filter-ct.open .filter_wrap {
    opacity: 1;
    transition: 0.5s 0.3s;
}

.filter_wrap {
    max-width: 1470px;
    width: 90%;
    margin: 0 auto;
    opacity: 0;
    transition: 0.5s;
}

.filter_keyword {
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid #d1d1d1;
}

.filter_keyword .btn_iconP {
    margin-right: auto;
}

.filter_keyword .btn_reset {
    margin-left: 10px;
}

.condition_list {
    padding: 10px 0 40px;
    border-top: 1px solid #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 992px) {
    .condition_list {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.condition_title {
    margin-top: 28px;
    min-width: 290px;
    font-size: 18px;
}

@media only screen and (max-width: 1440px) {
    .condition_title {
        min-width: 215px;
    }
}

@media only screen and (max-width: 992px) {
    .condition_sortUl {
        margin-top: 15px;
        transform: translateX(-10px);
    }
}

.condition_sortUl .btn_sort {
    margin-top: 15px;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .condition_sortUl .btn_sort {
        margin-top: 10px;
        margin-left: 3px;
    }
    .condition_sortUl {
        transform: translateX(-3px);
    }
    .condition_colorUl {
        transform: translateX(-3px);
    }
}

.condition_colorUl {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    .condition_colorUl {
        transform: translateX(-10px);
    }
}

.condition_colorUl .btn_color {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .condition_colorUl .btn_color {
        margin-right: 15px;
    }
}

.block_title {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.6;
    text-align: center;
}

.block_title .title {
    font-size: 66px;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .block_title .title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1200px) {
    .block_title .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .block_title .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .block_title .title {
        font-size: 26px;
    }
}

.block_title .p {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 18px;
    color: #313131;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 992px) {
    .block_title .p {
        margin-top: 10px;
        font-size: 16px;
    }
}

.block_title .btn {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .block_title .btn {
        margin-top: 30px;
    }
}

.btn {
    display: inline-block;
    min-width: 200px;
    padding: 16px 23px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #d8504f;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (max-width: 992px) {
    .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 16px 15px;
    }
}

.btn:hover {
    letter-spacing: 0.2em;
}

.btn_circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: linear-gradient(50deg, #dd1d54 15%, #f45f6d 30%, #ff2f73 50%, #f1436f 60%, #f4426d 70%, #f4426d 85%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    letter-spacing: 2.5px;
}

@media only screen and (max-width: 1440px) {
    .btn_circle {
        width: 120px;
        height: 120px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .btn_circle {
        width: 100px;
        height: 100px;
        letter-spacing: 2px;
        font-size: 18px;
    }
}

.fixed_btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.fixed_btn .p {
    position: absolute;
    top: 50%;
    left: 120%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 36px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1440px) {
    .fixed_btn .p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .fixed_btn .p {
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 30%);
        transform: translate(-50%, 30%);
        text-align: center;
        font-size: 26px;
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed_btn .p {
        font-size: 20px;
    }
}

.t36 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
}

@media only screen and (max-width: 1440px) {
    .t36 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .t36 {
        font-size: 24px;
    }
}

.t66 {
    font-size: 66px;
    font-weight: bold;
    line-height: 1.3;
}

.banner {
    position: relative;
    padding-top: 160px;
}

@media only screen and (max-width: 767px) {
    .banner {
        padding-top: 100px;
    }
}

.banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fef9f5;
    z-index: -5;
}

.banner .banner_a {
    margin-top: 160px;
    text-align: center;
}

.banner .banner_a .t36 {
    font-size: 36px;
    font-weight: bold;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

@media only screen and (max-width: 1440px) {
    .banner .banner_a .t36 {
        max-width: 820px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .banner .banner_a .t36 {
        max-width: 630px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner_a .t36 {
        max-width: 290px;
        font-size: 22px;
    }
}

.banner .banner_a .gradient {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    font-size: 280px;
    font-weight: bold;
    line-height: 1;
    background: -webkit-linear-gradient(45deg, #f4426d 30%, #cb0033, #cb0033 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1440px) {
    .banner .banner_a .gradient {
        font-size: 200px;
    }
}

@media only screen and (max-width: 992px) {
    .banner .banner_a .gradient {
        font-size: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner_a .gradient {
        margin-top: 30px;
        font-size: 70px;
    }
}

.banner .banner_a .gradient .dec {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(35%, -35%);
    transform: translate(35%, -35%);
    width: 13%;
}

@media only screen and (max-width: 767px) {
    .banner .banner_a .gradient .dec {
        width: 20%;
        transform: translate(40%, -45%);
    }
}

.banner .banner_a .t100 {
    margin-top: 10px;
    font-size: 100px;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .banner .banner_a .t100 {
        font-size: 70px;
    }
}

@media only screen and (max-width: 992px) {
    .banner .banner_a .t100 {
        font-size: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner_a .t100 {
        margin-top: 20px;
        font-size: 34px;
    }
}

.banner .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3px;
    height: 85px;
    background: #d8504f;
    margin: 0 auto;
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .banner .line {
        margin-top: 60px;
        width: 2px;
        height: 60px;
    }
}

.stepContainer {
    position: relative;
    padding-top: 160px;
}

@media only screen and (max-width: 767px) {
    .stepContainer {
        padding-top: 60px;
    }
}

.stepContainer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fef9f5;
    z-index: -5;
}

.stepContainer .block_content {
    position: relative;
}

.stepContainer .step_block[data-step="1"] {
    position: relative;
    margin-top: 130px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="1"] {
        margin-top: 80px;
    }
}

.stepContainer .step_block[data-step="1"]:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #cecece;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="1"]:before {
        width: 1px;
    }
}

.stepContainer .step_block[data-step="1"] img {
    max-width: 820px;
    width: 55%;
    margin: 0 auto;
    margin-top: 100px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="1"] img {
        margin-top: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="1"] img {
        margin-top: 150px;
        width: 65%;
    }
}

.stepContainer .step_block[data-step="2"] {
    position: relative;
    min-height: 800px;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="2"] {
        min-height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] {
        min-height: 600px;
    }
}

.stepContainer .step_block[data-step="2"]:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #9e9e9e;
    opacity: 0.35;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"]:before {
        width: 1px;
    }
}

.stepContainer .step_block[data-step="2"] .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 800px;
    width: 100%;
    z-index: -2;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="2"] .bg {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .bg {
        height: 570px;
    }
}

.stepContainer .step_block[data-step="2"] .fixed_btn {
    margin-top: 100px;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .fixed_btn {
        margin-top: 60px;
    }
}

.stepContainer .step_block[data-step="2"] .select {
    max-width: 1520px;
    width: 95%;
    margin: 0 auto;
    margin-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .select {
        width: 100%;
        margin-top: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .select {
        margin-top: 200px;
    }
}

.stepContainer .step_block[data-step="2"] .box {
    max-width: 280px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .box {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box {
        width: 40%;
    }
}

.stepContainer .step_block[data-step="2"] .box:first-child {
    -webkit-transform: translateY(190px);
    transform: translateY(190px);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .box:first-child {
        position: absolute;
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box:first-child {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }
}

.stepContainer .step_block[data-step="2"] .box:nth-child(2) {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(2) {
        width: 20%;
        -webkit-transform: translate(80%, 55px);
        transform: translate(80%, 55px);
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(2) {
        -webkit-transform: translate(80%, 100px);
        transform: translate(80%, 100px);
    }
}

.stepContainer .step_block[data-step="2"] .box:nth-child(3) {
    max-width: 380px;
    margin: 0 50px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(3) {
        z-index: 3;
    }
}

.stepContainer .step_block[data-step="2"] .box:nth-child(4) {
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(4) {
        width: 20%;
        -webkit-transform: translate(-80%, 55px);
        transform: translate(-80%, 55px);
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(4) {
        -webkit-transform: translate(-80%, 100px);
        transform: translate(-80%, 100px);
    }
}

.stepContainer .step_block[data-step="2"] .box:nth-child(5) {
    -webkit-transform: translateY(190px);
    transform: translateY(190px);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(5) {
        position: absolute;
        width: 20%;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="2"] .box:nth-child(5) {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }
}

.stepContainer .step_block[data-step="2"] .box .num {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    width: 60%;
    z-index: -1;
}

.stepContainer .step_block[data-step="2"] .box .done {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 215%;
    z-index: 1;
}

.stepContainer .step_block[data-step="2"] .box .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 215%;
    z-index: -1;
}

.stepContainer .step_block[data-step="2"] .box .dec {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 215%;
    z-index: 2;
}

.stepContainer .step_block[data-step="3"] {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="3"] {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.stepContainer .step_block[data-step="3"]:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #cecece;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"]:before {
        width: 1px;
    }
}

.stepContainer .step_block[data-step="3"] .fixed_word {
    position: absolute;
    top: 500px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: rgba(231, 231, 231, 0.6);
    font-size: 155px;
    font-weight: bold;
    letter-spacing: 5px;
    white-space: nowrap;
    z-index: -1;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="3"] .fixed_word {
        top: 300px;
        font-size: 120px;
    }
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .fixed_word {
        top: 370px;
        font-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .fixed_word {
        top: 310px;
        font-size: 40px;
        letter-spacing: 3px;
    }
}

.stepContainer .step_block[data-step="3"] .prev_select {
    position: relative;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    margin-top: 215px;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="3"] .prev_select {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .prev_select {
        margin-top: 200px;
        max-width: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .prev_select {
        margin-top: 150px;
        max-width: 140px;
    }
}

.stepContainer .step_block[data-step="3"] .arrow1 {
    position: absolute;
    top: 100%;
    right: 100%;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    width: 28%;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .arrow1 {
        -webkit-transform: translate(100%, 30%) rotate(-10deg);
        transform: translate(100%, 30%) rotate(-10deg);
    }
}

.stepContainer .step_block[data-step="3"] .arrow2 {
    position: absolute;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
    width: 28%;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .arrow2 {
        -webkit-transform: translate(-100%, 30%) rotate(10deg);
        transform: translate(-100%, 30%) rotate(10deg);
    }
}

.stepContainer .step_block[data-step="3"] .select_style {
    position: relative;
    max-width: 1570px;
    width: 95%;
    margin: 0 auto;
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1600px) {
    .stepContainer .step_block[data-step="3"] .select_style {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .select_style {
        width: 100%;
    }
}

.stepContainer .step_block[data-step="3"] .select_style .t36 {
    position: absolute;
    top: 180px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .select_style .t36 {
        margin-top: 20px;
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .select_style .t36 {
        margin-top: 30px;
    }
}

.stepContainer .step_block[data-step="3"] .style {
    position: relative;
    width: 50%;
}

.stepContainer .step_block[data-step="3"] .style:first-child img {
    margin-right: auto;
}

.stepContainer .step_block[data-step="3"] .style:nth-child(2) img {
    margin-left: auto;
}

.stepContainer .step_block[data-step="3"] .style img {
    max-width: 600px;
    width: 80%;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .style img {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .style img {
        width: 100%;
    }
}

.stepContainer .step_block[data-step="3"] .style .dec {
    position: absolute;
    max-width: 600px;
    width: 80%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .style .dec {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .style .dec {
        width: 100%;
    }
}

.stepContainer .step_block[data-step="3"] .select_color {
    max-width: 1740px;
    width: 90%;
    margin: 0 auto;
    margin-top: 230px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .select_color {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .select_color {
        margin-top: 100px;
    }
}

.stepContainer .step_block[data-step="3"] .color {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .color {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.stepContainer .step_block[data-step="3"] .box {
    position: relative;
    width: 100%;
    padding: 40px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="3"] .box {
        padding: 20px;
    }
}

.stepContainer .step_block[data-step="3"] .box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .box:after {
        height: 10px;
    }
}

.stepContainer .step_block[data-step="3"] .box:first-child {
    background: #647544;
    color: #fff;
}

.stepContainer .step_block[data-step="3"] .box:first-child:after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, #729334 80%);
}

.stepContainer .step_block[data-step="3"] .box:nth-child(2) {
    background: #e6dbc2;
    color: #4f4f4f;
}

.stepContainer .step_block[data-step="3"] .box:nth-child(2):after {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 20%, #dfcfab 80%);
}

.stepContainer .step_block[data-step="3"] .box .title {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 1440px) {
    .stepContainer .step_block[data-step="3"] .box .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .box .title {
        font-size: 20px;
    }
}

.stepContainer .step_block[data-step="3"] .box .des {
    margin-top: 30px;
    text-align: right;
    font-size: 18px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="3"] .box .des {
        font-size: 14px;
    }
}

.stepContainer .step_block[data-step="4"] {
    position: relative;
    background: #ececec;
    padding-top: 130px;
    padding-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="4"] {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="4"] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.stepContainer .step_block[data-step="4"]:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #cecece;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="4"]:before {
        width: 1px;
    }
}

.stepContainer .step_block[data-step="4"] .select_card {
    max-width: 1780px;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="4"] .select_card {
        margin-top: 100px;
    }
}

.stepContainer .step_block[data-step="4"] .card {
    width: 50%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1%;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="4"] .card {
        width: 90%;
        max-width: 550px;
        margin: 0 auto;
        margin-top: 30px;
    }
}

.stepContainer .step_block[data-step="4"] .card:nth-child(2) p {
    text-align: right;
}

.stepContainer .step_block[data-step="4"] .card:nth-child(3) {
    max-width: 960px;
    width: 56%;
    margin: 50px auto 0;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="4"] .card:nth-child(3) {
        width: 95%;
        max-width: 600px;
    }
}

.stepContainer .step_block[data-step="4"] .card:nth-child(3) .wrap {
    padding: 40px;
    border-radius: 30px;
    background: #fff;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="4"] .card:nth-child(3) .wrap {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="4"] .card:nth-child(3) .wrap {
        padding: 20px 10px;
        border-radius: 10px;
    }
}

.stepContainer .step_block[data-step="4"] .card:nth-child(4) .wrap {
    max-width: 520px;
    width: 65%;
}

.stepContainer .step_block[data-step="4"] .card:nth-child(5) .wrap {
    max-width: 520px;
    width: 65%;
}

.stepContainer .step_block[data-step="4"] .card:nth-child(5) p {
    text-align: right;
}

.stepContainer .step_block[data-step="4"] p {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {
    .stepContainer .step_block[data-step="4"] p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="4"] p {
        font-size: 16px;
    }
}

.stepContainer .step_block[data-step="4"] .wrap {
    position: relative;
    margin: auto;
}

.stepContainer .step_block[data-step="4"] img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.stepContainer .step_block[data-step="4"] img.dec {
    position: absolute;
    top: 0;
    right: 0;
    width: 16%;
    -webkit-transform: translate(40%, -35%);
    transform: translate(40%, -35%);
}

.stepContainer .step_block[data-step="4"] img.check {
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    -webkit-transform: translate(-140%, 40%);
    transform: translate(-140%, 40%);
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="4"] img.check {
        -webkit-transform: translate(50%, -120%);
        transform: translate(50%, -120%);
        width: 6%;
    }
}

.stepContainer .step_block[data-step="5"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.stepContainer .step_block[data-step="5"]:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 140px;
    background: #cecece;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 0;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="5"]:before {
        width: 1px;
    }
}

.stepContainer .step_block[data-step="5"] .fixed_btn {
    position: absolute;
    top: 140px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .fixed_btn {
        top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="5"] .fixed_btn {
        top: 60px;
    }
}

.stepContainer .step_block[data-step="5"] .left {
    width: 50%;
    padding: 170px 0 90px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .left {
        width: 100%;
        padding: 330px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="5"] .left {
        padding: 250px 0 60px;
    }
}

.stepContainer .step_block[data-step="5"] .left .wrap {
    max-width: 780px;
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .left .wrap {
        max-width: 500px;
        text-align: center;
    }
}

.stepContainer .step_block[data-step="5"] .left img {
    margin-top: 130px;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .left img {
        margin-top: 60px;
    }
}

.stepContainer .step_block[data-step="5"] .right {
    position: relative;
    width: 50%;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .right {
        width: 100%;
        min-height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="5"] .right {
        min-height: 350px;
    }
}

.stepContainer .step_block[data-step="5"] .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="5"] .bg {
        background-position: center top 85%;
    }
}

.stepContainer .step_block[data-step="6"] {
    padding-top: 160px;
    padding-bottom: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 992px) {
    .stepContainer .step_block[data-step="6"] {
        padding: 100px 0;
    }
}

.stepContainer .step_block[data-step="6"] .t66 {
    text-align: center;
}

.stepContainer .step_block[data-step="6"] .btn {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .stepContainer .step_block[data-step="6"] .btn {
        margin-top: 30px;
    }
}

.hero-item {
    gap: 30px;
}
.hero-item .text-holder {
    flex: 1;
}
.hero-item .apro-dot-btn {
    margin-top: 20px;
    display: inline-block;
}
.hero-item .text-holder h2 {
    /* font-size: 3.95833vw; */
    font-size: clamp(26px, 2.5vw, 96px);
    padding-bottom: 0.5em;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #151515;
    line-height: 1.3;
    text-transform: uppercase;
    padding-top: 20px;
}
.hero-item .img-holder {
    flex: 1;
}
.hero-item .img {
    background-color: #efefef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-item .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
@media (max-width: 767px) {
    .hero-item {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 767px) {
    .hero-item {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .hero-item .text-holder {
        padding-top: 0;
    }
}
