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

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: #131211;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 9999;
}

#loading.loading_end {
  opacity: 0;
  pointer-events: none;
}

.loading_img {
  width: 29.90385vw;
  height: 15.09615vw;
}

@media screen and (min-width: 1120px) {
  .loading_img {
    width: 311px;
    height: 157px;
  }
}

@media screen and (max-width: 768px) {
  .loading_img {
    width: 40.49479vw;
    height: 20.44271vw;
  }
}

#sparks {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
}

.spark {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.dot {
  width: 10px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(#e4d2b5, #ff7300);
  -webkit-box-shadow: 0 0 10px 5px rgba(255, 115, 0, 0.1);
          box-shadow: 0 0 10px 5px rgba(255, 115, 0, 0.1);
  -webkit-animation: sine_wave 2s linear infinite both;
          animation: sine_wave 2s linear infinite both;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}

@-webkit-keyframes sine_wave {
  0% {
    top: 0px;
    left: 0%;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    opacity: 0;
  }
  10% {
    top: 60.87614290087207px;
    left: 10%;
    -webkit-transform: rotate(28.53766deg);
            transform: rotate(28.53766deg);
  }
  16% {
    top: 86.60254037844386px;
    left: 16%;
    -webkit-transform: rotate(19.96914deg);
            transform: rotate(19.96914deg);
  }
  22% {
    top: 99.14448613738104px;
    left: 22%;
    -webkit-transform: rotate(7.27137deg);
            transform: rotate(7.27137deg);
  }
  24% {
    top: 100px;
    left: 24%;
    -webkit-transform: rotate(2.44937deg);
            transform: rotate(2.44937deg);
  }
  26% {
    top: 99.14448613738104px;
    left: 26%;
    -webkit-transform: rotate(-2.44937deg);
            transform: rotate(-2.44937deg);
  }
  28% {
    top: 96.59258262890683px;
    left: 28%;
    -webkit-transform: rotate(-7.27137deg);
            transform: rotate(-7.27137deg);
  }
  34% {
    top: 79.33533402912352px;
    left: 34%;
    -webkit-transform: rotate(-19.96914deg);
            transform: rotate(-19.96914deg);
  }
  40% {
    top: 49.99999999999999px;
    left: 40%;
    -webkit-transform: rotate(-28.53766deg);
            transform: rotate(-28.53766deg);
  }
  48% {
    top: 0px;
    left: 48%;
    -webkit-transform: rotate(-33.12971deg);
            transform: rotate(-33.12971deg);
  }
  58% {
    top: -60.87614290087207px;
    left: 58%;
    -webkit-transform: rotate(-28.53766deg);
            transform: rotate(-28.53766deg);
  }
  64% {
    top: -86.60254037844385px;
    left: 64%;
    -webkit-transform: rotate(-19.96914deg);
            transform: rotate(-19.96914deg);
  }
  70% {
    top: -99.14448613738104px;
    left: 70%;
    -webkit-transform: rotate(-7.27137deg);
            transform: rotate(-7.27137deg);
    opacity: 1;
  }
  72% {
    top: -100px;
    left: 72%;
    -webkit-transform: rotate(-2.44937deg);
            transform: rotate(-2.44937deg);
  }
  74% {
    top: -99.14448613738105px;
    left: 74%;
    -webkit-transform: rotate(2.44937deg);
            transform: rotate(2.44937deg);
  }
  76% {
    top: -96.59258262890684px;
    left: 76%;
    -webkit-transform: rotate(7.27137deg);
            transform: rotate(7.27137deg);
  }
  82% {
    top: -79.33533402912352px;
    left: 82%;
    -webkit-transform: rotate(19.96914deg);
            transform: rotate(19.96914deg);
  }
  88% {
    top: -50.00000000000004px;
    left: 88%;
    -webkit-transform: rotate(28.53766deg);
            transform: rotate(28.53766deg);
  }
  100% {
    top: 25.881904510252024px;
    left: 100%;
    -webkit-transform: rotate(32.67872deg);
            transform: rotate(32.67872deg);
    opacity: 0;
  }
}

@keyframes sine_wave {
  0% {
    top: 0px;
    left: 0%;
    -webkit-transform: rotate(33deg);
            transform: rotate(33deg);
    opacity: 0;
  }
  10% {
    top: 60.87614290087207px;
    left: 10%;
    -webkit-transform: rotate(28.53766deg);
            transform: rotate(28.53766deg);
  }
  16% {
    top: 86.60254037844386px;
    left: 16%;
    -webkit-transform: rotate(19.96914deg);
            transform: rotate(19.96914deg);
  }
  22% {
    top: 99.14448613738104px;
    left: 22%;
    -webkit-transform: rotate(7.27137deg);
            transform: rotate(7.27137deg);
  }
  24% {
    top: 100px;
    left: 24%;
    -webkit-transform: rotate(2.44937deg);
            transform: rotate(2.44937deg);
  }
  26% {
    top: 99.14448613738104px;
    left: 26%;
    -webkit-transform: rotate(-2.44937deg);
            transform: rotate(-2.44937deg);
  }
  28% {
    top: 96.59258262890683px;
    left: 28%;
    -webkit-transform: rotate(-7.27137deg);
            transform: rotate(-7.27137deg);
  }
  34% {
    top: 79.33533402912352px;
    left: 34%;
    -webkit-transform: rotate(-19.96914deg);
            transform: rotate(-19.96914deg);
  }
  40% {
    top: 49.99999999999999px;
    left: 40%;
    -webkit-transform: rotate(-28.53766deg);
            transform: rotate(-28.53766deg);
  }
  48% {
    top: 0px;
    left: 48%;
    -webkit-transform: rotate(-33.12971deg);
            transform: rotate(-33.12971deg);
  }
  58% {
    top: -60.87614290087207px;
    left: 58%;
    -webkit-transform: rotate(-28.53766deg);
            transform: rotate(-28.53766deg);
  }
  64% {
    top: -86.60254037844385px;
    left: 64%;
    -webkit-transform: rotate(-19.96914deg);
            transform: rotate(-19.96914deg);
  }
  70% {
    top: -99.14448613738104px;
    left: 70%;
    -webkit-transform: rotate(-7.27137deg);
            transform: rotate(-7.27137deg);
    opacity: 1;
  }
  72% {
    top: -100px;
    left: 72%;
    -webkit-transform: rotate(-2.44937deg);
            transform: rotate(-2.44937deg);
  }
  74% {
    top: -99.14448613738105px;
    left: 74%;
    -webkit-transform: rotate(2.44937deg);
            transform: rotate(2.44937deg);
  }
  76% {
    top: -96.59258262890684px;
    left: 76%;
    -webkit-transform: rotate(7.27137deg);
            transform: rotate(7.27137deg);
  }
  82% {
    top: -79.33533402912352px;
    left: 82%;
    -webkit-transform: rotate(19.96914deg);
            transform: rotate(19.96914deg);
  }
  88% {
    top: -50.00000000000004px;
    left: 88%;
    -webkit-transform: rotate(28.53766deg);
            transform: rotate(28.53766deg);
  }
  100% {
    top: 25.881904510252024px;
    left: 100%;
    -webkit-transform: rotate(32.67872deg);
            transform: rotate(32.67872deg);
    opacity: 0;
  }
}

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

#mv {
  width: 100%;
  height: 50vw;
  position: relative;
  background-image: url(../images/mv_pc.png);
  background-position: center left;
  background-color: #000;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 148.4375vw;
    background-image: url(../images/mv_sp.png);
  }
}

#mv .nav_btn {
  margin: 0;
  width: 18.5vw;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #mv .nav_btn {
    width: 43.61979vw;
    left: auto;
    right: 0;
  }
}

#mv .nav_btn img {
  width: 100%;
  height: 100%;
}

.mv_copy {
  height: 42.0625vw;
  position: absolute;
  top: 5.625vw;
  left: 21.6875vw;
}

@media screen and (max-width: 768px) {
  .mv_copy {
    height: 79.6875vw;
    top: 15.625vw;
    left: auto;
    right: 1.30208vw;
  }
}

.mv_title {
  width: 31.375vw;
  position: absolute;
  top: -0.625vw;
  right: 0.375vw;
}

@media screen and (max-width: 768px) {
  .mv_title {
    margin: 0 auto;
    width: 95.18229vw;
    top: 83.59375vw;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv_scrap {
  width: 9.25vw;
  position: absolute;
  top: 1.4375vw;
  right: 1.75vw;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mv_scrap {
    width: 14.45312vw;
    top: 2.86458vw;
    left: 2.86458vw;
    right: auto;
  }
}

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

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

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

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

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

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

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

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

#top {
  padding: 0;
  width: 100%;
  position: relative;
  background-color: #202020;
  background-image: url(../images/bg_block.png);
}

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

#top .inner {
  position: relative;
}

.top_bg_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 300%;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #top_bg {
    top: -10%;
    width: 700%;
    height: 500%;
  }
}

.bg_grange_black {
  width: 100%;
  height: 100px;
  background-image: url(../images/bg_grange_black02_pc.png);
}

.bg_black {
  width: 100%;
  height: 100%;
  background-color: #131211;
}

#top .inner {
  position: relative;
}

.top_scroll_wrapper {
  width: 100%;
  height: 236px;
  position: absolute;
  top: -20px;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top_scroll_wrapper {
    height: 226px;
    top: -30px;
  }
}

@media screen and (max-width: 425px) {
  .top_scroll_wrapper {
    height: 125px;
    top: -17px;
  }
}

.top_scroll {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: top_infinity-loop 22s infinite linear both;
          animation: top_infinity-loop 22s infinite linear both;
}

@media screen and (max-width: 768px) {
  .top_scroll {
    -webkit-animation: top_infinity-loop_sp 22s infinite linear both;
            animation: top_infinity-loop_sp 22s infinite linear both;
  }
}

@media screen and (max-width: 425px) {
  .top_scroll {
    -webkit-animation: top_infinity-loop_sp_small 22s infinite linear both;
            animation: top_infinity-loop_sp_small 22s infinite linear both;
  }
}

@-webkit-keyframes top_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2840px);
            transform: translateX(-2840px);
  }
}

@keyframes top_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2840px);
            transform: translateX(-2840px);
  }
}

@-webkit-keyframes top_infinity-loop_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2720px);
            transform: translateX(-2720px);
  }
}

@keyframes top_infinity-loop_sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2720px);
            transform: translateX(-2720px);
  }
}

@-webkit-keyframes top_infinity-loop_sp_small {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1523px);
            transform: translateX(-1523px);
  }
}

@keyframes top_infinity-loop_sp_small {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1523px);
            transform: translateX(-1523px);
  }
}

.mv_scroll_text_pc {
  margin-left: 40px;
  height: 100%;
}

.mv_scroll_text_pc:first-child {
  margin-left: 0;
}

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

.mv_scroll_text_sp {
  display: none;
  margin-left: 40px;
  height: 100%;
}

.mv_scroll_text_sp:first-child {
  margin-left: 0;
}

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

.top_catch_pc {
  padding-top: 4.64286vw;
  margin: 0 auto;
  width: 100vw;
  max-width: 1120px;
  display: block;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1120px) {
  .top_catch_pc {
    padding-top: 52px;
  }
}

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

.top_catch_sp {
  display: none;
  padding-top: 7.8125vw;
  margin: 0 auto;
  width: 96.35417vw;
  position: relative;
  z-index: 50;
}

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

.top_content_wrapper {
  width: 100%;
  overflow: hidden;
}

.top_content {
  margin-top: 0.89286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}

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

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

.top_content .mv_catch2_wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top_content .mv_catch2_wrapper {
    margin-top: 6.51042vw;
  }
}

.top_content .mv_catch2_wrapper p {
  position: absolute;
  bottom: 0;
  left: 2.67857vw;
  font-size: 1.60714vw;
  color: white;
}

@media screen and (min-width: 1120px) {
  .top_content .mv_catch2_wrapper p {
    left: 30px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .top_content .mv_catch2_wrapper p {
    position: static;
    margin-top: 5.20833vw;
    font-size: 3.64583vw;
  }
}

.icon_corps {
  margin-top: 1.78571vw;
  width: 11.60714vw;
  max-width: 130px;
  height: 15.35714vw;
  max-height: 172px;
  pointer-events: none;
}

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

@media screen and (max-width: 768px) {
  .icon_corps {
    margin-top: 0;
    width: 41.14583vw;
    max-width: none;
    height: 54.42708vw;
    max-height: none;
  }
}

.mv_catch2_pc {
  margin-left: 1.33929vw;
  width: 73.21429vw;
  max-width: 820px;
}

@media screen and (min-width: 1120px) {
  .mv_catch2_pc {
    margin-left: 15px;
  }
}

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

.mv_catch2_sp {
  height: 54.6875vw;
  display: none;
  position: relative;
}

.mv_catch2_sp img {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.top_levi {
  height: 121.60714vw;
  max-height: 1362px;
  position: absolute;
  top: -16.07143vw;
  right: -38.03571vw;
  pointer-events: none;
}

@media screen and (min-width: 1120px) {
  .top_levi {
    top: -180px;
    right: -426px;
  }
}

@media screen and (max-width: 768px) {
  .top_levi {
    height: 195.3125vw;
    max-height: none;
    position: absolute;
    top: -23.69792vw;
    right: -57.68229vw;
    z-index: 80;
  }
}

.top_section {
  padding-top: 10.71429vw;
  position: relative;
  z-index: 50;
}

@media screen and (min-width: 1120px) {
  .top_section {
    padding-top: 120px;
  }
}

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

#ticket {
  position: relative;
  z-index: 200;
}

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

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

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

.venue_list li {
  margin-top: 3.57143vw;
  margin-left: 3.84615384615385%;
  width: 22.11538461538462%;
  max-width: 230px;
  background-color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .venue_list li {
    margin-top: 40px;
    margin-left: 40px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .venue_list li {
    margin-top: 5.20833vw;
    margin-left: 5.81395348837209%;
    width: 47.09302325581395%;
    max-width: none;
  }
}

@media screen and (min-width: 769px) {
  .venue_list li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .venue_list li:nth-child(-n + 4) {
    margin-top: 0;
  }
}

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

.venue_btn {
  width: 100%;
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.venue_btn_inner {
  padding: 2.32143vw 1.78571vw;
  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;
}

@media screen and (min-width: 1120px) {
  .venue_btn_inner {
    padding: 26px 20px;
  }
}

.venue_btn_inner p {
  color: #0e4b88;
}

.venue_en {
  font-size: 2.5vw;
  font-weight: 900;
}

@media screen and (min-width: 1120px) {
  .venue_en {
    font-size: 28px;
  }
}

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

.venue_ja {
  font-size: 2.14286vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  .venue_ja {
    font-size: 24px;
  }
}

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

.add_venue_ja {
  margin-top: 0.89286vw;
  font-size: 1.07143vw;
  font-weight: bold;
  line-height: 1;
}

@media screen and (min-width: 1120px) {
  .add_venue_ja {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .add_venue_ja {
    margin-top: 1.30208vw;
    font-size: 2.34375vw;
  }
}

.day {
  margin-top: 1.78571vw;
  font-size: 1.60714vw;
}

@media screen and (min-width: 1120px) {
  .day {
    margin-top: 20px;
    font-size: 18px;
  }
}

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

.venue_ticket {
  width: 100%;
  height: 3.57143vw;
  max-height: 40px;
  position: relative;
}

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

.venue_ticket_free {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ticket.png);
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .venue_ticket_free {
    background-image: url(../images/ticket_sp.png);
  }
}

.venue_ticket_on {
  width: 100%;
  height: 100%;
  background-image: url(../images/ticket_on.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .venue_ticket_on {
    background-image: url(../images/ticket_sp.png);
  }
}

.venue_ticket_shape {
  width: 7.32143vw;
  max-width: 82px;
  height: 2.14286vw;
  max-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .venue_ticket_shape {
    width: 9.11458vw;
    max-width: none;
    height: 6.51042vw;
    max-height: none;
  }
}

.venue_ticket_shape::after {
  content: "";
  width: 3.03571vw;
  max-width: 34px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2.14286vw;
  border-top: solid 1.07143vw #f8f8f8;
  border-right: solid 1.51786vw #0e4b88;
  border-bottom: solid 1.07143vw #0e4b88;
  border-left: solid 1.51786vw #f8f8f8;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1120px) {
  .venue_ticket_shape::after {
    right: -24px;
    border-top: solid 12px #f8f8f8;
    border-right: solid 17px #0e4b88;
    border-bottom: solid 12px #0e4b88;
    border-left: solid 17px #f8f8f8;
  }
}

@media screen and (max-width: 768px) {
  .venue_ticket_shape::after {
    right: -9.11458vw;
    border-top: solid 3.25521vw #f8f8f8;
    border-right: solid 4.55729vw #0e4b88;
    border-bottom: solid 3.25521vw #0e4b88;
    border-left: solid 4.55729vw #f8f8f8;
  }
}

.venue_btn:hover .venue_ticket_free {
  opacity: 0;
}

.venue_ticket_text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

.venue_ticket_text p {
  font-size: 1.60714vw;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .venue_ticket_text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .venue_ticket_text p {
    position: relative;
    font-size: 4.6875vw;
    z-index: 100;
  }
}

.venue_ticket_text img {
  margin-left: 0.53571vw;
  margin-right: 1.78571vw;
  width: 0.89286vw;
  max-width: 10px;
  height: 0.89286vw;
  max-height: 10px;
}

@media screen and (min-width: 1120px) {
  .venue_ticket_text img {
    margin-left: 6px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .venue_ticket_text img {
    margin-left: 2.60417vw;
    margin-right: 2.60417vw;
    width: 2.60417vw;
    max-width: none;
    height: 2.60417vw;
    max-height: none;
  }
}

.news_list {
  margin-top: 5.08929vw;
}

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

.news_list li {
  margin-top: 1.25vw;
}

@media screen and (min-width: 1120px) {
  .news_list li {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news_list li {
    margin-top: 3.77604vw;
  }
}

.news_list li:first-child {
  margin-top: 0;
}

.news_list .emergency {
  padding: 0 0.89286vw;
  background-color: #cd1120;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  .news_list .emergency {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .news_list .emergency {
    padding: 0 1.30208vw;
  }
}

.news_list .emergency:hover {
  background-color: #f8f8f8;
  color: #cd1120;
}

.news_list p {
  font-size: 1.60714vw;
  color: #ffffff;
}

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

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

.news_list span {
  margin-right: 1.33929vw;
}

@media screen and (min-width: 1120px) {
  .news_list span {
    margin-right: 15px;
  }
}

.news_link {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_link:hover {
  color: #cd1120;
}

.news_movie {
  margin-top: 5.35714vw;
}

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

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

.news_movie iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 768px) {
  .news_movie iframe {
    width: 100%;
    height: 50.39062vw;
  }
}

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

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

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

.banner {
  margin-top: 40px;
  margin-left: 40px;
  width: calc(33.33333333% - 26.6666666666px);
  position: relative;
}

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

@media screen and (min-width: 769px) {
  .banner:nth-child(3n + 1) {
    margin-left: 0;
  }
  .banner:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner:first-child {
    margin-top: 0;
  }
}

.banner .banner_img_free {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner:hover .banner_img_free {
  opacity: 0;
}

.banner_img {
  width: 100%;
}

.ss {
  position: relative;
  margin-top: 120px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: event_infinity-loop 15s infinite linear both;
          animation: event_infinity-loop 15s infinite linear both;
}

@media screen and (max-width: 768px) {
  .ss {
    margin-top: 15.625vw;
    height: 20.83333vw;
  }
}

@-webkit-keyframes event_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-960px);
            transform: translateX(-960px);
  }
}

@keyframes event_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-960px);
            transform: translateX(-960px);
  }
}

.ss_event {
  height: 100%;
}

.covid-19 {
  padding-top: 54px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .covid-19 {
    padding-top: 7.03125vw;
  }
}

.covid-19 .covid-19_inner {
  padding: 30px;
  width: 100%;
  background-color: #202020;
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner {
    padding: 3.90625vw;
  }
}

.covid-19 .covid-19_inner .covid-19_title {
  line-height: 1.6;
  color: #cd1120;
  font-weight: bold;
  font-size: 1.60714vw;
}

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

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner .covid-19_title {
    font-size: 4.16667vw;
  }
}

.covid-19 .covid-19_inner .covid-19_top_desc {
  margin-top: 20px;
  line-height: 1.6;
  color: #f8f8f8;
  font-size: 1.25vw;
  font-weight: 400;
}

@media screen and (min-width: 1120px) {
  .covid-19 .covid-19_inner .covid-19_top_desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner .covid-19_top_desc {
    margin-top: 2.5vw;
    text-align: left;
    font-size: 3.125vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list {
    margin-top: 5.20833vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion {
  padding: 10px 20px;
  position: relative;
  background-color: #cd1120;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion {
    padding: 1.95312vw 2.60417vw 1.95312vw 1.5625vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion .accordion_sign {
  width: 1.60714vw;
  height: 1.60714vw;
  position: relative;
}

@media screen and (min-width: 1120px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion .accordion_sign {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion .accordion_sign {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion .accordion_sign .vertical_bar {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.covid-19 .covid-19_inner #covid-19_list .accordion .accordion_sign .horizontal_bar {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #f8f8f8;
}

.covid-19 .covid-19_inner #covid-19_list .active .accordion_sign .vertical_bar {
  height: 0%;
}

.covid-19 .covid-19_inner #covid-19_list .covid-19_list_title {
  color: #f8f8f8;
  font-weight: bold;
  font-size: 1.25vw;
}

@media screen and (min-width: 1120px) {
  .covid-19 .covid-19_inner #covid-19_list .covid-19_list_title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list .covid-19_list_title {
    text-align: start;
    font-size: 3.125vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion_item {
  padding: 10px 20px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion_item {
    padding: 1.95312vw 1.875vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.covid-19 .covid-19_inner #covid-19_list .accordion_item li p {
  line-height: 1.6;
  color: #090909;
  font-size: 1.25vw;
  font-weight: 400;
}

@media screen and (min-width: 1120px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion_item li p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .covid-19 .covid-19_inner #covid-19_list .accordion_item li p {
    text-align: left;
    font-size: 3.125vw;
  }
}

.covid-19 .covid-19_inner #covid-19_list .accordion_item li .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#feature {
  width: 100%;
  background-image: url(../images/bg_glay.png);
}

@media screen and (max-width: 768px) {
  #feature {
    background-image: url(../images/bg_glay_sp.png);
    background-size: auto 100%;
  }
}

.feature_list {
  padding-top: 4.46429vw;
  padding-bottom: 10.71429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1120px) {
  .feature_list {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

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

.feature_content {
  margin-top: 40px;
  margin-left: 40px;
  width: calc(50% - 20px);
  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) {
  .feature_content {
    margin-top: 5.20833vw;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .feature_content:nth-child(-n + 2) {
    margin-top: 0;
  }
  .feature_content:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .feature_content:first-child {
    margin-top: 0;
  }
}

.feature_content img {
  width: 100%;
  height: 16.42857vw;
  max-height: 184px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .feature_content img {
    height: 32.94271vw;
    max-height: none;
  }
}

.feature_content .feature_desc {
  padding: 1.16071vw 1.78571vw;
  width: 100%;
  background-color: #090909;
  color: #f8f8f8;
  font-size: 1.60714vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1120px) {
  .feature_content .feature_desc {
    padding: 13px 20px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .feature_content .feature_desc {
    padding: 4.42708vw 2.60417vw;
    font-size: 3.64583vw;
  }
}

#how_to_play {
  position: relative;
  padding-top: 0;
  background-image: url(../images/bg_white.png);
  overflow: hidden;
}

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

#how_to_play .inner {
  margin: 17.41071vw auto 0;
}

@media screen and (min-width: 1120px) {
  #how_to_play .inner {
    margin: 195px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #how_to_play .inner {
    margin: 25.39062vw auto 0;
  }
}

.bg_grange_glay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.69643vw;
  background-image: url(../images/bg_grange_glay01_pc.png);
  background-size: auto 100%;
}

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

@media screen and (max-width: 768px) {
  .bg_grange_glay {
    background-image: url(../images/bg_grange_glay01_sp.png);
    height: 9.76562vw;
  }
}

.how_to_play_list {
  margin-top: 6.25vw;
  width: 100%;
}

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

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

.how_to_play_content {
  margin-top: 3.57143vw;
  width: 100%;
  height: 14.28571vw;
  max-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

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

.how_to_play_content:first-child {
  margin-top: 0;
}

.how_to_play_no {
  width: 6.25vw;
  max-width: 70px;
  height: 7.14286vw;
  max-height: 80px;
  position: absolute;
  top: pc_no_section(-10);
  left: pc_no_section(-10);
}

@media screen and (min-width: 1120px) {
  .how_to_play_no {
    top: -10px;
    left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .how_to_play_no {
    width: 17.70833vw;
    max-width: none;
    height: 21.35417vw;
    max-height: none;
    top: -10.41667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.how_to_play_desc {
  padding: 10px;
  width: 100%;
  height: 100%;
  border-top: solid 4px #0e4b88;
  border-bottom: solid 4px #0e4b88;
  border-left: solid 4px #0e4b88;
  background-color: #f8f8f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .how_to_play_desc {
    padding: 2.60417vw;
    height: auto;
    border: solid 1.04167vw #0e4b88;
  }
}

.how_to_play_desc .how_to_play_desc_inner {
  width: 100%;
  height: 100%;
  border: solid 2px #0e4b88;
  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;
}

@media screen and (max-width: 768px) {
  .how_to_play_desc .how_to_play_desc_inner {
    border: solid 0.26042vw #0e4b88;
  }
}

.how_to_play_desc p {
  text-align: center;
  font-size: 1.78571vw;
  font-weight: bold;
  color: #0e4b88;
}

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

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

.how_to_play_desc .how_to_play_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.how_to_play_desc .how_to_play_01 .modal_btn {
  margin-top: 0.89286vw;
  padding: 1.07143vw;
  width: 16.96429vw;
  font-size: 1.25vw;
}

.how_to_play_desc .how_to_play_01 .modal_btn .modal_arrow {
  right: 1.33929vw;
}

@media screen and (min-width: 1120px) {
  .how_to_play_desc .how_to_play_01 .modal_btn {
    margin-top: 10px;
    padding: 12px;
    width: 190px;
    font-size: 1.4rem;
  }
  .how_to_play_desc .how_to_play_01 .modal_btn .modal_arrow {
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .how_to_play_desc .how_to_play_01 .modal_btn {
    margin-top: 2.60417vw;
    padding: 2.60417vw;
    width: 40.36458vw;
    font-size: 3.125vw;
  }
  .how_to_play_desc .how_to_play_01 .modal_btn .modal_arrow {
    right: 2.60417vw;
  }
}

@media screen and (max-width: 768px) {
  .how_to_play_desc .how_to_play_text_01 {
    padding: 0;
  }
}

.how_to_play_desc .how_to_play_note {
  margin-top: 0.44643vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .how_to_play_desc .how_to_play_note {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .how_to_play_desc .how_to_play_note {
    margin-top: 1.30208vw;
  }
}

.how_to_play_desc .how_to_play_note p {
  font-size: 1.42857vw;
  font-weight: normal;
}

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

@media screen and (max-width: 768px) {
  .how_to_play_desc .how_to_play_note p {
    padding: 0;
    font-size: 3.125vw;
  }
}

.how_to_play_img {
  height: 100%;
  pointer-events: none;
}

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

.bg_grange_glay_inversion {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-image: url(../images/bg_grange_glay01_pc.png);
  background-size: auto 100%;
  -webkit-transform: translateY(1px) scale(1, -1);
          transform: translateY(1px) scale(1, -1);
}

@media screen and (max-width: 768px) {
  .bg_grange_glay_inversion {
    background-image: url(../images/bg_grange_glay01_sp.png);
    height: 9.76562vw;
  }
}

.ss_beginners {
  position: relative;
  margin-top: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: beginners_infinity-loop 30s infinite linear both;
          animation: beginners_infinity-loop 30s infinite linear both;
}

@media screen and (max-width: 768px) {
  .ss_beginners {
    margin-top: 15.625vw;
    height: 20.83333vw;
  }
}

@-webkit-keyframes beginners_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}

@keyframes beginners_infinity-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1704px);
            transform: translateX(-1704px);
  }
}

.ss_beginners_img {
  height: 100%;
  pointer-events: none;
}

#beginners {
  padding: 4.80769vw 0 14.90385vw;
  background-color: #131211;
  position: relative;
}

@media screen and (min-width: 1120px) {
  #beginners {
    padding: 50px 0px 155px;
  }
}

@media screen and (max-width: 768px) {
  #beginners {
    padding: 6.51042vw 0 17.70833vw;
  }
}

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

.beginners_content a {
  margin-left: 3.84615vw;
}

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

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

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

.beginners_btn {
  margin-left: 4.28571vw;
  width: 20.89286vw;
  height: 20.80357vw;
  position: relative;
}

@media screen and (min-width: 1120px) {
  .beginners_btn {
    margin-left: 48px;
    width: 234px;
    height: 233px;
  }
}

@media screen and (max-width: 768px) {
  .beginners_btn {
    margin-left: 5.20833vw;
    width: 41.66667vw;
    height: 41.53646vw;
  }
}

.beginners_btn:first-child {
  margin-left: 0;
}

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

.beginners_btn:hover .beginners_btn_free {
  opacity: 0;
}

.beginners_btn_on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}

.beginners_btn_scrap {
  background-image: url(../images/beginners_scrap.png);
}

.beginners_btn_scrap_on {
  background-image: url(../images/beginners_scrap_on.png);
}

.beginners_btn_shingeki {
  background-image: url(../images/beginners_shingeki.png);
}

.beginners_btn_shingeki_on {
  background-image: url(../images/beginners_shingeki_on.png);
}

#beginners_modal {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  background-color: #f8f8f8;
  z-index: 4000;
}

.beginners_modal_title {
  width: 100%;
  height: 10.57692vw;
  background-color: #0e4b88;
}

@media screen and (min-width: 1040px) {
  .beginners_modal_title {
    height: 110px;
  }
}

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

.beginners_modal_title h2 {
  text-align: center;
  line-height: 10.57692vw;
  font-size: 2.69231vw;
  font-weight: bold;
  color: #f8f8f8;
}

@media screen and (min-width: 1040px) {
  .beginners_modal_title h2 {
    line-height: 110px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .beginners_modal_title h2 {
    line-height: 20.83333vw;
    font-size: 5.46875vw;
  }
}

.beginners_modal_logo {
  width: 100%;
  height: 14.42308vw;
  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: #090909;
}

@media screen and (min-width: 1040px) {
  .beginners_modal_logo {
    height: 150px;
  }
}

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

.beginners_modal_logo img {
  height: 6.63462vw;
}

@media screen and (min-width: 1040px) {
  .beginners_modal_logo img {
    height: 69px;
  }
}

@media screen and (max-width: 768px) {
  .beginners_modal_logo img {
    height: 13.54167vw;
  }
}

.beginners_modal_content {
  padding: 7.69231vw 3.84615vw;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1040px) {
  .beginners_modal_content {
    padding: 80px 40px;
  }
}

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

.movie_item {
  width: 48.07692vw;
  height: 27.01923vw;
}

@media screen and (min-width: 1040px) {
  .movie_item {
    width: 500px;
    height: 281px;
  }
}

@media screen and (max-width: 768px) {
  .movie_item {
    width: 100%;
    height: 50.39062vw;
  }
}

.beginners_desc {
  margin-top: 3.84615vw;
  font-size: 1.53846vw;
  text-align: center;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  .beginners_desc {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .beginners_desc {
    margin-top: 5.20833vw;
    font-size: 3.64583vw;
    text-align: left;
  }
}

.modal_btns {
  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) {
  .modal_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.modal_btn {
  margin: 3.84615vw auto 0;
  padding: 1.92308vw;
  width: 22.11538vw;
  position: relative;
  background-color: #0e4b88;
  font-size: 1.73077vw;
  font-weight: bold;
  color: #f8f8f8;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1040px) {
  .modal_btn {
    font-size: 1.8rem;
    margin-top: 40px;
    padding: 20px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .modal_btn {
    font-size: 4.16667vw;
    margin: 5.20833vw 0 0;
    padding: 2.60417vw 3.25521vw;
    width: 48.4375vw;
  }
}

.modal_btn:hover {
  background-color: #cd1120;
}

.modal_btn p {
  padding: 0;
  margin: 0;
}

.modal_btn .modal_arrow {
  position: absolute;
  top: 50%;
  right: 1.92308vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.96154vw;
}

@media screen and (min-width: 1040px) {
  .modal_btn .modal_arrow {
    width: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal_btn .modal_arrow {
    width: 1.95312vw;
    right: 3.25521vw;
  }
}

.realdgame_btn {
  width: 22.11538vw;
}

@media screen and (min-width: 1040px) {
  .realdgame_btn {
    width: 230px;
  }
}

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

.shingeki_btn {
  width: 17.98077vw;
}

@media screen and (min-width: 1040px) {
  .shingeki_btn {
    width: 187px;
  }
}

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

.shingeki_anime_btn {
  margin-left: 3.84615vw;
  width: 19.61538vw;
}

@media screen and (min-width: 1040px) {
  .shingeki_anime_btn {
    margin-left: 40px;
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  .shingeki_anime_btn {
    margin-left: 0;
    width: 43.75vw;
  }
}

#story {
  position: relative;
  z-index: 10;
}

#story_character {
  position: relative;
  overflow: hidden;
}

#story_character .box {
  position: absolute;
  bottom: 0;
  left: 0;
}

.character_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-color: #202020;
}

.character_bg {
  width: 100%;
  height: 100%;
}

.story_character_bg_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#story_character_bg {
  position: absolute;
  top: -308%;
  right: -750px;
  width: 300%;
  height: 300%;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  z-index: -10;
}

@media screen and (max-width: 768px) {
  #story_character_bg {
    top: -486.5%;
    right: -900px;
    width: 500%;
    height: 500%;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}

#story_character_bg .bg_grange_black {
  width: 100%;
  height: 100px;
  background-image: url(../images/bg_grange_black02_pc.png);
  -webkit-transform: translateY(-1px) scale(1, -1);
          transform: translateY(-1px) scale(1, -1);
}

.bg_black {
  width: 100%;
  height: 100%;
  background-color: #131211;
}

.story_img_pc {
  margin-top: 3.57143vw;
  width: 83.92857vw;
  max-width: 940px;
}

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

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

.story_img_sp {
  display: none;
  margin-top: 10.41667vw;
  width: 89.84375vw;
}

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

#character {
  margin-top: 8.03571vw;
}

@media screen and (min-width: 1040px) {
  #character {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  #character {
    margin-top: 15.625vw;
  }
}

#character .inner {
  padding: 0;
  width: 92.85714vw;
  max-width: 1040px;
  position: relative;
}

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

#character .title_inner {
  z-index: 50;
}

#character .alphanumeric {
  font-size: 14.28571vw;
  font-weight: 900;
  line-height: 0.67;
}

@media screen and (min-width: 1120px) {
  #character .alphanumeric {
    font-size: 16rem;
  }
}

@media screen and (max-width: 768px) {
  #character .alphanumeric {
    font-size: 20.83333vw;
  }
}

.char_set_color_01 {
  background-color: #244358;
}

.char_set_color_02 {
  background-color: #8a7448;
}

.char_set_color_03 {
  background-color: #6f4942;
}

.char_set_color_04 {
  background-color: #976645;
}

.char_set_color_05 {
  background-color: #52555b;
}

.char_set_color_06 {
  background-color: #6f242b;
}

.char_set_color_07 {
  background-color: #415f57;
}

.character_slider {
  margin-top: -35.44643vw;
  width: 100%;
}

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

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

.character_content_warpper {
  position: relative;
}

#character_top_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}

.character_set_warpper {
  width: 100%;
}

.character_set {
  width: 100%;
  overflow: hidden;
}

.character_set .inner {
  padding: 0;
  width: 92.85714vw;
  max-width: 1040px;
  height: 116.07143vw;
  max-height: 1300px;
}

@media screen and (max-width: 768px) {
  .character_set .inner {
    height: 214.32292vw;
    max-height: none;
  }
}

.character_set .inner p {
  color: #f8f8f8;
  display: inline-block;
}

.first_name {
  margin-top: 40.17857vw;
  position: relative;
  z-index: 100;
}

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

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

.family_name {
  margin-top: 1.78571vw;
  position: relative;
  z-index: 20;
}

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

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

.name {
  padding: 0.89286vw;
  margin-top: 2.67857vw;
  position: relative;
  font-size: 4.28571vw;
  font-weight: bold;
  line-height: 1;
  z-index: 100;
}

@media screen and (min-width: 1120px) {
  .name {
    padding: 10px;
    margin-top: 30px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 768px) {
  .name {
    padding: 1.17188vw 2.60417vw;
    margin-top: 51.04167vw;
    font-size: 7.29167vw;
  }
}

.cv {
  padding: 0.89286vw;
  margin-top: 0.17857vw;
  position: relative;
  font-size: 2.14286vw;
  line-height: 1;
  z-index: 100;
}

@media screen and (min-width: 1120px) {
  .cv {
    padding: 10px;
    margin-top: 2px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .cv {
    padding: 1.82292vw 2.60417vw;
    margin-top: 0.52083vw;
    font-size: 4.16667vw;
  }
}

.cv span {
  margin-left: 0.89286vw;
}

@media screen and (min-width: 1120px) {
  .cv span {
    margin-left: 10px;
  }
}

.character_desc {
  margin-top: 1.78571vw;
  padding: 0.89286vw;
  font-size: 1.60714vw;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1120px) {
  .character_desc {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .character_desc {
    margin-top: 2.60417vw;
    padding: 1.95312vw 2.60417vw;
    font-size: 3.64583vw;
  }
}

.character_img_pc {
  width: 142.85714vw;
  max-width: 1600px;
  height: 115vw;
  max-height: 1288px;
  position: absolute;
  bottom: -0.89286vw;
  left: 5vw;
  z-index: 50;
}

@media screen and (min-width: 1120px) {
  .character_img_pc {
    bottom: -10px;
    left: 56px;
  }
}

@media screen and (max-width: 1200px) {
  .character_img_pc {
    left: 2.23214vw;
  }
}

@media screen and (max-width: 768px) {
  .character_img_pc {
    width: 100vw;
    max-width: none;
    height: 210.9375vw;
    max-height: none;
  }
}

.character_img_pc_01 {
  background-image: url(../images/char_mikasa_pc.png);
  background-size: cover;
  bottom: -8.03571vw;
  z-index: 50;
}

@media screen and (min-width: 1120px) {
  .character_img_pc_01 {
    bottom: -90px;
  }
}

@media screen and (max-width: 768px) {
  .character_img_pc_01 {
    background-image: url(../images/char_mikasa_sp.png);
    left: -5.20833vw;
    bottom: -19.66146vw;
  }
}

.character_img_pc_02 {
  background-image: url(../images/char_armin_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_02 {
    background-image: url(../images/char_armin_sp.png);
    left: -5.20833vw;
    bottom: -11.19792vw;
  }
}

.character_img_pc_03 {
  background-image: url(../images/char_sasha_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_03 {
    background-image: url(../images/char_sasha_sp.png);
    left: -5.20833vw;
    bottom: -11.19792vw;
  }
}

.character_img_pc_04 {
  background-image: url(../images/char_jean_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_04 {
    background-image: url(../images/char_jean_sp.png);
    left: -5.20833vw;
    bottom: -11.19792vw;
  }
}

.character_img_pc_05 {
  background-image: url(../images/char_levi_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_05 {
    background-image: url(../images/char_levi_sp.png);
    left: -5.20833vw;
    bottom: 2.34375vw;
  }
}

.character_img_pc_06 {
  background-image: url(../images/char_reiner_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_06 {
    background-image: url(../images/char_reiner_sp.png);
    left: -5.20833vw;
    bottom: -11.19792vw;
  }
}

.character_img_pc_07 {
  background-image: url(../images/char_eren_pc.png);
  background-size: cover;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .character_img_pc_07 {
    background-image: url(../images/char_eren_sp.png);
    left: -5.20833vw;
    bottom: -1.04167vw;
  }
}

.character_img_sp {
  width: 100%;
  position: absolute;
  bottom: -380px;
  left: 0;
  z-index: 50;
}

.character_wrapper {
  padding-bottom: 15.17857vw;
  height: 84.82143vw;
  max-height: 950px;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .character_wrapper {
    padding-bottom: 22.13542vw;
    height: 180.98958vw;
    max-height: none;
  }
}

.character_list {
  width: 81.25vw;
  max-width: 910px;
  position: absolute;
  top: -31.69643vw;
  left: 0;
  z-index: 500;
}

@media screen and (min-width: 1120px) {
  .character_list {
    top: -355px;
  }
}

@media screen and (max-width: 768px) {
  .character_list {
    top: -48.69792vw;
    width: 83.33333vw;
  }
}

.character_list .slick-track {
  -webkit-transform: none !important;
          transform: none !important;
}

.character_icon {
  position: relative;
}

@media screen and (min-width: 769px) {
  .character_icon {
    width: 11.60714vw !important;
    max-width: 130px !important;
    height: 17.85714vw;
    max-height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .character_icon {
    width: 11.90104vw !important;
    height: 18.30729vw;
  }
}

.character_icon .active {
  opacity: 0;
}

.character_icon::before,
.character_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
  background-size: cover;
}

.character_icon::after {
  z-index: 1;
}

.character_icon::before {
  opacity: 1;
}

.char_icon_01::before {
  background-image: url(../images/nav_mikasa.png);
}

.char_icon_01::after {
  background-image: url(../images/nav_mikasa_on.png);
}

.char_icon_02::before {
  background-image: url(../images/nav_armin.png);
}

.char_icon_02::after {
  background-image: url(../images/nav_armin_on.png);
}

.char_icon_03::before {
  background-image: url(../images/nav_sasha.png);
}

.char_icon_03::after {
  background-image: url(../images/nav_sasha_on.png);
}

.char_icon_04::before {
  background-image: url(../images/nav_jean.png);
}

.char_icon_04::after {
  background-image: url(../images/nav_jean_on.png);
}

.char_icon_05::before {
  background-image: url(../images/nav_levi.png);
}

.char_icon_05::after {
  background-image: url(../images/nav_levi_on.png);
}

.char_icon_06::before {
  background-image: url(../images/nav_reiner.png);
}

.char_icon_06::after {
  background-image: url(../images/nav_reiner_on.png);
}

.char_icon_07::before {
  background-image: url(../images/nav_eren.png);
}

.char_icon_07::after {
  background-image: url(../images/nav_eren_on.png);
}

.character_icon.slick-current::before {
  opacity: 0;
}

.character_icon:hover::before {
  opacity: 0;
}

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

.character_icon_on {
  width: 100%;
  height: 100%;
}

.bg_grange_black_inversion {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-image: url(../images/bg_grange_black02_pc.png);
  background-size: auto 100%;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .bg_grange_black_inversion {
    background-image: url(../images/bg_grange_black02_sp.png);
    height: 11.71875vw;
  }
}

#share {
  padding-top: 4.91071vw;
  padding-bottom: 10.71429vw;
  background-image: url(../images/bg_glay.png);
}

@media screen and (min-width: 1120px) {
  #share {
    padding-top: 55px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  #share {
    padding-top: 4.55729vw;
    padding-bottom: 15.625vw;
    background-image: url(../images/bg_glay_sp.png);
    background-size: auto 100%;
  }
}

#share .inner {
  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;
}

.share_text {
  height: 13.39286vw;
}

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

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

.share_link_list {
  margin-top: 3.57143vw;
  height: 7.14286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1120px) {
  .share_link_list {
    margin-top: 40px;
    height: 80px;
  }
}

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

.share_link_list li {
  height: 100%;
  margin-left: 3.57143vw;
}

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

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

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

.share_link_list li a {
  height: 100%;
}

.share_link_list li a img {
  height: 100%;
}

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

.fv_image {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #090909;
}

.fv_image .mfp-close {
  display: none;
}

.fv-close {
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
}

#modal {
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 4000;
}

#modal .red {
  color: #cd1120;
}

#modal section {
  padding: 3.84615vw 3.84615vw 0;
}

@media screen and (min-width: 1040px) {
  #modal section {
    padding: 40px 40px 0;
  }
}

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

#modal .modal_link_btn {
  margin-top: 3.84615vw;
  padding: 1.92308vw;
  width: 32.69231vw;
  position: relative;
  background-color: #0e4b88;
  font-size: 1.73077vw;
  font-weight: bold;
  color: #f8f8f8;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1040px) {
  #modal .modal_link_btn {
    font-size: 1.8rem;
    margin-top: 40px;
    padding: 20px;
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  #modal .modal_link_btn {
    font-size: 4.16667vw;
    margin-top: 10.41667vw;
    padding: 2.60417vw;
    width: 72.91667vw;
  }
}

#modal .modal_link_btn:hover {
  background-color: #cd1120;
}

#modal .modal_link_btn .modal_arrow {
  position: absolute;
  top: 50%;
  right: 1.92308vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.96154vw;
}

@media screen and (min-width: 1040px) {
  #modal .modal_link_btn .modal_arrow {
    width: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #modal .modal_link_btn .modal_arrow {
    width: 1.95312vw;
    right: 3.25521vw;
  }
}

#modal .modal_venue {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 10.57692vw;
  max-height: 110px;
  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;
  background-color: #0e4b88;
}

@media screen and (max-width: 768px) {
  #modal .modal_venue {
    padding-left: 5.20833vw;
    height: 27.34375vw;
    max-height: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#modal .modal_venue h3 {
  font-size: 2.69231vw;
  font-weight: bold;
  color: #f8f8f8;
}

@media screen and (min-width: 1040px) {
  #modal .modal_venue h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  #modal .modal_venue h3 {
    font-size: 7.29167vw;
  }
}

#modal .modal_venue p {
  margin-top: 0.89286vw;
  font-size: 1.42857vw;
  font-weight: bold;
  line-height: 1;
  color: #f8f8f8;
}

@media screen and (min-width: 1120px) {
  #modal .modal_venue p {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #modal .modal_venue p {
    margin-top: 1.30208vw;
    font-size: 3.64583vw;
  }
}

#modal .address {
  padding: 3.84615vw;
  text-align: center;
  background-color: #090909;
}

@media screen and (max-width: 768px) {
  #modal .address {
    padding: 5.20833vw;
    text-align: start;
  }
}

#modal .address h4 {
  font-size: 2.30769vw;
  font-weight: bold;
  color: #f8f8f8;
}

@media screen and (min-width: 1040px) {
  #modal .address h4 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal .address h4 {
    font-size: 6.25vw;
  }
}

#modal .address p {
  margin: 1.92308vw;
  font-size: 1.34615vw;
  color: #f8f8f8;
}

@media screen and (min-width: 1040px) {
  #modal .address p {
    margin: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal .address p {
    margin: 1.69271vw 1.69271vw 1.69271vw 0;
    font-size: 3.64583vw;
  }
}

#modal .modal_content {
  background-color: #f8f8f8;
}

#modal .modal_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#modal .modal_title h3 {
  padding-left: 1.92308vw;
  height: 4.80769vw;
  max-height: 50px;
  line-height: 4.80769vw;
  font-size: 2.30769vw;
  background-color: #090909;
  color: #f8f8f8;
}

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

@media screen and (max-width: 768px) {
  #modal .modal_title h3 {
    padding: 0 4.55729vw;
    height: 13.28125vw;
    max-height: none;
    font-size: 4.16667vw;
    line-height: 13.28125vw;
  }
}

#modal .modal_title .h3_left {
  height: 6.25vw;
  max-height: 65px;
}

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

#modal .modal_title .h3_right {
  height: 4.80769vw;
  max-height: 50px;
}

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

#modal .api-area {
  margin: 2.5vw auto 0;
  width: 100%;
}

@media screen and (min-width: 1040px) {
  #modal .api-area {
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 768px) {
  #modal .api-area {
    margin: 6.51042vw auto 0;
    width: 100%;
  }
}

#modal .api-area iframe {
  width: 100%;
  height: 100%;
}

#modal .note {
  margin-top: 1.44231vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1040px) {
  #modal .note {
    margin-top: 15px;
  }
}

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

#modal .note span {
  font-weight: normal;
}

#modal .note p {
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal .note p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal .note p {
    font-size: 3.64583vw;
  }
}

#modal .high_season {
  margin-top: 3.84615vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1040px) {
  #modal .high_season {
    margin-top: 40px;
  }
}

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

#modal #modal_price h4 {
  margin-top: 2.5vw;
  font-size: 2.30769vw;
  font-weight: bold;
}

@media screen and (min-width: 1040px) {
  #modal #modal_price h4 {
    margin-top: 26px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #modal_price h4 {
    margin-top: 6.51042vw;
    font-size: 6.25vw;
  }
}

#modal #modal_price .price_today_title {
  margin-top: 3.84615vw;
}

@media screen and (min-width: 1040px) {
  #modal #modal_price .price_today_title {
    margin-top: 40px;
  }
}

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

#modal #modal_price .table_warpper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #modal #modal_price .table_warpper {
    overflow: auto;
  }
}

#modal #modal_price table {
  border: #d3d3d3 solid 1px;
  width: 100%;
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal #modal_price table {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #modal_price table {
    width: 100%;
    font-size: 3.64583vw;
    table-layout: fixed;
  }
}

#modal #modal_price table tr {
  position: relative;
}

#modal #modal_price table th,
#modal #modal_price table td {
  padding: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #modal #modal_price table th,
  #modal #modal_price table td {
    width: 29.94792vw;
  }
}

#modal #modal_price table th {
  background: #d3d3d3;
  border-left: #fcfcfc solid 1px;
  font-weight: normal;
  text-align: center;
}

#modal #modal_price table th:nth-child(5) {
  border-right: #d3d3d3 solid 1px;
}

#modal #modal_price table .th-none {
  border-left: #d3d3d3 solid 1px;
}

#modal #modal_price table td {
  border: #d3d3d3 solid 1px;
  width: 120px;
  font-weight: bold;
  text-align: center;
  background-color: #f8f8f8;
}

#modal #modal_price table td:first-child {
  text-align: start;
  font-weight: normal;
}

#modal #modal_price table .th_dummy {
  padding: 0;
  width: 1px;
  border: none;
  background-color: #f8f8f8;
}

#modal #modal_price table .tr_dummy {
  height: 1px;
  background-color: #f8f8f8;
}

#modal #modal_price table .tr_dummy td {
  padding: 0;
  border: none;
}

#modal #modal_price .note_desc {
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal #modal_price .note_desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #modal_price .note_desc {
    font-size: 3.64583vw;
  }
}

#modal .price {
  margin-top: 1.92308vw;
}

@media screen and (min-width: 1040px) {
  #modal .price {
    margin-top: 20px;
  }
}

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

#modal .price_today {
  margin-top: 1.92308vw;
}

@media screen and (min-width: 1040px) {
  #modal .price_today {
    margin-top: 20px;
  }
}

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

#modal #group_ticket ul {
  margin-top: 2.5vw;
}

@media screen and (min-width: 1040px) {
  #modal #group_ticket ul {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  #modal #group_ticket ul {
    margin-top: 6.51042vw;
  }
}

#modal #group_ticket li {
  margin-top: 1.92308vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 1040px) {
  #modal #group_ticket li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #modal #group_ticket li {
    margin-top: 2.60417vw;
  }
}

#modal #group_ticket li p {
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal #group_ticket li p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #group_ticket li p {
    font-size: 3.64583vw;
  }
}

#modal #special_ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal #special_ticket h4 {
  margin-top: 3.84615vw;
  font-size: 2.30769vw;
  font-weight: bold;
}

@media screen and (min-width: 1040px) {
  #modal #special_ticket h4 {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #special_ticket h4 {
    margin-top: 5.20833vw;
    font-size: 6.25vw;
  }
}

#modal #special_ticket p {
  margin-top: 0.96154vw;
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal #special_ticket p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #special_ticket p {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
  }
}

#modal #special_ticket .sp_ticket_img {
  margin-top: 3.84615vw;
  width: 100%;
  height: 51.92308vw;
}

@media screen and (min-width: 1040px) {
  #modal #special_ticket .sp_ticket_img {
    margin-top: 40px;
    height: 540px;
  }
}

@media screen and (max-width: 768px) {
  #modal #special_ticket .sp_ticket_img {
    margin-top: 5.20833vw;
    height: 50.39062vw;
  }
}

#modal #special_ticket .modal_link_btn {
  width: 19.23077vw;
}

@media screen and (min-width: 1600px) {
  #modal #special_ticket .modal_link_btn {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #modal #special_ticket .modal_link_btn {
    width: 39.0625vw;
  }
}

#modal #ticket_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal #ticket_schedule h4 {
  margin-top: 3.84615vw;
  font-size: 2.30769vw;
  font-weight: bold;
}

@media screen and (min-width: 1040px) {
  #modal #ticket_schedule h4 {
    margin-top: 40px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #ticket_schedule h4 {
    margin-top: 5.20833vw;
    font-size: 6.25vw;
  }
}

#modal #ticket_schedule .schedule_fun {
  margin-top: 2.5vw;
}

@media screen and (min-width: 1040px) {
  #modal #ticket_schedule .schedule_fun {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  #modal #ticket_schedule .schedule_fun {
    margin-top: 6.51042vw;
  }
}

#modal #ticket_schedule p {
  margin-top: 0.96154vw;
  font-size: 1.34615vw;
  color: #090909;
  font-weight: bold;
}

@media screen and (min-width: 1040px) {
  #modal #ticket_schedule p {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #ticket_schedule p {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
  }
}

#modal #ticket_schedule .schedule_fun_desc {
  font-weight: normal;
}

#modal #ticket_schedule .schedule_fun_desc_content {
  margin-top: 0.48077vw;
}

@media screen and (min-width: 1040px) {
  #modal #ticket_schedule .schedule_fun_desc_content {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #modal #ticket_schedule .schedule_fun_desc_content {
    margin-top: 1.30208vw;
  }
}

#modal #ticket_schedule .note {
  margin-top: 0;
}

#modal #ticket_schedule .note p {
  margin-top: 0;
}

#modal #ticket_schedule .banner_modal {
  margin-top: 1.92308vw;
  width: 32.69231vw;
}

@media screen and (min-width: 1040px) {
  #modal #ticket_schedule .banner_modal {
    margin-top: 20px;
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  #modal #ticket_schedule .banner_modal {
    margin-top: 5.20833vw;
    width: 100%;
  }
}

#modal #access {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #modal #access {
    padding-bottom: 10.41667vw;
  }
}

#modal #access .map {
  margin-top: 2.5vw;
  width: 100%;
  height: 32.69231vw;
  max-height: 340px;
}

@media screen and (min-width: 1040px) {
  #modal #access .map {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  #modal #access .map {
    margin-top: 6.51042vw;
    height: 48.07692vw;
    max-height: none;
  }
}

#modal #access .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#modal #access .on_foot {
  margin-top: 1.92308vw;
  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 (min-width: 1040px) {
  #modal #access .on_foot {
    margin-top: 20px;
  }
}

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

#modal #access .on_foot p {
  font-size: 1.34615vw;
  color: #090909;
}

@media screen and (min-width: 1040px) {
  #modal #access .on_foot p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #access .on_foot p {
    font-size: 3.64583vw;
  }
}

#modal #modal_footer {
  padding: 3.84615vw;
  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: #3d3d3d;
}

@media screen and (min-width: 1040px) {
  #modal #modal_footer {
    padding: 40px;
  }
}

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

#modal #modal_footer p {
  margin-top: 0.38462vw;
  color: #f8f8f8;
  font-size: 1.15385vw;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 1040px) {
  #modal #modal_footer p {
    margin-top: 4px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #modal #modal_footer p {
    margin-top: 1.04167vw;
    font-size: 2.60417vw;
  }
}

body .mfp-container {
  padding: 7.69231vw;
}

@media screen and (min-width: 1040px) {
  body .mfp-container {
    padding: 80px;
  }
}

@media screen and (max-width: 768px) {
  body .mfp-container {
    padding: 0;
  }
}

body .mfp-iframe-holder .mfp-content {
  max-width: 1040px;
  height: 100%;
}

body .mfp-iframe-holder .mfp-close {
  cursor: pointer;
  background: url(../images/close.png) no-repeat 0 0/cover;
  font-size: 0;
  height: 134px;
  width: 134px;
  top: 0;
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  body .mfp-iframe-holder .mfp-close {
    height: 17.44792vw;
    width: 17.44792vw;
  }
}

@media (min-width: 769px) {
  body .mfp-iframe-holder .mfp-close {
    width: 6.34615vw;
    height: 6.34615vw;
  }
}

@media screen and (min-width: 769px) and (min-width: 1040px) {
  body .mfp-iframe-holder .mfp-close {
    width: 66px;
    height: 66px;
  }
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.94;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-iframe-scaler iframe {
  background: rgba(0, 0, 0, 0);
}

._scheduler_container {
  margin: 0px auto 0px !important;
}

.visit_modale_inner {
  width: 100%;
  height: 100%;
  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;
}

.modal_movie {
  width: 100%;
  height: 56.25vw;
}

@media screen and (min-width: 1040px) {
  .modal_movie {
    height: 585px;
  }
}

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

.visit_modal .mfp-iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=main.css.map */