.modal-open {
  overflow-x: hidden !important;
}
.modal {
  display: none;
}
.modal .modal-body .modal-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.6);
}
.dialog {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.dialog .dialog-wrap {
  animation: scaleGiftLetter 0.3s ease-in-out;
  -webkit-animation: scaleGiftLetter 0.3s ease-in-out;
  -moz-animation: scaleGiftLetter 0.3s ease-in-out;
  -o-animation: scaleGiftLetter 0.3s ease-in-out;
}
@keyframes scaleDialog {
  0% {
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes scaleDialog {
  0% {
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scaleDialog {
  0% {
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes scaleDialog {
  0% {
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scaleGiftLetter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@-o-keyframes scaleGiftLetter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleGiftLetter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@-moz-keyframes scaleGiftLetter {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
  }
}
@media (min-width: 1120px) {
  body {
    margin: 0 auto;
  }
  .dialog-rule-text {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .dialog-rule-text .rule-text-wrap {
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    animation: scaleGiftLetter 0.3s ease-in-out;
    -webkit-animation: scaleGiftLetter 0.3s ease-in-out;
    -moz-animation: scaleGiftLetter 0.3s ease-in-out;
    -o-animation: scaleGiftLetter 0.3s ease-in-out;
  }
  .dialog-rule-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .dialog-rule-text .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
    background-image: url("../img/close-icon.png");
    cursor: pointer;
  }
  .dialog .dialog-wrap {
    padding: 40px 70px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .dialog .dialog-wrap .dialog-content {
    color: #fff;
    font-size: 14px;
  }
  .mycontainer-fluid {
    background: url("../img/index-bg.png") no-repeat center;
    background-size: cover;
  }
  .mycontainer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 46px;
    padding-bottom: 40px;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -o-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
  }
  .mycontainer .logo-wrap {
    width: 1120px;
    margin: 0 auto;
  }
  .container-pc {
    padding-top: 16px;
    min-height: 320px;
  }
  .character-list .line {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .character-list .line .character {
    width: 264px;
    height: 264px;
    margin-right: 48px;
    cursor: pointer;
  }
  .character-list .line .character:last-of-type {
    margin-right: 0;
  }
  .character-list .line .character img {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .index-title-wrap {
    padding-top: 14px;
  }
  .index-title-wrap .title-img-wrap {
    width: 864px;
    height: 260px;
    margin: 0 auto;
    background-image: url("../img/index-title-pc.png");
  }
  .index-title-wrap .detail-info-btn {
    width: 510px;
    height: 120px;
    margin: 0 auto;
    margin-top: 25px;
    background-image: url("../img/index-detail-btn-pc.png");
    cursor: pointer;
  }
  .index-info-wrap {
    width: 1124px;
    margin: 0 auto;
    margin-top: 120px;
  }
  .index-info-wrap img {
    width: 100%;
    vertical-align: top;
  }
  .modal {
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  .modal .modal-body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../img/page-bg.png");
  }
  .modal .modal-body .close-modal {
    position: absolute;
    z-index: 110;
    top: 11px;
    left: 61px;
    width: 84px;
    height: 100px;
    background-image: url("../img/close-modal.png");
    cursor: pointer;
  }
  .modal .modal-body .modal-content {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .modal .modal-body .modal-content .character-wrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 1120px;
    height: 100%;
    min-height: 650px;
    margin: 0 auto;
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -o-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow {
    position: absolute;
    bottom: 80px;
    width: 28px;
    height: 56px;
    z-index: 80;
    cursor: pointer;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: 0;
    background-image: url("../img/left-arrow.png");
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: 0;
    background-image: url("../img/right-arrow.png");
  }
  .modal .modal-body .modal-content .character-area {
    position: relative;
    width: 960px;
    height: 650px;
  }
  .modal .modal-body .modal-content .character-area .character-info1-pc {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 297px;
    height: 477px;
    z-index: 2;
  }
  .modal .modal-body .modal-content .character-area .character-pic-pc {
    position: absolute;
    top: 0;
    margin-left: 250px;
    width: 525px;
    height: 650px;
    z-index: 1;
  }
  .modal .modal-body .modal-content .character-area .character-info2-pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 289px;
    height: 584px;
    z-index: 3;
  }
  .modal .modal-body .modal-content .gift-area {
    position: relative;
    margin-left: 16px;
  }
  .modal .modal-body .modal-content .gift-area .arrow {
    position: absolute;
    left: 50%;
    width: 36px;
    height: 28px;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modal .modal-body .modal-content .gift-area .arrow.top-arrow {
    top: -40px;
    background-image: url("../img/top-arrow.png");
  }
  .modal .modal-body .modal-content .gift-area .arrow.bottom-arrow {
    bottom: -40px;
    background-image: url("../img/bottom-arrow.png");
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap {
    overflow: hidden;
    width: 144px;
    height: 552px;
    padding-top: 12px;
  }
  .modal .modal-body .modal-content .gift-area .gift-list {
    width: 120px;
    margin: 0 auto;
  }
  .modal .modal-body .modal-content .gift-area .gift-list .gift-item {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    cursor: pointer;
  }
  .modal .modal-body .modal-content .gift-area .gift-list .gift-item:last-of-type {
    margin-bottom: 0;
  }
  .modal .modal-body .modal-content .gift-area .gift-list .gift-item .gift-item-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("../img/gift-bg-sprite.png");
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-area .gift-list .gift-item.active .gift-item-bg {
    background-position: 0 -120px;
  }
  .modal .modal-body .modal-content .gift-area .gift-list .gift-item:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
  }
  .modal .modal-body .modal-content .gift-info-wrap {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 300px;
    width: 640px;
    height: 248px;
    z-index: 20;
    background-image: url("../img/gift-info-bg.png");
  }
  .modal .modal-body .modal-content .gift-info-wrap .close-icon {
    position: absolute;
    top: 17px;
    right: 45px;
    width: 13px;
    height: 13px;
    z-index: 10;
    background-image: url("../img/close-icon.png");
    cursor: pointer;
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap {
    position: relative;
    padding: 23px 51px 0 78px;
    font-size: 16px;
    line-height: 18px;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap p {
    font-family: "DFMincho";
    font-weight: normal;
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap .voice-icon {
    position: absolute;
    left: 34px;
    width: 34px;
    height: 34px;
    background-image: url("../img/voice-icon.png?v=20220130");
    cursor: pointer;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line {
    position: absolute;
    bottom: 81px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line .gift-img-wrap {
    width: 96px;
    height: 96px;
    margin-right: 20px;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line .gift-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line span {
    font-size: 22px;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line span em {
    font-size: 28px;
    font-style: normal;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line {
    position: absolute;
    bottom: 19px;
    width: 100%;
    text-align: center;
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line .buy-btn {
    display: inline-block;
    width: 160px;
    height: 48px;
    background-image: url("../img/buy-btn-sprite.png");
    cursor: pointer;
    background-position: 0 -96px;
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line .buy-btn:hover {
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line .buy-btn:active {
    background-position: 0 -48px;
  }
  .modal .modal-body .modal-content .gift-letter-wrap {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter {
    position: relative;
    width: 1036px;
    height: 698px;
    background-image: url("../img/gift-letter.png");
    animation: scaleGiftLetter 0.5s ease-in-out;
    -webkit-animation: scaleGiftLetter 0.5s ease-in-out;
    -moz-animation: scaleGiftLetter 0.5s ease-in-out;
    -o-animation: scaleGiftLetter 0.5s ease-in-out;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap {
    padding-top: 120px;
    padding-left: 278px;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item {
    width: 480px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 109, 0, 0.4);
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item.email-input-wrap {
    margin-top: 42px;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item span {
    font-size: 24px;
    font-family: "DFMincho";
    user-select: none;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item input {
    width: 350px;
    height: 18px;
    color: #191919;
    font-size: 18px;
    font-family: "DFMincho";
    margin-left: 20px;
    outline: none;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .gift-submit-btn {
    position: absolute;
    top: 302px;
    left: 429px;
    width: 180px;
    height: 160px;
    background-image: url("../img/gift-submit-sprite.png");
    background-position: 0 -160px;
    cursor: pointer;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .gift-submit-btn:hover {
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .gift-submit-btn:active {
    background-position: 0 -320px;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .rule-text {
    position: absolute;
    bottom: 0;
    color: #fff;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .rule-text p {
    line-height: 18px;
  }
}
@media (min-width: 1120px) and (max-width: 1176px) {
  .modal .modal-body .modal-content .character-wrap .character-arrow {
    position: fixed;
    bottom: 10px;
  }
}
@media (min-width: 1120px) and (min-width: 1176px) {
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: -28px;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: -28px;
  }
}
@media (min-width: 1120px) and (min-width: 1260px) {
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: -40px;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: -40px;
  }
}
@media (min-width: 1120px) and (min-width: 1300px) {
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: -60px;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: -60px;
  }
}
@media (min-width: 1120px) and (max-height: 649px) {
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: -50px;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: -50px;
  }
}
@media (min-width: 1120px) and (max-height: 649px) {
  .modal .modal-body .modal-content .character-wrap {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
}
@media (min-width: 1120px) and (max-height: 700px) {
  .modal .modal-body .modal-content .gift-letter-wrap {
    transform: translate(-50%, -50%) scale(0.9);
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (min-width: 1120px) and (max-height: 640px) {
  .modal .modal-body .modal-content .gift-letter-wrap {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (max-width: 1119px) {
  body {
    width: 100%;
  }
  .dialog-rule-text {
    display: none;
  }
  .dialog .dialog-wrap {
    padding: 0.5333rem 1.0667rem;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .dialog .dialog-wrap .dialog-content {
    color: #fff;
    font-size: 0.3733rem;
  }
  .dialog-rule-text {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .dialog-rule-text .rule-text-wrap {
    padding: 0.8rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    animation: scaleGiftLetter 0.3s ease-in-out;
    -webkit-animation: scaleGiftLetter 0.3s ease-in-out;
    -moz-animation: scaleGiftLetter 0.3s ease-in-out;
    -o-animation: scaleGiftLetter 0.3s ease-in-out;
  }
  .dialog-rule-text p {
    font-size: 0.3rem;
    line-height: 0.4267rem;
  }
  .dialog-rule-text .close-icon {
    position: absolute;
    top: 0.2667rem;
    right: 0.2667rem;
    width: 0.3467rem;
    height: 0.3467rem;
    background-image: url("../img/close-icon.png");
    cursor: pointer;
  }
  .mycontainer-fluid {
    width: 100%;
    background-image: url("../img/index-bg-mb.png");
  }
  .mycontainer-fluid .mycontainer {
    padding-top: 1.16rem;
  }
  .logo-wrap {
    width: 5.28rem;
    padding-left: 0.5333rem;
    padding-bottom: 0.36rem;
  }
  .logo-wrap img {
    width: 100%;
  }
  .character-list {
    padding: 0 0.2667rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .character-list .character {
    flex: 0 1 48%;
    margin-bottom: 0.36rem;
  }
  .character-list .character:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
  .character-list .character img {
    width: 100%;
  }
  .index-title-wrap .title-img-wrap {
    width: 9.6rem;
    height: 2.9067rem;
    margin: 0 auto;
    background-image: url("../img/index-title-mb.png");
  }
  .index-title-wrap .detail-info-btn {
    width: 6.8rem;
    height: 1.6rem;
    margin: 0 auto;
    margin-top: 0.4133rem;
    background-image: url("../img/index-detail-btn-mb.png");
  }
  .index-info-wrap {
    margin-top: 1.3333rem;
    padding-bottom: 0.7333rem;
  }
  .index-info-wrap img {
    width: 100%;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  .modal .modal-body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-image: url("../img/mobile-bg.png");
  }
  .modal .modal-body .close-modal {
    position: fixed;
    z-index: 110;
    top: 1.7067rem;
    right: 0.2667rem;
    width: 1.12rem;
    height: 1.3333rem;
    background-image: url("../img/close-modal.png");
  }
  .modal .modal-body .modal-content {
    position: relative;
    padding-top: 1.0133rem;
    padding-bottom: 1.68rem;
  }
  .modal .modal-body .modal-content .gift-letter-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter {
    position: relative;
    width: 9.4667rem;
    height: 9.4667rem;
    background-image: url("../img/gift-letter-mb.png");
    animation: scaleGiftLetter 0.5s ease-in-out;
    -webkit-animation: scaleGiftLetter 0.5s ease-in-out;
    -moz-animation: scaleGiftLetter 0.5s ease-in-out;
    -o-animation: scaleGiftLetter 0.5s ease-in-out;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap {
    padding-top: 1.2rem;
    padding-left: 1rem;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item {
    display: flex;
    align-items: center;
    width: 7.4667rem;
    height: 0.64rem;
    padding-bottom: 0.1867rem;
    border-bottom: 0.0267rem solid rgba(148, 109, 0, 0.4);
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item.email-input-wrap {
    margin-top: 0.2133rem;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item span {
    font-size: 0.4267rem;
    font-family: "DFMincho";
    user-select: none;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .user-info-wrap .input-item input {
    width: 5.5rem;
    height: 0.3733rem;
    color: #191919;
    font-size: 0.3733rem;
    font-family: "DFMincho";
    margin-left: 0.32rem;
    outline: none;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .gift-submit-btn {
    position: absolute;
    top: 4.24rem;
    left: 3.5333rem;
    width: 2.4rem;
    height: 2.1333rem;
    background-image: url("../img/gift-submit-sprite-mb.png");
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .gift-letter .gift-submit-btn:active {
    background-position: 0 -2.1333rem;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .rule-text {
    position: absolute;
    bottom: -4.6333rem;
    padding: 0 0.5333rem;
    color: #fff;
    font-size: 0.2133rem;
  }
  .modal .modal-body .modal-content .gift-letter-wrap .rule-text p {
    line-height: 0.3733rem;
    font-size: 0.35rem;
    margin-top: 0.2rem;
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow {
    position: fixed;
    top: 50%;
    z-index: 80;
    width: 1.6rem;
    height: 3.2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.pre-character {
    left: 0;
    background-image: url("../img/left-arrow-mobile.png");
  }
  .modal .modal-body .modal-content .character-wrap .character-arrow.next-character {
    right: 0;
    background-image: url("../img/right-arrow-mobile.png");
  }
  .modal .modal-body .modal-content .character-wrap .character-area {
    position: relative;
    padding: 0 0.2667rem;
  }
  .modal .modal-body .modal-content .character-wrap .character-area .character-img-wrap {
    position: relative;
  }
  .modal .modal-body .modal-content .character-wrap .character-area .character-pic-mb {
    position: relative;
    right: 0;
    z-index: 1;
    width: 8.5333rem;
  }
  .modal .modal-body .modal-content .character-wrap .character-area .character-info2-mb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 3.2533rem;
  }
  .modal .modal-body .modal-content .character-wrap .character-area .character-info1-mb {
    position: absolute;
    top: 8rem;
    left: 0;
    z-index: 2;
    width: 9.4667rem;
    padding: 1.0667rem;
    background-color: rgba(255, 255, 255, 0.75);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .modal .modal-body .modal-content .gift-area {
    position: relative;
    margin-top: 0.5333rem;
    padding: 0 0.2667rem;
  }
  .modal .modal-body .modal-content .gift-area .arrow {
    display: none;
  }
  .modal .modal-body .modal-content .gift-area .mb-arrow {
    position: absolute;
    top: 50%;
    width: 0.4267rem;
    height: 0.56rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .modal .modal-body .modal-content .gift-area .mb-arrow.left-arrow {
    left: 0.2667rem;
    background-image: url("../img/gift-left-arrow.png");
  }
  .modal .modal-body .modal-content .gift-area .mb-arrow.right-arrow {
    right: 0.2667rem;
    background-image: url("../img/gift-right-arrow.png");
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap {
    overflow: hidden;
    width: 7.36rem;
    margin: 0 auto;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list {
    width: 16rem;
    display: flex;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list .gift-item {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.32rem;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list .gift-item:last-of-type {
    margin-right: 0;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list .gift-item .gift-item-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("../img/gift-bg-sprite.png");
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list .gift-item .gift-item-bg img {
    width: 1.3333rem;
    height: 1.3333rem;
  }
  .modal .modal-body .modal-content .gift-area .gift-list-wrap .gift-list .gift-item.active .gift-item-bg {
    background-position: 0 -1.6rem;
  }
  .modal .modal-body .modal-content .gift-info-wrap {
    display: none;
    position: absolute;
    bottom: 3.8133rem;
    left: 0.1333rem;
    width: 9.7333rem;
    height: 5.6rem;
    z-index: 20;
    background-image: url("../img/gift-info-bg-mb.png");
  }
  .modal .modal-body .modal-content .gift-info-wrap .close-icon {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    z-index: 10;
    width: 0.3467rem;
    height: 0.3467rem;
    background-image: url("../img/close-icon.png");
    cursor: pointer;
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap {
    position: relative;
    padding: 0.5067rem 1.12rem 0 1.6267rem;
    font-size: 0.32rem;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap p {
    font-family: "DFMincho";
    font-weight: normal;
  }
  .modal .modal-body .modal-content .gift-info-wrap .text-wrap .voice-icon {
    position: absolute;
    left: 0.8267rem;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../img/voice-icon.png");
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line {
    position: absolute;
    bottom: 1.5867rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line .gift-img-wrap {
    width: 1.9733rem;
    height: 1.9733rem;
    margin-right: 0.5333rem;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line .gift-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line span {
    font-size: 0.4267rem;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .gift-line span em {
    font-size: 0.5867rem;
    font-style: normal;
    font-family: "DFMincho";
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line {
    position: absolute;
    bottom: 0.44rem;
    width: 100%;
    text-align: center;
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line .buy-btn {
    display: inline-block;
    width: 2.7733rem;
    height: 0.8533rem;
    background-image: url("../img/buy-btn-sprite-mb.png");
    background-position: 0 0;
  }
  .modal .modal-body .modal-content .gift-info-wrap .buy-btn-line .buy-btn:active {
    background-position: 0 -0.8533rem;
  }
  .modal .modal-body .modal-content .gift-info-wrap {
    display: none;
  }
}
