/* 
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;
}
@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 JP";
  src: url("../fonts/NotoSansJP-Regular-subset.woff") format("woff"), url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.woff") format("woff");
  font-weight: normal;
}

::-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 JP", sans-serif;
  line-height: 1.4;
}

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

.main_content {
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

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

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

section {
  padding-top: 120px;
}

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

.inner {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1120px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 5.20833vw;
    max-width: none;
  }
}

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

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title h3 {
  margin-left: 20px;
  font-family: "Libre Baskerville";
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .title h3 {
    margin-left: 2.60417vw;
    font-size: 5.20833vw;
  }
}

.text_bar {
  width: 40px;
  border-bottom: solid 1px #707070;
}

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

.bar {
  width: 100%;
  border-bottom: solid 1px #707070;
}

.underline {
  text-decoration: underline;
}

.scroll_animation {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.scroll_animation_active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.alphanumeric {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}

.h2_title {
  height: 9.10714vw;
}

@media screen and (min-width: 1120px) {
  .h2_title {
    height: 102px;
  }
}

@media screen and (max-width: 768px) {
  .h2_title {
    width: 100%;
    height: auto;
  }
}

.flag_title {
  margin-top: 5.35714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .flag_title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .flag_title {
    margin-top: 10.41667vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flag_title h3 {
  padding-left: 1.78571vw;
  height: 4.46429vw;
  max-height: 50px;
  line-height: 4.46429vw;
  font-size: 2.14286vw;
  background-color: #090909;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .flag_title h3 {
    padding-left: 20px;
    line-height: 50px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .flag_title h3 {
    padding: 0 4.55729vw;
    height: 13.28125vw;
    max-height: none;
    font-size: 4.16667vw;
    line-height: 13.28125vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.h3_left {
  height: 5.80357vw;
  max-height: 65px;
}

@media screen and (max-width: 768px) {
  .h3_left {
    width: 14.0625vw;
    height: auto;
    max-height: none;
  }
}

.h3_right {
  height: 4.46429vw;
  max-height: 50px;
}

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

header {
  width: 100%;
  height: 8.92857vw;
  max-height: 100px;
  position: fixed;
  top: -130px;
  left: 0;
  background-image: url(../images/nav_bg.png);
  background-size: auto 100%;
  z-index: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  header {
    background-image: url(../images/nav_bg_sp.png);
    background-size: cover;
    max-height: none;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}

.header_active {
  top: 0;
}

@media screen and (max-width: 768px) {
  .header_active {
    pointer-events: auto;
    opacity: 1;
  }
}

.nav_logo {
  height: 10.89286vw;
  max-height: 122px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.nav_logo_sp {
  margin: 10.41667vw auto 0;
  width: 80.98958vw;
  display: block;
}

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

.nav_list_pc {
  margin-top: 2.32143vw;
  height: 2.14286vw;
  max-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 3.57143vw;
}

@media screen and (min-width: 1120px) {
  .nav_list_pc {
    margin-top: 26px;
    right: 40px;
  }
}

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

.nav_list_pc li {
  margin-left: 1.78571vw;
  height: 2.30769vw;
  display: block;
  position: relative;
}

@media screen and (min-width: 1120px) {
  .nav_list_pc li {
    height: 24px;
    margin-left: 20px;
  }
}

.nav_list_sp {
  margin: 13.02083vw 10.41667vw 0;
  height: auto;
  position: static;
}

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

.nav_list_sp .nav_btn {
  display: block;
}

.nav_list_sp .nav_btn_dummy {
  margin-top: 10.41667vw;
}

.nav_list_sp li {
  margin-top: 10.41667vw;
  position: relative;
  height: 8.59375vw;
  max-height: none;
}

.nav_btn_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

.nav_btn_img:hover {
  opacity: 0;
}

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

.nav_btn_img_on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav_story {
  width: 3.84615vw;
}

@media screen and (min-width: 1120px) {
  .nav_story {
    width: 40px;
  }
}

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

.nav_venue {
  width: 16.34615vw;
}

@media screen and (min-width: 1120px) {
  .nav_venue {
    width: 170px;
  }
}

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

.nav_goods {
  width: 9.51923vw;
}

@media screen and (min-width: 1120px) {
  .nav_goods {
    width: 99px;
  }
}

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

.nav_faq {
  width: 11.82692vw;
}

@media screen and (min-width: 1120px) {
  .nav_faq {
    width: 123px;
  }
}

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

.nav_eren {
  width: 12.40385vw;
}

@media screen and (min-width: 1120px) {
  .nav_eren {
    width: 129px;
  }
}

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

#side_btns {
  position: fixed;
  bottom: 0;
  right: -210px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 600;
  pointer-events: none;
}

#side_btns .side_btn {
  width: 62px;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #side_btns .side_btn {
    width: 10.41667vw;
  }
}

#side_btns .ticket_btn {
  margin-top: 30px;
  width: 160px;
  height: 108px;
  position: relative;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  #side_btns .ticket_btn {
    width: 26.04167vw;
    height: 17.57812vw;
  }
}

#side_btns .ticket_btn .side_ticket_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#side_btns .ticket_btn .side_ticket_btn:hover {
  opacity: 0;
}

#side_btns .ticket_btn .side_ticket_btn_hover {
  width: 100%;
  height: 100%;
}

#side_btns a {
  margin-top: 10px;
  height: auto;
}

#side_btns a:first-child {
  margin-top: 0;
}

#side_btns.active {
  right: 0;
}

#menu_btn {
  width: 17.44792vw;
  height: 17.44792vw;
  position: fixed;
  top: -18.22917vw;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 900;
}

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

#menu_btn .menu_free {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#menu_btn .menu_on {
  width: 100%;
  height: 100%;
}

#menu_btn .active {
  opacity: 0;
}

.menu_active {
  top: 0 !important;
}

footer {
  padding: 10.71429vw 0;
  background-color: #202020;
  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 (min-width: 1120px) {
  footer {
    padding: 120px 0;
  }
}

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

.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_link a {
  margin-left: 3.57143vw;
}

@media screen and (min-width: 1120px) {
  .footer_link a {
    margin-left: 40px;
  }
}

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

.footer_link_banner {
  margin-top: 5.35714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .footer_link_banner {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer_link_banner {
    margin-top: 7.8125vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_link_banner a {
  margin-left: 3.57143vw;
}

@media screen and (min-width: 1120px) {
  .footer_link_banner a {
    margin-left: 40px;
  }
}

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

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

.logo_shingeki {
  width: 21.07143vw;
  max-width: 236px;
  height: 7.94643vw;
  max-height: 89px;
  background-image: url(../images/logo_shingeki_final.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .logo_shingeki {
    width: 49.73958vw;
    max-width: none;
    height: 18.75vw;
    max-height: none;
  }
}

.logo_scrap_footer {
  height: 7.14286vw;
  max-height: 80px;
}

@media screen and (max-width: 768px) {
  .logo_scrap_footer {
    height: 13.80208vw;
    max-height: none;
  }
}

.banner_footer {
  width: 30.71429vw;
  max-width: 344px;
}

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

.production {
  margin-top: 4.82143vw;
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.8;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .production {
    margin-top: 54px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .production {
    text-align: start;
    margin-top: 7.8125vw;
    font-size: 3.125vw;
  }
}

.copy {
  margin-top: 2.23214vw;
  font-size: 1.07143vw;
  line-height: 1.8;
  text-align: center;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .copy {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .copy {
    margin-top: 4.03646vw;
    font-size: 2.60417vw;
  }
}

.faq_header {
  top: 0;
}

@media screen and (max-width: 768px) {
  .faq_header {
    pointer-events: none;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .faq_header.header_active {
    pointer-events: auto;
    opacity: 1;
  }
}

section {
  padding-top: 7.14286vw;
}

@media screen and (min-width: 1120px) {
  section {
    padding-top: 80px;
  }
}

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

main {
  background-color: #f8f8f8;
}

#faq_logo {
  padding: 0;
  height: 52.08333vw;
  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: #cd1120;
}

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

#faq_logo img {
  height: 28.64583vw;
}

#faq_top {
  background-color: #090909;
  padding-top: 8.92857vw;
  height: 28.84615vw;
  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;
}

@media screen and (min-width: 1120px) {
  #faq_top {
    padding-top: 100px;
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  #faq_top {
    padding: 0;
    height: 31.25vw;
  }
}

#faq_top h2 {
  font-size: 4rem;
  color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  #faq_top h2 {
    font-size: 7.03125vw;
  }
}

.faq_title {
  height: 100px;
}

@media screen and (max-width: 768px) {
  .faq_title {
    height: 19.53125vw;
  }
}

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

@media screen and (max-width: 768px) {
  .internal_link_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.internal_link_list li {
  margin-left: 40px;
}

.internal_link_list li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .internal_link_list li {
    margin-top: 5.20833vw;
    margin-left: 0;
  }
  .internal_link_list li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.internal_link_list a {
  padding: 0 1.92308vw;
  width: 23.07692vw;
  height: 5.76923vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e4b88;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1120px) {
  .internal_link_list a {
    padding: 0 20px;
    width: 240px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .internal_link_list a {
    padding: 0 3.25521vw 0 5.20833vw;
    width: 42.1875vw;
    height: 16.92708vw;
  }
}

.internal_link_list a:hover {
  background-color: #cd1120;
}

.internal_link_list a p {
  font-size: 1.60714vw;
  line-height: 5.35714vw;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .internal_link_list a p {
    font-size: 1.8rem;
    line-height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .internal_link_list a p {
    font-size: 4.16667vw;
    line-height: 16.92708vw;
  }
}

.internal_link_list a img {
  height: 0.96154vw;
}

@media screen and (min-width: 1120px) {
  .internal_link_list a img {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .internal_link_list a img {
    height: 2.60417vw;
  }
}

.flag_title {
  margin: 0;
}

.faq_desc_wrapper {
  padding-top: 2.23214vw;
  padding-bottom: 1.78571vw;
  border-top: dashed 1px #dbdbdb;
}

@media screen and (min-width: 1120px) {
  .faq_desc_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .faq_desc_wrapper {
    padding-top: 6.51042vw;
    padding-bottom: 5.20833vw;
  }
}

.first-child {
  border-top: none;
  padding-top: 4.46429vw;
}

@media screen and (min-width: 1120px) {
  .first-child {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .first-child {
    padding-top: 10.41667vw;
  }
}

.last-child {
  padding-bottom: 0;
}

.faq_subsection_warpper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_subsection {
  font-size: 1.60714vw;
  color: #0e4b88;
  font-weight: bold;
}

@media screen and (min-width: 1120px) {
  .faq_subsection {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .faq_subsection {
    font-size: 4.6875vw;
  }
}

.faq_desc {
  margin-top: 1.16071vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .faq_desc {
    margin-top: 13px;
  }
}

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

.faq_desc p {
  font-size: 1.42857vw;
  color: #090909;
}

@media screen and (min-width: 1120px) {
  .faq_desc p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .faq_desc p {
    font-size: 4.16667vw;
  }
}

.faq_desc a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq_desc a:hover {
  color: #cd1120;
}

#faq {
  padding-bottom: 7.14286vw;
}

@media screen and (min-width: 1120px) {
  #faq {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  #faq {
    padding-bottom: 15.625vw;
  }
}

.faq_note_desc {
  margin-top: 0.35714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .faq_note_desc {
    margin-top: 4px;
  }
}

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

.faq_note_desc p {
  font-size: 1.25vw;
  color: #090909;
}

@media screen and (min-width: 1120px) {
  .faq_note_desc p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .faq_note_desc p {
    font-size: 3.64583vw;
  }
}
/*# sourceMappingURL=faq.css.map */