/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          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%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

img {
  vertical-align: middle;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold-subset.woff") format("woff"), url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans CJK jp";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
  font-weight: regular;
}

@font-face {
  font-family: "Noto Sans CJK jp";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Aguafina Script";
  src: url(../fonts/AguafinaScript-Regular.ttf) format("truetype");
}

::-moz-selection {
  color: white;
  background: #cd1120;
  text-shadow: none;
}

::selection {
  color: white;
  background: #cd1120;
  text-shadow: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans CJK jp", sans-serif;
  line-height: 1.4;
}

body {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

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

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

.main_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg.png);
  background-size: 1600px;
  z-index: -100;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

section {
  margin: 0 auto;
  width: 54.66192vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section {
    width: 100vw;
  }
}

.inner {
  margin: 0 auto;
  width: 48.96797vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.58333vw;
  }
}

.top_logo_area {
  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;
  position: relative;
  z-index: 50;
}

.top_logo_area .logo {
  pointer-events: none;
  width: 16.9395vh;
}

@media screen and (max-width: 768px) {
  .top_logo_area .logo {
    width: 30.98958vw;
  }
}

.top_logo_area .nazo_logo {
  pointer-events: none;
  margin-left: 1.42349vh;
  width: 29.53737vh;
}

@media screen and (max-width: 768px) {
  .top_logo_area .nazo_logo {
    margin-left: 2.60417vw;
    width: 54.03646vw;
  }
}

.nazo_catch {
  margin-top: 1.06762vh;
  width: 27.33096vh;
}

@media screen and (max-width: 768px) {
  .nazo_catch {
    margin-top: 1.95312vw;
    width: 50vw;
  }
}

.top_area {
  width: 100%;
  padding: 1.70819vh 0 7.11744vh;
  position: relative;
  background-image: url(../images/bg_paper.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top_area {
    padding: 3.125vw 0 13.02083vw;
  }
}

.top_area .bg {
  width: 100%;
  background-color: #eee8da;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.top_area .bg .bg_paper {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}

.bg_grange_black {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
}

.check_section {
  width: 100%;
  height: 100vh;
}

.check_object_nav {
  padding: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  font-size: 10px;
  line-height: 1.8;
  background-color: #fff;
  font-weight: bold;
  border: solid 1px #000;
  z-index: 9999;
}

.check_object_nav .open_close {
  color: #000;
  font-size: 12px;
}

.check_object_nav .length_20 {
  color: #008000;
}

.check_object_nav .length_40 {
  color: #800080;
}

.check_object_nav .length_60 {
  color: #0000ff;
}

.check_object_nav .length_80 {
  color: #ffe600;
}

.check_object_nav .length_100 {
  color: #adff2f;
}

.check_object_nav .length_120 {
  color: #00ffff;
}

.check_object_nav .length_140 {
  color: #ffa500;
}

.check_object_nav .length_160 {
  color: #808000;
}

.check_object_nav_off {
  display: none;
}

.check_object_nav_on {
  display: none;
}

.check_object {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}

.check_object .position_top_left {
  position: absolute;
  top: 0;
  left: 0;
}

.check_object .position_right_bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.check_object .check_object_pc {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .check_object .check_object_pc .width_20 {
    width: 20px;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.7);
    border: dashed #008000;
  }
  .check_object .check_object_pc .height_20 {
    width: 100%;
    height: 20px;
    background-color: rgba(0, 128, 0, 0.7);
    border: dashed #008000;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_40 {
    width: 40px;
    height: 100%;
    background-color: rgba(128, 0, 128, 0.7);
    border: dashed #800080;
  }
  .check_object .check_object_pc .height_40 {
    width: 100%;
    height: 40px;
    background-color: rgba(128, 0, 128, 0.7);
    border: dashed #800080;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_60 {
    width: 60px;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.7);
    border: dashed #0000ff;
  }
  .check_object .check_object_pc .height_60 {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 255, 0.7);
    border: dashed #0000ff;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_80 {
    width: 80px;
    height: 100%;
    background-color: rgba(255, 230, 0, 0.7);
    border: dashed #ffe600;
  }
  .check_object .check_object_pc .height_80 {
    width: 100%;
    height: 80px;
    background-color: rgba(255, 230, 0, 0.7);
    border: dashed #ffe600;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_100 {
    width: 100px;
    height: 100%;
    background-color: rgba(173, 255, 47, 0.7);
    border: dashed #adff2f;
  }
  .check_object .check_object_pc .height_100 {
    width: 100%;
    height: 100px;
    background-color: rgba(173, 255, 47, 0.7);
    border: dashed #adff2f;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_120 {
    width: 120px;
    height: 100%;
    background-color: rgba(0, 255, 255, 0.7);
    border: dashed #00ffff;
  }
  .check_object .check_object_pc .height_120 {
    width: 100%;
    height: 120px;
    background-color: rgba(0, 255, 255, 0.7);
    border: dashed #00ffff;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_140 {
    width: 140px;
    height: 100%;
    background-color: rgba(255, 165, 0, 0.7);
    border: dashed #ffa500;
  }
  .check_object .check_object_pc .height_140 {
    width: 100%;
    height: 140px;
    background-color: rgba(255, 165, 0, 0.7);
    border: dashed #ffa500;
    opacity: 0.7;
  }
  .check_object .check_object_pc .width_160 {
    width: 160px;
    height: 100%;
    background-color: rgba(128, 128, 0, 0.7);
    border: dashed #808000;
  }
  .check_object .check_object_pc .height_160 {
    width: 100%;
    height: 160px;
    background-color: rgba(128, 128, 0, 0.7);
    border: dashed #808000;
    opacity: 0.7;
  }
}

.check_object .check_object_sp {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .check_object .check_object_sp .width_20 {
    width: 2.60417vw;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.7);
    border: dashed #008000;
  }
  .check_object .check_object_sp .height_20 {
    width: 100%;
    height: 2.60417vw;
    background-color: rgba(0, 128, 0, 0.7);
    border: dashed #008000;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_40 {
    width: 5.20833vw;
    height: 100%;
    background-color: rgba(128, 0, 128, 0.7);
    border: dashed #800080;
  }
  .check_object .check_object_sp .height_40 {
    width: 100%;
    height: 5.20833vw;
    background-color: rgba(128, 0, 128, 0.7);
    border: dashed #800080;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_60 {
    width: 7.8125vw;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.7);
    border: dashed #0000ff;
  }
  .check_object .check_object_sp .height_60 {
    width: 100%;
    height: 7.8125vw;
    background-color: rgba(0, 0, 255, 0.7);
    border: dashed #0000ff;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_80 {
    width: 10.41667vw;
    height: 100%;
    background-color: rgba(255, 230, 0, 0.7);
    border: dashed #ffe600;
  }
  .check_object .check_object_sp .height_80 {
    width: 100%;
    height: 10.41667vw;
    background-color: rgba(255, 230, 0, 0.7);
    border: dashed #ffe600;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_100 {
    width: 13.02083vw;
    height: 100%;
    background-color: rgba(173, 255, 47, 0.7);
    border: dashed #adff2f;
  }
  .check_object .check_object_sp .height_100 {
    width: 100%;
    height: 13.02083vw;
    background-color: rgba(173, 255, 47, 0.7);
    border: dashed #adff2f;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_120 {
    width: 120;
    height: 100%;
    background-color: rgba(0, 255, 255, 0.7);
    border: dashed #00ffff;
  }
  .check_object .check_object_sp .height_120 {
    width: 100%;
    height: 15.625vw;
    background-color: rgba(0, 255, 255, 0.7);
    border: dashed #00ffff;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_140 {
    width: 18.22917vw;
    height: 100%;
    background-color: rgba(255, 165, 0, 0.7);
    border: dashed #ffa500;
  }
  .check_object .check_object_sp .height_140 {
    width: 100%;
    height: 18.22917vw;
    background-color: rgba(255, 165, 0, 0.7);
    border: dashed #ffa500;
    opacity: 0.7;
  }
  .check_object .check_object_sp .width_160 {
    width: 20.83333vw;
    height: 100%;
    background-color: rgba(128, 128, 0, 0.7);
    border: dashed #808000;
  }
  .check_object .check_object_sp .height_160 {
    width: 100%;
    height: 20.83333vw;
    background-color: rgba(128, 128, 0, 0.7);
    border: dashed #808000;
    opacity: 0.7;
  }
}

.check_object_flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check_object_on {
  display: block;
}

.position_check_object_01 {
  position: absolute;
  top: 0;
  left: -20px;
}

.position_check_object_02 {
  position: absolute;
  top: -40px;
  left: 0;
}

.position_01 {
  margin-left: 151px;
}

#footer {
  padding: 7.11744vh 0 8.54093vh;
  background-color: #202020;
  border-top: solid 2px #646464;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 13.02083vw 0 15.625vw;
  }
}

.logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo_area a {
  margin-left: 2.84698vh;
}

@media screen and (max-width: 768px) {
  .logo_area a {
    margin-left: 5.20833vw;
  }
}

.logo_area a:first-child {
  margin-left: 0;
}

.logo_shingeki {
  width: 26.76157vh;
}

@media screen and (max-width: 768px) {
  .logo_shingeki {
    width: 48.95833vw;
  }
}

.logo_scrap {
  width: 12.74021vh;
}

@media screen and (max-width: 768px) {
  .logo_scrap {
    width: 23.30729vw;
  }
}

.bnr_mail {
  margin-top: 4.27046vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bnr_mail {
    margin-top: 7.8125vw;
  }
}

.bnr_mail img {
  width: 100%;
}

.bnr_fan {
  margin-top: 2.84698vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bnr_fan {
    margin-top: 5.20833vw;
  }
}

.bnr_fan img {
  width: 100%;
}

.production {
  margin-top: 4.27046vh;
}

@media screen and (max-width: 768px) {
  .production {
    margin-top: get_sp(60);
  }
}

.production p {
  font-size: 1.70819vh;
  line-height: 3.13167vh;
  font-family: "Noto Sans CJK jp";
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .production p {
    font-size: 3.125vw;
    line-height: 5.72917vw;
  }
}

.copyright {
  margin-top: 4.27046vh;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: get_sp(60);
  }
}

.copyright p {
  font-size: 1.42349vh;
  line-height: 2.41993vh;
  font-family: "Noto Sans CJK jp";
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright p {
    font-size: 2.60417vw;
    line-height: 4.42708vw;
  }
}

#mission {
  position: relative;
}

.mission_contents {
  position: relative;
  background-color: #202020;
  padding-bottom: 5.69395vh;
}

@media screen and (max-width: 768px) {
  .mission_contents {
    padding-bottom: 10.41667vw;
  }
}

.eren {
  pointer-events: none;
  width: 36.29893vh;
  position: absolute;
  top: -19.64413vh;
  left: 28.0427vh;
  z-index: -10;
}

@media screen and (max-width: 768px) {
  .eren {
    width: 66.40625vw;
    top: -35.9375vw;
    left: 51.30208vw;
  }
}

.timer {
  margin-top: -1.13879vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .timer {
    margin-top: -2.08333vw;
  }
}

.timer .timer_area {
  margin-left: 1.77936vh;
  margin-bottom: -0.35587vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .timer .timer_area {
    margin-left: 3.25521vw;
    margin-bottom: -0.65104vw;
  }
}

.timer .timer_area .time_num_box {
  margin-left: -2.84698vh;
  width: 7.11744vh;
  height: 8.54093vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .timer .timer_area .time_num_box {
    margin-left: -5.20833vw;
    width: 13.02083vw;
    height: 15.625vw;
  }
}

.timer .timer_area .time_num_box .time {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7.11744vh;
  font-family: "Aguafina Script";
  font-weight: bold;
  color: #cd1120;
  width: 7.11744vh;
  height: 7.82918vh;
  line-height: 10.32028vh;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

@media screen and (max-width: 768px) {
  .timer .timer_area .time_num_box .time {
    width: 13.02083vw;
    height: 14.32292vw;
    line-height: 18.88021vw;
    font-size: 13.02083vw;
  }
}

.timer .timer_area .colon {
  margin-left: -3.91459vh;
}

@media screen and (max-width: 768px) {
  .timer .timer_area .colon {
    margin-left: -7.16146vw;
  }
}

.time_title {
  padding-bottom: 1.70819vh;
  font-size: 1.99288vh;
  line-height: 1;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .time_title {
    padding-bottom: 3.125vw;
    font-size: 3.64583vw;
  }
}

.nazo_img {
  position: relative;
  width: 100%;
  z-index: 30;
}

.links {
  width: 100%;
}

.links .answer {
  width: 100%;
}

.links .answer input {
  padding: 0 2.84698vh;
  margin-top: 4.27046vh;
  width: 100%;
  height: 8.54093vh;
  font-size: 2.84698vh;
  line-height: 8.54093vh;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  color: #202020;
  border: none;
  border-radius: 0;
  outline: none;
}

@media screen and (max-width: 768px) {
  .links .answer input {
    padding: 0 5.20833vw;
    margin-top: 7.8125vw;
    height: 15.625vw;
    font-size: 5.20833vw;
    line-height: 15.625vw;
  }
}

.links .answer img {
  margin-top: 2.84698vh;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .links .answer img {
    margin-top: 5.20833vw;
  }
}

.hint_area {
  margin-top: 2.84698vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .hint_area {
    margin-top: 5.20833vw;
  }
}

.hint_area .hint_btn {
  width: 23.0605vh;
  height: 5.69395vh;
  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;
  background-color: #5b4633;
}

@media screen and (max-width: 768px) {
  .hint_area .hint_btn {
    width: 42.1875vw;
    height: 10.41667vw;
  }
}

.hint_area .hint_btn img {
  width: 1.99288vh;
  height: 1.99288vh;
}

@media screen and (max-width: 768px) {
  .hint_area .hint_btn img {
    width: 3.64583vw;
    height: 3.64583vw;
  }
}

.hint_area .hint_btn p {
  margin-left: 1.06762vh;
  font-size: 1.99288vh;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .hint_area .hint_btn p {
    margin-left: 1.95312vw;
    font-size: 3.64583vw;
  }
}

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

#clear_modal {
  color: #cd1120;
}

.modal .modal_content {
  width: 89.58333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .modal .modal_content {
    width: 48.96797vh;
  }
}

.modal .modal_content .modal_title {
  font-size: 15.625vw;
  font-family: "Aguafina Script";
  text-align: center;
  letter-spacing: 2.60417vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content .modal_title {
    font-size: 8.54093vh;
    letter-spacing: 1.42349vh;
  }
}

.modal .modal_content .modal_desc {
  margin-top: -5.20833vw;
  font-size: 3.64583vw;
  text-align: center;
}

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

.modal .modal_content .modal_hint_title {
  font-size: 3.64583vw;
  line-height: 6.51042vw;
  text-align: center;
  font-weight: bold;
  color: #cd1120;
  font-family: "Noto Sans CJK jp";
}

@media screen and (min-width: 769px) {
  .modal .modal_content .modal_hint_title {
    margin-top: 0.71174vh;
    font-size: 1.99288vh;
    line-height: 3.55872vh;
  }
}

.modal .modal_content .modal_hint_desc_wrapper {
  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;
  margin-top: 1.30208vw;
}

@media screen and (min-width: 769px) {
  .modal .modal_content .modal_hint_desc_wrapper {
    margin-top: 0.71174vh;
  }
}

.modal .modal_content .modal_hint_gear {
  margin-top: 0.21352vh;
  width: 2.13523vh;
  height: 2.13523vh;
  float: left;
}

@media screen and (max-width: 768px) {
  .modal .modal_content .modal_hint_gear {
    margin-top: 0.39062vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}

.modal .modal_content .modal_hint_desc_wrapper .modal_hint_desc {
  margin-top: 0;
  margin-left: 0.71174vh;
}

@media screen and (max-width: 768px) {
  .modal .modal_content .modal_hint_desc_wrapper .modal_hint_desc {
    margin-left: 1.30208vw;
  }
}

.modal .modal_content .modal_hint_desc {
  margin-top: 1.30208vw;
  font-size: 3.64583vw;
  line-height: 6.51042vw;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-family: "Noto Sans CJK jp";
}

@media screen and (min-width: 769px) {
  .modal .modal_content .modal_hint_desc {
    margin-top: 0.71174vh;
    font-size: 1.99288vh;
    line-height: 3.55872vh;
  }
}

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

#op {
  width: 54.66192vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/bg_paper.png);
  background-size: 54.66192vh;
  background-repeat: no-repeat;
  background-color: #eee8da;
  z-index: 999;
  opacity: 1;
  -webkit-transition: all 2s ease 1s;
  transition: all 2s ease 1s;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #op {
    width: 100%;
    background-size: 100%;
  }
}

#op .nazo_logo {
  pointer-events: none;
  width: 38.07829vh;
}

@media screen and (max-width: 768px) {
  #op .nazo_logo {
    width: 69.66146vw;
  }
}

#op .nazo_catch_op {
  margin-top: 1.42349vh;
  width: 36.08541vh;
}

@media screen and (max-width: 768px) {
  #op .nazo_catch_op {
    margin-top: 2.60417vw;
    width: 66.01562vw;
  }
}
/*# sourceMappingURL=mission.css.map */