@charset "UTF-8";
body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

body,
#vm {
  width: 100%;
}

body {
  background-image: url(../images/background.gif);
  background-repeat: repeat;
}

#hello {
  max-width: 650px;
  margin: 0 auto;
}

#hello header {
  background-image: url(../images/heroimg.jpg);
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  position: relative;
}

#hello header button {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 1em 0;
  font-size: 2em;
  background-color: orange;
  border: none;
  color: white;
  -webkit-box-shadow: red 5px 5px 0px;
          box-shadow: red 5px 5px 0px;
  cursor: pointer;
}

#hello footer {
  background-color: #00af9e;
  color: white;
  padding: 0.8em 0;
  text-align: center;
}

#ques header {
  background-color: #00ADA5;
  color: white;
  text-align: center;
  font-size: 3em;
  padding: .7em 0;
  position: relative;
}

#ques header #number {
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  font-family: tbudrgothic-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}

#ques header #progressBar {
  width: 100%;
  height: 1rem;
  background-color: #0b7b78;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

#ques header #progressBar #progressLine {
  height: 100%;
  background-color: #D9E021;
  font-size: 1rem;
  text-align: right;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: gray;
  border-radius: 0 0.5rem 0.5rem 0;
}

#ques main {
  max-width: 650px;
  margin: 0 auto;
}

#ques main #intoroTalk,
#ques main #answerTalk {
  line-height: 1.8;
  font-size: 1.3em;
}

#ques main #intoroTalk .talk,
#ques main #intoroTalk .img,
#ques main #answerTalk .talk,
#ques main #answerTalk .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ques main #intoroTalk .talk[data-who=kotori],
#ques main #intoroTalk .img[data-who=kotori],
#ques main #answerTalk .talk[data-who=kotori],
#ques main #answerTalk .img[data-who=kotori] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 5%;
  position: relative;
}

#ques main #intoroTalk .talk[data-who=kotori]::before,
#ques main #intoroTalk .img[data-who=kotori]::before,
#ques main #answerTalk .talk[data-who=kotori]::before,
#ques main #answerTalk .img[data-who=kotori]::before {
  content: "かおり";
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 15px;
  position: absolute;
  left: 1.2em;
  top: 1.5em;
  color: white;
}

#ques main #intoroTalk .talk[data-who=narration],
#ques main #intoroTalk .img[data-who=narration],
#ques main #answerTalk .talk[data-who=narration],
#ques main #answerTalk .img[data-who=narration] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 5%;
  position: relative;
}

#ques main #intoroTalk .talk[data-who=narration]::before,
#ques main #intoroTalk .img[data-who=narration]::before,
#ques main #answerTalk .talk[data-who=narration]::before,
#ques main #answerTalk .img[data-who=narration]::before {
  content: "ガイド";
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 15px;
  position: absolute;
  right: 1.2em;
  top: 1.5em;
  color: #888888;
}

#ques main #intoroTalk .talk > p,
#ques main #intoroTalk .talk > div,
#ques main #intoroTalk .img > p,
#ques main #intoroTalk .img > div,
#ques main #answerTalk .talk > p,
#ques main #answerTalk .talk > div,
#ques main #answerTalk .img > p,
#ques main #answerTalk .img > div {
  background-color: white;
  display: inline-block;
  padding: 1em;
  max-width: 70%;
}

#ques main #intoroTalk .talk > p[data-who=kotori],
#ques main #intoroTalk .talk > div[data-who=kotori],
#ques main #intoroTalk .img > p[data-who=kotori],
#ques main #intoroTalk .img > div[data-who=kotori],
#ques main #answerTalk .talk > p[data-who=kotori],
#ques main #answerTalk .talk > div[data-who=kotori],
#ques main #answerTalk .img > p[data-who=kotori],
#ques main #answerTalk .img > div[data-who=kotori] {
  border-left: 15px solid #00ADA5;
}

#ques main #intoroTalk .talk > p[data-who=narration],
#ques main #intoroTalk .talk > div[data-who=narration],
#ques main #intoroTalk .img > p[data-who=narration],
#ques main #intoroTalk .img > div[data-who=narration],
#ques main #answerTalk .talk > p[data-who=narration],
#ques main #answerTalk .talk > div[data-who=narration],
#ques main #answerTalk .img > p[data-who=narration],
#ques main #answerTalk .img > div[data-who=narration] {
  border-right: 15px solid #D9E021;
}

#ques main #intoroTalk .talk > p img,
#ques main #intoroTalk .talk > div img,
#ques main #intoroTalk .img > p img,
#ques main #intoroTalk .img > div img,
#ques main #answerTalk .talk > p img,
#ques main #answerTalk .talk > div img,
#ques main #answerTalk .img > p img,
#ques main #answerTalk .img > div img {
  min-width: 250px;
}

#ques main #intoroTalk .talk:not(:last-child),
#ques main #intoroTalk .img:not(:last-child),
#ques main #answerTalk .talk:not(:last-child),
#ques main #answerTalk .img:not(:last-child) {
  margin: 1.8rem 0;
}

#ques main #intoroTalk .red,
#ques main #answerTalk .red {
  background-color: red;
  color: white;
  padding: 1em;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

#ques main #choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#ques main #choice li {
  display: block;
  background-color: #00ADA5;
  color: white;
  font-size: 1.3em;
  line-height: 1.8;
  min-width: 50vw;
  cursor: pointer;
}

#ques main #choice li p {
  padding: 1em;
}

#ques main #choice li:not(:last-child) {
  margin: 0.9rem 0;
}

#ques main #choice #choiceMargin {
  height: 40vh;
}

#ques main #description {
  background-color: #80e6c8;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.8rem auto;
}

#ques main #description p {
  width: 90%;
  padding: 1em;
  font-size: 1.2em;
  line-height: 1.8;
}

#ques footer {
  background-color: #00ADA5;
  color: white;
  height: 10vh;
  position: relative;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ques footer.addMargin {
  margin-top: 3rem;
}

#ques footer.addMargin small {
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
}

#ques footer #nextQues {
  display: block;
  font-size: 3rem;
  background-color: #0b7b78;
  padding: 0.4em;
  border-radius: 50%;
  border: none;
  color: white;
  position: absolute;
  top: calc((3rem + 0.8em) / -2);
  right: 10%;
  cursor: pointer;
}

#ques footer small {
  display: block;
  text-align: center;
  padding: 1em 0;
  font-size: 0.6em;
}

#end th, #end td, #end tr {
  border: black solid 3px;
}
/*# sourceMappingURL=style.css.map */