@charset "UTF-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
ul,
li {
  list-style: none;
}

html {
  height: 100%;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  width: 100%;
}
body {
  line-height: normal;
}
img {
  display: block;
}

@font-face {
  font-family: "rift";
  src: url("Rift-Demi.otf") format("opentype");
}
/* common */
.onlySP {
  display: block;
}
.onlyPC {
  display: none;
}
span.onlySP {
  display: inline;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 16px 18px;
  border-radius: 11px;
  text-decoration: none;
  margin-top: 10px;
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
  transition: 0.4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #ffc107 0%, #f76a35 100%);
}

.ticket-lv .btn-gradient-radius {
  background-image: linear-gradient(45deg, #9f9bdbf0 0%, #0000ff9c 100%);
}

.ticket-lv .btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #9f9bdbf0 0%, #0000ffc7 100%);
}

.support-inner {
  width: 100%;
}

.support-1 img {
  max-width: 100%;
  width: 32%;
  margin: 28px 0px;
  margin-bottom: 62px;
  padding-left: 70px;
}

div#wrapper {
  color: #737373;
  font-size: 12px;
}

h2 {
  font-family: rift, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
}

#mainVwrapper {
  position: relative;
}
#mainVwrapper .main {
  width: 100%;
}

#mainVwrapper .mainLogo {
  position: absolute;
  /* top: 0; */
  left: 0;
  width: 80%;
  right: 0;
  bottom: 6%;
  margin: auto;
}
#mainVwrapper .copy1 {
  position: absolute;
  top: 12%;
  right: 0%;
  width: 9%;
}
#mainVwrapper .copy2 {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 10%;
}

.scroll {
  margin: 0px auto 50px auto;
  width: 18px;
}

.wrapperBottom {
  background: url(jin_img/bg_body.png);
  padding-top: 26px;
  /* padding-bottom: 200px; */
}

#info dd {
  color: #2d2c7c;
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  font-weight: bold;
}

#info {
  position: relative;
  width: 100%;
  background: url(vtl_img/bg_info_sp.png);
  background-size: contain;
  margin-bottom: 50px;
}

#info p {
  width: fit-content;
  margin: 10px;
  margin-top: 20px;
}

#info h2 {
  font-size: 32px;
  width: 100%;
  padding: 0;
}

#info h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f45592),
    to(#00f)
  );
  background: -moz-linear-gradient(left, from(#f45592), to(#00f));
  background: linear-gradient(left, from(#f45592), to(#00f));
}

#info h2 img {
  margin: 0 auto;
  display: inline;
  padding-right: 10px;
  width: 50px;
  position: relative;
  top: -5px;
}

#info tbody th {
  font-weight: bold;
  text-align: left;
  padding: 7px 11px;
  width: 48px;
}

#info table {
  width: 95%;
  margin: 30px auto;
  padding: 12px;
  border-collapse: collapse;
}

#info tbody {
  background-color: rgba(255, 255, 255, 0.45);
  padding: 10px;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
}

#info td {
  padding-left: 10px;
  padding-right: 10px;
}

.timetable {
  font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    sans-serif;
  text-align: center;
  margin-bottom: 68px;
}

.time-button {
  position: relative;
  display: block;
  width: 296px;
  padding: 15px;
  font-weight: bold;
  background-color: #fa7cab;
  border: 1px solid rgb(223, 114, 154);
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  /* text-transform: uppercase; */
  transform-style: flat;
  transition: all 250ms ease-out;
  box-shadow: 0 2px 17px rgba(255, 0, 130, 0.5);
  border-color: rgb(223, 114, 154);
  font-size: 17px;
  margin-top: 20px;
}

.time-button:hover {
  opacity: 0.8;
}

#goods .blu-ray {
  margin: 30px;
}

.ticket {
  display: flex;
}

#goods {
  background: url(vtl_img/bg_goods_sp.png);
  position: relative;
  width: 100%;
  background-size: contain;
  margin-bottom: 50px;
}

#goods h2 {
  width: 100%;
  padding: 0;
}

#goods h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f45592),
    to(#00f)
  );
  background: -moz-linear-gradient(left, from(#f45592), to(#00f));
  background: linear-gradient(left, from(#f45592), to(#00f));
}

#goods h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#fdcd5d),
    to(#f07240)
  );
  background: -moz-linear-gradient(left, from(#fdcd5d), to(#f07240));
  background: linear-gradient(left, from(#fdcd5d), to(#f07240));
}

#goods h2 img {
  margin: 0 auto;
  display: inline;
  padding-right: 10px;
  width: 50px;
  position: relative;
  top: -5px;
}

#goods div {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}

#goods div img {
  width: 100%;
}

#goods p {
  padding: 10px;
}

#goods_pc {
  padding: 10px;
}

#goods div ul li {
  padding: 10px;
}

#goods .lineup {
  text-align: center;
  font-size: large;
}

#goods .sp_ticket {
  width: 50%;
}

#attention {
  background: url(vtl_img/bg_att_sp.png);
  position: relative;
  width: 100%;
  background-size: contain;
  padding-bottom: 50px;
}

#attention h2 {
  width: 100%;
  padding: 0;
}

#attention h2::after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#6cd3a5),
    to(#c5ea96)
  );
  background: -moz-linear-gradient(left, from(#6cd3a5), to(#c5ea96));
  background: linear-gradient(left, from(#6cd3a5), to(#c5ea96));
}

#attention h2 img {
  margin: 0 auto;
  display: inline;
  padding-right: 10px;
  width: 50px;
  position: relative;
  top: -5px;
}

#attention div {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.45);
}

#attention div img {
  width: 100%;
}

#attention p {
  padding: 10px;
  line-height: 2.5em;
}

section#banner ul {
  margin-top: 50px;
  padding-bottom: 27px;
}

section#banner li {
  width: 80%;
  margin: 20px auto;
}

section#banner li img {
  width: 100%;
}

section#banner {
  background: url(jin_img/contents.png) no-repeat right 42%;
  background-size: 7%;
}

.footerbg {
  width: 100%;
}

footer {
  width: 100%;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#f455928c),
    to(#9f9bdbbf)
  );
  background-image: linear-gradient(45deg, #f455928c 0%, #9f9bdbbf 100%);
}

footer h2 {
  padding-top: 50px;
  padding-bottom: 97px;
  /* font-size: 32px; */
  text-align: center;
  color: white;
}

footer h2 img {
  width: 40vmin;
  margin: 0 auto;
}

img.twitter {
  position: absolute;
  margin: auto;
  top: 110px;
  left: 0;
  right: 100px;
  width: 40px;
}

img.youtube {
  position: absolute;
  margin: auto;
  top: 112px;
  right: 0;
  left: 77px;
  width: 40px;
}

p.copyRight {
  text-align: center;
  font-size: 10px;
  color: white;
  padding-bottom: 50px;
  letter-spacing: 0.4em;
  font-family: Copperplate;
}

/*ここからpc*/
@media screen and (min-width: 751px) {
  .onlySP {
    display: none;
  }
  .onlyPC {
    display: block;
  }
  span.onlyPC {
    display: inline;
  }
  span.onlySP {
    display: none;
  }
  div#wrapper {
    color: #737373;
    font-size: 12px;
    width: 100%;
    height: 100%;
  }

  h2 {
    font-family: rift, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 52px;
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }

  #mainVwrapper {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  #mainVwrapper .main {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  #mainVwrapper .mainLogo {
    position: absolute;
    /* top: 0; */
    left: 0;
    width: 43%;
    max-width: 370px;
    right: 0;
    bottom: 3%;
    margin: auto;
    display: none;
  }
  #mainVwrapper .copy1 {
    position: absolute;
    top: 12%;
    right: 0%;
    width: 9%;
  }
  #mainVwrapper .copy2 {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 10%;
  }

  .scroll {
    margin: 0px auto 50px auto;
    width: 18px;
  }

  .wrapperBottom {
    background: url(vtl_img/bg_pc_body.png);
    padding-top: 26px;
    background-position: top;
    /* height: 2809px;
    padding-bottom: 200px; */
  }

  #info dd {
    color: #2d2c7c;
    font-family: Copperplate, Copperplate Gothic Light, fantasy;
    font-weight: bold;
  }

  #info {
    position: relative;
    width: 100%;
    /* height: 472px; */
    background-size: contain;
    background: none;
    margin-bottom: 50px;
  }

  #info h2 {
    font-size: 52px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 25px;
  }

  #info .ticket-general {
    margin-top: 20px;
  }

  #info p {
    margin: 10px 30px 35px 60px;
  }

  a.btn-gradient-radius {
    margin: 0;
  }
  #info h2::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: none;
  }

  .whiteWrap {
    width: 750px !important;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.45) !important;
  }

  .timetable {
    font-family: "Yu Gothic", YuGothic, Verdana, "Hiragino Kaku Gothic ProN",
      "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
      sans-serif;
    text-align: center;
    padding-top: 13px;
    margin-bottom: 48px;
  }

  .blu-ray {
    margin: 40px 50px;
  }

  #info h2 img {
    margin: 0 auto;
    display: inline;
    padding-right: 19px;
    width: 50px;
    position: relative;
    top: -10px;
  }

  #info tbody th {
    font-weight: bold;
    text-align: left;
    padding: 13px 11px;
    width: 48px;
    padding-left: 70px;
  }

  #info table {
    font-size: 14px;
    width: 750px;
    padding: 12px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 22px;
  }

  #info tbody {
    background-color: initial;
    padding: 10px;
    border: none;
    box-sizing: border-box;
  }

  #info td {
    padding-left: 10px;
    padding-right: 94px;
  }

  #goods {
    background: none;
    position: relative;
    width: 100%;
    background-size: contain;
    margin-bottom: 50px;
  }

  #goods h2 {
    width: 100%;
    padding: 0;
  }

  #goods h2::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: none;
  }

  #goods h2 img {
    margin: 0 auto;
    display: inline;
    padding-right: 10px;
    width: 50px;
    position: relative;
    top: -5px;
  }

  #goods .goods_inner {
    margin: 30px 50px;
    background-color: initial;
  }

  #goods .goods_footer {
    margin: 10px 45px;
    background-color: initial;
  }

  #goods p {
    padding: 10px;
    line-height: 2.5em;
    font-size: 14px;
  }

  #goods_pc {
    margin: 0 auto;
  }

  #goods div img {
    width: 100%;
  }

  #goods p {
    padding: 10px;
    font-size: 14px;
  }

  #attention {
    background: none;
    position: relative;
    width: 100%;
    background-size: cover;
    margin-bottom: 50px;
  }

  #attention h2 {
    width: 100%;
    padding: 0;
  }

  #attention h2::after {
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    background: none;
  }

  #attention h2 img {
    margin: 0 auto;
    display: inline;
    padding-right: 10px;
    width: 50px;
    position: relative;
    top: -5px;
  }

  #attention div {
    margin: 10px 45px;
    background-color: initial;
  }

  #attention div img {
    width: 100%;
  }

  #attention p {
    padding: 10px;
    line-height: 2.5em;
    font-size: 14px;
  }

  section#banner ul {
    margin-top: 50px;
    padding-bottom: 27px;
  }

  section#banner li {
    width: 80%;
    margin: 20px auto;
  }

  section#banner li img {
    width: 100%;
  }

  section#banner {
    background: url(jin_img/contents.png) no-repeat right 42%;
    background-size: 7%;
  }

  .footerbg {
    width: 100%;
  }

  footer {
    width: 100%;
    position: relative;
    background-image: linear-gradient(45deg, #f45592 0%, #9f9bdb 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right bottom,
      from(#f455928c),
      to(#9f9bdbbf)
    );
  }

  footer h2 {
    padding-top: 50px;
    padding-bottom: 97px;
    text-align: center;
    color: white;
  }

  footer h2 img {
    width: 40vmin;
    margin: 0 auto;
  }

  img.twitter {
    position: absolute;
    margin: auto;
    top: 152px;
    left: 0;
    right: 100px;
    width: 40px;
  }

  img.youtube {
    position: absolute;
    margin: auto;
    top: 157px;
    right: 0;
    left: 77px;
    width: 40px;
  }

  p.copyRight {
    text-align: center;
    font-size: 10px;
    color: white;
    padding-bottom: 50px;
    letter-spacing: 0.4em;
    font-family: Copperplate;
  }
}
