.anno {
  background: #000;
  color: #fff;
  position: relative;
  overflow-x: hidden;
}
.anno .msi__container {
  z-index: 10;
}
.anno picture {
  display: block;
}
.anno img {
  max-width: 100%;
  vertical-align: bottom;
}
.anno .particle {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
  pointer-events: none;
  inset: 0;
}
.anno .particle video {
  width: 100%;
  display: none;
}
@media (min-width: 996px) {
  .anno .particle {
    display: block;
  }
  .anno .particle video {
    display: block;
  }
}
.anno .common__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .anno .common__container {
    max-width: 1600px;
  }
}
.anno .common-title {
  color: #d4b99b;
  text-align: center;
  font-size: min(max(3.5vw, 24px), 50px);
  font-family: var(--font);
}
.anno .common-title span {
  display: block;
}
.anno .common-title strong {
  display: block;
}
.anno .common-title b {
  color: #ffffff;
  text-shadow: #fff 0px 2px 15px;
}
.anno .common-title::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 30px;
  background: url("../images/title-line-xs.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  fill: #f00;
}
@media (min-width: 996px) {
  .anno .common-title {
    padding-bottom: 40px;
  }
  .anno .common-title::after {
    background: url("../images/title-line.png") center center no-repeat ;
    background-size: cover;
    background-size: contain;
  }
}
.anno .common-subtitle {
  color: #d4b99b;
  font-size: min(max(3.5vw, 24px), 30px);
}
.anno .common-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
  font-size: min(max(3.5vw, 16px), 22px);
  font-family: var(--font);
  padding: 15px;
  color: #e8dfdf;
  text-shadow: rgba(75, 51, 19, 0.883) 1px 1px 2px;
  font-weight: bold;
}
.anno .common-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: -20px;
  left: 0;
  background: url("../images/btn-line-top.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  opacity: 0.6;
}
.anno .common-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -20px;
  left: 0;
  background: url("../images/btn-line-bottom.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  opacity: 0.6;
}
.anno .common-btn a {
  color: #000;
}
.anno .common-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #cab297, rgba(255, 255, 255, 0));
}

.kv {
  position: relative;
  background: url("../images/kv-bg.jpg") center center repeat;
  overflow: hidden;
}
.kv__img {
  position: relative;
}
.kv__img-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.kv__img-logo {
  position: absolute;
  z-index: 3;
  width: 50%;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
.kv-line {
  display: none;
}
.kv-pd {
  width: 60%;
  margin: 0 auto;
  max-width: auto;
  padding: 30px 0;
}
@media (min-width: 996px) {
  .kv {
    display: flex;
    justify-items: start;
    align-content: center;
  }
  .kv__img {
    flex: 0 0 60%;
    overflow: hidden;
  }
  .kv__img {
    overflow: hidden;
  }
  .kv__img-logo {
    width: 40%;
  }
  .kv-line {
    position: absolute;
    z-index: 2;
    width: 100%;
    display: block;
    height: 100%;
    transform: none;
    top: 0;
    left: 59%;
  }
  .kv-line img {
    width: auto;
    height: 100%;
  }
  .kv-pd {
    flex: 0 0 40%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .kv-pd img {
    width: 70%;
  }
}

.intro {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("../images/intro-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 25px 0;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
.intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
@media (min-width: 996px) {
  .intro {
    background: url("../images/intro-bg.jpg") top center no-repeat ;
    background-size: cover;
    padding: 100px 0;
  }
}
.intro h3 {
  font-size: min(max(2.5vw, 20px), 26px);
  padding-bottom: 10px;
  color: #d4b99b;
  font-weight: bold;
}
.intro__date {
  position: relative;
  font-size: min(max(2vw, 20px), 22px);
  text-shadow: #000 2px 2px 3px;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0), rgba(27, 32, 37, 0.8));
  border-radius: 25px;
  overflow: hidden;
}
.intro__date h3, .intro__date p {
  position: relative;
  z-index: 2;
}
.intro__date span {
  display: block;
}
.intro__date svg {
  animation: 2s icon-rotate infinite linear;
}
@keyframes icon-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.intro__note {
  opacity: 0.8;
  padding: 25px 0 10px;
  font-size: min(max(3.5vw, 17px), 20px);
}
.intro__redeemCode {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  font-size: min(max(2vw, 20px), 32px);
  border: #d4b99b 1px solid;
  margin-top: 60px;
  padding: 15px 15px 20px;
  border-radius: 50px;
}
.intro__redeemCode p {
  position: relative;
  z-index: 2;
  padding-left: 10%;
}
.intro__redeemCode .num {
  font-size: 120%;
  font-weight: bold;
  color: #d4b99b;
}
.intro__redeemCode-peo {
  position: absolute;
  z-index: 2;
  width: 20%;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.intro__btns {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .intro__box {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 60px;
  }
  .intro__date {
    flex: 1;
    padding: 25px;
  }
  .intro__date::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
  }
  .intro__date::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #a98964, rgba(255, 255, 255, 0));
  }
  .intro__btns {
    flex-direction: row;
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .intro__btns a, .intro__btns button {
    flex: 1;
  }
}

.model {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("../images/model-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding: 25px 0;
}
.model::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
@media (min-width: 996px) {
  .model {
    background: url("../images/model-bg.jpg") top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
  }
}
.model__pdLine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .model__pdLine {
    gap: 50px;
    flex-direction: row;
  }
}
.model__pdLine__item {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  background-color: rgb(27, 32, 37);
  border-radius: 25px;
  overflow: hidden;
  font-family: var(--font);
  font-size: min(max(2vw, 17px), 20px);
}
.model__pdLine__item:hover {
  transform: translateY(2px);
  box-shadow: #2f4278 0 10px 30px;
}
.model__pdLine__item.active {
  background: url("../images/bg.jpg") center center no-repeat ;
  background-size: cover;
}
.model__pdLine__item.active p {
  color: #230b01;
}
.model__pdLine__item .img {
  position: relative;
  flex: 0 0 40%;
}
.model__pdLine__item .imgBg {
  position: relative;
  z-index: 0;
}
.model__pdLine__item .imgBg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.model__pdLine__item .imgPd {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 95%;
}
.model__pdLine__item .imgPd img {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.model__pdLine__item p {
  flex: 0 0 60%;
  position: relative;
  z-index: 3;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 996px) {
  .model__pdLine__item {
    max-width: 400px;
    flex: 1;
    flex-direction: column;
  }
  .model__pdLine__item .imgPd {
    transform: translate(-50%, 20%);
  }
  .model__pdLine__item p {
    min-height: 100px;
  }
}
.model__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  padding-top: 25px;
}
.model__filter-item {
  display: inline-flex;
  background-color: rgba(27, 32, 37, 0.8);
  border: #fff 1px solid;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  cursor: pointer;
}
.model__filter-item.active {
  background: url("../images/bg.jpg") center center repeat;
  font-weight: bold;
  color: #230b01;
}
.model__filter-item:hover {
  background-color: #fff;
  color: rgb(27, 32, 37);
  transform: translateY(2px);
}
@media (min-width: 996px) {
  .model__filter {
    padding-top: 45px;
  }
}
.model__segment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 25px;
  padding-top: 25px;
}
.model__segment-item {
  display: inline-flex;
  background-color: rgba(27, 32, 37, 0.2);
  border: #fff 1px solid;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  cursor: pointer;
}
.model__segment-item.active {
  background: url("../images/bg.jpg") center center repeat;
  font-weight: bold;
  color: #230b01;
}
.model__segment-item:hover {
  background-color: #fff;
  color: rgb(27, 32, 37);
  transform: translateY(2px);
}
@media (min-width: 996px) {
  .model__segment {
    padding-top: 45px;
  }
}
.model__pdBox {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 25px;
  padding: 5px;
  background-color: rgba(27, 32, 37, 0.8);
}
@media (min-width: 768px) {
  .model__pdBox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 60px;
  }
}
.modelCard {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: rgba(121, 131, 142, 0.8) 1px solid;
  border: rgba(121, 131, 142, 0.8) 1px solid;
}
.modelCard-title a {
  color: #fff;
  font-weight: bold;
}
.modelCard-title a:hover {
  text-decoration: underline;
}
.modelCard__btn {
  position: relative;
  margin-left: 10px;
}
.modelCard__btn a, .modelCard__btn button {
  border: #fff 1px solid;
  padding: 10px;
  border-radius: 25px;
  color: #fff;
  font-family: var(--font);
}
.modelCard__btn a:hover, .modelCard__btn button:hover {
  background-color: #fff;
  color: rgb(27, 32, 37);
  transform: translateY(2px);
}
@media (min-width: 768px) {
  .modelCard {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .modelCard__img {
    min-height: 200px;
    position: relative;
  }
  .modelCard__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
    width: auto;
    object-fit: contain;
  }
  .modelCard figcaption {
    position: absolute;
    z-index: 3;
    top: 70%;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
  }
}

.promo {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("../images/promotion-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding: 25px 0;
}
@media (min-width: 996px) {
  .promo {
    background: url("../images/promotion-bg.jpg") top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 140px;
  }
}
.promo__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .promo__box {
    flex-direction: row;
    gap: 50px;
  }
}
.promo__box a {
  position: relative;
}
.promo__box a img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 20px;
  overflow: hidden;
}
.promo__box a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: -20px;
  left: 0;
  background: url("../images/btn-line-top.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.promo__box a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -20px;
  left: 0;
  background: url("../images/btn-line-bottom.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 996px) {
  .promo__box a {
    flex: 1;
  }
  .promo__box a:hover {
    transform: translateY(2px) scale(1.05);
  }
  .promo__box a:hover img {
    filter: brightness(1.1);
  }
  .promo__box a:hover::before {
    opacity: 0.6;
  }
  .promo__box a:hover:after {
    opacity: 0.6;
  }
}

.segment {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("../images/segment-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  padding: 25px 0;
}
.segment::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
.segment::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
@media (min-width: 996px) {
  .segment {
    background: url("../images/segment-bg.jpg") top center no-repeat ;
    background-size: cover;
    padding: 100px 0;
  }
}
.segment__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .segment__box {
    flex-direction: row;
    gap: 50px;
  }
}
.segmentCard {
  background-color: #000;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .segmentCard {
    flex: 1;
  }
}
.segmentCard__info {
  padding: 25px;
}
.segmentCard__info-logo {
  width: 70%;
  margin: 0 auto;
  max-width: auto;
}
.segmentCard.meg {
  background: url("../images/meg-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
  background-color: #000;
}
.segmentCard.mpg {
  background: url("../images/mpg-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
  background-color: #000;
}
.segmentCard.mag {
  background: url("../images/mag-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
  background-color: #000;
}
.segmentCard a {
  color: #fff;
}
.segmentCard a h3 {
  padding: 15px 0 10px;
  font-size: min(max(3.5vw, 20px), 24px);
  color: transparent;
  background: linear-gradient(to right, #d4b99b, #fff, #d4b99b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.segmentCard a p {
  color: #fff;
  font-size: min(max(3.5vw, 16px), 20px);
  opacity: 0.8;
  line-height: 1.5;
  margin: 0;
}

.vd__playBox {
  position: relative;
  cursor: pointer;
}
.vd__playBox .vd-container iframe, .vd__playBox .vd-container object, .vd__playBox .vd-container embed {
  display: none;
  transform: scale(1.8);
}
.vd__playBox .vd-play i {
  position: absolute;
  font-size: 80px;
  left: 10%;
  bottom: 10%;
}
.vd__playBox:hover .vd-container iframe, .vd__playBox:hover .vd-container object, .vd__playBox:hover .vd-container embed {
  display: flex;
}
.vd__playBox:hover .vd__photo {
  display: none;
}
.vd-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vd-play {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.vd-container iframe, .vd-container object, .vd-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  animation: 0.5s YouTubePopUp;
}
.YouTubePopUp-Content {
  position: relative;
  padding: 2px;
  top: 50%;
  left: 50%;
  max-width: 1400px;
  transform: translate(-50%, -50%);
}
.YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
  width: 100%;
  max-width: 100%;
  height: 220px;
  border: none;
}
@media (min-width: 768px) {
  .YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
    height: 320px;
  }
}
@media (min-width: 996px) {
  .YouTubePopUp-Content iframe, .YouTubePopUp-Content object, .YouTubePopUp-Content embed {
    height: 788px;
  }
}
.YouTubePopUp-Close {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.6;
  background: #5f032e;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
  font-size: 36px;
  color: #fff;
}
.YouTubePopUp-Close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .YouTubePopUp-Close {
    width: 90px;
    height: 90px;
  }
}
.YouTubePopUp:hover {
  filter: drop-shadow(0 0 5px rgba(240, 255, 0, 0.75)) brightness(1.2);
}
.YouTubePopUp-Hide {
  animation: 0.5s YouTubePopUpHide;
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wtb {
  position: relative;
  z-index: 3;
  text-align: center;
  background: url("../images/wtb-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding: 25px 0;
}
.wtb.hide {
  display: none;
}
.wtb::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to bottom, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
.wtb::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(27, 32, 37, 0.8), rgba(27, 32, 37, 0));
}
@media (min-width: 996px) {
  .wtb {
    background: url("../images/wtb-bg.jpg") top center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
  }
}
.wtb__widget {
  position: relative;
  z-index: 5;
}

.popup {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}
.popup.show {
  display: block;
}
.popup__wrapper {
  position: relative;
}
.popup__inner {
  position: relative;
}
.popup__header {
  padding: 25px;
  text-align: center;
  background: url("../images/bg.jpg") center center repeat-x;
}
.popup__header h2 {
  font-size: min(max(3.5vw, 28px), 36px);
  color: #5f032e;
  font-family: var(--font);
}
.popup__body {
  padding: 35px 25px 150px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto;
}
.popup__close {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.6;
  background: #5f032e;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__close::before {
  content: "\ea02";
  font-family: "msi-icons";
  font-size: 36px;
  color: #fff;
}
.popup__close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .popup__close {
    width: 90px;
    height: 90px;
  }
}

.lang .popup__header {
  padding-top: 20px;
}
@media (min-width: 996px) {
  .lang .popup__header {
    padding-top: 40px;
  }
}
@media (min-width: 996px) {
  .lang .popup__body {
    min-height: 400px;
    max-width: 1200px;
  }
}
.lang__nav {
  text-align: center;
}
.lang__nav li {
  padding: 15px;
  border-bottom: #444 5px solid;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.lang__nav li.lang__nav--active, .lang__nav li:hover {
  border-color: #d4b99b;
  color: #d4b99b;
}
@media (min-width: 768px) {
  .lang__nav {
    display: flex;
  }
  .lang__nav li {
    flex: 1;
    margin-right: 10px;
  }
  .lang__nav li:last-child {
    margin-right: 0;
  }
}
.lang__list {
  padding-top: 25px;
}
.lang__list li {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 5px;
  list-style: none;
}
@media (min-width: 768px) {
  .lang__list li {
    width: calc(25% - 15px);
  }
}
.lang__list a {
  display: block;
  background: #444;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.lang__list a:hover {
  background: #d4b99b;
  color: #000;
}
.lang__list-box {
  display: none;
}
.lang__list-box:first-child {
  display: block;
}

.redeem {
  text-align: center;
}
.redeem__step {
  position: relative;
  padding-top: 35px;
  font-family: var(--font);
}
.redeem__step span {
  display: block;
  font-weight: bold;
}
.redeem__step h3 {
  font-weight: normal;
  font-size: min(max(1.5vw, 22px), 28px);
  margin-top: 10px;
}
.redeem__step:first-child {
  margin-top: 0;
}
.redeem ul {
  padding: 30px 0;
  font-size: 18px;
  text-align: left;
}
.redeem ul li {
  display: flex;
  font-size: min(max(1.5vw, 17px), 20px);
  margin: 10px 0;
}
.redeem ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/flower_icon.webp") center center no-repeat ;
  background-size: cover;
  flex: 0 0 15px;
  margin-right: 8px;
}
.redeem__btn {
  text-align: center;
  padding: 35px 0;
}
.redeem__note {
  font-size: 18px;
  color: #999;
  line-height: 1.6;
}

.terms {
  font-size: 18px;
  line-height: 1.5;
}
.terms h3 {
  padding-bottom: 25px;
  font-size: 20px;
  font-family: var(--font);
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.terms h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -20px;
  left: 0;
  background: url("../images/btn-line-bottom.png") center center no-repeat ;
  background-size: cover;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.terms ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
.terms ul li {
  list-style: disc;
  padding: 8px 0;
}
.terms ul li ol {
  margin-top: 15px;
  margin-bottom: 10px;
}
.terms ul li ol li {
  list-style: none;
  border: #444 1px solid;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .terms ul li ol {
    display: flex;
  }
  .terms ul li ol li {
    flex: 1;
  }
}
.terms p {
  padding-bottom: 20px;
}
.terms a {
  color: #d4b99b;
  border-bottom: #d4b99b 1px solid;
}
.terms a:hover {
  border: none;
}

.e-tailer .popup__inner {
  align-items: center;
}
.e-tailer .popup__header {
  padding-top: 20px;
}
.e-tailer__list {
  text-align: center;
}
.e-tailer__list a {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 10px;
  border: #fff 3px solid;
  color: #000;
}
.e-tailer__list a img {
  margin: 0 auto;
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .e-tailer__list a {
    display: inline-block;
    width: calc(50% - 22px);
  }
  .e-tailer__list a:hover {
    border-color: #d4b99b;
  }
}

.keyOut.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.keyOut .popup__body {
  border: 10px solid #5f032e;
  margin: 0 auto;
}
.keyOut h2 {
  padding: 25px 0;
}

.product-list {
  padding: 25px;
}
.product-section h4 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: #5f032e;
  color: #fff;
  padding: 10px;
}
.product-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-row {
    flex-direction: row;
  }
}
.product-row span {
  display: block;
  border: #5f032e 1px solid;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-row span {
    flex: 1;
  }
}

.popout {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  overflow-y: auto;
  display: none;
}
.popout__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popout__block-close {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 45px;
  height: 45px;
  cursor: pointer;
  opacity: 0.6;
  background: #5f032e;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.popout__block-close::before {
  content: "\ea02";
  font-family: "msi-icons";
  font-size: 36px;
  color: #fff;
}
.popout__block-close:hover {
  opacity: 1;
}
@media (min-width: 996px) {
  .popout__block-close {
    width: 90px;
    height: 90px;
  }
}
.popout__dm {
  border: 10px solid #5f032e;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 996px) {
  .popout__dm {
    padding: 50px;
  }
}
.popout__dm a {
  display: inline-flex;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.popout__dm a img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

.footer {
  position: relative;
  border-top: 10px solid #5f032e;
  background: #000;
  color: #eee;
  text-align: center;
  padding: 50px 0;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/kv-bg.jpg") center center repeat;
  opacity: 0.5;
}
@media (min-width: 996px) {
  .footer {
    padding: 100px 0;
  }
}
.footer__icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__icons img {
  height: 80px;
  margin: 15px;
}
.footer__icons img:last-child {
  height: 50px;
}
.footer .copyright {
  padding-top: 30px;
  font-size: 17px;
  color: #999;
}
