@charset "UTF-8";
/*公開前*/
.invisible {
  display: none !important; }

#popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 11; }
  #popup .popup-bg {
    width: 100%;
    height: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.55); }
    #popup .popup-bg .popup-main {
      width: 50%;
      max-width: 560px;
      height: auto; }
      #popup .popup-bg .popup-main .popup-img {
        width: 100%;
        height: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        display: block; }
        #popup .popup-bg .popup-main .popup-img img {
          width: calc(100% - 4px);
          height: auto;
          display: block;
          border: 2px solid #fff; }
          #popup .popup-bg .popup-main .popup-img img:hover {
            box-shadow: 0 0 10px #fff;
            border: 2px solid #fff; }
      #popup .popup-bg .popup-main .popup-close {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        color: #fff;
        text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); }

/*color*/
/*BG*/
.bg-tokyoblue {
  background-color: #536fae; }

.bg-tokyoblue-light {
  background-color: #d1dbee; }

.bg-osakapurple {
  background-color: #9b59c2; }

.bg-osakapurple-light {
  background-color: #e4d3ef; }

.bg-kumamotogreen {
  background-color: #39b581; }

.bg-kumamotogreen-light {
  background-color: #d4efe4; }

.bg-lightblue {
  background-color: #86a0d2; }

.bg-lightpurple {
  background-color: #b67ed8; }

.bg-orange {
  background-color: #f29f37; }

.bg-blue {
  background-color: #477df0; }

.bg-pink {
  background-color: #ff95c4; }

.bg-water {
  background-color: #4daaf0; }

.bg-purple {
  background-color: #918ec7; }

.bg-green {
  background-color: #86b585; }

.bg-gray {
  background-color: #999999; }

.bg-white {
  background-color: #fff; }

.bg-bluegreen {
  background-color: #39b581; }

.bg-lightbluegreen {
  background-color: #d4efe4; }

.bg-present {
  background-color: #ec9aa5; }

/*TX*/
.tx-tokyoblue {
  color: #536fae; }

.tx-osakapurple {
  color: #9b59c2; }

.tx-kumamotogreen {
  color: #39b581; }

.tx-lightblue {
  color: #86a0d2; }

.tx-lightpurple {
  color: #b67ed8; }

.tx-orange {
  color: #f29f37; }

.tx-blue {
  color: #477df0; }

.tx-pink {
  color: #ff95c4; }

.tx-water {
  color: #4daaf0; }

.tx-purple {
  color: #918ec7; }

.tx-yellow {
  color: #ffff00; }

.tx-green {
  color: #86b585; }

.tx-white {
  color: #fff; }

.tx-white-must {
  color: #fff !important; }

.tx-black {
  color: #000; }

.tx-gray {
  color: #777; }

.tx-bluegreen {
  color: #39b581; }

.tx-present {
  color: #ec9aa5; }

/*border-color*/
.bd-tokyoblue {
  border: 1px solid #536fae; }

.bd-osakapurple {
  border: 1px solid #9b59c2; }

.bd-kumamotogreen {
  border: 1px solid #39b581; }

.bd-lightblue {
  border: 1px solid #86a0d2; }

.bd-lightpurple {
  border: 1px solid #b67ed8; }

.bd-orange {
  border: 1px solid #f29f37; }

.bd-blue {
  border: 1px solid #477df0; }

.bd-pink {
  border: 1px solid #ff95c4; }

.bd-water {
  border: 1px solid #4daaf0; }

.bd-purple {
  border: 1px solid #918ec7; }

.bd-green {
  border: 1px solid #86b585; }

.bd-white {
  border: 1px solid #fff; }

.bd-white-must {
  border-color: #fff !important; }

.bd-black {
  border: 1px solid #000; }

.bd-gray {
  border: 1px solid #777; }

html.lity-active {
  overflow: hidden;
  height: 100vh; }
  html.lity-active body, html.lity-active main {
    overflow: hidden; }

body {
  overflow-x: hidden; }

.comment-box {
  display: block;
  border: 2px solid #000;
  position: relative;
  border-radius: 12px;
  padding: 60px 30px;
  width: calc(100% - 64px);
  box-shadow: 0px 4px 0px #000; }
  .comment-box p {
    position: relative; }
  .comment-box:before {
    content: "";
    background-color: #fff;
    margin: 4px;
    top: 0;
    left: 0;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    border: 2px solid #000;
    border-radius: 6px; }
  .comment-box.soldout {
    overflow: hidden; }
    .comment-box.soldout:after {
      content: "SOLD OUT";
      display: block;
      position: absolute;
      text-align: center;
      top: calc(50% - 40px);
      left: calc(50% - 140px);
      width: 272px;
      font-size: 45px;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 4px #000;
      transform: rotate(-10deg); }
    .comment-box.soldout .box-inner {
      position: relative; }
      .comment-box.soldout .box-inner:after {
        content: "";
        width: calc(100% + 60px);
        height: calc(100% + 60px);
        top: -30px;
        left: -30px;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute; }

.inline-img {
  display: inline-block;
  height: auto;
  width: 230px;
  vertical-align: middle; }

.bt-action {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .bt-action:hover {
    opacity: 0.6;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.button-wrap {
  width: 100%;
  margin: 80px auto 40px; }
  .button-wrap a {
    display: block;
    width: 240px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 21px;
    margin: auto; }
  .button-wrap.mtb60 {
    margin: 60px auto; }
  .button-wrap.mtre {
    margin: 40px auto 80px; }

/*load-wrap*/
#load-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  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;
  -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;
  opacity: 1; }
  #load-wrap .loading {
    font-family: 'Lato', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    letter-spacing: .8em; }
  #load-wrap .loading-icon {
    width: 80px;
    height: 80px; }
    #load-wrap .loading-icon img {
      width: 100%;
      height: auto; }
  #load-wrap.hide {
    display: none; }
  #load-wrap .first_catch {
    width: 90%;
    height: auto;
    margin: 0px auto 60px;
    max-width: 600px; }
    #load-wrap .first_catch img {
      width: 100%;
      height: auto; }

/*header*/
header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  header h1 {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 180px;
    height: auto; }
    header h1 img {
      width: 100%;
      height: auto; }
  header .corabo-logo {
    position: absolute;
    top: 20px;
    right: 160px;
    height: 70px; }
    header .corabo-logo img {
      height: 100%;
      width: auto; }

.navi-switch {
  position: fixed;
  top: -40px;
  right: -50px;
  width: 180px;
  height: 180px;
  z-index: 10;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .navi-switch img {
    width: 100%;
    height: 100%; }
  .navi-switch:focus, .navi-switch a:focus {
    outline: none; }
  .navi-switch.run {
    top: calc(24% - 90px);
    right: calc(50% - 90px); }

.catch {
  width: 94%;
  margin: 30px auto 20px;
  color: #6299d0; }
  .catch br {
    display: none; }

/*main*/
main {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background-image: url(../images/pt_texture.png); }
  main.fix {
    height: 100vh; }

.inner-wrap {
  width: calc(100% - 60px);
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto; }

section, address {
  margin: 0;
  padding: 60px 0; }
  section.pt0, address.pt0 {
    padding-top: 0; }

#main-visual {
  padding: 0;
  position: relative;
  display: block; }
  #main-visual .hint-header {
    width: 60%;
    max-width: 900px;
    height: auto;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 30%;
    left: 0;
    right: 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #main-visual .hint-header .hint-header-logo {
      width: 60%;
      height: auto; }
      #main-visual .hint-header .hint-header-logo img {
        width: 100%;
        height: auto; }
    #main-visual .hint-header .hint-header-title {
      width: 40%;
      height: auto; }
      #main-visual .hint-header .hint-header-title img {
        width: 100%;
        height: auto; }
  #main-visual .visual-back {
    width: 100%;
    height: auto;
    position: relative;
    display: block; }
    #main-visual .visual-back img {
      width: 100%;
      height: auto; }
    #main-visual .visual-back:after {
      content: "";
      background-image: url(../images/top_back_cover.png);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  #main-visual .visual-rugia {
    width: 55%;
    max-width: 900px;
    height: auto;
    position: absolute;
    display: none;
    top: 0;
    left: -5%; }
    #main-visual .visual-rugia img {
      width: 100%;
      height: auto; }
  #main-visual .visual-copy {
    width: 45%;
    height: 55%;
    position: absolute;
    top: 0;
    right: 0;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000; }
    #main-visual .visual-copy img {
      display: block;
      width: 90%;
      max-width: 600px;
      margin: auto; }
  #main-visual .visual-title {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -5%; }
    #main-visual .visual-title h1 {
      width: 60%;
      max-width: 800px;
      height: auto;
      display: block;
      margin: 30px auto 0; }
      #main-visual .visual-title h1 img {
        width: 100%;
        height: auto; }

#contents {
  position: relative; }
  #contents .hint-button-wrap {
    width: 100%;
    height: auto; }
    #contents .hint-button-wrap a {
      display: block;
      max-width: 720px;
      margin: 0 auto 20px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #contents .hint-button-wrap a:hover {
        background-color: white; }
      #contents .hint-button-wrap a img {
        width: 90%;
        height: auto;
        margin: auto;
        display: block; }
  #contents .badge-wrap {
    text-align: center; }
    #contents .badge-wrap .badge-img {
      width: 95%;
      height: auto;
      max-width: 400px;
      margin: auto;
      margin-bottom: 20px;
      border: 2px solid #fff;
      border-radius: 16px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
      #contents .badge-wrap .badge-img img {
        width: calc(100% - 16px);
        height: auto;
        display: block;
        border-width: 8px;
        border-radius: 14px; }
  #contents .food-store {
    margin: 80px auto 20px; }
    #contents .food-store a {
      border-bottom: 2px solid #536fae;
      padding-bottom: 8px; }
      #contents .food-store a span {
        font-size: 14px; }
    #contents .food-store .min {
      font-size: 16px;
      font-weight: 500;
      margin-top: 16px; }
      #contents .food-store .min a {
        border: none; }
  #contents .food-wrap .comment-box, #contents .goods-wrap .comment-box {
    padding: 30px;
    margin-bottom: 30px; }
    #contents .food-wrap .comment-box .box-inner, #contents .goods-wrap .comment-box .box-inner {
      position: relative;
      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; }
      #contents .food-wrap .comment-box .box-inner .item-img, #contents .goods-wrap .comment-box .box-inner .item-img {
        width: 100%;
        max-width: 400px;
        height: auto;
        display: block; }
        #contents .food-wrap .comment-box .box-inner .item-img img, #contents .goods-wrap .comment-box .box-inner .item-img img {
          width: 100%;
          height: auto;
          display: block; }
      #contents .food-wrap .comment-box .box-inner .item-detail, #contents .goods-wrap .comment-box .box-inner .item-detail {
        width: 100%;
        margin-left: 20px; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title h4, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title h4 {
          text-align: left;
          font-size: 30px;
          padding: 10px 0; }
          #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title h4 span, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title h4 span {
            font-size: 16px;
            vertical-align: middle; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-title-sub, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-title-sub {
          width: 100%;
          font-weight: 700;
          text-align: left; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-price, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-price {
          padding: 2px 8px;
          text-align: right;
          font-size: 24px;
          margin: 10px auto; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-link, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-link {
          border-top: 1px solid #ddd;
          margin-top: 12px;
          padding-top: 12px;
          text-align: center; }
          #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-link a, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-link a {
            display: inline-block;
            padding: 4px 8px;
            border-radius: 4px; }
      #contents .food-wrap .comment-box .box-inner .store-wrap h4, #contents .goods-wrap .comment-box .box-inner .store-wrap h4 {
        margin-bottom: 10px; }
      #contents .food-wrap .comment-box .box-inner .store-wrap a, #contents .goods-wrap .comment-box .box-inner .store-wrap a {
        display: block;
        width: calc(100% - 16px);
        text-align: center;
        padding: 8px 8px;
        border-radius: 4px;
        position: relative;
        z-index: 0;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
        border-bottom: 3px solid #4664a9; }
        #contents .food-wrap .comment-box .box-inner .store-wrap a span, #contents .goods-wrap .comment-box .box-inner .store-wrap a span {
          position: relative;
          z-index: 1; }
          #contents .food-wrap .comment-box .box-inner .store-wrap a span.min, #contents .goods-wrap .comment-box .box-inner .store-wrap a span.min {
            padding: 2 10px;
            font-size: 14px;
            display: block;
            margin-top: 8px;
            border-radius: 2px; }
        #contents .food-wrap .comment-box .box-inner .store-wrap a:after, #contents .goods-wrap .comment-box .box-inner .store-wrap a:after {
          content: "";
          display: block;
          background-color: rgba(83, 111, 174, 0.8);
          width: 100%;
          height: 100%;
          position: absolute;
          top: -4px;
          left: 0;
          border-radius: 4px; }
        #contents .food-wrap .comment-box .box-inner .store-wrap a.bt-osaka, #contents .goods-wrap .comment-box .box-inner .store-wrap a.bt-osaka {
          border-bottom: 3px solid #7e499c; }
          #contents .food-wrap .comment-box .box-inner .store-wrap a.bt-osaka:after, #contents .goods-wrap .comment-box .box-inner .store-wrap a.bt-osaka:after {
            background-color: rgba(162, 97, 199, 0.8); }
      #contents .food-wrap .comment-box .box-inner .store-info, #contents .goods-wrap .comment-box .box-inner .store-info {
        margin-top: 12px; }
        #contents .food-wrap .comment-box .box-inner .store-info p, #contents .goods-wrap .comment-box .box-inner .store-info p {
          text-align: center; }
          #contents .food-wrap .comment-box .box-inner .store-info p span, #contents .goods-wrap .comment-box .box-inner .store-info p span {
            font-size: 0.8em;
            line-height: 1.5em; }
  #contents .screen {
    width: calc(100% - 40px);
    max-width: 1030px;
    margin: auto;
    height: auto;
    padding: 20px;
    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; }
    #contents .screen .screen-img {
      width: 30%;
      margin: 0 auto; }
      #contents .screen .screen-img img {
        width: 100%;
        height: auto; }
  #contents .gamestart {
    width: 100%;
    text-align: center;
    padding: 60px 0; }
    #contents .gamestart a {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      display: inline-block;
      padding: 20px 30px;
      border-radius: 6px;
      border: 2px solid #41CC93;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }
  #contents .gamecomment {
    width: calc(96% - 44px);
    max-width: 600px;
    margin: auto;
    border: 2px solid #000;
    padding: 20px;
    text-align: center; }
    #contents .gamecomment h5 {
      text-align: center;
      font-size: 20px;
      margin-bottom: 12px; }
    #contents .gamecomment ul {
      margin-bottom: 12px; }
      #contents .gamecomment ul li {
        display: inline-block; }
        #contents .gamecomment ul li:nth-child(n+2):before {
          content: "/"; }
    #contents .gamecomment span.min {
      font-size: 13px;
      margin-top: 12px;
      display: block; }
  #contents .practice-mons {
    position: absolute;
    width: 300px;
    height: 300px; }
    #contents .practice-mons img {
      width: 100%;
      height: auto; }
    #contents .practice-mons.pm-pika {
      top: -210px;
      left: -70px; }
    #contents .practice-mons.pm-luck {
      top: -120px;
      right: -200px; }
    #contents .practice-mons.pm-meta {
      top: -130px;
      left: -180px; }
    #contents .practice-mons.pm-eve {
      top: 50px;
      right: -80px; }
    #contents .practice-mons.pm-nya {
      top: 190px;
      right: -200px; }
  #contents .figure-wrap {
    width: 100%;
    height: auto;
    padding: 0; }
    #contents .figure-wrap figure {
      margin-bottom: 40px; }
      #contents .figure-wrap figure img {
        width: 100%;
        height: auto;
        margin: 10px auto; }
      #contents .figure-wrap figure figcaption {
        text-align: center; }
        #contents .figure-wrap figure figcaption p {
          margin-top: 20px; }
  #contents .map-wrap {
    margin: 0;
    padding: 40px 4%;
    width: 92%;
    text-align: center; }
    #contents .map-wrap img {
      width: 100%;
      max-width: 600px;
      margin: auto; }
    #contents .map-wrap.mb-120 {
      margin-bottom: -120px; }
    #contents .map-wrap.mb-60 {
      margin-bottom: -60px; }
  #contents .practice-wrap {
    width: 100%;
    height: auto;
    padding: 0; }
    #contents .practice-wrap .practice-content {
      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: 80%;
      max-width: 1000px;
      margin: 0 auto;
      position: relative; }
      #contents .practice-wrap .practice-content .question-wrap {
        width: 98%;
        padding: 1%;
        z-index: 5; }
        #contents .practice-wrap .practice-content .question-wrap .question {
          width: 100%;
          height: auto; }
          #contents .practice-wrap .practice-content .question-wrap .question img {
            width: 100%;
            height: auto;
            margin-bottom: 8px; }
    #contents .practice-wrap .contents-title h3 {
      margin: 40px auto 60px;
      padding: 24px 12px;
      font-size: 27px; }
      #contents .practice-wrap .contents-title h3.mt0 {
        margin-top: 0; }
    #contents .practice-wrap .comment-box {
      padding: 20px !important;
      margin: auto; }
      #contents .practice-wrap .comment-box .box-inner .box-title .open-detail {
        text-align: center;
        width: 100%; }
  #contents .ticket-barie {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #contents .ticket-barie .ticket-barie-block {
      width: 48%;
      margin: auto; }
      #contents .ticket-barie .ticket-barie-block h4 {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #000; }
      #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box {
          width: 40%;
          padding: 24px 12px;
          margin: auto;
          text-align: center;
          min-height: 330px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .ticket-plus {
            color: #000;
            position: relative;
            font-weight: 700;
            font-size: 20px;
            line-height: 27px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .atr5, #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .oneday {
            display: block;
            color: #fff;
            background-color: #fbb03b;
            padding: 8px 4px;
            width: calc(100% - 8px);
            position: relative;
            border-radius: 4px;
            font-weight: 700;
            font-size: 20px;
            line-height: 27px;
            margin: 8px 0 12px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .oneday {
            background-color: #f15a24; }
            #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .oneday.tb-padding {
              padding: 24px 4px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .price {
            margin-top: 12px;
            font-size: 21px; }
            #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .price b {
              font-weight: 700; }
            #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .price span {
              font-size: 15px; }
    #contents .ticket-barie.osaka {
      margin-bottom: 60px; }
      #contents .ticket-barie.osaka .ticket-barie-block {
        width: 48%; }
        #contents .ticket-barie.osaka .ticket-barie-block h4 span {
          font-size: 0.8em; }
        #contents .ticket-barie.osaka .ticket-barie-block .ticket-barie-block-inner {
          height: initial;
          min-height: initial;
          margin: 0 auto; }
          #contents .ticket-barie.osaka .ticket-barie-block .ticket-barie-block-inner .comment-box {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            width: calc(47% - 24px);
            min-height: initial;
            margin: 0 auto; }
  #contents .booth-check {
    width: 100%;
    text-align: center;
    margin: 80px 0 20px;
    font-size: 21px; }
  #contents .timetable {
    width: 100%;
    text-align: center; }
    #contents .timetable h4 {
      display: block;
      width: 100%;
      padding: 20px 0; }
    #contents .timetable ul li {
      font-size: 15px;
      font-weight: 700;
      border-bottom: 1px solid #000;
      padding: 12px 0;
      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; }
      #contents .timetable ul li .day {
        width: 100%;
        margin-right: 12px;
        font-size: 21px; }
  #contents .contents-title {
    width: 100%; }
    #contents .contents-title h3 {
      color: #fff;
      padding: 24px 0;
      margin: 120px auto 80px; }
      #contents .contents-title h3.mt60 {
        margin-top: 60px; }
      #contents .contents-title h3.mt0 {
        margin-top: 0; }
  #contents .hatsubai h4 {
    line-height: 24px;
    margin-bottom: 12px; }
  #contents .shop-wrap .comment-box, #contents .practice-wrap .comment-box, #contents .hint-wrap .comment-box {
    padding: 30px;
    margin-bottom: 20px; }
  #contents .shop-wrap .hint-box, #contents .practice-wrap .hint-box, #contents .hint-wrap .hint-box {
    margin-bottom: 12px;
    border-width: 2px;
    border-radius: 8px;
    box-shadow: 0 2px 0 #000; }
  #contents .shop-wrap .box-inner, #contents .practice-wrap .box-inner, #contents .hint-wrap .box-inner {
    position: relative; }
    #contents .shop-wrap .box-inner .box-title, #contents .practice-wrap .box-inner .box-title, #contents .hint-wrap .box-inner .box-title {
      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;
      height: 60px;
      position: relative; }
      #contents .shop-wrap .box-inner .box-title h4, #contents .practice-wrap .box-inner .box-title h4, #contents .hint-wrap .box-inner .box-title h4 {
        text-align: left; }
        #contents .shop-wrap .box-inner .box-title h4.ta-center, #contents .practice-wrap .box-inner .box-title h4.ta-center, #contents .hint-wrap .box-inner .box-title h4.ta-center {
          text-align: center; }
      #contents .shop-wrap .box-inner .box-title .bt-set, #contents .practice-wrap .box-inner .box-title .bt-set, #contents .hint-wrap .box-inner .box-title .bt-set {
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 300px; }
        #contents .shop-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .shop-wrap .box-inner .box-title .bt-set .open-detail, #contents .practice-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .practice-wrap .box-inner .box-title .bt-set .open-detail, #contents .hint-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .hint-wrap .box-inner .box-title .bt-set .open-detail {
          width: 45%;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500;
          margin: auto;
          border-width: 2px;
          display: block;
          padding: 16px 0;
          text-align: center; }
          #contents .shop-wrap .box-inner .box-title .bt-set .ticket-bt.full-size, #contents .shop-wrap .box-inner .box-title .bt-set .open-detail.full-size, #contents .practice-wrap .box-inner .box-title .bt-set .ticket-bt.full-size, #contents .practice-wrap .box-inner .box-title .bt-set .open-detail.full-size, #contents .hint-wrap .box-inner .box-title .bt-set .ticket-bt.full-size, #contents .hint-wrap .box-inner .box-title .bt-set .open-detail.full-size {
            width: calc(100% - 36px); }
        #contents .shop-wrap .box-inner .box-title .bt-set .stop, #contents .practice-wrap .box-inner .box-title .bt-set .stop, #contents .hint-wrap .box-inner .box-title .bt-set .stop {
          position: absolute;
          top: -2px;
          left: 0;
          width: 100%;
          background-color: #888;
          text-align: center;
          color: #fff;
          padding: 16px 0;
          font-size: 18px;
          font-weight: 500; }
        #contents .shop-wrap .box-inner .box-title .bt-set.top-fifty, #contents .practice-wrap .box-inner .box-title .bt-set.top-fifty, #contents .hint-wrap .box-inner .box-title .bt-set.top-fifty {
          top: -50%; }
      #contents .shop-wrap .box-inner .box-title.h-auto, #contents .practice-wrap .box-inner .box-title.h-auto, #contents .hint-wrap .box-inner .box-title.h-auto {
        height: auto; }
    #contents .shop-wrap .box-inner .box-detail, #contents .practice-wrap .box-inner .box-detail, #contents .hint-wrap .box-inner .box-detail {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border-top: 1px solid #000;
      padding-top: 20px;
      margin-top: 20px;
      opacity: 1; }
      #contents .shop-wrap .box-inner .box-detail.hide, #contents .practice-wrap .box-inner .box-detail.hide, #contents .hint-wrap .box-inner .box-detail.hide {
        border-width: 0;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
        opacity: 0; }
    #contents .shop-wrap .box-inner .hint-box-title, #contents .practice-wrap .box-inner .hint-box-title, #contents .hint-wrap .box-inner .hint-box-title {
      padding: 12px 20px;
      display: block; }
    #contents .shop-wrap .box-inner .hint-box-detail, #contents .practice-wrap .box-inner .hint-box-detail, #contents .hint-wrap .box-inner .hint-box-detail {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border-top: 1px solid #000;
      padding: 20px;
      margin-top: 0x;
      opacity: 1; }
      #contents .shop-wrap .box-inner .hint-box-detail.hide, #contents .practice-wrap .box-inner .hint-box-detail.hide, #contents .hint-wrap .box-inner .hint-box-detail.hide {
        border-width: 0;
        padding: 0 20px;
        margin: 0;
        height: 0;
        overflow: hidden;
        opacity: 0; }
      #contents .shop-wrap .box-inner .hint-box-detail img, #contents .practice-wrap .box-inner .hint-box-detail img, #contents .hint-wrap .box-inner .hint-box-detail img {
        width: 100%;
        height: auto; }
  #contents .contents-share .share-wrap {
    position: relative; }
    #contents .contents-share .share-wrap h2 {
      margin-top: 0; }
    #contents .contents-share .share-wrap .sns-wrap {
      text-align: center;
      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; }
      #contents .contents-share .share-wrap .sns-wrap a {
        margin: 0 20px;
        display: block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 18px;
        padding: 12px; }
        #contents .contents-share .share-wrap .sns-wrap a i {
          font-size: 100px; }
        #contents .contents-share .share-wrap .sns-wrap a:hover {
          background-color: #fff;
          box-shadow: 2px 2px 8px rgba(23, 22, 76, 0.3); }
          #contents .contents-share .share-wrap .sns-wrap a:hover i.icon-line {
            color: #4bb45d; }
          #contents .contents-share .share-wrap .sns-wrap a:hover i.icon-twitter {
            color: #63c1f0; }
          #contents .contents-share .share-wrap .sns-wrap a:hover i.icon-facebook {
            color: #5193cc; }
  #contents .clear-img {
    width: 100%;
    height: auto; }
    #contents .clear-img img {
      width: 100%;
      height: auto; }

#photo-slider {
  background: #ffffff;
  margin: 40px 0 20px;
  padding: 20px 0;
  box-shadow: 0px 0px 4px #ccc inset; }
  #photo-slider .slider {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    overflow: hidden; }
    #photo-slider .slider .swiper-slide {
      width: 240px;
      margin: 8px; }
      #photo-slider .slider .swiper-slide img {
        width: 100%;
        height: auto; }

#cm .inner-wrap {
  max-width: 800px; }
#cm .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  #cm .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.notice-red {
  max-width: 984px;
  border: 8px solid #e62117;
  text-align: center;
  margin: 30px auto; }
  .notice-red.forindex {
    width: 80%; }
  .notice-red a {
    color: #e62117;
    padding: 16px 16px;
    display: block;
    background: #fff;
    font-size: 24px;
    font-weight: 700; }

#stage {
  padding: 40px 0;
  display: block;
  text-align: center;
  width: 100%;
  position: relative; }
  #stage .swiper-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    #stage .swiper-container .swiper-wrapper .swiper-slide {
      margin: 0 auto; }
      #stage .swiper-container .swiper-wrapper .swiper-slide img {
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 560px; }
    #stage .swiper-container .swiper-pagination, #stage .swiper-container .swiper-button-prev, #stage .swiper-container .swiper-button-next {
      display: none; }
  #stage .banner-photo {
    width: 40%;
    max-width: 320px;
    height: auto;
    position: absolute;
    top: -20px;
    right: 30px; }
    #stage .banner-photo img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
    #stage .banner-photo a {
      display: block;
      margin-bottom: 12px; }
      #stage .banner-photo a:hover {
        opacity: 0.8; }
  #stage .scroll-bt {
    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; }
    #stage .scroll-bt a {
      display: block;
      width: 50%;
      max-width: 240px;
      text-align: center;
      padding: 20px 12px;
      margin: 8px;
      background-color: #fff;
      font-size: 21px; }
  #stage .stage-wrap {
    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%;
    max-width: 1000px;
    margin: 0 auto; }
  #stage .area-wrap {
    width: calc(100% - 60px);
    padding: 0 30px;
    max-width: 1000px;
    margin: -10% auto 0;
    position: relative; }
    #stage .area-wrap h2.with-mons {
      position: relative; }
      #stage .area-wrap h2.with-mons:after {
        content: "";
        display: inline-block;
        width: 170px;
        height: 144px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 4px; }
      #stage .area-wrap h2.with-mons.pika:after {
        background-image: url(../images/h2_pika.png); }
      #stage .area-wrap h2.with-mons.meta:after {
        background-image: url(../images/h2_meta.png); }
      #stage .area-wrap h2.with-mons.hitode:after {
        background-image: url(../images/h2_hitode.png); }
      #stage .area-wrap h2.with-mons.nya:after {
        background-image: url(../images/h2_nya.png); }
      #stage .area-wrap h2.with-mons.raf:after {
        background-image: url(../images/h2_raf.png); }
      #stage .area-wrap h2.with-mons.nyaraf:after {
        background-image: url(../images/h2_nyaraf.png); }
    #stage .area-wrap .hint-title {
      width: 100%;
      max-width: 720px;
      height: auto;
      margin: auto;
      display: block; }
      #stage .area-wrap .hint-title img {
        width: 100%;
        height: auto; }
  #stage .area-info {
    text-align: left;
    margin: -10% auto 0; }
    #stage .area-info h2 {
      text-align: left;
      font-size: 90px;
      line-height: 94px; }
      #stage .area-info h2 span {
        text-align: left; }
    #stage .area-info .date {
      width: 100%;
      max-width: 600px; }
      #stage .area-info .date img {
        width: 100%;
        height: auto; }
    #stage .area-info .area-detail {
      width: 100%;
      display: block;
      margin: 20px 0;
      position: relative; }
      #stage .area-info .area-detail .access-posi {
        position: absolute;
        bottom: 60px;
        right: 0; }
      #stage .area-info .area-detail .access-bt {
        display: block;
        width: 180px;
        background-color: #36559c;
        text-align: center;
        padding: 16px;
        border-radius: 4px;
        font-weight: bold;
        position: relative;
        z-index: 0;
        box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3); }
        #stage .area-info .area-detail .access-bt:after {
          content: "";
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: -6px;
          left: 0;
          background-color: #526eae;
          z-index: 0;
          border-radius: 4px; }
        #stage .area-info .area-detail .access-bt:hover:after {
          opacity: 0.9; }
        #stage .area-info .area-detail .access-bt.osaka {
          background-color: #8f45b9; }
          #stage .area-info .area-detail .access-bt.osaka:after {
            background-color: #9b59c2; }
        #stage .area-info .area-detail .access-bt span {
          position: relative;
          z-index: 4;
          font-size: 21px;
          color: #fff;
          top: -6px; }
  #stage .stage-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    #stage .stage-card .card-img {
      width: 100%;
      height: auto;
      position: relative; }
      #stage .stage-card .card-img img {
        width: 100%;
        height: auto; }
    #stage .stage-card .card-contents {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 100%;
      height: 100%; }
      #stage .stage-card .card-contents .card-title {
        position: relative;
        top: 7%; }
      #stage .stage-card .card-contents .card-bt {
        position: relative;
        top: 64%;
        display: block;
        padding: 4%;
        width: 60%;
        margin: 0 auto;
        border-radius: 4px;
        color: #fff;
        font-weight: 700;
        font-size: 24px; }
      #stage .stage-card .card-contents .card-ticket {
        position: relative;
        display: block;
        top: 67%;
        font-size: 21px;
        font-weight: 700; }
  #stage map {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0; }
    #stage map .area1 {
      display: block;
      position: absolute;
      top: 73%;
      left: 11%;
      width: 78%;
      height: 14%; }
    #stage map .area2 {
      display: block;
      position: absolute;
      top: 88%;
      left: 11%;
      width: 78%;
      height: 8%; }
    #stage map .map-link {
      display: block; }
      #stage map .map-link:hover {
        background-color: rgba(255, 255, 255, 0.3); }

#menu, .navi-menu-wrap {
  padding-bottom: 0; }
  #menu.mb40, .navi-menu-wrap.mb40 {
    margin-bottom: 40px; }
  #menu .menu-wrap, .navi-menu-wrap .menu-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto; }
    #menu .menu-wrap .menu-block, .navi-menu-wrap .menu-wrap .menu-block {
      width: 50%;
      padding: 1%;
      display: block;
      position: relative; }
      #menu .menu-wrap .menu-block .bt-coming, .navi-menu-wrap .menu-wrap .menu-block .bt-coming {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
        #menu .menu-wrap .menu-block .bt-coming img, .navi-menu-wrap .menu-wrap .menu-block .bt-coming img {
          width: 60%;
          height: auto;
          position: absolute;
          bottom: 25px;
          right: 5px;
          transform: rotate(-10deg); }
      #menu .menu-wrap .menu-block .menu-block-inner, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner {
        width: 100%;
        height: auto;
        position: relative;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
        #menu .menu-wrap .menu-block .menu-block-inner:hover, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner:hover {
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
          background-color: rgba(0, 0, 0, 0.2); }
        #menu .menu-wrap .menu-block .menu-block-inner .menu-img, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-img {
          position: relative;
          width: 100%;
          height: auto; }
          #menu .menu-wrap .menu-block .menu-block-inner .menu-img img, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-img img {
            width: 100%;
            height: auto; }
        #menu .menu-wrap .menu-block .menu-block-inner .menu-title, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-title {
          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;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          box-sizing: content-box;
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          position: absolute;
          top: 0;
          left: 0;
          border: 2px solid #fff; }
          #menu .menu-wrap .menu-block .menu-block-inner .menu-title h2, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-title h2 {
            font-size: 56px;
            line-height: 58px;
            margin-left: 40%;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
            #menu .menu-wrap .menu-block .menu-block-inner .menu-title h2 span, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-title h2 span {
              font-size: 22px;
              line-height: 24px; }
    #menu .menu-wrap .back-index, .navi-menu-wrap .menu-wrap .back-index {
      width: calc(100% - 24px);
      height: auto; }
      #menu .menu-wrap .back-index a, .navi-menu-wrap .menu-wrap .back-index a {
        width: 100%;
        display: block;
        padding: 30px 12px;
        font-size: 15px;
        font-weight: 700;
        text-align: center; }

.navi-menu-wrap {
  width: calc(100% - 80px);
  margin: 30px auto; }

#news .news-title {
  position: relative; }
  #news .news-title .news-title-img {
    width: calc(100% + 300px);
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    margin: 0 -150px; }
    #news .news-title .news-title-img img {
      width: 100%;
      height: auto; }
#news .news-list {
  width: 96%;
  padding: 2%; }
  #news .news-list ul {
    display: block;
    height: auto;
    max-height: 300px;
    width: 100%;
    overflow-y: scroll;
    border-top: 3px solid #a6b8dc;
    border-bottom: 3px solid #a6b8dc; }
  #news .news-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 40px; }
    #news .news-list li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #fff; }
    #news .news-list li:nth-child(1):before {
      content: none; }
    #news .news-list li .date {
      font-size: 21px;
      width: 150px;
      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; }
    #news .news-list li p {
      width: calc(100% - 150px); }
      #news .news-list li p a {
        color: #fff;
        text-decoration: underline; }
        #news .news-list li p a:hover {
          opacity: 0.7; }
#news .tweet-box {
  width: calc(100% - 4px);
  background-color: #fff;
  border: 2px solid #ddd;
  height: 600px; }

#special #special-slider .special-slide {
  position: relative; }
  #special #special-slider .special-slide .swiper-wrapper {
    width: 100%; }
    #special #special-slider .special-slide .swiper-wrapper .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      padding-bottom: 25px;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      #special #special-slider .special-slide .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1; }
      #special #special-slider .special-slide .swiper-wrapper .swiper-slide a {
        width: 90%;
        height: auto;
        margin: 2%;
        position: relative; }
        #special #special-slider .special-slide .swiper-wrapper .swiper-slide a img {
          width: 100%;
          height: auto; }
        #special #special-slider .special-slide .swiper-wrapper .swiper-slide a.new:before {
          content: "";
          position: absolute;
          display: block;
          bottom: -20px;
          right: -24px;
          width: 120px;
          height: 80px;
          background-image: url("../images/new.png");
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: center; }
  #special #special-slider .special-slide .swiper-button-prev, #special #special-slider .special-slide .swiper-button-next {
    top: 50%; }
  #special #special-slider .special-slide .swiper-button-prev {
    left: 0; }
  #special #special-slider .special-slide .swiper-button-next {
    right: 0; }
  #special #special-slider .special-slide .swiper-pagination-bullets {
    bottom: -20px; }
#special .special-wrap {
  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; }
  #special .special-wrap a {
    width: 46%;
    height: auto;
    margin: 2%;
    position: relative; }
    #special .special-wrap a img {
      width: 100%;
      height: auto; }
    #special .special-wrap a.new:before {
      content: "";
      position: absolute;
      display: block;
      bottom: -20px;
      right: -24px;
      width: 70px;
      height: 60px;
      background-image: url("../images/new.png");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }

#story {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #2d2d75), color-stop(0, #536fae));
  background: -webkit-linear-gradient(#536fae, #2d2d75);
  background: -moz-linear-gradient(#536fae, #2d2d75);
  background: -o-linear-gradient(#536fae, #2d2d75);
  background: -ms-linear-gradient(#536fae, #2d2d75);
  background: linear-gradient(#536fae, #2d2d75);
  position: relative; }
  #story:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    left: 0;
    margin: 12px;
    width: calc(100% - 26px);
    height: calc(100% - 26px); }
  #story p {
    text-shadow: 2px 2px 3px rgba(23, 22, 76, 0.5); }
  #story .story-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;
    width: 94%;
    max-width: 920px;
    margin: 0 auto;
    position: relative; }
    #story .story-row .story-col {
      width: 100%; }
      #story .story-row .story-col img {
        width: 100%; }

#play .play-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #play .play-wrap figure {
    width: 46%;
    height: auto;
    margin: 2%;
    text-align: center;
    position: relative; }
    #play .play-wrap figure img {
      width: 100%;
      height: auto; }
    #play .play-wrap figure figcaption {
      margin-top: 20px; }
    #play .play-wrap figure .baloon {
      display: block;
      background: #f1f1f1;
      width: 86%;
      margin: 20px auto;
      padding: 10px;
      font-size: 14px;
      border-radius: 6px;
      border: 1px solid #767676;
      position: relative; }
      #play .play-wrap figure .baloon span {
        font-weight: bold;
        font-size: 18px;
        display: block;
        color: #ff7783; }
        #play .play-wrap figure .baloon span i {
          font-size: 15px;
          color: #ff7783; }
      #play .play-wrap figure .baloon:before, #play .play-wrap figure .baloon:after {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #play .play-wrap figure .baloon:before {
        right: 27px;
        border-color: rgba(118, 118, 118, 0);
        border-bottom-color: #767676;
        border-width: 15px 17px 17px 0;
        margin-left: -16px; }
      #play .play-wrap figure .baloon:after {
        right: 28px;
        border-color: rgba(241, 241, 241, 0);
        border-bottom-color: #f1f1f1;
        border-width: 15px 15px 15px 0;
        margin-left: -15px; }

#highlight .highlight-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }
  #highlight .highlight-wrap .highlight-content {
    width: 96%;
    max-width: calc(1000px - 2%);
    margin: auto;
    padding: 1%;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #highlight .highlight-wrap .highlight-content .highlight-img {
      width: 50%;
      height: auto; }
      #highlight .highlight-wrap .highlight-content .highlight-img img {
        width: 100%;
        height: auto; }
    #highlight .highlight-wrap .highlight-content .highlight-txt {
      width: calc(50% - 60px);
      margin-left: 20px;
      padding: 20px; }
      #highlight .highlight-wrap .highlight-content .highlight-txt h4 {
        font-size: 27px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 16px; }
    #highlight .highlight-wrap .highlight-content:nth-child(odd) {
      background-color: rgba(255, 242, 128, 0.5); }

#feature .feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #feature .feature-wrap figure {
    text-align: center;
    width: 100%;
    max-width: 240px;
    margin: 0 auto; }
    #feature .feature-wrap figure .img-set {
      width: 100%;
      height: auto;
      position: relative; }
      #feature .feature-wrap figure .img-set .base {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 1; }
      #feature .feature-wrap figure .img-set .set {
        position: absolute;
        top: 15%;
        left: 15%;
        width: 70%;
        height: auto;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 2; }
    #feature .feature-wrap figure.selected {
      position: relative; }
      #feature .feature-wrap figure.selected .img-set .set {
        top: 0%;
        left: 0%;
        width: 100%; }
      #feature .feature-wrap figure.selected .img-set:after {
        content: "";
        width: 80%;
        height: 80%;
        display: block;
        background-color: #ffb9df;
        position: absolute;
        top: 10%;
        left: 10%;
        border-radius: 50%; }
      #feature .feature-wrap figure.selected .img-set.set01:after {
        background-color: #918ec7; }
      #feature .feature-wrap figure.selected .img-set.set02:after {
        background-color: #86b585; }
      #feature .feature-wrap figure.selected .img-set.set03:after {
        background-color: #ff95c4; }
      #feature .feature-wrap figure.selected:after {
        content: "";
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
        background-size: 100%;
        background-image: url(../images/arrow_up.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto; }
#feature .feature-text {
  margin-top: 40px;
  text-align: center; }

#present {
  text-align: center;
  position: relative; }
  #present img {
    width: 100%;
    height: auto;
    margin: 40px auto; }
  #present .present-bt-set {
    margin-top: 40px; }
    #present .present-bt-set a {
      display: inline-block;
      background-color: #fff;
      padding: 12px 18px;
      font-size: 24px;
      font-weight: 700;
      width: 200px;
      border-radius: 6px; }
  #present .poke {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    max-width: 400px;
    min-width: 135px;
    height: auto; }
    #present .poke img {
      width: 100%;
      height: auto;
      margin: 0; }

#about .about-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #about .about-buttons a {
    width: 46%;
    margin: 0 2%; }
    #about .about-buttons a img {
      width: 100%;
      height: auto;
      border-radius: 6px; }

#scroll-top .scroll-top-text {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  padding: 24px;
  position: relative;
  width: 900px;
  margin: 0 auto; }
  #scroll-top .scroll-top-text:after {
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 360px;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../images/scroll_top.png);
    background-size: 100%; }
  #scroll-top .scroll-top-text.no-rugia {
    text-align: center;
    width: auto;
    display: block; }
    #scroll-top .scroll-top-text.no-rugia:after {
      content: none; }
#scroll-top:hover {
  background-color: rgba(0, 0, 0, 0.5); }
  #scroll-top:hover .scroll-top-text:after {
    height: 128px; }

#sns .sns-wrap {
  text-align: center;
  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; }
  #sns .sns-wrap a {
    margin: 0 20px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 18px;
    padding: 12px; }
    #sns .sns-wrap a i {
      font-size: 100px;
      color: #fff; }
    #sns .sns-wrap a:hover {
      background-color: #fff;
      box-shadow: 2px 2px 8px rgba(23, 22, 76, 0.3); }
      #sns .sns-wrap a:hover i.icon-line {
        color: #4bb45d; }
      #sns .sns-wrap a:hover i.icon-twitter {
        color: #63c1f0; }
      #sns .sns-wrap a:hover i.icon-facebook {
        color: #5193cc; }

#contact {
  text-align: center; }
  #contact .inline-logo {
    display: inline-block;
    vertical-align: bottom;
    width: 160px; }

#credit {
  text-align: center; }
  #credit .credit-wrap {
    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; }
    #credit .credit-wrap a {
      width: 46%;
      max-width: 400px;
      margin: 60px 2%;
      display: block; }
      #credit .credit-wrap a img {
        width: 100%;
        height: auto; }
  #credit .dgame-banner {
    margin: 0px auto 60px;
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto; }
    #credit .dgame-banner img {
      width: 100%;
      height: auto; }
  #credit.has-bottom-menu {
    margin-bottom: 120px; }

#footer-menu {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7); }
  #footer-menu .footer-menu-wrap {
    width: 100%;
    max-width: 900px;
    margin: auto;
    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; }
    #footer-menu .footer-menu-wrap .footer-menu-wrap-list {
      width: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -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;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      height: 86px; }
      #footer-menu .footer-menu-wrap .footer-menu-wrap-list img {
        width: 70%;
        max-width: 48px;
        height: auto;
        padding: 5% 15% 0;
        margin: 0 auto; }
      #footer-menu .footer-menu-wrap .footer-menu-wrap-list span {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
        color: #fff;
        padding: 4px 2px; }
      #footer-menu .footer-menu-wrap .footer-menu-wrap-list a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #footer-menu .footer-menu-wrap .footer-menu-wrap-list a:hover {
          background-color: rgba(255, 255, 255, 0.2); }

/*modal*/
#about-pokemon, #about-dgame, #modal-open, #modal-open-access, #go-photospot, #go-food {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 5% 0;
  width: 100vw; }
  #about-pokemon .modal-inner, #about-dgame .modal-inner, #modal-open .modal-inner, #modal-open-access .modal-inner, #go-photospot .modal-inner, #go-food .modal-inner {
    position: relative; }
    #about-pokemon .modal-inner .modal-wrap, #about-dgame .modal-inner .modal-wrap, #modal-open .modal-inner .modal-wrap, #modal-open-access .modal-inner .modal-wrap, #go-photospot .modal-inner .modal-wrap, #go-food .modal-inner .modal-wrap {
      width: calc(92% - 8px);
      max-width: 600px;
      border: 4px solid #000;
      display: block;
      background: #fff;
      border-radius: 20px;
      margin: 0 auto;
      position: relative;
      padding: 4%; }
      #about-pokemon .modal-inner .modal-wrap .img-full, #about-dgame .modal-inner .modal-wrap .img-full, #modal-open .modal-inner .modal-wrap .img-full, #modal-open-access .modal-inner .modal-wrap .img-full, #go-photospot .modal-inner .modal-wrap .img-full, #go-food .modal-inner .modal-wrap .img-full {
        width: 104%;
        height: auto;
        margin: 0 -2%; }
        #about-pokemon .modal-inner .modal-wrap .img-full img, #about-dgame .modal-inner .modal-wrap .img-full img, #modal-open .modal-inner .modal-wrap .img-full img, #modal-open-access .modal-inner .modal-wrap .img-full img, #go-photospot .modal-inner .modal-wrap .img-full img, #go-food .modal-inner .modal-wrap .img-full img {
          width: 100%;
          height: auto; }
      #about-pokemon .modal-inner .modal-wrap .pt20, #about-dgame .modal-inner .modal-wrap .pt20, #modal-open .modal-inner .modal-wrap .pt20, #modal-open-access .modal-inner .modal-wrap .pt20, #go-photospot .modal-inner .modal-wrap .pt20, #go-food .modal-inner .modal-wrap .pt20 {
        padding-top: 20px; }
      #about-pokemon .modal-inner .modal-wrap .flex-wrap, #about-dgame .modal-inner .modal-wrap .flex-wrap, #modal-open .modal-inner .modal-wrap .flex-wrap, #modal-open-access .modal-inner .modal-wrap .flex-wrap, #go-photospot .modal-inner .modal-wrap .flex-wrap, #go-food .modal-inner .modal-wrap .flex-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: auto;
        padding-top: 20px; }
        #about-pokemon .modal-inner .modal-wrap .flex-wrap .access-text, #about-dgame .modal-inner .modal-wrap .flex-wrap .access-text, #modal-open .modal-inner .modal-wrap .flex-wrap .access-text, #modal-open-access .modal-inner .modal-wrap .flex-wrap .access-text, #go-photospot .modal-inner .modal-wrap .flex-wrap .access-text, #go-food .modal-inner .modal-wrap .flex-wrap .access-text {
          width: 100%;
          margin-bottom: 20px; }
        #about-pokemon .modal-inner .modal-wrap .flex-wrap .access-map, #about-dgame .modal-inner .modal-wrap .flex-wrap .access-map, #modal-open .modal-inner .modal-wrap .flex-wrap .access-map, #modal-open-access .modal-inner .modal-wrap .flex-wrap .access-map, #go-photospot .modal-inner .modal-wrap .flex-wrap .access-map, #go-food .modal-inner .modal-wrap .flex-wrap .access-map {
          width: 100%; }
          #about-pokemon .modal-inner .modal-wrap .flex-wrap .access-map iframe, #about-dgame .modal-inner .modal-wrap .flex-wrap .access-map iframe, #modal-open .modal-inner .modal-wrap .flex-wrap .access-map iframe, #modal-open-access .modal-inner .modal-wrap .flex-wrap .access-map iframe, #go-photospot .modal-inner .modal-wrap .flex-wrap .access-map iframe, #go-food .modal-inner .modal-wrap .flex-wrap .access-map iframe {
            width: 100%;
            min-height: 400px; }
        #about-pokemon .modal-inner .modal-wrap .flex-wrap .present-img, #about-dgame .modal-inner .modal-wrap .flex-wrap .present-img, #modal-open .modal-inner .modal-wrap .flex-wrap .present-img, #modal-open-access .modal-inner .modal-wrap .flex-wrap .present-img, #go-photospot .modal-inner .modal-wrap .flex-wrap .present-img, #go-food .modal-inner .modal-wrap .flex-wrap .present-img {
          width: 100%;
          height: auto; }
        #about-pokemon .modal-inner .modal-wrap .flex-wrap .share-wrap, #about-dgame .modal-inner .modal-wrap .flex-wrap .share-wrap, #modal-open .modal-inner .modal-wrap .flex-wrap .share-wrap, #modal-open-access .modal-inner .modal-wrap .flex-wrap .share-wrap, #go-photospot .modal-inner .modal-wrap .flex-wrap .share-wrap, #go-food .modal-inner .modal-wrap .flex-wrap .share-wrap {
          margin-top: 20px; }
        #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap {
          text-align: center;
          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; }
          #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a {
            margin: 0 20px;
            display: block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 18px;
            padding: 12px; }
            #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a i {
              font-size: 100px;
              color: #fff; }
            #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover {
              background-color: #fff;
              box-shadow: 2px 2px 8px rgba(23, 22, 76, 0.3); }
              #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-line {
                color: #4bb45d; }
              #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-twitter {
                color: #63c1f0; }
              #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook, #go-food .modal-inner .modal-wrap .flex-wrap .sns-wrap a:hover i.icon-facebook {
                color: #5193cc; }
      #about-pokemon .modal-inner .modal-wrap.bg-present, #about-dgame .modal-inner .modal-wrap.bg-present, #modal-open .modal-inner .modal-wrap.bg-present, #modal-open-access .modal-inner .modal-wrap.bg-present, #go-photospot .modal-inner .modal-wrap.bg-present, #go-food .modal-inner .modal-wrap.bg-present {
        background-color: #ec9aa5 !important; }
      #about-pokemon .modal-inner .modal-wrap .image, #about-dgame .modal-inner .modal-wrap .image, #modal-open .modal-inner .modal-wrap .image, #modal-open-access .modal-inner .modal-wrap .image, #go-photospot .modal-inner .modal-wrap .image, #go-food .modal-inner .modal-wrap .image {
        width: 100%;
        max-width: 500px;
        margin: 30px auto;
        display: block; }
        #about-pokemon .modal-inner .modal-wrap .image img, #about-dgame .modal-inner .modal-wrap .image img, #modal-open .modal-inner .modal-wrap .image img, #modal-open-access .modal-inner .modal-wrap .image img, #go-photospot .modal-inner .modal-wrap .image img, #go-food .modal-inner .modal-wrap .image img {
          width: 100%;
          height: auto; }
          #about-pokemon .modal-inner .modal-wrap .image img.round, #about-dgame .modal-inner .modal-wrap .image img.round, #modal-open .modal-inner .modal-wrap .image img.round, #modal-open-access .modal-inner .modal-wrap .image img.round, #go-photospot .modal-inner .modal-wrap .image img.round, #go-food .modal-inner .modal-wrap .image img.round {
            border-radius: 8px; }
      #about-pokemon .modal-inner .modal-wrap .movie, #about-dgame .modal-inner .modal-wrap .movie, #modal-open .modal-inner .modal-wrap .movie, #modal-open-access .modal-inner .modal-wrap .movie, #go-photospot .modal-inner .modal-wrap .movie, #go-food .modal-inner .modal-wrap .movie {
        width: 100%;
        position: relative;
        max-width: 500px;
        padding-top: 56.25%;
        margin: 30px auto; }
        #about-pokemon .modal-inner .modal-wrap .movie iframe, #about-dgame .modal-inner .modal-wrap .movie iframe, #modal-open .modal-inner .modal-wrap .movie iframe, #modal-open-access .modal-inner .modal-wrap .movie iframe, #go-photospot .modal-inner .modal-wrap .movie iframe, #go-food .modal-inner .modal-wrap .movie iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }
      #about-pokemon .modal-inner .modal-wrap .close-st, #about-dgame .modal-inner .modal-wrap .close-st, #modal-open .modal-inner .modal-wrap .close-st, #modal-open-access .modal-inner .modal-wrap .close-st, #go-photospot .modal-inner .modal-wrap .close-st, #go-food .modal-inner .modal-wrap .close-st {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 60px;
        color: #aaa;
        text-shadow: 1px 1px 1px #ddd;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #about-pokemon .modal-inner .modal-wrap .close-st:hover, #about-dgame .modal-inner .modal-wrap .close-st:hover, #modal-open .modal-inner .modal-wrap .close-st:hover, #modal-open-access .modal-inner .modal-wrap .close-st:hover, #go-photospot .modal-inner .modal-wrap .close-st:hover, #go-food .modal-inner .modal-wrap .close-st:hover {
          color: #ccc; }
  #about-pokemon .link-bt, #about-dgame .link-bt, #modal-open .link-bt, #modal-open-access .link-bt, #go-photospot .link-bt, #go-food .link-bt {
    display: block;
    width: 250px;
    padding: 20px 0;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    margin: 40px auto 0; }

/*nav*/
#navigation {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 15% 0;
  width: 100vw; }
  #navigation .navigation-inner {
    position: relative; }
    #navigation .navigation-inner h2 {
      font-size: 48px;
      line-height: 52px;
      margin: 4px; }
      #navigation .navigation-inner h2 .h2-sub {
        font-size: 21px;
        font-weight: 700;
        line-height: 21px; }
    #navigation .navigation-inner .navi-wrap {
      width: 90%;
      max-width: 800px;
      border: 4px solid #000;
      display: block;
      background: #fff;
      padding-top: 100px;
      border-radius: 20px;
      margin: 0 auto;
      position: relative; }
      #navigation .navigation-inner .navi-wrap .ball {
        width: 180px;
        height: 180px;
        position: absolute;
        top: -84px;
        left: calc(50% - 90px); }
      #navigation .navigation-inner .navi-wrap .close-st {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 60px;
        color: #aaa;
        text-shadow: 1px 1px 1px #ddd;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #navigation .navigation-inner .navi-wrap .close-st:hover {
          color: #ccc; }
      #navigation .navigation-inner .navi-wrap .navi-bt {
        display: block;
        padding: 40px 20px;
        width: calc(100% - 80px);
        margin: 16px auto;
        border-radius: 12px; }
      #navigation .navigation-inner .navi-wrap .navi-bt-sub {
        display: block;
        padding: 20px;
        margin: 40px auto;
        width: calc(90% - 80px);
        max-width: 400px;
        border-radius: 12px;
        border: 4px solid #000; }
        #navigation .navigation-inner .navi-wrap .navi-bt-sub h2 {
          font-size: 24px;
          line-height: 26px; }
        #navigation .navigation-inner .navi-wrap .navi-bt-sub.twin {
          width: 45%;
          margin: 20px auto; }
      #navigation .navigation-inner .navi-wrap .back-index {
        width: 100%;
        height: auto; }
        #navigation .navigation-inner .navi-wrap .back-index a {
          width: 100%;
          display: block;
          padding: 12px;
          font-size: 15px;
          font-weight: 700;
          color: #fff;
          text-align: center; }
      #navigation .navigation-inner .navi-wrap .share-wrap {
        width: 100%;
        height: auto;
        padding: 40px 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }
        #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap {
          text-align: center;
          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; }
          #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a {
            margin: 0 20px;
            display: block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 16px;
            padding: 12px; }
            #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a i {
              font-size: 80px;
              color: #fff; }
            #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a:hover {
              background-color: #fff;
              box-shadow: 2px 2px 8px rgba(23, 22, 76, 0.3); }
              #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a:hover i.icon-line {
                color: #4bb45d; }
              #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a:hover i.icon-twitter {
                color: #63c1f0; }
              #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a:hover i.icon-facebook {
                color: #5193cc; }

.fixed-ticket {
  position: fixed;
  bottom: -160px;
  right: 25px;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .fixed-ticket a {
    display: block;
    width: 160px;
    height: auto; }
    .fixed-ticket a img {
      width: 100%;
      height: auto; }
  .fixed-ticket:hover {
    bottom: -50px;
    transform: rotate(10deg); }

#enquete-wrap {
  width: 100%;
  max-width: 720px;
  margin: auto; }
  #enquete-wrap ul li {
    display: block;
    margin-bottom: 40px;
    width: 100%; }
    #enquete-wrap ul li .form-label {
      display: block;
      margin-bottom: 8px;
      font-size: 18px;
      font-weight: 500; }
      #enquete-wrap ul li .form-label:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e903";
        color: #aaa;
        margin-right: 4px;
        font-size: 16px; }
    #enquete-wrap ul li label.error {
      color: #ff0000; }
  #enquete-wrap input, #enquete-wrap button, #enquete-wrap textarea, #enquete-wrap select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/ }
  #enquete-wrap input[type="text"], #enquete-wrap input[type="date"], #enquete-wrap textarea, #enquete-wrap select {
    outline: none;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    padding: 12px; }
  #enquete-wrap input[type="text"]:focus, #enquete-wrap input[type="date"]:focus, #enquete-wrap textarea:focus, #enquete-wrap select:focus {
    box-shadow: 0 0 7px #eeaf31;
    border: 1px solid #eeaf31; }
  #enquete-wrap input[type=radio], #enquete-wrap input[type=checkbox] {
    opacity: 0;
    position: absolute; }
  #enquete-wrap input[type="radio"]:checked + label, #enquete-wrap input[type="checkbox"]:checked + label {
    background: #eeaf31;
    color: #ffffff; }
  #enquete-wrap .label {
    width: calc(100% - 26px);
    display: block;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 12px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    height: 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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  #enquete-wrap .form-parts-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    #enquete-wrap .form-parts-wrap span {
      width: 48%;
      margin: 8px 1%; }
  #enquete-wrap .form-button {
    width: 100%; }
    #enquete-wrap .form-button input {
      width: 100%;
      background-color: #31A9EE;
      color: #fff;
      padding: 20px 12px;
      border-radius: 4px; }
    #enquete-wrap .form-button:hover {
      opacity: 0.7; }
  #enquete-wrap .form-range {
    width: 98%;
    margin: 12px 1%;
    position: relative; }
    #enquete-wrap .form-range .range-label-left {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 14px; }
    #enquete-wrap .form-range .range-label-right {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 14px; }
    #enquete-wrap .form-range .range-gage {
      margin-top: 12px; }
      #enquete-wrap .form-range .range-gage ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #enquete-wrap .form-range .range-gage ul li {
          font-size: 15px;
          display: block;
          text-align: center;
          margin-bottom: 30px; }
          #enquete-wrap .form-range .range-gage ul li .label {
            width: calc(100% - 4px);
            border: 1px solid #aaa;
            padding: 0px;
            text-align: center;
            margin: auto 0px;
            height: 40px; }

br.sp {
  display: none; }

@media screen and (max-width: 768px) {
  #popup .popup-bg .popup-main {
    width: 80%;
    max-width: 560px;
    height: auto; }

  br.sp {
    display: block; }

  .inline-img {
    display: inline-block;
    height: auto;
    width: 200px;
    vertical-align: middle; }

  header h1 {
    top: 8px;
    right: 8px;
    width: 120px; }
  header .corabo-logo {
    top: 8px;
    right: 8px;
    height: 50px; }

  .catch {
    margin: 20px auto 10px; }
    .catch br {
      display: block; }

  #contents.mt-40 {
    margin-top: -100px; }
  #contents .food-wrap .comment-box, #contents .goods-wrap .comment-box {
    padding: 30px;
    margin-bottom: 30px; }
    #contents .food-wrap .comment-box .box-inner, #contents .goods-wrap .comment-box .box-inner {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      #contents .food-wrap .comment-box .box-inner .item-img, #contents .goods-wrap .comment-box .box-inner .item-img {
        max-width: initial;
        width: 104%;
        margin: -2%; }
      #contents .food-wrap .comment-box .box-inner .item-detail, #contents .goods-wrap .comment-box .box-inner .item-detail {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title h4, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title h4 {
          text-align: center;
          font-size: 24px; }
          #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title h4 span, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title h4 span {
            font-size: 16px;
            vertical-align: middle; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-title-sub, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-title-sub {
          text-align: center; }
        #contents .food-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-price, #contents .goods-wrap .comment-box .box-inner .item-detail .item-detail-title .item-detail-price {
          text-align: center; }
  #contents .practice-mons {
    width: 240px;
    height: auto; }
    #contents .practice-mons img {
      width: 100%;
      height: auto; }
    #contents .practice-mons.pm-pika {
      top: -200px;
      left: -70px; }
    #contents .practice-mons.pm-luck {
      top: -90px;
      right: -170px; }
    #contents .practice-mons.pm-meta {
      top: -100px;
      left: -160px; }
    #contents .practice-mons.pm-eve {
      top: 10%;
      right: -70px; }
    #contents .practice-mons.pm-nya {
      top: 400px;
      right: -160px; }
  #contents .practice-wrap .practice-content {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 70%; }
    #contents .practice-wrap .practice-content.full {
      width: 100%; }
  #contents .ticket-barie {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #contents .ticket-barie .ticket-barie-block {
      width: 100%;
      margin-bottom: 60px; }
      #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box {
          min-height: 250px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .ticket-plus {
            font-size: 18px;
            line-height: 21px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .atr5, #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .oneday {
            font-size: 18px;
            line-height: 21px; }
          #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .price {
            margin-top: 12px;
            font-size: 24px; }
            #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box .price span {
              font-size: 15px; }
    #contents .ticket-barie.osaka {
      margin-bottom: 0; }
      #contents .ticket-barie.osaka .ticket-barie-block {
        width: 100%; }
  #contents .booth-check {
    margin: 20px 0 20px;
    font-size: 18px; }
  #contents .contents-title {
    width: 100%; }
    #contents .contents-title h3 {
      color: #fff;
      padding: 24px 0;
      margin: 120px auto 80px; }
      #contents .contents-title h3.mt60 {
        margin-top: 0; }
  #contents .hatsubai h4 {
    line-height: 24px;
    margin-bottom: 12px; }
  #contents .shop-wrap .comment-box, #contents .hint-wrap .comment-box {
    padding: 30px;
    margin-bottom: 20px; }
  #contents .shop-wrap .box-inner, #contents .hint-wrap .box-inner {
    position: relative; }
    #contents .shop-wrap .box-inner .box-title, #contents .hint-wrap .box-inner .box-title {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      height: 90px;
      position: relative; }
      #contents .shop-wrap .box-inner .box-title h4, #contents .hint-wrap .box-inner .box-title h4 {
        text-align: left;
        font-size: 21px; }
      #contents .shop-wrap .box-inner .box-title .bt-set, #contents .hint-wrap .box-inner .box-title .bt-set {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin-top: 20px; }
        #contents .shop-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .shop-wrap .box-inner .box-title .bt-set .open-detail, #contents .hint-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .hint-wrap .box-inner .box-title .bt-set .open-detail {
          width: 45%;
          font-size: 18px;
          line-height: 18px;
          font-weight: 500;
          margin: auto;
          border-width: 2px;
          display: block;
          padding: 16px 0;
          text-align: center; }
    #contents .shop-wrap .box-inner .box-detail, #contents .hint-wrap .box-inner .box-detail {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border-top: 1px solid #000;
      padding-top: 20px;
      margin-top: 20px;
      opacity: 1; }
      #contents .shop-wrap .box-inner .box-detail.hide, #contents .hint-wrap .box-inner .box-detail.hide {
        border-width: 0;
        padding: 0;
        margin: 0;
        height: 0;
        overflow: hidden;
        opacity: 0; }
  #contents .contents-share .share-wrap {
    position: relative; }
    #contents .contents-share .share-wrap .sns-wrap a {
      margin: 0 0px; }
      #contents .contents-share .share-wrap .sns-wrap a i {
        font-size: 60px; }

  #stage {
    padding: 40px 0;
    display: block;
    text-align: center;
    width: 100%;
    position: relative; }
    #stage .swiper-container {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      #stage .swiper-container .swiper-wrapper .swiper-slide {
        margin: 0 auto; }
        #stage .swiper-container .swiper-wrapper .swiper-slide img {
          width: 90%;
          height: auto;
          margin: 0 auto;
          max-width: 560px; }
    #stage .banner-photo {
      width: 100%;
      max-width: none;
      height: auto;
      position: relative;
      top: initial;
      right: initial; }
      #stage .banner-photo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block; }
    #stage .stage-wrap {
      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%;
      max-width: 1000px;
      margin: 0 auto; }
    #stage .area-wrap {
      width: calc(100% - 60px);
      padding: 0 30px;
      max-width: 1000px;
      margin: -35% auto 0; }
      #stage .area-wrap h2.with-mons:after {
        content: "";
        display: inline-block;
        width: 110px;
        height: 100px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -4px; }
    #stage .area-info {
      text-align: left;
      margin: -10% auto 0; }
      #stage .area-info h2 {
        text-align: left;
        font-size: 90px;
        line-height: 94px; }
        #stage .area-info h2 span {
          text-align: left; }
      #stage .area-info .date {
        width: 100%;
        max-width: 600px; }
        #stage .area-info .date img {
          width: 100%;
          height: auto; }
      #stage .area-info .area-detail {
        width: 100%;
        display: block;
        margin: 20px 0;
        position: relative; }
        #stage .area-info .area-detail .access-posi {
          position: absolute;
          bottom: 60px;
          right: 0; }
        #stage .area-info .area-detail .access-bt {
          display: block;
          width: 180px;
          background-color: #36559c;
          text-align: center;
          padding: 16px;
          border-radius: 4px;
          font-weight: bold;
          position: relative;
          z-index: 0;
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3); }
          #stage .area-info .area-detail .access-bt:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: -6px;
            left: 0;
            background-color: #526eae;
            z-index: 0;
            border-radius: 4px; }
          #stage .area-info .area-detail .access-bt:hover:after {
            opacity: 0.9; }
          #stage .area-info .area-detail .access-bt span {
            position: relative;
            z-index: 4;
            font-size: 21px;
            color: #fff;
            top: -6px; }
    #stage .stage-card {
      position: relative;
      width: 90%;
      max-width: 400px;
      margin: 0 auto; }
      #stage .stage-card .card-img {
        width: 100%;
        height: auto;
        position: relative; }
        #stage .stage-card .card-img img {
          width: 100%;
          height: auto; }
      #stage .stage-card .card-contents {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        height: 100%; }
        #stage .stage-card .card-contents .card-title {
          position: relative;
          top: 7%; }
        #stage .stage-card .card-contents .card-bt {
          position: relative;
          top: 64%;
          display: block;
          padding: 4%;
          width: 60%;
          margin: 0 auto;
          border-radius: 4px;
          color: #fff;
          font-weight: 700;
          font-size: 24px; }
        #stage .stage-card .card-contents .card-ticket {
          position: relative;
          display: block;
          top: 67%;
          font-size: 21px;
          font-weight: 700; }

  #menu .menu-wrap, .navi-menu-wrap .menu-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #menu .menu-wrap.reverse, .navi-menu-wrap .menu-wrap.reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    #menu .menu-wrap .menu-block, .navi-menu-wrap .menu-wrap .menu-block {
      width: 98%;
      padding: 1%;
      display: block; }
      #menu .menu-wrap .menu-block .menu-block-inner .menu-title h2, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-title h2 {
        font-size: 42px;
        line-height: 44px;
        margin-left: 40%;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
        #menu .menu-wrap .menu-block .menu-block-inner .menu-title h2 span, .navi-menu-wrap .menu-wrap .menu-block .menu-block-inner .menu-title h2 span {
          font-size: 15px;
          line-height: 18px; }

  .navi-menu-wrap {
    padding: 20px 12px;
    width: calc(100% - 40px); }
    .navi-menu-wrap .menu-wrap .menu-block {
      width: 100%; }

  #stage .area-info h2 {
    font-size: 42px;
    line-height: 44px; }
    #stage .area-info h2 span {
      font-size: 16px; }
  #stage .area-info .area-detail .access-posi {
    position: relative;
    bottom: -30px;
    right: 0;
    margin-bottom: 60px; }

  #feature .feature-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 116%;
    margin: 0 -8%; }
    #feature .feature-wrap figure {
      text-align: center;
      width: 100%;
      max-width: 240px;
      margin: 0 auto; }
      #feature .feature-wrap figure.selected:after {
        width: 30px;
        height: 30px; }
  #feature .feature-text {
    margin-top: 20px; }

  #navigation {
    padding: 20% 0; }
    #navigation .navigation-inner {
      position: relative; }
      #navigation .navigation-inner h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 4px; }
        #navigation .navigation-inner h2 .h2-sub {
          font-size: 18px;
          font-weight: 700;
          line-height: 18px; }
      #navigation .navigation-inner .navi-wrap {
        width: 90%;
        padding-top: 80px; }
        #navigation .navigation-inner .navi-wrap .ball {
          width: 150px;
          height: 150px;
          top: -70px;
          left: calc(50% - 75px); }
        #navigation .navigation-inner .navi-wrap .navi-bt {
          padding: 20px 12px;
          width: calc(100% - 40px); }
        #navigation .navigation-inner .navi-wrap .navi-bt-sub {
          padding: 12px;
          margin: 40px auto;
          width: calc(90% - 40px);
          max-width: 400px; }
          #navigation .navigation-inner .navi-wrap .navi-bt-sub h2 {
            font-size: 24px; }
          #navigation .navigation-inner .navi-wrap .navi-bt-sub.twin {
            width: 100%;
            margin: 10px auto; }
        #navigation .navigation-inner .navi-wrap .share-wrap {
          width: 100%;
          height: auto;
          padding: 40px 0;
          border-bottom-left-radius: 16px;
          border-bottom-right-radius: 16px; }
          #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap {
            text-align: center;
            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; }
            #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a {
              margin: 0 2px;
              display: block;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -ms-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              border-radius: 16px;
              padding: 8px; }
              #navigation .navigation-inner .navi-wrap .share-wrap .sns-wrap a i {
                font-size: 60px;
                color: #fff; }

  .navi-switch {
    width: 130px;
    height: 130px;
    top: -30px; }

  section, address {
    margin: 0;
    padding: 30px 0 30px; }

  #main-visual .hint-header {
    width: 40%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #main-visual .hint-header .hint-header-logo {
      width: 40%;
      height: auto; }
      #main-visual .hint-header .hint-header-logo img {
        width: 100%;
        height: auto; }
    #main-visual .hint-header .hint-header-title {
      width: 60%;
      height: auto; }
      #main-visual .hint-header .hint-header-title img {
        width: 100%;
        height: auto; }
  #main-visual .visual-back {
    width: 300%;
    margin: 0 -100%; }
  #main-visual .visual-rugia {
    width: 130%;
    top: -10%;
    left: -30%; }
  #main-visual .visual-copy {
    width: 65%;
    height: 80%; }
    #main-visual .visual-copy img {
      display: block;
      width: 90%;
      max-width: 600px;
      margin: auto; }
  #main-visual .visual-title {
    margin-top: -20%; }
    #main-visual .visual-title h1 {
      width: 100%; }

  #news .news-title .news-title-img {
    width: calc(100% + 260px);
    bottom: -10px;
    margin: 0 -130px; }
  #news .news-list {
    width: 100%;
    padding: 0; }
    #news .news-list li {
      padding: 20px 4px; }
      #news .news-list li .date {
        font-size: 16px;
        width: 100px; }
      #news .news-list li p {
        width: calc(100% - 100px); }

  #special #special-slider .special-slide .swiper-wrapper .swiper-slide a.new:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -20px;
    right: -24px;
    width: 70px;
    height: 60px;
    background-image: url("../images/new.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
  #special .special-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #special .special-wrap a {
      width: 90%;
      margin: 2% 5%; }

  #story .story-row {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 96%;
    max-width: 920px;
    margin: 0 auto;
    position: relative; }

  #play .play-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #play .play-wrap figure {
      width: 96%;
      margin: 2%;
      margin-bottom: 40px; }
      #play .play-wrap figure figcaption {
        margin-top: 16px; }

  #highlight .highlight-wrap .highlight-content {
    width: 100%;
    padding: 0;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #highlight .highlight-wrap .highlight-content .highlight-img {
      width: 92%;
      padding: 4% 4% 0; }
    #highlight .highlight-wrap .highlight-content .highlight-txt {
      width: 92%;
      margin-left: 0px;
      padding: 4%; }
      #highlight .highlight-wrap .highlight-content .highlight-txt h4 {
        text-align: center;
        font-size: 21px;
        line-height: 27px; }
    #highlight .highlight-wrap .highlight-content:nth-child(odd) {
      background-color: rgba(255, 242, 128, 0.5); }

  #about .about-buttons {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #about .about-buttons a {
      width: 96%;
      margin: 4% 2%; }

  #scroll-top .scroll-top-text {
    text-align: right;
    font-size: 24px;
    width: 90%; }
    #scroll-top .scroll-top-text:after {
      width: 280px;
      height: 100px;
      left: -10%; }

  #sns .sns-wrap a {
    margin: 0 4px; }
    #sns .sns-wrap a i {
      font-size: 70px; }

  .fixed-ticket {
    position: fixed;
    bottom: -60px;
    right: 4%;
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .fixed-ticket a {
      display: block;
      width: 90px; }
      .fixed-ticket a img {
        width: 100%;
        height: auto; }
    .fixed-ticket:hover {
      bottom: -60px;
      transform: initial; }

  #about-pokemon .modal-inner h3, #about-dgame .modal-inner h3, #modal-open .modal-inner h3, #modal-open-access .modal-inner h3, #go-photospot .modal-inner h3 {
    font-size: 27px;
    padding-top: 40px !important; }
    #about-pokemon .modal-inner h3 .inline-img, #about-dgame .modal-inner h3 .inline-img, #modal-open .modal-inner h3 .inline-img, #modal-open-access .modal-inner h3 .inline-img, #go-photospot .modal-inner h3 .inline-img {
      width: 170px; }
  #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap {
    text-align: center;
    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; }
    #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a {
      margin: 0 4px; }
      #about-pokemon .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #about-dgame .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #modal-open .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #modal-open-access .modal-inner .modal-wrap .flex-wrap .sns-wrap a i, #go-photospot .modal-inner .modal-wrap .flex-wrap .sns-wrap a i {
        font-size: 60px; } }
@media screen and (max-width: 425px) {
  #stage .area-wrap h2.with-mons {
    padding-right: 0; }
    #stage .area-wrap h2.with-mons:after {
      content: none; }
  #stage .area-wrap h2.jp-sp {
    font-size: 48px;
    line-height: 54px; }
  #stage .swiper-container .swiper-pagination, #stage .swiper-container .swiper-button-prev, #stage .swiper-container .swiper-button-next {
    display: block; }

  #contents.mt-40 {
    margin-top: -40px; }
  #contents .food-store a {
    padding-bottom: 4px; }
    #contents .food-store a span {
      font-size: 14px;
      display: block;
      margin-top: 10px; }
  #contents .practice-mons {
    width: 180px;
    height: auto; }
    #contents .practice-mons img {
      width: 100%;
      height: auto; }
    #contents .practice-mons.pm-pika {
      top: -140px;
      left: -72px; }
    #contents .practice-mons.pm-luck {
      top: -100px;
      right: -120px; }
    #contents .practice-mons.pm-meta {
      top: -200px;
      left: -110px; }
    #contents .practice-mons.pm-eve {
      top: 0;
      right: -60px; }
    #contents .practice-mons.pm-nya {
      top: 460px;
      right: -120px; }
  #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
    #contents .ticket-barie .ticket-barie-block .ticket-barie-block-inner .comment-box {
      width: calc(100% - 24px);
      min-height: initial;
      margin-bottom: 12px; }
  #contents .ticket-barie.osaka .ticket-barie-block {
    width: 100%; }
    #contents .ticket-barie.osaka .ticket-barie-block .ticket-barie-block-inner .comment-box {
      width: calc(100% - 24px);
      min-height: initial;
      margin-bottom: 12px; }

  #scroll-top .scroll-top-text:after {
    left: -30%; }

  #credit .credit-wrap {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 20px; }
    #credit .credit-wrap a {
      width: 90%;
      max-width: 400px;
      margin: 20px auto; }
      #credit .credit-wrap a img {
        width: 100%;
        height: auto; }
  #credit .dgame-banner {
    margin: 0px auto 60px;
    display: block;
    width: 100%;
    max-width: 540px;
    height: auto; }
    #credit .dgame-banner img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 320px) {
  #contents .shop-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .shop-wrap .box-inner .box-title .bt-set .open-detail, #contents .hint-wrap .box-inner .box-title .bt-set .ticket-bt, #contents .hint-wrap .box-inner .box-title .bt-set .open-detail {
    font-size: 12px; }
  #contents .shop-wrap .box-inner .box-title .bt-set .stop, #contents .hint-wrap .box-inner .box-title .bt-set .stop {
    font-size: 12px;
    padding: 20px 0; } }
/*# sourceMappingURL=style.css.map */

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