/* 
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;
}
@media screen and (min-width: 769px) {
  .bg-sp-r {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .bg-pc-r {
    display: none;
  }
}

html,
body,
.bg-video {
  width: 100%;
  height: 100%;
}

.bg-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -300;
}

.bg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "HiraKakuPro-W6", "MS UI Gothic", sans-serif;
  color: #fcfcfc;
}

::selection {
  color: #f4f4f4;
  background: #e60012;
  text-shadow: none;
}

section {
  padding: 10.41667vw 0;
  position: relative;
  background-color: #0c0c0c;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  section {
    margin: 0 auto;
    padding: 6.01504vh 0;
    width: 57.74436vh;
  }
}

.btn {
  margin-top: 2.60417vw;
  display: block;
  width: 100%;
  height: 20.83333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #ffb00e;
}

@media screen and (min-width: 769px) {
  .btn {
    margin-top: 1.50376vh;
    height: 12.03008vh;
  }
}

.btn h3 {
  font-size: 9.375vw;
  color: #0c0c0c;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .btn h3 {
    font-size: 5.41353vh;
  }
}

.btn .arrow {
  width: 3.64583vw;
  height: 2.60417vw;
  position: absolute;
  top: 50%;
  right: 5.20833vw;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .btn .arrow {
    width: 2.10526vh;
    height: 1.50376vh;
    right: 3.00752vh;
  }
}

.default_inner {
  margin: 0 auto;
  width: 89.58333vw;
}

@media screen and (min-width: 769px) {
  .default_inner {
    width: 51.72932vh;
  }
}

.default_inner_top {
  margin: 0 auto;
  padding: 10.41667vw 0;
  width: 89.58333vw;
}

@media screen and (min-width: 769px) {
  .default_inner_top {
    padding: 6.01504vh 0;
    width: 51.72932vh;
  }
}

.bottom_ber {
  width: 100%;
  height: 5.20833vw;
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .bottom_ber {
    margin: 0 auto;
    width: 57.74436vh;
    height: 3.00752vh;
  }
}

.bottom_ber .ber {
  width: 104.94792vw;
  max-width: none;
  height: 2.60417vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  .bottom_ber .ber {
    width: 60.6015vh;
    height: 1.50376vh;
  }
}

.bg_white {
  background-color: #fcfcfc;
}

.list li {
  display: flex;
}

.list li .list_style {
  flex-shrink: 0;
}

.desc {
  font-size: 3.64583vw;
  font-weight: bold;
  line-height: 1.8;
  color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  .desc {
    font-size: 2.10526vh;
  }
}

.weight_normal {
  font-weight: normal;
}

.method_title {
  margin-top: 3.77604vw;
  width: 19.14062vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .method_title {
    margin-top: 2.18045vh;
    width: 11.05263vh;
    height: 3.38346vh;
  }
}

.period_title {
  margin-top: 3.77604vw;
  width: 46.35417vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .period_title {
    margin-top: 2.18045vh;
    width: 26.76692vh;
    height: 3.38346vh;
  }
}

.note_title {
  margin-top: 3.77604vw;
  width: 19.53125vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .note_title {
    margin-top: 2.18045vh;
    width: 11.2782vh;
    height: 3.38346vh;
  }
}

.list {
  margin-top: 2.47396vw;
}

@media screen and (min-width: 769px) {
  .list {
    margin-top: 1.42857vh;
  }
}

.list li {
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .list li {
    margin-top: 0.75188vh;
  }
}

.list li .list_style_img {
  margin-top: 1.30208vw;
  margin-right: 1.95312vw;
  width: 4.16667vw;
  height: 4.16667vw;
}

@media screen and (min-width: 769px) {
  .list li .list_style_img {
    margin-top: 0.75188vh;
    margin-right: 1.12782vh;
    width: 2.40602vh;
    height: 2.40602vh;
  }
}

.list li p {
  font-size: 3.64583vw;
  color: #0c0c0c;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .list li p {
    font-size: 2.10526vh;
  }
}

.list li .weight_normal {
  font-weight: normal;
}

.list li .font_red {
  color: #e60012;
}

.campaign_content {
  padding: 5.20833vw;
  height: 0;
  display: none;
  overflow: hidden;
  background-color: #ebebeb;
}

@media screen and (min-width: 769px) {
  .campaign_content {
    padding: 3.00752vh;
  }
}

.campaign_content .gift_title {
  width: 19.01042vw;
  height: 5.85938vw;
}

@media screen and (min-width: 769px) {
  .campaign_content .gift_title {
    width: 10.97744vh;
    height: 3.38346vh;
  }
}

.campaign_content .desc {
  margin-top: 2.47396vw;
}

@media screen and (min-width: 769px) {
  .campaign_content .desc {
    margin-top: 1.42857vh;
  }
}

.campaign_content a {
  position: relative;
}

.campaign_content a::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 1px #0c0c0c;
}

#header_area {
  background-color: #fcfcfc;
}

@media screen and (min-width: 769px) {
  #header_area {
    margin: 0 auto;
    width: 57.74436vh;
  }
}

#header_area .header_box {
  padding: 5.20833vw;
  width: 100%;
  height: 147.13542vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header_area .header_box {
    padding: 3.00752vh;
    height: 84.96241vh;
  }
}

#header_area .header_box .header_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#header_area .header_box .header_link li {
  flex-shrink: 0;
}

#header_area .header_box .header_link li .top_logo_img {
  width: 26.30208vw;
  height: 18.22917vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_link li .top_logo_img {
    width: 15.18797vh;
    height: 10.52632vh;
  }
}

#header_area .header_box .header_title_box {
  position: relative;
}

#header_area .header_box .header_title_box a {
  margin-top: 5.20833vw;
  height: 51.5625vw;
  display: block;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box a {
    margin-top: 3.00752vh;
    height: 29.77444vh;
  }
}

#header_area .header_box .header_title_box a .header_title {
  width: 91.92708vw;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box a .header_title {
    width: 53.08271vh;
  }
}

#header_area .header_box .header_title_box .collaboration {
  margin: 5.20833vw auto 0 auto;
  width: 70.05208vw;
  height: 7.03125vw;
  display: block;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .header_title_box .collaboration {
    margin: 3.00752vh auto 0 auto;
    width: 40.45113vh;
    height: 4.06015vh;
  }
}

#header_area .header_box .header_img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 0;
}

#header_area .header_box .index_header_img {
  width: 82.29167vw;
  height: 57.94271vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .index_header_img {
    width: 47.5188vh;
    height: 33.45865vh;
  }
}

#header_area .header_box .form_header_img {
  width: 100vw;
  height: 46.875vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .form_header_img {
    width: 57.74436vh;
    height: 27.06767vh;
  }
}

#header_area .header_box .last_mission_header_img {
  display: none;
  width: 89.58333vw;
  height: 58.59375vw;
}

@media screen and (min-width: 769px) {
  #header_area .header_box .last_mission_header_img {
    width: 51.72932vh;
    height: 33.83459vh;
  }
}

#info {
  padding: 0;
  background-color: #fcfcfc;
}

#info .campaign {
  margin-top: 7.8125vw;
}

@media screen and (min-width: 769px) {
  #info .campaign {
    margin-top: 4.51128vh;
  }
}

#info .campaign .campaign_title_box {
  padding: 5.20833vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box {
    padding: 3.00752vh;
  }
}

#info .campaign .campaign_title_box .campaign_title {
  width: 72.13542vw;
  height: 15.625vw;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box .campaign_title {
    width: 41.65414vh;
    height: 9.02256vh;
  }
}

#info .campaign .campaign_title_box .plus {
  width: 3.90625vw;
  height: 3.90625vw;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box .plus {
    width: 2.25564vh;
    height: 2.25564vh;
  }
}

#info .campaign .campaign_title_box .plus .vertical {
  width: 0.52083vw;
  height: 0vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e60012;
  transition: all 0.5s ease;
  transform-origin: center;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box .plus .vertical {
    width: 0.30075vh;
    height: 0vh;
  }
}

#info .campaign .campaign_title_box .plus .horizontal {
  width: 3.90625vw;
  height: 0.52083vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  background-color: #e60012;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box .plus .horizontal {
    width: 2.25564vh;
    height: 0.30075vh;
  }
}

#info .campaign .campaign_title_box .plus.active {
  transform: rotate(-90deg);
}

#info .campaign .campaign_title_box .plus.active .vertical {
  height: 3.90625vw;
}

@media screen and (min-width: 769px) {
  #info .campaign .campaign_title_box .plus.active .vertical {
    height: 2.25564vh;
  }
}

@keyframes plus {
  0% {
  }
  100% {
  }
}

#answer {
  position: relative;
  padding-top: 10.41667vw;
  padding-bottom: 0;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #answer {
    padding-top: 6.01504vh;
  }
}

#answer .mission_title {
  width: 100%;
  height: 24.73958vw;
}

@media screen and (min-width: 769px) {
  #answer .mission_title {
    height: 14.28571vh;
  }
}

#answer .desc {
  margin-top: 6.38021vw;
  font-size: 3.64583vw;
  color: #fcfcfc;
}

@media screen and (min-width: 769px) {
  #answer .desc {
    margin-top: 3.68421vh;
    font-size: 2.10526vh;
  }
}

#answer .mission {
  margin-top: 7.8125vw;
  padding: 7.8125vw 5.20833vw;
  width: 89.58333vw;
  height: 124.47917vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #answer .mission {
    margin-top: 4.51128vh;
    padding: 4.51128vh 3.00752vh;
    width: 51.72932vh;
    height: 71.8797vh;
  }
}

#answer .mission .answer_clear {
  display: none;
  margin-top: 5.20833vw;
}

@media screen and (min-width: 769px) {
  #answer .mission .answer_clear {
    margin-top: 3.00752vh;
  }
}

#answer .mission .answer_clear .answer_text_style {
  background-color: #fcfcfc;
}

#answer .mission .answer_clear .answer_text_style p {
  color: #4249b5;
  font-weight: bold;
}

#answer .mission .answer_clear .btn {
  margin-top: 2.60417vw;
  background-color: #393c6c;
}

@media screen and (min-width: 769px) {
  #answer .mission .answer_clear .btn {
    margin-top: 1.50376vh;
  }
}

#answer .mission .answer_clear .clear_01_btn {
  background-color: #214568;
}

#answer .mission .answer_clear .clear_01_btn h3 {
  color: #6e99c3;
}

#answer .mission .answer_clear .clear_02_btn {
  background-color: #5b0202;
}

#answer .mission .answer_clear .clear_02_btn h3 {
  color: #f12c2c;
}

#answer .mission .answer_clear .clear_03_btn {
  background-color: #7a3846;
}

#answer .mission .answer_clear .clear_03_btn h3 {
  color: #d77b8f;
}

#answer .mission_01 {
  margin-top: 18.22917vw;
  background-image: url(../images/mission_01.png);
}

@media screen and (min-width: 769px) {
  #answer .mission_01 {
    margin-top: 10.52632vh;
  }
}

#answer .mission_02 {
  margin-top: 10.41667vw;
  background-image: url(../images/mission_02.png);
}

@media screen and (min-width: 769px) {
  #answer .mission_02 {
    margin-top: 6.01504vh;
  }
}

#answer .mission_03 {
  margin-top: 10.41667vw;
  background-image: url(../images/mission_03.png);
}

@media screen and (min-width: 769px) {
  #answer .mission_03 {
    margin-top: 6.01504vh;
  }
}

#answer .question_btn_block {
  position: relative;
}

#answer .question_btn_block .mission_01_rei {
  width: 45.57292vw;
  height: 38.67188vw;
  position: absolute;
  top: -38.67188vw;
  left: 45%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .mission_01_rei {
    width: 26.31579vh;
    height: 22.33083vh;
    top: -22.33083vh;
  }
}

#answer .question_btn_block .mission_02_asuka {
  width: 53.51562vw;
  height: 41.40625vw;
  position: absolute;
  top: -41.40625vw;
  left: 53%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .mission_02_asuka {
    width: 30.90226vh;
    height: 23.90977vh;
    top: -23.90977vh;
  }
}

#answer .question_btn_block .mission_03_mari {
  width: 44.66146vw;
  height: 38.28125vw;
  position: absolute;
  top: -38.28125vw;
  left: 54%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .mission_03_mari {
    width: 25.78947vh;
    height: 22.10526vh;
    top: -22.10526vh;
  }
}

#answer .question_btn_block .question {
  display: block;
  width: 100%;
  height: 26.04167vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .question {
    height: 15.03759vh;
  }
}

#answer .question_btn_block .question_btn {
  width: 100%;
  height: 20.3125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #0c0c0c;
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .question_btn {
    height: 11.72932vh;
  }
}

#answer .question_btn_block .question_btn h3 {
  font-size: 7.29167vw;
  font-weight: bold;
  color: white;
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .question_btn h3 {
    font-size: 4.21053vh;
  }
}

#answer .question_btn_block .question_btn .to_q_icon {
  width: 4.29688vw;
  height: 3.125vw;
  position: absolute;
  top: 50%;
  right: 5.20833vw;
  transform: translatey(-50%);
}

@media screen and (min-width: 769px) {
  #answer .question_btn_block .question_btn .to_q_icon {
    width: 2.4812vh;
    height: 1.80451vh;
    right: 3.00752vh;
  }
}

#answer .to_last_mission {
  margin-top: 7.8125vw;
  padding: 10.41667vw 5.20833vw;
  width: 100%;
  height: 128.90625vw;
  display: flex;
  align-items: flex-end;
  background-image: url(../images/to_last_mission.png);
  background-size: cover;
}

@media screen and (min-width: 769px) {
  #answer .to_last_mission {
    margin-top: 4.51128vh;
    padding: 6.01504vh 3.00752vh;
    height: 74.43609vh;
  }
}

#answer .to_last_mission .last_mission_btn {
  width: 100%;
  height: 20.83333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  #answer .to_last_mission .last_mission_btn {
    height: 15.03759vh;
  }
}

#answer .to_last_mission .last_mission_btn h3 {
  font-size: 9.375vw;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #answer .to_last_mission .last_mission_btn h3 {
    font-size: 5.41353vh;
  }
}

#answer .to_last_mission #last_mission_btn_inactive {
  background-color: #666666;
}

#answer .to_last_mission #last_mission_btn_inactive h3 {
  color: #fcfcfc;
}

#answer .to_last_mission #last_mission_btn_active {
  display: none;
  position: relative;
  background-color: #ffb00e;
}

#answer .to_last_mission #last_mission_btn_active h3 {
  color: #0c0c0c;
}

#answer .to_last_mission #last_mission_btn_active .arrow {
  position: absolute;
  top: 50%;
  right: 5.20833vw;
  transform: translateY(-50%);
}

.answer {
  margin-top: 5.20833vw;
}

@media screen and (min-width: 769px) {
  .answer {
    margin-top: 3.00752vh;
  }
}

.answer .answer_text_style {
  padding: 0 5.20833vw;
  width: 100%;
  height: 15.625vw;
  font-size: 5.20833vw;
  font-weight: bold;
  line-height: 15.625vw;
}

@media screen and (min-width: 769px) {
  .answer .answer_text_style {
    padding: 0 3.00752vh;
    height: 9.02256vh;
    font-size: 3.00752vh;
    line-height: 9.02256vh;
  }
}

.answer .answer_text_style p {
  line-height: 15.625vw;
}

@media screen and (min-width: 769px) {
  .answer .answer_text_style p {
    line-height: 9.02256vh;
  }
}

#last_mission {
  display: none;
  padding: 0 0 10.41667vw 0;
  position: relative;
  background: linear-gradient(#0c0c0c 10px, #e60012 10px);
  z-index: 100;
}

@media screen and (min-width: 769px) {
  #last_mission {
    padding: 0 0 6.01504vh 0;
  }
}

#last_mission .last_mission_title {
  width: 100%;
  height: 123.30729vw;
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_title {
    height: 71.20301vh;
  }
}

#last_mission .last_mission_img {
  margin-top: 10.41667vw;
  width: 100%;
  height: 79.6875vw;
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_img {
    margin-top: 6.01504vh;
    height: 46.01504vh;
  }
}

#last_mission .last_mission_list {
  margin-top: 31.25vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_list {
    margin-top: 18.04511vh;
  }
}

#last_mission .last_mission_list .last_mission_item {
  position: relative;
}

#last_mission .last_mission_list .last_mission_item .last_mission_q {
  width: 26.30208vw;
  height: 48.4375vw;
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_list .last_mission_item .last_mission_q {
    width: 15.18797vh;
    height: 27.96992vh;
  }
}

#last_mission .last_mission_list .last_mission_item .last_mission_rei {
  width: 16.66667vw;
  height: 22.52604vw;
  position: absolute;
  top: -22.52604vw;
  left: 50%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_list .last_mission_item .last_mission_rei {
    width: 9.62406vh;
    height: 13.00752vh;
    top: -13.00752vh;
  }
}

#last_mission .last_mission_list .last_mission_item .last_mission_asuka {
  width: 21.74479vw;
  height: 22.52604vw;
  position: absolute;
  top: -22.52604vw;
  left: 46%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_list .last_mission_item .last_mission_asuka {
    width: 12.55639vh;
    height: 13.00752vh;
    top: -13.00752vh;
  }
}

#last_mission .last_mission_list .last_mission_item .last_mission_mari {
  width: 26.17188vw;
  height: 22.52604vw;
  position: absolute;
  top: -22.52604vw;
  left: 42%;
  transform: translatex(-50%);
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_list .last_mission_item .last_mission_mari {
    width: 15.11278vh;
    height: 13.00752vh;
    top: -13.00752vh;
  }
}

#last_mission .last_mission_desc {
  margin-top: 7.8125vw;
  width: 100%;
  height: 9.63542vw;
}

@media screen and (min-width: 769px) {
  #last_mission .last_mission_desc {
    margin-top: 4.51128vh;
    height: 5.56391vh;
  }
}

#last_mission .answer {
  margin-top: 5.20833vw;
}

@media screen and (min-width: 769px) {
  #last_mission .answer {
    margin-top: 3.00752vh;
  }
}

#eva2020_link {
  background-color: #fff;
}

#eva2020_link .eva2020_link_title {
  width: 100%;
  height: 6.51042vw;
}

@media screen and (min-width: 769px) {
  #eva2020_link .eva2020_link_title {
    height: 3.7594vh;
  }
}

#eva2020_link .eva2020_link_banner {
  margin-top: 5.20833vw;
  width: 100%;
  height: 43.75vw;
}

@media screen and (min-width: 769px) {
  #eva2020_link .eva2020_link_banner {
    margin-top: 3.00752vh;
    height: 25.26316vh;
  }
}

#modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: scale(0, 0) translate(-50%, -50%);
  transform-origin: 0% 0%;
  font-family: sans-serif;
  background-color: rgba(15, 15, 15, 0.95);
  transition: all 0.5s ease;
  z-index: 200;
}

#modal .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#modal .modal_content #modal_title {
  font-size: 15.625vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #modal .modal_content #modal_title {
    font-size: 9.02256vh;
  }
}

#modal .modal_content #modal_desc {
  margin-top: 2.60417vw;
  font-size: 4.16667vw;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #modal .modal_content #modal_desc {
    margin-top: 1.50376vh;
    font-size: 2.40602vh;
  }
}

#modal #modal_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  background-color: red;
}

#modal #modal_close p {
  font-size: 24px;
  color: white;
}

#modal.active {
  transform: scale(1, 1) translate(-50%, -50%);
}

footer {
  padding: 10.41667vw 5.20833vw 9.11458vw 5.20833vw;
  background-color: #373737;
}

@media screen and (min-width: 769px) {
  footer {
    margin: 0 auto;
    padding: 6.01504vh 3.00752vh;
    width: 57.74436vh;
  }
}

footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .eva_footer_logo {
  width: 24.47917vw;
  height: 11.19792vw;
}

@media screen and (min-width: 769px) {
  footer .eva_footer_logo {
    width: 14.13534vh;
    height: 6.46617vh;
  }
}

footer .scrap_footer_logo {
  margin-left: 5.20833vw;
  width: 19.79167vw;
  height: 11.97917vw;
}

@media screen and (min-width: 769px) {
  footer .scrap_footer_logo {
    margin-left: 3.00752vh;
    width: 11.42857vh;
    height: 6.91729vh;
  }
}

footer .banner_mail {
  margin-top: 10.41667vw;
  width: 100%;
}

@media screen and (min-width: 769px) {
  footer .banner_mail {
    margin-top: 6.01504vh;
  }
}

footer p {
  margin-top: 9.11458vw;
  font-size: 3.125vw;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer p {
    margin-top: 5.26316vh;
    font-size: 1.80451vh;
  }
}
/*# sourceMappingURL=form.css.map */