@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #fff; }

p {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em; }

button, input {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em; }

h2 {
  width: 100%;
  max-width: 600px;
  margin: auto; }

h4 {
  font-size: 1.1em;
  font-weight: 700;
  text-align: center; }

h5 {
  background-color: #EE8FA9;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: 1em auto; }

@media screen and (min-width: 767px) {
  body {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt"; }

  p {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    max-width: 550px;
    margin: 1em auto; } }
body {
  width: 100%;
  overflow-x: hidden; }
  body img {
    width: 100%;
    height: auto;
    display: block; }

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding-top: 40px;
  background-color: #1A1F4F;
  background-image: url(../images/pt_main.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: 160px; }

section {
  display: block;
  position: relative;
  z-index: 1; }

.inner-wrap {
  padding: 0 3%;
  width: 88%;
  margin: 0 auto; }

.ac-bt {
  cursor: pointer; }

.white-wrap {
  width: calc(100% - 2em);
  max-width: 600px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.4); }

header {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 3;
  top: 0; }
  header:before {
    content: "";
    width: 100%;
    height: 0.4em;
    background-image: url(../images/gold.jpg);
    position: absolute;
    top: 100%;
    display: block; }
  header:after {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    display: block; }
  header .logo {
    display: block;
    width: 40%;
    max-width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    opacity: 0;
    transition: all 0.5s;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); }
  header #nav-bt {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); }
    header #nav-bt .menu-sp {
      display: block; }
    header #nav-bt .menu-pc {
      display: none; }
    header #nav-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  header nav {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: -100%; }
    header nav .nav-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(4px);
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      transition-delay: 0.3s; }
    header nav .nav-inner {
      width: calc(100% - 1em);
      max-width: 400px;
      height: calc(100vh - 100px);
      display: block;
      position: relative;
      background-color: #000;
      background-image: url(../images/nav_back.jpg);
      background-position: center bottom;
      background-size: cover;
      padding: 100px 1em 1em 0;
      z-index: 1; }
      header nav .nav-inner ul {
        width: 300px; }
        header nav .nav-inner ul li {
          position: relative;
          left: -100%;
          transition: 1s left ease; }
          header nav .nav-inner ul li a .disabled {
            pointer-events: none; }
    header nav.active {
      left: 0;
      opacity: 1; }
      header nav.active .nav-inner ul li {
        left: 0; }
      header nav.active .nav-bg {
        opacity: 1; }

.mv-wrap {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 2; }
  .mv-wrap:before {
    content: "";
    width: 100%;
    height: 0.4em;
    background-image: url(../images/gold.jpg);
    position: absolute;
    top: 100%;
    display: block; }

#mv {
  margin: auto;
  margin-top: 3em;
  background-repeat: repeat;
  background-position: center;
  background-size: 160px;
  max-width: 165vh;
  position: relative;
  z-index: 2; }
  #mv .mv-set {
    position: relative;
    width: 100%;
    padding-top: 55%;
    overflow: hidden;
    filter: blur(40px);
    transition: filter 0.5s; }
    #mv .mv-set.sharp {
      filter: blur(0); }
    #mv .mv-set .mv-parts {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-size: 120%;
      background-repeat: no-repeat;
      transform: scale(4);
      transform-origin: 77% 0%;
      transition: transform 1s; }
      #mv .mv-set .mv-parts.start {
        transform: scale(1); }
    #mv .mv-set #mv-back {
      background-image: url(../images/anim/back.jpg);
      background-position: top right;
      background-size: 100%;
      opacity: 0; }
    #mv .mv-set #mv-tri {
      background-image: url(../images/anim/tri.png);
      background-position: top center;
      background-size: 100%; }
    #mv .mv-set #mv-witch {
      background-image: url(../images/anim/witch.png);
      background-size: 100%;
      background-position: top right; }
    #mv .mv-set #mv-mami {
      background-image: url(../images/anim/mami.png);
      background-position: top center; }
    #mv .mv-set #mv-kyoko {
      background-image: url(../images/anim/kyoko.png);
      background-position: top center; }
    #mv .mv-set #mv-sayaka {
      background-image: url(../images/anim/sayaka.png);
      background-position: top center; }
    #mv .mv-set #mv-homura {
      background-image: url(../images/anim/homura.png);
      background-position: top center; }
    #mv .mv-set #mv-madoka {
      background-image: url(../images/anim/madoka.png);
      background-position: top center; }
    #mv .mv-set #mv-color {
      background-image: url(../images/anim/color.png);
      background-position: center; }
    #mv .mv-set #mv-cover {
      background-image: url(../images/anim/cover.png);
      background-position: center; }

.pubt {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e1c3e0+17,a64da3+69,943d91+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1c3e0 17%, #a64da3 69%, #943d91 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1c3e0 17%, #a64da3 69%, #943d91 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e1c3e0 17%, #a64da3 69%, #943d91 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#943d91', GradientType=0);
  /* IE6-9 */
  padding: 1em;
  text-align: center;
  width: calc(80% - 2px);
  margin: auto;
  border-radius: 4em;
  max-width: 300px;
  font-size: 1.1em;
  border: 1px solid #FFD7EC; }

#float-nav {
  position: fixed;
  width: 100px;
  height: auto;
  z-index: 3;
  right: 0;
  bottom: 0; }
  #float-nav .sns {
    width: 50px;
    margin-left: auto;
    margin-right: 1em; }
    #float-nav .sns .sns-bt {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
      margin-bottom: 4px;
      opacity: 0; }
      #float-nav .sns .sns-bt:hover {
        filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  #float-nav .ticket-shortcut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0; }
    #float-nav .ticket-shortcut:after {
      content: none;
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../images/ticket_bt_on.png);
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      user-select: none;
      pointer-events: none; }
    #float-nav .ticket-shortcut:hover {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
      transform: scale(1.2); }
      #float-nav .ticket-shortcut:hover:after {
        content: ""; }

#bg {
  display: none; }

.sp-ticket {
  margin: 0em auto 1em; }
  .sp-ticket .white-wrap {
    padding: 1em 0; }
  .sp-ticket .sp-ticket-name {
    width: 100%;
    margin: 1em auto; }

.earlybird {
  margin: 2em auto;
  width: 90%;
  max-width: 400px; }

#about {
  margin: 1em auto; }
  #about .point-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em; }
    #about .point-wrap .point-sin {
      width: 30%;
      background-color: #fff;
      border: 2px solid #C59B38; }
  #about .playstyle-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em; }
    #about .playstyle-wrap .playstyle-sin {
      width: 30%;
      text-align: center; }
      #about .playstyle-wrap .playstyle-sin p {
        margin-bottom: 0;
        margin-top: 0.5em;
        line-height: 1.4em; }
  #about .walpurgis {
    max-width: 50em;
    margin: 1em auto; }
  #about .for-beginer .ac-wrap {
    position: relative; }
    #about .for-beginer .ac-wrap .ac-bt {
      position: relative; }
      #about .for-beginer .ac-wrap .ac-bt:after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 0.5em;
        background-image: url(../images/tri.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        bottom: 1em;
        left: 0;
        right: 0%;
        padding-top: -1em; }
      #about .for-beginer .ac-wrap .ac-bt.active:after {
        transform: rotate(180deg); }
      #about .for-beginer .ac-wrap .ac-bt:hover {
        filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
    #about .for-beginer .ac-wrap .white-wrap {
      padding-top: 4em;
      margin-top: -2em;
      padding-bottom: 1em;
      display: none; }
  #about .for-beginer ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    #about .for-beginer ul li .list-thum {
      width: calc(50% - 1em);
      margin-right: 1em; }
    #about .for-beginer ul li .list-desc {
      width: 50%; }
      #about .for-beginer ul li .list-desc .step-num {
        padding-bottom: 0.3em;
        margin-bottom: 0.3em;
        border-bottom: 0.2em solid #fff; }
        #about .for-beginer ul li .list-desc .step-num img {
          width: 50%;
          max-width: 180px; }
      #about .for-beginer ul li .list-desc a {
        color: #fbe663; }

#slideshow {
  margin-top: 4em;
  width: 100%;
  height: auto; }
  #slideshow span {
    width: 100%;
    display: block;
    text-align: center;
    margin: 1em 0; }

#corona {
  margin: 2em auto 3em; }
  #corona .ac-wrap {
    position: relative; }
    #corona .ac-wrap .ac-bt {
      position: relative;
      background-color: #C9A54F;
      color: #fff;
      text-align: center;
      padding: 1em 0;
      width: calc(100% - 2em);
      margin: auto; }
      #corona .ac-wrap .ac-bt:after {
        content: "";
        display: inline-block;
        width: 1em;
        height: 0.5em;
        background-image: url(../images/tri.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        bottom: 1em;
        left: 0;
        right: 0%;
        padding-top: -1em; }
      #corona .ac-wrap .ac-bt.active:after {
        transform: rotate(180deg); }
    #corona .ac-wrap .white-wrap {
      padding-top: 3em;
      margin-top: -2em;
      padding-bottom: 1em;
      display: none; }
      #corona .ac-wrap .white-wrap li {
        margin-bottom: 0.4em; }

#story .story-wrap {
  width: calc(100% - 2em);
  padding: 1em;
  max-width: 800px;
  margin: auto; }
  #story .story-wrap .story-frame {
    position: relative; }
    #story .story-wrap .story-frame .frame-top {
      width: 100%;
      display: flex; }
      #story .story-wrap .story-frame .frame-top:before, #story .story-wrap .story-frame .frame-top:after {
        content: "";
        display: block;
        width: 50%;
        padding-top: 10%;
        background-size: 200%;
        background-repeat: no-repeat; }
      #story .story-wrap .story-frame .frame-top:before {
        background-image: url(../images/frame_top_left.png);
        background-position: left top; }
      #story .story-wrap .story-frame .frame-top:after {
        background-image: url(../images/frame_top_right.png);
        background-position: right top; }
    #story .story-wrap .story-frame .frame-main {
      width: 100%;
      height: 100%;
      display: flex;
      position: relative; }
      #story .story-wrap .story-frame .frame-main:before, #story .story-wrap .story-frame .frame-main:after {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        background-size: 200%;
        background-repeat: repeat-y;
        position: absolute; }
      #story .story-wrap .story-frame .frame-main:before {
        background-image: url(../images/frame_middle_left.png);
        background-position: left center;
        left: 0; }
      #story .story-wrap .story-frame .frame-main:after {
        background-image: url(../images/frame_middle_right.png);
        background-position: right center;
        right: 0; }
      #story .story-wrap .story-frame .frame-main .frame-contents {
        max-height: auto;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: auto; }
        #story .story-wrap .story-frame .frame-main .frame-contents .frame-text-1 {
          width: 80%;
          margin: auto;
          max-height: 100px;
          padding-bottom: 2em; }
          #story .story-wrap .story-frame .frame-main .frame-contents .frame-text-1 p {
            color: #D9BA72; }
        #story .story-wrap .story-frame .frame-main .frame-contents .frame-text-2 {
          width: 80%;
          margin: auto;
          max-height: 570px;
          padding-bottom: 2em;
          display: none; }
          #story .story-wrap .story-frame .frame-main .frame-contents .frame-text-2 p {
            color: #D9BA72; }
        #story .story-wrap .story-frame .frame-main .frame-contents .readmore {
          width: 100%;
          background: none;
          position: absolute;
          bottom: 0;
          height: 3em;
          background-image: url(../images/readmore.svg);
          background-size: 130px;
          background-position: center bottom;
          background-repeat: no-repeat;
          cursor: pointer; }
        #story .story-wrap .story-frame .frame-main .frame-contents.active .frame-text-2 {
          display: block; }
        #story .story-wrap .story-frame .frame-main .frame-contents.active .readmore {
          background-image: url(../images/readclose.svg); }
    #story .story-wrap .story-frame .frame-bottom {
      width: 100%;
      display: flex; }
      #story .story-wrap .story-frame .frame-bottom:before, #story .story-wrap .story-frame .frame-bottom:after {
        content: "";
        display: block;
        width: 50%;
        padding-top: 10%;
        background-size: 200%;
        background-repeat: no-repeat; }
      #story .story-wrap .story-frame .frame-bottom:before {
        background-image: url(../images/frame_bottom_left.png);
        background-position: left bottom; }
      #story .story-wrap .story-frame .frame-bottom:after {
        background-image: url(../images/frame_bottom_right.png);
        background-position: right bottom; }

.commentary .ac-wrap {
  position: relative; }
  .commentary .ac-wrap .ac-bt {
    position: relative; }
    .commentary .ac-wrap .ac-bt:after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 0.5em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      bottom: 1em;
      left: 0;
      right: 0%;
      padding-top: -1em; }
    .commentary .ac-wrap .ac-bt.active:after {
      transform: rotate(180deg); }
    .commentary .ac-wrap .ac-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  .commentary .ac-wrap .white-wrap {
    padding-top: 4em;
    margin-top: -2em;
    padding-bottom: 1em;
    display: none; }
.commentary ul li {
  display: block;
  align-items: center;
  margin-bottom: 1em; }
  .commentary ul li span {
    font-weight: 600; }
  .commentary ul li .list-thum {
    width: calc(50% - 1em);
    margin-right: 1em; }
  .commentary ul li .list-desc {
    width: 50%; }
    .commentary ul li .list-desc .step-num {
      padding-bottom: 0.3em;
      margin-bottom: 0.3em;
      border-bottom: 0.2em solid #fff; }
      .commentary ul li .list-desc .step-num img {
        width: 50%;
        max-width: 180px; }
    .commentary ul li .list-desc a {
      color: #fbe663; }

#character .chara-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #character .chara-wrap .chara-sin {
    width: 50%;
    max-width: 200px;
    position: relative; }
    #character .chara-wrap .chara-sin .chara-plus {
      content: "";
      display: block;
      width: 22%;
      height: 0;
      padding-top: 22%;
      position: absolute;
      top: 3%;
      right: 10%; }
    #character .chara-wrap .chara-sin a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #character .chara-wrap .chara-sin:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
#character .ac-wrap {
  position: relative; }
  #character .ac-wrap .ac-bt {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 400px; }
    #character .ac-wrap .ac-bt:after {
      content: "";
      display: block;
      width: 2em;
      height: 1.5em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      bottom: 1em;
      left: 0;
      right: 0%;
      margin: auto; }
    #character .ac-wrap .ac-bt.active:after {
      transform: rotate(180deg); }
    #character .ac-wrap .ac-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  #character .ac-wrap .white-wrap {
    padding-top: 5em;
    margin-top: -4em;
    padding-bottom: 1em;
    display: none; }
    #character .ac-wrap .white-wrap a {
      color: #FFF12D;
      text-decoration: underline; }
#character #svod {
  margin: 2em auto;
  text-align: center; }
  #character #svod h5 {
    background-color: #8A38A7; }
  #character #svod .svod-bt {
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cd5ed5+27,8a2bc8+55,903eac+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #cd5ed5 27%, #8a2bc8 55%, #903eac 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #cd5ed5 27%, #8a2bc8 55%, #903eac 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #cd5ed5 27%, #8a2bc8 55%, #903eac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#903eac', GradientType=0);
    /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 1em;
    width: 240px;
    margin: 0.5em auto;
    border-radius: 4em;
    border: 1px solid #AA2FC8; }
    #character #svod .svod-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }

#news {
  margin-bottom: 3em; }
  #news .news-wrap {
    max-width: 600px;
    margin: auto; }
    #news .news-wrap li {
      position: relative;
      padding: 1em;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.4);
      margin-bottom: 0.5em; }
      #news .news-wrap li .date {
        display: block;
        text-align: center;
        font-size: 0.9em; }
      #news .news-wrap li a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }

#ticket-info .white-wrap {
  padding: 1em 0;
  margin-bottom: 1em; }
#ticket-info table {
  width: calc(100% - 2px);
  font-size: 10px; }
  #ticket-info table th,
  #ticket-info table td {
    border: 1px solid #FFDD54;
    background-color: #fff;
    color: #D9BA72;
    text-align: center;
    padding: 1em 0.5em;
    line-height: 1.4em; }
    #ticket-info table th.none,
    #ticket-info table td.none {
      border: none;
      background: none; }
  #ticket-info table th {
    background: #77357E;
    color: #fff; }
    #ticket-info table th:first-of-type {
      width: 48px; }
    #ticket-info table th.season {
      background: #D2AF4F;
      padding: 0.5em; }
    #ticket-info table th.stu {
      background: #BB9ECE; }
  #ticket-info table td {
    font-size: 1.5em;
    font-weight: 700; }
    #ticket-info table td span {
      font-weight: 500;
      font-size: 0.8em; }

#ticket {
  margin-top: 2em;
  margin-bottom: 4em; }
  #ticket .ac-wrap .ac-bt {
    background: #ffd7ec;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffd7ec 0%, #e5b9d5 8%, #d3a3c5 28%, #b37da8 59%, #975b8e 91%, #874880 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffd7ec 0%, #e5b9d5 8%, #d3a3c5 28%, #b37da8 59%, #975b8e 91%, #874880 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffd7ec 0%, #e5b9d5 8%, #d3a3c5 28%, #b37da8 59%, #975b8e 91%, #874880 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd7ec', endColorstr='#874880', GradientType=0);
    /* IE6-9 */
    padding: 1em;
    text-align: center;
    position: relative;
    margin: 1em auto;
    width: calc(100% - 4em);
    max-width: calc(600px - 2em);
    border: 1px solid #67317E; }
    #ticket .ac-wrap .ac-bt .status-icon {
      content: "";
      width: 210px;
      height: 7.5em;
      position: absolute;
      background-image: url(../images/status_icon_01.png);
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center;
      bottom: 0em;
      left: -25%; }
    #ticket .ac-wrap .ac-bt .status-icon-2 {
      content: "";
      width: 210px;
      height: 7.5em;
      position: absolute;
      background-image: url(../images/status_icon_02.png);
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center;
      bottom: 0em;
      left: -25%; }
    #ticket .ac-wrap .ac-bt .status-icon-3 {
      content: "";
      width: 210px;
      height: 7.5em;
      position: absolute;
      background-image: url(../images/status_icon_03.png);
      background-repeat: no-repeat;
      background-size: 40%;
      background-position: center;
      bottom: 0em;
      left: -25%; }
    #ticket .ac-wrap .ac-bt::before {
      content: "";
      display: inline-block;
      width: 3em;
      height: 3.5em;
      position: absolute;
      background-image: url(../images/ticket_ornament.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      bottom: 0em;
      left: 1%; }
    #ticket .ac-wrap .ac-bt::after {
      content: "";
      display: inline-block;
      width: 3em;
      height: 3.5em;
      position: absolute;
      background-image: url(../images/ticket_ornament_2.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      bottom: 0em;
      right: 1%; }
    #ticket .ac-wrap .ac-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
    #ticket .ac-wrap .ac-bt .area:after {
      content: "";
      display: inline-block;
      width: 1.5em;
      height: 1em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      bottom: 0em;
      left: 0;
      right: 0%;
      margin-top: 0.5em; }
    #ticket .ac-wrap .ac-bt .area.active:after {
      transform: rotate(180deg); }
    #ticket .ac-wrap .ac-bt .area .term {
      background: #fff;
      color: #8A408F;
      padding: 0.5em;
      border-radius: 2em;
      font-size: 0.8em;
      width: 200px;
      margin: auto;
      margin-top: 0.5em; }
  #ticket .ac-wrap .white-wrap {
    padding: 1em 0;
    display: none; }
  #ticket .ac-wrap .map {
    width: 100%;
    height: 200px;
    margin-bottom: 1em; }
    #ticket .ac-wrap .map iframe {
      width: 100%;
      height: 100%; }
  #ticket .ac-wrap .address {
    margin-bottom: 1em; }
  #ticket .ac-wrap .access {
    margin-bottom: 1em; }
  #ticket .ac-wrap .danin {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 1em; }
    #ticket .ac-wrap .danin:hover {
      opacity: 0.7; }
  #ticket .ac-wrap .danin-stage {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1em;
    border: .2rem solid #1A1F4F; }
    #ticket .ac-wrap .danin-stage p {
      text-align: center;
      margin-top: 1em; }
    #ticket .ac-wrap .danin-stage h5 {
      background-color: #1A1F4F;
      padding: 1em;
      max-width: 120px; }
      #ticket .ac-wrap .danin-stage h5:hover {
        opacity: 0.7; }

.pre-bt:hover {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }

#web-nazo {
  margin-bottom: 40px; }
  #web-nazo h2 {
    margin: 3em auto 20px; }
  #web-nazo .ac-wrap {
    position: relative;
    margin-bottom: 40px; }
    #web-nazo .ac-wrap .ac-bt {
      position: relative;
      margin: auto;
      width: 90%;
      max-width: 400px; }
      #web-nazo .ac-wrap .ac-bt:after {
        content: "";
        display: block;
        width: 2em;
        height: 1.5em;
        background-image: url(../images/tri.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        bottom: 1em;
        left: 0;
        right: 0%;
        margin: auto; }
      #web-nazo .ac-wrap .ac-bt.active:after {
        transform: rotate(180deg); }
      #web-nazo .ac-wrap .ac-bt:hover {
        filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
    #web-nazo .ac-wrap .white-wrap {
      padding-top: 5em;
      margin-top: -4em;
      padding-bottom: 1em;
      display: none;
      max-width: 800px; }
      #web-nazo .ac-wrap .white-wrap .inner-wrap {
        padding: 0 3%;
        width: 94%; }
  #web-nazo .ans-box {
    width: 90%;
    margin: auto;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #web-nazo .ans-box input {
      background: #fff;
      border: solid 2px #77357e;
      border-radius: 2px;
      padding: 0.5em;
      width: calc(100% - 10em - 4px);
      margin-top: 1em;
      margin-right: 0.5em;
      margin-left: 0.5em; }
  #web-nazo button {
    margin: 0.5em auto 0;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em; }
  #web-nazo .hint-box {
    margin-top: 1em; }
    #web-nazo .hint-box p {
      text-align: center;
      margin-bottom: 8px; }
    #web-nazo .hint-box ul {
      display: flex;
      justify-content: center; }
      #web-nazo .hint-box ul li {
        border: solid 1px #fff;
        color: #fff;
        margin: 4px;
        line-height: 1;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition-duration: .1s; }
        #web-nazo .hint-box ul li:hover {
          border: solid 1px #77357e;
          background: #77357e; }
        #web-nazo .hint-box ul li.btn-active {
          border: solid 1px #77357e;
          background: #77357e;
          pointer-events: none; }
  #web-nazo .hint-text-box {
    border: solid 1px #fff;
    display: none;
    padding: 1em;
    width: calc(100% - 2em - 2px);
    margin-top: 1em;
    background: #77357e; }
    #web-nazo .hint-text-box.active {
      display: block; }

#answer-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(102, 73, 199, 0.75); }
  #answer-pop .answer-wrap {
    background: #fff;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(96% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    border: solid 4px #d8b666; }
    #answer-pop .answer-wrap span {
      margin: 0.5em auto;
      display: block;
      text-align: center;
      color: #333; }
  #answer-pop .close-bt {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
    #answer-pop .close-bt:hover {
      filter: brightness(1.2); }
  #answer-pop .true {
    display: none; }
    #answer-pop .true .sns-share {
      display: flex;
      align-items: center;
      justify-content: center; }
      #answer-pop .true .sns-share .sns-bt {
        max-width: 80px;
        margin: 0 4px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        #answer-pop .true .sns-share .sns-bt:hover {
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  #answer-pop .false {
    display: none; }

#about-rdgame .ac-wrap {
  position: relative; }
  #about-rdgame .ac-wrap .ac-bt {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 400px; }
    #about-rdgame .ac-wrap .ac-bt:after {
      content: "";
      display: block;
      width: 2em;
      height: 1.5em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      bottom: 1em;
      left: 0;
      right: 0%;
      margin: auto; }
    #about-rdgame .ac-wrap .ac-bt.active:after {
      transform: rotate(180deg); }
    #about-rdgame .ac-wrap .ac-bt:hover {
      filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
  #about-rdgame .ac-wrap .white-wrap {
    padding-top: 5em;
    margin-top: -4em;
    padding-bottom: 1em;
    display: none; }
    #about-rdgame .ac-wrap .white-wrap .inner-wrap .youtube {
      margin-bottom: 1em;
      text-align: center; }
    #about-rdgame .ac-wrap .white-wrap .inner-wrap a {
      color: #FFF12D;
      text-decoration: underline; }

#caution h2 {
  margin: 3em auto 0; }
#caution .inner-wrap h4 {
  background-color: #77357E;
  padding: 0.5em 1em;
  border-radius: 4em;
  margin: 1em auto; }
#caution .inner-wrap ul {
  max-width: 90%;
  margin: auto; }
  #caution .inner-wrap ul a {
    color: #FFF12D;
    text-decoration: underline; }

#readme .inner-wrap ul {
  max-width: 90%;
  margin: auto; }
  #readme .inner-wrap ul .q {
    font-weight: 600;
    text-decoration: underline;
    margin: 1em auto; }
    #readme .inner-wrap ul .q:after {
      content: "";
      display: inline-block;
      width: 1em;
      height: 0.5em;
      background-image: url(../images/tri.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      bottom: 1em;
      left: 0;
      right: 0%;
      padding-top: -1em; }
    #readme .inner-wrap ul .q.active:after {
      transform: rotate(180deg); }
  #readme .inner-wrap ul .ans {
    display: none;
    font-weight: 400; }
    #readme .inner-wrap ul .ans a {
      color: #FFF12D;
      text-decoration: underline; }
#readme .inner-wrap h3 {
  margin-top: 3em; }
#readme .inner-wrap table {
  border: 1px solid #fff;
  margin: 1em auto 3em auto; }
  #readme .inner-wrap table tr th {
    color: #fff;
    border: 1px solid #fff;
    padding: 1em;
    background-color: #77357E;
    font-weight: 300;
    text-align: center;
    width: 7em;
    font-size: 15px; }
  #readme .inner-wrap table tr td {
    color: #fff;
    border: 1px solid #fff;
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 300;
    text-align: center;
    font-size: 15px; }

#tw-madomagi .inner-wrap a {
  display: block;
  color: #fff;
  background: #FEFEFE;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FEFEFE 0%, #5EA5D5 40%, #2B89C8 80%, #1E82C5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FEFEFE 0%, #5EA5D5 40%, #2B89C8 80%, #1E82C5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FEFEFE 0%, #5EA5D5 40%, #2B89C8 80%, #1E82C5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#1E82C5', GradientType=0);
  /* IE6-9 */
  padding: 1em;
  text-align: center;
  margin: 3em auto;
  width: calc(82% - 4em);
  max-width: calc(600px - 2em);
  border-radius: 4em;
  border: 2px solid #5DA3FF; }
  #tw-madomagi .inner-wrap a:hover {
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }

#goods .goods-wrap {
  margin-bottom: 2em;
  padding: 0; }
  #goods .goods-wrap .goods-sin {
    width: calc(100% - 2em);
    margin: 1em auto;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1em; }
    #goods .goods-wrap .goods-sin .goods-name {
      margin: 0 0 0.5em;
      padding: 0.5em 0;
      border-bottom: dashed 3px #fff; }
    #goods .goods-wrap .goods-sin .price {
      margin-top: 0.5em; }
    #goods .goods-wrap .goods-sin .goods-desc {
      font-size: 0.8em; }
    #goods .goods-wrap .goods-sin.special-goods {
      background-color: rgba(255, 0, 189, 0.65); }
      #goods .goods-wrap .goods-sin.special-goods .goods-name {
        font-weight: 600; }
      #goods .goods-wrap .goods-sin.special-goods .goods-img {
        margin-bottom: 0.5em; }

footer {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  padding-top: 40px;
  background-image: url(../images/pt_footer.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 160px; }
  footer:before {
    content: "";
    width: 100%;
    height: 0.8em;
    background-image: url(../images/gold.jpg);
    position: absolute;
    top: 0;
    display: block; }
  footer .rdg-logo {
    max-width: 200px;
    margin: auto;
    margin-bottom: 2em; }
  footer a {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 1em; }
    footer a:hover {
      opacity: 0.7; }
  footer .credit {
    text-align: center;
    width: 11em;
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  #mv {
    background-color: #1A1F4F; } }
@media screen and (min-width: 767px) {
  body {
    background: url(../images/back_pc.jpg) center center no-repeat;
    background-attachment: fixed; }

  #bg {
    display: block;
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2);
    animation: flash-anime 5s linear infinite; }
  @keyframes flash-anime {
    0% {
      opacity: 1; }
    50% {
      opacity: 1; }
    51% {
      opacity: 0.6; }
    52% {
      opacity: 1; }
    75% {
      opacity: 1; }
    76% {
      opacity: 1.2; }
    77% {
      opacity: 1; }
    78% {
      opacity: 0.8; }
    79% {
      opacity: 1; } }
  main {
    max-width: 900px;
    margin: auto; }

  header {
    height: 50px; }
    header #nav-bt {
      width: 180px;
      height: auto;
      position: absolute;
      top: 0em;
      right: 0em;
      z-index: 3;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); }
      header #nav-bt .menu-sp {
        display: none; }
      header #nav-bt .menu-pc {
        display: block; }
      header #nav-bt:hover {
        filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.6)) brightness(1.2); }
    header .logo {
      width: 12%;
      opacity: 0;
      transition: all 0.5s;
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4)); }

  #float-nav {
    width: 140px; }
    #float-nav .sns {
      width: 70px; }

  #mv {
    display: block;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 2em; }

  #about .walpurgis h3 {
    width: 80%;
    margin: auto;
    text-align: center; }
  #about .point-wrap .point-sin {
    width: 25%; }
  #about .playstyle-wrap .playstyle-sin {
    width: 25%; }

  .for-beginer h3 {
    width: 80%;
    margin: auto;
    text-align: center; }

  #corona h3 {
    width: 80%;
    margin: auto;
    text-align: center; }
  #corona .ac-wrap .ac-bt {
    max-width: calc(83% - 2em); }

  #story .story-wrap .story-frame .frame-main .frame-contents .frame-text-1 {
    padding-bottom: 0.5em; }

  #character .chara-wrap {
    width: 80%;
    margin: auto; }
  #character #svod h3 {
    width: 80%;
    margin: auto;
    text-align: center; }
  #character #svod h5 {
    max-width: 30em; }

  #ticket h3 {
    width: 80%;
    margin: auto;
    text-align: center; }
  #ticket .ac-wrap .ac-bt .status-icon {
    background-size: 53%;
    left: -17%; }
  #ticket .ac-wrap .ac-bt .status-icon-2 {
    background-size: 53%;
    left: -17%; }
  #ticket .ac-wrap .ac-bt .status-icon-3 {
    background-size: 53%;
    left: -17%; }
  #ticket .ac-wrap .ac-bt .danin {
    max-width: 370px; }
  #ticket .ac-wrap .ac-bt .danin-stage {
    max-width: 370px; }
    #ticket .ac-wrap .ac-bt .danin-stage h5 {
      padding: 0.5em;
      max-width: 130px; }
  #ticket .ac-wrap h4:after {
    margin: 9px 0 0 4px; }

  #ticket-info table td {
    font-size: 2em; }

  #tw-madomagi .inner-wrap a {
    width: calc(44% - 4em); }

  #readme .inner-wrap h3 {
    margin-top: 3em; }
  #readme .inner-wrap table tr th {
    font-size: 16px;
    width: 10em; }
  #readme .inner-wrap table tr td {
    font-size: 16px; }

  #goods .goods-wrap {
    display: flex;
    flex-wrap: wrap; }
    #goods .goods-wrap .goods-sin {
      width: calc(50% - 3em);
      margin: 0.5em;
      background-color: rgba(255, 255, 255, 0.4);
      padding: 1em; } }
@media screen and (min-width: 999px) {
  #header nav .nav-inner {
    max-width: 450px; }
    #header nav .nav-inner ul {
      width: 350px; }

  #corona h3 {
    width: 80%;
    margin: auto;
    text-align: center; }
  #corona .ac-wrap .ac-bt {
    max-width: calc(71% - 2em); } }
/*=========modaal===========*/
.modaal-container {
  background: none; }

.modaal-gallery-item {
  overflow: hidden;
  max-width: 500px; }
  .modaal-gallery-item img {
    width: 120% !important;
    margin: 0 -10%; }

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 5%;
  right: 6%;
  background: #77357E;
  border-radius: 0.7em; }

/*=========ticketapi===========*/
.ticketWrap {
  margin: 0 auto;
  padding: 20px 3% 20px 3%;
  position: relative;
  width: 94%;
  transition: height 0.7s; }

.ticketWrap .naviBox {
  height: 80px;
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden; }

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 80px;
  background: #894B82;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0%; }

.ticketWrap .naviBox .prevBtn:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -8px 0 0 -3px;
  position: absolute; }

.ticketWrap .naviBox .nextBtn {
  width: 50px;
  height: 80px;
  background: #894B82;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0%; }

.ticketWrap .naviBox .nextBtn:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -10px;
  position: absolute; }

.ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
  opacity: 0.7; }

.ticketWrap .naviBox .prevBtn span,
.ticketWrap .naviBox .nextBtn span {
  display: none; }

.ticketWrap .naviBox .comm {
  width: 100%;
  top: 25px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: none; }

.ticketWrap .naviBox ul {
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  position: relative; }

.ticketWrap .naviBox ul::-webkit-scrollbar {
  height: 0; }

.ticketWrap .naviBox ul li {
  margin: 0 2px 0 0;
  position: relative;
  cursor: pointer;
  opacity: 0.85; }

.ticketWrap .naviBox ul li .scheduleBox {
  background: #ffffff;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  color: #676767;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.ticketWrap .naviBox ul li.cr {
  opacity: 1.0; }

.ticketWrap .naviBox ul li.cr .scheduleBox {
  background: #fbe663; }

.ticketWrap .naviBox ul li .scheduleBox:hover {
  opacity: 0.7; }

.ticketWrap .naviBox ul li .scheduleBox .date {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  top: 28px; }

.ticketWrap .naviBox ul li .scheduleBox .state {
  bottom: 10px;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #676767;
  margin-top: 10px; }

.ticketWrap .naviBox ul li .scheduleBox .state span {
  font-size: 10px;
  font-weight: 500; }

.ticketWrap .naviBox ul li .scheduleBox.present .state span {
  color: #32b16c; }

.ticketWrap .naviBox ul li .scheduleBox.present .state span:before {
  content: "○"; }

.ticketWrap .naviBox ul li .scheduleBox.sold .state {
  color: #9d9d9d; }

.ticketWrap .naviBox ul li .scheduleBox.sold .state span:before {
  content: "✕"; }

.ticketWrap .naviBox ul li .scheduleBox.few .state {
  color: #960b0b; }

.ticketWrap .naviBox ul li .scheduleBox.few .state span:before {
  content: "△"; }

.ticketWrap .detailsWrap {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s 0.2s; }

.ticketWrap .detailsWrap.loading {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s; }

.ticketWrap .detailsBox .tit {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1;
  color: #D2AF4F;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  .ticketWrap .detailsBox .tit p {
    margin-bottom: 0; }

.ticketWrap .detailsBox .tit .tit01 {
  font-size: 25px;
  margin-right: 5px;
  padding-bottom: 2px; }

.ticketWrap .detailsBox .details {
  background: #430e48;
  padding: 2%; }
  .ticketWrap .detailsBox .details h4:after {
    display: none; }

.ticketWrap .detailsBox .details h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 2px solid #bfbfbf;
  position: relative; }

.ticketWrap .detailsBox .details a.scrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  color: #0e70bb;
  font-size: 15px; }

.ticketWrap .detailsBox .details .no_events {
  text-align: center;
  margin: 50px auto;
  opacity: 0.5; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .naviBox ul li .scheduleBox:hover {
    opacity: 1.0; }

  .ticketWrap .detailsBox .details h4 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    border-bottom: 2px solid #bfbfbf;
    position: relative;
    line-height: 2.0; }

  .ticketWrap .detailsBox .details a.scrap {
    position: relative;
    right: 0;
    text-align: right; }

  .ticketWrap .naviBox .prevBtn:hover,
  .ticketWrap .naviBox .nextBtn:hover {
    opacity: 1.0; } }
/*====================*/
.ticketWrap .detailsBox .details a.scrap:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0e70bb;
  border-right: solid 2px #0e70bb;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 0px;
  position: absolute; }

.ticketWrap .detailsBox .details a.scrap:hover {
  text-decoration: none;
  opacity: 0.7; }

.ticketWrap .detailsBox .details ul {
    /*
						margin-left: -15px;
						margin-right: -15px;
						list-style: none;
						display: block;
						margin: 0 -5px;
						padding: 0;
						margin-bottom: 50px;
*/
  width: 102%;
  list-style: none;
  display: block;
  margin-bottom: 50px;
  margin-top: 2%; }

.ticketWrap .detailsBox .details ul:before,
.ticketWrap .detailsBox .details ul:after {
  content: " ";
  display: table; }

.ticketWrap .detailsBox .details ul:after {
  clear: both; }

.ticketWrap .detailsBox .details ul li {
    /*
						position: relative;
						float: left;
						width: 23%;
						min-height: 1px;
						padding-left: 15px;
						padding-right: 15px;
						padding: 0 0 0 5px;
						margin: 15px 10px 0 0;
*/
  position: relative;
  float: left;
  width: 23%;
  min-height: 1px;
  margin-right: 2%;
  margin-top: 2%; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details ul li {
    position: relative;
    float: left;
    width: 94%;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 15px auto 0 auto; }

  .ticketWrap .detailsBox .details a.scrap:hover {
    text-decoration: none;
    opacity: 1.0; } }
/*====================*/
.ticketWrap .detailsBox .details ul li .scheduleBox {
  position: relative;
  padding: 1em 8%;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

.ticketWrap .detailsBox .details ul li .scheduleBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff; }

.ticketWrap .detailsBox .details ul li .scheduleBox .time {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px; }

.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  /* 							margin-left: 10px; */ }

.ticketWrap .detailsBox .details ul li .scheduleBox:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details ul li .scheduleBox.present {
  background: #32b16c; }

.ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
  content: "○"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
  background: #969696; }

.ticketWrap .detailsBox .details ul li .scheduleBox.sold .state span:before {
  content: "✕"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.few {
  background: #960b0b; }

.ticketWrap .detailsBox .details ul li .scheduleBox.few .state span:before {
  content: "△"; }

.ticketWrap .detailsBox .details ul li .scheduleBox.remaining {
  color: #f84141; }

.ticketWrap .detailsBox .details .buyWrap {
  width: 100%;
  margin: 20px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.ticketWrap .detailsBox .details .buyWrap .ticketBox {
  width: 48%; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .buyWrap {
    width: 100%;
    margin: 20px auto 0 auto;
    display: block; }

  .ticketWrap .detailsBox .details .buyWrap .ticketBox {
    width: 100%;
    margin: 0 0 0 0; }

  .ticketWrap .detailsBox .details ul li .scheduleBox:hover {
    opacity: 1.0; } }
/*====================*/
.ticketWrap .detailsBox .details .ticketBox {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -7px 0 -7px; }

.ticketWrap .detailsBox .details .ticketBox:before,
.ticketWrap .detailsBox .details .ticketBox:after {
  content: " ";
  display: table; }

.ticketWrap .detailsBox .details .ticketBox:after {
  clear: both; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 15px;
  padding: 0 7px 0 7px; }

.ticketWrap .detailsBox .details .ticketBox .ticket-item:last-child {
  margin-bottom: 0; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem:nth-of-type(2n) + div.ticketItem {
  clear: left; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
  font-size: 10px;
  margin: 0; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket {
  display: block;
  margin: 0 0 15px 0;
  padding: 10px 2% 10px 2%;
  width: 96%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ffffff; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap {
  background: #f34f49; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus {
  background: #e85298; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia {
  background: #36c; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover {
  opacity: 0.7; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson {
  background: #1a9fdd; }

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
  opacity: 0.7; }

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover,
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
    opacity: 1.0; } }
/*====================*/

/*# sourceMappingURL=style.css.map */
