@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url("SourceHanSansJP-Bold.woff2") format("woff2");
}
body {
  font-family: "SourceHanSansJP_Bold", "Noto Sans JP", sans-serif;
  text-align: center;
  background-color: #1f1f1f;
  background-image: url(bg-bg.jpg);
  font-size: 16px;
}

h1 {
  font-size: 30px;
  margin: 5px auto 15px auto;
  color: #304ca8;
}

h2,
h3 {
  color: white;
  -webkit-filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
  filter: drop-shadow(1px 3px 5px rgb(0, 0, 0));
}

.btn1 {
  margin: 0 auto;
  width: 300px;
  padding: 15px;
  background-color: #304ca8;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
}

.container1 {
  background-color: #fff;
  border: #304ca8 solid 8px;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.wrapper {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  background-color: #fff;
  background-image: url(bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}
.wrapper .back {
  display: none;
}
.wrapper.home {
  height: 100vh;
}
.wrapper.home .tweet {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 10px;
  position: relative;
  display: block;
  margin: 20px auto;
}
.wrapper.home .xlogo {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.wrapper.home .illust {
  width: 100%;
  height: 200px;
}
.wrapper.home .illust img {
  width: 100%;
  background-color: #555;
}
.wrapper#resultpage .container1 {
  background-color: #fff;
  border: #304ca8 solid 8px;
  border-radius: 0px;
  padding: 20px;
  margin-bottom: 50px;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.wrapper#resultpage .cap {
  background-color: #8ba0e6;
  color: #fff;
  font-size: 14px;
  padding: 3px 20px;
}
.wrapper#resultpage span {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
.wrapper#resultpage .job-title {
  font-weight: 600;
}
.wrapper#resultpage ul.job {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
}
.wrapper#resultpage ul.job li {
  background-color: #304ca8;
  color: #fff;
  padding: 4px;
  list-style: none;
  width: 32%;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.wrapper#resultpage ul.recommend {
  display: flex;
}
.wrapper#resultpage ul.recommend li {
  background-color: #000;
  padding: 5px;
  list-style: none;
}
.wrapper#resultpage .illust {
  width: 100%;
  margin-bottom: 10px;
}
.wrapper#resultpage .illust img {
  width: 100%;
  background-color: #555;
}
.wrapper#resultpage .story {
  height: 50px;
  width: 290px;
  padding-top: 10px;
  word-break: break-all;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.wrapper#resultpage .story::after {
  content: ""; 
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; 
  font-family: inherit;
  background-image: repeating-linear-gradient(
      -90deg,
      #fafafa,
      #fafafa 0.2rem,
      hsla(0, 0%, 45%, 0) 0,
      hsla(0, 0%, 45%, 0) 0.4rem
    ),
    linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0) -10%,
      hsla(0, 0%, 75%, 0.3),
      hsla(0, 0%, 100%, 0) 110%
    );
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  transform: skewX(-30deg);
}
.wrapper#resultpage .movie {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}
.wrapper#resultpage .share {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: flex;
}
.wrapper#resultpage .share div {
  margin-right: 10px;
}
.wrapper#resultpage .share #choice01,
.wrapper#resultpage .share #choice02 {
  display: none;
}
.wrapper#resultpage .share #choice01 img,
.wrapper#resultpage .share #choice02 img {
  width: 40px !important;
  height: 40px !important;
}
.wrapper#resultpage .share .tweet {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 10px;
  position: relative;
  display: block;
}
.wrapper#resultpage .share .xlogo {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.wrapper #progressbar {
  width: 0%;
  height: 3px;
  background-color: blue;
  transition: 0.5s;
  position: relative;

}
.wrapper #progressbar-bg {
  width: 100%;
  height: 3px;
  background-color: #cccccc;
  margin-bottom: 30px;
  display: none;
}

.quiz-container {
  max-width: 600px;
  margin: auto;
}

.question {
  margin-bottom: 20px;
  display: none;
  opacity: 0;
  transition: 0.5;
}

.quiz-container {
  display: none;
}

@-webkit-keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes percentage {
  1% {
    content: "1%";
  }
  2% {
    content: "2%";
  }
  3% {
    content: "3%";
  }
  4% {
    content: "4%";
  }
  5% {
    content: "5%";
  }
  6% {
    content: "6%";
  }
  7% {
    content: "7%";
  }
  8% {
    content: "8%";
  }
  9% {
    content: "9%";
  }
  10% {
    content: "10%";
  }
  11% {
    content: "11%";
  }
  12% {
    content: "12%";
  }
  13% {
    content: "13%";
  }
  14% {
    content: "14%";
  }
  15% {
    content: "15%";
  }
  16% {
    content: "16%";
  }
  17% {
    content: "17%";
  }
  18% {
    content: "18%";
  }
  19% {
    content: "19%";
  }
  20% {
    content: "20%";
  }
  21% {
    content: "21%";
  }
  22% {
    content: "22%";
  }
  23% {
    content: "23%";
  }
  24% {
    content: "24%";
  }
  25% {
    content: "25%";
  }
  26% {
    content: "26%";
  }
  27% {
    content: "27%";
  }
  28% {
    content: "28%";
  }
  29% {
    content: "29%";
  }
  30% {
    content: "30%";
  }
  31% {
    content: "31%";
  }
  32% {
    content: "32%";
  }
  33% {
    content: "33%";
  }
  34% {
    content: "34%";
  }
  35% {
    content: "35%";
  }
  36% {
    content: "36%";
  }
  37% {
    content: "37%";
  }
  38% {
    content: "38%";
  }
  39% {
    content: "39%";
  }
  40% {
    content: "40%";
  }
  41% {
    content: "41%";
  }
  42% {
    content: "42%";
  }
  43% {
    content: "43%";
  }
  44% {
    content: "44%";
  }
  45% {
    content: "45%";
  }
  46% {
    content: "46%";
  }
  47% {
    content: "47%";
  }
  48% {
    content: "48%";
  }
  49% {
    content: "49%";
  }
  50% {
    content: "50%";
  }
  51% {
    content: "51%";
  }
  52% {
    content: "52%";
  }
  53% {
    content: "53%";
  }
  54% {
    content: "54%";
  }
  55% {
    content: "55%";
  }
  56% {
    content: "56%";
  }
  57% {
    content: "57%";
  }
  58% {
    content: "58%";
  }
  59% {
    content: "59%";
  }
  60% {
    content: "60%";
  }
  61% {
    content: "61%";
  }
  62% {
    content: "62%";
  }
  63% {
    content: "63%";
  }
  64% {
    content: "64%";
  }
  65% {
    content: "65%";
  }
  66% {
    content: "66%";
  }
  67% {
    content: "67%";
  }
  68% {
    content: "68%";
  }
  69% {
    content: "69%";
  }
  70% {
    content: "70%";
  }
  71% {
    content: "71%";
  }
  72% {
    content: "72%";
  }
  73% {
    content: "73%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  76% {
    content: "76%";
  }
  77% {
    content: "77%";
  }
  78% {
    content: "78%";
  }
  79% {
    content: "79%";
  }
  80% {
    content: "80%";
  }
  81% {
    content: "81%";
  }
  82% {
    content: "82%";
  }
  83% {
    content: "83%";
  }
  84% {
    content: "84%";
  }
  85% {
    content: "85%";
  }
  86% {
    content: "86%";
  }
  87% {
    content: "87%";
  }
  88% {
    content: "88%";
  }
  89% {
    content: "89%";
  }
  90% {
    content: "90%";
  }
  91% {
    content: "91%";
  }
  92% {
    content: "92%";
  }
  93% {
    content: "93%";
  }
  94% {
    content: "94%";
  }
  95% {
    content: "95%";
  }
  96% {
    content: "96%";
  }
  97% {
    content: "97%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
  100% {
    content: "100%";
  }
}
@keyframes percentage {
  1% {
    content: "1%";
  }
  2% {
    content: "2%";
  }
  3% {
    content: "3%";
  }
  4% {
    content: "4%";
  }
  5% {
    content: "5%";
  }
  6% {
    content: "6%";
  }
  7% {
    content: "7%";
  }
  8% {
    content: "8%";
  }
  9% {
    content: "9%";
  }
  10% {
    content: "10%";
  }
  11% {
    content: "11%";
  }
  12% {
    content: "12%";
  }
  13% {
    content: "13%";
  }
  14% {
    content: "14%";
  }
  15% {
    content: "15%";
  }
  16% {
    content: "16%";
  }
  17% {
    content: "17%";
  }
  18% {
    content: "18%";
  }
  19% {
    content: "19%";
  }
  20% {
    content: "20%";
  }
  21% {
    content: "21%";
  }
  22% {
    content: "22%";
  }
  23% {
    content: "23%";
  }
  24% {
    content: "24%";
  }
  25% {
    content: "25%";
  }
  26% {
    content: "26%";
  }
  27% {
    content: "27%";
  }
  28% {
    content: "28%";
  }
  29% {
    content: "29%";
  }
  30% {
    content: "30%";
  }
  31% {
    content: "31%";
  }
  32% {
    content: "32%";
  }
  33% {
    content: "33%";
  }
  34% {
    content: "34%";
  }
  35% {
    content: "35%";
  }
  36% {
    content: "36%";
  }
  37% {
    content: "37%";
  }
  38% {
    content: "38%";
  }
  39% {
    content: "39%";
  }
  40% {
    content: "40%";
  }
  41% {
    content: "41%";
  }
  42% {
    content: "42%";
  }
  43% {
    content: "43%";
  }
  44% {
    content: "44%";
  }
  45% {
    content: "45%";
  }
  46% {
    content: "46%";
  }
  47% {
    content: "47%";
  }
  48% {
    content: "48%";
  }
  49% {
    content: "49%";
  }
  50% {
    content: "50%";
  }
  51% {
    content: "51%";
  }
  52% {
    content: "52%";
  }
  53% {
    content: "53%";
  }
  54% {
    content: "54%";
  }
  55% {
    content: "55%";
  }
  56% {
    content: "56%";
  }
  57% {
    content: "57%";
  }
  58% {
    content: "58%";
  }
  59% {
    content: "59%";
  }
  60% {
    content: "60%";
  }
  61% {
    content: "61%";
  }
  62% {
    content: "62%";
  }
  63% {
    content: "63%";
  }
  64% {
    content: "64%";
  }
  65% {
    content: "65%";
  }
  66% {
    content: "66%";
  }
  67% {
    content: "67%";
  }
  68% {
    content: "68%";
  }
  69% {
    content: "69%";
  }
  70% {
    content: "70%";
  }
  71% {
    content: "71%";
  }
  72% {
    content: "72%";
  }
  73% {
    content: "73%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  76% {
    content: "76%";
  }
  77% {
    content: "77%";
  }
  78% {
    content: "78%";
  }
  79% {
    content: "79%";
  }
  80% {
    content: "80%";
  }
  81% {
    content: "81%";
  }
  82% {
    content: "82%";
  }
  83% {
    content: "83%";
  }
  84% {
    content: "84%";
  }
  85% {
    content: "85%";
  }
  86% {
    content: "86%";
  }
  87% {
    content: "87%";
  }
  88% {
    content: "88%";
  }
  89% {
    content: "89%";
  }
  90% {
    content: "90%";
  }
  91% {
    content: "91%";
  }
  92% {
    content: "92%";
  }
  93% {
    content: "93%";
  }
  94% {
    content: "94%";
  }
  95% {
    content: "95%";
  }
  96% {
    content: "96%";
  }
  97% {
    content: "97%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
  100% {
    content: "100%";
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading {
  position: fixed;
  visibility: hidden;
  z-index: 2;
  background-color: #1f1f1f;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
#loading.start {
  opacity: 1;
  visibility: visible;
}
#loading #loading-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#loading #loading-bar-wrapper .loading-bar {
  background-color: rgb(255, 230, 0);
  height: 1px;
  width: 50%;
  visibility: hidden;
}
#loading #loading-bar-wrapper .loading-bar.start {
  visibility: visible;
  -webkit-animation: loading 3s ease-out;
  animation: loading 3s ease-out;
}
#loading #loading-bar-right {
  text-align: right;
  margin-right: 0;
}

#loading-number {
  visibility: hidden;
  color: rgb(255, 230, 0);
  width: 100%;
  margin-top: 45vh;
}

#loading-number.start:after {
  padding-left: 20px;
  content: "100%";
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  -webkit-animation: percentage 3s ease-out;
  animation: percentage 3s ease-out;
  visibility: visible;
}

.button-head-wrapper {
  position: absolute;
}
.button-head-wrapper .button-head {
  height: 70px;
  width: 50px;
  margin-left: -165px;
  margin-bottom: 30px;
  margin-top: -20px;
  word-break: break-all;
  position: relative;
  text-align: left;
  z-index: 3;
  font-size: 55px;
  color: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.425));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.425));
}
.button-head-wrapper .button-head img {
  height: 40px;
}
.button-head-wrapper .button-head::after {
  width: 50px;
  content: "";
  position: absolute; 
  top: 10px;
  bottom: -10px;
  left: 10px;
  right: 0;
  z-index: -1; 
  font-family: inherit;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  background-color: #555;
  transform: skewX(-30deg);
}

.button-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.button-wrapper button {
  height: 50px;
  width: 290px;
  padding-left: 70px;
  margin-bottom: 30px;
  font-weight: 600;
  word-break: break-all;
  position: relative;
  text-align: left;
  z-index: 1;
  font-size: 15px;
  color: #333;
}
.button-wrapper button::after {
  content: ""; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: -5px;
  z-index: -1;
  font-family: inherit;
  background-image: repeating-linear-gradient(
      -90deg,
      #fafafa,
      #fafafa 0.2rem,
      hsla(0, 0%, 45%, 0) 0,
      hsla(0, 0%, 45%, 0) 0.4rem
    ),
    linear-gradient(
      0deg,
      hsla(0, 0%, 100%, 0) -10%,
      hsla(0, 0%, 75%, 0.3),
      hsla(0, 0%, 100%, 0) 110%
    );
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  background-color: #fff;
  transform: skewX(-30deg);
}
.button-wrapper button:hover {
  opacity: 0.8;
}

.button-bg-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 125px;
  left: 13px;
  z-index: -1;
}
.button-bg-wrapper .button-bg {
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  transform: skewX(-30deg);
  height: 50px;
  width: 290px;
  background-color: #fff;
  margin-bottom: 30px;
  word-break: break-all;
  position: relative;
  z-index: -1;
  display: block;
  background-color: #e43250;
  position: relative;
  z-index: -2;
}

#point {
  display: none;
}

#bro img {
  width: 40px;
  height: 40px;
  z-index: 100;
  cursor: pointer;
}
#bro.touch {
  -webkit-animation: shake 0.5s;
  animation: shake 0.5s;
}
#bro::after {
  display: block;
  background-color: #000;
  width: 100%;
  height: 40px;
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-25deg);
  }
  70% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-25deg);
  }
  70% {
    transform: rotate(10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}
.window {
  margin: 20px;
  background-color: #1f1f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border: #7c7c7c solid 8px;
  flex-direction: column;
}
.window .icon {
  width: 40px;
  margin-bottom: 10px;
}

.awake {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 2;
  top: 0;
  background-color: rgba(34, 34, 34, 0.9176470588);
  display: none;
  vertical-align: middle;
}
.awake img {
  z-index: 100;
  position: relative;
  width: 60px;
}
.awake #select-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awake #select-wrapper #select-left {
  background-color: #000;
}
.awake #select-wrapper #select-right {
  background-color: #000;
}

.select {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 60px;
  display: block;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}


.select span {
  position: relative;
  z-index: 3; 
  color: #333;
}

.select:hover span {
  color: #fff;
}


.bgskew::before {
  content: "";
  position: absolute;
  top: 0;
  left: -230%;
  width: 200%;
  height: 100%;
  transform: skewX(-25deg);
}


.active .bgskew::before {
  -webkit-animation: skewanime 1.5s forwards;
  animation: skewanime 1.5s forwards; 
}
@-webkit-keyframes skewanime {
  100% {
    left: -30%; 
  }
}
@keyframes skewanime {
  100% {
    left: -30%; 
  }
}

#select-left::before {
  background-color: #1c806a;
}

#select-right::before {
  background-color: #853232;
}

.active {
  display: block !important;
  opacity: 1;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.footer {
  background-color: #333;
  width: calc(100% + 40px);
  padding: 30px;
  font-size: 12px;
  margin: 60px -20px -20px;
  color: #fff;
}
.footer span {
  text-align: center !important;
}
.footer a {
  color: #fff;
}

.container2 {
  background-color: #ffffff;
  width: calc(100% + 40px);
  padding: 30px 0 20px;
  font-size: 14px;
  margin: 50px -20px 20px;
}
.container2 span {
  text-align: center !important;
}

.enter {
  width: 100%;
}
