﻿@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 {
  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, .index .join-line .flex-content, .index .ice-cream .flex-content {
  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;
  }
}

.index .banner .banner-slider {
  position: relative;
  z-index: 1;
}

.index .banner .banner-slider .slide {
  position: relative;
  outline: 0;
}

.index .banner .banner-pattern {
  width: 73%;
  z-index: 0;
}

.index .banner .title-block {
  left: 68%;
  color: #fff;
  text-align: left;
}

.index .banner .slick-prev,
.index .banner .slick-next {
  outline: 0;
  display: inline-block;
  width: 50px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.index .banner .slick-prev::before,
.index .banner .slick-next::before {
  content: "";
}

.index .banner .slick-prev {
  background-image: url(../../image/Member/arrow_left.png);
  left: -75px;
  top: 53%;
  z-index: 1;
}

.index .banner .slick-next {
  background-image: url(../../image/Member/arrow_right.png);
  right: -80px;
  top: 40%;
}

.index .banner .slick-dots {
  width: auto;
  left: 70%;
  bottom: 0;
  text-align: center;
}

.index .banner .slick-dots li {
  width: auto;
  height: auto;
}

.index .banner .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #92003e;
  transition: all 0.35s ease;
}

.index .banner .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #92003e;
  opacity: 1;
  background-color: transparent;
  transition: all 0.35s ease;
}

.index .banner .slick-dots li button::before {
  content: "";
}

.index .join-line {
  position: relative;
  margin-top: 7em;
}

.index .join-line .deco {
  display: inline-block;
  position: absolute;
}

.index .join-line .deco__ribbon1 {
  top: 5vw;
  left: 6vw;
}

.index .join-line .deco__ribbon2 {
  top: 19vw;
  right: 10vw;
}

.index .join-line .deco__ribbon3 {
  bottom: 8vw;
  left: 19.5vw;
}

.index .join-line .slogan {
  position: absolute;
  overflow: hidden;
  top: -3vw;
  left: 1vw;
  white-space: nowrap;
  font-size: 5.1vw;
  font-family: "Brown";
  font-weight: bold;
  line-height: 1.2;
  transform: rotate(-6.5deg);
}

.index .join-line .slogan[data-emergence="visible"] .char {
  display: inline-block;
  animation: slide-in 2s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(80ms * var(--char-index));
}

.index .join-line .slogan > div {
  display: inline-block;
}

.index .join-line .slogan .slogan-main {
  color: #92003e;
}

.index .join-line .slogan .slogan-sub {
  margin-left: 17vw;
  -webkit-text-stroke: 1px #92003e;
  color: transparent;
}

.index .join-line .slogan .char {
  opacity: 0;
}

.index .join-line .row-flex {
  align-items: stretch;
}

.index .join-line .desc {
  position: relative;
}

.index .join-line .desc .icon {
  position: absolute;
  top: -40px;
  left: 18em;
}

.index .join-line .desc .title-sub {
  letter-spacing: 0.07em;
  color: #151515;
  font-size: 38px;
}

.index .join-line .desc .title-main {
  color: #92003e;
  letter-spacing: 0.1em;
}

.index .join-line .mobile-qrcode {
  margin-left: 1vw;
}

.index .join-line .mobile-qrcode img {
  width: 20vw;
}

.index .join-line .button-row {
  margin: 1.8em 0 2em;
}

.index .ice-cream {
  position: relative;
  margin-top: 2vw;
  z-index: 5;
}

.index .ice-cream::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -100px;
  border-style: solid;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #492615;
  z-index: 1;
}

.index .ice-cream .body__pattern {
  position: absolute;
  display: inline-block;
  z-index: 0;
  right: 0;
  top: -4.5vw;
  z-index: 0;
}

.index .ice-cream .deco {
  position: absolute;
  z-index: 5;
}

.index .ice-cream .deco__triangle {
  top: -3vw;
  left: 0vw;
}

.index .ice-cream .deco__circle {
  bottom: 7vw;
  right: 0vw;
  transform: scaleX(-1);
}

.index .ice-cream .deco__orange {
  top: 5vw;
  left: 4vw;
}

.index .ice-cream .deco__pink {
  top: 4vw;
  right: 3vw;
}

.index .ice-cream .deco__yellow {
  bottom: 13vw;
  right: 5vw;
}

.index .ice-cream .wrapper {
  position: relative;
  padding: 5em 0 3em;
  background-color: #492615;
  z-index: 5;
}

.index .ice-cream .row-flex {
  align-items: stretch;
}

.index .ice-cream .flex-content {
  width: 60%;
}

.index .ice-cream .flex-pic {
  width: 40%;
}

.index .ice-cream .desc {
  font-size: 38px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.index .ice-cream .desc div {
  margin-top: 0.3em;
}

.index .ice-cream .desc span {
  color: #ffc645;
}

.index .ice-cream .desc span:first-of-type {
  margin-left: 0.2em;
  margin-right: -0.16em;
}

.index .ice-cream .slogan {
  position: absolute;
  z-index: 0;
}

.index .ice-cream .slogan img {
  animation: go-round 30s linear infinite;
}

.index .ice-cream .icecream {
  position: relative;
  z-index: 1;
  margin-top: 5.5em;
}

@media only screen and (max-width: 1720px) {
  .index .join-line .mobile-qrcode {
    margin-left: 6vw;
  }
}

@media only screen and (max-width: 1680px) {
  .index .join-line .flex-content {
    padding-top: 2vw;
  }
  .index .join-line .button-row {
    margin: 0.5em 0 1.2em;
  }
}

@media only screen and (max-width: 1560px) {
  .index .banner .title-block .title-main {
    font-size: 58px;
  }
  .index .banner .title-block .badge {
    right: -35px;
  }
  .index .banner .slick-prev,
  .index .banner .slick-next {
    width: 40px;
    height: 52px;
  }
  .index .banner .slick-prev {
    left: -3.5vw;
  }
  .index .banner .slick-next {
    right: -4.5vw;
  }
  .index .banner .slick-dots {
    left: 57%;
    bottom: 1vw;
  }
}

@media only screen and (max-width: 1440px) {
  .index .join-line .slogan {
    left: 0;
  }
  .index .ice-cream .wrapper {
    padding: 3em 0 0;
  }
  .index .ice-cream .body__pattern {
    top: -5.5vw;
  }
}

@media only screen and (max-width: 1280px) {
  .index .join-line .mobile-qrcode img {
    width: 23vw;
  }
}

@media only screen and (max-width: 1024px) {
  .index .banner .title-block .badge {
    width: 11vw;
    right: auto;
    left: 8em;
  }
  .index .banner .title-block .title-main {
    font-size: 42px;
  }
  .index .banner .title-block .title-sub {
    font-size: 18px;
  }
  .index .banner .slick-prev,
  .index .banner .slick-next {
    width: 40px;
    height: 52px;
  }
  .index .banner .slick-prev {
    left: 1vw;
  }
  .index .banner .slick-next {
    right: 1vw;
  }
  .index .join-line {
    margin-top: 10vw;
  }
  .index .join-line .deco__ribbon1 {
    top: 34vw;
    left: 16vw;
  }
  .index .join-line .deco__ribbon2 {
    top: 10vw;
    right: 7vw;
  }
  .index .join-line .deco__ribbon3 {
    bottom: 14vw;
    left: 29vw;
    z-index: 1;
  }
  .index .join-line .flex-content {
    justify-content: center;
    margin-bottom: 6vw;
  }
  .index .join-line .flex-content .flex-inner {
    width: 90%;
    max-width: 480px;
  }
  .index .join-line .slogan {
    top: 38vw;
    left: -1.5vw;
    font-size: 7vw;
    transform: rotate(-6.5deg);
  }
  .index .join-line .slogan > div {
    display: block;
  }
  .index .join-line .slogan .slogan-sub {
    margin-left: 0;
  }
  .index .join-line .desc .icon {
    width: 8vw;
    top: -6vw;
    left: 12em;
  }
  .index .join-line .desc .title-sub {
    font-size: 28px;
  }
  .index .join-line .mobile-qrcode {
    margin-left: auto;
  }
  .index .join-line .mobile-qrcode img {
    width: 40vw;
  }
  .index .join-line .button-row {
    margin: 2vw 0;
  }
  .index .ice-cream {
    margin-top: 0;
  }
  .index .ice-cream::before {
    top: -80px;
    border-width: 80px 0 0 100vw;
  }
  .index .ice-cream .body__pattern {
    width: 23vw;
    top: -7vw;
  }
  .index .ice-cream .deco__triangle {
    width: 6vw;
    top: 13vw;
  }
  .index .ice-cream .deco__circle {
    width: 7vw;
    right: -2vw;
    bottom: 19vw;
  }
  .index .ice-cream .deco__orange {
    top: 15vw;
    left: 2.5vw;
  }
  .index .ice-cream .deco__pink {
    top: 6vw;
    right: 7vw;
  }
  .index .ice-cream .deco__yellow {
    bottom: 14vw;
    right: 4vw;
  }
  .index .ice-cream .wrapper {
    padding: 10vw 0 0;
  }
  .index .ice-cream .flex-content,
  .index .ice-cream .flex-pic {
    position: relative;
    width: 100%;
  }
  .index .ice-cream .flex-content .flex-inner {
    width: 80%;
    max-width: 500px;
    margin: auto;
  }
  .index .ice-cream .desc {
    font-size: 30px;
  }
  .index .ice-cream .slogan {
    width: 70vw;
    top: 6vw;
    left: 46%;
    transform: translateX(-50%);
  }
  .index .ice-cream .icecream {
    margin-top: 18vw;
  }
}

@media only screen and (max-width: 768px) {
  .index .banner .title-block {
    left: 60%;
  }
  .index .banner .title-block .badge {
    width: 13vw;
    top: -8vw;
    right: auto;
    left: 7em;
  }
  .index .banner .title-block .title-main {
    font-size: 36px;
  }
  .index .banner .title-block .title-sub {
    font-size: 16px;
  }
  .index .banner .slick-prev,
  .index .banner .slick-next {
    width: 24px;
    height: 32px;
  }
  .index .banner .slick-next {
    top: 46%;
  }
  .index .banner .slick-dots {
    left: 64%;
    bottom: 0;
  }
  .index .banner .banner-pattern {
    width: 50%;
    bottom: 2.5vw;
  }
}

@media only screen and (max-width: 640px) {
  .index .join-line .slogan {
    top: 50vw;
  }
  .index .join-line .mobile-qrcode img {
    width: 65vw;
  }
}

@media only screen and (max-width: 480px) {
  .index .banner .title-block {
    left: 51%;
    margin-top: -3%;
  }
  .index .banner .title-block .badge {
    width: 14vw;
    top: -7.3vw;
    left: 5.7em;
  }
  .index .banner .title-block .title-main {
    font-size: 28px;
    font-weight: 400;
  }
  .index .banner .title-block .title-sub {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .index .banner .slick-prev {
    left: 2.5vw;
  }
  .index .banner .slick-next {
    right: 2.5vw;
  }
  .index .banner .slick-dots {
    left: 60%;
    bottom: -2vw;
  }
  .index .banner .banner-pattern {
    bottom: 6.5vw;
  }
  .index .join-line .deco__ribbon1 {
    width: 6vw;
    top: 52vw;
    left: 8vw;
  }
  .index .join-line .deco__ribbon2 {
    width: 8vw;
    top: 6vw;
  }
  .index .join-line .deco__ribbon3 {
    width: 6vw;
    bottom: 20vw;
    left: 20vw;
  }
  .index .join-line .slogan {
    top: 74vw;
    left: -1vw;
    font-size: 9vw;
  }
  .index .join-line .flex-content {
    padding-top: 0;
    margin-bottom: 10vw;
  }
  .index .join-line .flex-content .flex-inner {
    max-width: 260px;
  }
  .index .join-line .flex-pic img {
    width: 65%;
    max-width: 280px;
  }
  .index .join-line .desc .icon {
    width: 9vw;
    top: -7vw;
    left: 9em;
  }
  .index .join-line .desc .title-sub {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .index .join-line .button-row {
    margin: 3vw 0 7vw;
  }
  .index .ice-cream::before {
    top: -40px;
    border-width: 40px 0 0 100vw;
  }
  .index .ice-cream .wrapper {
    padding: 14vw 0 0;
    margin-bottom: -4vw;
  }
  .index .ice-cream .body__pattern {
    width: 40vw;
    top: -13vw;
  }
  .index .ice-cream .flex-content .flex-inner {
    width: 85%;
  }
  .index .ice-cream .deco__triangle {
    width: 7vw;
    top: 28vw;
  }
  .index .ice-cream .deco__circle {
    width: 7vw;
    right: -2vw;
    bottom: 19vw;
  }
  .index .ice-cream .deco__orange {
    width: 2vw;
    top: 37vw;
    left: 1.5vw;
  }
  .index .ice-cream .deco__pink {
    width: 2vw;
    right: 13vw;
  }
  .index .ice-cream .deco__yellow {
    width: 2.2vw;
    bottom: 18vw;
    right: 6vw;
  }
  .index .ice-cream .desc {
    font-size: 20px;
  }
  .index .ice-cream .slogan {
    width: 70vw;
    top: 6vw;
    left: 49%;
    transform: translateX(-50%);
  }
  .index .ice-cream .icecream {
    margin-left: 5vw;
  }
  .index .ice-cream .icecream img {
    width: 46vw;
  }
}

@media only screen and (max-width: 320px) {
  .index .banner .title-block .badge {
    left: 6.2em;
  }
  .index .banner .slick-dots {
    left: 74%;
  }
  .index .banner .banner-pattern {
    bottom: 11vw;
  }
  .index .ice-cream .flex-content .flex-inner {
    width: 90%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .index .join-line .slogan .slogan-sub {
    color: #fff;
    text-shadow: 1px 1px 0 #92003e, -1px -1px 0 #92003e, 1px -1px 0 #92003e, -1px 1px 0 #92003e, 1px 1px 0 #92003e;
    line-height: 1.45;
    opacity: 0.4;
  }
}
/*# sourceMappingURL=index_old.css.map */