@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*, *:after, *:before {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', 'HiraKakuPro-W6', 'MS UI Gothic', sans-serif;
  color: #fcfcfc;
}

html, body {
  width: 100%;
  height: 100%;
}

::selection {
  color: #F4F4F4;
  background: #E60012;
  text-shadow: none;
}

.default_inner {
  margin: 0 auto;
  width: 89.58333vw;
}

@media screen and (min-width: 769px) {
  .default_inner {
    width: 51.72932vh;
  }
}

/* DSEG7 Classic boldだけ*/
@font-face {
  font-family: 'DSEG7-Classic';
  src: url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.woff2") format("woff2"), url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.woff") format("woff"), url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.ttf") format("truetype");
}

.bg-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.bg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#op_view {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0c0c0c;
  overflow: hidden;
  transition: opacity 1s linear;
  opacity: 1;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #op_view {
    width: 57.89474vh;
    height: 100vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

#op_view .broken_line {
  position: relative;
  width: 100%;
  height: 10.41667vw;
}

@media screen and (min-width: 769px) {
  #op_view .broken_line {
    height: 6.01504vh;
  }
}

#op_view .broken_line .broken_line_inner {
  width: 227.34375vw;
  height: 10.41667vw;
  position: absolute;
}

@media screen and (min-width: 769px) {
  #op_view .broken_line .broken_line_inner {
    width: 131.2782vh;
    height: 6.01504vh;
  }
}

#op_view .broken_line .broken_line_inner img {
  width: 100%;
  height: 100%;
}

#op_view .broken_line .top_line {
  top: 0;
  right: 0;
  animation: loop_top 20s;
}

#op_view .broken_line .bottom_line {
  top: 0;
  left: 0;
  animation: loop_bottom 20s;
}

#op_view .emergency {
  margin: 7.8125vw auto 7.8125vw auto;
  width: 90.88542vw;
  height: 89.58333vw;
  display: block;
}

@media screen and (min-width: 769px) {
  #op_view .emergency {
    margin: 4.51128vh auto 4.51128vh auto;
    width: 52.4812vh;
    height: 51.72932vh;
  }
}

@keyframes loop_top {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(768px);
  }
}

@keyframes loop_bottom {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(-768px);
  }
}

#mission-area {
  padding-bottom: 7.8125vw;
  background-color: #0c0c0c;
  transition: background-color 0.1s linear;
}

@media screen and (min-width: 769px) {
  #mission-area {
    padding-bottom: 4.51128vh;
    margin: 0 auto;
    width: 57.74436vh;
  }
}

#mission-area .titel-area {
  height: 22.13542vw;
  background-color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .titel-area {
    height: 12.78195vh;
  }
}

#mission-area .titel-area .default_inner {
  height: 100%;
  display: flex;
  align-items: center;
}

#mission-area .titel-area .default_inner .title_logo {
  width: 27.86458vw;
  height: 14.0625vw;
}

@media screen and (min-width: 769px) {
  #mission-area .titel-area .default_inner .title_logo {
    width: 16.09023vh;
    height: 8.1203vh;
  }
}

#mission-area .titel-area .default_inner .title_desc {
  margin-left: 3.90625vw;
}

@media screen and (min-width: 769px) {
  #mission-area .titel-area .default_inner .title_desc {
    margin-left: 2.25564vh;
  }
}

#mission-area .titel-area .default_inner .title_desc .title {
  width: 54.81771vw;
}

@media screen and (min-width: 769px) {
  #mission-area .titel-area .default_inner .title_desc .title {
    width: 31.65414vh;
  }
}

#mission-area .titel-area .default_inner .title_desc #mission_num {
  margin-top: 1.30208vw;
  font-family: 'Noto Sans JP';
  font-size: 8.33333vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #mission-area .titel-area .default_inner .title_desc #mission_num {
    margin-top: 0.75188vh;
    font-size: 4.81203vh;
  }
}

#mission-area .gradation_line {
  width: 100%;
  height: 2.60417vw;
  background: linear-gradient(63.5deg, rgba(0, 0, 0, 0) 39%, #e60012 39%);
}

@media screen and (min-width: 769px) {
  #mission-area .gradation_line {
    height: 1.50376vh;
  }
}

#mission-area .timer {
  width: 100%;
  height: 42.96875vw;
}

@media screen and (min-width: 769px) {
  #mission-area .timer {
    height: 24.81203vh;
  }
}

#mission-area .timer .activity_time {
  padding-top: 0.78125vw;
  width: 86.97917vw;
  height: 5.98958vw;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .activity_time {
    padding-top: 0.45113vh;
    width: 50.22556vh;
    height: 3.45865vh;
  }
}

#mission-area .timer .timer_text {
  margin-top: 2.60417vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .timer_text {
    margin-top: 1.50376vh;
  }
}

#mission-area .timer .default_inner {
  height: 100%;
}

#mission-area .timer .default_inner .result_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mission-area .timer .default_inner .result_wrap #timer_text_result {
  text-align: center;
  font-size: 4.16667vw;
  font-weight: 700;
  color: #ffb00e;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner .result_wrap #timer_text_result {
    font-size: 2.40602vh;
  }
}

#mission-area .timer .default_inner .result_wrap #result_text {
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20.83333vw;
  font-weight: bold;
  color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner .result_wrap #result_text {
    font-size: 12.03008vh;
  }
}

#mission-area .timer .default_inner .result_wrap #result_text_failed {
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20.83333vw;
  font-weight: bold;
  color: #3071b7;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner .result_wrap #result_text_failed {
    font-size: 12.03008vh;
  }
}

#mission-area .timer .default_inner #count {
  margin-top: 2.60417vw;
  width: 100%;
  height: 23.4375vw;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count {
    margin-top: 1.50376vh;
    height: 13.53383vh;
  }
}

#mission-area .timer .default_inner #count #count_inner {
  display: none;
  padding-top: 1.30208vw;
  padding-bottom: 1.30208vw;
  width: 100%;
  height: 23.4375vw;
  justify-content: space-between;
  align-items: flex-end;
  font-family: DSEG7-Classic;
  animation: fade_in 0.2s;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner {
    padding-top: 0.75188vh;
    padding-bottom: 0.75188vh;
    height: 13.53383vh;
  }
}

#mission-area .timer .default_inner #count #count_inner .left_box {
  height: 100%;
}

#mission-area .timer .default_inner #count #count_inner .left_box .left {
  width: 6.90104vw;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner .left_box .left {
    width: 3.98496vh;
  }
}

#mission-area .timer .default_inner #count #count_inner .minute {
  display: block;
  text-align: center;
  font-size: 20.83333vw;
  color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner .minute {
    font-size: 12.03008vh;
  }
}

#mission-area .timer .default_inner #count #count_inner .minute, #mission-area .timer .default_inner #count #count_inner .second {
  display: block;
  text-align: center;
  font-size: 20.83333vw;
  color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner .minute, #mission-area .timer .default_inner #count #count_inner .second {
    font-size: 12.03008vh;
  }
}

#mission-area .timer .default_inner #count #count_inner .minute {
  color: #770d06;
}

#mission-area .timer .default_inner #count #count_inner .colon {
  display: block;
  text-align: center;
  font-size: 20.83333vw;
  color: #770d06;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner .colon {
    font-size: 12.03008vh;
  }
}

#mission-area .timer .default_inner #count #count_inner .mSecond {
  display: block;
  text-align: center;
  font-size: 15.625vw;
  color: #770d06;
}

@media screen and (min-width: 769px) {
  #mission-area .timer .default_inner #count #count_inner .mSecond {
    font-size: 9.02256vh;
  }
}

#mission-area .question {
  width: 100%;
  height: 52.08333vw;
  background-color: #b4b4b4;
}

@media screen and (min-width: 769px) {
  #mission-area .question {
    height: 30.07519vh;
  }
}

#mission-area .question img {
  width: 100%;
  height: 100%;
}

#mission-area .links {
  margin: 0 auto;
  width: 89.58333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 769px) {
  #mission-area .links {
    width: 51.72932vh;
  }
}

#mission-area .links .answer {
  width: 100%;
}

#mission-area .links .answer #answer_text {
  margin-top: 7.8125vw;
  padding: 0 5.20833vw;
  width: 100%;
  height: 15.625vw;
  border: none;
  border-radius: 0px;
  font-family: sans-serif;
  font-size: 5.20833vw;
  font-weight: 700;
  line-height: 15.625vw;
  color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  #mission-area .links .answer #answer_text {
    margin-top: 4.51128vh;
    padding: 0 3.00752vh;
    height: 9.02256vh;
    font-size: 3.00752vh;
    line-height: 9.02256vh;
  }
}

#mission-area .links .answer #answer_text::placeholder {
  color: #666666;
  font-weight: 400;
}

#mission-area .links .answer #send {
  margin-top: 7.8125vw;
  width: 100%;
  height: 15.625vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .links .answer #send {
    margin-top: 4.51128vh;
    height: 9.02256vh;
  }
}

#mission-area .links .answer #send p {
  font-family: 'Noto Sans JP';
  font-size: 9.375vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #mission-area .links .answer #send p {
    font-size: 5.41353vh;
  }
}

#mission-area .links .arrow {
  width: 3.64583vw;
  height: 2.60417vw;
  position: absolute;
  top: 50%;
  right: 5.20833vw;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  #mission-area .links .arrow {
    width: 2.10526vh;
    height: 1.50376vh;
    right: 3.00752vh;
  }
}

#mission-area .links .share_text {
  margin-top: 7.16146vw;
  text-align: center;
  font-size: 4.16667vw;
  font-weight: 700;
  color: #ffb00e;
}

@media screen and (min-width: 769px) {
  #mission-area .links .share_text {
    margin-top: 4.13534vh;
    font-size: 2.40602vh;
  }
}

#mission-area .links .share {
  margin-top: 7.16146vw;
  width: 71.61458vw;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #mission-area .links .share {
    margin-top: 4.13534vh;
    width: 41.35338vh;
  }
}

#mission-area .links .share li {
  width: 16.92708vw;
  height: 14.32292vw;
}

@media screen and (min-width: 769px) {
  #mission-area .links .share li {
    width: 9.77444vh;
    height: 8.27068vh;
  }
}

#mission-area .links .share li a {
  width: 100%;
  height: 100%;
}

#mission-area .links .share li a img {
  width: 100%;
  height: 100%;
}

#mission-area .links #restart {
  margin-top: 7.8125vw;
  width: 100%;
  height: 20.83333vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3071b7;
}

@media screen and (min-width: 769px) {
  #mission-area .links #restart {
    margin-top: 4.51128vh;
    height: 12.03008vh;
  }
}

#mission-area .links #restart p {
  text-align: center;
  font-size: 9.375vw;
  font-family: 'Noto Sans JP';
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #mission-area .links #restart p {
    font-size: 5.41353vh;
  }
}

#mission-area .links .to_list_btn {
  margin-top: 7.8125vw;
  width: 100%;
  height: 13.02083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fcfcfc;
  background-color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_list_btn {
    margin-top: 4.51128vh;
    height: 7.5188vh;
  }
}

#mission-area .links .to_list_btn p {
  font-size: 4.16667vw;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_list_btn p {
    font-size: 2.40602vh;
  }
}

#mission-area .links .to_list_btn_red {
  margin-top: 7.8125vw;
  width: 100%;
  height: 13.02083vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e60012;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_list_btn_red {
    margin-top: 4.51128vh;
    height: 7.5188vh;
  }
}

#mission-area .links .to_list_btn_red p {
  font-size: 4.16667vw;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_list_btn_red p {
    font-size: 2.40602vh;
  }
}

#mission-area .links .to_top {
  margin-top: 7.8125vw;
  width: 100%;
  height: 20.83333vw;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #252525;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_top {
    margin-top: 4.51128vh;
    height: 12.03008vh;
  }
}

#mission-area .links .to_top .to_top_desc {
  margin-left: 3.90625vw;
  width: 70.57292vw;
  height: 11.45833vw;
}

@media screen and (min-width: 769px) {
  #mission-area .links .to_top .to_top_desc {
    margin-left: 2.25564vh;
    width: 40.75188vh;
    height: 6.61654vh;
  }
}

@keyframes fade_in {
  from {
    transform: translateY(-110%);
  }
  to {
    transform: translateY(0);
  }
}

footer {
  background: #770d06;
  padding: 10.41667vw 5.20833vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  footer {
    padding: 6.01504vh 3.00752vh;
    margin: 0 auto;
    width: 57.74436vh;
  }
}

footer .logo {
  display: flex;
  justify-content: center;
}

footer .logo-eva2020 {
  margin: 0 2.86458vw 0 0;
  width: 24.47917vw;
}

@media screen and (min-width: 769px) {
  footer .logo-eva2020 {
    margin: 0 1.65414vh 0 0;
    width: 14.13534vh;
  }
}

footer .logo-eva2020 .st0 {
  fill: #fcfcfc;
}

footer .logo-scrap {
  margin: 0 0 0 2.86458vw;
  width: 19.79167vw;
}

@media screen and (min-width: 769px) {
  footer .logo-scrap {
    margin: 0 0 0 1.65414vh;
    width: 11.42857vh;
  }
}

footer .logo-scrap .st0 {
  fill: #fcfcfc;
}

footer .banner-mail {
  margin: 10.41667vw 0;
}

@media screen and (min-width: 769px) {
  footer .banner-mail {
    margin: 6.01504vh 0;
  }
}

footer small {
  font-size: 3.125vw;
  text-align: center;
  display: block;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  footer small {
    font-size: 1.80451vh;
  }
}

.banner-mail {
  width: 89.58333vw;
  display: block;
}

@media screen and (min-width: 769px) {
  .banner-mail {
    width: 51.72932vh;
  }
}

.banner-mail a {
  width: 100%;
}

.banner-mail a img {
  width: 100%;
}
/*# sourceMappingURL=mission.css.map */