@charset "UTF-8";
/*mixin*/
/*animation*/
@keyframes scrollAnime {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
/*background-mixin*/
/*gradetion-mixin*/
/*color*/
/*opening*/
body {
  width: 100%; }
  body.page.fix-top {
    overflow: initial;
    position: relative; }
  body ._scheduler_container ._calendar_container ._calendar_days_box {
    color: #fff !important; }
  body ._scheduler_container ._calendar_container .days_yellow {
    color: #ffed01 !important; }

.redirect-wrap {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .redirect-wrap .load-img {
    width: 200px;
    height: 200px; }
    .redirect-wrap .load-img img {
      width: 100%;
      height: auto;
      display: block; }
  .redirect-wrap .load-bt {
    width: 200px; }
    .redirect-wrap .load-bt a {
      display: block;
      text-align: center;
      padding: 10px;
      color: #333; }

.fix-top {
  overflow: hidden;
  position: fixed; }

#opening {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 1000;
  overflow: hidden; }
  #opening .op-back, #opening .op-back2, #opening .op-back3 {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  #opening .op-back2 {
    background-color: #aa67ff;
    right: -200%;
    z-index: 1; }
  #opening .op-back3 {
    background-color: #d8df21;
    left: 200%;
    z-index: 3; }
  #opening .op-il {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: 10;
    width: 100%;
    max-width: 600px;
    height: 100%; }
    #opening .op-il img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #opening .op-il-dia {
    z-index: 10; }
    #opening .op-il-dia img {
      width: 0;
      height: 0;
      opacity: 0; }
  #opening .op-il-01 img {
    width: 100%;
    max-width: 120px; }
  #opening .op-il-02 {
    z-index: 2; }
    #opening .op-il-02 img {
      width: auto;
      max-width: 200px;
      height: 80%;
      right: 100px;
      opacity: 0; }
  #opening .op-il-03 {
    z-index: 4; }
    #opening .op-il-03 img {
      width: auto;
      max-width: 200px;
      height: 80%;
      left: 100px;
      opacity: 0; }
  #opening .op-il-04 {
    z-index: 6; }
    #opening .op-il-04 img {
      opacity: 0;
      width: 100%;
      height: 100%;
      left: -300%; }
  #opening .op-il-start {
    z-index: 6; }
    #opening .op-il-start img {
      opacity: 0;
      width: 35%;
      left: 200%; }
  #opening .skip-op {
    display: none;
    position: absolute;
    width: 160px;
    height: 40px;
    top: 80%;
    bottom: 0;
    right: -40px;
    margin: auto;
    z-index: 10;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: left;
    transform: rotate(-20deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    #opening .skip-op:hover {
      background-color: #fff;
      border: 1px solid #000;
      color: #000; }
    #opening .skip-op:focus {
      outline: none; }

/*button*/
.bt-wrap {
  width: 100%;
  overflow: hidden; }
  .bt-wrap .bt-wrap-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #000; }

.bt-sin-wrap {
  width: 100%;
  max-width: 640px;
  margin: 80px auto; }

.common-bt {
  width: calc(100% - 2px);
  margin: 0 1px;
  height: 120px;
  background-image: url("../images/bt_back.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .common-bt span {
    color: #fff;
    font-size: 21px;
    font-family: 'Noto Serif JP', serif;
    text-align: center; }
  .common-bt:before {
    content: "";
    height: 4px;
    display: block;
    width: calc(100% + 2px);
    margin: 0 -1px;
    background: #e2c480;
    background: -moz-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    background: -webkit-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    background: linear-gradient(to right, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0; }
  .common-bt:after {
    content: "";
    height: 36px;
    width: 36px;
    position: absolute;
    background-image: url("../images/bt_arrow.png");
    background-repeat: no-repeat;
    background-size: 100%;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }
  .common-bt:hover {
    background-size: auto 150%; }
    .common-bt:hover span {
      text-shadow: 4px 4px 4px black; }
  .common-bt.paging:after {
    transform: rotate(-90deg); }
  .common-bt.coming span {
    color: #5f5f5f;
    text-shadow: 0 -2px #000; }
  .common-bt.coming:hover {
    background-size: auto 100%; }
    .common-bt.coming:hover span {
      text-shadow: 0 -2px #000; }

.inline-bt {
  display: inline-block;
  padding: 8px 18px 10px;
  min-width: 60px;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  background-color: #c7002d;
  border-radius: 4px;
  margin-top: 1em; }
  .inline-bt:hover {
    opacity: 0.75; }

/*other*/
.pillar {
  height: 100%;
  width: 280px;
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 0; }
  .pillar .pillar-top, .pillar .pillar-bottom {
    width: 280px;
    height: 280px;
    display: block; }
    .pillar .pillar-top img, .pillar .pillar-bottom img {
      width: 100%;
      display: block; }
  .pillar .pillar-center {
    width: 280px;
    height: calc(100% - 560px);
    display: block; }
    .pillar .pillar-center img {
      width: 100%;
      height: 100%;
      display: block; }
  .pillar.pillar-left {
    left: -100px; }
  .pillar.pillar-right {
    right: -100px; }

.frame {
  height: calc(100% - 48px);
  width: 180px;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  margin: auto; }
  .frame img {
    width: 100%;
    height: auto; }
  .frame.frame-left {
    left: 0; }
  .frame.frame-right {
    right: 0; }

.frame-set {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }
  .frame-set .frame-top, .frame-set .frame-bottom {
    width: 100%;
    display: block;
    padding-top: 4.5%;
    position: absolute;
    z-index: 1; }
    .frame-set .frame-top img, .frame-set .frame-bottom img {
      width: 100%;
      display: block;
      position: absolute;
      top: 0; }
  .frame-set .frame-top {
    top: 0; }
  .frame-set .frame-bottom {
    bottom: 0; }
  .frame-set .frame-center {
    width: 100%;
    display: block;
    height: 100%; }
    .frame-set .frame-center img {
      width: 100%;
      height: 100%;
      display: block; }

.inner-wrap {
  width: 92%;
  padding: 4%;
  max-width: 880px;
  margin: auto; }
  .inner-wrap.inner-l {
    max-width: 1024px; }

/*float-contents*/
#nav {
  width: 100%;
  background-color: #000;
  z-index: 100; }
  #nav.fixed {
    position: fixed;
    top: 0; }
  #nav .nav-inner {
    width: 100%;
    max-width: 1024px;
    display: block;
    margin: auto; }
    #nav .nav-inner ul {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #nav .nav-inner ul .nav-item {
        display: block;
        width: 100%;
        height: 64px;
        position: relative; }
        #nav .nav-inner ul .nav-item a, #nav .nav-inner ul .nav-item span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-size: 15px;
          line-height: 18px;
          font-weight: 700;
          color: #fff;
          height: 100%;
          width: 100%;
          position: relative;
          z-index: 2;
          text-align: center;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
          #nav .nav-inner ul .nav-item a.new, #nav .nav-inner ul .nav-item span.new {
            overflow: hidden; }
            #nav .nav-inner ul .nav-item a.new:after, #nav .nav-inner ul .nav-item span.new:after {
              pointer-events: none;
              content: "NEW";
              padding: 6px;
              line-height: 10px;
              display: block;
              position: absolute;
              bottom: 4px;
              left: 58px;
              font-size: 10px;
              color: #c7002d;
              background-color: #f1f1f1;
              text-shadow: none;
              width: 92%;
              transform: rotate(-45deg); }
          #nav .nav-inner ul .nav-item a.coming, #nav .nav-inner ul .nav-item span.coming {
            overflow: hidden;
            background-color: rgba(99, 99, 99, 0.5);
            color: #b7b7b7;
            text-shadow: none; }
            #nav .nav-inner ul .nav-item a.coming:after, #nav .nav-inner ul .nav-item span.coming:after {
              pointer-events: none;
              content: "COMING\ASOON";
              white-space: pre;
              padding: 6px;
              line-height: 10px;
              display: block;
              position: absolute;
              bottom: 4px;
              left: 28px;
              font-size: 10px;
              color: #c7002d;
              background-color: rgba(255, 255, 0, 0.85);
              text-shadow: none;
              width: calc(100% + 40px);
              transform: rotate(-45deg); }
        #nav .nav-inner ul .nav-item .target-box {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
          #nav .nav-inner ul .nav-item .target-box svg {
            width: 120px;
            height: 120px;
            position: absolute;
            top: 0;
            bottom: -30px;
            right: -110px;
            left: 0px;
            margin: auto;
            z-index: 1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            #nav .nav-inner ul .nav-item .target-box svg .target-svg {
              fill: none;
              stroke: #666666;
              stroke-width: 1.8;
              stroke-miterlimit: 10;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
          #nav .nav-inner ul .nav-item .target-box:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-color: #c7002d;
            position: absolute;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            top: 100%;
            z-index: 0; }
        #nav .nav-inner ul .nav-item:hover a, #nav .nav-inner ul .nav-item:hover span {
          color: #ffff00; }
          #nav .nav-inner ul .nav-item:hover a.coming, #nav .nav-inner ul .nav-item:hover span.coming {
            color: #b7b7b7; }
        #nav .nav-inner ul .nav-item:hover .target-box svg {
          bottom: 0;
          right: 0; }
          #nav .nav-inner ul .nav-item:hover .target-box svg .target-svg {
            stroke: #000; }
        #nav .nav-inner ul .nav-item:hover .target-box:after {
          top: 0; }
        #nav .nav-inner ul .nav-item:hover a.coming ~ .target-box svg, #nav .nav-inner ul .nav-item:hover span.coming ~ .target-box svg {
          bottom: -30px;
          right: -110px; }
          #nav .nav-inner ul .nav-item:hover a.coming ~ .target-box svg .target-svg, #nav .nav-inner ul .nav-item:hover span.coming ~ .target-box svg .target-svg {
            stroke: #666666; }
        #nav .nav-inner ul .nav-item:hover a.coming ~ .target-box:after, #nav .nav-inner ul .nav-item:hover span.coming ~ .target-box:after {
          top: 100%; }
        #nav .nav-inner ul .nav-item .nav-ac {
          display: block;
          background-color: rgba(0, 0, 0, 0.9);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          width: 0;
          overflow: hidden;
          padding: 6px 0 12px; }
          #nav .nav-inner ul .nav-item .nav-ac li {
            border-bottom: 1px solid #fff; }
            #nav .nav-inner ul .nav-item .nav-ac li a {
              display: block;
              width: 100%;
              font-weight: 400;
              padding: 12px 0 8px;
              white-space: nowrap;
              color: #fff; }
              #nav .nav-inner ul .nav-item .nav-ac li a:hover {
                background-color: rgba(255, 255, 255, 0.2); }
        #nav .nav-inner ul .nav-item .nav-ac-switch:hover ~ .nav-ac, #nav .nav-inner ul .nav-item .nav-ac:hover {
          display: block;
          width: calc(100% - 24px);
          padding: 6px 12px 12px; }

#float-sns {
  width: 80px;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 5; }
  #float-sns .sns-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #float-sns .sns-wrap .sns-bt {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 12px;
      position: relative; }
      #float-sns .sns-wrap .sns-bt img {
        width: 100%;
        height: auto;
        display: block; }
      #float-sns .sns-wrap .sns-bt:after {
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #float-sns .sns-wrap .sns-bt.sns-tw:after {
        background-image: url("../images/sns_bt_tw_close.png"); }
      #float-sns .sns-wrap .sns-bt.sns-line:after {
        background-image: url("../images/sns_bt_line_close.png"); }
      #float-sns .sns-wrap .sns-bt.sns-fb:after {
        background-image: url("../images/sns_bt_fb_close.png"); }
      #float-sns .sns-wrap .sns-bt:hover:after {
        opacity: 0; }

#float-map {
  position: fixed;
  height: calc(90vh - 40px);
  max-height: 450px;
  width: 90vw;
  max-width: 800px;
  background-color: #c7002d;
  background-image: url("../images/back_red.jpg");
  background-repeat: repeat;
  border: 1px solid #fff;
  display: block;
  top: -40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 105;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
  display: none; }
  #float-map .map-inner {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    padding: 8px; }
    #float-map .map-inner iframe {
      width: 100%;
      height: 100%; }
  #float-map .map-close {
    position: absolute;
    bottom: -40px;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center; }
    #float-map .map-close span {
      display: inline-block;
      background-color: #c7002d;
      background-image: url("../images/back_red.jpg");
      background-repeat: repeat;
      border: 1px solid #fff;
      color: #fff;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 12px;
      letter-spacing: 0.2em;
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
      cursor: pointer; }

.map-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
  display: none; }

#ticket-shortcut {
  width: 100%;
  height: 100px;
  background-color: #000;
  position: fixed;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer; }
  #ticket-shortcut.close {
    bottom: -200px; }
  #ticket-shortcut:hover {
    background-color: #c7002d; }
  #ticket-shortcut:after {
    content: "";
    background-image: url("../images/bullet_w.svg");
    background-repeat: no-repeat;
    width: 280px;
    height: 230px;
    display: block;
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 0;
    left: 540px;
    margin: auto;
    pointer-events: none; }
  #ticket-shortcut:before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e2c480;
    background: -moz-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    background: -webkit-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    background: linear-gradient(to bottom, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=0 );
    z-index: 1; }
  #ticket-shortcut a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    line-height: 100px; }
  #ticket-shortcut .close-bt {
    width: 120px;
    height: auto;
    position: absolute;
    right: 30px;
    top: calc(50% - 27px); }
    #ticket-shortcut .close-bt img {
      width: 100%;
      height: auto; }
    #ticket-shortcut .close-bt:hover {
      opacity: 0.75; }

/*main-styles*/
#l3-content {
  position: relative; }
  #l3-content header #mv {
    width: 100%;
    height: auto;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat; }
    #l3-content header #mv img {
      display: block;
      width: 100%;
      max-width: 1580px;
      height: auto;
      margin: auto; }
    #l3-content header #mv:after {
      content: "";
      width: 100%;
      height: 92px;
      background-image: url("../images/cepbar_01.gif");
      background-repeat: repeat-x;
      background-size: auto 100%;
      display: block; }
    #l3-content header #mv .event-date {
      width: 100%;
      background-color: #c7002d;
      padding: 18px 0 20px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.7em;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
      #l3-content header #mv .event-date .start {
        display: inline-block;
        font-size: 30px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        line-height: 1em; }
        #l3-content header #mv .event-date .start i {
          font-style: initial;
          font-size: 0.7em; }
      #l3-content header #mv .event-date a {
        display: block;
        background-color: #fff;
        width: 110px;
        padding: 2px;
        border-radius: 4px;
        text-shadow: none;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        margin: 6px auto 0;
        font-size: 14px;
        color: #c6022d; }
  #l3-content header #mv-page {
    width: 100%;
    height: auto;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat; }
    #l3-content header #mv-page .event-date {
      width: 100%;
      background-color: #c7002d;
      padding: 18px 0 20px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.7em;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
      #l3-content header #mv-page .event-date .start {
        display: inline-block;
        font-size: 30px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        line-height: 1em; }
        #l3-content header #mv-page .event-date .start i {
          font-style: initial;
          font-size: 0.7em; }
  #l3-content #special {
    width: 100%;
    background-color: #c7002d;
    background-image: url("../images/back_red.jpg");
    background-repeat: repeat; }
    #l3-content #special .special-inner {
      width: calc(100% - 120px);
      max-width: 1400px;
      margin: auto;
      padding: 60px; }
      #l3-content #special .special-inner .slide-wrap {
        display: none; }
        #l3-content #special .special-inner .slide-wrap.slick-initialized {
          display: block; }
      #l3-content #special .special-inner .slide {
        margin: 12px; }
        #l3-content #special .special-inner .slide a {
          display: block;
          width: 100%;
          height: auto;
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); }
          #l3-content #special .special-inner .slide a img {
            display: block;
            width: 100%;
            height: auto; }
      #l3-content #special .special-inner .slide-parts {
        width: 100%;
        height: 40px;
        display: block;
        position: relative; }
        #l3-content #special .special-inner .slide-parts .dots-wrap {
          width: calc(400px - 60px);
          height: 40px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          z-index: 1; }
          #l3-content #special .special-inner .slide-parts .dots-wrap .slick-dots {
            bottom: 0;
            top: 0;
            margin: auto; }
        #l3-content #special .special-inner .slide-parts .arrow-wrap {
          width: 400px;
          height: 40px;
          position: relative;
          margin: auto; }
          #l3-content #special .special-inner .slide-parts .arrow-wrap .slick-arrow:hover {
            opacity: 0.5; }
          #l3-content #special .special-inner .slide-parts .arrow-wrap .slide-prev {
            padding: 10px 5px;
            width: 20px;
            height: 20px;
            display: block;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0; }
            #l3-content #special .special-inner .slide-parts .arrow-wrap .slide-prev:after {
              content: "";
              border-top: 8px solid transparent;
              border-right: 20px solid #fff;
              border-bottom: 8px solid transparent;
              position: absolute; }
          #l3-content #special .special-inner .slide-parts .arrow-wrap .slide-next {
            padding: 10px 5px;
            width: 20px;
            height: 20px;
            display: block;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0; }
            #l3-content #special .special-inner .slide-parts .arrow-wrap .slide-next:after {
              content: "";
              border-top: 8px solid transparent;
              border-left: 20px solid #fff;
              border-bottom: 8px solid transparent;
              position: absolute; }
  #l3-content #cm {
    width: 100%;
    position: relative;
    height: 720px;
    padding: 28px 0;
    background-color: #000;
    z-index: 1; }
    #l3-content #cm .youtube-wrap {
      position: relative;
      width: 100%; }
      #l3-content #cm .youtube-wrap iframe {
        position: absolute;
        max-width: 1920px;
        height: 720px;
        width: 100%;
        top: 0;
        left: 0; }
      #l3-content #cm .youtube-wrap .dia {
        display: block;
        background-image: url("../images/pt_dia.png");
        width: 100%;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        pointer-events: none; }
    #l3-content #cm:before {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 48px;
      position: absolute;
      top: -20px; }
    #l3-content #cm:after {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_bottom.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 48px;
      position: absolute;
      bottom: -20px; }
  #l3-content #intro {
    width: 100%;
    position: relative;
    background-color: #fff;
    background-image: url("../images/back_marble.jpg");
    background-repeat: repeat;
    overflow: hidden; }
    #l3-content #intro .intro-wrap {
      position: relative;
      z-index: 1;
      width: calc(100% - 400px);
      max-width: 1600px;
      margin: auto;
      padding: 180px 20px 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #l3-content #intro .intro-wrap .slideshow {
        display: block;
        width: calc(100% - 540px);
        margin-right: 60px;
        height: 500px;
        background-image: url("../images/slide.jpg");
        background-repeat: repeat-x;
        background-position-x: 0;
        background-size: auto 100%;
        -webkit-animation: bgscroll 30s linear infinite;
        animation: bgscroll 30s linear infinite;
        position: relative; }
        #l3-content #intro .intro-wrap .slideshow .caption {
          position: absolute;
          font-size: 10px;
          bottom: -18px;
          left: 4px;
          color: #afafaf; }
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 3410px 0; } }
@keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 3410px 0; } }
      #l3-content #intro .intro-wrap .intro-desc {
        width: 480px; }
        #l3-content #intro .intro-wrap .intro-desc h5 {
          font-size: 32px;
          font-family: 'Bentham', serif;
          letter-spacing: 0.1em;
          position: relative; }
          #l3-content #intro .intro-wrap .intro-desc h5:after {
            content: "";
            background-image: url("../images/bullet.svg");
            background-repeat: no-repeat;
            width: 160px;
            height: 130px;
            display: block;
            position: absolute;
            top: -60px;
            right: 60px;
            z-index: -1; }
        #l3-content #intro .intro-wrap .intro-desc .intro-title-wrap {
          background-color: #1a1a1a;
          padding: 42px 20px;
          box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
          margin: 8px 0 30px -20px;
          font-family: 'Noto Serif JP', serif;
          font-size: 32px;
          color: #fff;
          line-height: 1.4em;
          text-shadow: 3px 3px 1px #000; }
        #l3-content #intro .intro-wrap .intro-desc p {
          font-size: 18px; }
    #l3-content #intro .icons-wrap {
      width: calc(90% - 400px);
      max-width: 1080px;
      min-width: 600px;
      margin: auto;
      padding: 60px 0 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #l3-content #intro .icons-wrap .play-icon {
        width: calc(100% - 40px);
        position: relative;
        padding: 20px; }
        #l3-content #intro .icons-wrap .play-icon:nth-child(odd) {
          padding-top: 0;
          padding-bottom: 40px; }
        #l3-content #intro .icons-wrap .play-icon:nth-child(even) {
          padding-top: 40px;
          padding-bottom: 0; }
        #l3-content #intro .icons-wrap .play-icon img {
          width: 100%;
          display: block;
          box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5); }
        #l3-content #intro .icons-wrap .play-icon .icon-name {
          display: block;
          width: 90%;
          margin: 20px auto 0;
          box-shadow: none; }
  #l3-content #overview:before {
    content: "";
    width: 100%;
    height: 92px;
    background-image: url("../images/cepbar_01.gif");
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: block; }
  #l3-content #overview .overview-header {
    width: 100%;
    background-color: #9f7d1a;
    padding: 12px 0 16px;
    overflow: hidden; }
    #l3-content #overview .overview-header h2 {
      font-size: 30px;
      position: relative;
      line-height: initial; }
      #l3-content #overview .overview-header h2:after {
        content: "";
        background-image: url("../images/bullet.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 0;
        left: 270px;
        margin: auto;
        opacity: 0.5; }
  #l3-content #overview .overview-title-wrap {
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 60px 0 80px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 36px;
    position: relative;
    z-index: 1; }
    #l3-content #overview .overview-title-wrap .main {
      font-size: 62px; }
    #l3-content #overview .overview-title-wrap .sub {
      font-size: 30px; }
    #l3-content #overview .overview-title-wrap:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      z-index: -1;
      opacity: 0.2;
      top: 0;
      left: 0;
      background-image: url("../images/back_city.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 100%;
      background-blend-mode: multiply; }
  #l3-content #overview .story-wrap {
    width: 92%;
    background-image: url("../images/back_story.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 6% 4%; }
    #l3-content #overview .story-wrap .story {
      width: 90%;
      max-width: 1400px;
      margin: auto;
      padding: 20px;
      background-color: #f8f8f6;
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
      transform: rotate(-3deg); }
      #l3-content #overview .story-wrap .story .story-inner {
        width: calc(100% - 6px);
        background-color: #fff;
        border-radius: 8px;
        border: 3px solid #d2b64d;
        position: relative; }
        #l3-content #overview .story-wrap .story .story-inner:after {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background-image: url("../images/invitation_back.png");
          background-repeat: no-repeat;
          background-size: 90%;
          background-position: center;
          position: absolute;
          top: 0;
          left: 0; }
        #l3-content #overview .story-wrap .story .story-inner .story-text {
          width: 92%;
          max-width: 720px;
          margin: auto;
          text-align: center;
          padding: 80px 4%;
          position: relative;
          z-index: 1;
          font-family: 'Noto Serif JP', serif; }
          #l3-content #overview .story-wrap .story .story-inner .story-text h5 {
            font-family: 'Bentham', serif;
            color: #d2b64d;
            font-size: 24px; }
          #l3-content #overview .story-wrap .story .story-inner .story-text h6 {
            color: #c7002d;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 40px; }
          #l3-content #overview .story-wrap .story .story-inner .story-text p {
            font-size: 18px;
            line-height: 40px; }
            #l3-content #overview .story-wrap .story .story-inner .story-text p span {
              font-weight: 700; }
        #l3-content #overview .story-wrap .story .story-inner .story-orn {
          width: 74px;
          height: 74px;
          overflow: hidden;
          display: block;
          position: absolute;
          background-image: url("../images/invitation_side.png");
          background-size: 200%; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-top {
            top: 0; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-bottom {
            bottom: 0; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-left {
            left: 0; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-right {
            right: 0; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-top.orn-left {
            background-position: left top; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-top.orn-right {
            background-position: right top; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-bottom.orn-left {
            background-position: left bottom; }
          #l3-content #overview .story-wrap .story .story-inner .story-orn.orn-bottom.orn-right {
            background-position: right bottom; }
  #l3-content #event-data {
    width: 100%;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat;
    position: relative;
    padding: 80px 0 28px;
    z-index: 2; }
    #l3-content #event-data .inner-wrap {
      padding-bottom: 100px; }
    #l3-content #event-data:before {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 48px;
      position: absolute;
      top: -20px; }
    #l3-content #event-data:after {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_bottom.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 48px;
      position: absolute;
      bottom: -20px; }
    #l3-content #event-data h4 {
      color: #fff; }
      #l3-content #event-data h4.event-start {
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        text-align: center;
        font-size: 30px;
        position: relative; }
        #l3-content #event-data h4.event-start:after {
          content: "";
          width: 160px;
          height: 160px;
          display: block;
          background-image: url("../images/everyday.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          position: absolute;
          top: -80px;
          bottom: 0;
          right: 0;
          left: 60%;
          margin: auto; }
      #l3-content #event-data h4.check {
        color: #d8df21;
        margin-bottom: 0.9em; }
    #l3-content #event-data h3:nth-of-type(n+2) {
      margin-top: 100px; }
    #l3-content #event-data p {
      color: #fff;
      text-align: center; }
      #l3-content #event-data p.ta-left {
        text-align: left; }
    #l3-content #event-data .time-schedule {
      width: 94%;
      height: auto;
      position: relative;
      padding: 3%;
      margin-bottom: 12px; }
      #l3-content #event-data .time-schedule .time-schedule-inner {
        position: relative;
        z-index: 1; }
        #l3-content #event-data .time-schedule .time-schedule-inner table {
          width: 100%; }
          #l3-content #event-data .time-schedule .time-schedule-inner table tr {
            font-size: 21px;
            text-align: center;
            color: #fff; }
            #l3-content #event-data .time-schedule .time-schedule-inner table tr:nth-child(odd) {
              background-color: #1a1a1a; }
            #l3-content #event-data .time-schedule .time-schedule-inner table tr:nth-child(even) {
              background-color: #000; }
            #l3-content #event-data .time-schedule .time-schedule-inner table tr:first-child {
              background-color: #4d4d4d;
              font-size: 18px; }
            #l3-content #event-data .time-schedule .time-schedule-inner table tr th, #l3-content #event-data .time-schedule .time-schedule-inner table tr td {
              width: 25%;
              text-align: center;
              padding: 8px 0;
              border: 1px solid #fff; }
            #l3-content #event-data .time-schedule .time-schedule-inner table tr td {
              padding: 15px 0; }
  #l3-content #join {
    width: 100%;
    background-color: #00381d;
    background-image: url("../images/back_green.jpg");
    background-repeat: repeat;
    position: relative;
    padding: 100px 0 160px;
    z-index: 1; }
    #l3-content #join h2 {
      color: #fff;
      position: relative; }
      #l3-content #join h2:after {
        content: "";
        background-image: url("../images/bullet_w.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 40px;
        left: 300px;
        margin: auto; }
    #l3-content #join .step-wrap {
      margin: 60px auto; }
      #l3-content #join .step-wrap .step h3 {
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        letter-spacing: initial;
        text-indent: initial;
        font-weight: 500; }
      #l3-content #join .step-wrap .step .step-img {
        width: 100%;
        height: auto;
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
        margin-bottom: 16px;
        position: relative; }
        #l3-content #join .step-wrap .step .step-img img {
          width: 100%;
          height: auto;
          display: block; }
        #l3-content #join .step-wrap .step .step-img:after {
          content: "";
          width: 18%;
          max-width: 170px;
          height: 48%;
          display: block;
          position: absolute;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          top: -20%;
          left: -3%; }
        #l3-content #join .step-wrap .step .step-img.step-1:after {
          background-image: url("../images/step01_icon.png"); }
        #l3-content #join .step-wrap .step .step-img.step-2:after {
          background-image: url("../images/step02_icon.png"); }
        #l3-content #join .step-wrap .step .step-img.step-3:after {
          background-image: url("../images/step03_icon.png"); }
        #l3-content #join .step-wrap .step .step-img.step-4:after {
          background-image: url("../images/step04_icon.png"); }
      #l3-content #join .step-wrap .step p {
        text-align: center;
        color: #fff; }
        #l3-content #join .step-wrap .step p .cep:after {
          content: " ｜ ";
          font-style: initial; }
      #l3-content #join .step-wrap .step:after {
        content: "";
        width: 0px;
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        display: block;
        margin: 50px auto 30px; }
      #l3-content #join .step-wrap .step:last-of-type:after {
        display: none; }
    #l3-content #join .for-beginer {
      width: 400px;
      padding: 24px 40px;
      background-color: #f8f8f6;
      position: absolute;
      box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
      margin: auto;
      bottom: -80px;
      right: 80px;
      transform: rotate(-8deg); }
      #l3-content #join .for-beginer .beginer-inner {
        width: 100%; }
        #l3-content #join .for-beginer .beginer-inner h5 {
          font-size: 21px;
          font-weight: 700;
          color: #c7002d;
          margin-bottom: 0.6em; }
        #l3-content #join .for-beginer .beginer-inner a {
          text-align: center;
          display: block;
          border: 1px solid #000;
          color: #000;
          padding: 10px 0 12px;
          font-family: 'Noto Serif JP', serif;
          font-weight: 600; }
          #l3-content #join .for-beginer .beginer-inner a:hover {
            background-color: #000;
            color: #fff; }
          #l3-content #join .for-beginer .beginer-inner a.coming {
            display: none; }
      #l3-content #join .for-beginer:before {
        content: "";
        border-bottom: 50px solid transparent;
        border-left: 50px solid #f1f1f1;
        position: absolute;
        top: 0;
        left: 0; }
  #l3-content #bottom-line:after {
    content: "";
    width: 100%;
    height: 20px;
    background-image: url("../images/cepbar_01.gif");
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: block; }
  #l3-content #goods {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    background-image: url("../images/back_marble.jpg");
    background-repeat: repeat;
    overflow: hidden; }
    #l3-content #goods .pillar {
      height: calc(100% - 92px); }
    #l3-content #goods:before {
      content: "";
      width: 100%;
      height: 92px;
      background-image: url("../images/cepbar_01.gif");
      background-repeat: repeat-x;
      background-size: auto 100%;
      display: block; }
    #l3-content #goods .inner-wrap {
      margin-top: 100px;
      width: calc(92% - 400px); }
    #l3-content #goods h2 {
      margin-bottom: 1.5em;
      position: relative; }
      #l3-content #goods h2:after {
        content: "";
        background-image: url("../images/bullet.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 40px;
        left: 550px;
        margin: auto; }
    #l3-content #goods .item-wrap {
      width: 100%;
      margin-bottom: 120px; }
      #l3-content #goods .item-wrap .item-single {
        width: calc(100% - 40px);
        padding: 20px;
        padding-bottom: 26px;
        height: auto;
        background-color: #fff;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        position: relative;
        margin-bottom: 30px; }
        #l3-content #goods .item-wrap .item-single:after {
          content: "";
          width: 100%;
          height: 6px;
          display: block;
          background-color: #000;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #e2c480;
          background: -moz-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: -webkit-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: linear-gradient(to right, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=1 ); }
        #l3-content #goods .item-wrap .item-single h4 {
          text-align: left;
          margin: 0 0 1em; }
          #l3-content #goods .item-wrap .item-single h4 span {
            font-size: 1.3em;
            color: #c7002d; }
        #l3-content #goods .item-wrap .item-single .item-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          width: 100%; }
          #l3-content #goods .item-wrap .item-single .item-inner .item-img {
            width: 60%;
            height: auto; }
            #l3-content #goods .item-wrap .item-single .item-inner .item-img img {
              width: 100%;
              height: auto;
              display: block; }
          #l3-content #goods .item-wrap .item-single .item-inner .item-desc {
            width: 32%;
            padding: 0 4%; }
            #l3-content #goods .item-wrap .item-single .item-inner .item-desc .price {
              font-size: 24px;
              text-align: right;
              color: #c7002d;
              font-weight: 600;
              border-bottom: 2px solid #c7002d; }
            #l3-content #goods .item-wrap .item-single .item-inner .item-desc .detail {
              font-size: 14px;
              margin-top: 20px; }
            #l3-content #goods .item-wrap .item-single .item-inner .item-desc .text {
              margin-top: 20px; }
            #l3-content #goods .item-wrap .item-single .item-inner .item-desc .inline-bt {
              font-size: 14px;
              width: calc(100% - 30px);
              padding: 15px;
              line-height: 1.3em; }
              #l3-content #goods .item-wrap .item-single .item-inner .item-desc .inline-bt.lupin {
                background-color: #b4071e; }
              #l3-content #goods .item-wrap .item-single .item-inner .item-desc .inline-bt.fujiko {
                background-color: #e21376; }
              #l3-content #goods .item-wrap .item-single .item-inner .item-desc .inline-bt.nakama {
                background-color: #a0ba03; }
              #l3-content #goods .item-wrap .item-single .item-inner .item-desc .inline-bt.visual {
                background-color: #005784; }
  #l3-content #play {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    background-image: url("../images/back_marble.jpg");
    background-repeat: repeat;
    overflow: hidden; }
    #l3-content #play .pillar {
      height: calc(100% - 92px); }
    #l3-content #play:before {
      content: "";
      width: 100%;
      height: 92px;
      background-image: url("../images/cepbar_01.gif");
      background-repeat: repeat-x;
      background-size: auto 100%;
      display: block; }
    #l3-content #play .inner-wrap {
      margin-top: 100px;
      width: calc(92% - 400px); }
    #l3-content #play h2 {
      margin-bottom: 1.5em;
      position: relative; }
      #l3-content #play h2:after {
        content: "";
        background-image: url("../images/bullet.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 40px;
        left: 550px;
        margin: auto; }
    #l3-content #play .play-desc {
      width: 100%;
      height: auto;
      max-width: 680px;
      margin: auto;
      margin-bottom: 80px; }
      #l3-content #play .play-desc h4 {
        margin-top: 60px; }
    #l3-content #play .play-img-wrap {
      width: 100%;
      position: relative;
      margin: auto;
      margin-bottom: 80px;
      max-width: 800px; }
      #l3-content #play .play-img-wrap:before {
        content: "";
        width: 100%;
        height: 4px;
        display: block;
        background: #e2c480;
        background: -moz-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        background: -webkit-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        background: linear-gradient(to bottom, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=0 );
        position: absolute;
        top: 0;
        left: 0; }
      #l3-content #play .play-img-wrap:after {
        content: "";
        width: 100%;
        height: 4px;
        display: block;
        background: #e2c480;
        background: -moz-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        background: -webkit-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        background: linear-gradient(to bottom, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=0 );
        position: absolute;
        bottom: 0;
        left: 0; }
      #l3-content #play .play-img-wrap img {
        display: block;
        width: 100%;
        height: auto; }
  #l3-content #ticket {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    background-image: url("../images/back_marble.jpg");
    background-repeat: repeat;
    overflow: hidden; }
    #l3-content #ticket .pillar {
      height: calc(100% - 92px); }
    #l3-content #ticket:before {
      content: "";
      width: 100%;
      height: 92px;
      background-image: url("../images/cepbar_01.gif");
      background-repeat: repeat-x;
      background-size: auto 100%;
      display: block; }
    #l3-content #ticket .inner-wrap {
      margin-top: 100px;
      width: calc(92% - 400px); }
    #l3-content #ticket h2 {
      margin-bottom: 1.5em;
      position: relative; }
      #l3-content #ticket h2:after {
        content: "";
        background-image: url("../images/bullet.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 40px;
        left: 550px;
        margin: auto; }
    #l3-content #ticket h3:nth-of-type(n+2) {
      margin-top: 100px; }
    #l3-content #ticket p {
      text-align: center; }
      #l3-content #ticket p.ta-left {
        text-align: left; }
    #l3-content #ticket .price-wrap {
      width: 100%;
      margin: auto;
      margin-bottom: 12px; }
      #l3-content #ticket .price-wrap .table-header {
        display: block;
        text-align: center;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: 8px;
        background-color: #333;
        padding: 40px 4px;
        color: #d4d4d4;
        border-bottom: 5px solid;
        margin-top: 1em; }
      #l3-content #ticket .price-wrap .price-table {
        width: calc(100% - 2px);
        border: 1px solid #333; }
        #l3-content #ticket .price-wrap .price-table .row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          background-color: #fff; }
          #l3-content #ticket .price-wrap .price-table .row:nth-of-type(odd) {
            background-color: #f1f1f1; }
          #l3-content #ticket .price-wrap .price-table .row div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            height: 100px;
            border: 1px solid #333; }
            #l3-content #ticket .price-wrap .price-table .row div span {
              display: block;
              font-size: 0.8em; }
          #l3-content #ticket .price-wrap .price-table .row .blank, #l3-content #ticket .price-wrap .price-table .row .type {
            min-width: 20%;
            text-align: center; }
          #l3-content #ticket .price-wrap .price-table .row .col-1, #l3-content #ticket .price-wrap .price-table .row .col-2, #l3-content #ticket .price-wrap .price-table .row .col-3 {
            width: 100%;
            text-align: center; }
          #l3-content #ticket .price-wrap .price-table .row .col-4 {
            width: 80%;
            text-align: center; }
          #l3-content #ticket .price-wrap .price-table .row.price-header div {
            height: 40px;
            background-color: #000;
            color: #fff; }
        #l3-content #ticket .price-wrap .price-table .type {
          background-color: #1a1a1a;
          font-size: 15px; }
          #l3-content #ticket .price-wrap .price-table .type.trio {
            color: #aa67ff; }
          #l3-content #ticket .price-wrap .price-table .type.pair {
            color: #ef408d; }
          #l3-content #ticket .price-wrap .price-table .type.solo {
            color: #fa6738; }
          #l3-content #ticket .price-wrap .price-table .type.continue {
            color: #d8df21; }
      #l3-content #ticket .price-wrap .price-switch {
        width: 100%;
        height: 70px;
        background-image: url("../images/bt_back.png");
        background-repeat: repeat-x;
        background-size: auto 100%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 1;
        cursor: pointer; }
        #l3-content #ticket .price-wrap .price-switch:hover {
          background-size: auto 120%; }
        #l3-content #ticket .price-wrap .price-switch span {
          width: auto;
          display: inline-block;
          margin: auto;
          color: #000;
          font-size: 21px;
          font-weight: 600;
          text-align: right;
          padding: 4px 12px 4px 27px;
          position: relative;
          background: #e2c480;
          background: -moz-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: -webkit-linear-gradient(left, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: linear-gradient(to right, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=1 );
          border-radius: 20px;
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
          #l3-content #ticket .price-wrap .price-switch span:after {
            content: "";
            width: 0px;
            border-top: 10px solid #000;
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: 0 12px -4px; }
        #l3-content #ticket .price-wrap .price-switch:after {
          content: "";
          width: 100%;
          height: 4px;
          display: block;
          background: #e2c480;
          background: -moz-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: -webkit-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: linear-gradient(to bottom, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=0 );
          position: absolute;
          bottom: -4px;
          left: 0; }
      #l3-content #ticket .price-wrap .ticket-system {
        width: 100%;
        display: none;
        background-color: #f1f1f1;
        background-image: url("../images/pt_gr.png");
        background-repeat: repeat;
        position: relative;
        z-index: 0;
        overflow: hidden; }
        #l3-content #ticket .price-wrap .ticket-system:before {
          content: "";
          width: 110%;
          height: 100%;
          margin: 0 -5%;
          position: absolute;
          top: 0;
          left: 0;
          box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.8) inset; }
        #l3-content #ticket .price-wrap .ticket-system:after {
          content: "";
          width: 100%;
          height: 4px;
          display: block;
          background: #e2c480;
          background: -moz-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: -webkit-linear-gradient(top, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          background: linear-gradient(to bottom, #e2c480 0%, white 4%, #f5e1c5 14%, #dac577 18%, #9f7d1a 84%, #dbc792 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c480', endColorstr='#dbc792',GradientType=0 );
          position: absolute;
          bottom: 0;
          left: 0; }
        #l3-content #ticket .price-wrap .ticket-system .system-wrap {
          width: calc(100% - 80px);
          padding: 40px; }
          #l3-content #ticket .price-wrap .ticket-system .system-wrap .system {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            margin: 30px auto; }
            #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-img {
              background-color: #1a1a1a;
              position: relative;
              min-width: 280px;
              height: 160px;
              box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5); }
              #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-img img {
                display: block;
                position: absolute;
                width: 100%;
                bottom: 0;
                left: 0; }
            #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc {
              width: calc(100% - 320px);
              padding-left: 40px; }
              #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc h4 {
                text-align: left; }
              #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc p {
                margin-bottom: 0;
                text-align: left; }
            #l3-content #ticket .price-wrap .ticket-system .system-wrap .system.trio h4 {
              color: #aa67ff; }
            #l3-content #ticket .price-wrap .ticket-system .system-wrap .system.pair h4 {
              color: #ef408d; }
            #l3-content #ticket .price-wrap .ticket-system .system-wrap .system.solo h4 {
              color: #fa6738; }
    #l3-content #ticket .goodsticket {
      width: calc(100% - 84px);
      border: 2px solid #000;
      background-color: #fff;
      border-radius: 12px;
      padding: 40px;
      margin: 80px auto; }
      #l3-content #ticket .goodsticket .goodsticket-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      #l3-content #ticket .goodsticket .goodsticket-desc {
        width: 40%;
        min-width: 210px;
        padding-right: 20px; }
        #l3-content #ticket .goodsticket .goodsticket-desc h4 {
          text-align: left; }
        #l3-content #ticket .goodsticket .goodsticket-desc p {
          margin-bottom: 0;
          text-align: left; }
      #l3-content #ticket .goodsticket .goodsticket-img {
        width: calc(100% - 223px); }
        #l3-content #ticket .goodsticket .goodsticket-img img {
          width: 100%;
          height: auto;
          display: block; }
      #l3-content #ticket .goodsticket .gt-ac-bt {
        display: block;
        font-size: 12px;
        border: 1px solid #000;
        padding: 4px;
        text-align: center;
        margin-top: 20px; }
      #l3-content #ticket .goodsticket .gt-ac {
        display: none; }
        #l3-content #ticket .goodsticket .gt-ac p {
          margin-top: 12px;
          text-align: left;
          font-size: 14px; }
    #l3-content #ticket .info-box {
      width: calc(100% - 80px);
      display: block;
      max-width: 480px;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000;
      margin: 20px auto 70px;
      padding: 30px 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #l3-content #ticket .info-box .info-img {
        width: 240px;
        display: block; }
        #l3-content #ticket .info-box .info-img img {
          width: 100%;
          height: auto;
          display: block; }
      #l3-content #ticket .info-box .info-text {
        width: calc(100% - 280px);
        padding-left: 40px; }
        #l3-content #ticket .info-box .info-text.no-img {
          width: 100%;
          padding: 0; }
      #l3-content #ticket .info-box p {
        text-align: left;
        margin-bottom: 20px; }
    #l3-content #ticket .about-wrap {
      margin-bottom: 80px;
      margin-top: 80px; }
      #l3-content #ticket .about-wrap a {
        width: 100%;
        max-width: 640px;
        margin: auto;
        display: block;
        background-color: #000; }
        #l3-content #ticket .about-wrap a img {
          width: 100%;
          height: auto;
          display: block; }
        #l3-content #ticket .about-wrap a:hover img {
          opacity: 0.7; }
    #l3-content #ticket .web-reserve {
      width: 100%;
      margin: 0 auto 70px;
      background-color: #fff;
      height: auto; }
      #l3-content #ticket .web-reserve ._scheduler_container ._calendar_container ._calendar_days_box {
        margin-top: 3px;
        margin-left: 3px; }
      #l3-content #ticket .web-reserve ._scheduler_event_description p {
        font-size: 100%;
        line-height: normal;
        margin-bottom: 0; }
      #l3-content #ticket .web-reserve ._scheduler_event_timeBox_pre p.symbol {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 4px;
        margin-top: 8px; }
      #l3-content #ticket .web-reserve ._scheduler_event_timeBox_pre p.time {
        font-size: 14px;
        line-height: normal;
        margin: 0; }
      #l3-content #ticket .web-reserve .month, #l3-content #ticket .web-reserve .day, #l3-content #ticket .web-reserve .week {
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        margin: 0; }
      #l3-content #ticket .web-reserve .month {
        font-size: 12px;
        text-align: left;
        padding: 1px 4px; }
      #l3-content #ticket .web-reserve .day {
        font-size: 21px; }
      #l3-content #ticket .web-reserve .week {
        font-size: 12px; }
    #l3-content #ticket .app-icon {
      display: block;
      width: 200px;
      margin: 0 auto 70px;
      text-align: center;
      padding: 20px;
      text-align: center; }
      #l3-content #ticket .app-icon .icon-img {
        display: block;
        width: 128px;
        height: 128px;
        margin-bottom: 8px;
        margin: auto;
        border-radius: 10px; }
        #l3-content #ticket .app-icon .icon-img img {
          display: block;
          width: 100%;
          height: auto;
          background-color: #fff;
          border-radius: 10px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7); }
        #l3-content #ticket .app-icon .icon-img:hover {
          opacity: 0.75; }
      #l3-content #ticket .app-icon .app-bt {
        display: inline-block;
        margin-top: 15px;
        background-color: #fff;
        border: 1px solid #f71000;
        color: #f71000;
        padding: 4px 10px;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    #l3-content #ticket .p-change {
      width: 100%;
      margin: 1em auto; }
      #l3-content #ticket .p-change h3 {
        letter-spacing: initial;
        text-align: center;
        background-color: #c7002d;
        color: #fff;
        padding: 8px 8px 4px;
        font-size: 0.8em; }
      #l3-content #ticket .p-change p {
        font-size: 0.8em;
        margin-bottom: 0.8em; }
      #l3-content #ticket .p-change .pc-wrap {
        border-bottom: 1px solid #333;
        padding: 4px;
        margin: 0.5em auto; }
        #l3-content #ticket .p-change .pc-wrap h4 {
          color: #c7012e;
          margin-bottom: 0;
          font-size: 0.9em; }
        #l3-content #ticket .p-change .pc-wrap p {
          margin: auto; }
      #l3-content #ticket .p-change .pc-link {
        text-align: center;
        color: #c7002d;
        width: 240px;
        font-weight: bold;
        display: block;
        margin: 0.2em auto;
        text-decoration: underline;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
      #l3-content #ticket .p-change .bt-sin-wrap {
        margin: 20px auto; }
  #l3-content #map {
    width: 100%;
    position: relative;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat;
    padding: 80px 0 28px;
    z-index: 1; }
    #l3-content #map h2 {
      color: #fff; }
    #l3-content #map:before {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 48px;
      position: absolute;
      top: -20px; }
    #l3-content #map:after {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_bottom.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 48px;
      position: absolute;
      bottom: -20px; }
    #l3-content #map .map-wrap {
      width: 100%;
      height: auto;
      margin: 60px auto; }
      #l3-content #map .map-wrap .comment {
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin-top: 12px; }
      #l3-content #map .map-wrap .map-base {
        width: 100%;
        max-width: 1024px;
        height: auto;
        position: relative;
        margin: auto; }
        #l3-content #map .map-wrap .map-base img {
          width: 100%;
          height: auto;
          display: block; }
        #l3-content #map .map-wrap .map-base ul li {
          position: absolute;
          display: block;
          width: 18%;
          height: auto;
          border: 2px solid #ffff00;
          box-shadow: 0 0 3px rgba(255, 255, 0, 0.3);
          cursor: pointer; }
          #l3-content #map .map-wrap .map-base ul li:hover {
            box-shadow: 0 0 15px rgba(255, 255, 0, 0.8); }
          #l3-content #map .map-wrap .map-base ul li:after {
            content: "";
            width: 15%;
            padding-top: 15%;
            background-image: url("../images/zoom.svg");
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            top: 3%;
            right: 2%; }
          #l3-content #map .map-wrap .map-base ul li img {
            display: block;
            width: 100%;
            height: auto; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-01 {
            top: 2%;
            left: 6%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-02 {
            top: 7%;
            left: 43%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-03 {
            top: 13%;
            right: 15%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-04 {
            top: 39%;
            left: 2%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-05 {
            top: 40%;
            right: 2%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-06 {
            top: 83%;
            left: 6%; }
          #l3-content #map .map-wrap .map-base ul li.mapimg-07 {
            top: 84%;
            right: 24%; }
  #l3-content #wear {
    width: 100%;
    position: relative;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat;
    padding: 80px 0 28px;
    z-index: 1; }
    #l3-content #wear .inner-wrap {
      padding-bottom: 120px; }
    #l3-content #wear:before {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 48px;
      position: absolute;
      top: -20px; }
    #l3-content #wear:after {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_bottom.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 48px;
      position: absolute;
      bottom: -20px; }
    #l3-content #wear h2 {
      color: #fff; }
    #l3-content #wear .coming {
      text-align: center;
      color: #fff;
      padding-bottom: 60px; }
      #l3-content #wear .coming span {
        font-size: 21px;
        color: #fff;
        letter-spacing: 0.5em;
        text-indent: 0.5em; }
  #l3-content #caution {
    width: 100%;
    position: relative;
    background-color: #000;
    background-image: url("../images/pt_bk.png");
    background-repeat: repeat;
    padding: 80px 0 28px;
    z-index: 1; }
    #l3-content #caution .inner-wrap {
      padding-bottom: 120px; }
    #l3-content #caution:before {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_top.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: auto 48px;
      position: absolute;
      top: -20px; }
    #l3-content #caution:after {
      content: "";
      width: 100%;
      height: 48px;
      display: block;
      background-image: url("../images/line_bottom.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: auto 48px;
      position: absolute;
      bottom: -20px; }
    #l3-content #caution h2 {
      color: #fff;
      margin-bottom: 1.5em;
      position: relative; }
      #l3-content #caution h2:after {
        content: "";
        background-image: url("../images/bullet_w.svg");
        background-repeat: no-repeat;
        width: 160px;
        height: 130px;
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        bottom: 40px;
        left: 30%;
        margin: auto; }
    #l3-content #caution h4 {
      color: #fff;
      text-align: left;
      color: #d8df21; }
      #l3-content #caution h4:nth-of-type(n+2) {
        margin-top: 36px; }
    #l3-content #caution p {
      color: #fff;
      margin-bottom: 0.6em; }
    #l3-content #caution h3:nth-of-type(n+2) {
      margin-top: 100px; }
    #l3-content #caution ul li {
      color: #fff;
      font-size: 16px;
      line-height: 1.5em;
      margin-bottom: 0.5em;
      padding-left: 20px;
      position: relative; }
      #l3-content #caution ul li a {
        color: #d8df21;
        text-decoration: underline; }
    #l3-content #caution ul.list-dot li:before {
      content: "●";
      position: absolute;
      left: 0px; }
    #l3-content #caution ul.list-star li:before {
      content: "※";
      position: absolute;
      left: 0px; }
  #l3-content footer {
    width: 100%;
    background-color: #c7002d;
    background-image: url("../images/back_red.jpg");
    background-repeat: repeat; }
    #l3-content footer .footer-inner {
      width: 92%;
      max-width: 1024px;
      margin: auto;
      color: #fff;
      text-align: center;
      padding: 40px 0;
      font-size: 12px;
      line-height: 2em; }

#clear-wrap {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  background-color: #f1f1f1;
  background-image: url("../images/pt_gr.png");
  background-repeat: repeat;
  display: none; }
  #clear-wrap .contents-wrap, #clear-wrap .contents-wrap-dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin: auto; }
    #clear-wrap .contents-wrap.none, #clear-wrap .contents-wrap-dl.none {
      display: none; }
    #clear-wrap .contents-wrap .lupin, #clear-wrap .contents-wrap-dl .lupin {
      width: 52%; }
      #clear-wrap .contents-wrap .lupin img, #clear-wrap .contents-wrap-dl .lupin img {
        width: 100%;
        height: auto; }
    #clear-wrap .contents-wrap .thanks, #clear-wrap .contents-wrap-dl .thanks {
      width: 48%; }
    #clear-wrap .contents-wrap .dl-bts, #clear-wrap .contents-wrap-dl .dl-bts {
      width: 100%;
      max-width: 600px;
      margin: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 80px; }
      #clear-wrap .contents-wrap .dl-bts .common-bt, #clear-wrap .contents-wrap-dl .dl-bts .common-bt {
        height: 70px;
        width: calc(100% - 4px);
        margin: 0 2px; }
        #clear-wrap .contents-wrap .dl-bts .common-bt:after, #clear-wrap .contents-wrap-dl .dl-bts .common-bt:after {
          display: none; }
        #clear-wrap .contents-wrap .dl-bts .common-bt:before, #clear-wrap .contents-wrap-dl .dl-bts .common-bt:before {
          width: 100%;
          margin: 0; }
        #clear-wrap .contents-wrap .dl-bts .common-bt span, #clear-wrap .contents-wrap-dl .dl-bts .common-bt span {
          font-size: 14px; }
          #clear-wrap .contents-wrap .dl-bts .common-bt span.tw-share:before, #clear-wrap .contents-wrap-dl .dl-bts .common-bt span.tw-share:before {
            content: "";
            width: 24px;
            height: 21px;
            display: inline-block;
            background-image: url("../images/tw-icon.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            vertical-align: bottom;
            margin-right: 6px; }
  #clear-wrap .contents-wrap-dl {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #clear-wrap .contents-wrap-dl .wp-sample {
      width: 100%;
      height: auto;
      margin-top: 10%; }
      #clear-wrap .contents-wrap-dl .wp-sample img {
        display: block;
        width: 100%;
        height: auto; }
    #clear-wrap .contents-wrap-dl .dl-bts {
      margin-top: 40px; }
    #clear-wrap .contents-wrap-dl .back {
      border: none;
      background: none;
      background-color: #b2b2b2;
      font-size: 14px;
      color: #fff;
      width: 200px;
      height: 40px;
      margin: 20px auto 40px;
      display: block; }

#usb-wrap {
  width: 100%;
  height: 100vh;
  background-color: #1c73f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  #usb-wrap .usb-bt {
    width: calc(100% - 20px);
    max-width: 980px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4px 10px;
    text-align: right;
    z-index: 50; }
    #usb-wrap .usb-bt .icon {
      display: inline-block;
      padding: 8px; }
      #usb-wrap .usb-bt .icon img {
        width: 24px;
        height: 20px;
        display: block; }
  #usb-wrap .input-wrap {
    position: relative;
    z-index: 10; }
    #usb-wrap .input-wrap .input-form {
      width: 100%;
      max-width: 500px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.7); }
      #usb-wrap .input-wrap .input-form input {
        width: 360px;
        height: 40px;
        padding: 10px;
        background-color: #fff;
        font-size: 24px; }
        #usb-wrap .input-wrap .input-form input:focus {
          outline: none; }
      #usb-wrap .input-wrap .input-form button {
        background: none;
        border: none;
        height: 60px;
        width: 80px;
        background-color: #000;
        background-image: url("../images/bt_back.png");
        background-repeat: repeat-x;
        background-size: auto 100%;
        color: #fff;
        font-size: 16px; }
        #usb-wrap .input-wrap .input-form button:focus {
          outline: none; }
  #usb-wrap .alert-wrap {
    width: 620px;
    height: 150px;
    display: none;
    position: relative;
    z-index: 1; }
    #usb-wrap .alert-wrap .bigerror img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7); }
  #usb-wrap .tape-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 0; }
    #usb-wrap .tape-wrap .tape {
      width: 2280px;
      height: 72px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      #usb-wrap .tape-wrap .tape img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      #usb-wrap .tape-wrap .tape.hide img {
        width: 0%; }
      #usb-wrap .tape-wrap .tape.tape01 {
        transform: rotate(15deg);
        top: 20%;
        left: -5%; }
      #usb-wrap .tape-wrap .tape.tape02 {
        transform: rotate(-50deg);
        top: 0%;
        left: 5%; }
      #usb-wrap .tape-wrap .tape.tape03 {
        transform: rotate(35deg);
        top: 0%;
        left: -65%; }
      #usb-wrap .tape-wrap .tape.tape04 {
        transform: rotate(-80deg);
        top: -30%;
        left: -55%; }
      #usb-wrap .tape-wrap .tape.tape05 {
        transform: rotate(-15deg);
        top: 50%;
        left: -5%; }
      #usb-wrap .tape-wrap .tape.tape06 {
        transform: rotate(45deg);
        top: -40%;
        left: -15%; }
      #usb-wrap .tape-wrap .tape.tape07 {
        transform: rotate(5deg);
        top: -50%;
        left: -10%; }
      #usb-wrap .tape-wrap .tape.tape08 {
        transform: rotate(-30deg);
        top: -30%;
        left: -25%; }

/*reward*/
.no-active {
  display: none; }

#reward_head img {
  width: 92%;
  max-width: 838px;
  height: auto;
  margin: auto;
  display: block;
  padding: 5% 4%;
  transition: 1.5s; }

.reward_head_out {
  transform: translate3d(0, -100vh, 0); }

#reward {
  width: 100%;
  background-color: #c7002d;
  background-image: url(../images/back_red.jpg);
  background-repeat: repeat; }
  #reward input[type="number"]::-webkit-outer-spin-button,
  #reward input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #reward .no-active {
    display: none; }
  #reward form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    #reward form #score {
      width: 100%;
      max-width: 530px;
      margin: auto;
      background: #fff;
      padding: 1.5em 0;
      text-align: center;
      margin-bottom: 3%;
      font-weight: bold;
      font-size: 18px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    #reward form input::placeholder {
      color: #bababa; }
    #reward form .common-bt {
      width: 100%;
      max-width: 380px;
      margin: auto;
      height: 70px; }
      #reward form .common-bt::after {
        display: none; }
      #reward form .common-bt #submit {
        width: 100%;
        height: 70px;
        color: #fff;
        font-weight: bold;
        font-size: 18px; }
        #reward form .common-bt #submit:disabled {
          color: #fff; }
  #reward #result {
    padding-top: 10%; }
    #reward #result .rank {
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    #reward #result .rank-box {
      transform: scale(0.5) rotateX(315deg);
      -webkit-transform: scale(0.5) rotateX(315deg);
      transition: 1.5s; }
    #reward #result .rank-box-in {
      transform: scale(1); }
    #reward #result img {
      width: 100%;
      max-width: 965px;
      height: auto; }
    #reward #result p {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin-top: 5%;
      margin-bottom: 1em; }
    #reward #result .share_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center; }
      #reward #result .share_wrap #tw-btn {
        background: #1da1f2;
        margin-right: 3%; }
      #reward #result .share_wrap #line-btn {
        background: #00b900; }
      #reward #result .share_wrap .sns-share {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        width: 210px;
        align-items: center;
        border-radius: 4px;
        border: 1.5px #fff solid;
        position: relative; }
        #reward #result .share_wrap .sns-share span {
          color: #fff;
          font-weight: bold; }
        #reward #result .share_wrap .sns-share img {
          width: 30px;
          height: auto;
          margin-right: 15px;
          margin-left: 15px; }
        #reward #result .share_wrap .sns-share a {
          position: absolute;
          width: 100%;
          height: 100%; }
          #reward #result .share_wrap .sns-share a:hover {
            opacity: 0.8; }

/*1440*/
@media screen and (max-width: 1440px) {
  /*button*/
  .common-bt {
    height: 100px; }
    .common-bt span {
      font-size: 18px; }
    .common-bt:after {
      height: 27px;
      width: 27px;
      right: 16px; } }
/*1280*/
@media screen and (max-width: 1280px) {
  /*other*/
  .pillar {
    width: 160px; }
    .pillar .pillar-top, .pillar .pillar-bottom {
      width: 160px;
      height: 160px; }
    .pillar .pillar-center {
      width: 160px;
      height: calc(100% - 320px); }
    .pillar.pillar-left {
      left: -80px; }
    .pillar.pillar-right {
      right: -80px; }

  .frame {
    width: 100px; }
    .frame.frame-left {
      left: 0; }
    .frame.frame-right {
      right: 0; }

  /*float-contents*/
  #float-sns {
    width: 60px; }

  /*main-styles*/
  #l3-content #special {
    width: 100%;
    background-color: #c7002d;
    background-image: url("../images/back_red.jpg");
    background-repeat: repeat; }
    #l3-content #special .special-inner {
      padding: 40px; }
  #l3-content #cm {
    height: 600px; }
    #l3-content #cm .youtube-wrap iframe {
      height: 600px; }
  #l3-content #intro .intro-wrap {
    width: calc(100% - 200px); }
    #l3-content #intro .intro-wrap .intro-desc {
      width: 480px; }
  #l3-content #intro .icons-wrap {
    width: calc(90% - 200px);
    padding: 40px 0 100px; }
  #l3-content #goods .inner-wrap {
    width: calc(92% - 200px); }
  #l3-content #play .inner-wrap {
    width: calc(92% - 200px); }
  #l3-content #ticket .inner-wrap {
    width: calc(92% - 200px); } }
/*1024*/
@media screen and (max-width: 1024px) {
  /*button*/
  .bt-sin-wrap {
    margin: 60px auto;
    max-width: 420px; }

  .common-bt {
    height: 80px; }
    .common-bt span {
      font-size: 16px; }
    .common-bt:after {
      height: 27px;
      width: 27px;
      right: 16px; }

  .inline-bt {
    font-size: 16px; }

  /*other*/
  .pillar {
    width: 160px; }
    .pillar .pillar-top, .pillar .pillar-bottom {
      width: 160px;
      height: 160px; }
    .pillar .pillar-center {
      width: 160px;
      height: calc(100% - 320px); }
    .pillar.pillar-left {
      left: -80px; }
    .pillar.pillar-right {
      right: -80px; }

  .frame {
    width: 100px; }
    .frame.frame-left {
      left: 0; }
    .frame.frame-right {
      right: 0; }

  /*float-contents*/
  #nav .nav-inner ul .nav-item {
    height: 48px; }
    #nav .nav-inner ul .nav-item a, #nav .nav-inner ul .nav-item span {
      font-size: 12px;
      line-height: 14px; }
      #nav .nav-inner ul .nav-item a.new:after, #nav .nav-inner ul .nav-item span.new:after {
        padding: 4px;
        left: 42px; }
      #nav .nav-inner ul .nav-item a.coming:after, #nav .nav-inner ul .nav-item span.coming:after {
        padding: 4px;
        left: 10px; }
    #nav .nav-inner ul .nav-item .target-box svg {
      width: 80px;
      height: 80px; }

  #float-sns {
    width: 60px; }

  #ticket-shortcut {
    height: 80px; }
    #ticket-shortcut:after {
      right: 500px;
      left: 0; }
    #ticket-shortcut a {
      font-size: 24px;
      line-height: 80px; }

  /*main-styles*/
  #l3-content header #mv:after {
    height: 68px; }
  #l3-content #special {
    width: 100%;
    background-color: #c7002d;
    background-image: url("../images/back_red.jpg");
    background-repeat: repeat; }
    #l3-content #special .special-inner {
      padding: 40px 20px;
      width: calc(100% - 40px); }
  #l3-content #cm {
    padding: 20px 0;
    height: 480px; }
    #l3-content #cm .youtube-wrap iframe {
      height: 480px; }
    #l3-content #cm:before {
      height: 32px;
      background-size: auto 32px;
      top: -12px; }
    #l3-content #cm:after {
      height: 32px;
      background-size: auto 32px;
      bottom: -12px; }
  #l3-content #intro .intro-wrap {
    width: calc(100% - 200px);
    padding: 120px 0 40px; }
    #l3-content #intro .intro-wrap .slideshow {
      width: calc(100% - 440px);
      margin-right: 40px; }
    #l3-content #intro .intro-wrap .intro-desc {
      width: 400px; }
      #l3-content #intro .intro-wrap .intro-desc h5 {
        font-size: 24px; }
      #l3-content #intro .intro-wrap .intro-desc .intro-title-wrap {
        font-size: 27px; }
      #l3-content #intro .intro-wrap .intro-desc p {
        font-size: 16px; }
  #l3-content #intro .icons-wrap {
    width: calc(100% - 200px);
    padding: 20px 0 100px;
    min-width: initial; }
    #l3-content #intro .icons-wrap .play-icon {
      padding: 10px; }
  #l3-content #overview:before {
    height: 68px; }
  #l3-content #overview .overview-header h2 {
    font-size: 21px; }
  #l3-content #overview .overview-title-wrap {
    font-size: 27px; }
    #l3-content #overview .overview-title-wrap .main {
      font-size: 46px; }
    #l3-content #overview .overview-title-wrap .sub {
      font-size: 21px; }
  #l3-content #overview .story-wrap .story .story-inner .story-text h5 {
    font-size: 21px; }
  #l3-content #overview .story-wrap .story .story-inner .story-text h6 {
    font-size: 21px; }
  #l3-content #overview .story-wrap .story .story-inner .story-text p {
    font-size: 16px;
    line-height: 32px; }
  #l3-content #event-data {
    padding: 80px 100px 20px;
    width: calc(100% - 200px); }
    #l3-content #event-data .inner-wrap {
      padding-bottom: 80px; }
    #l3-content #event-data:before {
      height: 32px;
      background-size: auto 32px;
      top: -12px;
      left: 0; }
    #l3-content #event-data:after {
      height: 32px;
      background-size: auto 32px;
      bottom: -12px;
      left: 0; }
    #l3-content #event-data h4.event-start {
      font-size: 24px; }
      #l3-content #event-data h4.event-start:after {
        left: 70%; }
    #l3-content #event-data h3:nth-of-type(n+2) {
      margin-top: 80px; }
    #l3-content #event-data .time-schedule .time-schedule-inner table tr {
      font-size: 18px; }
      #l3-content #event-data .time-schedule .time-schedule-inner table tr:first-child {
        font-size: 16px; }
    #l3-content #event-data .bt-wrap {
      width: calc(100% + 200px);
      margin-left: -100px; }
  #l3-content #join h2:after {
    left: 190px; }
  #l3-content #join .for-beginer {
    right: 0;
    left: 0; }
  #l3-content #goods .pillar {
    height: calc(100% - 68px); }
  #l3-content #goods:before {
    height: 68px; }
  #l3-content #goods h2:after {
    left: 420px; }
  #l3-content #play .pillar {
    height: calc(100% - 68px); }
  #l3-content #play:before {
    height: 68px; }
  #l3-content #play h2:after {
    left: 420px; }
  #l3-content #ticket .pillar {
    height: calc(100% - 68px); }
  #l3-content #ticket:before {
    height: 68px; }
  #l3-content #ticket h2:after {
    left: 420px; }
  #l3-content #ticket h3:nth-of-type(n+2) {
    margin-top: 80px; }
  #l3-content #ticket .price-wrap .price-table .row .blank, #l3-content #ticket .price-wrap .price-table .row .type {
    min-width: 130px;
    font-size: 14px; }
  #l3-content #ticket .price-wrap .price-switch span {
    font-size: 16px; }
    #l3-content #ticket .price-wrap .price-switch span:after {
      border-top: 8px solid #000;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent; }
  #l3-content #ticket .price-wrap .ticket-system .system-wrap {
    width: calc(100% - 40px);
    padding: 20px; }
    #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-img {
      min-width: 180px;
      height: 100px; }
    #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc {
      width: calc(100% - 200px);
      padding-left: 20px; }
  #l3-content #ticket .goodsticket {
    width: calc(100% - 84px);
    padding: 40px;
    margin: 60px auto; }
    #l3-content #ticket .goodsticket .goodsticket-inner {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
    #l3-content #ticket .goodsticket .goodsticket-desc {
      width: 100%;
      padding: 0;
      margin-bottom: 20px;
      max-width: 450px; }
      #l3-content #ticket .goodsticket .goodsticket-desc h4 {
        text-align: center; }
    #l3-content #ticket .goodsticket .goodsticket-img {
      width: 100%;
      max-width: 450px; }
    #l3-content #ticket .goodsticket .gt-ac-bt {
      display: block;
      font-size: 12px;
      border: 1px solid #000;
      padding: 4px;
      text-align: center;
      margin-top: 20px;
      max-width: 450px;
      margin: 20px auto; }
  #l3-content #ticket .app-icon {
    font-size: 14px;
    margin-bottom: 60px; } }
/*768*/
@media screen and (max-width: 768px) {
  /*button*/
  .bt-wrap .bt-wrap-inner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .bt-sin-wrap {
    margin: 60px auto;
    max-width: initial;
    width: 108%;
    margin: 60px -4%; }

  .common-bt {
    height: 80px; }
    .common-bt span {
      font-size: 16px; }
    .common-bt:after {
      height: 27px;
      width: 27px;
      right: 16px; }

  .inline-bt {
    font-size: 16px; }

  .nav-bt {
    width: 78px;
    height: 90px;
    position: absolute;
    margin-top: 6px;
    right: 6px;
    z-index: 15;
    background-image: url("../images/menu_bt_off.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: none; }
    .nav-bt:after {
      content: "";
      width: 100%;
      height: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-image: url("../images/menu_bt_on.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 78px 90px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .nav-bt.open:after {
      height: 100%; }
    .nav-bt.fixed {
      position: fixed;
      top: 0; }
    .nav-bt.stand {
      display: block !important; }

  /*other*/
  .pillar {
    width: 80px; }
    .pillar .pillar-top, .pillar .pillar-bottom {
      width: 80px;
      height: 80px; }
    .pillar .pillar-center {
      width: 80px;
      height: calc(100% - 160px); }
    .pillar.pillar-left {
      left: -50px; }
    .pillar.pillar-right {
      right: -50px; }

  .frame {
    display: none; }
    .frame.frame-left {
      left: 0; }
    .frame.frame-right {
      right: 0; }

  /*float-contents*/
  #nav {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: transparent;
    z-index: 10;
    right: 0;
    pointer-events: none;
    overflow: hidden; }
    #nav .nav-inner {
      width: calc(90% - 30px);
      max-width: 210px;
      padding: 100px 15px 0;
      height: 100%;
      position: absolute;
      top: 0;
      right: -300px;
      z-index: 11;
      background-color: #000;
      background-image: url("../images/pt_bk.png");
      background-repeat: repeat;
      box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #nav .nav-inner ul {
        position: relative;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column; }
        #nav .nav-inner ul:before {
          content: "MENU";
          font-family: 'Bentham', serif;
          color: #fff;
          font-size: 30px;
          position: absolute;
          top: -60px;
          left: 20px; }
        #nav .nav-inner ul .nav-item {
          border-bottom: 1px solid #fff; }
          #nav .nav-inner ul .nav-item:first-child {
            border-top: 1px solid #fff; }
          #nav .nav-inner ul .nav-item a, #nav .nav-inner ul .nav-item span {
            font-size: 12px;
            line-height: 14px; }
            #nav .nav-inner ul .nav-item a.new:after, #nav .nav-inner ul .nav-item span.new:after {
              left: -75px;
              bottom: 15px; }
            #nav .nav-inner ul .nav-item a.coming:after, #nav .nav-inner ul .nav-item span.coming:after {
              bottom: 8px;
              left: -100px; }
          #nav .nav-inner ul .nav-item .target-box svg {
            right: -180px; }
          #nav .nav-inner ul .nav-item .nav-ac {
            background-color: #fff;
            padding: 0; }
            #nav .nav-inner ul .nav-item .nav-ac:before {
              display: none; }
            #nav .nav-inner ul .nav-item .nav-ac li {
              border-bottom: 1px solid #000; }
              #nav .nav-inner ul .nav-item .nav-ac li a {
                color: #000;
                text-shadow: none;
                text-align: left;
                padding-left: 14px; }
          #nav .nav-inner ul .nav-item .nav-ac-switch:hover ~ .nav-ac, #nav .nav-inner ul .nav-item .nav-ac:hover {
            width: 100%;
            padding: 0; }
            #nav .nav-inner ul .nav-item .nav-ac-switch:hover ~ .nav-ac li a, #nav .nav-inner ul .nav-item .nav-ac:hover li a {
              width: calc(100% - 14px); }
    #nav .nav-back {
      width: 100%;
      height: 100%;
      background-color: #ef408d;
      opacity: 0.85;
      position: absolute;
      left: 0;
      bottom: -100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    #nav.open {
      pointer-events: all; }
      #nav.open .nav-inner {
        right: 0; }
      #nav.open .nav-back {
        bottom: 0; }

  #float-sns {
    width: 56px;
    bottom: 60px;
    right: 10px; }
    #float-sns .sns-wrap .sns-bt:after {
      display: none; }

  #ticket-shortcut {
    height: 60px;
    overflow: initial; }
    #ticket-shortcut:after {
      right: -40px;
      left: initial;
      top: 0;
      width: 280px;
      height: 60px;
      overflow: hidden;
      background-size: 100%;
      background-position: center -60px;
      opacity: 0.3; }
    #ticket-shortcut a {
      font-size: 21px;
      line-height: 60px; }
    #ticket-shortcut .close-bt {
      top: -24px;
      left: 0;
      right: initial;
      z-index: 2; }

  /*main-styles*/
  #l3-content header #mv:after {
    height: 60px; }
  #l3-content #special {
    width: 100%;
    background-color: #c7002d;
    background-image: url("../images/back_red.jpg");
    background-repeat: repeat; }
    #l3-content #special .special-inner {
      padding: 40px 0;
      width: 100%; }
      #l3-content #special .special-inner .slide-parts {
        width: 300px;
        margin: auto; }
        #l3-content #special .special-inner .slide-parts .dots-wrap {
          width: calc(90% - 60px); }
        #l3-content #special .special-inner .slide-parts .arrow-wrap {
          width: 100%; }
  #l3-content #cm {
    height: 320px; }
    #l3-content #cm .youtube-wrap iframe {
      height: 320px; }
    #l3-content #cm .youtube-wrap .dia {
      height: 320px; }
    #l3-content #cm:before {
      height: 32px;
      background-size: auto 32px;
      top: -12px; }
    #l3-content #cm:after {
      height: 32px;
      background-size: auto 32px;
      bottom: -12px; }
  #l3-content #intro .intro-wrap {
    width: calc(100% - 80px);
    padding: 80px 0 0px;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #l3-content #intro .intro-wrap .slideshow {
      width: calc(100% + 50px);
      height: 240px;
      margin: 40px -25px;
      -webkit-animation: bgscroll 20s linear infinite;
      animation: bgscroll 20s linear infinite; }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 1637px 0; } }
  @keyframes bgscroll {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 1637px 0; } }
    #l3-content #intro .intro-wrap .intro-desc {
      width: 100%; }
      #l3-content #intro .intro-wrap .intro-desc h5 {
        font-size: 24px;
        text-align: center; }
        #l3-content #intro .intro-wrap .intro-desc h5:after {
          width: 100px;
          right: 0;
          left: 65%;
          z-index: -1;
          margin: auto; }
      #l3-content #intro .intro-wrap .intro-desc .intro-title-wrap {
        font-size: 24px;
        width: calc(100%);
        margin-right: -40px;
        margin-left: -12px;
        margin-top: 20px;
        padding: 42px 40px 42px 12px; }
      #l3-content #intro .intro-wrap .intro-desc p {
        font-size: 16px; }
  #l3-content #intro .icons-wrap {
    width: calc(100% - 80px);
    padding: 20px 0 40px;
    min-width: initial;
    flex-wrap: wrap; }
    #l3-content #intro .icons-wrap .play-icon {
      width: calc(50% - 20px );
      padding: 10px;
      max-width: 220px; }
      #l3-content #intro .icons-wrap .play-icon:nth-child(even) {
        padding-bottom: 40px;
        padding-top: 0; }
  #l3-content #overview:before {
    height: 60px; }
  #l3-content #overview .overview-header h2 {
    font-size: 21px; }
  #l3-content #overview .overview-title-wrap {
    font-size: 5vw; }
    #l3-content #overview .overview-title-wrap .main {
      font-size: 7vw; }
    #l3-content #overview .overview-title-wrap .sub {
      font-size: 4vw; }
  #l3-content #overview .story-wrap .story {
    transform: initial;
    width: calc(100% - 20px);
    padding: 10px; }
    #l3-content #overview .story-wrap .story .story-inner .story-text {
      width: 94%;
      padding: 80px 3%; }
      #l3-content #overview .story-wrap .story .story-inner .story-text h5 {
        font-size: 21px; }
      #l3-content #overview .story-wrap .story .story-inner .story-text h6 {
        font-size: 21px; }
        #l3-content #overview .story-wrap .story .story-inner .story-text h6 .cut {
          display: none; }
      #l3-content #overview .story-wrap .story .story-inner .story-text p {
        font-size: 15px;
        line-height: 30px; }
    #l3-content #overview .story-wrap .story .story-inner .story-orn {
      width: 54px;
      height: 54px; }
  #l3-content #event-data {
    padding: 80px 0 20px;
    width: 100%; }
    #l3-content #event-data .inner-wrap {
      padding-bottom: 60px; }
    #l3-content #event-data h4.event-start:after {
      width: 120px;
      height: 120px;
      top: -120px; }
    #l3-content #event-data h3:nth-of-type(n+2) {
      margin-top: 80px; }
    #l3-content #event-data .time-schedule .time-schedule-inner table tr {
      font-size: 15px; }
      #l3-content #event-data .time-schedule .time-schedule-inner table tr:first-child {
        font-size: 12px; }
      #l3-content #event-data .time-schedule .time-schedule-inner table tr th.intime, #l3-content #event-data .time-schedule .time-schedule-inner table tr td.intime {
        width: calc(50% - 60px); }
      #l3-content #event-data .time-schedule .time-schedule-inner table tr th.retime, #l3-content #event-data .time-schedule .time-schedule-inner table tr td.retime {
        width: calc(50% - 60px); }
      #l3-content #event-data .time-schedule .time-schedule-inner table tr th.weekday, #l3-content #event-data .time-schedule .time-schedule-inner table tr th.holiday, #l3-content #event-data .time-schedule .time-schedule-inner table tr td.weekday, #l3-content #event-data .time-schedule .time-schedule-inner table tr td.holiday {
        width: 60px !important; }
    #l3-content #event-data .bt-wrap {
      width: 100%;
      margin-left: 0; }
  #l3-content #join {
    padding: 60px 0 40px;
    overflow: hidden; }
    #l3-content #join .step-wrap .step h3 {
      margin-bottom: 20px; }
    #l3-content #join .step-wrap .step .step-img:after {
      width: 25%;
      max-width: 130px;
      height: 62%;
      top: -20%;
      left: -2%; }
    #l3-content #join .step-wrap .step p .cep:after {
      display: block;
      content: "";
      font-style: initial; }
    #l3-content #join .step-wrap .step:after {
      border-top: 16px solid #fff;
      border-right: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 16px solid transparent;
      display: block;
      margin: 40px auto 20px; }
    #l3-content #join .for-beginer {
      width: calc(100% - 60px);
      position: relative;
      transform: initial;
      padding: 20px 30px;
      bottom: 0; }
      #l3-content #join .for-beginer .beginer-inner h5 {
        font-size: 16px;
        text-align: center; }
      #l3-content #join .for-beginer .beginer-inner a {
        font-size: 12px; }
  #l3-content #goods .pillar {
    height: calc(100% - 60px); }
  #l3-content #goods:before {
    height: 60px; }
  #l3-content #goods .inner-wrap {
    width: calc(92% - 40px); }
  #l3-content #goods h2:after {
    left: 80%;
    width: 100px;
    height: 100px;
    z-index: -1; }
  #l3-content #goods .item-wrap .item-single .item-inner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #l3-content #goods .item-wrap .item-single .item-inner .item-img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 20px; }
    #l3-content #goods .item-wrap .item-single .item-inner .item-desc {
      width: 100%;
      padding: 0;
      margin: 0; }
  #l3-content #play .pillar {
    height: calc(100% - 60px); }
  #l3-content #play:before {
    height: 60px; }
  #l3-content #play .inner-wrap {
    width: calc(92% - 40px); }
  #l3-content #play h2:after {
    left: 80%;
    width: 100px;
    height: 100px;
    z-index: -1; }
  #l3-content #ticket .pillar {
    height: calc(100% - 60px); }
  #l3-content #ticket:before {
    height: 60px; }
  #l3-content #ticket .inner-wrap {
    width: calc(92% - 40px); }
  #l3-content #ticket h2:after {
    left: 80%;
    width: 100px;
    height: 100px;
    z-index: -1; }
  #l3-content #ticket h3:nth-of-type(n+2) {
    margin-top: 80px; }
  #l3-content #ticket .price-wrap .price-table {
    width: 100%;
    border: none; }
    #l3-content #ticket .price-wrap .price-table .row div {
      border: none; }
    #l3-content #ticket .price-wrap .price-table .row .blank {
      display: none; }
    #l3-content #ticket .price-wrap .price-table .row .type {
      width: 100%;
      height: 60px; }
    #l3-content #ticket .price-wrap .price-table .row .col-1, #l3-content #ticket .price-wrap .price-table .row .col-2, #l3-content #ticket .price-wrap .price-table .row .col-3 {
      width: calc(100% / 3);
      position: relative;
      font-size: 14px; }
    #l3-content #ticket .price-wrap .price-table .row .col-1:before, #l3-content #ticket .price-wrap .price-table .row .col-2:before {
      content: "";
      display: block;
      border-left: 1px solid #000;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0; }
    #l3-content #ticket .price-wrap .price-table .row .col-4 {
      width: 100%;
      font-size: 14px; }
    #l3-content #ticket .price-wrap .price-table .row.price-header {
      background-color: transparent; }
      #l3-content #ticket .price-wrap .price-table .row.price-header div {
        font-size: 14px;
        background: transparent;
        border: none;
        color: #1a1a1a;
        height: 30px;
        font-weight: 600; }
        #l3-content #ticket .price-wrap .price-table .row.price-header div:before {
          display: none !important; }
    #l3-content #ticket .price-wrap .price-table .row:nth-of-type(n+2) {
      flex-wrap: wrap; }
  #l3-content #ticket .price-wrap .price-switch span {
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 6px 15px;
    border-radius: 42px; }
    #l3-content #ticket .price-wrap .price-switch span:after {
      border-top: 8px solid #000;
      border-right: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      display: block;
      margin: 4px auto -4px; }
  #l3-content #ticket .price-wrap .ticket-system .system-wrap {
    width: calc(100% - 40px);
    padding: 20px; }
    #l3-content #ticket .price-wrap .ticket-system .system-wrap .system {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-img {
        min-width: 220px;
        height: 120px;
        margin-bottom: 20px; }
      #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px; }
        #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc h4 {
          text-align: center; }
        #l3-content #ticket .price-wrap .ticket-system .system-wrap .system .system-desc p {
          text-align: center; }
  #l3-content #ticket .bt-sin-wrap {
    width: calc(110% + 42px);
    margin: 0 calc(-5% - 21px); }
  #l3-content #ticket .goodsticket {
    width: calc(100% - 44px);
    padding: 20px; }
  #l3-content #ticket .info-box {
    width: calc(100% - 40px);
    padding: 30px 20px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #l3-content #ticket .info-box .info-img {
      margin-bottom: 20px; }
    #l3-content #ticket .info-box .info-text {
      width: 100%;
      padding: 0; }
    #l3-content #ticket .info-box p {
      text-align: center; }
  #l3-content #ticket .web-reserve ._scheduler_event_timeBox_pre p.symbol {
    margin-bottom: 2px; }
  #l3-content #ticket .app-icon {
    font-size: 14px;
    margin-bottom: 60px; }
  #l3-content #ticket .p-change p {
    text-align: left; }
  #l3-content #ticket .p-change .pc-wrap p {
    text-align: center; }
  #l3-content #ticket .p-change .bt-sin-wrap {
    width: 100%; }
  #l3-content #caution h3:nth-of-type(n+2) {
    margin-top: 80px; }
  #l3-content #caution ul li {
    font-size: 14px; } }
/*374*/
@media screen and (max-width: 375px) {
  #l3-content #cm {
    height: 240px; }
    #l3-content #cm .youtube-wrap iframe, #l3-content #cm .youtube-wrap .dia {
      height: 240px; }

  #l3-content #event-data h4.event-start:after {
    width: 90px;
    height: 90px;
    top: -120px;
    left: 72%; }

  /*reward*/
  #reward #result p {
    font-size: 20px; }
  #reward #result .share_wrap {
    flex-direction: column;
    align-items: center; }
    #reward #result .share_wrap #tw-btn {
      margin-right: 0;
      margin-bottom: 5%; } }
/*# sourceMappingURL=style.css.map */

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