:root {
  --page-font: "Arial";
}

@keyframes title {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.rain {
  background: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 996px) {
  .rain {
    font-size: 17px;
  }
  .rain::before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 3px;
    height: 100%;
    top: 0;
    left: calc((100% - 1200px) / 2 - 2vw);
    background: linear-gradient(to bottom, #5f132d, #1b070e);
  }
  .rain::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 3px;
    height: 100%;
    top: 0;
    right: calc((100% - 1200px) / 2 - 2vw);
    background: linear-gradient(to top, #5f132d, #1b070e);
  }
}
.rain img {
  max-width: 100%;
  height: auto;
}
.rain .common__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
}
.rain .common__title h2 {
  position: relative;
  font-size: 32px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}
.rain .common__title h2 span {
  background: url(../images/title-bg.png) repeat-y;
  -webkit-background-clip: text;
  animation: title 5s linear infinite;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
  .rain .common__title h2 {
    font-size: 50px;
  }
}
@media (min-width: 996px) {
  .rain .common__title h2 {
    font-size: 80px;
  }
}
.rain .common__btn {
  position: relative;
  display: inline-block;
}
.rain .common__btn a {
  color: #ffffff;
  position: relative;
  z-index: 1;
  background: #890035;
  font-size: 20px;
  display: inline-block;
  padding: 15px 35px;
  text-shadow: #000 1px 1px 3px;
  border-radius: 30px;
  border: #fff 1px solid;
}
.rain .common__btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: #fff 1px solid;
  transition: 0.2s all ease;
}
.rain .common__btn:hover::before {
  top: -3px;
  left: -3px;
}
.rain .kv {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 996px) {
  .rain .kv {
    padding-top: 50px;
  }
}
.rain .kv__wordbox {
  display: none;
}
@media (min-width: 996px) {
  .rain .kv__wordbox {
    display: block;
    position: absolute;
    z-index: 9;
    width: 124px;
    height: 100vh;
    opacity: 0.6;
  }
  .rain .kv__wordbox1 {
    top: -10vw;
    left: 0;
  }
  .rain .kv__wordbox1::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: 151%;
    background: url("../images/kv-line.jpg") center center no-repeat;
  }
  .rain .kv__wordbox1 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w1 100s infinite linear;
  }
  .rain .kv__wordbox2 {
    right: 0;
  }
  .rain .kv__wordbox2::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -10%;
    left: 0;
    width: 100%;
    height: 51%;
    background: url("../images/kv-line.jpg") center center no-repeat;
  }
  .rain .kv__wordbox2 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w2 100s infinite linear;
  }
}
.rain .kv__box {
  position: relative;
  padding-top: 35vw;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 996px) {
  .rain .kv__box {
    padding-top: 15vw;
  }
}
.rain .kv__icons {
  position: absolute;
  z-index: 0;
  width: 10vw;
  top: 0;
}
.rain .kv__icons1 {
  left: 0;
}
.rain .kv__icons1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.rain .kv__icons2 {
  right: 0;
}
.rain .kv__icons2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
@media (min-width: 996px) {
  .rain .kv__icons {
    width: 5.5vw;
  }
  .rain .kv__icons1 {
    left: -5vw;
  }
  .rain .kv__icons2 {
    right: -5vw;
  }
}
.rain .kv__coat {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5%;
  right: 5%;
}
.rain .kv__coat img {
  width: 100%;
}
@media (min-width: 996px) {
  .rain .kv__coat {
    left: 10%;
    right: 10%;
  }
}
.rain .kv__title {
  position: relative;
  z-index: 5;
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}
.rain .kv .title {
  position: relative;
  z-index: 1;
}
.rain .kv .title img {
  width: 100%;
}
.rain .kv .title__mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-mask: url("../images/kv-title-mask.png") top left no-repeat;
  mask: url("../images/kv-title-mask.png") top left no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.rain .kv .title__mask::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -50%;
  z-index: 2;
  background: url("../images/kv-title-move.png") top left no-repeat ;
  background-size: cover;
  animation: kvtitle 10s infinite linear;
}
.rain .kv-p {
  position: absolute;
  z-index: 2;
  width: 10vw;
  display: none;
}
@media (min-width: 996px) {
  .rain .kv-p {
    display: block;
  }
}
.rain .kv-p img {
  width: 100%;
}
.rain .kv-p1 {
  z-index: 0;
  top: 0;
  left: 0;
}
.rain .kv-p2 {
  z-index: 0;
  top: 4vw;
  right: 5vw;
}
.rain .kv-p3 {
  z-index: 0;
  top: 85%;
  left: 5%;
}
.rain .kv-p4 {
  z-index: 0;
  top: 90%;
  right: 15px;
}
.rain .kv__content {
  margin-top: 50px;
}
@media (min-width: 996px) {
  .rain .kv__content {
    margin-top: 160px;
  }
}
.rain .kv__text {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 25px;
}
.rain .kv__text p {
  padding-bottom: 35px;
}
.rain .kv__gallery {
  text-align: center;
}
.rain .kv__gallery a {
  display: inline-flex;
  position: relative;
  width: calc(50% - 24px);
  margin: 10px;
  color: #ffffff;
}
.rain .kv__gallery a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.rain .kv__gallery a span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.rain .kv__gallery a:hover span, .rain .kv__gallery a:hover::before {
  opacity: 1;
}
@media (min-width: 768px) {
  .rain .kv__gallery {
    display: flex;
  }
}
.rain .kv__btn {
  text-align: center;
  padding-top: 25px;
}
@keyframes kvtitle {
  0% {
    transform: rotate(0deg) translateX(-30%);
  }
  50% {
    transform: rotate(10deg) translateX(20%);
  }
  51% {
    transform: rotate(-10deg) translateX(100%);
  }
  100% {
    transform: rotate(-20deg) translateX(-100%);
  }
}
@keyframes w1 {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes w2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
.rain .gallery {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
}
.rain .gallery__top img {
  vertical-align: bottom;
}
.rain .gallery__bottom img {
  vertical-align: top;
}
.rain .gallery__inner {
  text-align: center;
  background: url("../images/bg-s2.jpg") top center no-repeat ;
  background-size: cover;
  padding: 45px 0;
}
.rain .gallery__inner picture {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.rain .gallery__wordbox {
  display: none;
}
@media (min-width: 996px) {
  .rain .gallery__wordbox {
    display: block;
    position: absolute;
    width: 124px;
    height: 100%;
    opacity: 0.6;
  }
  .rain .gallery__wordbox1 {
    top: -10vw;
    left: 0;
  }
  .rain .gallery__wordbox1 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w1 100s infinite linear;
  }
  .rain .gallery__wordbox2 {
    right: 0;
  }
  .rain .gallery__wordbox2 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w2 100s infinite linear;
  }
}
.rain .description {
  position: relative;
  overflow: hidden;
}
.rain .description__wordbox {
  display: none;
}
@media (min-width: 996px) {
  .rain .description__wordbox {
    display: block;
    position: absolute;
    width: 124px;
    height: 100%;
    opacity: 0.6;
  }
  .rain .description__wordbox1 {
    top: -10vw;
    left: 0;
  }
  .rain .description__wordbox1 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w1 100s infinite linear;
  }
  .rain .description__wordbox2 {
    right: 0;
  }
  .rain .description__wordbox2 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w2 100s infinite linear;
  }
}
.rain .description__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 45px 25px;
  text-align: center;
}
@media (min-width: 996px) {
  .rain .description__inner {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.rain .description__inner p {
  padding-bottom: 30px;
}
.rain .description__img {
  flex: 0 0 45%;
}
.rain .buynow {
  position: relative;
  overflow: hidden;
}
.rain .buynow__wordbox {
  display: none;
}
@media (min-width: 996px) {
  .rain .buynow__wordbox {
    display: block;
    position: absolute;
    width: 124px;
    height: 100%;
    opacity: 0.6;
  }
  .rain .buynow__wordbox1 {
    top: 0;
    left: 0;
  }
  .rain .buynow__wordbox1 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w1 100s infinite linear;
  }
  .rain .buynow__wordbox2 {
    right: 0;
  }
  .rain .buynow__wordbox2 .img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    animation: w2 100s infinite linear;
  }
}
.rain .buynow__pdShow {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px;
}
@media (min-width: 768px) {
  .rain .buynow__pdShow {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 996px) {
  .rain .buynow__pdShow {
    padding: 80px 0;
  }
}
.rain .pdcard {
  position: relative;
}
.rain .pdcard__top img {
  width: 100%;
  vertical-align: bottom;
}
.rain .pdcard__bottom img {
  width: 100%;
  vertical-align: top;
}
.rain .pdcard__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rain .pdcard__bg img {
  width: 100%;
  height: 100%;
}
.rain .pdcard__inner {
  position: relative;
}
.rain .pdcard__img {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.rain .pdcard__box {
  display: block;
  position: relative;
  z-index: 2;
  width: 75%;
  margin: 0 auto;
  max-width: auto;
  color: #fff;
}
.rain .pdcard__box h3 {
  text-align: center;
  font-size: 22px;
  padding: 15px 0 10px;
}
.rain .pdcard__box ul {
  margin-left: 20px;
  padding-bottom: 30px;
}
.rain .pdcard__box ul li {
  list-style: square;
  padding-bottom: 8px;
  font-size: 16px;
}
.rain .pdcard__box .btn-buynow {
  position: absolute;
  width: 30%;
  right: 0;
  bottom: -20px;
  cursor: pointer;
}
.rain .pdcard__box .btn-buynow:hover {
  transform: scale(1.05);
  filter: drop-shadow(8px 8px 7px rgba(255, 0, 0, 0.7));
}
.rain .pdcard__box .price {
  opacity: 0.7;
}
.rain .pdcard__box .sale {
  font-size: 250%;
}
@media (min-width: 768px) {
  .rain .pdcard__box .sale {
    font-size: 40px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .rain .pdcard {
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (min-width: 996px) {
  .rain .pdcard {
    width: 33%;
  }
}
.rain .buynow__popout__content {
  display: flex;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  align-items: center;
  flex-wrap: wrap;
}
.rain .buynow__popout__content a {
  width: calc(33.3333333333% - 10px);
  background: #ffffff;
  text-align: center;
  border-radius: 4px;
  height: 90px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rain .buynow__popout__content a img {
  max-height: 80px;
}
.rain .wtb {
  padding-bottom: 60px;
}
.rain .wtb__box {
  padding: 25px;
}
.rain .specialOffer {
  background: linear-gradient(to bottom, #5f132d, #1b070e);
}
.rain .specialOffer__top img {
  width: 100%;
  vertical-align: bottom;
}
.rain .specialOffer__btn {
  position: relative;
  display: block;
  margin: 10px;
}
.rain .specialOffer__btn a {
  color: #c0262c;
  position: relative;
  z-index: 1;
  background: #fff0e3;
  font-size: 20px;
  display: inline-block;
  padding: 15px 35px;
  text-shadow: #c00 1px 1px 3px;
  border-radius: 30px;
  border: #fff 1px solid;
  cursor: pointer;
  -webkit-text-stroke: 1px #c0262c;
  width: 100%;
}
.rain .specialOffer__btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: #fff 1px solid;
  transition: 0.2s all ease;
}
.rain .specialOffer__btn:hover::before {
  top: -3px;
  left: -3px;
}
.rain .specialOffer__btnbox {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .rain .specialOffer__btn {
    display: inline-block;
  }
}
.rain .specialOffer__step {
  padding: 0 25px 50px;
}
.rain .specialOffer__step svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 20px;
}
.rain .specialOffer__step a {
  display: block;
  color: #fff;
  border: transparent 2px dashed;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.rain .specialOffer__step a div {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
}
.rain .specialOffer__step a:hover {
  border: #fff 2px dashed;
}
.rain .specialOffer__step a:hover div {
  border-top: #fff 2px dashed;
}
@media (min-width: 768px) {
  .rain .specialOffer__step {
    display: flex;
  }
  .rain .specialOffer__step a {
    flex: 1;
    margin: 25px;
  }
  .rain .specialOffer__step svg {
    margin-top: 120px;
  }
}
.rain .redeem__step {
  padding: 0 25px 50px;
}
.rain .redeem__step svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  border: rgba(255, 255, 255, 0.5) 1px solid;
  border-radius: 20px;
}
.rain .redeem__step a {
  display: block;
  color: #fff;
  border: transparent 2px dashed;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}
.rain .redeem__step a div {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
}
.rain .redeem__step a:hover {
  border: #fff 2px dashed;
}
.rain .redeem__step a:hover div {
  border-top: #fff 2px dashed;
}
@media (min-width: 768px) {
  .rain .redeem__step {
    display: flex;
  }
  .rain .redeem__step a {
    flex: 1;
    margin: 25px;
  }
  .rain .redeem__step svg {
    margin-top: 120px;
  }
}
.rain .terms {
  line-height: 1.7;
}
.rain .terms__title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
}
.rain .terms h3 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.rain .terms table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px auto;
  border: rgba(255, 255, 255, 0.3) 1px solid;
}
.rain .terms table th {
  border: rgba(255, 255, 255, 0.3) 1px solid;
  font-weight: bold;
  padding: 10px;
}
.rain .terms table td {
  border: rgba(255, 255, 255, 0.3) 1px solid;
  padding: 10px;
}
@media (min-width: 996px) {
  .rain .terms__title {
    display: flex;
    flex-direction: column;
  }
  .rain .terms__title::before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.3;
  }
}
.rain .hdmi {
  padding: 25px 25px 60px;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 13px;
}
.rain .hdmi p {
  opacity: 0.7;
  padding-bottom: 20px;
}
.rain .popup {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  overflow: -moz-scrollbars-none;
}
.rain .popup::-webkit-scrollbar {
  width: 0 !important;
}
.rain .popup__inner {
  max-width: 1000px;
  background: #000000;
  border: #890035 3px solid;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  font-size: 17px;
}
.rain .popup__inner::-webkit-scrollbar {
  width: 0px !important;
}
.rain .popup__btnclose {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
  opacity: 0.5;
}
.rain .popup__btnclose svg {
  width: 100%;
  fill: #fff;
}
.rain .popup__btnclose:hover {
  opacity: 1;
}
.rain .popup__title {
  color: #ffffff;
  padding: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .rain .popup__title {
    font-size: 32px;
    padding: 50px 50px 0;
  }
}
.rain .popup__body {
  padding: 25px;
}
.rain .popup__body p {
  padding-bottom: 20px;
}
.rain .popup__body ul {
  margin-left: 15px;
}
.rain .popup__body ul li {
  list-style: disc;
}
@media (min-width: 768px) {
  .rain .popup__body {
    padding: 50px;
  }
}
