.pop section .head h3, .pop section .head, .pop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop section .info .btn,
.pop section .info .btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pop section .info .form .telephone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.pop section .info .rules {
  display: flex;
  justify-content: center;
  align-content: flex-start;
}

.pop section .info .input {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333333;
  outline: none;
  background-color: #f5f5f3;
  border: 1px #c7c6c4 solid;
  border-radius: 5px;
}
.pop section .info .input:focus {
  padding: 0 14px;
  border: 2px #ffb534 solid;
}
.pop section .info .input input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.pop section .info .input input::placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.pop section .info .form.input_error .input {
  padding: 0 15px;
  border: 2px #e20b4d solid;
}

.pop section .info .btn,
.pop section .info .btn2 {
  display: block;
  margin: 30px auto 0;
  padding-bottom: 2px;
  width: 60%;
  max-width: 250px;
  min-height: 40px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #ed0180;
}
.pop section .info .btn:hover,
.pop section .info .btn2:hover {
  background-color: #ff8187;
}

.pop section .info .btn.btnColor,
.pop section .info .btn2.btnColor {
  background-color: #999999;
}
.pop section .info .btn.btnColor:hover,
.pop section .info .btn2.btnColor:hover {
  background-color: #bbbbbb;
}

.pop section .head {
  background-color: #ed0180;
  background-image: linear-gradient(to right, #ed0180 0%, #ff8187 100%);
}

body.popFix {
  overflow: hidden;
}

.pop {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #333333;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.pop.flex {
  display: flex;
}
.pop .popBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop section {
  display: none;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  max-height: calc(100% - 40px);
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.1);
  transition: 0.3s;
}
.pop section.scale {
  opacity: 1;
  transform: scale(1);
}
.pop section.flex {
  display: flex;
}
.pop section.wide {
  max-width: 760px;
}
.pop section .head {
  position: relative;
  padding-bottom: 2px;
  min-height: 50px;
  overflow: hidden;
}
.pop section .head h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}
.pop section .head .btn_close_w,
.pop section .head .btn_close_w2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 2px;
  width: 50px;
  height: 50px;
}
.pop section .head .btn_close_w img,
.pop section .head .btn_close_w2 img {
  width: 30%;
  transition: 0.5s;
}
.pop section .head .btn_close_w:hover img,
.pop section .head .btn_close_w2:hover img {
  transform: rotate(180deg);
}
.pop section .info {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
  overflow: auto;
}
.pop section .info h4 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #ed0180;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.pop section .info ol {
  margin: 0;
}
.pop section .info .pop_countdown {
  margin: -7px auto 0;
  padding: 7px 20px 8px;
  font-size: 20px;
  color: #ed0180;
  line-height: 1;
  border: 1px solid #ed0180;
}
.pop section .info .pop_countdown span {
  margin: 0 5px;
}
.pop section .info .ticket {
  margin-top: 23px;
  padding: 5%;
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: 1;
  background-image: url("../img_250425/ticket.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pop section .info .ticket .frame {
  padding: 12px;
  width: 100%;
  height: 100%;
  border: 3px #41b0bb solid;
}
.pop section .info .ticket .pop_award {
  margin-bottom: 8px;
  font-size: 36px;
  color: #ffffff;
  font-weight: 500;
}
.pop section .info .ticket .pop_price {
  font-size: 18px;
  color: #78ebf6;
}
.pop section .info .ticket .sn {
  margin-top: 15px;
  padding: 10px 12px 12px;
  font-size: 21px;
  color: #bdff70;
  line-height: 1;
  background-color: #177286;
  cursor: pointer;
}
.pop section .info .txt {
  margin: 20px 0 25px;
  line-height: 1.7;
  text-align: center;
}
.pop section .info .form {
  margin-bottom: 18px;
  width: 100%;
}
.pop section .info .form .label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}
.pop section .info .form .label b {
  color: #e20b4d;
}
.pop section .info .form:nth-child(3) .label .submenu label:first-child {
  margin-right: 15px;
}
.pop section .info .form .telephone .phone {
  flex-grow: 1;
}
.pop section .info .form .telephone .symbol {
  display: inline-block;
  min-width: 20px;
  font-size: 18px;
  text-align: center;
}
.pop section .info .form .telephone .extension {
  width: 90px;
  text-align: center;
}
.pop section .info .form .hide {
  display: none;
}
.pop section .info .error {
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  color: #e20b4d;
  text-align: left;
  line-height: 1.2;
}
.pop section .info .rules {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}
.pop section .info .rules input[type=checkbox] {
  margin: 4px 6px 0 0;
  width: 17px;
  height: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pop section .info .rules a {
  display: inline;
  margin-left: 5px;
  color: #2979dc;
  text-decoration: underline;
}
.pop section .info .rules a:hover {
  text-decoration: none;
}
.pop section .info .content {
  padding: 20px;
  width: 100%;
  font-size: 15px;
  overflow: auto;
  background-color: #f9f9f6;
  border: 1px #d5d5ce solid;
}
.pop section .info .content .intro {
  margin-bottom: 25px;
}
.pop section .info .content .part {
  margin-bottom: 20px;
}
.pop section .info .content .part h4 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #ed0180;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
}
.pop section .info .content .part:last-child {
  margin-bottom: 0;
}
.pop section .info .content .mb_10 {
  margin-bottom: 10px;
}
.pop section .info .cjk {
  padding-left: 32px;
}
.pop section .info .cjk li {
  list-style-type: cjk-ideographic;
}
.pop section .info .decimal {
  padding-left: 18px;
}
.pop section .info .decimal li {
  list-style-type: decimal;
}
.pop section .info .disc {
  padding-left: 22px;
}
.pop section .info .disc li {
  list-style-type: disc;
}
.pop section .info .btn2 {
  margin-top: 20px;
}
.pop section#pop_success p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .pop {
    padding: 15px;
  }
  .pop section {
    width: 100%;
  }
  .pop section .head {
    min-height: 45px;
  }
  .pop section .head h3 {
    font-size: 21px;
  }
  .pop section .head .btn_close_w,
  .pop section .head .btn_close_w2 {
    width: 45px;
    height: 45px;
  }
  .pop section .info {
    padding: 25px 15px;
    font-size: 15px;
  }
  .pop section .info h4 {
    font-size: 27px;
  }
  .pop section .info .pop_countdown {
    font-size: 18px;
  }
  .pop section .info .ticket .pop_award {
    font-size: 30px;
  }
  .pop section .info .ticket .pop_price {
    font-size: 16px;
  }
  .pop section .info .ticket .sn {
    font-size: 19px;
  }
  .pop section .info .form .label {
    font-size: 15px;
  }
  .pop section .info .form.input_error .input {
    padding: 0 12px;
  }
  .pop section .info .input {
    padding: 0 12px;
    font-size: 15px;
  }
  .pop section .info .input:focus {
    padding: 0 11px;
  }
  .pop section .info .error {
    font-size: 13px;
  }
  .pop section .info .rules {
    font-size: 15px;
  }
  .pop section .info .rules input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  .pop section .info .content {
    padding: 15px;
    max-height: 500px;
  }
  .pop section .info .content .part h4 {
    font-size: 17px;
  }
  .pop section .info .content .cjk {
    padding-left: 38px;
  }
  .pop section .info .content .decimal {
    padding-left: 25px;
  }
  .pop section .info .content .disc {
    padding-left: 23px;
  }
  .pop section .info .btn,
  .pop section .info .btn2 {
    margin-top: 25px;
    min-height: 36px;
    font-size: 16px;
  }
  .pop section .info .btn:hover,
  .pop section .info .btn2:hover {
    background-color: #ed0180;
  }
}/*# sourceMappingURL=pop.css.map */