@font-face {
  font-family: "ds";
  src: url("DancingScript-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ds";
  src: url("DancingScript-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: clamp(14px, 0.833vw, 16px);
}

img {
  max-width: 98%;
}

#cntnr {
  flex-grow: 1;
  min-height: 100%;
  display: flex;
  flex-direction: row;
}

#l,
#r {
  padding: 1%;
  flex-basis: 50%;
  overflow: hidden;
}

#l {
  background: url("left01.jpg") no-repeat center center;
  background-size: cover;
  flex-basis: 52%;
  min-width: 92px;
}

#r {
  flex-basis: 48%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

#logotop img {
  width: 320px;
}

#logobottom {
  margin-top: auto;
}
#logobottom img {
  max-width: 280px;
}

#timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5% 0 6%;
}
#timer .part {
  padding: 18px;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 12px;
}
#timer .part .num {
  font-size: clamp(36px, 2.917vw, 56px);
}
#msg {
  font-size: clamp(21px, 1.5625vw, 30px);
  margin: 2% auto 8%;
  text-align: center;
  font-family: ds, arial, sans-serif;
  max-width: 820px;
  color: #333;
}
#msg strong {
  display: block;
  text-align: right;
  font-size: clamp(17px, 1.25vw, 24px);
  color: #000;
  margin-top: 12px;
}
#msg img {
  display: block;
  margin: auto;
  width: 88px;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: 400;
  font-size: clamp(17px, 1.25vw, 20px);
}

#notify {
  border: 1px solid #03284e;
  border-radius: 4px;
  width: 320px;
  max-width: 94%;
  display: flex;
  margin: auto;
  height: 36px;
}
#notify:before, #notify:after {
  content: "";
  display: table;
  clear: both;
}
#notify input,
#notify button {
  height: 34px;
  line-height: 34px;
}
#notify input {
  border: none;
  background: rgba(0, 0, 0, 0.05);
  flex-grow: 1;
}
#notify button {
  padding: 0 24px;
  font-size: 16px;
  border-width: 0 0 0 0;
  background: #03284e;
  border-color: #03284e;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#notify button:disabled {
  background-color: #aaa;
  cursor: default;
}

@media screen and (max-width: 768px) {
  #cntnr #l {
    flex-basis: 92px;
  }
  #cntnr #r {
    flex-basis: calc(100% - 92px);
  }
  #notify {
    flex-direction: column;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
