.project {
  --font-color: #fcf5de;
  color: #fff;
  position: relative;
  background: url("../images/bg2.jpg") top right no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
.project picture {
  display: block;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project .particle {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: screen;
  pointer-events: none;
  inset: 0;
}
.project .particle video {
  width: 100%;
  display: none;
}
@media (min-width: 996px) {
  .project .particle {
    display: block;
  }
  .project .particle video {
    display: block;
  }
}
.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}
.project .common-box {
  position: relative;
}
.project .common-box__inner {
  position: relative;
  z-index: 5;
  padding: 80px 25px;
}
@media (min-width: 996px) {
  .project .common-box__inner {
    padding: 100px;
  }
}
.project .common-box__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: blur(6px);
  background: linear-gradient(0deg, rgba(52, 39, 1, 0.8), rgba(10, 8, 0, 0.8));
}
.project .common-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 120px;
  top: 5px;
  left: 5px;
  background: url("../images/fullbox-top-left.png") top left no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.project .common-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 120px;
  bottom: 5px;
  right: 5px;
  background: url("../images/fullbox-bottom-right.png") bottom right no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.project .title__box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 70px;
}
.project .title__box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 150px;
  left: 0;
  top: 0;
  background: url("../images/title-line.png") top center no-repeat ;
  background-size: cover;
}
.project .title__box::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 20px;
  top: 20px;
  background: url("../images/tilte-circle.png") center center no-repeat ;
  background-size: cover;
}
.project .title__box h2 {
  color: #efe8d5;
  font-size: 36px;
}
@media (min-width: 996px) {
  .project .title__box h2 {
    font-size: 50px;
  }
}

.wrapper {
  padding: 45px 25px;
}
@media (min-width: 996px) {
  .wrapper {
    padding: 80px 0 23px;
  }
}

.backtotop {
  display: none;
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url("../images/gotop.png") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .backtotop {
    width: 80px;
    height: 80px;
    bottom: 30px;
  }
  .backtotop:hover {
    filter: drop-shadow(0 0 5px rgba(240, 255, 0, 0.75)) brightness(1.2);
  }
}

.kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #2e2114;
}
.kv-line {
  width: 100%;
  height: 9px;
  background-color: #2e2114;
  background: url("../images/pattern-line.png") top left repeat-x;
}
.kv img {
  width: 100%;
  vertical-align: bottom;
}
.kv__imgBox {
  display: none;
}
@media (min-width: 996px) {
  .kv__imgBox {
    display: block;
  }
}
.kv__img {
  position: absolute;
  left: 0;
}
.kv__img.monster {
  width: 80%;
  top: -29%;
  left: -11%;
}
.kv__img.fog {
  width: 65%;
  bottom: 0;
}
.kv__img.hunter {
  width: 55%;
  top: 15%;
  left: -4%;
}
.kv__img.hammer {
  width: 32.1%;
  top: 32%;
  left: 11%;
}
.kv__img.grass {
  inset: 0;
  z-index: 5;
}
.kv__pdBox {
  position: absolute;
  z-index: 10;
  inset: auto 25px 35px;
}
@media (min-width: 996px) {
  .kv__pdBox {
    width: 40%;
    height: 100%;
    inset: 0 5% 0 auto;
  }
}
.kv__pdBox__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 996px) {
  .kv__pdBox__flex {
    display: block;
    padding-right: 40px;
    text-align: right;
    padding-top: 1vw;
  }
}
.kv__pdBox__logo {
  flex: 0 0 30%;
}
@media (min-width: 996px) {
  .kv__pdBox__logo img {
    height: 10vw;
    width: auto;
    margin-right: 0;
  }
}
@media (min-width: 996px) {
  .kv__pdBox__icons img {
    width: auto;
    height: 5vw;
  }
}
@media (min-width: 996px) {
  .kv__pdBox__pd {
    width: 80%;
    margin-left: 20%;
  }
}
.kv-terms {
  position: absolute;
  right: 25px;
  bottom: 15px;
  font-size: 12px;
}
@media (min-width: 996px) {
  .kv-terms {
    right: auto;
    left: 5vw;
    bottom: 20px;
  }
}

.footer {
  background: url("../images/footer-bg.png") right center no-repeat ;
  background-size: cover;
  text-align: center;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url("../images/pattern-line.png") top left repeat-x;
}
.footer__icons {
  padding: 50px 0;
}
.footer__icons img {
  height: 50px;
}
@media (min-width: 996px) {
  .footer__icons img {
    height: 80px;
  }
}
.footer .copyright {
  opacity: 0.6;
  padding-bottom: 40px;
}

.btnSty {
  position: relative;
  display: inline-block;
  border: none;
  color: #fcf5de;
  transition: all 0.25s ease-out;
  padding: 15px 45px;
  cursor: pointer;
  text-transform: capitalize;
}
.btnSty::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(52, 39, 1, 0.5), rgba(10, 8, 0, 0.5));
  filter: blur(6px);
}
.btnSty--dark::before {
  background: linear-gradient(180deg, #2b1f0e, #534b3d);
  filter: blur(2px);
}
.btnSty:hover {
  filter: drop-shadow(0 0 5px rgba(240, 255, 0, 0.75)) brightness(1.2);
}
.btnSty.active, .btnSty.slick-current {
  filter: drop-shadow(0 0 10px rgba(240, 255, 0, 0.75)) brightness(1.6);
}
.btnSty span {
  display: block;
}
.btnSty__text {
  position: relative;
}
.btnSty__top {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/btnsty-top.png") top left no-repeat;
  background-size: 8% auto;
}
.btnSty__top::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  top: 0;
  left: 4%;
  background: linear-gradient(90deg, #c7c0ab 50%, hsla(45, 20%, 73%, 0));
}
.btnSty__top::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 20%;
  left: 0;
  background: linear-gradient(180deg, hsla(45, 20%, 73%, 0), #c7c0ab 20%, hsla(45, 20%, 73%, 0));
}
.btnSty__bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/btnsty-bottom.png") bottom right no-repeat;
  background-size: 8% auto;
}
.btnSty__bottom::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  bottom: 0;
  right: 4%;
  background: linear-gradient(270deg, #c7c0ab 50%, hsla(45, 20%, 73%, 0));
}
.btnSty__bottom::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  bottom: 20%;
  right: 0;
  background: linear-gradient(0deg, #c7c0ab 50%, hsla(45, 20%, 73%, 0));
}
.btnSty--arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 9px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/btnsty-arrow--down.png") center center no-repeat ;
  background-size: cover;
}

.btnSty2 {
  position: relative;
  background: linear-gradient(to right, rgba(29, 22, 11, 0.1) 0%, rgba(29, 22, 11, 0.2) 2%, rgb(29, 22, 11) 50%, rgba(29, 22, 11, 0.2) 97%, rgba(29, 22, 11, 0.1));
  padding: 15px 30px;
  margin: 5px;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
  display: inline-block;
  border: #2d2a2a 1px solid;
  border-radius: 20px;
}
.btnSty2::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url("../images/dot.png") center center no-repeat ;
  background-size: cover;
}
.btnSty2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url("../images/dot.png") center center no-repeat ;
  background-size: cover;
}
.btnSty2:hover {
  filter: drop-shadow(0 0 10px rgba(240, 255, 0, 0.75)) brightness(1.6);
}

.intro {
  position: relative;
  text-align: center;
}
.intro__text {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 20px;
  padding: 40px;
  line-height: 1.5;
}
.intro__text b {
  text-shadow: #b8cc00 1px 1px 5px;
}
.intro__text__img {
  display: none;
}
.intro__text li {
  margin: 10px 0;
}
.intro__text h3 {
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .intro__text {
    position: relative;
    z-index: 2;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .intro__text__img {
    position: absolute;
    display: block;
    width: 45%;
    right: -50px;
    top: -60px;
  }
  .intro__text__txt {
    padding: 50px 0;
    width: 60%;
  }
  .intro__text__txt h3 {
    padding-bottom: 30px;
    font-size: 36px;
  }
  .intro__text__txt h3 span {
    display: block;
  }
}
.intro__date {
  position: relative;
  z-index: 3;
}
@media (min-width: 996px) {
  .intro__date {
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
}
.intro__date__item {
  position: relative;
  overflow: hidden;
  background-size: 100%;
}
@media (min-width: 996px) {
  .intro__date__item {
    flex: 1;
    margin: 10px;
    padding: 15px;
    border-left: #bdb096 1px solid;
  }
  .intro__date__item:first-child {
    border: none;
  }
}
.intro__date__item h3 {
  background: url("../images/item-title-bg.png") center center no-repeat ;
  background-size: cover;
  background-size: 100%;
  padding: 25px 0;
  font-size: 18px;
  color: #fff;
}
.intro__date__item p {
  position: relative;
  z-index: 5;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: #fbe59d 0 0 20px;
}
.intro__date__item p span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  padding-top: 10px;
}
@media (min-width: 996px) {
  .intro__date__item p {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
  }
}
.intro__button {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.intro__button a {
  flex: 1;
  margin: 5px;
}
@media (min-width: 996px) {
  .intro__button {
    flex-direction: row;
    width: 60%;
    margin: 0 auto;
    max-width: auto;
  }
}

@keyframes iconFlash {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.prize {
  padding-top: 30px;
}
@media (min-width: 996px) {
  .prize {
    padding-top: 60px;
  }
}
.prize__note {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.prize .count {
  color: #fff;
  padding: 0 0 20px;
}
@media (min-width: 996px) {
  .prize .count {
    font-size: 20px;
    padding: 20px;
  }
  .prize .count b {
    font-size: 150%;
    color: #ffcc33;
  }
}
.prize .countBox {
  position: relative;
  color: var(--font-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 25px 10px;
  margin-top: 35px;
  min-height: 150px;
}
.prize .countBox p {
  position: relative;
  z-index: 2;
}
.prize .countBox::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 22%;
  padding-bottom: 12.5%;
  background: url("../images/fullbox-top-left.png") top left no-repeat ;
  background-size: cover;
}
.prize .countBox::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 10px;
  width: 25%;
  padding-bottom: 12%;
  background: url("../images/fullbox-bottom-right.png") bottom right no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .prize .countBox::after {
    width: 20%;
    padding-bottom: 12.5%;
  }
}
.prize .countBox__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.prize .countBox__bg--light {
  background: linear-gradient(0deg, rgba(52, 39, 1, 0.5), rgba(10, 8, 0, 0.5));
  filter: blur(6px);
}
.prize .countBox__bg--dark {
  background: linear-gradient(180deg, #2b1f0e, #403319);
  filter: blur(6px);
}
@media (min-width: 996px) {
  .prize .countBox {
    font-size: 20px;
  }
  .prize .countBox b {
    font-size: 150%;
    padding: 0 5px;
  }
}
.prize__btn {
  padding-top: 40px;
  padding-bottom: 40px;
}
.prize__models {
  position: relative;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}
.prize__models--top {
  margin-top: 30px;
}
.prize__models h4 {
  padding-bottom: 15px;
}
.prize__models h4 span {
  border-bottom: #fff 1px solid;
}
.prize__models li {
  font-size: 16px;
}
.prize__models__img {
  padding: 15px 0;
}
@media (min-width: 996px) {
  .prize__models ul {
    text-align: left;
  }
  .prize__models li {
    display: inline-block;
    width: calc(33.3333333333% - 22px);
    margin: 5px;
    text-align: left;
    vertical-align: top;
  }
  .prize__models__img {
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}

.pzbox {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pzbox p {
  color: #fff;
}
.pzbox__plus {
  width: 40px;
  margin: 20px auto;
  color: #fff;
  font-size: 24px;
}
.pzbox__item {
  width: 80%;
  margin: 0 auto;
}
.pzbox__item--code img {
  width: 50%;
}
.pzbox__item h5 {
  display: inline-block;
  background: linear-gradient(to right, #7e6317, #845b0e);
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
  box-shadow: #7e6317 0 0 30px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .pzbox {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
  }
  .pzbox__plus {
    transform: translateY(-100px);
  }
  .pzbox__item--mnt {
    width: 40%;
  }
  .pzbox__item--card {
    width: calc(30% - 60px);
  }
  .pzbox__item--card img {
    height: 130px;
    width: auto;
  }
  .pzbox__item--code {
    width: calc(30% - 60px);
  }
  .pzbox__item--code img {
    height: 130px;
    width: auto;
  }
  .pzbox__item p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media (min-width: 996px) {
  .pzbox {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
  .pzbox__item h5 {
    margin-top: 15px;
  }
  .pzbox__item p {
    min-height: 70px;
  }
}

.redeem {
  position: relative;
  margin: 0 -25px;
  padding: 60px 0;
}
.redeem__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-mask: url("../images/bg-mask.png") top center no-repeat;
  mask: url("../images/bg-mask.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-size: 100% 100%;
  background: url("../images/redeem-bg.jpg") center center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}
.redeem .cat {
  display: none;
}
@media (min-width: 996px) {
  .redeem .cat {
    display: block;
    position: absolute;
    z-index: 2;
    left: 60%;
    top: -50px;
    width: 30%;
    overflow: hidden;
  }
}
.redeem__box {
  padding: 50px 0;
}
@media (min-width: 996px) {
  .redeem__box {
    display: flex;
  }
}
.redeem__item {
  text-align: center;
  position: relative;
}
@media (min-width: 996px) {
  .redeem__item {
    margin-right: 25px;
    flex: 1;
  }
  .redeem__item p {
    width: 80%;
    margin: 0 auto;
    max-width: auto;
  }
}
.redeem__item:last-child::after {
  display: none;
}
@media (min-width: 996px) {
  .redeem__item:last-child {
    margin-right: 0;
  }
}
.redeem__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/btnsty-arrow.png") center center no-repeat ;
  background-size: cover;
  margin: 25px auto;
  transform: rotate(90deg);
}
@media (min-width: 996px) {
  .redeem__item::after {
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.redeem__title {
  color: #efe8d5;
  padding: 15px 25px;
  background: #423c2f;
  border-radius: 30px;
  display: inline-block;
  margin: 15px auto;
}
.redeem__icon img {
  width: 80px;
}
@media (min-width: 996px) {
  .redeem__icon img {
    width: 100px;
    margin-bottom: 15px;
  }
}

.notice {
  position: relative;
  padding-bottom: 60px;
}
.notice__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-mask: url("../images/bg-mask.png") top center no-repeat;
  mask: url("../images/bg-mask.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-size: 100% 100%;
  background: url("../images/notice-bg.jpg") center center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}
.notice .cat {
  display: none;
}
@media (min-width: 996px) {
  .notice .cat {
    display: block;
    position: absolute;
    left: 60%;
    top: 20px;
    overflow: hidden;
  }
}
.notice ul {
  margin-left: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 35px 0;
}
.notice ul li {
  display: flex;
  margin-bottom: 20px;
  line-height: 1.8;
}
.notice ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/dot.png") center center no-repeat ;
  background-size: cover;
  flex: 0 0 20px;
  margin-right: 5px;
  margin-top: 5px;
}

.mhIntro {
  background: url("../images/mhintro-bg-xs.jpg") top center no-repeat ;
  background-size: cover;
  margin: 0 -25px -25px;
  padding-top: 50vh;
  -webkit-mask: url("../images/mhintro-mask.png") top center no-repeat;
  mask: url("../images/mhintro-mask.png") top center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 996px) {
  .mhIntro {
    background: url("../images/mhintro-bg.jpg") center center no-repeat ;
    background-size: cover;
  }
}
.mhIntro__box {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  text-align: center;
}
.mhIntro__box h2 {
  font-size: var(--title-xl);
}
.mhIntro__box p {
  padding: 25px 0;
  text-shadow: #000 1px 1px 5px;
}
@media (min-width: 996px) {
  .mhIntro__box {
    margin-left: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    text-align: left;
    padding: 80px 0;
  }
  .mhIntro__box__text {
    width: 60%;
    margin-left: 10%;
  }
}

.mainbox {
  position: relative;
  background: url("../images/common-box-bg.png") center center repeat;
  padding: 10px 30px;
  border-radius: 10px;
  min-height: 30vh;
  color: #0b0801;
}
.mainbox::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12%;
  padding-bottom: 6.8%;
  background: url("../images/common-box-pattern-topleft.png") top left no-repeat ;
  background-size: cover;
}
.mainbox::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12%;
  padding-bottom: 6.8%;
  background: url("../images/common-box-pattern-topright.png") top right no-repeat ;
  background-size: cover;
}
.mainbox__bottom::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 12%;
  padding-bottom: 6.8%;
  background: url("../images/common-box-pattern-bottomleft.png") bottom left no-repeat ;
  background-size: cover;
}
.mainbox__bottom::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 12%;
  padding-bottom: 6.8%;
  background: url("../images/common-box-pattern-bottomright.png") bottom right no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .mainbox__inner {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    padding: 50px 0;
  }
}

.titleSty1 {
  font-family: var(--font), var(--MSIBodyFont);
  font-size: var(--title-lg);
  color: #423c2f;
  text-align: center;
  animation: 2s common-title infinite ease;
  background: linear-gradient(to right, rgba(29, 22, 11, 0) 0%, rgba(29, 22, 11, 0) 5%, rgba(29, 22, 11, 0.2) 50%, rgba(29, 22, 11, 0) 95%, rgba(29, 22, 11, 0));
}
@media (min-width: 996px) {
  .titleSty1 {
    font-size: 36px;
    text-shadow: #9e9b97 1px 1px 1px;
  }
}
.titleSty1 span {
  display: block;
}
.titleSty1__top {
  position: relative;
  width: 60%;
  height: 1px;
  background: #423c2f;
  margin: 15px auto;
}
.titleSty1__top::before {
  content: "";
  position: absolute;
  display: block;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 20px;
  background: url("../images/common-title-topleft.png") center right no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.titleSty1__top::after {
  content: "";
  position: absolute;
  display: block;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 20px;
  background: url("../images/common-title-topright.png") center left no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.titleSty1__bottom {
  position: relative;
  width: 60%;
  height: 1px;
  background: #423c2f;
  margin: 15px auto;
}
.titleSty1__bottom::before {
  content: "";
  position: absolute;
  display: block;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 20px;
  background: url("../images/common-title-bottomleft.png") center right no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.titleSty1__bottom::after {
  content: "";
  position: absolute;
  display: block;
  right: -20%;
  top: 50%;
  transform: translateY(-50%);
  width: 20%;
  height: 20px;
  background: url("../images/common-title-bottomright.png") center left no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}

.titleSty2 {
  position: relative;
  font-family: var(--font), var(--MSIBodyFont);
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin: 25px auto !important;
  padding: 0 !important;
}
@media (min-width: 996px) {
  .titleSty2 {
    font-size: 36px;
  }
}
.titleSty2__bgtext {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  opacity: 1;
  font-size: 120%;
  padding: 10px 0;
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to right, rgba(29, 22, 11, 0) 0%, rgba(29, 22, 11, 0) 5%, rgb(29, 22, 11) 50%, rgba(29, 22, 11, 0) 95%, rgba(29, 22, 11, 0));
}
@media (min-width: 996px) {
  .titleSty2__bgtext {
    font-size: 160%;
  }
}
.titleSty2__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dddc4a;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.titleSty2__arrow {
  position: absolute;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background: #6d6a66;
}
.titleSty2__arrow::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -30px;
  top: -15px;
  background: url("../images/titleSty2-arrow.svg") center center no-repeat ;
  background-size: cover;
}
.titleSty2__arrow::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  top: -15px;
  background: url("../images/titleSty2-arrow.svg") center center no-repeat ;
  background-size: cover;
  transform: rotate(180deg);
}
.titleSty2__arrow--top {
  top: -2px;
}
.titleSty2__arrow--bottom {
  bottom: -2px;
}

.titleSty3 {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fcf5de;
  padding: 25px;
}
.titleSty3::after {
  content: "";
  display: block;
  width: 50%;
  margin: 10px auto;
  padding-bottom: 20px;
  background: url("../images/subtitle-img.png") left center no-repeat ;
  background-size: cover;
}

.titleSty4 span {
  display: block;
}
.titleSty4__title {
  font-size: min(max(3.5vw, 22px), 30px);
  font-family: var(--font), var(--MSIBodyFont);
  color: #fcf5de;
  padding: 25px;
}
.titleSty4__line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0 auto;
  max-width: auto;
  height: 2px;
  background: #8c8471;
}
.titleSty4__line::before {
  content: "";
  position: absolute;
  left: -20%;
  width: 20%;
  height: 40px;
  background: url("../images/popup-title-left.png") right center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
.titleSty4__line::after {
  content: "";
  position: absolute;
  right: -20%;
  width: 20%;
  height: 40px;
  background: url("../images/popup-title-right.png") left center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}
