@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  line-height: calc(22.75 / 13);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 799px) {
  body {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl,
dd {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

figure {
  margin: 0;
  line-height: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

pre {
  margin: 0;
  font-family: inherit;
  white-space: inherit;
}

p a,
dd a,
pre a {
  display: inline;
  text-decoration: none;
  color: inherit;
}
p a:hover,
dd a:hover,
pre a:hover {
  border-bottom: 0;
}

html:not(.viewport--fixed) {
  -webkit-text-size-adjust: 100%;
}

/*共通*/
.common-wrapper {
    background: url(../img/common/bg.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
            overflow-x: hidden;
}
.inner{
        margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 800px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.pages-inner{
        margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.heading-default{
        margin-bottom: 20px;
    text-align: center;
}
.heading-default img{
height: 60px;
    width: auto;
    }
.heading-default img{
height: 60px;
    width: auto;
    position: relative;
    }
.heading-default .osaka{
    position: relative;
}
.heading-default .osaka:after{
    position: absolute;
    content: "名古屋会場";
    font-size:18px;
    bottom: -24px;
    right: -5.5em;
    font-weight: 800;
}
.sub-heading-default{
    font-size:20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    position: relative;
    margin-bottom: 20px;
}
.sub-heading-default:before{
    position: absolute;
    content: "";
    background-color: #000;
    width: 30px;
    height: 6px;
    left: 0;
    bottom:-6px;
}

.sub-heading-default:after{
    position: absolute;
    content: "";
    background:url("../img/common/bg-heading.png");
    background-size: 100px auto;
    width: calc(100% - 30px);
    height: 6px;
    right: 0;
    bottom:-6px;
}
.frame-default{
    -webkit-box-shadow: 3px 3px 5px #aaaaaa;
    box-shadow: 3px 3px 5px #aaaaaa;
    background-color: #ffffff;
    padding: 20px;
}
.frame-default-inner{
        border: 3px solid #000;
    padding: 40px;
}
.btn-default{
    
    background: url(../img/common/bg-heading.png);
    background-size: 100px auto;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.4;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 20px;
    color: #fff;
    border-bottom: 6px solid #000;
    border-right: 3px solid #000;
}
.btn-default:hover{
    margin-top: 2px;
	border-bottom: 1px solid #000;
    border-right: 0px solid #000;
    border-left: 3px solid rgb(0 0 0 / 70%);
    border-top: 3px solid rgb(0 0 0 / 70%);
}
.btn-default .btn-icon{
    background:url(../img/common/btn-icon.svg);
        display: inline-block;
    width: 26px;
    height: 12px;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.common-section{
        margin-bottom: 160px;
    width: 100%;
}
.common-notice-lists{
    padding-left: 1.5em;
}
.common-notice-list{
    position:relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.common-notice-list:before{
    content:"※";
    position: absolute;
    font-size: 10px;
    color:#FF676A;
    left: -1.5em;
    top: 2px;
}
.common-notice-lists.mb0 .common-notice-list{
    margin-bottom:0;
}
.text-default{
        margin-bottom: 20px;
    line-height: calc(28 / 16);
    font-size: 16px;
}
.text-default .strong{
    font-size:1.2em;
    font-weight: 800;
}
.text-comingsoon{
        font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.common-pagetop {
      position: fixed;
    right: 10px;
    bottom: 10px;
    width: 30px;
    cursor: pointer;
    z-index: 40;
}
.link-default{
    color: #000;
    position: relative;
    display:inline;
    text-decoration: underline;
    text-decoration-color: #a4c2b8;
}

.link-default.white{
    color: #fff;
    position: relative;
}
/*
.link-default:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background-color:#a4c2b8;
}
.link-default:before:hover{
    height: 100%;
    width: 100%;
    background-color:#a4c2b8;
}
*/
.link-default-underline:before{
    background-color:transparent;
}
.link-default-underline{
    text-decoration: underline #a4c2b8;
     text-underline-offset: 2px;
    display: inline-block;
}
.br-sp{
    display:none;
}
@media (max-width: 799px) {
    .common-wrapper {
        background: url(../img/common/bg-sp.jpg);
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
.common-section{
        margin-bottom: 100px;
}
    
.text-default{
        margin-bottom: 10px;
    line-height: calc(26 / 14);
    font-size: 14px;
}
.frame-default-inner{
        border: 3px solid #000;
    padding: 20px;
}
    .heading-default img{
height: 50px;
    }
}

@media (max-width: 600px) {
    
.br-sp{
    display:block;
}
}
    @media (max-width: 500px) {
        .sub-heading-default{
            font-size:16px;
        }
        .btn-default{
             font-size:16px;
        }
    .heading-default img{
height: 40px;
    }
}
/***********************************************
***  アニメーション
***********************************************/
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, 30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/***********************************************
***  Header
***********************************************/
.header {
  position: relative;
  box-shadow: 2px 2px 2px #bbb;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
        box-shadow: -1px -1px 1px #fff;
}
.header-logo{
    width: 140px;
}
.global-navigation {
  position: relative;
    width: 96%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.header:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background:#fff;
  z-index: -1;
}
.global-navigation-mob-btn{
    display:none;
}
.global-navigation-sc {
  display: none;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
.global-navigation-lists {
  background: url("../img/common/nav/nav_bg.svg");
  background-repeat: repeat-x;
  background-size: contain;
  display: flex;
    width:calc(100% - 160px);
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 auto;
}
.global-navigation-list {
  width: calc(100% / 7);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
    margin-left: 40px;
}
.global-navigation-list a {
  display: block;
    position: relative;
}
.global-navigation-list a:before{
    content:"";
    position: absolute;
    width: 0;
    height: 100%;
    background:url(../img/common/bg-heading.png);
    background-size: 100px auto;
    background-repeat: repeat;
    transition: .2s;
    z-index: -1;
        left: 0;
    top: 0;
}
.global-navigation-list a:hover:before{
    width:100%;
}
.global-navigation-list img {
  height: 30px;
    width: auto;
}

.global-navigation-sc {
  background: url("../img/common/nav/nav_bg.svg");
  background-repeat: repeat-x;
  background-size: contain;
}
.global-navigation-sc-lists {
  display: flex;
    align-items: center;
        width: 700px;
  justify-content: space-between;
  max-width: 1600px;
    margin-right: 10px;
}
.global-navigation-sc-list {
  margin-left: 40px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.global-navigation-sc-list a{
    position:relative;
}
.global-navigation-sc-list a:before{
    content:"";
    position: absolute;
    width: 0;
    height: 24px;
    background:url(../img/common/bg-heading.png);
    background-size: 100px auto;
    background-repeat: repeat;
    transition: .2s;
    z-index: -1;
}
.global-navigation-sc-list a:hover:before{
    width:100%;
}
.global-navigation-sc-list img {
      height: 24px;
    width: auto;
}
.header.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  animation: DownAnime 1s forwards;
}
.header.fixed .header-logo {
    width: 100px;
    padding: 10px;
}
.header.fixed.pages{
    animation:inherit;
}
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header.fixed > .global-navigation-sc {
  display: flex;
    justify-content: space-between;
}
.header.fixed > .global-navigation {
  display: none;
}
#global-navigation-mob-btn-check {
  display: none;
}
.global-navigation-mob-unshown {
  display: none;
}
@media only screen and (max-width:1600px) {
    .global-navigation-lists {
            justify-content: space-between;
        margin: 0 0 0 60px;
    }
    .global-navigation-list {
    margin-left: 0;
                width: initial;
}
}
@media only screen and (max-width:1200px) {
    
.global-navigation-list img {
  height: 26px;
    width: auto;
}
}
@media only screen and (max-width:1100px) {
 
.global-navigation-list img {
  height: 20px;
    width: auto;
}
}
@media only screen and (max-width: 800px) {
     
.global-navigation-list img {
  height: 30px;
    width: auto;
}
    .header.fixed {
        border-top: none;
    border-bottom:  none;
    }
  .header {
    margin-top: 0;
  }
  .global-navigation-mob-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
            box-shadow: 3px 3px 5px #ffffff;
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid #B3B3B3;
        padding: 10px;
      background-color: #fff;
  }
    .global-navigation-mob-btn-inner{
        position: relative;
    width: 40px;
    height: 40px;
    }
    .global-navigation-mob-btn-line{
        position: absolute;
            background-color: #000;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    }
    .global-navigation-mob-btn-line:nth-of-type(1){
          position: absolute;
    top: 0;
    left: 0;
    }
    .global-navigation-mob-btn-line:nth-of-type(2){
        position: absolute;
    top: 14px;
    left: 0;
    }
    .global-navigation-mob-btn-text{
            position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    }

 .header-logo {
    width: 180px;
    margin-top: 20px;
     margin-left: 20px;
}
.header.fixed .header-logo {
     width: 180px;
    margin-top: 20px;
     margin-left: 20px;
}
  .global-navigation-lists {
    padding: 80px 10px 0;
    display: flex;
    flex-wrap: wrap;
              flex-direction: column;
    background: transparent;
    position: relative;
  }
  .global-navigation-lists:before {
    position: absolute;
    content: "";
    width: 70%;
    max-width: 320px;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("../img/common/logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .global-navigation-list {
    border-bottom: dotted 3px #ffffff;
    margin: 20px;
      display:inline-block;
    list-style: none;
            width: 100%;
    text-align: center;
  }
  .global-navigation-list:nth-child(5), .global-navigation-list:nth-child(6) {
    border-bottom: none;
  }
  .global-navigation-list a {
    display: inline-block;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }

  .global-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
      flex-direction: column;
              justify-content: flex-start;
    top: -100vh;
    left:0;
    z-index: 80;
    background: #fff;
    overflow-x: hidden;
    transition: all 0.5s;
  }
  .global-navigation:before {
    overflow-x: hidden;
    position: absolute;
    content: "";
    background: url(../img/common/bg_card_icon_white.png);
    opacity: 0.03;
    width: 100%;
    height: 100%;
  }
    .header.fixed > .global-navigation {
    display: block;
}
  #global-navigation-mob-btn-check:checked ~ .global-navigation {
    top: 0;
      display: block;
  }

  #global-navigation-mob-btn-check:checked ~ .global-navigation-mob-btn .global-navigation-mob-btn-line {
    top: 10px;
    transform: rotate(25deg);
  }
  #global-navigation-mob-btn-check:checked ~ .global-navigation-mob-btn .global-navigation-mob-btn-line:nth-of-type(2) {
    bottom: 0;
    transform: rotate(-25deg);
  }
  #global-navigation-mob-btn-check:checked ~ #global-navigation-mob-close {
    display: block;
    opacity: .5;
  }
}
@media only screen and (max-width: 800px) {
  .header.fixed > .global-navigation-sc {
    display: none;
  }
}


.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-copyright {
    display: block;
    text-align: center;
    line-height: calc(17 / 12);
    letter-spacing: 0.2em;
    font-size: 12px;
}
/*トップメイン*/

.topmain{
    width: 100%;
}

.top-sns-container{
    display:flex;
    margin-top: 1px;
}
.top-sns-news-container{
        background-color: #808080;
    color: #fff;
        width: 50%;
    padding: 40px;
}
.top-sns-x-container{
     background-color: #b3b3b3;
    color: #fff;
        width: 50%;
    padding: 40px;
}
.top-sns-heading{
    margin-bottom: 20px;
    text-align: center;
    text-align: left;
}
.top-sns-heading img{
    height:40px;
    width: auto;
}
.top-news{
        height: 220px;
    overflow-y: auto;
}
.top-news-lists{}
.top-news-list{
        border-bottom: 1px solid #B3B3B3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-news-list:first-child{
        border-bottom: 1px solid #B3B3B3;
    padding-top: 0;
    padding-bottom: 15px;
}
.top-news-list:last-child{
       border-bottom: 0;
    padding-bottom: 0;
}
.top-news-list-day{
        line-height: calc(28 / 16);
    font-size: 16px;
}
.top-bnr-container{
    margin:80px auto 0;
    transition: 0.3s;
}
.top-bnr-container:hover{
    opacity:0.7;
}
.top-about-section{
    padding-top:160px;
}
.top-about-section .inner,
.top-goods-section .inner,
.top-event-section .inner,
.top-ticket-section .inner{
    padding-top: 120px;
    margin-top: -120px;
}
.top-about-lists{
    margin-bottom: 60px;
}
.top-about-list{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #B3B3B3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-about-list:last-child{
    border-bottom: none;
}
.top-about-list-heading{
    width: 8em;
    line-height: calc(28 / 16);
    font-size: 16px;
    }
.top-about-list-data{
        width: calc(100% - 8.5em);
    line-height: calc(28 / 16);
    font-size: 16px;
}
.top-about-list-data .small{
    line-height: calc(21 / 12);
    font-size: 12px;
}
.top-about-past-frame{
    margin-top:40px;
        line-height: calc(28 / 16);
    font-size: 16px;
         color: #000;
}
.top-about-past-area{
        background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 800;
    margin-top:30px;
    margin-bottom: 3px;
}
.top-about-past-info{
    background-color: #f2f2f2;
    text-align: center;
    padding: 5px;
}
.top-about-notice-lists {
    padding-left: 1.5em;
}
.top-about-notice-list {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.top-about-notice-list:before {
    content: "※";
    position: absolute;
    font-size: 10px;
    color: #FF676A;
    left: -1.5em;
    top: 2px;
}
.top-about-notice-sub-lists {
    padding-left: 1.5em;
}
.top-about-notice-sub-list {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.top-about-notice-sub-list:before {
    content: "→";
    position: absolute;
    font-size: 10px;
    left: -1.5em;
    top: 2px;
}
@media (max-width: 799px) {
    .top-bnr-container{
    margin:60px auto 20px;
}
.top-about-section{
    padding-top:100px;
}
    .top-about-list-heading {
        width: 8em;
        font-size: 14px;
    }
       .top-about-list-data {
        width: calc(100% - 8em);
        font-size: 14px;
    }
    .top-about-past-frame{
    font-size: 14px;
    }
}
@media (max-width: 600px) {
    

    .top-about-list{
        flex-direction: column;
    }
    .top-about-list-heading {
        width: 8em;
        text-align: center;
        display:block;
        margin: 0 auto 10px;
        background-color: #000;
        color: #fff;
        font-size: 14px;
    }
       .top-about-list-data {
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 799px) {
  .header-nav__item {
    margin-left: auto;
    margin-right: auto;
  }
    .top-sns-container{
        flex-direction: column;
    }
    .top-sns-news-container {
    width:100%;margin-bottom: 60px;
}
    .top-sns-x-container {
    width:100%;
}
}

/*グッズ*/
.top-goods-lists{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-goods-list{
    width: 36%;
    margin-right: 14%;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.top-goods-list:before{
    position: absolute;
    content: "";
    top: 20%;
    left: 10%;
    width:80%;
    height: 160px;
    background-color: #a2b8d1;
    z-index: -1;
    transform: rotate(-15deg);
}
.top-goods-list:nth-child(5n+2):before{
    background-color: #a4c2b8;
}
.top-goods-list:nth-child(5n+3):before{
    background-color: #eedbb2;
}
.top-goods-list:nth-child(5n+4):before{
    background: url(../img/common/bg-heading.png);
    background-size: 100px auto;
}
.top-goods-list:nth-child(5n):before{
    background: #d7adbf;
}
.top-goods-list:nth-child(2n){
    margin-right: 0;
}
.top-goods-list-info{
    text-align:right;
}
.top-goods-list-name{
    color: #000;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1.3;
}
.top-goods-list-title{
    width:70px;
    height: auto;
        margin-left: calc(100% - 70px);
    margin-bottom: 5px;
}
.top-goods-list-title-double{
    
    width:140px;
    height: auto;
        margin-left: calc(100% - 140px);
    display:flex;
    margin-bottom: 5px;
    column-gap: 10px;
}
.top-goods-list-notice-lists {
    padding-left: calc(100% - 10em);
}
.top-goods-list-notice-list{
    position:relative;
       width: 14em;
    text-align: left;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.1;
}
.top-goods-list-notice-list:before{
    content:"※";
    position: absolute;
    font-size: 10px;
    color:#000;
    left: -1em;
    top: 0px;
}
.top-goods-list-name span{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 800;
}
.top-goods-notice-lists{
    margin-bottom:40px;
}
@media (max-width: 799px) {
    .top-goods-lists{
        gap: 4%;
    }
.top-goods-list{
    width: 48%;
    margin-right: inherit;
}
    .top-goods-list:nth-last-child(3n){
         margin-right: inherit;
    }
    .top-goods-list:before {
    width: 80%;
    height: 60%;
    }
}
@media (max-width: 500px) {
    .top-goods-list:before {
    width: 80%;
    height: 140px;
    }
}
@media (max-width: 450px) {
    .top-goods-list{
    width: 100%;
        gap:inherit;
    }
}
/*カフェ*/
.top-cafe-about-lists{
    margin-bottom: 60px;
}
.top-cafe-about-item{
   display: flex;
    margin-bottom: 2px;
    font-size: 16px;
}

.top-cafe-about-term {
    background-color: #c2c2c2;
    color: #000;
    width: 10em;
    text-align: center;
    margin-right: 2px;
    padding: 5px 0;
}
.top-cafe-about-description {
    background: #f2f2f2;
    padding: 5px 30px;
    width: calc(100% - 5em);
}
.top-cafe-about-description span{
    display:inline-block;
}
.top-cafe-menu-container{
    margin-bottom:60px;
}
.top-cafe-lists{
    display:flex;
    justify-content: space-between;
    column-gap: 4%;
    margin-bottom: 20px;
}
.top-cafe-list{
    width:48%;
}
.top-cafe-list-info{
    text-align:right;
    margin-top: 10px;
}
.top-cafe-list-name span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
}
.top-cafe-tokuten-notice-lists{
    margin:-10px 0 20px;
}
.top-cafe-tokuten-image{
    display: block;
    margin: 0 auto 20px;
    max-width: 500px;
}

@media (max-width: 799px) {
    .top-cafe-about-item{

    font-size: 13px;
    }
    .top-cafe-about-term {
    width: 6em;
    }
    .top-cafe-about-description {
    background: #f2f2f2;
    padding: 5px 10px;
    width: calc(100% - 5em);
}
}
.top-event-map{
    margin-bottom:40px;
}
.top-event-image-lists{
    display:flex;
    justify-content: space-between;
    gap:10px;
    margin-bottom: 10px
}
.top-event-image-list-cap{
    font-size:12px;
    text-align: center;
}
.ticket-price-container{
    margin-bottom: 60px;
}
.ticket-table {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 20px;
}
.ticket-table-header {
    text-align: center;
    background-color: #000;
    padding: 5px;
    width: calc(100% / 3);
}
.ticket-table-data{
    color:#000;
    background-color: #f2f2f2;
    text-align: center;
    padding: 5px;
}
.ticket-table-data .small{
    font-size:0.8em;
}
.ticket-table-data-content{
    background-color: #c2c2c2;
    text-align: left;
    padding: 5px;
}
.ticket-playguide-container{
    margin-bottom: 60px;
}
.ticket-notice-lists{
    padding-left: 1.5em;
}
.ticket-notice-list{
    position:relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    letter-spacing: 0.08em;
}
.ticket-notice-list:before{
    content:"※";
    position: absolute;
    font-size: 10px;
    color:#FF676A;
    left: -1.5em;
    top: 2px;
}
.ticket-tokuten-container {
        margin-bottom: 60px;
}
.ticket-tokuten-image-container{
    text-align: center;
        margin-bottom: 20px;
}
.ticket-tokuten-container img{
    width: inherit;
}
@media (max-width: 600px) {
.top-event-image-lists{
    flex-direction: column;
}
}
@media (max-width: 500px) {
    .ticket-table {
    font-size: 14px;
    }
    
.ticket-table-data .small{
    display:none;
}
}
.inner{
    position: relative;
    z-index: 10;
}
.chara-about,.chara-goods,.chara-event,.chara-ticket,.chara-cafe{
    position:relative;
    z-index: -1;
}
.chara-about:before{
        position: absolute;
    content: "";
    background: url(../img/chara/chara1.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 600px;
    height: 800px;
        right: -460px;
    top: -150px;
    z-index: 2;
}
.chara-about:after{
        position: absolute;
    content: "";
    background: url(../img/chara/chara2.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 190px;
    height: 680px;
        left: -200px;
    top: 0;
}
.chara-event:before{
        position: absolute;
    content: "";
    background: url(../img/chara/chara3.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 200px;
    height: 700px;
    left: -200px;
    top: 700px;
}
.chara-event:after{
       position: absolute;
    content: "";
    background: url(../img/chara/chara4.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 500px;
    height: 600px;
        right: -300px;
    top: -240px;
}
.chara-ticket:before{
        position: absolute;
    content: "";
    background: url(../img/chara/chara5.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 400px;
    height: 700px;
    right: -220px;
    top: -300px;
}
.chara-goods:after{
        position: absolute;
    content: "";
    background: url(../img/chara/chara6.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 500px;
    height: 800px;
       left: -300px;
    top: -200px;
}

.chara-cafe:before{
        position: absolute;
    content: "";
    background: url(../img/chara/chara7.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 400px;
    height: 700px;
    right: -220px;
    top: -300px;
}
@media (max-width: 1200px) {
    .chara-about:before {
    right: -320px;
    }
    .chara-goods:after {
    left: -200px;
    }
    .chara-cafe:before{
    right: -120px;
    top: -300px;
}
}
@media (max-width: 1100px) {
    .chara-about:after {
        left: -90px;
    top: -100px;
    }
.chara-event:before {
    left: 30px;
    top: -100px;
}
    .chara-ticket:before {

    right: -100px;
    top: -300px;
}
    .chara-goods:after {

    left: -100px;
    top: -240px;
}
}
    @media (max-width: 1000px) {
    .chara-about:before {
    right: -220px;
    } 
        .chara-about:after {
        left: -60px;
    top: -80px;
    }
        
    .chara-cafe:before{
    right:-60px;
    top: -300px;
}
    }
         @media (max-width: 800px) {
        .chara-about:before{
    width: 300px;
    height: 400px;
                right: -80px;
            top: -80px;
}
.chara-about:after{
    width: 100px;
    height: 380px;
                left: 0;
            top: -120px;
}
.chara-event:before{
    width: 100px;
    height: 400px;
}
.chara-event:after{
                width: 250px;
            height: 300px;
            right: -100px;
            top: -150px;
}
.chara-ticket:before{
                width: 200px;
            height: 350px;
            right: -40px;
        top: -200px;
}
.chara-goods:after{
             width: 250px;
            height: 400px;
            left: 0;
            top: -140px;
}

    .chara-cafe:before{
                width: 220px;
            height: 350px;
    right:-40px;
    top: -130px;
}
}
         @media (max-width: 600px) {
                 .chara-ticket:before {
        top: -140px;
    }
}
.faq-page-section{
    margin-top: 180px;
}
.faq-category-section{
    margin-bottom: 40px;
}
.faq-category-section.last{
    margin-bottom: 0;
}
.faq-lists{
    padding-top:10px;
}
.faq-list {
   margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E3E3;
}

.faq-list:last-child {
   margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.faq-sub-lists{
        width: calc(100% - 20px);
    margin-left: 20px;
    padding-top:10px;
    padding-left: 1.5em;
}
.faq-sub-list {
   position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.faq-sub-list:before {
   content: "・";
    position: absolute;
    left: -1.5em;
    top: 2px;
}
.faq-list h4{
    position: relative;
     padding-left: 40px;
    margin-bottom: 0.5em;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 800;
    
}
.faq-list h4:before {
        content: "Q";
    position: absolute;
    background: url(../img/common/bg-heading.png);
    background-size: 100px auto;
    background-repeat: repeat;
    width: 30px;
    height: 30px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #fff;
    top: 0;
    border-radius: 20px;
    left: 0;
}
.faq-list p{
    margin-bottom: 0.5em;
    font-size: 14px;
    letter-spacing: 0.08em;
    width: calc(100% - 35px);
    margin-left: 35px;
}
 @media (max-width: 799px) {
.faq-page-section{
    margin-top: 100px;
}
}
 @media (max-width: 600px) {
.faq-list {
    font-size: 12px;
     }
}
.goods-page-section{
    margin-top: 180px;
}
.goods-page-limit-lists{
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.goods-page-limit-lists.ippan{
    margin-bottom: 0;
}
.goods-page-limit-item{
    display:flex;
    justify-content: flex-start;
    margin-bottom: 0.5em;
}
.goods-page-limit-item dt{
    width:20em;
}
.goods-page-notice-container{
    margin-bottom:80px;
}
.goods-page-notice-category-section{
    margin-bottom: 40px;
}
.goods-page-notice-category-section.last{
    margin-bottom: 0;
}
.goods-page-notice-category-heading{
    margin-bottom: 0.5em;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.goods-page-notice-category-heading.ippan{
    margin-top:20px;
}
.goods-page-notice-lists {
    padding-left: 1.5em;
}
.goods-page-notice-list {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 14px;
    letter-spacing: 0.08em;
}
.goods-page-notice-list:before {
    content: "";
    position: absolute;
    background-color:#FF676A;
    width: 5px;
    height: 5px;
    top: 9px;
    border-radius: 5px;
    left: -1em;
}
.goods-page-item-lists{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.goods-page-item-list{
        -webkit-box-shadow: 3px 3px 5px #aaaaaa;
    box-shadow: 3px 3px 5px #aaaaaa;
    background-color: #ffffff;
    padding: 30px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.goods-page-item-list:before{
    position: absolute;
    content: "";
    top: 20%;
    left: 35px;
    width:calc(100% - 70px);
    height: 160px;
    background-color: #a2b8d1;
    z-index: -1;
    transform: rotate(-15deg);
}
.goods-page-item-list:after{
    position: absolute;
    content: "";
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    border:3px solid #000;
    top: 7px;
    left:7px;
}
.goods-page-item-list:nth-child(5n+2):before{
    background-color: #a4c2b8;
}
.goods-page-item-list:nth-child(5n+3):before{
    background-color: #eedbb2;
}
.goods-page-item-list:nth-child(5n+4):before{
    background: url(../img/common/bg-heading.png);
    background-size: 100px auto;
}
.goods-page-item-list:nth-child(5n):before{
    background: #d7adbf;
}
.goods-page-item-list:nth-child(3n){
    margin-right: 0;
}

.goods-page-item-list.new .goods-page-item-list-image:before{
        position: absolute;
    content: "";
    background: url(../img/goods/icon-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 120px;
    left: -32px;
    top: -32px;
    transform: rotate(-10deg);
}
.goods-page-item-list-limit{
    line-height:1.2;
    margin-top: 5px;
}
.goods-page-item-list-info{
    text-align:right;
}
.goods-page-item-list-name{
    color: #000;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1.3;
}

    
.goods-page-item-list-title{
    width:70px;
    height: auto;
        margin-left: calc(100% - 70px);
    margin-bottom: 5px;
}
.goods-page-item-list-title-double{
    
    width:140px;
    height: auto;
        margin-left: calc(100% - 140px);
    display:flex;
    margin-bottom: 5px;
    column-gap: 10px;
}
.goods-page-item-list-title.double{
    width:150px;
    height: auto;
    display:flex;
    justify-content: space-between;
    margin-bottom: 5px;
    column-gap: 10px;
        margin-left: calc(100% - 150px);
}
.goods-page-item-list-title.double span{
    width:70px;
    
}
.goods-page-item-list-random{
    background-color: #a4c2b8;
    width: 5em;
    text-align: center;
    margin-left: calc(100% - 5em);
    line-height: 1.2;
}
.goods-page-item-list-order{
    background-color: #eedcb5;
    width: 5em;
    text-align: center;
    margin-left: calc(100% - 5em);
    line-height: 1.2;
}
.goods-page-item-list-notice-lists {
    padding-left: calc(100% - 10em);
}
.goods-page-item-list-notice-list{
    position:relative;
       width: 14em;
    text-align: left;
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.1;
}
.goods-page-item-list-notice-list:before{
    content:"※";
    position: absolute;
    font-size: 10px;
    color:#000;
    left: -1em;
    top: 0px;
}
.goods-page-item-list-name span{
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 800;
}
.goods-page-item-list-image {
    position: relative;
    z-index: 10;
}
.goods-page-item-list.wide{
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-right: 0;
}
.goods-page-item-list.wide:before{
    content: none;
}
.goods-page-item-list.wide .goods-page-item-list-image{
    width:70%;
}

@media (max-width: 799px) {
    .goods-page-section{
    margin-top: 100px;
}
    .goods-page-limit-item{
    flex-direction: column;
        border-bottom: 1px solid #bbbbbb;
        padding-bottom:0.5em;
        margin-bottom: 1em;
}
    .goods-page-limit-item dt{
        width:inherit;
    }
    .goods-page-limit-item dd{
        padding-left: 1em;
    }
    .goods-page-item-lists{
        gap: 4%;
    }
.goods-page-item-list{
    width: 48%;
    margin-right: inherit;
}
    .goods-page-item-list:nth-last-child(3n){
         margin-right: inherit;
    }
    .goods-page-item-list:before {
    width: 80%;
    height: 60%;
    }
    
.goods-page-item-list.wide{
  width: 100%;
   margin: 0 auto 20px;
    flex-direction: column;
}
    
.goods-page-item-list.wide .goods-page-item-list-image{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
}
@media (max-width: 600px) {

    .goods-page-item-list.new .goods-page-item-list-image:before{

    width: 120px;
    height: 80px;
    left: -32px;
    top: -60px;
    transform: rotate(-10deg);
}
        .goods-page-item-lists {
        justify-content: center;
    }
.goods-page-item-list{
    width: 80%;
}
        .goods-page-item-list:before {
        width: 80%;
        height: 45%;
    }
    
.goods-page-item-list.wide{
  width: 80%;
}
    
}
@media (max-width: 500px) {
    .goods-page-item-list:before {
    width: 80%;
    height: 45%;
    }
}
@media (max-width: 450px) {
    .goods-page-item-list{
    width: 100%;
        gap:inherit;
    }
}


/*グッズモーダル*/

.js-modal-goods {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-modal-goods__container {
    background-color: #fff;
    width: 800px;
        padding: 40px 20px 20px;
    position: relative;
  max-height: 95%;
  overflow-y: auto;
}

.js-modal-goods.is-active {
  opacity: 1;
  visibility: visible;
}

.js-modal-goods__container::-webkit-scrollbar {
  width: 2px;
}
.js-modal-goods__container::-webkit-scrollbar-thumb {
  background-color: #cb9f28;
  border-radius: 2px;
}
.js-modal-goods__container::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 2px;
}
.js-modal-goods__close {
    position: absolute;
  margin-bottom: 10px;
  top: 20px;
    right:  20px;
    padding: 2px 10px;
  cursor: pointer;
    color: #000;
    border: 2px solid #000;
}
.js-modal-goods__close:hover{
    background-color: #000;
    color: #fff;
}
.js-modal-goods__image {
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 500px);
}
.js-modal-goods__info-container {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 500px);
  color: #ffffff;
    text-align: right;
}
.js-modal-goods__name {
  color: #000;
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
    line-height: 1.3;
}
.js-modal-goods__name span {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 800;
}
.js-modal-goods__price {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  color: #000;
    text-align: right;
}
.js-modal-goods__price span {
  font-size: 0.8em;
}
.js-modal-goods__title{
    text-align:right;
    margin-bottom: 5px;
}

.js-modal-goods__title .goods-page-item-list-title-image{
    width: 70px;
    display:inline-block;
    margin-left: 10px;

}
.js-modal-goods__random {
  background-color: #a4c2b8;
    width: 5em;
    text-align: center;
    margin-left: calc(100% - 5em);
    line-height: 1.2;
}
.js-modal-goods__order {
  background-color: #eedcb5;
    width: 5em;
    color: #000;
    text-align: center;
    margin-left: calc(100% - 5em);
    line-height: 1.2;
}
.js-modal-goods__limit{
    font-size: 14px;
  margin: 0;
  color: #000;
    text-align: right;
}
.js-modal-goods__overlay{
        position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 1000px) {
 .js-modal-goods__container {
    width: 90%;
}
}
@media (max-width: 600px) {
 .js-modal-goods__container {
    padding: 80px 20px 40px;
}
}