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

#mv {
  padding-top: 2.84698vh;
  position: relative;
  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;
  background-color: #eee8da;
  background-image: url(../images/bg_paper.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #mv {
    padding-top: 5.20833vw;
  }
}

.top_title {
  width: 48.96797vh;
}

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

.logo {
  pointer-events: none;
  margin-top: 2.13523vh;
  width: 35.58719vh;
}

@media screen and (max-width: 768px) {
  .logo {
    margin-top: 3.90625vw;
    width: 65.10417vw;
  }
}

.nazo_logo {
  pointer-events: none;
  margin-top: 2.13523vh;
  width: 51.1032vh;
}

@media screen and (max-width: 768px) {
  .nazo_logo {
    margin-top: 3.90625vw;
    width: 93.48958vw;
  }
}

.mv_desc {
  margin-top: 2.13523vh;
  font-size: 2.27758vh;
  line-height: 3.55872vh;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  text-align: center;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .mv_desc {
    margin-top: 3.90625vw;
    font-size: 4.16667vw;
    line-height: 6.51042vw;
  }
}

.mv_char {
  width: 65.5516vh;
  -webkit-transform: translateX(-3.77224vh);
          transform: translateX(-3.77224vh);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .mv_char {
    width: 119.92188vw;
    -webkit-transform: translateX(-6.90104vw);
            transform: translateX(-6.90104vw);
  }
}

.mv_bottom_desc {
  padding: 1.13879vh 2.13523vh 1.35231vh;
  margin-top: -10.32028vh;
  width: 48.96797vh;
  position: relative;
  background-color: #202020;
  font-size: 1.99288vh;
  line-height: 3.55872vh;
  font-family: "Noto Sans CJK jp";
  text-align: center;
  color: #ffffff;
  z-index: 10;
}

.mv_bottom_desc span {
  color: #cd1120;
}

@media screen and (max-width: 768px) {
  .mv_bottom_desc {
    padding: 2.08333vw 3.90625vw 2.47396vw;
    margin-top: -18.88021vw;
    width: 89.58333vw;
    font-size: 3.64583vw;
    line-height: 6.51042vw;
  }
}

#story {
  padding: 4.27046vh 0 10.39146vh;
  position: relative;
  background-color: #eee8da;
}

@media screen and (max-width: 768px) {
  #story {
    padding-top: 7.8125vw 0 19.01042vw;
  }
}

#story .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4e4c6;
}

#story .bg .bg_story_top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#story .bg .bg_story_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#story .bg_grange_black {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

#story.bg_black {
  background-color: #202020;
}

.story_content {
  width: 100%;
  position: relative;
  z-index: 10;
}

.story_desc {
  padding: 6.40569vh 0 7.82918vh;
  margin: 0 auto;
  width: 40.42705vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .story_desc {
    padding: 11.71875vw 0 14.32292vw;
    width: 73.95833vw;
  }
}

.story_desc .story_title {
  text-align: center;
}

.story_desc p {
  margin-top: 1.42349vh;
  font-size: 1.99288vh;
  line-height: 3.55872vh;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  color: #202020;
}

@media screen and (max-width: 768px) {
  .story_desc p {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
    line-height: 6.51042vw;
  }
}

.story_desc p span {
  font-size: 4.27046vh;
  line-height: 9.53737vh;
  font-weight: bold;
  color: #cd1120;
}

@media screen and (max-width: 768px) {
  .story_desc p span {
    font-size: 7.8125vw;
    line-height: 17.44792vw;
  }
}

.story_desc p .clear_story_title {
  font-size: 4.69751vh;
  line-height: 7.11744vh;
  font-weight: bold;
  color: #cd1120;
}

@media screen and (max-width: 768px) {
  .story_desc p .clear_story_title {
    font-size: 8.59375vw;
    line-height: 13.02083vw;
  }
}

.story_desc .margin_5 {
  margin-top: 0.35587vh;
}

@media screen and (max-width: 768px) {
  .story_desc .margin_5 {
    margin-top: 0.65104vw;
  }
}

.story_desc .top_text {
  margin-top: 2.84698vh;
}

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

.stroy_title_img {
  margin: 0 auto;
  width: 14.23488vh;
  display: block;
}

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

#how_to_play {
  padding: 2.13523vh 0 5.69395vh;
  background-color: #202020;
}

@media screen and (max-width: 768px) {
  #how_to_play {
    padding: 3.90625vw 0 10.41667vw;
  }
}

#how_to_play p {
  font-size: 1.99288vh;
  line-height: 3.55872vh;
  font-family: "Noto Sans CJK jp";
}

@media screen and (max-width: 768px) {
  #how_to_play p {
    font-size: 3.64583vw;
    line-height: 6.51042vw;
  }
}

#how_to_play .how_to_tweet_desc p {
  font-size: 1.85053vh;
  line-height: 2.98932vh;
}

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

#how_to_play .how_to_tweet_desc .campaign_btn {
  margin-top: 1.42349vh;
  width: 100%;
  height: 6.40569vh;
  display: block;
}

@media screen and (max-width: 768px) {
  #how_to_play .how_to_tweet_desc .campaign_btn {
    margin-top: 2.60417vw;
    height: 11.71875vw;
  }
}

#how_to_play .how_to_tweet_desc .campaign_btn p {
  font-size: 1.99288vh;
  line-height: 6.40569vh;
  font-family: "Noto Sans CJK jp";
  font-weight: bold;
  text-align: center;
  color: #202020;
  border: solid 0.14235vh #202020;
}

@media screen and (max-width: 768px) {
  #how_to_play .how_to_tweet_desc .campaign_btn p {
    font-size: 3.64583vw;
    line-height: 11.71875vw;
    border: solid 0.26042vw #202020;
  }
}

.how_to_play_title {
  width: 22.41993vh;
}

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

.how_to_play_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.how_to_play_box .how_to_play_desc {
  padding: 1.77936vh 1.42349vh 1.99288vh;
  background-color: #5b4633;
}

@media screen and (max-width: 768px) {
  .how_to_play_box .how_to_play_desc {
    padding: 3.25521vw 2.60417vw 3.64583vw;
  }
}

.how_to_play_box .how_to_play_desc p {
  color: #ffffff;
}

.how_to_play_img {
  margin-top: 2.4911vh;
  width: 100%;
}

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

.how_to_tweet {
  background-color: #ffffff;
  padding: 2.06406vh 2.84698vh 2.84698vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .how_to_tweet {
    padding: 3.77604vw 5.20833vw 5.20833vw;
  }
}

.how_to_tweet p {
  margin-top: 0;
  background-color: #ffffff;
  color: #202020;
}

.how_to_tweet p span {
  color: #1da1f2;
  font-weight: bold;
}

.triangle {
  width: 6.04982vh;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.how_to_tweet_desc .step02 {
  margin-top: 1.99288vh;
}

@media screen and (max-width: 768px) {
  .how_to_tweet_desc .step02 {
    margin-top: 3.64583vw;
  }
}

.follow_btn {
  margin: 1.42349vh auto 0;
  width: 44.27046vh;
  display: block;
}

@media screen and (max-width: 768px) {
  .follow_btn {
    margin: 2.60417vw auto 0;
    width: 100%;
  }
}

.follow_btn img {
  width: 100%;
}

.challenge_btn {
  margin-top: 5.69395vh;
  width: 100%;
}

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

.challenge_btn img {
  width: 100%;
}

#to_top_page {
  padding: 11.03203vh 0 7.11744vh;
  position: relative;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  #to_top_page {
    position: 20.18229vw 0 13.02083vw;
  }
}

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

.to_top_page_title {
  width: 48.75445vh;
}

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

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

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

.to_top_page_img img {
  width: 100%;
}

#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;
  }
}
/*# sourceMappingURL=style.css.map */