@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("../fonts/TCCC-UnityHeadline-Medium.eot");
  src: url("../fonts/TCCC-UnityHeadline-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TCCC-UnityHeadline-Medium.woff") format("woff"), url("../fonts/TCCC-UnityHeadline-Medium.ttf") format("truetype"), url("../fonts/TCCC-UnityHeadline-Medium.svg#TCCC-UnityHeadline-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("../fonts/TCCC-UnityHeadline-Bold.eot");
  src: url("../fonts/TCCC-UnityHeadline-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TCCC-UnityHeadline-Bold.woff") format("woff"), url("../fonts/TCCC-UnityHeadline-Bold.ttf") format("truetype"), url("../fonts/TCCC-UnityHeadline-Bold.svg#TCCC-UnityHeadline-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("../fonts/TCCC-UnityHeadline-Regular.eot");
  src: url("../fonts/TCCC-UnityHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TCCC-UnityHeadline-Regular.woff") format("woff"), url("../fonts/TCCC-UnityHeadline-Regular.ttf") format("truetype"), url("../fonts/TCCC-UnityHeadline-Regular.svg#TCCC-UnityHeadline-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TCCC-UnityHeadline";
  src: url("../fonts/TCCC-UnityHeadline-Black.eot");
  src: url("../fonts/TCCC-UnityHeadline-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TCCC-UnityHeadline-Black.woff") format("woff"), url("../fonts/TCCC-UnityHeadline-Black.ttf") format("truetype"), url("../fonts/TCCC-UnityHeadline-Black.svg#TCCC-UnityHeadline-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "TCCC-UnityHeadline";
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  background: url("../images/bg.png") center/cover no-repeat;
}
body .container {
  position: relative;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
  padding: clamp(20px, 1.5vw, 40px);
}
body .container .block-left {
  padding-top: 60px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body .container .block-left .fire1 {
  position: absolute;
  max-width: 50%;
  top: 2%;
  left: 0%;
  width: 17%;
}
body .container .block-left .fire2 {
  position: absolute;
  max-width: 50%;
  top: -3%;
  right: 3%;
  width: 21%;
}
body .container .block-left .tagline {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
body .container .block-left .tagline .img img {
  width: 100%;
  object-fit: contain;
}
body .container .block-left .tagline .bird1 {
  position: absolute;
  max-width: 50%;
  right: -180px;
  top: 25px;
}
body .container .block-left .tagline .bird1 .img img {
  margin: auto;
  width: 50% !important;
  object-fit: contain;
}
body .container .block-left .tagline .bird2 {
  position: absolute;
  max-width: 50%;
  right: -145px;
  bottom: -60px;
}
body .container .block-left .tagline .bird2 .img img {
  margin: auto;
  width: 50% !important;
  object-fit: contain;
}
body .container .block-left .gift {
  width: 85%;
  margin: auto;
  margin-top: -20px;
}
body .container .block-left .gift .img {
  padding-left: 15%;
  padding-right: 5%;
}
body .container .block-left .img {
  padding-left: 15%;
  padding-right: 5%;
}
body .container .block-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
body .container .block-right .block-qr {
  margin: 20px 0;
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid black;
  border-radius: 10px;
  overflow: hidden;
}
body .container .block-right .block-qr .qr .img img {
  width: 200px;
}
body .container .block-right .note {
  text-align: center;
  max-width: 80%;
  font-size: 16px;
  line-height: 1.4;
  color: white;
  margin-top: 20px;
}
body .container .block-right .condition {
  width: 80%;
  margin: 40px auto 0px;
}
body .container .time {
  width: 80%;
  margin: 0 auto 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
body .container .time span {
  /* font-weight: 700; */
  font-weight: bold;
}

.fire-anim {
  animation: fireAnim infinite ease 3s;
}

.fire-anim:nth-child(1) {
  animation: fireAnim infinite ease 6s;
}

.anim {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.anim:nth-child(1) {
  animation-delay: 0.1s;
}

.anim:nth-child(2) {
  animation-delay: 0.3s;
}

.anim:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fireAnim {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
.spin-anim {
  animation: spinAnim infinite ease 10s;
}

@keyframes spinAnim {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
}
.img img {
  display: block;
  width: 100%;
}

.md-content {
  position: relative;
  font-weight: bold;
}
.md-content .inner {
  padding: 24px 24px;
  border-radius: 15px;
  border: 1px solid white;
  -webkit-box-shadow: inset 5px 4px 5px 0 rgba(255, 255, 255, 0.7);
  box-shadow: inset 5px 4px 5px 0 rgba(255, 255, 255, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcf6), to(#ffffff));
  background: linear-gradient(#fffcf6, #ffffff);
  position: relative;
  z-index: 2;
}
.md-content p {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
  margin-top: -2px;
  color: #333;
}
.md-content p .lg {
  font-size: 0.95rem;
  font-weight: 500;
}
.md-content p .blue {
  color: #00235d;
}
.md-content p :last-child {
  margin: 0;
}
.md-content p strong {
  font-weight: bold;
}

#countdown div {
  text-align: center;
}
#countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#countdown ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(25% - 10px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 10px;
  background: linear-gradient(0deg, #ff0028 0%, #c30725 50%, #ff0028 100%);
  color: #ffffff;
  border-radius: 10px;
  font-size: 12px;
  margin: 2px;
}
#countdown ul li span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  font-family: monospace;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}