﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&family=Noto+Sans+TC:wght@300;400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.delay-1 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

.delay-5 {
  animation-delay: 1s;
  transition-delay: 1s;
}

.delay-6 {
  animation-delay: 1.2s;
  transition-delay: 1.2s;
}

.delay-7 {
  animation-delay: 1.4s;
  transition-delay: 1.4s;
}

.delay-8 {
  animation-delay: 1.6s;
  transition-delay: 1.6s;
}

.delay-9 {
  animation-delay: 1.8s;
  transition-delay: 1.8s;
}

.delay-10 {
  animation-delay: 2s;
  transition-delay: 2s;
}

.delay-11 {
  animation-delay: 2.2s;
  transition-delay: 2.2s;
}

.delay-12 {
  animation-delay: 2.4s;
  transition-delay: 2.4s;
}

@keyframes go-round {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    width: 0;
  }
  20% {
    opacity: 1;
    width: 0;
  }
  40% {
    width: 100%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}

@keyframes blockImageOverlayIn {
  0% {
    width: 101%;
  }
  100% {
    width: 0;
  }
}

@keyframes blockImageOverlayOut {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(101%);
  }
}

@keyframes slideIn {
  0% {
    margin-left: -100%;
  }
  20% {
    margin-left: -100%;
  }
  40% {
    margin-left: 0;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(1em) scale(0.5);
  }
  20%,
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes slide-up {
  45% {
    top: -100%;
  }
  47% {
    top: 200%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

.lightbox__body, header .navigation .main-nav .member-login .icon-login img, #loading .spinner, .special_member .member-level__item__pic__icon img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

header .navigation .main-nav::after, .main .banner .title-block {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

header .navigation, header .navigation .main-nav, header .navigation .sns, .back-top, .special_member .main-section .row-flex, .special_member .info-banner .icecream-box .row-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@font-face {
  font-family: "Brown";
  src: url(../../font/Brown-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Brown";
  src: url(../../font/Brown-Bold.otf) format("opentype");
  font-weight: bold;
}

body {
  font-family: "Brown", "Almarai", "Noto Sans TC", "sans-serif", "微軟正黑體", "Microsoft JhengHei", "Ping-Fang";
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}

body .container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

* {
  box-sizing: border-box;
}

input,
select {
  outline: 0;
}

textarea {
  outline: 0;
  padding: 10px;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
  -ms-interpolation-mode: bicubic;
}

table {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.font-bold {
  font-weight: bold;
}

.font-hg {
  font-size: 52px;
}

.font-lg {
  font-size: 42px;
}

.font-md {
  font-size: 22px;
}

.font-mm {
  font-size: 20px;
}

.font-sm {
  font-size: 18px;
}

.font-xs {
  font-size: 16px;
}

.show-xs {
  display: none;
}

.ie-only {
  display: none;
}

@media screen and (max-width: 1440px) {
  .font-hg {
    font-size: 38px;
  }
  .font-lg {
    font-size: 32px;
  }
  .font-md {
    font-size: 20px;
  }
  .font-mm {
    font-size: 18px;
  }
  .font-sm {
    font-size: 16px;
  }
  .font-xs {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  body .container {
    width: 94%;
  }
  .show-xs {
    display: block;
  }
  .show-md {
    display: none;
  }
  .font-hg {
    font-size: 34px;
  }
  .font-lg {
    font-size: 26px;
  }
  .font-md {
    font-size: 18px;
  }
  .font-mm {
    font-size: 16px;
  }
  .font-sm {
    font-size: 15px;
  }
  .font-xs {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .font-hg {
    font-size: 22px;
  }
  .font-lg {
    font-size: 18px;
  }
  .font-md {
    font-size: 15px;
  }
  .font-mm {
    font-size: 16px;
  }
  .font-sm {
    font-size: 15px;
  }
  .font-xs {
    font-size: 12px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .good-boys {
    display: none;
  }
  .ie-only {
    display: block;
  }
  .ie-show-w {
    display: block;
  }
  .ie-show-s {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 768px) {
  .ie-show-w {
    display: none;
  }
  .ie-show-s {
    display: block;
  }
}

.row-flex {
  display: flex;
}

.row-flex[data-reverse="reverse"] {
  flex-direction: row-reverse;
}

.row-flex .flex-col-m-1 {
  width: 100%;
}

.row-flex .flex-col-m-2 {
  width: 50%;
}

.row-flex .flex-col-m-3 {
  width: 33.333%;
}

.row-flex .flex-col-m-4 {
  width: 25%;
}

.row-flex .flex-col-m-5 {
  width: 20%;
}

.row-flex .flex-col-m-free {
  width: auto;
}

.row-flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

/* === buttons === */
.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button {
  background-color: transparent;
  box-shadow: 0;
  border: 0;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.btn-row {
  margin: 20px 0;
}

.btn-square {
  background-color: #92003e;
  color: #fff;
  text-align: center;
}

.btn-default {
  position: relative;
  display: inline-block;
  padding: 0.6em 2em;
  overflow: hidden;
  border-radius: 30px;
  transform: translateZ(0);
  transition: all 0.5s ease;
}

.btn-default.withHover:hover::after {
  transform: translateX(0) skewX(-17.62deg);
  transform-origin: left top;
}

.btn-default.withHover:hover img {
  transition: all 0.5s ease;
}

.btn-default.withHover:hover .icon-default {
  opacity: 0;
}

.btn-default.withHover:hover .icon-hover {
  opacity: 1;
}

.btn-default > * {
  display: inline-block;
  vertical-align: middle;
}

.btn-default span,
.btn-default img {
  position: relative;
  z-index: 1;
}

.btn-default span:last-of-type,
.btn-default img:last-of-type {
  margin-top: 3px;
}

.btn-default span:only-child,
.btn-default img:only-child {
  margin-top: 0;
}

.btn-default .img {
  position: relative;
  z-index: 1;
}

.btn-default .img img {
  transition: all 0.5s ease;
}

.btn-default .img .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-default::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 110%;
  background-color: #92003e;
  transform-origin: right top;
  transform: translateX(-101%) skewX(-17.62deg);
  transition: transform 0.55s cubic-bezier(0.52, 0.08, 0.18, 1);
  z-index: 0;
}

.btn-main {
  color: #fff;
  letter-spacing: 0.07em;
  background-color: #92003e;
  transition: all 0.5s ease;
}

.btn-main__light {
  background-color: #fff;
  color: #92003e;
}

.btn-main__light.withHover:hover {
  color: #fff;
}

.btn-main::after {
  background-color: #691c32;
}

.btn-outline {
  color: #92003e;
  border: 1px solid #92003e;
  transition: all 0.5s ease;
}

.btn-outline.withHover:hover {
  color: #fff;
}

.btn-outline::after {
  background-color: #92003e;
}

.btn-disabled {
  background-color: #fff;
  color: #adadad;
  padding: 0.65vw 2vw;
  margin-right: 0.9vw;
}

a.beauty-underline {
  display: inline-block;
  margin: 0 0.1em;
  line-height: 1;
  color: #691c32;
  border-bottom: 1px solid #691c32;
}

a.beauty-underline > span {
  padding-bottom: 2px;
  display: inline-block;
}

a.beauty-underline:hover {
  color: #92003e;
  border-bottom: 1px solid #92003e;
}

a.normal-link {
  color: #4b4b4b;
  letter-spacing: 0.06em;
}

a.normal-link.withHover:hover {
  color: #92003e;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 0.5em 0;
}

.form-div {
  padding: 0.7em 0;
}

input {
  outline: 0;
  -moz-appearance: none;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -moz-appearance: none;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  height: 3em;
  line-height: 3em;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px black;
  padding: 8px 10px;
}

input[type="text"]:focus,
input[type="password"]:focus {
  outline: 0;
}

input[type="text"].valid,
input[type="password"].valid {
  border-color: red;
}

input[type="text"].invalid,
input[type="password"].invalid {
  border-color: none;
}

input[type="checkbox"] {
  display: none;
  position: absolute;
  cursor: pointer;
  padding-left: 1em;
  left: 0;
  top: 0;
}

input[type="checkbox"][checked="checked"] ~ label::after, input[type="checkbox"]:checked ~ label::after {
  transform: rotate(-45deg);
  opacity: 1;
  transition: all 0.15s ease-out;
}

label.checkbox {
  position: relative;
  padding-left: calc(28px + 8px);
  cursor: pointer;
  font-size: 16px;
}

label.checkbox::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  left: 0;
  top: -4px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px black;
}

label.checkbox::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #92003e;
  border-bottom: 2px solid #92003e;
  opacity: 0;
  transform: rotate(-90deg);
  transition: all 0.1s ease-out;
}

input[type="radio"] {
  display: none;
  position: absolute;
  cursor: pointer;
  padding-left: 1em;
  left: 0;
  top: 0;
}

input[type="radio"][checked="checked"] ~ label::after, input[type="radio"]:checked ~ label::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.15s ease-out;
}

input[type="radio"]:disabled ~ label {
  cursor: default;
}

input[type="radio"]:disabled ~ label::before {
  border-color: #4b4b4b;
  justify-content: center;
  box-shadow: none;
}

input[type="radio"]:disabled ~ label::after {
  background: #4b4b4b;
}

label.radio {
  position: relative;
  padding-left: calc(20px + 8px);
  cursor: pointer;
  font-size: 16px;
}

label.radio::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 100%;
  left: 0;
  top: -4px;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px black;
}

label.radio::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -1px;
  left: 3px;
  border-radius: 100%;
  background-color: #92003e;
  transition: all 0.1s ease-out;
  transform: scale(0);
  opacity: 0;
}

.pretty-select {
  position: relative;
  display: inline-block;
}

.pretty-select select {
  width: 100%;
  height: 3em;
  line-height: 3em;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0px black;
  padding: 0px 30px 0 8px;
  appearance: none;
  border-radius: 0;
}

.pretty-select::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: calc(100% - 20px);
  top: 1.4em;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #92003e transparent transparent transparent;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(42, 42, 42, 0.85);
  z-index: 10000;
}

.lightbox__md .lightbox__body {
  width: 90%;
  height: 90%;
  max-width: 600px;
  max-height: 650px;
}

.lightbox__md .lightbox__inner {
  max-width: 500px;
}

.lightbox__lg .lightbox__body {
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 650px;
}

.lightbox__lg .lightbox__body::before {
  top: -20px;
  border-width: 20px 900px 0 0;
  border-color: transparent #fff transparent transparent;
}

.lightbox__lg .lightbox__body::after {
  bottom: -20px;
  border-width: 0 0 20px 900px;
  border-color: transparent transparent transparent #fff;
}

.lightbox__body {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 0;
}

.lightbox__body::before, .lightbox__body::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  z-index: 1;
}

.lightbox__body::before {
  top: -20px;
  border-width: 20px 600px 0 0;
  border-color: transparent #fff transparent transparent;
}

.lightbox__body::after {
  bottom: -20px;
  border-width: 0 0 20px 600px;
  border-color: transparent transparent transparent #fff;
}

.lightbox__body__inner {
  flex-direction: column;
  width: 90%;
  max-height: 100%;
  margin: auto;
  padding: 20px 60px;
  overflow: auto;
}

.lightbox__body__inner h5 {
  font-weight: 500;
  font-size: 38px;
}

.lightbox__body__inner h6 {
  font-size: 20px;
}

.lightbox__close {
  position: absolute;
  top: 10px;
  right: 25px;
}

.lightbox .notice.is-alert {
  color: #ce0e0e;
}

.lightbox .notice.is-success {
  color: #0aa700;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #9b9b9b;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9b9b9b;
  opacity: 1;
}

.link-underline {
  color: #92003e;
  border-bottom: 1px solid #92003e;
}

.text-underline {
  display: inline-block;
  border-bottom: 1px solid #92003e;
}

.emergence-shake[data-emergence="visible"] {
  animation: shake both;
}

.emergence-fallIn[data-emergence="hidden"] {
  opacity: 0;
  transform: scale(1.15) translate(-30px, 0);
}

.emergence-fallIn[data-emergence="visible"] {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  transition-property: transform, opacity;
  transition-duration: 0.9s, 0.4s;
  transition-timing-function: cubic-bezier(0.32, 0.43, 0.49, 1.36), ease-in;
}

.emergence-fadeIn[data-emergence="hidden"] {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.emergence-fadeIn[data-emergence="visible"] {
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.emergence-fadeInUp[data-emergence="hidden"] {
  opacity: 0;
  transform: translateY(30px);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.emergence-fadeInUp[data-emergence="visible"] {
  opacity: 1;
  transform: translateY(0px);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.emergence-bounceIn[data-emergence="visible"] {
  animation: bounceIn both;
}

/*===          layout            ===*/
header {
  position: relative;
  padding-top: 20px;
  padding: 20px 15px 0;
  width: 100%;
  z-index: 999;
}

header .header-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  max-width: 400px;
  background-image: url(../../image/Member/pattern_c.png?v=1.1);
  background-position: center;
  overflow: hidden;
  z-index: 0;
}

header .header-deco ~ .container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

header .logo {
  display: block;
}

header .logo a {
  display: block;
}

header .hamburger,
header .member-logout {
  display: none;
}

header .navigation {
  padding-left: 4em;
  color: #691c32;
  font-size: 18px;
  flex: 1;
  letter-spacing: 0.07em;
}

header .navigation ul {
  display: flex;
  align-items: center;
}

header .navigation ul li {
  text-align: center;
}

header .navigation ul li.withHover a:hover span {
  background-color: #92003e;
  color: #fff;
  transition: all 0.35s ease;
}

header .navigation ul li.withHover a:hover span::before, header .navigation ul li.withHover a:hover span::after {
  opacity: 1;
  transition: all 0.35s ease;
}

header .navigation ul li a {
  display: block;
}

header .navigation ul li a span {
  position: relative;
  display: inline-block;
  padding: 3px 2px 1px;
  transition: all 0.35s ease;
}

header .navigation ul li a span::before, header .navigation ul li a span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transition: all 0.35s ease;
}

header .navigation ul li a span::before {
  left: -12px;
  bottom: 0;
  border-color: transparent transparent #92003e transparent;
  border-width: 0 0 calc(1em * 1.5 + 3px + 1px) 12px;
}

header .navigation ul li a span::after {
  right: -10px;
  top: 0;
  border-color: #92003e transparent transparent transparent;
  border-width: calc(1em * 1.5 + 3px + 1px) 10px 0 0;
}

header .navigation ul li.current a span {
  background-color: #92003e;
  color: #fff;
  transition: all 0.35s ease;
}

header .navigation ul li.current a span::before, header .navigation ul li.current a span::after {
  opacity: 1;
  transition: all 0.35s ease;
}

header .navigation .main-nav {
  position: relative;
  flex: 1;
}

header .navigation .main-nav::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  right: 0;
  background-color: rgba(146, 0, 62, 0.17);
}

header .navigation .main-nav .menu {
  flex: 1;
}

header .navigation .main-nav .menu li {
  padding: 25px;
}

header .navigation .main-nav .member-login {
  padding-right: 1em;
}

header .navigation .main-nav .member-login > a {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

header .navigation .main-nav .member-login > a.withHover:hover {
  color: #92003e;
  transition: color 0.3s ease;
}

header .navigation .main-nav .member-login > a.withHover:hover img {
  animation: slide-up 0.6s ease;
}

header .navigation .main-nav .member-login.is-vip .icon-login {
  background-color: #ffc645;
}

header .navigation .main-nav .member-login span {
  display: inline-block;
  vertical-align: middle;
}

header .navigation .main-nav .member-login .icon-login {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: #92003e;
  border-radius: 100%;
}

header .navigation .main-nav .member-login .icon-login img {
  max-height: 28px;
}

header .navigation .sns ul li {
  padding-left: 20px;
  margin-top: 5px;
}

header .navigation .sns ul li a {
  display: inline-block;
  filter: grayscale(1);
  filter: gray;
  /* IE6-9 */
  transition: all 0.35s ease;
}

header .navigation .sns ul li a:hover {
  filter: grayscale(0);
  transition: all 0.35s ease;
}

#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #00549d;
  z-index: 100;
}

#loading .spinner {
  width: 50px;
  height: 50px;
}

#loading .spinner .double-bounce1,
#loading .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

#loading .spinner .double-bounce2 {
  animation-delay: -1s;
}

main {
  position: relative;
  overflow-x: hidden;
}

.main {
  width: 100%;
  padding-top: 50px;
  overflow-x: hidden;
}

.main .page-container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.main .title-block {
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.main .title-block .title-en {
  display: inline-block;
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
  font-size: 42px;
  font-weight: bold;
  transform: rotate(-10deg) translate(-1.5em, 0em);
  text-transform: uppercase;
}

.main .title-block .title-zh {
  color: #691b33;
  font-size: 52px;
  font-weight: bold;
}

.main .title-block .title-content {
  text-align: center;
}

.main .title-block .icon {
  position: absolute;
  right: -35px;
  top: 18px;
  transform: rotate(4.5deg);
}

.main .banner {
  position: relative;
}

.main .banner .container {
  overflow: hidden;
}

.main .banner.reveal-active .banner-pattern {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 0.5s ease 0.9s;
}

.main .banner.reveal-active .cover-reveal {
  animation: blockImageOverlayIn 0.7s cubic-bezier(0.3, 0.1, 0.2, 0.9) 0.3s;
  animation-fill-mode: both;
}

.main .banner.reveal-active .title-block {
  opacity: 1;
  top: 50%;
  transition: all 0.7s ease;
  transition-delay: 1.3s;
}

.main .banner .show-s {
  display: none;
}

.main .banner .banner-clip {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main .banner .banner-pattern {
  opacity: 0;
  position: absolute;
  width: 60%;
  z-index: 0;
  right: -15px;
  bottom: 40px;
  transform: translate(-10px, -10px);
  opacity: 0;
}

.main .banner .banner-pattern img {
  width: 100%;
}

.main .banner .title-block {
  left: 70%;
  margin-top: -2.5%;
  z-index: 2;
  opacity: 0;
  top: 55%;
  white-space: nowrap;
}

.main .banner .title-block .title-main {
  position: relative;
  font-size: 76px;
  font-weight: normal;
  letter-spacing: 0;
  font-family: "Brown", "Noto Sans TC", "sans-serif";
  line-height: 1;
  z-index: 1;
}

.main .banner .title-block .title-sub {
  position: relative;
  margin-top: 0.5em;
  font-size: 20px;
  letter-spacing: 0.15em;
  z-index: 1;
}

.main .banner .title-block .badge {
  display: inline-block;
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 0;
}

.main .banner .title-block .title-zh {
  position: relative;
  font-size: 48px;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.main .banner .title-block .title-en br {
  display: none;
}

.main .banner .title-block .button-row {
  margin-top: 1em;
}

.main .banner .cover-reveal {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 101%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

.back-top {
  width: 80px;
  height: 80px;
  background-color: #ffc645;
  border-radius: 100%;
  position: fixed;
  right: 15px;
  bottom: 2vw;
  flex-direction: column;
  text-align: center;
  color: #fff;
  z-index: 11;
}

.back-top .btn-inner {
  width: 70%;
  margin: auto;
  line-height: 1;
}

.back-top .btn-inner img {
  margin-bottom: 5px;
}

.back-top.withHover:hover {
  animation: go-round 2.5s linear infinite;
}

footer {
  position: relative;
  border-bottom: 10px solid #92003e;
  white-space: nowrap;
  z-index: 10;
}

footer::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #691b33 transparent;
  z-index: 20;
}

footer .footer__wrapper {
  position: relative;
  color: #fff;
  width: 100%;
  margin-top: -2px;
  padding: 25px 15px;
  text-align: center;
  background-color: #691b33;
  z-index: 1;
}

footer .slogan {
  position: absolute;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
  font-size: 52px;
  font-family: "Brown";
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  left: 56%;
  top: calc(-70px - 0.3em);
  transform: rotate(-2.5deg);
}

footer .slogan br {
  display: none;
}

footer .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 1;
}

footer .footer-nav {
  flex: 1;
  text-align: right;
}

footer .footer-nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2em;
}

footer .footer-nav li:not(:first-of-type) {
  border-left: 1px solid #fff;
}

footer .footer__pattern {
  position: absolute;
  display: inline-block;
  z-index: 0;
  width: 21vw;
  left: 0;
  top: -6.5vw;
  z-index: 0;
}

@media screen and (max-width: 1550px) {
  .main .banner .banner-clip {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1440px) {
  p {
    margin: 0.5em 0;
  }
  header {
    z-index: 9999;
    padding: 20px 0 0;
  }
  header .header-deco ~ .container {
    width: 90%;
  }
  header .navigation {
    font-size: 16px;
    padding-left: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1025px) and (max-width: 1100px) {
  header .navigation {
    font-size: 15px;
  }
}

@media screen and (max-width: 1440px) {
  header .navigation .main-nav .menu li {
    padding: 20px 30px;
  }
  header .navigation .sns ul li {
    padding-left: 17px;
  }
  .main .banner .title-block .title-en {
    font-size: 28px;
  }
  .main .banner .title-block .title-zh {
    font-size: 36px;
  }
  .main .title-block .title-en {
    font-size: 34px;
  }
  .main .title-block .title-zh {
    font-size: 38px;
  }
  .main .title-block .icon {
    width: 3.5vw;
    right: 0vw;
    top: 2vw;
  }
  footer .slogan {
    font-size: 42px;
  }
}

@media screen and (max-width: 1366px) {
  header .navigation .main-nav .menu li {
    padding: 20px 0.8vw;
  }
  header .navigation .sns ul li {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .row-flex .flex-col-s-1 {
    width: 100%;
  }
  .row-flex .flex-col-s-2 {
    width: 50%;
  }
  .row-flex .flex-col-s-3 {
    width: 33.333%;
  }
  .row-flex .flex-col-s-4 {
    width: 25%;
  }
  .row-flex .flex-col-s-5 {
    width: 20%;
  }
  .btn-outline {
    padding: 0.25em 1em;
  }
  .btn-default {
    padding: 0.6em 1.3em;
  }
  label.checkbox {
    padding-left: calc(18px + 8px);
    font-size: 14px;
  }
  label.checkbox::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
  label.checkbox::after {
    left: 4px;
    width: 11px;
  }
  .lightbox__md .lightbox__body {
    width: 90vw;
    height: auto;
    max-width: 90vw;
    max-height: 88vh;
  }
  .lightbox__md .lightbox__body::before {
    top: calc(-20px + 1px);
    border-width: 20px 90vw 0 0;
  }
  .lightbox__md .lightbox__body::after {
    bottom: calc(-20px + 1px);
    border-width: 0 0 20px 90vw;
  }
  .lightbox__lg .lightbox__body {
    width: 90vw;
    height: 99vh;
    max-width: 90vw;
    max-height: 88vh;
  }
  .lightbox__lg .lightbox__body::before {
    top: calc(-20px + 1px);
    border-width: 20px 90vw 0 0;
  }
  .lightbox__lg .lightbox__body::after {
    bottom: calc(-20px + 1px);
    border-width: 0 0 20px 90vw;
  }
  .lightbox__body::before {
    border-width: 20px 90vw 0 0;
  }
  .lightbox__body::after {
    border-width: 0 0 20px 90vw;
  }
  .lightbox__body__inner {
    width: 90%;
    padding: 20px 2vw;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    transform: translateY(-180%);
    transition: all 0.2s ease;
  }
  header.is-fixed {
    transform: translateY(0%);
    transition: all 0.2s ease;
  }
  header::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -5vw;
    border-style: solid;
    border-width: 5vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 0;
  }
  header .header-deco {
    width: 33vw;
    z-index: 1;
  }
  header .logo {
    width: 35%;
    max-width: 160px;
  }
  header .logo img {
    width: 242px;
  }
  header .navigation {
    position: fixed;
    display: block;
    width: 50%;
    top: 0;
    right: 0;
    padding: 0;
    color: #fff;
    z-index: 5;
    visibility: hidden;
    background: #92003e;
    opacity: 0;
    transform: translateX(200%);
    transition: all 0.5s cubic-bezier(0.45, 1, 0.58, 1);
  }
  header .navigation::before {
    content: "";
    position: absolute;
    left: -8vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100vh 8vw;
    border-color: transparent transparent #92003e transparent;
    z-index: 20;
  }
  header .navigation.is-active {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.4s cubic-bezier(0.45, 1, 0.58, 1);
  }
  header .navigation .main-nav {
    display: block;
    text-align: center;
    margin-top: 2vw;
    padding-bottom: 2vw;
    overflow: auto;
  }
  header .navigation .main-nav::after {
    position: absolute;
    width: 70%;
    height: 1px;
    top: auto;
    right: 15%;
    bottom: 0;
    transform: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  header .navigation .main-nav .menu {
    flex-wrap: wrap;
  }
  header .navigation .main-nav .menu li {
    padding: 0;
  }
  header .navigation .main-nav .menu li a {
    padding: 2vw 0;
  }
  header .navigation .main-nav .member-login {
    display: inline-block;
    padding: 3vw 0;
  }
  header .navigation .main-nav .member-login .icon-login {
    background-color: #fff;
  }
  header .navigation ul li {
    position: relative;
    display: block;
    width: 100%;
  }
  header .navigation .sns {
    margin-top: 0vw;
    padding-top: 3vw;
    text-align: center;
  }
  header .navigation .sns ul {
    margin: auto;
  }
  header .navigation .sns ul li {
    padding: 0 2.5vw;
  }
  header .navigation .sns ul li img {
    max-width: 38px;
    filter: none;
  }
  header .hamburger {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    background-image: url(../../image/Member/header_hamburger_bg.png);
    background-size: cover;
    width: 73px;
    height: 73px;
    z-index: 10;
  }
  header .hamburger img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .hamburger .hamburger_close {
    opacity: 0;
  }
  header .hamburger.is-active {
    background-image: url(../../image/Member/header_hamburger_bg_dark.png);
  }
  header .hamburger.is-active .hamburger_close {
    opacity: 1;
  }
  header .hamburger.is-active .hamburger_on {
    opacity: 0;
  }
  header .member-logout {
    position: absolute;
    display: flex;
    align-items: center;
    color: #92003e;
    top: 22px;
    right: 95px;
    font-size: 18px;
  }
  header .member-logout span:first-of-type {
    margin-right: 0.4em;
  }
  .main {
    padding-top: 14vw;
  }
  .main .banner .banner-clip {
    padding-right: 2vw;
  }
  .main .banner .banner-pattern {
    bottom: 3vw;
  }
  .main .banner .title-block {
    left: 70%;
    margin-top: -2.5%;
  }
  .main .title-block {
    text-align: center;
  }
  .main .title-block .title-en {
    transform: rotate(-10deg) translate(-2.5em, -0.3em);
  }
  .main .title-block .icon {
    width: 6vw;
    top: 2vw;
    right: 0;
  }
  .main .title-block .desc {
    white-space: normal;
  }
  footer .footer__wrapper {
    padding: 1.5vw 0;
  }
  footer .slogan {
    text-align: right;
    transform: rotate(-3.5deg);
    top: calc(-60px - 0.5em);
    left: 46%;
  }
  footer .footer__pattern {
    width: 33vw;
    top: -10.6vw;
  }
}

@media only screen and (max-width: 768px) {
  header {
    padding: 15px 15px 0;
  }
  header::after {
    bottom: -4.5vw;
    border-width: 4.5vw 100vw 0 0;
  }
  header .navigation .main-nav {
    margin-top: 10vw;
    padding-bottom: 3vw;
  }
  header .navigation .main-nav ul li a {
    padding: 2.5vw 0;
  }
  header .navigation .sns {
    margin-top: 3vw;
  }
  header .hamburger {
    width: 12vw;
    height: 12vw;
    max-width: 73px;
    max-height: 73px;
  }
  header .hamburger img {
    width: 64%;
  }
  .main {
    padding-top: 23vw;
  }
  .main .banner .show-w {
    display: none;
  }
  .main .banner .show-s {
    display: block;
  }
  .main .banner .container {
    width: 100%;
  }
  .main .banner .banner-pattern {
    width: 40%;
    right: -4vw;
    bottom: 1vw;
  }
  .main .banner .banner-pattern.good-boys img {
    clip-path: url(#clip-pattern_mb);
  }
  .main .banner .title-block {
    left: 64%;
  }
  .main .banner .title-block .title-en br {
    display: block;
  }
  footer .footer__wrapper {
    padding: 3vw 0;
  }
  footer .slogan {
    left: 25%;
    top: calc(-60px - 1vw);
    transform: rotate(-5deg);
  }
  footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  footer .footer-nav {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    flex: auto;
  }
  footer .footer-nav li:first-of-type {
    padding-left: 0;
  }
  footer .footer-nav li:not(:first-of-type) {
    border-left: 1px solid #fff;
  }
  .lightbox__body {
    width: 85vw;
    max-width: 85vw;
    height: auto;
    padding: 9vw 4vw;
  }
  .lightbox__body::before {
    top: -19px;
    border-width: 20px 85vw 0 0;
  }
  .lightbox__body::after {
    bottom: -19px;
    border-width: 0 0 20px 85vw;
  }
  .lightbox__body__inner {
    width: 100%;
  }
  .lightbox__close {
    top: 2vw;
    right: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  ::-webkit-input-placeholder {
    /* Chrome */
    font-size: 13px;
  }
  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  :-moz-placeholder {
    /* Firefox 4 - 18 */
    font-size: 13px;
  }
  .btn-default {
    padding: 0.6em 1.5em;
  }
  header {
    padding: 10px 10px 0;
  }
  header::after {
    bottom: -4vw;
    border-width: 4vw 100vw 0 0;
  }
  header .navigation .main-nav {
    margin-top: 18vw;
  }
  header .navigation .sns ul li img {
    width: 9vw;
  }
  header .member-logout {
    top: 4.5vw;
    right: calc(12vw + 2.5vw);
    font-size: 14px;
  }
  .main {
    padding-top: 28vw;
  }
  .main .banner .container {
    width: 100%;
  }
  .main .banner .banner-clip {
    padding-right: 2vw;
  }
  .main .banner .banner-pattern {
    right: -1vw;
  }
  .main .banner .banner-slogan {
    font-size: 14px;
    padding: 5px;
  }
  .main .banner .banner-slogan::after {
    right: -9px;
    border-width: calc(14px + 5px * 2) 0 0 10px;
  }
  .main .banner .title-block {
    left: 60%;
    margin-top: -4%;
  }
  .main .banner .title-block .title-en {
    line-height: 1.2;
    font-size: 5.5vw;
  }
  .main .banner .title-block .title-zh {
    font-size: 7vw;
  }
  .main .banner .title-block .title-main {
    font-size: 20px;
  }
  .main .banner .title-block .desc {
    font-size: 12px;
  }
  .main .title-block .title-en {
    font-size: 28px;
  }
  .main .title-block .title-zh {
    font-size: 30px;
  }
  .main .title-block .title-content {
    width: 94%;
  }
  .main .title-block .icon {
    width: 12%;
    top: 7%;
    right: unset;
    left: 69%;
  }
  .back-top {
    width: 60px;
    height: 60px;
    background-color: #ffc645;
    border-radius: 100%;
  }
  .back-top .btn-inner {
    font-size: 13px;
  }
  .back-top .btn-inner img {
    width: 50%;
  }
  footer .container {
    width: 90%;
  }
  footer .footer__wrapper {
    padding: 5vw 0;
  }
  footer::before {
    top: -20px;
    border-width: 0 0 20px 100vw;
  }
  footer::after {
    width: 45vw;
    height: 28vw;
    top: -28vw;
  }
  footer .slogan {
    left: unset;
    right: -5%;
    top: calc(-20px - 1.6em);
    transform: rotate(-3deg);
  }
  footer .slogan br {
    display: block;
  }
  footer .footer-nav {
    margin-bottom: 2.5vw;
  }
  footer .footer-nav li {
    padding: 0 6vw;
  }
  footer .copyright {
    font-size: 13px;
  }
  .lightbox__close {
    right: 3vw;
  }
}

@media only screen and (max-width: 320px) {
  .main {
    padding-top: 27vw;
  }
  footer .footer-nav {
    font-size: 13px;
  }
  footer .footer-nav li {
    padding: 0 5vw;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"] {
    line-height: normal;
  }
  select::-ms-expand {
    display: none;
  }
  .main .title-block .title-en {
    color: #fff;
    text-shadow: 1px 1px 0 #92003e, -1px -1px 0 #92003e, 1px -1px 0 #92003e, -1px 1px 0 #92003e, 1px 1px 0 #92003e;
  }
  footer .slogan {
    color: #fff;
    text-shadow: 1px 1px 0 #92003e, -1px -1px 0 #92003e, 1px -1px 0 #92003e, -1px 1px 0 #92003e, 1px 1px 0 #92003e;
  }
}

.special_member .title {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 90px;
}

.special_member .title .title-block {
  position: relative;
  display: inline-block;
  margin: auto;
}

.special_member .title .title-block > .decos .deco {
  display: inline-block;
  position: absolute;
}

.special_member .title .title-block > .decos .deco__yellow {
  bottom: -10px;
  left: -30px;
}

.special_member .title .title-block > .decos .deco__pink {
  top: -10px;
  right: -35px;
}

.special_member .title .title-block .title-zh {
  font-weight: normal;
  font-size: 48px;
  color: #151515;
}

.special_member .banner .title-block .title-zh {
  color: #fff;
}

.special_member .banner .title-block .title-en {
  -webkit-text-stroke-color: #fff;
  transform: rotate(-10deg) translate(-1.7em, -0.3em);
}

.special_member .main-section {
  position: relative;
  padding: 80px 0 130px;
}

.special_member .main-section .slogan {
  position: absolute;
  overflow: hidden;
  bottom: 0.6em;
  left: -0.1em;
  white-space: nowrap;
  font-size: 100px;
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
  text-align: left;
  font-weight: bold;
  opacity: 0.7;
  line-height: 1;
  z-index: 0;
  transform: rotate(4deg);
}

.special_member .main-section .slogan .slogan-sub {
  font-size: 1.3em;
}

.special_member .main-section .row-flex {
  padding: 60px 40px;
}

.special_member .main-section .row-flex:first-of-type .desc .icon {
  position: absolute;
  left: 13.8em;
  top: -53px;
}

.special_member .main-section .row-flex:last-of-type .flex-content {
  padding-left: 80px;
}

.special_member .main-section .row-flex:last-of-type .desc .icon {
  position: absolute;
  left: 11.6em;
  bottom: 1.6em;
}

.special_member .main-section .flex-pic {
  width: 40%;
}

.special_member .main-section .flex-content {
  width: 60%;
}

.special_member .main-section .desc {
  position: relative;
  font-size: 38px;
  color: #151515;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.special_member .main-section .desc div:not(.icon) {
  margin-top: 0.3em;
}

.special_member .main-section .desc div span:nth-of-type(2) {
  margin-left: -0.3em;
}

.special_member .main-section .desc span {
  color: #92003e;
}

.special_member .member-vip {
  position: relative;
}

.special_member .member-vip::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -130px;
  border-style: solid;
  border-width: 130px 0 0 100vw;
  border-color: transparent transparent transparent #492615;
  z-index: 1;
}

.special_member .member-vip::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -130px;
  border-style: solid;
  border-width: 0 0 130px 100vw;
  border-color: transparent transparent transparent #492615;
  z-index: 1;
}

.special_member .member-vip .deco {
  position: absolute;
}

.special_member .member-vip .deco__splatter__left {
  width: 28vw;
  left: 0;
  top: -1vw;
  z-index: 0;
}

.special_member .member-vip .deco__splatter__right {
  width: 16vw;
  right: -1vw;
  bottom: -15vw;
  z-index: 0;
}

.special_member .member-vip .deco__cake {
  width: 24vw;
  left: 0;
  top: -0px;
  z-index: 1;
}

.special_member .member-vip .deco__ribbon {
  width: 17vw;
  right: -2vw;
  bottom: -1vw;
}

.special_member .member-vip .title {
  margin-bottom: 4vw;
}

.special_member .member-vip .title .title-block .title-zh {
  color: #ffc645;
}

.special_member .member-vip .wrapper {
  position: relative;
  padding: 8vw 0 13vw;
  z-index: 3;
  background-color: #492615;
}

.special_member .member-vip__container {
  color: #fff;
  font-size: 38px;
}

.special_member .member-vip__container .row {
  width: 72%;
  max-width: 940px;
  margin-left: 28vw;
  line-height: 1.35;
  text-align: left;
}

.special_member .member-vip__container .flex-col-m-free {
  padding: 1vw 1.2em;
}

.special_member .member-vip__container .flex-col-m-free:first-of-type {
  position: relative;
  flex: 4;
  padding-left: 0;
  border-right: 1px solid rgba(186, 142, 236, 0.2);
}

.special_member .member-vip__container .flex-col-m-free:last-of-type {
  flex: 3;
  text-align: justify;
  justify-self: flex-end;
  padding-right: 0;
}

.special_member .member-vip__container .flex-col-m-1 {
  position: relative;
  display: flex;
  padding-top: 2vw;
  border-top: 1px solid rgba(186, 142, 236, 0.2);
}

.special_member .member-vip__container .flex-col-m-1 .inner {
  display: inline-block;
}

.special_member .member-vip__container .highlight {
  color: #ffc645;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}

.special_member .member-vip__container .highlight span {
  margin-right: 0.2em;
  letter-spacing: 0.08em;
  font-size: 1.55em;
}

.special_member .member-vip__container .highlight + span {
  display: inline-block;
  color: #c0b1a9;
  vertical-align: text-bottom;
  margin-bottom: 0.2em;
}

.special_member .member-vip .body__pattern {
  position: absolute;
  display: inline-block;
  z-index: 0;
  right: 0;
  top: -4.5vw;
  z-index: 0;
}

.special_member .member-level {
  position: relative;
  margin-top: 4vw;
  z-index: 3;
}

.special_member .member-level::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -80px;
  border-style: solid;
  border-width: 0 0 80px 100vw;
  border-color: transparent transparent #fff4db transparent;
  z-index: 2;
}

.special_member .member-level::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -80px;
  border-style: solid;
  border-width: 80px 0 0 100vw;
  border-color: #fff4db transparent transparent transparent;
  z-index: 2;
}

.special_member .member-level > .decos .deco {
  position: absolute;
}

.special_member .member-level > .decos .deco__circle {
  right: 0;
  top: 13vw;
  transform: scaleX(-1);
}

.special_member .member-level > .decos .deco__triangle {
  left: 0;
  bottom: 15vw;
}

.special_member .member-level > .decos .deco__yellow {
  right: 5vw;
  top: 22vw;
  transform: rotate(-70deg);
}

.special_member .member-level > .decos .deco__purple {
  left: 5vw;
  bottom: 14vw;
}

.special_member .member-level .wrapper {
  padding: 8vw 0;
  background-color: #fff4db;
}

.special_member .member-level .wrapper .container {
  max-width: 1100px;
  margin: auto;
}

.special_member .member-level .flex-col-m-2:first-of-type {
  padding-right: 3vw;
}

.special_member .member-level .flex-col-m-2:last-of-type {
  padding-left: 3vw;
}

.special_member .member-level__item {
  position: relative;
  transform: skewY(3deg);
  background-color: #fff;
}

.special_member .member-level__item[data-member="ordinary"] .member-level__item__level::after {
  -webkit-text-stroke: 1px #92003e;
}

.special_member .member-level__item[data-member="ordinary"] .member-level__item__pic {
  background-color: #92003e;
}

.special_member .member-level__item[data-member="ordinary"] .member-level__item__info ul li::before {
  border-color: transparent transparent transparent rgba(146, 0, 62, 0.4);
}

.special_member .member-level__item[data-member="ordinary"] .member-level__item__shadow {
  border-color: transparent transparent transparent #92003e;
}

.special_member .member-level__item[data-member="vip"] .member-level__item__level::after {
  -webkit-text-stroke: 1px #f5c249;
}

.special_member .member-level__item[data-member="vip"] .member-level__item__pic {
  background-color: #f5c249;
}

.special_member .member-level__item[data-member="vip"] .member-level__item__info ul li::before {
  border-color: transparent transparent transparent rgba(245, 194, 73, 0.5);
}

.special_member .member-level__item[data-member="vip"] .member-level__item__shadow {
  border-color: transparent transparent transparent #f5c249;
}

.special_member .member-level__item__pic {
  padding: 30px;
  text-align: center;
  color: #fff;
}

.special_member .member-level__item__pic > * {
  transform: skewY(-3deg);
}

.special_member .member-level__item__pic__icon {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
}

.special_member .member-level__item__pic__name {
  font-size: 40px;
  margin-top: 0.5em;
}

.special_member .member-level__item__pic__name h5 {
  font-weight: normal;
}

.special_member .member-level__item__info {
  padding: 30px 20px 120px;
  font-size: 18px;
  color: #151515;
}

.special_member .member-level__item__info > * {
  transform: skewY(-3deg);
}

.special_member .member-level__item__info span {
  color: #000;
}

.special_member .member-level__item__info .inner {
  width: 80%;
  margin: auto;
}

.special_member .member-level__item__info ul li {
  position: relative;
  margin: 1.5em 0;
  text-indent: -1.4em;
  margin-left: 1em;
}

.special_member .member-level__item__info ul li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.4em;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.7em;
}

.special_member .member-level__item__info .desc {
  margin-top: 3em;
  font-size: 0.9em;
  color: #4b4b4b;
}

.special_member .member-level__item__level {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.special_member .member-level__item__level::after {
  content: attr(data-member);
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -0.25em;
  font-size: 84px;
  line-height: 1;
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 6;
}

.special_member .member-level__item__body {
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.special_member .member-level__item__shadow {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -10px;
  border-style: solid;
  border-width: 20px 0 20px calc(1100px * 0.5 - (100vw * 0.03) - 15px);
  border-color: transparent transparent transparent #92003e;
  z-index: -1;
  transform: skewY(-2deg);
}

.special_member .info-banner {
  padding: 9vw 0 11vw;
  position: relative;
}

.special_member .info-banner .wrapper .container {
  max-width: 1150px;
  margin: auto;
}

.special_member .info-banner .icecream-box {
  position: relative;
  margin: 100px 0;
}

.special_member .info-banner .icecream-box .show-s {
  display: none;
}

.special_member .info-banner .icecream-box .slogan-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.special_member .info-banner .icecream-box .slogan {
  position: absolute;
  overflow: hidden;
  bottom: -0.3em;
  left: 0;
  white-space: nowrap;
  font-size: 42px;
  text-align: left;
  font-family: "Brown";
  font-weight: bold;
  line-height: 1;
  z-index: 0;
}

.special_member .info-banner .icecream-box .slogan .slogan-main {
  color: #92003e;
}

.special_member .info-banner .icecream-box .slogan .slogan-sub {
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
  font-size: 1.55em;
  opacity: 0.5;
}

.special_member .info-banner .icecream-box .row-flex {
  position: relative;
  z-index: 1;
}

.special_member .info-banner .icecream-box .box-inner {
  position: relative;
  background-color: #fff0d9;
  z-index: 1;
  transform: rotate(-2deg);
}

.special_member .info-banner .icecream-box .box-inner .flex-pic {
  position: relative;
  padding: 30px 0;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco {
  display: inline-block;
  position: absolute;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate {
  top: 30px;
  left: 35px;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate__blur {
  top: 190px;
  left: 70px;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry {
  bottom: 80px;
  right: 10%;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry__blur {
  top: 45px;
  right: -6%;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-chocolate {
  position: relative;
  display: inline-block;
  margin-left: 15%;
  z-index: 1;
  animation: floating 3.7s ease-in-out infinite;
}

.special_member .info-banner .icecream-box .box-inner .flex-pic .box-strawberry {
  position: absolute;
  display: inline-block;
  left: 52%;
  top: -30px;
  animation: floating 3.8s ease-in-out infinite 0.13s;
}

.special_member .info-banner .icecream-box .box-inner .flex-content {
  padding-left: 20px;
}

.special_member .info-banner .icecream-box .box-inner .flex-content__icon {
  position: absolute;
  display: inline-block;
  transform: rotate(2deg);
  left: 10.5em;
  top: -1.5em;
}

.special_member .info-banner .icecream-box .box-inner .flex-content__desc,
.special_member .info-banner .icecream-box .box-inner .flex-content h4 {
  color: #691c32;
  margin: 0;
  letter-spacing: 0.08em;
}

.special_member .info-banner .icecream-box .box-inner .flex-content h4 {
  position: relative;
  line-height: 1;
  font-size: 32px;
}

.special_member .info-banner .icecream-box .box-inner .flex-content .button-row {
  margin-top: 1em;
}

.special_member .info-banner .icecream-box .box-pattern {
  position: absolute;
  width: 32%;
  bottom: 5px;
  right: -10px;
  z-index: 0;
}

.special_member .info-banner .icecream-box .box-pattern img {
  width: 100%;
}

.special_member .info-banner .notice {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 1.8;
}

@media only screen and (max-width: 1440px) {
  .special_member .main-section .slogan {
    font-size: 8vw;
    bottom: 0.3em;
    transform: rotate(5.5deg);
  }
  .special_member .main-section .row-flex:last-of-type .desc .icon {
    left: 10em;
  }
  .special_member .main-section .desc {
    font-size: 32px;
  }
  .special_member .member-vip__container {
    font-size: 32px;
  }
  .special_member .member-vip .body__pattern {
    top: -6.5vw;
  }
  .special_member .member-level > .decos .deco__circle {
    width: 7vw;
    right: -2vw;
  }
  .special_member .member-level > .decos .deco__triangle {
    width: 5vw;
    bottom: 45vw;
  }
  .special_member .member-level > .decos .deco__yellow {
    width: 2vw;
    right: 3vw;
  }
  .special_member .member-level > .decos .deco__purple {
    width: 2vw;
    left: 3vw;
    bottom: 16vw;
  }
}

@media only screen and (max-width: 1280px) {
  .special_member .info-banner .icecream-box .box-pattern {
    width: 30.5vw;
  }
  .special_member .member-vip__container .row {
    margin-left: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .special_member .member-level__item__shadow {
    border-width: 20px 0 20px calc(100vw * 0.9 * 0.5 - (100vw * 0.03) - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .special_member .title {
    margin-bottom: 9vw;
  }
  .special_member .title .title-block .title-zh {
    font-size: 36px;
  }
  .special_member .main-section .row-flex:first-of-type .desc .icon {
    left: 9.3em;
  }
  .special_member .main-section .desc span:first-of-type {
    margin-left: 0;
  }
  .special_member .member-vip .deco__splatter__left {
    width: 28vw;
    left: -10vw;
    top: -13vw;
  }
  .special_member .member-vip .deco__splatter__right {
    width: 16vw;
    right: 2vw;
    bottom: -24vw;
  }
  .special_member .member-vip .deco__cake {
    width: 27vw;
    top: 9vw;
  }
  .special_member .member-vip .deco__ribbon {
    width: 21vw;
    right: -3vw;
  }
  .special_member .member-vip__container {
    font-size: 26px;
  }
  .special_member .member-vip__container .row {
    width: auto;
    margin-left: 32vw;
    margin-right: 1.7vw;
  }
  .special_member .member-vip__container .flex-col-m-free {
    padding: 2vw 0;
  }
  .special_member .member-vip__container .flex-col-m-free:first-of-type {
    flex: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(186, 142, 236, 0.2);
  }
  .special_member .member-vip__container .flex-col-m-free:last-of-type {
    flex: 100%;
    padding-left: 0;
  }
  .special_member .member-vip__container .flex-col-m-1 {
    padding: 2vw 0;
    justify-content: unset;
  }
  .special_member .member-vip__container .flex-col-m-1::before {
    width: 40%;
    transform: none;
    left: 3vw;
  }
  .special_member .member-vip__container .highlight {
    display: block;
    line-height: 1.6;
  }
  .special_member .member-vip__container .highlight span {
    font-size: 1em;
  }
  .special_member .member-vip__container .highlight + span {
    display: block;
  }
  .special_member .member-level__container {
    width: 70%;
    margin: auto;
  }
  .special_member .member-level .flex-col-s-1:first-of-type {
    padding-right: 0;
    margin-bottom: 10vw;
  }
  .special_member .member-level .flex-col-s-1:last-of-type {
    padding-left: 0;
  }
  .special_member .member-level__item__pic__name {
    font-size: 34px;
  }
  .special_member .member-level__item__info {
    font-size: 15px;
  }
  .special_member .member-level__item__shadow {
    border-width: 20px 0 20px calc(100vw * 0.94 * 0.7 - (100vw * 0.03) - 15px);
  }
  .special_member .info-banner {
    padding: 15vw 0 19vw;
  }
  .special_member .info-banner .icecream-box {
    margin: 9vw 0 8vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic {
    padding: 0;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate {
    width: 4vw;
    top: 6vw;
    left: 7vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate__blur {
    width: 3.5vw;
    top: 28vw;
    left: 17vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry {
    width: 4.4vw;
    bottom: 10vw;
    right: 22vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry__blur {
    width: 2.5vw;
    top: 3vw;
    right: 9vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-chocolate {
    width: 28vw;
    margin-left: 23vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-strawberry {
    width: 28vw;
    left: 42vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5vw 0 6vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-content__icon {
    width: 8vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-content h4 {
    font-size: 26px;
  }
  .special_member .info-banner .icecream-box .box-pattern {
    width: 45vw;
  }
}

@media only screen and (max-width: 768px) {
  .special_member .main-section .slogan {
    bottom: 1em;
    transform: rotate(10deg);
  }
  .special_member .main-section .row-flex {
    padding: 8vw 4vw;
  }
  .special_member .main-section .row-flex:first-of-type .desc .icon {
    left: calc(50% + 4em);
  }
  .special_member .main-section .row-flex:first-of-type .desc span {
    display: inline-block;
  }
  .special_member .main-section .row-flex:last-of-type .flex-content {
    padding-left: 0;
  }
  .special_member .main-section .row-flex:last-of-type .desc .icon {
    left: calc(50% + 4.3em);
    top: -1vw;
    transform: rotate(10deg);
  }
  .special_member .main-section .row-flex:last-of-type .desc span {
    display: block;
  }
  .special_member .main-section .flex-content,
  .special_member .main-section .flex-pic {
    width: 100%;
    text-align: center;
  }
  .special_member .main-section .flex-content {
    margin-bottom: 5vw;
  }
  .special_member .main-section .desc {
    font-size: 26px;
  }
  .special_member .member-level__container {
    width: 90%;
    margin: auto;
  }
  .special_member .member-level .flex-col-s-1:first-of-type {
    margin-bottom: 15vw;
  }
  .special_member .member-level__item__level::after {
    font-size: 11.5vw;
  }
  .special_member .member-level__item__info {
    padding: 4vw 3vw 14vw;
  }
  .special_member .member-level__item__shadow {
    border-width: 20px 0 20px calc(100vw * 0.9 * 0.5 - (100vw * 0.03) - 15px);
  }
  .special_member .info-banner .icecream-box .show-w {
    display: none;
  }
  .special_member .info-banner .icecream-box .show-s {
    display: block;
  }
  .special_member .info-banner .icecream-box .slogan {
    font-size: 9vw;
    top: 17vw;
    bottom: initial;
  }
  .special_member .info-banner .icecream-box .slogan .slogan-sub {
    font-size: 1.3em;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic {
    padding: 0;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-chocolate {
    width: 35vw;
    margin-left: 17vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-strawberry {
    width: 33vw;
    left: 45vw;
  }
  .special_member .info-banner .icecream-box .box-pattern {
    width: 60vw;
    bottom: -1.5vw;
  }
}

@media only screen and (max-width: 480px) {
  .special_member .title .title-block > .decos .deco__pink {
    width: 2.5vw;
    top: -3vw;
    right: -5vw;
  }
  .special_member .title .title-block > .decos .deco__yellow {
    width: 2.5vw;
    left: -4vw;
    bottom: -2vw;
  }
  .special_member .title .title-block .title-zh {
    font-size: 26px;
  }
  .special_member .main-section .row-flex:first-of-type .desc .icon {
    width: 13vw;
  }
  .special_member .main-section .row-flex:first-of-type .flex-pic {
    padding: 0 20%;
  }
  .special_member .main-section .row-flex:last-of-type .desc .icon {
    left: calc(50% + 4.5em);
    width: 9vw;
  }
  .special_member .main-section .row-flex:last-of-type .flex-pic {
    padding: 0 8%;
  }
  .special_member .main-section .slogan {
    bottom: 0.5em;
    transform: rotate(9deg);
  }
  .special_member .main-section .desc {
    font-size: 20px;
  }
  .special_member .member-vip::before {
    top: -50px;
    border-width: 50px 0 0 100vw;
  }
  .special_member .member-vip::after {
    bottom: -20px;
    border-width: 0 0 20px 100vw;
  }
  .special_member .member-vip .deco__splatter__left {
    width: 41vw;
    left: -15vw;
    top: -19vw;
  }
  .special_member .member-vip .deco__splatter__right {
    width: 24vw;
    right: 0vw;
    bottom: -14vw;
    transform: rotate(20deg);
  }
  .special_member .member-vip .deco__cake {
    width: 45vw;
    top: 14vw;
    left: -7vw;
  }
  .special_member .member-vip .deco__ribbon {
    width: 27vw;
    right: -4vw;
  }
  .special_member .member-vip__container {
    font-size: 18px;
  }
  .special_member .member-vip__container .row {
    margin-left: calc(42vw + 1vw);
  }
  .special_member .member-vip__container .flex-col-s-1 {
    padding: 3vw 0;
  }
  .special_member .member-vip__container .highlight {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .special_member .member-vip .body__pattern {
    top: -20vw;
  }
  .special_member .member-level::before {
    top: -20px;
    border-width: 0 0 20px 100vw;
  }
  .special_member .member-level::after {
    bottom: -20px;
    border-width: 20px 0 0 100vw;
  }
  .special_member .member-level__item__info .inner {
    width: 90%;
  }
  .special_member .member-level > .decos .deco__circle {
    width: 19vw;
  }
  .special_member .member-level > .decos .deco__triangle {
    width: 10vw;
    bottom: 145vw;
  }
  .special_member .member-level > .decos .deco__yellow {
    top: 113vw;
  }
  .special_member .member-level .wrapper {
    padding: 15vw 0;
  }
  .special_member .info-banner {
    padding: 18vw 0 20vw;
  }
  .special_member .info-banner .icecream-box {
    margin: 10vw 0;
  }
  .special_member .info-banner .icecream-box .slogan {
    font-size: 10vw;
    top: 22vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate {
    width: 5vw;
    top: 6vw;
    left: 4vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__chocolate__blur {
    width: 5vw;
    top: 33vw;
    left: 14vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry {
    width: 5vw;
    bottom: 15vw;
    right: 16vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-deco__strawberry__blur {
    width: 4vw;
    top: 5vw;
    right: 6vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-chocolate {
    width: 38vw;
    margin-left: 12vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-pic .box-strawberry {
    width: 34vw;
    left: 45vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-content__icon {
    width: 10vw;
  }
  .special_member .info-banner .icecream-box .box-inner .flex-content h4 {
    font-size: 22px;
  }
  .special_member .info-banner .icecream-box .box-pattern {
    width: 82vw;
    bottom: -3vw;
  }
  .special_member .info-banner .notice {
    font-size: 12px;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 320px) {
  .special_member .main-section .row-flex:last-of-type .desc .icon {
    left: calc(50% + 4.3em);
    top: 1.5vw;
  }
  .special_member .member-vip__container {
    font-size: 18px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .special_member .banner .title-block .title-en {
    color: #92003e;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .special_member .main-section .slogan {
    color: #fff;
    text-shadow: 1px 1px 0 #92003e, -1px -1px 0 #92003e, 1px -1px 0 #92003e, -1px 1px 0 #92003e, 1px 1px 0 #92003e;
    opacity: 0.6;
    bottom: 0.8em;
  }
  .special_member .member-level__item[data-member="ordinary"] .member-level__item__level::after {
    text-shadow: 1px 1px 0 #92003e, -1px -1px 0 #92003e, 1px -1px 0 #92003e, -1px 1px 0 #92003e, 1px 1px 0 #92003e;
  }
  .special_member .member-level__item[data-member="vip"] .member-level__item__level::after {
    text-shadow: 1px 1px 0 #f5c249, -1px -1px 0 #f5c249, 1px -1px 0 #f5c249, -1px 1px 0 #f5c249, 1px 1px 0 #f5c249;
  }
  .special_member .member-level__item__level::after {
    color: #fff;
    bottom: -0.15em;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .special_member .member-level__item__level::after {
    font-size: 11.5vw;
  }
}
/*# sourceMappingURL=special_member.css.map */