@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.eyelovecinema, .eyelovecinema h2 {
  font-family: var(--MSIBodyFont) !important;
}

.eyelovecinema .eligiblemodel__for--item .mntblock__flex--link a {
  width: calc(50% - 40px);
}
@media screen and (max-width: 640px) {
  .eyelovecinema .eligiblemodel__for--item .mntblock__flex--link a {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 640px) {
  .eyelovecinema .eligiblemodel__for--item .mntblock__flex--link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*BUTTON FROM BOTTOM */
.btn-gcc {
  background: transparent;
  border: 1px solid #333;
  padding: 10px 15px;
  margin: 10px 5px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  color: #000;
}
.btn-gcc span {
  position: relative;
  z-index: 3;
  font-size: 24px;
  font-family: var(--MSIBodyFont) !important;
}
.btn-gcc:hover {
  color: white;
  text-decoration: none;
}
.btn-gcc::before {
  content: "";
  background-color: #925a42;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.btn-from-bottom::before {
  top: 100%;
}

.btn-from-bottom:hover::before {
  top: 0;
}

.eyelovecinema .redeemandprize .redeemBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kvNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .kvNew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kvNew__title {
  max-width: 490px;
  width: 15%;
  display: inline-block;
  right: 12%;
  position: absolute;
  padding-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .kvNew__title {
    width: 18%;
    right: 5%;
  }
}
@media screen and (max-width: 960px) {
  .kvNew__title {
    position: relative;
    right: 0;
    left: 0;
    width: 50%;
    margin: 15% auto 0;
    color: #290d0d;
  }
}
.kvNew__title p {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .kvNew__title p {
    font-size: 16px;
  }
}
.kvNew__title--gift {
  position: relative;
}
.kvNew__title--gift .giftLight {
  position: absolute;
  -webkit-animation: gift-light 0.5s linear infinite;
          animation: gift-light 0.5s linear infinite;
}
@-webkit-keyframes gift-light {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gift-light {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kvNew__intel {
  width: 7%;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: absolute;
  top: 2%;
  right: 17%;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  .kvNew__intel {
    width: 10%;
    right: 15%;
  }
}
@media screen and (max-width: 1680px) {
  .kvNew__intel {
    width: 8%;
    right: 10%;
  }
}
@media screen and (max-width: 960px) {
  .kvNew__intel {
    width: 10%;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .kvNew__img {
    -webkit-transform: translate(5%, 20%) scale(1.5);
            transform: translate(5%, 20%) scale(1.5);
  }
}

.headset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headset__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;
}
.headset__flex--txt {
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #925a42;
  padding: 0px 13% 0px 5%;
  color: #fff;
  border-radius: 20px;
  margin: 0 2% 0 0;
  background: linear-gradient(45deg, #925a42 0%, #925a42 12.5%, #925a42 12.5%, #925a42 25%, rgba(146, 90, 66, 0.9) 25%, rgba(146, 90, 66, 0.9) 37.5%, rgba(146, 90, 66, 0.7) 37.5%, rgba(146, 90, 66, 0.7) 50%, rgba(146, 90, 66, 0.7) 62.5%, rgba(146, 90, 66, 0.9) 62.5%, rgba(146, 90, 66, 0.9) 75%, #925a42 75%, #925a42 87.5%, #925a42 87.5%, #925a42 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-animation: bg-s 3s linear infinite;
          animation: bg-s 3s linear infinite;
  position: relative;
  width: 70%;
}
@media screen and (max-width: 1680px) {
  .headset__flex--txt {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  .headset__flex--txt {
    width: 95%;
  }
}
.headset__flex--txt ul {
  padding: 15px 0;
}
.headset__flex--txt ul li {
  margin-left: -5px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headset__flex--txt ul li::before {
  content: "○";
  margin: 0px 5px 0 -5px;
  padding: 0;
  font-size: 10px;
  color: #eec5b4;
}
.headset__flex--txt p {
  color: #803e22;
  font-size: var(--text-sm);
  position: absolute;
  right: 0;
  left: 0;
  font-style: italic;
  background: #fff;
  border-radius: 10px;
  padding: 2px 20px 2px 10px;
  width: 96%;
}
.headset__flex--txt p b {
  color: #c00;
  margin-right: 5px;
}
@-webkit-keyframes bg-s {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes bg-s {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0% 0%;
  }
}
.headset__flex--img {
  width: 55%;
  margin-left: -25%;
  position: relative;
  z-index: 2;
}

.btnbox {
  margin: 0 auto;
  padding: 2% 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12%;
  }
}
.btnbox button {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .btnbox button {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .info {
    padding-top: 40px !important;
  }
}
.info h2 {
  text-align: center;
}
.info h2 em {
  color: #c00;
}
.info .common__container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}
.info-date {
  padding-top: 30px;
  color: #693721;
}
.info-date strong {
  font-weight: bold;
}
.info-date ul {
  margin-left: 30px;
  padding-top: 5px;
}
@media screen and (max-width: 960px) {
  .info-date ul {
    text-align: left;
  }
}
.info-date ul li {
  list-style: disc;
  line-height: 1.6;
}
.info figure {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 35% !important;
          flex: 0 0 35% !important;
}
@media screen and (max-width: 640px) {
  .info figure {
    width: 80% !important;
    margin: 0 auto;
  }
}

.redeemStep {
  margin: 2% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 640px) {
  .redeemStep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.redeemStep__block {
  width: calc(33.3333333333% - 0px);
}
@media screen and (max-width: 640px) {
  .redeemStep__block {
    width: calc(100% - 40px);
  }
}
.redeemStep__block figure {
  position: relative;
  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;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .redeemStep__block figure {
    width: 50%;
  }
}
.redeemStep__block figure figcaption {
  position: absolute;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  color: #57300c;
}
.redeemStep__block p {
  text-align: center;
  font-size: 0.85em;
  margin: 20px 0;
  font-weight: normal;
}

.redeemBtn__block {
  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;
}
@media screen and (max-width: 640px) {
  .redeemBtn__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.redeemBtn__block a {
  background: #925a42;
  color: #fff;
  border-radius: 5px;
  width: calc(33.3333333333% - 10px);
  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;
  text-align: center;
  height: 70px;
  line-height: 1;
  margin: 10px;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .redeemBtn__block a {
    width: calc(100% - 50px);
  }
}
.redeemBtn__block a:hover {
  -webkit-filter: drop-shadow(0 5px 7px rgba(146, 90, 66, 0.5));
          filter: drop-shadow(0 5px 7px rgba(146, 90, 66, 0.5));
}

.spectb {
  display: table;
  width: 100%;
  margin: 0 auto;
  border: #925a42 1px solid;
  margin-bottom: 50px;
}
.spectb tr {
  display: table-row;
}
.spectb tr th {
  background: rgba(146, 90, 66, 0.7);
  text-align: center;
  font-weight: bold;
  display: table-cell;
  width: auto;
  border-right: 1px solid #925a42;
  padding: 6px;
}
.spectb tr td {
  border-right: #925a42 1px solid;
  border-bottom: #925a42 1px solid;
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-weight: normal;
}
.spectb tr td:nth-last-child(3) {
  text-align: center;
}
.spectb tr td:nth-last-of-type(1) {
  padding: 0px;
}
.spectb tr td a {
  text-align: center;
  display: block;
  position: relative;
}
.spectb tr td a img {
  max-width: 40px;
  padding: 12% 0;
}
.spectb tr td a:hover {
  cursor: pointer;
}
.spectb tr td a:hover img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-filter: drop-shadow(10px 15px 2px rgba(100, 1, 1, 0.1));
          filter: drop-shadow(10px 15px 2px rgba(100, 1, 1, 0.1));
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  border: 0px;
}
.spectb tr td b {
  font-weight: bolder;
  display: block;
}
.spectb tr td span {
  display: block;
  font-size: 10px;
  color: #925a42;
  padding: 10px 3px;
  margin-top: -15%;
  text-align: center;
  line-height: 1;
}
.spectb tr td img {
  max-width: 180px;
}

.terms {
  position: relative;
  z-index: 100 !important;
}

.wtb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #eae3e1), to(#f9f9f7));
  background: linear-gradient(to bottom, #eae3e1 60%, #f9f9f7 100%);
  padding: 3% 0;
}/*# sourceMappingURL=gcc-style.css.map */