@charset "UTF-8";
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.pop__wrap--fail .pop__title, .pop__list, .pop__text, .form__text, .index__text, .success__title, .success__text, .success__subtitle, .awards__info {
  text-shadow: 0 0 7px #021c0e;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #333333;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.2;
  overflow-x: hidden;
  position: relative;
}

select, button, textarea, input {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
}

a {
  color: #ffffff;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1200px;
  }
}

.btn {
  font-size: 1em;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding: 0;
}

.btn img {
  display: block;
}

.btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.pop__container {
  padding-top: 15px;
  padding-bottom: 60px;
}

.pop__close {
  width: 54px;
  height: 54px;
  border-radius: 100em;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
  background: #0e543b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  top: 80px;
  right: 38px;
}

@media (max-width: 991px) {
  .pop__close {
    top: 40px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .pop__close {
    top: -20px;
    right: -15px;
  }
}

.pop__close::before {
  content: "";
  display: block;
  width: 8px;
  height: 36px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 22px;
  z-index: 1;
}

.pop__close::after {
  content: "";
  display: block;
  width: 8px;
  height: 36px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 22px;
  z-index: 1;
}

@media (min-width: 768px) {
  .pop__close:hover {
    opacity: 0.8;
  }
}

.pop__wrap {
  position: relative;
  z-index: 2;
}

.pop__wrap--1 {
  width: 936px;
  height: 510px;
  background: url("../images/pop/pop1-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__wrap--1 {
    width: 750px;
    height: 100%;
    background-size: 100% 92%;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--1 {
    background: #2fc877;
    border: 7px solid #cffae8;
    width: 90vw;
    padding-bottom: 8vw;
    border-radius: 50px;
  }
  .pop__wrap--1::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--1::after {
  content: "";
  display: block;
  width: 100%;
  height: 276px;
  background: url("../images/pop/pop1-body-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -58px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .pop__wrap--1::after {
    width: calc(100% + 20px);
    height: 29vw;
    bottom: -7vw;
    left: -5px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--1::after {
    width: 100%;
    left: 0;
  }
}

.pop__wrap--1 .pop__block {
  width: 652px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .pop__wrap--1 .pop__block {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--1 .pop__block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pop__wrap--1 .pop__title {
  width: 100%;
  height: 68px;
  background: url("../images/pop/pop1-title.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .pop__wrap--1 .pop__title {
    height: 58px;
    background-size: auto 100%;
  }
}

@media (max-width: 480px) {
  .pop__wrap--1 .pop__title {
    height: 44px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--1 .pop__title {
    height: 40px;
  }
}

.pop__wrap--1 .pop__head {
  position: relative;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  margin-bottom: -34px;
  z-index: 2;
}

.pop__wrap--1 .pop__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-2.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 767px) {
  .pop__wrap--1 .pop__head::before {
    height: 120px;
  }
}

.pop__wrap--1 .pop__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-1.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .pop__wrap--1 .pop__head::after {
    height: 120px;
  }
}

.pop__wrap--1 .pop__text {
  margin-top: 20px;
}

.pop__wrap--1 .pop__btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pop__wrap--1 .pop__btn img {
    width: 140px;
  }
}

.pop__wrap--2 {
  width: 936px;
  height: 510px;
  background: url("../images/pop/pop1-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__wrap--2 {
    width: 750px;
    height: 100%;
    background-size: 100% 92%;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--2 {
    background: #2fc877;
    border: 7px solid #cffae8;
    width: 90vw;
    padding-bottom: 8vw;
    border-radius: 50px;
  }
  .pop__wrap--2::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--2::after {
  content: "";
  display: block;
  width: 100%;
  height: 212px;
  background: url("../images/pop/pop2-body-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .pop__wrap--2::after {
    bottom: -75px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--2::after {
    width: calc(100% + 20px);
    height: 27vw;
    bottom: -14vw;
    left: -5px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--2::after {
    width: 100%;
    left: 0;
  }
}

.pop__wrap--2 .pop__block {
  width: 750px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .pop__wrap--2 .pop__block {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--2 .pop__block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pop__wrap--2 .pop__title {
  width: 100%;
  height: 68px;
  background: url("../images/pop/pop2-title.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .pop__wrap--2 .pop__title {
    height: 58px;
    background-size: auto 100%;
  }
}

@media (max-width: 480px) {
  .pop__wrap--2 .pop__title {
    height: 40px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--2 .pop__title {
    height: 34px;
  }
}

.pop__wrap--2 .pop__head {
  position: relative;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  margin-bottom: -34px;
  z-index: 2;
}

.pop__wrap--2 .pop__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-2.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 767px) {
  .pop__wrap--2 .pop__head::before {
    height: 120px;
  }
}

.pop__wrap--2 .pop__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-1.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .pop__wrap--2 .pop__head::after {
    height: 120px;
  }
}

.pop__wrap--2 .pop__text {
  margin-top: 20px;
}

.pop__wrap--2 .pop__btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pop__wrap--2 .pop__btn img {
    width: 140px;
  }
}

.pop__wrap--3 {
  width: 936px;
  height: 510px;
  background: url("../images/pop/pop1-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__wrap--3 {
    width: 750px;
    height: 100%;
    background-size: 100% 92%;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--3 {
    background: #2fc877;
    border: 7px solid #cffae8;
    width: 90vw;
    padding-bottom: 14vw;
    border-radius: 50px;
  }
  .pop__wrap--3::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--3::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: url("../images/pop/pop3-body-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .pop__wrap--3::after {
    bottom: -55px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--3::after {
    width: calc(100% + 5vw);
    height: 27vw;
    bottom: -14vw;
    left: -5px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--3::after {
    width: 100%;
    left: 0;
  }
}

.pop__wrap--3 .pop__block {
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .pop__wrap--3 .pop__block {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pop__wrap--3 .pop__title {
  width: 100%;
  height: 68px;
  background: url("../images/pop/pop3-title.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__title {
    height: 58px;
    background-size: auto 100%;
  }
}

@media (max-width: 480px) {
  .pop__wrap--3 .pop__title {
    height: 40px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--3 .pop__title {
    height: 34px;
  }
}

.pop__wrap--3 .pop__head {
  position: relative;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  margin-bottom: -34px;
  z-index: 2;
}

.pop__wrap--3 .pop__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-2.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__head::before {
    height: 120px;
  }
}

.pop__wrap--3 .pop__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-1.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__head::after {
    height: 120px;
  }
}

.pop__wrap--3 .pop__list ul {
  width: 50%;
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__list ul {
    width: 100%;
  }
}

.pop__wrap--3 .pop__list li {
  padding-right: 15px;
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__list li {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .pop__wrap--3 .pop__btn {
    margin-top: 20px;
  }
  .pop__wrap--3 .pop__btn img {
    width: 140px;
  }
}

.pop__wrap--4 {
  width: 936px;
  height: 510px;
  background: url("../images/pop/pop1-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__wrap--4 {
    width: 750px;
    height: 100%;
    background-size: 100% 92%;
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--4 {
    background: #2fc877;
    border: 7px solid #cffae8;
    width: 90vw;
    padding-bottom: 8vw;
    border-radius: 50px;
  }
  .pop__wrap--4::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

@media (max-width: 480px) {
  .pop__wrap--4 {
    padding-bottom: 12vw;
  }
}

.pop__wrap--4::after {
  content: "";
  display: block;
  width: 100%;
  height: 212px;
  background: url("../images/pop/pop4-body-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .pop__wrap--4::after {
    left: 1vw;
    bottom: -75px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--4::after {
    width: calc(100% + 40px);
    height: 27vw;
    bottom: -15vw;
    left: -2vw;
  }
}

@media (max-width: 480px) {
  .pop__wrap--4::after {
    width: calc(100% + 20px);
    bottom: -16vw;
  }
}

@media (max-width: 374px) {
  .pop__wrap--4::after {
    width: 100%;
    left: 0;
  }
}

.pop__wrap--4 .pop__block {
  width: 780px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .pop__wrap--4 .pop__block {
    width: 580px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__block {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pop__wrap--4 .pop__title {
  width: 100%;
  height: 68px;
  background: url("../images/pop/pop4-title.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (max-width: 991px) {
  .pop__wrap--4 .pop__title {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__title {
    width: 100%;
    margin-left: 0;
    height: 55px;
    background-size: auto 100%;
  }
}

@media (max-width: 480px) {
  .pop__wrap--4 .pop__title {
    height: 38px;
  }
}

@media (max-width: 374px) {
  .pop__wrap--4 .pop__title {
    height: 28px;
  }
}

.pop__wrap--4 .pop__head {
  position: relative;
  -webkit-transform: translateY(-34px);
          transform: translateY(-34px);
  margin-bottom: -34px;
  z-index: 2;
}

.pop__wrap--4 .pop__head::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-2.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__head::before {
    height: 120px;
  }
}

.pop__wrap--4 .pop__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background: url("../images/pop/pop1-head-1.png");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__head::after {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__body {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pop__wrap--4 .pop__list {
  margin-top: 10px;
}

.pop__wrap--4 .pop__btn {
  margin-top: 20px;
  text-align: center;
}

.pop__wrap--4 .pop__btn img {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .pop__wrap--4 .pop__btn img {
    width: 140px;
  }
}

.pop__wrap--5 {
  width: 980px;
  height: 760px;
  background: url("../images/pop/pop5-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 72px;
}

@media (max-width: 991px) {
  .pop__wrap--5 {
    background-size: 100% 100%;
    width: 750px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--5 {
    background: #2fc877;
    border: 4px solid #cffae8;
    width: 90vw;
    padding-bottom: 8vw;
    border-radius: 50px;
    padding-top: 30px;
  }
  .pop__wrap--5::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--5 .pop__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url("../images/pop/pop5-block-bg.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.pop__wrap--5 .pop__btn {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .pop__wrap--5 .pop__btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--5 .pop__btn img {
    width: 200px;
  }
}

.pop__wrap--loading {
  width: 980px;
  height: 760px;
  background: url("../images/pop/pop5-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 72px;
}

@media (max-width: 991px) {
  .pop__wrap--loading {
    background-size: 100% 100%;
    width: 750px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--loading {
    background: #2fc877;
    border: 4px solid #cffae8;
    width: 90vw;
    padding-bottom: 8vw;
    border-radius: 50px;
    padding-top: 30px;
  }
  .pop__wrap--loading::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--loading .pop__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url("../images/pop/pop5-block-bg.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.pop__wrap--loading .pop__btn {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .pop__wrap--loading .pop__btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--loading .pop__btn img {
    width: 180px;
  }
}

.pop__wrap--loading .pop__btn img {
  cursor: pointer;
}

.pop__wrap--fail {
  width: 650px;
  height: 502px;
  background: url("../images/pop/pop-loading-wrap.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
}

@media (max-width: 767px) {
  .pop__wrap--fail {
    background: #2fc877;
    border: 4px solid #cffae8;
    width: 90vw;
    height: 100%;
    padding-bottom: 60px;
    border-radius: 50px;
    padding-top: 30px;
  }
  .pop__wrap--fail::before {
    content: "";
    display: block;
    width: calc( 100% - 10px);
    height: calc( 100% - 10px);
    border: 1px dashed #cffae8;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    border-radius: 44px;
    pointer-events: none;
  }
}

.pop__wrap--fail::after {
  content: "";
  display: block;
  width: 272px;
  height: 364px;
  background: url("../images/pop/pop-fail-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  right: -120px;
  bottom: 20px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .pop__wrap--fail::after {
    width: 100px;
    height: 130px;
    right: -5px;
    bottom: 0;
  }
}

@media (max-width: 480px) {
  .pop__wrap--fail::after {
    width: 80px;
    height: 105px;
  }
}

.pop__wrap--fail .pop__head {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .pop__wrap--fail .pop__head {
    padding-bottom: 15px;
  }
}

.pop__wrap--fail .pop__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url("../images/pop/pop5-block-bg.png");
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.pop__wrap--fail .pop__title {
  font-size: 3em;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pop__wrap--fail .pop__title {
    font-size: 2em;
  }
}

.pop__wrap--fail .pop__text {
  display: block;
}

.pop__wrap--fail .pop__btn {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .pop__wrap--fail .pop__btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .pop__wrap--fail .pop__btn img {
    width: 160px;
  }
}

.pop__wrap--fail .pop__btn img {
  cursor: pointer;
}

.pop__head {
  pointer-events: none;
}

.pop__body {
  position: relative;
  z-index: 2;
}

.pop__subtitle {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  background: #0e543b;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 10em;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .pop__subtitle {
    font-size: 1em;
    padding: 10px 15px;
  }
}

.pop__list {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  line-height: 1.65;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .pop__list {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .pop__list {
    font-size: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 374px) {
  .pop__list {
    font-size: 0.875em;
  }
}

.pop__list ul {
  list-style: none;
}

.pop__list li {
  position: relative;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .pop__list li {
    padding-left: 28px;
  }
}

.pop__list li::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -35px;
  position: absolute;
  top: 8px;
  left: 0;
}

.pop__text {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 991px) {
  .pop__text {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .pop__text {
    font-size: 1em;
  }
}

@media (max-width: 374px) {
  .pop__text {
    font-size: 0.875em;
  }
}

.pop__text .highlight {
  font-size: 1.5em;
  color: #fdff63;
  line-height: 1.33em;
}

.pop__btn {
  text-align: center;
  display: block;
}

.pop__btn img:hover {
  -webkit-animation: ani-index-go 0.8s ease infinite;
          animation: ani-index-go 0.8s ease infinite;
}

.pop__fb {
  -webkit-box-shadow: 8px 8px #fff;
          box-shadow: 8px 8px #fff;
  width: 820px;
  margin: 40px auto 0;
  padding-top: 50px;
  padding-bottom: 45px;
  border: 2px solid #fff;
  border-radius: 95px;
  background: url("../images/pop/pop-fb-bg.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__fb {
    width: 80%;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pop__fb {
    width: 92%;
    -webkit-box-shadow: 4px 4px #fff;
            box-shadow: 4px 4px #fff;
  }
}

@media (max-width: 480px) {
  .pop__fb {
    border-radius: 30px;
  }
}

.pop__fb::before {
  content: "";
  display: block;
  width: 262px;
  height: 288px;
  background: url("../images/pop/pop5-girl.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 20px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .pop__fb::before {
    width: 200px;
    height: 220px;
    top: -15px;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .pop__fb::before {
    width: 140px;
    height: 160px;
    left: auto;
    right: -10px;
    top: auto;
    bottom: -15px;
  }
}

@media (max-width: 575px) {
  .pop__fb::before {
    right: -20px;
    bottom: -65px;
  }
}

@media (max-width: 480px) {
  .pop__fb::before {
    width: 80px;
    height: 100px;
    right: -20px;
    bottom: -65px;
  }
}

.pop__fb-block {
  width: 614px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .pop__fb-block {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .pop__fb-block {
    width: 100%;
  }
}

.pop__fb-text-border {
  font-size: 1.25em;
  font-weight: 700;
  color: #0e543b;
  line-height: 2.1;
  text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,-2px -2px  #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff;
}

@media (max-width: 991px) {
  .pop__fb-text-border {
    font-size: 1em;
  }
}

@media (max-width: 374px) {
  .pop__fb-text-border {
    font-size: 0.875em;
  }
}

.pop__fb-text-border .highlight {
  font-size: 1.5em;
  line-height: 0.8em;
}

@supports (-webkit-text-stroke-width: 4px) {
  .pop__fb-text-border {
    -webkit-text-stroke: 4px #ffffff;
    text-shadow: none;
  }
}

.pop__fb-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  color: #0e543b;
  line-height: 2.1;
}

@media (max-width: 991px) {
  .pop__fb-text {
    font-size: 1em;
  }
}

@media (max-width: 374px) {
  .pop__fb-text {
    font-size: 0.875em;
  }
}

.pop__fb-text .highlight {
  font-size: 1.5em;
  line-height: 0.8em;
}

.pop__fb-item {
  margin-top: 15px;
}

.pop__loading {
  -webkit-box-shadow: 8px 8px #fff;
          box-shadow: 8px 8px #fff;
  width: 820px;
  margin: 55px auto 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fff;
  border-radius: 95px;
  background: url("../images/pop/pop-fb-bg.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  position: relative;
}

@media (max-width: 991px) {
  .pop__loading {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .pop__loading {
    width: 92%;
    -webkit-box-shadow: 4px 4px #fff;
            box-shadow: 4px 4px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .pop__loading {
    border-radius: 30px;
  }
}

.pop__loading::before {
  content: "";
  display: block;
  background: url("../images/pop/pop-loading-girl.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 261px;
  height: 216px;
  position: absolute;
  left: 20px;
  bottom: -1px;
}

@media (max-width: 991px) {
  .pop__loading::before {
    width: 180px;
    height: 149px;
  }
}

@media (max-width: 767px) {
  .pop__loading::before {
    display: none;
  }
}

.pop__loading-text {
  background: url("../images/pop/pop-loading-text.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 512px;
  height: 160px;
  margin-left: auto;
  margin-right: 20px;
  text-indent: -9999px;
}

@media (max-width: 991px) {
  .pop__loading-text {
    width: 380px;
    height: 120px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .pop__loading-text {
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .pop__loading-text {
    width: 280px;
    height: 94px;
  }
}

@media (max-width: 374px) {
  .pop__loading-text {
    width: 240px;
    height: 76px;
  }
}

.form {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 810px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .form {
    width: 100%;
  }
}

.form__text {
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .form__text {
    font-size: 1em;
  }
}

.form__block {
  padding-top: 25px;
}

.form__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.form__row:first-child {
  margin-top: 0;
}

.form__row:first-child .form__col:last-child .form__label {
  width: 86px;
}

@media (max-width: 767px) {
  .form__row:first-child .form__col:last-child .form__label {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .form__row:first-child .form__col:last-child .form__label {
    width: 110px;
  }
}

.form__row:first-child .form__col:last-child .form__input {
  padding-left: 96px;
}

@media (max-width: 767px) {
  .form__row:first-child .form__col:last-child .form__input {
    padding-left: 130px;
  }
}

@media (max-width: 480px) {
  .form__row:first-child .form__col:last-child .form__input {
    padding-left: 120px;
  }
}

.form__row--colspan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.form__row--colspan .form__col {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.form__col {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .form__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .form__col:first-child {
    margin-top: 0;
  }
}

.form__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__label {
  font-size: 1.125em;
  font-weight: 700;
  color: #008756;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 55px;
  width: 120px;
  padding-left: 15px;
  text-align: left;
}

@media (max-width: 767px) {
  .form__label {
    font-size: 1em;
    width: 110px;
  }
}

.form__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: #adadad;
  position: absolute;
  top: calc(50% - 22px);
  right: 0;
  z-index: 1;
}

.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 55px;
  font-size: 1.125em;
  font-weight: 400;
  background-color: #ffffff;
  line-height: 1.5;
  color: #333333;
  border: none;
  padding: 0px 20px 0 130px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 17px rgba(135, 99, 63, 0.34);
          box-shadow: 0 0 17px rgba(135, 99, 63, 0.34);
}

@media (max-width: 991px) {
  .form__input {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .form__input {
    padding-left: 120px;
  }
}

.form__input:focus {
  border-color: #009b63;
}

.form__input:disabled, .form__input[disabled] {
  background: #eeeeee;
  cursor: not-allowed;
}

.form__input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form__input::-moz-placeholder {
  color: #bdbdbd;
}

.form__input:-ms-input-placeholder {
  color: #bdbdbd;
}

.form__input::-ms-input-placeholder {
  color: #bdbdbd;
}

.form__input::placeholder {
  color: #bdbdbd;
}

.form__check {
  padding-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.form__check .form__checkbox {
  display: none;
}

.form__check .form__checkbox:disabled + label::before,
.form__check .form__checkbox[disabled] + label::before {
  background: #eeeeee;
}

.form__check .form__checkbox:checked + label::after {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  position: absolute;
  left: -27px;
  top: 6px;
  z-index: 2;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 -67px;
}

.form__check .form__checklabel {
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  position: relative;
}

@media (max-width: 991px) {
  .form__check .form__checklabel {
    font-size: 1em;
  }
}

.form__check .form__checklabel::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: -30px;
  z-index: 1;
}

.form__check .form__checklabel span {
  display: inline-block;
  line-height: 1.5;
}

.form__check .form__checklabel a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.form__check .form__checklabel a:hover {
  opacity: 0.8;
}

.form__verify {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .form__verify {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .form__verify {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form__verify-item {
  width: calc(100% - 171px);
}

@media (max-width: 480px) {
  .form__verify-item {
    width: 100%;
  }
}

.form__verify-img {
  width: 137px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .form__verify-img {
    padding-right: 0;
    margin-top: 10px;
  }
}

.form__verify-img img {
  display: block;
}

.form__verify-reflash {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: url("../images/reflash.svg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .form__verify-reflash {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: 5px;
  }
}

.form__verify .form__label {
  width: 86px;
}

@media (max-width: 767px) {
  .form__verify .form__label {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .form__verify .form__label {
    width: 110px;
  }
}

.form__verify .form__input {
  padding-left: 96px;
}

@media (max-width: 767px) {
  .form__verify .form__input {
    padding-left: 130px;
  }
}

@media (max-width: 480px) {
  .form__verify .form__input {
    padding-left: 120px;
  }
}

.form__btn {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__btn .btn {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .form__btn .btn {
    margin-left: 5px;
  }
}

.form__btn .btn:first-child {
  margin-left: 0;
}

.form__remark {
  font-size: 1em;
  font-weight: 500;
  color: #ffef7f;
  margin-left: 20px;
  line-height: 1.8;
}

@media (max-width: 480px) {
  .form__remark {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}

.form__list {
  border-top: 2px solid #27b56a;
  margin-top: 25px;
  padding-top: 20px;
}

@media (max-width: 1399px) {
  .form__list {
    width: calc(100% - 180px);
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .form__list {
    width: 100%;
    margin-left: auto !important;
  }
}

.header h1 {
  display: none;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.55);
  padding-left: 55px;
  padding-right: 55px;
  z-index: 1030;
}

@media (max-width: 1599px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
    background-position: right -50px top;
  }
}

@media (max-width: 1399px) {
  .navbar {
    background-position: right -100px top;
  }
}

@media (max-width: 1199px) {
  .navbar {
    background-position: right -120px top;
  }
}

@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
  }
}

@media (max-width: 991px) {
  .navbar--active .navbar__toggle-box {
    padding-bottom: 2px;
    height: 36px;
  }
  .navbar--active .navbar__toggle-item:first-child {
    top: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar--active .navbar__toggle-item:nth-child(2) {
    display: none;
  }
  .navbar--active .navbar__toggle-item:last-child {
    top: 17px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.navbar--active .navbar__overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

@media (max-width: 991px) {
  .navbar--active .navbar__overlay {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar--active .navbar__body {
    top: 66px;
  }
}

.navbar__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .navbar__block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .navbar__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 66px;
    position: relative;
    z-index: 11;
  }
  .navbar__head::before {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 66px;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 4;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  .navbar__head::before {
    height: 59px;
  }
}

.navbar__logo {
  position: relative;
  display: block;
  width: 227px;
  z-index: 5;
}

@media (max-width: 1199px) {
  .navbar__logo {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .navbar__logo {
    width: 183px;
  }
}

.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.navbar__toggle {
  width: 30px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  margin-left: 15px;
  display: none;
}

@media (max-width: 991px) {
  .navbar__toggle {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar__toggle {
    margin-left: 1rem;
  }
}

.navbar__toggle-item {
  display: block;
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.navbar__toggle-item:nth-child(2) {
  top: 19px;
}

.navbar__toggle-item:last-child {
  top: 25px;
}

.navbar__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .navbar__body {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 10;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 100px);
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}

.navbar__home {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 991px) {
  .navbar__home {
    padding: 15px;
    background: #009b63;
    width: 100%;
    text-align: center;
  }
}

.navbar__home-icon {
  display: inline-block;
  width: 36px;
  height: 34px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: 0 0;
}

@media (max-width: 991px) {
  .navbar__home-icon {
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-image: url("../images/icon.png");
    background-position: -36px 0;
  }
}

@media (min-width: 992px) {
  .navbar__home:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.navbar__links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-left: 13px;
}

@media (max-width: 991px) {
  .navbar__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background: #009b63;
    padding-right: 0;
    margin-left: 0;
    padding-top: 0;
  }
}

.navbar__link {
  display: block;
  position: relative;
  font-size: 1.5em;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background: #009b63;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  line-height: 56px;
  min-width: 172px;
  border-radius: 10em;
  margin-left: 13px;
}

@media (max-width: 1399px) {
  .navbar__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .navbar__link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .navbar__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    border-radius: 0;
    border-top: 1px solid #dbdbdb;
    padding: 15px;
    margin-left: 0;
    font-size: 1.125em;
    color: #fff;
  }
}

.navbar__link:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .navbar__link:hover {
    color: #009b63;
    background: #ffffff;
  }
}

.navbar__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 13px;
  padding: 8px 35px;
  border: 2px solid #38c592;
  border-radius: 10em;
}

@media (max-width: 1399px) {
  .navbar__social {
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .navbar__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}

.navbar__social-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
}

@media (max-width: 1199px) {
  .navbar__social-block {
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .navbar__social-block {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #dbdbdb;
    padding: 15px;
  }
}

.navbar__social-block:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.navbar__social-title {
  font-size: 1.125em;
  font-weight: 700;
  color: #333333;
  width: 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .navbar__social-title {
    width: auto;
  }
}

.navbar__social a.navbar__social-title {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

.navbar__social a.navbar__social-title:hover {
  color: #009b63;
}

.navbar__social-item {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.navbar__social-item img {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .navbar__social-item:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.navbar .jsNavList .navbar__link-item:last-child {
  display: none;
}

.navbar .jsNavList:hover .navbar__link-item:first-child {
  display: none;
}

.navbar .jsNavList:hover .navbar__link-item:last-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer {
  background: #203c7d;
}

.footer__block {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .footer__block {
    font-size: 0.875em;
    padding: 1rem 0;
  }
}

.footer__item {
  margin-left: 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .footer__item {
    margin-left: 0px;
    display: block;
  }
}

.footer__item:first-child {
  margin-left: 0;
}

.index {
  background: url("../images/index/index-bg.jpg"), #ffe487;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-top: 110px;
  padding-bottom: 60px;
  text-align: center;
}

@media (max-width: 1399px) {
  .index {
    padding-bottom: 120px;
  }
}

@media (max-width: 1199px) {
  .index {
    background: url("../images/index/index-bg-tb.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 1050px;
  }
}

@media (max-width: 991px) {
  .index {
    height: auto;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .index {
    background: url("../images/index/index-bg-sm.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 70px;
  }
}

.index .container {
  width: 854px;
}

@media (max-width: 1399px) {
  .index .container {
    width: 650px;
  }
}

@media (max-width: 1199px) {
  .index .container {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .index .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.index__title {
  background: url("../images/index/index-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 630px;
  height: 274px;
  text-indent: -9999px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .index__title {
    width: 500px;
    height: 217px;
  }
}

@media (max-width: 767px) {
  .index__title {
    width: 400px;
    height: 170px;
  }
}

@media (max-width: 480px) {
  .index__title {
    width: 300px;
    height: 125px;
  }
}

@media (max-width: 374px) {
  .index__title {
    width: 280px;
    height: 130px;
  }
}

.index__fish {
  pointer-events: none;
}

.index__fish-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .index__fish-item {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .index__fish-item {
    top: 140px;
  }
}

@media (max-width: 480px) {
  .index__fish-item {
    top: 125px;
  }
}

.index__fish-item:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-1.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 3s ease infinite;
          animation: ani-indexfish 3s ease infinite;
}

@media (max-width: 1199px) {
  .index__fish-item:first-child::before {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .index__fish-item:first-child::before {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .index__fish-item:first-child::before {
    background-size: 700px auto;
    background-position: left 40% top;
  }
}

.index__fish-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-1-1.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1199px) {
  .index__fish-item:first-child::after {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .index__fish-item:first-child::after {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .index__fish-item:first-child::after {
    background-size: 700px auto;
    background-position: left 40% top;
  }
}

.index__fish-item:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-2.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 1199px) {
  .index__fish-item:nth-child(2)::before {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .index__fish-item:nth-child(2)::before {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .index__fish-item:nth-child(2)::before {
    background-size: 700px auto;
    background-position: right 40% top;
  }
}

.index__wrap {
  position: relative;
  z-index: 3;
  width: 568px;
}

@media (max-width: 1399px) {
  .index__wrap {
    width: 460px;
  }
}

@media (max-width: 1199px) {
  .index__wrap {
    width: 440px;
  }
}

@media (max-width: 767px) {
  .index__wrap {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 374px) {
  .index__wrap {
    width: 100%;
  }
}

.index__box {
  width: 100%;
  border: 5px solid #ffffff;
  border: 6px solid #07a0a8;
  position: relative;
  border-radius: 68px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .index__box {
    border-radius: 50px;
    margin-top: 40px;
  }
}

.index__box::before {
  content: "";
  display: block;
  width: 352px;
  height: 44px;
  background: url("../images/index/index-wrap-bg-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: calc(50% - 171px);
  z-index: 1;
}

@media (max-width: 1199px) {
  .index__box::before {
    width: 300px;
    left: calc(50% - 150px);
  }
}

@media (max-width: 767px) {
  .index__box::before {
    width: 70%;
    left: 15%;
  }
}

@media (max-width: 480px) {
  .index__box::before {
    width: 60%;
    left: 20%;
  }
}

.index__box::after {
  content: "";
  display: block;
  width: 406px;
  height: 36px;
  background: url("../images/index/index-wrap-bg-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -42px;
  left: calc(50% - 203px);
  z-index: 1;
}

@media (max-width: 1399px) {
  .index__box::after {
    width: 70%;
    left: 15%;
  }
}

.index__block {
  border: 5px solid #ffffff;
  background: #2fc877;
  border-radius: 66px;
  padding: 46px 20px 35px 20px;
}

@media (max-width: 1399px) {
  .index__block {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .index__block {
    padding: 30px 0 0 0;
    border-radius: 46px;
  }
}

@media (max-width: 480px) {
  .index__block {
    padding-top: 20px;
  }
}

.index__text {
  font-size: 1.375em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 1399px) {
  .index__text {
    font-size: 1.125em;
  }
}

@media (max-width: 1199px) {
  .index__text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .index__text {
    font-size: 0.9375em;
  }
}

@media (max-width: 374px) {
  .index__text {
    font-size: 0.875em;
  }
}

.index__text .highlight {
  color: #fdff63;
  font-size: 1.18em;
}

.index__gift {
  width: 294px;
  height: 232px;
  background: url("../images/index/index-gift.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  left: -2px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .index__gift {
    width: 210px;
    height: 160px;
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .index__gift {
    width: 200px;
    height: 158px;
  }
}

@media (max-width: 767px) {
  .index__gift {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .index__gift {
    width: 160px;
    height: 124px;
  }
}

.index__btn {
  padding-left: 280px;
  margin-top: 15px;
}

.index__btn img {
  -webkit-animation: ani-index-go 0.8s ease infinite;
          animation: ani-index-go 0.8s ease infinite;
}

@media (max-width: 1399px) {
  .index__btn {
    padding-left: 240px;
  }
  .index__btn img {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .index__btn {
    padding-left: 210px;
  }
  .index__btn img {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .index__btn {
    padding-left: 0;
    text-align: center;
  }
  .index__btn img {
    width: 200px;
    margin: 10px auto;
  }
}

.index__girl {
  width: 490px;
  height: 500px;
  background: url("../images/index/index-girl.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -44px;
  right: -404px;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: ani-index-girl 1.6s steps(2) infinite;
          animation: ani-index-girl 1.6s steps(2) infinite;
}

@media (max-width: 1599px) {
  .index__girl {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    bottom: -80px;
    right: -370px;
  }
}

@media (max-width: 1399px) {
  .index__girl {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    bottom: -160px;
    right: -350px;
  }
}

@media (max-width: 1199px) {
  .index__girl {
    bottom: -140px;
  }
}

@media (max-width: 767px) {
  .index__girl {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    right: -190px;
    bottom: -180px;
    z-index: 3;
  }
}

@media (max-width: 374px) {
  .index__girl {
    bottom: -190px;
  }
}

@media (max-width: 1199px) {
  .index__vendor {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .index__vendor {
    width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .index__vendor {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .index__vendor {
    width: 100%;
  }
}

.index__vendor-item {
  display: block;
  position: absolute;
  z-index: 2;
  text-indent: -9999px;
}

@media (max-width: 1199px) {
  .index__vendor-item {
    z-index: 3;
  }
}

.index__vendor-item::before {
  content: "";
  display: block;
  width: 36px;
  height: 39px;
  background: url("../images/index/index-go.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  -webkit-animation: ani-index-go 1s ease infinite;
          animation: ani-index-go 1s ease infinite;
}

@media (max-width: 767px) {
  .index__vendor-item::before {
    width: 28px;
  }
}

@media (max-width: 480px) {
  .index__vendor-item::before {
    width: 24px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item::before {
    width: 20px;
  }
}

.index__vendor-item:first-child {
  top: 394px;
  left: 9vw;
  width: 254px;
  height: 246px;
  background: url("../images/index/index-vendor-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  .index__vendor-item:first-child {
    left: 3vw;
  }
}

@media (max-width: 1399px) {
  .index__vendor-item:first-child {
    top: 350px;
    left: 5vw;
  }
}

@media (max-width: 1199px) {
  .index__vendor-item:first-child {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  .index__vendor-item:first-child {
    width: 200px;
    height: 190px;
  }
}

@media (max-width: 480px) {
  .index__vendor-item:first-child {
    width: 180px;
    height: 175px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:first-child {
    width: 150px;
    height: 145px;
  }
}

.index__vendor-item:first-child::before {
  top: 10px;
  right: 28%;
}

@media (max-width: 480px) {
  .index__vendor-item:first-child::before {
    top: 8px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:first-child::before {
    top: 6px;
  }
}

.index__vendor-item:nth-child(2) {
  top: 405px;
  right: 7vw;
  width: 296px;
  height: 246px;
  background: url("../images/index/index-vendor-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  .index__vendor-item:nth-child(2) {
    right: 2vw;
  }
}

@media (max-width: 1399px) {
  .index__vendor-item:nth-child(2) {
    top: 340px;
    right: 4vw;
  }
}

@media (max-width: 1199px) {
  .index__vendor-item:nth-child(2) {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 767px) {
  .index__vendor-item:nth-child(2) {
    width: 220px;
    height: 184px;
  }
}

@media (max-width: 480px) {
  .index__vendor-item:nth-child(2) {
    width: 195px;
    height: 165px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(2) {
    width: 165px;
    height: 135px;
  }
}

.index__vendor-item:nth-child(2)::before {
  top: 10px;
  right: 5%;
}

@media (max-width: 767px) {
  .index__vendor-item:nth-child(2)::before {
    top: 8px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(2)::before {
    top: 6px;
  }
}

.index__vendor-item:nth-child(3) {
  top: 605px;
  left: 3vw;
  width: 268px;
  height: 270px;
  background: url("../images/index/index-vendor-3.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  .index__vendor-item:nth-child(3) {
    left: 1vw;
  }
}

@media (max-width: 1199px) {
  .index__vendor-item:nth-child(3) {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  .index__vendor-item:nth-child(3) {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 480px) {
  .index__vendor-item:nth-child(3) {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(3) {
    width: 170px;
    height: 170px;
  }
}

.index__vendor-item:nth-child(3)::before {
  top: 10px;
  right: 23%;
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(3)::before {
    top: 8px;
  }
}

.index__vendor-item:nth-child(4) {
  top: 604px;
  right: 2vw;
  width: 236px;
  height: 294px;
  background: url("../images/index/index-vendor-4.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1599px) {
  .index__vendor-item:nth-child(4) {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .index__vendor-item:nth-child(4) {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 767px) {
  .index__vendor-item:nth-child(4) {
    width: 180px;
    height: 224px;
  }
}

@media (max-width: 480px) {
  .index__vendor-item:nth-child(4) {
    width: 170px;
    height: 204px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(4) {
    width: 150px;
    height: 184px;
  }
}

.index__vendor-item:nth-child(4)::before {
  top: 36px;
  right: 6%;
}

@media (max-width: 767px) {
  .index__vendor-item:nth-child(4)::before {
    top: 28px;
  }
}

@media (max-width: 374px) {
  .index__vendor-item:nth-child(4)::before {
    top: 24px;
  }
}

.inside {
  background: url("../images/common/inside-bg_01.jpg"), url("../images/common/inside-bg_02.jpg");
  background-size: auto,auto;
  background-position: center top,center top 385px;
  background-repeat: no-repeat,repeat-y;
  overflow: hidden;
  position: relative;
  padding-top: 105px;
  text-align: center;
}

@media (max-width: 1399px) {
  .inside {
    background-size: auto,105% auto;
  }
}

@media (max-width: 1199px) {
  .inside {
    background: url("../images/common/inside-bg-tb_01.jpg"), url("../images/common/inside-bg-tb_02.jpg");
    background-size: auto,100% auto;
    background-position: center top,center top 460px;
    background-repeat: no-repeat,repeat-y;
  }
}

@media (max-width: 991px) {
  .inside {
    background: url("../images/common/inside-bg-tb_01.jpg"), #ffe487;
    background-size: 1000px auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .inside {
    background: url("../images/index/index-bg-sm.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.inside--form {
  background: url("../images/form/form-bg.jpg"), #ffe487;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .inside--form {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .inside--form {
    background: url("../images/game/game-bg-sm.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.inside--game {
  background: url("../images/game/game-bg.jpg"), #ffe487;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .inside--game {
    background: url("../images/game/game-bg-tb.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 1050px;
  }
}

@media (max-width: 991px) {
  .inside--game {
    height: auto;
  }
}

@media (max-width: 767px) {
  .inside--game {
    background: url("../images/game/game-bg-sm.jpg"), #ffe487;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 65px;
  }
}

@media (max-width: 480px) {
  .inside--game {
    background-position: center top -50px;
  }
}

.inside--game .inside__title {
  background: url("../images/index/index-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 630px;
  height: 274px;
  text-indent: -9999px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .inside--game .inside__title {
    width: 500px;
    height: 217px;
  }
}

@media (max-width: 767px) {
  .inside--game .inside__title {
    width: 400px;
    height: 170px;
  }
}

@media (max-width: 480px) {
  .inside--game .inside__title {
    width: 300px;
    height: 125px;
  }
}

@media (max-width: 374px) {
  .inside--game .inside__title {
    width: 280px;
    height: 130px;
  }
}

.inside .container {
  width: 854px;
}

@media (max-width: 1399px) {
  .inside .container {
    width: 650px;
  }
}

@media (max-width: 1199px) {
  .inside .container {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .inside .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inside__title {
  background: url("../images/index/index-title.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 480px;
  height: 210px;
  text-indent: -9999px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .inside__title {
    width: 400px;
    height: 170px;
  }
}

@media (max-width: 480px) {
  .inside__title {
    width: 300px;
    height: 125px;
  }
}

@media (max-width: 374px) {
  .inside__title {
    width: 280px;
    height: 130px;
  }
}

.inside__fish {
  pointer-events: none;
}

.inside__fish-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .inside__fish-item {
    top: 100px;
  }
}

@media (max-width: 767px) {
  .inside__fish-item {
    top: 140px;
  }
}

@media (max-width: 480px) {
  .inside__fish-item {
    top: 125px;
  }
}

.inside__fish-item:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-1.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 3s ease infinite;
          animation: ani-indexfish 3s ease infinite;
}

@media (max-width: 1199px) {
  .inside__fish-item:first-child::before {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .inside__fish-item:first-child::before {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .inside__fish-item:first-child::before {
    background-size: 700px auto;
    background-position: left 40% top;
  }
}

.inside__fish-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-1-1.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1199px) {
  .inside__fish-item:first-child::after {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .inside__fish-item:first-child::after {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .inside__fish-item:first-child::after {
    background-size: 700px auto;
    background-position: left 40% top;
  }
}

.inside__fish-item:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/index/index-fish-2.png");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: ani-indexfish 2s ease infinite;
          animation: ani-indexfish 2s ease infinite;
}

@media (max-width: 1199px) {
  .inside__fish-item:nth-child(2)::before {
    background-size: 1400px auto;
  }
}

@media (max-width: 767px) {
  .inside__fish-item:nth-child(2)::before {
    background-size: 900px auto;
  }
}

@media (max-width: 480px) {
  .inside__fish-item:nth-child(2)::before {
    background-size: 700px auto;
    background-position: right 40% top;
  }
}

.inside__wrap {
  width: 100%;
  border: 5px solid #ffffff;
  border: 6px solid #07a0a8;
  position: relative;
  border-radius: 68px;
  width: 898px;
  margin: 20px auto 40px;
  z-index: 2;
  position: relative;
}

@media (max-width: 991px) {
  .inside__wrap {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .inside__wrap {
    border-radius: 40px;
    margin-top: 40px;
  }
}

.inside__wrap::before {
  content: "";
  display: block;
  width: 806px;
  height: 50px;
  background: url("../images/common/inside-wrap_01.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: calc(50% - 403px);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .inside__wrap::before {
    width: 90%;
    left: 5%;
  }
}

.inside__wrap::after {
  content: "";
  display: block;
  width: 806px;
  height: 22px;
  background: url("../images/common/inside-wrap_02.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 403px);
  z-index: 1;
}

@media (max-width: 991px) {
  .inside__wrap::after {
    width: 70%;
    left: 15%;
    height: 15px;
    bottom: -18px;
    background-size: 100% auto;
  }
}

@media (max-width: 374px) {
  .inside__wrap::after {
    background-size: 100% 110%;
    height: 10px;
    bottom: -13px;
  }
}

.inside__block {
  border: 5px solid #ffffff;
  background: #2fc877;
  border-radius: 62px;
  padding: 44px 20px 35px 20px;
}

@media (max-width: 1399px) {
  .inside__block {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .inside__block {
    padding: 30px 15px 80px 15px;
    border-radius: 36px;
  }
}

@media (max-width: 480px) {
  .inside__block {
    padding-top: 20px;
  }
}

.inside__block--form::before {
  content: "";
  display: block;
  width: 352px;
  height: 392px;
  background: url("../images/common/inside-wrap-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -280px;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .inside__block--form::before {
    width: 230px;
    height: 260px;
    right: -30px;
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .inside__block--form::before {
    width: 130px;
    height: 160px;
    bottom: -60px;
    right: -15px;
  }
}

.inside__block--notice {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.inside__block--notice::before {
  content: "";
  display: block;
  width: 352px;
  height: 392px;
  background: url("../images/common/inside-wrap-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 120px;
  right: -280px;
  z-index: 4;
  pointer-events: none;
}

@media (max-width: 1399px) {
  .inside__block--notice::before {
    width: 230px;
    height: 260px;
    right: -200px;
    top: 50px;
  }
}

@media (max-width: 1199px) {
  .inside__block--notice::before {
    top: auto;
    right: -60px;
    bottom: -50px;
  }
}

@media (max-width: 767px) {
  .inside__block--notice::before {
    width: 130px;
    height: 160px;
    bottom: -60px;
    right: -15px;
  }
}

.game {
  position: relative;
  height: 515px;
}

@media (max-width: 1199px) {
  .game {
    height: 740px;
  }
}

@media (max-width: 767px) {
  .game {
    height: 670px;
  }
}

@media (max-width: 575px) {
  .game {
    height: 580px;
  }
}

@media (max-width: 480px) {
  .game {
    height: 534px;
  }
}

.game__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 40px;
  right: 2vw;
  z-index: 2;
}

@media (max-width: 767px) {
  .game__info {
    bottom: 15px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .game__info {
    right: calc(50% - 110px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 120px;
    bottom: 30px;
    right: 30px;
  }
}

@media (max-width: 480px) {
  .game__info {
    right: 10px;
    width: 110px;
  }
}

@media (max-width: 374px) {
  .game__info {
    bottom: 10px;
    width: 100%;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .game__info-item {
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .game__info-item {
    position: relative;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  .game__info-item {
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  .game__info-item:first-child {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .game__info-item:first-child {
    margin-top: 0;
  }
}

.game__info-item:first-child .game__info-body {
  background: #2b9788;
}

.game__info-item:first-child .game__info-qty {
  color: #2b9788;
}

.game__info-item:nth-child(2) .game__info-body {
  background: #745642;
}

.game__info-item:nth-child(2) .game__info-qty {
  color: #745642;
}

@media (max-width: 575px) {
  .game__info-head {
    position: absolute;
    top: -5px;
    left: -34px;
    z-index: 1;
  }
}

@media (max-width: 991px) {
  .game__info-head img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .game__info-head img {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .game__info-head img {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .game__info-head img {
    width: 50px;
  }
}

.game__info-body {
  font-size: 1.375em;
  font-weight: 700;
  color: #fff;
  width: 160px;
  height: 38px;
  line-height: 38px;
  border-radius: 10em;
  margin: 15px auto 0;
  position: relative;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .game__info-body {
    width: 120px;
    font-size: 1.125em;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .game__info-body {
    font-size: 1em;
    width: 100px;
  }
}

@media (max-width: 575px) {
  .game__info-body {
    width: 120px;
    padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .game__info-body {
    width: 100px;
    padding-left: 8px;
    height: 34px;
    line-height: 34px;
    font-size: 0.875em;
  }
}

.game__info-qty {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 10em;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -6px;
  right: -16px;
  z-index: 1;
}

@media (max-width: 991px) {
  .game__info-qty {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -2px;
    right: -14px;
  }
}

.game__countdown {
  position: absolute;
  left: 1vw;
  bottom: 25px;
  z-index: 1;
  padding-left: 303px;
}

@media (max-width: 1399px) {
  .game__countdown {
    padding-left: 230px;
  }
}

@media (max-width: 1199px) {
  .game__countdown {
    padding-left: 170px;
  }
}

@media (max-width: 767px) {
  .game__countdown {
    bottom: 15px;
    left: 10px;
  }
}

@media (max-width: 575px) {
  .game__countdown {
    padding-left: 120px;
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  .game__countdown {
    padding-left: 95px;
  }
}

@media (max-width: 374px) {
  .game__countdown {
    bottom: 50px;
  }
}

.game__countdown-block {
  background: url("../images/game/game-countdown.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 204px;
  height: 232px;
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

@media (max-width: 1399px) {
  .game__countdown-block {
    width: 180px;
    height: 206px;
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .game__countdown-block {
    width: 114px;
    height: 130px;
    padding-top: 45px;
  }
}

.game__countdown-item {
  font-size: 5.625em;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1399px) {
  .game__countdown-item {
    font-size: 5em;
  }
}

@media (max-width: 767px) {
  .game__countdown-item {
    font-size: 2.5em;
  }
}

.game__countdown-qty {
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 1399px) {
  .game__countdown-qty {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .game__countdown-qty {
    font-size: 1em;
  }
}

.game__countdown::before {
  content: "";
  display: block;
  background: url("../images/game/game-countdown-bg.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 424px;
  height: 462px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1399px) {
  .game__countdown::before {
    width: 350px;
    height: 380px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .game__countdown::before {
    width: 250px;
    height: 275px;
  }
}

@media (max-width: 575px) {
  .game__countdown::before {
    width: 180px;
    height: 205px;
  }
}

@media (max-width: 480px) {
  .game__countdown::before {
    width: 155px;
    height: 175px;
  }
}

.game__block {
  padding-left: 200px;
  position: relative;
}

.game__item {
  position: absolute;
}

@media (max-width: 575px) {
  .game__item {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (max-width: 480px) {
  .game__item {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

.game__item:first-child {
  width: 98px;
  height: 78px;
  top: 130px;
  left: 28vw;
}

@media (max-width: 1599px) {
  .game__item:first-child {
    left: 32vw;
  }
}

@media (max-width: 1199px) {
  .game__item:first-child {
    left: 8vw;
  }
}

@media (max-width: 575px) {
  .game__item:first-child {
    top: 140px;
    left: 6vw;
  }
}

@media (max-width: 480px) {
  .game__item:first-child {
    top: 110px;
    z-index: 2;
  }
}

.game__item:nth-child(2) {
  width: 142px;
  height: 84px;
  top: 140px;
  left: 39vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(2) {
    top: 110px;
    left: 40vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(2) {
    left: 20vw;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(2) {
    top: 120px;
    left: 32vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(2) {
    top: 100px;
    left: 26vw;
  }
}

.game__item:nth-child(3) {
  width: 125px;
  height: 72px;
  top: 115px;
  left: 59vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(3) {
    left: 54vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(3) {
    left: 40vw;
  }
}

@media (max-width: 991px) {
  .game__item:nth-child(3) {
    left: 42vw;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(3) {
    top: 100px;
    left: auto;
    right: 15vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(3) {
    top: 100px;
  }
}

@media (max-width: 374px) {
  .game__item:nth-child(3) {
    right: 5vw;
  }
}

.game__item:nth-child(4) {
  width: 121px;
  height: 68px;
  top: 120px;
  right: 23vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(4) {
    right: 18vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(4) {
    top: 150px;
    right: 25vw;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(4) {
    top: 220px;
    right: 10vw;
    z-index: 4;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(4) {
    top: 210px;
    right: 26vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(4) {
    top: 220px;
    right: 30vw;
  }
}

.game__item:nth-child(4).active.animal .game__item-box::before {
  -webkit-animation-name: ani-game-box;
          animation-name: ani-game-box;
}

.game__item:nth-child(4).active.animal .game__item-box:after {
  -webkit-animation-name: ani-game-shandow;
          animation-name: ani-game-shandow;
}

.game__item:nth-child(5) {
  width: 164px;
  height: 180px;
  top: 74px;
  right: 9vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(5) {
    right: 3vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(5) {
    right: 4vw;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(5) {
    top: 140px;
    right: -2vw;
  }
}

@media (max-width: 374px) {
  .game__item:nth-child(5) {
    top: 130px;
  }
}

.game__item:nth-child(6) {
  width: 158px;
  height: 112px;
  top: 350px;
  left: 30vw;
}

@media (max-width: 1750px) {
  .game__item:nth-child(6) {
    left: 35vw;
  }
}

@media (max-width: 1599px) {
  .game__item:nth-child(6) {
    left: 38vw;
  }
}

@media (max-width: 1399px) {
  .game__item:nth-child(6) {
    left: 35vw;
    z-index: 3;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(6) {
    left: 45vw;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(6) {
    top: 390px;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(6) {
    top: 320px;
    left: 48vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(6) {
    top: 260px;
    left: 36vw;
  }
}

@media (max-width: 374px) {
  .game__item:nth-child(6) {
    top: 270px;
    left: 40vw;
  }
}

.game__item:nth-child(7) {
  width: 192px;
  height: 180px;
  top: 180px;
  left: 47vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(7) {
    top: 200px;
    left: 40vw;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(7) {
    height: 160px;
    top: 220px;
    left: 5vw;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(7) {
    top: 210px;
    left: -5vw;
  }
}

.game__item:nth-child(8) {
  width: 138px;
  height: 100px;
  top: 350px;
  left: 47vw;
  z-index: 3;
}

@media (max-width: 1599px) {
  .game__item:nth-child(8) {
    left: 50vw;
  }
}

@media (max-width: 1399px) {
  .game__item:nth-child(8) {
    top: 295px;
    left: 55vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(8) {
    left: auto;
    right: 20vw;
    top: 240px;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(8) {
    right: 35vw;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(8) {
    top: 220px;
    right: 46vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(8) {
    top: 150px;
  }
}

.game__item:nth-child(9) {
  width: 92px;
  height: 69px;
  top: 225px;
  right: 29vw;
  z-index: 2;
}

@media (max-width: 1599px) {
  .game__item:nth-child(9) {
    right: 30vw;
  }
}

@media (max-width: 1399px) {
  .game__item:nth-child(9) {
    right: 35vw;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(9) {
    right: 8vw;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(9) {
    top: 420px;
    right: 12vw;
    z-index: 3;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(9) {
    top: 360px;
    right: 8vw;
  }
}

@media (max-width: 480px) {
  .game__item:nth-child(9) {
    top: 340px;
    right: 15vw;
  }
}

@media (max-width: 374px) {
  .game__item:nth-child(9) {
    right: 6vw;
  }
}

.game__item:nth-child(9).active.animal .game__item-box::before {
  -webkit-animation-name: ani-game-box;
          animation-name: ani-game-box;
}

.game__item:nth-child(9).active.animal .game__item-box:after {
  -webkit-animation-name: ani-game-shandow;
          animation-name: ani-game-shandow;
}

.game__item:nth-child(10) {
  width: 160px;
  height: 138px;
  top: 375px;
  right: 31vw;
}

@media (max-width: 1399px) {
  .game__item:nth-child(10) {
    right: 38vw;
    top: 410px;
  }
}

@media (max-width: 1199px) {
  .game__item:nth-child(10) {
    top: 340px;
    right: 5vw;
  }
}

@media (max-width: 767px) {
  .game__item:nth-child(10) {
    top: 280px;
  }
}

@media (max-width: 575px) {
  .game__item:nth-child(10) {
    top: 260px;
    right: -4vw;
  }
}

@media (max-width: 374px) {
  .game__item:nth-child(10) {
    top: 210px;
    z-index: 2;
  }
}

.game__item.active .game__item-msg {
  opacity: 1;
}

.game__item.active .game__item-box {
  pointer-events: none;
}

.game__item.active.garbage .game__item-box {
  cursor: default;
}

.game__item.active.garbage .game__item-box::before {
  -webkit-animation: ani-game-box 1s cubic-bezier(0.77, -0.51, 0.32, 2.1);
          animation: ani-game-box 1s cubic-bezier(0.77, -0.51, 0.32, 2.1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.game__item.active.garbage .game__item-box:after {
  -webkit-animation: ani-game-sand 1s ease;
          animation: ani-game-sand 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.game__item.active.animal .game__item-box {
  cursor: default;
}

.game__item.active.animal .game__item-box::before {
  -webkit-animation: ani-game-shandow 1s ease;
          animation: ani-game-shandow 1s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.game__item.active.animal .game__item-box:after {
  -webkit-animation: ani-game-box 1s cubic-bezier(0.77, -0.51, 0.32, 2.1);
          animation: ani-game-box 1s cubic-bezier(0.77, -0.51, 0.32, 2.1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.game__item.active.animal .game__item-msg {
  -webkit-animation: ani-game-msg 2.5s ease;
          animation: ani-game-msg 2.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.game__item:nth-child(1) .game__item-box::before {
  background: url("../images/game/game-item-box-1-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(1) .game__item-box::after {
  background: url("../images/game/game-item-box-1-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(2) .game__item-box::before {
  background: url("../images/game/game-item-box-2-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(2) .game__item-box::after {
  background: url("../images/game/game-item-box-2-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(3) .game__item-box::before {
  background: url("../images/game/game-item-box-3-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(3) .game__item-box::after {
  background: url("../images/game/game-item-box-3-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(4) .game__item-box::before {
  background: url("../images/game/game-item-box-4-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(4) .game__item-box::after {
  background: url("../images/game/game-item-box-4-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(5) .game__item-box::before {
  background: url("../images/game/game-item-box-5-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(5) .game__item-box::after {
  background: url("../images/game/game-item-box-5-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(6) .game__item-box::before {
  background: url("../images/game/game-item-box-6-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(6) .game__item-box::after {
  background: url("../images/game/game-item-box-6-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(7) .game__item-box::before {
  background: url("../images/game/game-item-box-7-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(7) .game__item-box::after {
  background: url("../images/game/game-item-box-7-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(8) .game__item-box::before {
  background: url("../images/game/game-item-box-8-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(8) .game__item-box::after {
  background: url("../images/game/game-item-box-8-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(9) .game__item-box::before {
  background: url("../images/game/game-item-box-9-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(9) .game__item-box::after {
  background: url("../images/game/game-item-box-9-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(10) .game__item-box::before {
  background: url("../images/game/game-item-box-10-1.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item:nth-child(10) .game__item-box::after {
  background: url("../images/game/game-item-box-10-2.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.game__item-msg {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 206px;
  left: -50px;
  top: -105px;
  opacity: 0;
  pointer-events: none;
}

.game__item-box {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.game__item-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.game__item-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.success {
  padding-top: 65px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  min-height: 350px;
}

@media (max-width: 767px) {
  .success {
    min-height: 250px;
    padding-top: 30px;
  }
}

.success__title {
  font-size: 3em;
  font-weight: 700;
  color: #fefefe;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .success__title {
    font-size: 2.125em;
  }
}

@media (max-width: 767px) {
  .success__title {
    font-size: 1.5em;
  }
}

.success__img {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .success__img img {
    width: 140px;
  }
}

.success__text {
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .success__text {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .success__text {
    font-size: 1em;
  }
}

.success__subtitle {
  font-size: 2.25em;
  font-weight: 500;
  color: #fefefe;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .success__subtitle {
    font-size: 1.875em;
  }
}

@media (max-width: 767px) {
  .success__subtitle {
    font-size: 1.25em;
  }
}

.success__btn {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .success__btn {
    margin-top: 30px;
  }
}

.success__btn .btn img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .success__btn .btn img {
    width: 140px;
  }
}

.notice {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .notice {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .notice {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .notice {
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .notice {
    padding-bottom: 100px;
  }
}

.notice__title {
  background: url("../images/notice/notice-title.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 2.5em;
  font-weight: 700;
  color: #0e543b;
  height: 69px;
  line-height: 69px;
}

@media (max-width: 991px) {
  .notice__title {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .notice__title {
    font-size: 1.875em;
    height: 60px;
    line-height: 60px;
    background-size: auto 100%;
  }
}

@media (max-width: 480px) {
  .notice__title {
    height: 46px;
    line-height: 46px;
    font-size: 1.75em;
  }
}

@media (max-width: 374px) {
  .notice__title {
    height: 38px;
    line-height: 38px;
    font-size: 1.5em;
  }
}

.notice__wrap {
  margin-top: 20px;
  width: 826px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .notice__wrap {
    width: 100%;
  }
}

.notice__wrap:first-child {
  margin-top: 0;
  width: 100%;
}

.notice__wrap:nth-child(3) {
  margin-top: 60px;
}

.notice__block {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .notice__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .notice__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.notice__list, .notice__text {
  font-size: 1em;
  color: #003318;
  line-height: 1.625;
  font-weight: 500;
  text-align: left;
}

.notice__list {
  list-style: none;
  margin-left: 0;
}

.notice li {
  padding-left: 1em;
  position: relative;
}

.notice li::before {
  content: "‧";
  color: #003318;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.notice li .highlight {
  font-weight: 700;
  background: #f5ff6c;
  display: inline;
  line-height: 1.9;
}

.notice__subtitle {
  font-size: 1.5em;
  font-weight: 500;
  color: #003318;
  margin-top: 25px;
  text-align: center;
  background: #4ff09b;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px 0;
}

.awards {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.awards__info {
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  color: #fefefe;
  line-height: 1.65;
  width: 826px;
}

@media (max-width: 1199px) {
  .awards__info {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .awards__info {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .awards__info {
    font-size: 1em;
    padding-bottom: 5px;
  }
}

.awards__info .highlight {
  color: #fdff63;
}

.awards__info--sm {
  font-size: 0.8em;
}

.awards__block {
  background: url("../images/notice/awards-block-bg.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 45px;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .awards__block {
    background-size: 100% auto;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .awards__block {
    padding-top: 10vw;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.awards__item {
  text-align: left;
}

.awards__item:first-child {
  width: 410px;
  margin-left: calc((100% - 410px) / 1.8);
}

@media (max-width: 991px) {
  .awards__item:first-child {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .awards__item:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .awards__item:first-child {
    width: 260px;
  }
}

@media (max-width: 480px) {
  .awards__item:first-child .awards__qty {
    top: 60px;
    left: auto;
    right: 0;
  }
}

.awards__item:first-child .awards__head {
  padding-left: 90px;
}

@media (max-width: 480px) {
  .awards__item:first-child .awards__head {
    padding-left: 0;
  }
}

.awards__item:first-child .awards__body {
  padding-top: 15px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .awards__item:first-child .awards__body {
    padding-left: 70px;
  }
}

@media (max-width: 480px) {
  .awards__item:first-child .awards__body {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .awards__item:first-child .awards__pic img {
    width: 80%;
  }
}

.awards__item:nth-child(2) {
  width: 262px;
  position: absolute;
  left: 0.5vw;
  bottom: 40px;
  z-index: 1;
}

@media (max-width: 991px) {
  .awards__item:nth-child(2) {
    width: 240px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .awards__item:nth-child(2) {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

.awards__item:nth-child(2) .awards__qty {
  left: auto;
  right: 0;
  top: 50px;
}

@media (max-width: 991px) {
  .awards__item:nth-child(2) .awards__qty {
    top: 30px;
  }
}

.awards__item:nth-child(2) .awards__head {
  padding-left: 20px;
}

@media (max-width: 480px) {
  .awards__item:nth-child(2) .awards__head {
    padding-left: 0;
  }
}

.awards__item:nth-child(2) .awards__body {
  margin-top: -14px;
}

.awards__item:nth-child(3) {
  width: 262px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .awards__item:nth-child(3) {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .awards__item:nth-child(3) {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

.awards__item:nth-child(3) .awards__qty {
  left: -24px;
  top: 70px;
}

@media (max-width: 991px) {
  .awards__item:nth-child(3) .awards__qty {
    top: 50px;
  }
}

.awards__item:nth-child(3) .awards__head {
  padding-left: 60px;
}

.awards__item:nth-child(3) .awards__body {
  margin-top: 12px;
}

@media (max-width: 480px) {
  .awards__item:nth-child(3) .awards__body {
    margin-top: 0;
  }
}

.awards__head {
  position: relative;
}

.awards__title {
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.29;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  .awards__title {
    font-size: 1.25em;
  }
}

@media (max-width: 374px) {
  .awards__title {
    font-size: 1em;
  }
}

.awards__title--sm {
  font-size: 0.75em;
}

.awards__title-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.awards__title-border {
  text-shadow: 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
}

@media (min-width: 992px) {
  @supports (-webkit-text-stroke-width: 5px) {
    @media (max-width: 480px) {
      .awards__title-border {
        -webkit-text-stroke: 5px #006d33;
        text-shadow: 0 0 6px #ffffff,0 0 6px #ffffff,0 0 6px #ffffff;
      }
    }
  }
}

@media (min-width: 1200px) {
  @supports (-webkit-text-stroke-width: 6px) {
    .awards__title-border {
      -webkit-text-stroke: 6px #006d33;
      text-shadow: 0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff;
    }
  }
}

@media (max-width: 767px) {
  .awards__title-border {
    text-shadow: 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff !important;
  }
}

.awards__price {
  font-size: 0.9375em;
  font-weight: 500;
  color: #006d33;
  line-height: 25px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 10em;
  background: #fff;
  display: inline-block;
}

@media (max-width: 991px) {
  .awards__price {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .awards__price {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .awards__price {
    font-size: 0.875em;
  }
}

@media (max-width: 374px) {
  .awards__price {
    font-size: 0.875em;
  }
}

.awards__price .highlight {
  font-size: 1.33em;
  margin-left: 2px;
  margin-right: 2px;
}

.awards__qty {
  width: 80px;
  height: 80px;
  background: url("../images/notice/awards-qty.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 84px;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .awards__qty {
    font-size: 1.125em;
    line-height: 76px;
  }
}

@media (max-width: 480px) {
  .awards__qty {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1em;
  }
}

.awards__qty .highlight {
  font-size: 1.65em;
  line-height: 2.4em;
}

.awards__body {
  position: relative;
}

@media (max-width: 767px) {
  .awards__body::before {
    content: "";
    display: block;
    background: url("../images/notice/awards-bg.png");
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 300px;
    height: 113px;
    position: absolute;
    top: calc(50% -  40px);
    left: -20px;
  }
}

@media (max-width: 374px) {
  .awards__body::before {
    width: 260px;
    height: 98px;
    top: calc(50% -  49px);
    left: -30px;
  }
}

.method {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .method {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .method {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.method__item {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .method__item {
    width: 100%;
  }
}

.method__item:nth-child(2) .method__body-item {
  padding-left: calc(6em + 20px);
}

.method__item:nth-child(2) .method__body-title {
  min-width: calc(6em + 12px);
}

.method__item:nth-child(2) .method__body-title::after {
  margin-left: auto;
}

.method__head {
  width: 80px;
  height: 80px;
  background: url("../images/notice/awards-qty.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 80px;
  margin-bottom: -34px;
}

@media (max-width: 991px) {
  .method__head {
    font-size: 1.125em;
  }
}

@media (max-width: 480px) {
  .method__head {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1em;
  }
}

.method__body {
  text-align: left;
  background: url("../images/pop/pop-fb-bg.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  border-radius: 35px;
  padding: 50px 25px 25px;
  font-size: 1.25em;
  color: #fff;
  height: 191px;
}

@media (max-width: 991px) {
  .method__body {
    padding-top: 40px;
    height: 170px;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .method__body {
    font-size: 1.125em;
    height: auto;
  }
}

@media (max-width: 480px) {
  .method__body {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.method__body-item {
  margin-top: 10px;
  position: relative;
  padding-left: calc(2em + 26px);
}

.method__body-item:first-child {
  margin-top: 0;
}

.method__body-title {
  color: #a8f8ce;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.method__body-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #a8f8ce;
  margin-left: 5px;
}

.method__body a {
  color: #fdff63;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.method__body a:hover {
  opacity: 0.8;
}

.winning {
  padding-bottom: 50px;
  background: url("../images/notice/awards-block-bg.jpg");
  background-size: auto;
  background-position: center top 240px;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .winning {
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .winning {
    padding-bottom: 70px;
  }
}

.winning__wrap-item:last-child {
  padding-left: 17px;
  padding-right: 17px;
}

.winning__awards--col-2 {
  margin-top: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

@media (max-width: 1199px) {
  .winning__awards--col-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .winning__awards--col-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .winning__awards--col-2 {
    margin-top: 0;
  }
}

.winning__awards--col-2 .winning__awards-item {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .winning__awards--col-2 .winning__awards-item {
    width: 100%;
  }
}

.winning__awards--col-2 .winning__awards-item:first-child .winning__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.winning__awards-item--300 {
  margin-top: 55px;
}

.winning__awards-item--300 .winning__awards-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .winning__awards-item--300 .winning__awards-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.winning__awards-item--300 .winning__awards-head {
  text-align: left;
  margin-left: 20px;
  margin-right: -15%;
}

@media (max-width: 767px) {
  .winning__awards-item--300 .winning__awards-head {
    margin-right: 0;
    text-align: center;
  }
}

.winning__awards-item--300 .winning__awards-title {
  text-align: left;
}

.winning__awards-item--300 .winning__awards-body {
  width: 204px;
}

@media (max-width: 767px) {
  .winning__awards-item--300 .winning__awards-body {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}

.winning__awards-item--300 .winning__list {
  text-align: center;
}

@media (max-width: 767px) {
  .winning__awards-item--300 .winning__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.winning__awards-item--300 .winning__list-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 768px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .winning__awards-item--300 .winning__list-block {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .winning__awards-item--300 .winning__list-block {
    width: 240px;
  }
}

@media (max-width: 413px) {
  .winning__awards-item--300 .winning__list-block {
    width: 100%;
  }
}

.winning__awards-item--300 .winning__list-item {
  width: 347px;
  padding: 6px;
  margin-top: 0;
  border-radius: 10em;
}

@media (max-width: 991px) {
  .winning__awards-item--300 .winning__list-item {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .winning__awards-item--300 .winning__list-item {
    width: 100%;
  }
  .winning__awards-item--300 .winning__list-item:nth-child(even) {
    background: #46bd92;
  }
}

@media (min-width: 576px) {
  .winning__awards-item--300 .winning__list-item:nth-child(3), .winning__awards-item--300 .winning__list-item:nth-child(4), .winning__awards-item--300 .winning__list-item:nth-child(7), .winning__awards-item--300 .winning__list-item:nth-child(8) {
    background: #46bd92;
  }
}

@media (max-width: 767px) {
  .winning__awards-item {
    margin-top: 30px;
  }
}

.winning__awards-body {
  position: relative;
}

.winning__awards-title {
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.29;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .winning__awards-title {
    font-size: 1.25em;
  }
}

@media (max-width: 374px) {
  .winning__awards-title {
    font-size: 1em;
  }
}

.winning__awards-title--sm {
  font-size: 0.75em;
}

.winning__awards-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.winning__awards-border {
  text-shadow: 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff, 0 0 15px #ffffff;
}

@media (min-width: 992px) {
  @supports (-webkit-text-stroke-width: 5px) {
    @media (max-width: 480px) {
      .winning__awards-border {
        -webkit-text-stroke: 5px #006d33;
        text-shadow: 0 0 6px #ffffff,0 0 6px #ffffff,0 0 6px #ffffff;
      }
    }
  }
}

@media (min-width: 1200px) {
  @supports (-webkit-text-stroke-width: 6px) {
    .winning__awards-border {
      -webkit-text-stroke: 6px #006d33;
      text-shadow: 0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff;
    }
  }
}

@media (max-width: 767px) {
  .winning__awards-border {
    text-shadow: 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 5px #006d33, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff !important;
  }
}

.winning__awards-price {
  font-size: 0.9375em;
  font-weight: 500;
  color: #006d33;
  line-height: 25px;
  padding: 0 15px;
  margin-top: 10px;
  border-radius: 10em;
  background: #fff;
  display: inline-block;
}

@media (max-width: 991px) {
  .winning__awards-price {
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .winning__awards-price {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .winning__awards-price {
    font-size: 0.875em;
  }
}

@media (max-width: 374px) {
  .winning__awards-price {
    font-size: 0.875em;
  }
}

.winning__awards-price .highlight {
  font-size: 1.33em;
  margin-left: 2px;
  margin-right: 2px;
}

.winning__awards-qty {
  width: 80px;
  height: 80px;
  background: url("../images/notice/awards-qty.png");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 84px;
  position: absolute;
  top: -50px;
  left: calc(50% - 40px);
  z-index: 1;
}

@media (max-width: 991px) {
  .winning__awards-qty {
    font-size: 1.125em;
    line-height: 76px;
  }
}

@media (max-width: 480px) {
  .winning__awards-qty {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1em;
  }
}

.winning__awards-qty .highlight {
  font-size: 1.65em;
  line-height: 2.4em;
}

.winning__list {
  text-align: left;
  background: url("../images/pop/pop-fb-bg.jpg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  border-radius: 35px;
  padding: 40px 25px 25px;
  min-height: 132px;
  margin-top: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .winning__list {
    padding-top: 40px;
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .winning__list {
    font-size: 1em;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .winning__list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.winning__list-block {
  list-style: none;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .winning__list-block {
    font-size: 1.25em;
  }
}

.winning__list-item {
  margin-top: 8px;
}

.winning__list-item:first-child {
  margin-top: 0;
}

.winning__text {
  font-size: 1.125em;
  font-weight: 500;
  color: #fefefe;
  text-shadow: 0 0 7px #021c0e;
  width: 790px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.33;
  margin-top: 10px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .winning__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .winning__text {
    font-size: 1em;
  }
}

.winning__text .highlight {
  border-bottom: 3px solid #ffffff;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .winning__text .highlight {
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .hide--tb {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide--sm {
    display: none;
  }
}

.show--sm {
  display: none;
}

@media (max-width: 767px) {
  .show--sm {
    display: block;
  }
}

.show--mblg {
  display: none;
}

@media (max-width: 480px) {
  .show--mblg {
    display: block;
  }
}

.red {
  color: #cc1212;
}

.list {
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}

.list li {
  font-size: 0.875em;
  font-weight: 400;
  color: #156139;
  line-height: 1.57;
  padding-left: 15px;
  text-align: left;
}

.list li::before {
  content: "‧";
  display: inline-block;
  text-indent: -15px;
}

.gotop {
  width: 62px;
  height: 62px;
  background: #05797f;
  border-radius: 15px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  .gotop {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
}

.gotop::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 24px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-image: url("../images/icon.png");
  background-position: -30px -54px;
  margin-left: 11px;
  margin-top: 19px;
}

@media (max-width: 991px) {
  .gotop::before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-top: 14px;
    margin-left: 6px;
  }
}

.gotop:hover {
  -webkit-animation: ani-index-go 0.8s ease infinite;
          animation: ani-index-go 0.8s ease infinite;
}

@-webkit-keyframes ani-indexfish {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes ani-indexfish {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes ani-index-go {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-index-go {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-index-girl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1000px;
  }
}

@keyframes ani-index-girl {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1000px;
  }
}

@-webkit-keyframes ani-game-msg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani-game-msg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani-game-box {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 0;
  }
}

@keyframes ani-game-box {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    opacity: 0;
  }
}

@-webkit-keyframes ani-game-shandow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes ani-game-shandow {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes ani-game-sand {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani-game-sand {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
