@charset "UTF-8";
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700;900&display=swap");
@-webkit-keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}
@keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}

@-webkit-keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@-webkit-keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@-webkit-keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@-webkit-keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@-webkit-keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@-webkit-keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

@keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-scrolling: touch;
  font-family: "微軟正黑體";
  font-weight: 500;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #e9ccad;
}

#vBoard {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#vBoard li {
  border: 1px solid #8c7f74;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}

#vBoard li.vline {
  height: 0;
  -webkit-box-flex: calc(100vw/30);
      -ms-flex: calc(100vw/30);
          flex: calc(100vw/30);
}

.fileArea {
  padding-top: 200px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fileArea {
    padding-top: 150px;
  }
}

.fileArea .envelop {
  position: relative;
  background-color: #fffff4;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  width: 25%;
  margin: auto;
  padding: 20px 50px;
}

@media only screen and (max-width: 1439px) {
  .fileArea .envelop {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .fileArea .envelop {
    width: 50%;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 559px) {
  .fileArea .envelop {
    width: 70%;
  }
}

.fileArea .envelop .title {
  position: relative;
  color: #3a4d57;
  text-align: center;
  font-weight: bold;
  font-family: 'noto sans TC';
  z-index: 1;
}

.fileArea .envelop .title .before {
  position: absolute;
  content: '';
  width: 15vw;
  height: 1vw;
  background-image: url(../images/title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fileArea .envelop .title .before {
    width: 30vw;
    height: 2vw;
  }
}

.fileArea .envelop .content {
  margin-top: 30px;
}

.fileArea .envelop .content p {
  color: #3a4d57;
  font-size: 18px;
  font-weight: bold;
}

.fileArea .envelop .content p span {
  color: #65AC1E;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .fileArea .envelop .content p span {
    font-size: 20px;
  }
}

.fileArea .envelop .conclude {
  margin-top: 20px;
}

.fileArea .envelop .conclude p {
  color: #3a4d57;
  font-size: 16px;
  font-weight: bold;
}

.fileArea .envelop .back {
  position: absolute;
  background-color: #d4b7a3;
  width: 17vw;
  height: 17vw;
  right: -10%;
  bottom: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.fileArea .envelop .back:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3vw;
  background-color: #d4b7a3;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1439px) {
  .fileArea .envelop .back {
    height: 25vw;
  }
  .fileArea .envelop .back:before {
    height: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .fileArea .envelop .back {
    height: 35vw;
  }
  .fileArea .envelop .back:before {
    height: 6vw;
  }
}

@media only screen and (max-width: 559px) {
  .fileArea .envelop .back {
    height: 60vw;
  }
  .fileArea .envelop .back:before {
    height: 7vw;
  }
}

.roleArea {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .roleArea {
    padding-top: 0px;
  }
}

.roleArea .roleStage {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.roleArea .roleStage .role {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.roleArea .roleStage .role .mainRole {
  position: relative;
  z-index: 5;
}

.roleArea .roleStage .role .mainRole.cock-lg {
  width: 30vw;
  height: 24vw;
  background-image: url(../images/cock-lg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .mainRole.cock-lg {
    width: 60vw;
    height: 48vw;
  }
}

.roleArea .roleStage .role .mainRole.cock-sm {
  width: 20vw;
  height: 12vw;
  background-image: url(../images/cock-sm.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .mainRole.cock-sm {
    width: 40vw;
    height: 24vw;
  }
}

.roleArea .roleStage .role .backSpotlight {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: radial-gradient(circle farthest-side at center, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .backSpotlight {
    width: 40vw;
    height: 40vw;
  }
}

.roleArea .roleStage .role .triangleLight {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  z-index: 50;
}

.roleArea .roleStage .role .triangleLight.cock-lg {
  width: 30vw;
  height: 80vw;
  left: -50%;
  top: -150%;
  -webkit-clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .triangleLight.cock-lg {
    width: 30vw;
    height: 100vw;
    top: -100%;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
  }
}

.roleArea .roleStage .role .triangleLight.cock-sm {
  width: 25vw;
  height: 90vw;
  left: 0;
  top: -300%;
  -webkit-clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
  transform: rotate(70deg);
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .triangleLight.cock-sm {
    width: 40vw;
    height: 100vw;
    top: -150%;
    left: 50%;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
  }
}

.roleArea .roleStage .role .nameCard {
  position: absolute;
  color: #3a4d57;
  background-color: #fffff4;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.roleArea .roleStage .role .nameCard.nameCard1 {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.roleArea .roleStage .role .nameCard.nameCard1:before {
  position: absolute;
  content: '';
  width: 3vw;
  height: 2vw;
  right: 0;
  top: 0;
  background-color: #fffff4;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .nameCard.nameCard1 {
    left: 50%;
  }
}

.roleArea .roleStage .role .nameCard.nameCard2 {
  right: 0;
  bottom: 0;
  transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
}

.roleArea .roleStage .role .nameCard.nameCard2:before {
  position: absolute;
  content: '';
  width: 3vw;
  height: 2vw;
  left: 0;
  top: 0;
  background-color: #fffff4;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .roleStage .role .nameCard.nameCard2 {
    left: 50%;
    right: auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }
}

.roleArea .title {
  width: 20vw;
  height: 10vw;
  background-image: url(../images/title-cock.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .roleArea .title {
    width: 60vw;
    height: 30vw;
  }
}

.growArea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .growArea {
    padding-top: 0;
  }
}

.growArea .container-fluid {
  width: 60%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid {
    width: 90%;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.growArea .container-fluid .growBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar {
    margin-top: 50px;
  }
}

.growArea .container-fluid .growBar .picCircle {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 15vw;
  height: 15vw;
  background-color: #fffff4;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle {
    width: 50vw;
    height: 50vw;
  }
}

.growArea .container-fluid .growBar .picCircle:before {
  position: absolute;
  content: '';
  width: 14vw;
  height: 14vw;
  border: 2px solid #8c7f74;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle:before {
    width: 19vw;
    height: 19vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle:before {
    width: 48vw;
    height: 48vw;
  }
}

.growArea .container-fluid .growBar .picCircle .pic.cock1 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/cockroach-egg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle .pic.cock1 {
    width: 20vw;
    height: 20vw;
  }
}

.growArea .container-fluid .growBar .picCircle .pic.cock2 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/cockroach-baby.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle .pic.cock2 {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle .pic.cock1, .growArea .container-fluid .growBar .picCircle .pic.cock2 {
    width: 50vw;
    height: 50vw;
  }
}

.growArea .container-fluid .growBar .name {
  position: relative;
  color: #cfff97;
  font-weight: bold;
  background-color: #5b5048;
  padding: 10px;
  border: 2px solid #cfff97;
  z-index: 10;
}

.growArea .container-fluid .growBar .introduce {
  position: relative;
  background-color: #fffff4;
  font-size: 16px;
  text-align: center;
  color: #3a4d57;
  font-weight: bold;
  padding: 20px 30px;
  padding-top: 30px;
  margin-top: -25px;
  border-radius: 5px;
  min-height: 96px;
  z-index: 5;
}

@media only screen and (max-width: 991px) {
  .growArea .container-fluid .growBar .introduce {
    min-height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .introduce {
    min-height: auto;
  }
}

.eggArea {
  position: relative;
  z-index: 20;
}

.eggArea .container-fluid {
  width: 60%;
}

@media only screen and (max-width: 1279px) {
  .eggArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid {
    width: 90%;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.eggArea .container-fluid .title-head {
  padding: 10px;
  background-color: #cfff97;
  border-radius: 20px 20px 0 0;
}

.eggArea .container-fluid .title-head h2 {
  font-weight: bold;
  color: #3a4d57;
  text-align: center;
  margin: 0;
}

.eggArea .container-fluid .title-head h3 {
  font-weight: bold;
  color: #85aa35;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}

.eggArea .container-fluid .title-head h3:before {
  content: '| ';
}

.eggArea .container-fluid .title-head h3:after {
  content: ' |';
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid .title-head h3 {
    font-size: 18px;
  }
}

.eggArea .container-fluid .contentBar {
  background-color: #fffff4;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid .contentBar {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.eggArea .container-fluid .contentBar .contentBox {
  width: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.eggArea .container-fluid .contentBar .contentBox .topIntro {
  margin-top: 10px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.eggArea .container-fluid .contentBar .contentBox .topIntro .headPic.cock-head-lg {
  width: 5vw;
  height: 5vw;
  background-image: url(../images/cock-head-lg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.eggArea .container-fluid .contentBar .contentBox .topIntro .headPic.cock-head-sm {
  width: 5vw;
  height: 5vw;
  background-image: url(../images/cock-head-sm.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid .contentBar .contentBox .topIntro .headPic.cock-head-lg, .eggArea .container-fluid .contentBar .contentBox .topIntro .headPic.cock-head-sm {
    width: 10vw;
    height: 10vw;
  }
}

.eggArea .container-fluid .contentBar .contentBox .topIntro .nameCard {
  font-weight: bold;
  color: #cfff97;
  background-color: #5b5048;
  border-radius: 5px;
  font-size: 20px;
  margin: 0 10px;
  padding: 5px;
  white-space: nowrap;
}

.eggArea .container-fluid .contentBar .contentBox .topIntro .info {
  color: #3a4d57;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
}

.eggArea .container-fluid .contentBar .contentBox .btmPic {
  margin-top: 10px;
}

.eggArea .container-fluid .contentBar .contentBox .btmPic.cock-lg-egg {
  width: 20vw;
  height: 4vw;
  background-image: url(../images/cock-lg-egg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.eggArea .container-fluid .contentBar .contentBox .btmPic.cock-sm-egg {
  width: 20vw;
  height: 4vw;
  background-image: url(../images/cock-sm-egg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .eggArea .container-fluid .contentBar .contentBox .btmPic.cock-lg-egg, .eggArea .container-fluid .contentBar .contentBox .btmPic.cock-sm-egg {
    width: 30vw;
    height: 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid .contentBar .contentBox .btmPic.cock-lg-egg, .eggArea .container-fluid .contentBar .contentBox .btmPic.cock-sm-egg {
    width: 50vw;
    height: 10vw;
  }
}

.eggArea .container-fluid .contentBar .middle-line {
  width: 3.5vw;
  height: 10vw;
  background-image: url(../images/cock-line-v.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .eggArea .container-fluid .contentBar .middle-line {
    width: 80vw;
    height: 0.8vw;
    background-image: url(../images/cock-line-h.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.killArea {
  position: relative;
  height: 100vh;
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .killArea {
    padding-top: 50px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
  .killArea {
    padding-top: 10px;
  }
}

.killArea h5 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .killArea br.brLine {
    display: none;
  }
}

.killArea .sink-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33vw;
  background-image: url(../images/sink-top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .killArea .sink-top {
    width: 100%;
    height: 33vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .sink-top {
    width: 100%;
    height: 39vw;
    bottom: -5px;
  }
}

.killArea .cock-lg-die {
  position: absolute;
  z-index: 10;
  left: 30%;
  top: 45%;
  opacity: 0;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 12vw;
  height: 13vw;
  background-image: url(../images/cock-lg-die.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-lg-die {
    width: 15vw;
    height: 16vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-lg-die {
    width: 36vw;
    height: 39vw;
    left: 10%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-lg-die {
    width: 30vw;
    height: 33vw;
  }
}

.killArea .cock-lg {
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 55%;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 20vw;
  height: 16vw;
  background-image: url(../images/cock-lg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: fly-float 1s alternate infinite both linear;
          animation: fly-float 1s alternate infinite both linear;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-lg {
    width: 25vw;
    height: 20vw;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-lg {
    width: 40vw;
    height: 32vw;
    left: 10%;
    top: 75%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-lg {
    width: 30vw;
    height: 24vw;
  }
}

@-webkit-keyframes fly-float {
  0% {
    transform: translate(25%, -52%);
    -webkit-transform: translate(25%, -52%);
    -moz-transform: translate(25%, -52%);
    -ms-transform: translate(25%, -52%);
  }
  100% {
    transform: translate(25%, -48%);
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
  }
}

@keyframes fly-float {
  0% {
    transform: translate(25%, -52%);
    -webkit-transform: translate(25%, -52%);
    -moz-transform: translate(25%, -52%);
    -ms-transform: translate(25%, -52%);
  }
  100% {
    transform: translate(25%, -48%);
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
  }
}

.killArea .cock-sm-flat {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(25%, 0%);
  -webkit-transform: translate(25%, 0%);
  -moz-transform: translate(25%, 0%);
  -ms-transform: translate(25%, 0%);
  width: 16vw;
  height: 8vw;
  background-image: url(../images/cock-sm-flat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-sm-flat {
    width: 24vw;
    height: 12vw;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-sm-flat {
    width: 30vw;
    height: 15vw;
    top: 80%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-sm-flat {
    width: 20vw;
    height: 10vw;
  }
}

.killArea .cock-lg-flat {
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 50%;
  transform: translate(25%, 0%);
  -webkit-transform: translate(25%, 0%);
  -moz-transform: translate(25%, 0%);
  -ms-transform: translate(25%, 0%);
  width: 16vw;
  height: 8vw;
  background-image: url(../images/cock-lg-flat.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-lg-flat {
    width: 20vw;
    height: 10vw;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-lg-flat {
    width: 30vw;
    height: 15vw;
    left: 10%;
    top: 75%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-lg-flat {
    width: 20vw;
    height: 10vw;
  }
}

.killArea .cock-sm {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 55%;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 15vw;
  height: 9vw;
  background-image: url(../images/cock-sm.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: fly-float 1s -0.5s alternate infinite both linear;
          animation: fly-float 1s -0.5s alternate infinite both linear;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-sm {
    width: 20vw;
    height: 12vw;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-sm {
    width: 25vw;
    height: 15vw;
    top: 80%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-sm {
    width: 20vw;
    height: 12vw;
  }
}

@keyframes fly-float {
  0% {
    transform: translate(25%, -52%);
    -webkit-transform: translate(25%, -52%);
    -moz-transform: translate(25%, -52%);
    -ms-transform: translate(25%, -52%);
  }
  100% {
    transform: translate(25%, -48%);
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
  }
}

.killArea .cock-sm-die {
  position: absolute;
  z-index: 10;
  left: 45%;
  top: 45%;
  opacity: 0;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 12vw;
  height: 12vw;
  background-image: url(../images/cock-sm-die.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .cock-sm-die {
    width: 15vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .cock-sm-die {
    width: 36vw;
    height: 36vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .cock-sm-die {
    width: 30vw;
    height: 30vw;
  }
}

.killArea .shock-left {
  position: absolute;
  z-index: 10;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20vw;
  height: 18vw;
  background-image: url(../images/shock-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .shock-left {
    width: 30vw;
    height: 27vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .shock-left {
    width: 40vw;
    height: 36vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .shock-left {
    width: 20vw;
    height: 18vw;
  }
}

.killArea .slipper {
  position: absolute;
  z-index: 5;
  right: 15%;
  top: 55%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  width: 48vw;
  height: 32vw;
  background-image: url(../images/slipper.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .slipper {
    width: 60vw;
    height: 40vw;
    right: 0%;
    top: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .slipper {
    width: 108vw;
    height: 72vw;
    top: 80%;
    transform: translate(30%, -50%);
    -webkit-transform: translate(30%, -50%);
    -moz-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .slipper {
    width: 100vw;
    height: 50vw;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
}

.killArea .suicide-note {
  position: absolute;
  z-index: 10;
  left: 70%;
  top: 35%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 2px;
  color: #3a4d57;
  font-weight: bold;
  background-color: #fffff4;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.killArea .suicide-note .gemNum {
  background-color: #ff4d75;
  color: #fff;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 50%;
}

.killArea .suicide-note:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(../images/virus.svg);
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .suicide-note:after {
    width: 30vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .suicide-note:after {
    width: 60vw;
    height: 60vw;
  }
}

.killArea .suicide-note:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 95%);
  -webkit-transform: translate(-50%, 95%);
  -moz-transform: translate(-50%, 95%);
  -ms-transform: translate(-50%, 95%);
  -webkit-clip-path: polygon(25% 0, 0% 100%, 100% 0);
          clip-path: polygon(25% 0, 0% 100%, 100% 0);
  background-color: #fffff4;
  width: 5vw;
  height: 2vw;
}

@media only screen and (max-width: 1279px) {
  .killArea .suicide-note {
    left: 45%;
    top: 55%;
  }
  .killArea .suicide-note:before {
    top: 0%;
    bottom: auto;
    transform: translate(-50%, calc(-3vw + 5px));
    -webkit-transform: translate(-50%, calc(-3vw + 5px));
    -moz-transform: translate(-50%, calc(-3vw + 5px));
    -ms-transform: translate(-50%, calc(-3vw + 5px));
    -webkit-clip-path: polygon(25% 100%, 0 0, 100% 100%);
            clip-path: polygon(25% 100%, 0 0, 100% 100%);
    width: 7.5vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .suicide-note {
    left: 0%;
    top: 50%;
    font-size: 15px;
  }
  .killArea .suicide-note:before {
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translate(-50%, calc(-6vw + 5px));
    -webkit-transform: translate(-50%, calc(-6vw + 5px));
    -moz-transform: translate(-50%, calc(-6vw + 5px));
    -ms-transform: translate(-50%, calc(-6vw + 5px));
    -webkit-clip-path: polygon(0 100%, 100% 0, 75% 100%);
            clip-path: polygon(0 100%, 100% 0, 75% 100%);
    width: 15vw;
    height: 6vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .suicide-note {
    left: 0%;
    top: auto;
    bottom: 10%;
  }
  .killArea .suicide-note br {
    display: block;
  }
  .killArea .suicide-note:before {
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translate(-50%, calc(-4vw + 5px));
    -webkit-transform: translate(-50%, calc(-4vw + 5px));
    -moz-transform: translate(-50%, calc(-4vw + 5px));
    -ms-transform: translate(-50%, calc(-4vw + 5px));
    -webkit-clip-path: polygon(0 100%, 100% 0, 75% 100%);
            clip-path: polygon(0 100%, 100% 0, 75% 100%);
    width: 10vw;
    height: 4vw;
  }
}

.resultArea {
  position: relative;
  padding-top: 33vw;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

.resultArea .sink-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33vw;
  background-image: url(../images/sink-bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .resultArea .sink-bottom {
    width: 100%;
    height: 33vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .sink-bottom {
    width: 104%;
    height: 39vw;
    bottom: -5px;
  }
}

.resultArea .leftBg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .resultArea .leftBg {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.resultArea .leftBg:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  width: 38.5vw;
  height: 15.4vw;
  background-image: url(../images/sink-bottom-btm.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .leftBg:before {
    width: 40vw;
    height: 22vw;
  }
}

.resultArea .rightText {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.resultArea .rightText .container-fluid {
  width: 60%;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid {
    width: 90%;
  }
}

.resultArea .rightText .container-fluid .productBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

.resultArea .rightText .container-fluid .productBar .soulProduct:nth-child(even) {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct:nth-child(even) {
    margin-top: 100px;
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter {
  position: relative;
  opacity: 0;
  z-index: 5;
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
  width: 15vw;
  height: 27vw;
  background-image: url(../images/cock-lg-soul.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
    width: 30vw;
    height: 54vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
    width: 15vw;
    height: 27vw;
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
  width: 15vw;
  height: 21vw;
  background-image: url(../images/cock-sm-soul.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
    width: 30vw;
    height: 42vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
    width: 15vw;
    height: 21vw;
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .backLight {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  background-image: url(../images/halo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .medicine {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 0;
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .medicine.medicine1 {
  width: 6vw;
  height: 2.5vw;
  background-image: url(../images/medicine2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .medicine.medicine1 {
    width: 12vw;
    height: 5vw;
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .medicine.medicine2 {
  width: 6vw;
  height: 2.5vw;
  background-image: url(../images/medicine1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .medicine.medicine2 {
    width: 12vw;
    height: 5vw;
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .product {
  position: absolute;
  z-index: 1;
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .product.product1 {
  width: 40vw;
  height: 20vw;
  background-image: url(../images/product-cock1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0;
  bottom: 0;
  transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  -moz-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .product.product1 {
    width: 60vw;
    height: 30vw;
    transform: translate(25%, 0);
    -webkit-transform: translate(25%, 0);
    -moz-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
  }
}

.resultArea .rightText .container-fluid .productBar .soulProduct .pic .product.product2 {
  width: 40vw;
  height: 14vw;
  background-image: url(../images/product-cock2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0;
  bottom: 0;
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .productBar .soulProduct .pic .product.product2 {
    width: 60vw;
    height: 21vw;
    transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
  }
}

.resultArea .rightText .container-fluid .mainTitle {
  text-align: center;
}

.resultArea .rightText .container-fluid .mainTitle .title h1 {
  position: relative;
  display: inline-block;
  color: #cfff97;
  background-color: #5b5048;
  font-weight: 900;
  text-align: center;
  padding: 12px 20px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.resultArea .rightText .container-fluid .mainTitle .title h1 .frame-t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-t.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 .frame-t {
    height: 1vw;
  }
}

.resultArea .rightText .container-fluid .mainTitle .title h1 .frame-b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 .frame-b {
    height: 1vw;
  }
}

.resultArea .rightText .container-fluid .mainTitle .title h1 .frame-l {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 .frame-l {
    width: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 .frame-l {
    display: none;
  }
}

.resultArea .rightText .container-fluid .mainTitle .title h1 .frame-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 .frame-r {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .mainTitle .title h1 {
    font-size: 28px;
  }
}

.resultArea .rightText .container-fluid .mainTitle .title p {
  color: #3a4d57;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.productArea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .productArea {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.productArea .sink-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 33vw;
  background-image: url(../images/sink-bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .productArea .sink-bottom {
    width: 100%;
    height: 33vw;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .sink-bottom {
    width: 100%;
    height: 39vw;
    bottom: -5px;
  }
}

.productArea .container-fluid {
  width: 60%;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid {
    width: 90%;
  }
}

.productArea .container-fluid .productBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

.productArea .container-fluid .productBar .soulProduct:nth-child(even) {
  margin-top: 200px;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct:nth-child(even) {
    margin-top: 100px;
  }
}

.productArea .container-fluid .productBar .soulProduct .pic {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.productArea .container-fluid .productBar .soulProduct .pic .picAfter {
  position: relative;
  opacity: 0;
  z-index: 5;
}

.productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
  width: 15vw;
  height: 27vw;
  background-image: url(../images/cock-lg-soul.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
    width: 30vw;
    height: 54vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter1 {
    width: 15vw;
    height: 27vw;
  }
}

.productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
  width: 15vw;
  height: 21vw;
  background-image: url(../images/cock-sm-soul.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
    width: 30vw;
    height: 42vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .picAfter.picAfter2 {
    width: 15vw;
    height: 21vw;
  }
}

.productArea .container-fluid .productBar .soulProduct .pic .backLight {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  background-image: url(../images/halo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}

.productArea .container-fluid .productBar .soulProduct .pic .medicine {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 0;
}

.productArea .container-fluid .productBar .soulProduct .pic .medicine.medicine1 {
  width: 6vw;
  height: 2.5vw;
  background-image: url(../images/medicine2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .medicine.medicine1 {
    width: 12vw;
    height: 5vw;
  }
}

.productArea .container-fluid .productBar .soulProduct .pic .medicine.medicine2 {
  width: 6vw;
  height: 2.5vw;
  background-image: url(../images/medicine1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .medicine.medicine2 {
    width: 12vw;
    height: 5vw;
  }
}

.productArea .container-fluid .productBar .soulProduct .pic .product {
  position: absolute;
  z-index: 1;
}

.productArea .container-fluid .productBar .soulProduct .pic .product.product1 {
  width: 40vw;
  height: 20vw;
  background-image: url(../images/product-cock1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 0;
  bottom: 0;
  transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  -moz-transform: translate(20%, 0);
  -ms-transform: translate(20%, 0);
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .product.product1 {
    width: 60vw;
    height: 30vw;
    transform: translate(25%, 0);
    -webkit-transform: translate(25%, 0);
    -moz-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
  }
}

.productArea .container-fluid .productBar .soulProduct .pic .product.product2 {
  width: 40vw;
  height: 14vw;
  background-image: url(../images/product-cock2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0;
  bottom: 0;
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .soulProduct .pic .product.product2 {
    width: 60vw;
    height: 21vw;
    transform: translate(-25%, 0);
    -webkit-transform: translate(-25%, 0);
    -moz-transform: translate(-25%, 0);
    -ms-transform: translate(-25%, 0);
  }
}

.productArea .container-fluid .mainTitle {
  text-align: center;
}

.productArea .container-fluid .mainTitle .title h1 {
  position: relative;
  display: inline-block;
  color: #cfff97;
  background-color: #5b5048;
  font-weight: 900;
  text-align: center;
  padding: 12px 20px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.productArea .container-fluid .mainTitle .title h1 br {
  display: none;
}

.productArea .container-fluid .mainTitle .title h1 .frame-t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-t.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-t {
    height: 1vw;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-b {
    height: 1vw;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-l {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-l {
    width: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-l {
    display: none;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-r {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 {
    font-size: 28px;
  }
  .productArea .container-fluid .mainTitle .title h1 br {
    display: block;
  }
}

.productArea .container-fluid .mainTitle .title p {
  color: #3a4d57;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.compareArea {
  margin-top: 50px;
}

.compareArea .container-fluid {
  width: 60%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid {
    width: 90%;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.compareArea .container-fluid .productZone {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.compareArea .container-fluid .productZone .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .item {
    display: none;
  }
}

.compareArea .container-fluid .productZone .info {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.compareArea .container-fluid .productZone .info .pic {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  background-color: #fff;
  width: 13vw;
  height: 13vw;
  border-radius: 10px;
}

.compareArea .container-fluid .productZone .info .pic:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: '';
  width: 12vw;
  height: 12vw;
  border-radius: 7px;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic {
    width: 20vw;
    height: 20vw;
  }
  .compareArea .container-fluid .productZone .info .pic:before {
    width: 19vw;
    height: 19vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic {
    width: 50vw;
    height: 50vw;
  }
  .compareArea .container-fluid .productZone .info .pic:before {
    width: 45vw;
    height: 45vw;
  }
}

.compareArea .container-fluid .productZone .info .pic.win .productPic {
  width: 10vw;
  height: 10vw;
  background-image: url(../images/product-cock3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic.win .productPic {
    width: 15vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic.win .productPic {
    width: 40vw;
    height: 40vw;
  }
}

.compareArea .container-fluid .productZone .info .pic.win:before {
  border: 3px solid #004498;
}

.compareArea .container-fluid .productZone .info .pic.win:after {
  position: absolute;
  content: '';
  width: 8vw;
  height: 5.6vw;
  background-image: url(../images/winner.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic.win:after {
    width: 15vw;
    height: 10.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic.win:after {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20vw;
    height: 14vw;
  }
}

.compareArea .container-fluid .productZone .info .title {
  display: inline-block;
  color: #fff;
  font-family: 'noto sans TC';
  padding: 5px 30px 7px;
  border-radius: 10px;
  white-space: nowrap;
}

.compareArea .container-fluid .productZone .info .title.win {
  background-color: #004498;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .title {
    font-size: 20px;
  }
}

.compareArea .container-fluid .compareZoneBox {
  margin-left: 5vw;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox {
    margin-left: 0;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone {
  position: relative;
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(even) .item {
  background-color: #b8855f;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(even) .info {
  background-color: #b8855f;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(odd) .item {
  background-color: #d6a885;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(odd) .info {
  background-color: #d6a885;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  font-size: 1.5vw;
  font-family: 'noto sans TC';
  width: 7vw;
  height: 7vw;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .item {
    width: 13vw;
    height: 13vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .item {
    width: 100%;
    font-size: 6vw;
    padding: 5px;
    border-radius: 10px 10px 0 0;
  }
  .compareArea .container-fluid .compareZoneBox .compareZone .item br {
    display: none;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone .info {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  min-height: 5vw;
  padding: 10px 20px;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: inset 0px 0px 20px #60432f, 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 20px #60432f, 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    min-height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    min-height: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    width: 100%;
    min-height: auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }
}

.advantageArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  padding-top: 150px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .advantageArea {
    margin-top: 50px;
  }
}

.advantageArea .card-top {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.advantageArea .card-top .advantageCard {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 20vw;
  border-radius: 10px;
  background-color: #fffff4;
  padding: 5px;
  color: #3a4d57;
  -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1279px) {
  .advantageArea .card-top .advantageCard {
    width: 25vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .card-top .advantageCard {
    width: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard {
    width: 90%;
    height: auto;
    margin-top: 50px;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
}

.advantageArea .card-top .advantageCard:nth-child(odd) {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

.advantageArea .card-top .advantageCard:nth-child(odd) .textArea {
  position: relative;
}

.advantageArea .card-top .advantageCard:nth-child(odd) .textArea .picBar {
  width: 12vw;
  height: 12vw;
  background-color: #ffb164;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea .picBar {
    width: 36vw;
    height: 36vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(odd) .textArea .picBar .product {
  width: 12vw;
  height: 4.2vw;
  background-image: url(../images/product-cock2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea .picBar .product {
    width: 36vw;
    height: 12.6vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(odd) .textArea:before {
  position: absolute;
  content: '王牌升級—速克力';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: 'noto sans TC';
  left: 5px;
  top: 10px;
  font-size: 1.4vw;
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea:before {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 499px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea:before {
    font-size: 4vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(odd) .textArea:after {
  position: absolute;
  content: '王牌升級—速克力';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'noto sans TC';
  right: 5px;
  bottom: 10px;
  font-size: 1.4vw;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea:after {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 499px) {
  .advantageArea .card-top .advantageCard:nth-child(odd) .textArea:after {
    font-size: 4vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(even) {
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(even) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

.advantageArea .card-top .advantageCard:nth-child(even) .textArea {
  position: relative;
}

.advantageArea .card-top .advantageCard:nth-child(even) .textArea .picBar {
  width: 12vw;
  height: 12vw;
  background-color: #51a9f2;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea .picBar {
    width: 36vw;
    height: 36vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(even) .textArea .picBar .product {
  width: 10vw;
  height: 5vw;
  background-image: url(../images/product-cock1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea .picBar .product {
    width: 30vw;
    height: 15vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(even) .textArea:before {
  position: absolute;
  content: '殺蟑王牌—一點絕';
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: 'noto sans TC';
  left: 5px;
  top: 10px;
  font-size: 1.4vw;
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea:before {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 499px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea:before {
    font-size: 4vw;
  }
}

.advantageArea .card-top .advantageCard:nth-child(even) .textArea:after {
  position: absolute;
  content: '殺蟑王牌—一點絕';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'noto sans TC';
  right: 5px;
  bottom: 10px;
  font-size: 1.4vw;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea:after {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 499px) {
  .advantageArea .card-top .advantageCard:nth-child(even) .textArea:after {
    font-size: 4vw;
  }
}

.advantageArea .card-top .advantageCard .textArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  height: 26vw;
  padding: 10px 40px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

@media only screen and (max-width: 1499px) and (min-width: 1280px) {
  .advantageArea .card-top .advantageCard .textArea {
    height: 30vw;
  }
}

@media only screen and (max-width: 1279px) {
  .advantageArea .card-top .advantageCard .textArea {
    height: 35vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .card-top .advantageCard .textArea {
    height: 42vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .card-top .advantageCard .textArea {
    width: 100%;
    height: auto;
    padding: 10px 10vw;
  }
}

.advantageArea .card-top .advantageCard .textArea .picBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.advantageArea .card-top .advantageCard .textArea .title {
  font-weight: bold;
  text-align: center;
  background-color: #3a4d57;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 0;
}

.advantageArea .card-top .advantageCard .textArea .title small {
  font-weight: bold;
}

.advantageArea .card-top .advantageCard .textArea .content h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.advantageArea .card-top .advantageCard .textArea .content p {
  font-weight: bold;
  text-align: center;
  padding: 0 5px;
}

.advantageArea .hand {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 18vw;
  height: 20vw;
  background-image: url(../images/hand.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: -50px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .advantageArea .hand {
    display: none;
  }
}

.advantageArea h6 {
  color: #3a4d57;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
/*# sourceMappingURL=cockroach.css.map */