@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root {
  --font-color-dark: #fff;
  --font-color-light: #111;
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

html.has-fixed-nav {
  scroll-padding-top: var(--nav-anchor-offset, 96px);
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.common__title {
  font-size: 25px;
  color: #e1be78;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 996px) {
  .common__title {
    font-size: 35px;
  }
}

.anniversary {
  min-height: 200vh;
  background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/bg.webp) #000 repeat center center;
  background-size: contain;
  background-attachment: fixed;
}
.anniversary .kv {
  position: relative;
}
.anniversary .kv__text {
  position: absolute;
  bottom: 14%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
}
.anniversary .kv__text h2 {
  display: inline-block;
  font-size: 5.5vw;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.4em;
}
.anniversary .kv__text p {
  font-size: 3.3vw;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.5em;
}
@media (min-width: 996px) {
  .anniversary .kv__text h2 {
    font-size: 2.7vw;
  }
  .anniversary .kv__text p {
    font-size: 1.2vw;
  }
}
.anniversary .nav {
  border-top: 3px solid #e1be78;
  padding: 0px 0;
  background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/nav-bg.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.anniversary .nav.nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anniversary .nav__toggle {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.anniversary .nav__toggle:focus-visible {
  outline: 2px solid #e1be78;
  outline-offset: 2px;
}
.anniversary .nav__toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #e1be78;
  border-radius: 1px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 995px) {
  .anniversary .nav.nav--fixed.nav--mobile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 12px;
    position: fixed;
    text-align: center;
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar .nav__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar .nav__flex {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/nav-bg.webp) no-repeat center center;
    background-size: cover;
    border-top: 1px solid #e1be78;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar.nav--menu-open .nav__flex {
    display: block;
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar.nav--menu-open .nav__toggle-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar.nav--menu-open .nav__toggle-bar:nth-child(2) {
    opacity: 0;
  }
  .anniversary .nav.nav--fixed.nav--mobile-bar.nav--menu-open .nav__toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.anniversary .nav hr {
  width: 100%;
  height: 0.5px;
  background: #e1be78;
  border: #e1be78;
}
.anniversary .nav a {
  display: block;
  color: #e1be78;
  font-size: 18px;
  padding: 8px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anniversary .nav a:hover {
  color: #ffe1a5;
}
@media (min-width: 996px) {
  .anniversary .nav {
    border-top: 2px solid #e1be78;
    padding: 20px 0;
  }
  .anniversary .nav__toggle {
    display: none !important;
  }
  .anniversary .nav__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anniversary .nav hr {
    width: 1px;
    height: 40px;
  }
  .anniversary .nav a {
    display: inline-block;
    font-size: 1vw;
    padding: 0 50px;
  }
}
.anniversary .overView {
  padding: 20% 0;
  color: #ffd88b;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background: radial-gradient(circle, #000000 15%, rgba(0, 0, 0, 0) 100%);
}
.anniversary .overView h2 {
  font-size: 22px;
  color: #ffd88b;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.anniversary .overView p {
  font-size: 16px;
  color: #ffd88b;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media (min-width: 996px) {
  .anniversary .overView {
    padding: 10% 0;
  }
  .anniversary .overView h2 {
    font-size: 45px;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
  }
  .anniversary .overView p {
    font-size: 18px;
  }
}
.anniversary .join {
  padding: 5% 0 3%;
  color: #e1be78;
}
.anniversary .join__item-img {
  position: relative;
  width: 100%;
  z-index: 10;
}
.anniversary .join__item-text {
  position: relative;
  width: 100%;
  text-align: center;
  margin-left: 0%;
  z-index: 20;
}
.anniversary .join__item-textReverse {
  margin-left: 0;
  margin-right: 0%;
}
.anniversary .join__item figure {
  width: 100%;
  height: 100%;
}
.anniversary .join__textBox {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
.anniversary .join__textBox h3 {
  font-size: 25px;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
}
.anniversary .join__textBox p {
  font-size: 16px;
  color: #e1be78;
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
.anniversary .join__textBox span {
  display: block;
  width: 80%;
  font-size: 25px;
  margin: 0 auto;
  line-height: 1;
}
.anniversary .join__textBox--quoteLeft {
  text-align: left;
}
.anniversary .join__textBox--quoteRight {
  text-align: right;
}
.anniversary .join__textBox-reverse {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.anniversary .join__step {
  margin-bottom: 30px;
  width: 80%;
  margin: 0 auto 30px;
}
.anniversary .join__step h4 {
  font-size: 20px;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}
.anniversary .join__step p {
  font-size: 15px;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.anniversary .join__btn {
  display: inline-block;
  color: #e1be78;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #e1be78;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anniversary .join__btn:hover {
  background: #e1be78;
  color: #000;
}
@media (min-width: 996px) {
  .anniversary .join__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anniversary .join__flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .anniversary .join__item-img {
    width: 60%;
  }
  .anniversary .join__item-text {
    width: 40%;
    margin-left: -15%;
  }
  .anniversary .join__item-textReverse {
    margin-left: 0;
    margin-right: -15%;
  }
  .anniversary .join__textBox {
    left: 40%;
    max-width: 460px;
  }
  .anniversary .join__textBox h3 {
    font-size: 45px;
  }
  .anniversary .join__textBox p {
    line-height: 2.5;
  }
  .anniversary .join__textBox span {
    font-size: 60px;
  }
  .anniversary .join__textBox-reverse {
    left: 40%;
    -webkit-transform: translate(-15%, -50%);
            transform: translate(-15%, -50%);
  }
  .anniversary .join__step p {
    font-size: 16px;
  }
}
.anniversary .awards {
  padding: 3% 0 2%;
}
.anniversary .awards__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.anniversary .awards__item {
  width: 100%;
  max-width: 400px;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/frame.webp) no-repeat center center;
  background-size: contain;
  margin: 0 30px 0px;
}
.anniversary .awards__item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.anniversary .awards__item-link:hover h3 {
  color: #ffe3ac;
}
.anniversary .awards__item-link:hover figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.anniversary .awards__item figure {
  max-width: 200px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anniversary .awards__item h3 {
  font-size: 20px;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.anniversary .awards__item h3 span {
  display: block;
  font-size: 24px;
  color: #e1be78;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}
.anniversary .awards__item p {
  font-size: 16px;
  color: #e1be78;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 996px) {
  .anniversary .awards__flex {
    margin-bottom: 0px;
  }
  .anniversary .awards__item {
    margin: 0 30px;
    max-width: 700px;
  }
  .anniversary .awards__item figure {
    max-width: 600px;
  }
  .anniversary .awards__item h3 {
    font-size: 30px;
  }
  .anniversary .awards__item h3 span {
    font-size: 25px;
  }
}
.anniversary .note {
  padding: 8% 0;
  max-width: 900px;
  margin: 0 auto;
  background: radial-gradient(circle, #000000 15%, rgba(0, 0, 0, 0) 100%);
}
.anniversary .note p {
  font-size: 16px;
  color: #ffd88b;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.anniversary .note ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 20px;
}
.anniversary .note ul li {
  list-style: disc;
  font-size: 16px;
  color: #ffd88b;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.anniversary .form-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.anniversary .form-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.anniversary .form-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  border: 0;
  padding: 0;
  cursor: pointer;
}
.anniversary .form-popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  background: #1a1a1a;
  border: 1px solid #e1be78;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
          box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anniversary .form-popup__scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 48px 20px 28px;
  scrollbar-width: thin;
  scrollbar-color: #a48a56 #141414;
}
.anniversary .form-popup__scroll::-webkit-scrollbar {
  width: 10px;
}
.anniversary .form-popup__scroll::-webkit-scrollbar-track {
  background: #141414;
  border-radius: 6px;
}
.anniversary .form-popup__scroll::-webkit-scrollbar-thumb {
  background: #a48a56;
  border-radius: 6px;
  border: 2px solid #141414;
}
.anniversary .form-popup__scroll::-webkit-scrollbar-thumb:hover {
  background: #e1be78;
}
.anniversary .form-popup__scroll::-webkit-scrollbar-corner {
  background: #141414;
}
.anniversary .form-popup__close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #e1be78;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
.anniversary .form-popup__close:hover {
  background: rgba(225, 190, 120, 0.12);
}
.anniversary .form-popup__inner .form {
  display: block;
}
.anniversary .form {
  color: #f1cb81;
}
.anniversary .form.active {
  display: block;
}
.anniversary .form .summary__text {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 30px;
}
.anniversary .form .summary__text h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
.anniversary .form .summary__text p {
  font-size: 16px;
}
.anniversary .form .ems a {
  color: #ffe8ba;
  display: inline-block;
}
.anniversary .form .ems input, .anniversary .form .ems select, .anniversary .form .ems textarea {
  border: #e1be78 1px solid;
  color: #ffe6b5 !important;
}
.anniversary .form .ems select {
  background: #1a1a1a !important;
}
.anniversary .form .ems-form--checkbox label::before {
  border: #e1be78 1px solid;
}
.anniversary .form .ems__item__note {
  color: #a48a56;
}
.anniversary .form input::-webkit-input-placeholder {
  color: #a48a56;
}
.anniversary .form input::-moz-placeholder {
  color: #a48a56;
}
.anniversary .form input:-ms-input-placeholder {
  color: #a48a56;
}
.anniversary .form input::-ms-input-placeholder {
  color: #a48a56;
}
.anniversary .form input::placeholder {
  color: #a48a56;
}
.anniversary .form textarea::-webkit-input-placeholder {
  color: #a48a56;
}
.anniversary .form textarea::-moz-placeholder {
  color: #a48a56;
}
.anniversary .form textarea:-ms-input-placeholder {
  color: #a48a56;
}
.anniversary .form textarea::-ms-input-placeholder {
  color: #a48a56;
}
.anniversary .form textarea::placeholder {
  color: #a48a56;
}
.anniversary .form .ems__send button {
  background: #e1be78;
  color: #222;
  padding: 10px 25px;
  border: #e1be78 1px solid;
  border-radius: 4px;
}
.anniversary .form .ems__send button:hover {
  background: #ffe8ba;
  color: #222;
}
.anniversary .form .ems__terms__text {
  color: #a3a3a3 !important;
}
@media (min-width: 996px) {
  .anniversary .form .summary__text h1 {
    font-size: 35px;
  }
}

body.form-popup-open {
  overflow: hidden;
}

.slick-next, .slick-prev {
  width: auto;
  height: 100%;
}

.slick-next::before {
  display: block;
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/arrow-next.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 100%;
}

.slick-prev::before {
  display: block;
  content: "";
  background: url(https://storage-asset.msi.com/event/2026/corp/40th/images/arrow-prev.webp) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 100%;
}

@media (min-width: 996px) {
  .slick-next::before {
    width: 50px;
  }
  .slick-prev::before {
    width: 50px;
  }
}
.giveaway {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background-image: url(https://storage-asset.msi.com/event/2023/Corp/amg-giveaway/images/24hSpa23.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
.giveaway__pop {
  border: 1px solid #e1be78;
  background-color: #e1be78;
  margin: 15px auto;
  padding: 15px 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 7px;
  color: #000000;
  font-size: 20px;
  width: 90%;
  display: block;
  text-align: center;
  font-size: 14px;
  max-width: 400px;
}
.giveaway__pop:hover {
  background-color: #ffe8ba;
  color: #000;
  -webkit-box-shadow: 0 0 15px #ffe8ba;
          box-shadow: 0 0 15px #ffe8ba;
}

@media (min-width: 996px) {
  .giveaway {
    padding: 50px 0;
  }
  .giveaway__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .giveaway__pop {
    width: auto;
    margin: 15px auto;
    padding: 15px 45px;
    font-size: 18px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9607843137);
  z-index: 150;
}
.modal a {
  color: #e1be78;
}
.modal-content {
  border-radius: 7px;
  border: #e1be78 1px solid;
  margin: 5% auto;
  color: #fff;
  padding: 50px 15px;
  width: 80%;
  background-color: rgba(17, 17, 17, 0.7647058824);
}
.modal-content h2, .modal-content h3 {
  margin-bottom: 10px;
}
.modal-content p {
  margin-bottom: 5px;
}
.modal-content ol {
  margin-bottom: 40px;
}
.modal-content ol li {
  margin-bottom: 5px;
}

@media (min-width: 996px) {
  .modal-content {
    padding: 50px 28px;
  }
}
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover, .close:focus {
  color: #49b2a3;
  text-decoration: none;
  cursor: pointer;
}

.pics {
  overflow-x: hidden;
}
.pics .swiper {
  width: 100%;
  height: 100%;
}
.pics .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pics .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pics .swiper-slide {
  width: 60%;
}
.pics .swiper-slide:nth-child(2n) {
  width: 40%;
}
.pics .swiper-slide:nth-child(3n) {
  width: 20%;
}

@media (min-width: 996px) {
  .pics .swiper-slide img {
    height: 500px;
  }
}
.common__table {
  overflow: hidden;
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 20px;
}
.common__table-row {
  display: table-row;
}
.common__table-th {
  display: table-cell;
  background: #875f8d;
  border: 2px solid #c48eb1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.common__table-cell {
  display: table-cell;
  border-bottom: #c48eb1 2px solid;
  border-right: #c48eb1 2px solid;
  border-left: #c48eb1 2px solid;
  background-color: #945c7f;
  color: #fff;
  text-align: center;
  padding: 5px;
  position: relative;
  font-size: 14px;
  padding: 5px;
}/*# sourceMappingURL=main.css.map */