* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  padding-top: 71px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content {
    padding-top: 67px;
  }
}

@media screen and (max-width: 440px) {
  .content {
    padding-top: 59px;
  }
}

footer {
  position: relative;
  z-index: 999;
}

footer .copyright {
  margin-top: 0;
}

.name-list {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(161, 198, 226, 0.97);
  color: #181818;
  font-weight: 300;
  height: 100vh;
  overflow-y: scroll;
}

.name-list .close {
  width: 42px;
  height: 42px;
  position: fixed;
  top: 16px;
  right: 26px;
  background-image: url(../images/cross.png);
  cursor: pointer;
  -webkit-background-size: 56% 56%;
  -o-background-size: 56% 56%;
  background-size: 56% 56%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #8CB9D9;
}

.name-list .close:hover {
  background-color: #2B0E84;
}

@media screen and (max-width: 480px) {
  .name-list .close {
    width: 32px;
    height: 32px;
    background-color: #2B0E84;
    -webkit-background-size: 56% 56%;
    -o-background-size: 56% 56%;
    background-size: 56% 56%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    top: 10px;
    right: 10px;
  }
}

.name-list p {
  text-align: center;
  font-size: 23px;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .name-list p {
    font-size: 20px;
  }
}

.name-list .emp {
  display: inline-block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

.name-list .emp:after {
  content: "";
  width: 102%;
  height: 8px;
  background-color: #fff8cc;
  position: absolute;
  bottom: -1px;
  left: -1%;
  z-index: -1;
}

.name-list .info {
  background-color: #fff8cc;
  border: #eedcb4 solid 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 520px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 16px 23px;
  background-image: url(../images/quote.png);
  -webkit-background-size: 52px 38px;
  -o-background-size: 52px 38px;
  background-size: 52px 38px;
  background-position: 97% 94%;
  background-repeat: no-repeat;
}

.name-list .info p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

.name-list .info p strong {
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 480px) {
  .name-list .info p {
    font-size: 18px;
  }
}

.name-list .info .tips {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #c27c29;
  margin-top: 4px;
}

.name-list .main-content .title {
  margin-top: 70px;
  margin-bottom: 36px;
}

.name-list .main-content .title img {
  width: 90%;
  margin: 0 auto;
  max-width: 638px;
}

.name-list .main-content h3 {
  font-size: 23px;
  margin-bottom: 36px;
}

.name-list .main-content h3:after {
  width: 108px;
  margin-top: 15px;
}

.name-list .main-content .win-table-wrapper .table {
  display: table;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
  float: none;
  border: solid 3px #83b3d7;
  border-left: 2px solid #83b3d7;
  border-bottom: 2px solid #83b3d7;
  border-collapse: collapse;
  -webkit-box-shadow: rgba(108, 148, 178, 0.2) 0px 0px 15px;
  box-shadow: rgba(108, 148, 178, 0.2) 0px 0px 15px;
}

.name-list .main-content .win-table-wrapper .table .th {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  background-color: #8BB8DA;
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table .th {
    font-size: 16px;
    padding: 10px;
  }
}

.name-list .main-content .win-table-wrapper .table .td {
  text-align: center;
  font-weight: normal;
  background-color: #ABCCE4;
  font-size: 15px;
  padding: 10px;
  border-left: 1px solid #83b3d7;
  border-bottom: 1px solid #83b3d7;
  vertical-align: top;
}

.name-list .main-content .win-table-wrapper .table .tr {
  font-size: 0;
}

.name-list .main-content .win-table-wrapper .table.col-2 .td {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-2 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper .table.col-3 .td {
  width: 33%;
  display: inline-block;
}

@media screen and (max-width: 680px) {
  .name-list .main-content .win-table-wrapper .table.col-3 .td {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-3 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper .table.col-5 .td {
  width: 20%;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 25%;
  }
}

@media screen and (max-width: 910px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .name-list .main-content .win-table-wrapper .table.col-5 .td {
    width: 100%;
  }
}

.name-list .main-content .win-table-wrapper table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
  float: none;
  border: solid 3px #83b3d7;
  border-collapse: collapse;
  -webkit-box-shadow: rgba(108, 148, 178, 0.2) 0px 0px 15px;
  box-shadow: rgba(108, 148, 178, 0.2) 0px 0px 15px;
}

.name-list .main-content .win-table-wrapper table th {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  background-color: #8BB8DA;
  padding: 15px;
  border: solid 2px #83b3d7;
}

.name-list .main-content .win-table-wrapper table td {
  border: solid 2px #83b3d7;
  text-align: center;
  font-weight: normal;
  background-color: #ABCCE4;
  font-size: 15px;
  padding: 10px;
}

.name-list .notice {
  list-style-type: decimal;
  background-color: transparent;
  color: #181818;
  font-weight: normal;
  padding-top: 8px;
  padding-left: 20px;
}

.name-list .notice li {
  margin-bottom: 8px;
  line-height: 1.2;
}

body {
  background-color: #a1c6e2;
  max-width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

.main-banner {
  position: relative;
  padding: 0;
}

.main-banner .banner-wrapper {
  margin: 0 auto;
  background-color: #a1c6e2;
}

.main-banner .banner-wrapper.large img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.main-banner .banner-wrapper.large img.bg {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-banner .banner-wrapper.large {
    display: none;
  }
}

.main-banner .banner-wrapper.small {
  display: none;
}

.main-banner .banner-wrapper.small img {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.main-banner .banner-wrapper.small img.bg {
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-banner .banner-wrapper.small {
    display: block;
  }
}

@media screen and (max-width: 1320px) {
  .page-decoration {
    display: none;
  }
}

.page-decoration .camera-board {
  position: fixed;
  width: 329px;
  height: 304px;
  background-image: url(../images/camera_board.png);
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  top: 8%;
  left: -125px;
  -webkit-animation: swing 1.5s linear;
  -moz-animation: swing 1.5s linear;
  -o-animation: swing 1.5s linear;
  animation: swing 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

@media screen and (max-width: 1460px) {
  .page-decoration .camera-board {
    width: 263px;
    height: 243px;
  }
}

.page-decoration .popcorn {
  position: fixed;
  width: 335px;
  height: 328px;
  background-image: url(../images/popcorn.png);
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  top: 36%;
  right: -120px;
  -webkit-animation: swing 1.5s linear;
  -moz-animation: swing 1.5s linear;
  -o-animation: swing 1.5s linear;
  animation: swing 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}

@media screen and (max-width: 1460px) {
  .page-decoration .popcorn {
    width: 268px;
    height: 262px;
  }
}

.page-decoration .glasses {
  position: fixed;
  width: 222px;
  height: 264px;
  background-image: url(../images/glasses.png);
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  bottom: 10px;
  left: -60px;
  -webkit-animation: swing 1.5s linear;
  -moz-animation: swing 1.5s linear;
  -o-animation: swing 1.5s linear;
  animation: swing 1.5s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: -.4s;
  -moz-animation-delay: -.4s;
  -o-animation-delay: -.4s;
  animation-delay: -.4s;
}

@media screen and (max-width: 1460px) {
  .page-decoration .glasses {
    width: 177px;
    height: 211px;
  }
}

#scratch-board {
  text-align: center;
}

canvas {
  margin: 0 auto;
  max-width: 100%;
}

.main-content {
  width: 96%;
  max-width: 1097px;
  margin: 0 auto;
}

.main-content .title {
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-content .title {
    margin-bottom: 16px;
  }
}

.main-content .title .bubble {
  position: absolute;
  right: -2.2789%;
  bottom: 12.4481%;
  width: 35.82%;
}

.main-content .note {
  font-size: 23px;
  text-align: center;
  line-height: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-content .note {
    font-size: 18px;
    line-height: 29px;
  }
}

@media screen and (max-width: 610px) {
  .main-content .note .break-line {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .main-content .note {
    font-size: 16px;
    line-height: 24px;
  }
}

.main-content .note .highlight {
  font-size: 1.25em;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 0;
}

.main-content .note .highlight:before {
  content: "";
  display: inline-block;
  width: 102%;
  height: 12px;
  background-color: #c17d29;
  position: absolute;
  bottom: -3px;
  left: -1%;
  z-index: -1;
}

.main-content h3 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-top: 30px;
  position: relative;
  margin-bottom: 76px;
}

@media screen and (max-width: 1045px) {
  .main-content h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 578px) {
  .main-content h3 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 510px) {
  .main-content h3 {
    font-size: 26px;
  }
}

.main-content h3:after {
  content: "";
  width: 150px;
  height: 6px;
  display: block;
  background-color: #ffd591;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 30px;
}

.main-content .prize-table-wrapper table {
  width: 50%;
  float: left;
  border: solid 3px #83b3d7;
  border-collapse: collapse;
}

@media screen and (max-width: 936px) {
  .main-content .prize-table-wrapper table {
    width: 100%;
    float: none;
  }
  .main-content .prize-table-wrapper table:nth-child(2) {
    position: relative;
    top: -58px;
    z-index: -1;
  }
}

@media screen and (max-width: 510px) {
  .main-content .prize-table-wrapper table:nth-child(2) {
    position: relative;
    top: -44px;
    z-index: -1;
  }
}

.main-content .prize-table-wrapper table th {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  background-color: #8BB8DA;
  padding: 15px;
  border: solid 3px #83b3d7;
}

@media screen and (max-width: 510px) {
  .main-content .prize-table-wrapper table th {
    font-size: 18px;
    padding: 10px;
  }
}

.main-content .prize-table-wrapper table td {
  border: solid 3px #83b3d7;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  background-color: #a1c6e2;
}

@media screen and (max-width: 510px) {
  .main-content .prize-table-wrapper table td {
    font-size: 16px;
    padding: 10px;
  }
}

.main-content .prize-table-wrapper table td:first-child {
  width: 80%;
}

.main-content .photo-block {
  position: relative;
  margin-bottom: 25px;
}

.main-content .photo-block p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 28%;
  bottom: 0;
  color: #FFF;
  font-size: 28px;
  line-height: 45px;
  font-weight: 300;
  margin: auto auto;
}

@media screen and (max-width: 980px) {
  .main-content .photo-block p {
    font-size: 25px;
    line-height: 35px;
    top: 25%;
  }
}

@media screen and (max-width: 720px) {
  .main-content .photo-block p {
    font-size: 20px;
    line-height: 28px;
    top: 28%;
  }
}

@media screen and (max-width: 570px) {
  .main-content .photo-block p {
    top: 20%;
  }
}

@media screen and (max-width: 490px) {
  .main-content .photo-block p {
    font-size: 16px;
    line-height: 20px;
    top: 25%;
  }
}

@media screen and (max-width: 385px) {
  .main-content .photo-block p {
    font-size: 14px;
    line-height: 18px;
    top: 20%;
  }
}

@media screen and (max-width: 345px) {
  .main-content .photo-block p {
    font-size: 13px;
    line-height: 16px;
    top: 20%;
  }
}

.top-prize {
  text-align: center;
  margin-bottom: 40px;
  font-size: 0;
}

@media screen and (max-width: 578px) {
  .top-prize {
    margin-bottom: 24px;
  }
}

.top-prize li {
  width: 28%;
  display: inline-block;
  margin: 0 2%;
}

@media screen and (max-width: 768px) {
  .top-prize li {
    width: 32.2%;
    margin: 0 .5%;
  }
}

.small-button {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  width: 98%;
  max-width: 112px;
  background-color: #ffd591;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  color: #000;
}

.small-button:hover {
  background-color: #ffe8c4;
}

.small-button:hover:after {
  right: -4px;
  bottom: -14px;
}

.small-button:active {
  background-color: #ffcb78;
  top: 2px;
  left: 2px;
}

.main-button {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  width: 76%;
  max-width: 424px;
  background-color: #ffd591;
  border: 3px solid #000;
  -webkit-box-shadow: #000 0px 2px 0px;
  box-shadow: #000 0px 2px 0px;
  font-size: 34px;
  font-weight: 900;
  padding: 18px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  position: relative;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1045px) {
  .main-button {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .main-button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 578px) {
  .main-button {
    font-size: 23px;
    margin-top: 32px;
  }
}

.main-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 53px;
  height: 55px;
  right: -10px;
  bottom: -20px;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/mouse_arrow.png);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 578px) {
  .main-button:after {
    width: 42px;
    height: 44px;
  }
}

.main-button:hover {
  background-color: #ffe8c4;
}

.main-button:hover:after {
  right: -4px;
  bottom: -14px;
}

.main-button:active {
  background-color: #ffcb78;
  top: 2px;
  left: 2px;
}

.main-button#redeem {
  margin-top: 15px;
}

.main-button#ticket {
  margin-top: 20px;
}

section {
  padding-bottom: 70px;
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 40px;
    padding-top: 26px;
  }
}

@media screen and (max-width: 936px) {
  .section-01 {
    margin-bottom: -58px;
  }
  .section-01 .main-button {
    top: -58px;
  }
}

@media screen and (max-width: 510px) {
  .section-01 {
    margin-bottom: -44px;
  }
  .section-01 .main-button {
    top: -44px;
  }
}

.section-02-2 .note {
  font-size: 16px;
  display: block;
  text-align: right;
  color: #ccc;
  margin-top: 8px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .section-02-2 .note {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 460px) {
  .section-02-2 .note {
    font-size: 14px;
  }
}

.section-02-2 .block-02 {
  margin-top: 30px;
}

.section-02-2 h4 {
  color: #FFF;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 670px) {
  .section-02-2 h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 550px) {
  .section-02-2 h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 410px) {
  .section-02-2 h4 {
    font-size: 18px;
  }
}

.section-03 .note {
  color: #FFF;
}

.outer-bg {
  background-color: #79ADD3;
  background-image: url(../images/logo_bg.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 928px) {
  .outer-bg {
    -webkit-background-size: 160px auto;
    -o-background-size: 160px auto;
    background-size: 160px auto;
  }
}

@media screen and (max-width: 470px) {
  .outer-bg {
    -webkit-background-size: 120px auto;
    -o-background-size: 120px auto;
    background-size: 120px auto;
  }
}

.outer-bg-02 {
  background-color: #080027;
  background-image: url(../images/deco_top_full.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center 50px;
  background-attachment: fixed;
}

@media screen and (max-width: 600px) {
  .outer-bg-02 {
    background-attachment: scroll;
    background-position: center top;
  }
}

.outer-bg-02 img {
  max-width: 1098px;
}

.outer-bg-03 {
  background-color: #080027;
  background-image: url(../images/section_bg.png);
  background-repeat: repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
}

.outer-bg-03 img {
  max-width: 1098px;
}

.outer-bg-04 {
  background-color: #dcdcdc;
}

.outer-bg-04 .section-04 {
  padding: 0;
}

.outer-bg-04 img {
  max-width: 1098px;
}

.deco-bottom {
  margin: 0 auto;
  margin-top: -13%;
}

@media screen and (max-width: 470px) {
  .deco-bottom {
    margin-top: -20%;
  }
}

.deco-bottom img {
  margin: 0 auto;
  max-width: 100%;
}

.deco-top {
  width: 100%;
  position: relative;
  font-size: 0;
}

.deco-top .left {
  width: 50%;
  display: inline-block;
}

.deco-top .right {
  width: 50%;
  display: inline-block;
}

.films-group {
  font-size: 0;
  padding: 2.2%;
  background-color: #FFF;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 700px) {
  .films-group {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 460px) {
  .films-group {
    margin-bottom: 20px;
  }
}

.films-group:last-child {
  margin-bottom: 0;
}

.films-group li {
  display: inline-block;
  width: 24%;
  margin: 0 0.5%;
}

.notice {
  background-color: #4B82B0;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #fff;
}

.notice .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.notice .notice-content {
  font-size: 15px;
  line-height: 25px;
}

.notice .notice-content li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 16px;
}

.notice .notice-content li a {
  text-decoration: underline;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
